@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,
|
|
@@ -19,7 +19,7 @@ export interface DescribeTargetGroupsCommandOutput
|
|
|
19
19
|
declare const DescribeTargetGroupsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeTargetGroupsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeTargetGroupsCommandInput,
|
|
24
24
|
DescribeTargetGroupsCommandOutput,
|
|
25
25
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeTargetGroupsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeTargetGroupsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeTargetGroupsCommandInput,
|
|
33
33
|
DescribeTargetGroupsCommandOutput,
|
|
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 DescribeTargetGroupsCommand extends DescribeTargetGroupsCommand_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 DescribeTargetHealthCommandOutput
|
|
|
19
19
|
declare const DescribeTargetHealthCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeTargetHealthCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeTargetHealthCommandInput,
|
|
24
24
|
DescribeTargetHealthCommandOutput,
|
|
25
25
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeTargetHealthCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeTargetHealthCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeTargetHealthCommandInput,
|
|
33
33
|
DescribeTargetHealthCommandOutput,
|
|
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 DescribeTargetHealthCommand extends DescribeTargetHealthCommand_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 DescribeTrustStoreAssociationsCommandOutput
|
|
|
19
19
|
declare const DescribeTrustStoreAssociationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeTrustStoreAssociationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeTrustStoreAssociationsCommandInput,
|
|
24
24
|
DescribeTrustStoreAssociationsCommandOutput,
|
|
25
25
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeTrustStoreAssociationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeTrustStoreAssociationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeTrustStoreAssociationsCommandInput,
|
|
33
33
|
DescribeTrustStoreAssociationsCommandOutput,
|
|
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 DescribeTrustStoreAssociationsCommand extends DescribeTrustStoreAssociationsCommand_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 DescribeTrustStoreRevocationsCommandOutput
|
|
|
19
19
|
declare const DescribeTrustStoreRevocationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeTrustStoreRevocationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeTrustStoreRevocationsCommandInput,
|
|
24
24
|
DescribeTrustStoreRevocationsCommandOutput,
|
|
25
25
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeTrustStoreRevocationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeTrustStoreRevocationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeTrustStoreRevocationsCommandInput,
|
|
33
33
|
DescribeTrustStoreRevocationsCommandOutput,
|
|
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 DescribeTrustStoreRevocationsCommand extends DescribeTrustStoreRevocationsCommand_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 DescribeTrustStoresCommandOutput
|
|
|
19
19
|
declare const DescribeTrustStoresCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeTrustStoresCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeTrustStoresCommandInput,
|
|
24
24
|
DescribeTrustStoresCommandOutput,
|
|
25
25
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeTrustStoresCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeTrustStoresCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeTrustStoresCommandInput,
|
|
33
33
|
DescribeTrustStoresCommandOutput,
|
|
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 DescribeTrustStoresCommand extends DescribeTrustStoresCommand_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 GetResourcePolicyCommandOutput
|
|
|
18
18
|
declare const GetResourcePolicyCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetResourcePolicyCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetResourcePolicyCommandInput,
|
|
23
23
|
GetResourcePolicyCommandOutput,
|
|
24
24
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetResourcePolicyCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetResourcePolicyCommandInput,
|
|
32
32
|
GetResourcePolicyCommandOutput,
|
|
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 GetResourcePolicyCommand extends GetResourcePolicyCommand_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 GetTrustStoreCaCertificatesBundleCommandOutput
|
|
|
19
19
|
declare const GetTrustStoreCaCertificatesBundleCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTrustStoreCaCertificatesBundleCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTrustStoreCaCertificatesBundleCommandInput,
|
|
24
24
|
GetTrustStoreCaCertificatesBundleCommandOutput,
|
|
25
25
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTrustStoreCaCertificatesBundleCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTrustStoreCaCertificatesBundleCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTrustStoreCaCertificatesBundleCommandInput,
|
|
33
33
|
GetTrustStoreCaCertificatesBundleCommandOutput,
|
|
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 GetTrustStoreCaCertificatesBundleCommand extends GetTrustStoreCaCertificatesBundleCommand_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 GetTrustStoreRevocationContentCommandOutput
|
|
|
19
19
|
declare const GetTrustStoreRevocationContentCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTrustStoreRevocationContentCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTrustStoreRevocationContentCommandInput,
|
|
24
24
|
GetTrustStoreRevocationContentCommandOutput,
|
|
25
25
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTrustStoreRevocationContentCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTrustStoreRevocationContentCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTrustStoreRevocationContentCommandInput,
|
|
33
33
|
GetTrustStoreRevocationContentCommandOutput,
|
|
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 GetTrustStoreRevocationContentCommand extends GetTrustStoreRevocationContentCommand_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 ModifyCapacityReservationCommandOutput
|
|
|
19
19
|
declare const ModifyCapacityReservationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ModifyCapacityReservationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ModifyCapacityReservationCommandInput,
|
|
24
24
|
ModifyCapacityReservationCommandOutput,
|
|
25
25
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ModifyCapacityReservationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ModifyCapacityReservationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ModifyCapacityReservationCommandInput,
|
|
33
33
|
ModifyCapacityReservationCommandOutput,
|
|
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 ModifyCapacityReservationCommand extends ModifyCapacityReservationCommand_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 ModifyIpPoolsCommandOutput
|
|
|
15
15
|
declare const ModifyIpPoolsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ModifyIpPoolsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ModifyIpPoolsCommandInput,
|
|
20
20
|
ModifyIpPoolsCommandOutput,
|
|
21
21
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ModifyIpPoolsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ModifyIpPoolsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ModifyIpPoolsCommandInput,
|
|
29
29
|
ModifyIpPoolsCommandOutput,
|
|
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 ModifyIpPoolsCommand extends ModifyIpPoolsCommand_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 ModifyListenerAttributesCommandOutput
|
|
|
19
19
|
declare const ModifyListenerAttributesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ModifyListenerAttributesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ModifyListenerAttributesCommandInput,
|
|
24
24
|
ModifyListenerAttributesCommandOutput,
|
|
25
25
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ModifyListenerAttributesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ModifyListenerAttributesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ModifyListenerAttributesCommandInput,
|
|
33
33
|
ModifyListenerAttributesCommandOutput,
|
|
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 ModifyListenerAttributesCommand extends ModifyListenerAttributesCommand_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 ModifyListenerCommandOutput
|
|
|
15
15
|
declare const ModifyListenerCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ModifyListenerCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ModifyListenerCommandInput,
|
|
20
20
|
ModifyListenerCommandOutput,
|
|
21
21
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ModifyListenerCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ModifyListenerCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ModifyListenerCommandInput,
|
|
29
29
|
ModifyListenerCommandOutput,
|
|
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 ModifyListenerCommand extends ModifyListenerCommand_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 ModifyLoadBalancerAttributesCommandOutput
|
|
|
19
19
|
declare const ModifyLoadBalancerAttributesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ModifyLoadBalancerAttributesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ModifyLoadBalancerAttributesCommandInput,
|
|
24
24
|
ModifyLoadBalancerAttributesCommandOutput,
|
|
25
25
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ModifyLoadBalancerAttributesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ModifyLoadBalancerAttributesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ModifyLoadBalancerAttributesCommandInput,
|
|
33
33
|
ModifyLoadBalancerAttributesCommandOutput,
|
|
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 ModifyLoadBalancerAttributesCommand extends ModifyLoadBalancerAttributesCommand_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 ModifyRuleCommandOutput
|
|
|
15
15
|
declare const ModifyRuleCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ModifyRuleCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ModifyRuleCommandInput,
|
|
20
20
|
ModifyRuleCommandOutput,
|
|
21
21
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ModifyRuleCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ModifyRuleCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ModifyRuleCommandInput,
|
|
29
29
|
ModifyRuleCommandOutput,
|
|
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 ModifyRuleCommand extends ModifyRuleCommand_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 ModifyTargetGroupAttributesCommandOutput
|
|
|
19
19
|
declare const ModifyTargetGroupAttributesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ModifyTargetGroupAttributesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ModifyTargetGroupAttributesCommandInput,
|
|
24
24
|
ModifyTargetGroupAttributesCommandOutput,
|
|
25
25
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ModifyTargetGroupAttributesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ModifyTargetGroupAttributesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ModifyTargetGroupAttributesCommandInput,
|
|
33
33
|
ModifyTargetGroupAttributesCommandOutput,
|
|
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 ModifyTargetGroupAttributesCommand extends ModifyTargetGroupAttributesCommand_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 ModifyTargetGroupCommandOutput
|
|
|
18
18
|
declare const ModifyTargetGroupCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ModifyTargetGroupCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ModifyTargetGroupCommandInput,
|
|
23
23
|
ModifyTargetGroupCommandOutput,
|
|
24
24
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ModifyTargetGroupCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ModifyTargetGroupCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ModifyTargetGroupCommandInput,
|
|
32
32
|
ModifyTargetGroupCommandOutput,
|
|
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 ModifyTargetGroupCommand extends ModifyTargetGroupCommand_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 ModifyTrustStoreCommandOutput
|
|
|
18
18
|
declare const ModifyTrustStoreCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ModifyTrustStoreCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ModifyTrustStoreCommandInput,
|
|
23
23
|
ModifyTrustStoreCommandOutput,
|
|
24
24
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ModifyTrustStoreCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ModifyTrustStoreCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ModifyTrustStoreCommandInput,
|
|
32
32
|
ModifyTrustStoreCommandOutput,
|
|
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 ModifyTrustStoreCommand extends ModifyTrustStoreCommand_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 RegisterTargetsCommandOutput
|
|
|
18
18
|
declare const RegisterTargetsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: RegisterTargetsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
RegisterTargetsCommandInput,
|
|
23
23
|
RegisterTargetsCommandOutput,
|
|
24
24
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const RegisterTargetsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: RegisterTargetsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
RegisterTargetsCommandInput,
|
|
32
32
|
RegisterTargetsCommandOutput,
|
|
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 RegisterTargetsCommand extends RegisterTargetsCommand_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 RemoveListenerCertificatesCommandOutput
|
|
|
19
19
|
declare const RemoveListenerCertificatesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: RemoveListenerCertificatesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
RemoveListenerCertificatesCommandInput,
|
|
24
24
|
RemoveListenerCertificatesCommandOutput,
|
|
25
25
|
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const RemoveListenerCertificatesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: RemoveListenerCertificatesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
RemoveListenerCertificatesCommandInput,
|
|
33
33
|
RemoveListenerCertificatesCommandOutput,
|
|
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 RemoveListenerCertificatesCommand extends RemoveListenerCertificatesCommand_base {
|
|
41
43
|
protected static __types: {
|