@aws-sdk/client-elastic-load-balancing-v2 3.1045.0 → 3.1047.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +159 -161
- package/dist-cjs/models/ElasticLoadBalancingV2ServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ElasticLoadBalancingV2.js +1 -1
- package/dist-es/ElasticLoadBalancingV2Client.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddListenerCertificatesCommand.js +2 -2
- package/dist-es/commands/AddTagsCommand.js +2 -2
- package/dist-es/commands/AddTrustStoreRevocationsCommand.js +2 -2
- package/dist-es/commands/CreateListenerCommand.js +2 -2
- package/dist-es/commands/CreateLoadBalancerCommand.js +2 -2
- package/dist-es/commands/CreateRuleCommand.js +2 -2
- package/dist-es/commands/CreateTargetGroupCommand.js +2 -2
- package/dist-es/commands/CreateTrustStoreCommand.js +2 -2
- package/dist-es/commands/DeleteListenerCommand.js +2 -2
- package/dist-es/commands/DeleteLoadBalancerCommand.js +2 -2
- package/dist-es/commands/DeleteRuleCommand.js +2 -2
- package/dist-es/commands/DeleteSharedTrustStoreAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteTargetGroupCommand.js +2 -2
- package/dist-es/commands/DeleteTrustStoreCommand.js +2 -2
- package/dist-es/commands/DeregisterTargetsCommand.js +2 -2
- package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -2
- package/dist-es/commands/DescribeCapacityReservationCommand.js +2 -2
- package/dist-es/commands/DescribeListenerAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeListenerCertificatesCommand.js +2 -2
- package/dist-es/commands/DescribeListenersCommand.js +2 -2
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeLoadBalancersCommand.js +2 -2
- package/dist-es/commands/DescribeRulesCommand.js +2 -2
- package/dist-es/commands/DescribeSSLPoliciesCommand.js +2 -2
- package/dist-es/commands/DescribeTagsCommand.js +2 -2
- package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeTargetGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeTargetHealthCommand.js +2 -2
- package/dist-es/commands/DescribeTrustStoreAssociationsCommand.js +2 -2
- package/dist-es/commands/DescribeTrustStoreRevocationsCommand.js +2 -2
- package/dist-es/commands/DescribeTrustStoresCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/GetTrustStoreCaCertificatesBundleCommand.js +2 -2
- package/dist-es/commands/GetTrustStoreRevocationContentCommand.js +2 -2
- package/dist-es/commands/ModifyCapacityReservationCommand.js +2 -2
- package/dist-es/commands/ModifyIpPoolsCommand.js +2 -2
- package/dist-es/commands/ModifyListenerAttributesCommand.js +2 -2
- package/dist-es/commands/ModifyListenerCommand.js +2 -2
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +2 -2
- package/dist-es/commands/ModifyRuleCommand.js +2 -2
- package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +2 -2
- package/dist-es/commands/ModifyTargetGroupCommand.js +2 -2
- package/dist-es/commands/ModifyTrustStoreCommand.js +2 -2
- package/dist-es/commands/RegisterTargetsCommand.js +2 -2
- package/dist-es/commands/RemoveListenerCertificatesCommand.js +2 -2
- package/dist-es/commands/RemoveTagsCommand.js +2 -2
- package/dist-es/commands/RemoveTrustStoreRevocationsCommand.js +2 -2
- package/dist-es/commands/SetIpAddressTypeCommand.js +2 -2
- package/dist-es/commands/SetRulePrioritiesCommand.js +2 -2
- package/dist-es/commands/SetSecurityGroupsCommand.js +2 -2
- package/dist-es/commands/SetSubnetsCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ElasticLoadBalancingV2ServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForLoadBalancerAvailable.js +1 -1
- package/dist-es/waiters/waitForLoadBalancerExists.js +1 -1
- 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/ElasticLoadBalancingV2.d.ts +1 -1
- package/dist-types/ElasticLoadBalancingV2Client.d.ts +5 -5
- package/dist-types/commands/AddListenerCertificatesCommand.d.ts +6 -4
- package/dist-types/commands/AddTagsCommand.d.ts +6 -4
- package/dist-types/commands/AddTrustStoreRevocationsCommand.d.ts +6 -4
- package/dist-types/commands/CreateListenerCommand.d.ts +6 -4
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +6 -4
- package/dist-types/commands/CreateRuleCommand.d.ts +6 -4
- package/dist-types/commands/CreateTargetGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +6 -4
- package/dist-types/commands/DeleteListenerCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRuleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSharedTrustStoreAssociationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTargetGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterTargetsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCapacityReservationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeListenerAttributesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeListenerCertificatesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeListenersCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -4
- package/dist-types/commands/DescribeRulesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeSSLPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTagsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTargetGroupAttributesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTargetHealthCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTrustStoreAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTrustStoreRevocationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTrustStoresCommand.d.ts +6 -4
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +6 -4
- package/dist-types/commands/GetTrustStoreRevocationContentCommand.d.ts +6 -4
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +6 -4
- package/dist-types/commands/ModifyIpPoolsCommand.d.ts +6 -4
- package/dist-types/commands/ModifyListenerAttributesCommand.d.ts +6 -4
- package/dist-types/commands/ModifyListenerCommand.d.ts +6 -4
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +6 -4
- package/dist-types/commands/ModifyRuleCommand.d.ts +6 -4
- package/dist-types/commands/ModifyTargetGroupAttributesCommand.d.ts +6 -4
- package/dist-types/commands/ModifyTargetGroupCommand.d.ts +6 -4
- package/dist-types/commands/ModifyTrustStoreCommand.d.ts +6 -4
- package/dist-types/commands/RegisterTargetsCommand.d.ts +6 -4
- package/dist-types/commands/RemoveListenerCertificatesCommand.d.ts +6 -4
- package/dist-types/commands/RemoveTagsCommand.d.ts +6 -4
- package/dist-types/commands/RemoveTrustStoreRevocationsCommand.d.ts +6 -4
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +6 -4
- package/dist-types/commands/SetRulePrioritiesCommand.d.ts +6 -4
- package/dist-types/commands/SetSecurityGroupsCommand.d.ts +6 -4
- package/dist-types/commands/SetSubnetsCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ElasticLoadBalancingV2ServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +1 -1
- package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddTrustStoreRevocationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSharedTrustStoreAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeCapacityReservationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeListenerAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTrustStoreAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTrustStoreRevocationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTrustStoresCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTrustStoreRevocationContentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyIpPoolsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyListenerAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyTrustStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveTrustStoreRevocationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ElasticLoadBalancingV2ServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +1 -1
- package/dist-types/waiters/waitForLoadBalancerAvailable.d.ts +1 -1
- package/dist-types/waiters/waitForLoadBalancerExists.d.ts +1 -1
- package/dist-types/waiters/waitForLoadBalancersDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForTargetDeregistered.d.ts +1 -1
- package/dist-types/waiters/waitForTargetInService.d.ts +1 -1
- package/package.json +13 -35
package/dist-cjs/index.js
CHANGED
|
@@ -4,19 +4,17 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
|
|
|
4
4
|
var middlewareLogger = require('@aws-sdk/middleware-logger');
|
|
5
5
|
var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
|
-
var configResolver = require('@smithy/config-resolver');
|
|
8
7
|
var core = require('@smithy/core');
|
|
8
|
+
var client = require('@smithy/core/client');
|
|
9
|
+
var config = require('@smithy/core/config');
|
|
10
|
+
var endpoints = require('@smithy/core/endpoints');
|
|
11
|
+
var protocols = require('@smithy/core/protocols');
|
|
12
|
+
var retry = require('@smithy/core/retry');
|
|
9
13
|
var schema = require('@smithy/core/schema');
|
|
10
|
-
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
11
|
-
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
12
|
-
var middlewareRetry = require('@smithy/middleware-retry');
|
|
13
|
-
var smithyClient = require('@smithy/smithy-client');
|
|
14
14
|
var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
|
-
var protocolHttp = require('@smithy/protocol-http');
|
|
18
17
|
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
-
var utilWaiter = require('@smithy/util-waiter');
|
|
20
18
|
var errors = require('./models/errors');
|
|
21
19
|
var ElasticLoadBalancingV2ServiceException = require('./models/ElasticLoadBalancingV2ServiceException');
|
|
22
20
|
|
|
@@ -74,12 +72,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
74
72
|
};
|
|
75
73
|
|
|
76
74
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
77
|
-
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig),
|
|
75
|
+
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
78
76
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
79
|
-
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
77
|
+
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
80
78
|
};
|
|
81
79
|
|
|
82
|
-
class ElasticLoadBalancingV2Client extends
|
|
80
|
+
class ElasticLoadBalancingV2Client extends client.Client {
|
|
83
81
|
config;
|
|
84
82
|
constructor(...[configuration]) {
|
|
85
83
|
const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
|
|
@@ -87,17 +85,17 @@ class ElasticLoadBalancingV2Client extends smithyClient.Client {
|
|
|
87
85
|
this.initConfig = _config_0;
|
|
88
86
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
89
87
|
const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
|
|
90
|
-
const _config_3 =
|
|
91
|
-
const _config_4 =
|
|
88
|
+
const _config_3 = retry.resolveRetryConfig(_config_2);
|
|
89
|
+
const _config_4 = config.resolveRegionConfig(_config_3);
|
|
92
90
|
const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
|
|
93
|
-
const _config_6 =
|
|
91
|
+
const _config_6 = endpoints.resolveEndpointConfig(_config_5);
|
|
94
92
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
95
93
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
96
94
|
this.config = _config_8;
|
|
97
95
|
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
98
96
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
99
|
-
this.middlewareStack.use(
|
|
100
|
-
this.middlewareStack.use(
|
|
97
|
+
this.middlewareStack.use(retry.getRetryPlugin(this.config));
|
|
98
|
+
this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
|
|
101
99
|
this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
|
|
102
100
|
this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
|
|
103
101
|
this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
|
|
@@ -114,11 +112,11 @@ class ElasticLoadBalancingV2Client extends smithyClient.Client {
|
|
|
114
112
|
}
|
|
115
113
|
}
|
|
116
114
|
|
|
117
|
-
class AddListenerCertificatesCommand extends
|
|
115
|
+
class AddListenerCertificatesCommand extends client.Command
|
|
118
116
|
.classBuilder()
|
|
119
117
|
.ep(commonParams)
|
|
120
118
|
.m(function (Command, cs, config, o) {
|
|
121
|
-
return [
|
|
119
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
122
120
|
})
|
|
123
121
|
.s("ElasticLoadBalancing_v10", "AddListenerCertificates", {})
|
|
124
122
|
.n("ElasticLoadBalancingV2Client", "AddListenerCertificatesCommand")
|
|
@@ -126,11 +124,11 @@ class AddListenerCertificatesCommand extends smithyClient.Command
|
|
|
126
124
|
.build() {
|
|
127
125
|
}
|
|
128
126
|
|
|
129
|
-
class AddTagsCommand extends
|
|
127
|
+
class AddTagsCommand extends client.Command
|
|
130
128
|
.classBuilder()
|
|
131
129
|
.ep(commonParams)
|
|
132
130
|
.m(function (Command, cs, config, o) {
|
|
133
|
-
return [
|
|
131
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
134
132
|
})
|
|
135
133
|
.s("ElasticLoadBalancing_v10", "AddTags", {})
|
|
136
134
|
.n("ElasticLoadBalancingV2Client", "AddTagsCommand")
|
|
@@ -138,11 +136,11 @@ class AddTagsCommand extends smithyClient.Command
|
|
|
138
136
|
.build() {
|
|
139
137
|
}
|
|
140
138
|
|
|
141
|
-
class AddTrustStoreRevocationsCommand extends
|
|
139
|
+
class AddTrustStoreRevocationsCommand extends client.Command
|
|
142
140
|
.classBuilder()
|
|
143
141
|
.ep(commonParams)
|
|
144
142
|
.m(function (Command, cs, config, o) {
|
|
145
|
-
return [
|
|
143
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
146
144
|
})
|
|
147
145
|
.s("ElasticLoadBalancing_v10", "AddTrustStoreRevocations", {})
|
|
148
146
|
.n("ElasticLoadBalancingV2Client", "AddTrustStoreRevocationsCommand")
|
|
@@ -150,11 +148,11 @@ class AddTrustStoreRevocationsCommand extends smithyClient.Command
|
|
|
150
148
|
.build() {
|
|
151
149
|
}
|
|
152
150
|
|
|
153
|
-
class CreateListenerCommand extends
|
|
151
|
+
class CreateListenerCommand extends client.Command
|
|
154
152
|
.classBuilder()
|
|
155
153
|
.ep(commonParams)
|
|
156
154
|
.m(function (Command, cs, config, o) {
|
|
157
|
-
return [
|
|
155
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
158
156
|
})
|
|
159
157
|
.s("ElasticLoadBalancing_v10", "CreateListener", {})
|
|
160
158
|
.n("ElasticLoadBalancingV2Client", "CreateListenerCommand")
|
|
@@ -162,11 +160,11 @@ class CreateListenerCommand extends smithyClient.Command
|
|
|
162
160
|
.build() {
|
|
163
161
|
}
|
|
164
162
|
|
|
165
|
-
class CreateLoadBalancerCommand extends
|
|
163
|
+
class CreateLoadBalancerCommand extends client.Command
|
|
166
164
|
.classBuilder()
|
|
167
165
|
.ep(commonParams)
|
|
168
166
|
.m(function (Command, cs, config, o) {
|
|
169
|
-
return [
|
|
167
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
170
168
|
})
|
|
171
169
|
.s("ElasticLoadBalancing_v10", "CreateLoadBalancer", {})
|
|
172
170
|
.n("ElasticLoadBalancingV2Client", "CreateLoadBalancerCommand")
|
|
@@ -174,11 +172,11 @@ class CreateLoadBalancerCommand extends smithyClient.Command
|
|
|
174
172
|
.build() {
|
|
175
173
|
}
|
|
176
174
|
|
|
177
|
-
class CreateRuleCommand extends
|
|
175
|
+
class CreateRuleCommand extends client.Command
|
|
178
176
|
.classBuilder()
|
|
179
177
|
.ep(commonParams)
|
|
180
178
|
.m(function (Command, cs, config, o) {
|
|
181
|
-
return [
|
|
179
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
182
180
|
})
|
|
183
181
|
.s("ElasticLoadBalancing_v10", "CreateRule", {})
|
|
184
182
|
.n("ElasticLoadBalancingV2Client", "CreateRuleCommand")
|
|
@@ -186,11 +184,11 @@ class CreateRuleCommand extends smithyClient.Command
|
|
|
186
184
|
.build() {
|
|
187
185
|
}
|
|
188
186
|
|
|
189
|
-
class CreateTargetGroupCommand extends
|
|
187
|
+
class CreateTargetGroupCommand extends client.Command
|
|
190
188
|
.classBuilder()
|
|
191
189
|
.ep(commonParams)
|
|
192
190
|
.m(function (Command, cs, config, o) {
|
|
193
|
-
return [
|
|
191
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
194
192
|
})
|
|
195
193
|
.s("ElasticLoadBalancing_v10", "CreateTargetGroup", {})
|
|
196
194
|
.n("ElasticLoadBalancingV2Client", "CreateTargetGroupCommand")
|
|
@@ -198,11 +196,11 @@ class CreateTargetGroupCommand extends smithyClient.Command
|
|
|
198
196
|
.build() {
|
|
199
197
|
}
|
|
200
198
|
|
|
201
|
-
class CreateTrustStoreCommand extends
|
|
199
|
+
class CreateTrustStoreCommand extends client.Command
|
|
202
200
|
.classBuilder()
|
|
203
201
|
.ep(commonParams)
|
|
204
202
|
.m(function (Command, cs, config, o) {
|
|
205
|
-
return [
|
|
203
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
206
204
|
})
|
|
207
205
|
.s("ElasticLoadBalancing_v10", "CreateTrustStore", {})
|
|
208
206
|
.n("ElasticLoadBalancingV2Client", "CreateTrustStoreCommand")
|
|
@@ -210,11 +208,11 @@ class CreateTrustStoreCommand extends smithyClient.Command
|
|
|
210
208
|
.build() {
|
|
211
209
|
}
|
|
212
210
|
|
|
213
|
-
class DeleteListenerCommand extends
|
|
211
|
+
class DeleteListenerCommand extends client.Command
|
|
214
212
|
.classBuilder()
|
|
215
213
|
.ep(commonParams)
|
|
216
214
|
.m(function (Command, cs, config, o) {
|
|
217
|
-
return [
|
|
215
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
218
216
|
})
|
|
219
217
|
.s("ElasticLoadBalancing_v10", "DeleteListener", {})
|
|
220
218
|
.n("ElasticLoadBalancingV2Client", "DeleteListenerCommand")
|
|
@@ -222,11 +220,11 @@ class DeleteListenerCommand extends smithyClient.Command
|
|
|
222
220
|
.build() {
|
|
223
221
|
}
|
|
224
222
|
|
|
225
|
-
class DeleteLoadBalancerCommand extends
|
|
223
|
+
class DeleteLoadBalancerCommand extends client.Command
|
|
226
224
|
.classBuilder()
|
|
227
225
|
.ep(commonParams)
|
|
228
226
|
.m(function (Command, cs, config, o) {
|
|
229
|
-
return [
|
|
227
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
230
228
|
})
|
|
231
229
|
.s("ElasticLoadBalancing_v10", "DeleteLoadBalancer", {})
|
|
232
230
|
.n("ElasticLoadBalancingV2Client", "DeleteLoadBalancerCommand")
|
|
@@ -234,11 +232,11 @@ class DeleteLoadBalancerCommand extends smithyClient.Command
|
|
|
234
232
|
.build() {
|
|
235
233
|
}
|
|
236
234
|
|
|
237
|
-
class DeleteRuleCommand extends
|
|
235
|
+
class DeleteRuleCommand extends client.Command
|
|
238
236
|
.classBuilder()
|
|
239
237
|
.ep(commonParams)
|
|
240
238
|
.m(function (Command, cs, config, o) {
|
|
241
|
-
return [
|
|
239
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
242
240
|
})
|
|
243
241
|
.s("ElasticLoadBalancing_v10", "DeleteRule", {})
|
|
244
242
|
.n("ElasticLoadBalancingV2Client", "DeleteRuleCommand")
|
|
@@ -246,11 +244,11 @@ class DeleteRuleCommand extends smithyClient.Command
|
|
|
246
244
|
.build() {
|
|
247
245
|
}
|
|
248
246
|
|
|
249
|
-
class DeleteSharedTrustStoreAssociationCommand extends
|
|
247
|
+
class DeleteSharedTrustStoreAssociationCommand extends client.Command
|
|
250
248
|
.classBuilder()
|
|
251
249
|
.ep(commonParams)
|
|
252
250
|
.m(function (Command, cs, config, o) {
|
|
253
|
-
return [
|
|
251
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
254
252
|
})
|
|
255
253
|
.s("ElasticLoadBalancing_v10", "DeleteSharedTrustStoreAssociation", {})
|
|
256
254
|
.n("ElasticLoadBalancingV2Client", "DeleteSharedTrustStoreAssociationCommand")
|
|
@@ -258,11 +256,11 @@ class DeleteSharedTrustStoreAssociationCommand extends smithyClient.Command
|
|
|
258
256
|
.build() {
|
|
259
257
|
}
|
|
260
258
|
|
|
261
|
-
class DeleteTargetGroupCommand extends
|
|
259
|
+
class DeleteTargetGroupCommand extends client.Command
|
|
262
260
|
.classBuilder()
|
|
263
261
|
.ep(commonParams)
|
|
264
262
|
.m(function (Command, cs, config, o) {
|
|
265
|
-
return [
|
|
263
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
266
264
|
})
|
|
267
265
|
.s("ElasticLoadBalancing_v10", "DeleteTargetGroup", {})
|
|
268
266
|
.n("ElasticLoadBalancingV2Client", "DeleteTargetGroupCommand")
|
|
@@ -270,11 +268,11 @@ class DeleteTargetGroupCommand extends smithyClient.Command
|
|
|
270
268
|
.build() {
|
|
271
269
|
}
|
|
272
270
|
|
|
273
|
-
class DeleteTrustStoreCommand extends
|
|
271
|
+
class DeleteTrustStoreCommand extends client.Command
|
|
274
272
|
.classBuilder()
|
|
275
273
|
.ep(commonParams)
|
|
276
274
|
.m(function (Command, cs, config, o) {
|
|
277
|
-
return [
|
|
275
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
278
276
|
})
|
|
279
277
|
.s("ElasticLoadBalancing_v10", "DeleteTrustStore", {})
|
|
280
278
|
.n("ElasticLoadBalancingV2Client", "DeleteTrustStoreCommand")
|
|
@@ -282,11 +280,11 @@ class DeleteTrustStoreCommand extends smithyClient.Command
|
|
|
282
280
|
.build() {
|
|
283
281
|
}
|
|
284
282
|
|
|
285
|
-
class DeregisterTargetsCommand extends
|
|
283
|
+
class DeregisterTargetsCommand extends client.Command
|
|
286
284
|
.classBuilder()
|
|
287
285
|
.ep(commonParams)
|
|
288
286
|
.m(function (Command, cs, config, o) {
|
|
289
|
-
return [
|
|
287
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
290
288
|
})
|
|
291
289
|
.s("ElasticLoadBalancing_v10", "DeregisterTargets", {})
|
|
292
290
|
.n("ElasticLoadBalancingV2Client", "DeregisterTargetsCommand")
|
|
@@ -294,11 +292,11 @@ class DeregisterTargetsCommand extends smithyClient.Command
|
|
|
294
292
|
.build() {
|
|
295
293
|
}
|
|
296
294
|
|
|
297
|
-
class DescribeAccountLimitsCommand extends
|
|
295
|
+
class DescribeAccountLimitsCommand extends client.Command
|
|
298
296
|
.classBuilder()
|
|
299
297
|
.ep(commonParams)
|
|
300
298
|
.m(function (Command, cs, config, o) {
|
|
301
|
-
return [
|
|
299
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
302
300
|
})
|
|
303
301
|
.s("ElasticLoadBalancing_v10", "DescribeAccountLimits", {})
|
|
304
302
|
.n("ElasticLoadBalancingV2Client", "DescribeAccountLimitsCommand")
|
|
@@ -306,11 +304,11 @@ class DescribeAccountLimitsCommand extends smithyClient.Command
|
|
|
306
304
|
.build() {
|
|
307
305
|
}
|
|
308
306
|
|
|
309
|
-
class DescribeCapacityReservationCommand extends
|
|
307
|
+
class DescribeCapacityReservationCommand extends client.Command
|
|
310
308
|
.classBuilder()
|
|
311
309
|
.ep(commonParams)
|
|
312
310
|
.m(function (Command, cs, config, o) {
|
|
313
|
-
return [
|
|
311
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
314
312
|
})
|
|
315
313
|
.s("ElasticLoadBalancing_v10", "DescribeCapacityReservation", {})
|
|
316
314
|
.n("ElasticLoadBalancingV2Client", "DescribeCapacityReservationCommand")
|
|
@@ -318,11 +316,11 @@ class DescribeCapacityReservationCommand extends smithyClient.Command
|
|
|
318
316
|
.build() {
|
|
319
317
|
}
|
|
320
318
|
|
|
321
|
-
class DescribeListenerAttributesCommand extends
|
|
319
|
+
class DescribeListenerAttributesCommand extends client.Command
|
|
322
320
|
.classBuilder()
|
|
323
321
|
.ep(commonParams)
|
|
324
322
|
.m(function (Command, cs, config, o) {
|
|
325
|
-
return [
|
|
323
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
326
324
|
})
|
|
327
325
|
.s("ElasticLoadBalancing_v10", "DescribeListenerAttributes", {})
|
|
328
326
|
.n("ElasticLoadBalancingV2Client", "DescribeListenerAttributesCommand")
|
|
@@ -330,11 +328,11 @@ class DescribeListenerAttributesCommand extends smithyClient.Command
|
|
|
330
328
|
.build() {
|
|
331
329
|
}
|
|
332
330
|
|
|
333
|
-
class DescribeListenerCertificatesCommand extends
|
|
331
|
+
class DescribeListenerCertificatesCommand extends client.Command
|
|
334
332
|
.classBuilder()
|
|
335
333
|
.ep(commonParams)
|
|
336
334
|
.m(function (Command, cs, config, o) {
|
|
337
|
-
return [
|
|
335
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
338
336
|
})
|
|
339
337
|
.s("ElasticLoadBalancing_v10", "DescribeListenerCertificates", {})
|
|
340
338
|
.n("ElasticLoadBalancingV2Client", "DescribeListenerCertificatesCommand")
|
|
@@ -342,11 +340,11 @@ class DescribeListenerCertificatesCommand extends smithyClient.Command
|
|
|
342
340
|
.build() {
|
|
343
341
|
}
|
|
344
342
|
|
|
345
|
-
class DescribeListenersCommand extends
|
|
343
|
+
class DescribeListenersCommand extends client.Command
|
|
346
344
|
.classBuilder()
|
|
347
345
|
.ep(commonParams)
|
|
348
346
|
.m(function (Command, cs, config, o) {
|
|
349
|
-
return [
|
|
347
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
350
348
|
})
|
|
351
349
|
.s("ElasticLoadBalancing_v10", "DescribeListeners", {})
|
|
352
350
|
.n("ElasticLoadBalancingV2Client", "DescribeListenersCommand")
|
|
@@ -354,11 +352,11 @@ class DescribeListenersCommand extends smithyClient.Command
|
|
|
354
352
|
.build() {
|
|
355
353
|
}
|
|
356
354
|
|
|
357
|
-
class DescribeLoadBalancerAttributesCommand extends
|
|
355
|
+
class DescribeLoadBalancerAttributesCommand extends client.Command
|
|
358
356
|
.classBuilder()
|
|
359
357
|
.ep(commonParams)
|
|
360
358
|
.m(function (Command, cs, config, o) {
|
|
361
|
-
return [
|
|
359
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
362
360
|
})
|
|
363
361
|
.s("ElasticLoadBalancing_v10", "DescribeLoadBalancerAttributes", {})
|
|
364
362
|
.n("ElasticLoadBalancingV2Client", "DescribeLoadBalancerAttributesCommand")
|
|
@@ -366,11 +364,11 @@ class DescribeLoadBalancerAttributesCommand extends smithyClient.Command
|
|
|
366
364
|
.build() {
|
|
367
365
|
}
|
|
368
366
|
|
|
369
|
-
class DescribeLoadBalancersCommand extends
|
|
367
|
+
class DescribeLoadBalancersCommand extends client.Command
|
|
370
368
|
.classBuilder()
|
|
371
369
|
.ep(commonParams)
|
|
372
370
|
.m(function (Command, cs, config, o) {
|
|
373
|
-
return [
|
|
371
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
374
372
|
})
|
|
375
373
|
.s("ElasticLoadBalancing_v10", "DescribeLoadBalancers", {})
|
|
376
374
|
.n("ElasticLoadBalancingV2Client", "DescribeLoadBalancersCommand")
|
|
@@ -378,11 +376,11 @@ class DescribeLoadBalancersCommand extends smithyClient.Command
|
|
|
378
376
|
.build() {
|
|
379
377
|
}
|
|
380
378
|
|
|
381
|
-
class DescribeRulesCommand extends
|
|
379
|
+
class DescribeRulesCommand extends client.Command
|
|
382
380
|
.classBuilder()
|
|
383
381
|
.ep(commonParams)
|
|
384
382
|
.m(function (Command, cs, config, o) {
|
|
385
|
-
return [
|
|
383
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
386
384
|
})
|
|
387
385
|
.s("ElasticLoadBalancing_v10", "DescribeRules", {})
|
|
388
386
|
.n("ElasticLoadBalancingV2Client", "DescribeRulesCommand")
|
|
@@ -390,11 +388,11 @@ class DescribeRulesCommand extends smithyClient.Command
|
|
|
390
388
|
.build() {
|
|
391
389
|
}
|
|
392
390
|
|
|
393
|
-
class DescribeSSLPoliciesCommand extends
|
|
391
|
+
class DescribeSSLPoliciesCommand extends client.Command
|
|
394
392
|
.classBuilder()
|
|
395
393
|
.ep(commonParams)
|
|
396
394
|
.m(function (Command, cs, config, o) {
|
|
397
|
-
return [
|
|
395
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
398
396
|
})
|
|
399
397
|
.s("ElasticLoadBalancing_v10", "DescribeSSLPolicies", {})
|
|
400
398
|
.n("ElasticLoadBalancingV2Client", "DescribeSSLPoliciesCommand")
|
|
@@ -402,11 +400,11 @@ class DescribeSSLPoliciesCommand extends smithyClient.Command
|
|
|
402
400
|
.build() {
|
|
403
401
|
}
|
|
404
402
|
|
|
405
|
-
class DescribeTagsCommand extends
|
|
403
|
+
class DescribeTagsCommand extends client.Command
|
|
406
404
|
.classBuilder()
|
|
407
405
|
.ep(commonParams)
|
|
408
406
|
.m(function (Command, cs, config, o) {
|
|
409
|
-
return [
|
|
407
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
410
408
|
})
|
|
411
409
|
.s("ElasticLoadBalancing_v10", "DescribeTags", {})
|
|
412
410
|
.n("ElasticLoadBalancingV2Client", "DescribeTagsCommand")
|
|
@@ -414,11 +412,11 @@ class DescribeTagsCommand extends smithyClient.Command
|
|
|
414
412
|
.build() {
|
|
415
413
|
}
|
|
416
414
|
|
|
417
|
-
class DescribeTargetGroupAttributesCommand extends
|
|
415
|
+
class DescribeTargetGroupAttributesCommand extends client.Command
|
|
418
416
|
.classBuilder()
|
|
419
417
|
.ep(commonParams)
|
|
420
418
|
.m(function (Command, cs, config, o) {
|
|
421
|
-
return [
|
|
419
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
422
420
|
})
|
|
423
421
|
.s("ElasticLoadBalancing_v10", "DescribeTargetGroupAttributes", {})
|
|
424
422
|
.n("ElasticLoadBalancingV2Client", "DescribeTargetGroupAttributesCommand")
|
|
@@ -426,11 +424,11 @@ class DescribeTargetGroupAttributesCommand extends smithyClient.Command
|
|
|
426
424
|
.build() {
|
|
427
425
|
}
|
|
428
426
|
|
|
429
|
-
class DescribeTargetGroupsCommand extends
|
|
427
|
+
class DescribeTargetGroupsCommand extends client.Command
|
|
430
428
|
.classBuilder()
|
|
431
429
|
.ep(commonParams)
|
|
432
430
|
.m(function (Command, cs, config, o) {
|
|
433
|
-
return [
|
|
431
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
434
432
|
})
|
|
435
433
|
.s("ElasticLoadBalancing_v10", "DescribeTargetGroups", {})
|
|
436
434
|
.n("ElasticLoadBalancingV2Client", "DescribeTargetGroupsCommand")
|
|
@@ -438,11 +436,11 @@ class DescribeTargetGroupsCommand extends smithyClient.Command
|
|
|
438
436
|
.build() {
|
|
439
437
|
}
|
|
440
438
|
|
|
441
|
-
class DescribeTargetHealthCommand extends
|
|
439
|
+
class DescribeTargetHealthCommand extends client.Command
|
|
442
440
|
.classBuilder()
|
|
443
441
|
.ep(commonParams)
|
|
444
442
|
.m(function (Command, cs, config, o) {
|
|
445
|
-
return [
|
|
443
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
446
444
|
})
|
|
447
445
|
.s("ElasticLoadBalancing_v10", "DescribeTargetHealth", {})
|
|
448
446
|
.n("ElasticLoadBalancingV2Client", "DescribeTargetHealthCommand")
|
|
@@ -450,11 +448,11 @@ class DescribeTargetHealthCommand extends smithyClient.Command
|
|
|
450
448
|
.build() {
|
|
451
449
|
}
|
|
452
450
|
|
|
453
|
-
class DescribeTrustStoreAssociationsCommand extends
|
|
451
|
+
class DescribeTrustStoreAssociationsCommand extends client.Command
|
|
454
452
|
.classBuilder()
|
|
455
453
|
.ep(commonParams)
|
|
456
454
|
.m(function (Command, cs, config, o) {
|
|
457
|
-
return [
|
|
455
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
458
456
|
})
|
|
459
457
|
.s("ElasticLoadBalancing_v10", "DescribeTrustStoreAssociations", {})
|
|
460
458
|
.n("ElasticLoadBalancingV2Client", "DescribeTrustStoreAssociationsCommand")
|
|
@@ -462,11 +460,11 @@ class DescribeTrustStoreAssociationsCommand extends smithyClient.Command
|
|
|
462
460
|
.build() {
|
|
463
461
|
}
|
|
464
462
|
|
|
465
|
-
class DescribeTrustStoreRevocationsCommand extends
|
|
463
|
+
class DescribeTrustStoreRevocationsCommand extends client.Command
|
|
466
464
|
.classBuilder()
|
|
467
465
|
.ep(commonParams)
|
|
468
466
|
.m(function (Command, cs, config, o) {
|
|
469
|
-
return [
|
|
467
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
470
468
|
})
|
|
471
469
|
.s("ElasticLoadBalancing_v10", "DescribeTrustStoreRevocations", {})
|
|
472
470
|
.n("ElasticLoadBalancingV2Client", "DescribeTrustStoreRevocationsCommand")
|
|
@@ -474,11 +472,11 @@ class DescribeTrustStoreRevocationsCommand extends smithyClient.Command
|
|
|
474
472
|
.build() {
|
|
475
473
|
}
|
|
476
474
|
|
|
477
|
-
class DescribeTrustStoresCommand extends
|
|
475
|
+
class DescribeTrustStoresCommand extends client.Command
|
|
478
476
|
.classBuilder()
|
|
479
477
|
.ep(commonParams)
|
|
480
478
|
.m(function (Command, cs, config, o) {
|
|
481
|
-
return [
|
|
479
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
482
480
|
})
|
|
483
481
|
.s("ElasticLoadBalancing_v10", "DescribeTrustStores", {})
|
|
484
482
|
.n("ElasticLoadBalancingV2Client", "DescribeTrustStoresCommand")
|
|
@@ -486,11 +484,11 @@ class DescribeTrustStoresCommand extends smithyClient.Command
|
|
|
486
484
|
.build() {
|
|
487
485
|
}
|
|
488
486
|
|
|
489
|
-
class GetResourcePolicyCommand extends
|
|
487
|
+
class GetResourcePolicyCommand extends client.Command
|
|
490
488
|
.classBuilder()
|
|
491
489
|
.ep(commonParams)
|
|
492
490
|
.m(function (Command, cs, config, o) {
|
|
493
|
-
return [
|
|
491
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
494
492
|
})
|
|
495
493
|
.s("ElasticLoadBalancing_v10", "GetResourcePolicy", {})
|
|
496
494
|
.n("ElasticLoadBalancingV2Client", "GetResourcePolicyCommand")
|
|
@@ -498,11 +496,11 @@ class GetResourcePolicyCommand extends smithyClient.Command
|
|
|
498
496
|
.build() {
|
|
499
497
|
}
|
|
500
498
|
|
|
501
|
-
class GetTrustStoreCaCertificatesBundleCommand extends
|
|
499
|
+
class GetTrustStoreCaCertificatesBundleCommand extends client.Command
|
|
502
500
|
.classBuilder()
|
|
503
501
|
.ep(commonParams)
|
|
504
502
|
.m(function (Command, cs, config, o) {
|
|
505
|
-
return [
|
|
503
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
506
504
|
})
|
|
507
505
|
.s("ElasticLoadBalancing_v10", "GetTrustStoreCaCertificatesBundle", {})
|
|
508
506
|
.n("ElasticLoadBalancingV2Client", "GetTrustStoreCaCertificatesBundleCommand")
|
|
@@ -510,11 +508,11 @@ class GetTrustStoreCaCertificatesBundleCommand extends smithyClient.Command
|
|
|
510
508
|
.build() {
|
|
511
509
|
}
|
|
512
510
|
|
|
513
|
-
class GetTrustStoreRevocationContentCommand extends
|
|
511
|
+
class GetTrustStoreRevocationContentCommand extends client.Command
|
|
514
512
|
.classBuilder()
|
|
515
513
|
.ep(commonParams)
|
|
516
514
|
.m(function (Command, cs, config, o) {
|
|
517
|
-
return [
|
|
515
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
518
516
|
})
|
|
519
517
|
.s("ElasticLoadBalancing_v10", "GetTrustStoreRevocationContent", {})
|
|
520
518
|
.n("ElasticLoadBalancingV2Client", "GetTrustStoreRevocationContentCommand")
|
|
@@ -522,11 +520,11 @@ class GetTrustStoreRevocationContentCommand extends smithyClient.Command
|
|
|
522
520
|
.build() {
|
|
523
521
|
}
|
|
524
522
|
|
|
525
|
-
class ModifyCapacityReservationCommand extends
|
|
523
|
+
class ModifyCapacityReservationCommand extends client.Command
|
|
526
524
|
.classBuilder()
|
|
527
525
|
.ep(commonParams)
|
|
528
526
|
.m(function (Command, cs, config, o) {
|
|
529
|
-
return [
|
|
527
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
530
528
|
})
|
|
531
529
|
.s("ElasticLoadBalancing_v10", "ModifyCapacityReservation", {})
|
|
532
530
|
.n("ElasticLoadBalancingV2Client", "ModifyCapacityReservationCommand")
|
|
@@ -534,11 +532,11 @@ class ModifyCapacityReservationCommand extends smithyClient.Command
|
|
|
534
532
|
.build() {
|
|
535
533
|
}
|
|
536
534
|
|
|
537
|
-
class ModifyIpPoolsCommand extends
|
|
535
|
+
class ModifyIpPoolsCommand extends client.Command
|
|
538
536
|
.classBuilder()
|
|
539
537
|
.ep(commonParams)
|
|
540
538
|
.m(function (Command, cs, config, o) {
|
|
541
|
-
return [
|
|
539
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
542
540
|
})
|
|
543
541
|
.s("ElasticLoadBalancing_v10", "ModifyIpPools", {})
|
|
544
542
|
.n("ElasticLoadBalancingV2Client", "ModifyIpPoolsCommand")
|
|
@@ -546,11 +544,11 @@ class ModifyIpPoolsCommand extends smithyClient.Command
|
|
|
546
544
|
.build() {
|
|
547
545
|
}
|
|
548
546
|
|
|
549
|
-
class ModifyListenerAttributesCommand extends
|
|
547
|
+
class ModifyListenerAttributesCommand extends client.Command
|
|
550
548
|
.classBuilder()
|
|
551
549
|
.ep(commonParams)
|
|
552
550
|
.m(function (Command, cs, config, o) {
|
|
553
|
-
return [
|
|
551
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
554
552
|
})
|
|
555
553
|
.s("ElasticLoadBalancing_v10", "ModifyListenerAttributes", {})
|
|
556
554
|
.n("ElasticLoadBalancingV2Client", "ModifyListenerAttributesCommand")
|
|
@@ -558,11 +556,11 @@ class ModifyListenerAttributesCommand extends smithyClient.Command
|
|
|
558
556
|
.build() {
|
|
559
557
|
}
|
|
560
558
|
|
|
561
|
-
class ModifyListenerCommand extends
|
|
559
|
+
class ModifyListenerCommand extends client.Command
|
|
562
560
|
.classBuilder()
|
|
563
561
|
.ep(commonParams)
|
|
564
562
|
.m(function (Command, cs, config, o) {
|
|
565
|
-
return [
|
|
563
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
566
564
|
})
|
|
567
565
|
.s("ElasticLoadBalancing_v10", "ModifyListener", {})
|
|
568
566
|
.n("ElasticLoadBalancingV2Client", "ModifyListenerCommand")
|
|
@@ -570,11 +568,11 @@ class ModifyListenerCommand extends smithyClient.Command
|
|
|
570
568
|
.build() {
|
|
571
569
|
}
|
|
572
570
|
|
|
573
|
-
class ModifyLoadBalancerAttributesCommand extends
|
|
571
|
+
class ModifyLoadBalancerAttributesCommand extends client.Command
|
|
574
572
|
.classBuilder()
|
|
575
573
|
.ep(commonParams)
|
|
576
574
|
.m(function (Command, cs, config, o) {
|
|
577
|
-
return [
|
|
575
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
578
576
|
})
|
|
579
577
|
.s("ElasticLoadBalancing_v10", "ModifyLoadBalancerAttributes", {})
|
|
580
578
|
.n("ElasticLoadBalancingV2Client", "ModifyLoadBalancerAttributesCommand")
|
|
@@ -582,11 +580,11 @@ class ModifyLoadBalancerAttributesCommand extends smithyClient.Command
|
|
|
582
580
|
.build() {
|
|
583
581
|
}
|
|
584
582
|
|
|
585
|
-
class ModifyRuleCommand extends
|
|
583
|
+
class ModifyRuleCommand extends client.Command
|
|
586
584
|
.classBuilder()
|
|
587
585
|
.ep(commonParams)
|
|
588
586
|
.m(function (Command, cs, config, o) {
|
|
589
|
-
return [
|
|
587
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
590
588
|
})
|
|
591
589
|
.s("ElasticLoadBalancing_v10", "ModifyRule", {})
|
|
592
590
|
.n("ElasticLoadBalancingV2Client", "ModifyRuleCommand")
|
|
@@ -594,11 +592,11 @@ class ModifyRuleCommand extends smithyClient.Command
|
|
|
594
592
|
.build() {
|
|
595
593
|
}
|
|
596
594
|
|
|
597
|
-
class ModifyTargetGroupAttributesCommand extends
|
|
595
|
+
class ModifyTargetGroupAttributesCommand extends client.Command
|
|
598
596
|
.classBuilder()
|
|
599
597
|
.ep(commonParams)
|
|
600
598
|
.m(function (Command, cs, config, o) {
|
|
601
|
-
return [
|
|
599
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
602
600
|
})
|
|
603
601
|
.s("ElasticLoadBalancing_v10", "ModifyTargetGroupAttributes", {})
|
|
604
602
|
.n("ElasticLoadBalancingV2Client", "ModifyTargetGroupAttributesCommand")
|
|
@@ -606,11 +604,11 @@ class ModifyTargetGroupAttributesCommand extends smithyClient.Command
|
|
|
606
604
|
.build() {
|
|
607
605
|
}
|
|
608
606
|
|
|
609
|
-
class ModifyTargetGroupCommand extends
|
|
607
|
+
class ModifyTargetGroupCommand extends client.Command
|
|
610
608
|
.classBuilder()
|
|
611
609
|
.ep(commonParams)
|
|
612
610
|
.m(function (Command, cs, config, o) {
|
|
613
|
-
return [
|
|
611
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
614
612
|
})
|
|
615
613
|
.s("ElasticLoadBalancing_v10", "ModifyTargetGroup", {})
|
|
616
614
|
.n("ElasticLoadBalancingV2Client", "ModifyTargetGroupCommand")
|
|
@@ -618,11 +616,11 @@ class ModifyTargetGroupCommand extends smithyClient.Command
|
|
|
618
616
|
.build() {
|
|
619
617
|
}
|
|
620
618
|
|
|
621
|
-
class ModifyTrustStoreCommand extends
|
|
619
|
+
class ModifyTrustStoreCommand extends client.Command
|
|
622
620
|
.classBuilder()
|
|
623
621
|
.ep(commonParams)
|
|
624
622
|
.m(function (Command, cs, config, o) {
|
|
625
|
-
return [
|
|
623
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
626
624
|
})
|
|
627
625
|
.s("ElasticLoadBalancing_v10", "ModifyTrustStore", {})
|
|
628
626
|
.n("ElasticLoadBalancingV2Client", "ModifyTrustStoreCommand")
|
|
@@ -630,11 +628,11 @@ class ModifyTrustStoreCommand extends smithyClient.Command
|
|
|
630
628
|
.build() {
|
|
631
629
|
}
|
|
632
630
|
|
|
633
|
-
class RegisterTargetsCommand extends
|
|
631
|
+
class RegisterTargetsCommand extends client.Command
|
|
634
632
|
.classBuilder()
|
|
635
633
|
.ep(commonParams)
|
|
636
634
|
.m(function (Command, cs, config, o) {
|
|
637
|
-
return [
|
|
635
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
638
636
|
})
|
|
639
637
|
.s("ElasticLoadBalancing_v10", "RegisterTargets", {})
|
|
640
638
|
.n("ElasticLoadBalancingV2Client", "RegisterTargetsCommand")
|
|
@@ -642,11 +640,11 @@ class RegisterTargetsCommand extends smithyClient.Command
|
|
|
642
640
|
.build() {
|
|
643
641
|
}
|
|
644
642
|
|
|
645
|
-
class RemoveListenerCertificatesCommand extends
|
|
643
|
+
class RemoveListenerCertificatesCommand extends client.Command
|
|
646
644
|
.classBuilder()
|
|
647
645
|
.ep(commonParams)
|
|
648
646
|
.m(function (Command, cs, config, o) {
|
|
649
|
-
return [
|
|
647
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
650
648
|
})
|
|
651
649
|
.s("ElasticLoadBalancing_v10", "RemoveListenerCertificates", {})
|
|
652
650
|
.n("ElasticLoadBalancingV2Client", "RemoveListenerCertificatesCommand")
|
|
@@ -654,11 +652,11 @@ class RemoveListenerCertificatesCommand extends smithyClient.Command
|
|
|
654
652
|
.build() {
|
|
655
653
|
}
|
|
656
654
|
|
|
657
|
-
class RemoveTagsCommand extends
|
|
655
|
+
class RemoveTagsCommand extends client.Command
|
|
658
656
|
.classBuilder()
|
|
659
657
|
.ep(commonParams)
|
|
660
658
|
.m(function (Command, cs, config, o) {
|
|
661
|
-
return [
|
|
659
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
662
660
|
})
|
|
663
661
|
.s("ElasticLoadBalancing_v10", "RemoveTags", {})
|
|
664
662
|
.n("ElasticLoadBalancingV2Client", "RemoveTagsCommand")
|
|
@@ -666,11 +664,11 @@ class RemoveTagsCommand extends smithyClient.Command
|
|
|
666
664
|
.build() {
|
|
667
665
|
}
|
|
668
666
|
|
|
669
|
-
class RemoveTrustStoreRevocationsCommand extends
|
|
667
|
+
class RemoveTrustStoreRevocationsCommand extends client.Command
|
|
670
668
|
.classBuilder()
|
|
671
669
|
.ep(commonParams)
|
|
672
670
|
.m(function (Command, cs, config, o) {
|
|
673
|
-
return [
|
|
671
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
674
672
|
})
|
|
675
673
|
.s("ElasticLoadBalancing_v10", "RemoveTrustStoreRevocations", {})
|
|
676
674
|
.n("ElasticLoadBalancingV2Client", "RemoveTrustStoreRevocationsCommand")
|
|
@@ -678,11 +676,11 @@ class RemoveTrustStoreRevocationsCommand extends smithyClient.Command
|
|
|
678
676
|
.build() {
|
|
679
677
|
}
|
|
680
678
|
|
|
681
|
-
class SetIpAddressTypeCommand extends
|
|
679
|
+
class SetIpAddressTypeCommand extends client.Command
|
|
682
680
|
.classBuilder()
|
|
683
681
|
.ep(commonParams)
|
|
684
682
|
.m(function (Command, cs, config, o) {
|
|
685
|
-
return [
|
|
683
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
686
684
|
})
|
|
687
685
|
.s("ElasticLoadBalancing_v10", "SetIpAddressType", {})
|
|
688
686
|
.n("ElasticLoadBalancingV2Client", "SetIpAddressTypeCommand")
|
|
@@ -690,11 +688,11 @@ class SetIpAddressTypeCommand extends smithyClient.Command
|
|
|
690
688
|
.build() {
|
|
691
689
|
}
|
|
692
690
|
|
|
693
|
-
class SetRulePrioritiesCommand extends
|
|
691
|
+
class SetRulePrioritiesCommand extends client.Command
|
|
694
692
|
.classBuilder()
|
|
695
693
|
.ep(commonParams)
|
|
696
694
|
.m(function (Command, cs, config, o) {
|
|
697
|
-
return [
|
|
695
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
698
696
|
})
|
|
699
697
|
.s("ElasticLoadBalancing_v10", "SetRulePriorities", {})
|
|
700
698
|
.n("ElasticLoadBalancingV2Client", "SetRulePrioritiesCommand")
|
|
@@ -702,11 +700,11 @@ class SetRulePrioritiesCommand extends smithyClient.Command
|
|
|
702
700
|
.build() {
|
|
703
701
|
}
|
|
704
702
|
|
|
705
|
-
class SetSecurityGroupsCommand extends
|
|
703
|
+
class SetSecurityGroupsCommand extends client.Command
|
|
706
704
|
.classBuilder()
|
|
707
705
|
.ep(commonParams)
|
|
708
706
|
.m(function (Command, cs, config, o) {
|
|
709
|
-
return [
|
|
707
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
710
708
|
})
|
|
711
709
|
.s("ElasticLoadBalancing_v10", "SetSecurityGroups", {})
|
|
712
710
|
.n("ElasticLoadBalancingV2Client", "SetSecurityGroupsCommand")
|
|
@@ -714,11 +712,11 @@ class SetSecurityGroupsCommand extends smithyClient.Command
|
|
|
714
712
|
.build() {
|
|
715
713
|
}
|
|
716
714
|
|
|
717
|
-
class SetSubnetsCommand extends
|
|
715
|
+
class SetSubnetsCommand extends client.Command
|
|
718
716
|
.classBuilder()
|
|
719
717
|
.ep(commonParams)
|
|
720
718
|
.m(function (Command, cs, config, o) {
|
|
721
|
-
return [
|
|
719
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
722
720
|
})
|
|
723
721
|
.s("ElasticLoadBalancing_v10", "SetSubnets", {})
|
|
724
722
|
.n("ElasticLoadBalancingV2Client", "SetSubnetsCommand")
|
|
@@ -744,10 +742,10 @@ const paginateDescribeTrustStoreRevocations = core.createPaginator(ElasticLoadBa
|
|
|
744
742
|
|
|
745
743
|
const paginateDescribeTrustStores = core.createPaginator(ElasticLoadBalancingV2Client, DescribeTrustStoresCommand, "Marker", "NextMarker", "PageSize");
|
|
746
744
|
|
|
747
|
-
const checkState$4 = async (client, input) => {
|
|
745
|
+
const checkState$4 = async (client$1, input) => {
|
|
748
746
|
let reason;
|
|
749
747
|
try {
|
|
750
|
-
let result = await client.send(new DescribeLoadBalancersCommand(input));
|
|
748
|
+
let result = await client$1.send(new DescribeLoadBalancersCommand(input));
|
|
751
749
|
reason = result;
|
|
752
750
|
try {
|
|
753
751
|
const returnComparator = () => {
|
|
@@ -762,7 +760,7 @@ const checkState$4 = async (client, input) => {
|
|
|
762
760
|
allStringEq_5 = allStringEq_5 && (element_4 == "active");
|
|
763
761
|
}
|
|
764
762
|
if (allStringEq_5) {
|
|
765
|
-
return { state:
|
|
763
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
766
764
|
}
|
|
767
765
|
}
|
|
768
766
|
catch (e) { }
|
|
@@ -776,7 +774,7 @@ const checkState$4 = async (client, input) => {
|
|
|
776
774
|
};
|
|
777
775
|
for (let anyStringEq_4 of returnComparator()) {
|
|
778
776
|
if (anyStringEq_4 == "provisioning") {
|
|
779
|
-
return { state:
|
|
777
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
780
778
|
}
|
|
781
779
|
}
|
|
782
780
|
}
|
|
@@ -785,50 +783,50 @@ const checkState$4 = async (client, input) => {
|
|
|
785
783
|
catch (exception) {
|
|
786
784
|
reason = exception;
|
|
787
785
|
if (exception.name === "LoadBalancerNotFoundException") {
|
|
788
|
-
return { state:
|
|
786
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
789
787
|
}
|
|
790
788
|
}
|
|
791
|
-
return { state:
|
|
789
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
792
790
|
};
|
|
793
791
|
const waitForLoadBalancerAvailable = async (params, input) => {
|
|
794
792
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
795
|
-
return
|
|
793
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
796
794
|
};
|
|
797
795
|
const waitUntilLoadBalancerAvailable = async (params, input) => {
|
|
798
796
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
799
|
-
const result = await
|
|
800
|
-
return
|
|
797
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
798
|
+
return client.checkExceptions(result);
|
|
801
799
|
};
|
|
802
800
|
|
|
803
|
-
const checkState$3 = async (client, input) => {
|
|
801
|
+
const checkState$3 = async (client$1, input) => {
|
|
804
802
|
let reason;
|
|
805
803
|
try {
|
|
806
|
-
let result = await client.send(new DescribeLoadBalancersCommand(input));
|
|
804
|
+
let result = await client$1.send(new DescribeLoadBalancersCommand(input));
|
|
807
805
|
reason = result;
|
|
808
|
-
return { state:
|
|
806
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
809
807
|
}
|
|
810
808
|
catch (exception) {
|
|
811
809
|
reason = exception;
|
|
812
810
|
if (exception.name === "LoadBalancerNotFoundException") {
|
|
813
|
-
return { state:
|
|
811
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
814
812
|
}
|
|
815
813
|
}
|
|
816
|
-
return { state:
|
|
814
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
817
815
|
};
|
|
818
816
|
const waitForLoadBalancerExists = async (params, input) => {
|
|
819
817
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
820
|
-
return
|
|
818
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
821
819
|
};
|
|
822
820
|
const waitUntilLoadBalancerExists = async (params, input) => {
|
|
823
821
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
824
|
-
const result = await
|
|
825
|
-
return
|
|
822
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
823
|
+
return client.checkExceptions(result);
|
|
826
824
|
};
|
|
827
825
|
|
|
828
|
-
const checkState$2 = async (client, input) => {
|
|
826
|
+
const checkState$2 = async (client$1, input) => {
|
|
829
827
|
let reason;
|
|
830
828
|
try {
|
|
831
|
-
let result = await client.send(new DescribeLoadBalancersCommand(input));
|
|
829
|
+
let result = await client$1.send(new DescribeLoadBalancersCommand(input));
|
|
832
830
|
reason = result;
|
|
833
831
|
try {
|
|
834
832
|
const returnComparator = () => {
|
|
@@ -843,7 +841,7 @@ const checkState$2 = async (client, input) => {
|
|
|
843
841
|
allStringEq_5 = allStringEq_5 && (element_4 == "active");
|
|
844
842
|
}
|
|
845
843
|
if (allStringEq_5) {
|
|
846
|
-
return { state:
|
|
844
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
847
845
|
}
|
|
848
846
|
}
|
|
849
847
|
catch (e) { }
|
|
@@ -851,25 +849,25 @@ const checkState$2 = async (client, input) => {
|
|
|
851
849
|
catch (exception) {
|
|
852
850
|
reason = exception;
|
|
853
851
|
if (exception.name === "LoadBalancerNotFoundException") {
|
|
854
|
-
return { state:
|
|
852
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
855
853
|
}
|
|
856
854
|
}
|
|
857
|
-
return { state:
|
|
855
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
858
856
|
};
|
|
859
857
|
const waitForLoadBalancersDeleted = async (params, input) => {
|
|
860
858
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
861
|
-
return
|
|
859
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
862
860
|
};
|
|
863
861
|
const waitUntilLoadBalancersDeleted = async (params, input) => {
|
|
864
862
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
865
|
-
const result = await
|
|
866
|
-
return
|
|
863
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
864
|
+
return client.checkExceptions(result);
|
|
867
865
|
};
|
|
868
866
|
|
|
869
|
-
const checkState$1 = async (client, input) => {
|
|
867
|
+
const checkState$1 = async (client$1, input) => {
|
|
870
868
|
let reason;
|
|
871
869
|
try {
|
|
872
|
-
let result = await client.send(new DescribeTargetHealthCommand(input));
|
|
870
|
+
let result = await client$1.send(new DescribeTargetHealthCommand(input));
|
|
873
871
|
reason = result;
|
|
874
872
|
try {
|
|
875
873
|
const returnComparator = () => {
|
|
@@ -884,7 +882,7 @@ const checkState$1 = async (client, input) => {
|
|
|
884
882
|
allStringEq_5 = allStringEq_5 && (element_4 == "unused");
|
|
885
883
|
}
|
|
886
884
|
if (allStringEq_5) {
|
|
887
|
-
return { state:
|
|
885
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
888
886
|
}
|
|
889
887
|
}
|
|
890
888
|
catch (e) { }
|
|
@@ -892,25 +890,25 @@ const checkState$1 = async (client, input) => {
|
|
|
892
890
|
catch (exception) {
|
|
893
891
|
reason = exception;
|
|
894
892
|
if (exception.name === "InvalidTargetException") {
|
|
895
|
-
return { state:
|
|
893
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
896
894
|
}
|
|
897
895
|
}
|
|
898
|
-
return { state:
|
|
896
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
899
897
|
};
|
|
900
898
|
const waitForTargetDeregistered = async (params, input) => {
|
|
901
899
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
902
|
-
return
|
|
900
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
903
901
|
};
|
|
904
902
|
const waitUntilTargetDeregistered = async (params, input) => {
|
|
905
903
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
906
|
-
const result = await
|
|
907
|
-
return
|
|
904
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
905
|
+
return client.checkExceptions(result);
|
|
908
906
|
};
|
|
909
907
|
|
|
910
|
-
const checkState = async (client, input) => {
|
|
908
|
+
const checkState = async (client$1, input) => {
|
|
911
909
|
let reason;
|
|
912
910
|
try {
|
|
913
|
-
let result = await client.send(new DescribeTargetHealthCommand(input));
|
|
911
|
+
let result = await client$1.send(new DescribeTargetHealthCommand(input));
|
|
914
912
|
reason = result;
|
|
915
913
|
try {
|
|
916
914
|
const returnComparator = () => {
|
|
@@ -925,7 +923,7 @@ const checkState = async (client, input) => {
|
|
|
925
923
|
allStringEq_5 = allStringEq_5 && (element_4 == "healthy");
|
|
926
924
|
}
|
|
927
925
|
if (allStringEq_5) {
|
|
928
|
-
return { state:
|
|
926
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
929
927
|
}
|
|
930
928
|
}
|
|
931
929
|
catch (e) { }
|
|
@@ -933,19 +931,19 @@ const checkState = async (client, input) => {
|
|
|
933
931
|
catch (exception) {
|
|
934
932
|
reason = exception;
|
|
935
933
|
if (exception.name === "InvalidInstance") {
|
|
936
|
-
return { state:
|
|
934
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
937
935
|
}
|
|
938
936
|
}
|
|
939
|
-
return { state:
|
|
937
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
940
938
|
};
|
|
941
939
|
const waitForTargetInService = async (params, input) => {
|
|
942
940
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
943
|
-
return
|
|
941
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
944
942
|
};
|
|
945
943
|
const waitUntilTargetInService = async (params, input) => {
|
|
946
944
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
947
|
-
const result = await
|
|
948
|
-
return
|
|
945
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
946
|
+
return client.checkExceptions(result);
|
|
949
947
|
};
|
|
950
948
|
|
|
951
949
|
const commands = {
|
|
@@ -1021,7 +1019,7 @@ const waiters = {
|
|
|
1021
1019
|
};
|
|
1022
1020
|
class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client {
|
|
1023
1021
|
}
|
|
1024
|
-
|
|
1022
|
+
client.createAggregatedClient(commands, ElasticLoadBalancingV2, { paginators, waiters });
|
|
1025
1023
|
|
|
1026
1024
|
const AuthenticateCognitoActionConditionalBehaviorEnum = {
|
|
1027
1025
|
ALLOW: "allow",
|
|
@@ -1175,8 +1173,8 @@ const EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum = {
|
|
|
1175
1173
|
on: "on",
|
|
1176
1174
|
};
|
|
1177
1175
|
|
|
1178
|
-
exports.$Command =
|
|
1179
|
-
exports.__Client =
|
|
1176
|
+
exports.$Command = client.Command;
|
|
1177
|
+
exports.__Client = client.Client;
|
|
1180
1178
|
exports.ElasticLoadBalancingV2ServiceException = ElasticLoadBalancingV2ServiceException.ElasticLoadBalancingV2ServiceException;
|
|
1181
1179
|
exports.ActionTypeEnum = ActionTypeEnum;
|
|
1182
1180
|
exports.AddListenerCertificatesCommand = AddListenerCertificatesCommand;
|