@aws-sdk/client-auto-scaling 3.300.0 → 3.301.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AttachInstancesCommand.d.ts +2 -2
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +2 -2
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +2 -2
- package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +3 -3
- package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +2 -2
- package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +3 -3
- 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 +36 -40
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +8 -8
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +3 -3
- 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 +3 -3
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribePoliciesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeTrafficSourcesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +1 -1
- package/dist-types/commands/DetachInstancesCommand.d.ts +2 -2
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +2 -2
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +2 -2
- package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +3 -3
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +2 -2
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +2 -2
- package/dist-types/commands/EnterStandbyCommand.d.ts +2 -2
- package/dist-types/commands/ExecutePolicyCommand.d.ts +1 -1
- package/dist-types/commands/ExitStandbyCommand.d.ts +2 -2
- 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 +2 -2
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +27 -33
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +1 -1
- package/dist-types/commands/PutWarmPoolCommand.d.ts +2 -2
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +1 -1
- package/dist-types/commands/ResumeProcessesCommand.d.ts +2 -2
- package/dist-types/commands/RollbackInstanceRefreshCommand.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 +2 -2
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +29 -33
- package/dist-types/commands/SuspendProcessesCommand.d.ts +2 -2
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +28 -32
- package/package.json +3 -3
|
@@ -35,8 +35,8 @@ export interface AttachInstancesCommandOutput extends __MetadataBearer {
|
|
|
35
35
|
* import { AutoScalingClient, AttachInstancesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
36
36
|
* // const { AutoScalingClient, AttachInstancesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
37
37
|
* const client = new AutoScalingClient(config);
|
|
38
|
-
* const input = {
|
|
39
|
-
* InstanceIds: [
|
|
38
|
+
* const input = { // AttachInstancesQuery
|
|
39
|
+
* InstanceIds: [ // InstanceIds
|
|
40
40
|
* "STRING_VALUE",
|
|
41
41
|
* ],
|
|
42
42
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -47,9 +47,9 @@ export interface AttachLoadBalancerTargetGroupsCommandOutput extends AttachLoadB
|
|
|
47
47
|
* import { AutoScalingClient, AttachLoadBalancerTargetGroupsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
48
48
|
* // const { AutoScalingClient, AttachLoadBalancerTargetGroupsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
49
49
|
* const client = new AutoScalingClient(config);
|
|
50
|
-
* const input = {
|
|
50
|
+
* const input = { // AttachLoadBalancerTargetGroupsType
|
|
51
51
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
52
|
-
* TargetGroupARNs: [ // required
|
|
52
|
+
* TargetGroupARNs: [ // TargetGroupARNs // required
|
|
53
53
|
* "STRING_VALUE",
|
|
54
54
|
* ],
|
|
55
55
|
* };
|
|
@@ -37,9 +37,9 @@ export interface AttachLoadBalancersCommandOutput extends AttachLoadBalancersRes
|
|
|
37
37
|
* import { AutoScalingClient, AttachLoadBalancersCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
38
38
|
* // const { AutoScalingClient, AttachLoadBalancersCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
39
39
|
* const client = new AutoScalingClient(config);
|
|
40
|
-
* const input = {
|
|
40
|
+
* const input = { // AttachLoadBalancersType
|
|
41
41
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
42
|
-
* LoadBalancerNames: [ // required
|
|
42
|
+
* LoadBalancerNames: [ // LoadBalancerNames // required
|
|
43
43
|
* "STRING_VALUE",
|
|
44
44
|
* ],
|
|
45
45
|
* };
|
|
@@ -34,10 +34,10 @@ export interface AttachTrafficSourcesCommandOutput extends AttachTrafficSourcesR
|
|
|
34
34
|
* import { AutoScalingClient, AttachTrafficSourcesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
35
35
|
* // const { AutoScalingClient, AttachTrafficSourcesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
36
36
|
* const client = new AutoScalingClient(config);
|
|
37
|
-
* const input = {
|
|
37
|
+
* const input = { // AttachTrafficSourcesType
|
|
38
38
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
39
|
-
* TrafficSources: [ // required
|
|
40
|
-
* {
|
|
39
|
+
* TrafficSources: [ // TrafficSources // required
|
|
40
|
+
* { // TrafficSourceIdentifier
|
|
41
41
|
* Identifier: "STRING_VALUE",
|
|
42
42
|
* },
|
|
43
43
|
* ],
|
|
@@ -26,9 +26,9 @@ export interface BatchDeleteScheduledActionCommandOutput extends BatchDeleteSche
|
|
|
26
26
|
* import { AutoScalingClient, BatchDeleteScheduledActionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
27
27
|
* // const { AutoScalingClient, BatchDeleteScheduledActionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
28
28
|
* const client = new AutoScalingClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // BatchDeleteScheduledActionType
|
|
30
30
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
31
|
-
* ScheduledActionNames: [ // required
|
|
31
|
+
* ScheduledActionNames: [ // ScheduledActionNames // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -26,10 +26,10 @@ export interface BatchPutScheduledUpdateGroupActionCommandOutput extends BatchPu
|
|
|
26
26
|
* import { AutoScalingClient, BatchPutScheduledUpdateGroupActionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
27
27
|
* // const { AutoScalingClient, BatchPutScheduledUpdateGroupActionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
28
28
|
* const client = new AutoScalingClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // BatchPutScheduledUpdateGroupActionType
|
|
30
30
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
31
|
-
* ScheduledUpdateGroupActions: [ // required
|
|
32
|
-
* {
|
|
31
|
+
* ScheduledUpdateGroupActions: [ // ScheduledUpdateGroupActionRequests // required
|
|
32
|
+
* { // ScheduledUpdateGroupActionRequest
|
|
33
33
|
* ScheduledActionName: "STRING_VALUE", // required
|
|
34
34
|
* StartTime: new Date("TIMESTAMP"),
|
|
35
35
|
* EndTime: new Date("TIMESTAMP"),
|
|
@@ -33,7 +33,7 @@ export interface CancelInstanceRefreshCommandOutput extends CancelInstanceRefres
|
|
|
33
33
|
* import { AutoScalingClient, CancelInstanceRefreshCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
34
34
|
* // const { AutoScalingClient, CancelInstanceRefreshCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
35
35
|
* const client = new AutoScalingClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // CancelInstanceRefreshType
|
|
37
37
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
38
38
|
* };
|
|
39
39
|
* const command = new CancelInstanceRefreshCommand(input);
|
|
@@ -63,7 +63,7 @@ export interface CompleteLifecycleActionCommandOutput extends CompleteLifecycleA
|
|
|
63
63
|
* import { AutoScalingClient, CompleteLifecycleActionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
64
64
|
* // const { AutoScalingClient, CompleteLifecycleActionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
65
65
|
* const client = new AutoScalingClient(config);
|
|
66
|
-
* const input = {
|
|
66
|
+
* const input = { // CompleteLifecycleActionType
|
|
67
67
|
* LifecycleHookName: "STRING_VALUE", // required
|
|
68
68
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
69
69
|
* LifecycleActionToken: "STRING_VALUE",
|
|
@@ -43,50 +43,46 @@ export interface CreateAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
|
43
43
|
* import { AutoScalingClient, CreateAutoScalingGroupCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
44
44
|
* // const { AutoScalingClient, CreateAutoScalingGroupCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
45
45
|
* const client = new AutoScalingClient(config);
|
|
46
|
-
* const input = {
|
|
46
|
+
* const input = { // CreateAutoScalingGroupType
|
|
47
47
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
48
48
|
* LaunchConfigurationName: "STRING_VALUE",
|
|
49
|
-
* LaunchTemplate: {
|
|
49
|
+
* LaunchTemplate: { // LaunchTemplateSpecification
|
|
50
50
|
* LaunchTemplateId: "STRING_VALUE",
|
|
51
51
|
* LaunchTemplateName: "STRING_VALUE",
|
|
52
52
|
* Version: "STRING_VALUE",
|
|
53
53
|
* },
|
|
54
|
-
* MixedInstancesPolicy: {
|
|
55
|
-
* LaunchTemplate: {
|
|
54
|
+
* MixedInstancesPolicy: { // MixedInstancesPolicy
|
|
55
|
+
* LaunchTemplate: { // LaunchTemplate
|
|
56
56
|
* LaunchTemplateSpecification: {
|
|
57
57
|
* LaunchTemplateId: "STRING_VALUE",
|
|
58
58
|
* LaunchTemplateName: "STRING_VALUE",
|
|
59
59
|
* Version: "STRING_VALUE",
|
|
60
60
|
* },
|
|
61
|
-
* Overrides: [
|
|
62
|
-
* {
|
|
61
|
+
* Overrides: [ // Overrides
|
|
62
|
+
* { // LaunchTemplateOverrides
|
|
63
63
|
* InstanceType: "STRING_VALUE",
|
|
64
64
|
* WeightedCapacity: "STRING_VALUE",
|
|
65
|
-
* LaunchTemplateSpecification:
|
|
66
|
-
*
|
|
67
|
-
*
|
|
68
|
-
* Version: "<LaunchTemplateSpecification>",
|
|
69
|
-
* },
|
|
70
|
-
* InstanceRequirements: {
|
|
71
|
-
* VCpuCount: {
|
|
65
|
+
* LaunchTemplateSpecification: "<LaunchTemplateSpecification>",
|
|
66
|
+
* InstanceRequirements: { // InstanceRequirements
|
|
67
|
+
* VCpuCount: { // VCpuCountRequest
|
|
72
68
|
* Min: Number("int"), // required
|
|
73
69
|
* Max: Number("int"),
|
|
74
70
|
* },
|
|
75
|
-
* MemoryMiB: {
|
|
71
|
+
* MemoryMiB: { // MemoryMiBRequest
|
|
76
72
|
* Min: Number("int"), // required
|
|
77
73
|
* Max: Number("int"),
|
|
78
74
|
* },
|
|
79
|
-
* CpuManufacturers: [
|
|
75
|
+
* CpuManufacturers: [ // CpuManufacturers
|
|
80
76
|
* "intel" || "amd" || "amazon-web-services",
|
|
81
77
|
* ],
|
|
82
|
-
* MemoryGiBPerVCpu: {
|
|
78
|
+
* MemoryGiBPerVCpu: { // MemoryGiBPerVCpuRequest
|
|
83
79
|
* Min: Number("double"),
|
|
84
80
|
* Max: Number("double"),
|
|
85
81
|
* },
|
|
86
|
-
* ExcludedInstanceTypes: [
|
|
82
|
+
* ExcludedInstanceTypes: [ // ExcludedInstanceTypes
|
|
87
83
|
* "STRING_VALUE",
|
|
88
84
|
* ],
|
|
89
|
-
* InstanceGenerations: [
|
|
85
|
+
* InstanceGenerations: [ // InstanceGenerations
|
|
90
86
|
* "current" || "previous",
|
|
91
87
|
* ],
|
|
92
88
|
* SpotMaxPricePercentageOverLowestPrice: Number("int"),
|
|
@@ -94,51 +90,51 @@ export interface CreateAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
|
94
90
|
* BareMetal: "included" || "excluded" || "required",
|
|
95
91
|
* BurstablePerformance: "included" || "excluded" || "required",
|
|
96
92
|
* RequireHibernateSupport: true || false,
|
|
97
|
-
* NetworkInterfaceCount: {
|
|
93
|
+
* NetworkInterfaceCount: { // NetworkInterfaceCountRequest
|
|
98
94
|
* Min: Number("int"),
|
|
99
95
|
* Max: Number("int"),
|
|
100
96
|
* },
|
|
101
97
|
* LocalStorage: "included" || "excluded" || "required",
|
|
102
|
-
* LocalStorageTypes: [
|
|
98
|
+
* LocalStorageTypes: [ // LocalStorageTypes
|
|
103
99
|
* "hdd" || "ssd",
|
|
104
100
|
* ],
|
|
105
|
-
* TotalLocalStorageGB: {
|
|
101
|
+
* TotalLocalStorageGB: { // TotalLocalStorageGBRequest
|
|
106
102
|
* Min: Number("double"),
|
|
107
103
|
* Max: Number("double"),
|
|
108
104
|
* },
|
|
109
|
-
* BaselineEbsBandwidthMbps: {
|
|
105
|
+
* BaselineEbsBandwidthMbps: { // BaselineEbsBandwidthMbpsRequest
|
|
110
106
|
* Min: Number("int"),
|
|
111
107
|
* Max: Number("int"),
|
|
112
108
|
* },
|
|
113
|
-
* AcceleratorTypes: [
|
|
109
|
+
* AcceleratorTypes: [ // AcceleratorTypes
|
|
114
110
|
* "gpu" || "fpga" || "inference",
|
|
115
111
|
* ],
|
|
116
|
-
* AcceleratorCount: {
|
|
112
|
+
* AcceleratorCount: { // AcceleratorCountRequest
|
|
117
113
|
* Min: Number("int"),
|
|
118
114
|
* Max: Number("int"),
|
|
119
115
|
* },
|
|
120
|
-
* AcceleratorManufacturers: [
|
|
116
|
+
* AcceleratorManufacturers: [ // AcceleratorManufacturers
|
|
121
117
|
* "nvidia" || "amd" || "amazon-web-services" || "xilinx",
|
|
122
118
|
* ],
|
|
123
|
-
* AcceleratorNames: [
|
|
119
|
+
* AcceleratorNames: [ // AcceleratorNames
|
|
124
120
|
* "a100" || "v100" || "k80" || "t4" || "m60" || "radeon-pro-v520" || "vu9p",
|
|
125
121
|
* ],
|
|
126
|
-
* AcceleratorTotalMemoryMiB: {
|
|
122
|
+
* AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiBRequest
|
|
127
123
|
* Min: Number("int"),
|
|
128
124
|
* Max: Number("int"),
|
|
129
125
|
* },
|
|
130
|
-
* NetworkBandwidthGbps: {
|
|
126
|
+
* NetworkBandwidthGbps: { // NetworkBandwidthGbpsRequest
|
|
131
127
|
* Min: Number("double"),
|
|
132
128
|
* Max: Number("double"),
|
|
133
129
|
* },
|
|
134
|
-
* AllowedInstanceTypes: [
|
|
130
|
+
* AllowedInstanceTypes: [ // AllowedInstanceTypes
|
|
135
131
|
* "STRING_VALUE",
|
|
136
132
|
* ],
|
|
137
133
|
* },
|
|
138
134
|
* },
|
|
139
135
|
* ],
|
|
140
136
|
* },
|
|
141
|
-
* InstancesDistribution: {
|
|
137
|
+
* InstancesDistribution: { // InstancesDistribution
|
|
142
138
|
* OnDemandAllocationStrategy: "STRING_VALUE",
|
|
143
139
|
* OnDemandBaseCapacity: Number("int"),
|
|
144
140
|
* OnDemandPercentageAboveBaseCapacity: Number("int"),
|
|
@@ -152,26 +148,26 @@ export interface CreateAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
|
152
148
|
* MaxSize: Number("int"), // required
|
|
153
149
|
* DesiredCapacity: Number("int"),
|
|
154
150
|
* DefaultCooldown: Number("int"),
|
|
155
|
-
* AvailabilityZones: [
|
|
151
|
+
* AvailabilityZones: [ // AvailabilityZones
|
|
156
152
|
* "STRING_VALUE",
|
|
157
153
|
* ],
|
|
158
|
-
* LoadBalancerNames: [
|
|
154
|
+
* LoadBalancerNames: [ // LoadBalancerNames
|
|
159
155
|
* "STRING_VALUE",
|
|
160
156
|
* ],
|
|
161
|
-
* TargetGroupARNs: [
|
|
157
|
+
* TargetGroupARNs: [ // TargetGroupARNs
|
|
162
158
|
* "STRING_VALUE",
|
|
163
159
|
* ],
|
|
164
160
|
* HealthCheckType: "STRING_VALUE",
|
|
165
161
|
* HealthCheckGracePeriod: Number("int"),
|
|
166
162
|
* PlacementGroup: "STRING_VALUE",
|
|
167
163
|
* VPCZoneIdentifier: "STRING_VALUE",
|
|
168
|
-
* TerminationPolicies: [
|
|
164
|
+
* TerminationPolicies: [ // TerminationPolicies
|
|
169
165
|
* "STRING_VALUE",
|
|
170
166
|
* ],
|
|
171
167
|
* NewInstancesProtectedFromScaleIn: true || false,
|
|
172
168
|
* CapacityRebalance: true || false,
|
|
173
|
-
* LifecycleHookSpecificationList: [
|
|
174
|
-
* {
|
|
169
|
+
* LifecycleHookSpecificationList: [ // LifecycleHookSpecifications
|
|
170
|
+
* { // LifecycleHookSpecification
|
|
175
171
|
* LifecycleHookName: "STRING_VALUE", // required
|
|
176
172
|
* LifecycleTransition: "STRING_VALUE", // required
|
|
177
173
|
* NotificationMetadata: "STRING_VALUE",
|
|
@@ -181,8 +177,8 @@ export interface CreateAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
|
181
177
|
* RoleARN: "STRING_VALUE",
|
|
182
178
|
* },
|
|
183
179
|
* ],
|
|
184
|
-
* Tags: [
|
|
185
|
-
* {
|
|
180
|
+
* Tags: [ // Tags
|
|
181
|
+
* { // Tag
|
|
186
182
|
* ResourceId: "STRING_VALUE",
|
|
187
183
|
* ResourceType: "STRING_VALUE",
|
|
188
184
|
* Key: "STRING_VALUE", // required
|
|
@@ -195,8 +191,8 @@ export interface CreateAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
|
195
191
|
* Context: "STRING_VALUE",
|
|
196
192
|
* DesiredCapacityType: "STRING_VALUE",
|
|
197
193
|
* DefaultInstanceWarmup: Number("int"),
|
|
198
|
-
* TrafficSources: [
|
|
199
|
-
* {
|
|
194
|
+
* TrafficSources: [ // TrafficSources
|
|
195
|
+
* { // TrafficSourceIdentifier
|
|
200
196
|
* Identifier: "STRING_VALUE",
|
|
201
197
|
* },
|
|
202
198
|
* ],
|
|
@@ -38,15 +38,15 @@ export interface CreateLaunchConfigurationCommandOutput extends __MetadataBearer
|
|
|
38
38
|
* import { AutoScalingClient, CreateLaunchConfigurationCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
39
39
|
* // const { AutoScalingClient, CreateLaunchConfigurationCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
40
40
|
* const client = new AutoScalingClient(config);
|
|
41
|
-
* const input = {
|
|
41
|
+
* const input = { // CreateLaunchConfigurationType
|
|
42
42
|
* LaunchConfigurationName: "STRING_VALUE", // required
|
|
43
43
|
* ImageId: "STRING_VALUE",
|
|
44
44
|
* KeyName: "STRING_VALUE",
|
|
45
|
-
* SecurityGroups: [
|
|
45
|
+
* SecurityGroups: [ // SecurityGroups
|
|
46
46
|
* "STRING_VALUE",
|
|
47
47
|
* ],
|
|
48
48
|
* ClassicLinkVPCId: "STRING_VALUE",
|
|
49
|
-
* ClassicLinkVPCSecurityGroups: [
|
|
49
|
+
* ClassicLinkVPCSecurityGroups: [ // ClassicLinkVPCSecurityGroups
|
|
50
50
|
* "STRING_VALUE",
|
|
51
51
|
* ],
|
|
52
52
|
* UserData: "STRING_VALUE",
|
|
@@ -54,11 +54,11 @@ export interface CreateLaunchConfigurationCommandOutput extends __MetadataBearer
|
|
|
54
54
|
* InstanceType: "STRING_VALUE",
|
|
55
55
|
* KernelId: "STRING_VALUE",
|
|
56
56
|
* RamdiskId: "STRING_VALUE",
|
|
57
|
-
* BlockDeviceMappings: [
|
|
58
|
-
* {
|
|
57
|
+
* BlockDeviceMappings: [ // BlockDeviceMappings
|
|
58
|
+
* { // BlockDeviceMapping
|
|
59
59
|
* VirtualName: "STRING_VALUE",
|
|
60
60
|
* DeviceName: "STRING_VALUE", // required
|
|
61
|
-
* Ebs: {
|
|
61
|
+
* Ebs: { // Ebs
|
|
62
62
|
* SnapshotId: "STRING_VALUE",
|
|
63
63
|
* VolumeSize: Number("int"),
|
|
64
64
|
* VolumeType: "STRING_VALUE",
|
|
@@ -70,7 +70,7 @@ export interface CreateLaunchConfigurationCommandOutput extends __MetadataBearer
|
|
|
70
70
|
* NoDevice: true || false,
|
|
71
71
|
* },
|
|
72
72
|
* ],
|
|
73
|
-
* InstanceMonitoring: {
|
|
73
|
+
* InstanceMonitoring: { // InstanceMonitoring
|
|
74
74
|
* Enabled: true || false,
|
|
75
75
|
* },
|
|
76
76
|
* SpotPrice: "STRING_VALUE",
|
|
@@ -78,7 +78,7 @@ export interface CreateLaunchConfigurationCommandOutput extends __MetadataBearer
|
|
|
78
78
|
* EbsOptimized: true || false,
|
|
79
79
|
* AssociatePublicIpAddress: true || false,
|
|
80
80
|
* PlacementTenancy: "STRING_VALUE",
|
|
81
|
-
* MetadataOptions: {
|
|
81
|
+
* MetadataOptions: { // InstanceMetadataOptions
|
|
82
82
|
* HttpTokens: "optional" || "required",
|
|
83
83
|
* HttpPutResponseHopLimit: Number("int"),
|
|
84
84
|
* HttpEndpoint: "disabled" || "enabled",
|
|
@@ -30,9 +30,9 @@ export interface CreateOrUpdateTagsCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* import { AutoScalingClient, CreateOrUpdateTagsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
31
31
|
* // const { AutoScalingClient, CreateOrUpdateTagsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
32
32
|
* const client = new AutoScalingClient(config);
|
|
33
|
-
* const input = {
|
|
34
|
-
* Tags: [ // required
|
|
35
|
-
* {
|
|
33
|
+
* const input = { // CreateOrUpdateTagsType
|
|
34
|
+
* Tags: [ // Tags // required
|
|
35
|
+
* { // Tag
|
|
36
36
|
* ResourceId: "STRING_VALUE",
|
|
37
37
|
* ResourceType: "STRING_VALUE",
|
|
38
38
|
* Key: "STRING_VALUE", // required
|
|
@@ -40,7 +40,7 @@ export interface DeleteAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
|
40
40
|
* import { AutoScalingClient, DeleteAutoScalingGroupCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
41
41
|
* // const { AutoScalingClient, DeleteAutoScalingGroupCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
42
42
|
* const client = new AutoScalingClient(config);
|
|
43
|
-
* const input = {
|
|
43
|
+
* const input = { // DeleteAutoScalingGroupType
|
|
44
44
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
45
45
|
* ForceDelete: true || false,
|
|
46
46
|
* };
|
|
@@ -28,7 +28,7 @@ export interface DeleteLaunchConfigurationCommandOutput extends __MetadataBearer
|
|
|
28
28
|
* import { AutoScalingClient, DeleteLaunchConfigurationCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
29
29
|
* // const { AutoScalingClient, DeleteLaunchConfigurationCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
30
30
|
* const client = new AutoScalingClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // LaunchConfigurationNameType
|
|
32
32
|
* LaunchConfigurationName: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteLaunchConfigurationCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface DeleteLifecycleHookCommandOutput extends DeleteLifecycleHookAns
|
|
|
29
29
|
* import { AutoScalingClient, DeleteLifecycleHookCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
30
30
|
* // const { AutoScalingClient, DeleteLifecycleHookCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
31
31
|
* const client = new AutoScalingClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeleteLifecycleHookType
|
|
33
33
|
* LifecycleHookName: "STRING_VALUE", // required
|
|
34
34
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteNotificationConfigurationCommandOutput extends __Metadata
|
|
|
26
26
|
* import { AutoScalingClient, DeleteNotificationConfigurationCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
27
27
|
* // const { AutoScalingClient, DeleteNotificationConfigurationCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
28
28
|
* const client = new AutoScalingClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteNotificationConfigurationType
|
|
30
30
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
31
31
|
* TopicARN: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -31,7 +31,7 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* import { AutoScalingClient, DeletePolicyCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
32
32
|
* // const { AutoScalingClient, DeletePolicyCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
33
33
|
* const client = new AutoScalingClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // DeletePolicyType
|
|
35
35
|
* AutoScalingGroupName: "STRING_VALUE",
|
|
36
36
|
* PolicyName: "STRING_VALUE", // required
|
|
37
37
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteScheduledActionCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { AutoScalingClient, DeleteScheduledActionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
27
27
|
* // const { AutoScalingClient, DeleteScheduledActionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
28
28
|
* const client = new AutoScalingClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteScheduledActionType
|
|
30
30
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
31
31
|
* ScheduledActionName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,9 +26,9 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { AutoScalingClient, DeleteTagsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
27
27
|
* // const { AutoScalingClient, DeleteTagsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
28
28
|
* const client = new AutoScalingClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* Tags: [ // required
|
|
31
|
-
* {
|
|
29
|
+
* const input = { // DeleteTagsType
|
|
30
|
+
* Tags: [ // Tags // required
|
|
31
|
+
* { // Tag
|
|
32
32
|
* ResourceId: "STRING_VALUE",
|
|
33
33
|
* ResourceType: "STRING_VALUE",
|
|
34
34
|
* Key: "STRING_VALUE", // required
|
|
@@ -28,7 +28,7 @@ export interface DeleteWarmPoolCommandOutput extends DeleteWarmPoolAnswer, __Met
|
|
|
28
28
|
* import { AutoScalingClient, DeleteWarmPoolCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
29
29
|
* // const { AutoScalingClient, DeleteWarmPoolCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
30
30
|
* const client = new AutoScalingClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteWarmPoolType
|
|
32
32
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
33
33
|
* ForceDelete: true || false,
|
|
34
34
|
* };
|
|
@@ -32,16 +32,16 @@ export interface DescribeAutoScalingGroupsCommandOutput extends AutoScalingGroup
|
|
|
32
32
|
* import { AutoScalingClient, DescribeAutoScalingGroupsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
33
33
|
* // const { AutoScalingClient, DescribeAutoScalingGroupsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
34
34
|
* const client = new AutoScalingClient(config);
|
|
35
|
-
* const input = {
|
|
36
|
-
* AutoScalingGroupNames: [
|
|
35
|
+
* const input = { // AutoScalingGroupNamesType
|
|
36
|
+
* AutoScalingGroupNames: [ // AutoScalingGroupNames
|
|
37
37
|
* "STRING_VALUE",
|
|
38
38
|
* ],
|
|
39
39
|
* NextToken: "STRING_VALUE",
|
|
40
40
|
* MaxRecords: Number("int"),
|
|
41
|
-
* Filters: [
|
|
42
|
-
* {
|
|
41
|
+
* Filters: [ // Filters
|
|
42
|
+
* { // Filter
|
|
43
43
|
* Name: "STRING_VALUE",
|
|
44
|
-
* Values: [
|
|
44
|
+
* Values: [ // Values
|
|
45
45
|
* "STRING_VALUE",
|
|
46
46
|
* ],
|
|
47
47
|
* },
|
|
@@ -26,8 +26,8 @@ export interface DescribeAutoScalingInstancesCommandOutput extends AutoScalingIn
|
|
|
26
26
|
* import { AutoScalingClient, DescribeAutoScalingInstancesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
27
27
|
* // const { AutoScalingClient, DescribeAutoScalingInstancesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
28
28
|
* const client = new AutoScalingClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* InstanceIds: [
|
|
29
|
+
* const input = { // DescribeAutoScalingInstancesType
|
|
30
|
+
* InstanceIds: [ // InstanceIds
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* MaxRecords: Number("int"),
|
|
@@ -35,9 +35,9 @@ export interface DescribeInstanceRefreshesCommandOutput extends DescribeInstance
|
|
|
35
35
|
* import { AutoScalingClient, DescribeInstanceRefreshesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
36
36
|
* // const { AutoScalingClient, DescribeInstanceRefreshesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
37
37
|
* const client = new AutoScalingClient(config);
|
|
38
|
-
* const input = {
|
|
38
|
+
* const input = { // DescribeInstanceRefreshesType
|
|
39
39
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
40
|
-
* InstanceRefreshIds: [
|
|
40
|
+
* InstanceRefreshIds: [ // InstanceRefreshIds
|
|
41
41
|
* "STRING_VALUE",
|
|
42
42
|
* ],
|
|
43
43
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,8 +26,8 @@ export interface DescribeLaunchConfigurationsCommandOutput extends LaunchConfigu
|
|
|
26
26
|
* import { AutoScalingClient, DescribeLaunchConfigurationsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
27
27
|
* // const { AutoScalingClient, DescribeLaunchConfigurationsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
28
28
|
* const client = new AutoScalingClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* LaunchConfigurationNames: [
|
|
29
|
+
* const input = { // LaunchConfigurationNamesType
|
|
30
|
+
* LaunchConfigurationNames: [ // LaunchConfigurationNames
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,9 +26,9 @@ export interface DescribeLifecycleHooksCommandOutput extends DescribeLifecycleHo
|
|
|
26
26
|
* import { AutoScalingClient, DescribeLifecycleHooksCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
27
27
|
* // const { AutoScalingClient, DescribeLifecycleHooksCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
28
28
|
* const client = new AutoScalingClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeLifecycleHooksType
|
|
30
30
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
31
|
-
* LifecycleHookNames: [
|
|
31
|
+
* LifecycleHookNames: [ // LifecycleHookNames
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -50,7 +50,7 @@ export interface DescribeLoadBalancerTargetGroupsCommandOutput extends DescribeL
|
|
|
50
50
|
* import { AutoScalingClient, DescribeLoadBalancerTargetGroupsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
51
51
|
* // const { AutoScalingClient, DescribeLoadBalancerTargetGroupsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
52
52
|
* const client = new AutoScalingClient(config);
|
|
53
|
-
* const input = {
|
|
53
|
+
* const input = { // DescribeLoadBalancerTargetGroupsRequest
|
|
54
54
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
55
55
|
* NextToken: "STRING_VALUE",
|
|
56
56
|
* MaxRecords: Number("int"),
|
|
@@ -48,7 +48,7 @@ export interface DescribeLoadBalancersCommandOutput extends DescribeLoadBalancer
|
|
|
48
48
|
* import { AutoScalingClient, DescribeLoadBalancersCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
49
49
|
* // const { AutoScalingClient, DescribeLoadBalancersCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
50
50
|
* const client = new AutoScalingClient(config);
|
|
51
|
-
* const input = {
|
|
51
|
+
* const input = { // DescribeLoadBalancersRequest
|
|
52
52
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
53
53
|
* NextToken: "STRING_VALUE",
|
|
54
54
|
* MaxRecords: Number("int"),
|
|
@@ -27,8 +27,8 @@ export interface DescribeNotificationConfigurationsCommandOutput extends Describ
|
|
|
27
27
|
* import { AutoScalingClient, DescribeNotificationConfigurationsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
28
28
|
* // const { AutoScalingClient, DescribeNotificationConfigurationsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
29
29
|
* const client = new AutoScalingClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* AutoScalingGroupNames: [
|
|
30
|
+
* const input = { // DescribeNotificationConfigurationsType
|
|
31
|
+
* AutoScalingGroupNames: [ // AutoScalingGroupNames
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,12 +26,12 @@ export interface DescribePoliciesCommandOutput extends PoliciesType, __MetadataB
|
|
|
26
26
|
* import { AutoScalingClient, DescribePoliciesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
27
27
|
* // const { AutoScalingClient, DescribePoliciesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
28
28
|
* const client = new AutoScalingClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribePoliciesType
|
|
30
30
|
* AutoScalingGroupName: "STRING_VALUE",
|
|
31
|
-
* PolicyNames: [
|
|
31
|
+
* PolicyNames: [ // PolicyNames
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
|
-
* PolicyTypes: [
|
|
34
|
+
* PolicyTypes: [ // PolicyTypes
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* NextToken: "STRING_VALUE",
|
|
@@ -34,8 +34,8 @@ export interface DescribeScalingActivitiesCommandOutput extends ActivitiesType,
|
|
|
34
34
|
* import { AutoScalingClient, DescribeScalingActivitiesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
35
35
|
* // const { AutoScalingClient, DescribeScalingActivitiesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
36
36
|
* const client = new AutoScalingClient(config);
|
|
37
|
-
* const input = {
|
|
38
|
-
* ActivityIds: [
|
|
37
|
+
* const input = { // DescribeScalingActivitiesType
|
|
38
|
+
* ActivityIds: [ // ActivityIds
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
41
|
* AutoScalingGroupName: "STRING_VALUE",
|
|
@@ -29,9 +29,9 @@ export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsT
|
|
|
29
29
|
* import { AutoScalingClient, DescribeScheduledActionsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
30
30
|
* // const { AutoScalingClient, DescribeScheduledActionsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
31
31
|
* const client = new AutoScalingClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DescribeScheduledActionsType
|
|
33
33
|
* AutoScalingGroupName: "STRING_VALUE",
|
|
34
|
-
* ScheduledActionNames: [
|
|
34
|
+
* ScheduledActionNames: [ // ScheduledActionNames
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* StartTime: new Date("TIMESTAMP"),
|
|
@@ -34,11 +34,11 @@ export interface DescribeTagsCommandOutput extends TagsType, __MetadataBearer {
|
|
|
34
34
|
* import { AutoScalingClient, DescribeTagsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
35
35
|
* // const { AutoScalingClient, DescribeTagsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
36
36
|
* const client = new AutoScalingClient(config);
|
|
37
|
-
* const input = {
|
|
38
|
-
* Filters: [
|
|
39
|
-
* {
|
|
37
|
+
* const input = { // DescribeTagsType
|
|
38
|
+
* Filters: [ // Filters
|
|
39
|
+
* { // Filter
|
|
40
40
|
* Name: "STRING_VALUE",
|
|
41
|
-
* Values: [
|
|
41
|
+
* Values: [ // Values
|
|
42
42
|
* "STRING_VALUE",
|
|
43
43
|
* ],
|
|
44
44
|
* },
|
|
@@ -30,7 +30,7 @@ export interface DescribeTrafficSourcesCommandOutput extends DescribeTrafficSour
|
|
|
30
30
|
* import { AutoScalingClient, DescribeTrafficSourcesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
31
31
|
* // const { AutoScalingClient, DescribeTrafficSourcesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
32
32
|
* const client = new AutoScalingClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // DescribeTrafficSourcesRequest
|
|
34
34
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
35
35
|
* TrafficSourceType: "STRING_VALUE", // required
|
|
36
36
|
* NextToken: "STRING_VALUE",
|
|
@@ -28,7 +28,7 @@ export interface DescribeWarmPoolCommandOutput extends DescribeWarmPoolAnswer, _
|
|
|
28
28
|
* import { AutoScalingClient, DescribeWarmPoolCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
29
29
|
* // const { AutoScalingClient, DescribeWarmPoolCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
30
30
|
* const client = new AutoScalingClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DescribeWarmPoolType
|
|
32
32
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
33
33
|
* MaxRecords: Number("int"),
|
|
34
34
|
* NextToken: "STRING_VALUE",
|