@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
|
@@ -1,2048 +1,1143 @@
|
|
|
1
1
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
|
|
3
|
-
* <p>Information about the <code>AccessLog</code> attribute.</p>
|
|
4
|
-
*/
|
|
2
|
+
|
|
5
3
|
export interface AccessLog {
|
|
6
|
-
|
|
7
|
-
* <p>Specifies whether access logs are enabled for the load balancer.</p>
|
|
8
|
-
*/
|
|
4
|
+
|
|
9
5
|
Enabled: boolean | undefined;
|
|
10
|
-
|
|
11
|
-
* <p>The name of the Amazon S3 bucket where the access logs are stored.</p>
|
|
12
|
-
*/
|
|
6
|
+
|
|
13
7
|
S3BucketName?: string;
|
|
14
|
-
|
|
15
|
-
* <p>The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.</p>
|
|
16
|
-
* <p>Default: 60 minutes</p>
|
|
17
|
-
*/
|
|
8
|
+
|
|
18
9
|
EmitInterval?: number;
|
|
19
|
-
|
|
20
|
-
* <p>The logical hierarchy you created for your Amazon S3 bucket, for example <code>my-bucket-prefix/prod</code>.
|
|
21
|
-
* If the prefix is not provided, the log is placed at the root level of the bucket.</p>
|
|
22
|
-
*/
|
|
10
|
+
|
|
23
11
|
S3BucketPrefix?: string;
|
|
24
12
|
}
|
|
25
13
|
export declare namespace AccessLog {
|
|
26
|
-
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
14
|
+
|
|
29
15
|
const filterSensitiveLog: (obj: AccessLog) => any;
|
|
30
16
|
}
|
|
31
|
-
|
|
32
|
-
* <p>The specified load balancer does not exist.</p>
|
|
33
|
-
*/
|
|
17
|
+
|
|
34
18
|
export interface AccessPointNotFoundException extends __SmithyException, $MetadataBearer {
|
|
35
19
|
name: "AccessPointNotFoundException";
|
|
36
20
|
$fault: "client";
|
|
37
21
|
Message?: string;
|
|
38
22
|
}
|
|
39
23
|
export declare namespace AccessPointNotFoundException {
|
|
40
|
-
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
24
|
+
|
|
43
25
|
const filterSensitiveLog: (obj: AccessPointNotFoundException) => any;
|
|
44
26
|
}
|
|
45
|
-
|
|
46
|
-
* <p>Contains the parameters for EnableAvailabilityZonesForLoadBalancer.</p>
|
|
47
|
-
*/
|
|
27
|
+
|
|
48
28
|
export interface AddAvailabilityZonesInput {
|
|
49
|
-
|
|
50
|
-
* <p>The name of the load balancer.</p>
|
|
51
|
-
*/
|
|
29
|
+
|
|
52
30
|
LoadBalancerName: string | undefined;
|
|
53
|
-
|
|
54
|
-
* <p>The Availability Zones. These must be in the same region as the load balancer.</p>
|
|
55
|
-
*/
|
|
31
|
+
|
|
56
32
|
AvailabilityZones: string[] | undefined;
|
|
57
33
|
}
|
|
58
34
|
export declare namespace AddAvailabilityZonesInput {
|
|
59
|
-
|
|
60
|
-
* @internal
|
|
61
|
-
*/
|
|
35
|
+
|
|
62
36
|
const filterSensitiveLog: (obj: AddAvailabilityZonesInput) => any;
|
|
63
37
|
}
|
|
64
|
-
|
|
65
|
-
* <p>Contains the output of EnableAvailabilityZonesForLoadBalancer.</p>
|
|
66
|
-
*/
|
|
38
|
+
|
|
67
39
|
export interface AddAvailabilityZonesOutput {
|
|
68
|
-
|
|
69
|
-
* <p>The updated list of Availability Zones for the load balancer.</p>
|
|
70
|
-
*/
|
|
40
|
+
|
|
71
41
|
AvailabilityZones?: string[];
|
|
72
42
|
}
|
|
73
43
|
export declare namespace AddAvailabilityZonesOutput {
|
|
74
|
-
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
44
|
+
|
|
77
45
|
const filterSensitiveLog: (obj: AddAvailabilityZonesOutput) => any;
|
|
78
46
|
}
|
|
79
|
-
|
|
80
|
-
* <p>Information about additional load balancer attributes.</p>
|
|
81
|
-
*/
|
|
47
|
+
|
|
82
48
|
export interface AdditionalAttribute {
|
|
83
|
-
|
|
84
|
-
* <p>The name of the attribute.</p>
|
|
85
|
-
* <p>The following attribute is supported.</p>
|
|
86
|
-
* <ul>
|
|
87
|
-
* <li>
|
|
88
|
-
* <p>
|
|
89
|
-
* <code>elb.http.desyncmitigationmode</code> - Determines how the load balancer handles requests that
|
|
90
|
-
* might pose a security risk to your application. The possible values are <code>monitor</code>,
|
|
91
|
-
* <code>defensive</code>, and <code>strictest</code>. The default is <code>defensive</code>.</p>
|
|
92
|
-
* </li>
|
|
93
|
-
* </ul>
|
|
94
|
-
*/
|
|
49
|
+
|
|
95
50
|
Key?: string;
|
|
96
|
-
|
|
97
|
-
* <p>This value of the attribute.</p>
|
|
98
|
-
*/
|
|
51
|
+
|
|
99
52
|
Value?: string;
|
|
100
53
|
}
|
|
101
54
|
export declare namespace AdditionalAttribute {
|
|
102
|
-
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
55
|
+
|
|
105
56
|
const filterSensitiveLog: (obj: AdditionalAttribute) => any;
|
|
106
57
|
}
|
|
107
|
-
|
|
108
|
-
* <p>Information about a tag.</p>
|
|
109
|
-
*/
|
|
58
|
+
|
|
110
59
|
export interface Tag {
|
|
111
|
-
|
|
112
|
-
* <p>The key of the tag.</p>
|
|
113
|
-
*/
|
|
60
|
+
|
|
114
61
|
Key: string | undefined;
|
|
115
|
-
|
|
116
|
-
* <p>The value of the tag.</p>
|
|
117
|
-
*/
|
|
62
|
+
|
|
118
63
|
Value?: string;
|
|
119
64
|
}
|
|
120
65
|
export declare namespace Tag {
|
|
121
|
-
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
66
|
+
|
|
124
67
|
const filterSensitiveLog: (obj: Tag) => any;
|
|
125
68
|
}
|
|
126
|
-
|
|
127
|
-
* <p>Contains the parameters for AddTags.</p>
|
|
128
|
-
*/
|
|
69
|
+
|
|
129
70
|
export interface AddTagsInput {
|
|
130
|
-
|
|
131
|
-
* <p>The name of the load balancer. You can specify one load balancer only.</p>
|
|
132
|
-
*/
|
|
71
|
+
|
|
133
72
|
LoadBalancerNames: string[] | undefined;
|
|
134
|
-
|
|
135
|
-
* <p>The tags.</p>
|
|
136
|
-
*/
|
|
73
|
+
|
|
137
74
|
Tags: Tag[] | undefined;
|
|
138
75
|
}
|
|
139
76
|
export declare namespace AddTagsInput {
|
|
140
|
-
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
77
|
+
|
|
143
78
|
const filterSensitiveLog: (obj: AddTagsInput) => any;
|
|
144
79
|
}
|
|
145
|
-
|
|
146
|
-
* <p>Contains the output of AddTags.</p>
|
|
147
|
-
*/
|
|
80
|
+
|
|
148
81
|
export interface AddTagsOutput {
|
|
149
82
|
}
|
|
150
83
|
export declare namespace AddTagsOutput {
|
|
151
|
-
|
|
152
|
-
* @internal
|
|
153
|
-
*/
|
|
84
|
+
|
|
154
85
|
const filterSensitiveLog: (obj: AddTagsOutput) => any;
|
|
155
86
|
}
|
|
156
|
-
|
|
157
|
-
* <p>A tag key was specified more than once.</p>
|
|
158
|
-
*/
|
|
87
|
+
|
|
159
88
|
export interface DuplicateTagKeysException extends __SmithyException, $MetadataBearer {
|
|
160
89
|
name: "DuplicateTagKeysException";
|
|
161
90
|
$fault: "client";
|
|
162
91
|
Message?: string;
|
|
163
92
|
}
|
|
164
93
|
export declare namespace DuplicateTagKeysException {
|
|
165
|
-
|
|
166
|
-
* @internal
|
|
167
|
-
*/
|
|
94
|
+
|
|
168
95
|
const filterSensitiveLog: (obj: DuplicateTagKeysException) => any;
|
|
169
96
|
}
|
|
170
|
-
|
|
171
|
-
* <p>The quota for the number of tags that can be assigned to a load balancer has been reached.</p>
|
|
172
|
-
*/
|
|
97
|
+
|
|
173
98
|
export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
|
|
174
99
|
name: "TooManyTagsException";
|
|
175
100
|
$fault: "client";
|
|
176
101
|
Message?: string;
|
|
177
102
|
}
|
|
178
103
|
export declare namespace TooManyTagsException {
|
|
179
|
-
|
|
180
|
-
* @internal
|
|
181
|
-
*/
|
|
104
|
+
|
|
182
105
|
const filterSensitiveLog: (obj: TooManyTagsException) => any;
|
|
183
106
|
}
|
|
184
|
-
|
|
185
|
-
* <p>Information about a policy for application-controlled session stickiness.</p>
|
|
186
|
-
*/
|
|
107
|
+
|
|
187
108
|
export interface AppCookieStickinessPolicy {
|
|
188
|
-
|
|
189
|
-
* <p>The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.</p>
|
|
190
|
-
*/
|
|
109
|
+
|
|
191
110
|
PolicyName?: string;
|
|
192
|
-
|
|
193
|
-
* <p>The name of the application cookie used for stickiness.</p>
|
|
194
|
-
*/
|
|
111
|
+
|
|
195
112
|
CookieName?: string;
|
|
196
113
|
}
|
|
197
114
|
export declare namespace AppCookieStickinessPolicy {
|
|
198
|
-
|
|
199
|
-
* @internal
|
|
200
|
-
*/
|
|
115
|
+
|
|
201
116
|
const filterSensitiveLog: (obj: AppCookieStickinessPolicy) => any;
|
|
202
117
|
}
|
|
203
|
-
|
|
204
|
-
* <p>Contains the parameters for ApplySecurityGroupsToLoadBalancer.</p>
|
|
205
|
-
*/
|
|
118
|
+
|
|
206
119
|
export interface ApplySecurityGroupsToLoadBalancerInput {
|
|
207
|
-
|
|
208
|
-
* <p>The name of the load balancer.</p>
|
|
209
|
-
*/
|
|
120
|
+
|
|
210
121
|
LoadBalancerName: string | undefined;
|
|
211
|
-
|
|
212
|
-
* <p>The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.</p>
|
|
213
|
-
*/
|
|
122
|
+
|
|
214
123
|
SecurityGroups: string[] | undefined;
|
|
215
124
|
}
|
|
216
125
|
export declare namespace ApplySecurityGroupsToLoadBalancerInput {
|
|
217
|
-
|
|
218
|
-
* @internal
|
|
219
|
-
*/
|
|
126
|
+
|
|
220
127
|
const filterSensitiveLog: (obj: ApplySecurityGroupsToLoadBalancerInput) => any;
|
|
221
128
|
}
|
|
222
|
-
|
|
223
|
-
* <p>Contains the output of ApplySecurityGroupsToLoadBalancer.</p>
|
|
224
|
-
*/
|
|
129
|
+
|
|
225
130
|
export interface ApplySecurityGroupsToLoadBalancerOutput {
|
|
226
|
-
|
|
227
|
-
* <p>The IDs of the security groups associated with the load balancer.</p>
|
|
228
|
-
*/
|
|
131
|
+
|
|
229
132
|
SecurityGroups?: string[];
|
|
230
133
|
}
|
|
231
134
|
export declare namespace ApplySecurityGroupsToLoadBalancerOutput {
|
|
232
|
-
|
|
233
|
-
* @internal
|
|
234
|
-
*/
|
|
135
|
+
|
|
235
136
|
const filterSensitiveLog: (obj: ApplySecurityGroupsToLoadBalancerOutput) => any;
|
|
236
137
|
}
|
|
237
|
-
|
|
238
|
-
* <p>The requested configuration change is not valid.</p>
|
|
239
|
-
*/
|
|
138
|
+
|
|
240
139
|
export interface InvalidConfigurationRequestException extends __SmithyException, $MetadataBearer {
|
|
241
140
|
name: "InvalidConfigurationRequestException";
|
|
242
141
|
$fault: "client";
|
|
243
142
|
Message?: string;
|
|
244
143
|
}
|
|
245
144
|
export declare namespace InvalidConfigurationRequestException {
|
|
246
|
-
|
|
247
|
-
* @internal
|
|
248
|
-
*/
|
|
145
|
+
|
|
249
146
|
const filterSensitiveLog: (obj: InvalidConfigurationRequestException) => any;
|
|
250
147
|
}
|
|
251
|
-
|
|
252
|
-
* <p>One or more of the specified security groups do not exist.</p>
|
|
253
|
-
*/
|
|
148
|
+
|
|
254
149
|
export interface InvalidSecurityGroupException extends __SmithyException, $MetadataBearer {
|
|
255
150
|
name: "InvalidSecurityGroupException";
|
|
256
151
|
$fault: "client";
|
|
257
152
|
Message?: string;
|
|
258
153
|
}
|
|
259
154
|
export declare namespace InvalidSecurityGroupException {
|
|
260
|
-
|
|
261
|
-
* @internal
|
|
262
|
-
*/
|
|
155
|
+
|
|
263
156
|
const filterSensitiveLog: (obj: InvalidSecurityGroupException) => any;
|
|
264
157
|
}
|
|
265
|
-
|
|
266
|
-
* <p>Contains the parameters for AttachLoaBalancerToSubnets.</p>
|
|
267
|
-
*/
|
|
158
|
+
|
|
268
159
|
export interface AttachLoadBalancerToSubnetsInput {
|
|
269
|
-
|
|
270
|
-
* <p>The name of the load balancer.</p>
|
|
271
|
-
*/
|
|
160
|
+
|
|
272
161
|
LoadBalancerName: string | undefined;
|
|
273
|
-
|
|
274
|
-
* <p>The IDs of the subnets to add. You can add only one subnet per Availability Zone.</p>
|
|
275
|
-
*/
|
|
162
|
+
|
|
276
163
|
Subnets: string[] | undefined;
|
|
277
164
|
}
|
|
278
165
|
export declare namespace AttachLoadBalancerToSubnetsInput {
|
|
279
|
-
|
|
280
|
-
* @internal
|
|
281
|
-
*/
|
|
166
|
+
|
|
282
167
|
const filterSensitiveLog: (obj: AttachLoadBalancerToSubnetsInput) => any;
|
|
283
168
|
}
|
|
284
|
-
|
|
285
|
-
* <p>Contains the output of AttachLoadBalancerToSubnets.</p>
|
|
286
|
-
*/
|
|
169
|
+
|
|
287
170
|
export interface AttachLoadBalancerToSubnetsOutput {
|
|
288
|
-
|
|
289
|
-
* <p>The IDs of the subnets attached to the load balancer.</p>
|
|
290
|
-
*/
|
|
171
|
+
|
|
291
172
|
Subnets?: string[];
|
|
292
173
|
}
|
|
293
174
|
export declare namespace AttachLoadBalancerToSubnetsOutput {
|
|
294
|
-
|
|
295
|
-
* @internal
|
|
296
|
-
*/
|
|
175
|
+
|
|
297
176
|
const filterSensitiveLog: (obj: AttachLoadBalancerToSubnetsOutput) => any;
|
|
298
177
|
}
|
|
299
|
-
|
|
300
|
-
* <p>The specified VPC has no associated Internet gateway.</p>
|
|
301
|
-
*/
|
|
178
|
+
|
|
302
179
|
export interface InvalidSubnetException extends __SmithyException, $MetadataBearer {
|
|
303
180
|
name: "InvalidSubnetException";
|
|
304
181
|
$fault: "client";
|
|
305
182
|
Message?: string;
|
|
306
183
|
}
|
|
307
184
|
export declare namespace InvalidSubnetException {
|
|
308
|
-
|
|
309
|
-
* @internal
|
|
310
|
-
*/
|
|
185
|
+
|
|
311
186
|
const filterSensitiveLog: (obj: InvalidSubnetException) => any;
|
|
312
187
|
}
|
|
313
|
-
|
|
314
|
-
* <p>One or more of the specified subnets do not exist.</p>
|
|
315
|
-
*/
|
|
188
|
+
|
|
316
189
|
export interface SubnetNotFoundException extends __SmithyException, $MetadataBearer {
|
|
317
190
|
name: "SubnetNotFoundException";
|
|
318
191
|
$fault: "client";
|
|
319
192
|
Message?: string;
|
|
320
193
|
}
|
|
321
194
|
export declare namespace SubnetNotFoundException {
|
|
322
|
-
|
|
323
|
-
* @internal
|
|
324
|
-
*/
|
|
195
|
+
|
|
325
196
|
const filterSensitiveLog: (obj: SubnetNotFoundException) => any;
|
|
326
197
|
}
|
|
327
|
-
|
|
328
|
-
* <p>Information about the configuration of an EC2 instance.</p>
|
|
329
|
-
*/
|
|
198
|
+
|
|
330
199
|
export interface BackendServerDescription {
|
|
331
|
-
|
|
332
|
-
* <p>The port on which the EC2 instance is listening.</p>
|
|
333
|
-
*/
|
|
200
|
+
|
|
334
201
|
InstancePort?: number;
|
|
335
|
-
|
|
336
|
-
* <p>The names of the policies enabled for the EC2 instance.</p>
|
|
337
|
-
*/
|
|
202
|
+
|
|
338
203
|
PolicyNames?: string[];
|
|
339
204
|
}
|
|
340
205
|
export declare namespace BackendServerDescription {
|
|
341
|
-
|
|
342
|
-
* @internal
|
|
343
|
-
*/
|
|
206
|
+
|
|
344
207
|
const filterSensitiveLog: (obj: BackendServerDescription) => any;
|
|
345
208
|
}
|
|
346
|
-
|
|
347
|
-
* <p>The specified ARN does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM)
|
|
348
|
-
* or AWS Certificate Manager (ACM). Note that if you recently uploaded the certificate to IAM, this error might
|
|
349
|
-
* indicate that the certificate is not fully available yet.</p>
|
|
350
|
-
*/
|
|
209
|
+
|
|
351
210
|
export interface CertificateNotFoundException extends __SmithyException, $MetadataBearer {
|
|
352
211
|
name: "CertificateNotFoundException";
|
|
353
212
|
$fault: "client";
|
|
354
213
|
Message?: string;
|
|
355
214
|
}
|
|
356
215
|
export declare namespace CertificateNotFoundException {
|
|
357
|
-
|
|
358
|
-
* @internal
|
|
359
|
-
*/
|
|
216
|
+
|
|
360
217
|
const filterSensitiveLog: (obj: CertificateNotFoundException) => any;
|
|
361
218
|
}
|
|
362
|
-
|
|
363
|
-
* <p>Information about a health check.</p>
|
|
364
|
-
*/
|
|
219
|
+
|
|
365
220
|
export interface HealthCheck {
|
|
366
|
-
|
|
367
|
-
* <p>The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.</p>
|
|
368
|
-
* <p>TCP is the default, specified as a TCP: port pair, for example "TCP:5000". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.</p>
|
|
369
|
-
* <p>SSL is also specified as SSL: port pair, for example, SSL:5000.</p>
|
|
370
|
-
* <p>For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example "HTTP:80/weather/us/wa/seattle". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than "200 OK" within the timeout period is considered unhealthy.</p>
|
|
371
|
-
* <p>The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.</p>
|
|
372
|
-
*/
|
|
221
|
+
|
|
373
222
|
Target: string | undefined;
|
|
374
|
-
|
|
375
|
-
* <p>The approximate interval, in seconds, between health checks of an individual instance.</p>
|
|
376
|
-
*/
|
|
223
|
+
|
|
377
224
|
Interval: number | undefined;
|
|
378
|
-
|
|
379
|
-
* <p>The amount of time, in seconds, during which no response means a failed health check.</p>
|
|
380
|
-
* <p>This value must be less than the <code>Interval</code> value.</p>
|
|
381
|
-
*/
|
|
225
|
+
|
|
382
226
|
Timeout: number | undefined;
|
|
383
|
-
|
|
384
|
-
* <p>The number of consecutive health check failures required before moving the instance to the <code>Unhealthy</code> state.</p>
|
|
385
|
-
*/
|
|
227
|
+
|
|
386
228
|
UnhealthyThreshold: number | undefined;
|
|
387
|
-
|
|
388
|
-
* <p>The number of consecutive health checks successes required before moving the instance to the <code>Healthy</code> state.</p>
|
|
389
|
-
*/
|
|
229
|
+
|
|
390
230
|
HealthyThreshold: number | undefined;
|
|
391
231
|
}
|
|
392
232
|
export declare namespace HealthCheck {
|
|
393
|
-
|
|
394
|
-
* @internal
|
|
395
|
-
*/
|
|
233
|
+
|
|
396
234
|
const filterSensitiveLog: (obj: HealthCheck) => any;
|
|
397
235
|
}
|
|
398
|
-
|
|
399
|
-
* <p>Contains the parameters for ConfigureHealthCheck.</p>
|
|
400
|
-
*/
|
|
236
|
+
|
|
401
237
|
export interface ConfigureHealthCheckInput {
|
|
402
|
-
|
|
403
|
-
* <p>The name of the load balancer.</p>
|
|
404
|
-
*/
|
|
238
|
+
|
|
405
239
|
LoadBalancerName: string | undefined;
|
|
406
|
-
|
|
407
|
-
* <p>The configuration information.</p>
|
|
408
|
-
*/
|
|
240
|
+
|
|
409
241
|
HealthCheck: HealthCheck | undefined;
|
|
410
242
|
}
|
|
411
243
|
export declare namespace ConfigureHealthCheckInput {
|
|
412
|
-
|
|
413
|
-
* @internal
|
|
414
|
-
*/
|
|
244
|
+
|
|
415
245
|
const filterSensitiveLog: (obj: ConfigureHealthCheckInput) => any;
|
|
416
246
|
}
|
|
417
|
-
|
|
418
|
-
* <p>Contains the output of ConfigureHealthCheck.</p>
|
|
419
|
-
*/
|
|
247
|
+
|
|
420
248
|
export interface ConfigureHealthCheckOutput {
|
|
421
|
-
|
|
422
|
-
* <p>The updated health check.</p>
|
|
423
|
-
*/
|
|
249
|
+
|
|
424
250
|
HealthCheck?: HealthCheck;
|
|
425
251
|
}
|
|
426
252
|
export declare namespace ConfigureHealthCheckOutput {
|
|
427
|
-
|
|
428
|
-
* @internal
|
|
429
|
-
*/
|
|
253
|
+
|
|
430
254
|
const filterSensitiveLog: (obj: ConfigureHealthCheckOutput) => any;
|
|
431
255
|
}
|
|
432
|
-
|
|
433
|
-
* <p>Information about the <code>ConnectionDraining</code> attribute.</p>
|
|
434
|
-
*/
|
|
256
|
+
|
|
435
257
|
export interface ConnectionDraining {
|
|
436
|
-
|
|
437
|
-
* <p>Specifies whether connection draining is enabled for the load balancer.</p>
|
|
438
|
-
*/
|
|
258
|
+
|
|
439
259
|
Enabled: boolean | undefined;
|
|
440
|
-
|
|
441
|
-
* <p>The maximum time, in seconds, to keep the existing connections open before deregistering the instances.</p>
|
|
442
|
-
*/
|
|
260
|
+
|
|
443
261
|
Timeout?: number;
|
|
444
262
|
}
|
|
445
263
|
export declare namespace ConnectionDraining {
|
|
446
|
-
|
|
447
|
-
* @internal
|
|
448
|
-
*/
|
|
264
|
+
|
|
449
265
|
const filterSensitiveLog: (obj: ConnectionDraining) => any;
|
|
450
266
|
}
|
|
451
|
-
|
|
452
|
-
* <p>Information about the <code>ConnectionSettings</code> attribute.</p>
|
|
453
|
-
*/
|
|
267
|
+
|
|
454
268
|
export interface ConnectionSettings {
|
|
455
|
-
|
|
456
|
-
* <p>The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.</p>
|
|
457
|
-
*/
|
|
269
|
+
|
|
458
270
|
IdleTimeout: number | undefined;
|
|
459
271
|
}
|
|
460
272
|
export declare namespace ConnectionSettings {
|
|
461
|
-
|
|
462
|
-
* @internal
|
|
463
|
-
*/
|
|
273
|
+
|
|
464
274
|
const filterSensitiveLog: (obj: ConnectionSettings) => any;
|
|
465
275
|
}
|
|
466
|
-
|
|
467
|
-
* <p>Information about a listener.</p>
|
|
468
|
-
* <p>For information about the protocols and the ports supported by Elastic Load Balancing, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html">Listeners for Your Classic Load Balancer</a>
|
|
469
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
470
|
-
*/
|
|
276
|
+
|
|
471
277
|
export interface Listener {
|
|
472
|
-
|
|
473
|
-
* <p>The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.</p>
|
|
474
|
-
*/
|
|
278
|
+
|
|
475
279
|
Protocol: string | undefined;
|
|
476
|
-
|
|
477
|
-
* <p>The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.</p>
|
|
478
|
-
*/
|
|
280
|
+
|
|
479
281
|
LoadBalancerPort: number | undefined;
|
|
480
|
-
|
|
481
|
-
* <p>The protocol to use for routing traffic to instances: HTTP, HTTPS, TCP, or SSL.</p>
|
|
482
|
-
* <p>If the front-end protocol is TCP or SSL, the back-end protocol must be TCP or SSL.
|
|
483
|
-
* If the front-end protocol is HTTP or HTTPS, the back-end protocol must be HTTP or HTTPS.</p>
|
|
484
|
-
* <p>If there is another listener with the same <code>InstancePort</code> whose <code>InstanceProtocol</code> is secure,
|
|
485
|
-
* (HTTPS or SSL), the listener's <code>InstanceProtocol</code> must also be secure.</p>
|
|
486
|
-
* <p>If there is another listener with the same <code>InstancePort</code> whose <code>InstanceProtocol</code> is HTTP or TCP,
|
|
487
|
-
* the listener's <code>InstanceProtocol</code> must be HTTP or TCP.</p>
|
|
488
|
-
*/
|
|
282
|
+
|
|
489
283
|
InstanceProtocol?: string;
|
|
490
|
-
|
|
491
|
-
* <p>The port on which the instance is listening.</p>
|
|
492
|
-
*/
|
|
284
|
+
|
|
493
285
|
InstancePort: number | undefined;
|
|
494
|
-
|
|
495
|
-
* <p>The Amazon Resource Name (ARN) of the server certificate.</p>
|
|
496
|
-
*/
|
|
286
|
+
|
|
497
287
|
SSLCertificateId?: string;
|
|
498
288
|
}
|
|
499
289
|
export declare namespace Listener {
|
|
500
|
-
|
|
501
|
-
* @internal
|
|
502
|
-
*/
|
|
290
|
+
|
|
503
291
|
const filterSensitiveLog: (obj: Listener) => any;
|
|
504
292
|
}
|
|
505
|
-
|
|
506
|
-
* <p>Contains the parameters for CreateLoadBalancer.</p>
|
|
507
|
-
*/
|
|
293
|
+
|
|
508
294
|
export interface CreateAccessPointInput {
|
|
509
|
-
|
|
510
|
-
* <p>The name of the load balancer.</p>
|
|
511
|
-
* <p>This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.</p>
|
|
512
|
-
*/
|
|
295
|
+
|
|
513
296
|
LoadBalancerName: string | undefined;
|
|
514
|
-
|
|
515
|
-
* <p>The listeners.</p>
|
|
516
|
-
* <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>
|
|
517
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
518
|
-
*/
|
|
297
|
+
|
|
519
298
|
Listeners: Listener[] | undefined;
|
|
520
|
-
|
|
521
|
-
* <p>One or more Availability Zones from the same region as the load balancer.</p>
|
|
522
|
-
* <p>You must specify at least one Availability Zone.</p>
|
|
523
|
-
* <p>You can add more Availability Zones after you create the load balancer using
|
|
524
|
-
* <a>EnableAvailabilityZonesForLoadBalancer</a>.</p>
|
|
525
|
-
*/
|
|
299
|
+
|
|
526
300
|
AvailabilityZones?: string[];
|
|
527
|
-
|
|
528
|
-
* <p>The IDs of the subnets in your VPC to attach to the load balancer.
|
|
529
|
-
* Specify one subnet per Availability Zone specified in <code>AvailabilityZones</code>.</p>
|
|
530
|
-
*/
|
|
301
|
+
|
|
531
302
|
Subnets?: string[];
|
|
532
|
-
|
|
533
|
-
* <p>The IDs of the security groups to assign to the load balancer.</p>
|
|
534
|
-
*/
|
|
303
|
+
|
|
535
304
|
SecurityGroups?: string[];
|
|
536
|
-
|
|
537
|
-
* <p>The type of a load balancer. Valid only for load balancers in a VPC.</p>
|
|
538
|
-
* <p>By default, Elastic Load Balancing creates an Internet-facing load balancer with a DNS name that resolves to public IP addresses.
|
|
539
|
-
* For more information about Internet-facing and Internal load balancers, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html#load-balancer-scheme">Load Balancer Scheme</a>
|
|
540
|
-
* in the <i>Elastic Load Balancing User Guide</i>.</p>
|
|
541
|
-
* <p>Specify <code>internal</code> to create a load balancer with a DNS name that resolves to private IP addresses.</p>
|
|
542
|
-
*/
|
|
305
|
+
|
|
543
306
|
Scheme?: string;
|
|
544
|
-
|
|
545
|
-
* <p>A list of tags to assign to the load balancer.</p>
|
|
546
|
-
* <p>For more information about tagging your load balancer, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/add-remove-tags.html">Tag Your Classic Load Balancer</a>
|
|
547
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
548
|
-
*/
|
|
307
|
+
|
|
549
308
|
Tags?: Tag[];
|
|
550
309
|
}
|
|
551
310
|
export declare namespace CreateAccessPointInput {
|
|
552
|
-
|
|
553
|
-
* @internal
|
|
554
|
-
*/
|
|
311
|
+
|
|
555
312
|
const filterSensitiveLog: (obj: CreateAccessPointInput) => any;
|
|
556
313
|
}
|
|
557
|
-
|
|
558
|
-
* <p>Contains the output for CreateLoadBalancer.</p>
|
|
559
|
-
*/
|
|
314
|
+
|
|
560
315
|
export interface CreateAccessPointOutput {
|
|
561
|
-
|
|
562
|
-
* <p>The DNS name of the load balancer.</p>
|
|
563
|
-
*/
|
|
316
|
+
|
|
564
317
|
DNSName?: string;
|
|
565
318
|
}
|
|
566
319
|
export declare namespace CreateAccessPointOutput {
|
|
567
|
-
|
|
568
|
-
* @internal
|
|
569
|
-
*/
|
|
320
|
+
|
|
570
321
|
const filterSensitiveLog: (obj: CreateAccessPointOutput) => any;
|
|
571
322
|
}
|
|
572
|
-
|
|
573
|
-
* <p>Contains the parameters for CreateAppCookieStickinessPolicy.</p>
|
|
574
|
-
*/
|
|
323
|
+
|
|
575
324
|
export interface CreateAppCookieStickinessPolicyInput {
|
|
576
|
-
|
|
577
|
-
* <p>The name of the load balancer.</p>
|
|
578
|
-
*/
|
|
325
|
+
|
|
579
326
|
LoadBalancerName: string | undefined;
|
|
580
|
-
|
|
581
|
-
* <p>The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.</p>
|
|
582
|
-
*/
|
|
327
|
+
|
|
583
328
|
PolicyName: string | undefined;
|
|
584
|
-
|
|
585
|
-
* <p>The name of the application cookie used for stickiness.</p>
|
|
586
|
-
*/
|
|
329
|
+
|
|
587
330
|
CookieName: string | undefined;
|
|
588
331
|
}
|
|
589
332
|
export declare namespace CreateAppCookieStickinessPolicyInput {
|
|
590
|
-
|
|
591
|
-
* @internal
|
|
592
|
-
*/
|
|
333
|
+
|
|
593
334
|
const filterSensitiveLog: (obj: CreateAppCookieStickinessPolicyInput) => any;
|
|
594
335
|
}
|
|
595
|
-
|
|
596
|
-
* <p>Contains the output for CreateAppCookieStickinessPolicy.</p>
|
|
597
|
-
*/
|
|
336
|
+
|
|
598
337
|
export interface CreateAppCookieStickinessPolicyOutput {
|
|
599
338
|
}
|
|
600
339
|
export declare namespace CreateAppCookieStickinessPolicyOutput {
|
|
601
|
-
|
|
602
|
-
* @internal
|
|
603
|
-
*/
|
|
340
|
+
|
|
604
341
|
const filterSensitiveLog: (obj: CreateAppCookieStickinessPolicyOutput) => any;
|
|
605
342
|
}
|
|
606
|
-
|
|
607
|
-
* <p>A policy with the specified name already exists for this load balancer.</p>
|
|
608
|
-
*/
|
|
343
|
+
|
|
609
344
|
export interface DuplicatePolicyNameException extends __SmithyException, $MetadataBearer {
|
|
610
345
|
name: "DuplicatePolicyNameException";
|
|
611
346
|
$fault: "client";
|
|
612
347
|
Message?: string;
|
|
613
348
|
}
|
|
614
349
|
export declare namespace DuplicatePolicyNameException {
|
|
615
|
-
|
|
616
|
-
* @internal
|
|
617
|
-
*/
|
|
350
|
+
|
|
618
351
|
const filterSensitiveLog: (obj: DuplicatePolicyNameException) => any;
|
|
619
352
|
}
|
|
620
|
-
|
|
621
|
-
* <p>The quota for the number of policies for this load balancer has been reached.</p>
|
|
622
|
-
*/
|
|
353
|
+
|
|
623
354
|
export interface TooManyPoliciesException extends __SmithyException, $MetadataBearer {
|
|
624
355
|
name: "TooManyPoliciesException";
|
|
625
356
|
$fault: "client";
|
|
626
357
|
Message?: string;
|
|
627
358
|
}
|
|
628
359
|
export declare namespace TooManyPoliciesException {
|
|
629
|
-
|
|
630
|
-
* @internal
|
|
631
|
-
*/
|
|
360
|
+
|
|
632
361
|
const filterSensitiveLog: (obj: TooManyPoliciesException) => any;
|
|
633
362
|
}
|
|
634
|
-
|
|
635
|
-
* <p>Contains the parameters for CreateLBCookieStickinessPolicy.</p>
|
|
636
|
-
*/
|
|
363
|
+
|
|
637
364
|
export interface CreateLBCookieStickinessPolicyInput {
|
|
638
|
-
|
|
639
|
-
* <p>The name of the load balancer.</p>
|
|
640
|
-
*/
|
|
365
|
+
|
|
641
366
|
LoadBalancerName: string | undefined;
|
|
642
|
-
|
|
643
|
-
* <p>The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.</p>
|
|
644
|
-
*/
|
|
367
|
+
|
|
645
368
|
PolicyName: string | undefined;
|
|
646
|
-
|
|
647
|
-
* <p>The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.</p>
|
|
648
|
-
*/
|
|
369
|
+
|
|
649
370
|
CookieExpirationPeriod?: number;
|
|
650
371
|
}
|
|
651
372
|
export declare namespace CreateLBCookieStickinessPolicyInput {
|
|
652
|
-
|
|
653
|
-
* @internal
|
|
654
|
-
*/
|
|
373
|
+
|
|
655
374
|
const filterSensitiveLog: (obj: CreateLBCookieStickinessPolicyInput) => any;
|
|
656
375
|
}
|
|
657
|
-
|
|
658
|
-
* <p>Contains the output for CreateLBCookieStickinessPolicy.</p>
|
|
659
|
-
*/
|
|
376
|
+
|
|
660
377
|
export interface CreateLBCookieStickinessPolicyOutput {
|
|
661
378
|
}
|
|
662
379
|
export declare namespace CreateLBCookieStickinessPolicyOutput {
|
|
663
|
-
|
|
664
|
-
* @internal
|
|
665
|
-
*/
|
|
380
|
+
|
|
666
381
|
const filterSensitiveLog: (obj: CreateLBCookieStickinessPolicyOutput) => any;
|
|
667
382
|
}
|
|
668
|
-
|
|
669
|
-
* <p>The specified load balancer name already exists for this account.</p>
|
|
670
|
-
*/
|
|
383
|
+
|
|
671
384
|
export interface DuplicateAccessPointNameException extends __SmithyException, $MetadataBearer {
|
|
672
385
|
name: "DuplicateAccessPointNameException";
|
|
673
386
|
$fault: "client";
|
|
674
387
|
Message?: string;
|
|
675
388
|
}
|
|
676
389
|
export declare namespace DuplicateAccessPointNameException {
|
|
677
|
-
|
|
678
|
-
* @internal
|
|
679
|
-
*/
|
|
390
|
+
|
|
680
391
|
const filterSensitiveLog: (obj: DuplicateAccessPointNameException) => any;
|
|
681
392
|
}
|
|
682
|
-
|
|
683
|
-
* <p>The specified value for the schema is not valid. You can only specify a scheme for load balancers in a VPC.</p>
|
|
684
|
-
*/
|
|
393
|
+
|
|
685
394
|
export interface InvalidSchemeException extends __SmithyException, $MetadataBearer {
|
|
686
395
|
name: "InvalidSchemeException";
|
|
687
396
|
$fault: "client";
|
|
688
397
|
Message?: string;
|
|
689
398
|
}
|
|
690
399
|
export declare namespace InvalidSchemeException {
|
|
691
|
-
|
|
692
|
-
* @internal
|
|
693
|
-
*/
|
|
400
|
+
|
|
694
401
|
const filterSensitiveLog: (obj: InvalidSchemeException) => any;
|
|
695
402
|
}
|
|
696
|
-
|
|
697
|
-
* <p>This operation is not allowed.</p>
|
|
698
|
-
*/
|
|
403
|
+
|
|
699
404
|
export interface OperationNotPermittedException extends __SmithyException, $MetadataBearer {
|
|
700
405
|
name: "OperationNotPermittedException";
|
|
701
406
|
$fault: "client";
|
|
702
407
|
Message?: string;
|
|
703
408
|
}
|
|
704
409
|
export declare namespace OperationNotPermittedException {
|
|
705
|
-
|
|
706
|
-
* @internal
|
|
707
|
-
*/
|
|
410
|
+
|
|
708
411
|
const filterSensitiveLog: (obj: OperationNotPermittedException) => any;
|
|
709
412
|
}
|
|
710
|
-
|
|
711
|
-
* <p>The quota for the number of load balancers has been reached.</p>
|
|
712
|
-
*/
|
|
413
|
+
|
|
713
414
|
export interface TooManyAccessPointsException extends __SmithyException, $MetadataBearer {
|
|
714
415
|
name: "TooManyAccessPointsException";
|
|
715
416
|
$fault: "client";
|
|
716
417
|
Message?: string;
|
|
717
418
|
}
|
|
718
419
|
export declare namespace TooManyAccessPointsException {
|
|
719
|
-
|
|
720
|
-
* @internal
|
|
721
|
-
*/
|
|
420
|
+
|
|
722
421
|
const filterSensitiveLog: (obj: TooManyAccessPointsException) => any;
|
|
723
422
|
}
|
|
724
|
-
|
|
725
|
-
* <p>The specified protocol or signature version is not supported.</p>
|
|
726
|
-
*/
|
|
423
|
+
|
|
727
424
|
export interface UnsupportedProtocolException extends __SmithyException, $MetadataBearer {
|
|
728
425
|
name: "UnsupportedProtocolException";
|
|
729
426
|
$fault: "client";
|
|
730
427
|
Message?: string;
|
|
731
428
|
}
|
|
732
429
|
export declare namespace UnsupportedProtocolException {
|
|
733
|
-
|
|
734
|
-
* @internal
|
|
735
|
-
*/
|
|
430
|
+
|
|
736
431
|
const filterSensitiveLog: (obj: UnsupportedProtocolException) => any;
|
|
737
432
|
}
|
|
738
|
-
|
|
739
|
-
* <p>Contains the parameters for CreateLoadBalancerListeners.</p>
|
|
740
|
-
*/
|
|
433
|
+
|
|
741
434
|
export interface CreateLoadBalancerListenerInput {
|
|
742
|
-
|
|
743
|
-
* <p>The name of the load balancer.</p>
|
|
744
|
-
*/
|
|
435
|
+
|
|
745
436
|
LoadBalancerName: string | undefined;
|
|
746
|
-
|
|
747
|
-
* <p>The listeners.</p>
|
|
748
|
-
*/
|
|
437
|
+
|
|
749
438
|
Listeners: Listener[] | undefined;
|
|
750
439
|
}
|
|
751
440
|
export declare namespace CreateLoadBalancerListenerInput {
|
|
752
|
-
|
|
753
|
-
* @internal
|
|
754
|
-
*/
|
|
441
|
+
|
|
755
442
|
const filterSensitiveLog: (obj: CreateLoadBalancerListenerInput) => any;
|
|
756
443
|
}
|
|
757
|
-
|
|
758
|
-
* <p>Contains the parameters for CreateLoadBalancerListener.</p>
|
|
759
|
-
*/
|
|
444
|
+
|
|
760
445
|
export interface CreateLoadBalancerListenerOutput {
|
|
761
446
|
}
|
|
762
447
|
export declare namespace CreateLoadBalancerListenerOutput {
|
|
763
|
-
|
|
764
|
-
* @internal
|
|
765
|
-
*/
|
|
448
|
+
|
|
766
449
|
const filterSensitiveLog: (obj: CreateLoadBalancerListenerOutput) => any;
|
|
767
450
|
}
|
|
768
|
-
|
|
769
|
-
* <p>A listener already exists for the specified load balancer name and port, but with a different instance port, protocol, or SSL certificate.</p>
|
|
770
|
-
*/
|
|
451
|
+
|
|
771
452
|
export interface DuplicateListenerException extends __SmithyException, $MetadataBearer {
|
|
772
453
|
name: "DuplicateListenerException";
|
|
773
454
|
$fault: "client";
|
|
774
455
|
Message?: string;
|
|
775
456
|
}
|
|
776
457
|
export declare namespace DuplicateListenerException {
|
|
777
|
-
|
|
778
|
-
* @internal
|
|
779
|
-
*/
|
|
458
|
+
|
|
780
459
|
const filterSensitiveLog: (obj: DuplicateListenerException) => any;
|
|
781
460
|
}
|
|
782
|
-
|
|
783
|
-
* <p>Information about a policy attribute.</p>
|
|
784
|
-
*/
|
|
461
|
+
|
|
785
462
|
export interface PolicyAttribute {
|
|
786
|
-
|
|
787
|
-
* <p>The name of the attribute.</p>
|
|
788
|
-
*/
|
|
463
|
+
|
|
789
464
|
AttributeName?: string;
|
|
790
|
-
|
|
791
|
-
* <p>The value of the attribute.</p>
|
|
792
|
-
*/
|
|
465
|
+
|
|
793
466
|
AttributeValue?: string;
|
|
794
467
|
}
|
|
795
468
|
export declare namespace PolicyAttribute {
|
|
796
|
-
|
|
797
|
-
* @internal
|
|
798
|
-
*/
|
|
469
|
+
|
|
799
470
|
const filterSensitiveLog: (obj: PolicyAttribute) => any;
|
|
800
471
|
}
|
|
801
|
-
|
|
802
|
-
* <p>Contains the parameters for CreateLoadBalancerPolicy.</p>
|
|
803
|
-
*/
|
|
472
|
+
|
|
804
473
|
export interface CreateLoadBalancerPolicyInput {
|
|
805
|
-
|
|
806
|
-
* <p>The name of the load balancer.</p>
|
|
807
|
-
*/
|
|
474
|
+
|
|
808
475
|
LoadBalancerName: string | undefined;
|
|
809
|
-
|
|
810
|
-
* <p>The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.</p>
|
|
811
|
-
*/
|
|
476
|
+
|
|
812
477
|
PolicyName: string | undefined;
|
|
813
|
-
|
|
814
|
-
* <p>The name of the base policy type.
|
|
815
|
-
* To get the list of policy types, use <a>DescribeLoadBalancerPolicyTypes</a>.</p>
|
|
816
|
-
*/
|
|
478
|
+
|
|
817
479
|
PolicyTypeName: string | undefined;
|
|
818
|
-
|
|
819
|
-
* <p>The policy attributes.</p>
|
|
820
|
-
*/
|
|
480
|
+
|
|
821
481
|
PolicyAttributes?: PolicyAttribute[];
|
|
822
482
|
}
|
|
823
483
|
export declare namespace CreateLoadBalancerPolicyInput {
|
|
824
|
-
|
|
825
|
-
* @internal
|
|
826
|
-
*/
|
|
484
|
+
|
|
827
485
|
const filterSensitiveLog: (obj: CreateLoadBalancerPolicyInput) => any;
|
|
828
486
|
}
|
|
829
|
-
|
|
830
|
-
* <p>Contains the output of CreateLoadBalancerPolicy.</p>
|
|
831
|
-
*/
|
|
487
|
+
|
|
832
488
|
export interface CreateLoadBalancerPolicyOutput {
|
|
833
489
|
}
|
|
834
490
|
export declare namespace CreateLoadBalancerPolicyOutput {
|
|
835
|
-
|
|
836
|
-
* @internal
|
|
837
|
-
*/
|
|
491
|
+
|
|
838
492
|
const filterSensitiveLog: (obj: CreateLoadBalancerPolicyOutput) => any;
|
|
839
493
|
}
|
|
840
|
-
|
|
841
|
-
* <p>One or more of the specified policy types do not exist.</p>
|
|
842
|
-
*/
|
|
494
|
+
|
|
843
495
|
export interface PolicyTypeNotFoundException extends __SmithyException, $MetadataBearer {
|
|
844
496
|
name: "PolicyTypeNotFoundException";
|
|
845
497
|
$fault: "client";
|
|
846
498
|
Message?: string;
|
|
847
499
|
}
|
|
848
500
|
export declare namespace PolicyTypeNotFoundException {
|
|
849
|
-
|
|
850
|
-
* @internal
|
|
851
|
-
*/
|
|
501
|
+
|
|
852
502
|
const filterSensitiveLog: (obj: PolicyTypeNotFoundException) => any;
|
|
853
503
|
}
|
|
854
|
-
|
|
855
|
-
* <p>Information about the <code>CrossZoneLoadBalancing</code> attribute.</p>
|
|
856
|
-
*/
|
|
504
|
+
|
|
857
505
|
export interface CrossZoneLoadBalancing {
|
|
858
|
-
|
|
859
|
-
* <p>Specifies whether cross-zone load balancing is enabled for the load balancer.</p>
|
|
860
|
-
*/
|
|
506
|
+
|
|
861
507
|
Enabled: boolean | undefined;
|
|
862
508
|
}
|
|
863
509
|
export declare namespace CrossZoneLoadBalancing {
|
|
864
|
-
|
|
865
|
-
* @internal
|
|
866
|
-
*/
|
|
510
|
+
|
|
867
511
|
const filterSensitiveLog: (obj: CrossZoneLoadBalancing) => any;
|
|
868
512
|
}
|
|
869
|
-
|
|
870
|
-
* <p>Contains the parameters for DeleteLoadBalancer.</p>
|
|
871
|
-
*/
|
|
513
|
+
|
|
872
514
|
export interface DeleteAccessPointInput {
|
|
873
|
-
|
|
874
|
-
* <p>The name of the load balancer.</p>
|
|
875
|
-
*/
|
|
515
|
+
|
|
876
516
|
LoadBalancerName: string | undefined;
|
|
877
517
|
}
|
|
878
518
|
export declare namespace DeleteAccessPointInput {
|
|
879
|
-
|
|
880
|
-
* @internal
|
|
881
|
-
*/
|
|
519
|
+
|
|
882
520
|
const filterSensitiveLog: (obj: DeleteAccessPointInput) => any;
|
|
883
521
|
}
|
|
884
|
-
|
|
885
|
-
* <p>Contains the output of DeleteLoadBalancer.</p>
|
|
886
|
-
*/
|
|
522
|
+
|
|
887
523
|
export interface DeleteAccessPointOutput {
|
|
888
524
|
}
|
|
889
525
|
export declare namespace DeleteAccessPointOutput {
|
|
890
|
-
|
|
891
|
-
* @internal
|
|
892
|
-
*/
|
|
526
|
+
|
|
893
527
|
const filterSensitiveLog: (obj: DeleteAccessPointOutput) => any;
|
|
894
528
|
}
|
|
895
|
-
|
|
896
|
-
* <p>Contains the parameters for DeleteLoadBalancerListeners.</p>
|
|
897
|
-
*/
|
|
529
|
+
|
|
898
530
|
export interface DeleteLoadBalancerListenerInput {
|
|
899
|
-
|
|
900
|
-
* <p>The name of the load balancer.</p>
|
|
901
|
-
*/
|
|
531
|
+
|
|
902
532
|
LoadBalancerName: string | undefined;
|
|
903
|
-
|
|
904
|
-
* <p>The client port numbers of the listeners.</p>
|
|
905
|
-
*/
|
|
533
|
+
|
|
906
534
|
LoadBalancerPorts: number[] | undefined;
|
|
907
535
|
}
|
|
908
536
|
export declare namespace DeleteLoadBalancerListenerInput {
|
|
909
|
-
|
|
910
|
-
* @internal
|
|
911
|
-
*/
|
|
537
|
+
|
|
912
538
|
const filterSensitiveLog: (obj: DeleteLoadBalancerListenerInput) => any;
|
|
913
539
|
}
|
|
914
|
-
|
|
915
|
-
* <p>Contains the output of DeleteLoadBalancerListeners.</p>
|
|
916
|
-
*/
|
|
540
|
+
|
|
917
541
|
export interface DeleteLoadBalancerListenerOutput {
|
|
918
542
|
}
|
|
919
543
|
export declare namespace DeleteLoadBalancerListenerOutput {
|
|
920
|
-
|
|
921
|
-
* @internal
|
|
922
|
-
*/
|
|
544
|
+
|
|
923
545
|
const filterSensitiveLog: (obj: DeleteLoadBalancerListenerOutput) => any;
|
|
924
546
|
}
|
|
925
|
-
|
|
926
|
-
* <p>Contains the parameters for DeleteLoadBalancerPolicy.</p>
|
|
927
|
-
*/
|
|
547
|
+
|
|
928
548
|
export interface DeleteLoadBalancerPolicyInput {
|
|
929
|
-
|
|
930
|
-
* <p>The name of the load balancer.</p>
|
|
931
|
-
*/
|
|
549
|
+
|
|
932
550
|
LoadBalancerName: string | undefined;
|
|
933
|
-
|
|
934
|
-
* <p>The name of the policy.</p>
|
|
935
|
-
*/
|
|
551
|
+
|
|
936
552
|
PolicyName: string | undefined;
|
|
937
553
|
}
|
|
938
554
|
export declare namespace DeleteLoadBalancerPolicyInput {
|
|
939
|
-
|
|
940
|
-
* @internal
|
|
941
|
-
*/
|
|
555
|
+
|
|
942
556
|
const filterSensitiveLog: (obj: DeleteLoadBalancerPolicyInput) => any;
|
|
943
557
|
}
|
|
944
|
-
|
|
945
|
-
* <p>Contains the output of DeleteLoadBalancerPolicy.</p>
|
|
946
|
-
*/
|
|
558
|
+
|
|
947
559
|
export interface DeleteLoadBalancerPolicyOutput {
|
|
948
560
|
}
|
|
949
561
|
export declare namespace DeleteLoadBalancerPolicyOutput {
|
|
950
|
-
|
|
951
|
-
* @internal
|
|
952
|
-
*/
|
|
562
|
+
|
|
953
563
|
const filterSensitiveLog: (obj: DeleteLoadBalancerPolicyOutput) => any;
|
|
954
564
|
}
|
|
955
|
-
|
|
956
|
-
* <p>A request made by Elastic Load Balancing to another service exceeds the maximum request rate permitted for your account.</p>
|
|
957
|
-
*/
|
|
565
|
+
|
|
958
566
|
export interface DependencyThrottleException extends __SmithyException, $MetadataBearer {
|
|
959
567
|
name: "DependencyThrottleException";
|
|
960
568
|
$fault: "client";
|
|
961
569
|
Message?: string;
|
|
962
570
|
}
|
|
963
571
|
export declare namespace DependencyThrottleException {
|
|
964
|
-
|
|
965
|
-
* @internal
|
|
966
|
-
*/
|
|
572
|
+
|
|
967
573
|
const filterSensitiveLog: (obj: DependencyThrottleException) => any;
|
|
968
574
|
}
|
|
969
|
-
|
|
970
|
-
* <p>The ID of an EC2 instance.</p>
|
|
971
|
-
*/
|
|
575
|
+
|
|
972
576
|
export interface Instance {
|
|
973
|
-
|
|
974
|
-
* <p>The instance ID.</p>
|
|
975
|
-
*/
|
|
577
|
+
|
|
976
578
|
InstanceId?: string;
|
|
977
579
|
}
|
|
978
580
|
export declare namespace Instance {
|
|
979
|
-
|
|
980
|
-
* @internal
|
|
981
|
-
*/
|
|
581
|
+
|
|
982
582
|
const filterSensitiveLog: (obj: Instance) => any;
|
|
983
583
|
}
|
|
984
|
-
|
|
985
|
-
* <p>Contains the parameters for DeregisterInstancesFromLoadBalancer.</p>
|
|
986
|
-
*/
|
|
584
|
+
|
|
987
585
|
export interface DeregisterEndPointsInput {
|
|
988
|
-
|
|
989
|
-
* <p>The name of the load balancer.</p>
|
|
990
|
-
*/
|
|
586
|
+
|
|
991
587
|
LoadBalancerName: string | undefined;
|
|
992
|
-
|
|
993
|
-
* <p>The IDs of the instances.</p>
|
|
994
|
-
*/
|
|
588
|
+
|
|
995
589
|
Instances: Instance[] | undefined;
|
|
996
590
|
}
|
|
997
591
|
export declare namespace DeregisterEndPointsInput {
|
|
998
|
-
|
|
999
|
-
* @internal
|
|
1000
|
-
*/
|
|
592
|
+
|
|
1001
593
|
const filterSensitiveLog: (obj: DeregisterEndPointsInput) => any;
|
|
1002
594
|
}
|
|
1003
|
-
|
|
1004
|
-
* <p>Contains the output of DeregisterInstancesFromLoadBalancer.</p>
|
|
1005
|
-
*/
|
|
595
|
+
|
|
1006
596
|
export interface DeregisterEndPointsOutput {
|
|
1007
|
-
|
|
1008
|
-
* <p>The remaining instances registered with the load balancer.</p>
|
|
1009
|
-
*/
|
|
597
|
+
|
|
1010
598
|
Instances?: Instance[];
|
|
1011
599
|
}
|
|
1012
600
|
export declare namespace DeregisterEndPointsOutput {
|
|
1013
|
-
|
|
1014
|
-
* @internal
|
|
1015
|
-
*/
|
|
601
|
+
|
|
1016
602
|
const filterSensitiveLog: (obj: DeregisterEndPointsOutput) => any;
|
|
1017
603
|
}
|
|
1018
|
-
|
|
1019
|
-
* <p>The specified endpoint is not valid.</p>
|
|
1020
|
-
*/
|
|
604
|
+
|
|
1021
605
|
export interface InvalidEndPointException extends __SmithyException, $MetadataBearer {
|
|
1022
606
|
name: "InvalidEndPointException";
|
|
1023
607
|
$fault: "client";
|
|
1024
608
|
Message?: string;
|
|
1025
609
|
}
|
|
1026
610
|
export declare namespace InvalidEndPointException {
|
|
1027
|
-
|
|
1028
|
-
* @internal
|
|
1029
|
-
*/
|
|
611
|
+
|
|
1030
612
|
const filterSensitiveLog: (obj: InvalidEndPointException) => any;
|
|
1031
613
|
}
|
|
1032
|
-
|
|
1033
|
-
* <p>Contains the parameters for DescribeLoadBalancers.</p>
|
|
1034
|
-
*/
|
|
614
|
+
|
|
1035
615
|
export interface DescribeAccessPointsInput {
|
|
1036
|
-
|
|
1037
|
-
* <p>The names of the load balancers.</p>
|
|
1038
|
-
*/
|
|
616
|
+
|
|
1039
617
|
LoadBalancerNames?: string[];
|
|
1040
|
-
|
|
1041
|
-
* <p>The marker for the next set of results. (You received this marker from a previous call.)</p>
|
|
1042
|
-
*/
|
|
618
|
+
|
|
1043
619
|
Marker?: string;
|
|
1044
|
-
|
|
1045
|
-
* <p>The maximum number of results to return with this call (a number from 1 to 400). The default is 400.</p>
|
|
1046
|
-
*/
|
|
620
|
+
|
|
1047
621
|
PageSize?: number;
|
|
1048
622
|
}
|
|
1049
623
|
export declare namespace DescribeAccessPointsInput {
|
|
1050
|
-
|
|
1051
|
-
* @internal
|
|
1052
|
-
*/
|
|
624
|
+
|
|
1053
625
|
const filterSensitiveLog: (obj: DescribeAccessPointsInput) => any;
|
|
1054
626
|
}
|
|
1055
|
-
|
|
1056
|
-
* <p>The policies enabled for a listener.</p>
|
|
1057
|
-
*/
|
|
627
|
+
|
|
1058
628
|
export interface ListenerDescription {
|
|
1059
|
-
|
|
1060
|
-
* <p>The listener.</p>
|
|
1061
|
-
*/
|
|
629
|
+
|
|
1062
630
|
Listener?: Listener;
|
|
1063
|
-
|
|
1064
|
-
* <p>The policies. If there are no policies enabled, the list is empty.</p>
|
|
1065
|
-
*/
|
|
631
|
+
|
|
1066
632
|
PolicyNames?: string[];
|
|
1067
633
|
}
|
|
1068
634
|
export declare namespace ListenerDescription {
|
|
1069
|
-
|
|
1070
|
-
* @internal
|
|
1071
|
-
*/
|
|
635
|
+
|
|
1072
636
|
const filterSensitiveLog: (obj: ListenerDescription) => any;
|
|
1073
637
|
}
|
|
1074
|
-
|
|
1075
|
-
* <p>Information about a policy for duration-based session stickiness.</p>
|
|
1076
|
-
*/
|
|
638
|
+
|
|
1077
639
|
export interface LBCookieStickinessPolicy {
|
|
1078
|
-
|
|
1079
|
-
* <p>The name of the policy. This name must be unique within the set of policies for this load balancer.</p>
|
|
1080
|
-
*/
|
|
640
|
+
|
|
1081
641
|
PolicyName?: string;
|
|
1082
|
-
|
|
1083
|
-
* <p>The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.</p>
|
|
1084
|
-
*/
|
|
642
|
+
|
|
1085
643
|
CookieExpirationPeriod?: number;
|
|
1086
644
|
}
|
|
1087
645
|
export declare namespace LBCookieStickinessPolicy {
|
|
1088
|
-
|
|
1089
|
-
* @internal
|
|
1090
|
-
*/
|
|
646
|
+
|
|
1091
647
|
const filterSensitiveLog: (obj: LBCookieStickinessPolicy) => any;
|
|
1092
648
|
}
|
|
1093
|
-
|
|
1094
|
-
* <p>The policies for a load balancer.</p>
|
|
1095
|
-
*/
|
|
649
|
+
|
|
1096
650
|
export interface Policies {
|
|
1097
|
-
|
|
1098
|
-
* <p>The stickiness policies created using <a>CreateAppCookieStickinessPolicy</a>.</p>
|
|
1099
|
-
*/
|
|
651
|
+
|
|
1100
652
|
AppCookieStickinessPolicies?: AppCookieStickinessPolicy[];
|
|
1101
|
-
|
|
1102
|
-
* <p>The stickiness policies created using <a>CreateLBCookieStickinessPolicy</a>.</p>
|
|
1103
|
-
*/
|
|
653
|
+
|
|
1104
654
|
LBCookieStickinessPolicies?: LBCookieStickinessPolicy[];
|
|
1105
|
-
|
|
1106
|
-
* <p>The policies other than the stickiness policies.</p>
|
|
1107
|
-
*/
|
|
655
|
+
|
|
1108
656
|
OtherPolicies?: string[];
|
|
1109
657
|
}
|
|
1110
658
|
export declare namespace Policies {
|
|
1111
|
-
|
|
1112
|
-
* @internal
|
|
1113
|
-
*/
|
|
659
|
+
|
|
1114
660
|
const filterSensitiveLog: (obj: Policies) => any;
|
|
1115
661
|
}
|
|
1116
|
-
|
|
1117
|
-
* <p>Information about a source security group.</p>
|
|
1118
|
-
*/
|
|
662
|
+
|
|
1119
663
|
export interface SourceSecurityGroup {
|
|
1120
|
-
|
|
1121
|
-
* <p>The owner of the security group.</p>
|
|
1122
|
-
*/
|
|
664
|
+
|
|
1123
665
|
OwnerAlias?: string;
|
|
1124
|
-
|
|
1125
|
-
* <p>The name of the security group.</p>
|
|
1126
|
-
*/
|
|
666
|
+
|
|
1127
667
|
GroupName?: string;
|
|
1128
668
|
}
|
|
1129
669
|
export declare namespace SourceSecurityGroup {
|
|
1130
|
-
|
|
1131
|
-
* @internal
|
|
1132
|
-
*/
|
|
670
|
+
|
|
1133
671
|
const filterSensitiveLog: (obj: SourceSecurityGroup) => any;
|
|
1134
672
|
}
|
|
1135
|
-
|
|
1136
|
-
* <p>Information about a load balancer.</p>
|
|
1137
|
-
*/
|
|
673
|
+
|
|
1138
674
|
export interface LoadBalancerDescription {
|
|
1139
|
-
|
|
1140
|
-
* <p>The name of the load balancer.</p>
|
|
1141
|
-
*/
|
|
675
|
+
|
|
1142
676
|
LoadBalancerName?: string;
|
|
1143
|
-
|
|
1144
|
-
* <p>The DNS name of the load balancer.</p>
|
|
1145
|
-
*/
|
|
677
|
+
|
|
1146
678
|
DNSName?: string;
|
|
1147
|
-
|
|
1148
|
-
* <p>The DNS name of the load balancer.</p>
|
|
1149
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/using-domain-names-with-elb.html">Configure a Custom Domain Name</a>
|
|
1150
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
1151
|
-
*/
|
|
679
|
+
|
|
1152
680
|
CanonicalHostedZoneName?: string;
|
|
1153
|
-
|
|
1154
|
-
* <p>The ID of the Amazon Route 53 hosted zone for the load balancer.</p>
|
|
1155
|
-
*/
|
|
681
|
+
|
|
1156
682
|
CanonicalHostedZoneNameID?: string;
|
|
1157
|
-
|
|
1158
|
-
* <p>The listeners for the load balancer.</p>
|
|
1159
|
-
*/
|
|
683
|
+
|
|
1160
684
|
ListenerDescriptions?: ListenerDescription[];
|
|
1161
|
-
|
|
1162
|
-
* <p>The policies defined for the load balancer.</p>
|
|
1163
|
-
*/
|
|
685
|
+
|
|
1164
686
|
Policies?: Policies;
|
|
1165
|
-
|
|
1166
|
-
* <p>Information about your EC2 instances.</p>
|
|
1167
|
-
*/
|
|
687
|
+
|
|
1168
688
|
BackendServerDescriptions?: BackendServerDescription[];
|
|
1169
|
-
|
|
1170
|
-
* <p>The Availability Zones for the load balancer.</p>
|
|
1171
|
-
*/
|
|
689
|
+
|
|
1172
690
|
AvailabilityZones?: string[];
|
|
1173
|
-
|
|
1174
|
-
* <p>The IDs of the subnets for the load balancer.</p>
|
|
1175
|
-
*/
|
|
691
|
+
|
|
1176
692
|
Subnets?: string[];
|
|
1177
|
-
|
|
1178
|
-
* <p>The ID of the VPC for the load balancer.</p>
|
|
1179
|
-
*/
|
|
693
|
+
|
|
1180
694
|
VPCId?: string;
|
|
1181
|
-
|
|
1182
|
-
* <p>The IDs of the instances for the load balancer.</p>
|
|
1183
|
-
*/
|
|
695
|
+
|
|
1184
696
|
Instances?: Instance[];
|
|
1185
|
-
|
|
1186
|
-
* <p>Information about the health checks conducted on the load balancer.</p>
|
|
1187
|
-
*/
|
|
697
|
+
|
|
1188
698
|
HealthCheck?: HealthCheck;
|
|
1189
|
-
|
|
1190
|
-
* <p>The security group for the load balancer, which you can use as part of your inbound rules for your registered instances.
|
|
1191
|
-
* To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.</p>
|
|
1192
|
-
*/
|
|
699
|
+
|
|
1193
700
|
SourceSecurityGroup?: SourceSecurityGroup;
|
|
1194
|
-
|
|
1195
|
-
* <p>The security groups for the load balancer. Valid only for load balancers in a VPC.</p>
|
|
1196
|
-
*/
|
|
701
|
+
|
|
1197
702
|
SecurityGroups?: string[];
|
|
1198
|
-
|
|
1199
|
-
* <p>The date and time the load balancer was created.</p>
|
|
1200
|
-
*/
|
|
703
|
+
|
|
1201
704
|
CreatedTime?: Date;
|
|
1202
|
-
|
|
1203
|
-
* <p>The type of load balancer. Valid only for load balancers in a VPC.</p>
|
|
1204
|
-
* <p>If <code>Scheme</code> is <code>internet-facing</code>, the load balancer
|
|
1205
|
-
* has a public DNS name that resolves to a public IP address.</p>
|
|
1206
|
-
* <p>If <code>Scheme</code> is <code>internal</code>, the load balancer has a public
|
|
1207
|
-
* DNS name that resolves to a private IP address.</p>
|
|
1208
|
-
*/
|
|
705
|
+
|
|
1209
706
|
Scheme?: string;
|
|
1210
707
|
}
|
|
1211
708
|
export declare namespace LoadBalancerDescription {
|
|
1212
|
-
|
|
1213
|
-
* @internal
|
|
1214
|
-
*/
|
|
709
|
+
|
|
1215
710
|
const filterSensitiveLog: (obj: LoadBalancerDescription) => any;
|
|
1216
711
|
}
|
|
1217
|
-
|
|
1218
|
-
* <p>Contains the parameters for DescribeLoadBalancers.</p>
|
|
1219
|
-
*/
|
|
712
|
+
|
|
1220
713
|
export interface DescribeAccessPointsOutput {
|
|
1221
|
-
|
|
1222
|
-
* <p>Information about the load balancers.</p>
|
|
1223
|
-
*/
|
|
714
|
+
|
|
1224
715
|
LoadBalancerDescriptions?: LoadBalancerDescription[];
|
|
1225
|
-
|
|
1226
|
-
* <p>The marker to use when requesting the next set of results. If there are no additional results, the string is empty.</p>
|
|
1227
|
-
*/
|
|
716
|
+
|
|
1228
717
|
NextMarker?: string;
|
|
1229
718
|
}
|
|
1230
719
|
export declare namespace DescribeAccessPointsOutput {
|
|
1231
|
-
|
|
1232
|
-
* @internal
|
|
1233
|
-
*/
|
|
720
|
+
|
|
1234
721
|
const filterSensitiveLog: (obj: DescribeAccessPointsOutput) => any;
|
|
1235
722
|
}
|
|
1236
723
|
export interface DescribeAccountLimitsInput {
|
|
1237
|
-
|
|
1238
|
-
* <p>The marker for the next set of results. (You received this marker from a previous call.)</p>
|
|
1239
|
-
*/
|
|
724
|
+
|
|
1240
725
|
Marker?: string;
|
|
1241
|
-
|
|
1242
|
-
* <p>The maximum number of results to return with this call.</p>
|
|
1243
|
-
*/
|
|
726
|
+
|
|
1244
727
|
PageSize?: number;
|
|
1245
728
|
}
|
|
1246
729
|
export declare namespace DescribeAccountLimitsInput {
|
|
1247
|
-
|
|
1248
|
-
* @internal
|
|
1249
|
-
*/
|
|
730
|
+
|
|
1250
731
|
const filterSensitiveLog: (obj: DescribeAccountLimitsInput) => any;
|
|
1251
732
|
}
|
|
1252
|
-
|
|
1253
|
-
* <p>Information about an Elastic Load Balancing resource limit for your AWS account.</p>
|
|
1254
|
-
*/
|
|
733
|
+
|
|
1255
734
|
export interface Limit {
|
|
1256
|
-
|
|
1257
|
-
* <p>The name of the limit. The possible values are:</p>
|
|
1258
|
-
* <ul>
|
|
1259
|
-
* <li>
|
|
1260
|
-
* <p>classic-listeners</p>
|
|
1261
|
-
* </li>
|
|
1262
|
-
* <li>
|
|
1263
|
-
* <p>classic-load-balancers</p>
|
|
1264
|
-
* </li>
|
|
1265
|
-
* <li>
|
|
1266
|
-
* <p>classic-registered-instances</p>
|
|
1267
|
-
* </li>
|
|
1268
|
-
* </ul>
|
|
1269
|
-
*/
|
|
735
|
+
|
|
1270
736
|
Name?: string;
|
|
1271
|
-
|
|
1272
|
-
* <p>The maximum value of the limit.</p>
|
|
1273
|
-
*/
|
|
737
|
+
|
|
1274
738
|
Max?: string;
|
|
1275
739
|
}
|
|
1276
740
|
export declare namespace Limit {
|
|
1277
|
-
|
|
1278
|
-
* @internal
|
|
1279
|
-
*/
|
|
741
|
+
|
|
1280
742
|
const filterSensitiveLog: (obj: Limit) => any;
|
|
1281
743
|
}
|
|
1282
744
|
export interface DescribeAccountLimitsOutput {
|
|
1283
|
-
|
|
1284
|
-
* <p>Information about the limits.</p>
|
|
1285
|
-
*/
|
|
745
|
+
|
|
1286
746
|
Limits?: Limit[];
|
|
1287
|
-
|
|
1288
|
-
* <p>The marker to use when requesting the next set of results. If there are no additional results, the string is empty.</p>
|
|
1289
|
-
*/
|
|
747
|
+
|
|
1290
748
|
NextMarker?: string;
|
|
1291
749
|
}
|
|
1292
750
|
export declare namespace DescribeAccountLimitsOutput {
|
|
1293
|
-
|
|
1294
|
-
* @internal
|
|
1295
|
-
*/
|
|
751
|
+
|
|
1296
752
|
const filterSensitiveLog: (obj: DescribeAccountLimitsOutput) => any;
|
|
1297
753
|
}
|
|
1298
|
-
|
|
1299
|
-
* <p>Contains the parameters for DescribeInstanceHealth.</p>
|
|
1300
|
-
*/
|
|
754
|
+
|
|
1301
755
|
export interface DescribeEndPointStateInput {
|
|
1302
|
-
|
|
1303
|
-
* <p>The name of the load balancer.</p>
|
|
1304
|
-
*/
|
|
756
|
+
|
|
1305
757
|
LoadBalancerName: string | undefined;
|
|
1306
|
-
|
|
1307
|
-
* <p>The IDs of the instances.</p>
|
|
1308
|
-
*/
|
|
758
|
+
|
|
1309
759
|
Instances?: Instance[];
|
|
1310
760
|
}
|
|
1311
761
|
export declare namespace DescribeEndPointStateInput {
|
|
1312
|
-
|
|
1313
|
-
* @internal
|
|
1314
|
-
*/
|
|
762
|
+
|
|
1315
763
|
const filterSensitiveLog: (obj: DescribeEndPointStateInput) => any;
|
|
1316
764
|
}
|
|
1317
|
-
|
|
1318
|
-
* <p>Information about the state of an EC2 instance.</p>
|
|
1319
|
-
*/
|
|
765
|
+
|
|
1320
766
|
export interface InstanceState {
|
|
1321
|
-
|
|
1322
|
-
* <p>The ID of the instance.</p>
|
|
1323
|
-
*/
|
|
767
|
+
|
|
1324
768
|
InstanceId?: string;
|
|
1325
|
-
|
|
1326
|
-
* <p>The current state of the instance.</p>
|
|
1327
|
-
* <p>Valid values: <code>InService</code> | <code>OutOfService</code> | <code>Unknown</code>
|
|
1328
|
-
* </p>
|
|
1329
|
-
*/
|
|
769
|
+
|
|
1330
770
|
State?: string;
|
|
1331
|
-
|
|
1332
|
-
* <p>Information about the cause of <code>OutOfService</code> instances.
|
|
1333
|
-
* Specifically, whether the cause is Elastic Load Balancing or the instance.</p>
|
|
1334
|
-
* <p>Valid values: <code>ELB</code> | <code>Instance</code> | <code>N/A</code>
|
|
1335
|
-
* </p>
|
|
1336
|
-
*/
|
|
771
|
+
|
|
1337
772
|
ReasonCode?: string;
|
|
1338
|
-
|
|
1339
|
-
* <p>A description of the instance state. This string can contain one or more of the following messages.</p>
|
|
1340
|
-
* <ul>
|
|
1341
|
-
* <li>
|
|
1342
|
-
* <p>
|
|
1343
|
-
* <code>N/A</code>
|
|
1344
|
-
* </p>
|
|
1345
|
-
* </li>
|
|
1346
|
-
* <li>
|
|
1347
|
-
* <p>
|
|
1348
|
-
* <code>A transient error occurred. Please try again later.</code>
|
|
1349
|
-
* </p>
|
|
1350
|
-
* </li>
|
|
1351
|
-
* <li>
|
|
1352
|
-
* <p>
|
|
1353
|
-
* <code>Instance has failed at least the UnhealthyThreshold number of health checks consecutively.</code>
|
|
1354
|
-
* </p>
|
|
1355
|
-
* </li>
|
|
1356
|
-
* <li>
|
|
1357
|
-
* <p>
|
|
1358
|
-
* <code>Instance has not passed the configured HealthyThreshold number of health checks consecutively.</code>
|
|
1359
|
-
* </p>
|
|
1360
|
-
* </li>
|
|
1361
|
-
* <li>
|
|
1362
|
-
* <p>
|
|
1363
|
-
* <code>Instance registration is still in progress.</code>
|
|
1364
|
-
* </p>
|
|
1365
|
-
* </li>
|
|
1366
|
-
* <li>
|
|
1367
|
-
* <p>
|
|
1368
|
-
* <code>Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.</code>
|
|
1369
|
-
* </p>
|
|
1370
|
-
* </li>
|
|
1371
|
-
* <li>
|
|
1372
|
-
* <p>
|
|
1373
|
-
* <code>Instance is not currently registered with the LoadBalancer.</code>
|
|
1374
|
-
* </p>
|
|
1375
|
-
* </li>
|
|
1376
|
-
* <li>
|
|
1377
|
-
* <p>
|
|
1378
|
-
* <code>Instance deregistration currently in progress.</code>
|
|
1379
|
-
* </p>
|
|
1380
|
-
* </li>
|
|
1381
|
-
* <li>
|
|
1382
|
-
* <p>
|
|
1383
|
-
* <code>Disable Availability Zone is currently in progress.</code>
|
|
1384
|
-
* </p>
|
|
1385
|
-
* </li>
|
|
1386
|
-
* <li>
|
|
1387
|
-
* <p>
|
|
1388
|
-
* <code>Instance is in pending state.</code>
|
|
1389
|
-
* </p>
|
|
1390
|
-
* </li>
|
|
1391
|
-
* <li>
|
|
1392
|
-
* <p>
|
|
1393
|
-
* <code>Instance is in stopped state.</code>
|
|
1394
|
-
* </p>
|
|
1395
|
-
* </li>
|
|
1396
|
-
* <li>
|
|
1397
|
-
* <p>
|
|
1398
|
-
* <code>Instance is in terminated state.</code>
|
|
1399
|
-
* </p>
|
|
1400
|
-
* </li>
|
|
1401
|
-
* </ul>
|
|
1402
|
-
*/
|
|
773
|
+
|
|
1403
774
|
Description?: string;
|
|
1404
775
|
}
|
|
1405
776
|
export declare namespace InstanceState {
|
|
1406
|
-
|
|
1407
|
-
* @internal
|
|
1408
|
-
*/
|
|
777
|
+
|
|
1409
778
|
const filterSensitiveLog: (obj: InstanceState) => any;
|
|
1410
779
|
}
|
|
1411
|
-
|
|
1412
|
-
* <p>Contains the output for DescribeInstanceHealth.</p>
|
|
1413
|
-
*/
|
|
780
|
+
|
|
1414
781
|
export interface DescribeEndPointStateOutput {
|
|
1415
|
-
|
|
1416
|
-
* <p>Information about the health of the instances.</p>
|
|
1417
|
-
*/
|
|
782
|
+
|
|
1418
783
|
InstanceStates?: InstanceState[];
|
|
1419
784
|
}
|
|
1420
785
|
export declare namespace DescribeEndPointStateOutput {
|
|
1421
|
-
|
|
1422
|
-
* @internal
|
|
1423
|
-
*/
|
|
786
|
+
|
|
1424
787
|
const filterSensitiveLog: (obj: DescribeEndPointStateOutput) => any;
|
|
1425
788
|
}
|
|
1426
|
-
|
|
1427
|
-
* <p>Contains the parameters for DescribeLoadBalancerAttributes.</p>
|
|
1428
|
-
*/
|
|
789
|
+
|
|
1429
790
|
export interface DescribeLoadBalancerAttributesInput {
|
|
1430
|
-
|
|
1431
|
-
* <p>The name of the load balancer.</p>
|
|
1432
|
-
*/
|
|
791
|
+
|
|
1433
792
|
LoadBalancerName: string | undefined;
|
|
1434
793
|
}
|
|
1435
794
|
export declare namespace DescribeLoadBalancerAttributesInput {
|
|
1436
|
-
|
|
1437
|
-
* @internal
|
|
1438
|
-
*/
|
|
795
|
+
|
|
1439
796
|
const filterSensitiveLog: (obj: DescribeLoadBalancerAttributesInput) => any;
|
|
1440
797
|
}
|
|
1441
|
-
|
|
1442
|
-
* <p>The attributes for a load balancer.</p>
|
|
1443
|
-
*/
|
|
798
|
+
|
|
1444
799
|
export interface LoadBalancerAttributes {
|
|
1445
|
-
|
|
1446
|
-
* <p>If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.</p>
|
|
1447
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-crosszone-lb.html">Configure Cross-Zone Load Balancing</a>
|
|
1448
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
1449
|
-
*/
|
|
800
|
+
|
|
1450
801
|
CrossZoneLoadBalancing?: CrossZoneLoadBalancing;
|
|
1451
|
-
|
|
1452
|
-
* <p>If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.</p>
|
|
1453
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-access-logs.html">Enable Access Logs</a>
|
|
1454
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
1455
|
-
*/
|
|
802
|
+
|
|
1456
803
|
AccessLog?: AccessLog;
|
|
1457
|
-
|
|
1458
|
-
* <p>If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.</p>
|
|
1459
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-conn-drain.html">Configure Connection Draining</a>
|
|
1460
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
1461
|
-
*/
|
|
804
|
+
|
|
1462
805
|
ConnectionDraining?: ConnectionDraining;
|
|
1463
|
-
|
|
1464
|
-
* <p>If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.</p>
|
|
1465
|
-
* <p>By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer.
|
|
1466
|
-
* For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-idle-timeout.html">Configure Idle Connection Timeout</a>
|
|
1467
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
1468
|
-
*/
|
|
806
|
+
|
|
1469
807
|
ConnectionSettings?: ConnectionSettings;
|
|
1470
|
-
|
|
1471
|
-
* <p>Any additional attributes.</p>
|
|
1472
|
-
*/
|
|
808
|
+
|
|
1473
809
|
AdditionalAttributes?: AdditionalAttribute[];
|
|
1474
810
|
}
|
|
1475
811
|
export declare namespace LoadBalancerAttributes {
|
|
1476
|
-
|
|
1477
|
-
* @internal
|
|
1478
|
-
*/
|
|
812
|
+
|
|
1479
813
|
const filterSensitiveLog: (obj: LoadBalancerAttributes) => any;
|
|
1480
814
|
}
|
|
1481
|
-
|
|
1482
|
-
* <p>Contains the output of DescribeLoadBalancerAttributes.</p>
|
|
1483
|
-
*/
|
|
815
|
+
|
|
1484
816
|
export interface DescribeLoadBalancerAttributesOutput {
|
|
1485
|
-
|
|
1486
|
-
* <p>Information about the load balancer attributes.</p>
|
|
1487
|
-
*/
|
|
817
|
+
|
|
1488
818
|
LoadBalancerAttributes?: LoadBalancerAttributes;
|
|
1489
819
|
}
|
|
1490
820
|
export declare namespace DescribeLoadBalancerAttributesOutput {
|
|
1491
|
-
|
|
1492
|
-
* @internal
|
|
1493
|
-
*/
|
|
821
|
+
|
|
1494
822
|
const filterSensitiveLog: (obj: DescribeLoadBalancerAttributesOutput) => any;
|
|
1495
823
|
}
|
|
1496
|
-
|
|
1497
|
-
* <p>The specified load balancer attribute does not exist.</p>
|
|
1498
|
-
*/
|
|
824
|
+
|
|
1499
825
|
export interface LoadBalancerAttributeNotFoundException extends __SmithyException, $MetadataBearer {
|
|
1500
826
|
name: "LoadBalancerAttributeNotFoundException";
|
|
1501
827
|
$fault: "client";
|
|
1502
828
|
Message?: string;
|
|
1503
829
|
}
|
|
1504
830
|
export declare namespace LoadBalancerAttributeNotFoundException {
|
|
1505
|
-
|
|
1506
|
-
* @internal
|
|
1507
|
-
*/
|
|
831
|
+
|
|
1508
832
|
const filterSensitiveLog: (obj: LoadBalancerAttributeNotFoundException) => any;
|
|
1509
833
|
}
|
|
1510
|
-
|
|
1511
|
-
* <p>Contains the parameters for DescribeLoadBalancerPolicies.</p>
|
|
1512
|
-
*/
|
|
834
|
+
|
|
1513
835
|
export interface DescribeLoadBalancerPoliciesInput {
|
|
1514
|
-
|
|
1515
|
-
* <p>The name of the load balancer.</p>
|
|
1516
|
-
*/
|
|
836
|
+
|
|
1517
837
|
LoadBalancerName?: string;
|
|
1518
|
-
|
|
1519
|
-
* <p>The names of the policies.</p>
|
|
1520
|
-
*/
|
|
838
|
+
|
|
1521
839
|
PolicyNames?: string[];
|
|
1522
840
|
}
|
|
1523
841
|
export declare namespace DescribeLoadBalancerPoliciesInput {
|
|
1524
|
-
|
|
1525
|
-
* @internal
|
|
1526
|
-
*/
|
|
842
|
+
|
|
1527
843
|
const filterSensitiveLog: (obj: DescribeLoadBalancerPoliciesInput) => any;
|
|
1528
844
|
}
|
|
1529
|
-
|
|
1530
|
-
* <p>Information about a policy attribute.</p>
|
|
1531
|
-
*/
|
|
845
|
+
|
|
1532
846
|
export interface PolicyAttributeDescription {
|
|
1533
|
-
|
|
1534
|
-
* <p>The name of the attribute.</p>
|
|
1535
|
-
*/
|
|
847
|
+
|
|
1536
848
|
AttributeName?: string;
|
|
1537
|
-
|
|
1538
|
-
* <p>The value of the attribute.</p>
|
|
1539
|
-
*/
|
|
849
|
+
|
|
1540
850
|
AttributeValue?: string;
|
|
1541
851
|
}
|
|
1542
852
|
export declare namespace PolicyAttributeDescription {
|
|
1543
|
-
|
|
1544
|
-
* @internal
|
|
1545
|
-
*/
|
|
853
|
+
|
|
1546
854
|
const filterSensitiveLog: (obj: PolicyAttributeDescription) => any;
|
|
1547
855
|
}
|
|
1548
|
-
|
|
1549
|
-
* <p>Information about a policy.</p>
|
|
1550
|
-
*/
|
|
856
|
+
|
|
1551
857
|
export interface PolicyDescription {
|
|
1552
|
-
|
|
1553
|
-
* <p>The name of the policy.</p>
|
|
1554
|
-
*/
|
|
858
|
+
|
|
1555
859
|
PolicyName?: string;
|
|
1556
|
-
|
|
1557
|
-
* <p>The name of the policy type.</p>
|
|
1558
|
-
*/
|
|
860
|
+
|
|
1559
861
|
PolicyTypeName?: string;
|
|
1560
|
-
|
|
1561
|
-
* <p>The policy attributes.</p>
|
|
1562
|
-
*/
|
|
862
|
+
|
|
1563
863
|
PolicyAttributeDescriptions?: PolicyAttributeDescription[];
|
|
1564
864
|
}
|
|
1565
865
|
export declare namespace PolicyDescription {
|
|
1566
|
-
|
|
1567
|
-
* @internal
|
|
1568
|
-
*/
|
|
866
|
+
|
|
1569
867
|
const filterSensitiveLog: (obj: PolicyDescription) => any;
|
|
1570
868
|
}
|
|
1571
|
-
|
|
1572
|
-
* <p>Contains the output of DescribeLoadBalancerPolicies.</p>
|
|
1573
|
-
*/
|
|
869
|
+
|
|
1574
870
|
export interface DescribeLoadBalancerPoliciesOutput {
|
|
1575
|
-
|
|
1576
|
-
* <p>Information about the policies.</p>
|
|
1577
|
-
*/
|
|
871
|
+
|
|
1578
872
|
PolicyDescriptions?: PolicyDescription[];
|
|
1579
873
|
}
|
|
1580
874
|
export declare namespace DescribeLoadBalancerPoliciesOutput {
|
|
1581
|
-
|
|
1582
|
-
* @internal
|
|
1583
|
-
*/
|
|
875
|
+
|
|
1584
876
|
const filterSensitiveLog: (obj: DescribeLoadBalancerPoliciesOutput) => any;
|
|
1585
877
|
}
|
|
1586
|
-
|
|
1587
|
-
* <p>One or more of the specified policies do not exist.</p>
|
|
1588
|
-
*/
|
|
878
|
+
|
|
1589
879
|
export interface PolicyNotFoundException extends __SmithyException, $MetadataBearer {
|
|
1590
880
|
name: "PolicyNotFoundException";
|
|
1591
881
|
$fault: "client";
|
|
1592
882
|
Message?: string;
|
|
1593
883
|
}
|
|
1594
884
|
export declare namespace PolicyNotFoundException {
|
|
1595
|
-
|
|
1596
|
-
* @internal
|
|
1597
|
-
*/
|
|
885
|
+
|
|
1598
886
|
const filterSensitiveLog: (obj: PolicyNotFoundException) => any;
|
|
1599
887
|
}
|
|
1600
|
-
|
|
1601
|
-
* <p>Contains the parameters for DescribeLoadBalancerPolicyTypes.</p>
|
|
1602
|
-
*/
|
|
888
|
+
|
|
1603
889
|
export interface DescribeLoadBalancerPolicyTypesInput {
|
|
1604
|
-
|
|
1605
|
-
* <p>The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.</p>
|
|
1606
|
-
*/
|
|
890
|
+
|
|
1607
891
|
PolicyTypeNames?: string[];
|
|
1608
892
|
}
|
|
1609
893
|
export declare namespace DescribeLoadBalancerPolicyTypesInput {
|
|
1610
|
-
|
|
1611
|
-
* @internal
|
|
1612
|
-
*/
|
|
894
|
+
|
|
1613
895
|
const filterSensitiveLog: (obj: DescribeLoadBalancerPolicyTypesInput) => any;
|
|
1614
896
|
}
|
|
1615
|
-
|
|
1616
|
-
* <p>Information about a policy attribute type.</p>
|
|
1617
|
-
*/
|
|
897
|
+
|
|
1618
898
|
export interface PolicyAttributeTypeDescription {
|
|
1619
|
-
|
|
1620
|
-
* <p>The name of the attribute.</p>
|
|
1621
|
-
*/
|
|
899
|
+
|
|
1622
900
|
AttributeName?: string;
|
|
1623
|
-
|
|
1624
|
-
* <p>The type of the attribute. For example, <code>Boolean</code> or <code>Integer</code>.</p>
|
|
1625
|
-
*/
|
|
901
|
+
|
|
1626
902
|
AttributeType?: string;
|
|
1627
|
-
|
|
1628
|
-
* <p>A description of the attribute.</p>
|
|
1629
|
-
*/
|
|
903
|
+
|
|
1630
904
|
Description?: string;
|
|
1631
|
-
|
|
1632
|
-
* <p>The default value of the attribute, if applicable.</p>
|
|
1633
|
-
*/
|
|
905
|
+
|
|
1634
906
|
DefaultValue?: string;
|
|
1635
|
-
|
|
1636
|
-
* <p>The cardinality of the attribute.</p>
|
|
1637
|
-
* <p>Valid values:</p>
|
|
1638
|
-
* <ul>
|
|
1639
|
-
* <li>
|
|
1640
|
-
* <p>ONE(1) : Single value required</p>
|
|
1641
|
-
* </li>
|
|
1642
|
-
* <li>
|
|
1643
|
-
* <p>ZERO_OR_ONE(0..1) : Up to one value is allowed</p>
|
|
1644
|
-
* </li>
|
|
1645
|
-
* <li>
|
|
1646
|
-
* <p>ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed</p>
|
|
1647
|
-
* </li>
|
|
1648
|
-
* <li>
|
|
1649
|
-
* <p>ONE_OR_MORE(1..*0) : Required. Multiple values are allowed</p>
|
|
1650
|
-
* </li>
|
|
1651
|
-
* </ul>
|
|
1652
|
-
*/
|
|
907
|
+
|
|
1653
908
|
Cardinality?: string;
|
|
1654
909
|
}
|
|
1655
910
|
export declare namespace PolicyAttributeTypeDescription {
|
|
1656
|
-
|
|
1657
|
-
* @internal
|
|
1658
|
-
*/
|
|
911
|
+
|
|
1659
912
|
const filterSensitiveLog: (obj: PolicyAttributeTypeDescription) => any;
|
|
1660
913
|
}
|
|
1661
|
-
|
|
1662
|
-
* <p>Information about a policy type.</p>
|
|
1663
|
-
*/
|
|
914
|
+
|
|
1664
915
|
export interface PolicyTypeDescription {
|
|
1665
|
-
|
|
1666
|
-
* <p>The name of the policy type.</p>
|
|
1667
|
-
*/
|
|
916
|
+
|
|
1668
917
|
PolicyTypeName?: string;
|
|
1669
|
-
|
|
1670
|
-
* <p>A description of the policy type.</p>
|
|
1671
|
-
*/
|
|
918
|
+
|
|
1672
919
|
Description?: string;
|
|
1673
|
-
|
|
1674
|
-
* <p>The description of the policy attributes associated with the policies defined by Elastic Load Balancing.</p>
|
|
1675
|
-
*/
|
|
920
|
+
|
|
1676
921
|
PolicyAttributeTypeDescriptions?: PolicyAttributeTypeDescription[];
|
|
1677
922
|
}
|
|
1678
923
|
export declare namespace PolicyTypeDescription {
|
|
1679
|
-
|
|
1680
|
-
* @internal
|
|
1681
|
-
*/
|
|
924
|
+
|
|
1682
925
|
const filterSensitiveLog: (obj: PolicyTypeDescription) => any;
|
|
1683
926
|
}
|
|
1684
|
-
|
|
1685
|
-
* <p>Contains the output of DescribeLoadBalancerPolicyTypes.</p>
|
|
1686
|
-
*/
|
|
927
|
+
|
|
1687
928
|
export interface DescribeLoadBalancerPolicyTypesOutput {
|
|
1688
|
-
|
|
1689
|
-
* <p>Information about the policy types.</p>
|
|
1690
|
-
*/
|
|
929
|
+
|
|
1691
930
|
PolicyTypeDescriptions?: PolicyTypeDescription[];
|
|
1692
931
|
}
|
|
1693
932
|
export declare namespace DescribeLoadBalancerPolicyTypesOutput {
|
|
1694
|
-
|
|
1695
|
-
* @internal
|
|
1696
|
-
*/
|
|
933
|
+
|
|
1697
934
|
const filterSensitiveLog: (obj: DescribeLoadBalancerPolicyTypesOutput) => any;
|
|
1698
935
|
}
|
|
1699
|
-
|
|
1700
|
-
* <p>Contains the parameters for DescribeTags.</p>
|
|
1701
|
-
*/
|
|
936
|
+
|
|
1702
937
|
export interface DescribeTagsInput {
|
|
1703
|
-
|
|
1704
|
-
* <p>The names of the load balancers.</p>
|
|
1705
|
-
*/
|
|
938
|
+
|
|
1706
939
|
LoadBalancerNames: string[] | undefined;
|
|
1707
940
|
}
|
|
1708
941
|
export declare namespace DescribeTagsInput {
|
|
1709
|
-
|
|
1710
|
-
* @internal
|
|
1711
|
-
*/
|
|
942
|
+
|
|
1712
943
|
const filterSensitiveLog: (obj: DescribeTagsInput) => any;
|
|
1713
944
|
}
|
|
1714
|
-
|
|
1715
|
-
* <p>The tags associated with a load balancer.</p>
|
|
1716
|
-
*/
|
|
945
|
+
|
|
1717
946
|
export interface TagDescription {
|
|
1718
|
-
|
|
1719
|
-
* <p>The name of the load balancer.</p>
|
|
1720
|
-
*/
|
|
947
|
+
|
|
1721
948
|
LoadBalancerName?: string;
|
|
1722
|
-
|
|
1723
|
-
* <p>The tags.</p>
|
|
1724
|
-
*/
|
|
949
|
+
|
|
1725
950
|
Tags?: Tag[];
|
|
1726
951
|
}
|
|
1727
952
|
export declare namespace TagDescription {
|
|
1728
|
-
|
|
1729
|
-
* @internal
|
|
1730
|
-
*/
|
|
953
|
+
|
|
1731
954
|
const filterSensitiveLog: (obj: TagDescription) => any;
|
|
1732
955
|
}
|
|
1733
|
-
|
|
1734
|
-
* <p>Contains the output for DescribeTags.</p>
|
|
1735
|
-
*/
|
|
956
|
+
|
|
1736
957
|
export interface DescribeTagsOutput {
|
|
1737
|
-
|
|
1738
|
-
* <p>Information about the tags.</p>
|
|
1739
|
-
*/
|
|
958
|
+
|
|
1740
959
|
TagDescriptions?: TagDescription[];
|
|
1741
960
|
}
|
|
1742
961
|
export declare namespace DescribeTagsOutput {
|
|
1743
|
-
|
|
1744
|
-
* @internal
|
|
1745
|
-
*/
|
|
962
|
+
|
|
1746
963
|
const filterSensitiveLog: (obj: DescribeTagsOutput) => any;
|
|
1747
964
|
}
|
|
1748
|
-
|
|
1749
|
-
* <p>Contains the parameters for DetachLoadBalancerFromSubnets.</p>
|
|
1750
|
-
*/
|
|
965
|
+
|
|
1751
966
|
export interface DetachLoadBalancerFromSubnetsInput {
|
|
1752
|
-
|
|
1753
|
-
* <p>The name of the load balancer.</p>
|
|
1754
|
-
*/
|
|
967
|
+
|
|
1755
968
|
LoadBalancerName: string | undefined;
|
|
1756
|
-
|
|
1757
|
-
* <p>The IDs of the subnets.</p>
|
|
1758
|
-
*/
|
|
969
|
+
|
|
1759
970
|
Subnets: string[] | undefined;
|
|
1760
971
|
}
|
|
1761
972
|
export declare namespace DetachLoadBalancerFromSubnetsInput {
|
|
1762
|
-
|
|
1763
|
-
* @internal
|
|
1764
|
-
*/
|
|
973
|
+
|
|
1765
974
|
const filterSensitiveLog: (obj: DetachLoadBalancerFromSubnetsInput) => any;
|
|
1766
975
|
}
|
|
1767
|
-
|
|
1768
|
-
* <p>Contains the output of DetachLoadBalancerFromSubnets.</p>
|
|
1769
|
-
*/
|
|
976
|
+
|
|
1770
977
|
export interface DetachLoadBalancerFromSubnetsOutput {
|
|
1771
|
-
|
|
1772
|
-
* <p>The IDs of the remaining subnets for the load balancer.</p>
|
|
1773
|
-
*/
|
|
978
|
+
|
|
1774
979
|
Subnets?: string[];
|
|
1775
980
|
}
|
|
1776
981
|
export declare namespace DetachLoadBalancerFromSubnetsOutput {
|
|
1777
|
-
|
|
1778
|
-
* @internal
|
|
1779
|
-
*/
|
|
982
|
+
|
|
1780
983
|
const filterSensitiveLog: (obj: DetachLoadBalancerFromSubnetsOutput) => any;
|
|
1781
984
|
}
|
|
1782
|
-
|
|
1783
|
-
* <p>Contains the parameters for DisableAvailabilityZonesForLoadBalancer.</p>
|
|
1784
|
-
*/
|
|
985
|
+
|
|
1785
986
|
export interface RemoveAvailabilityZonesInput {
|
|
1786
|
-
|
|
1787
|
-
* <p>The name of the load balancer.</p>
|
|
1788
|
-
*/
|
|
987
|
+
|
|
1789
988
|
LoadBalancerName: string | undefined;
|
|
1790
|
-
|
|
1791
|
-
* <p>The Availability Zones.</p>
|
|
1792
|
-
*/
|
|
989
|
+
|
|
1793
990
|
AvailabilityZones: string[] | undefined;
|
|
1794
991
|
}
|
|
1795
992
|
export declare namespace RemoveAvailabilityZonesInput {
|
|
1796
|
-
|
|
1797
|
-
* @internal
|
|
1798
|
-
*/
|
|
993
|
+
|
|
1799
994
|
const filterSensitiveLog: (obj: RemoveAvailabilityZonesInput) => any;
|
|
1800
995
|
}
|
|
1801
|
-
|
|
1802
|
-
* <p>Contains the output for DisableAvailabilityZonesForLoadBalancer.</p>
|
|
1803
|
-
*/
|
|
996
|
+
|
|
1804
997
|
export interface RemoveAvailabilityZonesOutput {
|
|
1805
|
-
|
|
1806
|
-
* <p>The remaining Availability Zones for the load balancer.</p>
|
|
1807
|
-
*/
|
|
998
|
+
|
|
1808
999
|
AvailabilityZones?: string[];
|
|
1809
1000
|
}
|
|
1810
1001
|
export declare namespace RemoveAvailabilityZonesOutput {
|
|
1811
|
-
|
|
1812
|
-
* @internal
|
|
1813
|
-
*/
|
|
1002
|
+
|
|
1814
1003
|
const filterSensitiveLog: (obj: RemoveAvailabilityZonesOutput) => any;
|
|
1815
1004
|
}
|
|
1816
|
-
|
|
1817
|
-
* <p>Contains the parameters for ModifyLoadBalancerAttributes.</p>
|
|
1818
|
-
*/
|
|
1005
|
+
|
|
1819
1006
|
export interface ModifyLoadBalancerAttributesInput {
|
|
1820
|
-
|
|
1821
|
-
* <p>The name of the load balancer.</p>
|
|
1822
|
-
*/
|
|
1007
|
+
|
|
1823
1008
|
LoadBalancerName: string | undefined;
|
|
1824
|
-
|
|
1825
|
-
* <p>The attributes for the load balancer.</p>
|
|
1826
|
-
*/
|
|
1009
|
+
|
|
1827
1010
|
LoadBalancerAttributes: LoadBalancerAttributes | undefined;
|
|
1828
1011
|
}
|
|
1829
1012
|
export declare namespace ModifyLoadBalancerAttributesInput {
|
|
1830
|
-
|
|
1831
|
-
* @internal
|
|
1832
|
-
*/
|
|
1013
|
+
|
|
1833
1014
|
const filterSensitiveLog: (obj: ModifyLoadBalancerAttributesInput) => any;
|
|
1834
1015
|
}
|
|
1835
|
-
|
|
1836
|
-
* <p>Contains the output of ModifyLoadBalancerAttributes.</p>
|
|
1837
|
-
*/
|
|
1016
|
+
|
|
1838
1017
|
export interface ModifyLoadBalancerAttributesOutput {
|
|
1839
|
-
|
|
1840
|
-
* <p>The name of the load balancer.</p>
|
|
1841
|
-
*/
|
|
1018
|
+
|
|
1842
1019
|
LoadBalancerName?: string;
|
|
1843
|
-
|
|
1844
|
-
* <p>Information about the load balancer attributes.</p>
|
|
1845
|
-
*/
|
|
1020
|
+
|
|
1846
1021
|
LoadBalancerAttributes?: LoadBalancerAttributes;
|
|
1847
1022
|
}
|
|
1848
1023
|
export declare namespace ModifyLoadBalancerAttributesOutput {
|
|
1849
|
-
|
|
1850
|
-
* @internal
|
|
1851
|
-
*/
|
|
1024
|
+
|
|
1852
1025
|
const filterSensitiveLog: (obj: ModifyLoadBalancerAttributesOutput) => any;
|
|
1853
1026
|
}
|
|
1854
|
-
|
|
1855
|
-
* <p>Contains the parameters for RegisterInstancesWithLoadBalancer.</p>
|
|
1856
|
-
*/
|
|
1027
|
+
|
|
1857
1028
|
export interface RegisterEndPointsInput {
|
|
1858
|
-
|
|
1859
|
-
* <p>The name of the load balancer.</p>
|
|
1860
|
-
*/
|
|
1029
|
+
|
|
1861
1030
|
LoadBalancerName: string | undefined;
|
|
1862
|
-
|
|
1863
|
-
* <p>The IDs of the instances.</p>
|
|
1864
|
-
*/
|
|
1031
|
+
|
|
1865
1032
|
Instances: Instance[] | undefined;
|
|
1866
1033
|
}
|
|
1867
1034
|
export declare namespace RegisterEndPointsInput {
|
|
1868
|
-
|
|
1869
|
-
* @internal
|
|
1870
|
-
*/
|
|
1035
|
+
|
|
1871
1036
|
const filterSensitiveLog: (obj: RegisterEndPointsInput) => any;
|
|
1872
1037
|
}
|
|
1873
|
-
|
|
1874
|
-
* <p>Contains the output of RegisterInstancesWithLoadBalancer.</p>
|
|
1875
|
-
*/
|
|
1038
|
+
|
|
1876
1039
|
export interface RegisterEndPointsOutput {
|
|
1877
|
-
|
|
1878
|
-
* <p>The updated list of instances for the load balancer.</p>
|
|
1879
|
-
*/
|
|
1040
|
+
|
|
1880
1041
|
Instances?: Instance[];
|
|
1881
1042
|
}
|
|
1882
1043
|
export declare namespace RegisterEndPointsOutput {
|
|
1883
|
-
|
|
1884
|
-
* @internal
|
|
1885
|
-
*/
|
|
1044
|
+
|
|
1886
1045
|
const filterSensitiveLog: (obj: RegisterEndPointsOutput) => any;
|
|
1887
1046
|
}
|
|
1888
|
-
|
|
1889
|
-
* <p>The key of a tag.</p>
|
|
1890
|
-
*/
|
|
1047
|
+
|
|
1891
1048
|
export interface TagKeyOnly {
|
|
1892
|
-
|
|
1893
|
-
* <p>The name of the key.</p>
|
|
1894
|
-
*/
|
|
1049
|
+
|
|
1895
1050
|
Key?: string;
|
|
1896
1051
|
}
|
|
1897
1052
|
export declare namespace TagKeyOnly {
|
|
1898
|
-
|
|
1899
|
-
* @internal
|
|
1900
|
-
*/
|
|
1053
|
+
|
|
1901
1054
|
const filterSensitiveLog: (obj: TagKeyOnly) => any;
|
|
1902
1055
|
}
|
|
1903
|
-
|
|
1904
|
-
* <p>Contains the parameters for RemoveTags.</p>
|
|
1905
|
-
*/
|
|
1056
|
+
|
|
1906
1057
|
export interface RemoveTagsInput {
|
|
1907
|
-
|
|
1908
|
-
* <p>The name of the load balancer. You can specify a maximum of one load balancer name.</p>
|
|
1909
|
-
*/
|
|
1058
|
+
|
|
1910
1059
|
LoadBalancerNames: string[] | undefined;
|
|
1911
|
-
|
|
1912
|
-
* <p>The list of tag keys to remove.</p>
|
|
1913
|
-
*/
|
|
1060
|
+
|
|
1914
1061
|
Tags: TagKeyOnly[] | undefined;
|
|
1915
1062
|
}
|
|
1916
1063
|
export declare namespace RemoveTagsInput {
|
|
1917
|
-
|
|
1918
|
-
* @internal
|
|
1919
|
-
*/
|
|
1064
|
+
|
|
1920
1065
|
const filterSensitiveLog: (obj: RemoveTagsInput) => any;
|
|
1921
1066
|
}
|
|
1922
|
-
|
|
1923
|
-
* <p>Contains the output of RemoveTags.</p>
|
|
1924
|
-
*/
|
|
1067
|
+
|
|
1925
1068
|
export interface RemoveTagsOutput {
|
|
1926
1069
|
}
|
|
1927
1070
|
export declare namespace RemoveTagsOutput {
|
|
1928
|
-
|
|
1929
|
-
* @internal
|
|
1930
|
-
*/
|
|
1071
|
+
|
|
1931
1072
|
const filterSensitiveLog: (obj: RemoveTagsOutput) => any;
|
|
1932
1073
|
}
|
|
1933
|
-
|
|
1934
|
-
* <p>The load balancer does not have a listener configured at the specified port.</p>
|
|
1935
|
-
*/
|
|
1074
|
+
|
|
1936
1075
|
export interface ListenerNotFoundException extends __SmithyException, $MetadataBearer {
|
|
1937
1076
|
name: "ListenerNotFoundException";
|
|
1938
1077
|
$fault: "client";
|
|
1939
1078
|
Message?: string;
|
|
1940
1079
|
}
|
|
1941
1080
|
export declare namespace ListenerNotFoundException {
|
|
1942
|
-
|
|
1943
|
-
* @internal
|
|
1944
|
-
*/
|
|
1081
|
+
|
|
1945
1082
|
const filterSensitiveLog: (obj: ListenerNotFoundException) => any;
|
|
1946
1083
|
}
|
|
1947
|
-
|
|
1948
|
-
* <p>Contains the parameters for SetLoadBalancerListenerSSLCertificate.</p>
|
|
1949
|
-
*/
|
|
1084
|
+
|
|
1950
1085
|
export interface SetLoadBalancerListenerSSLCertificateInput {
|
|
1951
|
-
|
|
1952
|
-
* <p>The name of the load balancer.</p>
|
|
1953
|
-
*/
|
|
1086
|
+
|
|
1954
1087
|
LoadBalancerName: string | undefined;
|
|
1955
|
-
|
|
1956
|
-
* <p>The port that uses the specified SSL certificate.</p>
|
|
1957
|
-
*/
|
|
1088
|
+
|
|
1958
1089
|
LoadBalancerPort: number | undefined;
|
|
1959
|
-
|
|
1960
|
-
* <p>The Amazon Resource Name (ARN) of the SSL certificate.</p>
|
|
1961
|
-
*/
|
|
1090
|
+
|
|
1962
1091
|
SSLCertificateId: string | undefined;
|
|
1963
1092
|
}
|
|
1964
1093
|
export declare namespace SetLoadBalancerListenerSSLCertificateInput {
|
|
1965
|
-
|
|
1966
|
-
* @internal
|
|
1967
|
-
*/
|
|
1094
|
+
|
|
1968
1095
|
const filterSensitiveLog: (obj: SetLoadBalancerListenerSSLCertificateInput) => any;
|
|
1969
1096
|
}
|
|
1970
|
-
|
|
1971
|
-
* <p>Contains the output of SetLoadBalancerListenerSSLCertificate.</p>
|
|
1972
|
-
*/
|
|
1097
|
+
|
|
1973
1098
|
export interface SetLoadBalancerListenerSSLCertificateOutput {
|
|
1974
1099
|
}
|
|
1975
1100
|
export declare namespace SetLoadBalancerListenerSSLCertificateOutput {
|
|
1976
|
-
|
|
1977
|
-
* @internal
|
|
1978
|
-
*/
|
|
1101
|
+
|
|
1979
1102
|
const filterSensitiveLog: (obj: SetLoadBalancerListenerSSLCertificateOutput) => any;
|
|
1980
1103
|
}
|
|
1981
|
-
|
|
1982
|
-
* <p>Contains the parameters for SetLoadBalancerPoliciesForBackendServer.</p>
|
|
1983
|
-
*/
|
|
1104
|
+
|
|
1984
1105
|
export interface SetLoadBalancerPoliciesForBackendServerInput {
|
|
1985
|
-
|
|
1986
|
-
* <p>The name of the load balancer.</p>
|
|
1987
|
-
*/
|
|
1106
|
+
|
|
1988
1107
|
LoadBalancerName: string | undefined;
|
|
1989
|
-
|
|
1990
|
-
* <p>The port number associated with the EC2 instance.</p>
|
|
1991
|
-
*/
|
|
1108
|
+
|
|
1992
1109
|
InstancePort: number | undefined;
|
|
1993
|
-
|
|
1994
|
-
* <p>The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.</p>
|
|
1995
|
-
*/
|
|
1110
|
+
|
|
1996
1111
|
PolicyNames: string[] | undefined;
|
|
1997
1112
|
}
|
|
1998
1113
|
export declare namespace SetLoadBalancerPoliciesForBackendServerInput {
|
|
1999
|
-
|
|
2000
|
-
* @internal
|
|
2001
|
-
*/
|
|
1114
|
+
|
|
2002
1115
|
const filterSensitiveLog: (obj: SetLoadBalancerPoliciesForBackendServerInput) => any;
|
|
2003
1116
|
}
|
|
2004
|
-
|
|
2005
|
-
* <p>Contains the output of SetLoadBalancerPoliciesForBackendServer.</p>
|
|
2006
|
-
*/
|
|
1117
|
+
|
|
2007
1118
|
export interface SetLoadBalancerPoliciesForBackendServerOutput {
|
|
2008
1119
|
}
|
|
2009
1120
|
export declare namespace SetLoadBalancerPoliciesForBackendServerOutput {
|
|
2010
|
-
|
|
2011
|
-
* @internal
|
|
2012
|
-
*/
|
|
1121
|
+
|
|
2013
1122
|
const filterSensitiveLog: (obj: SetLoadBalancerPoliciesForBackendServerOutput) => any;
|
|
2014
1123
|
}
|
|
2015
|
-
|
|
2016
|
-
* <p>Contains the parameters for SetLoadBalancePoliciesOfListener.</p>
|
|
2017
|
-
*/
|
|
1124
|
+
|
|
2018
1125
|
export interface SetLoadBalancerPoliciesOfListenerInput {
|
|
2019
|
-
|
|
2020
|
-
* <p>The name of the load balancer.</p>
|
|
2021
|
-
*/
|
|
1126
|
+
|
|
2022
1127
|
LoadBalancerName: string | undefined;
|
|
2023
|
-
|
|
2024
|
-
* <p>The external port of the load balancer.</p>
|
|
2025
|
-
*/
|
|
1128
|
+
|
|
2026
1129
|
LoadBalancerPort: number | undefined;
|
|
2027
|
-
|
|
2028
|
-
* <p>The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.</p>
|
|
2029
|
-
*/
|
|
1130
|
+
|
|
2030
1131
|
PolicyNames: string[] | undefined;
|
|
2031
1132
|
}
|
|
2032
1133
|
export declare namespace SetLoadBalancerPoliciesOfListenerInput {
|
|
2033
|
-
|
|
2034
|
-
* @internal
|
|
2035
|
-
*/
|
|
1134
|
+
|
|
2036
1135
|
const filterSensitiveLog: (obj: SetLoadBalancerPoliciesOfListenerInput) => any;
|
|
2037
1136
|
}
|
|
2038
|
-
|
|
2039
|
-
* <p>Contains the output of SetLoadBalancePoliciesOfListener.</p>
|
|
2040
|
-
*/
|
|
1137
|
+
|
|
2041
1138
|
export interface SetLoadBalancerPoliciesOfListenerOutput {
|
|
2042
1139
|
}
|
|
2043
1140
|
export declare namespace SetLoadBalancerPoliciesOfListenerOutput {
|
|
2044
|
-
|
|
2045
|
-
* @internal
|
|
2046
|
-
*/
|
|
1141
|
+
|
|
2047
1142
|
const filterSensitiveLog: (obj: SetLoadBalancerPoliciesOfListenerOutput) => any;
|
|
2048
1143
|
}
|