@aws-sdk/client-auto-scaling 3.774.0 → 3.777.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 (72) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  2. package/dist-cjs/index.js +17 -18
  3. package/dist-es/AutoScalingClient.js +2 -1
  4. package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  5. package/dist-es/endpoint/EndpointParameters.js +2 -3
  6. package/dist-es/runtimeExtensions.js +2 -14
  7. package/dist-types/commands/AttachInstancesCommand.d.ts +8 -5
  8. package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +8 -5
  9. package/dist-types/commands/AttachLoadBalancersCommand.d.ts +8 -5
  10. package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +9 -6
  11. package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +1 -0
  12. package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +1 -0
  13. package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +5 -5
  14. package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +10 -7
  15. package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +88 -79
  16. package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +11 -8
  17. package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +17 -14
  18. package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +13 -8
  19. package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +7 -4
  20. package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +8 -5
  21. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +8 -5
  22. package/dist-types/commands/DeletePolicyCommand.d.ts +8 -5
  23. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +8 -5
  24. package/dist-types/commands/DeleteTagsCommand.d.ts +11 -8
  25. package/dist-types/commands/DeleteWarmPoolCommand.d.ts +1 -0
  26. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +8 -8
  27. package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +8 -8
  28. package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +41 -41
  29. package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +13 -13
  30. package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +5 -5
  31. package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +1 -63
  32. package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +16 -16
  33. package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +5 -5
  34. package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +13 -13
  35. package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +7 -7
  36. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +7 -7
  37. package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +15 -15
  38. package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +11 -11
  39. package/dist-types/commands/DescribePoliciesCommand.d.ts +19 -19
  40. package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +15 -15
  41. package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +13 -13
  42. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +14 -14
  43. package/dist-types/commands/DescribeTagsCommand.d.ts +17 -17
  44. package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +5 -5
  45. package/dist-types/commands/DescribeTrafficSourcesCommand.d.ts +9 -9
  46. package/dist-types/commands/DescribeWarmPoolCommand.d.ts +1 -0
  47. package/dist-types/commands/DetachInstancesCommand.d.ts +15 -15
  48. package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +8 -5
  49. package/dist-types/commands/DetachLoadBalancersCommand.d.ts +8 -5
  50. package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +9 -6
  51. package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +8 -5
  52. package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +8 -5
  53. package/dist-types/commands/EnterStandbyCommand.d.ts +15 -15
  54. package/dist-types/commands/ExecutePolicyCommand.d.ts +10 -7
  55. package/dist-types/commands/ExitStandbyCommand.d.ts +14 -14
  56. package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +1 -0
  57. package/dist-types/commands/PutLifecycleHookCommand.d.ts +11 -8
  58. package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +9 -6
  59. package/dist-types/commands/PutScalingPolicyCommand.d.ts +17 -17
  60. package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +13 -10
  61. package/dist-types/commands/PutWarmPoolCommand.d.ts +11 -8
  62. package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +9 -6
  63. package/dist-types/commands/ResumeProcessesCommand.d.ts +8 -5
  64. package/dist-types/commands/RollbackInstanceRefreshCommand.d.ts +1 -0
  65. package/dist-types/commands/SetDesiredCapacityCommand.d.ts +9 -6
  66. package/dist-types/commands/SetInstanceHealthCommand.d.ts +8 -5
  67. package/dist-types/commands/SetInstanceProtectionCommand.d.ts +16 -11
  68. package/dist-types/commands/StartInstanceRefreshCommand.d.ts +16 -16
  69. package/dist-types/commands/SuspendProcessesCommand.d.ts +8 -5
  70. package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +8 -5
  71. package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +13 -10
  72. package/package.json +34 -34
@@ -65,21 +65,24 @@ declare const ResumeProcessesCommand_base: {
65
65
  * @throws {@link AutoScalingServiceException}
66
66
  * <p>Base exception class for all service exceptions from AutoScaling service.</p>
67
67
  *
68
- * @public
68
+ *
69
69
  * @example To resume Auto Scaling processes
70
70
  * ```javascript
71
71
  * // This example resumes the specified suspended scaling process for the specified Auto Scaling group.
72
72
  * const input = {
73
- * "AutoScalingGroupName": "my-auto-scaling-group",
74
- * "ScalingProcesses": [
73
+ * AutoScalingGroupName: "my-auto-scaling-group",
74
+ * ScalingProcesses: [
75
75
  * "AlarmNotification"
76
76
  * ]
77
77
  * };
78
78
  * const command = new ResumeProcessesCommand(input);
79
- * await client.send(command);
80
- * // example id: autoscaling-resume-processes-1
79
+ * const response = await client.send(command);
80
+ * /* response is
81
+ * { /* metadata only *\/ }
82
+ * *\/
81
83
  * ```
82
84
  *
85
+ * @public
83
86
  */
84
87
  export declare class ResumeProcessesCommand extends ResumeProcessesCommand_base {
85
88
  /** @internal type navigation helper, not in runtime. */
@@ -97,6 +97,7 @@ declare const RollbackInstanceRefreshCommand_base: {
97
97
  * @throws {@link AutoScalingServiceException}
98
98
  * <p>Base exception class for all service exceptions from AutoScaling service.</p>
99
99
  *
100
+ *
100
101
  * @public
101
102
  */
102
103
  export declare class RollbackInstanceRefreshCommand extends RollbackInstanceRefreshCommand_base {
@@ -67,20 +67,23 @@ declare const SetDesiredCapacityCommand_base: {
67
67
  * @throws {@link AutoScalingServiceException}
68
68
  * <p>Base exception class for all service exceptions from AutoScaling service.</p>
69
69
  *
70
- * @public
70
+ *
71
71
  * @example To set the desired capacity for an Auto Scaling group
72
72
  * ```javascript
73
73
  * // This example sets the desired capacity for the specified Auto Scaling group.
74
74
  * const input = {
75
- * "AutoScalingGroupName": "my-auto-scaling-group",
76
- * "DesiredCapacity": 2,
77
- * "HonorCooldown": true
75
+ * AutoScalingGroupName: "my-auto-scaling-group",
76
+ * DesiredCapacity: 2,
77
+ * HonorCooldown: true
78
78
  * };
79
79
  * const command = new SetDesiredCapacityCommand(input);
80
- * await client.send(command);
81
- * // example id: autoscaling-set-desired-capacity-1
80
+ * const response = await client.send(command);
81
+ * /* response is
82
+ * { /* metadata only *\/ }
83
+ * *\/
82
84
  * ```
83
85
  *
86
+ * @public
84
87
  */
85
88
  export declare class SetDesiredCapacityCommand extends SetDesiredCapacityCommand_base {
86
89
  /** @internal type navigation helper, not in runtime. */
@@ -61,19 +61,22 @@ declare const SetInstanceHealthCommand_base: {
61
61
  * @throws {@link AutoScalingServiceException}
62
62
  * <p>Base exception class for all service exceptions from AutoScaling service.</p>
63
63
  *
64
- * @public
64
+ *
65
65
  * @example To set the health status of an instance
66
66
  * ```javascript
67
67
  * // This example sets the health status of the specified instance to Unhealthy.
68
68
  * const input = {
69
- * "HealthStatus": "Unhealthy",
70
- * "InstanceId": "i-93633f9b"
69
+ * HealthStatus: "Unhealthy",
70
+ * InstanceId: "i-93633f9b"
71
71
  * };
72
72
  * const command = new SetInstanceHealthCommand(input);
73
- * await client.send(command);
74
- * // example id: autoscaling-set-instance-health-1
73
+ * const response = await client.send(command);
74
+ * /* response is
75
+ * { /* metadata only *\/ }
76
+ * *\/
75
77
  * ```
76
78
  *
79
+ * @public
77
80
  */
78
81
  export declare class SetInstanceHealthCommand extends SetInstanceHealthCommand_base {
79
82
  /** @internal type navigation helper, not in runtime. */
@@ -72,37 +72,42 @@ declare const SetInstanceProtectionCommand_base: {
72
72
  * @throws {@link AutoScalingServiceException}
73
73
  * <p>Base exception class for all service exceptions from AutoScaling service.</p>
74
74
  *
75
- * @public
75
+ *
76
76
  * @example To enable instance protection for an instance
77
77
  * ```javascript
78
78
  * // This example enables instance protection for the specified instance.
79
79
  * const input = {
80
- * "AutoScalingGroupName": "my-auto-scaling-group",
81
- * "InstanceIds": [
80
+ * AutoScalingGroupName: "my-auto-scaling-group",
81
+ * InstanceIds: [
82
82
  * "i-93633f9b"
83
83
  * ],
84
- * "ProtectedFromScaleIn": true
84
+ * ProtectedFromScaleIn: true
85
85
  * };
86
86
  * const command = new SetInstanceProtectionCommand(input);
87
- * await client.send(command);
88
- * // example id: autoscaling-set-instance-protection-1
87
+ * const response = await client.send(command);
88
+ * /* response is
89
+ * { /* metadata only *\/ }
90
+ * *\/
89
91
  * ```
90
92
  *
91
93
  * @example To disable instance protection for an instance
92
94
  * ```javascript
93
95
  * // This example disables instance protection for the specified instance.
94
96
  * const input = {
95
- * "AutoScalingGroupName": "my-auto-scaling-group",
96
- * "InstanceIds": [
97
+ * AutoScalingGroupName: "my-auto-scaling-group",
98
+ * InstanceIds: [
97
99
  * "i-93633f9b"
98
100
  * ],
99
- * "ProtectedFromScaleIn": false
101
+ * ProtectedFromScaleIn: false
100
102
  * };
101
103
  * const command = new SetInstanceProtectionCommand(input);
102
- * await client.send(command);
103
- * // example id: autoscaling-set-instance-protection-2
104
+ * const response = await client.send(command);
105
+ * /* response is
106
+ * { /* metadata only *\/ }
107
+ * *\/
104
108
  * ```
105
109
  *
110
+ * @public
106
111
  */
107
112
  export declare class SetInstanceProtectionCommand extends SetInstanceProtectionCommand_base {
108
113
  /** @internal type navigation helper, not in runtime. */
@@ -219,40 +219,40 @@ declare const StartInstanceRefreshCommand_base: {
219
219
  * @throws {@link AutoScalingServiceException}
220
220
  * <p>Base exception class for all service exceptions from AutoScaling service.</p>
221
221
  *
222
- * @public
222
+ *
223
223
  * @example To start an instance refresh
224
224
  * ```javascript
225
225
  * // This example starts an instance refresh for the specified Auto Scaling group.
226
226
  * const input = {
227
- * "AutoScalingGroupName": "my-auto-scaling-group",
228
- * "DesiredConfiguration": {
229
- * "LaunchTemplate": {
230
- * "LaunchTemplateName": "my-template-for-auto-scaling",
231
- * "Version": "$Latest"
227
+ * AutoScalingGroupName: "my-auto-scaling-group",
228
+ * DesiredConfiguration: {
229
+ * LaunchTemplate: {
230
+ * LaunchTemplateName: "my-template-for-auto-scaling",
231
+ * Version: "$Latest"
232
232
  * }
233
233
  * },
234
- * "Preferences": {
235
- * "AlarmSpecification": {
236
- * "Alarms": [
234
+ * Preferences: {
235
+ * AlarmSpecification: {
236
+ * Alarms: [
237
237
  * "my-alarm"
238
238
  * ]
239
239
  * },
240
- * "AutoRollback": true,
241
- * "InstanceWarmup": 200,
242
- * "MaxHealthyPercentage": 120,
243
- * "MinHealthyPercentage": 90
240
+ * AutoRollback: true,
241
+ * InstanceWarmup: 200,
242
+ * MaxHealthyPercentage: 120,
243
+ * MinHealthyPercentage: 90
244
244
  * }
245
245
  * };
246
246
  * const command = new StartInstanceRefreshCommand(input);
247
247
  * const response = await client.send(command);
248
- * /* response ==
248
+ * /* response is
249
249
  * {
250
- * "InstanceRefreshId": "08b91cf7-8fa6-48af-b6a6-d227f40f1b9b"
250
+ * InstanceRefreshId: "08b91cf7-8fa6-48af-b6a6-d227f40f1b9b"
251
251
  * }
252
252
  * *\/
253
- * // example id: to-start-an-instance-refresh-1592957271522
254
253
  * ```
255
254
  *
255
+ * @public
256
256
  */
257
257
  export declare class StartInstanceRefreshCommand extends StartInstanceRefreshCommand_base {
258
258
  /** @internal type navigation helper, not in runtime. */
@@ -68,21 +68,24 @@ declare const SuspendProcessesCommand_base: {
68
68
  * @throws {@link AutoScalingServiceException}
69
69
  * <p>Base exception class for all service exceptions from AutoScaling service.</p>
70
70
  *
71
- * @public
71
+ *
72
72
  * @example To suspend Auto Scaling processes
73
73
  * ```javascript
74
74
  * // This example suspends the specified scaling process for the specified Auto Scaling group.
75
75
  * const input = {
76
- * "AutoScalingGroupName": "my-auto-scaling-group",
77
- * "ScalingProcesses": [
76
+ * AutoScalingGroupName: "my-auto-scaling-group",
77
+ * ScalingProcesses: [
78
78
  * "AlarmNotification"
79
79
  * ]
80
80
  * };
81
81
  * const command = new SuspendProcessesCommand(input);
82
- * await client.send(command);
83
- * // example id: autoscaling-suspend-processes-1
82
+ * const response = await client.send(command);
83
+ * /* response is
84
+ * { /* metadata only *\/ }
85
+ * *\/
84
86
  * ```
85
87
  *
88
+ * @public
86
89
  */
87
90
  export declare class SuspendProcessesCommand extends SuspendProcessesCommand_base {
88
91
  /** @internal type navigation helper, not in runtime. */
@@ -88,19 +88,22 @@ declare const TerminateInstanceInAutoScalingGroupCommand_base: {
88
88
  * @throws {@link AutoScalingServiceException}
89
89
  * <p>Base exception class for all service exceptions from AutoScaling service.</p>
90
90
  *
91
- * @public
91
+ *
92
92
  * @example To terminate an instance in an Auto Scaling group
93
93
  * ```javascript
94
94
  * // This example terminates the specified instance from the specified Auto Scaling group without updating the size of the group. Auto Scaling launches a replacement instance after the specified instance terminates.
95
95
  * const input = {
96
- * "InstanceId": "i-93633f9b",
97
- * "ShouldDecrementDesiredCapacity": false
96
+ * InstanceId: "i-93633f9b",
97
+ * ShouldDecrementDesiredCapacity: false
98
98
  * };
99
99
  * const command = new TerminateInstanceInAutoScalingGroupCommand(input);
100
- * await client.send(command);
101
- * // example id: autoscaling-terminate-instance-in-auto-scaling-group-1
100
+ * const response = await client.send(command);
101
+ * /* response is
102
+ * { /* metadata only *\/ }
103
+ * *\/
102
104
  * ```
103
105
  *
106
+ * @public
104
107
  */
105
108
  export declare class TerminateInstanceInAutoScalingGroupCommand extends TerminateInstanceInAutoScalingGroupCommand_base {
106
109
  /** @internal type navigation helper, not in runtime. */
@@ -258,25 +258,28 @@ declare const UpdateAutoScalingGroupCommand_base: {
258
258
  * @throws {@link AutoScalingServiceException}
259
259
  * <p>Base exception class for all service exceptions from AutoScaling service.</p>
260
260
  *
261
- * @public
261
+ *
262
262
  * @example To update an Auto Scaling group
263
263
  * ```javascript
264
264
  * // This example updates multiple properties at the same time.
265
265
  * const input = {
266
- * "AutoScalingGroupName": "my-auto-scaling-group",
267
- * "LaunchTemplate": {
268
- * "LaunchTemplateName": "my-template-for-auto-scaling",
269
- * "Version": "2"
266
+ * AutoScalingGroupName: "my-auto-scaling-group",
267
+ * LaunchTemplate: {
268
+ * LaunchTemplateName: "my-template-for-auto-scaling",
269
+ * Version: "2"
270
270
  * },
271
- * "MaxSize": 5,
272
- * "MinSize": 1,
273
- * "NewInstancesProtectedFromScaleIn": true
271
+ * MaxSize: 5,
272
+ * MinSize: 1,
273
+ * NewInstancesProtectedFromScaleIn: true
274
274
  * };
275
275
  * const command = new UpdateAutoScalingGroupCommand(input);
276
- * await client.send(command);
277
- * // example id: autoscaling-update-auto-scaling-group-1
276
+ * const response = await client.send(command);
277
+ * /* response is
278
+ * { /* metadata only *\/ }
279
+ * *\/
278
280
  * ```
279
281
  *
282
+ * @public
280
283
  */
281
284
  export declare class UpdateAutoScalingGroupCommand extends UpdateAutoScalingGroupCommand_base {
282
285
  /** @internal type navigation helper, not in runtime. */
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.774.0",
4
+ "version": "3.777.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,43 +20,43 @@
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.774.0",
24
- "@aws-sdk/credential-provider-node": "3.774.0",
25
- "@aws-sdk/middleware-host-header": "3.774.0",
26
- "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
- "@aws-sdk/middleware-user-agent": "3.774.0",
29
- "@aws-sdk/region-config-resolver": "3.734.0",
30
- "@aws-sdk/types": "3.734.0",
31
- "@aws-sdk/util-endpoints": "3.743.0",
32
- "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.774.0",
34
- "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.5",
36
- "@smithy/fetch-http-handler": "^5.0.1",
37
- "@smithy/hash-node": "^4.0.1",
38
- "@smithy/invalid-dependency": "^4.0.1",
39
- "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.6",
41
- "@smithy/middleware-retry": "^4.0.7",
42
- "@smithy/middleware-serde": "^4.0.2",
43
- "@smithy/middleware-stack": "^4.0.1",
44
- "@smithy/node-config-provider": "^4.0.1",
45
- "@smithy/node-http-handler": "^4.0.3",
46
- "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.6",
48
- "@smithy/types": "^4.1.0",
49
- "@smithy/url-parser": "^4.0.1",
23
+ "@aws-sdk/core": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
+ "@aws-sdk/middleware-host-header": "3.775.0",
26
+ "@aws-sdk/middleware-logger": "3.775.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.775.0",
29
+ "@aws-sdk/region-config-resolver": "3.775.0",
30
+ "@aws-sdk/types": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.775.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.775.0",
34
+ "@smithy/config-resolver": "^4.1.0",
35
+ "@smithy/core": "^3.2.0",
36
+ "@smithy/fetch-http-handler": "^5.0.2",
37
+ "@smithy/hash-node": "^4.0.2",
38
+ "@smithy/invalid-dependency": "^4.0.2",
39
+ "@smithy/middleware-content-length": "^4.0.2",
40
+ "@smithy/middleware-endpoint": "^4.1.0",
41
+ "@smithy/middleware-retry": "^4.1.0",
42
+ "@smithy/middleware-serde": "^4.0.3",
43
+ "@smithy/middleware-stack": "^4.0.2",
44
+ "@smithy/node-config-provider": "^4.0.2",
45
+ "@smithy/node-http-handler": "^4.0.4",
46
+ "@smithy/protocol-http": "^5.1.0",
47
+ "@smithy/smithy-client": "^4.2.0",
48
+ "@smithy/types": "^4.2.0",
49
+ "@smithy/url-parser": "^4.0.2",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.7",
54
- "@smithy/util-defaults-mode-node": "^4.0.7",
55
- "@smithy/util-endpoints": "^3.0.1",
56
- "@smithy/util-middleware": "^4.0.1",
57
- "@smithy/util-retry": "^4.0.1",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.8",
54
+ "@smithy/util-defaults-mode-node": "^4.0.8",
55
+ "@smithy/util-endpoints": "^3.0.2",
56
+ "@smithy/util-middleware": "^4.0.2",
57
+ "@smithy/util-retry": "^4.0.2",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
- "@smithy/util-waiter": "^4.0.2",
59
+ "@smithy/util-waiter": "^4.0.3",
60
60
  "tslib": "^2.6.2"
61
61
  },
62
62
  "devDependencies": {