@aws-sdk/client-elastic-load-balancing-v2 3.651.1 → 3.658.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/commands/AddListenerCertificatesCommand.d.ts +11 -0
- package/dist-types/commands/AddTagsCommand.d.ts +11 -0
- package/dist-types/commands/AddTrustStoreRevocationsCommand.d.ts +11 -0
- package/dist-types/commands/CreateListenerCommand.d.ts +11 -0
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +11 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +11 -0
- package/dist-types/commands/CreateTargetGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +11 -0
- package/dist-types/commands/DeleteListenerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSharedTrustStoreAssociationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTargetGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +11 -0
- package/dist-types/commands/DeregisterTargetsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeListenerAttributesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeListenerCertificatesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeListenersCommand.d.ts +11 -0
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRulesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSSLPoliciesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTargetGroupAttributesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTargetHealthCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTrustStoreAssociationsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTrustStoreRevocationsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTrustStoresCommand.d.ts +11 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +11 -0
- package/dist-types/commands/GetTrustStoreRevocationContentCommand.d.ts +11 -0
- package/dist-types/commands/ModifyListenerAttributesCommand.d.ts +11 -0
- package/dist-types/commands/ModifyListenerCommand.d.ts +11 -0
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +11 -0
- package/dist-types/commands/ModifyRuleCommand.d.ts +11 -0
- package/dist-types/commands/ModifyTargetGroupAttributesCommand.d.ts +11 -0
- package/dist-types/commands/ModifyTargetGroupCommand.d.ts +11 -0
- package/dist-types/commands/ModifyTrustStoreCommand.d.ts +11 -0
- package/dist-types/commands/RegisterTargetsCommand.d.ts +11 -0
- package/dist-types/commands/RemoveListenerCertificatesCommand.d.ts +11 -0
- package/dist-types/commands/RemoveTagsCommand.d.ts +11 -0
- package/dist-types/commands/RemoveTrustStoreRevocationsCommand.d.ts +11 -0
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +11 -0
- package/dist-types/commands/SetRulePrioritiesCommand.d.ts +11 -0
- package/dist-types/commands/SetSecurityGroupsCommand.d.ts +11 -0
- package/dist-types/commands/SetSubnetsCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddTrustStoreRevocationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSharedTrustStoreAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeListenerAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTrustStoreAssociationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTrustStoreRevocationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTrustStoresCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTrustStoreRevocationContentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyListenerAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyTrustStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveTrustStoreRevocationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +12 -1
- package/package.json +36 -36
|
@@ -77,4 +77,15 @@ declare const ModifyTrustStoreCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ModifyTrustStoreCommand extends ModifyTrustStoreCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ModifyTrustStoreInput;
|
|
84
|
+
output: ModifyTrustStoreOutput;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ModifyTrustStoreCommandInput;
|
|
88
|
+
output: ModifyTrustStoreCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -125,4 +125,15 @@ declare const RegisterTargetsCommand_base: {
|
|
|
125
125
|
*
|
|
126
126
|
*/
|
|
127
127
|
export declare class RegisterTargetsCommand extends RegisterTargetsCommand_base {
|
|
128
|
+
/** @internal type navigation helper, not in runtime. */
|
|
129
|
+
protected static __types: {
|
|
130
|
+
api: {
|
|
131
|
+
input: RegisterTargetsInput;
|
|
132
|
+
output: {};
|
|
133
|
+
};
|
|
134
|
+
sdk: {
|
|
135
|
+
input: RegisterTargetsCommandInput;
|
|
136
|
+
output: RegisterTargetsCommandOutput;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
128
139
|
}
|
|
@@ -68,4 +68,15 @@ declare const RemoveListenerCertificatesCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class RemoveListenerCertificatesCommand extends RemoveListenerCertificatesCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: RemoveListenerCertificatesInput;
|
|
75
|
+
output: {};
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: RemoveListenerCertificatesCommandInput;
|
|
79
|
+
output: RemoveListenerCertificatesCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -97,4 +97,15 @@ declare const RemoveTagsCommand_base: {
|
|
|
97
97
|
*
|
|
98
98
|
*/
|
|
99
99
|
export declare class RemoveTagsCommand extends RemoveTagsCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: RemoveTagsInput;
|
|
104
|
+
output: {};
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: RemoveTagsCommandInput;
|
|
108
|
+
output: RemoveTagsCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -64,4 +64,15 @@ declare const RemoveTrustStoreRevocationsCommand_base: {
|
|
|
64
64
|
* @public
|
|
65
65
|
*/
|
|
66
66
|
export declare class RemoveTrustStoreRevocationsCommand extends RemoveTrustStoreRevocationsCommand_base {
|
|
67
|
+
/** @internal type navigation helper, not in runtime. */
|
|
68
|
+
protected static __types: {
|
|
69
|
+
api: {
|
|
70
|
+
input: RemoveTrustStoreRevocationsInput;
|
|
71
|
+
output: {};
|
|
72
|
+
};
|
|
73
|
+
sdk: {
|
|
74
|
+
input: RemoveTrustStoreRevocationsCommandInput;
|
|
75
|
+
output: RemoveTrustStoreRevocationsCommandOutput;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
67
78
|
}
|
|
@@ -67,4 +67,15 @@ declare const SetIpAddressTypeCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class SetIpAddressTypeCommand extends SetIpAddressTypeCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: SetIpAddressTypeInput;
|
|
74
|
+
output: SetIpAddressTypeOutput;
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: SetIpAddressTypeCommandInput;
|
|
78
|
+
output: SetIpAddressTypeCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -220,4 +220,15 @@ declare const SetRulePrioritiesCommand_base: {
|
|
|
220
220
|
*
|
|
221
221
|
*/
|
|
222
222
|
export declare class SetRulePrioritiesCommand extends SetRulePrioritiesCommand_base {
|
|
223
|
+
/** @internal type navigation helper, not in runtime. */
|
|
224
|
+
protected static __types: {
|
|
225
|
+
api: {
|
|
226
|
+
input: SetRulePrioritiesInput;
|
|
227
|
+
output: SetRulePrioritiesOutput;
|
|
228
|
+
};
|
|
229
|
+
sdk: {
|
|
230
|
+
input: SetRulePrioritiesCommandInput;
|
|
231
|
+
output: SetRulePrioritiesCommandOutput;
|
|
232
|
+
};
|
|
233
|
+
};
|
|
223
234
|
}
|
|
@@ -99,4 +99,15 @@ declare const SetSecurityGroupsCommand_base: {
|
|
|
99
99
|
*
|
|
100
100
|
*/
|
|
101
101
|
export declare class SetSecurityGroupsCommand extends SetSecurityGroupsCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: SetSecurityGroupsInput;
|
|
106
|
+
output: SetSecurityGroupsOutput;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: SetSecurityGroupsCommandInput;
|
|
110
|
+
output: SetSecurityGroupsCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -136,4 +136,15 @@ declare const SetSubnetsCommand_base: {
|
|
|
136
136
|
*
|
|
137
137
|
*/
|
|
138
138
|
export declare class SetSubnetsCommand extends SetSubnetsCommand_base {
|
|
139
|
+
/** @internal type navigation helper, not in runtime. */
|
|
140
|
+
protected static __types: {
|
|
141
|
+
api: {
|
|
142
|
+
input: SetSubnetsInput;
|
|
143
|
+
output: SetSubnetsOutput;
|
|
144
|
+
};
|
|
145
|
+
sdk: {
|
|
146
|
+
input: SetSubnetsCommandInput;
|
|
147
|
+
output: SetSubnetsCommandOutput;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
139
150
|
}
|
|
@@ -37,4 +37,15 @@ declare const AddListenerCertificatesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AddListenerCertificatesCommand extends AddListenerCertificatesCommand_base {
|
|
40
|
+
export declare class AddListenerCertificatesCommand extends AddListenerCertificatesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AddListenerCertificatesInput;
|
|
44
|
+
output: AddListenerCertificatesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AddListenerCertificatesCommandInput;
|
|
48
|
+
output: AddListenerCertificatesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -27,4 +27,15 @@ declare const AddTagsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
|
-
export declare class AddTagsCommand extends AddTagsCommand_base {
|
|
30
|
+
export declare class AddTagsCommand extends AddTagsCommand_base {
|
|
31
|
+
protected static __types: {
|
|
32
|
+
api: {
|
|
33
|
+
input: AddTagsInput;
|
|
34
|
+
output: {};
|
|
35
|
+
};
|
|
36
|
+
sdk: {
|
|
37
|
+
input: AddTagsCommandInput;
|
|
38
|
+
output: AddTagsCommandOutput;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AddTrustStoreRevocationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AddTrustStoreRevocationsCommand extends AddTrustStoreRevocationsCommand_base {
|
|
40
|
+
export declare class AddTrustStoreRevocationsCommand extends AddTrustStoreRevocationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AddTrustStoreRevocationsInput;
|
|
44
|
+
output: AddTrustStoreRevocationsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AddTrustStoreRevocationsCommandInput;
|
|
48
|
+
output: AddTrustStoreRevocationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateListenerCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateListenerCommand extends CreateListenerCommand_base {
|
|
36
|
+
export declare class CreateListenerCommand extends CreateListenerCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateListenerInput;
|
|
40
|
+
output: CreateListenerOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateListenerCommandInput;
|
|
44
|
+
output: CreateListenerCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateLoadBalancerCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateLoadBalancerCommand extends CreateLoadBalancerCommand_base {
|
|
40
|
+
export declare class CreateLoadBalancerCommand extends CreateLoadBalancerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateLoadBalancerInput;
|
|
44
|
+
output: CreateLoadBalancerOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateLoadBalancerCommandInput;
|
|
48
|
+
output: CreateLoadBalancerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateRuleCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateRuleCommand extends CreateRuleCommand_base {
|
|
36
|
+
export declare class CreateRuleCommand extends CreateRuleCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateRuleInput;
|
|
40
|
+
output: CreateRuleOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateRuleCommandInput;
|
|
44
|
+
output: CreateRuleCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateTargetGroupCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateTargetGroupCommand extends CreateTargetGroupCommand_base {
|
|
39
|
+
export declare class CreateTargetGroupCommand extends CreateTargetGroupCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateTargetGroupInput;
|
|
43
|
+
output: CreateTargetGroupOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateTargetGroupCommandInput;
|
|
47
|
+
output: CreateTargetGroupCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateTrustStoreCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateTrustStoreCommand extends CreateTrustStoreCommand_base {
|
|
39
|
+
export declare class CreateTrustStoreCommand extends CreateTrustStoreCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateTrustStoreInput;
|
|
43
|
+
output: CreateTrustStoreOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateTrustStoreCommandInput;
|
|
47
|
+
output: CreateTrustStoreCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteListenerCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteListenerCommand extends DeleteListenerCommand_base {
|
|
36
|
+
export declare class DeleteListenerCommand extends DeleteListenerCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteListenerInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteListenerCommandInput;
|
|
44
|
+
output: DeleteListenerCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteLoadBalancerCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteLoadBalancerCommand extends DeleteLoadBalancerCommand_base {
|
|
40
|
+
export declare class DeleteLoadBalancerCommand extends DeleteLoadBalancerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteLoadBalancerInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteLoadBalancerCommandInput;
|
|
48
|
+
output: DeleteLoadBalancerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteRuleCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
|
|
36
|
+
export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteRuleInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteRuleCommandInput;
|
|
44
|
+
output: DeleteRuleCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteSharedTrustStoreAssociationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteSharedTrustStoreAssociationCommand extends DeleteSharedTrustStoreAssociationCommand_base {
|
|
40
|
+
export declare class DeleteSharedTrustStoreAssociationCommand extends DeleteSharedTrustStoreAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteSharedTrustStoreAssociationInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteSharedTrustStoreAssociationCommandInput;
|
|
48
|
+
output: DeleteSharedTrustStoreAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteTargetGroupCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteTargetGroupCommand extends DeleteTargetGroupCommand_base {
|
|
39
|
+
export declare class DeleteTargetGroupCommand extends DeleteTargetGroupCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteTargetGroupInput;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteTargetGroupCommandInput;
|
|
47
|
+
output: DeleteTargetGroupCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteTrustStoreCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteTrustStoreCommand extends DeleteTrustStoreCommand_base {
|
|
39
|
+
export declare class DeleteTrustStoreCommand extends DeleteTrustStoreCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteTrustStoreInput;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteTrustStoreCommandInput;
|
|
47
|
+
output: DeleteTrustStoreCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeregisterTargetsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeregisterTargetsCommand extends DeregisterTargetsCommand_base {
|
|
39
|
+
export declare class DeregisterTargetsCommand extends DeregisterTargetsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeregisterTargetsInput;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeregisterTargetsCommandInput;
|
|
47
|
+
output: DeregisterTargetsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeAccountLimitsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeAccountLimitsCommand extends DescribeAccountLimitsCommand_base {
|
|
40
|
+
export declare class DescribeAccountLimitsCommand extends DescribeAccountLimitsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeAccountLimitsInput;
|
|
44
|
+
output: DescribeAccountLimitsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeAccountLimitsCommandInput;
|
|
48
|
+
output: DescribeAccountLimitsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeListenerAttributesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeListenerAttributesCommand extends DescribeListenerAttributesCommand_base {
|
|
40
|
+
export declare class DescribeListenerAttributesCommand extends DescribeListenerAttributesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeListenerAttributesInput;
|
|
44
|
+
output: DescribeListenerAttributesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeListenerAttributesCommandInput;
|
|
48
|
+
output: DescribeListenerAttributesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeListenerCertificatesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeListenerCertificatesCommand extends DescribeListenerCertificatesCommand_base {
|
|
40
|
+
export declare class DescribeListenerCertificatesCommand extends DescribeListenerCertificatesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeListenerCertificatesInput;
|
|
44
|
+
output: DescribeListenerCertificatesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeListenerCertificatesCommandInput;
|
|
48
|
+
output: DescribeListenerCertificatesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeListenersCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeListenersCommand extends DescribeListenersCommand_base {
|
|
39
|
+
export declare class DescribeListenersCommand extends DescribeListenersCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeListenersInput;
|
|
43
|
+
output: DescribeListenersOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeListenersCommandInput;
|
|
47
|
+
output: DescribeListenersCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeLoadBalancerAttributesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeLoadBalancerAttributesCommand extends DescribeLoadBalancerAttributesCommand_base {
|
|
40
|
+
export declare class DescribeLoadBalancerAttributesCommand extends DescribeLoadBalancerAttributesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeLoadBalancerAttributesInput;
|
|
44
|
+
output: DescribeLoadBalancerAttributesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeLoadBalancerAttributesCommandInput;
|
|
48
|
+
output: DescribeLoadBalancerAttributesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeLoadBalancersCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeLoadBalancersCommand extends DescribeLoadBalancersCommand_base {
|
|
40
|
+
export declare class DescribeLoadBalancersCommand extends DescribeLoadBalancersCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeLoadBalancersInput;
|
|
44
|
+
output: DescribeLoadBalancersOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeLoadBalancersCommandInput;
|
|
48
|
+
output: DescribeLoadBalancersCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeRulesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeRulesCommand extends DescribeRulesCommand_base {
|
|
36
|
+
export declare class DescribeRulesCommand extends DescribeRulesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DescribeRulesInput;
|
|
40
|
+
output: DescribeRulesOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeRulesCommandInput;
|
|
44
|
+
output: DescribeRulesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeSSLPoliciesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeSSLPoliciesCommand extends DescribeSSLPoliciesCommand_base {
|
|
40
|
+
export declare class DescribeSSLPoliciesCommand extends DescribeSSLPoliciesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeSSLPoliciesInput;
|
|
44
|
+
output: DescribeSSLPoliciesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeSSLPoliciesCommandInput;
|
|
48
|
+
output: DescribeSSLPoliciesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeTagsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
|
|
36
|
+
export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DescribeTagsInput;
|
|
40
|
+
output: DescribeTagsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeTagsCommandInput;
|
|
44
|
+
output: DescribeTagsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeTargetGroupAttributesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeTargetGroupAttributesCommand extends DescribeTargetGroupAttributesCommand_base {
|
|
40
|
+
export declare class DescribeTargetGroupAttributesCommand extends DescribeTargetGroupAttributesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeTargetGroupAttributesInput;
|
|
44
|
+
output: DescribeTargetGroupAttributesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeTargetGroupAttributesCommandInput;
|
|
48
|
+
output: DescribeTargetGroupAttributesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeTargetGroupsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeTargetGroupsCommand extends DescribeTargetGroupsCommand_base {
|
|
40
|
+
export declare class DescribeTargetGroupsCommand extends DescribeTargetGroupsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeTargetGroupsInput;
|
|
44
|
+
output: DescribeTargetGroupsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeTargetGroupsCommandInput;
|
|
48
|
+
output: DescribeTargetGroupsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeTargetHealthCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeTargetHealthCommand extends DescribeTargetHealthCommand_base {
|
|
40
|
+
export declare class DescribeTargetHealthCommand extends DescribeTargetHealthCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeTargetHealthInput;
|
|
44
|
+
output: DescribeTargetHealthOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeTargetHealthCommandInput;
|
|
48
|
+
output: DescribeTargetHealthCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeTrustStoreAssociationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeTrustStoreAssociationsCommand extends DescribeTrustStoreAssociationsCommand_base {
|
|
40
|
+
export declare class DescribeTrustStoreAssociationsCommand extends DescribeTrustStoreAssociationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeTrustStoreAssociationsInput;
|
|
44
|
+
output: DescribeTrustStoreAssociationsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeTrustStoreAssociationsCommandInput;
|
|
48
|
+
output: DescribeTrustStoreAssociationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|