@aws-sdk/client-elastic-load-balancing-v2 3.478.0 → 3.484.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/commands/AddListenerCertificatesCommand.js +18 -41
- package/dist-cjs/commands/AddTagsCommand.js +18 -41
- package/dist-cjs/commands/AddTrustStoreRevocationsCommand.js +18 -41
- package/dist-cjs/commands/CreateListenerCommand.js +18 -41
- package/dist-cjs/commands/CreateLoadBalancerCommand.js +18 -41
- package/dist-cjs/commands/CreateRuleCommand.js +18 -41
- package/dist-cjs/commands/CreateTargetGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/DeleteListenerCommand.js +18 -41
- package/dist-cjs/commands/DeleteLoadBalancerCommand.js +18 -41
- package/dist-cjs/commands/DeleteRuleCommand.js +18 -41
- package/dist-cjs/commands/DeleteTargetGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/DeregisterTargetsCommand.js +18 -41
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +18 -41
- package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +18 -41
- package/dist-cjs/commands/DescribeListenersCommand.js +18 -41
- package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +18 -41
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +18 -41
- package/dist-cjs/commands/DescribeRulesCommand.js +18 -41
- package/dist-cjs/commands/DescribeSSLPoliciesCommand.js +18 -41
- package/dist-cjs/commands/DescribeTagsCommand.js +18 -41
- package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +18 -41
- package/dist-cjs/commands/DescribeTargetGroupsCommand.js +18 -41
- package/dist-cjs/commands/DescribeTargetHealthCommand.js +18 -41
- package/dist-cjs/commands/DescribeTrustStoreAssociationsCommand.js +18 -41
- package/dist-cjs/commands/DescribeTrustStoreRevocationsCommand.js +18 -41
- package/dist-cjs/commands/DescribeTrustStoresCommand.js +18 -41
- package/dist-cjs/commands/GetTrustStoreCaCertificatesBundleCommand.js +18 -41
- package/dist-cjs/commands/GetTrustStoreRevocationContentCommand.js +18 -41
- package/dist-cjs/commands/ModifyListenerCommand.js +18 -41
- package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +18 -41
- package/dist-cjs/commands/ModifyRuleCommand.js +18 -41
- package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js +18 -41
- package/dist-cjs/commands/ModifyTargetGroupCommand.js +18 -41
- package/dist-cjs/commands/ModifyTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/RegisterTargetsCommand.js +18 -41
- package/dist-cjs/commands/RemoveListenerCertificatesCommand.js +18 -41
- package/dist-cjs/commands/RemoveTagsCommand.js +18 -41
- package/dist-cjs/commands/RemoveTrustStoreRevocationsCommand.js +18 -41
- package/dist-cjs/commands/SetIpAddressTypeCommand.js +18 -41
- package/dist-cjs/commands/SetRulePrioritiesCommand.js +18 -41
- package/dist-cjs/commands/SetSecurityGroupsCommand.js +18 -41
- package/dist-cjs/commands/SetSubnetsCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AddListenerCertificatesCommand.js +18 -41
- package/dist-es/commands/AddTagsCommand.js +18 -41
- package/dist-es/commands/AddTrustStoreRevocationsCommand.js +18 -41
- package/dist-es/commands/CreateListenerCommand.js +18 -41
- package/dist-es/commands/CreateLoadBalancerCommand.js +18 -41
- package/dist-es/commands/CreateRuleCommand.js +18 -41
- package/dist-es/commands/CreateTargetGroupCommand.js +18 -41
- package/dist-es/commands/CreateTrustStoreCommand.js +18 -41
- package/dist-es/commands/DeleteListenerCommand.js +18 -41
- package/dist-es/commands/DeleteLoadBalancerCommand.js +18 -41
- package/dist-es/commands/DeleteRuleCommand.js +18 -41
- package/dist-es/commands/DeleteTargetGroupCommand.js +18 -41
- package/dist-es/commands/DeleteTrustStoreCommand.js +18 -41
- package/dist-es/commands/DeregisterTargetsCommand.js +18 -41
- package/dist-es/commands/DescribeAccountLimitsCommand.js +18 -41
- package/dist-es/commands/DescribeListenerCertificatesCommand.js +18 -41
- package/dist-es/commands/DescribeListenersCommand.js +18 -41
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +18 -41
- package/dist-es/commands/DescribeLoadBalancersCommand.js +18 -41
- package/dist-es/commands/DescribeRulesCommand.js +18 -41
- package/dist-es/commands/DescribeSSLPoliciesCommand.js +18 -41
- package/dist-es/commands/DescribeTagsCommand.js +18 -41
- package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +18 -41
- package/dist-es/commands/DescribeTargetGroupsCommand.js +18 -41
- package/dist-es/commands/DescribeTargetHealthCommand.js +18 -41
- package/dist-es/commands/DescribeTrustStoreAssociationsCommand.js +18 -41
- package/dist-es/commands/DescribeTrustStoreRevocationsCommand.js +18 -41
- package/dist-es/commands/DescribeTrustStoresCommand.js +18 -41
- package/dist-es/commands/GetTrustStoreCaCertificatesBundleCommand.js +18 -41
- package/dist-es/commands/GetTrustStoreRevocationContentCommand.js +18 -41
- package/dist-es/commands/ModifyListenerCommand.js +18 -41
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +18 -41
- package/dist-es/commands/ModifyRuleCommand.js +18 -41
- package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +18 -41
- package/dist-es/commands/ModifyTargetGroupCommand.js +18 -41
- package/dist-es/commands/ModifyTrustStoreCommand.js +18 -41
- package/dist-es/commands/RegisterTargetsCommand.js +18 -41
- package/dist-es/commands/RemoveListenerCertificatesCommand.js +18 -41
- package/dist-es/commands/RemoveTagsCommand.js +18 -41
- package/dist-es/commands/RemoveTrustStoreRevocationsCommand.js +18 -41
- package/dist-es/commands/SetIpAddressTypeCommand.js +18 -41
- package/dist-es/commands/SetRulePrioritiesCommand.js +18 -41
- package/dist-es/commands/SetSecurityGroupsCommand.js +18 -41
- package/dist-es/commands/SetSubnetsCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AddListenerCertificatesCommand.d.ts +6 -21
- package/dist-types/commands/AddTagsCommand.d.ts +6 -21
- package/dist-types/commands/AddTrustStoreRevocationsCommand.d.ts +6 -21
- package/dist-types/commands/CreateListenerCommand.d.ts +6 -21
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +6 -21
- package/dist-types/commands/CreateRuleCommand.d.ts +6 -21
- package/dist-types/commands/CreateTargetGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/DeleteListenerCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRuleCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTargetGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterTargetsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeListenerCertificatesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeListenersCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRulesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSSLPoliciesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTagsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTargetGroupAttributesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTargetHealthCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTrustStoreAssociationsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTrustStoreRevocationsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTrustStoresCommand.d.ts +6 -21
- package/dist-types/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +6 -21
- package/dist-types/commands/GetTrustStoreRevocationContentCommand.d.ts +6 -21
- package/dist-types/commands/ModifyListenerCommand.d.ts +6 -21
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +6 -21
- package/dist-types/commands/ModifyRuleCommand.d.ts +6 -21
- package/dist-types/commands/ModifyTargetGroupAttributesCommand.d.ts +6 -21
- package/dist-types/commands/ModifyTargetGroupCommand.d.ts +6 -21
- package/dist-types/commands/ModifyTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/RegisterTargetsCommand.d.ts +6 -21
- package/dist-types/commands/RemoveListenerCertificatesCommand.d.ts +6 -21
- package/dist-types/commands/RemoveTagsCommand.d.ts +6 -21
- package/dist-types/commands/RemoveTrustStoreRevocationsCommand.d.ts +6 -21
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +6 -21
- package/dist-types/commands/SetRulePrioritiesCommand.d.ts +6 -21
- package/dist-types/commands/SetSecurityGroupsCommand.d.ts +6 -21
- package/dist-types/commands/SetSubnetsCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/AddTrustStoreRevocationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTrustStoreAssociationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTrustStoreRevocationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTrustStoresCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTrustStoreRevocationContentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ModifyTrustStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveTrustStoreRevocationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { ModifyLoadBalancerAttributesInput, ModifyLoadBalancerAttributesOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ModifyLoadBalancerAttributesCommandInput extends ModifyLoadBala
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ModifyLoadBalancerAttributesCommandOutput extends ModifyLoadBalancerAttributesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ModifyLoadBalancerAttributesCommand_base: {
|
|
24
|
+
new (input: ModifyLoadBalancerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Modifies the specified attributes of the specified Application Load Balancer, Network Load
|
|
@@ -208,23 +211,5 @@ export interface ModifyLoadBalancerAttributesCommandOutput extends ModifyLoadBal
|
|
|
208
211
|
* ```
|
|
209
212
|
*
|
|
210
213
|
*/
|
|
211
|
-
export declare class ModifyLoadBalancerAttributesCommand extends
|
|
212
|
-
readonly input: ModifyLoadBalancerAttributesCommandInput;
|
|
213
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
214
|
-
/**
|
|
215
|
-
* @public
|
|
216
|
-
*/
|
|
217
|
-
constructor(input: ModifyLoadBalancerAttributesCommandInput);
|
|
218
|
-
/**
|
|
219
|
-
* @internal
|
|
220
|
-
*/
|
|
221
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput>;
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
|
-
private serialize;
|
|
226
|
-
/**
|
|
227
|
-
* @internal
|
|
228
|
-
*/
|
|
229
|
-
private deserialize;
|
|
214
|
+
export declare class ModifyLoadBalancerAttributesCommand extends ModifyLoadBalancerAttributesCommand_base {
|
|
230
215
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { ModifyRuleInput, ModifyRuleOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ModifyRuleCommandInput extends ModifyRuleInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ModifyRuleCommandOutput extends ModifyRuleOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ModifyRuleCommand_base: {
|
|
24
|
+
new (input: ModifyRuleCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyRuleCommandInput, ModifyRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Replaces the specified properties of the specified rule. Any properties that you do not
|
|
@@ -341,23 +344,5 @@ export interface ModifyRuleCommandOutput extends ModifyRuleOutput, __MetadataBea
|
|
|
341
344
|
* ```
|
|
342
345
|
*
|
|
343
346
|
*/
|
|
344
|
-
export declare class ModifyRuleCommand extends
|
|
345
|
-
readonly input: ModifyRuleCommandInput;
|
|
346
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
347
|
-
/**
|
|
348
|
-
* @public
|
|
349
|
-
*/
|
|
350
|
-
constructor(input: ModifyRuleCommandInput);
|
|
351
|
-
/**
|
|
352
|
-
* @internal
|
|
353
|
-
*/
|
|
354
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyRuleCommandInput, ModifyRuleCommandOutput>;
|
|
355
|
-
/**
|
|
356
|
-
* @internal
|
|
357
|
-
*/
|
|
358
|
-
private serialize;
|
|
359
|
-
/**
|
|
360
|
-
* @internal
|
|
361
|
-
*/
|
|
362
|
-
private deserialize;
|
|
347
|
+
export declare class ModifyRuleCommand extends ModifyRuleCommand_base {
|
|
363
348
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { ModifyTargetGroupAttributesInput, ModifyTargetGroupAttributesOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ModifyTargetGroupAttributesCommandInput extends ModifyTargetGro
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ModifyTargetGroupAttributesCommandOutput extends ModifyTargetGroupAttributesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ModifyTargetGroupAttributesCommand_base: {
|
|
24
|
+
new (input: ModifyTargetGroupAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Modifies the specified attributes of the specified target group.</p>
|
|
@@ -107,23 +110,5 @@ export interface ModifyTargetGroupAttributesCommandOutput extends ModifyTargetGr
|
|
|
107
110
|
* ```
|
|
108
111
|
*
|
|
109
112
|
*/
|
|
110
|
-
export declare class ModifyTargetGroupAttributesCommand extends
|
|
111
|
-
readonly input: ModifyTargetGroupAttributesCommandInput;
|
|
112
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
113
|
-
/**
|
|
114
|
-
* @public
|
|
115
|
-
*/
|
|
116
|
-
constructor(input: ModifyTargetGroupAttributesCommandInput);
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput>;
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
private serialize;
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
private deserialize;
|
|
113
|
+
export declare class ModifyTargetGroupAttributesCommand extends ModifyTargetGroupAttributesCommand_base {
|
|
129
114
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { ModifyTargetGroupInput, ModifyTargetGroupOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ModifyTargetGroupCommandInput extends ModifyTargetGroupInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ModifyTargetGroupCommandOutput extends ModifyTargetGroupOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ModifyTargetGroupCommand_base: {
|
|
24
|
+
new (input: ModifyTargetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Modifies the health checks used when evaluating the health state of the targets in the
|
|
@@ -134,23 +137,5 @@ export interface ModifyTargetGroupCommandOutput extends ModifyTargetGroupOutput,
|
|
|
134
137
|
* ```
|
|
135
138
|
*
|
|
136
139
|
*/
|
|
137
|
-
export declare class ModifyTargetGroupCommand extends
|
|
138
|
-
readonly input: ModifyTargetGroupCommandInput;
|
|
139
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
140
|
-
/**
|
|
141
|
-
* @public
|
|
142
|
-
*/
|
|
143
|
-
constructor(input: ModifyTargetGroupCommandInput);
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput>;
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
|
-
private serialize;
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
|
-
private deserialize;
|
|
140
|
+
export declare class ModifyTargetGroupCommand extends ModifyTargetGroupCommand_base {
|
|
156
141
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { ModifyTrustStoreInput, ModifyTrustStoreOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ModifyTrustStoreCommandInput extends ModifyTrustStoreInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ModifyTrustStoreCommandOutput extends ModifyTrustStoreOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ModifyTrustStoreCommand_base: {
|
|
24
|
+
new (input: ModifyTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyTrustStoreCommandInput, ModifyTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Update the ca certificate bundle for a given trust store.</p>
|
|
@@ -71,23 +74,5 @@ export interface ModifyTrustStoreCommandOutput extends ModifyTrustStoreOutput, _
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class ModifyTrustStoreCommand extends
|
|
75
|
-
readonly input: ModifyTrustStoreCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: ModifyTrustStoreCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyTrustStoreCommandInput, ModifyTrustStoreCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class ModifyTrustStoreCommand extends ModifyTrustStoreCommand_base {
|
|
93
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { RegisterTargetsInput, RegisterTargetsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RegisterTargetsCommandInput extends RegisterTargetsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RegisterTargetsCommandOutput extends RegisterTargetsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RegisterTargetsCommand_base: {
|
|
24
|
+
new (input: RegisterTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterTargetsCommandInput, RegisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Registers the specified targets with the specified target group.</p>
|
|
@@ -119,23 +122,5 @@ export interface RegisterTargetsCommandOutput extends RegisterTargetsOutput, __M
|
|
|
119
122
|
* ```
|
|
120
123
|
*
|
|
121
124
|
*/
|
|
122
|
-
export declare class RegisterTargetsCommand extends
|
|
123
|
-
readonly input: RegisterTargetsCommandInput;
|
|
124
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
125
|
-
/**
|
|
126
|
-
* @public
|
|
127
|
-
*/
|
|
128
|
-
constructor(input: RegisterTargetsCommandInput);
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterTargetsCommandInput, RegisterTargetsCommandOutput>;
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
private serialize;
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
private deserialize;
|
|
125
|
+
export declare class RegisterTargetsCommand extends RegisterTargetsCommand_base {
|
|
141
126
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { RemoveListenerCertificatesInput, RemoveListenerCertificatesOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RemoveListenerCertificatesCommandInput extends RemoveListenerCe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RemoveListenerCertificatesCommandOutput extends RemoveListenerCertificatesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RemoveListenerCertificatesCommand_base: {
|
|
24
|
+
new (input: RemoveListenerCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes the specified certificate from the certificate list for the specified HTTPS or TLS
|
|
@@ -62,23 +65,5 @@ export interface RemoveListenerCertificatesCommandOutput extends RemoveListenerC
|
|
|
62
65
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
63
66
|
*
|
|
64
67
|
*/
|
|
65
|
-
export declare class RemoveListenerCertificatesCommand extends
|
|
66
|
-
readonly input: RemoveListenerCertificatesCommandInput;
|
|
67
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
-
/**
|
|
69
|
-
* @public
|
|
70
|
-
*/
|
|
71
|
-
constructor(input: RemoveListenerCertificatesCommandInput);
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput>;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private serialize;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private deserialize;
|
|
68
|
+
export declare class RemoveListenerCertificatesCommand extends RemoveListenerCertificatesCommand_base {
|
|
84
69
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RemoveTagsCommandInput extends RemoveTagsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RemoveTagsCommand_base: {
|
|
24
|
+
new (input: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes the specified tags from the specified Elastic Load Balancing resources. You can
|
|
@@ -91,23 +94,5 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea
|
|
|
91
94
|
* ```
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class RemoveTagsCommand extends
|
|
95
|
-
readonly input: RemoveTagsCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: RemoveTagsCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsCommandInput, RemoveTagsCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class RemoveTagsCommand extends RemoveTagsCommand_base {
|
|
113
98
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { RemoveTrustStoreRevocationsInput, RemoveTrustStoreRevocationsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RemoveTrustStoreRevocationsCommandInput extends RemoveTrustStor
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RemoveTrustStoreRevocationsCommandOutput extends RemoveTrustStoreRevocationsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RemoveTrustStoreRevocationsCommand_base: {
|
|
24
|
+
new (input: RemoveTrustStoreRevocationsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTrustStoreRevocationsCommandInput, RemoveTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes the specified revocation file from the specified trust store.</p>
|
|
@@ -58,23 +61,5 @@ export interface RemoveTrustStoreRevocationsCommandOutput extends RemoveTrustSto
|
|
|
58
61
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
59
62
|
*
|
|
60
63
|
*/
|
|
61
|
-
export declare class RemoveTrustStoreRevocationsCommand extends
|
|
62
|
-
readonly input: RemoveTrustStoreRevocationsCommandInput;
|
|
63
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
-
/**
|
|
65
|
-
* @public
|
|
66
|
-
*/
|
|
67
|
-
constructor(input: RemoveTrustStoreRevocationsCommandInput);
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTrustStoreRevocationsCommandInput, RemoveTrustStoreRevocationsCommandOutput>;
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
private serialize;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private deserialize;
|
|
64
|
+
export declare class RemoveTrustStoreRevocationsCommand extends RemoveTrustStoreRevocationsCommand_base {
|
|
80
65
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { SetIpAddressTypeInput, SetIpAddressTypeOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface SetIpAddressTypeCommandInput extends SetIpAddressTypeInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface SetIpAddressTypeCommandOutput extends SetIpAddressTypeOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const SetIpAddressTypeCommand_base: {
|
|
24
|
+
new (input: SetIpAddressTypeCommandInput): import("@smithy/smithy-client").CommandImpl<SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Sets the type of IP addresses used by the subnets of the specified load balancer.</p>
|
|
@@ -61,23 +64,5 @@ export interface SetIpAddressTypeCommandOutput extends SetIpAddressTypeOutput, _
|
|
|
61
64
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
export declare class SetIpAddressTypeCommand extends
|
|
65
|
-
readonly input: SetIpAddressTypeCommandInput;
|
|
66
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
constructor(input: SetIpAddressTypeCommandInput);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
private serialize;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private deserialize;
|
|
67
|
+
export declare class SetIpAddressTypeCommand extends SetIpAddressTypeCommand_base {
|
|
83
68
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { SetRulePrioritiesInput, SetRulePrioritiesOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface SetRulePrioritiesCommandInput extends SetRulePrioritiesInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface SetRulePrioritiesCommandOutput extends SetRulePrioritiesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const SetRulePrioritiesCommand_base: {
|
|
24
|
+
new (input: SetRulePrioritiesCommandInput): import("@smithy/smithy-client").CommandImpl<SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Sets the priorities of the specified rules.</p>
|
|
@@ -214,23 +217,5 @@ export interface SetRulePrioritiesCommandOutput extends SetRulePrioritiesOutput,
|
|
|
214
217
|
* ```
|
|
215
218
|
*
|
|
216
219
|
*/
|
|
217
|
-
export declare class SetRulePrioritiesCommand extends
|
|
218
|
-
readonly input: SetRulePrioritiesCommandInput;
|
|
219
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
220
|
-
/**
|
|
221
|
-
* @public
|
|
222
|
-
*/
|
|
223
|
-
constructor(input: SetRulePrioritiesCommandInput);
|
|
224
|
-
/**
|
|
225
|
-
* @internal
|
|
226
|
-
*/
|
|
227
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput>;
|
|
228
|
-
/**
|
|
229
|
-
* @internal
|
|
230
|
-
*/
|
|
231
|
-
private serialize;
|
|
232
|
-
/**
|
|
233
|
-
* @internal
|
|
234
|
-
*/
|
|
235
|
-
private deserialize;
|
|
220
|
+
export declare class SetRulePrioritiesCommand extends SetRulePrioritiesCommand_base {
|
|
236
221
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { SetSecurityGroupsInput, SetSecurityGroupsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface SetSecurityGroupsCommandInput extends SetSecurityGroupsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface SetSecurityGroupsCommandOutput extends SetSecurityGroupsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const SetSecurityGroupsCommand_base: {
|
|
24
|
+
new (input: SetSecurityGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Associates the specified security groups with the specified Application Load Balancer or
|
|
@@ -93,23 +96,5 @@ export interface SetSecurityGroupsCommandOutput extends SetSecurityGroupsOutput,
|
|
|
93
96
|
* ```
|
|
94
97
|
*
|
|
95
98
|
*/
|
|
96
|
-
export declare class SetSecurityGroupsCommand extends
|
|
97
|
-
readonly input: SetSecurityGroupsCommandInput;
|
|
98
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
99
|
-
/**
|
|
100
|
-
* @public
|
|
101
|
-
*/
|
|
102
|
-
constructor(input: SetSecurityGroupsCommandInput);
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput>;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private serialize;
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
private deserialize;
|
|
99
|
+
export declare class SetSecurityGroupsCommand extends SetSecurityGroupsCommand_base {
|
|
115
100
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { SetSubnetsInput, SetSubnetsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface SetSubnetsCommandInput extends SetSubnetsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface SetSubnetsCommandOutput extends SetSubnetsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const SetSubnetsCommand_base: {
|
|
24
|
+
new (input: SetSubnetsCommandInput): import("@smithy/smithy-client").CommandImpl<SetSubnetsCommandInput, SetSubnetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Enables the Availability Zones for the specified public subnets for the specified
|
|
@@ -130,23 +133,5 @@ export interface SetSubnetsCommandOutput extends SetSubnetsOutput, __MetadataBea
|
|
|
130
133
|
* ```
|
|
131
134
|
*
|
|
132
135
|
*/
|
|
133
|
-
export declare class SetSubnetsCommand extends
|
|
134
|
-
readonly input: SetSubnetsCommandInput;
|
|
135
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
136
|
-
/**
|
|
137
|
-
* @public
|
|
138
|
-
*/
|
|
139
|
-
constructor(input: SetSubnetsCommandInput);
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetSubnetsCommandInput, SetSubnetsCommandOutput>;
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
|
-
private serialize;
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
|
-
private deserialize;
|
|
136
|
+
export declare class SetSubnetsCommand extends SetSubnetsCommand_base {
|
|
152
137
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface AddListenerCertificatesCommandInput
|
|
|
21
15
|
export interface AddListenerCertificatesCommandOutput
|
|
22
16
|
extends AddListenerCertificatesOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: AddListenerCertificatesCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: AddListenerCertificatesCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const AddListenerCertificatesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: AddListenerCertificatesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
AddListenerCertificatesCommandInput,
|
|
38
|
-
AddListenerCertificatesCommandOutput
|
|
23
|
+
AddListenerCertificatesCommandOutput,
|
|
24
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class AddListenerCertificatesCommand extends AddListenerCertificatesCommand_base {}
|