@aws-sdk/types
Advanced tools
Comparing version 3.664.0 to 3.667.0
@@ -21,3 +21,2 @@ /** | ||
SIGV4A_SIGNING: "S"; | ||
RESOLVED_ACCOUNT_ID: "T"; | ||
FLEXIBLE_CHECKSUMS_REQ_CRC32: "U"; | ||
@@ -33,2 +32,8 @@ FLEXIBLE_CHECKSUMS_REQ_CRC32C: "V"; | ||
DDB_MAPPER: "d"; | ||
}> & AwsSdkCredentialsFeatures; | ||
/** | ||
* @internal | ||
*/ | ||
export type AwsSdkCredentialsFeatures = Partial<{ | ||
RESOLVED_ACCOUNT_ID: "T"; | ||
CREDENTIALS_CODE: "e"; | ||
@@ -35,0 +40,0 @@ CREDENTIALS_ENV_VARS: "g"; |
@@ -0,1 +1,6 @@ | ||
import type { AwsCredentialIdentity } from "@smithy/types"; | ||
import type { AwsSdkCredentialsFeatures } from "../feature-ids"; | ||
export { AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types"; | ||
export type AttributedAwsCredentialIdentity = AwsCredentialIdentity & { | ||
$source?: AwsSdkCredentialsFeatures; | ||
}; |
@@ -18,3 +18,2 @@ export type AwsSdkFeatures = Partial<{ | ||
SIGV4A_SIGNING: "S"; | ||
RESOLVED_ACCOUNT_ID: "T"; | ||
FLEXIBLE_CHECKSUMS_REQ_CRC32: "U"; | ||
@@ -30,2 +29,6 @@ FLEXIBLE_CHECKSUMS_REQ_CRC32C: "V"; | ||
DDB_MAPPER: "d"; | ||
}> & | ||
AwsSdkCredentialsFeatures; | ||
export type AwsSdkCredentialsFeatures = Partial<{ | ||
RESOLVED_ACCOUNT_ID: "T"; | ||
CREDENTIALS_CODE: "e"; | ||
@@ -32,0 +35,0 @@ CREDENTIALS_ENV_VARS: "g"; |
@@ -0,1 +1,3 @@ | ||
import { AwsCredentialIdentity } from "@smithy/types"; | ||
import { AwsSdkCredentialsFeatures } from "../feature-ids"; | ||
export { | ||
@@ -5,1 +7,4 @@ AwsCredentialIdentity, | ||
} from "@smithy/types"; | ||
export type AttributedAwsCredentialIdentity = AwsCredentialIdentity & { | ||
$source?: AwsSdkCredentialsFeatures; | ||
}; |
{ | ||
"name": "@aws-sdk/types", | ||
"version": "3.664.0", | ||
"version": "3.667.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
51852
1118