@aws-sdk/client-auto-scaling 3.890.0 → 3.893.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 -0
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +2 -0
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +2 -0
- package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +2 -0
- package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +2 -0
- package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +2 -0
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +2 -0
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +2 -0
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +2 -0
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribePoliciesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTrafficSourcesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +2 -0
- package/dist-types/commands/DetachInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +2 -0
- package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +2 -0
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +2 -0
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +2 -0
- package/dist-types/commands/EnterStandbyCommand.d.ts +2 -0
- package/dist-types/commands/ExecutePolicyCommand.d.ts +2 -0
- package/dist-types/commands/ExitStandbyCommand.d.ts +2 -0
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +2 -0
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +2 -0
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +2 -0
- package/dist-types/commands/PutWarmPoolCommand.d.ts +2 -0
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +2 -0
- package/dist-types/commands/ResumeProcessesCommand.d.ts +2 -0
- package/dist-types/commands/RollbackInstanceRefreshCommand.d.ts +2 -0
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +2 -0
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +2 -0
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +2 -0
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +2 -0
- package/dist-types/commands/SuspendProcessesCommand.d.ts +2 -0
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -42,6 +42,8 @@ declare const AttachInstancesCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { AutoScalingClient, AttachInstancesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
44
44
|
* // const { AutoScalingClient, AttachInstancesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
45
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
46
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
45
47
|
* const client = new AutoScalingClient(config);
|
|
46
48
|
* const input = { // AttachInstancesQuery
|
|
47
49
|
* InstanceIds: [ // InstanceIds
|
|
@@ -63,6 +63,8 @@ declare const AttachLoadBalancerTargetGroupsCommand_base: {
|
|
|
63
63
|
* ```javascript
|
|
64
64
|
* import { AutoScalingClient, AttachLoadBalancerTargetGroupsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
65
65
|
* // const { AutoScalingClient, AttachLoadBalancerTargetGroupsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
66
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
67
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
66
68
|
* const client = new AutoScalingClient(config);
|
|
67
69
|
* const input = { // AttachLoadBalancerTargetGroupsType
|
|
68
70
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -50,6 +50,8 @@ declare const AttachLoadBalancersCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { AutoScalingClient, AttachLoadBalancersCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
52
52
|
* // const { AutoScalingClient, AttachLoadBalancersCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
53
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
54
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
53
55
|
* const client = new AutoScalingClient(config);
|
|
54
56
|
* const input = { // AttachLoadBalancersType
|
|
55
57
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -57,6 +57,8 @@ declare const AttachTrafficSourcesCommand_base: {
|
|
|
57
57
|
* ```javascript
|
|
58
58
|
* import { AutoScalingClient, AttachTrafficSourcesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
59
59
|
* // const { AutoScalingClient, AttachTrafficSourcesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
60
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
61
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
60
62
|
* const client = new AutoScalingClient(config);
|
|
61
63
|
* const input = { // AttachTrafficSourcesType
|
|
62
64
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const BatchDeleteScheduledActionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AutoScalingClient, BatchDeleteScheduledActionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
35
35
|
* // const { AutoScalingClient, BatchDeleteScheduledActionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
36
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
37
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
36
38
|
* const client = new AutoScalingClient(config);
|
|
37
39
|
* const input = { // BatchDeleteScheduledActionType
|
|
38
40
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const BatchPutScheduledUpdateGroupActionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AutoScalingClient, BatchPutScheduledUpdateGroupActionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
35
35
|
* // const { AutoScalingClient, BatchPutScheduledUpdateGroupActionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
36
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
37
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
36
38
|
* const client = new AutoScalingClient(config);
|
|
37
39
|
* const input = { // BatchPutScheduledUpdateGroupActionType
|
|
38
40
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const CancelInstanceRefreshCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { AutoScalingClient, CancelInstanceRefreshCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
42
42
|
* // const { AutoScalingClient, CancelInstanceRefreshCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
43
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
44
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
43
45
|
* const client = new AutoScalingClient(config);
|
|
44
46
|
* const input = { // CancelInstanceRefreshType
|
|
45
47
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -70,6 +70,8 @@ declare const CompleteLifecycleActionCommand_base: {
|
|
|
70
70
|
* ```javascript
|
|
71
71
|
* import { AutoScalingClient, CompleteLifecycleActionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
72
72
|
* // const { AutoScalingClient, CompleteLifecycleActionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
73
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
74
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
73
75
|
* const client = new AutoScalingClient(config);
|
|
74
76
|
* const input = { // CompleteLifecycleActionType
|
|
75
77
|
* LifecycleHookName: "STRING_VALUE", // required
|
|
@@ -47,6 +47,8 @@ declare const CreateAutoScalingGroupCommand_base: {
|
|
|
47
47
|
* ```javascript
|
|
48
48
|
* import { AutoScalingClient, CreateAutoScalingGroupCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
49
49
|
* // const { AutoScalingClient, CreateAutoScalingGroupCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
50
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
51
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
50
52
|
* const client = new AutoScalingClient(config);
|
|
51
53
|
* const input = { // CreateAutoScalingGroupType
|
|
52
54
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -45,6 +45,8 @@ declare const CreateLaunchConfigurationCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { AutoScalingClient, CreateLaunchConfigurationCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
47
47
|
* // const { AutoScalingClient, CreateLaunchConfigurationCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
48
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
49
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
48
50
|
* const client = new AutoScalingClient(config);
|
|
49
51
|
* const input = { // CreateLaunchConfigurationType
|
|
50
52
|
* LaunchConfigurationName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const CreateOrUpdateTagsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { AutoScalingClient, CreateOrUpdateTagsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
39
39
|
* // const { AutoScalingClient, CreateOrUpdateTagsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
40
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
41
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
40
42
|
* const client = new AutoScalingClient(config);
|
|
41
43
|
* const input = { // CreateOrUpdateTagsType
|
|
42
44
|
* Tags: [ // Tags // required
|
|
@@ -49,6 +49,8 @@ declare const DeleteAutoScalingGroupCommand_base: {
|
|
|
49
49
|
* ```javascript
|
|
50
50
|
* import { AutoScalingClient, DeleteAutoScalingGroupCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
51
51
|
* // const { AutoScalingClient, DeleteAutoScalingGroupCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
52
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
53
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
52
54
|
* const client = new AutoScalingClient(config);
|
|
53
55
|
* const input = { // DeleteAutoScalingGroupType
|
|
54
56
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteLaunchConfigurationCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AutoScalingClient, DeleteLaunchConfigurationCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
37
37
|
* // const { AutoScalingClient, DeleteLaunchConfigurationCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
38
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
39
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
38
40
|
* const client = new AutoScalingClient(config);
|
|
39
41
|
* const input = { // LaunchConfigurationNameType
|
|
40
42
|
* LaunchConfigurationName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DeleteLifecycleHookCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { AutoScalingClient, DeleteLifecycleHookCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
38
38
|
* // const { AutoScalingClient, DeleteLifecycleHookCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
39
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
40
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
39
41
|
* const client = new AutoScalingClient(config);
|
|
40
42
|
* const input = { // DeleteLifecycleHookType
|
|
41
43
|
* LifecycleHookName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteNotificationConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AutoScalingClient, DeleteNotificationConfigurationCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
35
35
|
* // const { AutoScalingClient, DeleteNotificationConfigurationCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
36
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
37
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
36
38
|
* const client = new AutoScalingClient(config);
|
|
37
39
|
* const input = { // DeleteNotificationConfigurationType
|
|
38
40
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DeletePolicyCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { AutoScalingClient, DeletePolicyCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
40
40
|
* // const { AutoScalingClient, DeletePolicyCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
41
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
42
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
41
43
|
* const client = new AutoScalingClient(config);
|
|
42
44
|
* const input = { // DeletePolicyType
|
|
43
45
|
* AutoScalingGroupName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DeleteScheduledActionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AutoScalingClient, DeleteScheduledActionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
35
35
|
* // const { AutoScalingClient, DeleteScheduledActionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
36
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
37
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
36
38
|
* const client = new AutoScalingClient(config);
|
|
37
39
|
* const input = { // DeleteScheduledActionType
|
|
38
40
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteTagsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AutoScalingClient, DeleteTagsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
35
35
|
* // const { AutoScalingClient, DeleteTagsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
36
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
37
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
36
38
|
* const client = new AutoScalingClient(config);
|
|
37
39
|
* const input = { // DeleteTagsType
|
|
38
40
|
* Tags: [ // Tags // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteWarmPoolCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AutoScalingClient, DeleteWarmPoolCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
37
37
|
* // const { AutoScalingClient, DeleteWarmPoolCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
38
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
39
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
38
40
|
* const client = new AutoScalingClient(config);
|
|
39
41
|
* const input = { // DeleteWarmPoolType
|
|
40
42
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DescribeAccountLimitsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { AutoScalingClient, DescribeAccountLimitsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
39
39
|
* // const { AutoScalingClient, DescribeAccountLimitsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
40
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
41
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
40
42
|
* const client = new AutoScalingClient(config);
|
|
41
43
|
* const input = {};
|
|
42
44
|
* const command = new DescribeAccountLimitsCommand(input);
|
|
@@ -52,6 +52,8 @@ declare const DescribeAdjustmentTypesCommand_base: {
|
|
|
52
52
|
* ```javascript
|
|
53
53
|
* import { AutoScalingClient, DescribeAdjustmentTypesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
54
54
|
* // const { AutoScalingClient, DescribeAdjustmentTypesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
55
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
56
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
55
57
|
* const client = new AutoScalingClient(config);
|
|
56
58
|
* const input = {};
|
|
57
59
|
* const command = new DescribeAdjustmentTypesCommand(input);
|
|
@@ -40,6 +40,8 @@ declare const DescribeAutoScalingGroupsCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { AutoScalingClient, DescribeAutoScalingGroupsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
42
42
|
* // const { AutoScalingClient, DescribeAutoScalingGroupsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
43
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
44
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
43
45
|
* const client = new AutoScalingClient(config);
|
|
44
46
|
* const input = { // AutoScalingGroupNamesType
|
|
45
47
|
* AutoScalingGroupNames: [ // AutoScalingGroupNames
|
|
@@ -33,6 +33,8 @@ declare const DescribeAutoScalingInstancesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AutoScalingClient, DescribeAutoScalingInstancesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
35
35
|
* // const { AutoScalingClient, DescribeAutoScalingInstancesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
36
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
37
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
36
38
|
* const client = new AutoScalingClient(config);
|
|
37
39
|
* const input = { // DescribeAutoScalingInstancesType
|
|
38
40
|
* InstanceIds: [ // InstanceIds
|
|
@@ -33,6 +33,8 @@ declare const DescribeAutoScalingNotificationTypesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AutoScalingClient, DescribeAutoScalingNotificationTypesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
35
35
|
* // const { AutoScalingClient, DescribeAutoScalingNotificationTypesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
36
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
37
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
36
38
|
* const client = new AutoScalingClient(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new DescribeAutoScalingNotificationTypesCommand(input);
|
|
@@ -43,6 +43,8 @@ declare const DescribeInstanceRefreshesCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { AutoScalingClient, DescribeInstanceRefreshesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
45
45
|
* // const { AutoScalingClient, DescribeInstanceRefreshesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
46
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
47
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
46
48
|
* const client = new AutoScalingClient(config);
|
|
47
49
|
* const input = { // DescribeInstanceRefreshesType
|
|
48
50
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeLaunchConfigurationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AutoScalingClient, DescribeLaunchConfigurationsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
35
35
|
* // const { AutoScalingClient, DescribeLaunchConfigurationsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
36
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
37
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
36
38
|
* const client = new AutoScalingClient(config);
|
|
37
39
|
* const input = { // LaunchConfigurationNamesType
|
|
38
40
|
* LaunchConfigurationNames: [ // LaunchConfigurationNames
|
|
@@ -46,6 +46,8 @@ declare const DescribeLifecycleHookTypesCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { AutoScalingClient, DescribeLifecycleHookTypesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
48
48
|
* // const { AutoScalingClient, DescribeLifecycleHookTypesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
49
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
50
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
49
51
|
* const client = new AutoScalingClient(config);
|
|
50
52
|
* const input = {};
|
|
51
53
|
* const command = new DescribeLifecycleHookTypesCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const DescribeLifecycleHooksCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AutoScalingClient, DescribeLifecycleHooksCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
35
35
|
* // const { AutoScalingClient, DescribeLifecycleHooksCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
36
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
37
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
36
38
|
* const client = new AutoScalingClient(config);
|
|
37
39
|
* const input = { // DescribeLifecycleHooksType
|
|
38
40
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -65,6 +65,8 @@ declare const DescribeLoadBalancerTargetGroupsCommand_base: {
|
|
|
65
65
|
* ```javascript
|
|
66
66
|
* import { AutoScalingClient, DescribeLoadBalancerTargetGroupsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
67
67
|
* // const { AutoScalingClient, DescribeLoadBalancerTargetGroupsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
68
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
69
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
68
70
|
* const client = new AutoScalingClient(config);
|
|
69
71
|
* const input = { // DescribeLoadBalancerTargetGroupsRequest
|
|
70
72
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -63,6 +63,8 @@ declare const DescribeLoadBalancersCommand_base: {
|
|
|
63
63
|
* ```javascript
|
|
64
64
|
* import { AutoScalingClient, DescribeLoadBalancersCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
65
65
|
* // const { AutoScalingClient, DescribeLoadBalancersCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
66
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
67
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
66
68
|
* const client = new AutoScalingClient(config);
|
|
67
69
|
* const input = { // DescribeLoadBalancersRequest
|
|
68
70
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeMetricCollectionTypesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AutoScalingClient, DescribeMetricCollectionTypesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
35
35
|
* // const { AutoScalingClient, DescribeMetricCollectionTypesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
36
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
37
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
36
38
|
* const client = new AutoScalingClient(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new DescribeMetricCollectionTypesCommand(input);
|
|
@@ -34,6 +34,8 @@ declare const DescribeNotificationConfigurationsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AutoScalingClient, DescribeNotificationConfigurationsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
36
36
|
* // const { AutoScalingClient, DescribeNotificationConfigurationsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
37
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
38
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
37
39
|
* const client = new AutoScalingClient(config);
|
|
38
40
|
* const input = { // DescribeNotificationConfigurationsType
|
|
39
41
|
* AutoScalingGroupNames: [ // AutoScalingGroupNames
|
|
@@ -33,6 +33,8 @@ declare const DescribePoliciesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AutoScalingClient, DescribePoliciesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
35
35
|
* // const { AutoScalingClient, DescribePoliciesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
36
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
37
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
36
38
|
* const client = new AutoScalingClient(config);
|
|
37
39
|
* const input = { // DescribePoliciesType
|
|
38
40
|
* AutoScalingGroupName: "STRING_VALUE",
|
|
@@ -41,6 +41,8 @@ declare const DescribeScalingActivitiesCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { AutoScalingClient, DescribeScalingActivitiesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
43
43
|
* // const { AutoScalingClient, DescribeScalingActivitiesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
44
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
45
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
44
46
|
* const client = new AutoScalingClient(config);
|
|
45
47
|
* const input = { // DescribeScalingActivitiesType
|
|
46
48
|
* ActivityIds: [ // ActivityIds
|
|
@@ -34,6 +34,8 @@ declare const DescribeScalingProcessTypesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AutoScalingClient, DescribeScalingProcessTypesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
36
36
|
* // const { AutoScalingClient, DescribeScalingProcessTypesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
37
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
38
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
37
39
|
* const client = new AutoScalingClient(config);
|
|
38
40
|
* const input = {};
|
|
39
41
|
* const command = new DescribeScalingProcessTypesCommand(input);
|
|
@@ -36,6 +36,8 @@ declare const DescribeScheduledActionsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { AutoScalingClient, DescribeScheduledActionsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
38
38
|
* // const { AutoScalingClient, DescribeScheduledActionsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
39
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
40
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
39
41
|
* const client = new AutoScalingClient(config);
|
|
40
42
|
* const input = { // DescribeScheduledActionsType
|
|
41
43
|
* AutoScalingGroupName: "STRING_VALUE",
|
|
@@ -41,6 +41,8 @@ declare const DescribeTagsCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { AutoScalingClient, DescribeTagsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
43
43
|
* // const { AutoScalingClient, DescribeTagsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
44
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
45
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
44
46
|
* const client = new AutoScalingClient(config);
|
|
45
47
|
* const input = { // DescribeTagsType
|
|
46
48
|
* Filters: [ // Filters
|
|
@@ -36,6 +36,8 @@ declare const DescribeTerminationPolicyTypesCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { AutoScalingClient, DescribeTerminationPolicyTypesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
38
38
|
* // const { AutoScalingClient, DescribeTerminationPolicyTypesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
39
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
40
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
39
41
|
* const client = new AutoScalingClient(config);
|
|
40
42
|
* const input = {};
|
|
41
43
|
* const command = new DescribeTerminationPolicyTypesCommand(input);
|
|
@@ -37,6 +37,8 @@ declare const DescribeTrafficSourcesCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { AutoScalingClient, DescribeTrafficSourcesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
39
39
|
* // const { AutoScalingClient, DescribeTrafficSourcesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
40
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
41
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
40
42
|
* const client = new AutoScalingClient(config);
|
|
41
43
|
* const input = { // DescribeTrafficSourcesRequest
|
|
42
44
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DescribeWarmPoolCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AutoScalingClient, DescribeWarmPoolCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
37
37
|
* // const { AutoScalingClient, DescribeWarmPoolCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
38
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
39
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
38
40
|
* const client = new AutoScalingClient(config);
|
|
39
41
|
* const input = { // DescribeWarmPoolType
|
|
40
42
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const DetachInstancesCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { AutoScalingClient, DetachInstancesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
44
44
|
* // const { AutoScalingClient, DetachInstancesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
45
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
46
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
45
47
|
* const client = new AutoScalingClient(config);
|
|
46
48
|
* const input = { // DetachInstancesQuery
|
|
47
49
|
* InstanceIds: [ // InstanceIds
|
|
@@ -51,6 +51,8 @@ declare const DetachLoadBalancerTargetGroupsCommand_base: {
|
|
|
51
51
|
* ```javascript
|
|
52
52
|
* import { AutoScalingClient, DetachLoadBalancerTargetGroupsCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
53
53
|
* // const { AutoScalingClient, DetachLoadBalancerTargetGroupsCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
54
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
55
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
54
56
|
* const client = new AutoScalingClient(config);
|
|
55
57
|
* const input = { // DetachLoadBalancerTargetGroupsType
|
|
56
58
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -47,6 +47,8 @@ declare const DetachLoadBalancersCommand_base: {
|
|
|
47
47
|
* ```javascript
|
|
48
48
|
* import { AutoScalingClient, DetachLoadBalancersCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
49
49
|
* // const { AutoScalingClient, DetachLoadBalancersCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
50
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
51
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
50
52
|
* const client = new AutoScalingClient(config);
|
|
51
53
|
* const input = { // DetachLoadBalancersType
|
|
52
54
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DetachTrafficSourcesCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { AutoScalingClient, DetachTrafficSourcesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
40
40
|
* // const { AutoScalingClient, DetachTrafficSourcesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
41
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
42
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
41
43
|
* const client = new AutoScalingClient(config);
|
|
42
44
|
* const input = { // DetachTrafficSourcesType
|
|
43
45
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DisableMetricsCollectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AutoScalingClient, DisableMetricsCollectionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
35
35
|
* // const { AutoScalingClient, DisableMetricsCollectionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
36
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
37
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
36
38
|
* const client = new AutoScalingClient(config);
|
|
37
39
|
* const input = { // DisableMetricsCollectionQuery
|
|
38
40
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const EnableMetricsCollectionCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { AutoScalingClient, EnableMetricsCollectionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
40
40
|
* // const { AutoScalingClient, EnableMetricsCollectionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
41
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
42
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
41
43
|
* const client = new AutoScalingClient(config);
|
|
42
44
|
* const input = { // EnableMetricsCollectionQuery
|
|
43
45
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const EnterStandbyCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { AutoScalingClient, EnterStandbyCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
44
44
|
* // const { AutoScalingClient, EnterStandbyCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
45
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
46
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
45
47
|
* const client = new AutoScalingClient(config);
|
|
46
48
|
* const input = { // EnterStandbyQuery
|
|
47
49
|
* InstanceIds: [ // InstanceIds
|
|
@@ -34,6 +34,8 @@ declare const ExecutePolicyCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AutoScalingClient, ExecutePolicyCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
36
36
|
* // const { AutoScalingClient, ExecutePolicyCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
37
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
38
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
37
39
|
* const client = new AutoScalingClient(config);
|
|
38
40
|
* const input = { // ExecutePolicyType
|
|
39
41
|
* AutoScalingGroupName: "STRING_VALUE",
|
|
@@ -38,6 +38,8 @@ declare const ExitStandbyCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { AutoScalingClient, ExitStandbyCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
40
40
|
* // const { AutoScalingClient, ExitStandbyCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
41
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
42
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
41
43
|
* const client = new AutoScalingClient(config);
|
|
42
44
|
* const input = { // ExitStandbyQuery
|
|
43
45
|
* InstanceIds: [ // InstanceIds
|
|
@@ -41,6 +41,8 @@ declare const GetPredictiveScalingForecastCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { AutoScalingClient, GetPredictiveScalingForecastCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
43
43
|
* // const { AutoScalingClient, GetPredictiveScalingForecastCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
44
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
45
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
44
46
|
* const client = new AutoScalingClient(config);
|
|
45
47
|
* const input = { // GetPredictiveScalingForecastType
|
|
46
48
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -76,6 +76,8 @@ declare const PutLifecycleHookCommand_base: {
|
|
|
76
76
|
* ```javascript
|
|
77
77
|
* import { AutoScalingClient, PutLifecycleHookCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
78
78
|
* // const { AutoScalingClient, PutLifecycleHookCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
79
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
80
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
79
81
|
* const client = new AutoScalingClient(config);
|
|
80
82
|
* const input = { // PutLifecycleHookType
|
|
81
83
|
* LifecycleHookName: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const PutNotificationConfigurationCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { AutoScalingClient, PutNotificationConfigurationCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
43
43
|
* // const { AutoScalingClient, PutNotificationConfigurationCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
44
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
45
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
44
46
|
* const client = new AutoScalingClient(config);
|
|
45
47
|
* const input = { // PutNotificationConfigurationType
|
|
46
48
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const PutScalingPolicyCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { AutoScalingClient, PutScalingPolicyCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
45
45
|
* // const { AutoScalingClient, PutScalingPolicyCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
46
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
47
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
46
48
|
* const client = new AutoScalingClient(config);
|
|
47
49
|
* const input = { // PutScalingPolicyType
|
|
48
50
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const PutScheduledUpdateGroupActionCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { AutoScalingClient, PutScheduledUpdateGroupActionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
43
43
|
* // const { AutoScalingClient, PutScheduledUpdateGroupActionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
44
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
45
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
44
46
|
* const client = new AutoScalingClient(config);
|
|
45
47
|
* const input = { // PutScheduledUpdateGroupActionType
|
|
46
48
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const PutWarmPoolCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { AutoScalingClient, PutWarmPoolCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
44
44
|
* // const { AutoScalingClient, PutWarmPoolCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
45
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
46
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
45
47
|
* const client = new AutoScalingClient(config);
|
|
46
48
|
* const input = { // PutWarmPoolType
|
|
47
49
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -70,6 +70,8 @@ declare const RecordLifecycleActionHeartbeatCommand_base: {
|
|
|
70
70
|
* ```javascript
|
|
71
71
|
* import { AutoScalingClient, RecordLifecycleActionHeartbeatCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
72
72
|
* // const { AutoScalingClient, RecordLifecycleActionHeartbeatCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
73
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
74
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
73
75
|
* const client = new AutoScalingClient(config);
|
|
74
76
|
* const input = { // RecordLifecycleActionHeartbeatType
|
|
75
77
|
* LifecycleHookName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ResumeProcessesCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { AutoScalingClient, ResumeProcessesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
38
38
|
* // const { AutoScalingClient, ResumeProcessesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
39
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
40
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
39
41
|
* const client = new AutoScalingClient(config);
|
|
40
42
|
* const input = { // ScalingProcessQuery
|
|
41
43
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -56,6 +56,8 @@ declare const RollbackInstanceRefreshCommand_base: {
|
|
|
56
56
|
* ```javascript
|
|
57
57
|
* import { AutoScalingClient, RollbackInstanceRefreshCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
58
58
|
* // const { AutoScalingClient, RollbackInstanceRefreshCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
59
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
60
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
59
61
|
* const client = new AutoScalingClient(config);
|
|
60
62
|
* const input = { // RollbackInstanceRefreshType
|
|
61
63
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const SetDesiredCapacityCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { AutoScalingClient, SetDesiredCapacityCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
40
40
|
* // const { AutoScalingClient, SetDesiredCapacityCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
41
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
42
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
41
43
|
* const client = new AutoScalingClient(config);
|
|
42
44
|
* const input = { // SetDesiredCapacityType
|
|
43
45
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const SetInstanceHealthCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { AutoScalingClient, SetInstanceHealthCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
38
38
|
* // const { AutoScalingClient, SetInstanceHealthCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
39
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
40
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
39
41
|
* const client = new AutoScalingClient(config);
|
|
40
42
|
* const input = { // SetInstanceHealthQuery
|
|
41
43
|
* InstanceId: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const SetInstanceProtectionCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { AutoScalingClient, SetInstanceProtectionCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
41
41
|
* // const { AutoScalingClient, SetInstanceProtectionCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
42
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
43
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
42
44
|
* const client = new AutoScalingClient(config);
|
|
43
45
|
* const input = { // SetInstanceProtectionQuery
|
|
44
46
|
* InstanceIds: [ // InstanceIds // required
|
|
@@ -55,6 +55,8 @@ declare const StartInstanceRefreshCommand_base: {
|
|
|
55
55
|
* ```javascript
|
|
56
56
|
* import { AutoScalingClient, StartInstanceRefreshCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
57
57
|
* // const { AutoScalingClient, StartInstanceRefreshCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
58
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
59
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
58
60
|
* const client = new AutoScalingClient(config);
|
|
59
61
|
* const input = { // StartInstanceRefreshType
|
|
60
62
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const SuspendProcessesCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { AutoScalingClient, SuspendProcessesCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
41
41
|
* // const { AutoScalingClient, SuspendProcessesCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
42
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
43
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
42
44
|
* const client = new AutoScalingClient(config);
|
|
43
45
|
* const input = { // ScalingProcessQuery
|
|
44
46
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
|
@@ -45,6 +45,8 @@ declare const TerminateInstanceInAutoScalingGroupCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { AutoScalingClient, TerminateInstanceInAutoScalingGroupCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
47
47
|
* // const { AutoScalingClient, TerminateInstanceInAutoScalingGroupCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
48
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
49
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
48
50
|
* const client = new AutoScalingClient(config);
|
|
49
51
|
* const input = { // TerminateInstanceInAutoScalingGroupType
|
|
50
52
|
* InstanceId: "STRING_VALUE", // required
|
|
@@ -76,6 +76,8 @@ declare const UpdateAutoScalingGroupCommand_base: {
|
|
|
76
76
|
* ```javascript
|
|
77
77
|
* import { AutoScalingClient, UpdateAutoScalingGroupCommand } from "@aws-sdk/client-auto-scaling"; // ES Modules import
|
|
78
78
|
* // const { AutoScalingClient, UpdateAutoScalingGroupCommand } = require("@aws-sdk/client-auto-scaling"); // CommonJS import
|
|
79
|
+
* // import type { AutoScalingClientConfig } from "@aws-sdk/client-auto-scaling";
|
|
80
|
+
* const config = {}; // type is AutoScalingClientConfig
|
|
79
81
|
* const client = new AutoScalingClient(config);
|
|
80
82
|
* const input = { // UpdateAutoScalingGroupType
|
|
81
83
|
* AutoScalingGroupName: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-auto-scaling",
|
|
3
3
|
"description": "AWS SDK for JavaScript Auto Scaling Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-auto-scaling",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@smithy/util-waiter": "^4.1.1",
|
|
60
60
|
"tslib": "^2.6.2"
|