@aws-sdk/types
Advanced tools
Comparing version 3.713.0 to 3.714.0
@@ -47,4 +47,5 @@ import { Logger } from "@smithy/types"; | ||
region?: string | Provider<string>; | ||
profile?: string; | ||
[key: string]: unknown; | ||
}; | ||
}; |
@@ -10,2 +10,3 @@ import type { AwsCredentialIdentity } from "@smithy/types"; | ||
region(): Promise<string>; | ||
profile?: string; | ||
}; | ||
@@ -12,0 +13,0 @@ } |
@@ -10,4 +10,5 @@ import { Logger } from "@smithy/types"; | ||
region?: string | Provider<string>; | ||
profile?: string; | ||
[key: string]: unknown; | ||
}; | ||
}; |
@@ -11,2 +11,3 @@ import { AwsCredentialIdentity } from "@smithy/types"; | ||
region(): Promise<string>; | ||
profile?: string; | ||
}; | ||
@@ -13,0 +14,0 @@ } |
{ | ||
"name": "@aws-sdk/types", | ||
"version": "3.713.0", | ||
"version": "3.714.0", | ||
"main": "./dist-cjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist-es/index.js", |
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
53294
1167