@aws-sdk/client-auto-scaling 3.183.0 → 3.186.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 (85) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/protocols/Aws_query.js +2 -2
  3. package/dist-es/AutoScaling.js +253 -246
  4. package/dist-es/AutoScalingClient.js +28 -22
  5. package/dist-es/commands/AttachInstancesCommand.js +29 -22
  6. package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +28 -21
  7. package/dist-es/commands/AttachLoadBalancersCommand.js +28 -21
  8. package/dist-es/commands/BatchDeleteScheduledActionCommand.js +28 -21
  9. package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +28 -21
  10. package/dist-es/commands/CancelInstanceRefreshCommand.js +28 -21
  11. package/dist-es/commands/CompleteLifecycleActionCommand.js +28 -21
  12. package/dist-es/commands/CreateAutoScalingGroupCommand.js +29 -22
  13. package/dist-es/commands/CreateLaunchConfigurationCommand.js +29 -22
  14. package/dist-es/commands/CreateOrUpdateTagsCommand.js +29 -22
  15. package/dist-es/commands/DeleteAutoScalingGroupCommand.js +29 -22
  16. package/dist-es/commands/DeleteLaunchConfigurationCommand.js +29 -22
  17. package/dist-es/commands/DeleteLifecycleHookCommand.js +28 -21
  18. package/dist-es/commands/DeleteNotificationConfigurationCommand.js +29 -22
  19. package/dist-es/commands/DeletePolicyCommand.js +29 -22
  20. package/dist-es/commands/DeleteScheduledActionCommand.js +29 -22
  21. package/dist-es/commands/DeleteTagsCommand.js +29 -22
  22. package/dist-es/commands/DeleteWarmPoolCommand.js +28 -21
  23. package/dist-es/commands/DescribeAccountLimitsCommand.js +29 -22
  24. package/dist-es/commands/DescribeAdjustmentTypesCommand.js +29 -22
  25. package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +28 -21
  26. package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +28 -21
  27. package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +29 -22
  28. package/dist-es/commands/DescribeInstanceRefreshesCommand.js +28 -21
  29. package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +28 -21
  30. package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +29 -22
  31. package/dist-es/commands/DescribeLifecycleHooksCommand.js +28 -21
  32. package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +28 -21
  33. package/dist-es/commands/DescribeLoadBalancersCommand.js +28 -21
  34. package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +29 -22
  35. package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +28 -21
  36. package/dist-es/commands/DescribePoliciesCommand.js +28 -21
  37. package/dist-es/commands/DescribeScalingActivitiesCommand.js +28 -21
  38. package/dist-es/commands/DescribeScalingProcessTypesCommand.js +29 -22
  39. package/dist-es/commands/DescribeScheduledActionsCommand.js +28 -21
  40. package/dist-es/commands/DescribeTagsCommand.js +28 -21
  41. package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +29 -22
  42. package/dist-es/commands/DescribeWarmPoolCommand.js +28 -21
  43. package/dist-es/commands/DetachInstancesCommand.js +28 -21
  44. package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +28 -21
  45. package/dist-es/commands/DetachLoadBalancersCommand.js +28 -21
  46. package/dist-es/commands/DisableMetricsCollectionCommand.js +29 -22
  47. package/dist-es/commands/EnableMetricsCollectionCommand.js +29 -22
  48. package/dist-es/commands/EnterStandbyCommand.js +28 -21
  49. package/dist-es/commands/ExecutePolicyCommand.js +29 -22
  50. package/dist-es/commands/ExitStandbyCommand.js +28 -21
  51. package/dist-es/commands/GetPredictiveScalingForecastCommand.js +28 -21
  52. package/dist-es/commands/PutLifecycleHookCommand.js +28 -21
  53. package/dist-es/commands/PutNotificationConfigurationCommand.js +29 -22
  54. package/dist-es/commands/PutScalingPolicyCommand.js +28 -21
  55. package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +29 -22
  56. package/dist-es/commands/PutWarmPoolCommand.js +28 -21
  57. package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +28 -21
  58. package/dist-es/commands/ResumeProcessesCommand.js +29 -22
  59. package/dist-es/commands/SetDesiredCapacityCommand.js +29 -22
  60. package/dist-es/commands/SetInstanceHealthCommand.js +29 -22
  61. package/dist-es/commands/SetInstanceProtectionCommand.js +28 -21
  62. package/dist-es/commands/StartInstanceRefreshCommand.js +28 -21
  63. package/dist-es/commands/SuspendProcessesCommand.js +29 -22
  64. package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +28 -21
  65. package/dist-es/commands/UpdateAutoScalingGroupCommand.js +29 -22
  66. package/dist-es/endpoints.js +8 -8
  67. package/dist-es/models/AutoScalingServiceException.js +10 -5
  68. package/dist-es/models/models_0.js +262 -585
  69. package/dist-es/pagination/DescribeAutoScalingGroupsPaginator.js +68 -25
  70. package/dist-es/pagination/DescribeAutoScalingInstancesPaginator.js +68 -25
  71. package/dist-es/pagination/DescribeLaunchConfigurationsPaginator.js +68 -25
  72. package/dist-es/pagination/DescribeNotificationConfigurationsPaginator.js +68 -25
  73. package/dist-es/pagination/DescribePoliciesPaginator.js +68 -25
  74. package/dist-es/pagination/DescribeScalingActivitiesPaginator.js +68 -25
  75. package/dist-es/pagination/DescribeScheduledActionsPaginator.js +68 -25
  76. package/dist-es/pagination/DescribeTagsPaginator.js +68 -25
  77. package/dist-es/protocols/Aws_query.js +5762 -4096
  78. package/dist-es/runtimeConfig.browser.js +12 -26
  79. package/dist-es/runtimeConfig.js +12 -30
  80. package/dist-es/runtimeConfig.native.js +5 -8
  81. package/dist-es/runtimeConfig.shared.js +11 -8
  82. package/dist-es/waiters/waitForGroupExists.js +56 -36
  83. package/dist-es/waiters/waitForGroupInService.js +78 -58
  84. package/dist-es/waiters/waitForGroupNotExists.js +56 -36
  85. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
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.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-auto-scaling
9
+
10
+
11
+
12
+
13
+
14
+ # [3.185.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.184.0...v3.185.0) (2022-10-05)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **codegen:** add deser check for x-amz-request-id ([#4015](https://github.com/aws/aws-sdk-js-v3/issues/4015)) ([6ff07bd](https://github.com/aws/aws-sdk-js-v3/commit/6ff07bd7e72bd56725f318013ac1d6d0fbbcdd9a))
20
+
21
+
22
+
23
+
24
+
6
25
  # [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
7
26
 
8
27
  **Note:** Version bump only for package @aws-sdk/client-auto-scaling
@@ -7893,10 +7893,10 @@ const deserializeAws_queryWarmPoolConfiguration = (output, context) => {
7893
7893
  return contents;
7894
7894
  };
7895
7895
  const deserializeMetadata = (output) => {
7896
- var _a;
7896
+ var _a, _b;
7897
7897
  return ({
7898
7898
  httpStatusCode: output.statusCode,
7899
- requestId: (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"],
7899
+ requestId: (_b = (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"]) !== null && _b !== void 0 ? _b : output.headers["x-amz-request-id"],
7900
7900
  extendedRequestId: output.headers["x-amz-id-2"],
7901
7901
  cfId: output.headers["x-amz-cf-id"],
7902
7902
  });