@aws-sdk/client-elastic-load-balancing-v2 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +159 -161
- package/dist-cjs/models/ElasticLoadBalancingV2ServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ElasticLoadBalancingV2.js +1 -1
- package/dist-es/ElasticLoadBalancingV2Client.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddListenerCertificatesCommand.js +2 -2
- package/dist-es/commands/AddTagsCommand.js +2 -2
- package/dist-es/commands/AddTrustStoreRevocationsCommand.js +2 -2
- package/dist-es/commands/CreateListenerCommand.js +2 -2
- package/dist-es/commands/CreateLoadBalancerCommand.js +2 -2
- package/dist-es/commands/CreateRuleCommand.js +2 -2
- package/dist-es/commands/CreateTargetGroupCommand.js +2 -2
- package/dist-es/commands/CreateTrustStoreCommand.js +2 -2
- package/dist-es/commands/DeleteListenerCommand.js +2 -2
- package/dist-es/commands/DeleteLoadBalancerCommand.js +2 -2
- package/dist-es/commands/DeleteRuleCommand.js +2 -2
- package/dist-es/commands/DeleteSharedTrustStoreAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteTargetGroupCommand.js +2 -2
- package/dist-es/commands/DeleteTrustStoreCommand.js +2 -2
- package/dist-es/commands/DeregisterTargetsCommand.js +2 -2
- package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -2
- package/dist-es/commands/DescribeCapacityReservationCommand.js +2 -2
- package/dist-es/commands/DescribeListenerAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeListenerCertificatesCommand.js +2 -2
- package/dist-es/commands/DescribeListenersCommand.js +2 -2
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeLoadBalancersCommand.js +2 -2
- package/dist-es/commands/DescribeRulesCommand.js +2 -2
- package/dist-es/commands/DescribeSSLPoliciesCommand.js +2 -2
- package/dist-es/commands/DescribeTagsCommand.js +2 -2
- package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeTargetGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeTargetHealthCommand.js +2 -2
- package/dist-es/commands/DescribeTrustStoreAssociationsCommand.js +2 -2
- package/dist-es/commands/DescribeTrustStoreRevocationsCommand.js +2 -2
- package/dist-es/commands/DescribeTrustStoresCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/GetTrustStoreCaCertificatesBundleCommand.js +2 -2
- package/dist-es/commands/GetTrustStoreRevocationContentCommand.js +2 -2
- package/dist-es/commands/ModifyCapacityReservationCommand.js +2 -2
- package/dist-es/commands/ModifyIpPoolsCommand.js +2 -2
- package/dist-es/commands/ModifyListenerAttributesCommand.js +2 -2
- package/dist-es/commands/ModifyListenerCommand.js +2 -2
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +2 -2
- package/dist-es/commands/ModifyRuleCommand.js +2 -2
- package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +2 -2
- package/dist-es/commands/ModifyTargetGroupCommand.js +2 -2
- package/dist-es/commands/ModifyTrustStoreCommand.js +2 -2
- package/dist-es/commands/RegisterTargetsCommand.js +2 -2
- package/dist-es/commands/RemoveListenerCertificatesCommand.js +2 -2
- package/dist-es/commands/RemoveTagsCommand.js +2 -2
- package/dist-es/commands/RemoveTrustStoreRevocationsCommand.js +2 -2
- package/dist-es/commands/SetIpAddressTypeCommand.js +2 -2
- package/dist-es/commands/SetRulePrioritiesCommand.js +2 -2
- package/dist-es/commands/SetSecurityGroupsCommand.js +2 -2
- package/dist-es/commands/SetSubnetsCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ElasticLoadBalancingV2ServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForLoadBalancerAvailable.js +1 -1
- package/dist-es/waiters/waitForLoadBalancerExists.js +1 -1
- package/dist-es/waiters/waitForLoadBalancersDeleted.js +1 -1
- package/dist-es/waiters/waitForTargetDeregistered.js +1 -1
- package/dist-es/waiters/waitForTargetInService.js +1 -1
- package/dist-types/ElasticLoadBalancingV2.d.ts +1 -1
- package/dist-types/ElasticLoadBalancingV2Client.d.ts +5 -5
- package/dist-types/commands/AddListenerCertificatesCommand.d.ts +6 -4
- package/dist-types/commands/AddTagsCommand.d.ts +6 -4
- package/dist-types/commands/AddTrustStoreRevocationsCommand.d.ts +6 -4
- package/dist-types/commands/CreateListenerCommand.d.ts +6 -4
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +6 -4
- package/dist-types/commands/CreateRuleCommand.d.ts +6 -4
- package/dist-types/commands/CreateTargetGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +6 -4
- package/dist-types/commands/DeleteListenerCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRuleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSharedTrustStoreAssociationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTargetGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterTargetsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCapacityReservationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeListenerAttributesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeListenerCertificatesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeListenersCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -4
- package/dist-types/commands/DescribeRulesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeSSLPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTagsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTargetGroupAttributesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTargetHealthCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTrustStoreAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTrustStoreRevocationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTrustStoresCommand.d.ts +6 -4
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +6 -4
- package/dist-types/commands/GetTrustStoreRevocationContentCommand.d.ts +6 -4
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +6 -4
- package/dist-types/commands/ModifyIpPoolsCommand.d.ts +6 -4
- package/dist-types/commands/ModifyListenerAttributesCommand.d.ts +6 -4
- package/dist-types/commands/ModifyListenerCommand.d.ts +6 -4
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +6 -4
- package/dist-types/commands/ModifyRuleCommand.d.ts +6 -4
- package/dist-types/commands/ModifyTargetGroupAttributesCommand.d.ts +6 -4
- package/dist-types/commands/ModifyTargetGroupCommand.d.ts +6 -4
- package/dist-types/commands/ModifyTrustStoreCommand.d.ts +6 -4
- package/dist-types/commands/RegisterTargetsCommand.d.ts +6 -4
- package/dist-types/commands/RemoveListenerCertificatesCommand.d.ts +6 -4
- package/dist-types/commands/RemoveTagsCommand.d.ts +6 -4
- package/dist-types/commands/RemoveTrustStoreRevocationsCommand.d.ts +6 -4
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +6 -4
- package/dist-types/commands/SetRulePrioritiesCommand.d.ts +6 -4
- package/dist-types/commands/SetSecurityGroupsCommand.d.ts +6 -4
- package/dist-types/commands/SetSubnetsCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ElasticLoadBalancingV2ServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +1 -1
- package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddTrustStoreRevocationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSharedTrustStoreAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeCapacityReservationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeListenerAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTrustStoreAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTrustStoreRevocationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTrustStoresCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTrustStoreRevocationContentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyIpPoolsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyListenerAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyTrustStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveTrustStoreRevocationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ElasticLoadBalancingV2ServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +1 -1
- package/dist-types/waiters/waitForLoadBalancerAvailable.d.ts +1 -1
- package/dist-types/waiters/waitForLoadBalancerExists.d.ts +1 -1
- package/dist-types/waiters/waitForLoadBalancersDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForTargetDeregistered.d.ts +1 -1
- package/dist-types/waiters/waitForTargetInService.d.ts +1 -1
- package/package.json +13 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateTrustStoreCommandOutput
|
|
|
18
18
|
declare const CreateTrustStoreCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateTrustStoreCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateTrustStoreCommandInput,
|
|
23
23
|
CreateTrustStoreCommandOutput,
|
|
24
24
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateTrustStoreCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateTrustStoreCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateTrustStoreCommandInput,
|
|
32
32
|
CreateTrustStoreCommandOutput,
|
|
33
33
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateTrustStoreCommand extends CreateTrustStoreCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteListenerCommandOutput
|
|
|
15
15
|
declare const DeleteListenerCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteListenerCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteListenerCommandInput,
|
|
20
20
|
DeleteListenerCommandOutput,
|
|
21
21
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteListenerCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteListenerCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteListenerCommandInput,
|
|
29
29
|
DeleteListenerCommandOutput,
|
|
30
30
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteListenerCommand extends DeleteListenerCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteLoadBalancerCommandOutput
|
|
|
19
19
|
declare const DeleteLoadBalancerCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteLoadBalancerCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteLoadBalancerCommandInput,
|
|
24
24
|
DeleteLoadBalancerCommandOutput,
|
|
25
25
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteLoadBalancerCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteLoadBalancerCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteLoadBalancerCommandInput,
|
|
33
33
|
DeleteLoadBalancerCommandOutput,
|
|
34
34
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteLoadBalancerCommand extends DeleteLoadBalancerCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteRuleCommandOutput
|
|
|
15
15
|
declare const DeleteRuleCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteRuleCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteRuleCommandInput,
|
|
20
20
|
DeleteRuleCommandOutput,
|
|
21
21
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteRuleCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteRuleCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteRuleCommandInput,
|
|
29
29
|
DeleteRuleCommandOutput,
|
|
30
30
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteSharedTrustStoreAssociationCommandOutput
|
|
|
19
19
|
declare const DeleteSharedTrustStoreAssociationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteSharedTrustStoreAssociationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteSharedTrustStoreAssociationCommandInput,
|
|
24
24
|
DeleteSharedTrustStoreAssociationCommandOutput,
|
|
25
25
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteSharedTrustStoreAssociationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteSharedTrustStoreAssociationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteSharedTrustStoreAssociationCommandInput,
|
|
33
33
|
DeleteSharedTrustStoreAssociationCommandOutput,
|
|
34
34
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteSharedTrustStoreAssociationCommand extends DeleteSharedTrustStoreAssociationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteTargetGroupCommandOutput
|
|
|
18
18
|
declare const DeleteTargetGroupCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteTargetGroupCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteTargetGroupCommandInput,
|
|
23
23
|
DeleteTargetGroupCommandOutput,
|
|
24
24
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteTargetGroupCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteTargetGroupCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteTargetGroupCommandInput,
|
|
32
32
|
DeleteTargetGroupCommandOutput,
|
|
33
33
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteTargetGroupCommand extends DeleteTargetGroupCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteTrustStoreCommandOutput
|
|
|
18
18
|
declare const DeleteTrustStoreCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteTrustStoreCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteTrustStoreCommandInput,
|
|
23
23
|
DeleteTrustStoreCommandOutput,
|
|
24
24
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteTrustStoreCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteTrustStoreCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteTrustStoreCommandInput,
|
|
32
32
|
DeleteTrustStoreCommandOutput,
|
|
33
33
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteTrustStoreCommand extends DeleteTrustStoreCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeregisterTargetsCommandOutput
|
|
|
18
18
|
declare const DeregisterTargetsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeregisterTargetsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeregisterTargetsCommandInput,
|
|
23
23
|
DeregisterTargetsCommandOutput,
|
|
24
24
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeregisterTargetsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeregisterTargetsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeregisterTargetsCommandInput,
|
|
32
32
|
DeregisterTargetsCommandOutput,
|
|
33
33
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeregisterTargetsCommand extends DeregisterTargetsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeAccountLimitsCommandOutput
|
|
|
19
19
|
declare const DescribeAccountLimitsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeAccountLimitsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeAccountLimitsCommandInput,
|
|
24
24
|
DescribeAccountLimitsCommandOutput,
|
|
25
25
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeAccountLimitsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeAccountLimitsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeAccountLimitsCommandInput,
|
|
33
33
|
DescribeAccountLimitsCommandOutput,
|
|
34
34
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeAccountLimitsCommand extends DescribeAccountLimitsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeCapacityReservationCommandOutput
|
|
|
19
19
|
declare const DescribeCapacityReservationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeCapacityReservationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeCapacityReservationCommandInput,
|
|
24
24
|
DescribeCapacityReservationCommandOutput,
|
|
25
25
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeCapacityReservationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeCapacityReservationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeCapacityReservationCommandInput,
|
|
33
33
|
DescribeCapacityReservationCommandOutput,
|
|
34
34
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeCapacityReservationCommand extends DescribeCapacityReservationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeListenerAttributesCommandOutput
|
|
|
19
19
|
declare const DescribeListenerAttributesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeListenerAttributesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeListenerAttributesCommandInput,
|
|
24
24
|
DescribeListenerAttributesCommandOutput,
|
|
25
25
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeListenerAttributesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeListenerAttributesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeListenerAttributesCommandInput,
|
|
33
33
|
DescribeListenerAttributesCommandOutput,
|
|
34
34
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeListenerAttributesCommand extends DescribeListenerAttributesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeListenerCertificatesCommandOutput
|
|
|
19
19
|
declare const DescribeListenerCertificatesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeListenerCertificatesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeListenerCertificatesCommandInput,
|
|
24
24
|
DescribeListenerCertificatesCommandOutput,
|
|
25
25
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeListenerCertificatesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeListenerCertificatesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeListenerCertificatesCommandInput,
|
|
33
33
|
DescribeListenerCertificatesCommandOutput,
|
|
34
34
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeListenerCertificatesCommand extends DescribeListenerCertificatesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DescribeListenersCommandOutput
|
|
|
18
18
|
declare const DescribeListenersCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DescribeListenersCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DescribeListenersCommandInput,
|
|
23
23
|
DescribeListenersCommandOutput,
|
|
24
24
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DescribeListenersCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [DescribeListenersCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DescribeListenersCommandInput,
|
|
32
32
|
DescribeListenersCommandOutput,
|
|
33
33
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DescribeListenersCommand extends DescribeListenersCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeLoadBalancerAttributesCommandOutput
|
|
|
19
19
|
declare const DescribeLoadBalancerAttributesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeLoadBalancerAttributesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeLoadBalancerAttributesCommandInput,
|
|
24
24
|
DescribeLoadBalancerAttributesCommandOutput,
|
|
25
25
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeLoadBalancerAttributesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeLoadBalancerAttributesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeLoadBalancerAttributesCommandInput,
|
|
33
33
|
DescribeLoadBalancerAttributesCommandOutput,
|
|
34
34
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeLoadBalancerAttributesCommand extends DescribeLoadBalancerAttributesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeLoadBalancersCommandOutput
|
|
|
19
19
|
declare const DescribeLoadBalancersCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeLoadBalancersCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeLoadBalancersCommandInput,
|
|
24
24
|
DescribeLoadBalancersCommandOutput,
|
|
25
25
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeLoadBalancersCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeLoadBalancersCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeLoadBalancersCommandInput,
|
|
33
33
|
DescribeLoadBalancersCommandOutput,
|
|
34
34
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeLoadBalancersCommand extends DescribeLoadBalancersCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DescribeRulesCommandOutput
|
|
|
15
15
|
declare const DescribeRulesCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DescribeRulesCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DescribeRulesCommandInput,
|
|
20
20
|
DescribeRulesCommandOutput,
|
|
21
21
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DescribeRulesCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [DescribeRulesCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DescribeRulesCommandInput,
|
|
29
29
|
DescribeRulesCommandOutput,
|
|
30
30
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DescribeRulesCommand extends DescribeRulesCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeSSLPoliciesCommandOutput
|
|
|
19
19
|
declare const DescribeSSLPoliciesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeSSLPoliciesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeSSLPoliciesCommandInput,
|
|
24
24
|
DescribeSSLPoliciesCommandOutput,
|
|
25
25
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeSSLPoliciesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeSSLPoliciesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeSSLPoliciesCommandInput,
|
|
33
33
|
DescribeSSLPoliciesCommandOutput,
|
|
34
34
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeSSLPoliciesCommand extends DescribeSSLPoliciesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DescribeTagsCommandOutput
|
|
|
15
15
|
declare const DescribeTagsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DescribeTagsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DescribeTagsCommandInput,
|
|
20
20
|
DescribeTagsCommandOutput,
|
|
21
21
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DescribeTagsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DescribeTagsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DescribeTagsCommandInput,
|
|
29
29
|
DescribeTagsCommandOutput,
|
|
30
30
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeTargetGroupAttributesCommandOutput
|
|
|
19
19
|
declare const DescribeTargetGroupAttributesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeTargetGroupAttributesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeTargetGroupAttributesCommandInput,
|
|
24
24
|
DescribeTargetGroupAttributesCommandOutput,
|
|
25
25
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeTargetGroupAttributesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeTargetGroupAttributesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeTargetGroupAttributesCommandInput,
|
|
33
33
|
DescribeTargetGroupAttributesCommandOutput,
|
|
34
34
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeTargetGroupAttributesCommand extends DescribeTargetGroupAttributesCommand_base {
|
|
41
43
|
protected static __types: {
|