@aws-sdk/client-elastic-load-balancing-v2 3.53.0 → 3.55.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 +24 -0
- package/dist-cjs/ElasticLoadBalancingV2Client.js +13 -13
- package/dist-cjs/commands/AddListenerCertificatesCommand.js +3 -3
- package/dist-cjs/commands/AddTagsCommand.js +3 -3
- package/dist-cjs/commands/CreateListenerCommand.js +3 -3
- package/dist-cjs/commands/CreateLoadBalancerCommand.js +3 -3
- package/dist-cjs/commands/CreateRuleCommand.js +3 -3
- package/dist-cjs/commands/CreateTargetGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteListenerCommand.js +3 -3
- package/dist-cjs/commands/DeleteLoadBalancerCommand.js +3 -3
- package/dist-cjs/commands/DeleteRuleCommand.js +3 -3
- package/dist-cjs/commands/DeleteTargetGroupCommand.js +3 -3
- package/dist-cjs/commands/DeregisterTargetsCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +3 -3
- package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +3 -3
- package/dist-cjs/commands/DescribeListenersCommand.js +3 -3
- package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +3 -3
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +3 -3
- package/dist-cjs/commands/DescribeRulesCommand.js +3 -3
- package/dist-cjs/commands/DescribeSSLPoliciesCommand.js +3 -3
- package/dist-cjs/commands/DescribeTagsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +3 -3
- package/dist-cjs/commands/DescribeTargetGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTargetHealthCommand.js +3 -3
- package/dist-cjs/commands/ModifyListenerCommand.js +3 -3
- package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +3 -3
- package/dist-cjs/commands/ModifyRuleCommand.js +3 -3
- package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js +3 -3
- package/dist-cjs/commands/ModifyTargetGroupCommand.js +3 -3
- package/dist-cjs/commands/RegisterTargetsCommand.js +3 -3
- package/dist-cjs/commands/RemoveListenerCertificatesCommand.js +3 -3
- package/dist-cjs/commands/RemoveTagsCommand.js +3 -3
- package/dist-cjs/commands/SetIpAddressTypeCommand.js +3 -3
- package/dist-cjs/commands/SetRulePrioritiesCommand.js +3 -3
- package/dist-cjs/commands/SetSecurityGroupsCommand.js +3 -3
- package/dist-cjs/commands/SetSubnetsCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_query.js +279 -279
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-cjs/waiters/waitForLoadBalancerAvailable.js +3 -3
- package/dist-cjs/waiters/waitForLoadBalancerExists.js +3 -3
- package/dist-cjs/waiters/waitForLoadBalancersDeleted.js +3 -3
- package/dist-cjs/waiters/waitForTargetDeregistered.js +3 -3
- package/dist-cjs/waiters/waitForTargetInService.js +3 -3
- package/dist-es/ElasticLoadBalancingV2.js +34 -34
- package/dist-es/pagination/DescribeListenersPaginator.js +4 -4
- package/dist-es/pagination/DescribeLoadBalancersPaginator.js +4 -4
- package/dist-es/pagination/DescribeTargetGroupsPaginator.js +4 -4
- package/dist-es/protocols/Aws_query.js +92 -92
- package/dist-es/waiters/waitForLoadBalancerAvailable.js +2 -2
- package/dist-es/waiters/waitForLoadBalancersDeleted.js +1 -1
- package/dist-es/waiters/waitForTargetDeregistered.js +1 -1
- package/dist-es/waiters/waitForTargetInService.js +1 -1
- package/dist-types/ElasticLoadBalancingV2Client.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +35 -35
|
@@ -11,7 +11,7 @@ class ModifyRuleCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticLoadBalancingV2Client";
|
|
@@ -27,10 +27,10 @@ class ModifyRuleCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryModifyRuleCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryModifyRuleCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryModifyRuleCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryModifyRuleCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ModifyRuleCommand = ModifyRuleCommand;
|
|
@@ -11,7 +11,7 @@ class ModifyTargetGroupAttributesCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticLoadBalancingV2Client";
|
|
@@ -27,10 +27,10 @@ class ModifyTargetGroupAttributesCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryModifyTargetGroupAttributesCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryModifyTargetGroupAttributesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryModifyTargetGroupAttributesCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryModifyTargetGroupAttributesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ModifyTargetGroupAttributesCommand = ModifyTargetGroupAttributesCommand;
|
|
@@ -11,7 +11,7 @@ class ModifyTargetGroupCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticLoadBalancingV2Client";
|
|
@@ -27,10 +27,10 @@ class ModifyTargetGroupCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryModifyTargetGroupCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryModifyTargetGroupCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryModifyTargetGroupCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryModifyTargetGroupCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ModifyTargetGroupCommand = ModifyTargetGroupCommand;
|
|
@@ -11,7 +11,7 @@ class RegisterTargetsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticLoadBalancingV2Client";
|
|
@@ -27,10 +27,10 @@ class RegisterTargetsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryRegisterTargetsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryRegisterTargetsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryRegisterTargetsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryRegisterTargetsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.RegisterTargetsCommand = RegisterTargetsCommand;
|
|
@@ -11,7 +11,7 @@ class RemoveListenerCertificatesCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticLoadBalancingV2Client";
|
|
@@ -27,10 +27,10 @@ class RemoveListenerCertificatesCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryRemoveListenerCertificatesCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryRemoveListenerCertificatesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryRemoveListenerCertificatesCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryRemoveListenerCertificatesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.RemoveListenerCertificatesCommand = RemoveListenerCertificatesCommand;
|
|
@@ -11,7 +11,7 @@ class RemoveTagsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticLoadBalancingV2Client";
|
|
@@ -27,10 +27,10 @@ class RemoveTagsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryRemoveTagsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryRemoveTagsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryRemoveTagsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryRemoveTagsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.RemoveTagsCommand = RemoveTagsCommand;
|
|
@@ -11,7 +11,7 @@ class SetIpAddressTypeCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticLoadBalancingV2Client";
|
|
@@ -27,10 +27,10 @@ class SetIpAddressTypeCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_querySetIpAddressTypeCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_querySetIpAddressTypeCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_querySetIpAddressTypeCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_querySetIpAddressTypeCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.SetIpAddressTypeCommand = SetIpAddressTypeCommand;
|
|
@@ -11,7 +11,7 @@ class SetRulePrioritiesCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticLoadBalancingV2Client";
|
|
@@ -27,10 +27,10 @@ class SetRulePrioritiesCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_querySetRulePrioritiesCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_querySetRulePrioritiesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_querySetRulePrioritiesCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_querySetRulePrioritiesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.SetRulePrioritiesCommand = SetRulePrioritiesCommand;
|
|
@@ -11,7 +11,7 @@ class SetSecurityGroupsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticLoadBalancingV2Client";
|
|
@@ -27,10 +27,10 @@ class SetSecurityGroupsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_querySetSecurityGroupsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_querySetSecurityGroupsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_querySetSecurityGroupsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_querySetSecurityGroupsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.SetSecurityGroupsCommand = SetSecurityGroupsCommand;
|
|
@@ -11,7 +11,7 @@ class SetSubnetsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticLoadBalancingV2Client";
|
|
@@ -27,10 +27,10 @@ class SetSubnetsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_querySetSubnetsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_querySetSubnetsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_querySetSubnetsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_querySetSubnetsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.SetSubnetsCommand = SetSubnetsCommand;
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -175,7 +175,7 @@ const partitionHash = {
|
|
|
175
175
|
],
|
|
176
176
|
},
|
|
177
177
|
};
|
|
178
|
-
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
|
178
|
+
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
179
179
|
...options,
|
|
180
180
|
signingService: "elasticloadbalancing",
|
|
181
181
|
regionHash,
|