@aws-sdk/types
Advanced tools
Comparing version 3.190.0 to 3.193.0
@@ -18,3 +18,4 @@ /** | ||
/** | ||
* TODO usage? | ||
* @example ["*"] | ||
* @exammple ["us-west-2", "us-east-1"] | ||
*/ | ||
@@ -21,0 +22,0 @@ signingRegionSet?: string[]; |
@@ -0,1 +1,2 @@ | ||
import { AuthScheme } from "./auth"; | ||
import { EndpointV2 } from "./endpoint"; | ||
@@ -341,2 +342,6 @@ import { Logger } from "./logger"; | ||
endpointV2?: EndpointV2; | ||
/** | ||
* Set at the same time as endpointV2. | ||
*/ | ||
authSchemes?: AuthScheme[]; | ||
[key: string]: any; | ||
@@ -343,0 +348,0 @@ } |
@@ -0,1 +1,2 @@ | ||
import { AuthScheme } from "./auth"; | ||
import { EndpointV2 } from "./endpoint"; | ||
@@ -203,2 +204,3 @@ import { Logger } from "./logger"; | ||
endpointV2?: EndpointV2; | ||
authSchemes?: AuthScheme[]; | ||
[key: string]: any; | ||
@@ -205,0 +207,0 @@ } |
{ | ||
"name": "@aws-sdk/types", | ||
"version": "3.190.0", | ||
"version": "3.193.0", | ||
"main": "./dist-cjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist-es/index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
176169
2242