@aws-sdk/client-elastic-load-balancing-v2 3.37.0 → 3.41.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/CHANGELOG.md +42 -0
- package/dist-cjs/commands/index.js +37 -0
- package/dist-cjs/endpoints.js +137 -23
- package/dist-cjs/index.js +5 -45
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-cjs/waiters/index.js +8 -0
- package/dist-es/commands/index.js +34 -0
- package/dist-es/endpoints.js +137 -23
- package/dist-es/index.js +5 -45
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-es/waiters/index.js +5 -0
- package/dist-types/ElasticLoadBalancingV2Client.d.ts +8 -0
- package/dist-types/commands/AddListenerCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/AddTagsCommand.d.ts +1 -1
- package/dist-types/commands/CreateListenerCommand.d.ts +1 -1
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTargetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteListenerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTargetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeListenerCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeListenersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSSLPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTargetGroupAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTargetHealthCommand.d.ts +1 -1
- package/dist-types/commands/ModifyListenerCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTargetGroupAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTargetGroupCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTargetsCommand.d.ts +1 -1
- package/dist-types/commands/RemoveListenerCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsCommand.d.ts +1 -1
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +1 -1
- package/dist-types/commands/SetRulePrioritiesCommand.d.ts +1 -1
- package/dist-types/commands/SetSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SetSubnetsCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +34 -0
- package/dist-types/index.d.ts +5 -45
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -3
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +4 -0
- package/dist-types/ts3.4/commands/index.d.ts +34 -0
- package/dist-types/ts3.4/index.d.ts +5 -45
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/waiters/index.d.ts +5 -0
- package/dist-types/waiters/index.d.ts +5 -0
- package/package.json +27 -27
package/dist-es/index.js
CHANGED
|
@@ -1,46 +1,6 @@
|
|
|
1
|
-
export * from "./ElasticLoadBalancingV2Client";
|
|
2
1
|
export * from "./ElasticLoadBalancingV2";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CreateTargetGroupCommand";
|
|
9
|
-
export * from "./commands/DeleteListenerCommand";
|
|
10
|
-
export * from "./commands/DeleteLoadBalancerCommand";
|
|
11
|
-
export * from "./commands/DeleteRuleCommand";
|
|
12
|
-
export * from "./commands/DeleteTargetGroupCommand";
|
|
13
|
-
export * from "./commands/DeregisterTargetsCommand";
|
|
14
|
-
export * from "./commands/DescribeAccountLimitsCommand";
|
|
15
|
-
export * from "./commands/DescribeListenerCertificatesCommand";
|
|
16
|
-
export * from "./commands/DescribeListenersCommand";
|
|
17
|
-
export * from "./pagination/DescribeListenersPaginator";
|
|
18
|
-
export * from "./commands/DescribeLoadBalancerAttributesCommand";
|
|
19
|
-
export * from "./commands/DescribeLoadBalancersCommand";
|
|
20
|
-
export * from "./pagination/DescribeLoadBalancersPaginator";
|
|
21
|
-
export * from "./waiters/waitForLoadBalancerAvailable";
|
|
22
|
-
export * from "./waiters/waitForLoadBalancerExists";
|
|
23
|
-
export * from "./waiters/waitForLoadBalancersDeleted";
|
|
24
|
-
export * from "./commands/DescribeRulesCommand";
|
|
25
|
-
export * from "./commands/DescribeSSLPoliciesCommand";
|
|
26
|
-
export * from "./commands/DescribeTagsCommand";
|
|
27
|
-
export * from "./commands/DescribeTargetGroupAttributesCommand";
|
|
28
|
-
export * from "./commands/DescribeTargetGroupsCommand";
|
|
29
|
-
export * from "./pagination/DescribeTargetGroupsPaginator";
|
|
30
|
-
export * from "./commands/DescribeTargetHealthCommand";
|
|
31
|
-
export * from "./waiters/waitForTargetDeregistered";
|
|
32
|
-
export * from "./waiters/waitForTargetInService";
|
|
33
|
-
export * from "./commands/ModifyListenerCommand";
|
|
34
|
-
export * from "./commands/ModifyLoadBalancerAttributesCommand";
|
|
35
|
-
export * from "./commands/ModifyRuleCommand";
|
|
36
|
-
export * from "./commands/ModifyTargetGroupCommand";
|
|
37
|
-
export * from "./commands/ModifyTargetGroupAttributesCommand";
|
|
38
|
-
export * from "./commands/RegisterTargetsCommand";
|
|
39
|
-
export * from "./commands/RemoveListenerCertificatesCommand";
|
|
40
|
-
export * from "./commands/RemoveTagsCommand";
|
|
41
|
-
export * from "./commands/SetIpAddressTypeCommand";
|
|
42
|
-
export * from "./commands/SetRulePrioritiesCommand";
|
|
43
|
-
export * from "./commands/SetSecurityGroupsCommand";
|
|
44
|
-
export * from "./commands/SetSubnetsCommand";
|
|
45
|
-
export * from "./pagination/Interfaces";
|
|
46
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ElasticLoadBalancingV2Client";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import packageInfo from "../package.json";
|
|
3
3
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
|
|
4
5
|
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
6
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
6
7
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/middleware-retry";
|
|
@@ -10,7 +11,7 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
|
10
11
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
11
12
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
13
|
export var getRuntimeConfig = function (config) {
|
|
13
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
14
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
14
15
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
15
|
-
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector,
|
|
16
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (function () { return Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT); }), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (function () { return Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT); }), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
16
17
|
};
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import packageInfo from "../package.json";
|
|
3
3
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
|
-
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
|
|
4
|
+
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
|
|
5
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
6
6
|
import { Hash } from "@aws-sdk/hash-node";
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
|
|
@@ -14,8 +14,8 @@ import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
|
14
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
15
|
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
16
16
|
export var getRuntimeConfig = function (config) {
|
|
17
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
17
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
18
18
|
emitWarningIfUnsupportedVersion(process.version);
|
|
19
19
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
20
|
-
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector,
|
|
20
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
21
21
|
};
|
|
@@ -110,6 +110,14 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
110
110
|
* Optional logger for logging debug/info/warn/error.
|
|
111
111
|
*/
|
|
112
112
|
logger?: __Logger;
|
|
113
|
+
/**
|
|
114
|
+
* Enables IPv6/IPv4 dualstack endpoint.
|
|
115
|
+
*/
|
|
116
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
117
|
+
/**
|
|
118
|
+
* Enables FIPS compatible endpoints.
|
|
119
|
+
*/
|
|
120
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
113
121
|
/**
|
|
114
122
|
* Unique service identifier.
|
|
115
123
|
* @internal
|
|
@@ -27,7 +27,7 @@ export interface AddListenerCertificatesCommandOutput extends AddListenerCertifi
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link AddListenerCertificatesCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link AddListenerCertificatesCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class AddListenerCertificatesCommand extends $Command<AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link AddTagsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link AddTagsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -47,7 +47,7 @@ export interface CreateListenerCommandOutput extends CreateListenerOutput, __Met
|
|
|
47
47
|
*
|
|
48
48
|
* @see {@link CreateListenerCommandInput} for command's `input` shape.
|
|
49
49
|
* @see {@link CreateListenerCommandOutput} for command's `response` shape.
|
|
50
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
50
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
export declare class CreateListenerCommand extends $Command<CreateListenerCommandInput, CreateListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -47,7 +47,7 @@ export interface CreateLoadBalancerCommandOutput extends CreateLoadBalancerOutpu
|
|
|
47
47
|
*
|
|
48
48
|
* @see {@link CreateLoadBalancerCommandInput} for command's `input` shape.
|
|
49
49
|
* @see {@link CreateLoadBalancerCommandOutput} for command's `response` shape.
|
|
50
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
50
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
export declare class CreateLoadBalancerCommand extends $Command<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface CreateRuleCommandOutput extends CreateRuleOutput, __MetadataBea
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link CreateRuleCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link CreateRuleCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class CreateRuleCommand extends $Command<CreateRuleCommandInput, CreateRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -47,7 +47,7 @@ export interface CreateTargetGroupCommandOutput extends CreateTargetGroupOutput,
|
|
|
47
47
|
*
|
|
48
48
|
* @see {@link CreateTargetGroupCommandInput} for command's `input` shape.
|
|
49
49
|
* @see {@link CreateTargetGroupCommandOutput} for command's `response` shape.
|
|
50
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
50
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
export declare class CreateTargetGroupCommand extends $Command<CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteListenerCommandOutput extends DeleteListenerOutput, __Met
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteListenerCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteListenerCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteListenerCommand extends $Command<DeleteListenerCommandInput, DeleteListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface DeleteLoadBalancerCommandOutput extends DeleteLoadBalancerOutpu
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link DeleteLoadBalancerCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link DeleteLoadBalancerCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class DeleteLoadBalancerCommand extends $Command<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteRuleCommandOutput extends DeleteRuleOutput, __MetadataBea
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteRuleCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteRuleCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteRuleCommand extends $Command<DeleteRuleCommandInput, DeleteRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DeleteTargetGroupCommandOutput extends DeleteTargetGroupOutput,
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DeleteTargetGroupCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DeleteTargetGroupCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DeleteTargetGroupCommand extends $Command<DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeregisterTargetsCommandOutput extends DeregisterTargetsOutput,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeregisterTargetsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeregisterTargetsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeregisterTargetsCommand extends $Command<DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -42,7 +42,7 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
|
|
|
42
42
|
*
|
|
43
43
|
* @see {@link DescribeAccountLimitsCommandInput} for command's `input` shape.
|
|
44
44
|
* @see {@link DescribeAccountLimitsCommandOutput} for command's `response` shape.
|
|
45
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
45
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
export declare class DescribeAccountLimitsCommand extends $Command<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface DescribeListenerCertificatesCommandOutput extends DescribeListe
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link DescribeListenerCertificatesCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link DescribeListenerCertificatesCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class DescribeListenerCertificatesCommand extends $Command<DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeListenersCommandOutput extends DescribeListenersOutput,
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeListenersCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeListenersCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeListenersCommand extends $Command<DescribeListenersCommandInput, DescribeListenersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -43,7 +43,7 @@ export interface DescribeLoadBalancerAttributesCommandOutput extends DescribeLoa
|
|
|
43
43
|
*
|
|
44
44
|
* @see {@link DescribeLoadBalancerAttributesCommandInput} for command's `input` shape.
|
|
45
45
|
* @see {@link DescribeLoadBalancerAttributesCommandOutput} for command's `response` shape.
|
|
46
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
46
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
export declare class DescribeLoadBalancerAttributesCommand extends $Command<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeLoadBalancersCommandOutput extends DescribeLoadBalancer
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeLoadBalancersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeLoadBalancersCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeLoadBalancersCommand extends $Command<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeRulesCommandOutput extends DescribeRulesOutput, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeRulesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeRulesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeRulesCommand extends $Command<DescribeRulesCommandInput, DescribeRulesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeSSLPoliciesCommandOutput extends DescribeSSLPoliciesOut
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeSSLPoliciesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeSSLPoliciesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeSSLPoliciesCommand extends $Command<DescribeSSLPoliciesCommandInput, DescribeSSLPoliciesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __Metadat
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeTagsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeTagsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -41,7 +41,7 @@ export interface DescribeTargetGroupAttributesCommandOutput extends DescribeTarg
|
|
|
41
41
|
*
|
|
42
42
|
* @see {@link DescribeTargetGroupAttributesCommandInput} for command's `input` shape.
|
|
43
43
|
* @see {@link DescribeTargetGroupAttributesCommandOutput} for command's `response` shape.
|
|
44
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
44
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
export declare class DescribeTargetGroupAttributesCommand extends $Command<DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DescribeTargetGroupsCommandOutput extends DescribeTargetGroupsO
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DescribeTargetGroupsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DescribeTargetGroupsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DescribeTargetGroupsCommand extends $Command<DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeTargetHealthCommandOutput extends DescribeTargetHealthO
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeTargetHealthCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeTargetHealthCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeTargetHealthCommand extends $Command<DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface ModifyListenerCommandOutput extends ModifyListenerOutput, __Met
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link ModifyListenerCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link ModifyListenerCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class ModifyListenerCommand extends $Command<ModifyListenerCommandInput, ModifyListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ModifyLoadBalancerAttributesCommandOutput extends ModifyLoadBal
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ModifyLoadBalancerAttributesCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ModifyLoadBalancerAttributesCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ModifyLoadBalancerAttributesCommand extends $Command<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface ModifyRuleCommandOutput extends ModifyRuleOutput, __MetadataBea
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ModifyRuleCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ModifyRuleCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ModifyRuleCommand extends $Command<ModifyRuleCommandInput, ModifyRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ModifyTargetGroupAttributesCommandOutput extends ModifyTargetGr
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ModifyTargetGroupAttributesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ModifyTargetGroupAttributesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ModifyTargetGroupAttributesCommand extends $Command<ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ModifyTargetGroupCommandOutput extends ModifyTargetGroupOutput,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ModifyTargetGroupCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ModifyTargetGroupCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ModifyTargetGroupCommand extends $Command<ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface RegisterTargetsCommandOutput extends RegisterTargetsOutput, __M
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link RegisterTargetsCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link RegisterTargetsCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class RegisterTargetsCommand extends $Command<RegisterTargetsCommandInput, RegisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface RemoveListenerCertificatesCommandOutput extends RemoveListenerC
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link RemoveListenerCertificatesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link RemoveListenerCertificatesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class RemoveListenerCertificatesCommand extends $Command<RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link RemoveTagsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link RemoveTagsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class RemoveTagsCommand extends $Command<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface SetIpAddressTypeCommandOutput extends SetIpAddressTypeOutput, _
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link SetIpAddressTypeCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link SetIpAddressTypeCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class SetIpAddressTypeCommand extends $Command<SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface SetRulePrioritiesCommandOutput extends SetRulePrioritiesOutput,
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link SetRulePrioritiesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link SetRulePrioritiesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class SetRulePrioritiesCommand extends $Command<SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface SetSecurityGroupsCommandOutput extends SetSecurityGroupsOutput,
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link SetSecurityGroupsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link SetSecurityGroupsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class SetSecurityGroupsCommand extends $Command<SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface SetSubnetsCommandOutput extends SetSubnetsOutput, __MetadataBea
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link SetSubnetsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link SetSubnetsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class SetSubnetsCommand extends $Command<SetSubnetsCommandInput, SetSubnetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export * from "./AddListenerCertificatesCommand";
|
|
2
|
+
export * from "./AddTagsCommand";
|
|
3
|
+
export * from "./CreateListenerCommand";
|
|
4
|
+
export * from "./CreateLoadBalancerCommand";
|
|
5
|
+
export * from "./CreateRuleCommand";
|
|
6
|
+
export * from "./CreateTargetGroupCommand";
|
|
7
|
+
export * from "./DeleteListenerCommand";
|
|
8
|
+
export * from "./DeleteLoadBalancerCommand";
|
|
9
|
+
export * from "./DeleteRuleCommand";
|
|
10
|
+
export * from "./DeleteTargetGroupCommand";
|
|
11
|
+
export * from "./DeregisterTargetsCommand";
|
|
12
|
+
export * from "./DescribeAccountLimitsCommand";
|
|
13
|
+
export * from "./DescribeListenerCertificatesCommand";
|
|
14
|
+
export * from "./DescribeListenersCommand";
|
|
15
|
+
export * from "./DescribeLoadBalancerAttributesCommand";
|
|
16
|
+
export * from "./DescribeLoadBalancersCommand";
|
|
17
|
+
export * from "./DescribeRulesCommand";
|
|
18
|
+
export * from "./DescribeSSLPoliciesCommand";
|
|
19
|
+
export * from "./DescribeTagsCommand";
|
|
20
|
+
export * from "./DescribeTargetGroupAttributesCommand";
|
|
21
|
+
export * from "./DescribeTargetGroupsCommand";
|
|
22
|
+
export * from "./DescribeTargetHealthCommand";
|
|
23
|
+
export * from "./ModifyListenerCommand";
|
|
24
|
+
export * from "./ModifyLoadBalancerAttributesCommand";
|
|
25
|
+
export * from "./ModifyRuleCommand";
|
|
26
|
+
export * from "./ModifyTargetGroupAttributesCommand";
|
|
27
|
+
export * from "./ModifyTargetGroupCommand";
|
|
28
|
+
export * from "./RegisterTargetsCommand";
|
|
29
|
+
export * from "./RemoveListenerCertificatesCommand";
|
|
30
|
+
export * from "./RemoveTagsCommand";
|
|
31
|
+
export * from "./SetIpAddressTypeCommand";
|
|
32
|
+
export * from "./SetRulePrioritiesCommand";
|
|
33
|
+
export * from "./SetSecurityGroupsCommand";
|
|
34
|
+
export * from "./SetSubnetsCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,46 +1,6 @@
|
|
|
1
|
-
export * from "./ElasticLoadBalancingV2Client";
|
|
2
1
|
export * from "./ElasticLoadBalancingV2";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CreateTargetGroupCommand";
|
|
9
|
-
export * from "./commands/DeleteListenerCommand";
|
|
10
|
-
export * from "./commands/DeleteLoadBalancerCommand";
|
|
11
|
-
export * from "./commands/DeleteRuleCommand";
|
|
12
|
-
export * from "./commands/DeleteTargetGroupCommand";
|
|
13
|
-
export * from "./commands/DeregisterTargetsCommand";
|
|
14
|
-
export * from "./commands/DescribeAccountLimitsCommand";
|
|
15
|
-
export * from "./commands/DescribeListenerCertificatesCommand";
|
|
16
|
-
export * from "./commands/DescribeListenersCommand";
|
|
17
|
-
export * from "./pagination/DescribeListenersPaginator";
|
|
18
|
-
export * from "./commands/DescribeLoadBalancerAttributesCommand";
|
|
19
|
-
export * from "./commands/DescribeLoadBalancersCommand";
|
|
20
|
-
export * from "./pagination/DescribeLoadBalancersPaginator";
|
|
21
|
-
export * from "./waiters/waitForLoadBalancerAvailable";
|
|
22
|
-
export * from "./waiters/waitForLoadBalancerExists";
|
|
23
|
-
export * from "./waiters/waitForLoadBalancersDeleted";
|
|
24
|
-
export * from "./commands/DescribeRulesCommand";
|
|
25
|
-
export * from "./commands/DescribeSSLPoliciesCommand";
|
|
26
|
-
export * from "./commands/DescribeTagsCommand";
|
|
27
|
-
export * from "./commands/DescribeTargetGroupAttributesCommand";
|
|
28
|
-
export * from "./commands/DescribeTargetGroupsCommand";
|
|
29
|
-
export * from "./pagination/DescribeTargetGroupsPaginator";
|
|
30
|
-
export * from "./commands/DescribeTargetHealthCommand";
|
|
31
|
-
export * from "./waiters/waitForTargetDeregistered";
|
|
32
|
-
export * from "./waiters/waitForTargetInService";
|
|
33
|
-
export * from "./commands/ModifyListenerCommand";
|
|
34
|
-
export * from "./commands/ModifyLoadBalancerAttributesCommand";
|
|
35
|
-
export * from "./commands/ModifyRuleCommand";
|
|
36
|
-
export * from "./commands/ModifyTargetGroupCommand";
|
|
37
|
-
export * from "./commands/ModifyTargetGroupAttributesCommand";
|
|
38
|
-
export * from "./commands/RegisterTargetsCommand";
|
|
39
|
-
export * from "./commands/RemoveListenerCertificatesCommand";
|
|
40
|
-
export * from "./commands/RemoveTagsCommand";
|
|
41
|
-
export * from "./commands/SetIpAddressTypeCommand";
|
|
42
|
-
export * from "./commands/SetRulePrioritiesCommand";
|
|
43
|
-
export * from "./commands/SetSecurityGroupsCommand";
|
|
44
|
-
export * from "./commands/SetSubnetsCommand";
|
|
45
|
-
export * from "./pagination/Interfaces";
|
|
46
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ElasticLoadBalancingV2Client";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|