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