@aws-sdk/client-elastic-load-balancing-v2 3.534.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/ElasticLoadBalancingV2.d.ts +8 -1
- package/dist-types/ElasticLoadBalancingV2Client.d.ts +1 -1
- package/dist-types/commands/AddListenerCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/AddTagsCommand.d.ts +2 -1
- package/dist-types/commands/AddTrustStoreRevocationsCommand.d.ts +2 -1
- package/dist-types/commands/CreateListenerCommand.d.ts +2 -1
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +2 -1
- package/dist-types/commands/CreateRuleCommand.d.ts +2 -1
- package/dist-types/commands/CreateTargetGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/DeleteListenerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRuleCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTargetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterTargetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeListenerCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeListenersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRulesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSSLPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTargetGroupAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTargetHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustStoreAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustStoreRevocationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustStoresCommand.d.ts +2 -1
- package/dist-types/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +2 -1
- package/dist-types/commands/GetTrustStoreRevocationContentCommand.d.ts +2 -1
- package/dist-types/commands/ModifyListenerCommand.d.ts +2 -1
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ModifyRuleCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTargetGroupAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTargetGroupCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/RegisterTargetsCommand.d.ts +2 -1
- package/dist-types/commands/RemoveListenerCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTagsCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTrustStoreRevocationsCommand.d.ts +2 -1
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +2 -1
- package/dist-types/commands/SetRulePrioritiesCommand.d.ts +2 -1
- package/dist-types/commands/SetSecurityGroupsCommand.d.ts +2 -1
- package/dist-types/commands/SetSubnetsCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +463 -463
- package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +7 -0
- package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/AddTrustStoreRevocationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrustStoreAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrustStoreRevocationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrustStoresCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTrustStoreRevocationContentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveTrustStoreRevocationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +41 -41
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
|
-
const util_endpoints_1 = require("@
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
5
6
|
const ruleset_1 = require("./ruleset");
|
|
6
7
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
-
return (0,
|
|
8
|
+
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
9
|
endpointParams: endpointParams,
|
|
9
10
|
logger: context.logger,
|
|
10
11
|
});
|
|
11
12
|
};
|
|
12
13
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -7643,9 +7643,6 @@ var waitUntilTargetInService = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
7643
7643
|
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState5);
|
|
7644
7644
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
7645
7645
|
}, "waitUntilTargetInService");
|
|
7646
|
-
|
|
7647
|
-
// src/index.ts
|
|
7648
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
7649
7646
|
// Annotate the CommonJS export names for ESM import in node:
|
|
7650
7647
|
|
|
7651
7648
|
0 && (module.exports = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
3
|
import { ruleSet } from "./ruleset";
|
|
3
4
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
5
|
return resolveEndpoint(ruleSet, {
|
|
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
6
7
|
logger: context.logger,
|
|
7
8
|
});
|
|
8
9
|
};
|
|
10
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/dist-es/index.js
CHANGED
|
@@ -132,6 +132,7 @@ export interface ElasticLoadBalancingV2 {
|
|
|
132
132
|
/**
|
|
133
133
|
* @see {@link DescribeAccountLimitsCommand}
|
|
134
134
|
*/
|
|
135
|
+
describeAccountLimits(): Promise<DescribeAccountLimitsCommandOutput>;
|
|
135
136
|
describeAccountLimits(args: DescribeAccountLimitsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountLimitsCommandOutput>;
|
|
136
137
|
describeAccountLimits(args: DescribeAccountLimitsCommandInput, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
|
|
137
138
|
describeAccountLimits(args: DescribeAccountLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
|
|
@@ -144,6 +145,7 @@ export interface ElasticLoadBalancingV2 {
|
|
|
144
145
|
/**
|
|
145
146
|
* @see {@link DescribeListenersCommand}
|
|
146
147
|
*/
|
|
148
|
+
describeListeners(): Promise<DescribeListenersCommandOutput>;
|
|
147
149
|
describeListeners(args: DescribeListenersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeListenersCommandOutput>;
|
|
148
150
|
describeListeners(args: DescribeListenersCommandInput, cb: (err: any, data?: DescribeListenersCommandOutput) => void): void;
|
|
149
151
|
describeListeners(args: DescribeListenersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeListenersCommandOutput) => void): void;
|
|
@@ -156,18 +158,21 @@ export interface ElasticLoadBalancingV2 {
|
|
|
156
158
|
/**
|
|
157
159
|
* @see {@link DescribeLoadBalancersCommand}
|
|
158
160
|
*/
|
|
161
|
+
describeLoadBalancers(): Promise<DescribeLoadBalancersCommandOutput>;
|
|
159
162
|
describeLoadBalancers(args: DescribeLoadBalancersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoadBalancersCommandOutput>;
|
|
160
163
|
describeLoadBalancers(args: DescribeLoadBalancersCommandInput, cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void): void;
|
|
161
164
|
describeLoadBalancers(args: DescribeLoadBalancersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void): void;
|
|
162
165
|
/**
|
|
163
166
|
* @see {@link DescribeRulesCommand}
|
|
164
167
|
*/
|
|
168
|
+
describeRules(): Promise<DescribeRulesCommandOutput>;
|
|
165
169
|
describeRules(args: DescribeRulesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRulesCommandOutput>;
|
|
166
170
|
describeRules(args: DescribeRulesCommandInput, cb: (err: any, data?: DescribeRulesCommandOutput) => void): void;
|
|
167
171
|
describeRules(args: DescribeRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRulesCommandOutput) => void): void;
|
|
168
172
|
/**
|
|
169
173
|
* @see {@link DescribeSSLPoliciesCommand}
|
|
170
174
|
*/
|
|
175
|
+
describeSSLPolicies(): Promise<DescribeSSLPoliciesCommandOutput>;
|
|
171
176
|
describeSSLPolicies(args: DescribeSSLPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSSLPoliciesCommandOutput>;
|
|
172
177
|
describeSSLPolicies(args: DescribeSSLPoliciesCommandInput, cb: (err: any, data?: DescribeSSLPoliciesCommandOutput) => void): void;
|
|
173
178
|
describeSSLPolicies(args: DescribeSSLPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSSLPoliciesCommandOutput) => void): void;
|
|
@@ -186,6 +191,7 @@ export interface ElasticLoadBalancingV2 {
|
|
|
186
191
|
/**
|
|
187
192
|
* @see {@link DescribeTargetGroupsCommand}
|
|
188
193
|
*/
|
|
194
|
+
describeTargetGroups(): Promise<DescribeTargetGroupsCommandOutput>;
|
|
189
195
|
describeTargetGroups(args: DescribeTargetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTargetGroupsCommandOutput>;
|
|
190
196
|
describeTargetGroups(args: DescribeTargetGroupsCommandInput, cb: (err: any, data?: DescribeTargetGroupsCommandOutput) => void): void;
|
|
191
197
|
describeTargetGroups(args: DescribeTargetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTargetGroupsCommandOutput) => void): void;
|
|
@@ -210,6 +216,7 @@ export interface ElasticLoadBalancingV2 {
|
|
|
210
216
|
/**
|
|
211
217
|
* @see {@link DescribeTrustStoresCommand}
|
|
212
218
|
*/
|
|
219
|
+
describeTrustStores(): Promise<DescribeTrustStoresCommandOutput>;
|
|
213
220
|
describeTrustStores(args: DescribeTrustStoresCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrustStoresCommandOutput>;
|
|
214
221
|
describeTrustStores(args: DescribeTrustStoresCommandInput, cb: (err: any, data?: DescribeTrustStoresCommandOutput) => void): void;
|
|
215
222
|
describeTrustStores(args: DescribeTrustStoresCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrustStoresCommandOutput) => void): void;
|
|
@@ -311,7 +318,6 @@ export interface ElasticLoadBalancingV2 {
|
|
|
311
318
|
setSubnets(args: SetSubnetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetSubnetsCommandOutput) => void): void;
|
|
312
319
|
}
|
|
313
320
|
/**
|
|
314
|
-
* @public
|
|
315
321
|
* <fullname>Elastic Load Balancing</fullname>
|
|
316
322
|
* <p>A load balancer distributes incoming traffic across targets, such as your EC2 instances.
|
|
317
323
|
* This enables you to increase the availability of your application. The load balancer also
|
|
@@ -341,6 +347,7 @@ export interface ElasticLoadBalancingV2 {
|
|
|
341
347
|
* Guide</a>.</p>
|
|
342
348
|
* <p>All Elastic Load Balancing operations are idempotent, which means that they complete at
|
|
343
349
|
* most one time. If you repeat an operation, it succeeds.</p>
|
|
350
|
+
* @public
|
|
344
351
|
*/
|
|
345
352
|
export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client implements ElasticLoadBalancingV2 {
|
|
346
353
|
}
|
|
@@ -195,7 +195,6 @@ export type ElasticLoadBalancingV2ClientResolvedConfigType = __SmithyResolvedCon
|
|
|
195
195
|
export interface ElasticLoadBalancingV2ClientResolvedConfig extends ElasticLoadBalancingV2ClientResolvedConfigType {
|
|
196
196
|
}
|
|
197
197
|
/**
|
|
198
|
-
* @public
|
|
199
198
|
* <fullname>Elastic Load Balancing</fullname>
|
|
200
199
|
* <p>A load balancer distributes incoming traffic across targets, such as your EC2 instances.
|
|
201
200
|
* This enables you to increase the availability of your application. The load balancer also
|
|
@@ -225,6 +224,7 @@ export interface ElasticLoadBalancingV2ClientResolvedConfig extends ElasticLoadB
|
|
|
225
224
|
* Guide</a>.</p>
|
|
226
225
|
* <p>All Elastic Load Balancing operations are idempotent, which means that they complete at
|
|
227
226
|
* most one time. If you repeat an operation, it succeeds.</p>
|
|
227
|
+
* @public
|
|
228
228
|
*/
|
|
229
229
|
export declare class ElasticLoadBalancingV2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
230
230
|
/**
|
|
@@ -22,10 +22,10 @@ export interface AddListenerCertificatesCommandOutput extends AddListenerCertifi
|
|
|
22
22
|
}
|
|
23
23
|
declare const AddListenerCertificatesCommand_base: {
|
|
24
24
|
new (input: AddListenerCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AddListenerCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds the specified SSL server certificate to the certificate list for the specified HTTPS
|
|
30
30
|
* or TLS listener.</p>
|
|
31
31
|
* <p>If the certificate in already in the certificate list, the call is successful but the
|
|
@@ -79,6 +79,7 @@ declare const AddListenerCertificatesCommand_base: {
|
|
|
79
79
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class AddListenerCertificatesCommand extends AddListenerCertificatesCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const AddTagsCommand_base: {
|
|
24
24
|
new (input: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds the specified tags to the specified Elastic Load Balancing resource. You can tag your
|
|
30
30
|
* Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups,
|
|
31
31
|
* trust stores, listeners, and rules.</p>
|
|
@@ -84,6 +84,7 @@ declare const AddTagsCommand_base: {
|
|
|
84
84
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
* @example To add tags to a load balancer
|
|
88
89
|
* ```javascript
|
|
89
90
|
* // This example adds the specified tags to the specified load balancer.
|
|
@@ -22,10 +22,10 @@ export interface AddTrustStoreRevocationsCommandOutput extends AddTrustStoreRevo
|
|
|
22
22
|
}
|
|
23
23
|
declare const AddTrustStoreRevocationsCommand_base: {
|
|
24
24
|
new (input: AddTrustStoreRevocationsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTrustStoreRevocationsCommandInput, AddTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AddTrustStoreRevocationsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTrustStoreRevocationsCommandInput, AddTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds the specified revocation file to the specified trust store.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const AddTrustStoreRevocationsCommand_base: {
|
|
|
80
80
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class AddTrustStoreRevocationsCommand extends AddTrustStoreRevocationsCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateListenerCommandOutput extends CreateListenerOutput, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateListenerCommand_base: {
|
|
24
24
|
new (input: CreateListenerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateListenerCommandInput, CreateListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateListenerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateListenerCommandInput, CreateListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a listener for the specified Application Load Balancer, Network Load Balancer, or
|
|
30
30
|
* Gateway Load Balancer.</p>
|
|
31
31
|
* <p>For more information, see the following:</p>
|
|
@@ -305,6 +305,7 @@ declare const CreateListenerCommand_base: {
|
|
|
305
305
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
306
306
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
307
307
|
*
|
|
308
|
+
* @public
|
|
308
309
|
* @example To create an HTTP listener
|
|
309
310
|
* ```javascript
|
|
310
311
|
* // This example creates an HTTP listener for the specified load balancer that forwards requests to the specified target group.
|
|
@@ -22,10 +22,10 @@ export interface CreateLoadBalancerCommandOutput extends CreateLoadBalancerOutpu
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateLoadBalancerCommand_base: {
|
|
24
24
|
new (input: CreateLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an Application Load Balancer, Network Load Balancer, or Gateway Load
|
|
30
30
|
* Balancer.</p>
|
|
31
31
|
* <p>For more information, see the following:</p>
|
|
@@ -176,6 +176,7 @@ declare const CreateLoadBalancerCommand_base: {
|
|
|
176
176
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
177
177
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
178
178
|
*
|
|
179
|
+
* @public
|
|
179
180
|
* @example To create an Internet-facing load balancer
|
|
180
181
|
* ```javascript
|
|
181
182
|
* // This example creates an Internet-facing load balancer and enables the Availability Zones for the specified subnets.
|
|
@@ -22,10 +22,10 @@ export interface CreateRuleCommandOutput extends CreateRuleOutput, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateRuleCommand_base: {
|
|
24
24
|
new (input: CreateRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRuleCommandInput, CreateRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRuleCommandInput, CreateRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a rule for the specified listener. The listener must be associated with an
|
|
30
30
|
* Application Load Balancer.</p>
|
|
31
31
|
* <p>Each rule consists of a priority, one or more actions, and one or more conditions. Rules
|
|
@@ -320,6 +320,7 @@ declare const CreateRuleCommand_base: {
|
|
|
320
320
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
321
321
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
322
322
|
*
|
|
323
|
+
* @public
|
|
323
324
|
* @example To create a rule
|
|
324
325
|
* ```javascript
|
|
325
326
|
* // This example creates a rule that forwards requests to the specified target group if the URL contains the specified pattern (for example, /img/*).
|
|
@@ -22,10 +22,10 @@ export interface CreateTargetGroupCommandOutput extends CreateTargetGroupOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateTargetGroupCommand_base: {
|
|
24
24
|
new (input: CreateTargetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateTargetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a target group.</p>
|
|
30
30
|
* <p>For more information, see the following:</p>
|
|
31
31
|
* <ul>
|
|
@@ -139,6 +139,7 @@ declare const CreateTargetGroupCommand_base: {
|
|
|
139
139
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
140
140
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
141
141
|
*
|
|
142
|
+
* @public
|
|
142
143
|
* @example To create a target group
|
|
143
144
|
* ```javascript
|
|
144
145
|
* // This example creates a target group that you can use to route traffic to targets using HTTP on port 80. This target group uses the default health check configuration.
|
|
@@ -22,10 +22,10 @@ export interface CreateTrustStoreCommandOutput extends CreateTrustStoreOutput, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateTrustStoreCommand_base: {
|
|
24
24
|
new (input: CreateTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a trust store.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -88,6 +88,7 @@ declare const CreateTrustStoreCommand_base: {
|
|
|
88
88
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class CreateTrustStoreCommand extends CreateTrustStoreCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteListenerCommandOutput extends DeleteListenerOutput, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteListenerCommand_base: {
|
|
24
24
|
new (input: DeleteListenerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteListenerCommandInput, DeleteListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteListenerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteListenerCommandInput, DeleteListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified listener.</p>
|
|
30
30
|
* <p>Alternatively, your listener is deleted when you delete the load balancer to which it is
|
|
31
31
|
* attached.</p>
|
|
@@ -59,6 +59,7 @@ declare const DeleteListenerCommand_base: {
|
|
|
59
59
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
61
61
|
*
|
|
62
|
+
* @public
|
|
62
63
|
* @example To delete a listener
|
|
63
64
|
* ```javascript
|
|
64
65
|
* // This example deletes the specified listener.
|
|
@@ -22,10 +22,10 @@ export interface DeleteLoadBalancerCommandOutput extends DeleteLoadBalancerOutpu
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteLoadBalancerCommand_base: {
|
|
24
24
|
new (input: DeleteLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified Application Load Balancer, Network Load Balancer, or Gateway Load
|
|
30
30
|
* Balancer. Deleting a load balancer also deletes its listeners.</p>
|
|
31
31
|
* <p>You can't delete a load balancer if deletion protection is enabled. If the load balancer
|
|
@@ -66,6 +66,7 @@ declare const DeleteLoadBalancerCommand_base: {
|
|
|
66
66
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
* @example To delete a load balancer
|
|
70
71
|
* ```javascript
|
|
71
72
|
* // This example deletes the specified load balancer.
|
|
@@ -22,10 +22,10 @@ export interface DeleteRuleCommandOutput extends DeleteRuleOutput, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteRuleCommand_base: {
|
|
24
24
|
new (input: DeleteRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRuleCommandInput, DeleteRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRuleCommandInput, DeleteRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified rule.</p>
|
|
30
30
|
* <p>You can't delete the default rule.</p>
|
|
31
31
|
* @example
|
|
@@ -58,6 +58,7 @@ declare const DeleteRuleCommand_base: {
|
|
|
58
58
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
60
60
|
*
|
|
61
|
+
* @public
|
|
61
62
|
* @example To delete a rule
|
|
62
63
|
* ```javascript
|
|
63
64
|
* // This example deletes the specified rule.
|
|
@@ -22,10 +22,10 @@ export interface DeleteTargetGroupCommandOutput extends DeleteTargetGroupOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteTargetGroupCommand_base: {
|
|
24
24
|
new (input: DeleteTargetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteTargetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified target group.</p>
|
|
30
30
|
* <p>You can delete a target group if it is not referenced by any actions. Deleting a target
|
|
31
31
|
* group also deletes any associated health checks. Deleting a target group does not affect its
|
|
@@ -58,6 +58,7 @@ declare const DeleteTargetGroupCommand_base: {
|
|
|
58
58
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
60
60
|
*
|
|
61
|
+
* @public
|
|
61
62
|
* @example To delete a target group
|
|
62
63
|
* ```javascript
|
|
63
64
|
* // This example deletes the specified target group.
|
|
@@ -22,10 +22,10 @@ export interface DeleteTrustStoreCommandOutput extends DeleteTrustStoreOutput, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteTrustStoreCommand_base: {
|
|
24
24
|
new (input: DeleteTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a trust store.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -57,6 +57,7 @@ declare const DeleteTrustStoreCommand_base: {
|
|
|
57
57
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
58
58
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
59
59
|
*
|
|
60
|
+
* @public
|
|
60
61
|
*/
|
|
61
62
|
export declare class DeleteTrustStoreCommand extends DeleteTrustStoreCommand_base {
|
|
62
63
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeregisterTargetsCommandOutput extends DeregisterTargetsOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeregisterTargetsCommand_base: {
|
|
24
24
|
new (input: DeregisterTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeregisterTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deregisters the specified targets from the specified target group. After the targets are
|
|
30
30
|
* deregistered, they no longer receive traffic from the load balancer.</p>
|
|
31
31
|
* <p>The load balancer stops sending requests to targets that are deregistering, but uses
|
|
@@ -91,6 +91,7 @@ declare const DeregisterTargetsCommand_base: {
|
|
|
91
91
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
* @example To deregister a target from a target group
|
|
95
96
|
* ```javascript
|
|
96
97
|
* // This example deregisters the specified instance from the specified target group.
|
|
@@ -22,10 +22,10 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeAccountLimitsCommand_base: {
|
|
24
24
|
new (input: DescribeAccountLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeAccountLimitsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the current Elastic Load Balancing resource limits for your Amazon Web Services
|
|
30
30
|
* account.</p>
|
|
31
31
|
* <p>For more information, see the following:</p>
|
|
@@ -82,6 +82,7 @@ declare const DescribeAccountLimitsCommand_base: {
|
|
|
82
82
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class DescribeAccountLimitsCommand extends DescribeAccountLimitsCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeListenerCertificatesCommandOutput extends DescribeListe
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeListenerCertificatesCommand_base: {
|
|
24
24
|
new (input: DescribeListenerCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeListenerCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the default certificate and the certificate list for the specified HTTPS or TLS
|
|
30
30
|
* listener.</p>
|
|
31
31
|
* <p>If the default certificate is also in the certificate list, it appears twice in the
|
|
@@ -71,6 +71,7 @@ declare const DescribeListenerCertificatesCommand_base: {
|
|
|
71
71
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DescribeListenerCertificatesCommand extends DescribeListenerCertificatesCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeListenersCommandOutput extends DescribeListenersOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeListenersCommand_base: {
|
|
24
24
|
new (input: DescribeListenersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeListenersCommandInput, DescribeListenersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeListenersCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeListenersCommandInput, DescribeListenersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the specified listeners or the listeners for the specified Application Load
|
|
30
30
|
* Balancer, Network Load Balancer, or Gateway Load Balancer. You must specify either a load
|
|
31
31
|
* balancer or one or more listeners.</p>
|
|
@@ -152,6 +152,7 @@ declare const DescribeListenersCommand_base: {
|
|
|
152
152
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
153
153
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
154
154
|
*
|
|
155
|
+
* @public
|
|
155
156
|
* @example To describe a listener
|
|
156
157
|
* ```javascript
|
|
157
158
|
* // This example describes the specified listener.
|
|
@@ -22,10 +22,10 @@ export interface DescribeLoadBalancerAttributesCommandOutput extends DescribeLoa
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeLoadBalancerAttributesCommand_base: {
|
|
24
24
|
new (input: DescribeLoadBalancerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeLoadBalancerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the attributes for the specified Application Load Balancer, Network Load
|
|
30
30
|
* Balancer, or Gateway Load Balancer.</p>
|
|
31
31
|
* <p>For more information, see the following:</p>
|
|
@@ -83,6 +83,7 @@ declare const DescribeLoadBalancerAttributesCommand_base: {
|
|
|
83
83
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
* @example To describe load balancer attributes
|
|
87
88
|
* ```javascript
|
|
88
89
|
* // This example describes the attributes of the specified load balancer.
|
|
@@ -22,10 +22,10 @@ export interface DescribeLoadBalancersCommandOutput extends DescribeLoadBalancer
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeLoadBalancersCommand_base: {
|
|
24
24
|
new (input: DescribeLoadBalancersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeLoadBalancersCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the specified load balancers or all of your load balancers.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -100,6 +100,7 @@ declare const DescribeLoadBalancersCommand_base: {
|
|
|
100
100
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
102
102
|
*
|
|
103
|
+
* @public
|
|
103
104
|
* @example To describe a load balancer
|
|
104
105
|
* ```javascript
|
|
105
106
|
* // This example describes the specified load balancer.
|
|
@@ -22,10 +22,10 @@ export interface DescribeRulesCommandOutput extends DescribeRulesOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeRulesCommand_base: {
|
|
24
24
|
new (input: DescribeRulesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRulesCommandInput, DescribeRulesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeRulesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeRulesCommandInput, DescribeRulesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the specified rules or the rules for the specified listener. You must specify
|
|
30
30
|
* either a listener or one or more rules.</p>
|
|
31
31
|
* @example
|
|
@@ -175,6 +175,7 @@ declare const DescribeRulesCommand_base: {
|
|
|
175
175
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
176
176
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
177
177
|
*
|
|
178
|
+
* @public
|
|
178
179
|
* @example To describe a rule
|
|
179
180
|
* ```javascript
|
|
180
181
|
* // This example describes the specified rule.
|
|
@@ -22,10 +22,10 @@ export interface DescribeSSLPoliciesCommandOutput extends DescribeSSLPoliciesOut
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSSLPoliciesCommand_base: {
|
|
24
24
|
new (input: DescribeSSLPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSSLPoliciesCommandInput, DescribeSSLPoliciesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeSSLPoliciesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeSSLPoliciesCommandInput, DescribeSSLPoliciesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the specified policies or all policies used for SSL negotiation.</p>
|
|
30
30
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies">Security policies</a> in the <i>Application Load Balancers Guide</i> or
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#describe-ssl-policies">Security policies</a> in the <i>Network Load Balancers Guide</i>.</p>
|
|
@@ -80,6 +80,7 @@ declare const DescribeSSLPoliciesCommand_base: {
|
|
|
80
80
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
* @example To describe a policy used for SSL negotiation
|
|
84
85
|
* ```javascript
|
|
85
86
|
* // This example describes the specified policy used for SSL negotiation.
|
|
@@ -22,10 +22,10 @@ export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeTagsCommand_base: {
|
|
24
24
|
new (input: DescribeTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the tags for the specified Elastic Load Balancing resources. You can describe
|
|
30
30
|
* the tags for one or more Application Load Balancers, Network Load Balancers, Gateway Load
|
|
31
31
|
* Balancers, target groups, listeners, or rules.</p>
|
|
@@ -82,6 +82,7 @@ declare const DescribeTagsCommand_base: {
|
|
|
82
82
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
* @example To describe the tags assigned to a load balancer
|
|
86
87
|
* ```javascript
|
|
87
88
|
* // This example describes the tags assigned to the specified load balancer.
|
|
@@ -22,10 +22,10 @@ export interface DescribeTargetGroupAttributesCommandOutput extends DescribeTarg
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeTargetGroupAttributesCommand_base: {
|
|
24
24
|
new (input: DescribeTargetGroupAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeTargetGroupAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the attributes for the specified target group.</p>
|
|
30
30
|
* <p>For more information, see the following:</p>
|
|
31
31
|
* <ul>
|
|
@@ -82,6 +82,7 @@ declare const DescribeTargetGroupAttributesCommand_base: {
|
|
|
82
82
|
* @throws {@link ElasticLoadBalancingV2ServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
* @example To describe target group attributes
|
|
86
87
|
* ```javascript
|
|
87
88
|
* // This example describes the attributes of the specified target group.
|