Skip to content

Commit

Permalink
chore(codegen): update Smithy hash - ProviderError logging, timestamp…
Browse files Browse the repository at this point in the history
… millis (#6147)

* chore(codegen): update Smithy hash - ProviderError logging

* chore(codegen): codegen sync

* chore: additional --set-smithy-version

* chore: update yarn.lock

* chore: update hash

* chore(codegen): patch timestamp truncation

* chore: update yarn.lock again
  • Loading branch information
kuhe committed May 30, 2024
1 parent 3318179 commit 6bba0d6
Show file tree
Hide file tree
Showing 591 changed files with 4,746 additions and 4,950 deletions.
18 changes: 9 additions & 9 deletions clients/client-accessanalyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^3.0.0",
"@smithy/core": "^2.0.1",
"@smithy/config-resolver": "^3.0.1",
"@smithy/core": "^2.1.1",
"@smithy/fetch-http-handler": "^3.0.1",
"@smithy/hash-node": "^3.0.0",
"@smithy/invalid-dependency": "^3.0.0",
"@smithy/middleware-content-length": "^3.0.0",
"@smithy/middleware-endpoint": "^3.0.0",
"@smithy/middleware-retry": "^3.0.1",
"@smithy/middleware-endpoint": "^3.0.1",
"@smithy/middleware-retry": "^3.0.3",
"@smithy/middleware-serde": "^3.0.0",
"@smithy/middleware-stack": "^3.0.0",
"@smithy/node-config-provider": "^3.0.0",
"@smithy/node-config-provider": "^3.1.0",
"@smithy/node-http-handler": "^3.0.0",
"@smithy/protocol-http": "^4.0.0",
"@smithy/smithy-client": "^3.0.1",
"@smithy/smithy-client": "^3.1.1",
"@smithy/types": "^3.0.0",
"@smithy/url-parser": "^3.0.0",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.1",
"@smithy/util-defaults-mode-node": "^3.0.1",
"@smithy/util-endpoints": "^2.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.3",
"@smithy/util-defaults-mode-node": "^3.0.3",
"@smithy/util-endpoints": "^2.0.1",
"@smithy/util-middleware": "^3.0.0",
"@smithy/util-retry": "^3.0.0",
"@smithy/util-utf8": "^3.0.0",
Expand Down
5 changes: 3 additions & 2 deletions clients/client-accessanalyzer/src/protocols/Aws_restJson1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import {
map,
parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset,
resolvedPath as __resolvedPath,
serializeDateTime as __serializeDateTime,
strictParseInt32 as __strictParseInt32,
take,
withBaseException,
Expand Down Expand Up @@ -1768,8 +1769,8 @@ const de_ValidationExceptionRes = async (parsedOutput: any, context: __SerdeCont
const se_CloudTrailDetails = (input: CloudTrailDetails, context: __SerdeContext): any => {
return take(input, {
accessRole: [],
endTime: (_) => _.toISOString().split(".")[0] + "Z",
startTime: (_) => _.toISOString().split(".")[0] + "Z",
endTime: __serializeDateTime,
startTime: __serializeDateTime,
trails: _json,
});
};
Expand Down
18 changes: 9 additions & 9 deletions clients/client-account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^3.0.0",
"@smithy/core": "^2.0.1",
"@smithy/config-resolver": "^3.0.1",
"@smithy/core": "^2.1.1",
"@smithy/fetch-http-handler": "^3.0.1",
"@smithy/hash-node": "^3.0.0",
"@smithy/invalid-dependency": "^3.0.0",
"@smithy/middleware-content-length": "^3.0.0",
"@smithy/middleware-endpoint": "^3.0.0",
"@smithy/middleware-retry": "^3.0.1",
"@smithy/middleware-endpoint": "^3.0.1",
"@smithy/middleware-retry": "^3.0.3",
"@smithy/middleware-serde": "^3.0.0",
"@smithy/middleware-stack": "^3.0.0",
"@smithy/node-config-provider": "^3.0.0",
"@smithy/node-config-provider": "^3.1.0",
"@smithy/node-http-handler": "^3.0.0",
"@smithy/protocol-http": "^4.0.0",
"@smithy/smithy-client": "^3.0.1",
"@smithy/smithy-client": "^3.1.1",
"@smithy/types": "^3.0.0",
"@smithy/url-parser": "^3.0.0",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.1",
"@smithy/util-defaults-mode-node": "^3.0.1",
"@smithy/util-endpoints": "^2.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.3",
"@smithy/util-defaults-mode-node": "^3.0.3",
"@smithy/util-endpoints": "^2.0.1",
"@smithy/util-middleware": "^3.0.0",
"@smithy/util-retry": "^3.0.0",
"@smithy/util-utf8": "^3.0.0",
Expand Down
18 changes: 9 additions & 9 deletions clients/client-acm-pca/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^3.0.0",
"@smithy/core": "^2.0.1",
"@smithy/config-resolver": "^3.0.1",
"@smithy/core": "^2.1.1",
"@smithy/fetch-http-handler": "^3.0.1",
"@smithy/hash-node": "^3.0.0",
"@smithy/invalid-dependency": "^3.0.0",
"@smithy/middleware-content-length": "^3.0.0",
"@smithy/middleware-endpoint": "^3.0.0",
"@smithy/middleware-retry": "^3.0.1",
"@smithy/middleware-endpoint": "^3.0.1",
"@smithy/middleware-retry": "^3.0.3",
"@smithy/middleware-serde": "^3.0.0",
"@smithy/middleware-stack": "^3.0.0",
"@smithy/node-config-provider": "^3.0.0",
"@smithy/node-config-provider": "^3.1.0",
"@smithy/node-http-handler": "^3.0.0",
"@smithy/protocol-http": "^4.0.0",
"@smithy/smithy-client": "^3.0.1",
"@smithy/smithy-client": "^3.1.1",
"@smithy/types": "^3.0.0",
"@smithy/url-parser": "^3.0.0",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.1",
"@smithy/util-defaults-mode-node": "^3.0.1",
"@smithy/util-endpoints": "^2.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.3",
"@smithy/util-defaults-mode-node": "^3.0.3",
"@smithy/util-endpoints": "^2.0.1",
"@smithy/util-middleware": "^3.0.0",
"@smithy/util-retry": "^3.0.0",
"@smithy/util-utf8": "^3.0.0",
Expand Down
18 changes: 9 additions & 9 deletions clients/client-acm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^3.0.0",
"@smithy/core": "^2.0.1",
"@smithy/config-resolver": "^3.0.1",
"@smithy/core": "^2.1.1",
"@smithy/fetch-http-handler": "^3.0.1",
"@smithy/hash-node": "^3.0.0",
"@smithy/invalid-dependency": "^3.0.0",
"@smithy/middleware-content-length": "^3.0.0",
"@smithy/middleware-endpoint": "^3.0.0",
"@smithy/middleware-retry": "^3.0.1",
"@smithy/middleware-endpoint": "^3.0.1",
"@smithy/middleware-retry": "^3.0.3",
"@smithy/middleware-serde": "^3.0.0",
"@smithy/middleware-stack": "^3.0.0",
"@smithy/node-config-provider": "^3.0.0",
"@smithy/node-config-provider": "^3.1.0",
"@smithy/node-http-handler": "^3.0.0",
"@smithy/protocol-http": "^4.0.0",
"@smithy/smithy-client": "^3.0.1",
"@smithy/smithy-client": "^3.1.1",
"@smithy/types": "^3.0.0",
"@smithy/url-parser": "^3.0.0",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.1",
"@smithy/util-defaults-mode-node": "^3.0.1",
"@smithy/util-endpoints": "^2.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.3",
"@smithy/util-defaults-mode-node": "^3.0.3",
"@smithy/util-endpoints": "^2.0.1",
"@smithy/util-middleware": "^3.0.0",
"@smithy/util-retry": "^3.0.0",
"@smithy/util-utf8": "^3.0.0",
Expand Down
18 changes: 9 additions & 9 deletions clients/client-amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^3.0.0",
"@smithy/core": "^2.0.1",
"@smithy/config-resolver": "^3.0.1",
"@smithy/core": "^2.1.1",
"@smithy/fetch-http-handler": "^3.0.1",
"@smithy/hash-node": "^3.0.0",
"@smithy/invalid-dependency": "^3.0.0",
"@smithy/middleware-content-length": "^3.0.0",
"@smithy/middleware-endpoint": "^3.0.0",
"@smithy/middleware-retry": "^3.0.1",
"@smithy/middleware-endpoint": "^3.0.1",
"@smithy/middleware-retry": "^3.0.3",
"@smithy/middleware-serde": "^3.0.0",
"@smithy/middleware-stack": "^3.0.0",
"@smithy/node-config-provider": "^3.0.0",
"@smithy/node-config-provider": "^3.1.0",
"@smithy/node-http-handler": "^3.0.0",
"@smithy/protocol-http": "^4.0.0",
"@smithy/smithy-client": "^3.0.1",
"@smithy/smithy-client": "^3.1.1",
"@smithy/types": "^3.0.0",
"@smithy/url-parser": "^3.0.0",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.1",
"@smithy/util-defaults-mode-node": "^3.0.1",
"@smithy/util-endpoints": "^2.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.3",
"@smithy/util-defaults-mode-node": "^3.0.3",
"@smithy/util-endpoints": "^2.0.1",
"@smithy/util-middleware": "^3.0.0",
"@smithy/util-retry": "^3.0.0",
"@smithy/util-utf8": "^3.0.0",
Expand Down
18 changes: 9 additions & 9 deletions clients/client-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^3.0.0",
"@smithy/core": "^2.0.1",
"@smithy/config-resolver": "^3.0.1",
"@smithy/core": "^2.1.1",
"@smithy/fetch-http-handler": "^3.0.1",
"@smithy/hash-node": "^3.0.0",
"@smithy/invalid-dependency": "^3.0.0",
"@smithy/middleware-content-length": "^3.0.0",
"@smithy/middleware-endpoint": "^3.0.0",
"@smithy/middleware-retry": "^3.0.1",
"@smithy/middleware-endpoint": "^3.0.1",
"@smithy/middleware-retry": "^3.0.3",
"@smithy/middleware-serde": "^3.0.0",
"@smithy/middleware-stack": "^3.0.0",
"@smithy/node-config-provider": "^3.0.0",
"@smithy/node-config-provider": "^3.1.0",
"@smithy/node-http-handler": "^3.0.0",
"@smithy/protocol-http": "^4.0.0",
"@smithy/smithy-client": "^3.0.1",
"@smithy/smithy-client": "^3.1.1",
"@smithy/types": "^3.0.0",
"@smithy/url-parser": "^3.0.0",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.1",
"@smithy/util-defaults-mode-node": "^3.0.1",
"@smithy/util-endpoints": "^2.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.3",
"@smithy/util-defaults-mode-node": "^3.0.3",
"@smithy/util-endpoints": "^2.0.1",
"@smithy/util-middleware": "^3.0.0",
"@smithy/util-retry": "^3.0.0",
"@smithy/util-utf8": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions clients/client-amplify/src/protocols/Aws_restJson1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,8 @@ export const se_GenerateAccessLogsCommand = async (
body = JSON.stringify(
take(input, {
domainName: [],
endTime: (_) => Math.round(_.getTime() / 1000),
startTime: (_) => Math.round(_.getTime() / 1000),
endTime: (_) => _.getTime() / 1_000,
startTime: (_) => _.getTime() / 1_000,
})
);
b.m("POST").h(headers).b(body);
Expand Down Expand Up @@ -736,7 +736,7 @@ export const se_StartJobCommand = async (
take(input, {
commitId: [],
commitMessage: [],
commitTime: (_) => Math.round(_.getTime() / 1000),
commitTime: (_) => _.getTime() / 1_000,
jobId: [],
jobReason: [],
jobType: [],
Expand Down
18 changes: 9 additions & 9 deletions clients/client-amplifybackend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^3.0.0",
"@smithy/core": "^2.0.1",
"@smithy/config-resolver": "^3.0.1",
"@smithy/core": "^2.1.1",
"@smithy/fetch-http-handler": "^3.0.1",
"@smithy/hash-node": "^3.0.0",
"@smithy/invalid-dependency": "^3.0.0",
"@smithy/middleware-content-length": "^3.0.0",
"@smithy/middleware-endpoint": "^3.0.0",
"@smithy/middleware-retry": "^3.0.1",
"@smithy/middleware-endpoint": "^3.0.1",
"@smithy/middleware-retry": "^3.0.3",
"@smithy/middleware-serde": "^3.0.0",
"@smithy/middleware-stack": "^3.0.0",
"@smithy/node-config-provider": "^3.0.0",
"@smithy/node-config-provider": "^3.1.0",
"@smithy/node-http-handler": "^3.0.0",
"@smithy/protocol-http": "^4.0.0",
"@smithy/smithy-client": "^3.0.1",
"@smithy/smithy-client": "^3.1.1",
"@smithy/types": "^3.0.0",
"@smithy/url-parser": "^3.0.0",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.1",
"@smithy/util-defaults-mode-node": "^3.0.1",
"@smithy/util-endpoints": "^2.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.3",
"@smithy/util-defaults-mode-node": "^3.0.3",
"@smithy/util-endpoints": "^2.0.1",
"@smithy/util-middleware": "^3.0.0",
"@smithy/util-retry": "^3.0.0",
"@smithy/util-utf8": "^3.0.0",
Expand Down
18 changes: 9 additions & 9 deletions clients/client-amplifyuibuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^3.0.0",
"@smithy/core": "^2.0.1",
"@smithy/config-resolver": "^3.0.1",
"@smithy/core": "^2.1.1",
"@smithy/fetch-http-handler": "^3.0.1",
"@smithy/hash-node": "^3.0.0",
"@smithy/invalid-dependency": "^3.0.0",
"@smithy/middleware-content-length": "^3.0.0",
"@smithy/middleware-endpoint": "^3.0.0",
"@smithy/middleware-retry": "^3.0.1",
"@smithy/middleware-endpoint": "^3.0.1",
"@smithy/middleware-retry": "^3.0.3",
"@smithy/middleware-serde": "^3.0.0",
"@smithy/middleware-stack": "^3.0.0",
"@smithy/node-config-provider": "^3.0.0",
"@smithy/node-config-provider": "^3.1.0",
"@smithy/node-http-handler": "^3.0.0",
"@smithy/protocol-http": "^4.0.0",
"@smithy/smithy-client": "^3.0.1",
"@smithy/smithy-client": "^3.1.1",
"@smithy/types": "^3.0.0",
"@smithy/url-parser": "^3.0.0",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.1",
"@smithy/util-defaults-mode-node": "^3.0.1",
"@smithy/util-endpoints": "^2.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.3",
"@smithy/util-defaults-mode-node": "^3.0.3",
"@smithy/util-endpoints": "^2.0.1",
"@smithy/util-middleware": "^3.0.0",
"@smithy/util-retry": "^3.0.0",
"@smithy/util-utf8": "^3.0.0",
Expand Down
18 changes: 9 additions & 9 deletions clients/client-api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,28 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^3.0.0",
"@smithy/core": "^2.0.1",
"@smithy/config-resolver": "^3.0.1",
"@smithy/core": "^2.1.1",
"@smithy/fetch-http-handler": "^3.0.1",
"@smithy/hash-node": "^3.0.0",
"@smithy/invalid-dependency": "^3.0.0",
"@smithy/middleware-content-length": "^3.0.0",
"@smithy/middleware-endpoint": "^3.0.0",
"@smithy/middleware-retry": "^3.0.1",
"@smithy/middleware-endpoint": "^3.0.1",
"@smithy/middleware-retry": "^3.0.3",
"@smithy/middleware-serde": "^3.0.0",
"@smithy/middleware-stack": "^3.0.0",
"@smithy/node-config-provider": "^3.0.0",
"@smithy/node-config-provider": "^3.1.0",
"@smithy/node-http-handler": "^3.0.0",
"@smithy/protocol-http": "^4.0.0",
"@smithy/smithy-client": "^3.0.1",
"@smithy/smithy-client": "^3.1.1",
"@smithy/types": "^3.0.0",
"@smithy/url-parser": "^3.0.0",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.1",
"@smithy/util-defaults-mode-node": "^3.0.1",
"@smithy/util-endpoints": "^2.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.3",
"@smithy/util-defaults-mode-node": "^3.0.3",
"@smithy/util-endpoints": "^2.0.1",
"@smithy/util-middleware": "^3.0.0",
"@smithy/util-retry": "^3.0.0",
"@smithy/util-stream": "^3.0.1",
Expand Down
Loading

0 comments on commit 6bba0d6

Please sign in to comment.