@aws-sdk/client-elastic-load-balancing-v2 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.
- package/CHANGELOG.md +44 -0
- package/dist-cjs/endpoints.js +17 -0
- package/dist-es/endpoints.js +17 -0
- package/dist-types/commands/AddListenerCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/AddTagsCommand.d.ts +1 -1
- package/dist-types/commands/CreateListenerCommand.d.ts +1 -1
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTargetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteListenerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTargetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeListenerCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeListenersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSSLPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTargetGroupAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTargetHealthCommand.d.ts +1 -1
- package/dist-types/commands/ModifyListenerCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTargetGroupAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTargetGroupCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTargetsCommand.d.ts +1 -1
- package/dist-types/commands/RemoveListenerCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsCommand.d.ts +1 -1
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +1 -1
- package/dist-types/commands/SetRulePrioritiesCommand.d.ts +1 -1
- package/dist-types/commands/SetSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SetSubnetsCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +15 -10
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,50 @@
|
|
|
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
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **clients:** update clients as of 11/28/2021 ([#3072](https://github.com/aws/aws-sdk-js-v3/issues/3072)) ([2ad1622](https://github.com/aws/aws-sdk-js-v3/commit/2ad1622ba8586b926fe508055211803bb29e3976))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* **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))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Features
|
|
43
|
+
|
|
44
|
+
* **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))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
6
50
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
51
|
|
|
8
52
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -87,6 +87,7 @@ const partitionHash = {
|
|
|
87
87
|
"ap-south-1",
|
|
88
88
|
"ap-southeast-1",
|
|
89
89
|
"ap-southeast-2",
|
|
90
|
+
"ap-southeast-3",
|
|
90
91
|
"ca-central-1",
|
|
91
92
|
"eu-central-1",
|
|
92
93
|
"eu-north-1",
|
|
@@ -155,6 +156,10 @@ const partitionHash = {
|
|
|
155
156
|
hostname: "elasticloadbalancing.{region}.c2s.ic.gov",
|
|
156
157
|
tags: [],
|
|
157
158
|
},
|
|
159
|
+
{
|
|
160
|
+
hostname: "elasticloadbalancing-fips.{region}.c2s.ic.gov",
|
|
161
|
+
tags: ["fips"],
|
|
162
|
+
},
|
|
158
163
|
],
|
|
159
164
|
},
|
|
160
165
|
"aws-iso-b": {
|
|
@@ -165,6 +170,10 @@ const partitionHash = {
|
|
|
165
170
|
hostname: "elasticloadbalancing.{region}.sc2s.sgov.gov",
|
|
166
171
|
tags: [],
|
|
167
172
|
},
|
|
173
|
+
{
|
|
174
|
+
hostname: "elasticloadbalancing-fips.{region}.sc2s.sgov.gov",
|
|
175
|
+
tags: ["fips"],
|
|
176
|
+
},
|
|
168
177
|
],
|
|
169
178
|
},
|
|
170
179
|
"aws-us-gov": {
|
|
@@ -179,6 +188,14 @@ const partitionHash = {
|
|
|
179
188
|
hostname: "elasticloadbalancing.{region}.amazonaws.com",
|
|
180
189
|
tags: ["fips"],
|
|
181
190
|
},
|
|
191
|
+
{
|
|
192
|
+
hostname: "elasticloadbalancing-fips.{region}.api.aws",
|
|
193
|
+
tags: ["dualstack", "fips"],
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
hostname: "elasticloadbalancing.{region}.api.aws",
|
|
197
|
+
tags: ["dualstack"],
|
|
198
|
+
},
|
|
182
199
|
],
|
|
183
200
|
},
|
|
184
201
|
};
|
package/dist-es/endpoints.js
CHANGED
|
@@ -85,6 +85,7 @@ var partitionHash = {
|
|
|
85
85
|
"ap-south-1",
|
|
86
86
|
"ap-southeast-1",
|
|
87
87
|
"ap-southeast-2",
|
|
88
|
+
"ap-southeast-3",
|
|
88
89
|
"ca-central-1",
|
|
89
90
|
"eu-central-1",
|
|
90
91
|
"eu-north-1",
|
|
@@ -153,6 +154,10 @@ var partitionHash = {
|
|
|
153
154
|
hostname: "elasticloadbalancing.{region}.c2s.ic.gov",
|
|
154
155
|
tags: [],
|
|
155
156
|
},
|
|
157
|
+
{
|
|
158
|
+
hostname: "elasticloadbalancing-fips.{region}.c2s.ic.gov",
|
|
159
|
+
tags: ["fips"],
|
|
160
|
+
},
|
|
156
161
|
],
|
|
157
162
|
},
|
|
158
163
|
"aws-iso-b": {
|
|
@@ -163,6 +168,10 @@ var partitionHash = {
|
|
|
163
168
|
hostname: "elasticloadbalancing.{region}.sc2s.sgov.gov",
|
|
164
169
|
tags: [],
|
|
165
170
|
},
|
|
171
|
+
{
|
|
172
|
+
hostname: "elasticloadbalancing-fips.{region}.sc2s.sgov.gov",
|
|
173
|
+
tags: ["fips"],
|
|
174
|
+
},
|
|
166
175
|
],
|
|
167
176
|
},
|
|
168
177
|
"aws-us-gov": {
|
|
@@ -177,6 +186,14 @@ var partitionHash = {
|
|
|
177
186
|
hostname: "elasticloadbalancing.{region}.amazonaws.com",
|
|
178
187
|
tags: ["fips"],
|
|
179
188
|
},
|
|
189
|
+
{
|
|
190
|
+
hostname: "elasticloadbalancing-fips.{region}.api.aws",
|
|
191
|
+
tags: ["dualstack", "fips"],
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
hostname: "elasticloadbalancing.{region}.api.aws",
|
|
195
|
+
tags: ["dualstack"],
|
|
196
|
+
},
|
|
180
197
|
],
|
|
181
198
|
},
|
|
182
199
|
};
|
|
@@ -27,7 +27,7 @@ export interface AddListenerCertificatesCommandOutput extends AddListenerCertifi
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link AddListenerCertificatesCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link AddListenerCertificatesCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class AddListenerCertificatesCommand extends $Command<AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link AddTagsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link AddTagsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -47,7 +47,7 @@ export interface CreateListenerCommandOutput extends CreateListenerOutput, __Met
|
|
|
47
47
|
*
|
|
48
48
|
* @see {@link CreateListenerCommandInput} for command's `input` shape.
|
|
49
49
|
* @see {@link CreateListenerCommandOutput} for command's `response` shape.
|
|
50
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
50
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
export declare class CreateListenerCommand extends $Command<CreateListenerCommandInput, CreateListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -47,7 +47,7 @@ export interface CreateLoadBalancerCommandOutput extends CreateLoadBalancerOutpu
|
|
|
47
47
|
*
|
|
48
48
|
* @see {@link CreateLoadBalancerCommandInput} for command's `input` shape.
|
|
49
49
|
* @see {@link CreateLoadBalancerCommandOutput} for command's `response` shape.
|
|
50
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
50
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
export declare class CreateLoadBalancerCommand extends $Command<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface CreateRuleCommandOutput extends CreateRuleOutput, __MetadataBea
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link CreateRuleCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link CreateRuleCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class CreateRuleCommand extends $Command<CreateRuleCommandInput, CreateRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -47,7 +47,7 @@ export interface CreateTargetGroupCommandOutput extends CreateTargetGroupOutput,
|
|
|
47
47
|
*
|
|
48
48
|
* @see {@link CreateTargetGroupCommandInput} for command's `input` shape.
|
|
49
49
|
* @see {@link CreateTargetGroupCommandOutput} for command's `response` shape.
|
|
50
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
50
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
export declare class CreateTargetGroupCommand extends $Command<CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteListenerCommandOutput extends DeleteListenerOutput, __Met
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteListenerCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteListenerCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteListenerCommand extends $Command<DeleteListenerCommandInput, DeleteListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface DeleteLoadBalancerCommandOutput extends DeleteLoadBalancerOutpu
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link DeleteLoadBalancerCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link DeleteLoadBalancerCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class DeleteLoadBalancerCommand extends $Command<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteRuleCommandOutput extends DeleteRuleOutput, __MetadataBea
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteRuleCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteRuleCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteRuleCommand extends $Command<DeleteRuleCommandInput, DeleteRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DeleteTargetGroupCommandOutput extends DeleteTargetGroupOutput,
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DeleteTargetGroupCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DeleteTargetGroupCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DeleteTargetGroupCommand extends $Command<DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeregisterTargetsCommandOutput extends DeregisterTargetsOutput,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeregisterTargetsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeregisterTargetsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeregisterTargetsCommand extends $Command<DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -42,7 +42,7 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
|
|
|
42
42
|
*
|
|
43
43
|
* @see {@link DescribeAccountLimitsCommandInput} for command's `input` shape.
|
|
44
44
|
* @see {@link DescribeAccountLimitsCommandOutput} for command's `response` shape.
|
|
45
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
45
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
export declare class DescribeAccountLimitsCommand extends $Command<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface DescribeListenerCertificatesCommandOutput extends DescribeListe
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link DescribeListenerCertificatesCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link DescribeListenerCertificatesCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class DescribeListenerCertificatesCommand extends $Command<DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeListenersCommandOutput extends DescribeListenersOutput,
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeListenersCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeListenersCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeListenersCommand extends $Command<DescribeListenersCommandInput, DescribeListenersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -43,7 +43,7 @@ export interface DescribeLoadBalancerAttributesCommandOutput extends DescribeLoa
|
|
|
43
43
|
*
|
|
44
44
|
* @see {@link DescribeLoadBalancerAttributesCommandInput} for command's `input` shape.
|
|
45
45
|
* @see {@link DescribeLoadBalancerAttributesCommandOutput} for command's `response` shape.
|
|
46
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
46
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
export declare class DescribeLoadBalancerAttributesCommand extends $Command<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeLoadBalancersCommandOutput extends DescribeLoadBalancer
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeLoadBalancersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeLoadBalancersCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeLoadBalancersCommand extends $Command<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeRulesCommandOutput extends DescribeRulesOutput, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeRulesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeRulesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeRulesCommand extends $Command<DescribeRulesCommandInput, DescribeRulesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeSSLPoliciesCommandOutput extends DescribeSSLPoliciesOut
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeSSLPoliciesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeSSLPoliciesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeSSLPoliciesCommand extends $Command<DescribeSSLPoliciesCommandInput, DescribeSSLPoliciesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __Metadat
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeTagsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeTagsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -41,7 +41,7 @@ export interface DescribeTargetGroupAttributesCommandOutput extends DescribeTarg
|
|
|
41
41
|
*
|
|
42
42
|
* @see {@link DescribeTargetGroupAttributesCommandInput} for command's `input` shape.
|
|
43
43
|
* @see {@link DescribeTargetGroupAttributesCommandOutput} for command's `response` shape.
|
|
44
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
44
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
export declare class DescribeTargetGroupAttributesCommand extends $Command<DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DescribeTargetGroupsCommandOutput extends DescribeTargetGroupsO
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DescribeTargetGroupsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DescribeTargetGroupsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DescribeTargetGroupsCommand extends $Command<DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeTargetHealthCommandOutput extends DescribeTargetHealthO
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeTargetHealthCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeTargetHealthCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeTargetHealthCommand extends $Command<DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface ModifyListenerCommandOutput extends ModifyListenerOutput, __Met
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link ModifyListenerCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link ModifyListenerCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class ModifyListenerCommand extends $Command<ModifyListenerCommandInput, ModifyListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ModifyLoadBalancerAttributesCommandOutput extends ModifyLoadBal
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ModifyLoadBalancerAttributesCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ModifyLoadBalancerAttributesCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ModifyLoadBalancerAttributesCommand extends $Command<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface ModifyRuleCommandOutput extends ModifyRuleOutput, __MetadataBea
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ModifyRuleCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ModifyRuleCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ModifyRuleCommand extends $Command<ModifyRuleCommandInput, ModifyRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ModifyTargetGroupAttributesCommandOutput extends ModifyTargetGr
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ModifyTargetGroupAttributesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ModifyTargetGroupAttributesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ModifyTargetGroupAttributesCommand extends $Command<ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ModifyTargetGroupCommandOutput extends ModifyTargetGroupOutput,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ModifyTargetGroupCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ModifyTargetGroupCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ModifyTargetGroupCommand extends $Command<ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface RegisterTargetsCommandOutput extends RegisterTargetsOutput, __M
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link RegisterTargetsCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link RegisterTargetsCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class RegisterTargetsCommand extends $Command<RegisterTargetsCommandInput, RegisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface RemoveListenerCertificatesCommandOutput extends RemoveListenerC
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link RemoveListenerCertificatesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link RemoveListenerCertificatesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class RemoveListenerCertificatesCommand extends $Command<RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link RemoveTagsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link RemoveTagsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class RemoveTagsCommand extends $Command<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface SetIpAddressTypeCommandOutput extends SetIpAddressTypeOutput, _
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link SetIpAddressTypeCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link SetIpAddressTypeCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class SetIpAddressTypeCommand extends $Command<SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface SetRulePrioritiesCommandOutput extends SetRulePrioritiesOutput,
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link SetRulePrioritiesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link SetRulePrioritiesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class SetRulePrioritiesCommand extends $Command<SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface SetSecurityGroupsCommandOutput extends SetSecurityGroupsOutput,
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link SetSecurityGroupsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link SetSecurityGroupsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class SetSecurityGroupsCommand extends $Command<SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface SetSubnetsCommandOutput extends SetSubnetsOutput, __MetadataBea
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link SetSubnetsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link SetSubnetsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class SetSubnetsCommand extends $Command<SetSubnetsCommandInput, SetSubnetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -1120,7 +1120,7 @@ export interface CreateLoadBalancerInput {
|
|
|
1120
1120
|
/**
|
|
1121
1121
|
* <p>The type of IP addresses used by the subnets for your load balancer. The possible values
|
|
1122
1122
|
* are <code>ipv4</code> (for IPv4 addresses) and <code>dualstack</code> (for IPv4 and IPv6
|
|
1123
|
-
* addresses).
|
|
1123
|
+
* addresses). </p>
|
|
1124
1124
|
*/
|
|
1125
1125
|
IpAddressType?: IpAddressType | string;
|
|
1126
1126
|
/**
|
|
@@ -2172,7 +2172,7 @@ export interface TargetDescription {
|
|
|
2172
2172
|
* traffic from the load balancer nodes in the specified Availability Zone or from all enabled
|
|
2173
2173
|
* Availability Zones for the load balancer.</p>
|
|
2174
2174
|
* <p>This parameter is not supported if the target type of the target group is
|
|
2175
|
-
*
|
|
2175
|
+
* <code>instance</code> or <code>alb</code>.</p>
|
|
2176
2176
|
* <p>If the target type is <code>ip</code> and the IP address is in a subnet of the VPC for the
|
|
2177
2177
|
* target group, the Availability Zone is automatically detected and this parameter is optional.
|
|
2178
2178
|
* If the IP address is outside the VPC, this parameter is required.</p>
|
|
@@ -2470,6 +2470,13 @@ export interface LoadBalancerAttribute {
|
|
|
2470
2470
|
* <code>access_logs.s3.prefix</code> - The prefix for the location in the S3 bucket for the
|
|
2471
2471
|
* access logs.</p>
|
|
2472
2472
|
* </li>
|
|
2473
|
+
* <li>
|
|
2474
|
+
* <p>
|
|
2475
|
+
* <code>ipv6.deny-all-igw-traffic</code> - Blocks internet gateway (IGW) access to the
|
|
2476
|
+
* load balancer. It is set to <code>false</code> for internet-facing load balancers and
|
|
2477
|
+
* <code>true</code> for internal load balancers, preventing unintended access to your
|
|
2478
|
+
* internal load balancer through an internet gateway.</p>
|
|
2479
|
+
* </li>
|
|
2473
2480
|
* </ul>
|
|
2474
2481
|
*
|
|
2475
2482
|
* <p>The following attributes are supported by only Application Load Balancers:</p>
|
|
@@ -2689,9 +2696,7 @@ export interface SslPolicy {
|
|
|
2689
2696
|
*/
|
|
2690
2697
|
Name?: string;
|
|
2691
2698
|
/**
|
|
2692
|
-
* <p>
|
|
2693
|
-
* The supported load balancers.
|
|
2694
|
-
* </p>
|
|
2699
|
+
* <p> The supported load balancers. </p>
|
|
2695
2700
|
*/
|
|
2696
2701
|
SupportedLoadBalancerTypes?: string[];
|
|
2697
2702
|
}
|
|
@@ -3498,9 +3503,9 @@ export interface SetIpAddressTypeInput {
|
|
|
3498
3503
|
LoadBalancerArn: string | undefined;
|
|
3499
3504
|
/**
|
|
3500
3505
|
* <p>The IP address type. The possible values are <code>ipv4</code> (for IPv4 addresses) and
|
|
3501
|
-
* <code>dualstack</code> (for IPv4 and IPv6 addresses).
|
|
3502
|
-
*
|
|
3503
|
-
*
|
|
3506
|
+
* <code>dualstack</code> (for IPv4 and IPv6 addresses).
|
|
3507
|
+
* You can’t specify
|
|
3508
|
+
* <code>dualstack</code> for a load balancer with a UDP or TCP_UDP listener.</p>
|
|
3504
3509
|
*/
|
|
3505
3510
|
IpAddressType: IpAddressType | string | undefined;
|
|
3506
3511
|
}
|
|
@@ -3629,8 +3634,8 @@ export interface SetSubnetsInput {
|
|
|
3629
3634
|
* <p>[Network Load Balancers] The type of IP addresses used by the subnets for your load
|
|
3630
3635
|
* balancer. The possible values are <code>ipv4</code> (for IPv4 addresses) and
|
|
3631
3636
|
* <code>dualstack</code> (for IPv4 and IPv6 addresses). You can’t specify
|
|
3632
|
-
* <code>dualstack</code> for a load balancer with a UDP or TCP_UDP listener.
|
|
3633
|
-
*
|
|
3637
|
+
* <code>dualstack</code> for a load balancer with a UDP or TCP_UDP listener.
|
|
3638
|
+
* .</p>
|
|
3634
3639
|
*/
|
|
3635
3640
|
IpAddressType?: IpAddressType | string;
|
|
3636
3641
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elastic-load-balancing-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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.
|
|
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.
|
|
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",
|