@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 { CreateListenerInput, CreateListenerOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateListenerCommandInput extends CreateListenerInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateListenerCommandOutput extends CreateListenerOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateListenerCommand_base: {
|
|
24
|
+
new (input: CreateListenerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateListenerCommandInput, CreateListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a listener for the specified Application Load Balancer, Network Load Balancer, or
|
|
@@ -389,23 +392,5 @@ export interface CreateListenerCommandOutput extends CreateListenerOutput, __Met
|
|
|
389
392
|
* ```
|
|
390
393
|
*
|
|
391
394
|
*/
|
|
392
|
-
export declare class CreateListenerCommand extends
|
|
393
|
-
readonly input: CreateListenerCommandInput;
|
|
394
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
395
|
-
/**
|
|
396
|
-
* @public
|
|
397
|
-
*/
|
|
398
|
-
constructor(input: CreateListenerCommandInput);
|
|
399
|
-
/**
|
|
400
|
-
* @internal
|
|
401
|
-
*/
|
|
402
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateListenerCommandInput, CreateListenerCommandOutput>;
|
|
403
|
-
/**
|
|
404
|
-
* @internal
|
|
405
|
-
*/
|
|
406
|
-
private serialize;
|
|
407
|
-
/**
|
|
408
|
-
* @internal
|
|
409
|
-
*/
|
|
410
|
-
private deserialize;
|
|
395
|
+
export declare class CreateListenerCommand extends CreateListenerCommand_base {
|
|
411
396
|
}
|
|
@@ -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 { CreateLoadBalancerInput, CreateLoadBalancerOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateLoadBalancerCommandInput extends CreateLoadBalancerInput
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateLoadBalancerCommandOutput extends CreateLoadBalancerOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateLoadBalancerCommand_base: {
|
|
24
|
+
new (input: CreateLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an Application Load Balancer, Network Load Balancer, or Gateway Load
|
|
@@ -270,23 +273,5 @@ export interface CreateLoadBalancerCommandOutput extends CreateLoadBalancerOutpu
|
|
|
270
273
|
* ```
|
|
271
274
|
*
|
|
272
275
|
*/
|
|
273
|
-
export declare class CreateLoadBalancerCommand extends
|
|
274
|
-
readonly input: CreateLoadBalancerCommandInput;
|
|
275
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
276
|
-
/**
|
|
277
|
-
* @public
|
|
278
|
-
*/
|
|
279
|
-
constructor(input: CreateLoadBalancerCommandInput);
|
|
280
|
-
/**
|
|
281
|
-
* @internal
|
|
282
|
-
*/
|
|
283
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput>;
|
|
284
|
-
/**
|
|
285
|
-
* @internal
|
|
286
|
-
*/
|
|
287
|
-
private serialize;
|
|
288
|
-
/**
|
|
289
|
-
* @internal
|
|
290
|
-
*/
|
|
291
|
-
private deserialize;
|
|
276
|
+
export declare class CreateLoadBalancerCommand extends CreateLoadBalancerCommand_base {
|
|
292
277
|
}
|
|
@@ -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 { CreateRuleInput, CreateRuleOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateRuleCommandInput extends CreateRuleInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateRuleCommandOutput extends CreateRuleOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateRuleCommand_base: {
|
|
24
|
+
new (input: CreateRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRuleCommandInput, CreateRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a rule for the specified listener. The listener must be associated with an
|
|
@@ -369,23 +372,5 @@ export interface CreateRuleCommandOutput extends CreateRuleOutput, __MetadataBea
|
|
|
369
372
|
* ```
|
|
370
373
|
*
|
|
371
374
|
*/
|
|
372
|
-
export declare class CreateRuleCommand extends
|
|
373
|
-
readonly input: CreateRuleCommandInput;
|
|
374
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
375
|
-
/**
|
|
376
|
-
* @public
|
|
377
|
-
*/
|
|
378
|
-
constructor(input: CreateRuleCommandInput);
|
|
379
|
-
/**
|
|
380
|
-
* @internal
|
|
381
|
-
*/
|
|
382
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRuleCommandInput, CreateRuleCommandOutput>;
|
|
383
|
-
/**
|
|
384
|
-
* @internal
|
|
385
|
-
*/
|
|
386
|
-
private serialize;
|
|
387
|
-
/**
|
|
388
|
-
* @internal
|
|
389
|
-
*/
|
|
390
|
-
private deserialize;
|
|
375
|
+
export declare class CreateRuleCommand extends CreateRuleCommand_base {
|
|
391
376
|
}
|
|
@@ -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 { CreateTargetGroupInput, CreateTargetGroupOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateTargetGroupCommandInput extends CreateTargetGroupInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateTargetGroupCommandOutput extends CreateTargetGroupOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateTargetGroupCommand_base: {
|
|
24
|
+
new (input: CreateTargetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a target group.</p>
|
|
@@ -174,23 +177,5 @@ export interface CreateTargetGroupCommandOutput extends CreateTargetGroupOutput,
|
|
|
174
177
|
* ```
|
|
175
178
|
*
|
|
176
179
|
*/
|
|
177
|
-
export declare class CreateTargetGroupCommand extends
|
|
178
|
-
readonly input: CreateTargetGroupCommandInput;
|
|
179
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
180
|
-
/**
|
|
181
|
-
* @public
|
|
182
|
-
*/
|
|
183
|
-
constructor(input: CreateTargetGroupCommandInput);
|
|
184
|
-
/**
|
|
185
|
-
* @internal
|
|
186
|
-
*/
|
|
187
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput>;
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
|
-
private serialize;
|
|
192
|
-
/**
|
|
193
|
-
* @internal
|
|
194
|
-
*/
|
|
195
|
-
private deserialize;
|
|
180
|
+
export declare class CreateTargetGroupCommand extends CreateTargetGroupCommand_base {
|
|
196
181
|
}
|
|
@@ -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 { CreateTrustStoreInput, CreateTrustStoreOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateTrustStoreCommandInput extends CreateTrustStoreInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateTrustStoreCommandOutput extends CreateTrustStoreOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateTrustStoreCommand_base: {
|
|
24
|
+
new (input: CreateTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a trust store.</p>
|
|
@@ -86,23 +89,5 @@ export interface CreateTrustStoreCommandOutput extends CreateTrustStoreOutput, _
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class CreateTrustStoreCommand extends
|
|
90
|
-
readonly input: CreateTrustStoreCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: CreateTrustStoreCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class CreateTrustStoreCommand extends CreateTrustStoreCommand_base {
|
|
108
93
|
}
|
|
@@ -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 { DeleteListenerInput, DeleteListenerOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteListenerCommandInput extends DeleteListenerInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteListenerCommandOutput extends DeleteListenerOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteListenerCommand_base: {
|
|
24
|
+
new (input: DeleteListenerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteListenerCommandInput, DeleteListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified listener.</p>
|
|
@@ -68,23 +71,5 @@ export interface DeleteListenerCommandOutput extends DeleteListenerOutput, __Met
|
|
|
68
71
|
* ```
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class DeleteListenerCommand extends
|
|
72
|
-
readonly input: DeleteListenerCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: DeleteListenerCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteListenerCommandInput, DeleteListenerCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class DeleteListenerCommand extends DeleteListenerCommand_base {
|
|
90
75
|
}
|
|
@@ -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 { DeleteLoadBalancerInput, DeleteLoadBalancerOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteLoadBalancerCommandInput extends DeleteLoadBalancerInput
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteLoadBalancerCommandOutput extends DeleteLoadBalancerOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteLoadBalancerCommand_base: {
|
|
24
|
+
new (input: DeleteLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified Application Load Balancer, Network Load Balancer, or Gateway Load
|
|
@@ -75,23 +78,5 @@ export interface DeleteLoadBalancerCommandOutput extends DeleteLoadBalancerOutpu
|
|
|
75
78
|
* ```
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class DeleteLoadBalancerCommand extends
|
|
79
|
-
readonly input: DeleteLoadBalancerCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: DeleteLoadBalancerCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class DeleteLoadBalancerCommand extends DeleteLoadBalancerCommand_base {
|
|
97
82
|
}
|
|
@@ -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 { DeleteRuleInput, DeleteRuleOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteRuleCommandInput extends DeleteRuleInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteRuleCommandOutput extends DeleteRuleOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteRuleCommand_base: {
|
|
24
|
+
new (input: DeleteRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRuleCommandInput, DeleteRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified rule.</p>
|
|
@@ -67,23 +70,5 @@ export interface DeleteRuleCommandOutput extends DeleteRuleOutput, __MetadataBea
|
|
|
67
70
|
* ```
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class DeleteRuleCommand extends
|
|
71
|
-
readonly input: DeleteRuleCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: DeleteRuleCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRuleCommandInput, DeleteRuleCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
|
|
89
74
|
}
|
|
@@ -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 { DeleteTargetGroupInput, DeleteTargetGroupOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteTargetGroupCommandInput extends DeleteTargetGroupInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteTargetGroupCommandOutput extends DeleteTargetGroupOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteTargetGroupCommand_base: {
|
|
24
|
+
new (input: DeleteTargetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified target group.</p>
|
|
@@ -67,23 +70,5 @@ export interface DeleteTargetGroupCommandOutput extends DeleteTargetGroupOutput,
|
|
|
67
70
|
* ```
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class DeleteTargetGroupCommand extends
|
|
71
|
-
readonly input: DeleteTargetGroupCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: DeleteTargetGroupCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class DeleteTargetGroupCommand extends DeleteTargetGroupCommand_base {
|
|
89
74
|
}
|
|
@@ -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 { DeleteTrustStoreInput, DeleteTrustStoreOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteTrustStoreCommandInput extends DeleteTrustStoreInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteTrustStoreCommandOutput extends DeleteTrustStoreOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteTrustStoreCommand_base: {
|
|
24
|
+
new (input: DeleteTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a trust store.</p>
|
|
@@ -55,23 +58,5 @@ export interface DeleteTrustStoreCommandOutput extends DeleteTrustStoreOutput, _
|
|
|
55
58
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
56
59
|
*
|
|
57
60
|
*/
|
|
58
|
-
export declare class DeleteTrustStoreCommand extends
|
|
59
|
-
readonly input: DeleteTrustStoreCommandInput;
|
|
60
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
-
/**
|
|
62
|
-
* @public
|
|
63
|
-
*/
|
|
64
|
-
constructor(input: DeleteTrustStoreCommandInput);
|
|
65
|
-
/**
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
68
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput>;
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
private serialize;
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
private deserialize;
|
|
61
|
+
export declare class DeleteTrustStoreCommand extends DeleteTrustStoreCommand_base {
|
|
77
62
|
}
|
|
@@ -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 { DeregisterTargetsInput, DeregisterTargetsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeregisterTargetsCommandInput extends DeregisterTargetsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeregisterTargetsCommandOutput extends DeregisterTargetsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeregisterTargetsCommand_base: {
|
|
24
|
+
new (input: DeregisterTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deregisters the specified targets from the specified target group. After the targets are
|
|
@@ -105,23 +108,5 @@ export interface DeregisterTargetsCommandOutput extends DeregisterTargetsOutput,
|
|
|
105
108
|
* ```
|
|
106
109
|
*
|
|
107
110
|
*/
|
|
108
|
-
export declare class DeregisterTargetsCommand extends
|
|
109
|
-
readonly input: DeregisterTargetsCommandInput;
|
|
110
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
111
|
-
/**
|
|
112
|
-
* @public
|
|
113
|
-
*/
|
|
114
|
-
constructor(input: DeregisterTargetsCommandInput);
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput>;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
private serialize;
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
private deserialize;
|
|
111
|
+
export declare class DeregisterTargetsCommand extends DeregisterTargetsCommand_base {
|
|
127
112
|
}
|
|
@@ -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 { DescribeAccountLimitsInput, DescribeAccountLimitsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeAccountLimitsCommandInput extends DescribeAccountLimits
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimitsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeAccountLimitsCommand_base: {
|
|
24
|
+
new (input: DescribeAccountLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the current Elastic Load Balancing resource limits for your Amazon Web Services
|
|
@@ -80,23 +83,5 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class DescribeAccountLimitsCommand extends
|
|
84
|
-
readonly input: DescribeAccountLimitsCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: DescribeAccountLimitsCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class DescribeAccountLimitsCommand extends DescribeAccountLimitsCommand_base {
|
|
102
87
|
}
|
|
@@ -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 { DescribeListenerCertificatesInput, DescribeListenerCertificatesOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeListenerCertificatesCommandInput extends DescribeListen
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeListenerCertificatesCommandOutput extends DescribeListenerCertificatesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeListenerCertificatesCommand_base: {
|
|
24
|
+
new (input: DescribeListenerCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the default certificate and the certificate list for the specified HTTPS or TLS
|
|
@@ -69,23 +72,5 @@ export interface DescribeListenerCertificatesCommandOutput extends DescribeListe
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class DescribeListenerCertificatesCommand extends
|
|
73
|
-
readonly input: DescribeListenerCertificatesCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: DescribeListenerCertificatesCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class DescribeListenerCertificatesCommand extends DescribeListenerCertificatesCommand_base {
|
|
91
76
|
}
|
|
@@ -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 { DescribeListenersInput, DescribeListenersOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeListenersCommandInput extends DescribeListenersInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeListenersCommandOutput extends DescribeListenersOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeListenersCommand_base: {
|
|
24
|
+
new (input: DescribeListenersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeListenersCommandInput, DescribeListenersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the specified listeners or the listeners for the specified Application Load
|
|
@@ -181,23 +184,5 @@ export interface DescribeListenersCommandOutput extends DescribeListenersOutput,
|
|
|
181
184
|
* ```
|
|
182
185
|
*
|
|
183
186
|
*/
|
|
184
|
-
export declare class DescribeListenersCommand extends
|
|
185
|
-
readonly input: DescribeListenersCommandInput;
|
|
186
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
187
|
-
/**
|
|
188
|
-
* @public
|
|
189
|
-
*/
|
|
190
|
-
constructor(input: DescribeListenersCommandInput);
|
|
191
|
-
/**
|
|
192
|
-
* @internal
|
|
193
|
-
*/
|
|
194
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeListenersCommandInput, DescribeListenersCommandOutput>;
|
|
195
|
-
/**
|
|
196
|
-
* @internal
|
|
197
|
-
*/
|
|
198
|
-
private serialize;
|
|
199
|
-
/**
|
|
200
|
-
* @internal
|
|
201
|
-
*/
|
|
202
|
-
private deserialize;
|
|
187
|
+
export declare class DescribeListenersCommand extends DescribeListenersCommand_base {
|
|
203
188
|
}
|