@aws-sdk/client-auto-scaling 3.40.0 → 3.41.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/endpoints.js +8 -0
  3. package/dist-es/endpoints.js +8 -0
  4. package/dist-types/commands/AttachInstancesCommand.d.ts +1 -1
  5. package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +1 -1
  6. package/dist-types/commands/AttachLoadBalancersCommand.d.ts +1 -1
  7. package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +1 -1
  8. package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +1 -1
  9. package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +1 -1
  10. package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +1 -1
  18. package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteWarmPoolCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribePoliciesCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeWarmPoolCommand.d.ts +1 -1
  42. package/dist-types/commands/DetachInstancesCommand.d.ts +1 -1
  43. package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +1 -1
  44. package/dist-types/commands/DetachLoadBalancersCommand.d.ts +1 -1
  45. package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +1 -1
  46. package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +1 -1
  47. package/dist-types/commands/EnterStandbyCommand.d.ts +1 -1
  48. package/dist-types/commands/ExecutePolicyCommand.d.ts +1 -1
  49. package/dist-types/commands/ExitStandbyCommand.d.ts +1 -1
  50. package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +1 -1
  51. package/dist-types/commands/PutLifecycleHookCommand.d.ts +1 -1
  52. package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +1 -1
  53. package/dist-types/commands/PutScalingPolicyCommand.d.ts +1 -1
  54. package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +1 -1
  55. package/dist-types/commands/PutWarmPoolCommand.d.ts +1 -1
  56. package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +1 -1
  57. package/dist-types/commands/ResumeProcessesCommand.d.ts +1 -1
  58. package/dist-types/commands/SetDesiredCapacityCommand.d.ts +1 -1
  59. package/dist-types/commands/SetInstanceHealthCommand.d.ts +1 -1
  60. package/dist-types/commands/SetInstanceProtectionCommand.d.ts +1 -1
  61. package/dist-types/commands/StartInstanceRefreshCommand.d.ts +1 -1
  62. package/dist-types/commands/SuspendProcessesCommand.d.ts +1 -1
  63. package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +1 -1
  65. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
18
 
8
19
 
@@ -78,6 +78,10 @@ const partitionHash = {
78
78
  hostname: "autoscaling.{region}.c2s.ic.gov",
79
79
  tags: [],
80
80
  },
81
+ {
82
+ hostname: "autoscaling-fips.{region}.c2s.ic.gov",
83
+ tags: ["fips"],
84
+ },
81
85
  ],
82
86
  },
83
87
  "aws-iso-b": {
@@ -88,6 +92,10 @@ const partitionHash = {
88
92
  hostname: "autoscaling.{region}.sc2s.sgov.gov",
89
93
  tags: [],
90
94
  },
95
+ {
96
+ hostname: "autoscaling-fips.{region}.sc2s.sgov.gov",
97
+ tags: ["fips"],
98
+ },
91
99
  ],
92
100
  },
93
101
  "aws-us-gov": {
@@ -76,6 +76,10 @@ var partitionHash = {
76
76
  hostname: "autoscaling.{region}.c2s.ic.gov",
77
77
  tags: [],
78
78
  },
79
+ {
80
+ hostname: "autoscaling-fips.{region}.c2s.ic.gov",
81
+ tags: ["fips"],
82
+ },
79
83
  ],
80
84
  },
81
85
  "aws-iso-b": {
@@ -86,6 +90,10 @@ var partitionHash = {
86
90
  hostname: "autoscaling.{region}.sc2s.sgov.gov",
87
91
  tags: [],
88
92
  },
93
+ {
94
+ hostname: "autoscaling-fips.{region}.sc2s.sgov.gov",
95
+ tags: ["fips"],
96
+ },
89
97
  ],
90
98
  },
91
99
  "aws-us-gov": {
@@ -29,7 +29,7 @@ export interface AttachInstancesCommandOutput extends __MetadataBearer {
29
29
  *
30
30
  * @see {@link AttachInstancesCommandInput} for command's `input` shape.
31
31
  * @see {@link AttachInstancesCommandOutput} for command's `response` shape.
32
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class AttachInstancesCommand extends $Command<AttachInstancesCommandInput, AttachInstancesCommandOutput, AutoScalingClientResolvedConfig> {
@@ -38,7 +38,7 @@ export interface AttachLoadBalancerTargetGroupsCommandOutput extends AttachLoadB
38
38
  *
39
39
  * @see {@link AttachLoadBalancerTargetGroupsCommandInput} for command's `input` shape.
40
40
  * @see {@link AttachLoadBalancerTargetGroupsCommandOutput} for command's `response` shape.
41
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
41
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
42
42
  *
43
43
  */
44
44
  export declare class AttachLoadBalancerTargetGroupsCommand extends $Command<AttachLoadBalancerTargetGroupsCommandInput, AttachLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface AttachLoadBalancersCommandOutput extends AttachLoadBalancersRes
30
30
  *
31
31
  * @see {@link AttachLoadBalancersCommandInput} for command's `input` shape.
32
32
  * @see {@link AttachLoadBalancersCommandOutput} for command's `response` shape.
33
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class AttachLoadBalancersCommand extends $Command<AttachLoadBalancersCommandInput, AttachLoadBalancersCommandOutput, AutoScalingClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchDeleteScheduledActionCommandOutput extends BatchDeleteSche
20
20
  *
21
21
  * @see {@link BatchDeleteScheduledActionCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchDeleteScheduledActionCommandOutput} for command's `response` shape.
23
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class BatchDeleteScheduledActionCommand extends $Command<BatchDeleteScheduledActionCommandInput, BatchDeleteScheduledActionCommandOutput, AutoScalingClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchPutScheduledUpdateGroupActionCommandOutput extends BatchPu
20
20
  *
21
21
  * @see {@link BatchPutScheduledUpdateGroupActionCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchPutScheduledUpdateGroupActionCommandOutput} for command's `response` shape.
23
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class BatchPutScheduledUpdateGroupActionCommand extends $Command<BatchPutScheduledUpdateGroupActionCommandInput, BatchPutScheduledUpdateGroupActionCommandOutput, AutoScalingClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface CancelInstanceRefreshCommandOutput extends CancelInstanceRefres
25
25
  *
26
26
  * @see {@link CancelInstanceRefreshCommandInput} for command's `input` shape.
27
27
  * @see {@link CancelInstanceRefreshCommandOutput} for command's `response` shape.
28
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class CancelInstanceRefreshCommand extends $Command<CancelInstanceRefreshCommandInput, CancelInstanceRefreshCommandOutput, AutoScalingClientResolvedConfig> {
@@ -51,7 +51,7 @@ export interface CompleteLifecycleActionCommandOutput extends CompleteLifecycleA
51
51
  *
52
52
  * @see {@link CompleteLifecycleActionCommandInput} for command's `input` shape.
53
53
  * @see {@link CompleteLifecycleActionCommandOutput} for command's `response` shape.
54
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
54
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
55
55
  *
56
56
  */
57
57
  export declare class CompleteLifecycleActionCommand extends $Command<CompleteLifecycleActionCommandInput, CompleteLifecycleActionCommandOutput, AutoScalingClientResolvedConfig> {
@@ -38,7 +38,7 @@ export interface CreateAutoScalingGroupCommandOutput extends __MetadataBearer {
38
38
  *
39
39
  * @see {@link CreateAutoScalingGroupCommandInput} for command's `input` shape.
40
40
  * @see {@link CreateAutoScalingGroupCommandOutput} for command's `response` shape.
41
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
41
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
42
42
  *
43
43
  */
44
44
  export declare class CreateAutoScalingGroupCommand extends $Command<CreateAutoScalingGroupCommandInput, CreateAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface CreateLaunchConfigurationCommandOutput extends __MetadataBearer
26
26
  *
27
27
  * @see {@link CreateLaunchConfigurationCommandInput} for command's `input` shape.
28
28
  * @see {@link CreateLaunchConfigurationCommandOutput} for command's `response` shape.
29
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class CreateLaunchConfigurationCommand extends $Command<CreateLaunchConfigurationCommandInput, CreateLaunchConfigurationCommandOutput, AutoScalingClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface CreateOrUpdateTagsCommandOutput extends __MetadataBearer {
24
24
  *
25
25
  * @see {@link CreateOrUpdateTagsCommandInput} for command's `input` shape.
26
26
  * @see {@link CreateOrUpdateTagsCommandOutput} for command's `response` shape.
27
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class CreateOrUpdateTagsCommand extends $Command<CreateOrUpdateTagsCommandInput, CreateOrUpdateTagsCommandOutput, AutoScalingClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface DeleteAutoScalingGroupCommandOutput extends __MetadataBearer {
29
29
  *
30
30
  * @see {@link DeleteAutoScalingGroupCommandInput} for command's `input` shape.
31
31
  * @see {@link DeleteAutoScalingGroupCommandOutput} for command's `response` shape.
32
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class DeleteAutoScalingGroupCommand extends $Command<DeleteAutoScalingGroupCommandInput, DeleteAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteLaunchConfigurationCommandOutput extends __MetadataBearer
22
22
  *
23
23
  * @see {@link DeleteLaunchConfigurationCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteLaunchConfigurationCommandOutput} for command's `response` shape.
25
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteLaunchConfigurationCommand extends $Command<DeleteLaunchConfigurationCommandInput, DeleteLaunchConfigurationCommandOutput, AutoScalingClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeleteLifecycleHookCommandOutput extends DeleteLifecycleHookAns
23
23
  *
24
24
  * @see {@link DeleteLifecycleHookCommandInput} for command's `input` shape.
25
25
  * @see {@link DeleteLifecycleHookCommandOutput} for command's `response` shape.
26
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DeleteLifecycleHookCommand extends $Command<DeleteLifecycleHookCommandInput, DeleteLifecycleHookCommandOutput, AutoScalingClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteNotificationConfigurationCommandOutput extends __Metadata
20
20
  *
21
21
  * @see {@link DeleteNotificationConfigurationCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteNotificationConfigurationCommandOutput} for command's `response` shape.
23
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteNotificationConfigurationCommand extends $Command<DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput, AutoScalingClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {
25
25
  *
26
26
  * @see {@link DeletePolicyCommandInput} for command's `input` shape.
27
27
  * @see {@link DeletePolicyCommandOutput} for command's `response` shape.
28
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DeletePolicyCommand extends $Command<DeletePolicyCommandInput, DeletePolicyCommandOutput, AutoScalingClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteScheduledActionCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteScheduledActionCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteScheduledActionCommandOutput} for command's `response` shape.
23
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteScheduledActionCommand extends $Command<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput, AutoScalingClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteTagsCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteTagsCommandOutput} for command's `response` shape.
23
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, AutoScalingClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteWarmPoolCommandOutput extends DeleteWarmPoolAnswer, __Met
22
22
  *
23
23
  * @see {@link DeleteWarmPoolCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteWarmPoolCommandOutput} for command's `response` shape.
25
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteWarmPoolCommand extends $Command<DeleteWarmPoolCommandInput, DeleteWarmPoolCommandOutput, AutoScalingClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
24
24
  *
25
25
  * @see {@link DescribeAccountLimitsCommandInput} for command's `input` shape.
26
26
  * @see {@link DescribeAccountLimitsCommandOutput} for command's `response` shape.
27
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DescribeAccountLimitsCommand extends $Command<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, AutoScalingClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface DescribeAdjustmentTypesCommandOutput extends DescribeAdjustment
39
39
  *
40
40
  * @see {@link DescribeAdjustmentTypesCommandInput} for command's `input` shape.
41
41
  * @see {@link DescribeAdjustmentTypesCommandOutput} for command's `response` shape.
42
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class DescribeAdjustmentTypesCommand extends $Command<DescribeAdjustmentTypesCommandInput, DescribeAdjustmentTypesCommandOutput, AutoScalingClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface DescribeAutoScalingGroupsCommandOutput extends AutoScalingGroup
26
26
  *
27
27
  * @see {@link DescribeAutoScalingGroupsCommandInput} for command's `input` shape.
28
28
  * @see {@link DescribeAutoScalingGroupsCommandOutput} for command's `response` shape.
29
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class DescribeAutoScalingGroupsCommand extends $Command<DescribeAutoScalingGroupsCommandInput, DescribeAutoScalingGroupsCommandOutput, AutoScalingClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeAutoScalingInstancesCommandOutput extends AutoScalingIn
20
20
  *
21
21
  * @see {@link DescribeAutoScalingInstancesCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeAutoScalingInstancesCommandOutput} for command's `response` shape.
23
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeAutoScalingInstancesCommand extends $Command<DescribeAutoScalingInstancesCommandInput, DescribeAutoScalingInstancesCommandOutput, AutoScalingClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeAutoScalingNotificationTypesCommandOutput extends Descr
20
20
  *
21
21
  * @see {@link DescribeAutoScalingNotificationTypesCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeAutoScalingNotificationTypesCommandOutput} for command's `response` shape.
23
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeAutoScalingNotificationTypesCommand extends $Command<DescribeAutoScalingNotificationTypesCommandInput, DescribeAutoScalingNotificationTypesCommandOutput, AutoScalingClientResolvedConfig> {
@@ -58,7 +58,7 @@ export interface DescribeInstanceRefreshesCommandOutput extends DescribeInstance
58
58
  *
59
59
  * @see {@link DescribeInstanceRefreshesCommandInput} for command's `input` shape.
60
60
  * @see {@link DescribeInstanceRefreshesCommandOutput} for command's `response` shape.
61
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
61
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
62
62
  *
63
63
  */
64
64
  export declare class DescribeInstanceRefreshesCommand extends $Command<DescribeInstanceRefreshesCommandInput, DescribeInstanceRefreshesCommandOutput, AutoScalingClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeLaunchConfigurationsCommandOutput extends LaunchConfigu
20
20
  *
21
21
  * @see {@link DescribeLaunchConfigurationsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeLaunchConfigurationsCommandOutput} for command's `response` shape.
23
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeLaunchConfigurationsCommand extends $Command<DescribeLaunchConfigurationsCommandInput, DescribeLaunchConfigurationsCommandOutput, AutoScalingClientResolvedConfig> {
@@ -33,7 +33,7 @@ export interface DescribeLifecycleHookTypesCommandOutput extends DescribeLifecyc
33
33
  *
34
34
  * @see {@link DescribeLifecycleHookTypesCommandInput} for command's `input` shape.
35
35
  * @see {@link DescribeLifecycleHookTypesCommandOutput} for command's `response` shape.
36
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
37
37
  *
38
38
  */
39
39
  export declare class DescribeLifecycleHookTypesCommand extends $Command<DescribeLifecycleHookTypesCommandInput, DescribeLifecycleHookTypesCommandOutput, AutoScalingClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeLifecycleHooksCommandOutput extends DescribeLifecycleHo
20
20
  *
21
21
  * @see {@link DescribeLifecycleHooksCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeLifecycleHooksCommandOutput} for command's `response` shape.
23
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeLifecycleHooksCommand extends $Command<DescribeLifecycleHooksCommandInput, DescribeLifecycleHooksCommandOutput, AutoScalingClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface DescribeLoadBalancerTargetGroupsCommandOutput extends DescribeL
39
39
  *
40
40
  * @see {@link DescribeLoadBalancerTargetGroupsCommandInput} for command's `input` shape.
41
41
  * @see {@link DescribeLoadBalancerTargetGroupsCommandOutput} for command's `response` shape.
42
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class DescribeLoadBalancerTargetGroupsCommand extends $Command<DescribeLoadBalancerTargetGroupsCommandInput, DescribeLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig> {
@@ -41,7 +41,7 @@ export interface DescribeLoadBalancersCommandOutput extends DescribeLoadBalancer
41
41
  *
42
42
  * @see {@link DescribeLoadBalancersCommandInput} for command's `input` shape.
43
43
  * @see {@link DescribeLoadBalancersCommandOutput} for command's `response` shape.
44
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
44
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
45
45
  *
46
46
  */
47
47
  export declare class DescribeLoadBalancersCommand extends $Command<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput, AutoScalingClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeMetricCollectionTypesCommandOutput extends DescribeMetr
22
22
  *
23
23
  * @see {@link DescribeMetricCollectionTypesCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeMetricCollectionTypesCommandOutput} for command's `response` shape.
25
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeMetricCollectionTypesCommand extends $Command<DescribeMetricCollectionTypesCommandInput, DescribeMetricCollectionTypesCommandOutput, AutoScalingClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeNotificationConfigurationsCommandOutput extends Describ
21
21
  *
22
22
  * @see {@link DescribeNotificationConfigurationsCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeNotificationConfigurationsCommandOutput} for command's `response` shape.
24
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeNotificationConfigurationsCommand extends $Command<DescribeNotificationConfigurationsCommandInput, DescribeNotificationConfigurationsCommandOutput, AutoScalingClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribePoliciesCommandOutput extends PoliciesType, __MetadataB
20
20
  *
21
21
  * @see {@link DescribePoliciesCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribePoliciesCommandOutput} for command's `response` shape.
23
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribePoliciesCommand extends $Command<DescribePoliciesCommandInput, DescribePoliciesCommandOutput, AutoScalingClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface DescribeScalingActivitiesCommandOutput extends ActivitiesType,
28
28
  *
29
29
  * @see {@link DescribeScalingActivitiesCommandInput} for command's `input` shape.
30
30
  * @see {@link DescribeScalingActivitiesCommandOutput} for command's `response` shape.
31
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class DescribeScalingActivitiesCommand extends $Command<DescribeScalingActivitiesCommandInput, DescribeScalingActivitiesCommandOutput, AutoScalingClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeScalingProcessTypesCommandOutput extends ProcessesType,
21
21
  *
22
22
  * @see {@link DescribeScalingProcessTypesCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeScalingProcessTypesCommandOutput} for command's `response` shape.
24
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeScalingProcessTypesCommand extends $Command<DescribeScalingProcessTypesCommandInput, DescribeScalingProcessTypesCommandOutput, AutoScalingClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsT
23
23
  *
24
24
  * @see {@link DescribeScheduledActionsCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeScheduledActionsCommandOutput} for command's `response` shape.
26
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DescribeScheduledActionsCommand extends $Command<DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput, AutoScalingClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface DescribeTagsCommandOutput extends TagsType, __MetadataBearer {
28
28
  *
29
29
  * @see {@link DescribeTagsCommandInput} for command's `input` shape.
30
30
  * @see {@link DescribeTagsCommandOutput} for command's `response` shape.
31
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, AutoScalingClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeTerminationPolicyTypesCommandOutput extends DescribeTer
23
23
  *
24
24
  * @see {@link DescribeTerminationPolicyTypesCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeTerminationPolicyTypesCommandOutput} for command's `response` shape.
26
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DescribeTerminationPolicyTypesCommand extends $Command<DescribeTerminationPolicyTypesCommandInput, DescribeTerminationPolicyTypesCommandOutput, AutoScalingClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeWarmPoolCommandOutput extends DescribeWarmPoolAnswer, _
22
22
  *
23
23
  * @see {@link DescribeWarmPoolCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeWarmPoolCommandOutput} for command's `response` shape.
25
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeWarmPoolCommand extends $Command<DescribeWarmPoolCommandInput, DescribeWarmPoolCommandOutput, AutoScalingClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface DetachInstancesCommandOutput extends DetachInstancesAnswer, __M
29
29
  *
30
30
  * @see {@link DetachInstancesCommandInput} for command's `input` shape.
31
31
  * @see {@link DetachInstancesCommandOutput} for command's `response` shape.
32
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class DetachInstancesCommand extends $Command<DetachInstancesCommandInput, DetachInstancesCommandOutput, AutoScalingClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DetachLoadBalancerTargetGroupsCommandOutput extends DetachLoadB
20
20
  *
21
21
  * @see {@link DetachLoadBalancerTargetGroupsCommandInput} for command's `input` shape.
22
22
  * @see {@link DetachLoadBalancerTargetGroupsCommandOutput} for command's `response` shape.
23
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DetachLoadBalancerTargetGroupsCommand extends $Command<DetachLoadBalancerTargetGroupsCommandInput, DetachLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DetachLoadBalancersCommandOutput extends DetachLoadBalancersRes
25
25
  *
26
26
  * @see {@link DetachLoadBalancersCommandInput} for command's `input` shape.
27
27
  * @see {@link DetachLoadBalancersCommandOutput} for command's `response` shape.
28
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DetachLoadBalancersCommand extends $Command<DetachLoadBalancersCommandInput, DetachLoadBalancersCommandOutput, AutoScalingClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DisableMetricsCollectionCommandOutput extends __MetadataBearer
20
20
  *
21
21
  * @see {@link DisableMetricsCollectionCommandInput} for command's `input` shape.
22
22
  * @see {@link DisableMetricsCollectionCommandOutput} for command's `response` shape.
23
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DisableMetricsCollectionCommand extends $Command<DisableMetricsCollectionCommandInput, DisableMetricsCollectionCommandOutput, AutoScalingClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface EnableMetricsCollectionCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link EnableMetricsCollectionCommandInput} for command's `input` shape.
23
23
  * @see {@link EnableMetricsCollectionCommandOutput} for command's `response` shape.
24
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class EnableMetricsCollectionCommand extends $Command<EnableMetricsCollectionCommandInput, EnableMetricsCollectionCommandOutput, AutoScalingClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface EnterStandbyCommandOutput extends EnterStandbyAnswer, __Metadat
29
29
  *
30
30
  * @see {@link EnterStandbyCommandInput} for command's `input` shape.
31
31
  * @see {@link EnterStandbyCommandOutput} for command's `response` shape.
32
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class EnterStandbyCommand extends $Command<EnterStandbyCommandInput, EnterStandbyCommandOutput, AutoScalingClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ExecutePolicyCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link ExecutePolicyCommandInput} for command's `input` shape.
23
23
  * @see {@link ExecutePolicyCommandOutput} for command's `response` shape.
24
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ExecutePolicyCommand extends $Command<ExecutePolicyCommandInput, ExecutePolicyCommandOutput, AutoScalingClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface ExitStandbyCommandOutput extends ExitStandbyAnswer, __MetadataB
25
25
  *
26
26
  * @see {@link ExitStandbyCommandInput} for command's `input` shape.
27
27
  * @see {@link ExitStandbyCommandOutput} for command's `response` shape.
28
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class ExitStandbyCommand extends $Command<ExitStandbyCommandInput, ExitStandbyCommandOutput, AutoScalingClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface GetPredictiveScalingForecastCommandOutput extends GetPredictive
28
28
  *
29
29
  * @see {@link GetPredictiveScalingForecastCommandInput} for command's `input` shape.
30
30
  * @see {@link GetPredictiveScalingForecastCommandOutput} for command's `response` shape.
31
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class GetPredictiveScalingForecastCommand extends $Command<GetPredictiveScalingForecastCommandInput, GetPredictiveScalingForecastCommandOutput, AutoScalingClientResolvedConfig> {
@@ -57,7 +57,7 @@ export interface PutLifecycleHookCommandOutput extends PutLifecycleHookAnswer, _
57
57
  *
58
58
  * @see {@link PutLifecycleHookCommandInput} for command's `input` shape.
59
59
  * @see {@link PutLifecycleHookCommandOutput} for command's `response` shape.
60
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
60
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
61
61
  *
62
62
  */
63
63
  export declare class PutLifecycleHookCommand extends $Command<PutLifecycleHookCommandInput, PutLifecycleHookCommandOutput, AutoScalingClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface PutNotificationConfigurationCommandOutput extends __MetadataBea
28
28
  *
29
29
  * @see {@link PutNotificationConfigurationCommandInput} for command's `input` shape.
30
30
  * @see {@link PutNotificationConfigurationCommandOutput} for command's `response` shape.
31
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class PutNotificationConfigurationCommand extends $Command<PutNotificationConfigurationCommandInput, PutNotificationConfigurationCommandOutput, AutoScalingClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface PutScalingPolicyCommandOutput extends PolicyARNType, __Metadata
29
29
  *
30
30
  * @see {@link PutScalingPolicyCommandInput} for command's `input` shape.
31
31
  * @see {@link PutScalingPolicyCommandOutput} for command's `response` shape.
32
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class PutScalingPolicyCommand extends $Command<PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput, AutoScalingClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface PutScheduledUpdateGroupActionCommandOutput extends __MetadataBe
24
24
  *
25
25
  * @see {@link PutScheduledUpdateGroupActionCommandInput} for command's `input` shape.
26
26
  * @see {@link PutScheduledUpdateGroupActionCommandOutput} for command's `response` shape.
27
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class PutScheduledUpdateGroupActionCommand extends $Command<PutScheduledUpdateGroupActionCommandInput, PutScheduledUpdateGroupActionCommandOutput, AutoScalingClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface PutWarmPoolCommandOutput extends PutWarmPoolAnswer, __MetadataB
29
29
  *
30
30
  * @see {@link PutWarmPoolCommandInput} for command's `input` shape.
31
31
  * @see {@link PutWarmPoolCommandOutput} for command's `response` shape.
32
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class PutWarmPoolCommand extends $Command<PutWarmPoolCommandInput, PutWarmPoolCommandOutput, AutoScalingClientResolvedConfig> {
@@ -52,7 +52,7 @@ export interface RecordLifecycleActionHeartbeatCommandOutput extends RecordLifec
52
52
  *
53
53
  * @see {@link RecordLifecycleActionHeartbeatCommandInput} for command's `input` shape.
54
54
  * @see {@link RecordLifecycleActionHeartbeatCommandOutput} for command's `response` shape.
55
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
55
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
56
56
  *
57
57
  */
58
58
  export declare class RecordLifecycleActionHeartbeatCommand extends $Command<RecordLifecycleActionHeartbeatCommandInput, RecordLifecycleActionHeartbeatCommandOutput, AutoScalingClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ResumeProcessesCommandOutput extends __MetadataBearer {
23
23
  *
24
24
  * @see {@link ResumeProcessesCommandInput} for command's `input` shape.
25
25
  * @see {@link ResumeProcessesCommandOutput} for command's `response` shape.
26
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ResumeProcessesCommand extends $Command<ResumeProcessesCommandInput, ResumeProcessesCommandOutput, AutoScalingClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface SetDesiredCapacityCommandOutput extends __MetadataBearer {
25
25
  *
26
26
  * @see {@link SetDesiredCapacityCommandInput} for command's `input` shape.
27
27
  * @see {@link SetDesiredCapacityCommandOutput} for command's `response` shape.
28
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class SetDesiredCapacityCommand extends $Command<SetDesiredCapacityCommandInput, SetDesiredCapacityCommandOutput, AutoScalingClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface SetInstanceHealthCommandOutput extends __MetadataBearer {
22
22
  *
23
23
  * @see {@link SetInstanceHealthCommandInput} for command's `input` shape.
24
24
  * @see {@link SetInstanceHealthCommandOutput} for command's `response` shape.
25
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class SetInstanceHealthCommand extends $Command<SetInstanceHealthCommandInput, SetInstanceHealthCommandOutput, AutoScalingClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface SetInstanceProtectionCommandOutput extends SetInstanceProtectio
26
26
  *
27
27
  * @see {@link SetInstanceProtectionCommandInput} for command's `input` shape.
28
28
  * @see {@link SetInstanceProtectionCommandOutput} for command's `response` shape.
29
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class SetInstanceProtectionCommand extends $Command<SetInstanceProtectionCommandInput, SetInstanceProtectionCommandOutput, AutoScalingClientResolvedConfig> {
@@ -34,7 +34,7 @@ export interface StartInstanceRefreshCommandOutput extends StartInstanceRefreshA
34
34
  *
35
35
  * @see {@link StartInstanceRefreshCommandInput} for command's `input` shape.
36
36
  * @see {@link StartInstanceRefreshCommandOutput} for command's `response` shape.
37
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
37
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
38
38
  *
39
39
  */
40
40
  export declare class StartInstanceRefreshCommand extends $Command<StartInstanceRefreshCommandInput, StartInstanceRefreshCommandOutput, AutoScalingClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface SuspendProcessesCommandOutput extends __MetadataBearer {
26
26
  *
27
27
  * @see {@link SuspendProcessesCommandInput} for command's `input` shape.
28
28
  * @see {@link SuspendProcessesCommandOutput} for command's `response` shape.
29
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class SuspendProcessesCommand extends $Command<SuspendProcessesCommandInput, SuspendProcessesCommandOutput, AutoScalingClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface TerminateInstanceInAutoScalingGroupCommandOutput extends Activi
31
31
  *
32
32
  * @see {@link TerminateInstanceInAutoScalingGroupCommandInput} for command's `input` shape.
33
33
  * @see {@link TerminateInstanceInAutoScalingGroupCommandOutput} for command's `response` shape.
34
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class TerminateInstanceInAutoScalingGroupCommand extends $Command<TerminateInstanceInAutoScalingGroupCommandInput, TerminateInstanceInAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig> {
@@ -64,7 +64,7 @@ export interface UpdateAutoScalingGroupCommandOutput extends __MetadataBearer {
64
64
  *
65
65
  * @see {@link UpdateAutoScalingGroupCommandInput} for command's `input` shape.
66
66
  * @see {@link UpdateAutoScalingGroupCommandOutput} for command's `response` shape.
67
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
67
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
68
68
  *
69
69
  */
70
70
  export declare class UpdateAutoScalingGroupCommand extends $Command<UpdateAutoScalingGroupCommandInput, UpdateAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig> {
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.40.0",
4
+ "version": "3.41.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.41.0",
25
25
  "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -38,7 +38,7 @@
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",