@aws-sdk/client-auto-scaling 3.40.0 → 3.45.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/CHANGELOG.md +41 -0
  2. package/dist-cjs/endpoints.js +9 -0
  3. package/dist-cjs/models/models_0.js +44 -8
  4. package/dist-cjs/protocols/Aws_query.js +247 -0
  5. package/dist-es/endpoints.js +9 -0
  6. package/dist-es/models/models_0.js +28 -4
  7. package/dist-es/protocols/Aws_query.js +355 -87
  8. package/dist-types/AutoScaling.d.ts +25 -20
  9. package/dist-types/commands/AttachInstancesCommand.d.ts +1 -1
  10. package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +3 -1
  11. package/dist-types/commands/AttachLoadBalancersCommand.d.ts +3 -1
  12. package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +1 -1
  13. package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +1 -1
  14. package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +1 -1
  15. package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +7 -6
  16. package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +1 -1
  23. package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteWarmPoolCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribePoliciesCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeWarmPoolCommand.d.ts +1 -1
  47. package/dist-types/commands/DetachInstancesCommand.d.ts +1 -1
  48. package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +1 -1
  49. package/dist-types/commands/DetachLoadBalancersCommand.d.ts +1 -1
  50. package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +1 -1
  51. package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +1 -1
  52. package/dist-types/commands/EnterStandbyCommand.d.ts +1 -1
  53. package/dist-types/commands/ExecutePolicyCommand.d.ts +1 -1
  54. package/dist-types/commands/ExitStandbyCommand.d.ts +1 -1
  55. package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +1 -1
  56. package/dist-types/commands/PutLifecycleHookCommand.d.ts +9 -9
  57. package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +1 -1
  58. package/dist-types/commands/PutScalingPolicyCommand.d.ts +1 -1
  59. package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +1 -1
  60. package/dist-types/commands/PutWarmPoolCommand.d.ts +1 -1
  61. package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +6 -7
  62. package/dist-types/commands/ResumeProcessesCommand.d.ts +1 -1
  63. package/dist-types/commands/SetDesiredCapacityCommand.d.ts +1 -1
  64. package/dist-types/commands/SetInstanceHealthCommand.d.ts +1 -1
  65. package/dist-types/commands/SetInstanceProtectionCommand.d.ts +3 -2
  66. package/dist-types/commands/StartInstanceRefreshCommand.d.ts +1 -1
  67. package/dist-types/commands/SuspendProcessesCommand.d.ts +1 -1
  68. package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +1 -1
  69. package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +1 -1
  70. package/dist-types/models/models_0.d.ts +273 -100
  71. package/dist-types/ts3.4/models/models_0.d.ts +87 -11
  72. package/package.json +6 -6
@@ -105,6 +105,8 @@ export declare class AutoScaling extends AutoScalingClient {
105
105
  * registers the running instances with these Classic Load Balancers.</p>
106
106
  * <p>To describe the load balancers for an Auto Scaling group, call the <a>DescribeLoadBalancers</a> API. To detach the load balancer from the Auto Scaling
107
107
  * group, call the <a>DetachLoadBalancers</a> API.</p>
108
+ * <p>This operation is additive and does not detach existing Classic Load Balancers or
109
+ * target groups from the Auto Scaling group.</p>
108
110
  * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-load-balancer.html">Elastic Load Balancing and
109
111
  * Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>. </p>
110
112
  */
@@ -129,6 +131,8 @@ export declare class AutoScaling extends AutoScalingClient {
129
131
  * </ul>
130
132
  * <p>To describe the target groups for an Auto Scaling group, call the <a>DescribeLoadBalancerTargetGroups</a> API. To detach the target group from
131
133
  * the Auto Scaling group, call the <a>DetachLoadBalancerTargetGroups</a> API.</p>
134
+ * <p>This operation is additive and does not detach existing target groups or Classic Load
135
+ * Balancers from the Auto Scaling group.</p>
132
136
  * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-load-balancer.html">Elastic Load Balancing and
133
137
  * Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>. </p>
134
138
  */
@@ -165,14 +169,14 @@ export declare class AutoScaling extends AutoScalingClient {
165
169
  * group:</p>
166
170
  * <ol>
167
171
  * <li>
168
- * <p>(Optional) Create a Lambda function and a rule that allows CloudWatch Events to
172
+ * <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to
169
173
  * invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates
170
174
  * instances.</p>
171
175
  * </li>
172
176
  * <li>
173
177
  * <p>(Optional) Create a notification target and an IAM role. The target can be
174
- * either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to
175
- * publish lifecycle notifications to the target.</p>
178
+ * either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to publish
179
+ * lifecycle notifications to the target.</p>
176
180
  * </li>
177
181
  * <li>
178
182
  * <p>Create the lifecycle hook. Specify whether the hook is used when the instances
@@ -184,8 +188,9 @@ export declare class AutoScaling extends AutoScalingClient {
184
188
  * </li>
185
189
  * <li>
186
190
  * <p>
187
- * <b>If you finish before the timeout period ends, complete the
188
- * lifecycle action.</b>
191
+ * <b>If you finish before the timeout period ends, send a
192
+ * callback by using the <a>CompleteLifecycleAction</a> API
193
+ * call.</b>
189
194
  * </p>
190
195
  * </li>
191
196
  * </ol>
@@ -672,21 +677,21 @@ export declare class AutoScaling extends AutoScalingClient {
672
677
  getPredictiveScalingForecast(args: GetPredictiveScalingForecastCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPredictiveScalingForecastCommandOutput) => void): void;
673
678
  /**
674
679
  * <p>Creates or updates a lifecycle hook for the specified Auto Scaling group.</p>
675
- * <p>A lifecycle hook tells Amazon EC2 Auto Scaling to perform an action on an instance when the instance
676
- * launches (before it is put into service) or as the instance terminates (before it is
677
- * fully terminated).</p>
680
+ * <p>A lifecycle hook enables an Auto Scaling group to be aware of events in the Auto Scaling instance
681
+ * lifecycle, and then perform a custom action when the corresponding lifecycle event
682
+ * occurs.</p>
678
683
  * <p>This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling
679
684
  * group:</p>
680
685
  * <ol>
681
686
  * <li>
682
- * <p>(Optional) Create a Lambda function and a rule that allows CloudWatch Events to
687
+ * <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to
683
688
  * invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates
684
689
  * instances.</p>
685
690
  * </li>
686
691
  * <li>
687
692
  * <p>(Optional) Create a notification target and an IAM role. The target can be
688
- * either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to
689
- * publish lifecycle notifications to the target.</p>
693
+ * either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to publish
694
+ * lifecycle notifications to the target.</p>
690
695
  * </li>
691
696
  * <li>
692
697
  * <p>
@@ -699,8 +704,8 @@ export declare class AutoScaling extends AutoScalingClient {
699
704
  * instance in a pending state using the <a>RecordLifecycleActionHeartbeat</a> API call.</p>
700
705
  * </li>
701
706
  * <li>
702
- * <p>If you finish before the timeout period ends, complete the lifecycle action
703
- * using the <a>CompleteLifecycleAction</a> API call.</p>
707
+ * <p>If you finish before the timeout period ends, send a callback by using the
708
+ * <a>CompleteLifecycleAction</a> API call.</p>
704
709
  * </li>
705
710
  * </ol>
706
711
  * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/lifecycle-hooks.html">Amazon EC2 Auto Scaling lifecycle
@@ -770,19 +775,18 @@ export declare class AutoScaling extends AutoScalingClient {
770
775
  /**
771
776
  * <p>Records a heartbeat for the lifecycle action associated with the specified token or
772
777
  * instance. This extends the timeout by the length of time defined using the <a>PutLifecycleHook</a> API call.</p>
773
- *
774
778
  * <p>This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling
775
779
  * group:</p>
776
780
  * <ol>
777
781
  * <li>
778
- * <p>(Optional) Create a Lambda function and a rule that allows CloudWatch Events to
782
+ * <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to
779
783
  * invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates
780
784
  * instances.</p>
781
785
  * </li>
782
786
  * <li>
783
787
  * <p>(Optional) Create a notification target and an IAM role. The target can be
784
- * either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to
785
- * publish lifecycle notifications to the target.</p>
788
+ * either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to publish
789
+ * lifecycle notifications to the target.</p>
786
790
  * </li>
787
791
  * <li>
788
792
  * <p>Create the lifecycle hook. Specify whether the hook is used when the instances
@@ -795,8 +799,8 @@ export declare class AutoScaling extends AutoScalingClient {
795
799
  * </p>
796
800
  * </li>
797
801
  * <li>
798
- * <p>If you finish before the timeout period ends, complete the lifecycle
799
- * action.</p>
802
+ * <p>If you finish before the timeout period ends, send a callback by using the
803
+ * <a>CompleteLifecycleAction</a> API call.</p>
800
804
  * </li>
801
805
  * </ol>
802
806
  * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/lifecycle-hooks.html">Amazon EC2 Auto Scaling lifecycle
@@ -837,7 +841,8 @@ export declare class AutoScaling extends AutoScalingClient {
837
841
  * <p>Updates the instance protection settings of the specified instances. This operation
838
842
  * cannot be called on instances in a warm pool.</p>
839
843
  * <p>For more information about preventing instances that are part of an Auto Scaling group from
840
- * terminating on scale in, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-termination.html#instance-protection">Instance scale-in protection</a> in the
844
+ * terminating on scale in, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-instance-protection.html">Using
845
+ * instance scale-in protection</a> in the
841
846
  * <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
842
847
  * <p>If you exceed your maximum limit of instance IDs, which is 50 per Auto Scaling group, the call
843
848
  * fails.</p>
@@ -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> {
@@ -24,6 +24,8 @@ export interface AttachLoadBalancerTargetGroupsCommandOutput extends AttachLoadB
24
24
  * </ul>
25
25
  * <p>To describe the target groups for an Auto Scaling group, call the <a>DescribeLoadBalancerTargetGroups</a> API. To detach the target group from
26
26
  * the Auto Scaling group, call the <a>DetachLoadBalancerTargetGroups</a> API.</p>
27
+ * <p>This operation is additive and does not detach existing target groups or Classic Load
28
+ * Balancers from the Auto Scaling group.</p>
27
29
  * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-load-balancer.html">Elastic Load Balancing and
28
30
  * Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>. </p>
29
31
  * @example
@@ -38,7 +40,7 @@ export interface AttachLoadBalancerTargetGroupsCommandOutput extends AttachLoadB
38
40
  *
39
41
  * @see {@link AttachLoadBalancerTargetGroupsCommandInput} for command's `input` shape.
40
42
  * @see {@link AttachLoadBalancerTargetGroupsCommandOutput} for command's `response` shape.
41
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
43
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
42
44
  *
43
45
  */
44
46
  export declare class AttachLoadBalancerTargetGroupsCommand extends $Command<AttachLoadBalancerTargetGroupsCommandInput, AttachLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig> {
@@ -16,6 +16,8 @@ export interface AttachLoadBalancersCommandOutput extends AttachLoadBalancersRes
16
16
  * registers the running instances with these Classic Load Balancers.</p>
17
17
  * <p>To describe the load balancers for an Auto Scaling group, call the <a>DescribeLoadBalancers</a> API. To detach the load balancer from the Auto Scaling
18
18
  * group, call the <a>DetachLoadBalancers</a> API.</p>
19
+ * <p>This operation is additive and does not detach existing Classic Load Balancers or
20
+ * target groups from the Auto Scaling group.</p>
19
21
  * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-load-balancer.html">Elastic Load Balancing and
20
22
  * Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>. </p>
21
23
  * @example
@@ -30,7 +32,7 @@ export interface AttachLoadBalancersCommandOutput extends AttachLoadBalancersRes
30
32
  *
31
33
  * @see {@link AttachLoadBalancersCommandInput} for command's `input` shape.
32
34
  * @see {@link AttachLoadBalancersCommandOutput} for command's `response` shape.
33
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
34
36
  *
35
37
  */
36
38
  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> {
@@ -13,14 +13,14 @@ export interface CompleteLifecycleActionCommandOutput extends CompleteLifecycleA
13
13
  * group:</p>
14
14
  * <ol>
15
15
  * <li>
16
- * <p>(Optional) Create a Lambda function and a rule that allows CloudWatch Events to
16
+ * <p>(Optional) Create a Lambda function and a rule that allows Amazon EventBridge to
17
17
  * invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates
18
18
  * instances.</p>
19
19
  * </li>
20
20
  * <li>
21
21
  * <p>(Optional) Create a notification target and an IAM role. The target can be
22
- * either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to
23
- * publish lifecycle notifications to the target.</p>
22
+ * either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to publish
23
+ * lifecycle notifications to the target.</p>
24
24
  * </li>
25
25
  * <li>
26
26
  * <p>Create the lifecycle hook. Specify whether the hook is used when the instances
@@ -32,8 +32,9 @@ export interface CompleteLifecycleActionCommandOutput extends CompleteLifecycleA
32
32
  * </li>
33
33
  * <li>
34
34
  * <p>
35
- * <b>If you finish before the timeout period ends, complete the
36
- * lifecycle action.</b>
35
+ * <b>If you finish before the timeout period ends, send a
36
+ * callback by using the <a>CompleteLifecycleAction</a> API
37
+ * call.</b>
37
38
  * </p>
38
39
  * </li>
39
40
  * </ol>
@@ -51,7 +52,7 @@ export interface CompleteLifecycleActionCommandOutput extends CompleteLifecycleA
51
52
  *
52
53
  * @see {@link CompleteLifecycleActionCommandInput} for command's `input` shape.
53
54
  * @see {@link CompleteLifecycleActionCommandOutput} for command's `response` shape.
54
- * @see {@link AutoScalingClientResolvedConfig | config} for command's `input` shape.
55
+ * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
55
56
  *
56
57
  */
57
58
  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> {