@aws-sdk/client-auto-scaling 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 +45 -0
- package/dist-cjs/commands/index.js +64 -0
- package/dist-cjs/endpoints.js +79 -5
- package/dist-cjs/index.js +5 -75
- package/dist-cjs/models/models_0.js +115 -4
- package/dist-cjs/pagination/index.js +12 -0
- package/dist-cjs/protocols/Aws_query.js +598 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-cjs/waiters/index.js +6 -0
- package/dist-es/commands/index.js +61 -0
- package/dist-es/endpoints.js +79 -5
- package/dist-es/index.js +5 -75
- package/dist-es/models/models_0.js +93 -0
- package/dist-es/pagination/index.js +9 -0
- package/dist-es/protocols/Aws_query.js +860 -169
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-es/waiters/index.js +3 -0
- package/dist-types/AutoScalingClient.d.ts +8 -0
- package/dist-types/commands/AttachInstancesCommand.d.ts +1 -1
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +1 -1
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +1 -1
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePoliciesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +1 -1
- package/dist-types/commands/DetachInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +1 -1
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +1 -1
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +1 -1
- package/dist-types/commands/EnterStandbyCommand.d.ts +1 -1
- package/dist-types/commands/ExecutePolicyCommand.d.ts +1 -1
- package/dist-types/commands/ExitStandbyCommand.d.ts +1 -1
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +1 -1
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +1 -1
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +1 -1
- package/dist-types/commands/PutWarmPoolCommand.d.ts +1 -1
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +1 -1
- package/dist-types/commands/ResumeProcessesCommand.d.ts +1 -1
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +1 -1
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +1 -1
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +1 -1
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +1 -1
- package/dist-types/commands/SuspendProcessesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +61 -0
- package/dist-types/index.d.ts +5 -75
- package/dist-types/models/models_0.d.ts +590 -99
- package/dist-types/pagination/index.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/AutoScalingClient.d.ts +4 -0
- package/dist-types/ts3.4/commands/index.d.ts +61 -0
- package/dist-types/ts3.4/index.d.ts +5 -75
- package/dist-types/ts3.4/models/models_0.d.ts +193 -0
- package/dist-types/ts3.4/pagination/index.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- 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 +3 -0
- package/dist-types/waiters/index.d.ts +3 -0
- package/package.json +27 -27
|
@@ -4,6 +4,7 @@ exports.getRuntimeConfig = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
|
+
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
7
8
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
9
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
9
10
|
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
@@ -13,7 +14,7 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
|
13
14
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
14
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
15
16
|
const getRuntimeConfig = (config) => {
|
|
16
|
-
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;
|
|
17
18
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
18
19
|
return {
|
|
19
20
|
...clientSharedValues,
|
|
@@ -30,8 +31,10 @@ const getRuntimeConfig = (config) => {
|
|
|
30
31
|
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (() => Promise.resolve(middleware_retry_1.DEFAULT_RETRY_MODE)),
|
|
31
32
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
|
|
32
33
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : fetch_http_handler_1.streamCollector,
|
|
33
|
-
|
|
34
|
-
|
|
34
|
+
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
35
|
+
useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_FIPS_ENDPOINT)),
|
|
36
|
+
utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_browser_1.fromUtf8,
|
|
37
|
+
utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_browser_1.toUtf8,
|
|
35
38
|
};
|
|
36
39
|
};
|
|
37
40
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -17,7 +17,7 @@ const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
19
|
const getRuntimeConfig = (config) => {
|
|
20
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
20
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
21
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
22
22
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
23
23
|
return {
|
|
@@ -35,8 +35,10 @@ const getRuntimeConfig = (config) => {
|
|
|
35
35
|
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig(middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS),
|
|
36
36
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
|
|
37
37
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
39
|
+
useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
40
|
+
utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_node_1.fromUtf8,
|
|
41
|
+
utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_node_1.toUtf8,
|
|
40
42
|
};
|
|
41
43
|
};
|
|
42
44
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./waitForGroupExists"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./waitForGroupInService"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./waitForGroupNotExists"), exports);
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
export * from "./AttachInstancesCommand";
|
|
2
|
+
export * from "./AttachLoadBalancerTargetGroupsCommand";
|
|
3
|
+
export * from "./AttachLoadBalancersCommand";
|
|
4
|
+
export * from "./BatchDeleteScheduledActionCommand";
|
|
5
|
+
export * from "./BatchPutScheduledUpdateGroupActionCommand";
|
|
6
|
+
export * from "./CancelInstanceRefreshCommand";
|
|
7
|
+
export * from "./CompleteLifecycleActionCommand";
|
|
8
|
+
export * from "./CreateAutoScalingGroupCommand";
|
|
9
|
+
export * from "./CreateLaunchConfigurationCommand";
|
|
10
|
+
export * from "./CreateOrUpdateTagsCommand";
|
|
11
|
+
export * from "./DeleteAutoScalingGroupCommand";
|
|
12
|
+
export * from "./DeleteLaunchConfigurationCommand";
|
|
13
|
+
export * from "./DeleteLifecycleHookCommand";
|
|
14
|
+
export * from "./DeleteNotificationConfigurationCommand";
|
|
15
|
+
export * from "./DeletePolicyCommand";
|
|
16
|
+
export * from "./DeleteScheduledActionCommand";
|
|
17
|
+
export * from "./DeleteTagsCommand";
|
|
18
|
+
export * from "./DeleteWarmPoolCommand";
|
|
19
|
+
export * from "./DescribeAccountLimitsCommand";
|
|
20
|
+
export * from "./DescribeAdjustmentTypesCommand";
|
|
21
|
+
export * from "./DescribeAutoScalingGroupsCommand";
|
|
22
|
+
export * from "./DescribeAutoScalingInstancesCommand";
|
|
23
|
+
export * from "./DescribeAutoScalingNotificationTypesCommand";
|
|
24
|
+
export * from "./DescribeInstanceRefreshesCommand";
|
|
25
|
+
export * from "./DescribeLaunchConfigurationsCommand";
|
|
26
|
+
export * from "./DescribeLifecycleHookTypesCommand";
|
|
27
|
+
export * from "./DescribeLifecycleHooksCommand";
|
|
28
|
+
export * from "./DescribeLoadBalancerTargetGroupsCommand";
|
|
29
|
+
export * from "./DescribeLoadBalancersCommand";
|
|
30
|
+
export * from "./DescribeMetricCollectionTypesCommand";
|
|
31
|
+
export * from "./DescribeNotificationConfigurationsCommand";
|
|
32
|
+
export * from "./DescribePoliciesCommand";
|
|
33
|
+
export * from "./DescribeScalingActivitiesCommand";
|
|
34
|
+
export * from "./DescribeScalingProcessTypesCommand";
|
|
35
|
+
export * from "./DescribeScheduledActionsCommand";
|
|
36
|
+
export * from "./DescribeTagsCommand";
|
|
37
|
+
export * from "./DescribeTerminationPolicyTypesCommand";
|
|
38
|
+
export * from "./DescribeWarmPoolCommand";
|
|
39
|
+
export * from "./DetachInstancesCommand";
|
|
40
|
+
export * from "./DetachLoadBalancerTargetGroupsCommand";
|
|
41
|
+
export * from "./DetachLoadBalancersCommand";
|
|
42
|
+
export * from "./DisableMetricsCollectionCommand";
|
|
43
|
+
export * from "./EnableMetricsCollectionCommand";
|
|
44
|
+
export * from "./EnterStandbyCommand";
|
|
45
|
+
export * from "./ExecutePolicyCommand";
|
|
46
|
+
export * from "./ExitStandbyCommand";
|
|
47
|
+
export * from "./GetPredictiveScalingForecastCommand";
|
|
48
|
+
export * from "./PutLifecycleHookCommand";
|
|
49
|
+
export * from "./PutNotificationConfigurationCommand";
|
|
50
|
+
export * from "./PutScalingPolicyCommand";
|
|
51
|
+
export * from "./PutScheduledUpdateGroupActionCommand";
|
|
52
|
+
export * from "./PutWarmPoolCommand";
|
|
53
|
+
export * from "./RecordLifecycleActionHeartbeatCommand";
|
|
54
|
+
export * from "./ResumeProcessesCommand";
|
|
55
|
+
export * from "./SetDesiredCapacityCommand";
|
|
56
|
+
export * from "./SetInstanceHealthCommand";
|
|
57
|
+
export * from "./SetInstanceProtectionCommand";
|
|
58
|
+
export * from "./StartInstanceRefreshCommand";
|
|
59
|
+
export * from "./SuspendProcessesCommand";
|
|
60
|
+
export * from "./TerminateInstanceInAutoScalingGroupCommand";
|
|
61
|
+
export * from "./UpdateAutoScalingGroupCommand";
|
package/dist-es/endpoints.js
CHANGED
|
@@ -26,23 +26,97 @@ var partitionHash = {
|
|
|
26
26
|
"us-west-1",
|
|
27
27
|
"us-west-2",
|
|
28
28
|
],
|
|
29
|
-
|
|
29
|
+
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
30
|
+
variants: [
|
|
31
|
+
{
|
|
32
|
+
hostname: "autoscaling.{region}.amazonaws.com",
|
|
33
|
+
tags: [],
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
hostname: "autoscaling-fips.{region}.amazonaws.com",
|
|
37
|
+
tags: ["fips"],
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
hostname: "autoscaling-fips.{region}.api.aws",
|
|
41
|
+
tags: ["dualstack", "fips"],
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
hostname: "autoscaling.{region}.api.aws",
|
|
45
|
+
tags: ["dualstack"],
|
|
46
|
+
},
|
|
47
|
+
],
|
|
30
48
|
},
|
|
31
49
|
"aws-cn": {
|
|
32
50
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
33
|
-
|
|
51
|
+
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
52
|
+
variants: [
|
|
53
|
+
{
|
|
54
|
+
hostname: "autoscaling.{region}.amazonaws.com.cn",
|
|
55
|
+
tags: [],
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
hostname: "autoscaling-fips.{region}.amazonaws.com.cn",
|
|
59
|
+
tags: ["fips"],
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
hostname: "autoscaling-fips.{region}.api.amazonwebservices.com.cn",
|
|
63
|
+
tags: ["dualstack", "fips"],
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
hostname: "autoscaling.{region}.api.amazonwebservices.com.cn",
|
|
67
|
+
tags: ["dualstack"],
|
|
68
|
+
},
|
|
69
|
+
],
|
|
34
70
|
},
|
|
35
71
|
"aws-iso": {
|
|
36
72
|
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
37
|
-
|
|
73
|
+
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
74
|
+
variants: [
|
|
75
|
+
{
|
|
76
|
+
hostname: "autoscaling.{region}.c2s.ic.gov",
|
|
77
|
+
tags: [],
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
hostname: "autoscaling-fips.{region}.c2s.ic.gov",
|
|
81
|
+
tags: ["fips"],
|
|
82
|
+
},
|
|
83
|
+
],
|
|
38
84
|
},
|
|
39
85
|
"aws-iso-b": {
|
|
40
86
|
regions: ["us-isob-east-1"],
|
|
41
|
-
|
|
87
|
+
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
88
|
+
variants: [
|
|
89
|
+
{
|
|
90
|
+
hostname: "autoscaling.{region}.sc2s.sgov.gov",
|
|
91
|
+
tags: [],
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
hostname: "autoscaling-fips.{region}.sc2s.sgov.gov",
|
|
95
|
+
tags: ["fips"],
|
|
96
|
+
},
|
|
97
|
+
],
|
|
42
98
|
},
|
|
43
99
|
"aws-us-gov": {
|
|
44
100
|
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
45
|
-
|
|
101
|
+
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
102
|
+
variants: [
|
|
103
|
+
{
|
|
104
|
+
hostname: "autoscaling.{region}.amazonaws.com",
|
|
105
|
+
tags: [],
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
hostname: "autoscaling-fips.{region}.amazonaws.com",
|
|
109
|
+
tags: ["fips"],
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
hostname: "autoscaling-fips.{region}.api.aws",
|
|
113
|
+
tags: ["dualstack", "fips"],
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
hostname: "autoscaling.{region}.api.aws",
|
|
117
|
+
tags: ["dualstack"],
|
|
118
|
+
},
|
|
119
|
+
],
|
|
46
120
|
},
|
|
47
121
|
};
|
|
48
122
|
export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
|
package/dist-es/index.js
CHANGED
|
@@ -1,76 +1,6 @@
|
|
|
1
|
-
export * from "./AutoScalingClient";
|
|
2
1
|
export * from "./AutoScaling";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CancelInstanceRefreshCommand";
|
|
9
|
-
export * from "./commands/CompleteLifecycleActionCommand";
|
|
10
|
-
export * from "./commands/CreateAutoScalingGroupCommand";
|
|
11
|
-
export * from "./commands/CreateLaunchConfigurationCommand";
|
|
12
|
-
export * from "./commands/CreateOrUpdateTagsCommand";
|
|
13
|
-
export * from "./commands/DeleteAutoScalingGroupCommand";
|
|
14
|
-
export * from "./commands/DeleteLaunchConfigurationCommand";
|
|
15
|
-
export * from "./commands/DeleteLifecycleHookCommand";
|
|
16
|
-
export * from "./commands/DeleteNotificationConfigurationCommand";
|
|
17
|
-
export * from "./commands/DeletePolicyCommand";
|
|
18
|
-
export * from "./commands/DeleteScheduledActionCommand";
|
|
19
|
-
export * from "./commands/DeleteTagsCommand";
|
|
20
|
-
export * from "./commands/DeleteWarmPoolCommand";
|
|
21
|
-
export * from "./commands/DescribeAccountLimitsCommand";
|
|
22
|
-
export * from "./commands/DescribeAdjustmentTypesCommand";
|
|
23
|
-
export * from "./commands/DescribeAutoScalingGroupsCommand";
|
|
24
|
-
export * from "./pagination/DescribeAutoScalingGroupsPaginator";
|
|
25
|
-
export * from "./waiters/waitForGroupExists";
|
|
26
|
-
export * from "./waiters/waitForGroupInService";
|
|
27
|
-
export * from "./waiters/waitForGroupNotExists";
|
|
28
|
-
export * from "./commands/DescribeAutoScalingInstancesCommand";
|
|
29
|
-
export * from "./pagination/DescribeAutoScalingInstancesPaginator";
|
|
30
|
-
export * from "./commands/DescribeAutoScalingNotificationTypesCommand";
|
|
31
|
-
export * from "./commands/DescribeInstanceRefreshesCommand";
|
|
32
|
-
export * from "./commands/DescribeLaunchConfigurationsCommand";
|
|
33
|
-
export * from "./pagination/DescribeLaunchConfigurationsPaginator";
|
|
34
|
-
export * from "./commands/DescribeLifecycleHooksCommand";
|
|
35
|
-
export * from "./commands/DescribeLifecycleHookTypesCommand";
|
|
36
|
-
export * from "./commands/DescribeLoadBalancersCommand";
|
|
37
|
-
export * from "./commands/DescribeLoadBalancerTargetGroupsCommand";
|
|
38
|
-
export * from "./commands/DescribeMetricCollectionTypesCommand";
|
|
39
|
-
export * from "./commands/DescribeNotificationConfigurationsCommand";
|
|
40
|
-
export * from "./pagination/DescribeNotificationConfigurationsPaginator";
|
|
41
|
-
export * from "./commands/DescribePoliciesCommand";
|
|
42
|
-
export * from "./pagination/DescribePoliciesPaginator";
|
|
43
|
-
export * from "./commands/DescribeScalingActivitiesCommand";
|
|
44
|
-
export * from "./pagination/DescribeScalingActivitiesPaginator";
|
|
45
|
-
export * from "./commands/DescribeScalingProcessTypesCommand";
|
|
46
|
-
export * from "./commands/DescribeScheduledActionsCommand";
|
|
47
|
-
export * from "./pagination/DescribeScheduledActionsPaginator";
|
|
48
|
-
export * from "./commands/DescribeTagsCommand";
|
|
49
|
-
export * from "./pagination/DescribeTagsPaginator";
|
|
50
|
-
export * from "./commands/DescribeTerminationPolicyTypesCommand";
|
|
51
|
-
export * from "./commands/DescribeWarmPoolCommand";
|
|
52
|
-
export * from "./commands/DetachInstancesCommand";
|
|
53
|
-
export * from "./commands/DetachLoadBalancersCommand";
|
|
54
|
-
export * from "./commands/DetachLoadBalancerTargetGroupsCommand";
|
|
55
|
-
export * from "./commands/DisableMetricsCollectionCommand";
|
|
56
|
-
export * from "./commands/EnableMetricsCollectionCommand";
|
|
57
|
-
export * from "./commands/EnterStandbyCommand";
|
|
58
|
-
export * from "./commands/ExecutePolicyCommand";
|
|
59
|
-
export * from "./commands/ExitStandbyCommand";
|
|
60
|
-
export * from "./commands/GetPredictiveScalingForecastCommand";
|
|
61
|
-
export * from "./commands/PutLifecycleHookCommand";
|
|
62
|
-
export * from "./commands/PutNotificationConfigurationCommand";
|
|
63
|
-
export * from "./commands/PutScalingPolicyCommand";
|
|
64
|
-
export * from "./commands/PutScheduledUpdateGroupActionCommand";
|
|
65
|
-
export * from "./commands/PutWarmPoolCommand";
|
|
66
|
-
export * from "./commands/RecordLifecycleActionHeartbeatCommand";
|
|
67
|
-
export * from "./commands/ResumeProcessesCommand";
|
|
68
|
-
export * from "./commands/SetDesiredCapacityCommand";
|
|
69
|
-
export * from "./commands/SetInstanceHealthCommand";
|
|
70
|
-
export * from "./commands/SetInstanceProtectionCommand";
|
|
71
|
-
export * from "./commands/StartInstanceRefreshCommand";
|
|
72
|
-
export * from "./commands/SuspendProcessesCommand";
|
|
73
|
-
export * from "./commands/TerminateInstanceInAutoScalingGroupCommand";
|
|
74
|
-
export * from "./commands/UpdateAutoScalingGroupCommand";
|
|
75
|
-
export * from "./pagination/Interfaces";
|
|
76
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./AutoScalingClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -1,4 +1,35 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
export var AcceleratorCountRequest;
|
|
3
|
+
(function (AcceleratorCountRequest) {
|
|
4
|
+
AcceleratorCountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
+
})(AcceleratorCountRequest || (AcceleratorCountRequest = {}));
|
|
6
|
+
export var AcceleratorManufacturer;
|
|
7
|
+
(function (AcceleratorManufacturer) {
|
|
8
|
+
AcceleratorManufacturer["AMAZON_WEB_SERVICES"] = "amazon-web-services";
|
|
9
|
+
AcceleratorManufacturer["AMD"] = "amd";
|
|
10
|
+
AcceleratorManufacturer["NVIDIA"] = "nvidia";
|
|
11
|
+
AcceleratorManufacturer["XILINX"] = "xilinx";
|
|
12
|
+
})(AcceleratorManufacturer || (AcceleratorManufacturer = {}));
|
|
13
|
+
export var AcceleratorName;
|
|
14
|
+
(function (AcceleratorName) {
|
|
15
|
+
AcceleratorName["A100"] = "a100";
|
|
16
|
+
AcceleratorName["K80"] = "k80";
|
|
17
|
+
AcceleratorName["M60"] = "m60";
|
|
18
|
+
AcceleratorName["RADEON_PRO_V520"] = "radeon-pro-v520";
|
|
19
|
+
AcceleratorName["T4"] = "t4";
|
|
20
|
+
AcceleratorName["V100"] = "v100";
|
|
21
|
+
AcceleratorName["VU9P"] = "vu9p";
|
|
22
|
+
})(AcceleratorName || (AcceleratorName = {}));
|
|
23
|
+
export var AcceleratorTotalMemoryMiBRequest;
|
|
24
|
+
(function (AcceleratorTotalMemoryMiBRequest) {
|
|
25
|
+
AcceleratorTotalMemoryMiBRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
26
|
+
})(AcceleratorTotalMemoryMiBRequest || (AcceleratorTotalMemoryMiBRequest = {}));
|
|
27
|
+
export var AcceleratorType;
|
|
28
|
+
(function (AcceleratorType) {
|
|
29
|
+
AcceleratorType["FPGA"] = "fpga";
|
|
30
|
+
AcceleratorType["GPU"] = "gpu";
|
|
31
|
+
AcceleratorType["INFERENCE"] = "inference";
|
|
32
|
+
})(AcceleratorType || (AcceleratorType = {}));
|
|
2
33
|
export var ActiveInstanceRefreshNotFoundFault;
|
|
3
34
|
(function (ActiveInstanceRefreshNotFoundFault) {
|
|
4
35
|
ActiveInstanceRefreshNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -126,6 +157,68 @@ export var InstancesDistribution;
|
|
|
126
157
|
(function (InstancesDistribution) {
|
|
127
158
|
InstancesDistribution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
159
|
})(InstancesDistribution || (InstancesDistribution = {}));
|
|
160
|
+
export var BareMetal;
|
|
161
|
+
(function (BareMetal) {
|
|
162
|
+
BareMetal["EXCLUDED"] = "excluded";
|
|
163
|
+
BareMetal["INCLUDED"] = "included";
|
|
164
|
+
BareMetal["REQUIRED"] = "required";
|
|
165
|
+
})(BareMetal || (BareMetal = {}));
|
|
166
|
+
export var BaselineEbsBandwidthMbpsRequest;
|
|
167
|
+
(function (BaselineEbsBandwidthMbpsRequest) {
|
|
168
|
+
BaselineEbsBandwidthMbpsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
+
})(BaselineEbsBandwidthMbpsRequest || (BaselineEbsBandwidthMbpsRequest = {}));
|
|
170
|
+
export var BurstablePerformance;
|
|
171
|
+
(function (BurstablePerformance) {
|
|
172
|
+
BurstablePerformance["EXCLUDED"] = "excluded";
|
|
173
|
+
BurstablePerformance["INCLUDED"] = "included";
|
|
174
|
+
BurstablePerformance["REQUIRED"] = "required";
|
|
175
|
+
})(BurstablePerformance || (BurstablePerformance = {}));
|
|
176
|
+
export var CpuManufacturer;
|
|
177
|
+
(function (CpuManufacturer) {
|
|
178
|
+
CpuManufacturer["AMAZON_WEB_SERVICES"] = "amazon-web-services";
|
|
179
|
+
CpuManufacturer["AMD"] = "amd";
|
|
180
|
+
CpuManufacturer["INTEL"] = "intel";
|
|
181
|
+
})(CpuManufacturer || (CpuManufacturer = {}));
|
|
182
|
+
export var InstanceGeneration;
|
|
183
|
+
(function (InstanceGeneration) {
|
|
184
|
+
InstanceGeneration["CURRENT"] = "current";
|
|
185
|
+
InstanceGeneration["PREVIOUS"] = "previous";
|
|
186
|
+
})(InstanceGeneration || (InstanceGeneration = {}));
|
|
187
|
+
export var LocalStorage;
|
|
188
|
+
(function (LocalStorage) {
|
|
189
|
+
LocalStorage["EXCLUDED"] = "excluded";
|
|
190
|
+
LocalStorage["INCLUDED"] = "included";
|
|
191
|
+
LocalStorage["REQUIRED"] = "required";
|
|
192
|
+
})(LocalStorage || (LocalStorage = {}));
|
|
193
|
+
export var LocalStorageType;
|
|
194
|
+
(function (LocalStorageType) {
|
|
195
|
+
LocalStorageType["HDD"] = "hdd";
|
|
196
|
+
LocalStorageType["SSD"] = "ssd";
|
|
197
|
+
})(LocalStorageType || (LocalStorageType = {}));
|
|
198
|
+
export var MemoryGiBPerVCpuRequest;
|
|
199
|
+
(function (MemoryGiBPerVCpuRequest) {
|
|
200
|
+
MemoryGiBPerVCpuRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
+
})(MemoryGiBPerVCpuRequest || (MemoryGiBPerVCpuRequest = {}));
|
|
202
|
+
export var MemoryMiBRequest;
|
|
203
|
+
(function (MemoryMiBRequest) {
|
|
204
|
+
MemoryMiBRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
+
})(MemoryMiBRequest || (MemoryMiBRequest = {}));
|
|
206
|
+
export var NetworkInterfaceCountRequest;
|
|
207
|
+
(function (NetworkInterfaceCountRequest) {
|
|
208
|
+
NetworkInterfaceCountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
+
})(NetworkInterfaceCountRequest || (NetworkInterfaceCountRequest = {}));
|
|
210
|
+
export var TotalLocalStorageGBRequest;
|
|
211
|
+
(function (TotalLocalStorageGBRequest) {
|
|
212
|
+
TotalLocalStorageGBRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
|
+
})(TotalLocalStorageGBRequest || (TotalLocalStorageGBRequest = {}));
|
|
214
|
+
export var VCpuCountRequest;
|
|
215
|
+
(function (VCpuCountRequest) {
|
|
216
|
+
VCpuCountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
|
+
})(VCpuCountRequest || (VCpuCountRequest = {}));
|
|
218
|
+
export var InstanceRequirements;
|
|
219
|
+
(function (InstanceRequirements) {
|
|
220
|
+
InstanceRequirements.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
221
|
+
})(InstanceRequirements || (InstanceRequirements = {}));
|
|
129
222
|
export var LaunchTemplateOverrides;
|
|
130
223
|
(function (LaunchTemplateOverrides) {
|
|
131
224
|
LaunchTemplateOverrides.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from "./DescribeAutoScalingGroupsPaginator";
|
|
2
|
+
export * from "./DescribeAutoScalingInstancesPaginator";
|
|
3
|
+
export * from "./DescribeLaunchConfigurationsPaginator";
|
|
4
|
+
export * from "./DescribeNotificationConfigurationsPaginator";
|
|
5
|
+
export * from "./DescribePoliciesPaginator";
|
|
6
|
+
export * from "./DescribeScalingActivitiesPaginator";
|
|
7
|
+
export * from "./DescribeScheduledActionsPaginator";
|
|
8
|
+
export * from "./DescribeTagsPaginator";
|
|
9
|
+
export * from "./Interfaces";
|