@aws-sdk/client-apprunner 3.170.0 → 3.171.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/AppRunner.d.ts +0 -30
- package/dist-types/ts3.4/AppRunnerClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateCustomDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAutoScalingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateObservabilityConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVpcConnectorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAutoScalingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteObservabilityConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVpcConnectorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAutoScalingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCustomDomainsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeObservabilityConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcConnectorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateCustomDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAutoScalingConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListObservabilityConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListVpcConnectorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PauseServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResumeServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/AppRunnerServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -281
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-apprunner
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-apprunner
|
|
@@ -120,7 +120,6 @@ import {
|
|
|
120
120
|
UpdateServiceCommandInput,
|
|
121
121
|
UpdateServiceCommandOutput,
|
|
122
122
|
} from "./commands/UpdateServiceCommand";
|
|
123
|
-
|
|
124
123
|
export declare class AppRunner extends AppRunnerClient {
|
|
125
124
|
associateCustomDomain(
|
|
126
125
|
args: AssociateCustomDomainCommandInput,
|
|
@@ -135,7 +134,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
135
134
|
options: __HttpHandlerOptions,
|
|
136
135
|
cb: (err: any, data?: AssociateCustomDomainCommandOutput) => void
|
|
137
136
|
): void;
|
|
138
|
-
|
|
139
137
|
createAutoScalingConfiguration(
|
|
140
138
|
args: CreateAutoScalingConfigurationCommandInput,
|
|
141
139
|
options?: __HttpHandlerOptions
|
|
@@ -149,7 +147,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
149
147
|
options: __HttpHandlerOptions,
|
|
150
148
|
cb: (err: any, data?: CreateAutoScalingConfigurationCommandOutput) => void
|
|
151
149
|
): void;
|
|
152
|
-
|
|
153
150
|
createConnection(
|
|
154
151
|
args: CreateConnectionCommandInput,
|
|
155
152
|
options?: __HttpHandlerOptions
|
|
@@ -163,7 +160,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
163
160
|
options: __HttpHandlerOptions,
|
|
164
161
|
cb: (err: any, data?: CreateConnectionCommandOutput) => void
|
|
165
162
|
): void;
|
|
166
|
-
|
|
167
163
|
createObservabilityConfiguration(
|
|
168
164
|
args: CreateObservabilityConfigurationCommandInput,
|
|
169
165
|
options?: __HttpHandlerOptions
|
|
@@ -177,7 +173,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
177
173
|
options: __HttpHandlerOptions,
|
|
178
174
|
cb: (err: any, data?: CreateObservabilityConfigurationCommandOutput) => void
|
|
179
175
|
): void;
|
|
180
|
-
|
|
181
176
|
createService(
|
|
182
177
|
args: CreateServiceCommandInput,
|
|
183
178
|
options?: __HttpHandlerOptions
|
|
@@ -191,7 +186,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
191
186
|
options: __HttpHandlerOptions,
|
|
192
187
|
cb: (err: any, data?: CreateServiceCommandOutput) => void
|
|
193
188
|
): void;
|
|
194
|
-
|
|
195
189
|
createVpcConnector(
|
|
196
190
|
args: CreateVpcConnectorCommandInput,
|
|
197
191
|
options?: __HttpHandlerOptions
|
|
@@ -205,7 +199,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
205
199
|
options: __HttpHandlerOptions,
|
|
206
200
|
cb: (err: any, data?: CreateVpcConnectorCommandOutput) => void
|
|
207
201
|
): void;
|
|
208
|
-
|
|
209
202
|
deleteAutoScalingConfiguration(
|
|
210
203
|
args: DeleteAutoScalingConfigurationCommandInput,
|
|
211
204
|
options?: __HttpHandlerOptions
|
|
@@ -219,7 +212,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
219
212
|
options: __HttpHandlerOptions,
|
|
220
213
|
cb: (err: any, data?: DeleteAutoScalingConfigurationCommandOutput) => void
|
|
221
214
|
): void;
|
|
222
|
-
|
|
223
215
|
deleteConnection(
|
|
224
216
|
args: DeleteConnectionCommandInput,
|
|
225
217
|
options?: __HttpHandlerOptions
|
|
@@ -233,7 +225,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
233
225
|
options: __HttpHandlerOptions,
|
|
234
226
|
cb: (err: any, data?: DeleteConnectionCommandOutput) => void
|
|
235
227
|
): void;
|
|
236
|
-
|
|
237
228
|
deleteObservabilityConfiguration(
|
|
238
229
|
args: DeleteObservabilityConfigurationCommandInput,
|
|
239
230
|
options?: __HttpHandlerOptions
|
|
@@ -247,7 +238,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
247
238
|
options: __HttpHandlerOptions,
|
|
248
239
|
cb: (err: any, data?: DeleteObservabilityConfigurationCommandOutput) => void
|
|
249
240
|
): void;
|
|
250
|
-
|
|
251
241
|
deleteService(
|
|
252
242
|
args: DeleteServiceCommandInput,
|
|
253
243
|
options?: __HttpHandlerOptions
|
|
@@ -261,7 +251,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
261
251
|
options: __HttpHandlerOptions,
|
|
262
252
|
cb: (err: any, data?: DeleteServiceCommandOutput) => void
|
|
263
253
|
): void;
|
|
264
|
-
|
|
265
254
|
deleteVpcConnector(
|
|
266
255
|
args: DeleteVpcConnectorCommandInput,
|
|
267
256
|
options?: __HttpHandlerOptions
|
|
@@ -275,7 +264,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
275
264
|
options: __HttpHandlerOptions,
|
|
276
265
|
cb: (err: any, data?: DeleteVpcConnectorCommandOutput) => void
|
|
277
266
|
): void;
|
|
278
|
-
|
|
279
267
|
describeAutoScalingConfiguration(
|
|
280
268
|
args: DescribeAutoScalingConfigurationCommandInput,
|
|
281
269
|
options?: __HttpHandlerOptions
|
|
@@ -289,7 +277,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
289
277
|
options: __HttpHandlerOptions,
|
|
290
278
|
cb: (err: any, data?: DescribeAutoScalingConfigurationCommandOutput) => void
|
|
291
279
|
): void;
|
|
292
|
-
|
|
293
280
|
describeCustomDomains(
|
|
294
281
|
args: DescribeCustomDomainsCommandInput,
|
|
295
282
|
options?: __HttpHandlerOptions
|
|
@@ -303,7 +290,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
303
290
|
options: __HttpHandlerOptions,
|
|
304
291
|
cb: (err: any, data?: DescribeCustomDomainsCommandOutput) => void
|
|
305
292
|
): void;
|
|
306
|
-
|
|
307
293
|
describeObservabilityConfiguration(
|
|
308
294
|
args: DescribeObservabilityConfigurationCommandInput,
|
|
309
295
|
options?: __HttpHandlerOptions
|
|
@@ -323,7 +309,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
323
309
|
data?: DescribeObservabilityConfigurationCommandOutput
|
|
324
310
|
) => void
|
|
325
311
|
): void;
|
|
326
|
-
|
|
327
312
|
describeService(
|
|
328
313
|
args: DescribeServiceCommandInput,
|
|
329
314
|
options?: __HttpHandlerOptions
|
|
@@ -337,7 +322,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
337
322
|
options: __HttpHandlerOptions,
|
|
338
323
|
cb: (err: any, data?: DescribeServiceCommandOutput) => void
|
|
339
324
|
): void;
|
|
340
|
-
|
|
341
325
|
describeVpcConnector(
|
|
342
326
|
args: DescribeVpcConnectorCommandInput,
|
|
343
327
|
options?: __HttpHandlerOptions
|
|
@@ -351,7 +335,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
351
335
|
options: __HttpHandlerOptions,
|
|
352
336
|
cb: (err: any, data?: DescribeVpcConnectorCommandOutput) => void
|
|
353
337
|
): void;
|
|
354
|
-
|
|
355
338
|
disassociateCustomDomain(
|
|
356
339
|
args: DisassociateCustomDomainCommandInput,
|
|
357
340
|
options?: __HttpHandlerOptions
|
|
@@ -365,7 +348,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
365
348
|
options: __HttpHandlerOptions,
|
|
366
349
|
cb: (err: any, data?: DisassociateCustomDomainCommandOutput) => void
|
|
367
350
|
): void;
|
|
368
|
-
|
|
369
351
|
listAutoScalingConfigurations(
|
|
370
352
|
args: ListAutoScalingConfigurationsCommandInput,
|
|
371
353
|
options?: __HttpHandlerOptions
|
|
@@ -379,7 +361,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
379
361
|
options: __HttpHandlerOptions,
|
|
380
362
|
cb: (err: any, data?: ListAutoScalingConfigurationsCommandOutput) => void
|
|
381
363
|
): void;
|
|
382
|
-
|
|
383
364
|
listConnections(
|
|
384
365
|
args: ListConnectionsCommandInput,
|
|
385
366
|
options?: __HttpHandlerOptions
|
|
@@ -393,7 +374,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
393
374
|
options: __HttpHandlerOptions,
|
|
394
375
|
cb: (err: any, data?: ListConnectionsCommandOutput) => void
|
|
395
376
|
): void;
|
|
396
|
-
|
|
397
377
|
listObservabilityConfigurations(
|
|
398
378
|
args: ListObservabilityConfigurationsCommandInput,
|
|
399
379
|
options?: __HttpHandlerOptions
|
|
@@ -407,7 +387,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
407
387
|
options: __HttpHandlerOptions,
|
|
408
388
|
cb: (err: any, data?: ListObservabilityConfigurationsCommandOutput) => void
|
|
409
389
|
): void;
|
|
410
|
-
|
|
411
390
|
listOperations(
|
|
412
391
|
args: ListOperationsCommandInput,
|
|
413
392
|
options?: __HttpHandlerOptions
|
|
@@ -421,7 +400,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
421
400
|
options: __HttpHandlerOptions,
|
|
422
401
|
cb: (err: any, data?: ListOperationsCommandOutput) => void
|
|
423
402
|
): void;
|
|
424
|
-
|
|
425
403
|
listServices(
|
|
426
404
|
args: ListServicesCommandInput,
|
|
427
405
|
options?: __HttpHandlerOptions
|
|
@@ -435,7 +413,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
435
413
|
options: __HttpHandlerOptions,
|
|
436
414
|
cb: (err: any, data?: ListServicesCommandOutput) => void
|
|
437
415
|
): void;
|
|
438
|
-
|
|
439
416
|
listTagsForResource(
|
|
440
417
|
args: ListTagsForResourceCommandInput,
|
|
441
418
|
options?: __HttpHandlerOptions
|
|
@@ -449,7 +426,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
449
426
|
options: __HttpHandlerOptions,
|
|
450
427
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
451
428
|
): void;
|
|
452
|
-
|
|
453
429
|
listVpcConnectors(
|
|
454
430
|
args: ListVpcConnectorsCommandInput,
|
|
455
431
|
options?: __HttpHandlerOptions
|
|
@@ -463,7 +439,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
463
439
|
options: __HttpHandlerOptions,
|
|
464
440
|
cb: (err: any, data?: ListVpcConnectorsCommandOutput) => void
|
|
465
441
|
): void;
|
|
466
|
-
|
|
467
442
|
pauseService(
|
|
468
443
|
args: PauseServiceCommandInput,
|
|
469
444
|
options?: __HttpHandlerOptions
|
|
@@ -477,7 +452,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
477
452
|
options: __HttpHandlerOptions,
|
|
478
453
|
cb: (err: any, data?: PauseServiceCommandOutput) => void
|
|
479
454
|
): void;
|
|
480
|
-
|
|
481
455
|
resumeService(
|
|
482
456
|
args: ResumeServiceCommandInput,
|
|
483
457
|
options?: __HttpHandlerOptions
|
|
@@ -491,7 +465,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
491
465
|
options: __HttpHandlerOptions,
|
|
492
466
|
cb: (err: any, data?: ResumeServiceCommandOutput) => void
|
|
493
467
|
): void;
|
|
494
|
-
|
|
495
468
|
startDeployment(
|
|
496
469
|
args: StartDeploymentCommandInput,
|
|
497
470
|
options?: __HttpHandlerOptions
|
|
@@ -505,7 +478,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
505
478
|
options: __HttpHandlerOptions,
|
|
506
479
|
cb: (err: any, data?: StartDeploymentCommandOutput) => void
|
|
507
480
|
): void;
|
|
508
|
-
|
|
509
481
|
tagResource(
|
|
510
482
|
args: TagResourceCommandInput,
|
|
511
483
|
options?: __HttpHandlerOptions
|
|
@@ -519,7 +491,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
519
491
|
options: __HttpHandlerOptions,
|
|
520
492
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
521
493
|
): void;
|
|
522
|
-
|
|
523
494
|
untagResource(
|
|
524
495
|
args: UntagResourceCommandInput,
|
|
525
496
|
options?: __HttpHandlerOptions
|
|
@@ -533,7 +504,6 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
533
504
|
options: __HttpHandlerOptions,
|
|
534
505
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
535
506
|
): void;
|
|
536
|
-
|
|
537
507
|
updateService(
|
|
538
508
|
args: UpdateServiceCommandInput,
|
|
539
509
|
options?: __HttpHandlerOptions
|
|
@@ -227,47 +227,26 @@ export declare type ServiceOutputTypes =
|
|
|
227
227
|
export interface ClientDefaults
|
|
228
228
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
229
229
|
requestHandler?: __HttpHandler;
|
|
230
|
-
|
|
231
230
|
sha256?: __HashConstructor;
|
|
232
|
-
|
|
233
231
|
urlParser?: __UrlParser;
|
|
234
|
-
|
|
235
232
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
236
|
-
|
|
237
233
|
streamCollector?: __StreamCollector;
|
|
238
|
-
|
|
239
234
|
base64Decoder?: __Decoder;
|
|
240
|
-
|
|
241
235
|
base64Encoder?: __Encoder;
|
|
242
|
-
|
|
243
236
|
utf8Decoder?: __Decoder;
|
|
244
|
-
|
|
245
237
|
utf8Encoder?: __Encoder;
|
|
246
|
-
|
|
247
238
|
runtime?: string;
|
|
248
|
-
|
|
249
239
|
disableHostPrefix?: boolean;
|
|
250
|
-
|
|
251
240
|
maxAttempts?: number | __Provider<number>;
|
|
252
|
-
|
|
253
241
|
retryMode?: string | __Provider<string>;
|
|
254
|
-
|
|
255
242
|
logger?: __Logger;
|
|
256
|
-
|
|
257
243
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
258
|
-
|
|
259
244
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
260
|
-
|
|
261
245
|
serviceId?: string;
|
|
262
|
-
|
|
263
246
|
region?: string | __Provider<string>;
|
|
264
|
-
|
|
265
247
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
266
|
-
|
|
267
248
|
regionInfoProvider?: RegionInfoProvider;
|
|
268
|
-
|
|
269
249
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
270
|
-
|
|
271
250
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
272
251
|
}
|
|
273
252
|
declare type AppRunnerClientConfigType = Partial<
|
|
@@ -280,7 +259,6 @@ declare type AppRunnerClientConfigType = Partial<
|
|
|
280
259
|
HostHeaderInputConfig &
|
|
281
260
|
AwsAuthInputConfig &
|
|
282
261
|
UserAgentInputConfig;
|
|
283
|
-
|
|
284
262
|
export interface AppRunnerClientConfig extends AppRunnerClientConfigType {}
|
|
285
263
|
declare type AppRunnerClientResolvedConfigType =
|
|
286
264
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -291,10 +269,8 @@ declare type AppRunnerClientResolvedConfigType =
|
|
|
291
269
|
HostHeaderResolvedConfig &
|
|
292
270
|
AwsAuthResolvedConfig &
|
|
293
271
|
UserAgentResolvedConfig;
|
|
294
|
-
|
|
295
272
|
export interface AppRunnerClientResolvedConfig
|
|
296
273
|
extends AppRunnerClientResolvedConfigType {}
|
|
297
|
-
|
|
298
274
|
export declare class AppRunnerClient extends __Client<
|
|
299
275
|
__HttpHandlerOptions,
|
|
300
276
|
ServiceInputTypes,
|
|
@@ -303,7 +279,6 @@ export declare class AppRunnerClient extends __Client<
|
|
|
303
279
|
> {
|
|
304
280
|
readonly config: AppRunnerClientResolvedConfig;
|
|
305
281
|
constructor(configuration: AppRunnerClientConfig);
|
|
306
|
-
|
|
307
282
|
destroy(): void;
|
|
308
283
|
}
|
|
309
284
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface AssociateCustomDomainCommandInput
|
|
|
19
19
|
export interface AssociateCustomDomainCommandOutput
|
|
20
20
|
extends AssociateCustomDomainResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AssociateCustomDomainCommand extends $Command<
|
|
24
23
|
AssociateCustomDomainCommandInput,
|
|
25
24
|
AssociateCustomDomainCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AssociateCustomDomainCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AssociateCustomDomainCommandInput;
|
|
29
28
|
constructor(input: AssociateCustomDomainCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateAutoScalingConfigurationCommandInput
|
|
|
19
19
|
export interface CreateAutoScalingConfigurationCommandOutput
|
|
20
20
|
extends CreateAutoScalingConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateAutoScalingConfigurationCommand extends $Command<
|
|
24
23
|
CreateAutoScalingConfigurationCommandInput,
|
|
25
24
|
CreateAutoScalingConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateAutoScalingConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateAutoScalingConfigurationCommandInput;
|
|
29
28
|
constructor(input: CreateAutoScalingConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateConnectionCommandInput extends CreateConnectionRequest {}
|
|
|
18
18
|
export interface CreateConnectionCommandOutput
|
|
19
19
|
extends CreateConnectionResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateConnectionCommand extends $Command<
|
|
23
22
|
CreateConnectionCommandInput,
|
|
24
23
|
CreateConnectionCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateConnectionCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateConnectionCommandInput;
|
|
28
27
|
constructor(input: CreateConnectionCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateObservabilityConfigurationCommandInput
|
|
|
19
19
|
export interface CreateObservabilityConfigurationCommandOutput
|
|
20
20
|
extends CreateObservabilityConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateObservabilityConfigurationCommand extends $Command<
|
|
24
23
|
CreateObservabilityConfigurationCommandInput,
|
|
25
24
|
CreateObservabilityConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateObservabilityConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateObservabilityConfigurationCommandInput;
|
|
29
28
|
constructor(input: CreateObservabilityConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateServiceCommandInput extends CreateServiceRequest {}
|
|
|
18
18
|
export interface CreateServiceCommandOutput
|
|
19
19
|
extends CreateServiceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateServiceCommand extends $Command<
|
|
23
22
|
CreateServiceCommandInput,
|
|
24
23
|
CreateServiceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateServiceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateServiceCommandInput;
|
|
28
27
|
constructor(input: CreateServiceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateVpcConnectorCommandInput
|
|
|
19
19
|
export interface CreateVpcConnectorCommandOutput
|
|
20
20
|
extends CreateVpcConnectorResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateVpcConnectorCommand extends $Command<
|
|
24
23
|
CreateVpcConnectorCommandInput,
|
|
25
24
|
CreateVpcConnectorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateVpcConnectorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateVpcConnectorCommandInput;
|
|
29
28
|
constructor(input: CreateVpcConnectorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteAutoScalingConfigurationCommandInput
|
|
|
19
19
|
export interface DeleteAutoScalingConfigurationCommandOutput
|
|
20
20
|
extends DeleteAutoScalingConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteAutoScalingConfigurationCommand extends $Command<
|
|
24
23
|
DeleteAutoScalingConfigurationCommandInput,
|
|
25
24
|
DeleteAutoScalingConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteAutoScalingConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteAutoScalingConfigurationCommandInput;
|
|
29
28
|
constructor(input: DeleteAutoScalingConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteConnectionCommandInput extends DeleteConnectionRequest {}
|
|
|
18
18
|
export interface DeleteConnectionCommandOutput
|
|
19
19
|
extends DeleteConnectionResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteConnectionCommand extends $Command<
|
|
23
22
|
DeleteConnectionCommandInput,
|
|
24
23
|
DeleteConnectionCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteConnectionCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteConnectionCommandInput;
|
|
28
27
|
constructor(input: DeleteConnectionCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteObservabilityConfigurationCommandInput
|
|
|
19
19
|
export interface DeleteObservabilityConfigurationCommandOutput
|
|
20
20
|
extends DeleteObservabilityConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteObservabilityConfigurationCommand extends $Command<
|
|
24
23
|
DeleteObservabilityConfigurationCommandInput,
|
|
25
24
|
DeleteObservabilityConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteObservabilityConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteObservabilityConfigurationCommandInput;
|
|
29
28
|
constructor(input: DeleteObservabilityConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteServiceCommandInput extends DeleteServiceRequest {}
|
|
|
18
18
|
export interface DeleteServiceCommandOutput
|
|
19
19
|
extends DeleteServiceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteServiceCommand extends $Command<
|
|
23
22
|
DeleteServiceCommandInput,
|
|
24
23
|
DeleteServiceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteServiceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteServiceCommandInput;
|
|
28
27
|
constructor(input: DeleteServiceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteVpcConnectorCommandInput
|
|
|
19
19
|
export interface DeleteVpcConnectorCommandOutput
|
|
20
20
|
extends DeleteVpcConnectorResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteVpcConnectorCommand extends $Command<
|
|
24
23
|
DeleteVpcConnectorCommandInput,
|
|
25
24
|
DeleteVpcConnectorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteVpcConnectorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteVpcConnectorCommandInput;
|
|
29
28
|
constructor(input: DeleteVpcConnectorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeAutoScalingConfigurationCommandInput
|
|
|
19
19
|
export interface DescribeAutoScalingConfigurationCommandOutput
|
|
20
20
|
extends DescribeAutoScalingConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeAutoScalingConfigurationCommand extends $Command<
|
|
24
23
|
DescribeAutoScalingConfigurationCommandInput,
|
|
25
24
|
DescribeAutoScalingConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeAutoScalingConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeAutoScalingConfigurationCommandInput;
|
|
29
28
|
constructor(input: DescribeAutoScalingConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeCustomDomainsCommandInput
|
|
|
19
19
|
export interface DescribeCustomDomainsCommandOutput
|
|
20
20
|
extends DescribeCustomDomainsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeCustomDomainsCommand extends $Command<
|
|
24
23
|
DescribeCustomDomainsCommandInput,
|
|
25
24
|
DescribeCustomDomainsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeCustomDomainsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeCustomDomainsCommandInput;
|
|
29
28
|
constructor(input: DescribeCustomDomainsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeObservabilityConfigurationCommandInput
|
|
|
19
19
|
export interface DescribeObservabilityConfigurationCommandOutput
|
|
20
20
|
extends DescribeObservabilityConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeObservabilityConfigurationCommand extends $Command<
|
|
24
23
|
DescribeObservabilityConfigurationCommandInput,
|
|
25
24
|
DescribeObservabilityConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeObservabilityConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeObservabilityConfigurationCommandInput;
|
|
29
28
|
constructor(input: DescribeObservabilityConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeServiceCommandInput extends DescribeServiceRequest {}
|
|
|
18
18
|
export interface DescribeServiceCommandOutput
|
|
19
19
|
extends DescribeServiceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeServiceCommand extends $Command<
|
|
23
22
|
DescribeServiceCommandInput,
|
|
24
23
|
DescribeServiceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeServiceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeServiceCommandInput;
|
|
28
27
|
constructor(input: DescribeServiceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeVpcConnectorCommandInput
|
|
|
19
19
|
export interface DescribeVpcConnectorCommandOutput
|
|
20
20
|
extends DescribeVpcConnectorResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeVpcConnectorCommand extends $Command<
|
|
24
23
|
DescribeVpcConnectorCommandInput,
|
|
25
24
|
DescribeVpcConnectorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeVpcConnectorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeVpcConnectorCommandInput;
|
|
29
28
|
constructor(input: DescribeVpcConnectorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateCustomDomainCommandInput
|
|
|
19
19
|
export interface DisassociateCustomDomainCommandOutput
|
|
20
20
|
extends DisassociateCustomDomainResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateCustomDomainCommand extends $Command<
|
|
24
23
|
DisassociateCustomDomainCommandInput,
|
|
25
24
|
DisassociateCustomDomainCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateCustomDomainCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateCustomDomainCommandInput;
|
|
29
28
|
constructor(input: DisassociateCustomDomainCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAutoScalingConfigurationsCommandInput
|
|
|
19
19
|
export interface ListAutoScalingConfigurationsCommandOutput
|
|
20
20
|
extends ListAutoScalingConfigurationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAutoScalingConfigurationsCommand extends $Command<
|
|
24
23
|
ListAutoScalingConfigurationsCommandInput,
|
|
25
24
|
ListAutoScalingConfigurationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAutoScalingConfigurationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAutoScalingConfigurationsCommandInput;
|
|
29
28
|
constructor(input: ListAutoScalingConfigurationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListConnectionsCommandInput extends ListConnectionsRequest {}
|
|
|
18
18
|
export interface ListConnectionsCommandOutput
|
|
19
19
|
extends ListConnectionsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListConnectionsCommand extends $Command<
|
|
23
22
|
ListConnectionsCommandInput,
|
|
24
23
|
ListConnectionsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListConnectionsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListConnectionsCommandInput;
|
|
28
27
|
constructor(input: ListConnectionsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListObservabilityConfigurationsCommandInput
|
|
|
19
19
|
export interface ListObservabilityConfigurationsCommandOutput
|
|
20
20
|
extends ListObservabilityConfigurationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListObservabilityConfigurationsCommand extends $Command<
|
|
24
23
|
ListObservabilityConfigurationsCommandInput,
|
|
25
24
|
ListObservabilityConfigurationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListObservabilityConfigurationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListObservabilityConfigurationsCommandInput;
|
|
29
28
|
constructor(input: ListObservabilityConfigurationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListOperationsCommandInput extends ListOperationsRequest {}
|
|
|
18
18
|
export interface ListOperationsCommandOutput
|
|
19
19
|
extends ListOperationsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListOperationsCommand extends $Command<
|
|
23
22
|
ListOperationsCommandInput,
|
|
24
23
|
ListOperationsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListOperationsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListOperationsCommandInput;
|
|
28
27
|
constructor(input: ListOperationsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppRunnerClientResolvedConfig,
|