@aws-sdk/client-service-quotas 3.40.0 → 3.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (23) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/endpoints.js +17 -0
  3. package/dist-es/endpoints.js +17 -0
  4. package/dist-types/commands/AssociateServiceQuotaTemplateCommand.d.ts +1 -1
  5. package/dist-types/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +1 -1
  6. package/dist-types/commands/DisassociateServiceQuotaTemplateCommand.d.ts +1 -1
  7. package/dist-types/commands/GetAWSDefaultServiceQuotaCommand.d.ts +1 -1
  8. package/dist-types/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +1 -1
  9. package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +1 -1
  10. package/dist-types/commands/GetServiceQuotaCommand.d.ts +1 -1
  11. package/dist-types/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +1 -1
  12. package/dist-types/commands/ListAWSDefaultServiceQuotasCommand.d.ts +1 -1
  13. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +1 -1
  14. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +1 -1
  15. package/dist-types/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +1 -1
  16. package/dist-types/commands/ListServiceQuotasCommand.d.ts +1 -1
  17. package/dist-types/commands/ListServicesCommand.d.ts +1 -1
  18. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  19. package/dist-types/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +1 -1
  20. package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +1 -1
  21. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  22. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  23. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,47 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-service-quotas
20
+
21
+
22
+
23
+
24
+
25
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **clients:** merge default variants by comparing tags ([#3044](https://github.com/aws/aws-sdk-js-v3/issues/3044)) ([d65a310](https://github.com/aws/aws-sdk-js-v3/commit/d65a310ed5a471e72633a18ae6f3c98390e20783))
31
+
32
+
33
+
34
+
35
+
36
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
37
+
38
+
39
+ ### Features
40
+
41
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
42
+
43
+
44
+
45
+
46
+
6
47
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
48
 
8
49
 
@@ -39,6 +39,7 @@ const partitionHash = {
39
39
  "ap-south-1",
40
40
  "ap-southeast-1",
41
41
  "ap-southeast-2",
42
+ "ap-southeast-3",
42
43
  "ca-central-1",
43
44
  "eu-central-1",
44
45
  "eu-north-1",
@@ -103,6 +104,10 @@ const partitionHash = {
103
104
  hostname: "servicequotas.{region}.c2s.ic.gov",
104
105
  tags: [],
105
106
  },
107
+ {
108
+ hostname: "servicequotas-fips.{region}.c2s.ic.gov",
109
+ tags: ["fips"],
110
+ },
106
111
  ],
107
112
  },
108
113
  "aws-iso-b": {
@@ -113,6 +118,10 @@ const partitionHash = {
113
118
  hostname: "servicequotas.{region}.sc2s.sgov.gov",
114
119
  tags: [],
115
120
  },
121
+ {
122
+ hostname: "servicequotas-fips.{region}.sc2s.sgov.gov",
123
+ tags: ["fips"],
124
+ },
116
125
  ],
117
126
  },
118
127
  "aws-us-gov": {
@@ -127,6 +136,14 @@ const partitionHash = {
127
136
  hostname: "servicequotas.{region}.amazonaws.com",
128
137
  tags: ["fips"],
129
138
  },
139
+ {
140
+ hostname: "servicequotas-fips.{region}.api.aws",
141
+ tags: ["dualstack", "fips"],
142
+ },
143
+ {
144
+ hostname: "servicequotas.{region}.api.aws",
145
+ tags: ["dualstack"],
146
+ },
130
147
  ],
131
148
  },
132
149
  };
@@ -37,6 +37,7 @@ var partitionHash = {
37
37
  "ap-south-1",
38
38
  "ap-southeast-1",
39
39
  "ap-southeast-2",
40
+ "ap-southeast-3",
40
41
  "ca-central-1",
41
42
  "eu-central-1",
42
43
  "eu-north-1",
@@ -101,6 +102,10 @@ var partitionHash = {
101
102
  hostname: "servicequotas.{region}.c2s.ic.gov",
102
103
  tags: [],
103
104
  },
105
+ {
106
+ hostname: "servicequotas-fips.{region}.c2s.ic.gov",
107
+ tags: ["fips"],
108
+ },
104
109
  ],
105
110
  },
106
111
  "aws-iso-b": {
@@ -111,6 +116,10 @@ var partitionHash = {
111
116
  hostname: "servicequotas.{region}.sc2s.sgov.gov",
112
117
  tags: [],
113
118
  },
119
+ {
120
+ hostname: "servicequotas-fips.{region}.sc2s.sgov.gov",
121
+ tags: ["fips"],
122
+ },
114
123
  ],
115
124
  },
116
125
  "aws-us-gov": {
@@ -125,6 +134,14 @@ var partitionHash = {
125
134
  hostname: "servicequotas.{region}.amazonaws.com",
126
135
  tags: ["fips"],
127
136
  },
137
+ {
138
+ hostname: "servicequotas-fips.{region}.api.aws",
139
+ tags: ["dualstack", "fips"],
140
+ },
141
+ {
142
+ hostname: "servicequotas.{region}.api.aws",
143
+ tags: ["dualstack"],
144
+ },
128
145
  ],
129
146
  },
130
147
  };
@@ -23,7 +23,7 @@ export interface AssociateServiceQuotaTemplateCommandOutput extends AssociateSer
23
23
  *
24
24
  * @see {@link AssociateServiceQuotaTemplateCommandInput} for command's `input` shape.
25
25
  * @see {@link AssociateServiceQuotaTemplateCommandOutput} for command's `response` shape.
26
- * @see {@link ServiceQuotasClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class AssociateServiceQuotaTemplateCommand extends $Command<AssociateServiceQuotaTemplateCommandInput, AssociateServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput exte
21
21
  *
22
22
  * @see {@link DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput} for command's `response` shape.
24
- * @see {@link ServiceQuotasClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends $Command<DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput, DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DisassociateServiceQuotaTemplateCommandOutput extends Disassoci
22
22
  *
23
23
  * @see {@link DisassociateServiceQuotaTemplateCommandInput} for command's `input` shape.
24
24
  * @see {@link DisassociateServiceQuotaTemplateCommandOutput} for command's `response` shape.
25
- * @see {@link ServiceQuotasClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DisassociateServiceQuotaTemplateCommand extends $Command<DisassociateServiceQuotaTemplateCommandInput, DisassociateServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetAWSDefaultServiceQuotaCommandOutput extends GetAWSDefaultSer
21
21
  *
22
22
  * @see {@link GetAWSDefaultServiceQuotaCommandInput} for command's `input` shape.
23
23
  * @see {@link GetAWSDefaultServiceQuotaCommandOutput} for command's `response` shape.
24
- * @see {@link ServiceQuotasClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetAWSDefaultServiceQuotaCommand extends $Command<GetAWSDefaultServiceQuotaCommandInput, GetAWSDefaultServiceQuotaCommandOutput, ServiceQuotasClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetAssociationForServiceQuotaTemplateCommandOutput extends GetA
20
20
  *
21
21
  * @see {@link GetAssociationForServiceQuotaTemplateCommandInput} for command's `input` shape.
22
22
  * @see {@link GetAssociationForServiceQuotaTemplateCommandOutput} for command's `response` shape.
23
- * @see {@link ServiceQuotasClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetAssociationForServiceQuotaTemplateCommand extends $Command<GetAssociationForServiceQuotaTemplateCommandInput, GetAssociationForServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetRequestedServiceQuotaChangeCommandOutput extends GetRequeste
20
20
  *
21
21
  * @see {@link GetRequestedServiceQuotaChangeCommandInput} for command's `input` shape.
22
22
  * @see {@link GetRequestedServiceQuotaChangeCommandOutput} for command's `response` shape.
23
- * @see {@link ServiceQuotasClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetRequestedServiceQuotaChangeCommand extends $Command<GetRequestedServiceQuotaChangeCommandInput, GetRequestedServiceQuotaChangeCommandOutput, ServiceQuotasClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface GetServiceQuotaCommandOutput extends GetServiceQuotaResponse, _
22
22
  *
23
23
  * @see {@link GetServiceQuotaCommandInput} for command's `input` shape.
24
24
  * @see {@link GetServiceQuotaCommandOutput} for command's `response` shape.
25
- * @see {@link ServiceQuotasClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class GetServiceQuotaCommand extends $Command<GetServiceQuotaCommandInput, GetServiceQuotaCommandOutput, ServiceQuotasClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetServiceQuotaIncreaseRequestFromTemplateCommandOutput extends
21
21
  *
22
22
  * @see {@link GetServiceQuotaIncreaseRequestFromTemplateCommandInput} for command's `input` shape.
23
23
  * @see {@link GetServiceQuotaIncreaseRequestFromTemplateCommandOutput} for command's `response` shape.
24
- * @see {@link ServiceQuotasClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetServiceQuotaIncreaseRequestFromTemplateCommand extends $Command<GetServiceQuotaIncreaseRequestFromTemplateCommandInput, GetServiceQuotaIncreaseRequestFromTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListAWSDefaultServiceQuotasCommandOutput extends ListAWSDefault
21
21
  *
22
22
  * @see {@link ListAWSDefaultServiceQuotasCommandInput} for command's `input` shape.
23
23
  * @see {@link ListAWSDefaultServiceQuotasCommandOutput} for command's `response` shape.
24
- * @see {@link ServiceQuotasClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListAWSDefaultServiceQuotasCommand extends $Command<ListAWSDefaultServiceQuotasCommandInput, ListAWSDefaultServiceQuotasCommandOutput, ServiceQuotasClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput exte
20
20
  *
21
21
  * @see {@link ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput} for command's `input` shape.
22
22
  * @see {@link ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput} for command's `response` shape.
23
- * @see {@link ServiceQuotasClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends $Command<ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput, ServiceQuotasClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListRequestedServiceQuotaChangeHistoryCommandOutput extends Lis
20
20
  *
21
21
  * @see {@link ListRequestedServiceQuotaChangeHistoryCommandInput} for command's `input` shape.
22
22
  * @see {@link ListRequestedServiceQuotaChangeHistoryCommandOutput} for command's `response` shape.
23
- * @see {@link ServiceQuotasClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListRequestedServiceQuotaChangeHistoryCommand extends $Command<ListRequestedServiceQuotaChangeHistoryCommandInput, ListRequestedServiceQuotaChangeHistoryCommandOutput, ServiceQuotasClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateCommandOutput extends
20
20
  *
21
21
  * @see {@link ListServiceQuotaIncreaseRequestsInTemplateCommandInput} for command's `input` shape.
22
22
  * @see {@link ListServiceQuotaIncreaseRequestsInTemplateCommandOutput} for command's `response` shape.
23
- * @see {@link ServiceQuotasClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListServiceQuotaIncreaseRequestsInTemplateCommand extends $Command<ListServiceQuotaIncreaseRequestsInTemplateCommandInput, ListServiceQuotaIncreaseRequestsInTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListServiceQuotasCommandOutput extends ListServiceQuotasRespons
22
22
  *
23
23
  * @see {@link ListServiceQuotasCommandInput} for command's `input` shape.
24
24
  * @see {@link ListServiceQuotasCommandOutput} for command's `response` shape.
25
- * @see {@link ServiceQuotasClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListServiceQuotasCommand extends $Command<ListServiceQuotasCommandInput, ListServiceQuotasCommandOutput, ServiceQuotasClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
20
20
  *
21
21
  * @see {@link ListServicesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListServicesCommandOutput} for command's `response` shape.
23
- * @see {@link ServiceQuotasClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListServicesCommand extends $Command<ListServicesCommandInput, ListServicesCommandOutput, ServiceQuotasClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
20
20
  *
21
21
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
23
- * @see {@link ServiceQuotasClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ServiceQuotasClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput extends
20
20
  *
21
21
  * @see {@link PutServiceQuotaIncreaseRequestIntoTemplateCommandInput} for command's `input` shape.
22
22
  * @see {@link PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput} for command's `response` shape.
23
- * @see {@link ServiceQuotasClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends $Command<PutServiceQuotaIncreaseRequestIntoTemplateCommandInput, PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface RequestServiceQuotaIncreaseCommandOutput extends RequestService
20
20
  *
21
21
  * @see {@link RequestServiceQuotaIncreaseCommandInput} for command's `input` shape.
22
22
  * @see {@link RequestServiceQuotaIncreaseCommandOutput} for command's `response` shape.
23
- * @see {@link ServiceQuotasClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class RequestServiceQuotaIncreaseCommand extends $Command<RequestServiceQuotaIncreaseCommandInput, RequestServiceQuotaIncreaseCommandOutput, ServiceQuotasClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
21
21
  *
22
22
  * @see {@link TagResourceCommandInput} for command's `input` shape.
23
23
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
24
- * @see {@link ServiceQuotasClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ServiceQuotasClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
21
21
  *
22
22
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
23
23
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
24
- * @see {@link ServiceQuotasClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceQuotasClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-service-quotas",
3
3
  "description": "AWS SDK for JavaScript Service Quotas Client for Node.js, Browser and React Native",
4
- "version": "3.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",