@effect-aws/client-auto-scaling 1.0.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.
@@ -0,0 +1,390 @@
1
+ /**
2
+ * @since 1.0.0
3
+ */
4
+ import { type AutoScalingClient, type AutoScalingClientConfig, type AttachInstancesCommandInput, type AttachInstancesCommandOutput, type AttachLoadBalancerTargetGroupsCommandInput, type AttachLoadBalancerTargetGroupsCommandOutput, type AttachLoadBalancersCommandInput, type AttachLoadBalancersCommandOutput, type AttachTrafficSourcesCommandInput, type AttachTrafficSourcesCommandOutput, type BatchDeleteScheduledActionCommandInput, type BatchDeleteScheduledActionCommandOutput, type BatchPutScheduledUpdateGroupActionCommandInput, type BatchPutScheduledUpdateGroupActionCommandOutput, type CancelInstanceRefreshCommandInput, type CancelInstanceRefreshCommandOutput, type CompleteLifecycleActionCommandInput, type CompleteLifecycleActionCommandOutput, type CreateAutoScalingGroupCommandInput, type CreateAutoScalingGroupCommandOutput, type CreateLaunchConfigurationCommandInput, type CreateLaunchConfigurationCommandOutput, type CreateOrUpdateTagsCommandInput, type CreateOrUpdateTagsCommandOutput, type DeleteAutoScalingGroupCommandInput, type DeleteAutoScalingGroupCommandOutput, type DeleteLaunchConfigurationCommandInput, type DeleteLaunchConfigurationCommandOutput, type DeleteLifecycleHookCommandInput, type DeleteLifecycleHookCommandOutput, type DeleteNotificationConfigurationCommandInput, type DeleteNotificationConfigurationCommandOutput, type DeletePolicyCommandInput, type DeletePolicyCommandOutput, type DeleteScheduledActionCommandInput, type DeleteScheduledActionCommandOutput, type DeleteTagsCommandInput, type DeleteTagsCommandOutput, type DeleteWarmPoolCommandInput, type DeleteWarmPoolCommandOutput, type DescribeAccountLimitsCommandInput, type DescribeAccountLimitsCommandOutput, type DescribeAdjustmentTypesCommandInput, type DescribeAdjustmentTypesCommandOutput, type DescribeAutoScalingGroupsCommandInput, type DescribeAutoScalingGroupsCommandOutput, type DescribeAutoScalingInstancesCommandInput, type DescribeAutoScalingInstancesCommandOutput, type DescribeAutoScalingNotificationTypesCommandInput, type DescribeAutoScalingNotificationTypesCommandOutput, type DescribeInstanceRefreshesCommandInput, type DescribeInstanceRefreshesCommandOutput, type DescribeLaunchConfigurationsCommandInput, type DescribeLaunchConfigurationsCommandOutput, type DescribeLifecycleHookTypesCommandInput, type DescribeLifecycleHookTypesCommandOutput, type DescribeLifecycleHooksCommandInput, type DescribeLifecycleHooksCommandOutput, type DescribeLoadBalancerTargetGroupsCommandInput, type DescribeLoadBalancerTargetGroupsCommandOutput, type DescribeLoadBalancersCommandInput, type DescribeLoadBalancersCommandOutput, type DescribeMetricCollectionTypesCommandInput, type DescribeMetricCollectionTypesCommandOutput, type DescribeNotificationConfigurationsCommandInput, type DescribeNotificationConfigurationsCommandOutput, type DescribePoliciesCommandInput, type DescribePoliciesCommandOutput, type DescribeScalingActivitiesCommandInput, type DescribeScalingActivitiesCommandOutput, type DescribeScalingProcessTypesCommandInput, type DescribeScalingProcessTypesCommandOutput, type DescribeScheduledActionsCommandInput, type DescribeScheduledActionsCommandOutput, type DescribeTagsCommandInput, type DescribeTagsCommandOutput, type DescribeTerminationPolicyTypesCommandInput, type DescribeTerminationPolicyTypesCommandOutput, type DescribeTrafficSourcesCommandInput, type DescribeTrafficSourcesCommandOutput, type DescribeWarmPoolCommandInput, type DescribeWarmPoolCommandOutput, type DetachInstancesCommandInput, type DetachInstancesCommandOutput, type DetachLoadBalancerTargetGroupsCommandInput, type DetachLoadBalancerTargetGroupsCommandOutput, type DetachLoadBalancersCommandInput, type DetachLoadBalancersCommandOutput, type DetachTrafficSourcesCommandInput, type DetachTrafficSourcesCommandOutput, type DisableMetricsCollectionCommandInput, type DisableMetricsCollectionCommandOutput, type EnableMetricsCollectionCommandInput, type EnableMetricsCollectionCommandOutput, type EnterStandbyCommandInput, type EnterStandbyCommandOutput, type ExecutePolicyCommandInput, type ExecutePolicyCommandOutput, type ExitStandbyCommandInput, type ExitStandbyCommandOutput, type GetPredictiveScalingForecastCommandInput, type GetPredictiveScalingForecastCommandOutput, type PutLifecycleHookCommandInput, type PutLifecycleHookCommandOutput, type PutNotificationConfigurationCommandInput, type PutNotificationConfigurationCommandOutput, type PutScalingPolicyCommandInput, type PutScalingPolicyCommandOutput, type PutScheduledUpdateGroupActionCommandInput, type PutScheduledUpdateGroupActionCommandOutput, type PutWarmPoolCommandInput, type PutWarmPoolCommandOutput, type RecordLifecycleActionHeartbeatCommandInput, type RecordLifecycleActionHeartbeatCommandOutput, type ResumeProcessesCommandInput, type ResumeProcessesCommandOutput, type RollbackInstanceRefreshCommandInput, type RollbackInstanceRefreshCommandOutput, type SetDesiredCapacityCommandInput, type SetDesiredCapacityCommandOutput, type SetInstanceHealthCommandInput, type SetInstanceHealthCommandOutput, type SetInstanceProtectionCommandInput, type SetInstanceProtectionCommandOutput, type StartInstanceRefreshCommandInput, type StartInstanceRefreshCommandOutput, type SuspendProcessesCommandInput, type SuspendProcessesCommandOutput, type TerminateInstanceInAutoScalingGroupCommandInput, type TerminateInstanceInAutoScalingGroupCommandOutput, type UpdateAutoScalingGroupCommandInput, type UpdateAutoScalingGroupCommandOutput } from "@aws-sdk/client-auto-scaling";
5
+ import { Effect, Layer } from "effect";
6
+ import { AutoScalingClientInstance } from "./AutoScalingClientInstance";
7
+ import { AutoScalingClientInstanceConfig } from "./AutoScalingClientInstanceConfig";
8
+ import { ActiveInstanceRefreshNotFoundFaultError, AlreadyExistsFaultError, InstanceRefreshInProgressFaultError, InvalidNextTokenError, IrreversibleInstanceRefreshFaultError, LimitExceededFaultError, ResourceContentionFaultError, ResourceInUseFaultError, ScalingActivityInProgressFaultError, ServiceLinkedRoleError, SdkError } from "./Errors";
9
+ /**
10
+ * @since 1.0.0
11
+ */
12
+ export interface HttpHandlerOptions {
13
+ /**
14
+ * The maximum time in milliseconds that the connection phase of a request
15
+ * may take before the connection attempt is abandoned.
16
+ */
17
+ requestTimeout?: number;
18
+ }
19
+ interface AutoScalingService$ {
20
+ readonly _: unique symbol;
21
+ /**
22
+ * @see {@link AttachInstancesCommand}
23
+ */
24
+ attachInstances(args: AttachInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<AttachInstancesCommandOutput, SdkError | ResourceContentionFaultError | ServiceLinkedRoleError>;
25
+ /**
26
+ * @see {@link AttachLoadBalancerTargetGroupsCommand}
27
+ */
28
+ attachLoadBalancerTargetGroups(args: AttachLoadBalancerTargetGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<AttachLoadBalancerTargetGroupsCommandOutput, SdkError | ResourceContentionFaultError | ServiceLinkedRoleError>;
29
+ /**
30
+ * @see {@link AttachLoadBalancersCommand}
31
+ */
32
+ attachLoadBalancers(args: AttachLoadBalancersCommandInput, options?: HttpHandlerOptions): Effect.Effect<AttachLoadBalancersCommandOutput, SdkError | ResourceContentionFaultError | ServiceLinkedRoleError>;
33
+ /**
34
+ * @see {@link AttachTrafficSourcesCommand}
35
+ */
36
+ attachTrafficSources(args: AttachTrafficSourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<AttachTrafficSourcesCommandOutput, SdkError | ResourceContentionFaultError | ServiceLinkedRoleError>;
37
+ /**
38
+ * @see {@link BatchDeleteScheduledActionCommand}
39
+ */
40
+ batchDeleteScheduledAction(args: BatchDeleteScheduledActionCommandInput, options?: HttpHandlerOptions): Effect.Effect<BatchDeleteScheduledActionCommandOutput, SdkError | ResourceContentionFaultError>;
41
+ /**
42
+ * @see {@link BatchPutScheduledUpdateGroupActionCommand}
43
+ */
44
+ batchPutScheduledUpdateGroupAction(args: BatchPutScheduledUpdateGroupActionCommandInput, options?: HttpHandlerOptions): Effect.Effect<BatchPutScheduledUpdateGroupActionCommandOutput, SdkError | AlreadyExistsFaultError | LimitExceededFaultError | ResourceContentionFaultError>;
45
+ /**
46
+ * @see {@link CancelInstanceRefreshCommand}
47
+ */
48
+ cancelInstanceRefresh(args: CancelInstanceRefreshCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelInstanceRefreshCommandOutput, SdkError | ActiveInstanceRefreshNotFoundFaultError | LimitExceededFaultError | ResourceContentionFaultError>;
49
+ /**
50
+ * @see {@link CompleteLifecycleActionCommand}
51
+ */
52
+ completeLifecycleAction(args: CompleteLifecycleActionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CompleteLifecycleActionCommandOutput, SdkError | ResourceContentionFaultError>;
53
+ /**
54
+ * @see {@link CreateAutoScalingGroupCommand}
55
+ */
56
+ createAutoScalingGroup(args: CreateAutoScalingGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateAutoScalingGroupCommandOutput, SdkError | AlreadyExistsFaultError | LimitExceededFaultError | ResourceContentionFaultError | ServiceLinkedRoleError>;
57
+ /**
58
+ * @see {@link CreateLaunchConfigurationCommand}
59
+ */
60
+ createLaunchConfiguration(args: CreateLaunchConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLaunchConfigurationCommandOutput, SdkError | AlreadyExistsFaultError | LimitExceededFaultError | ResourceContentionFaultError>;
61
+ /**
62
+ * @see {@link CreateOrUpdateTagsCommand}
63
+ */
64
+ createOrUpdateTags(args: CreateOrUpdateTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateOrUpdateTagsCommandOutput, SdkError | AlreadyExistsFaultError | LimitExceededFaultError | ResourceContentionFaultError | ResourceInUseFaultError>;
65
+ /**
66
+ * @see {@link DeleteAutoScalingGroupCommand}
67
+ */
68
+ deleteAutoScalingGroup(args: DeleteAutoScalingGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAutoScalingGroupCommandOutput, SdkError | ResourceContentionFaultError | ResourceInUseFaultError | ScalingActivityInProgressFaultError>;
69
+ /**
70
+ * @see {@link DeleteLaunchConfigurationCommand}
71
+ */
72
+ deleteLaunchConfiguration(args: DeleteLaunchConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLaunchConfigurationCommandOutput, SdkError | ResourceContentionFaultError | ResourceInUseFaultError>;
73
+ /**
74
+ * @see {@link DeleteLifecycleHookCommand}
75
+ */
76
+ deleteLifecycleHook(args: DeleteLifecycleHookCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLifecycleHookCommandOutput, SdkError | ResourceContentionFaultError>;
77
+ /**
78
+ * @see {@link DeleteNotificationConfigurationCommand}
79
+ */
80
+ deleteNotificationConfiguration(args: DeleteNotificationConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNotificationConfigurationCommandOutput, SdkError | ResourceContentionFaultError>;
81
+ /**
82
+ * @see {@link DeletePolicyCommand}
83
+ */
84
+ deletePolicy(args: DeletePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePolicyCommandOutput, SdkError | ResourceContentionFaultError | ServiceLinkedRoleError>;
85
+ /**
86
+ * @see {@link DeleteScheduledActionCommand}
87
+ */
88
+ deleteScheduledAction(args: DeleteScheduledActionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteScheduledActionCommandOutput, SdkError | ResourceContentionFaultError>;
89
+ /**
90
+ * @see {@link DeleteTagsCommand}
91
+ */
92
+ deleteTags(args: DeleteTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTagsCommandOutput, SdkError | ResourceContentionFaultError | ResourceInUseFaultError>;
93
+ /**
94
+ * @see {@link DeleteWarmPoolCommand}
95
+ */
96
+ deleteWarmPool(args: DeleteWarmPoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteWarmPoolCommandOutput, SdkError | LimitExceededFaultError | ResourceContentionFaultError | ResourceInUseFaultError | ScalingActivityInProgressFaultError>;
97
+ /**
98
+ * @see {@link DescribeAccountLimitsCommand}
99
+ */
100
+ describeAccountLimits(args: DescribeAccountLimitsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAccountLimitsCommandOutput, SdkError | ResourceContentionFaultError>;
101
+ /**
102
+ * @see {@link DescribeAdjustmentTypesCommand}
103
+ */
104
+ describeAdjustmentTypes(args: DescribeAdjustmentTypesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAdjustmentTypesCommandOutput, SdkError | ResourceContentionFaultError>;
105
+ /**
106
+ * @see {@link DescribeAutoScalingGroupsCommand}
107
+ */
108
+ describeAutoScalingGroups(args: DescribeAutoScalingGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAutoScalingGroupsCommandOutput, SdkError | InvalidNextTokenError | ResourceContentionFaultError>;
109
+ /**
110
+ * @see {@link DescribeAutoScalingInstancesCommand}
111
+ */
112
+ describeAutoScalingInstances(args: DescribeAutoScalingInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAutoScalingInstancesCommandOutput, SdkError | InvalidNextTokenError | ResourceContentionFaultError>;
113
+ /**
114
+ * @see {@link DescribeAutoScalingNotificationTypesCommand}
115
+ */
116
+ describeAutoScalingNotificationTypes(args: DescribeAutoScalingNotificationTypesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAutoScalingNotificationTypesCommandOutput, SdkError | ResourceContentionFaultError>;
117
+ /**
118
+ * @see {@link DescribeInstanceRefreshesCommand}
119
+ */
120
+ describeInstanceRefreshes(args: DescribeInstanceRefreshesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceRefreshesCommandOutput, SdkError | InvalidNextTokenError | ResourceContentionFaultError>;
121
+ /**
122
+ * @see {@link DescribeLaunchConfigurationsCommand}
123
+ */
124
+ describeLaunchConfigurations(args: DescribeLaunchConfigurationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLaunchConfigurationsCommandOutput, SdkError | InvalidNextTokenError | ResourceContentionFaultError>;
125
+ /**
126
+ * @see {@link DescribeLifecycleHookTypesCommand}
127
+ */
128
+ describeLifecycleHookTypes(args: DescribeLifecycleHookTypesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLifecycleHookTypesCommandOutput, SdkError | ResourceContentionFaultError>;
129
+ /**
130
+ * @see {@link DescribeLifecycleHooksCommand}
131
+ */
132
+ describeLifecycleHooks(args: DescribeLifecycleHooksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLifecycleHooksCommandOutput, SdkError | ResourceContentionFaultError>;
133
+ /**
134
+ * @see {@link DescribeLoadBalancerTargetGroupsCommand}
135
+ */
136
+ describeLoadBalancerTargetGroups(args: DescribeLoadBalancerTargetGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLoadBalancerTargetGroupsCommandOutput, SdkError | InvalidNextTokenError | ResourceContentionFaultError>;
137
+ /**
138
+ * @see {@link DescribeLoadBalancersCommand}
139
+ */
140
+ describeLoadBalancers(args: DescribeLoadBalancersCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLoadBalancersCommandOutput, SdkError | InvalidNextTokenError | ResourceContentionFaultError>;
141
+ /**
142
+ * @see {@link DescribeMetricCollectionTypesCommand}
143
+ */
144
+ describeMetricCollectionTypes(args: DescribeMetricCollectionTypesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeMetricCollectionTypesCommandOutput, SdkError | ResourceContentionFaultError>;
145
+ /**
146
+ * @see {@link DescribeNotificationConfigurationsCommand}
147
+ */
148
+ describeNotificationConfigurations(args: DescribeNotificationConfigurationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeNotificationConfigurationsCommandOutput, SdkError | InvalidNextTokenError | ResourceContentionFaultError>;
149
+ /**
150
+ * @see {@link DescribePoliciesCommand}
151
+ */
152
+ describePolicies(args: DescribePoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribePoliciesCommandOutput, SdkError | InvalidNextTokenError | ResourceContentionFaultError | ServiceLinkedRoleError>;
153
+ /**
154
+ * @see {@link DescribeScalingActivitiesCommand}
155
+ */
156
+ describeScalingActivities(args: DescribeScalingActivitiesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeScalingActivitiesCommandOutput, SdkError | InvalidNextTokenError | ResourceContentionFaultError>;
157
+ /**
158
+ * @see {@link DescribeScalingProcessTypesCommand}
159
+ */
160
+ describeScalingProcessTypes(args: DescribeScalingProcessTypesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeScalingProcessTypesCommandOutput, SdkError | ResourceContentionFaultError>;
161
+ /**
162
+ * @see {@link DescribeScheduledActionsCommand}
163
+ */
164
+ describeScheduledActions(args: DescribeScheduledActionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeScheduledActionsCommandOutput, SdkError | InvalidNextTokenError | ResourceContentionFaultError>;
165
+ /**
166
+ * @see {@link DescribeTagsCommand}
167
+ */
168
+ describeTags(args: DescribeTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTagsCommandOutput, SdkError | InvalidNextTokenError | ResourceContentionFaultError>;
169
+ /**
170
+ * @see {@link DescribeTerminationPolicyTypesCommand}
171
+ */
172
+ describeTerminationPolicyTypes(args: DescribeTerminationPolicyTypesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTerminationPolicyTypesCommandOutput, SdkError | ResourceContentionFaultError>;
173
+ /**
174
+ * @see {@link DescribeTrafficSourcesCommand}
175
+ */
176
+ describeTrafficSources(args: DescribeTrafficSourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTrafficSourcesCommandOutput, SdkError | InvalidNextTokenError | ResourceContentionFaultError>;
177
+ /**
178
+ * @see {@link DescribeWarmPoolCommand}
179
+ */
180
+ describeWarmPool(args: DescribeWarmPoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeWarmPoolCommandOutput, SdkError | InvalidNextTokenError | LimitExceededFaultError | ResourceContentionFaultError>;
181
+ /**
182
+ * @see {@link DetachInstancesCommand}
183
+ */
184
+ detachInstances(args: DetachInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetachInstancesCommandOutput, SdkError | ResourceContentionFaultError>;
185
+ /**
186
+ * @see {@link DetachLoadBalancerTargetGroupsCommand}
187
+ */
188
+ detachLoadBalancerTargetGroups(args: DetachLoadBalancerTargetGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetachLoadBalancerTargetGroupsCommandOutput, SdkError | ResourceContentionFaultError>;
189
+ /**
190
+ * @see {@link DetachLoadBalancersCommand}
191
+ */
192
+ detachLoadBalancers(args: DetachLoadBalancersCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetachLoadBalancersCommandOutput, SdkError | ResourceContentionFaultError>;
193
+ /**
194
+ * @see {@link DetachTrafficSourcesCommand}
195
+ */
196
+ detachTrafficSources(args: DetachTrafficSourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetachTrafficSourcesCommandOutput, SdkError | ResourceContentionFaultError>;
197
+ /**
198
+ * @see {@link DisableMetricsCollectionCommand}
199
+ */
200
+ disableMetricsCollection(args: DisableMetricsCollectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableMetricsCollectionCommandOutput, SdkError | ResourceContentionFaultError>;
201
+ /**
202
+ * @see {@link EnableMetricsCollectionCommand}
203
+ */
204
+ enableMetricsCollection(args: EnableMetricsCollectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableMetricsCollectionCommandOutput, SdkError | ResourceContentionFaultError>;
205
+ /**
206
+ * @see {@link EnterStandbyCommand}
207
+ */
208
+ enterStandby(args: EnterStandbyCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnterStandbyCommandOutput, SdkError | ResourceContentionFaultError>;
209
+ /**
210
+ * @see {@link ExecutePolicyCommand}
211
+ */
212
+ executePolicy(args: ExecutePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<ExecutePolicyCommandOutput, SdkError | ResourceContentionFaultError | ScalingActivityInProgressFaultError>;
213
+ /**
214
+ * @see {@link ExitStandbyCommand}
215
+ */
216
+ exitStandby(args: ExitStandbyCommandInput, options?: HttpHandlerOptions): Effect.Effect<ExitStandbyCommandOutput, SdkError | ResourceContentionFaultError>;
217
+ /**
218
+ * @see {@link GetPredictiveScalingForecastCommand}
219
+ */
220
+ getPredictiveScalingForecast(args: GetPredictiveScalingForecastCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPredictiveScalingForecastCommandOutput, SdkError | ResourceContentionFaultError>;
221
+ /**
222
+ * @see {@link PutLifecycleHookCommand}
223
+ */
224
+ putLifecycleHook(args: PutLifecycleHookCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutLifecycleHookCommandOutput, SdkError | LimitExceededFaultError | ResourceContentionFaultError>;
225
+ /**
226
+ * @see {@link PutNotificationConfigurationCommand}
227
+ */
228
+ putNotificationConfiguration(args: PutNotificationConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutNotificationConfigurationCommandOutput, SdkError | LimitExceededFaultError | ResourceContentionFaultError | ServiceLinkedRoleError>;
229
+ /**
230
+ * @see {@link PutScalingPolicyCommand}
231
+ */
232
+ putScalingPolicy(args: PutScalingPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutScalingPolicyCommandOutput, SdkError | LimitExceededFaultError | ResourceContentionFaultError | ServiceLinkedRoleError>;
233
+ /**
234
+ * @see {@link PutScheduledUpdateGroupActionCommand}
235
+ */
236
+ putScheduledUpdateGroupAction(args: PutScheduledUpdateGroupActionCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutScheduledUpdateGroupActionCommandOutput, SdkError | AlreadyExistsFaultError | LimitExceededFaultError | ResourceContentionFaultError>;
237
+ /**
238
+ * @see {@link PutWarmPoolCommand}
239
+ */
240
+ putWarmPool(args: PutWarmPoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutWarmPoolCommandOutput, SdkError | LimitExceededFaultError | ResourceContentionFaultError>;
241
+ /**
242
+ * @see {@link RecordLifecycleActionHeartbeatCommand}
243
+ */
244
+ recordLifecycleActionHeartbeat(args: RecordLifecycleActionHeartbeatCommandInput, options?: HttpHandlerOptions): Effect.Effect<RecordLifecycleActionHeartbeatCommandOutput, SdkError | ResourceContentionFaultError>;
245
+ /**
246
+ * @see {@link ResumeProcessesCommand}
247
+ */
248
+ resumeProcesses(args: ResumeProcessesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ResumeProcessesCommandOutput, SdkError | ResourceContentionFaultError | ResourceInUseFaultError>;
249
+ /**
250
+ * @see {@link RollbackInstanceRefreshCommand}
251
+ */
252
+ rollbackInstanceRefresh(args: RollbackInstanceRefreshCommandInput, options?: HttpHandlerOptions): Effect.Effect<RollbackInstanceRefreshCommandOutput, SdkError | ActiveInstanceRefreshNotFoundFaultError | IrreversibleInstanceRefreshFaultError | LimitExceededFaultError | ResourceContentionFaultError>;
253
+ /**
254
+ * @see {@link SetDesiredCapacityCommand}
255
+ */
256
+ setDesiredCapacity(args: SetDesiredCapacityCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetDesiredCapacityCommandOutput, SdkError | ResourceContentionFaultError | ScalingActivityInProgressFaultError>;
257
+ /**
258
+ * @see {@link SetInstanceHealthCommand}
259
+ */
260
+ setInstanceHealth(args: SetInstanceHealthCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetInstanceHealthCommandOutput, SdkError | ResourceContentionFaultError>;
261
+ /**
262
+ * @see {@link SetInstanceProtectionCommand}
263
+ */
264
+ setInstanceProtection(args: SetInstanceProtectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetInstanceProtectionCommandOutput, SdkError | LimitExceededFaultError | ResourceContentionFaultError>;
265
+ /**
266
+ * @see {@link StartInstanceRefreshCommand}
267
+ */
268
+ startInstanceRefresh(args: StartInstanceRefreshCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartInstanceRefreshCommandOutput, SdkError | InstanceRefreshInProgressFaultError | LimitExceededFaultError | ResourceContentionFaultError>;
269
+ /**
270
+ * @see {@link SuspendProcessesCommand}
271
+ */
272
+ suspendProcesses(args: SuspendProcessesCommandInput, options?: HttpHandlerOptions): Effect.Effect<SuspendProcessesCommandOutput, SdkError | ResourceContentionFaultError | ResourceInUseFaultError>;
273
+ /**
274
+ * @see {@link TerminateInstanceInAutoScalingGroupCommand}
275
+ */
276
+ terminateInstanceInAutoScalingGroup(args: TerminateInstanceInAutoScalingGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<TerminateInstanceInAutoScalingGroupCommandOutput, SdkError | ResourceContentionFaultError | ScalingActivityInProgressFaultError>;
277
+ /**
278
+ * @see {@link UpdateAutoScalingGroupCommand}
279
+ */
280
+ updateAutoScalingGroup(args: UpdateAutoScalingGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAutoScalingGroupCommandOutput, SdkError | ResourceContentionFaultError | ScalingActivityInProgressFaultError | ServiceLinkedRoleError>;
281
+ }
282
+ /**
283
+ * @since 1.0.0
284
+ * @category constructors
285
+ */
286
+ export declare const makeAutoScalingService: Effect.Effect<AutoScalingService$, never, AutoScalingClientInstance>;
287
+ declare const AutoScalingService_base: import("effect/Context").TagClass<AutoScalingService, "@effect-aws/client-auto-scaling/AutoScalingService", AutoScalingService$> & {
288
+ readonly _: Effect.Effect<AutoScalingService$["_"], never, AutoScalingService>;
289
+ attachInstances: (args: AttachInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AttachInstancesCommandOutput, ResourceContentionFaultError | ServiceLinkedRoleError | SdkError, AutoScalingService>;
290
+ attachLoadBalancerTargetGroups: (args: AttachLoadBalancerTargetGroupsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AttachLoadBalancerTargetGroupsCommandOutput, ResourceContentionFaultError | ServiceLinkedRoleError | SdkError, AutoScalingService>;
291
+ attachLoadBalancers: (args: AttachLoadBalancersCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AttachLoadBalancersCommandOutput, ResourceContentionFaultError | ServiceLinkedRoleError | SdkError, AutoScalingService>;
292
+ attachTrafficSources: (args: AttachTrafficSourcesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AttachTrafficSourcesCommandOutput, ResourceContentionFaultError | ServiceLinkedRoleError | SdkError, AutoScalingService>;
293
+ batchDeleteScheduledAction: (args: BatchDeleteScheduledActionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<BatchDeleteScheduledActionCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
294
+ batchPutScheduledUpdateGroupAction: (args: BatchPutScheduledUpdateGroupActionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<BatchPutScheduledUpdateGroupActionCommandOutput, AlreadyExistsFaultError | LimitExceededFaultError | ResourceContentionFaultError | SdkError, AutoScalingService>;
295
+ cancelInstanceRefresh: (args: CancelInstanceRefreshCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CancelInstanceRefreshCommandOutput, ActiveInstanceRefreshNotFoundFaultError | LimitExceededFaultError | ResourceContentionFaultError | SdkError, AutoScalingService>;
296
+ completeLifecycleAction: (args: CompleteLifecycleActionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CompleteLifecycleActionCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
297
+ createAutoScalingGroup: (args: CreateAutoScalingGroupCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateAutoScalingGroupCommandOutput, AlreadyExistsFaultError | LimitExceededFaultError | ResourceContentionFaultError | ServiceLinkedRoleError | SdkError, AutoScalingService>;
298
+ createLaunchConfiguration: (args: CreateLaunchConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateLaunchConfigurationCommandOutput, AlreadyExistsFaultError | LimitExceededFaultError | ResourceContentionFaultError | SdkError, AutoScalingService>;
299
+ createOrUpdateTags: (args: CreateOrUpdateTagsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateOrUpdateTagsCommandOutput, AlreadyExistsFaultError | LimitExceededFaultError | ResourceContentionFaultError | ResourceInUseFaultError | SdkError, AutoScalingService>;
300
+ deleteAutoScalingGroup: (args: DeleteAutoScalingGroupCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteAutoScalingGroupCommandOutput, ResourceContentionFaultError | ResourceInUseFaultError | ScalingActivityInProgressFaultError | SdkError, AutoScalingService>;
301
+ deleteLaunchConfiguration: (args: DeleteLaunchConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteLaunchConfigurationCommandOutput, ResourceContentionFaultError | ResourceInUseFaultError | SdkError, AutoScalingService>;
302
+ deleteLifecycleHook: (args: DeleteLifecycleHookCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteLifecycleHookCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
303
+ deleteNotificationConfiguration: (args: DeleteNotificationConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteNotificationConfigurationCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
304
+ deletePolicy: (args: DeletePolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeletePolicyCommandOutput, ResourceContentionFaultError | ServiceLinkedRoleError | SdkError, AutoScalingService>;
305
+ deleteScheduledAction: (args: DeleteScheduledActionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteScheduledActionCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
306
+ deleteTags: (args: DeleteTagsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteTagsCommandOutput, ResourceContentionFaultError | ResourceInUseFaultError | SdkError, AutoScalingService>;
307
+ deleteWarmPool: (args: DeleteWarmPoolCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteWarmPoolCommandOutput, LimitExceededFaultError | ResourceContentionFaultError | ResourceInUseFaultError | ScalingActivityInProgressFaultError | SdkError, AutoScalingService>;
308
+ describeAccountLimits: (args: DescribeAccountLimitsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeAccountLimitsCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
309
+ describeAdjustmentTypes: (args: DescribeAdjustmentTypesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeAdjustmentTypesCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
310
+ describeAutoScalingGroups: (args: DescribeAutoScalingGroupsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeAutoScalingGroupsCommandOutput, InvalidNextTokenError | ResourceContentionFaultError | SdkError, AutoScalingService>;
311
+ describeAutoScalingInstances: (args: DescribeAutoScalingInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeAutoScalingInstancesCommandOutput, InvalidNextTokenError | ResourceContentionFaultError | SdkError, AutoScalingService>;
312
+ describeAutoScalingNotificationTypes: (args: DescribeAutoScalingNotificationTypesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeAutoScalingNotificationTypesCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
313
+ describeInstanceRefreshes: (args: DescribeInstanceRefreshesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeInstanceRefreshesCommandOutput, InvalidNextTokenError | ResourceContentionFaultError | SdkError, AutoScalingService>;
314
+ describeLaunchConfigurations: (args: DescribeLaunchConfigurationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeLaunchConfigurationsCommandOutput, InvalidNextTokenError | ResourceContentionFaultError | SdkError, AutoScalingService>;
315
+ describeLifecycleHookTypes: (args: DescribeLifecycleHookTypesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeLifecycleHookTypesCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
316
+ describeLifecycleHooks: (args: DescribeLifecycleHooksCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeLifecycleHooksCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
317
+ describeLoadBalancerTargetGroups: (args: DescribeLoadBalancerTargetGroupsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeLoadBalancerTargetGroupsCommandOutput, InvalidNextTokenError | ResourceContentionFaultError | SdkError, AutoScalingService>;
318
+ describeLoadBalancers: (args: DescribeLoadBalancersCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeLoadBalancersCommandOutput, InvalidNextTokenError | ResourceContentionFaultError | SdkError, AutoScalingService>;
319
+ describeMetricCollectionTypes: (args: DescribeMetricCollectionTypesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeMetricCollectionTypesCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
320
+ describeNotificationConfigurations: (args: DescribeNotificationConfigurationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeNotificationConfigurationsCommandOutput, InvalidNextTokenError | ResourceContentionFaultError | SdkError, AutoScalingService>;
321
+ describePolicies: (args: DescribePoliciesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribePoliciesCommandOutput, InvalidNextTokenError | ResourceContentionFaultError | ServiceLinkedRoleError | SdkError, AutoScalingService>;
322
+ describeScalingActivities: (args: DescribeScalingActivitiesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeScalingActivitiesCommandOutput, InvalidNextTokenError | ResourceContentionFaultError | SdkError, AutoScalingService>;
323
+ describeScalingProcessTypes: (args: DescribeScalingProcessTypesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeScalingProcessTypesCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
324
+ describeScheduledActions: (args: DescribeScheduledActionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeScheduledActionsCommandOutput, InvalidNextTokenError | ResourceContentionFaultError | SdkError, AutoScalingService>;
325
+ describeTags: (args: DescribeTagsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeTagsCommandOutput, InvalidNextTokenError | ResourceContentionFaultError | SdkError, AutoScalingService>;
326
+ describeTerminationPolicyTypes: (args: DescribeTerminationPolicyTypesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeTerminationPolicyTypesCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
327
+ describeTrafficSources: (args: DescribeTrafficSourcesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeTrafficSourcesCommandOutput, InvalidNextTokenError | ResourceContentionFaultError | SdkError, AutoScalingService>;
328
+ describeWarmPool: (args: DescribeWarmPoolCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeWarmPoolCommandOutput, InvalidNextTokenError | LimitExceededFaultError | ResourceContentionFaultError | SdkError, AutoScalingService>;
329
+ detachInstances: (args: DetachInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DetachInstancesCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
330
+ detachLoadBalancerTargetGroups: (args: DetachLoadBalancerTargetGroupsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DetachLoadBalancerTargetGroupsCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
331
+ detachLoadBalancers: (args: DetachLoadBalancersCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DetachLoadBalancersCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
332
+ detachTrafficSources: (args: DetachTrafficSourcesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DetachTrafficSourcesCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
333
+ disableMetricsCollection: (args: DisableMetricsCollectionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisableMetricsCollectionCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
334
+ enableMetricsCollection: (args: EnableMetricsCollectionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<EnableMetricsCollectionCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
335
+ enterStandby: (args: EnterStandbyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<EnterStandbyCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
336
+ executePolicy: (args: ExecutePolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ExecutePolicyCommandOutput, ResourceContentionFaultError | ScalingActivityInProgressFaultError | SdkError, AutoScalingService>;
337
+ exitStandby: (args: ExitStandbyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ExitStandbyCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
338
+ getPredictiveScalingForecast: (args: GetPredictiveScalingForecastCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetPredictiveScalingForecastCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
339
+ putLifecycleHook: (args: PutLifecycleHookCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutLifecycleHookCommandOutput, LimitExceededFaultError | ResourceContentionFaultError | SdkError, AutoScalingService>;
340
+ putNotificationConfiguration: (args: PutNotificationConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutNotificationConfigurationCommandOutput, LimitExceededFaultError | ResourceContentionFaultError | ServiceLinkedRoleError | SdkError, AutoScalingService>;
341
+ putScalingPolicy: (args: PutScalingPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutScalingPolicyCommandOutput, LimitExceededFaultError | ResourceContentionFaultError | ServiceLinkedRoleError | SdkError, AutoScalingService>;
342
+ putScheduledUpdateGroupAction: (args: PutScheduledUpdateGroupActionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutScheduledUpdateGroupActionCommandOutput, AlreadyExistsFaultError | LimitExceededFaultError | ResourceContentionFaultError | SdkError, AutoScalingService>;
343
+ putWarmPool: (args: PutWarmPoolCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutWarmPoolCommandOutput, LimitExceededFaultError | ResourceContentionFaultError | SdkError, AutoScalingService>;
344
+ recordLifecycleActionHeartbeat: (args: RecordLifecycleActionHeartbeatCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RecordLifecycleActionHeartbeatCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
345
+ resumeProcesses: (args: ResumeProcessesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ResumeProcessesCommandOutput, ResourceContentionFaultError | ResourceInUseFaultError | SdkError, AutoScalingService>;
346
+ rollbackInstanceRefresh: (args: RollbackInstanceRefreshCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RollbackInstanceRefreshCommandOutput, ActiveInstanceRefreshNotFoundFaultError | IrreversibleInstanceRefreshFaultError | LimitExceededFaultError | ResourceContentionFaultError | SdkError, AutoScalingService>;
347
+ setDesiredCapacity: (args: SetDesiredCapacityCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<SetDesiredCapacityCommandOutput, ResourceContentionFaultError | ScalingActivityInProgressFaultError | SdkError, AutoScalingService>;
348
+ setInstanceHealth: (args: SetInstanceHealthCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<SetInstanceHealthCommandOutput, ResourceContentionFaultError | SdkError, AutoScalingService>;
349
+ setInstanceProtection: (args: SetInstanceProtectionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<SetInstanceProtectionCommandOutput, LimitExceededFaultError | ResourceContentionFaultError | SdkError, AutoScalingService>;
350
+ startInstanceRefresh: (args: StartInstanceRefreshCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<StartInstanceRefreshCommandOutput, InstanceRefreshInProgressFaultError | LimitExceededFaultError | ResourceContentionFaultError | SdkError, AutoScalingService>;
351
+ suspendProcesses: (args: SuspendProcessesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<SuspendProcessesCommandOutput, ResourceContentionFaultError | ResourceInUseFaultError | SdkError, AutoScalingService>;
352
+ terminateInstanceInAutoScalingGroup: (args: TerminateInstanceInAutoScalingGroupCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<TerminateInstanceInAutoScalingGroupCommandOutput, ResourceContentionFaultError | ScalingActivityInProgressFaultError | SdkError, AutoScalingService>;
353
+ updateAutoScalingGroup: (args: UpdateAutoScalingGroupCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateAutoScalingGroupCommandOutput, ResourceContentionFaultError | ScalingActivityInProgressFaultError | ServiceLinkedRoleError | SdkError, AutoScalingService>;
354
+ } & {
355
+ use: <X>(body: (_: AutoScalingService$) => X) => X extends Effect.Effect<infer A, infer E, infer R> ? Effect.Effect<A, E, R | AutoScalingService> : Effect.Effect<X, never, AutoScalingService>;
356
+ };
357
+ /**
358
+ * @since 1.0.0
359
+ * @category models
360
+ */
361
+ export declare class AutoScalingService extends AutoScalingService_base {
362
+ static readonly defaultLayer: Layer.Layer<AutoScalingService, never, never>;
363
+ static readonly layer: (config: AutoScalingClientConfig) => Layer.Layer<AutoScalingService, never, never>;
364
+ static readonly baseLayer: (evaluate: (defaultConfig: AutoScalingClientConfig) => AutoScalingClient) => Layer.Layer<AutoScalingService, never, never>;
365
+ }
366
+ /**
367
+ * @since 1.0.0
368
+ * @category models
369
+ * @alias AutoScalingService
370
+ */
371
+ export declare const AutoScaling: typeof AutoScalingService;
372
+ /**
373
+ * @since 1.0.0
374
+ * @category layers
375
+ * @deprecated use AutoScaling.baseLayer instead
376
+ */
377
+ export declare const BaseAutoScalingServiceLayer: Layer.Layer<AutoScalingService, never, AutoScalingClientInstance>;
378
+ /**
379
+ * @since 1.0.0
380
+ * @category layers
381
+ * @deprecated use AutoScaling.layer instead
382
+ */
383
+ export declare const AutoScalingServiceLayer: Layer.Layer<AutoScalingService, never, AutoScalingClientInstanceConfig>;
384
+ /**
385
+ * @since 1.0.0
386
+ * @category layers
387
+ * @deprecated use AutoScaling.defaultLayer instead
388
+ */
389
+ export declare const DefaultAutoScalingServiceLayer: Layer.Layer<AutoScalingService, never, never>;
390
+ export {};