@aws-sdk/client-application-auto-scaling 3.1087.0 → 3.1088.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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/ApplicationAutoScaling.d.ts +47 -50
- package/dist-types/ts3.4/ApplicationAutoScalingClient.d.ts +6 -19
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeregisterScalableTargetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeScalableTargetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutScheduledActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RegisterScalableTargetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +4 -8
- package/dist-types/ts3.4/models/errors.d.ts +9 -27
- package/dist-types/ts3.4/models/models_0.d.ts +7 -21
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
package/dist-cjs/index.js
CHANGED
|
@@ -52,10 +52,7 @@ import {
|
|
|
52
52
|
RegisterScalableTargetCommandInput,
|
|
53
53
|
RegisterScalableTargetCommandOutput,
|
|
54
54
|
} from "./commands/RegisterScalableTargetCommand";
|
|
55
|
-
import {
|
|
56
|
-
TagResourceCommandInput,
|
|
57
|
-
TagResourceCommandOutput,
|
|
58
|
-
} from "./commands/TagResourceCommand";
|
|
55
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
59
56
|
import {
|
|
60
57
|
UntagResourceCommandInput,
|
|
61
58
|
UntagResourceCommandOutput,
|
|
@@ -63,213 +60,213 @@ import {
|
|
|
63
60
|
export interface ApplicationAutoScaling {
|
|
64
61
|
deleteScalingPolicy(
|
|
65
62
|
args: DeleteScalingPolicyCommandInput,
|
|
66
|
-
options?: __HttpHandlerOptions
|
|
63
|
+
options?: __HttpHandlerOptions,
|
|
67
64
|
): Promise<DeleteScalingPolicyCommandOutput>;
|
|
68
65
|
deleteScalingPolicy(
|
|
69
66
|
args: DeleteScalingPolicyCommandInput,
|
|
70
|
-
cb: (err: any, data?: DeleteScalingPolicyCommandOutput) => void
|
|
67
|
+
cb: (err: any, data?: DeleteScalingPolicyCommandOutput) => void,
|
|
71
68
|
): void;
|
|
72
69
|
deleteScalingPolicy(
|
|
73
70
|
args: DeleteScalingPolicyCommandInput,
|
|
74
71
|
options: __HttpHandlerOptions,
|
|
75
|
-
cb: (err: any, data?: DeleteScalingPolicyCommandOutput) => void
|
|
72
|
+
cb: (err: any, data?: DeleteScalingPolicyCommandOutput) => void,
|
|
76
73
|
): void;
|
|
77
74
|
deleteScheduledAction(
|
|
78
75
|
args: DeleteScheduledActionCommandInput,
|
|
79
|
-
options?: __HttpHandlerOptions
|
|
76
|
+
options?: __HttpHandlerOptions,
|
|
80
77
|
): Promise<DeleteScheduledActionCommandOutput>;
|
|
81
78
|
deleteScheduledAction(
|
|
82
79
|
args: DeleteScheduledActionCommandInput,
|
|
83
|
-
cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void
|
|
80
|
+
cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void,
|
|
84
81
|
): void;
|
|
85
82
|
deleteScheduledAction(
|
|
86
83
|
args: DeleteScheduledActionCommandInput,
|
|
87
84
|
options: __HttpHandlerOptions,
|
|
88
|
-
cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void
|
|
85
|
+
cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void,
|
|
89
86
|
): void;
|
|
90
87
|
deregisterScalableTarget(
|
|
91
88
|
args: DeregisterScalableTargetCommandInput,
|
|
92
|
-
options?: __HttpHandlerOptions
|
|
89
|
+
options?: __HttpHandlerOptions,
|
|
93
90
|
): Promise<DeregisterScalableTargetCommandOutput>;
|
|
94
91
|
deregisterScalableTarget(
|
|
95
92
|
args: DeregisterScalableTargetCommandInput,
|
|
96
|
-
cb: (err: any, data?: DeregisterScalableTargetCommandOutput) => void
|
|
93
|
+
cb: (err: any, data?: DeregisterScalableTargetCommandOutput) => void,
|
|
97
94
|
): void;
|
|
98
95
|
deregisterScalableTarget(
|
|
99
96
|
args: DeregisterScalableTargetCommandInput,
|
|
100
97
|
options: __HttpHandlerOptions,
|
|
101
|
-
cb: (err: any, data?: DeregisterScalableTargetCommandOutput) => void
|
|
98
|
+
cb: (err: any, data?: DeregisterScalableTargetCommandOutput) => void,
|
|
102
99
|
): void;
|
|
103
100
|
describeScalableTargets(
|
|
104
101
|
args: DescribeScalableTargetsCommandInput,
|
|
105
|
-
options?: __HttpHandlerOptions
|
|
102
|
+
options?: __HttpHandlerOptions,
|
|
106
103
|
): Promise<DescribeScalableTargetsCommandOutput>;
|
|
107
104
|
describeScalableTargets(
|
|
108
105
|
args: DescribeScalableTargetsCommandInput,
|
|
109
|
-
cb: (err: any, data?: DescribeScalableTargetsCommandOutput) => void
|
|
106
|
+
cb: (err: any, data?: DescribeScalableTargetsCommandOutput) => void,
|
|
110
107
|
): void;
|
|
111
108
|
describeScalableTargets(
|
|
112
109
|
args: DescribeScalableTargetsCommandInput,
|
|
113
110
|
options: __HttpHandlerOptions,
|
|
114
|
-
cb: (err: any, data?: DescribeScalableTargetsCommandOutput) => void
|
|
111
|
+
cb: (err: any, data?: DescribeScalableTargetsCommandOutput) => void,
|
|
115
112
|
): void;
|
|
116
113
|
describeScalingActivities(
|
|
117
114
|
args: DescribeScalingActivitiesCommandInput,
|
|
118
|
-
options?: __HttpHandlerOptions
|
|
115
|
+
options?: __HttpHandlerOptions,
|
|
119
116
|
): Promise<DescribeScalingActivitiesCommandOutput>;
|
|
120
117
|
describeScalingActivities(
|
|
121
118
|
args: DescribeScalingActivitiesCommandInput,
|
|
122
|
-
cb: (err: any, data?: DescribeScalingActivitiesCommandOutput) => void
|
|
119
|
+
cb: (err: any, data?: DescribeScalingActivitiesCommandOutput) => void,
|
|
123
120
|
): void;
|
|
124
121
|
describeScalingActivities(
|
|
125
122
|
args: DescribeScalingActivitiesCommandInput,
|
|
126
123
|
options: __HttpHandlerOptions,
|
|
127
|
-
cb: (err: any, data?: DescribeScalingActivitiesCommandOutput) => void
|
|
124
|
+
cb: (err: any, data?: DescribeScalingActivitiesCommandOutput) => void,
|
|
128
125
|
): void;
|
|
129
126
|
describeScalingPolicies(
|
|
130
127
|
args: DescribeScalingPoliciesCommandInput,
|
|
131
|
-
options?: __HttpHandlerOptions
|
|
128
|
+
options?: __HttpHandlerOptions,
|
|
132
129
|
): Promise<DescribeScalingPoliciesCommandOutput>;
|
|
133
130
|
describeScalingPolicies(
|
|
134
131
|
args: DescribeScalingPoliciesCommandInput,
|
|
135
|
-
cb: (err: any, data?: DescribeScalingPoliciesCommandOutput) => void
|
|
132
|
+
cb: (err: any, data?: DescribeScalingPoliciesCommandOutput) => void,
|
|
136
133
|
): void;
|
|
137
134
|
describeScalingPolicies(
|
|
138
135
|
args: DescribeScalingPoliciesCommandInput,
|
|
139
136
|
options: __HttpHandlerOptions,
|
|
140
|
-
cb: (err: any, data?: DescribeScalingPoliciesCommandOutput) => void
|
|
137
|
+
cb: (err: any, data?: DescribeScalingPoliciesCommandOutput) => void,
|
|
141
138
|
): void;
|
|
142
139
|
describeScheduledActions(
|
|
143
140
|
args: DescribeScheduledActionsCommandInput,
|
|
144
|
-
options?: __HttpHandlerOptions
|
|
141
|
+
options?: __HttpHandlerOptions,
|
|
145
142
|
): Promise<DescribeScheduledActionsCommandOutput>;
|
|
146
143
|
describeScheduledActions(
|
|
147
144
|
args: DescribeScheduledActionsCommandInput,
|
|
148
|
-
cb: (err: any, data?: DescribeScheduledActionsCommandOutput) => void
|
|
145
|
+
cb: (err: any, data?: DescribeScheduledActionsCommandOutput) => void,
|
|
149
146
|
): void;
|
|
150
147
|
describeScheduledActions(
|
|
151
148
|
args: DescribeScheduledActionsCommandInput,
|
|
152
149
|
options: __HttpHandlerOptions,
|
|
153
|
-
cb: (err: any, data?: DescribeScheduledActionsCommandOutput) => void
|
|
150
|
+
cb: (err: any, data?: DescribeScheduledActionsCommandOutput) => void,
|
|
154
151
|
): void;
|
|
155
152
|
getPredictiveScalingForecast(
|
|
156
153
|
args: GetPredictiveScalingForecastCommandInput,
|
|
157
|
-
options?: __HttpHandlerOptions
|
|
154
|
+
options?: __HttpHandlerOptions,
|
|
158
155
|
): Promise<GetPredictiveScalingForecastCommandOutput>;
|
|
159
156
|
getPredictiveScalingForecast(
|
|
160
157
|
args: GetPredictiveScalingForecastCommandInput,
|
|
161
|
-
cb: (err: any, data?: GetPredictiveScalingForecastCommandOutput) => void
|
|
158
|
+
cb: (err: any, data?: GetPredictiveScalingForecastCommandOutput) => void,
|
|
162
159
|
): void;
|
|
163
160
|
getPredictiveScalingForecast(
|
|
164
161
|
args: GetPredictiveScalingForecastCommandInput,
|
|
165
162
|
options: __HttpHandlerOptions,
|
|
166
|
-
cb: (err: any, data?: GetPredictiveScalingForecastCommandOutput) => void
|
|
163
|
+
cb: (err: any, data?: GetPredictiveScalingForecastCommandOutput) => void,
|
|
167
164
|
): void;
|
|
168
165
|
listTagsForResource(
|
|
169
166
|
args: ListTagsForResourceCommandInput,
|
|
170
|
-
options?: __HttpHandlerOptions
|
|
167
|
+
options?: __HttpHandlerOptions,
|
|
171
168
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
172
169
|
listTagsForResource(
|
|
173
170
|
args: ListTagsForResourceCommandInput,
|
|
174
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
171
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
175
172
|
): void;
|
|
176
173
|
listTagsForResource(
|
|
177
174
|
args: ListTagsForResourceCommandInput,
|
|
178
175
|
options: __HttpHandlerOptions,
|
|
179
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
176
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
180
177
|
): void;
|
|
181
178
|
putScalingPolicy(
|
|
182
179
|
args: PutScalingPolicyCommandInput,
|
|
183
|
-
options?: __HttpHandlerOptions
|
|
180
|
+
options?: __HttpHandlerOptions,
|
|
184
181
|
): Promise<PutScalingPolicyCommandOutput>;
|
|
185
182
|
putScalingPolicy(
|
|
186
183
|
args: PutScalingPolicyCommandInput,
|
|
187
|
-
cb: (err: any, data?: PutScalingPolicyCommandOutput) => void
|
|
184
|
+
cb: (err: any, data?: PutScalingPolicyCommandOutput) => void,
|
|
188
185
|
): void;
|
|
189
186
|
putScalingPolicy(
|
|
190
187
|
args: PutScalingPolicyCommandInput,
|
|
191
188
|
options: __HttpHandlerOptions,
|
|
192
|
-
cb: (err: any, data?: PutScalingPolicyCommandOutput) => void
|
|
189
|
+
cb: (err: any, data?: PutScalingPolicyCommandOutput) => void,
|
|
193
190
|
): void;
|
|
194
191
|
putScheduledAction(
|
|
195
192
|
args: PutScheduledActionCommandInput,
|
|
196
|
-
options?: __HttpHandlerOptions
|
|
193
|
+
options?: __HttpHandlerOptions,
|
|
197
194
|
): Promise<PutScheduledActionCommandOutput>;
|
|
198
195
|
putScheduledAction(
|
|
199
196
|
args: PutScheduledActionCommandInput,
|
|
200
|
-
cb: (err: any, data?: PutScheduledActionCommandOutput) => void
|
|
197
|
+
cb: (err: any, data?: PutScheduledActionCommandOutput) => void,
|
|
201
198
|
): void;
|
|
202
199
|
putScheduledAction(
|
|
203
200
|
args: PutScheduledActionCommandInput,
|
|
204
201
|
options: __HttpHandlerOptions,
|
|
205
|
-
cb: (err: any, data?: PutScheduledActionCommandOutput) => void
|
|
202
|
+
cb: (err: any, data?: PutScheduledActionCommandOutput) => void,
|
|
206
203
|
): void;
|
|
207
204
|
registerScalableTarget(
|
|
208
205
|
args: RegisterScalableTargetCommandInput,
|
|
209
|
-
options?: __HttpHandlerOptions
|
|
206
|
+
options?: __HttpHandlerOptions,
|
|
210
207
|
): Promise<RegisterScalableTargetCommandOutput>;
|
|
211
208
|
registerScalableTarget(
|
|
212
209
|
args: RegisterScalableTargetCommandInput,
|
|
213
|
-
cb: (err: any, data?: RegisterScalableTargetCommandOutput) => void
|
|
210
|
+
cb: (err: any, data?: RegisterScalableTargetCommandOutput) => void,
|
|
214
211
|
): void;
|
|
215
212
|
registerScalableTarget(
|
|
216
213
|
args: RegisterScalableTargetCommandInput,
|
|
217
214
|
options: __HttpHandlerOptions,
|
|
218
|
-
cb: (err: any, data?: RegisterScalableTargetCommandOutput) => void
|
|
215
|
+
cb: (err: any, data?: RegisterScalableTargetCommandOutput) => void,
|
|
219
216
|
): void;
|
|
220
217
|
tagResource(
|
|
221
218
|
args: TagResourceCommandInput,
|
|
222
|
-
options?: __HttpHandlerOptions
|
|
219
|
+
options?: __HttpHandlerOptions,
|
|
223
220
|
): Promise<TagResourceCommandOutput>;
|
|
224
221
|
tagResource(
|
|
225
222
|
args: TagResourceCommandInput,
|
|
226
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
223
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
227
224
|
): void;
|
|
228
225
|
tagResource(
|
|
229
226
|
args: TagResourceCommandInput,
|
|
230
227
|
options: __HttpHandlerOptions,
|
|
231
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
228
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
232
229
|
): void;
|
|
233
230
|
untagResource(
|
|
234
231
|
args: UntagResourceCommandInput,
|
|
235
|
-
options?: __HttpHandlerOptions
|
|
232
|
+
options?: __HttpHandlerOptions,
|
|
236
233
|
): Promise<UntagResourceCommandOutput>;
|
|
237
234
|
untagResource(
|
|
238
235
|
args: UntagResourceCommandInput,
|
|
239
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
236
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
240
237
|
): void;
|
|
241
238
|
untagResource(
|
|
242
239
|
args: UntagResourceCommandInput,
|
|
243
240
|
options: __HttpHandlerOptions,
|
|
244
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
241
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
245
242
|
): void;
|
|
246
243
|
paginateDescribeScalableTargets(
|
|
247
244
|
args: DescribeScalableTargetsCommandInput,
|
|
248
245
|
paginationConfig?: Pick<
|
|
249
246
|
PaginationConfiguration,
|
|
250
247
|
Exclude<keyof PaginationConfiguration, "client">
|
|
251
|
-
|
|
248
|
+
>,
|
|
252
249
|
): Paginator<DescribeScalableTargetsCommandOutput>;
|
|
253
250
|
paginateDescribeScalingActivities(
|
|
254
251
|
args: DescribeScalingActivitiesCommandInput,
|
|
255
252
|
paginationConfig?: Pick<
|
|
256
253
|
PaginationConfiguration,
|
|
257
254
|
Exclude<keyof PaginationConfiguration, "client">
|
|
258
|
-
|
|
255
|
+
>,
|
|
259
256
|
): Paginator<DescribeScalingActivitiesCommandOutput>;
|
|
260
257
|
paginateDescribeScalingPolicies(
|
|
261
258
|
args: DescribeScalingPoliciesCommandInput,
|
|
262
259
|
paginationConfig?: Pick<
|
|
263
260
|
PaginationConfiguration,
|
|
264
261
|
Exclude<keyof PaginationConfiguration, "client">
|
|
265
|
-
|
|
262
|
+
>,
|
|
266
263
|
): Paginator<DescribeScalingPoliciesCommandOutput>;
|
|
267
264
|
paginateDescribeScheduledActions(
|
|
268
265
|
args: DescribeScheduledActionsCommandInput,
|
|
269
266
|
paginationConfig?: Pick<
|
|
270
267
|
PaginationConfiguration,
|
|
271
268
|
Exclude<keyof PaginationConfiguration, "client">
|
|
272
|
-
|
|
269
|
+
>,
|
|
273
270
|
): Paginator<DescribeScheduledActionsCommandOutput>;
|
|
274
271
|
}
|
|
275
272
|
export declare class ApplicationAutoScaling
|
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -84,10 +81,7 @@ import {
|
|
|
84
81
|
RegisterScalableTargetCommandInput,
|
|
85
82
|
RegisterScalableTargetCommandOutput,
|
|
86
83
|
} from "./commands/RegisterScalableTargetCommand";
|
|
87
|
-
import {
|
|
88
|
-
TagResourceCommandInput,
|
|
89
|
-
TagResourceCommandOutput,
|
|
90
|
-
} from "./commands/TagResourceCommand";
|
|
84
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
91
85
|
import {
|
|
92
86
|
UntagResourceCommandInput,
|
|
93
87
|
UntagResourceCommandOutput,
|
|
@@ -129,8 +123,7 @@ export type ServiceOutputTypes =
|
|
|
129
123
|
| RegisterScalableTargetCommandOutput
|
|
130
124
|
| TagResourceCommandOutput
|
|
131
125
|
| UntagResourceCommandOutput;
|
|
132
|
-
export interface ClientDefaults
|
|
133
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
126
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
134
127
|
requestHandler?: __HttpHandlerUserInput;
|
|
135
128
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
136
129
|
urlParser?: __UrlParser;
|
|
@@ -166,8 +159,7 @@ export type ApplicationAutoScalingClientConfigType = Partial<
|
|
|
166
159
|
EndpointInputConfig<EndpointParameters> &
|
|
167
160
|
HttpAuthSchemeInputConfig &
|
|
168
161
|
ClientInputEndpointParameters;
|
|
169
|
-
export interface ApplicationAutoScalingClientConfig
|
|
170
|
-
extends ApplicationAutoScalingClientConfigType {}
|
|
162
|
+
export interface ApplicationAutoScalingClientConfig extends ApplicationAutoScalingClientConfigType {}
|
|
171
163
|
export type ApplicationAutoScalingClientResolvedConfigType =
|
|
172
164
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
173
165
|
Required<ClientDefaults> &
|
|
@@ -179,8 +171,7 @@ export type ApplicationAutoScalingClientResolvedConfigType =
|
|
|
179
171
|
EndpointResolvedConfig<EndpointParameters> &
|
|
180
172
|
HttpAuthSchemeResolvedConfig &
|
|
181
173
|
ClientResolvedEndpointParameters;
|
|
182
|
-
export interface ApplicationAutoScalingClientResolvedConfig
|
|
183
|
-
extends ApplicationAutoScalingClientResolvedConfigType {}
|
|
174
|
+
export interface ApplicationAutoScalingClientResolvedConfig extends ApplicationAutoScalingClientResolvedConfigType {}
|
|
184
175
|
export declare class ApplicationAutoScalingClient extends __Client<
|
|
185
176
|
__HttpHandlerOptions,
|
|
186
177
|
ServiceInputTypes,
|
|
@@ -188,10 +179,6 @@ export declare class ApplicationAutoScalingClient extends __Client<
|
|
|
188
179
|
ApplicationAutoScalingClientResolvedConfig
|
|
189
180
|
> {
|
|
190
181
|
readonly config: ApplicationAutoScalingClientResolvedConfig;
|
|
191
|
-
constructor(
|
|
192
|
-
...[
|
|
193
|
-
configuration,
|
|
194
|
-
]: __CheckOptionalClientConfig<ApplicationAutoScalingClientConfig>
|
|
195
|
-
);
|
|
182
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<ApplicationAutoScalingClientConfig>);
|
|
196
183
|
destroy(): void;
|
|
197
184
|
}
|
|
@@ -8,16 +8,11 @@ export interface HttpAuthExtensionConfiguration {
|
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
10
|
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: ApplicationAutoScalingHttpAuthSchemeProvider
|
|
11
|
+
httpAuthSchemeProvider: ApplicationAutoScalingHttpAuthSchemeProvider,
|
|
12
12
|
): void;
|
|
13
13
|
httpAuthSchemeProvider(): ApplicationAutoScalingHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
14
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
15
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
16
|
}
|
|
22
17
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
18
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +20,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
20
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
21
|
}>;
|
|
27
22
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
23
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
24
|
) => HttpAuthExtensionConfiguration;
|
|
30
25
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
26
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
27
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { ApplicationAutoScalingClientResolvedConfig } from "../ApplicationAutoScalingClient";
|
|
15
|
-
export interface ApplicationAutoScalingHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface ApplicationAutoScalingHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface ApplicationAutoScalingHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface ApplicationAutoScalingHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
ApplicationAutoScalingClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
ApplicationAutoScalingHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultApplicationAutoScalingHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: ApplicationAutoScalingClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<ApplicationAutoScalingHttpAuthSchemeParameters>;
|
|
31
|
-
export interface ApplicationAutoScalingHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<ApplicationAutoScalingHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface ApplicationAutoScalingHttpAuthSchemeProvider extends HttpAuthSchemeProvider<ApplicationAutoScalingHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultApplicationAutoScalingHttpAuthSchemeProvider: ApplicationAutoScalingHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: ApplicationAutoScalingHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: ApplicationAutoScalingHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./ApplicationAutoScalingClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
ApplicationAutoScalingClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteScalingPolicyRequest,
|
|
4
|
-
DeleteScalingPolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteScalingPolicyRequest, DeleteScalingPolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteScalingPolicyCommandInput
|
|
8
|
-
extends DeleteScalingPolicyRequest {}
|
|
4
|
+
export interface DeleteScalingPolicyCommandInput extends DeleteScalingPolicyRequest {}
|
|
9
5
|
export interface DeleteScalingPolicyCommandOutput
|
|
10
|
-
extends DeleteScalingPolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteScalingPolicyResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteScalingPolicyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteScalingPolicyCommandInput
|
|
9
|
+
input: DeleteScalingPolicyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteScalingPolicyCommandInput,
|
|
17
12
|
DeleteScalingPolicyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteScalingPolicyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteScalingPolicyCommandInput
|
|
18
|
+
input: DeleteScalingPolicyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteScalingPolicyCommandInput,
|
|
26
21
|
DeleteScalingPolicyCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteScheduledActionRequest,
|
|
4
|
-
DeleteScheduledActionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteScheduledActionRequest, DeleteScheduledActionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteScheduledActionCommandInput
|
|
8
|
-
extends DeleteScheduledActionRequest {}
|
|
4
|
+
export interface DeleteScheduledActionCommandInput extends DeleteScheduledActionRequest {}
|
|
9
5
|
export interface DeleteScheduledActionCommandOutput
|
|
10
|
-
extends DeleteScheduledActionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteScheduledActionResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteScheduledActionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteScheduledActionCommandInput
|
|
9
|
+
input: DeleteScheduledActionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteScheduledActionCommandInput,
|
|
17
12
|
DeleteScheduledActionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteScheduledActionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteScheduledActionCommandInput
|
|
18
|
+
input: DeleteScheduledActionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteScheduledActionCommandInput,
|
|
26
21
|
DeleteScheduledActionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeregisterScalableTargetResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeregisterScalableTargetCommandInput
|
|
8
|
-
extends DeregisterScalableTargetRequest {}
|
|
7
|
+
export interface DeregisterScalableTargetCommandInput extends DeregisterScalableTargetRequest {}
|
|
9
8
|
export interface DeregisterScalableTargetCommandOutput
|
|
10
|
-
extends DeregisterScalableTargetResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeregisterScalableTargetResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeregisterScalableTargetCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeregisterScalableTargetCommandInput
|
|
12
|
+
input: DeregisterScalableTargetCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeregisterScalableTargetCommandInput,
|
|
17
15
|
DeregisterScalableTargetCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeregisterScalableTargetCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeregisterScalableTargetCommandInput
|
|
21
|
+
input: DeregisterScalableTargetCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeregisterScalableTargetCommandInput,
|
|
26
24
|
DeregisterScalableTargetCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeScalableTargetsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeScalableTargetsCommandInput
|
|
8
|
-
extends DescribeScalableTargetsRequest {}
|
|
7
|
+
export interface DescribeScalableTargetsCommandInput extends DescribeScalableTargetsRequest {}
|
|
9
8
|
export interface DescribeScalableTargetsCommandOutput
|
|
10
|
-
extends DescribeScalableTargetsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeScalableTargetsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeScalableTargetsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeScalableTargetsCommandInput
|
|
12
|
+
input: DescribeScalableTargetsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeScalableTargetsCommandInput,
|
|
17
15
|
DescribeScalableTargetsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeScalableTargetsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeScalableTargetsCommandInput
|
|
21
|
+
input: DescribeScalableTargetsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeScalableTargetsCommandInput,
|
|
26
24
|
DescribeScalableTargetsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeScalingActivitiesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeScalingActivitiesCommandInput
|
|
8
|
-
extends DescribeScalingActivitiesRequest {}
|
|
7
|
+
export interface DescribeScalingActivitiesCommandInput extends DescribeScalingActivitiesRequest {}
|
|
9
8
|
export interface DescribeScalingActivitiesCommandOutput
|
|
10
|
-
extends DescribeScalingActivitiesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeScalingActivitiesResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeScalingActivitiesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeScalingActivitiesCommandInput
|
|
12
|
+
input: DescribeScalingActivitiesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeScalingActivitiesCommandInput,
|
|
17
15
|
DescribeScalingActivitiesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeScalingActivitiesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeScalingActivitiesCommandInput
|
|
21
|
+
input: DescribeScalingActivitiesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeScalingActivitiesCommandInput,
|
|
26
24
|
DescribeScalingActivitiesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeScalingPoliciesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeScalingPoliciesCommandInput
|
|
8
|
-
extends DescribeScalingPoliciesRequest {}
|
|
7
|
+
export interface DescribeScalingPoliciesCommandInput extends DescribeScalingPoliciesRequest {}
|
|
9
8
|
export interface DescribeScalingPoliciesCommandOutput
|
|
10
|
-
extends DescribeScalingPoliciesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeScalingPoliciesResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeScalingPoliciesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeScalingPoliciesCommandInput
|
|
12
|
+
input: DescribeScalingPoliciesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeScalingPoliciesCommandInput,
|
|
17
15
|
DescribeScalingPoliciesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeScalingPoliciesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeScalingPoliciesCommandInput
|
|
21
|
+
input: DescribeScalingPoliciesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeScalingPoliciesCommandInput,
|
|
26
24
|
DescribeScalingPoliciesCommandOutput,
|