@aws-sdk/client-apprunner 3.296.0 → 3.298.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/commands/AssociateCustomDomainCommand.js +2 -3
- package/dist-cjs/commands/CreateAutoScalingConfigurationCommand.js +2 -3
- package/dist-cjs/commands/CreateConnectionCommand.js +2 -3
- package/dist-cjs/commands/CreateObservabilityConfigurationCommand.js +2 -3
- package/dist-cjs/commands/CreateVpcConnectorCommand.js +2 -3
- package/dist-cjs/commands/CreateVpcIngressConnectionCommand.js +2 -3
- package/dist-cjs/commands/DeleteAutoScalingConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DeleteConnectionCommand.js +2 -3
- package/dist-cjs/commands/DeleteObservabilityConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DeleteServiceCommand.js +1 -1
- package/dist-cjs/commands/DeleteVpcConnectorCommand.js +2 -3
- package/dist-cjs/commands/DeleteVpcIngressConnectionCommand.js +2 -3
- package/dist-cjs/commands/DescribeAutoScalingConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DescribeCustomDomainsCommand.js +2 -3
- package/dist-cjs/commands/DescribeObservabilityConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DescribeServiceCommand.js +1 -1
- package/dist-cjs/commands/DescribeVpcConnectorCommand.js +2 -3
- package/dist-cjs/commands/DescribeVpcIngressConnectionCommand.js +2 -3
- package/dist-cjs/commands/DisassociateCustomDomainCommand.js +2 -3
- package/dist-cjs/commands/ListAutoScalingConfigurationsCommand.js +2 -3
- package/dist-cjs/commands/ListConnectionsCommand.js +2 -3
- package/dist-cjs/commands/ListObservabilityConfigurationsCommand.js +2 -3
- package/dist-cjs/commands/ListOperationsCommand.js +2 -3
- package/dist-cjs/commands/ListServicesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListVpcConnectorsCommand.js +2 -3
- package/dist-cjs/commands/ListVpcIngressConnectionsCommand.js +2 -3
- package/dist-cjs/commands/PauseServiceCommand.js +1 -1
- package/dist-cjs/commands/ResumeServiceCommand.js +1 -1
- package/dist-cjs/commands/StartDeploymentCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateVpcIngressConnectionCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -359
- package/dist-es/commands/AssociateCustomDomainCommand.js +2 -3
- package/dist-es/commands/CreateAutoScalingConfigurationCommand.js +2 -3
- package/dist-es/commands/CreateConnectionCommand.js +2 -3
- package/dist-es/commands/CreateObservabilityConfigurationCommand.js +2 -3
- package/dist-es/commands/CreateVpcConnectorCommand.js +2 -3
- package/dist-es/commands/CreateVpcIngressConnectionCommand.js +2 -3
- package/dist-es/commands/DeleteAutoScalingConfigurationCommand.js +2 -3
- package/dist-es/commands/DeleteConnectionCommand.js +2 -3
- package/dist-es/commands/DeleteObservabilityConfigurationCommand.js +2 -3
- package/dist-es/commands/DeleteServiceCommand.js +2 -2
- package/dist-es/commands/DeleteVpcConnectorCommand.js +2 -3
- package/dist-es/commands/DeleteVpcIngressConnectionCommand.js +2 -3
- package/dist-es/commands/DescribeAutoScalingConfigurationCommand.js +2 -3
- package/dist-es/commands/DescribeCustomDomainsCommand.js +2 -3
- package/dist-es/commands/DescribeObservabilityConfigurationCommand.js +2 -3
- package/dist-es/commands/DescribeServiceCommand.js +2 -2
- package/dist-es/commands/DescribeVpcConnectorCommand.js +2 -3
- package/dist-es/commands/DescribeVpcIngressConnectionCommand.js +2 -3
- package/dist-es/commands/DisassociateCustomDomainCommand.js +2 -3
- package/dist-es/commands/ListAutoScalingConfigurationsCommand.js +2 -3
- package/dist-es/commands/ListConnectionsCommand.js +2 -3
- package/dist-es/commands/ListObservabilityConfigurationsCommand.js +2 -3
- package/dist-es/commands/ListOperationsCommand.js +2 -3
- package/dist-es/commands/ListServicesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListVpcConnectorsCommand.js +2 -3
- package/dist-es/commands/ListVpcIngressConnectionsCommand.js +2 -3
- package/dist-es/commands/PauseServiceCommand.js +2 -2
- package/dist-es/commands/ResumeServiceCommand.js +2 -2
- package/dist-es/commands/StartDeploymentCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateVpcIngressConnectionCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -267
- package/dist-types/AppRunner.d.ts +36 -0
- package/dist-types/AppRunnerClient.d.ts +24 -4
- package/dist-types/commands/AssociateCustomDomainCommand.d.ts +16 -0
- package/dist-types/commands/CreateAutoScalingConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateObservabilityConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpcConnectorCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpcIngressConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAutoScalingConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteObservabilityConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpcConnectorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpcIngressConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAutoScalingConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomDomainsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeObservabilityConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeServiceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcConnectorCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcIngressConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateCustomDomainCommand.d.ts +16 -0
- package/dist-types/commands/ListAutoScalingConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/ListConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/ListObservabilityConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/ListOperationsCommand.d.ts +16 -0
- package/dist-types/commands/ListServicesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListVpcConnectorsCommand.d.ts +16 -0
- package/dist-types/commands/ListVpcIngressConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/PauseServiceCommand.d.ts +16 -0
- package/dist-types/commands/ResumeServiceCommand.d.ts +16 -0
- package/dist-types/commands/StartDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateVpcIngressConnectionCommand.d.ts +16 -0
- package/dist-types/models/AppRunnerServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +303 -356
- package/dist-types/pagination/DescribeCustomDomainsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAutoScalingConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListConnectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListObservabilityConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListOperationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListServicesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVpcConnectorsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVpcIngressConnectionsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -257
- package/package.json +4 -3
|
@@ -187,78 +187,6 @@ export var OperationType;
|
|
|
187
187
|
OperationType["START_DEPLOYMENT"] = "START_DEPLOYMENT";
|
|
188
188
|
OperationType["UPDATE_SERVICE"] = "UPDATE_SERVICE";
|
|
189
189
|
})(OperationType || (OperationType = {}));
|
|
190
|
-
export const AssociateCustomDomainRequestFilterSensitiveLog = (obj) => ({
|
|
191
|
-
...obj,
|
|
192
|
-
});
|
|
193
|
-
export const CertificateValidationRecordFilterSensitiveLog = (obj) => ({
|
|
194
|
-
...obj,
|
|
195
|
-
});
|
|
196
|
-
export const CustomDomainFilterSensitiveLog = (obj) => ({
|
|
197
|
-
...obj,
|
|
198
|
-
});
|
|
199
|
-
export const VpcDNSTargetFilterSensitiveLog = (obj) => ({
|
|
200
|
-
...obj,
|
|
201
|
-
});
|
|
202
|
-
export const AssociateCustomDomainResponseFilterSensitiveLog = (obj) => ({
|
|
203
|
-
...obj,
|
|
204
|
-
});
|
|
205
|
-
export const TagFilterSensitiveLog = (obj) => ({
|
|
206
|
-
...obj,
|
|
207
|
-
});
|
|
208
|
-
export const CreateAutoScalingConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
209
|
-
...obj,
|
|
210
|
-
});
|
|
211
|
-
export const AutoScalingConfigurationFilterSensitiveLog = (obj) => ({
|
|
212
|
-
...obj,
|
|
213
|
-
});
|
|
214
|
-
export const CreateAutoScalingConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
215
|
-
...obj,
|
|
216
|
-
});
|
|
217
|
-
export const CreateConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
218
|
-
...obj,
|
|
219
|
-
});
|
|
220
|
-
export const ConnectionFilterSensitiveLog = (obj) => ({
|
|
221
|
-
...obj,
|
|
222
|
-
});
|
|
223
|
-
export const CreateConnectionResponseFilterSensitiveLog = (obj) => ({
|
|
224
|
-
...obj,
|
|
225
|
-
});
|
|
226
|
-
export const TraceConfigurationFilterSensitiveLog = (obj) => ({
|
|
227
|
-
...obj,
|
|
228
|
-
});
|
|
229
|
-
export const CreateObservabilityConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
230
|
-
...obj,
|
|
231
|
-
});
|
|
232
|
-
export const ObservabilityConfigurationFilterSensitiveLog = (obj) => ({
|
|
233
|
-
...obj,
|
|
234
|
-
});
|
|
235
|
-
export const CreateObservabilityConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
236
|
-
...obj,
|
|
237
|
-
});
|
|
238
|
-
export const EncryptionConfigurationFilterSensitiveLog = (obj) => ({
|
|
239
|
-
...obj,
|
|
240
|
-
});
|
|
241
|
-
export const HealthCheckConfigurationFilterSensitiveLog = (obj) => ({
|
|
242
|
-
...obj,
|
|
243
|
-
});
|
|
244
|
-
export const InstanceConfigurationFilterSensitiveLog = (obj) => ({
|
|
245
|
-
...obj,
|
|
246
|
-
});
|
|
247
|
-
export const EgressConfigurationFilterSensitiveLog = (obj) => ({
|
|
248
|
-
...obj,
|
|
249
|
-
});
|
|
250
|
-
export const IngressConfigurationFilterSensitiveLog = (obj) => ({
|
|
251
|
-
...obj,
|
|
252
|
-
});
|
|
253
|
-
export const NetworkConfigurationFilterSensitiveLog = (obj) => ({
|
|
254
|
-
...obj,
|
|
255
|
-
});
|
|
256
|
-
export const ServiceObservabilityConfigurationFilterSensitiveLog = (obj) => ({
|
|
257
|
-
...obj,
|
|
258
|
-
});
|
|
259
|
-
export const AuthenticationConfigurationFilterSensitiveLog = (obj) => ({
|
|
260
|
-
...obj,
|
|
261
|
-
});
|
|
262
190
|
export const CodeConfigurationValuesFilterSensitiveLog = (obj) => ({
|
|
263
191
|
...obj,
|
|
264
192
|
...(obj.BuildCommand && { BuildCommand: SENSITIVE_STRING }),
|
|
@@ -272,9 +200,6 @@ export const CodeConfigurationFilterSensitiveLog = (obj) => ({
|
|
|
272
200
|
CodeConfigurationValues: CodeConfigurationValuesFilterSensitiveLog(obj.CodeConfigurationValues),
|
|
273
201
|
}),
|
|
274
202
|
});
|
|
275
|
-
export const SourceCodeVersionFilterSensitiveLog = (obj) => ({
|
|
276
|
-
...obj,
|
|
277
|
-
});
|
|
278
203
|
export const CodeRepositoryFilterSensitiveLog = (obj) => ({
|
|
279
204
|
...obj,
|
|
280
205
|
...(obj.CodeConfiguration && { CodeConfiguration: CodeConfigurationFilterSensitiveLog(obj.CodeConfiguration) }),
|
|
@@ -300,9 +225,6 @@ export const CreateServiceRequestFilterSensitiveLog = (obj) => ({
|
|
|
300
225
|
SourceConfiguration: SourceConfigurationFilterSensitiveLog(obj.SourceConfiguration),
|
|
301
226
|
}),
|
|
302
227
|
});
|
|
303
|
-
export const AutoScalingConfigurationSummaryFilterSensitiveLog = (obj) => ({
|
|
304
|
-
...obj,
|
|
305
|
-
});
|
|
306
228
|
export const ServiceFilterSensitiveLog = (obj) => ({
|
|
307
229
|
...obj,
|
|
308
230
|
...(obj.SourceConfiguration && {
|
|
@@ -313,205 +235,22 @@ export const CreateServiceResponseFilterSensitiveLog = (obj) => ({
|
|
|
313
235
|
...obj,
|
|
314
236
|
...(obj.Service && { Service: ServiceFilterSensitiveLog(obj.Service) }),
|
|
315
237
|
});
|
|
316
|
-
export const CreateVpcConnectorRequestFilterSensitiveLog = (obj) => ({
|
|
317
|
-
...obj,
|
|
318
|
-
});
|
|
319
|
-
export const VpcConnectorFilterSensitiveLog = (obj) => ({
|
|
320
|
-
...obj,
|
|
321
|
-
});
|
|
322
|
-
export const CreateVpcConnectorResponseFilterSensitiveLog = (obj) => ({
|
|
323
|
-
...obj,
|
|
324
|
-
});
|
|
325
|
-
export const IngressVpcConfigurationFilterSensitiveLog = (obj) => ({
|
|
326
|
-
...obj,
|
|
327
|
-
});
|
|
328
|
-
export const CreateVpcIngressConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
329
|
-
...obj,
|
|
330
|
-
});
|
|
331
|
-
export const VpcIngressConnectionFilterSensitiveLog = (obj) => ({
|
|
332
|
-
...obj,
|
|
333
|
-
});
|
|
334
|
-
export const CreateVpcIngressConnectionResponseFilterSensitiveLog = (obj) => ({
|
|
335
|
-
...obj,
|
|
336
|
-
});
|
|
337
|
-
export const DeleteAutoScalingConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
338
|
-
...obj,
|
|
339
|
-
});
|
|
340
|
-
export const DeleteAutoScalingConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
341
|
-
...obj,
|
|
342
|
-
});
|
|
343
|
-
export const DeleteConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
344
|
-
...obj,
|
|
345
|
-
});
|
|
346
|
-
export const DeleteConnectionResponseFilterSensitiveLog = (obj) => ({
|
|
347
|
-
...obj,
|
|
348
|
-
});
|
|
349
|
-
export const DeleteObservabilityConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
350
|
-
...obj,
|
|
351
|
-
});
|
|
352
|
-
export const DeleteObservabilityConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
353
|
-
...obj,
|
|
354
|
-
});
|
|
355
|
-
export const DeleteServiceRequestFilterSensitiveLog = (obj) => ({
|
|
356
|
-
...obj,
|
|
357
|
-
});
|
|
358
238
|
export const DeleteServiceResponseFilterSensitiveLog = (obj) => ({
|
|
359
239
|
...obj,
|
|
360
240
|
...(obj.Service && { Service: ServiceFilterSensitiveLog(obj.Service) }),
|
|
361
241
|
});
|
|
362
|
-
export const DeleteVpcConnectorRequestFilterSensitiveLog = (obj) => ({
|
|
363
|
-
...obj,
|
|
364
|
-
});
|
|
365
|
-
export const DeleteVpcConnectorResponseFilterSensitiveLog = (obj) => ({
|
|
366
|
-
...obj,
|
|
367
|
-
});
|
|
368
|
-
export const DeleteVpcIngressConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
369
|
-
...obj,
|
|
370
|
-
});
|
|
371
|
-
export const DeleteVpcIngressConnectionResponseFilterSensitiveLog = (obj) => ({
|
|
372
|
-
...obj,
|
|
373
|
-
});
|
|
374
|
-
export const DescribeAutoScalingConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
375
|
-
...obj,
|
|
376
|
-
});
|
|
377
|
-
export const DescribeAutoScalingConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
378
|
-
...obj,
|
|
379
|
-
});
|
|
380
|
-
export const DescribeCustomDomainsRequestFilterSensitiveLog = (obj) => ({
|
|
381
|
-
...obj,
|
|
382
|
-
});
|
|
383
|
-
export const DescribeCustomDomainsResponseFilterSensitiveLog = (obj) => ({
|
|
384
|
-
...obj,
|
|
385
|
-
});
|
|
386
|
-
export const DescribeObservabilityConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
387
|
-
...obj,
|
|
388
|
-
});
|
|
389
|
-
export const DescribeObservabilityConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
390
|
-
...obj,
|
|
391
|
-
});
|
|
392
|
-
export const DescribeServiceRequestFilterSensitiveLog = (obj) => ({
|
|
393
|
-
...obj,
|
|
394
|
-
});
|
|
395
242
|
export const DescribeServiceResponseFilterSensitiveLog = (obj) => ({
|
|
396
243
|
...obj,
|
|
397
244
|
...(obj.Service && { Service: ServiceFilterSensitiveLog(obj.Service) }),
|
|
398
245
|
});
|
|
399
|
-
export const DescribeVpcConnectorRequestFilterSensitiveLog = (obj) => ({
|
|
400
|
-
...obj,
|
|
401
|
-
});
|
|
402
|
-
export const DescribeVpcConnectorResponseFilterSensitiveLog = (obj) => ({
|
|
403
|
-
...obj,
|
|
404
|
-
});
|
|
405
|
-
export const DescribeVpcIngressConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
406
|
-
...obj,
|
|
407
|
-
});
|
|
408
|
-
export const DescribeVpcIngressConnectionResponseFilterSensitiveLog = (obj) => ({
|
|
409
|
-
...obj,
|
|
410
|
-
});
|
|
411
|
-
export const DisassociateCustomDomainRequestFilterSensitiveLog = (obj) => ({
|
|
412
|
-
...obj,
|
|
413
|
-
});
|
|
414
|
-
export const DisassociateCustomDomainResponseFilterSensitiveLog = (obj) => ({
|
|
415
|
-
...obj,
|
|
416
|
-
});
|
|
417
|
-
export const ListAutoScalingConfigurationsRequestFilterSensitiveLog = (obj) => ({
|
|
418
|
-
...obj,
|
|
419
|
-
});
|
|
420
|
-
export const ListAutoScalingConfigurationsResponseFilterSensitiveLog = (obj) => ({
|
|
421
|
-
...obj,
|
|
422
|
-
});
|
|
423
|
-
export const ListConnectionsRequestFilterSensitiveLog = (obj) => ({
|
|
424
|
-
...obj,
|
|
425
|
-
});
|
|
426
|
-
export const ConnectionSummaryFilterSensitiveLog = (obj) => ({
|
|
427
|
-
...obj,
|
|
428
|
-
});
|
|
429
|
-
export const ListConnectionsResponseFilterSensitiveLog = (obj) => ({
|
|
430
|
-
...obj,
|
|
431
|
-
});
|
|
432
|
-
export const ListObservabilityConfigurationsRequestFilterSensitiveLog = (obj) => ({
|
|
433
|
-
...obj,
|
|
434
|
-
});
|
|
435
|
-
export const ObservabilityConfigurationSummaryFilterSensitiveLog = (obj) => ({
|
|
436
|
-
...obj,
|
|
437
|
-
});
|
|
438
|
-
export const ListObservabilityConfigurationsResponseFilterSensitiveLog = (obj) => ({
|
|
439
|
-
...obj,
|
|
440
|
-
});
|
|
441
|
-
export const ListOperationsRequestFilterSensitiveLog = (obj) => ({
|
|
442
|
-
...obj,
|
|
443
|
-
});
|
|
444
|
-
export const OperationSummaryFilterSensitiveLog = (obj) => ({
|
|
445
|
-
...obj,
|
|
446
|
-
});
|
|
447
|
-
export const ListOperationsResponseFilterSensitiveLog = (obj) => ({
|
|
448
|
-
...obj,
|
|
449
|
-
});
|
|
450
|
-
export const ListServicesRequestFilterSensitiveLog = (obj) => ({
|
|
451
|
-
...obj,
|
|
452
|
-
});
|
|
453
|
-
export const ServiceSummaryFilterSensitiveLog = (obj) => ({
|
|
454
|
-
...obj,
|
|
455
|
-
});
|
|
456
|
-
export const ListServicesResponseFilterSensitiveLog = (obj) => ({
|
|
457
|
-
...obj,
|
|
458
|
-
});
|
|
459
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
460
|
-
...obj,
|
|
461
|
-
});
|
|
462
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
463
|
-
...obj,
|
|
464
|
-
});
|
|
465
|
-
export const ListVpcConnectorsRequestFilterSensitiveLog = (obj) => ({
|
|
466
|
-
...obj,
|
|
467
|
-
});
|
|
468
|
-
export const ListVpcConnectorsResponseFilterSensitiveLog = (obj) => ({
|
|
469
|
-
...obj,
|
|
470
|
-
});
|
|
471
|
-
export const ListVpcIngressConnectionsFilterFilterSensitiveLog = (obj) => ({
|
|
472
|
-
...obj,
|
|
473
|
-
});
|
|
474
|
-
export const ListVpcIngressConnectionsRequestFilterSensitiveLog = (obj) => ({
|
|
475
|
-
...obj,
|
|
476
|
-
});
|
|
477
|
-
export const VpcIngressConnectionSummaryFilterSensitiveLog = (obj) => ({
|
|
478
|
-
...obj,
|
|
479
|
-
});
|
|
480
|
-
export const ListVpcIngressConnectionsResponseFilterSensitiveLog = (obj) => ({
|
|
481
|
-
...obj,
|
|
482
|
-
});
|
|
483
|
-
export const PauseServiceRequestFilterSensitiveLog = (obj) => ({
|
|
484
|
-
...obj,
|
|
485
|
-
});
|
|
486
246
|
export const PauseServiceResponseFilterSensitiveLog = (obj) => ({
|
|
487
247
|
...obj,
|
|
488
248
|
...(obj.Service && { Service: ServiceFilterSensitiveLog(obj.Service) }),
|
|
489
249
|
});
|
|
490
|
-
export const ResumeServiceRequestFilterSensitiveLog = (obj) => ({
|
|
491
|
-
...obj,
|
|
492
|
-
});
|
|
493
250
|
export const ResumeServiceResponseFilterSensitiveLog = (obj) => ({
|
|
494
251
|
...obj,
|
|
495
252
|
...(obj.Service && { Service: ServiceFilterSensitiveLog(obj.Service) }),
|
|
496
253
|
});
|
|
497
|
-
export const StartDeploymentRequestFilterSensitiveLog = (obj) => ({
|
|
498
|
-
...obj,
|
|
499
|
-
});
|
|
500
|
-
export const StartDeploymentResponseFilterSensitiveLog = (obj) => ({
|
|
501
|
-
...obj,
|
|
502
|
-
});
|
|
503
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
504
|
-
...obj,
|
|
505
|
-
});
|
|
506
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
507
|
-
...obj,
|
|
508
|
-
});
|
|
509
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
510
|
-
...obj,
|
|
511
|
-
});
|
|
512
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
513
|
-
...obj,
|
|
514
|
-
});
|
|
515
254
|
export const UpdateServiceRequestFilterSensitiveLog = (obj) => ({
|
|
516
255
|
...obj,
|
|
517
256
|
...(obj.SourceConfiguration && {
|
|
@@ -522,9 +261,3 @@ export const UpdateServiceResponseFilterSensitiveLog = (obj) => ({
|
|
|
522
261
|
...obj,
|
|
523
262
|
...(obj.Service && { Service: ServiceFilterSensitiveLog(obj.Service) }),
|
|
524
263
|
});
|
|
525
|
-
export const UpdateVpcIngressConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
526
|
-
...obj,
|
|
527
|
-
});
|
|
528
|
-
export const UpdateVpcIngressConnectionResponseFilterSensitiveLog = (obj) => ({
|
|
529
|
-
...obj,
|
|
530
|
-
});
|
|
@@ -36,6 +36,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
|
|
|
36
36
|
import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
|
|
37
37
|
import { UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionCommandOutput } from "./commands/UpdateVpcIngressConnectionCommand";
|
|
38
38
|
/**
|
|
39
|
+
* @public
|
|
39
40
|
* <fullname>App Runner</fullname>
|
|
40
41
|
* <p>App Runner is an application service that provides a fast, simple, and cost-effective way to go directly from an existing container image or source code
|
|
41
42
|
* to a running service in the Amazon Web Services Cloud in seconds. You don't need to learn new technologies, decide which compute service to use, or understand how to
|
|
@@ -56,6 +57,7 @@ import { UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionComma
|
|
|
56
57
|
*/
|
|
57
58
|
export declare class AppRunner extends AppRunnerClient {
|
|
58
59
|
/**
|
|
60
|
+
* @public
|
|
59
61
|
* <p>Associate your own domain name with the App Runner subdomain URL of your App Runner service.</p>
|
|
60
62
|
* <p>After you call <code>AssociateCustomDomain</code> and receive a successful response, use the information in the <a>CustomDomain</a> record
|
|
61
63
|
* that's returned to add CNAME records to your Domain Name System (DNS). For each mapped domain name, add a mapping to the target App Runner subdomain and one or
|
|
@@ -66,6 +68,7 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
66
68
|
associateCustomDomain(args: AssociateCustomDomainCommandInput, cb: (err: any, data?: AssociateCustomDomainCommandOutput) => void): void;
|
|
67
69
|
associateCustomDomain(args: AssociateCustomDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateCustomDomainCommandOutput) => void): void;
|
|
68
70
|
/**
|
|
71
|
+
* @public
|
|
69
72
|
* <p>Create an App Runner automatic scaling configuration resource. App Runner requires this resource when you create or update App Runner services and you require
|
|
70
73
|
* non-default auto scaling settings. You can share an auto scaling configuration across multiple services.</p>
|
|
71
74
|
* <p>Create multiple revisions of a configuration by calling this action multiple times using the same <code>AutoScalingConfigurationName</code>. The call
|
|
@@ -80,6 +83,7 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
80
83
|
createAutoScalingConfiguration(args: CreateAutoScalingConfigurationCommandInput, cb: (err: any, data?: CreateAutoScalingConfigurationCommandOutput) => void): void;
|
|
81
84
|
createAutoScalingConfiguration(args: CreateAutoScalingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAutoScalingConfigurationCommandOutput) => void): void;
|
|
82
85
|
/**
|
|
86
|
+
* @public
|
|
83
87
|
* <p>Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from
|
|
84
88
|
* certain third-party providers. You can share a connection across multiple services.</p>
|
|
85
89
|
* <p>A connection resource is needed to access GitHub repositories. GitHub requires a user interface approval process through the App Runner console before you
|
|
@@ -89,6 +93,7 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
89
93
|
createConnection(args: CreateConnectionCommandInput, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
|
|
90
94
|
createConnection(args: CreateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
|
|
91
95
|
/**
|
|
96
|
+
* @public
|
|
92
97
|
* <p>Create an App Runner observability configuration resource. App Runner requires this resource when you create or update App Runner services and you want to enable
|
|
93
98
|
* non-default observability features. You can share an observability configuration across multiple services.</p>
|
|
94
99
|
* <p>Create multiple revisions of a configuration by calling this action multiple times using the same <code>ObservabilityConfigurationName</code>. The
|
|
@@ -103,6 +108,7 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
103
108
|
createObservabilityConfiguration(args: CreateObservabilityConfigurationCommandInput, cb: (err: any, data?: CreateObservabilityConfigurationCommandOutput) => void): void;
|
|
104
109
|
createObservabilityConfiguration(args: CreateObservabilityConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateObservabilityConfigurationCommandOutput) => void): void;
|
|
105
110
|
/**
|
|
111
|
+
* @public
|
|
106
112
|
* <p>Create an App Runner service. After the service is created, the action also automatically starts a deployment.</p>
|
|
107
113
|
* <p>This is an asynchronous operation. On a successful call, you can use the returned <code>OperationId</code> and the <a href="https://docs.aws.amazon.com/apprunner/latest/api/API_ListOperations.html">ListOperations</a> call to track the operation's progress.</p>
|
|
108
114
|
*/
|
|
@@ -110,6 +116,7 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
110
116
|
createService(args: CreateServiceCommandInput, cb: (err: any, data?: CreateServiceCommandOutput) => void): void;
|
|
111
117
|
createService(args: CreateServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceCommandOutput) => void): void;
|
|
112
118
|
/**
|
|
119
|
+
* @public
|
|
113
120
|
* <p>Create an App Runner VPC connector resource. App Runner requires this resource when you want to associate your App Runner service to a custom Amazon Virtual Private Cloud
|
|
114
121
|
* (Amazon VPC).</p>
|
|
115
122
|
*/
|
|
@@ -117,12 +124,14 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
117
124
|
createVpcConnector(args: CreateVpcConnectorCommandInput, cb: (err: any, data?: CreateVpcConnectorCommandOutput) => void): void;
|
|
118
125
|
createVpcConnector(args: CreateVpcConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVpcConnectorCommandOutput) => void): void;
|
|
119
126
|
/**
|
|
127
|
+
* @public
|
|
120
128
|
* <p>Create an App Runner VPC Ingress Connection resource. App Runner requires this resource when you want to associate your App Runner service with an Amazon VPC endpoint.</p>
|
|
121
129
|
*/
|
|
122
130
|
createVpcIngressConnection(args: CreateVpcIngressConnectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateVpcIngressConnectionCommandOutput>;
|
|
123
131
|
createVpcIngressConnection(args: CreateVpcIngressConnectionCommandInput, cb: (err: any, data?: CreateVpcIngressConnectionCommandOutput) => void): void;
|
|
124
132
|
createVpcIngressConnection(args: CreateVpcIngressConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVpcIngressConnectionCommandOutput) => void): void;
|
|
125
133
|
/**
|
|
134
|
+
* @public
|
|
126
135
|
* <p>Delete an App Runner automatic scaling configuration resource. You can delete a specific revision or the latest active revision. You can't delete a
|
|
127
136
|
* configuration that's used by one or more App Runner services.</p>
|
|
128
137
|
*/
|
|
@@ -130,6 +139,7 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
130
139
|
deleteAutoScalingConfiguration(args: DeleteAutoScalingConfigurationCommandInput, cb: (err: any, data?: DeleteAutoScalingConfigurationCommandOutput) => void): void;
|
|
131
140
|
deleteAutoScalingConfiguration(args: DeleteAutoScalingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAutoScalingConfigurationCommandOutput) => void): void;
|
|
132
141
|
/**
|
|
142
|
+
* @public
|
|
133
143
|
* <p>Delete an App Runner connection. You must first ensure that there are no running App Runner services that use this connection. If there are any, the
|
|
134
144
|
* <code>DeleteConnection</code> action fails.</p>
|
|
135
145
|
*/
|
|
@@ -137,6 +147,7 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
137
147
|
deleteConnection(args: DeleteConnectionCommandInput, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
|
|
138
148
|
deleteConnection(args: DeleteConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
|
|
139
149
|
/**
|
|
150
|
+
* @public
|
|
140
151
|
* <p>Delete an App Runner observability configuration resource. You can delete a specific revision or the latest active revision. You can't delete a
|
|
141
152
|
* configuration that's used by one or more App Runner services.</p>
|
|
142
153
|
*/
|
|
@@ -144,6 +155,7 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
144
155
|
deleteObservabilityConfiguration(args: DeleteObservabilityConfigurationCommandInput, cb: (err: any, data?: DeleteObservabilityConfigurationCommandOutput) => void): void;
|
|
145
156
|
deleteObservabilityConfiguration(args: DeleteObservabilityConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteObservabilityConfigurationCommandOutput) => void): void;
|
|
146
157
|
/**
|
|
158
|
+
* @public
|
|
147
159
|
* <p>Delete an App Runner service.</p>
|
|
148
160
|
* <p>This is an asynchronous operation. On a successful call, you can use the returned <code>OperationId</code> and the <a>ListOperations</a>
|
|
149
161
|
* call to track the operation's progress.</p>
|
|
@@ -156,6 +168,7 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
156
168
|
deleteService(args: DeleteServiceCommandInput, cb: (err: any, data?: DeleteServiceCommandOutput) => void): void;
|
|
157
169
|
deleteService(args: DeleteServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceCommandOutput) => void): void;
|
|
158
170
|
/**
|
|
171
|
+
* @public
|
|
159
172
|
* <p>Delete an App Runner VPC connector resource. You can't delete a
|
|
160
173
|
* connector that's used by one or more App Runner services.</p>
|
|
161
174
|
*/
|
|
@@ -163,6 +176,7 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
163
176
|
deleteVpcConnector(args: DeleteVpcConnectorCommandInput, cb: (err: any, data?: DeleteVpcConnectorCommandOutput) => void): void;
|
|
164
177
|
deleteVpcConnector(args: DeleteVpcConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVpcConnectorCommandOutput) => void): void;
|
|
165
178
|
/**
|
|
179
|
+
* @public
|
|
166
180
|
* <p>Delete an App Runner VPC Ingress Connection resource that's associated with an App Runner service. The VPC Ingress Connection must be in one of the following states to be deleted:
|
|
167
181
|
* </p>
|
|
168
182
|
* <ul>
|
|
@@ -192,42 +206,49 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
192
206
|
deleteVpcIngressConnection(args: DeleteVpcIngressConnectionCommandInput, cb: (err: any, data?: DeleteVpcIngressConnectionCommandOutput) => void): void;
|
|
193
207
|
deleteVpcIngressConnection(args: DeleteVpcIngressConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVpcIngressConnectionCommandOutput) => void): void;
|
|
194
208
|
/**
|
|
209
|
+
* @public
|
|
195
210
|
* <p>Return a full description of an App Runner automatic scaling configuration resource.</p>
|
|
196
211
|
*/
|
|
197
212
|
describeAutoScalingConfiguration(args: DescribeAutoScalingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAutoScalingConfigurationCommandOutput>;
|
|
198
213
|
describeAutoScalingConfiguration(args: DescribeAutoScalingConfigurationCommandInput, cb: (err: any, data?: DescribeAutoScalingConfigurationCommandOutput) => void): void;
|
|
199
214
|
describeAutoScalingConfiguration(args: DescribeAutoScalingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAutoScalingConfigurationCommandOutput) => void): void;
|
|
200
215
|
/**
|
|
216
|
+
* @public
|
|
201
217
|
* <p>Return a description of custom domain names that are associated with an App Runner service.</p>
|
|
202
218
|
*/
|
|
203
219
|
describeCustomDomains(args: DescribeCustomDomainsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomDomainsCommandOutput>;
|
|
204
220
|
describeCustomDomains(args: DescribeCustomDomainsCommandInput, cb: (err: any, data?: DescribeCustomDomainsCommandOutput) => void): void;
|
|
205
221
|
describeCustomDomains(args: DescribeCustomDomainsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomDomainsCommandOutput) => void): void;
|
|
206
222
|
/**
|
|
223
|
+
* @public
|
|
207
224
|
* <p>Return a full description of an App Runner observability configuration resource.</p>
|
|
208
225
|
*/
|
|
209
226
|
describeObservabilityConfiguration(args: DescribeObservabilityConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeObservabilityConfigurationCommandOutput>;
|
|
210
227
|
describeObservabilityConfiguration(args: DescribeObservabilityConfigurationCommandInput, cb: (err: any, data?: DescribeObservabilityConfigurationCommandOutput) => void): void;
|
|
211
228
|
describeObservabilityConfiguration(args: DescribeObservabilityConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeObservabilityConfigurationCommandOutput) => void): void;
|
|
212
229
|
/**
|
|
230
|
+
* @public
|
|
213
231
|
* <p>Return a full description of an App Runner service.</p>
|
|
214
232
|
*/
|
|
215
233
|
describeService(args: DescribeServiceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeServiceCommandOutput>;
|
|
216
234
|
describeService(args: DescribeServiceCommandInput, cb: (err: any, data?: DescribeServiceCommandOutput) => void): void;
|
|
217
235
|
describeService(args: DescribeServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServiceCommandOutput) => void): void;
|
|
218
236
|
/**
|
|
237
|
+
* @public
|
|
219
238
|
* <p>Return a description of an App Runner VPC connector resource.</p>
|
|
220
239
|
*/
|
|
221
240
|
describeVpcConnector(args: DescribeVpcConnectorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVpcConnectorCommandOutput>;
|
|
222
241
|
describeVpcConnector(args: DescribeVpcConnectorCommandInput, cb: (err: any, data?: DescribeVpcConnectorCommandOutput) => void): void;
|
|
223
242
|
describeVpcConnector(args: DescribeVpcConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVpcConnectorCommandOutput) => void): void;
|
|
224
243
|
/**
|
|
244
|
+
* @public
|
|
225
245
|
* <p>Return a full description of an App Runner VPC Ingress Connection resource.</p>
|
|
226
246
|
*/
|
|
227
247
|
describeVpcIngressConnection(args: DescribeVpcIngressConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVpcIngressConnectionCommandOutput>;
|
|
228
248
|
describeVpcIngressConnection(args: DescribeVpcIngressConnectionCommandInput, cb: (err: any, data?: DescribeVpcIngressConnectionCommandOutput) => void): void;
|
|
229
249
|
describeVpcIngressConnection(args: DescribeVpcIngressConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVpcIngressConnectionCommandOutput) => void): void;
|
|
230
250
|
/**
|
|
251
|
+
* @public
|
|
231
252
|
* <p>Disassociate a custom domain name from an App Runner service.</p>
|
|
232
253
|
* <p>Certificates tracking domain validity are associated with a custom domain and are stored in <a href="https://docs.aws.amazon.com/acm/latest/userguide">AWS
|
|
233
254
|
* Certificate Manager (ACM)</a>. These certificates aren't deleted as part of this action. App Runner delays certificate deletion for
|
|
@@ -237,6 +258,7 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
237
258
|
disassociateCustomDomain(args: DisassociateCustomDomainCommandInput, cb: (err: any, data?: DisassociateCustomDomainCommandOutput) => void): void;
|
|
238
259
|
disassociateCustomDomain(args: DisassociateCustomDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateCustomDomainCommandOutput) => void): void;
|
|
239
260
|
/**
|
|
261
|
+
* @public
|
|
240
262
|
* <p>Returns a list of active App Runner automatic scaling configurations in your Amazon Web Services account. You can query the revisions for a specific
|
|
241
263
|
* configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested
|
|
242
264
|
* name.</p>
|
|
@@ -247,12 +269,14 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
247
269
|
listAutoScalingConfigurations(args: ListAutoScalingConfigurationsCommandInput, cb: (err: any, data?: ListAutoScalingConfigurationsCommandOutput) => void): void;
|
|
248
270
|
listAutoScalingConfigurations(args: ListAutoScalingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAutoScalingConfigurationsCommandOutput) => void): void;
|
|
249
271
|
/**
|
|
272
|
+
* @public
|
|
250
273
|
* <p>Returns a list of App Runner connections that are associated with your Amazon Web Services account.</p>
|
|
251
274
|
*/
|
|
252
275
|
listConnections(args: ListConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListConnectionsCommandOutput>;
|
|
253
276
|
listConnections(args: ListConnectionsCommandInput, cb: (err: any, data?: ListConnectionsCommandOutput) => void): void;
|
|
254
277
|
listConnections(args: ListConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectionsCommandOutput) => void): void;
|
|
255
278
|
/**
|
|
279
|
+
* @public
|
|
256
280
|
* <p>Returns a list of active App Runner observability configurations in your Amazon Web Services account. You can query the revisions for a specific
|
|
257
281
|
* configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested
|
|
258
282
|
* name.</p>
|
|
@@ -263,6 +287,7 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
263
287
|
listObservabilityConfigurations(args: ListObservabilityConfigurationsCommandInput, cb: (err: any, data?: ListObservabilityConfigurationsCommandOutput) => void): void;
|
|
264
288
|
listObservabilityConfigurations(args: ListObservabilityConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListObservabilityConfigurationsCommandOutput) => void): void;
|
|
265
289
|
/**
|
|
290
|
+
* @public
|
|
266
291
|
* <p>Return a list of operations that occurred on an App Runner service.</p>
|
|
267
292
|
* <p>The resulting list of <a>OperationSummary</a> objects is sorted in reverse chronological order. The first object on the list represents the
|
|
268
293
|
* last started operation.</p>
|
|
@@ -271,30 +296,35 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
271
296
|
listOperations(args: ListOperationsCommandInput, cb: (err: any, data?: ListOperationsCommandOutput) => void): void;
|
|
272
297
|
listOperations(args: ListOperationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOperationsCommandOutput) => void): void;
|
|
273
298
|
/**
|
|
299
|
+
* @public
|
|
274
300
|
* <p>Returns a list of running App Runner services in your Amazon Web Services account.</p>
|
|
275
301
|
*/
|
|
276
302
|
listServices(args: ListServicesCommandInput, options?: __HttpHandlerOptions): Promise<ListServicesCommandOutput>;
|
|
277
303
|
listServices(args: ListServicesCommandInput, cb: (err: any, data?: ListServicesCommandOutput) => void): void;
|
|
278
304
|
listServices(args: ListServicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServicesCommandOutput) => void): void;
|
|
279
305
|
/**
|
|
306
|
+
* @public
|
|
280
307
|
* <p>List tags that are associated with for an App Runner resource. The response contains a list of tag key-value pairs.</p>
|
|
281
308
|
*/
|
|
282
309
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
283
310
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
284
311
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
285
312
|
/**
|
|
313
|
+
* @public
|
|
286
314
|
* <p>Returns a list of App Runner VPC connectors in your Amazon Web Services account.</p>
|
|
287
315
|
*/
|
|
288
316
|
listVpcConnectors(args: ListVpcConnectorsCommandInput, options?: __HttpHandlerOptions): Promise<ListVpcConnectorsCommandOutput>;
|
|
289
317
|
listVpcConnectors(args: ListVpcConnectorsCommandInput, cb: (err: any, data?: ListVpcConnectorsCommandOutput) => void): void;
|
|
290
318
|
listVpcConnectors(args: ListVpcConnectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVpcConnectorsCommandOutput) => void): void;
|
|
291
319
|
/**
|
|
320
|
+
* @public
|
|
292
321
|
* <p>Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.</p>
|
|
293
322
|
*/
|
|
294
323
|
listVpcIngressConnections(args: ListVpcIngressConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListVpcIngressConnectionsCommandOutput>;
|
|
295
324
|
listVpcIngressConnections(args: ListVpcIngressConnectionsCommandInput, cb: (err: any, data?: ListVpcIngressConnectionsCommandOutput) => void): void;
|
|
296
325
|
listVpcIngressConnections(args: ListVpcIngressConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVpcIngressConnectionsCommandOutput) => void): void;
|
|
297
326
|
/**
|
|
327
|
+
* @public
|
|
298
328
|
* <p>Pause an active App Runner service. App Runner reduces compute capacity for the service to zero and loses state (for example, ephemeral storage is
|
|
299
329
|
* removed).</p>
|
|
300
330
|
* <p>This is an asynchronous operation. On a successful call, you can use the returned <code>OperationId</code> and the <a>ListOperations</a>
|
|
@@ -304,6 +334,7 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
304
334
|
pauseService(args: PauseServiceCommandInput, cb: (err: any, data?: PauseServiceCommandOutput) => void): void;
|
|
305
335
|
pauseService(args: PauseServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PauseServiceCommandOutput) => void): void;
|
|
306
336
|
/**
|
|
337
|
+
* @public
|
|
307
338
|
* <p>Resume an active App Runner service. App Runner provisions compute capacity for the service.</p>
|
|
308
339
|
* <p>This is an asynchronous operation. On a successful call, you can use the returned <code>OperationId</code> and the <a>ListOperations</a>
|
|
309
340
|
* call to track the operation's progress.</p>
|
|
@@ -312,6 +343,7 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
312
343
|
resumeService(args: ResumeServiceCommandInput, cb: (err: any, data?: ResumeServiceCommandOutput) => void): void;
|
|
313
344
|
resumeService(args: ResumeServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResumeServiceCommandOutput) => void): void;
|
|
314
345
|
/**
|
|
346
|
+
* @public
|
|
315
347
|
* <p>Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source image repository to an App Runner
|
|
316
348
|
* service.</p>
|
|
317
349
|
* <p>For a source code repository, App Runner retrieves the commit and builds a Docker image. For a source image repository, App Runner retrieves the latest Docker
|
|
@@ -323,18 +355,21 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
323
355
|
startDeployment(args: StartDeploymentCommandInput, cb: (err: any, data?: StartDeploymentCommandOutput) => void): void;
|
|
324
356
|
startDeployment(args: StartDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDeploymentCommandOutput) => void): void;
|
|
325
357
|
/**
|
|
358
|
+
* @public
|
|
326
359
|
* <p>Add tags to, or update the tag values of, an App Runner resource. A tag is a key-value pair.</p>
|
|
327
360
|
*/
|
|
328
361
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
329
362
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
330
363
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
331
364
|
/**
|
|
365
|
+
* @public
|
|
332
366
|
* <p>Remove tags from an App Runner resource.</p>
|
|
333
367
|
*/
|
|
334
368
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
335
369
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
336
370
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
337
371
|
/**
|
|
372
|
+
* @public
|
|
338
373
|
* <p>Update an App Runner service. You can update the source configuration and instance configuration of the service. You can also update the ARN of the auto
|
|
339
374
|
* scaling configuration resource that's associated with the service. However, you can't change the name or the encryption configuration of the service.
|
|
340
375
|
* These can be set only when you create the service.</p>
|
|
@@ -346,6 +381,7 @@ export declare class AppRunner extends AppRunnerClient {
|
|
|
346
381
|
updateService(args: UpdateServiceCommandInput, cb: (err: any, data?: UpdateServiceCommandOutput) => void): void;
|
|
347
382
|
updateService(args: UpdateServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceCommandOutput) => void): void;
|
|
348
383
|
/**
|
|
384
|
+
* @public
|
|
349
385
|
* <p>Update an existing App Runner VPC Ingress Connection resource. The VPC Ingress Connection must be in one of the following states to be updated:</p>
|
|
350
386
|
* <ul>
|
|
351
387
|
* <li>
|
|
@@ -43,15 +43,24 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
|
|
|
43
43
|
import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
|
|
44
44
|
import { UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionCommandOutput } from "./commands/UpdateVpcIngressConnectionCommand";
|
|
45
45
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
46
|
+
/**
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
46
49
|
export type ServiceInputTypes = AssociateCustomDomainCommandInput | CreateAutoScalingConfigurationCommandInput | CreateConnectionCommandInput | CreateObservabilityConfigurationCommandInput | CreateServiceCommandInput | CreateVpcConnectorCommandInput | CreateVpcIngressConnectionCommandInput | DeleteAutoScalingConfigurationCommandInput | DeleteConnectionCommandInput | DeleteObservabilityConfigurationCommandInput | DeleteServiceCommandInput | DeleteVpcConnectorCommandInput | DeleteVpcIngressConnectionCommandInput | DescribeAutoScalingConfigurationCommandInput | DescribeCustomDomainsCommandInput | DescribeObservabilityConfigurationCommandInput | DescribeServiceCommandInput | DescribeVpcConnectorCommandInput | DescribeVpcIngressConnectionCommandInput | DisassociateCustomDomainCommandInput | ListAutoScalingConfigurationsCommandInput | ListConnectionsCommandInput | ListObservabilityConfigurationsCommandInput | ListOperationsCommandInput | ListServicesCommandInput | ListTagsForResourceCommandInput | ListVpcConnectorsCommandInput | ListVpcIngressConnectionsCommandInput | PauseServiceCommandInput | ResumeServiceCommandInput | StartDeploymentCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateServiceCommandInput | UpdateVpcIngressConnectionCommandInput;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
47
53
|
export type ServiceOutputTypes = AssociateCustomDomainCommandOutput | CreateAutoScalingConfigurationCommandOutput | CreateConnectionCommandOutput | CreateObservabilityConfigurationCommandOutput | CreateServiceCommandOutput | CreateVpcConnectorCommandOutput | CreateVpcIngressConnectionCommandOutput | DeleteAutoScalingConfigurationCommandOutput | DeleteConnectionCommandOutput | DeleteObservabilityConfigurationCommandOutput | DeleteServiceCommandOutput | DeleteVpcConnectorCommandOutput | DeleteVpcIngressConnectionCommandOutput | DescribeAutoScalingConfigurationCommandOutput | DescribeCustomDomainsCommandOutput | DescribeObservabilityConfigurationCommandOutput | DescribeServiceCommandOutput | DescribeVpcConnectorCommandOutput | DescribeVpcIngressConnectionCommandOutput | DisassociateCustomDomainCommandOutput | ListAutoScalingConfigurationsCommandOutput | ListConnectionsCommandOutput | ListObservabilityConfigurationsCommandOutput | ListOperationsCommandOutput | ListServicesCommandOutput | ListTagsForResourceCommandOutput | ListVpcConnectorsCommandOutput | ListVpcIngressConnectionsCommandOutput | PauseServiceCommandOutput | ResumeServiceCommandOutput | StartDeploymentCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateServiceCommandOutput | UpdateVpcIngressConnectionCommandOutput;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
48
57
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
49
58
|
/**
|
|
50
59
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
51
60
|
*/
|
|
52
61
|
requestHandler?: __HttpHandler;
|
|
53
62
|
/**
|
|
54
|
-
* A constructor for a class implementing the {@link
|
|
63
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
55
64
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
56
65
|
* @internal
|
|
57
66
|
*/
|
|
@@ -141,23 +150,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
141
150
|
*/
|
|
142
151
|
logger?: __Logger;
|
|
143
152
|
/**
|
|
144
|
-
* The {@link
|
|
153
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
145
154
|
*/
|
|
146
155
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
147
156
|
}
|
|
157
|
+
/**
|
|
158
|
+
* @public
|
|
159
|
+
*/
|
|
148
160
|
type AppRunnerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
149
161
|
/**
|
|
150
|
-
*
|
|
162
|
+
* @public
|
|
163
|
+
*
|
|
164
|
+
* The configuration interface of AppRunnerClient class constructor that set the region, credentials and other options.
|
|
151
165
|
*/
|
|
152
166
|
export interface AppRunnerClientConfig extends AppRunnerClientConfigType {
|
|
153
167
|
}
|
|
168
|
+
/**
|
|
169
|
+
* @public
|
|
170
|
+
*/
|
|
154
171
|
type AppRunnerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
155
172
|
/**
|
|
156
|
-
*
|
|
173
|
+
* @public
|
|
174
|
+
*
|
|
175
|
+
* The resolved configuration interface of AppRunnerClient class. This is resolved and normalized from the {@link AppRunnerClientConfig | constructor configuration interface}.
|
|
157
176
|
*/
|
|
158
177
|
export interface AppRunnerClientResolvedConfig extends AppRunnerClientResolvedConfigType {
|
|
159
178
|
}
|
|
160
179
|
/**
|
|
180
|
+
* @public
|
|
161
181
|
* <fullname>App Runner</fullname>
|
|
162
182
|
* <p>App Runner is an application service that provides a fast, simple, and cost-effective way to go directly from an existing container image or source code
|
|
163
183
|
* to a running service in the Amazon Web Services Cloud in seconds. You don't need to learn new technologies, decide which compute service to use, or understand how to
|