Skip to content

Commit

Permalink
chore: read service specific endpoints from env/config (#5350)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Oct 12, 2023
1 parent e64bc58 commit 39126a4
Show file tree
Hide file tree
Showing 384 changed files with 1,923 additions and 1,922 deletions.
10 changes: 5 additions & 5 deletions clients/client-accessanalyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.14",
"@smithy/fetch-http-handler": "^2.2.2",
"@smithy/fetch-http-handler": "^2.2.3",
"@smithy/hash-node": "^2.0.11",
"@smithy/invalid-dependency": "^2.0.11",
"@smithy/middleware-content-length": "^2.0.13",
"@smithy/middleware-endpoint": "^2.0.11",
"@smithy/middleware-endpoint": "^2.1.0",
"@smithy/middleware-retry": "^2.0.16",
"@smithy/middleware-serde": "^2.0.11",
"@smithy/middleware-stack": "^2.0.5",
"@smithy/node-config-provider": "^2.1.1",
"@smithy/node-http-handler": "^2.1.7",
"@smithy/protocol-http": "^3.0.7",
"@smithy/smithy-client": "^2.1.10",
"@smithy/smithy-client": "^2.1.11",
"@smithy/types": "^2.3.5",
"@smithy/url-parser": "^2.0.11",
"@smithy/util-base64": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.14",
"@smithy/util-defaults-mode-node": "^2.0.18",
"@smithy/util-defaults-mode-browser": "^2.0.15",
"@smithy/util-defaults-mode-node": "^2.0.19",
"@smithy/util-retry": "^2.0.4",
"@smithy/util-utf8": "^2.0.0",
"tslib": "^2.5.0",
Expand Down
10 changes: 5 additions & 5 deletions clients/client-account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.14",
"@smithy/fetch-http-handler": "^2.2.2",
"@smithy/fetch-http-handler": "^2.2.3",
"@smithy/hash-node": "^2.0.11",
"@smithy/invalid-dependency": "^2.0.11",
"@smithy/middleware-content-length": "^2.0.13",
"@smithy/middleware-endpoint": "^2.0.11",
"@smithy/middleware-endpoint": "^2.1.0",
"@smithy/middleware-retry": "^2.0.16",
"@smithy/middleware-serde": "^2.0.11",
"@smithy/middleware-stack": "^2.0.5",
"@smithy/node-config-provider": "^2.1.1",
"@smithy/node-http-handler": "^2.1.7",
"@smithy/protocol-http": "^3.0.7",
"@smithy/smithy-client": "^2.1.10",
"@smithy/smithy-client": "^2.1.11",
"@smithy/types": "^2.3.5",
"@smithy/url-parser": "^2.0.11",
"@smithy/util-base64": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.14",
"@smithy/util-defaults-mode-node": "^2.0.18",
"@smithy/util-defaults-mode-browser": "^2.0.15",
"@smithy/util-defaults-mode-node": "^2.0.19",
"@smithy/util-retry": "^2.0.4",
"@smithy/util-utf8": "^2.0.0",
"tslib": "^2.5.0"
Expand Down
10 changes: 5 additions & 5 deletions clients/client-acm-pca/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.14",
"@smithy/fetch-http-handler": "^2.2.2",
"@smithy/fetch-http-handler": "^2.2.3",
"@smithy/hash-node": "^2.0.11",
"@smithy/invalid-dependency": "^2.0.11",
"@smithy/middleware-content-length": "^2.0.13",
"@smithy/middleware-endpoint": "^2.0.11",
"@smithy/middleware-endpoint": "^2.1.0",
"@smithy/middleware-retry": "^2.0.16",
"@smithy/middleware-serde": "^2.0.11",
"@smithy/middleware-stack": "^2.0.5",
"@smithy/node-config-provider": "^2.1.1",
"@smithy/node-http-handler": "^2.1.7",
"@smithy/protocol-http": "^3.0.7",
"@smithy/smithy-client": "^2.1.10",
"@smithy/smithy-client": "^2.1.11",
"@smithy/types": "^2.3.5",
"@smithy/url-parser": "^2.0.11",
"@smithy/util-base64": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.14",
"@smithy/util-defaults-mode-node": "^2.0.18",
"@smithy/util-defaults-mode-browser": "^2.0.15",
"@smithy/util-defaults-mode-node": "^2.0.19",
"@smithy/util-retry": "^2.0.4",
"@smithy/util-utf8": "^2.0.0",
"@smithy/util-waiter": "^2.0.11",
Expand Down
10 changes: 5 additions & 5 deletions clients/client-acm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.14",
"@smithy/fetch-http-handler": "^2.2.2",
"@smithy/fetch-http-handler": "^2.2.3",
"@smithy/hash-node": "^2.0.11",
"@smithy/invalid-dependency": "^2.0.11",
"@smithy/middleware-content-length": "^2.0.13",
"@smithy/middleware-endpoint": "^2.0.11",
"@smithy/middleware-endpoint": "^2.1.0",
"@smithy/middleware-retry": "^2.0.16",
"@smithy/middleware-serde": "^2.0.11",
"@smithy/middleware-stack": "^2.0.5",
"@smithy/node-config-provider": "^2.1.1",
"@smithy/node-http-handler": "^2.1.7",
"@smithy/protocol-http": "^3.0.7",
"@smithy/smithy-client": "^2.1.10",
"@smithy/smithy-client": "^2.1.11",
"@smithy/types": "^2.3.5",
"@smithy/url-parser": "^2.0.11",
"@smithy/util-base64": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.14",
"@smithy/util-defaults-mode-node": "^2.0.18",
"@smithy/util-defaults-mode-browser": "^2.0.15",
"@smithy/util-defaults-mode-node": "^2.0.19",
"@smithy/util-retry": "^2.0.4",
"@smithy/util-utf8": "^2.0.0",
"@smithy/util-waiter": "^2.0.11",
Expand Down
10 changes: 5 additions & 5 deletions clients/client-alexa-for-business/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.14",
"@smithy/fetch-http-handler": "^2.2.2",
"@smithy/fetch-http-handler": "^2.2.3",
"@smithy/hash-node": "^2.0.11",
"@smithy/invalid-dependency": "^2.0.11",
"@smithy/middleware-content-length": "^2.0.13",
"@smithy/middleware-endpoint": "^2.0.11",
"@smithy/middleware-endpoint": "^2.1.0",
"@smithy/middleware-retry": "^2.0.16",
"@smithy/middleware-serde": "^2.0.11",
"@smithy/middleware-stack": "^2.0.5",
"@smithy/node-config-provider": "^2.1.1",
"@smithy/node-http-handler": "^2.1.7",
"@smithy/protocol-http": "^3.0.7",
"@smithy/smithy-client": "^2.1.10",
"@smithy/smithy-client": "^2.1.11",
"@smithy/types": "^2.3.5",
"@smithy/url-parser": "^2.0.11",
"@smithy/util-base64": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.14",
"@smithy/util-defaults-mode-node": "^2.0.18",
"@smithy/util-defaults-mode-browser": "^2.0.15",
"@smithy/util-defaults-mode-node": "^2.0.19",
"@smithy/util-retry": "^2.0.4",
"@smithy/util-utf8": "^2.0.0",
"tslib": "^2.5.0",
Expand Down
10 changes: 5 additions & 5 deletions clients/client-amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.14",
"@smithy/fetch-http-handler": "^2.2.2",
"@smithy/fetch-http-handler": "^2.2.3",
"@smithy/hash-node": "^2.0.11",
"@smithy/invalid-dependency": "^2.0.11",
"@smithy/middleware-content-length": "^2.0.13",
"@smithy/middleware-endpoint": "^2.0.11",
"@smithy/middleware-endpoint": "^2.1.0",
"@smithy/middleware-retry": "^2.0.16",
"@smithy/middleware-serde": "^2.0.11",
"@smithy/middleware-stack": "^2.0.5",
"@smithy/node-config-provider": "^2.1.1",
"@smithy/node-http-handler": "^2.1.7",
"@smithy/protocol-http": "^3.0.7",
"@smithy/smithy-client": "^2.1.10",
"@smithy/smithy-client": "^2.1.11",
"@smithy/types": "^2.3.5",
"@smithy/url-parser": "^2.0.11",
"@smithy/util-base64": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.14",
"@smithy/util-defaults-mode-node": "^2.0.18",
"@smithy/util-defaults-mode-browser": "^2.0.15",
"@smithy/util-defaults-mode-node": "^2.0.19",
"@smithy/util-retry": "^2.0.4",
"@smithy/util-utf8": "^2.0.0",
"@smithy/util-waiter": "^2.0.11",
Expand Down
10 changes: 5 additions & 5 deletions clients/client-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.14",
"@smithy/fetch-http-handler": "^2.2.2",
"@smithy/fetch-http-handler": "^2.2.3",
"@smithy/hash-node": "^2.0.11",
"@smithy/invalid-dependency": "^2.0.11",
"@smithy/middleware-content-length": "^2.0.13",
"@smithy/middleware-endpoint": "^2.0.11",
"@smithy/middleware-endpoint": "^2.1.0",
"@smithy/middleware-retry": "^2.0.16",
"@smithy/middleware-serde": "^2.0.11",
"@smithy/middleware-stack": "^2.0.5",
"@smithy/node-config-provider": "^2.1.1",
"@smithy/node-http-handler": "^2.1.7",
"@smithy/protocol-http": "^3.0.7",
"@smithy/smithy-client": "^2.1.10",
"@smithy/smithy-client": "^2.1.11",
"@smithy/types": "^2.3.5",
"@smithy/url-parser": "^2.0.11",
"@smithy/util-base64": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.14",
"@smithy/util-defaults-mode-node": "^2.0.18",
"@smithy/util-defaults-mode-browser": "^2.0.15",
"@smithy/util-defaults-mode-node": "^2.0.19",
"@smithy/util-retry": "^2.0.4",
"@smithy/util-utf8": "^2.0.0",
"tslib": "^2.5.0"
Expand Down
10 changes: 5 additions & 5 deletions clients/client-amplifybackend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.14",
"@smithy/fetch-http-handler": "^2.2.2",
"@smithy/fetch-http-handler": "^2.2.3",
"@smithy/hash-node": "^2.0.11",
"@smithy/invalid-dependency": "^2.0.11",
"@smithy/middleware-content-length": "^2.0.13",
"@smithy/middleware-endpoint": "^2.0.11",
"@smithy/middleware-endpoint": "^2.1.0",
"@smithy/middleware-retry": "^2.0.16",
"@smithy/middleware-serde": "^2.0.11",
"@smithy/middleware-stack": "^2.0.5",
"@smithy/node-config-provider": "^2.1.1",
"@smithy/node-http-handler": "^2.1.7",
"@smithy/protocol-http": "^3.0.7",
"@smithy/smithy-client": "^2.1.10",
"@smithy/smithy-client": "^2.1.11",
"@smithy/types": "^2.3.5",
"@smithy/url-parser": "^2.0.11",
"@smithy/util-base64": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.14",
"@smithy/util-defaults-mode-node": "^2.0.18",
"@smithy/util-defaults-mode-browser": "^2.0.15",
"@smithy/util-defaults-mode-node": "^2.0.19",
"@smithy/util-retry": "^2.0.4",
"@smithy/util-utf8": "^2.0.0",
"tslib": "^2.5.0"
Expand Down
10 changes: 5 additions & 5 deletions clients/client-amplifyuibuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.14",
"@smithy/fetch-http-handler": "^2.2.2",
"@smithy/fetch-http-handler": "^2.2.3",
"@smithy/hash-node": "^2.0.11",
"@smithy/invalid-dependency": "^2.0.11",
"@smithy/middleware-content-length": "^2.0.13",
"@smithy/middleware-endpoint": "^2.0.11",
"@smithy/middleware-endpoint": "^2.1.0",
"@smithy/middleware-retry": "^2.0.16",
"@smithy/middleware-serde": "^2.0.11",
"@smithy/middleware-stack": "^2.0.5",
"@smithy/node-config-provider": "^2.1.1",
"@smithy/node-http-handler": "^2.1.7",
"@smithy/protocol-http": "^3.0.7",
"@smithy/smithy-client": "^2.1.10",
"@smithy/smithy-client": "^2.1.11",
"@smithy/types": "^2.3.5",
"@smithy/url-parser": "^2.0.11",
"@smithy/util-base64": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.14",
"@smithy/util-defaults-mode-node": "^2.0.18",
"@smithy/util-defaults-mode-browser": "^2.0.15",
"@smithy/util-defaults-mode-node": "^2.0.19",
"@smithy/util-retry": "^2.0.4",
"@smithy/util-utf8": "^2.0.0",
"tslib": "^2.5.0",
Expand Down
12 changes: 6 additions & 6 deletions clients/client-api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,27 +35,27 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.14",
"@smithy/fetch-http-handler": "^2.2.2",
"@smithy/fetch-http-handler": "^2.2.3",
"@smithy/hash-node": "^2.0.11",
"@smithy/invalid-dependency": "^2.0.11",
"@smithy/middleware-content-length": "^2.0.13",
"@smithy/middleware-endpoint": "^2.0.11",
"@smithy/middleware-endpoint": "^2.1.0",
"@smithy/middleware-retry": "^2.0.16",
"@smithy/middleware-serde": "^2.0.11",
"@smithy/middleware-stack": "^2.0.5",
"@smithy/node-config-provider": "^2.1.1",
"@smithy/node-http-handler": "^2.1.7",
"@smithy/protocol-http": "^3.0.7",
"@smithy/smithy-client": "^2.1.10",
"@smithy/smithy-client": "^2.1.11",
"@smithy/types": "^2.3.5",
"@smithy/url-parser": "^2.0.11",
"@smithy/util-base64": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.14",
"@smithy/util-defaults-mode-node": "^2.0.18",
"@smithy/util-defaults-mode-browser": "^2.0.15",
"@smithy/util-defaults-mode-node": "^2.0.19",
"@smithy/util-retry": "^2.0.4",
"@smithy/util-stream": "^2.0.15",
"@smithy/util-stream": "^2.0.16",
"@smithy/util-utf8": "^2.0.0",
"tslib": "^2.5.0"
},
Expand Down
10 changes: 5 additions & 5 deletions clients/client-apigatewaymanagementapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.14",
"@smithy/fetch-http-handler": "^2.2.2",
"@smithy/fetch-http-handler": "^2.2.3",
"@smithy/hash-node": "^2.0.11",
"@smithy/invalid-dependency": "^2.0.11",
"@smithy/middleware-content-length": "^2.0.13",
"@smithy/middleware-endpoint": "^2.0.11",
"@smithy/middleware-endpoint": "^2.1.0",
"@smithy/middleware-retry": "^2.0.16",
"@smithy/middleware-serde": "^2.0.11",
"@smithy/middleware-stack": "^2.0.5",
"@smithy/node-config-provider": "^2.1.1",
"@smithy/node-http-handler": "^2.1.7",
"@smithy/protocol-http": "^3.0.7",
"@smithy/smithy-client": "^2.1.10",
"@smithy/smithy-client": "^2.1.11",
"@smithy/types": "^2.3.5",
"@smithy/url-parser": "^2.0.11",
"@smithy/util-base64": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.14",
"@smithy/util-defaults-mode-node": "^2.0.18",
"@smithy/util-defaults-mode-browser": "^2.0.15",
"@smithy/util-defaults-mode-node": "^2.0.19",
"@smithy/util-retry": "^2.0.4",
"@smithy/util-utf8": "^2.0.0",
"tslib": "^2.5.0"
Expand Down
12 changes: 6 additions & 6 deletions clients/client-apigatewayv2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,27 +34,27 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.14",
"@smithy/fetch-http-handler": "^2.2.2",
"@smithy/fetch-http-handler": "^2.2.3",
"@smithy/hash-node": "^2.0.11",
"@smithy/invalid-dependency": "^2.0.11",
"@smithy/middleware-content-length": "^2.0.13",
"@smithy/middleware-endpoint": "^2.0.11",
"@smithy/middleware-endpoint": "^2.1.0",
"@smithy/middleware-retry": "^2.0.16",
"@smithy/middleware-serde": "^2.0.11",
"@smithy/middleware-stack": "^2.0.5",
"@smithy/node-config-provider": "^2.1.1",
"@smithy/node-http-handler": "^2.1.7",
"@smithy/protocol-http": "^3.0.7",
"@smithy/smithy-client": "^2.1.10",
"@smithy/smithy-client": "^2.1.11",
"@smithy/types": "^2.3.5",
"@smithy/url-parser": "^2.0.11",
"@smithy/util-base64": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.14",
"@smithy/util-defaults-mode-node": "^2.0.18",
"@smithy/util-defaults-mode-browser": "^2.0.15",
"@smithy/util-defaults-mode-node": "^2.0.19",
"@smithy/util-retry": "^2.0.4",
"@smithy/util-stream": "^2.0.15",
"@smithy/util-stream": "^2.0.16",
"@smithy/util-utf8": "^2.0.0",
"tslib": "^2.5.0"
},
Expand Down

0 comments on commit 39126a4

Please sign in to comment.