@aws-sdk/client-elastic-load-balancing-v2 3.651.0 → 3.654.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
|
@@ -83,4 +83,15 @@ declare const AddListenerCertificatesCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class AddListenerCertificatesCommand extends AddListenerCertificatesCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: AddListenerCertificatesInput;
|
|
90
|
+
output: AddListenerCertificatesOutput;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: AddListenerCertificatesCommandInput;
|
|
94
|
+
output: AddListenerCertificatesCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -111,4 +111,15 @@ declare const AddTagsCommand_base: {
|
|
|
111
111
|
*
|
|
112
112
|
*/
|
|
113
113
|
export declare class AddTagsCommand extends AddTagsCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: AddTagsInput;
|
|
118
|
+
output: {};
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: AddTagsCommandInput;
|
|
122
|
+
output: AddTagsCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
114
125
|
}
|
|
@@ -84,4 +84,15 @@ declare const AddTrustStoreRevocationsCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class AddTrustStoreRevocationsCommand extends AddTrustStoreRevocationsCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: AddTrustStoreRevocationsInput;
|
|
91
|
+
output: AddTrustStoreRevocationsOutput;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: AddTrustStoreRevocationsCommandInput;
|
|
95
|
+
output: AddTrustStoreRevocationsCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -397,4 +397,15 @@ declare const CreateListenerCommand_base: {
|
|
|
397
397
|
*
|
|
398
398
|
*/
|
|
399
399
|
export declare class CreateListenerCommand extends CreateListenerCommand_base {
|
|
400
|
+
/** @internal type navigation helper, not in runtime. */
|
|
401
|
+
protected static __types: {
|
|
402
|
+
api: {
|
|
403
|
+
input: CreateListenerInput;
|
|
404
|
+
output: CreateListenerOutput;
|
|
405
|
+
};
|
|
406
|
+
sdk: {
|
|
407
|
+
input: CreateListenerCommandInput;
|
|
408
|
+
output: CreateListenerCommandOutput;
|
|
409
|
+
};
|
|
410
|
+
};
|
|
400
411
|
}
|
|
@@ -276,4 +276,15 @@ declare const CreateLoadBalancerCommand_base: {
|
|
|
276
276
|
*
|
|
277
277
|
*/
|
|
278
278
|
export declare class CreateLoadBalancerCommand extends CreateLoadBalancerCommand_base {
|
|
279
|
+
/** @internal type navigation helper, not in runtime. */
|
|
280
|
+
protected static __types: {
|
|
281
|
+
api: {
|
|
282
|
+
input: CreateLoadBalancerInput;
|
|
283
|
+
output: CreateLoadBalancerOutput;
|
|
284
|
+
};
|
|
285
|
+
sdk: {
|
|
286
|
+
input: CreateLoadBalancerCommandInput;
|
|
287
|
+
output: CreateLoadBalancerCommandOutput;
|
|
288
|
+
};
|
|
289
|
+
};
|
|
279
290
|
}
|
|
@@ -375,4 +375,15 @@ declare const CreateRuleCommand_base: {
|
|
|
375
375
|
*
|
|
376
376
|
*/
|
|
377
377
|
export declare class CreateRuleCommand extends CreateRuleCommand_base {
|
|
378
|
+
/** @internal type navigation helper, not in runtime. */
|
|
379
|
+
protected static __types: {
|
|
380
|
+
api: {
|
|
381
|
+
input: CreateRuleInput;
|
|
382
|
+
output: CreateRuleOutput;
|
|
383
|
+
};
|
|
384
|
+
sdk: {
|
|
385
|
+
input: CreateRuleCommandInput;
|
|
386
|
+
output: CreateRuleCommandOutput;
|
|
387
|
+
};
|
|
388
|
+
};
|
|
378
389
|
}
|
|
@@ -180,4 +180,15 @@ declare const CreateTargetGroupCommand_base: {
|
|
|
180
180
|
*
|
|
181
181
|
*/
|
|
182
182
|
export declare class CreateTargetGroupCommand extends CreateTargetGroupCommand_base {
|
|
183
|
+
/** @internal type navigation helper, not in runtime. */
|
|
184
|
+
protected static __types: {
|
|
185
|
+
api: {
|
|
186
|
+
input: CreateTargetGroupInput;
|
|
187
|
+
output: CreateTargetGroupOutput;
|
|
188
|
+
};
|
|
189
|
+
sdk: {
|
|
190
|
+
input: CreateTargetGroupCommandInput;
|
|
191
|
+
output: CreateTargetGroupCommandOutput;
|
|
192
|
+
};
|
|
193
|
+
};
|
|
183
194
|
}
|
|
@@ -92,4 +92,15 @@ declare const CreateTrustStoreCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class CreateTrustStoreCommand extends CreateTrustStoreCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: CreateTrustStoreInput;
|
|
99
|
+
output: CreateTrustStoreOutput;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: CreateTrustStoreCommandInput;
|
|
103
|
+
output: CreateTrustStoreCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -74,4 +74,15 @@ declare const DeleteListenerCommand_base: {
|
|
|
74
74
|
*
|
|
75
75
|
*/
|
|
76
76
|
export declare class DeleteListenerCommand extends DeleteListenerCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DeleteListenerInput;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DeleteListenerCommandInput;
|
|
85
|
+
output: DeleteListenerCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -81,4 +81,15 @@ declare const DeleteLoadBalancerCommand_base: {
|
|
|
81
81
|
*
|
|
82
82
|
*/
|
|
83
83
|
export declare class DeleteLoadBalancerCommand extends DeleteLoadBalancerCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: DeleteLoadBalancerInput;
|
|
88
|
+
output: {};
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: DeleteLoadBalancerCommandInput;
|
|
92
|
+
output: DeleteLoadBalancerCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -73,4 +73,15 @@ declare const DeleteRuleCommand_base: {
|
|
|
73
73
|
*
|
|
74
74
|
*/
|
|
75
75
|
export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DeleteRuleInput;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DeleteRuleCommandInput;
|
|
84
|
+
output: DeleteRuleCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -77,4 +77,15 @@ declare const DeleteSharedTrustStoreAssociationCommand_base: {
|
|
|
77
77
|
*
|
|
78
78
|
*/
|
|
79
79
|
export declare class DeleteSharedTrustStoreAssociationCommand extends DeleteSharedTrustStoreAssociationCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: DeleteSharedTrustStoreAssociationInput;
|
|
84
|
+
output: {};
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: DeleteSharedTrustStoreAssociationCommandInput;
|
|
88
|
+
output: DeleteSharedTrustStoreAssociationCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -73,4 +73,15 @@ declare const DeleteTargetGroupCommand_base: {
|
|
|
73
73
|
*
|
|
74
74
|
*/
|
|
75
75
|
export declare class DeleteTargetGroupCommand extends DeleteTargetGroupCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DeleteTargetGroupInput;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DeleteTargetGroupCommandInput;
|
|
84
|
+
output: DeleteTargetGroupCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -61,4 +61,15 @@ declare const DeleteTrustStoreCommand_base: {
|
|
|
61
61
|
* @public
|
|
62
62
|
*/
|
|
63
63
|
export declare class DeleteTrustStoreCommand extends DeleteTrustStoreCommand_base {
|
|
64
|
+
/** @internal type navigation helper, not in runtime. */
|
|
65
|
+
protected static __types: {
|
|
66
|
+
api: {
|
|
67
|
+
input: DeleteTrustStoreInput;
|
|
68
|
+
output: {};
|
|
69
|
+
};
|
|
70
|
+
sdk: {
|
|
71
|
+
input: DeleteTrustStoreCommandInput;
|
|
72
|
+
output: DeleteTrustStoreCommandOutput;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
64
75
|
}
|
|
@@ -111,4 +111,15 @@ declare const DeregisterTargetsCommand_base: {
|
|
|
111
111
|
*
|
|
112
112
|
*/
|
|
113
113
|
export declare class DeregisterTargetsCommand extends DeregisterTargetsCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: DeregisterTargetsInput;
|
|
118
|
+
output: {};
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: DeregisterTargetsCommandInput;
|
|
122
|
+
output: DeregisterTargetsCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
114
125
|
}
|
|
@@ -86,4 +86,15 @@ declare const DescribeAccountLimitsCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class DescribeAccountLimitsCommand extends DescribeAccountLimitsCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: DescribeAccountLimitsInput;
|
|
93
|
+
output: DescribeAccountLimitsOutput;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: DescribeAccountLimitsCommandInput;
|
|
97
|
+
output: DescribeAccountLimitsCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -76,4 +76,15 @@ declare const DescribeListenerAttributesCommand_base: {
|
|
|
76
76
|
*
|
|
77
77
|
*/
|
|
78
78
|
export declare class DescribeListenerAttributesCommand extends DescribeListenerAttributesCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DescribeListenerAttributesInput;
|
|
83
|
+
output: DescribeListenerAttributesOutput;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DescribeListenerAttributesCommandInput;
|
|
87
|
+
output: DescribeListenerAttributesCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -75,4 +75,15 @@ declare const DescribeListenerCertificatesCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class DescribeListenerCertificatesCommand extends DescribeListenerCertificatesCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DescribeListenerCertificatesInput;
|
|
82
|
+
output: DescribeListenerCertificatesOutput;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DescribeListenerCertificatesCommandInput;
|
|
86
|
+
output: DescribeListenerCertificatesCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -188,4 +188,15 @@ declare const DescribeListenersCommand_base: {
|
|
|
188
188
|
*
|
|
189
189
|
*/
|
|
190
190
|
export declare class DescribeListenersCommand extends DescribeListenersCommand_base {
|
|
191
|
+
/** @internal type navigation helper, not in runtime. */
|
|
192
|
+
protected static __types: {
|
|
193
|
+
api: {
|
|
194
|
+
input: DescribeListenersInput;
|
|
195
|
+
output: DescribeListenersOutput;
|
|
196
|
+
};
|
|
197
|
+
sdk: {
|
|
198
|
+
input: DescribeListenersCommandInput;
|
|
199
|
+
output: DescribeListenersCommandOutput;
|
|
200
|
+
};
|
|
201
|
+
};
|
|
191
202
|
}
|
|
@@ -124,4 +124,15 @@ declare const DescribeLoadBalancerAttributesCommand_base: {
|
|
|
124
124
|
*
|
|
125
125
|
*/
|
|
126
126
|
export declare class DescribeLoadBalancerAttributesCommand extends DescribeLoadBalancerAttributesCommand_base {
|
|
127
|
+
/** @internal type navigation helper, not in runtime. */
|
|
128
|
+
protected static __types: {
|
|
129
|
+
api: {
|
|
130
|
+
input: DescribeLoadBalancerAttributesInput;
|
|
131
|
+
output: DescribeLoadBalancerAttributesOutput;
|
|
132
|
+
};
|
|
133
|
+
sdk: {
|
|
134
|
+
input: DescribeLoadBalancerAttributesCommandInput;
|
|
135
|
+
output: DescribeLoadBalancerAttributesCommandOutput;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
127
138
|
}
|
|
@@ -149,4 +149,15 @@ declare const DescribeLoadBalancersCommand_base: {
|
|
|
149
149
|
*
|
|
150
150
|
*/
|
|
151
151
|
export declare class DescribeLoadBalancersCommand extends DescribeLoadBalancersCommand_base {
|
|
152
|
+
/** @internal type navigation helper, not in runtime. */
|
|
153
|
+
protected static __types: {
|
|
154
|
+
api: {
|
|
155
|
+
input: DescribeLoadBalancersInput;
|
|
156
|
+
output: DescribeLoadBalancersOutput;
|
|
157
|
+
};
|
|
158
|
+
sdk: {
|
|
159
|
+
input: DescribeLoadBalancersCommandInput;
|
|
160
|
+
output: DescribeLoadBalancersCommandOutput;
|
|
161
|
+
};
|
|
162
|
+
};
|
|
152
163
|
}
|
|
@@ -217,4 +217,15 @@ declare const DescribeRulesCommand_base: {
|
|
|
217
217
|
*
|
|
218
218
|
*/
|
|
219
219
|
export declare class DescribeRulesCommand extends DescribeRulesCommand_base {
|
|
220
|
+
/** @internal type navigation helper, not in runtime. */
|
|
221
|
+
protected static __types: {
|
|
222
|
+
api: {
|
|
223
|
+
input: DescribeRulesInput;
|
|
224
|
+
output: DescribeRulesOutput;
|
|
225
|
+
};
|
|
226
|
+
sdk: {
|
|
227
|
+
input: DescribeRulesCommandInput;
|
|
228
|
+
output: DescribeRulesCommandOutput;
|
|
229
|
+
};
|
|
230
|
+
};
|
|
220
231
|
}
|
|
@@ -189,4 +189,15 @@ declare const DescribeSSLPoliciesCommand_base: {
|
|
|
189
189
|
*
|
|
190
190
|
*/
|
|
191
191
|
export declare class DescribeSSLPoliciesCommand extends DescribeSSLPoliciesCommand_base {
|
|
192
|
+
/** @internal type navigation helper, not in runtime. */
|
|
193
|
+
protected static __types: {
|
|
194
|
+
api: {
|
|
195
|
+
input: DescribeSSLPoliciesInput;
|
|
196
|
+
output: DescribeSSLPoliciesOutput;
|
|
197
|
+
};
|
|
198
|
+
sdk: {
|
|
199
|
+
input: DescribeSSLPoliciesCommandInput;
|
|
200
|
+
output: DescribeSSLPoliciesCommandOutput;
|
|
201
|
+
};
|
|
202
|
+
};
|
|
192
203
|
}
|
|
@@ -118,4 +118,15 @@ declare const DescribeTagsCommand_base: {
|
|
|
118
118
|
*
|
|
119
119
|
*/
|
|
120
120
|
export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
|
|
121
|
+
/** @internal type navigation helper, not in runtime. */
|
|
122
|
+
protected static __types: {
|
|
123
|
+
api: {
|
|
124
|
+
input: DescribeTagsInput;
|
|
125
|
+
output: DescribeTagsOutput;
|
|
126
|
+
};
|
|
127
|
+
sdk: {
|
|
128
|
+
input: DescribeTagsCommandInput;
|
|
129
|
+
output: DescribeTagsCommandOutput;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
121
132
|
}
|
|
@@ -119,4 +119,15 @@ declare const DescribeTargetGroupAttributesCommand_base: {
|
|
|
119
119
|
*
|
|
120
120
|
*/
|
|
121
121
|
export declare class DescribeTargetGroupAttributesCommand extends DescribeTargetGroupAttributesCommand_base {
|
|
122
|
+
/** @internal type navigation helper, not in runtime. */
|
|
123
|
+
protected static __types: {
|
|
124
|
+
api: {
|
|
125
|
+
input: DescribeTargetGroupAttributesInput;
|
|
126
|
+
output: DescribeTargetGroupAttributesOutput;
|
|
127
|
+
};
|
|
128
|
+
sdk: {
|
|
129
|
+
input: DescribeTargetGroupAttributesCommandInput;
|
|
130
|
+
output: DescribeTargetGroupAttributesCommandOutput;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
122
133
|
}
|
|
@@ -140,4 +140,15 @@ declare const DescribeTargetGroupsCommand_base: {
|
|
|
140
140
|
*
|
|
141
141
|
*/
|
|
142
142
|
export declare class DescribeTargetGroupsCommand extends DescribeTargetGroupsCommand_base {
|
|
143
|
+
/** @internal type navigation helper, not in runtime. */
|
|
144
|
+
protected static __types: {
|
|
145
|
+
api: {
|
|
146
|
+
input: DescribeTargetGroupsInput;
|
|
147
|
+
output: DescribeTargetGroupsOutput;
|
|
148
|
+
};
|
|
149
|
+
sdk: {
|
|
150
|
+
input: DescribeTargetGroupsCommandInput;
|
|
151
|
+
output: DescribeTargetGroupsCommandOutput;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
143
154
|
}
|
|
@@ -167,4 +167,15 @@ declare const DescribeTargetHealthCommand_base: {
|
|
|
167
167
|
*
|
|
168
168
|
*/
|
|
169
169
|
export declare class DescribeTargetHealthCommand extends DescribeTargetHealthCommand_base {
|
|
170
|
+
/** @internal type navigation helper, not in runtime. */
|
|
171
|
+
protected static __types: {
|
|
172
|
+
api: {
|
|
173
|
+
input: DescribeTargetHealthInput;
|
|
174
|
+
output: DescribeTargetHealthOutput;
|
|
175
|
+
};
|
|
176
|
+
sdk: {
|
|
177
|
+
input: DescribeTargetHealthCommandInput;
|
|
178
|
+
output: DescribeTargetHealthCommandOutput;
|
|
179
|
+
};
|
|
180
|
+
};
|
|
170
181
|
}
|
|
@@ -67,4 +67,15 @@ declare const DescribeTrustStoreAssociationsCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class DescribeTrustStoreAssociationsCommand extends DescribeTrustStoreAssociationsCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: DescribeTrustStoreAssociationsInput;
|
|
74
|
+
output: DescribeTrustStoreAssociationsOutput;
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: DescribeTrustStoreAssociationsCommandInput;
|
|
78
|
+
output: DescribeTrustStoreAssociationsCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -77,4 +77,15 @@ declare const DescribeTrustStoreRevocationsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class DescribeTrustStoreRevocationsCommand extends DescribeTrustStoreRevocationsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: DescribeTrustStoreRevocationsInput;
|
|
84
|
+
output: DescribeTrustStoreRevocationsOutput;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: DescribeTrustStoreRevocationsCommandInput;
|
|
88
|
+
output: DescribeTrustStoreRevocationsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -76,4 +76,15 @@ declare const DescribeTrustStoresCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class DescribeTrustStoresCommand extends DescribeTrustStoresCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DescribeTrustStoresInput;
|
|
83
|
+
output: DescribeTrustStoresOutput;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DescribeTrustStoresCommandInput;
|
|
87
|
+
output: DescribeTrustStoresCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -71,4 +71,15 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
71
71
|
*
|
|
72
72
|
*/
|
|
73
73
|
export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: GetResourcePolicyInput;
|
|
78
|
+
output: GetResourcePolicyOutput;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: GetResourcePolicyCommandInput;
|
|
82
|
+
output: GetResourcePolicyCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -62,4 +62,15 @@ declare const GetTrustStoreCaCertificatesBundleCommand_base: {
|
|
|
62
62
|
* @public
|
|
63
63
|
*/
|
|
64
64
|
export declare class GetTrustStoreCaCertificatesBundleCommand extends GetTrustStoreCaCertificatesBundleCommand_base {
|
|
65
|
+
/** @internal type navigation helper, not in runtime. */
|
|
66
|
+
protected static __types: {
|
|
67
|
+
api: {
|
|
68
|
+
input: GetTrustStoreCaCertificatesBundleInput;
|
|
69
|
+
output: GetTrustStoreCaCertificatesBundleOutput;
|
|
70
|
+
};
|
|
71
|
+
sdk: {
|
|
72
|
+
input: GetTrustStoreCaCertificatesBundleCommandInput;
|
|
73
|
+
output: GetTrustStoreCaCertificatesBundleCommandOutput;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
65
76
|
}
|
|
@@ -66,4 +66,15 @@ declare const GetTrustStoreRevocationContentCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class GetTrustStoreRevocationContentCommand extends GetTrustStoreRevocationContentCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: GetTrustStoreRevocationContentInput;
|
|
73
|
+
output: GetTrustStoreRevocationContentOutput;
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: GetTrustStoreRevocationContentCommandInput;
|
|
77
|
+
output: GetTrustStoreRevocationContentCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -74,4 +74,15 @@ declare const ModifyListenerAttributesCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class ModifyListenerAttributesCommand extends ModifyListenerAttributesCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: ModifyListenerAttributesInput;
|
|
81
|
+
output: ModifyListenerAttributesOutput;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: ModifyListenerAttributesCommandInput;
|
|
85
|
+
output: ModifyListenerAttributesCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -360,4 +360,15 @@ declare const ModifyListenerCommand_base: {
|
|
|
360
360
|
*
|
|
361
361
|
*/
|
|
362
362
|
export declare class ModifyListenerCommand extends ModifyListenerCommand_base {
|
|
363
|
+
/** @internal type navigation helper, not in runtime. */
|
|
364
|
+
protected static __types: {
|
|
365
|
+
api: {
|
|
366
|
+
input: ModifyListenerInput;
|
|
367
|
+
output: ModifyListenerOutput;
|
|
368
|
+
};
|
|
369
|
+
sdk: {
|
|
370
|
+
input: ModifyListenerCommandInput;
|
|
371
|
+
output: ModifyListenerCommandOutput;
|
|
372
|
+
};
|
|
373
|
+
};
|
|
363
374
|
}
|
|
@@ -214,4 +214,15 @@ declare const ModifyLoadBalancerAttributesCommand_base: {
|
|
|
214
214
|
*
|
|
215
215
|
*/
|
|
216
216
|
export declare class ModifyLoadBalancerAttributesCommand extends ModifyLoadBalancerAttributesCommand_base {
|
|
217
|
+
/** @internal type navigation helper, not in runtime. */
|
|
218
|
+
protected static __types: {
|
|
219
|
+
api: {
|
|
220
|
+
input: ModifyLoadBalancerAttributesInput;
|
|
221
|
+
output: ModifyLoadBalancerAttributesOutput;
|
|
222
|
+
};
|
|
223
|
+
sdk: {
|
|
224
|
+
input: ModifyLoadBalancerAttributesCommandInput;
|
|
225
|
+
output: ModifyLoadBalancerAttributesCommandOutput;
|
|
226
|
+
};
|
|
227
|
+
};
|
|
217
228
|
}
|
|
@@ -347,4 +347,15 @@ declare const ModifyRuleCommand_base: {
|
|
|
347
347
|
*
|
|
348
348
|
*/
|
|
349
349
|
export declare class ModifyRuleCommand extends ModifyRuleCommand_base {
|
|
350
|
+
/** @internal type navigation helper, not in runtime. */
|
|
351
|
+
protected static __types: {
|
|
352
|
+
api: {
|
|
353
|
+
input: ModifyRuleInput;
|
|
354
|
+
output: ModifyRuleOutput;
|
|
355
|
+
};
|
|
356
|
+
sdk: {
|
|
357
|
+
input: ModifyRuleCommandInput;
|
|
358
|
+
output: ModifyRuleCommandOutput;
|
|
359
|
+
};
|
|
360
|
+
};
|
|
350
361
|
}
|
|
@@ -113,4 +113,15 @@ declare const ModifyTargetGroupAttributesCommand_base: {
|
|
|
113
113
|
*
|
|
114
114
|
*/
|
|
115
115
|
export declare class ModifyTargetGroupAttributesCommand extends ModifyTargetGroupAttributesCommand_base {
|
|
116
|
+
/** @internal type navigation helper, not in runtime. */
|
|
117
|
+
protected static __types: {
|
|
118
|
+
api: {
|
|
119
|
+
input: ModifyTargetGroupAttributesInput;
|
|
120
|
+
output: ModifyTargetGroupAttributesOutput;
|
|
121
|
+
};
|
|
122
|
+
sdk: {
|
|
123
|
+
input: ModifyTargetGroupAttributesCommandInput;
|
|
124
|
+
output: ModifyTargetGroupAttributesCommandOutput;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
116
127
|
}
|
|
@@ -140,4 +140,15 @@ declare const ModifyTargetGroupCommand_base: {
|
|
|
140
140
|
*
|
|
141
141
|
*/
|
|
142
142
|
export declare class ModifyTargetGroupCommand extends ModifyTargetGroupCommand_base {
|
|
143
|
+
/** @internal type navigation helper, not in runtime. */
|
|
144
|
+
protected static __types: {
|
|
145
|
+
api: {
|
|
146
|
+
input: ModifyTargetGroupInput;
|
|
147
|
+
output: ModifyTargetGroupOutput;
|
|
148
|
+
};
|
|
149
|
+
sdk: {
|
|
150
|
+
input: ModifyTargetGroupCommandInput;
|
|
151
|
+
output: ModifyTargetGroupCommandOutput;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
143
154
|
}
|