Skip to content

Commit 707f5d8

Browse files
committed
chore(core): add disableClockSkewCorrection exports to api snapshot
1 parent 2c8aed4 commit 707f5d8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

scripts/validation/api.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,12 +336,19 @@
336336
"AWSSDKSigV4PreviouslyResolved": "type(interface)",
337337
"AwsSdkSigV4Signer": "function",
338338
"AWSSDKSigV4Signer": "function",
339+
"CONFIG_DISABLE_CLOCK_SKEW_CORRECTION": "string",
340+
"DEFAULT_DISABLE_CLOCK_SKEW_CORRECTION": "boolean",
341+
"DisableClockSkewCorrectionInputConfig": "type(interface)",
342+
"DisableClockSkewCorrectionResolvedConfig": "type(interface)",
343+
"ENV_DISABLE_CLOCK_SKEW_CORRECTION": "string",
339344
"getBearerTokenEnvKey": "function",
340345
"NODE_AUTH_SCHEME_PREFERENCE_OPTIONS": "object",
346+
"NODE_DISABLE_CLOCK_SKEW_CORRECTION_CONFIG_OPTIONS": "object",
341347
"NODE_SIGV4A_CONFIG_OPTIONS": "object",
342348
"resolveAwsSdkSigV4AConfig": "function",
343349
"resolveAwsSdkSigV4Config": "function",
344350
"resolveAWSSDKSigV4Config": "function",
351+
"resolveDisableClockSkewCorrectionConfig": "function",
345352
"validateSigningProperties": "function"
346353
},
347354
"@aws-sdk/core/protocols": {

0 commit comments

Comments
 (0)