@aws-sdk/client-elastic-load-balancing-v2 3.478.0 → 3.481.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/commands/AddListenerCertificatesCommand.js +18 -41
- package/dist-cjs/commands/AddTagsCommand.js +18 -41
- package/dist-cjs/commands/AddTrustStoreRevocationsCommand.js +18 -41
- package/dist-cjs/commands/CreateListenerCommand.js +18 -41
- package/dist-cjs/commands/CreateLoadBalancerCommand.js +18 -41
- package/dist-cjs/commands/CreateRuleCommand.js +18 -41
- package/dist-cjs/commands/CreateTargetGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/DeleteListenerCommand.js +18 -41
- package/dist-cjs/commands/DeleteLoadBalancerCommand.js +18 -41
- package/dist-cjs/commands/DeleteRuleCommand.js +18 -41
- package/dist-cjs/commands/DeleteTargetGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/DeregisterTargetsCommand.js +18 -41
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +18 -41
- package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +18 -41
- package/dist-cjs/commands/DescribeListenersCommand.js +18 -41
- package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +18 -41
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +18 -41
- package/dist-cjs/commands/DescribeRulesCommand.js +18 -41
- package/dist-cjs/commands/DescribeSSLPoliciesCommand.js +18 -41
- package/dist-cjs/commands/DescribeTagsCommand.js +18 -41
- package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +18 -41
- package/dist-cjs/commands/DescribeTargetGroupsCommand.js +18 -41
- package/dist-cjs/commands/DescribeTargetHealthCommand.js +18 -41
- package/dist-cjs/commands/DescribeTrustStoreAssociationsCommand.js +18 -41
- package/dist-cjs/commands/DescribeTrustStoreRevocationsCommand.js +18 -41
- package/dist-cjs/commands/DescribeTrustStoresCommand.js +18 -41
- package/dist-cjs/commands/GetTrustStoreCaCertificatesBundleCommand.js +18 -41
- package/dist-cjs/commands/GetTrustStoreRevocationContentCommand.js +18 -41
- package/dist-cjs/commands/ModifyListenerCommand.js +18 -41
- package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +18 -41
- package/dist-cjs/commands/ModifyRuleCommand.js +18 -41
- package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js +18 -41
- package/dist-cjs/commands/ModifyTargetGroupCommand.js +18 -41
- package/dist-cjs/commands/ModifyTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/RegisterTargetsCommand.js +18 -41
- package/dist-cjs/commands/RemoveListenerCertificatesCommand.js +18 -41
- package/dist-cjs/commands/RemoveTagsCommand.js +18 -41
- package/dist-cjs/commands/RemoveTrustStoreRevocationsCommand.js +18 -41
- package/dist-cjs/commands/SetIpAddressTypeCommand.js +18 -41
- package/dist-cjs/commands/SetRulePrioritiesCommand.js +18 -41
- package/dist-cjs/commands/SetSecurityGroupsCommand.js +18 -41
- package/dist-cjs/commands/SetSubnetsCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AddListenerCertificatesCommand.js +18 -41
- package/dist-es/commands/AddTagsCommand.js +18 -41
- package/dist-es/commands/AddTrustStoreRevocationsCommand.js +18 -41
- package/dist-es/commands/CreateListenerCommand.js +18 -41
- package/dist-es/commands/CreateLoadBalancerCommand.js +18 -41
- package/dist-es/commands/CreateRuleCommand.js +18 -41
- package/dist-es/commands/CreateTargetGroupCommand.js +18 -41
- package/dist-es/commands/CreateTrustStoreCommand.js +18 -41
- package/dist-es/commands/DeleteListenerCommand.js +18 -41
- package/dist-es/commands/DeleteLoadBalancerCommand.js +18 -41
- package/dist-es/commands/DeleteRuleCommand.js +18 -41
- package/dist-es/commands/DeleteTargetGroupCommand.js +18 -41
- package/dist-es/commands/DeleteTrustStoreCommand.js +18 -41
- package/dist-es/commands/DeregisterTargetsCommand.js +18 -41
- package/dist-es/commands/DescribeAccountLimitsCommand.js +18 -41
- package/dist-es/commands/DescribeListenerCertificatesCommand.js +18 -41
- package/dist-es/commands/DescribeListenersCommand.js +18 -41
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +18 -41
- package/dist-es/commands/DescribeLoadBalancersCommand.js +18 -41
- package/dist-es/commands/DescribeRulesCommand.js +18 -41
- package/dist-es/commands/DescribeSSLPoliciesCommand.js +18 -41
- package/dist-es/commands/DescribeTagsCommand.js +18 -41
- package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +18 -41
- package/dist-es/commands/DescribeTargetGroupsCommand.js +18 -41
- package/dist-es/commands/DescribeTargetHealthCommand.js +18 -41
- package/dist-es/commands/DescribeTrustStoreAssociationsCommand.js +18 -41
- package/dist-es/commands/DescribeTrustStoreRevocationsCommand.js +18 -41
- package/dist-es/commands/DescribeTrustStoresCommand.js +18 -41
- package/dist-es/commands/GetTrustStoreCaCertificatesBundleCommand.js +18 -41
- package/dist-es/commands/GetTrustStoreRevocationContentCommand.js +18 -41
- package/dist-es/commands/ModifyListenerCommand.js +18 -41
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +18 -41
- package/dist-es/commands/ModifyRuleCommand.js +18 -41
- package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +18 -41
- package/dist-es/commands/ModifyTargetGroupCommand.js +18 -41
- package/dist-es/commands/ModifyTrustStoreCommand.js +18 -41
- package/dist-es/commands/RegisterTargetsCommand.js +18 -41
- package/dist-es/commands/RemoveListenerCertificatesCommand.js +18 -41
- package/dist-es/commands/RemoveTagsCommand.js +18 -41
- package/dist-es/commands/RemoveTrustStoreRevocationsCommand.js +18 -41
- package/dist-es/commands/SetIpAddressTypeCommand.js +18 -41
- package/dist-es/commands/SetRulePrioritiesCommand.js +18 -41
- package/dist-es/commands/SetSecurityGroupsCommand.js +18 -41
- package/dist-es/commands/SetSubnetsCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AddListenerCertificatesCommand.d.ts +6 -21
- package/dist-types/commands/AddTagsCommand.d.ts +6 -21
- package/dist-types/commands/AddTrustStoreRevocationsCommand.d.ts +6 -21
- package/dist-types/commands/CreateListenerCommand.d.ts +6 -21
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +6 -21
- package/dist-types/commands/CreateRuleCommand.d.ts +6 -21
- package/dist-types/commands/CreateTargetGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/DeleteListenerCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRuleCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTargetGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterTargetsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeListenerCertificatesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeListenersCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRulesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSSLPoliciesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTagsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTargetGroupAttributesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTargetHealthCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTrustStoreAssociationsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTrustStoreRevocationsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTrustStoresCommand.d.ts +6 -21
- package/dist-types/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +6 -21
- package/dist-types/commands/GetTrustStoreRevocationContentCommand.d.ts +6 -21
- package/dist-types/commands/ModifyListenerCommand.d.ts +6 -21
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +6 -21
- package/dist-types/commands/ModifyRuleCommand.d.ts +6 -21
- package/dist-types/commands/ModifyTargetGroupAttributesCommand.d.ts +6 -21
- package/dist-types/commands/ModifyTargetGroupCommand.d.ts +6 -21
- package/dist-types/commands/ModifyTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/RegisterTargetsCommand.d.ts +6 -21
- package/dist-types/commands/RemoveListenerCertificatesCommand.d.ts +6 -21
- package/dist-types/commands/RemoveTagsCommand.d.ts +6 -21
- package/dist-types/commands/RemoveTrustStoreRevocationsCommand.d.ts +6 -21
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +6 -21
- package/dist-types/commands/SetRulePrioritiesCommand.d.ts +6 -21
- package/dist-types/commands/SetSecurityGroupsCommand.d.ts +6 -21
- package/dist-types/commands/SetSubnetsCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/AddTrustStoreRevocationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTrustStoreAssociationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTrustStoreRevocationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTrustStoresCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTrustStoreRevocationContentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ModifyTrustStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveTrustStoreRevocationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { DescribeLoadBalancerAttributesInput, DescribeLoadBalancerAttributesOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeLoadBalancerAttributesCommandInput extends DescribeLoad
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeLoadBalancerAttributesCommandOutput extends DescribeLoadBalancerAttributesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeLoadBalancerAttributesCommand_base: {
|
|
24
|
+
new (input: DescribeLoadBalancerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the attributes for the specified Application Load Balancer, Network Load
|
|
@@ -118,23 +121,5 @@ export interface DescribeLoadBalancerAttributesCommandOutput extends DescribeLoa
|
|
|
118
121
|
* ```
|
|
119
122
|
*
|
|
120
123
|
*/
|
|
121
|
-
export declare class DescribeLoadBalancerAttributesCommand extends
|
|
122
|
-
readonly input: DescribeLoadBalancerAttributesCommandInput;
|
|
123
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
124
|
-
/**
|
|
125
|
-
* @public
|
|
126
|
-
*/
|
|
127
|
-
constructor(input: DescribeLoadBalancerAttributesCommandInput);
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput>;
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
private serialize;
|
|
136
|
-
/**
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
139
|
-
private deserialize;
|
|
124
|
+
export declare class DescribeLoadBalancerAttributesCommand extends DescribeLoadBalancerAttributesCommand_base {
|
|
140
125
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { DescribeLoadBalancersInput, DescribeLoadBalancersOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeLoadBalancersCommandInput extends DescribeLoadBalancers
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeLoadBalancersCommandOutput extends DescribeLoadBalancersOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeLoadBalancersCommand_base: {
|
|
24
|
+
new (input: DescribeLoadBalancersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the specified load balancers or all of your load balancers.</p>
|
|
@@ -143,23 +146,5 @@ export interface DescribeLoadBalancersCommandOutput extends DescribeLoadBalancer
|
|
|
143
146
|
* ```
|
|
144
147
|
*
|
|
145
148
|
*/
|
|
146
|
-
export declare class DescribeLoadBalancersCommand extends
|
|
147
|
-
readonly input: DescribeLoadBalancersCommandInput;
|
|
148
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
149
|
-
/**
|
|
150
|
-
* @public
|
|
151
|
-
*/
|
|
152
|
-
constructor(input: DescribeLoadBalancersCommandInput);
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput>;
|
|
157
|
-
/**
|
|
158
|
-
* @internal
|
|
159
|
-
*/
|
|
160
|
-
private serialize;
|
|
161
|
-
/**
|
|
162
|
-
* @internal
|
|
163
|
-
*/
|
|
164
|
-
private deserialize;
|
|
149
|
+
export declare class DescribeLoadBalancersCommand extends DescribeLoadBalancersCommand_base {
|
|
165
150
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { DescribeRulesInput, DescribeRulesOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeRulesCommandInput extends DescribeRulesInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeRulesCommandOutput extends DescribeRulesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeRulesCommand_base: {
|
|
24
|
+
new (input: DescribeRulesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRulesCommandInput, DescribeRulesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the specified rules or the rules for the specified listener. You must specify
|
|
@@ -211,23 +214,5 @@ export interface DescribeRulesCommandOutput extends DescribeRulesOutput, __Metad
|
|
|
211
214
|
* ```
|
|
212
215
|
*
|
|
213
216
|
*/
|
|
214
|
-
export declare class DescribeRulesCommand extends
|
|
215
|
-
readonly input: DescribeRulesCommandInput;
|
|
216
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
217
|
-
/**
|
|
218
|
-
* @public
|
|
219
|
-
*/
|
|
220
|
-
constructor(input: DescribeRulesCommandInput);
|
|
221
|
-
/**
|
|
222
|
-
* @internal
|
|
223
|
-
*/
|
|
224
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRulesCommandInput, DescribeRulesCommandOutput>;
|
|
225
|
-
/**
|
|
226
|
-
* @internal
|
|
227
|
-
*/
|
|
228
|
-
private serialize;
|
|
229
|
-
/**
|
|
230
|
-
* @internal
|
|
231
|
-
*/
|
|
232
|
-
private deserialize;
|
|
217
|
+
export declare class DescribeRulesCommand extends DescribeRulesCommand_base {
|
|
233
218
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { DescribeSSLPoliciesInput, DescribeSSLPoliciesOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeSSLPoliciesCommandInput extends DescribeSSLPoliciesInpu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeSSLPoliciesCommandOutput extends DescribeSSLPoliciesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeSSLPoliciesCommand_base: {
|
|
24
|
+
new (input: DescribeSSLPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSSLPoliciesCommandInput, DescribeSSLPoliciesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the specified policies or all policies used for SSL negotiation.</p>
|
|
@@ -183,23 +186,5 @@ export interface DescribeSSLPoliciesCommandOutput extends DescribeSSLPoliciesOut
|
|
|
183
186
|
* ```
|
|
184
187
|
*
|
|
185
188
|
*/
|
|
186
|
-
export declare class DescribeSSLPoliciesCommand extends
|
|
187
|
-
readonly input: DescribeSSLPoliciesCommandInput;
|
|
188
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
189
|
-
/**
|
|
190
|
-
* @public
|
|
191
|
-
*/
|
|
192
|
-
constructor(input: DescribeSSLPoliciesCommandInput);
|
|
193
|
-
/**
|
|
194
|
-
* @internal
|
|
195
|
-
*/
|
|
196
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSSLPoliciesCommandInput, DescribeSSLPoliciesCommandOutput>;
|
|
197
|
-
/**
|
|
198
|
-
* @internal
|
|
199
|
-
*/
|
|
200
|
-
private serialize;
|
|
201
|
-
/**
|
|
202
|
-
* @internal
|
|
203
|
-
*/
|
|
204
|
-
private deserialize;
|
|
189
|
+
export declare class DescribeSSLPoliciesCommand extends DescribeSSLPoliciesCommand_base {
|
|
205
190
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeTagsCommandInput extends DescribeTagsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeTagsCommand_base: {
|
|
24
|
+
new (input: DescribeTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the tags for the specified Elastic Load Balancing resources. You can describe
|
|
@@ -112,23 +115,5 @@ export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __Metadat
|
|
|
112
115
|
* ```
|
|
113
116
|
*
|
|
114
117
|
*/
|
|
115
|
-
export declare class DescribeTagsCommand extends
|
|
116
|
-
readonly input: DescribeTagsCommandInput;
|
|
117
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
118
|
-
/**
|
|
119
|
-
* @public
|
|
120
|
-
*/
|
|
121
|
-
constructor(input: DescribeTagsCommandInput);
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTagsCommandInput, DescribeTagsCommandOutput>;
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
private serialize;
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
private deserialize;
|
|
118
|
+
export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
|
|
134
119
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { DescribeTargetGroupAttributesInput, DescribeTargetGroupAttributesOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeTargetGroupAttributesCommandInput extends DescribeTarge
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeTargetGroupAttributesCommandOutput extends DescribeTargetGroupAttributesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeTargetGroupAttributesCommand_base: {
|
|
24
|
+
new (input: DescribeTargetGroupAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the attributes for the specified target group.</p>
|
|
@@ -113,23 +116,5 @@ export interface DescribeTargetGroupAttributesCommandOutput extends DescribeTarg
|
|
|
113
116
|
* ```
|
|
114
117
|
*
|
|
115
118
|
*/
|
|
116
|
-
export declare class DescribeTargetGroupAttributesCommand extends
|
|
117
|
-
readonly input: DescribeTargetGroupAttributesCommandInput;
|
|
118
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
119
|
-
/**
|
|
120
|
-
* @public
|
|
121
|
-
*/
|
|
122
|
-
constructor(input: DescribeTargetGroupAttributesCommandInput);
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput>;
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
private serialize;
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
private deserialize;
|
|
119
|
+
export declare class DescribeTargetGroupAttributesCommand extends DescribeTargetGroupAttributesCommand_base {
|
|
135
120
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { DescribeTargetGroupsInput, DescribeTargetGroupsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeTargetGroupsCommandInput extends DescribeTargetGroupsIn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeTargetGroupsCommandOutput extends DescribeTargetGroupsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeTargetGroupsCommand_base: {
|
|
24
|
+
new (input: DescribeTargetGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the specified target groups or all of your target groups. By default, all target
|
|
@@ -134,23 +137,5 @@ export interface DescribeTargetGroupsCommandOutput extends DescribeTargetGroupsO
|
|
|
134
137
|
* ```
|
|
135
138
|
*
|
|
136
139
|
*/
|
|
137
|
-
export declare class DescribeTargetGroupsCommand extends
|
|
138
|
-
readonly input: DescribeTargetGroupsCommandInput;
|
|
139
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
140
|
-
/**
|
|
141
|
-
* @public
|
|
142
|
-
*/
|
|
143
|
-
constructor(input: DescribeTargetGroupsCommandInput);
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput>;
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
|
-
private serialize;
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
|
-
private deserialize;
|
|
140
|
+
export declare class DescribeTargetGroupsCommand extends DescribeTargetGroupsCommand_base {
|
|
156
141
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { DescribeTargetHealthInput, DescribeTargetHealthOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeTargetHealthCommandInput extends DescribeTargetHealthIn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeTargetHealthCommandOutput extends DescribeTargetHealthOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeTargetHealthCommand_base: {
|
|
24
|
+
new (input: DescribeTargetHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the health of the specified targets or all of your targets.</p>
|
|
@@ -161,23 +164,5 @@ export interface DescribeTargetHealthCommandOutput extends DescribeTargetHealthO
|
|
|
161
164
|
* ```
|
|
162
165
|
*
|
|
163
166
|
*/
|
|
164
|
-
export declare class DescribeTargetHealthCommand extends
|
|
165
|
-
readonly input: DescribeTargetHealthCommandInput;
|
|
166
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
167
|
-
/**
|
|
168
|
-
* @public
|
|
169
|
-
*/
|
|
170
|
-
constructor(input: DescribeTargetHealthCommandInput);
|
|
171
|
-
/**
|
|
172
|
-
* @internal
|
|
173
|
-
*/
|
|
174
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput>;
|
|
175
|
-
/**
|
|
176
|
-
* @internal
|
|
177
|
-
*/
|
|
178
|
-
private serialize;
|
|
179
|
-
/**
|
|
180
|
-
* @internal
|
|
181
|
-
*/
|
|
182
|
-
private deserialize;
|
|
167
|
+
export declare class DescribeTargetHealthCommand extends DescribeTargetHealthCommand_base {
|
|
183
168
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { DescribeTrustStoreAssociationsInput, DescribeTrustStoreAssociationsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeTrustStoreAssociationsCommandInput extends DescribeTrus
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeTrustStoreAssociationsCommandOutput extends DescribeTrustStoreAssociationsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeTrustStoreAssociationsCommand_base: {
|
|
24
|
+
new (input: DescribeTrustStoreAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustStoreAssociationsCommandInput, DescribeTrustStoreAssociationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes all resources associated with the specified trust store.</p>
|
|
@@ -61,23 +64,5 @@ export interface DescribeTrustStoreAssociationsCommandOutput extends DescribeTru
|
|
|
61
64
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
export declare class DescribeTrustStoreAssociationsCommand extends
|
|
65
|
-
readonly input: DescribeTrustStoreAssociationsCommandInput;
|
|
66
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
constructor(input: DescribeTrustStoreAssociationsCommandInput);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrustStoreAssociationsCommandInput, DescribeTrustStoreAssociationsCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
private serialize;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private deserialize;
|
|
67
|
+
export declare class DescribeTrustStoreAssociationsCommand extends DescribeTrustStoreAssociationsCommand_base {
|
|
83
68
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { DescribeTrustStoreRevocationsInput, DescribeTrustStoreRevocationsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeTrustStoreRevocationsCommandInput extends DescribeTrust
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeTrustStoreRevocationsCommandOutput extends DescribeTrustStoreRevocationsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeTrustStoreRevocationsCommand_base: {
|
|
24
|
+
new (input: DescribeTrustStoreRevocationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustStoreRevocationsCommandInput, DescribeTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the revocation files in use by the specified
|
|
@@ -71,23 +74,5 @@ export interface DescribeTrustStoreRevocationsCommandOutput extends DescribeTrus
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class DescribeTrustStoreRevocationsCommand extends
|
|
75
|
-
readonly input: DescribeTrustStoreRevocationsCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: DescribeTrustStoreRevocationsCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrustStoreRevocationsCommandInput, DescribeTrustStoreRevocationsCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class DescribeTrustStoreRevocationsCommand extends DescribeTrustStoreRevocationsCommand_base {
|
|
93
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { DescribeTrustStoresInput, DescribeTrustStoresOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeTrustStoresCommandInput extends DescribeTrustStoresInpu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeTrustStoresCommandOutput extends DescribeTrustStoresOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeTrustStoresCommand_base: {
|
|
24
|
+
new (input: DescribeTrustStoresCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustStoresCommandInput, DescribeTrustStoresCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes all trust stores for a given account
|
|
@@ -71,23 +74,5 @@ export interface DescribeTrustStoresCommandOutput extends DescribeTrustStoresOut
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class DescribeTrustStoresCommand extends
|
|
75
|
-
readonly input: DescribeTrustStoresCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: DescribeTrustStoresCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrustStoresCommandInput, DescribeTrustStoresCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class DescribeTrustStoresCommand extends DescribeTrustStoresCommand_base {
|
|
93
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { GetTrustStoreCaCertificatesBundleInput, GetTrustStoreCaCertificatesBundleOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetTrustStoreCaCertificatesBundleCommandInput extends GetTrustS
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetTrustStoreCaCertificatesBundleCommandOutput extends GetTrustStoreCaCertificatesBundleOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetTrustStoreCaCertificatesBundleCommand_base: {
|
|
24
|
+
new (input: GetTrustStoreCaCertificatesBundleCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustStoreCaCertificatesBundleCommandInput, GetTrustStoreCaCertificatesBundleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the ca certificate bundle.</p>
|
|
@@ -56,23 +59,5 @@ export interface GetTrustStoreCaCertificatesBundleCommandOutput extends GetTrust
|
|
|
56
59
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
57
60
|
*
|
|
58
61
|
*/
|
|
59
|
-
export declare class GetTrustStoreCaCertificatesBundleCommand extends
|
|
60
|
-
readonly input: GetTrustStoreCaCertificatesBundleCommandInput;
|
|
61
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
-
/**
|
|
63
|
-
* @public
|
|
64
|
-
*/
|
|
65
|
-
constructor(input: GetTrustStoreCaCertificatesBundleCommandInput);
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTrustStoreCaCertificatesBundleCommandInput, GetTrustStoreCaCertificatesBundleCommandOutput>;
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
private serialize;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private deserialize;
|
|
62
|
+
export declare class GetTrustStoreCaCertificatesBundleCommand extends GetTrustStoreCaCertificatesBundleCommand_base {
|
|
78
63
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { GetTrustStoreRevocationContentInput, GetTrustStoreRevocationContentOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetTrustStoreRevocationContentCommandInput extends GetTrustStor
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetTrustStoreRevocationContentCommandOutput extends GetTrustStoreRevocationContentOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetTrustStoreRevocationContentCommand_base: {
|
|
24
|
+
new (input: GetTrustStoreRevocationContentCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustStoreRevocationContentCommandInput, GetTrustStoreRevocationContentCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the specified revocation file.</p>
|
|
@@ -60,23 +63,5 @@ export interface GetTrustStoreRevocationContentCommandOutput extends GetTrustSto
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class GetTrustStoreRevocationContentCommand extends
|
|
64
|
-
readonly input: GetTrustStoreRevocationContentCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: GetTrustStoreRevocationContentCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTrustStoreRevocationContentCommandInput, GetTrustStoreRevocationContentCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class GetTrustStoreRevocationContentCommand extends GetTrustStoreRevocationContentCommand_base {
|
|
82
67
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
4
|
import { ModifyListenerInput, ModifyListenerOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ModifyListenerCommandInput extends ModifyListenerInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ModifyListenerCommandOutput extends ModifyListenerOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ModifyListenerCommand_base: {
|
|
24
|
+
new (input: ModifyListenerCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyListenerCommandInput, ModifyListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Replaces the specified properties of the specified listener. Any properties that you do
|
|
@@ -352,23 +355,5 @@ export interface ModifyListenerCommandOutput extends ModifyListenerOutput, __Met
|
|
|
352
355
|
* ```
|
|
353
356
|
*
|
|
354
357
|
*/
|
|
355
|
-
export declare class ModifyListenerCommand extends
|
|
356
|
-
readonly input: ModifyListenerCommandInput;
|
|
357
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
358
|
-
/**
|
|
359
|
-
* @public
|
|
360
|
-
*/
|
|
361
|
-
constructor(input: ModifyListenerCommandInput);
|
|
362
|
-
/**
|
|
363
|
-
* @internal
|
|
364
|
-
*/
|
|
365
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyListenerCommandInput, ModifyListenerCommandOutput>;
|
|
366
|
-
/**
|
|
367
|
-
* @internal
|
|
368
|
-
*/
|
|
369
|
-
private serialize;
|
|
370
|
-
/**
|
|
371
|
-
* @internal
|
|
372
|
-
*/
|
|
373
|
-
private deserialize;
|
|
358
|
+
export declare class ModifyListenerCommand extends ModifyListenerCommand_base {
|
|
374
359
|
}
|