@aws-sdk/client-elastic-load-balancing-v2 3.534.0 → 3.540.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/ElasticLoadBalancingV2.d.ts +8 -1
- package/dist-types/ElasticLoadBalancingV2Client.d.ts +1 -1
- package/dist-types/commands/AddListenerCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/AddTagsCommand.d.ts +2 -1
- package/dist-types/commands/AddTrustStoreRevocationsCommand.d.ts +2 -1
- package/dist-types/commands/CreateListenerCommand.d.ts +2 -1
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +2 -1
- package/dist-types/commands/CreateRuleCommand.d.ts +2 -1
- package/dist-types/commands/CreateTargetGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/DeleteListenerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRuleCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTargetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterTargetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeListenerCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeListenersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRulesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSSLPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTargetGroupAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTargetHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustStoreAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustStoreRevocationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustStoresCommand.d.ts +2 -1
- package/dist-types/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +2 -1
- package/dist-types/commands/GetTrustStoreRevocationContentCommand.d.ts +2 -1
- package/dist-types/commands/ModifyListenerCommand.d.ts +2 -1
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ModifyRuleCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTargetGroupAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTargetGroupCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/RegisterTargetsCommand.d.ts +2 -1
- package/dist-types/commands/RemoveListenerCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTagsCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTrustStoreRevocationsCommand.d.ts +2 -1
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +2 -1
- package/dist-types/commands/SetRulePrioritiesCommand.d.ts +2 -1
- package/dist-types/commands/SetSecurityGroupsCommand.d.ts +2 -1
- package/dist-types/commands/SetSubnetsCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +463 -463
- package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +7 -0
- package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/AddTrustStoreRevocationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrustStoreAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrustStoreRevocationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrustStoresCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTrustStoreRevocationContentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveTrustStoreRevocationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +41 -41
|
@@ -22,10 +22,10 @@ export interface DescribeTargetGroupsCommandOutput extends DescribeTargetGroupsO
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeTargetGroupsCommand_base: {
|
|
24
24
|
new (input: DescribeTargetGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeTargetGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the specified target groups or all of your target groups. By default, all target
|
|
30
30
|
* groups are described. Alternatively, you can specify one of the following to filter the
|
|
31
31
|
* results: the ARN of the load balancer, the names of one or more target groups, or the ARNs of
|
|
@@ -97,6 +97,7 @@ declare const DescribeTargetGroupsCommand_base: {
|
|
|
97
97
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
99
99
|
*
|
|
100
|
+
* @public
|
|
100
101
|
* @example To describe a target group
|
|
101
102
|
* ```javascript
|
|
102
103
|
* // This example describes the specified target group.
|
|
@@ -22,10 +22,10 @@ export interface DescribeTargetHealthCommandOutput extends DescribeTargetHealthO
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeTargetHealthCommand_base: {
|
|
24
24
|
new (input: DescribeTargetHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeTargetHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the health of the specified targets or all of your targets.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -92,6 +92,7 @@ declare const DescribeTargetHealthCommand_base: {
|
|
|
92
92
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
* @example To describe the health of the targets for a target group
|
|
96
97
|
* ```javascript
|
|
97
98
|
* // This example describes the health of the targets for the specified target group. One target is healthy but the other is not specified in an action, so it can't receive traffic from the load balancer.
|
|
@@ -22,10 +22,10 @@ export interface DescribeTrustStoreAssociationsCommandOutput extends DescribeTru
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeTrustStoreAssociationsCommand_base: {
|
|
24
24
|
new (input: DescribeTrustStoreAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustStoreAssociationsCommandInput, DescribeTrustStoreAssociationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeTrustStoreAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustStoreAssociationsCommandInput, DescribeTrustStoreAssociationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes all resources associated with the specified trust store.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const DescribeTrustStoreAssociationsCommand_base: {
|
|
|
63
63
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DescribeTrustStoreAssociationsCommand extends DescribeTrustStoreAssociationsCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeTrustStoreRevocationsCommandOutput extends DescribeTrus
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeTrustStoreRevocationsCommand_base: {
|
|
24
24
|
new (input: DescribeTrustStoreRevocationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustStoreRevocationsCommandInput, DescribeTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeTrustStoreRevocationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustStoreRevocationsCommandInput, DescribeTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the revocation files in use by the specified
|
|
30
30
|
* trust store arn, or revocation ID.</p>
|
|
31
31
|
* @example
|
|
@@ -73,6 +73,7 @@ declare const DescribeTrustStoreRevocationsCommand_base: {
|
|
|
73
73
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DescribeTrustStoreRevocationsCommand extends DescribeTrustStoreRevocationsCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeTrustStoresCommandOutput extends DescribeTrustStoresOut
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeTrustStoresCommand_base: {
|
|
24
24
|
new (input: DescribeTrustStoresCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustStoresCommandInput, DescribeTrustStoresCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeTrustStoresCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeTrustStoresCommandInput, DescribeTrustStoresCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes all trust stores for a given account
|
|
30
30
|
* by trust store arn’s or name.</p>
|
|
31
31
|
* @example
|
|
@@ -73,6 +73,7 @@ declare const DescribeTrustStoresCommand_base: {
|
|
|
73
73
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DescribeTrustStoresCommand extends DescribeTrustStoresCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTrustStoreCaCertificatesBundleCommandOutput extends GetTrust
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTrustStoreCaCertificatesBundleCommand_base: {
|
|
24
24
|
new (input: GetTrustStoreCaCertificatesBundleCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustStoreCaCertificatesBundleCommandInput, GetTrustStoreCaCertificatesBundleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTrustStoreCaCertificatesBundleCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustStoreCaCertificatesBundleCommandInput, GetTrustStoreCaCertificatesBundleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the ca certificate bundle.</p>
|
|
30
30
|
* <p>This action returns a pre-signed S3 URI which is
|
|
31
31
|
* active for ten minutes.</p>
|
|
@@ -58,6 +58,7 @@ declare const GetTrustStoreCaCertificatesBundleCommand_base: {
|
|
|
58
58
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
60
60
|
*
|
|
61
|
+
* @public
|
|
61
62
|
*/
|
|
62
63
|
export declare class GetTrustStoreCaCertificatesBundleCommand extends GetTrustStoreCaCertificatesBundleCommand_base {
|
|
63
64
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTrustStoreRevocationContentCommandOutput extends GetTrustSto
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTrustStoreRevocationContentCommand_base: {
|
|
24
24
|
new (input: GetTrustStoreRevocationContentCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustStoreRevocationContentCommandInput, GetTrustStoreRevocationContentCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTrustStoreRevocationContentCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustStoreRevocationContentCommandInput, GetTrustStoreRevocationContentCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the specified revocation file.</p>
|
|
30
30
|
* <p>This action returns a pre-signed S3 URI which is
|
|
31
31
|
* active for ten minutes.</p>
|
|
@@ -62,6 +62,7 @@ declare const GetTrustStoreRevocationContentCommand_base: {
|
|
|
62
62
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class GetTrustStoreRevocationContentCommand extends GetTrustStoreRevocationContentCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface ModifyListenerCommandOutput extends ModifyListenerOutput, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const ModifyListenerCommand_base: {
|
|
24
24
|
new (input: ModifyListenerCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyListenerCommandInput, ModifyListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ModifyListenerCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyListenerCommandInput, ModifyListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Replaces the specified properties of the specified listener. Any properties that you do
|
|
30
30
|
* not specify remain unchanged.</p>
|
|
31
31
|
* <p>Changing the protocol from HTTPS to HTTP, or from TLS to TCP, removes the security policy
|
|
@@ -279,6 +279,7 @@ declare const ModifyListenerCommand_base: {
|
|
|
279
279
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
280
280
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
281
281
|
*
|
|
282
|
+
* @public
|
|
282
283
|
* @example To change the default action for a listener
|
|
283
284
|
* ```javascript
|
|
284
285
|
* // This example changes the default action for the specified listener.
|
|
@@ -22,10 +22,10 @@ export interface ModifyLoadBalancerAttributesCommandOutput extends ModifyLoadBal
|
|
|
22
22
|
}
|
|
23
23
|
declare const ModifyLoadBalancerAttributesCommand_base: {
|
|
24
24
|
new (input: ModifyLoadBalancerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ModifyLoadBalancerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modifies the specified attributes of the specified Application Load Balancer, Network Load
|
|
30
30
|
* Balancer, or Gateway Load Balancer.</p>
|
|
31
31
|
* <p>If any of the specified attributes can't be modified as requested, the call fails. Any
|
|
@@ -73,6 +73,7 @@ declare const ModifyLoadBalancerAttributesCommand_base: {
|
|
|
73
73
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
* @example To enable deletion protection
|
|
77
78
|
* ```javascript
|
|
78
79
|
* // This example enables deletion protection for the specified load balancer.
|
|
@@ -22,10 +22,10 @@ export interface ModifyRuleCommandOutput extends ModifyRuleOutput, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const ModifyRuleCommand_base: {
|
|
24
24
|
new (input: ModifyRuleCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyRuleCommandInput, ModifyRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ModifyRuleCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyRuleCommandInput, ModifyRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Replaces the specified properties of the specified rule. Any properties that you do not
|
|
30
30
|
* specify are unchanged.</p>
|
|
31
31
|
* <p>To add an item to a list, remove an item from a list, or update an item in a list, you
|
|
@@ -299,6 +299,7 @@ declare const ModifyRuleCommand_base: {
|
|
|
299
299
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
300
300
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
301
301
|
*
|
|
302
|
+
* @public
|
|
302
303
|
* @example To modify a rule
|
|
303
304
|
* ```javascript
|
|
304
305
|
* // This example modifies the condition for the specified rule.
|
|
@@ -22,10 +22,10 @@ export interface ModifyTargetGroupAttributesCommandOutput extends ModifyTargetGr
|
|
|
22
22
|
}
|
|
23
23
|
declare const ModifyTargetGroupAttributesCommand_base: {
|
|
24
24
|
new (input: ModifyTargetGroupAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ModifyTargetGroupAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modifies the specified attributes of the specified target group.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const ModifyTargetGroupAttributesCommand_base: {
|
|
|
70
70
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
* @example To modify the deregistration delay timeout
|
|
74
75
|
* ```javascript
|
|
75
76
|
* // This example sets the deregistration delay timeout to the specified value for the specified target group.
|
|
@@ -22,10 +22,10 @@ export interface ModifyTargetGroupCommandOutput extends ModifyTargetGroupOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ModifyTargetGroupCommand_base: {
|
|
24
24
|
new (input: ModifyTargetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ModifyTargetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modifies the health checks used when evaluating the health state of the targets in the
|
|
30
30
|
* specified target group.</p>
|
|
31
31
|
* @example
|
|
@@ -98,6 +98,7 @@ declare const ModifyTargetGroupCommand_base: {
|
|
|
98
98
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
100
100
|
*
|
|
101
|
+
* @public
|
|
101
102
|
* @example To modify the health check configuration for a target group
|
|
102
103
|
* ```javascript
|
|
103
104
|
* // This example changes the configuration of the health checks used to evaluate the health of the targets for the specified target group.
|
|
@@ -22,10 +22,10 @@ export interface ModifyTrustStoreCommandOutput extends ModifyTrustStoreOutput, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ModifyTrustStoreCommand_base: {
|
|
24
24
|
new (input: ModifyTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyTrustStoreCommandInput, ModifyTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ModifyTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyTrustStoreCommandInput, ModifyTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Update the ca certificate bundle for a given trust store.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const ModifyTrustStoreCommand_base: {
|
|
|
73
73
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ModifyTrustStoreCommand extends ModifyTrustStoreCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface RegisterTargetsCommandOutput extends RegisterTargetsOutput, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const RegisterTargetsCommand_base: {
|
|
24
24
|
new (input: RegisterTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterTargetsCommandInput, RegisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RegisterTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterTargetsCommandInput, RegisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Registers the specified targets with the specified target group.</p>
|
|
30
30
|
* <p>If the target is an EC2 instance, it must be in the <code>running</code> state when you
|
|
31
31
|
* register it.</p>
|
|
@@ -81,6 +81,7 @@ declare const RegisterTargetsCommand_base: {
|
|
|
81
81
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
* @example To register targets with a target group
|
|
85
86
|
* ```javascript
|
|
86
87
|
* // This example registers the specified instances with the specified target group.
|
|
@@ -22,10 +22,10 @@ export interface RemoveListenerCertificatesCommandOutput extends RemoveListenerC
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemoveListenerCertificatesCommand_base: {
|
|
24
24
|
new (input: RemoveListenerCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemoveListenerCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the specified certificate from the certificate list for the specified HTTPS or TLS
|
|
30
30
|
* listener.</p>
|
|
31
31
|
* @example
|
|
@@ -64,6 +64,7 @@ declare const RemoveListenerCertificatesCommand_base: {
|
|
|
64
64
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class RemoveListenerCertificatesCommand extends RemoveListenerCertificatesCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemoveTagsCommand_base: {
|
|
24
24
|
new (input: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the specified tags from the specified Elastic Load Balancing resources. You can
|
|
30
30
|
* remove the tags for one or more Application Load Balancers, Network Load Balancers, Gateway
|
|
31
31
|
* Load Balancers, target groups, listeners, or rules.</p>
|
|
@@ -76,6 +76,7 @@ declare const RemoveTagsCommand_base: {
|
|
|
76
76
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
* @example To remove tags from a load balancer
|
|
80
81
|
* ```javascript
|
|
81
82
|
* // This example removes the specified tags from the specified load balancer.
|
|
@@ -22,10 +22,10 @@ export interface RemoveTrustStoreRevocationsCommandOutput extends RemoveTrustSto
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemoveTrustStoreRevocationsCommand_base: {
|
|
24
24
|
new (input: RemoveTrustStoreRevocationsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTrustStoreRevocationsCommandInput, RemoveTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemoveTrustStoreRevocationsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTrustStoreRevocationsCommandInput, RemoveTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the specified revocation file from the specified trust store.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -60,6 +60,7 @@ declare const RemoveTrustStoreRevocationsCommand_base: {
|
|
|
60
60
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
62
62
|
*
|
|
63
|
+
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class RemoveTrustStoreRevocationsCommand extends RemoveTrustStoreRevocationsCommand_base {
|
|
65
66
|
}
|
|
@@ -22,10 +22,10 @@ export interface SetIpAddressTypeCommandOutput extends SetIpAddressTypeOutput, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const SetIpAddressTypeCommand_base: {
|
|
24
24
|
new (input: SetIpAddressTypeCommandInput): import("@smithy/smithy-client").CommandImpl<SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SetIpAddressTypeCommandInput): import("@smithy/smithy-client").CommandImpl<SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Sets the type of IP addresses used by the subnets of the specified load balancer.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const SetIpAddressTypeCommand_base: {
|
|
|
63
63
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class SetIpAddressTypeCommand extends SetIpAddressTypeCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface SetRulePrioritiesCommandOutput extends SetRulePrioritiesOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const SetRulePrioritiesCommand_base: {
|
|
24
24
|
new (input: SetRulePrioritiesCommandInput): import("@smithy/smithy-client").CommandImpl<SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SetRulePrioritiesCommandInput): import("@smithy/smithy-client").CommandImpl<SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Sets the priorities of the specified rules.</p>
|
|
30
30
|
* <p>You can reorder the rules as long as there are no priority conflicts in the new order. Any
|
|
31
31
|
* existing rules that you do not specify retain their current priority.</p>
|
|
@@ -175,6 +175,7 @@ declare const SetRulePrioritiesCommand_base: {
|
|
|
175
175
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
176
176
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
177
177
|
*
|
|
178
|
+
* @public
|
|
178
179
|
* @example To set the rule priority
|
|
179
180
|
* ```javascript
|
|
180
181
|
* // This example sets the priority of the specified rule.
|
|
@@ -22,10 +22,10 @@ export interface SetSecurityGroupsCommandOutput extends SetSecurityGroupsOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const SetSecurityGroupsCommand_base: {
|
|
24
24
|
new (input: SetSecurityGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SetSecurityGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Associates the specified security groups with the specified Application Load Balancer or
|
|
30
30
|
* Network Load Balancer. The specified security groups override the previously associated
|
|
31
31
|
* security groups.</p>
|
|
@@ -74,6 +74,7 @@ declare const SetSecurityGroupsCommand_base: {
|
|
|
74
74
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
* @example To associate a security group with a load balancer
|
|
78
79
|
* ```javascript
|
|
79
80
|
* // This example associates the specified security group with the specified load balancer.
|
|
@@ -22,10 +22,10 @@ export interface SetSubnetsCommandOutput extends SetSubnetsOutput, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const SetSubnetsCommand_base: {
|
|
24
24
|
new (input: SetSubnetsCommandInput): import("@smithy/smithy-client").CommandImpl<SetSubnetsCommandInput, SetSubnetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SetSubnetsCommandInput): import("@smithy/smithy-client").CommandImpl<SetSubnetsCommandInput, SetSubnetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Enables the Availability Zones for the specified public subnets for the specified
|
|
30
30
|
* Application Load Balancer, Network Load Balancer or Gateway Load Balancer. The specified subnets replace the
|
|
31
31
|
* previously enabled subnets.</p>
|
|
@@ -103,6 +103,7 @@ declare const SetSubnetsCommand_base: {
|
|
|
103
103
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
* @example To enable Availability Zones for a load balancer
|
|
107
108
|
* ```javascript
|
|
108
109
|
* // This example enables the Availability Zones for the specified subnets for the specified load balancer.
|
package/dist-types/index.d.ts
CHANGED