Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
52 changes: 26 additions & 26 deletions clients/client-accessanalyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,32 +31,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.2.2",
"@smithy/core": "^3.13.0",
"@smithy/fetch-http-handler": "^5.2.1",
"@smithy/hash-node": "^4.1.1",
"@smithy/invalid-dependency": "^4.1.1",
"@smithy/middleware-content-length": "^4.1.1",
"@smithy/middleware-endpoint": "^4.2.5",
"@smithy/middleware-retry": "^4.3.1",
"@smithy/middleware-serde": "^4.1.1",
"@smithy/middleware-stack": "^4.1.1",
"@smithy/node-config-provider": "^4.2.2",
"@smithy/node-http-handler": "^4.2.1",
"@smithy/protocol-http": "^5.2.1",
"@smithy/smithy-client": "^4.6.5",
"@smithy/types": "^4.5.0",
"@smithy/url-parser": "^4.1.1",
"@smithy/util-base64": "^4.1.0",
"@smithy/util-body-length-browser": "^4.1.0",
"@smithy/util-body-length-node": "^4.1.0",
"@smithy/util-defaults-mode-browser": "^4.1.5",
"@smithy/util-defaults-mode-node": "^4.1.5",
"@smithy/util-endpoints": "^3.1.2",
"@smithy/util-middleware": "^4.1.1",
"@smithy/util-retry": "^4.1.2",
"@smithy/util-utf8": "^4.1.0",
"@smithy/uuid": "^1.0.0",
"@smithy/config-resolver": "^4.3.0",
"@smithy/core": "^3.14.0",
"@smithy/fetch-http-handler": "^5.3.0",
"@smithy/hash-node": "^4.2.0",
"@smithy/invalid-dependency": "^4.2.0",
"@smithy/middleware-content-length": "^4.2.0",
"@smithy/middleware-endpoint": "^4.3.0",
"@smithy/middleware-retry": "^4.4.0",
"@smithy/middleware-serde": "^4.2.0",
"@smithy/middleware-stack": "^4.2.0",
"@smithy/node-config-provider": "^4.3.0",
"@smithy/node-http-handler": "^4.3.0",
"@smithy/protocol-http": "^5.3.0",
"@smithy/smithy-client": "^4.7.0",
"@smithy/types": "^4.6.0",
"@smithy/url-parser": "^4.2.0",
"@smithy/util-base64": "^4.2.0",
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-body-length-node": "^4.2.0",
"@smithy/util-defaults-mode-browser": "^4.2.0",
"@smithy/util-defaults-mode-node": "^4.2.0",
"@smithy/util-endpoints": "^3.2.0",
"@smithy/util-middleware": "^4.2.0",
"@smithy/util-retry": "^4.2.0",
"@smithy/util-utf8": "^4.2.0",
"@smithy/uuid": "^1.1.0",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
50 changes: 25 additions & 25 deletions clients/client-account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,31 +31,31 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.2.2",
"@smithy/core": "^3.13.0",
"@smithy/fetch-http-handler": "^5.2.1",
"@smithy/hash-node": "^4.1.1",
"@smithy/invalid-dependency": "^4.1.1",
"@smithy/middleware-content-length": "^4.1.1",
"@smithy/middleware-endpoint": "^4.2.5",
"@smithy/middleware-retry": "^4.3.1",
"@smithy/middleware-serde": "^4.1.1",
"@smithy/middleware-stack": "^4.1.1",
"@smithy/node-config-provider": "^4.2.2",
"@smithy/node-http-handler": "^4.2.1",
"@smithy/protocol-http": "^5.2.1",
"@smithy/smithy-client": "^4.6.5",
"@smithy/types": "^4.5.0",
"@smithy/url-parser": "^4.1.1",
"@smithy/util-base64": "^4.1.0",
"@smithy/util-body-length-browser": "^4.1.0",
"@smithy/util-body-length-node": "^4.1.0",
"@smithy/util-defaults-mode-browser": "^4.1.5",
"@smithy/util-defaults-mode-node": "^4.1.5",
"@smithy/util-endpoints": "^3.1.2",
"@smithy/util-middleware": "^4.1.1",
"@smithy/util-retry": "^4.1.2",
"@smithy/util-utf8": "^4.1.0",
"@smithy/config-resolver": "^4.3.0",
"@smithy/core": "^3.14.0",
"@smithy/fetch-http-handler": "^5.3.0",
"@smithy/hash-node": "^4.2.0",
"@smithy/invalid-dependency": "^4.2.0",
"@smithy/middleware-content-length": "^4.2.0",
"@smithy/middleware-endpoint": "^4.3.0",
"@smithy/middleware-retry": "^4.4.0",
"@smithy/middleware-serde": "^4.2.0",
"@smithy/middleware-stack": "^4.2.0",
"@smithy/node-config-provider": "^4.3.0",
"@smithy/node-http-handler": "^4.3.0",
"@smithy/protocol-http": "^5.3.0",
"@smithy/smithy-client": "^4.7.0",
"@smithy/types": "^4.6.0",
"@smithy/url-parser": "^4.2.0",
"@smithy/util-base64": "^4.2.0",
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-body-length-node": "^4.2.0",
"@smithy/util-defaults-mode-browser": "^4.2.0",
"@smithy/util-defaults-mode-node": "^4.2.0",
"@smithy/util-endpoints": "^3.2.0",
"@smithy/util-middleware": "^4.2.0",
"@smithy/util-retry": "^4.2.0",
"@smithy/util-utf8": "^4.2.0",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
52 changes: 26 additions & 26 deletions clients/client-acm-pca/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,32 +31,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.2.2",
"@smithy/core": "^3.13.0",
"@smithy/fetch-http-handler": "^5.2.1",
"@smithy/hash-node": "^4.1.1",
"@smithy/invalid-dependency": "^4.1.1",
"@smithy/middleware-content-length": "^4.1.1",
"@smithy/middleware-endpoint": "^4.2.5",
"@smithy/middleware-retry": "^4.3.1",
"@smithy/middleware-serde": "^4.1.1",
"@smithy/middleware-stack": "^4.1.1",
"@smithy/node-config-provider": "^4.2.2",
"@smithy/node-http-handler": "^4.2.1",
"@smithy/protocol-http": "^5.2.1",
"@smithy/smithy-client": "^4.6.5",
"@smithy/types": "^4.5.0",
"@smithy/url-parser": "^4.1.1",
"@smithy/util-base64": "^4.1.0",
"@smithy/util-body-length-browser": "^4.1.0",
"@smithy/util-body-length-node": "^4.1.0",
"@smithy/util-defaults-mode-browser": "^4.1.5",
"@smithy/util-defaults-mode-node": "^4.1.5",
"@smithy/util-endpoints": "^3.1.2",
"@smithy/util-middleware": "^4.1.1",
"@smithy/util-retry": "^4.1.2",
"@smithy/util-utf8": "^4.1.0",
"@smithy/util-waiter": "^4.1.1",
"@smithy/config-resolver": "^4.3.0",
"@smithy/core": "^3.14.0",
"@smithy/fetch-http-handler": "^5.3.0",
"@smithy/hash-node": "^4.2.0",
"@smithy/invalid-dependency": "^4.2.0",
"@smithy/middleware-content-length": "^4.2.0",
"@smithy/middleware-endpoint": "^4.3.0",
"@smithy/middleware-retry": "^4.4.0",
"@smithy/middleware-serde": "^4.2.0",
"@smithy/middleware-stack": "^4.2.0",
"@smithy/node-config-provider": "^4.3.0",
"@smithy/node-http-handler": "^4.3.0",
"@smithy/protocol-http": "^5.3.0",
"@smithy/smithy-client": "^4.7.0",
"@smithy/types": "^4.6.0",
"@smithy/url-parser": "^4.2.0",
"@smithy/util-base64": "^4.2.0",
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-body-length-node": "^4.2.0",
"@smithy/util-defaults-mode-browser": "^4.2.0",
"@smithy/util-defaults-mode-node": "^4.2.0",
"@smithy/util-endpoints": "^3.2.0",
"@smithy/util-middleware": "^4.2.0",
"@smithy/util-retry": "^4.2.0",
"@smithy/util-utf8": "^4.2.0",
"@smithy/util-waiter": "^4.2.0",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
52 changes: 26 additions & 26 deletions clients/client-acm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,32 +31,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.2.2",
"@smithy/core": "^3.13.0",
"@smithy/fetch-http-handler": "^5.2.1",
"@smithy/hash-node": "^4.1.1",
"@smithy/invalid-dependency": "^4.1.1",
"@smithy/middleware-content-length": "^4.1.1",
"@smithy/middleware-endpoint": "^4.2.5",
"@smithy/middleware-retry": "^4.3.1",
"@smithy/middleware-serde": "^4.1.1",
"@smithy/middleware-stack": "^4.1.1",
"@smithy/node-config-provider": "^4.2.2",
"@smithy/node-http-handler": "^4.2.1",
"@smithy/protocol-http": "^5.2.1",
"@smithy/smithy-client": "^4.6.5",
"@smithy/types": "^4.5.0",
"@smithy/url-parser": "^4.1.1",
"@smithy/util-base64": "^4.1.0",
"@smithy/util-body-length-browser": "^4.1.0",
"@smithy/util-body-length-node": "^4.1.0",
"@smithy/util-defaults-mode-browser": "^4.1.5",
"@smithy/util-defaults-mode-node": "^4.1.5",
"@smithy/util-endpoints": "^3.1.2",
"@smithy/util-middleware": "^4.1.1",
"@smithy/util-retry": "^4.1.2",
"@smithy/util-utf8": "^4.1.0",
"@smithy/util-waiter": "^4.1.1",
"@smithy/config-resolver": "^4.3.0",
"@smithy/core": "^3.14.0",
"@smithy/fetch-http-handler": "^5.3.0",
"@smithy/hash-node": "^4.2.0",
"@smithy/invalid-dependency": "^4.2.0",
"@smithy/middleware-content-length": "^4.2.0",
"@smithy/middleware-endpoint": "^4.3.0",
"@smithy/middleware-retry": "^4.4.0",
"@smithy/middleware-serde": "^4.2.0",
"@smithy/middleware-stack": "^4.2.0",
"@smithy/node-config-provider": "^4.3.0",
"@smithy/node-http-handler": "^4.3.0",
"@smithy/protocol-http": "^5.3.0",
"@smithy/smithy-client": "^4.7.0",
"@smithy/types": "^4.6.0",
"@smithy/url-parser": "^4.2.0",
"@smithy/util-base64": "^4.2.0",
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-body-length-node": "^4.2.0",
"@smithy/util-defaults-mode-browser": "^4.2.0",
"@smithy/util-defaults-mode-node": "^4.2.0",
"@smithy/util-endpoints": "^3.2.0",
"@smithy/util-middleware": "^4.2.0",
"@smithy/util-retry": "^4.2.0",
"@smithy/util-utf8": "^4.2.0",
"@smithy/util-waiter": "^4.2.0",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
50 changes: 25 additions & 25 deletions clients/client-aiops/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,31 +31,31 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.2.2",
"@smithy/core": "^3.13.0",
"@smithy/fetch-http-handler": "^5.2.1",
"@smithy/hash-node": "^4.1.1",
"@smithy/invalid-dependency": "^4.1.1",
"@smithy/middleware-content-length": "^4.1.1",
"@smithy/middleware-endpoint": "^4.2.5",
"@smithy/middleware-retry": "^4.3.1",
"@smithy/middleware-serde": "^4.1.1",
"@smithy/middleware-stack": "^4.1.1",
"@smithy/node-config-provider": "^4.2.2",
"@smithy/node-http-handler": "^4.2.1",
"@smithy/protocol-http": "^5.2.1",
"@smithy/smithy-client": "^4.6.5",
"@smithy/types": "^4.5.0",
"@smithy/url-parser": "^4.1.1",
"@smithy/util-base64": "^4.1.0",
"@smithy/util-body-length-browser": "^4.1.0",
"@smithy/util-body-length-node": "^4.1.0",
"@smithy/util-defaults-mode-browser": "^4.1.5",
"@smithy/util-defaults-mode-node": "^4.1.5",
"@smithy/util-endpoints": "^3.1.2",
"@smithy/util-middleware": "^4.1.1",
"@smithy/util-retry": "^4.1.2",
"@smithy/util-utf8": "^4.1.0",
"@smithy/config-resolver": "^4.3.0",
"@smithy/core": "^3.14.0",
"@smithy/fetch-http-handler": "^5.3.0",
"@smithy/hash-node": "^4.2.0",
"@smithy/invalid-dependency": "^4.2.0",
"@smithy/middleware-content-length": "^4.2.0",
"@smithy/middleware-endpoint": "^4.3.0",
"@smithy/middleware-retry": "^4.4.0",
"@smithy/middleware-serde": "^4.2.0",
"@smithy/middleware-stack": "^4.2.0",
"@smithy/node-config-provider": "^4.3.0",
"@smithy/node-http-handler": "^4.3.0",
"@smithy/protocol-http": "^5.3.0",
"@smithy/smithy-client": "^4.7.0",
"@smithy/types": "^4.6.0",
"@smithy/url-parser": "^4.2.0",
"@smithy/util-base64": "^4.2.0",
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-body-length-node": "^4.2.0",
"@smithy/util-defaults-mode-browser": "^4.2.0",
"@smithy/util-defaults-mode-node": "^4.2.0",
"@smithy/util-endpoints": "^3.2.0",
"@smithy/util-middleware": "^4.2.0",
"@smithy/util-retry": "^4.2.0",
"@smithy/util-utf8": "^4.2.0",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
54 changes: 27 additions & 27 deletions clients/client-amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,33 +31,33 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.2.2",
"@smithy/core": "^3.13.0",
"@smithy/fetch-http-handler": "^5.2.1",
"@smithy/hash-node": "^4.1.1",
"@smithy/invalid-dependency": "^4.1.1",
"@smithy/middleware-content-length": "^4.1.1",
"@smithy/middleware-endpoint": "^4.2.5",
"@smithy/middleware-retry": "^4.3.1",
"@smithy/middleware-serde": "^4.1.1",
"@smithy/middleware-stack": "^4.1.1",
"@smithy/node-config-provider": "^4.2.2",
"@smithy/node-http-handler": "^4.2.1",
"@smithy/protocol-http": "^5.2.1",
"@smithy/smithy-client": "^4.6.5",
"@smithy/types": "^4.5.0",
"@smithy/url-parser": "^4.1.1",
"@smithy/util-base64": "^4.1.0",
"@smithy/util-body-length-browser": "^4.1.0",
"@smithy/util-body-length-node": "^4.1.0",
"@smithy/util-defaults-mode-browser": "^4.1.5",
"@smithy/util-defaults-mode-node": "^4.1.5",
"@smithy/util-endpoints": "^3.1.2",
"@smithy/util-middleware": "^4.1.1",
"@smithy/util-retry": "^4.1.2",
"@smithy/util-utf8": "^4.1.0",
"@smithy/util-waiter": "^4.1.1",
"@smithy/uuid": "^1.0.0",
"@smithy/config-resolver": "^4.3.0",
"@smithy/core": "^3.14.0",
"@smithy/fetch-http-handler": "^5.3.0",
"@smithy/hash-node": "^4.2.0",
"@smithy/invalid-dependency": "^4.2.0",
"@smithy/middleware-content-length": "^4.2.0",
"@smithy/middleware-endpoint": "^4.3.0",
"@smithy/middleware-retry": "^4.4.0",
"@smithy/middleware-serde": "^4.2.0",
"@smithy/middleware-stack": "^4.2.0",
"@smithy/node-config-provider": "^4.3.0",
"@smithy/node-http-handler": "^4.3.0",
"@smithy/protocol-http": "^5.3.0",
"@smithy/smithy-client": "^4.7.0",
"@smithy/types": "^4.6.0",
"@smithy/url-parser": "^4.2.0",
"@smithy/util-base64": "^4.2.0",
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-body-length-node": "^4.2.0",
"@smithy/util-defaults-mode-browser": "^4.2.0",
"@smithy/util-defaults-mode-node": "^4.2.0",
"@smithy/util-endpoints": "^3.2.0",
"@smithy/util-middleware": "^4.2.0",
"@smithy/util-retry": "^4.2.0",
"@smithy/util-utf8": "^4.2.0",
"@smithy/util-waiter": "^4.2.0",
"@smithy/uuid": "^1.1.0",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
Loading
Loading