@aws-sdk/client-elastic-load-balancing-v2 3.533.0 → 3.535.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-types/ElasticLoadBalancingV2.d.ts +8 -1
- package/dist-types/ElasticLoadBalancingV2Client.d.ts +1 -1
- package/dist-types/commands/AddListenerCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/AddTagsCommand.d.ts +2 -1
- package/dist-types/commands/AddTrustStoreRevocationsCommand.d.ts +2 -1
- package/dist-types/commands/CreateListenerCommand.d.ts +2 -1
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +2 -1
- package/dist-types/commands/CreateRuleCommand.d.ts +2 -1
- package/dist-types/commands/CreateTargetGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/DeleteListenerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRuleCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTargetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterTargetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeListenerCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeListenersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRulesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSSLPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTargetGroupAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTargetHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustStoreAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustStoreRevocationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustStoresCommand.d.ts +2 -1
- package/dist-types/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +2 -1
- package/dist-types/commands/GetTrustStoreRevocationContentCommand.d.ts +2 -1
- package/dist-types/commands/ModifyListenerCommand.d.ts +2 -1
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ModifyRuleCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTargetGroupAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTargetGroupCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/RegisterTargetsCommand.d.ts +2 -1
- package/dist-types/commands/RemoveListenerCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTagsCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTrustStoreRevocationsCommand.d.ts +2 -1
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +2 -1
- package/dist-types/commands/SetRulePrioritiesCommand.d.ts +2 -1
- package/dist-types/commands/SetSecurityGroupsCommand.d.ts +2 -1
- package/dist-types/commands/SetSubnetsCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +468 -463
- package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +7 -0
- package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/AddTrustStoreRevocationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrustStoreAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrustStoreRevocationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrustStoresCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTrustStoreRevocationContentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveTrustStoreRevocationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +9 -0
- package/package.json +41 -41
|
@@ -359,6 +359,7 @@ export interface ElasticLoadBalancingV2 {
|
|
|
359
359
|
options: __HttpHandlerOptions,
|
|
360
360
|
cb: (err: any, data?: DeregisterTargetsCommandOutput) => void
|
|
361
361
|
): void;
|
|
362
|
+
describeAccountLimits(): Promise<DescribeAccountLimitsCommandOutput>;
|
|
362
363
|
describeAccountLimits(
|
|
363
364
|
args: DescribeAccountLimitsCommandInput,
|
|
364
365
|
options?: __HttpHandlerOptions
|
|
@@ -385,6 +386,7 @@ export interface ElasticLoadBalancingV2 {
|
|
|
385
386
|
options: __HttpHandlerOptions,
|
|
386
387
|
cb: (err: any, data?: DescribeListenerCertificatesCommandOutput) => void
|
|
387
388
|
): void;
|
|
389
|
+
describeListeners(): Promise<DescribeListenersCommandOutput>;
|
|
388
390
|
describeListeners(
|
|
389
391
|
args: DescribeListenersCommandInput,
|
|
390
392
|
options?: __HttpHandlerOptions
|
|
@@ -411,6 +413,7 @@ export interface ElasticLoadBalancingV2 {
|
|
|
411
413
|
options: __HttpHandlerOptions,
|
|
412
414
|
cb: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void
|
|
413
415
|
): void;
|
|
416
|
+
describeLoadBalancers(): Promise<DescribeLoadBalancersCommandOutput>;
|
|
414
417
|
describeLoadBalancers(
|
|
415
418
|
args: DescribeLoadBalancersCommandInput,
|
|
416
419
|
options?: __HttpHandlerOptions
|
|
@@ -424,6 +427,7 @@ export interface ElasticLoadBalancingV2 {
|
|
|
424
427
|
options: __HttpHandlerOptions,
|
|
425
428
|
cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void
|
|
426
429
|
): void;
|
|
430
|
+
describeRules(): Promise<DescribeRulesCommandOutput>;
|
|
427
431
|
describeRules(
|
|
428
432
|
args: DescribeRulesCommandInput,
|
|
429
433
|
options?: __HttpHandlerOptions
|
|
@@ -437,6 +441,7 @@ export interface ElasticLoadBalancingV2 {
|
|
|
437
441
|
options: __HttpHandlerOptions,
|
|
438
442
|
cb: (err: any, data?: DescribeRulesCommandOutput) => void
|
|
439
443
|
): void;
|
|
444
|
+
describeSSLPolicies(): Promise<DescribeSSLPoliciesCommandOutput>;
|
|
440
445
|
describeSSLPolicies(
|
|
441
446
|
args: DescribeSSLPoliciesCommandInput,
|
|
442
447
|
options?: __HttpHandlerOptions
|
|
@@ -476,6 +481,7 @@ export interface ElasticLoadBalancingV2 {
|
|
|
476
481
|
options: __HttpHandlerOptions,
|
|
477
482
|
cb: (err: any, data?: DescribeTargetGroupAttributesCommandOutput) => void
|
|
478
483
|
): void;
|
|
484
|
+
describeTargetGroups(): Promise<DescribeTargetGroupsCommandOutput>;
|
|
479
485
|
describeTargetGroups(
|
|
480
486
|
args: DescribeTargetGroupsCommandInput,
|
|
481
487
|
options?: __HttpHandlerOptions
|
|
@@ -528,6 +534,7 @@ export interface ElasticLoadBalancingV2 {
|
|
|
528
534
|
options: __HttpHandlerOptions,
|
|
529
535
|
cb: (err: any, data?: DescribeTrustStoreRevocationsCommandOutput) => void
|
|
530
536
|
): void;
|
|
537
|
+
describeTrustStores(): Promise<DescribeTrustStoresCommandOutput>;
|
|
531
538
|
describeTrustStores(
|
|
532
539
|
args: DescribeTrustStoresCommandInput,
|
|
533
540
|
options?: __HttpHandlerOptions
|
|
@@ -25,6 +25,15 @@ declare const AddListenerCertificatesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AddListenerCertificatesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AddListenerCertificatesCommandInput,
|
|
32
|
+
AddListenerCertificatesCommandOutput,
|
|
33
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AddListenerCertificatesCommand extends AddListenerCertificatesCommand_base {}
|
|
@@ -17,6 +17,13 @@ declare const AddTagsCommand_base: {
|
|
|
17
17
|
ServiceInputTypes,
|
|
18
18
|
ServiceOutputTypes
|
|
19
19
|
>;
|
|
20
|
+
new (__0_0: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
AddTagsCommandInput,
|
|
22
|
+
AddTagsCommandOutput,
|
|
23
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
20
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
21
28
|
};
|
|
22
29
|
export declare class AddTagsCommand extends AddTagsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const AddTrustStoreRevocationsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AddTrustStoreRevocationsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AddTrustStoreRevocationsCommandInput,
|
|
32
|
+
AddTrustStoreRevocationsCommandOutput,
|
|
33
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AddTrustStoreRevocationsCommand extends AddTrustStoreRevocationsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateListenerCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateListenerCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateListenerCommandInput,
|
|
28
|
+
CreateListenerCommandOutput,
|
|
29
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateListenerCommand extends CreateListenerCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateLoadBalancerCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateLoadBalancerCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateLoadBalancerCommandInput,
|
|
32
|
+
CreateLoadBalancerCommandOutput,
|
|
33
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateLoadBalancerCommand extends CreateLoadBalancerCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateRuleCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateRuleCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateRuleCommandInput,
|
|
28
|
+
CreateRuleCommandOutput,
|
|
29
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateRuleCommand extends CreateRuleCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateTargetGroupCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateTargetGroupCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateTargetGroupCommandInput,
|
|
31
|
+
CreateTargetGroupCommandOutput,
|
|
32
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateTargetGroupCommand extends CreateTargetGroupCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateTrustStoreCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateTrustStoreCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateTrustStoreCommandInput,
|
|
31
|
+
CreateTrustStoreCommandOutput,
|
|
32
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateTrustStoreCommand extends CreateTrustStoreCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteListenerCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteListenerCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteListenerCommandInput,
|
|
28
|
+
DeleteListenerCommandOutput,
|
|
29
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteListenerCommand extends DeleteListenerCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteLoadBalancerCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteLoadBalancerCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteLoadBalancerCommandInput,
|
|
32
|
+
DeleteLoadBalancerCommandOutput,
|
|
33
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteLoadBalancerCommand extends DeleteLoadBalancerCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteRuleCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteRuleCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteRuleCommandInput,
|
|
28
|
+
DeleteRuleCommandOutput,
|
|
29
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteRuleCommand extends DeleteRuleCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteTargetGroupCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteTargetGroupCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteTargetGroupCommandInput,
|
|
31
|
+
DeleteTargetGroupCommandOutput,
|
|
32
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteTargetGroupCommand extends DeleteTargetGroupCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteTrustStoreCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteTrustStoreCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteTrustStoreCommandInput,
|
|
31
|
+
DeleteTrustStoreCommandOutput,
|
|
32
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteTrustStoreCommand extends DeleteTrustStoreCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeregisterTargetsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeregisterTargetsCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeregisterTargetsCommandInput,
|
|
31
|
+
DeregisterTargetsCommandOutput,
|
|
32
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeregisterTargetsCommand extends DeregisterTargetsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeAccountLimitsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeAccountLimitsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeAccountLimitsCommandInput,
|
|
32
|
+
DescribeAccountLimitsCommandOutput,
|
|
33
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeAccountLimitsCommand extends DescribeAccountLimitsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeListenerCertificatesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeListenerCertificatesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeListenerCertificatesCommandInput,
|
|
32
|
+
DescribeListenerCertificatesCommandOutput,
|
|
33
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeListenerCertificatesCommand extends DescribeListenerCertificatesCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeListenersCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [DescribeListenersCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeListenersCommandInput,
|
|
31
|
+
DescribeListenersCommandOutput,
|
|
32
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeListenersCommand extends DescribeListenersCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeLoadBalancerAttributesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeLoadBalancerAttributesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeLoadBalancerAttributesCommandInput,
|
|
32
|
+
DescribeLoadBalancerAttributesCommandOutput,
|
|
33
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeLoadBalancerAttributesCommand extends DescribeLoadBalancerAttributesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeLoadBalancersCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeLoadBalancersCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeLoadBalancersCommandInput,
|
|
32
|
+
DescribeLoadBalancersCommandOutput,
|
|
33
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeLoadBalancersCommand extends DescribeLoadBalancersCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DescribeRulesCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [DescribeRulesCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DescribeRulesCommandInput,
|
|
28
|
+
DescribeRulesCommandOutput,
|
|
29
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DescribeRulesCommand extends DescribeRulesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeSSLPoliciesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeSSLPoliciesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeSSLPoliciesCommandInput,
|
|
32
|
+
DescribeSSLPoliciesCommandOutput,
|
|
33
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeSSLPoliciesCommand extends DescribeSSLPoliciesCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DescribeTagsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DescribeTagsCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DescribeTagsCommandInput,
|
|
28
|
+
DescribeTagsCommandOutput,
|
|
29
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DescribeTagsCommand extends DescribeTagsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeTargetGroupAttributesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeTargetGroupAttributesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeTargetGroupAttributesCommandInput,
|
|
32
|
+
DescribeTargetGroupAttributesCommandOutput,
|
|
33
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeTargetGroupAttributesCommand extends DescribeTargetGroupAttributesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeTargetGroupsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeTargetGroupsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeTargetGroupsCommandInput,
|
|
32
|
+
DescribeTargetGroupsCommandOutput,
|
|
33
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeTargetGroupsCommand extends DescribeTargetGroupsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeTargetHealthCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeTargetHealthCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeTargetHealthCommandInput,
|
|
32
|
+
DescribeTargetHealthCommandOutput,
|
|
33
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeTargetHealthCommand extends DescribeTargetHealthCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeTrustStoreAssociationsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeTrustStoreAssociationsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeTrustStoreAssociationsCommandInput,
|
|
32
|
+
DescribeTrustStoreAssociationsCommandOutput,
|
|
33
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeTrustStoreAssociationsCommand extends DescribeTrustStoreAssociationsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeTrustStoreRevocationsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeTrustStoreRevocationsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeTrustStoreRevocationsCommandInput,
|
|
32
|
+
DescribeTrustStoreRevocationsCommandOutput,
|
|
33
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeTrustStoreRevocationsCommand extends DescribeTrustStoreRevocationsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeTrustStoresCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeTrustStoresCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeTrustStoresCommandInput,
|
|
32
|
+
DescribeTrustStoresCommandOutput,
|
|
33
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeTrustStoresCommand extends DescribeTrustStoresCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetTrustStoreCaCertificatesBundleCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetTrustStoreCaCertificatesBundleCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetTrustStoreCaCertificatesBundleCommandInput,
|
|
32
|
+
GetTrustStoreCaCertificatesBundleCommandOutput,
|
|
33
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetTrustStoreCaCertificatesBundleCommand extends GetTrustStoreCaCertificatesBundleCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetTrustStoreRevocationContentCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetTrustStoreRevocationContentCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetTrustStoreRevocationContentCommandInput,
|
|
32
|
+
GetTrustStoreRevocationContentCommandOutput,
|
|
33
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetTrustStoreRevocationContentCommand extends GetTrustStoreRevocationContentCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ModifyListenerCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: ModifyListenerCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ModifyListenerCommandInput,
|
|
28
|
+
ModifyListenerCommandOutput,
|
|
29
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ModifyListenerCommand extends ModifyListenerCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ModifyLoadBalancerAttributesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ModifyLoadBalancerAttributesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ModifyLoadBalancerAttributesCommandInput,
|
|
32
|
+
ModifyLoadBalancerAttributesCommandOutput,
|
|
33
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ModifyLoadBalancerAttributesCommand extends ModifyLoadBalancerAttributesCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ModifyRuleCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: ModifyRuleCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ModifyRuleCommandInput,
|
|
28
|
+
ModifyRuleCommandOutput,
|
|
29
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ModifyRuleCommand extends ModifyRuleCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ModifyTargetGroupAttributesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ModifyTargetGroupAttributesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ModifyTargetGroupAttributesCommandInput,
|
|
32
|
+
ModifyTargetGroupAttributesCommandOutput,
|
|
33
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ModifyTargetGroupAttributesCommand extends ModifyTargetGroupAttributesCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ModifyTargetGroupCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: ModifyTargetGroupCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ModifyTargetGroupCommandInput,
|
|
31
|
+
ModifyTargetGroupCommandOutput,
|
|
32
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ModifyTargetGroupCommand extends ModifyTargetGroupCommand_base {}
|