@aws-sdk/client-elastic-load-balancing 3.35.0 → 3.38.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 +47 -0
- package/dist-cjs/ElasticLoadBalancing.js +0 -24
- package/dist-cjs/ElasticLoadBalancingClient.js +0 -29
- package/dist-cjs/commands/AddTagsCommand.js +0 -31
- package/dist-cjs/commands/ApplySecurityGroupsToLoadBalancerCommand.js +0 -27
- package/dist-cjs/commands/AttachLoadBalancerToSubnetsCommand.js +0 -28
- package/dist-cjs/commands/ConfigureHealthCheckCommand.js +0 -27
- package/dist-cjs/commands/CreateAppCookieStickinessPolicyCommand.js +0 -33
- package/dist-cjs/commands/CreateLBCookieStickinessPolicyCommand.js +0 -31
- package/dist-cjs/commands/CreateLoadBalancerCommand.js +0 -38
- package/dist-cjs/commands/CreateLoadBalancerListenersCommand.js +0 -27
- package/dist-cjs/commands/CreateLoadBalancerPolicyCommand.js +0 -26
- package/dist-cjs/commands/DeleteLoadBalancerCommand.js +0 -28
- package/dist-cjs/commands/DeleteLoadBalancerListenersCommand.js +0 -25
- package/dist-cjs/commands/DeleteLoadBalancerPolicyCommand.js +0 -25
- package/dist-cjs/commands/DeregisterInstancesFromLoadBalancerCommand.js +0 -30
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +0 -27
- package/dist-cjs/commands/DescribeInstanceHealthCommand.js +0 -25
- package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +0 -25
- package/dist-cjs/commands/DescribeLoadBalancerPoliciesCommand.js +0 -29
- package/dist-cjs/commands/DescribeLoadBalancerPolicyTypesCommand.js +0 -32
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +0 -25
- package/dist-cjs/commands/DescribeTagsCommand.js +0 -25
- package/dist-cjs/commands/DetachLoadBalancerFromSubnetsCommand.js +0 -28
- package/dist-cjs/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +0 -33
- package/dist-cjs/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +0 -30
- package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +0 -51
- package/dist-cjs/commands/RegisterInstancesWithLoadBalancerCommand.js +0 -43
- package/dist-cjs/commands/RemoveTagsCommand.js +0 -25
- package/dist-cjs/commands/SetLoadBalancerListenerSSLCertificateCommand.js +0 -29
- package/dist-cjs/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +0 -35
- package/dist-cjs/commands/SetLoadBalancerPoliciesOfListenerCommand.js +0 -31
- package/dist-cjs/commands/index.js +32 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +5 -35
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -319
- package/dist-cjs/pagination/DescribeLoadBalancersPaginator.js +0 -11
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/index.js +5 -0
- package/dist-cjs/protocols/Aws_query.js +0 -3
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-cjs/waiters/index.js +4 -0
- package/dist-cjs/waiters/waitForAnyInstanceInService.js +0 -10
- package/dist-es/ElasticLoadBalancing.js +0 -1
- package/dist-es/ElasticLoadBalancingClient.js +0 -1
- package/dist-es/commands/AddTagsCommand.js +0 -1
- package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js +0 -1
- package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js +0 -1
- package/dist-es/commands/ConfigureHealthCheckCommand.js +0 -1
- package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js +0 -1
- package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js +0 -1
- package/dist-es/commands/CreateLoadBalancerCommand.js +0 -1
- package/dist-es/commands/CreateLoadBalancerListenersCommand.js +0 -1
- package/dist-es/commands/CreateLoadBalancerPolicyCommand.js +0 -1
- package/dist-es/commands/DeleteLoadBalancerCommand.js +0 -1
- package/dist-es/commands/DeleteLoadBalancerListenersCommand.js +0 -1
- package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js +0 -1
- package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js +0 -1
- package/dist-es/commands/DescribeAccountLimitsCommand.js +0 -1
- package/dist-es/commands/DescribeInstanceHealthCommand.js +0 -1
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +0 -1
- package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js +0 -1
- package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js +0 -1
- package/dist-es/commands/DescribeLoadBalancersCommand.js +0 -1
- package/dist-es/commands/DescribeTagsCommand.js +0 -1
- package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js +0 -1
- package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +0 -1
- package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +0 -1
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +0 -1
- package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js +0 -1
- package/dist-es/commands/RemoveTagsCommand.js +0 -1
- package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js +0 -1
- package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +0 -1
- package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js +0 -1
- package/dist-es/commands/index.js +29 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +5 -35
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/DescribeLoadBalancersPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_query.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForAnyInstanceInService.js +0 -1
- package/dist-types/commands/index.d.ts +29 -0
- package/dist-types/index.d.ts +5 -34
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/ElasticLoadBalancing.d.ts +30 -254
- package/dist-types/ts3.4/ElasticLoadBalancingClient.d.ts +24 -109
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -46
- package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +2 -38
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/index.d.ts +29 -0
- package/dist-types/ts3.4/index.d.ts +5 -34
- package/dist-types/ts3.4/models/models_0.d.ts +378 -1283
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForAnyInstanceInService.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +1 -0
- package/package.json +34 -31
- package/dist-cjs/ElasticLoadBalancing.js.map +0 -1
- package/dist-cjs/ElasticLoadBalancingClient.js.map +0 -1
- package/dist-cjs/commands/AddTagsCommand.js.map +0 -1
- package/dist-cjs/commands/ApplySecurityGroupsToLoadBalancerCommand.js.map +0 -1
- package/dist-cjs/commands/AttachLoadBalancerToSubnetsCommand.js.map +0 -1
- package/dist-cjs/commands/ConfigureHealthCheckCommand.js.map +0 -1
- package/dist-cjs/commands/CreateAppCookieStickinessPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/CreateLBCookieStickinessPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/CreateLoadBalancerCommand.js.map +0 -1
- package/dist-cjs/commands/CreateLoadBalancerListenersCommand.js.map +0 -1
- package/dist-cjs/commands/CreateLoadBalancerPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteLoadBalancerCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteLoadBalancerListenersCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteLoadBalancerPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/DeregisterInstancesFromLoadBalancerCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeInstanceHealthCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeLoadBalancerPoliciesCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeLoadBalancerPolicyTypesCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeTagsCommand.js.map +0 -1
- package/dist-cjs/commands/DetachLoadBalancerFromSubnetsCommand.js.map +0 -1
- package/dist-cjs/commands/DisableAvailabilityZonesForLoadBalancerCommand.js.map +0 -1
- package/dist-cjs/commands/EnableAvailabilityZonesForLoadBalancerCommand.js.map +0 -1
- package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js.map +0 -1
- package/dist-cjs/commands/RegisterInstancesWithLoadBalancerCommand.js.map +0 -1
- package/dist-cjs/commands/RemoveTagsCommand.js.map +0 -1
- package/dist-cjs/commands/SetLoadBalancerListenerSSLCertificateCommand.js.map +0 -1
- package/dist-cjs/commands/SetLoadBalancerPoliciesForBackendServerCommand.js.map +0 -1
- package/dist-cjs/commands/SetLoadBalancerPoliciesOfListenerCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/DescribeLoadBalancersPaginator.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/protocols/Aws_query.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-cjs/waiters/waitForAnyInstanceInService.js.map +0 -1
- package/dist-es/ElasticLoadBalancing.js.map +0 -1
- package/dist-es/ElasticLoadBalancingClient.js.map +0 -1
- package/dist-es/commands/AddTagsCommand.js.map +0 -1
- package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js.map +0 -1
- package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js.map +0 -1
- package/dist-es/commands/ConfigureHealthCheckCommand.js.map +0 -1
- package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js.map +0 -1
- package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js.map +0 -1
- package/dist-es/commands/CreateLoadBalancerCommand.js.map +0 -1
- package/dist-es/commands/CreateLoadBalancerListenersCommand.js.map +0 -1
- package/dist-es/commands/CreateLoadBalancerPolicyCommand.js.map +0 -1
- package/dist-es/commands/DeleteLoadBalancerCommand.js.map +0 -1
- package/dist-es/commands/DeleteLoadBalancerListenersCommand.js.map +0 -1
- package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js.map +0 -1
- package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js.map +0 -1
- package/dist-es/commands/DescribeAccountLimitsCommand.js.map +0 -1
- package/dist-es/commands/DescribeInstanceHealthCommand.js.map +0 -1
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js.map +0 -1
- package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js.map +0 -1
- package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js.map +0 -1
- package/dist-es/commands/DescribeLoadBalancersCommand.js.map +0 -1
- package/dist-es/commands/DescribeTagsCommand.js.map +0 -1
- package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js.map +0 -1
- package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js.map +0 -1
- package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js.map +0 -1
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js.map +0 -1
- package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js.map +0 -1
- package/dist-es/commands/RemoveTagsCommand.js.map +0 -1
- package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js.map +0 -1
- package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js.map +0 -1
- package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/DescribeLoadBalancersPaginator.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/protocols/Aws_query.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/dist-es/waiters/waitForAnyInstanceInService.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/ElasticLoadBalancing.ts +0 -1230
- package/src/ElasticLoadBalancingClient.ts +0 -415
- package/src/commands/AddTagsCommand.ts +0 -102
- package/src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts +0 -109
- package/src/commands/AttachLoadBalancerToSubnetsCommand.ts +0 -105
- package/src/commands/ConfigureHealthCheckCommand.ts +0 -101
- package/src/commands/CreateAppCookieStickinessPolicyCommand.ts +0 -115
- package/src/commands/CreateLBCookieStickinessPolicyCommand.ts +0 -113
- package/src/commands/CreateLoadBalancerCommand.ts +0 -112
- package/src/commands/CreateLoadBalancerListenersCommand.ts +0 -104
- package/src/commands/CreateLoadBalancerPolicyCommand.ts +0 -100
- package/src/commands/DeleteLoadBalancerCommand.ts +0 -102
- package/src/commands/DeleteLoadBalancerListenersCommand.ts +0 -102
- package/src/commands/DeleteLoadBalancerPolicyCommand.ts +0 -99
- package/src/commands/DeregisterInstancesFromLoadBalancerCommand.ts +0 -110
- package/src/commands/DescribeAccountLimitsCommand.ts +0 -101
- package/src/commands/DescribeInstanceHealthCommand.ts +0 -99
- package/src/commands/DescribeLoadBalancerAttributesCommand.ts +0 -107
- package/src/commands/DescribeLoadBalancerPoliciesCommand.ts +0 -108
- package/src/commands/DescribeLoadBalancerPolicyTypesCommand.ts +0 -114
- package/src/commands/DescribeLoadBalancersCommand.ts +0 -99
- package/src/commands/DescribeTagsCommand.ts +0 -96
- package/src/commands/DetachLoadBalancerFromSubnetsCommand.ts +0 -107
- package/src/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts +0 -118
- package/src/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts +0 -112
- package/src/commands/ModifyLoadBalancerAttributesCommand.ts +0 -130
- package/src/commands/RegisterInstancesWithLoadBalancerCommand.ts +0 -123
- package/src/commands/RemoveTagsCommand.ts +0 -96
- package/src/commands/SetLoadBalancerListenerSSLCertificateCommand.ts +0 -114
- package/src/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts +0 -124
- package/src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts +0 -113
- package/src/endpoints.ts +0 -86
- package/src/index.ts +0 -35
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -2556
- package/src/pagination/DescribeLoadBalancersPaginator.ts +0 -58
- package/src/pagination/Interfaces.ts +0 -8
- package/src/protocols/Aws_query.ts +0 -5445
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/src/waiters/waitForAnyInstanceInService.ts +0 -59
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
package/dist-types/index.d.ts
CHANGED
|
@@ -1,35 +1,6 @@
|
|
|
1
|
-
export * from "./ElasticLoadBalancingClient";
|
|
2
1
|
export * from "./ElasticLoadBalancing";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CreateLBCookieStickinessPolicyCommand";
|
|
9
|
-
export * from "./commands/CreateLoadBalancerCommand";
|
|
10
|
-
export * from "./commands/CreateLoadBalancerListenersCommand";
|
|
11
|
-
export * from "./commands/CreateLoadBalancerPolicyCommand";
|
|
12
|
-
export * from "./commands/DeleteLoadBalancerCommand";
|
|
13
|
-
export * from "./commands/DeleteLoadBalancerListenersCommand";
|
|
14
|
-
export * from "./commands/DeleteLoadBalancerPolicyCommand";
|
|
15
|
-
export * from "./commands/DeregisterInstancesFromLoadBalancerCommand";
|
|
16
|
-
export * from "./commands/DescribeAccountLimitsCommand";
|
|
17
|
-
export * from "./commands/DescribeInstanceHealthCommand";
|
|
18
|
-
export * from "./waiters/waitForAnyInstanceInService";
|
|
19
|
-
export * from "./commands/DescribeLoadBalancerAttributesCommand";
|
|
20
|
-
export * from "./commands/DescribeLoadBalancerPoliciesCommand";
|
|
21
|
-
export * from "./commands/DescribeLoadBalancerPolicyTypesCommand";
|
|
22
|
-
export * from "./commands/DescribeLoadBalancersCommand";
|
|
23
|
-
export * from "./pagination/DescribeLoadBalancersPaginator";
|
|
24
|
-
export * from "./commands/DescribeTagsCommand";
|
|
25
|
-
export * from "./commands/DetachLoadBalancerFromSubnetsCommand";
|
|
26
|
-
export * from "./commands/DisableAvailabilityZonesForLoadBalancerCommand";
|
|
27
|
-
export * from "./commands/EnableAvailabilityZonesForLoadBalancerCommand";
|
|
28
|
-
export * from "./commands/ModifyLoadBalancerAttributesCommand";
|
|
29
|
-
export * from "./commands/RegisterInstancesWithLoadBalancerCommand";
|
|
30
|
-
export * from "./commands/RemoveTagsCommand";
|
|
31
|
-
export * from "./commands/SetLoadBalancerListenerSSLCertificateCommand";
|
|
32
|
-
export * from "./commands/SetLoadBalancerPoliciesForBackendServerCommand";
|
|
33
|
-
export * from "./commands/SetLoadBalancerPoliciesOfListenerCommand";
|
|
34
|
-
export * from "./pagination/Interfaces";
|
|
35
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ElasticLoadBalancingClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -29,345 +29,121 @@ import { SetLoadBalancerListenerSSLCertificateCommandInput, SetLoadBalancerListe
|
|
|
29
29
|
import { SetLoadBalancerPoliciesForBackendServerCommandInput, SetLoadBalancerPoliciesForBackendServerCommandOutput } from "./commands/SetLoadBalancerPoliciesForBackendServerCommand";
|
|
30
30
|
import { SetLoadBalancerPoliciesOfListenerCommandInput, SetLoadBalancerPoliciesOfListenerCommandOutput } from "./commands/SetLoadBalancerPoliciesOfListenerCommand";
|
|
31
31
|
import { ElasticLoadBalancingClient } from "./ElasticLoadBalancingClient";
|
|
32
|
-
|
|
33
|
-
* <fullname>Elastic Load Balancing</fullname>
|
|
34
|
-
*
|
|
35
|
-
* <p>A load balancer can distribute incoming traffic across your EC2 instances.
|
|
36
|
-
* This enables you to increase the availability of your application. The load balancer
|
|
37
|
-
* also monitors the health of its registered instances and ensures that it routes traffic
|
|
38
|
-
* only to healthy instances. You configure your load balancer to accept incoming traffic
|
|
39
|
-
* by specifying one or more listeners, which are configured with a protocol and port
|
|
40
|
-
* number for connections from clients to the load balancer and a protocol and port number
|
|
41
|
-
* for connections from the load balancer to the instances.</p>
|
|
42
|
-
* <p>Elastic Load Balancing supports three types of load balancers: Application Load Balancers, Network Load Balancers,
|
|
43
|
-
* and Classic Load Balancers. You can select a load balancer based on your application needs. For more
|
|
44
|
-
* information, see the <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/">Elastic Load Balancing User Guide</a>.</p>
|
|
45
|
-
* <p>This reference covers the 2012-06-01 API, which supports Classic Load Balancers.
|
|
46
|
-
* The 2015-12-01 API supports Application Load Balancers and Network Load Balancers.</p>
|
|
47
|
-
*
|
|
48
|
-
* <p>To get started, create a load balancer with one or more listeners using <a>CreateLoadBalancer</a>.
|
|
49
|
-
* Register your instances with the load balancer using <a>RegisterInstancesWithLoadBalancer</a>.</p>
|
|
50
|
-
*
|
|
51
|
-
* <p>All Elastic Load Balancing operations are <i>idempotent</i>, which means
|
|
52
|
-
* that they complete at most one time. If you repeat an operation, it succeeds with a 200 OK
|
|
53
|
-
* response code.</p>
|
|
54
|
-
*/
|
|
32
|
+
|
|
55
33
|
export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
56
|
-
|
|
57
|
-
* <p>Adds the specified tags to the specified load balancer. Each load balancer can have a maximum of 10 tags.</p>
|
|
58
|
-
*
|
|
59
|
-
* <p>Each tag consists of a key and an optional value. If a tag with the same key is already associated
|
|
60
|
-
* with the load balancer, <code>AddTags</code> updates its value.</p>
|
|
61
|
-
*
|
|
62
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/add-remove-tags.html">Tag Your Classic Load Balancer</a>
|
|
63
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
64
|
-
*/
|
|
34
|
+
|
|
65
35
|
addTags(args: AddTagsCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsCommandOutput>;
|
|
66
36
|
addTags(args: AddTagsCommandInput, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
|
|
67
37
|
addTags(args: AddTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
|
|
68
|
-
|
|
69
|
-
* <p>Associates one or more security groups with your load balancer in a virtual private cloud (VPC). The specified security groups override the previously associated security groups.</p>
|
|
70
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-security-groups.html#elb-vpc-security-groups">Security Groups for Load Balancers in a VPC</a>
|
|
71
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
72
|
-
*/
|
|
38
|
+
|
|
73
39
|
applySecurityGroupsToLoadBalancer(args: ApplySecurityGroupsToLoadBalancerCommandInput, options?: __HttpHandlerOptions): Promise<ApplySecurityGroupsToLoadBalancerCommandOutput>;
|
|
74
40
|
applySecurityGroupsToLoadBalancer(args: ApplySecurityGroupsToLoadBalancerCommandInput, cb: (err: any, data?: ApplySecurityGroupsToLoadBalancerCommandOutput) => void): void;
|
|
75
41
|
applySecurityGroupsToLoadBalancer(args: ApplySecurityGroupsToLoadBalancerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ApplySecurityGroupsToLoadBalancerCommandOutput) => void): void;
|
|
76
|
-
|
|
77
|
-
* <p>Adds one or more subnets to the set of configured subnets for the specified load balancer.</p>
|
|
78
|
-
* <p>The load balancer evenly distributes requests across all registered subnets.
|
|
79
|
-
* For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-manage-subnets.html">Add or Remove Subnets for Your Load Balancer in a VPC</a>
|
|
80
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
81
|
-
*/
|
|
42
|
+
|
|
82
43
|
attachLoadBalancerToSubnets(args: AttachLoadBalancerToSubnetsCommandInput, options?: __HttpHandlerOptions): Promise<AttachLoadBalancerToSubnetsCommandOutput>;
|
|
83
44
|
attachLoadBalancerToSubnets(args: AttachLoadBalancerToSubnetsCommandInput, cb: (err: any, data?: AttachLoadBalancerToSubnetsCommandOutput) => void): void;
|
|
84
45
|
attachLoadBalancerToSubnets(args: AttachLoadBalancerToSubnetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachLoadBalancerToSubnetsCommandOutput) => void): void;
|
|
85
|
-
|
|
86
|
-
* <p>Specifies the health check settings to use when evaluating the health state of your EC2 instances.</p>
|
|
87
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-healthchecks.html">Configure Health Checks for Your Load Balancer</a>
|
|
88
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
89
|
-
*/
|
|
46
|
+
|
|
90
47
|
configureHealthCheck(args: ConfigureHealthCheckCommandInput, options?: __HttpHandlerOptions): Promise<ConfigureHealthCheckCommandOutput>;
|
|
91
48
|
configureHealthCheck(args: ConfigureHealthCheckCommandInput, cb: (err: any, data?: ConfigureHealthCheckCommandOutput) => void): void;
|
|
92
49
|
configureHealthCheck(args: ConfigureHealthCheckCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfigureHealthCheckCommandOutput) => void): void;
|
|
93
|
-
|
|
94
|
-
* <p>Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie. This policy can be associated only with HTTP/HTTPS listeners.</p>
|
|
95
|
-
* <p>This policy is similar to the policy created by <a>CreateLBCookieStickinessPolicy</a>,
|
|
96
|
-
* except that the lifetime of the special Elastic Load Balancing cookie, <code>AWSELB</code>,
|
|
97
|
-
* follows the lifetime of the application-generated cookie specified in the policy configuration.
|
|
98
|
-
* The load balancer only inserts a new stickiness cookie when the application response
|
|
99
|
-
* includes a new application cookie.</p>
|
|
100
|
-
* <p>If the application cookie is explicitly removed or expires, the session stops being sticky until a new application cookie is issued.</p>
|
|
101
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-application">Application-Controlled Session Stickiness</a>
|
|
102
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
103
|
-
*/
|
|
50
|
+
|
|
104
51
|
createAppCookieStickinessPolicy(args: CreateAppCookieStickinessPolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreateAppCookieStickinessPolicyCommandOutput>;
|
|
105
52
|
createAppCookieStickinessPolicy(args: CreateAppCookieStickinessPolicyCommandInput, cb: (err: any, data?: CreateAppCookieStickinessPolicyCommandOutput) => void): void;
|
|
106
53
|
createAppCookieStickinessPolicy(args: CreateAppCookieStickinessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppCookieStickinessPolicyCommandOutput) => void): void;
|
|
107
|
-
|
|
108
|
-
* <p>Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period. This policy can be associated only with HTTP/HTTPS listeners.</p>
|
|
109
|
-
* <p>When a load balancer implements this policy, the load balancer uses a special cookie to track the instance for each request. When the load balancer receives a request, it first checks to see if this cookie is present in the request.
|
|
110
|
-
* If so, the load balancer sends the request to the application server specified in the cookie. If not, the load balancer sends the request to a server that is chosen based on the existing load-balancing algorithm.</p>
|
|
111
|
-
* <p>A cookie is inserted into the response for binding subsequent requests from the same user to that server. The validity of the cookie is based on the cookie expiration time, which is specified in the policy configuration.</p>
|
|
112
|
-
*
|
|
113
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-duration">Duration-Based Session Stickiness</a>
|
|
114
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
115
|
-
*/
|
|
54
|
+
|
|
116
55
|
createLBCookieStickinessPolicy(args: CreateLBCookieStickinessPolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreateLBCookieStickinessPolicyCommandOutput>;
|
|
117
56
|
createLBCookieStickinessPolicy(args: CreateLBCookieStickinessPolicyCommandInput, cb: (err: any, data?: CreateLBCookieStickinessPolicyCommandOutput) => void): void;
|
|
118
57
|
createLBCookieStickinessPolicy(args: CreateLBCookieStickinessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLBCookieStickinessPolicyCommandOutput) => void): void;
|
|
119
|
-
|
|
120
|
-
* <p>Creates a Classic Load Balancer.</p>
|
|
121
|
-
*
|
|
122
|
-
* <p>You can add listeners, security groups, subnets, and tags when you create your load balancer,
|
|
123
|
-
* or you can add them later using <a>CreateLoadBalancerListeners</a>,
|
|
124
|
-
* <a>ApplySecurityGroupsToLoadBalancer</a>, <a>AttachLoadBalancerToSubnets</a>,
|
|
125
|
-
* and <a>AddTags</a>.</p>
|
|
126
|
-
* <p>To describe your current load balancers, see <a>DescribeLoadBalancers</a>.
|
|
127
|
-
* When you are finished with a load balancer, you can delete it using
|
|
128
|
-
* <a>DeleteLoadBalancer</a>.</p>
|
|
129
|
-
*
|
|
130
|
-
* <p>You can create up to 20 load balancers per region per account.
|
|
131
|
-
* You can request an increase for the number of load balancers for your account.
|
|
132
|
-
* For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-limits.html">Limits for Your Classic Load Balancer</a>
|
|
133
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
134
|
-
*/
|
|
58
|
+
|
|
135
59
|
createLoadBalancer(args: CreateLoadBalancerCommandInput, options?: __HttpHandlerOptions): Promise<CreateLoadBalancerCommandOutput>;
|
|
136
60
|
createLoadBalancer(args: CreateLoadBalancerCommandInput, cb: (err: any, data?: CreateLoadBalancerCommandOutput) => void): void;
|
|
137
61
|
createLoadBalancer(args: CreateLoadBalancerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLoadBalancerCommandOutput) => void): void;
|
|
138
|
-
|
|
139
|
-
* <p>Creates one or more listeners for the specified load balancer. If a listener with the specified port does not already exist, it is created; otherwise, the properties of the new listener must match the properties of the existing listener.</p>
|
|
140
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html">Listeners for Your Classic Load Balancer</a>
|
|
141
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
142
|
-
*/
|
|
62
|
+
|
|
143
63
|
createLoadBalancerListeners(args: CreateLoadBalancerListenersCommandInput, options?: __HttpHandlerOptions): Promise<CreateLoadBalancerListenersCommandOutput>;
|
|
144
64
|
createLoadBalancerListeners(args: CreateLoadBalancerListenersCommandInput, cb: (err: any, data?: CreateLoadBalancerListenersCommandOutput) => void): void;
|
|
145
65
|
createLoadBalancerListeners(args: CreateLoadBalancerListenersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLoadBalancerListenersCommandOutput) => void): void;
|
|
146
|
-
|
|
147
|
-
* <p>Creates a policy with the specified attributes for the specified load balancer.</p>
|
|
148
|
-
* <p>Policies are settings that are saved for your load balancer and that can be applied to the listener or the application server, depending on the policy type.</p>
|
|
149
|
-
*/
|
|
66
|
+
|
|
150
67
|
createLoadBalancerPolicy(args: CreateLoadBalancerPolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreateLoadBalancerPolicyCommandOutput>;
|
|
151
68
|
createLoadBalancerPolicy(args: CreateLoadBalancerPolicyCommandInput, cb: (err: any, data?: CreateLoadBalancerPolicyCommandOutput) => void): void;
|
|
152
69
|
createLoadBalancerPolicy(args: CreateLoadBalancerPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLoadBalancerPolicyCommandOutput) => void): void;
|
|
153
|
-
|
|
154
|
-
* <p>Deletes the specified load balancer.</p>
|
|
155
|
-
* <p>If you are attempting to recreate a load balancer, you must reconfigure all settings. The DNS name associated with a deleted load balancer are no longer usable. The name and associated DNS record of the deleted load balancer no longer exist and traffic sent to any of its IP addresses is no longer delivered to your instances.</p>
|
|
156
|
-
* <p>If the load balancer does not exist or has already been deleted, the call to
|
|
157
|
-
* <code>DeleteLoadBalancer</code> still succeeds.</p>
|
|
158
|
-
*/
|
|
70
|
+
|
|
159
71
|
deleteLoadBalancer(args: DeleteLoadBalancerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLoadBalancerCommandOutput>;
|
|
160
72
|
deleteLoadBalancer(args: DeleteLoadBalancerCommandInput, cb: (err: any, data?: DeleteLoadBalancerCommandOutput) => void): void;
|
|
161
73
|
deleteLoadBalancer(args: DeleteLoadBalancerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLoadBalancerCommandOutput) => void): void;
|
|
162
|
-
|
|
163
|
-
* <p>Deletes the specified listeners from the specified load balancer.</p>
|
|
164
|
-
*/
|
|
74
|
+
|
|
165
75
|
deleteLoadBalancerListeners(args: DeleteLoadBalancerListenersCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLoadBalancerListenersCommandOutput>;
|
|
166
76
|
deleteLoadBalancerListeners(args: DeleteLoadBalancerListenersCommandInput, cb: (err: any, data?: DeleteLoadBalancerListenersCommandOutput) => void): void;
|
|
167
77
|
deleteLoadBalancerListeners(args: DeleteLoadBalancerListenersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLoadBalancerListenersCommandOutput) => void): void;
|
|
168
|
-
|
|
169
|
-
* <p>Deletes the specified policy from the specified load balancer. This policy must not be enabled for any listeners.</p>
|
|
170
|
-
*/
|
|
78
|
+
|
|
171
79
|
deleteLoadBalancerPolicy(args: DeleteLoadBalancerPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLoadBalancerPolicyCommandOutput>;
|
|
172
80
|
deleteLoadBalancerPolicy(args: DeleteLoadBalancerPolicyCommandInput, cb: (err: any, data?: DeleteLoadBalancerPolicyCommandOutput) => void): void;
|
|
173
81
|
deleteLoadBalancerPolicy(args: DeleteLoadBalancerPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLoadBalancerPolicyCommandOutput) => void): void;
|
|
174
|
-
|
|
175
|
-
* <p>Deregisters the specified instances from the specified load balancer. After the instance is deregistered, it no longer receives traffic from the load balancer.</p>
|
|
176
|
-
*
|
|
177
|
-
* <p>You can use <a>DescribeLoadBalancers</a> to verify that the instance is deregistered from the load balancer.</p>
|
|
178
|
-
*
|
|
179
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-deregister-register-instances.html">Register or De-Register EC2 Instances</a>
|
|
180
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
181
|
-
*/
|
|
82
|
+
|
|
182
83
|
deregisterInstancesFromLoadBalancer(args: DeregisterInstancesFromLoadBalancerCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterInstancesFromLoadBalancerCommandOutput>;
|
|
183
84
|
deregisterInstancesFromLoadBalancer(args: DeregisterInstancesFromLoadBalancerCommandInput, cb: (err: any, data?: DeregisterInstancesFromLoadBalancerCommandOutput) => void): void;
|
|
184
85
|
deregisterInstancesFromLoadBalancer(args: DeregisterInstancesFromLoadBalancerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterInstancesFromLoadBalancerCommandOutput) => void): void;
|
|
185
|
-
|
|
186
|
-
* <p>Describes the current Elastic Load Balancing resource limits for your AWS account.</p>
|
|
187
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-limits.html">Limits for Your Classic Load Balancer</a>
|
|
188
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
189
|
-
*/
|
|
86
|
+
|
|
190
87
|
describeAccountLimits(args: DescribeAccountLimitsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountLimitsCommandOutput>;
|
|
191
88
|
describeAccountLimits(args: DescribeAccountLimitsCommandInput, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
|
|
192
89
|
describeAccountLimits(args: DescribeAccountLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
|
|
193
|
-
|
|
194
|
-
* <p>Describes the state of the specified instances with respect to the specified load balancer. If no instances are specified, the call describes the state of all instances that are currently registered with the load balancer. If instances are specified, their state is returned even if they are no longer registered with the load balancer. The state of terminated instances is not returned.</p>
|
|
195
|
-
*/
|
|
90
|
+
|
|
196
91
|
describeInstanceHealth(args: DescribeInstanceHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceHealthCommandOutput>;
|
|
197
92
|
describeInstanceHealth(args: DescribeInstanceHealthCommandInput, cb: (err: any, data?: DescribeInstanceHealthCommandOutput) => void): void;
|
|
198
93
|
describeInstanceHealth(args: DescribeInstanceHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceHealthCommandOutput) => void): void;
|
|
199
|
-
|
|
200
|
-
* <p>Describes the attributes for the specified load balancer.</p>
|
|
201
|
-
*/
|
|
94
|
+
|
|
202
95
|
describeLoadBalancerAttributes(args: DescribeLoadBalancerAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoadBalancerAttributesCommandOutput>;
|
|
203
96
|
describeLoadBalancerAttributes(args: DescribeLoadBalancerAttributesCommandInput, cb: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void): void;
|
|
204
97
|
describeLoadBalancerAttributes(args: DescribeLoadBalancerAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void): void;
|
|
205
|
-
|
|
206
|
-
* <p>Describes the specified policies.</p>
|
|
207
|
-
* <p>If you specify a load balancer name, the action returns the descriptions of all policies created for the load balancer.
|
|
208
|
-
* If you specify a policy name associated with your load balancer, the action returns the description of that policy.
|
|
209
|
-
* If you don't specify a load balancer name, the action returns descriptions of the specified sample policies, or descriptions of all sample policies.
|
|
210
|
-
* The names of the sample policies have the <code>ELBSample-</code> prefix.</p>
|
|
211
|
-
*/
|
|
98
|
+
|
|
212
99
|
describeLoadBalancerPolicies(args: DescribeLoadBalancerPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoadBalancerPoliciesCommandOutput>;
|
|
213
100
|
describeLoadBalancerPolicies(args: DescribeLoadBalancerPoliciesCommandInput, cb: (err: any, data?: DescribeLoadBalancerPoliciesCommandOutput) => void): void;
|
|
214
101
|
describeLoadBalancerPolicies(args: DescribeLoadBalancerPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoadBalancerPoliciesCommandOutput) => void): void;
|
|
215
|
-
|
|
216
|
-
* <p>Describes the specified load balancer policy types or all load balancer policy types.</p>
|
|
217
|
-
* <p>The description of each type indicates how it can be used. For example,
|
|
218
|
-
* some policies can be used only with layer 7 listeners,
|
|
219
|
-
* some policies can be used only with layer 4 listeners,
|
|
220
|
-
* and some policies can be used only with your EC2 instances.</p>
|
|
221
|
-
* <p>You can use <a>CreateLoadBalancerPolicy</a> to create a policy configuration for any of these policy types.
|
|
222
|
-
* Then, depending on the policy type, use either <a>SetLoadBalancerPoliciesOfListener</a> or
|
|
223
|
-
* <a>SetLoadBalancerPoliciesForBackendServer</a> to set the policy.</p>
|
|
224
|
-
*/
|
|
102
|
+
|
|
225
103
|
describeLoadBalancerPolicyTypes(args: DescribeLoadBalancerPolicyTypesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoadBalancerPolicyTypesCommandOutput>;
|
|
226
104
|
describeLoadBalancerPolicyTypes(args: DescribeLoadBalancerPolicyTypesCommandInput, cb: (err: any, data?: DescribeLoadBalancerPolicyTypesCommandOutput) => void): void;
|
|
227
105
|
describeLoadBalancerPolicyTypes(args: DescribeLoadBalancerPolicyTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoadBalancerPolicyTypesCommandOutput) => void): void;
|
|
228
|
-
|
|
229
|
-
* <p>Describes the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers.</p>
|
|
230
|
-
*/
|
|
106
|
+
|
|
231
107
|
describeLoadBalancers(args: DescribeLoadBalancersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoadBalancersCommandOutput>;
|
|
232
108
|
describeLoadBalancers(args: DescribeLoadBalancersCommandInput, cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void): void;
|
|
233
109
|
describeLoadBalancers(args: DescribeLoadBalancersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void): void;
|
|
234
|
-
|
|
235
|
-
* <p>Describes the tags associated with the specified load balancers.</p>
|
|
236
|
-
*/
|
|
110
|
+
|
|
237
111
|
describeTags(args: DescribeTagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagsCommandOutput>;
|
|
238
112
|
describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
|
|
239
113
|
describeTags(args: DescribeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
|
|
240
|
-
|
|
241
|
-
* <p>Removes the specified subnets from the set of configured subnets for the load balancer.</p>
|
|
242
|
-
* <p>After a subnet is removed, all EC2 instances registered with the load balancer
|
|
243
|
-
* in the removed subnet go into the <code>OutOfService</code> state. Then,
|
|
244
|
-
* the load balancer balances the traffic among the remaining routable subnets.</p>
|
|
245
|
-
*/
|
|
114
|
+
|
|
246
115
|
detachLoadBalancerFromSubnets(args: DetachLoadBalancerFromSubnetsCommandInput, options?: __HttpHandlerOptions): Promise<DetachLoadBalancerFromSubnetsCommandOutput>;
|
|
247
116
|
detachLoadBalancerFromSubnets(args: DetachLoadBalancerFromSubnetsCommandInput, cb: (err: any, data?: DetachLoadBalancerFromSubnetsCommandOutput) => void): void;
|
|
248
117
|
detachLoadBalancerFromSubnets(args: DetachLoadBalancerFromSubnetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachLoadBalancerFromSubnetsCommandOutput) => void): void;
|
|
249
|
-
|
|
250
|
-
* <p>Removes the specified Availability Zones from the set of Availability Zones for the specified load balancer
|
|
251
|
-
* in EC2-Classic or a default VPC.</p>
|
|
252
|
-
* <p>For load balancers in a non-default VPC, use <a>DetachLoadBalancerFromSubnets</a>.</p>
|
|
253
|
-
* <p>There must be at least one Availability Zone registered with a load balancer at all times.
|
|
254
|
-
* After an Availability Zone is removed, all instances registered with the load balancer that are in the removed
|
|
255
|
-
* Availability Zone go into the <code>OutOfService</code> state. Then, the load balancer attempts to equally balance
|
|
256
|
-
* the traffic among its remaining Availability Zones.</p>
|
|
257
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-az.html">Add or Remove Availability Zones</a>
|
|
258
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
259
|
-
*/
|
|
118
|
+
|
|
260
119
|
disableAvailabilityZonesForLoadBalancer(args: DisableAvailabilityZonesForLoadBalancerCommandInput, options?: __HttpHandlerOptions): Promise<DisableAvailabilityZonesForLoadBalancerCommandOutput>;
|
|
261
120
|
disableAvailabilityZonesForLoadBalancer(args: DisableAvailabilityZonesForLoadBalancerCommandInput, cb: (err: any, data?: DisableAvailabilityZonesForLoadBalancerCommandOutput) => void): void;
|
|
262
121
|
disableAvailabilityZonesForLoadBalancer(args: DisableAvailabilityZonesForLoadBalancerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableAvailabilityZonesForLoadBalancerCommandOutput) => void): void;
|
|
263
|
-
|
|
264
|
-
* <p>Adds the specified Availability Zones to the set of Availability Zones for the specified load balancer
|
|
265
|
-
* in EC2-Classic or a default VPC.</p>
|
|
266
|
-
* <p>For load balancers in a non-default VPC, use <a>AttachLoadBalancerToSubnets</a>.</p>
|
|
267
|
-
* <p>The load balancer evenly distributes requests across all its registered Availability Zones
|
|
268
|
-
* that contain instances. For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-az.html">Add or Remove Availability Zones</a>
|
|
269
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
270
|
-
*/
|
|
122
|
+
|
|
271
123
|
enableAvailabilityZonesForLoadBalancer(args: EnableAvailabilityZonesForLoadBalancerCommandInput, options?: __HttpHandlerOptions): Promise<EnableAvailabilityZonesForLoadBalancerCommandOutput>;
|
|
272
124
|
enableAvailabilityZonesForLoadBalancer(args: EnableAvailabilityZonesForLoadBalancerCommandInput, cb: (err: any, data?: EnableAvailabilityZonesForLoadBalancerCommandOutput) => void): void;
|
|
273
125
|
enableAvailabilityZonesForLoadBalancer(args: EnableAvailabilityZonesForLoadBalancerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableAvailabilityZonesForLoadBalancerCommandOutput) => void): void;
|
|
274
|
-
|
|
275
|
-
* <p>Modifies the attributes of the specified load balancer.</p>
|
|
276
|
-
* <p>You can modify the load balancer attributes, such as <code>AccessLogs</code>, <code>ConnectionDraining</code>, and
|
|
277
|
-
* <code>CrossZoneLoadBalancing</code> by either enabling or disabling them. Or, you can modify the load balancer attribute
|
|
278
|
-
* <code>ConnectionSettings</code> by specifying an idle connection timeout value for your load balancer.</p>
|
|
279
|
-
* <p>For more information, see the following in the <i>Classic Load Balancers Guide</i>:</p>
|
|
280
|
-
* <ul>
|
|
281
|
-
* <li>
|
|
282
|
-
* <p>
|
|
283
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-crosszone-lb.html">Cross-Zone Load Balancing</a>
|
|
284
|
-
* </p>
|
|
285
|
-
* </li>
|
|
286
|
-
* <li>
|
|
287
|
-
* <p>
|
|
288
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-conn-drain.html">Connection Draining</a>
|
|
289
|
-
* </p>
|
|
290
|
-
* </li>
|
|
291
|
-
* <li>
|
|
292
|
-
* <p>
|
|
293
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/access-log-collection.html">Access Logs</a>
|
|
294
|
-
* </p>
|
|
295
|
-
* </li>
|
|
296
|
-
* <li>
|
|
297
|
-
* <p>
|
|
298
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-idle-timeout.html">Idle Connection Timeout</a>
|
|
299
|
-
* </p>
|
|
300
|
-
* </li>
|
|
301
|
-
* </ul>
|
|
302
|
-
*/
|
|
126
|
+
|
|
303
127
|
modifyLoadBalancerAttributes(args: ModifyLoadBalancerAttributesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyLoadBalancerAttributesCommandOutput>;
|
|
304
128
|
modifyLoadBalancerAttributes(args: ModifyLoadBalancerAttributesCommandInput, cb: (err: any, data?: ModifyLoadBalancerAttributesCommandOutput) => void): void;
|
|
305
129
|
modifyLoadBalancerAttributes(args: ModifyLoadBalancerAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyLoadBalancerAttributesCommandOutput) => void): void;
|
|
306
|
-
|
|
307
|
-
* <p>Adds the specified instances to the specified load balancer.</p>
|
|
308
|
-
*
|
|
309
|
-
* <p>The instance must be a running instance in the same network as the load balancer (EC2-Classic or the same VPC). If you have EC2-Classic instances and a load balancer in a VPC with ClassicLink enabled, you can link the EC2-Classic instances to that VPC and then register the linked EC2-Classic instances with the load balancer in the VPC.</p>
|
|
310
|
-
*
|
|
311
|
-
* <p>Note that <code>RegisterInstanceWithLoadBalancer</code> completes when the request has been registered.
|
|
312
|
-
* Instance registration takes a little time to complete. To check the state of the registered instances, use
|
|
313
|
-
* <a>DescribeLoadBalancers</a> or <a>DescribeInstanceHealth</a>.</p>
|
|
314
|
-
*
|
|
315
|
-
* <p>After the instance is registered, it starts receiving traffic
|
|
316
|
-
* and requests from the load balancer. Any instance that is not
|
|
317
|
-
* in one of the Availability Zones registered for the load balancer
|
|
318
|
-
* is moved to the <code>OutOfService</code> state. If an Availability Zone
|
|
319
|
-
* is added to the load balancer later, any instances registered with the
|
|
320
|
-
* load balancer move to the <code>InService</code> state.</p>
|
|
321
|
-
*
|
|
322
|
-
* <p>To deregister instances from a load balancer, use <a>DeregisterInstancesFromLoadBalancer</a>.</p>
|
|
323
|
-
*
|
|
324
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-deregister-register-instances.html">Register or De-Register EC2 Instances</a>
|
|
325
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
326
|
-
*/
|
|
130
|
+
|
|
327
131
|
registerInstancesWithLoadBalancer(args: RegisterInstancesWithLoadBalancerCommandInput, options?: __HttpHandlerOptions): Promise<RegisterInstancesWithLoadBalancerCommandOutput>;
|
|
328
132
|
registerInstancesWithLoadBalancer(args: RegisterInstancesWithLoadBalancerCommandInput, cb: (err: any, data?: RegisterInstancesWithLoadBalancerCommandOutput) => void): void;
|
|
329
133
|
registerInstancesWithLoadBalancer(args: RegisterInstancesWithLoadBalancerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterInstancesWithLoadBalancerCommandOutput) => void): void;
|
|
330
|
-
|
|
331
|
-
* <p>Removes one or more tags from the specified load balancer.</p>
|
|
332
|
-
*/
|
|
134
|
+
|
|
333
135
|
removeTags(args: RemoveTagsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsCommandOutput>;
|
|
334
136
|
removeTags(args: RemoveTagsCommandInput, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
|
|
335
137
|
removeTags(args: RemoveTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
|
|
336
|
-
|
|
337
|
-
* <p>Sets the certificate that terminates the specified listener's SSL connections. The specified certificate replaces any prior certificate that was used on the same load balancer and port.</p>
|
|
338
|
-
*
|
|
339
|
-
* <p>For more information about updating your SSL certificate, see
|
|
340
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-update-ssl-cert.html">Replace the SSL Certificate for Your Load Balancer</a>
|
|
341
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
342
|
-
*/
|
|
138
|
+
|
|
343
139
|
setLoadBalancerListenerSSLCertificate(args: SetLoadBalancerListenerSSLCertificateCommandInput, options?: __HttpHandlerOptions): Promise<SetLoadBalancerListenerSSLCertificateCommandOutput>;
|
|
344
140
|
setLoadBalancerListenerSSLCertificate(args: SetLoadBalancerListenerSSLCertificateCommandInput, cb: (err: any, data?: SetLoadBalancerListenerSSLCertificateCommandOutput) => void): void;
|
|
345
141
|
setLoadBalancerListenerSSLCertificate(args: SetLoadBalancerListenerSSLCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetLoadBalancerListenerSSLCertificateCommandOutput) => void): void;
|
|
346
|
-
|
|
347
|
-
* <p>Replaces the set of policies associated with the specified port on which the EC2 instance is listening with a new set of policies.
|
|
348
|
-
* At this time, only the back-end server authentication policy type can be applied to the instance ports; this policy type is composed of multiple public key policies.</p>
|
|
349
|
-
* <p>Each time you use <code>SetLoadBalancerPoliciesForBackendServer</code> to enable the policies,
|
|
350
|
-
* use the <code>PolicyNames</code> parameter to list the policies that you want to enable.</p>
|
|
351
|
-
* <p>You can use <a>DescribeLoadBalancers</a> or <a>DescribeLoadBalancerPolicies</a> to verify that the policy
|
|
352
|
-
* is associated with the EC2 instance.</p>
|
|
353
|
-
*
|
|
354
|
-
* <p>For more information about enabling back-end instance authentication, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-create-https-ssl-load-balancer.html#configure_backendauth_clt">Configure Back-end Instance Authentication</a>
|
|
355
|
-
* in the <i>Classic Load Balancers Guide</i>. For more information about Proxy Protocol, see
|
|
356
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-proxy-protocol.html">Configure Proxy Protocol Support</a>
|
|
357
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
358
|
-
*/
|
|
142
|
+
|
|
359
143
|
setLoadBalancerPoliciesForBackendServer(args: SetLoadBalancerPoliciesForBackendServerCommandInput, options?: __HttpHandlerOptions): Promise<SetLoadBalancerPoliciesForBackendServerCommandOutput>;
|
|
360
144
|
setLoadBalancerPoliciesForBackendServer(args: SetLoadBalancerPoliciesForBackendServerCommandInput, cb: (err: any, data?: SetLoadBalancerPoliciesForBackendServerCommandOutput) => void): void;
|
|
361
145
|
setLoadBalancerPoliciesForBackendServer(args: SetLoadBalancerPoliciesForBackendServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetLoadBalancerPoliciesForBackendServerCommandOutput) => void): void;
|
|
362
|
-
|
|
363
|
-
* <p>Replaces the current set of policies for the specified load balancer port with the specified set of policies.</p>
|
|
364
|
-
* <p>To enable back-end server authentication, use <a>SetLoadBalancerPoliciesForBackendServer</a>.</p>
|
|
365
|
-
* <p>For more information about setting policies, see
|
|
366
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/ssl-config-update.html">Update the SSL Negotiation Configuration</a>,
|
|
367
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-duration">Duration-Based Session Stickiness</a>, and
|
|
368
|
-
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-application">Application-Controlled Session Stickiness</a>
|
|
369
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
370
|
-
*/
|
|
146
|
+
|
|
371
147
|
setLoadBalancerPoliciesOfListener(args: SetLoadBalancerPoliciesOfListenerCommandInput, options?: __HttpHandlerOptions): Promise<SetLoadBalancerPoliciesOfListenerCommandOutput>;
|
|
372
148
|
setLoadBalancerPoliciesOfListener(args: SetLoadBalancerPoliciesOfListenerCommandInput, cb: (err: any, data?: SetLoadBalancerPoliciesOfListenerCommandOutput) => void): void;
|
|
373
149
|
setLoadBalancerPoliciesOfListener(args: SetLoadBalancerPoliciesOfListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetLoadBalancerPoliciesOfListenerCommandOutput) => void): void;
|
|
@@ -38,144 +38,59 @@ import { SetLoadBalancerPoliciesOfListenerCommandInput, SetLoadBalancerPoliciesO
|
|
|
38
38
|
export declare type ServiceInputTypes = AddTagsCommandInput | ApplySecurityGroupsToLoadBalancerCommandInput | AttachLoadBalancerToSubnetsCommandInput | ConfigureHealthCheckCommandInput | CreateAppCookieStickinessPolicyCommandInput | CreateLBCookieStickinessPolicyCommandInput | CreateLoadBalancerCommandInput | CreateLoadBalancerListenersCommandInput | CreateLoadBalancerPolicyCommandInput | DeleteLoadBalancerCommandInput | DeleteLoadBalancerListenersCommandInput | DeleteLoadBalancerPolicyCommandInput | DeregisterInstancesFromLoadBalancerCommandInput | DescribeAccountLimitsCommandInput | DescribeInstanceHealthCommandInput | DescribeLoadBalancerAttributesCommandInput | DescribeLoadBalancerPoliciesCommandInput | DescribeLoadBalancerPolicyTypesCommandInput | DescribeLoadBalancersCommandInput | DescribeTagsCommandInput | DetachLoadBalancerFromSubnetsCommandInput | DisableAvailabilityZonesForLoadBalancerCommandInput | EnableAvailabilityZonesForLoadBalancerCommandInput | ModifyLoadBalancerAttributesCommandInput | RegisterInstancesWithLoadBalancerCommandInput | RemoveTagsCommandInput | SetLoadBalancerListenerSSLCertificateCommandInput | SetLoadBalancerPoliciesForBackendServerCommandInput | SetLoadBalancerPoliciesOfListenerCommandInput;
|
|
39
39
|
export declare type ServiceOutputTypes = AddTagsCommandOutput | ApplySecurityGroupsToLoadBalancerCommandOutput | AttachLoadBalancerToSubnetsCommandOutput | ConfigureHealthCheckCommandOutput | CreateAppCookieStickinessPolicyCommandOutput | CreateLBCookieStickinessPolicyCommandOutput | CreateLoadBalancerCommandOutput | CreateLoadBalancerListenersCommandOutput | CreateLoadBalancerPolicyCommandOutput | DeleteLoadBalancerCommandOutput | DeleteLoadBalancerListenersCommandOutput | DeleteLoadBalancerPolicyCommandOutput | DeregisterInstancesFromLoadBalancerCommandOutput | DescribeAccountLimitsCommandOutput | DescribeInstanceHealthCommandOutput | DescribeLoadBalancerAttributesCommandOutput | DescribeLoadBalancerPoliciesCommandOutput | DescribeLoadBalancerPolicyTypesCommandOutput | DescribeLoadBalancersCommandOutput | DescribeTagsCommandOutput | DetachLoadBalancerFromSubnetsCommandOutput | DisableAvailabilityZonesForLoadBalancerCommandOutput | EnableAvailabilityZonesForLoadBalancerCommandOutput | ModifyLoadBalancerAttributesCommandOutput | RegisterInstancesWithLoadBalancerCommandOutput | RemoveTagsCommandOutput | SetLoadBalancerListenerSSLCertificateCommandOutput | SetLoadBalancerPoliciesForBackendServerCommandOutput | SetLoadBalancerPoliciesOfListenerCommandOutput;
|
|
40
40
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
41
|
-
|
|
42
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
43
|
-
*/
|
|
41
|
+
|
|
44
42
|
requestHandler?: __HttpHandler;
|
|
45
|
-
|
|
46
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
47
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
43
|
+
|
|
50
44
|
sha256?: __HashConstructor;
|
|
51
|
-
|
|
52
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
53
|
-
* @internal
|
|
54
|
-
*/
|
|
45
|
+
|
|
55
46
|
urlParser?: __UrlParser;
|
|
56
|
-
|
|
57
|
-
* A function that can calculate the length of a request body.
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
47
|
+
|
|
60
48
|
bodyLengthChecker?: (body: any) => number | undefined;
|
|
61
|
-
|
|
62
|
-
* A function that converts a stream into an array of bytes.
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
49
|
+
|
|
65
50
|
streamCollector?: __StreamCollector;
|
|
66
|
-
|
|
67
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
51
|
+
|
|
70
52
|
base64Decoder?: __Decoder;
|
|
71
|
-
|
|
72
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
53
|
+
|
|
75
54
|
base64Encoder?: __Encoder;
|
|
76
|
-
|
|
77
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
55
|
+
|
|
80
56
|
utf8Decoder?: __Decoder;
|
|
81
|
-
|
|
82
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
57
|
+
|
|
85
58
|
utf8Encoder?: __Encoder;
|
|
86
|
-
|
|
87
|
-
* The runtime environment.
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
59
|
+
|
|
90
60
|
runtime?: string;
|
|
91
|
-
|
|
92
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
93
|
-
* trait of an operation.
|
|
94
|
-
*/
|
|
61
|
+
|
|
95
62
|
disableHostPrefix?: boolean;
|
|
96
|
-
|
|
97
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
98
|
-
*/
|
|
63
|
+
|
|
99
64
|
maxAttempts?: number | __Provider<number>;
|
|
100
|
-
|
|
101
|
-
* Specifies which retry algorithm to use.
|
|
102
|
-
*/
|
|
65
|
+
|
|
103
66
|
retryMode?: string | __Provider<string>;
|
|
104
|
-
|
|
105
|
-
* Optional logger for logging debug/info/warn/error.
|
|
106
|
-
*/
|
|
67
|
+
|
|
107
68
|
logger?: __Logger;
|
|
108
|
-
|
|
109
|
-
* Unique service identifier.
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
69
|
+
|
|
112
70
|
serviceId?: string;
|
|
113
|
-
|
|
114
|
-
* The AWS region to which this client will send requests
|
|
115
|
-
*/
|
|
71
|
+
|
|
116
72
|
region?: string | __Provider<string>;
|
|
117
|
-
|
|
118
|
-
* Default credentials provider; Not available in browser runtime.
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
73
|
+
|
|
121
74
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
122
|
-
|
|
123
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
75
|
+
|
|
126
76
|
regionInfoProvider?: RegionInfoProvider;
|
|
127
|
-
|
|
128
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
77
|
+
|
|
131
78
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
132
79
|
}
|
|
133
80
|
declare type ElasticLoadBalancingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
134
|
-
|
|
135
|
-
* The configuration interface of ElasticLoadBalancingClient class constructor that set the region, credentials and other options.
|
|
136
|
-
*/
|
|
81
|
+
|
|
137
82
|
export interface ElasticLoadBalancingClientConfig extends ElasticLoadBalancingClientConfigType {
|
|
138
83
|
}
|
|
139
84
|
declare type ElasticLoadBalancingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
140
|
-
|
|
141
|
-
* The resolved configuration interface of ElasticLoadBalancingClient class. This is resolved and normalized from the {@link ElasticLoadBalancingClientConfig | constructor configuration interface}.
|
|
142
|
-
*/
|
|
85
|
+
|
|
143
86
|
export interface ElasticLoadBalancingClientResolvedConfig extends ElasticLoadBalancingClientResolvedConfigType {
|
|
144
87
|
}
|
|
145
|
-
|
|
146
|
-
* <fullname>Elastic Load Balancing</fullname>
|
|
147
|
-
*
|
|
148
|
-
* <p>A load balancer can distribute incoming traffic across your EC2 instances.
|
|
149
|
-
* This enables you to increase the availability of your application. The load balancer
|
|
150
|
-
* also monitors the health of its registered instances and ensures that it routes traffic
|
|
151
|
-
* only to healthy instances. You configure your load balancer to accept incoming traffic
|
|
152
|
-
* by specifying one or more listeners, which are configured with a protocol and port
|
|
153
|
-
* number for connections from clients to the load balancer and a protocol and port number
|
|
154
|
-
* for connections from the load balancer to the instances.</p>
|
|
155
|
-
* <p>Elastic Load Balancing supports three types of load balancers: Application Load Balancers, Network Load Balancers,
|
|
156
|
-
* and Classic Load Balancers. You can select a load balancer based on your application needs. For more
|
|
157
|
-
* information, see the <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/">Elastic Load Balancing User Guide</a>.</p>
|
|
158
|
-
* <p>This reference covers the 2012-06-01 API, which supports Classic Load Balancers.
|
|
159
|
-
* The 2015-12-01 API supports Application Load Balancers and Network Load Balancers.</p>
|
|
160
|
-
*
|
|
161
|
-
* <p>To get started, create a load balancer with one or more listeners using <a>CreateLoadBalancer</a>.
|
|
162
|
-
* Register your instances with the load balancer using <a>RegisterInstancesWithLoadBalancer</a>.</p>
|
|
163
|
-
*
|
|
164
|
-
* <p>All Elastic Load Balancing operations are <i>idempotent</i>, which means
|
|
165
|
-
* that they complete at most one time. If you repeat an operation, it succeeds with a 200 OK
|
|
166
|
-
* response code.</p>
|
|
167
|
-
*/
|
|
88
|
+
|
|
168
89
|
export declare class ElasticLoadBalancingClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ElasticLoadBalancingClientResolvedConfig> {
|
|
169
|
-
|
|
170
|
-
* The resolved configuration of ElasticLoadBalancingClient class. This is resolved and normalized from the {@link ElasticLoadBalancingClientConfig | constructor configuration interface}.
|
|
171
|
-
*/
|
|
90
|
+
|
|
172
91
|
readonly config: ElasticLoadBalancingClientResolvedConfig;
|
|
173
92
|
constructor(configuration: ElasticLoadBalancingClientConfig);
|
|
174
|
-
|
|
175
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
176
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
177
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
178
|
-
*/
|
|
93
|
+
|
|
179
94
|
destroy(): void;
|
|
180
95
|
}
|
|
181
96
|
export {};
|