@aws-sdk/client-imagebuilder 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/Imagebuilder.d.ts +0 -50
- package/dist-types/ts3.4/ImagebuilderClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.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/UpdateDistributionConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ImagebuilderServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -675
- 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-imagebuilder
|
|
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-imagebuilder
|
|
@@ -200,7 +200,6 @@ import {
|
|
|
200
200
|
UpdateInfrastructureConfigurationCommandOutput,
|
|
201
201
|
} from "./commands/UpdateInfrastructureConfigurationCommand";
|
|
202
202
|
import { ImagebuilderClient } from "./ImagebuilderClient";
|
|
203
|
-
|
|
204
203
|
export declare class Imagebuilder extends ImagebuilderClient {
|
|
205
204
|
cancelImageCreation(
|
|
206
205
|
args: CancelImageCreationCommandInput,
|
|
@@ -215,7 +214,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
215
214
|
options: __HttpHandlerOptions,
|
|
216
215
|
cb: (err: any, data?: CancelImageCreationCommandOutput) => void
|
|
217
216
|
): void;
|
|
218
|
-
|
|
219
217
|
createComponent(
|
|
220
218
|
args: CreateComponentCommandInput,
|
|
221
219
|
options?: __HttpHandlerOptions
|
|
@@ -229,7 +227,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
229
227
|
options: __HttpHandlerOptions,
|
|
230
228
|
cb: (err: any, data?: CreateComponentCommandOutput) => void
|
|
231
229
|
): void;
|
|
232
|
-
|
|
233
230
|
createContainerRecipe(
|
|
234
231
|
args: CreateContainerRecipeCommandInput,
|
|
235
232
|
options?: __HttpHandlerOptions
|
|
@@ -243,7 +240,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
243
240
|
options: __HttpHandlerOptions,
|
|
244
241
|
cb: (err: any, data?: CreateContainerRecipeCommandOutput) => void
|
|
245
242
|
): void;
|
|
246
|
-
|
|
247
243
|
createDistributionConfiguration(
|
|
248
244
|
args: CreateDistributionConfigurationCommandInput,
|
|
249
245
|
options?: __HttpHandlerOptions
|
|
@@ -257,7 +253,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
257
253
|
options: __HttpHandlerOptions,
|
|
258
254
|
cb: (err: any, data?: CreateDistributionConfigurationCommandOutput) => void
|
|
259
255
|
): void;
|
|
260
|
-
|
|
261
256
|
createImage(
|
|
262
257
|
args: CreateImageCommandInput,
|
|
263
258
|
options?: __HttpHandlerOptions
|
|
@@ -271,7 +266,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
271
266
|
options: __HttpHandlerOptions,
|
|
272
267
|
cb: (err: any, data?: CreateImageCommandOutput) => void
|
|
273
268
|
): void;
|
|
274
|
-
|
|
275
269
|
createImagePipeline(
|
|
276
270
|
args: CreateImagePipelineCommandInput,
|
|
277
271
|
options?: __HttpHandlerOptions
|
|
@@ -285,7 +279,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
285
279
|
options: __HttpHandlerOptions,
|
|
286
280
|
cb: (err: any, data?: CreateImagePipelineCommandOutput) => void
|
|
287
281
|
): void;
|
|
288
|
-
|
|
289
282
|
createImageRecipe(
|
|
290
283
|
args: CreateImageRecipeCommandInput,
|
|
291
284
|
options?: __HttpHandlerOptions
|
|
@@ -299,7 +292,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
299
292
|
options: __HttpHandlerOptions,
|
|
300
293
|
cb: (err: any, data?: CreateImageRecipeCommandOutput) => void
|
|
301
294
|
): void;
|
|
302
|
-
|
|
303
295
|
createInfrastructureConfiguration(
|
|
304
296
|
args: CreateInfrastructureConfigurationCommandInput,
|
|
305
297
|
options?: __HttpHandlerOptions
|
|
@@ -319,7 +311,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
319
311
|
data?: CreateInfrastructureConfigurationCommandOutput
|
|
320
312
|
) => void
|
|
321
313
|
): void;
|
|
322
|
-
|
|
323
314
|
deleteComponent(
|
|
324
315
|
args: DeleteComponentCommandInput,
|
|
325
316
|
options?: __HttpHandlerOptions
|
|
@@ -333,7 +324,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
333
324
|
options: __HttpHandlerOptions,
|
|
334
325
|
cb: (err: any, data?: DeleteComponentCommandOutput) => void
|
|
335
326
|
): void;
|
|
336
|
-
|
|
337
327
|
deleteContainerRecipe(
|
|
338
328
|
args: DeleteContainerRecipeCommandInput,
|
|
339
329
|
options?: __HttpHandlerOptions
|
|
@@ -347,7 +337,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
347
337
|
options: __HttpHandlerOptions,
|
|
348
338
|
cb: (err: any, data?: DeleteContainerRecipeCommandOutput) => void
|
|
349
339
|
): void;
|
|
350
|
-
|
|
351
340
|
deleteDistributionConfiguration(
|
|
352
341
|
args: DeleteDistributionConfigurationCommandInput,
|
|
353
342
|
options?: __HttpHandlerOptions
|
|
@@ -361,7 +350,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
361
350
|
options: __HttpHandlerOptions,
|
|
362
351
|
cb: (err: any, data?: DeleteDistributionConfigurationCommandOutput) => void
|
|
363
352
|
): void;
|
|
364
|
-
|
|
365
353
|
deleteImage(
|
|
366
354
|
args: DeleteImageCommandInput,
|
|
367
355
|
options?: __HttpHandlerOptions
|
|
@@ -375,7 +363,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
375
363
|
options: __HttpHandlerOptions,
|
|
376
364
|
cb: (err: any, data?: DeleteImageCommandOutput) => void
|
|
377
365
|
): void;
|
|
378
|
-
|
|
379
366
|
deleteImagePipeline(
|
|
380
367
|
args: DeleteImagePipelineCommandInput,
|
|
381
368
|
options?: __HttpHandlerOptions
|
|
@@ -389,7 +376,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
389
376
|
options: __HttpHandlerOptions,
|
|
390
377
|
cb: (err: any, data?: DeleteImagePipelineCommandOutput) => void
|
|
391
378
|
): void;
|
|
392
|
-
|
|
393
379
|
deleteImageRecipe(
|
|
394
380
|
args: DeleteImageRecipeCommandInput,
|
|
395
381
|
options?: __HttpHandlerOptions
|
|
@@ -403,7 +389,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
403
389
|
options: __HttpHandlerOptions,
|
|
404
390
|
cb: (err: any, data?: DeleteImageRecipeCommandOutput) => void
|
|
405
391
|
): void;
|
|
406
|
-
|
|
407
392
|
deleteInfrastructureConfiguration(
|
|
408
393
|
args: DeleteInfrastructureConfigurationCommandInput,
|
|
409
394
|
options?: __HttpHandlerOptions
|
|
@@ -423,7 +408,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
423
408
|
data?: DeleteInfrastructureConfigurationCommandOutput
|
|
424
409
|
) => void
|
|
425
410
|
): void;
|
|
426
|
-
|
|
427
411
|
getComponent(
|
|
428
412
|
args: GetComponentCommandInput,
|
|
429
413
|
options?: __HttpHandlerOptions
|
|
@@ -437,7 +421,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
437
421
|
options: __HttpHandlerOptions,
|
|
438
422
|
cb: (err: any, data?: GetComponentCommandOutput) => void
|
|
439
423
|
): void;
|
|
440
|
-
|
|
441
424
|
getComponentPolicy(
|
|
442
425
|
args: GetComponentPolicyCommandInput,
|
|
443
426
|
options?: __HttpHandlerOptions
|
|
@@ -451,7 +434,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
451
434
|
options: __HttpHandlerOptions,
|
|
452
435
|
cb: (err: any, data?: GetComponentPolicyCommandOutput) => void
|
|
453
436
|
): void;
|
|
454
|
-
|
|
455
437
|
getContainerRecipe(
|
|
456
438
|
args: GetContainerRecipeCommandInput,
|
|
457
439
|
options?: __HttpHandlerOptions
|
|
@@ -465,7 +447,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
465
447
|
options: __HttpHandlerOptions,
|
|
466
448
|
cb: (err: any, data?: GetContainerRecipeCommandOutput) => void
|
|
467
449
|
): void;
|
|
468
|
-
|
|
469
450
|
getContainerRecipePolicy(
|
|
470
451
|
args: GetContainerRecipePolicyCommandInput,
|
|
471
452
|
options?: __HttpHandlerOptions
|
|
@@ -479,7 +460,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
479
460
|
options: __HttpHandlerOptions,
|
|
480
461
|
cb: (err: any, data?: GetContainerRecipePolicyCommandOutput) => void
|
|
481
462
|
): void;
|
|
482
|
-
|
|
483
463
|
getDistributionConfiguration(
|
|
484
464
|
args: GetDistributionConfigurationCommandInput,
|
|
485
465
|
options?: __HttpHandlerOptions
|
|
@@ -493,7 +473,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
493
473
|
options: __HttpHandlerOptions,
|
|
494
474
|
cb: (err: any, data?: GetDistributionConfigurationCommandOutput) => void
|
|
495
475
|
): void;
|
|
496
|
-
|
|
497
476
|
getImage(
|
|
498
477
|
args: GetImageCommandInput,
|
|
499
478
|
options?: __HttpHandlerOptions
|
|
@@ -507,7 +486,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
507
486
|
options: __HttpHandlerOptions,
|
|
508
487
|
cb: (err: any, data?: GetImageCommandOutput) => void
|
|
509
488
|
): void;
|
|
510
|
-
|
|
511
489
|
getImagePipeline(
|
|
512
490
|
args: GetImagePipelineCommandInput,
|
|
513
491
|
options?: __HttpHandlerOptions
|
|
@@ -521,7 +499,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
521
499
|
options: __HttpHandlerOptions,
|
|
522
500
|
cb: (err: any, data?: GetImagePipelineCommandOutput) => void
|
|
523
501
|
): void;
|
|
524
|
-
|
|
525
502
|
getImagePolicy(
|
|
526
503
|
args: GetImagePolicyCommandInput,
|
|
527
504
|
options?: __HttpHandlerOptions
|
|
@@ -535,7 +512,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
535
512
|
options: __HttpHandlerOptions,
|
|
536
513
|
cb: (err: any, data?: GetImagePolicyCommandOutput) => void
|
|
537
514
|
): void;
|
|
538
|
-
|
|
539
515
|
getImageRecipe(
|
|
540
516
|
args: GetImageRecipeCommandInput,
|
|
541
517
|
options?: __HttpHandlerOptions
|
|
@@ -549,7 +525,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
549
525
|
options: __HttpHandlerOptions,
|
|
550
526
|
cb: (err: any, data?: GetImageRecipeCommandOutput) => void
|
|
551
527
|
): void;
|
|
552
|
-
|
|
553
528
|
getImageRecipePolicy(
|
|
554
529
|
args: GetImageRecipePolicyCommandInput,
|
|
555
530
|
options?: __HttpHandlerOptions
|
|
@@ -563,7 +538,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
563
538
|
options: __HttpHandlerOptions,
|
|
564
539
|
cb: (err: any, data?: GetImageRecipePolicyCommandOutput) => void
|
|
565
540
|
): void;
|
|
566
|
-
|
|
567
541
|
getInfrastructureConfiguration(
|
|
568
542
|
args: GetInfrastructureConfigurationCommandInput,
|
|
569
543
|
options?: __HttpHandlerOptions
|
|
@@ -577,7 +551,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
577
551
|
options: __HttpHandlerOptions,
|
|
578
552
|
cb: (err: any, data?: GetInfrastructureConfigurationCommandOutput) => void
|
|
579
553
|
): void;
|
|
580
|
-
|
|
581
554
|
importComponent(
|
|
582
555
|
args: ImportComponentCommandInput,
|
|
583
556
|
options?: __HttpHandlerOptions
|
|
@@ -591,7 +564,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
591
564
|
options: __HttpHandlerOptions,
|
|
592
565
|
cb: (err: any, data?: ImportComponentCommandOutput) => void
|
|
593
566
|
): void;
|
|
594
|
-
|
|
595
567
|
importVmImage(
|
|
596
568
|
args: ImportVmImageCommandInput,
|
|
597
569
|
options?: __HttpHandlerOptions
|
|
@@ -605,7 +577,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
605
577
|
options: __HttpHandlerOptions,
|
|
606
578
|
cb: (err: any, data?: ImportVmImageCommandOutput) => void
|
|
607
579
|
): void;
|
|
608
|
-
|
|
609
580
|
listComponentBuildVersions(
|
|
610
581
|
args: ListComponentBuildVersionsCommandInput,
|
|
611
582
|
options?: __HttpHandlerOptions
|
|
@@ -619,7 +590,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
619
590
|
options: __HttpHandlerOptions,
|
|
620
591
|
cb: (err: any, data?: ListComponentBuildVersionsCommandOutput) => void
|
|
621
592
|
): void;
|
|
622
|
-
|
|
623
593
|
listComponents(
|
|
624
594
|
args: ListComponentsCommandInput,
|
|
625
595
|
options?: __HttpHandlerOptions
|
|
@@ -633,7 +603,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
633
603
|
options: __HttpHandlerOptions,
|
|
634
604
|
cb: (err: any, data?: ListComponentsCommandOutput) => void
|
|
635
605
|
): void;
|
|
636
|
-
|
|
637
606
|
listContainerRecipes(
|
|
638
607
|
args: ListContainerRecipesCommandInput,
|
|
639
608
|
options?: __HttpHandlerOptions
|
|
@@ -647,7 +616,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
647
616
|
options: __HttpHandlerOptions,
|
|
648
617
|
cb: (err: any, data?: ListContainerRecipesCommandOutput) => void
|
|
649
618
|
): void;
|
|
650
|
-
|
|
651
619
|
listDistributionConfigurations(
|
|
652
620
|
args: ListDistributionConfigurationsCommandInput,
|
|
653
621
|
options?: __HttpHandlerOptions
|
|
@@ -661,7 +629,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
661
629
|
options: __HttpHandlerOptions,
|
|
662
630
|
cb: (err: any, data?: ListDistributionConfigurationsCommandOutput) => void
|
|
663
631
|
): void;
|
|
664
|
-
|
|
665
632
|
listImageBuildVersions(
|
|
666
633
|
args: ListImageBuildVersionsCommandInput,
|
|
667
634
|
options?: __HttpHandlerOptions
|
|
@@ -675,7 +642,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
675
642
|
options: __HttpHandlerOptions,
|
|
676
643
|
cb: (err: any, data?: ListImageBuildVersionsCommandOutput) => void
|
|
677
644
|
): void;
|
|
678
|
-
|
|
679
645
|
listImagePackages(
|
|
680
646
|
args: ListImagePackagesCommandInput,
|
|
681
647
|
options?: __HttpHandlerOptions
|
|
@@ -689,7 +655,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
689
655
|
options: __HttpHandlerOptions,
|
|
690
656
|
cb: (err: any, data?: ListImagePackagesCommandOutput) => void
|
|
691
657
|
): void;
|
|
692
|
-
|
|
693
658
|
listImagePipelineImages(
|
|
694
659
|
args: ListImagePipelineImagesCommandInput,
|
|
695
660
|
options?: __HttpHandlerOptions
|
|
@@ -703,7 +668,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
703
668
|
options: __HttpHandlerOptions,
|
|
704
669
|
cb: (err: any, data?: ListImagePipelineImagesCommandOutput) => void
|
|
705
670
|
): void;
|
|
706
|
-
|
|
707
671
|
listImagePipelines(
|
|
708
672
|
args: ListImagePipelinesCommandInput,
|
|
709
673
|
options?: __HttpHandlerOptions
|
|
@@ -717,7 +681,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
717
681
|
options: __HttpHandlerOptions,
|
|
718
682
|
cb: (err: any, data?: ListImagePipelinesCommandOutput) => void
|
|
719
683
|
): void;
|
|
720
|
-
|
|
721
684
|
listImageRecipes(
|
|
722
685
|
args: ListImageRecipesCommandInput,
|
|
723
686
|
options?: __HttpHandlerOptions
|
|
@@ -731,7 +694,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
731
694
|
options: __HttpHandlerOptions,
|
|
732
695
|
cb: (err: any, data?: ListImageRecipesCommandOutput) => void
|
|
733
696
|
): void;
|
|
734
|
-
|
|
735
697
|
listImages(
|
|
736
698
|
args: ListImagesCommandInput,
|
|
737
699
|
options?: __HttpHandlerOptions
|
|
@@ -745,7 +707,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
745
707
|
options: __HttpHandlerOptions,
|
|
746
708
|
cb: (err: any, data?: ListImagesCommandOutput) => void
|
|
747
709
|
): void;
|
|
748
|
-
|
|
749
710
|
listInfrastructureConfigurations(
|
|
750
711
|
args: ListInfrastructureConfigurationsCommandInput,
|
|
751
712
|
options?: __HttpHandlerOptions
|
|
@@ -759,7 +720,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
759
720
|
options: __HttpHandlerOptions,
|
|
760
721
|
cb: (err: any, data?: ListInfrastructureConfigurationsCommandOutput) => void
|
|
761
722
|
): void;
|
|
762
|
-
|
|
763
723
|
listTagsForResource(
|
|
764
724
|
args: ListTagsForResourceCommandInput,
|
|
765
725
|
options?: __HttpHandlerOptions
|
|
@@ -773,7 +733,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
773
733
|
options: __HttpHandlerOptions,
|
|
774
734
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
775
735
|
): void;
|
|
776
|
-
|
|
777
736
|
putComponentPolicy(
|
|
778
737
|
args: PutComponentPolicyCommandInput,
|
|
779
738
|
options?: __HttpHandlerOptions
|
|
@@ -787,7 +746,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
787
746
|
options: __HttpHandlerOptions,
|
|
788
747
|
cb: (err: any, data?: PutComponentPolicyCommandOutput) => void
|
|
789
748
|
): void;
|
|
790
|
-
|
|
791
749
|
putContainerRecipePolicy(
|
|
792
750
|
args: PutContainerRecipePolicyCommandInput,
|
|
793
751
|
options?: __HttpHandlerOptions
|
|
@@ -801,7 +759,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
801
759
|
options: __HttpHandlerOptions,
|
|
802
760
|
cb: (err: any, data?: PutContainerRecipePolicyCommandOutput) => void
|
|
803
761
|
): void;
|
|
804
|
-
|
|
805
762
|
putImagePolicy(
|
|
806
763
|
args: PutImagePolicyCommandInput,
|
|
807
764
|
options?: __HttpHandlerOptions
|
|
@@ -815,7 +772,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
815
772
|
options: __HttpHandlerOptions,
|
|
816
773
|
cb: (err: any, data?: PutImagePolicyCommandOutput) => void
|
|
817
774
|
): void;
|
|
818
|
-
|
|
819
775
|
putImageRecipePolicy(
|
|
820
776
|
args: PutImageRecipePolicyCommandInput,
|
|
821
777
|
options?: __HttpHandlerOptions
|
|
@@ -829,7 +785,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
829
785
|
options: __HttpHandlerOptions,
|
|
830
786
|
cb: (err: any, data?: PutImageRecipePolicyCommandOutput) => void
|
|
831
787
|
): void;
|
|
832
|
-
|
|
833
788
|
startImagePipelineExecution(
|
|
834
789
|
args: StartImagePipelineExecutionCommandInput,
|
|
835
790
|
options?: __HttpHandlerOptions
|
|
@@ -843,7 +798,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
843
798
|
options: __HttpHandlerOptions,
|
|
844
799
|
cb: (err: any, data?: StartImagePipelineExecutionCommandOutput) => void
|
|
845
800
|
): void;
|
|
846
|
-
|
|
847
801
|
tagResource(
|
|
848
802
|
args: TagResourceCommandInput,
|
|
849
803
|
options?: __HttpHandlerOptions
|
|
@@ -857,7 +811,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
857
811
|
options: __HttpHandlerOptions,
|
|
858
812
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
859
813
|
): void;
|
|
860
|
-
|
|
861
814
|
untagResource(
|
|
862
815
|
args: UntagResourceCommandInput,
|
|
863
816
|
options?: __HttpHandlerOptions
|
|
@@ -871,7 +824,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
871
824
|
options: __HttpHandlerOptions,
|
|
872
825
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
873
826
|
): void;
|
|
874
|
-
|
|
875
827
|
updateDistributionConfiguration(
|
|
876
828
|
args: UpdateDistributionConfigurationCommandInput,
|
|
877
829
|
options?: __HttpHandlerOptions
|
|
@@ -885,7 +837,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
885
837
|
options: __HttpHandlerOptions,
|
|
886
838
|
cb: (err: any, data?: UpdateDistributionConfigurationCommandOutput) => void
|
|
887
839
|
): void;
|
|
888
|
-
|
|
889
840
|
updateImagePipeline(
|
|
890
841
|
args: UpdateImagePipelineCommandInput,
|
|
891
842
|
options?: __HttpHandlerOptions
|
|
@@ -899,7 +850,6 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
899
850
|
options: __HttpHandlerOptions,
|
|
900
851
|
cb: (err: any, data?: UpdateImagePipelineCommandOutput) => void
|
|
901
852
|
): void;
|
|
902
|
-
|
|
903
853
|
updateInfrastructureConfiguration(
|
|
904
854
|
args: UpdateInfrastructureConfigurationCommandInput,
|
|
905
855
|
options?: __HttpHandlerOptions
|
|
@@ -347,47 +347,26 @@ export declare type ServiceOutputTypes =
|
|
|
347
347
|
export interface ClientDefaults
|
|
348
348
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
349
349
|
requestHandler?: __HttpHandler;
|
|
350
|
-
|
|
351
350
|
sha256?: __HashConstructor;
|
|
352
|
-
|
|
353
351
|
urlParser?: __UrlParser;
|
|
354
|
-
|
|
355
352
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
356
|
-
|
|
357
353
|
streamCollector?: __StreamCollector;
|
|
358
|
-
|
|
359
354
|
base64Decoder?: __Decoder;
|
|
360
|
-
|
|
361
355
|
base64Encoder?: __Encoder;
|
|
362
|
-
|
|
363
356
|
utf8Decoder?: __Decoder;
|
|
364
|
-
|
|
365
357
|
utf8Encoder?: __Encoder;
|
|
366
|
-
|
|
367
358
|
runtime?: string;
|
|
368
|
-
|
|
369
359
|
disableHostPrefix?: boolean;
|
|
370
|
-
|
|
371
360
|
maxAttempts?: number | __Provider<number>;
|
|
372
|
-
|
|
373
361
|
retryMode?: string | __Provider<string>;
|
|
374
|
-
|
|
375
362
|
logger?: __Logger;
|
|
376
|
-
|
|
377
363
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
378
|
-
|
|
379
364
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
380
|
-
|
|
381
365
|
serviceId?: string;
|
|
382
|
-
|
|
383
366
|
region?: string | __Provider<string>;
|
|
384
|
-
|
|
385
367
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
386
|
-
|
|
387
368
|
regionInfoProvider?: RegionInfoProvider;
|
|
388
|
-
|
|
389
369
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
390
|
-
|
|
391
370
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
392
371
|
}
|
|
393
372
|
declare type ImagebuilderClientConfigType = Partial<
|
|
@@ -400,7 +379,6 @@ declare type ImagebuilderClientConfigType = Partial<
|
|
|
400
379
|
HostHeaderInputConfig &
|
|
401
380
|
AwsAuthInputConfig &
|
|
402
381
|
UserAgentInputConfig;
|
|
403
|
-
|
|
404
382
|
export interface ImagebuilderClientConfig
|
|
405
383
|
extends ImagebuilderClientConfigType {}
|
|
406
384
|
declare type ImagebuilderClientResolvedConfigType =
|
|
@@ -412,10 +390,8 @@ declare type ImagebuilderClientResolvedConfigType =
|
|
|
412
390
|
HostHeaderResolvedConfig &
|
|
413
391
|
AwsAuthResolvedConfig &
|
|
414
392
|
UserAgentResolvedConfig;
|
|
415
|
-
|
|
416
393
|
export interface ImagebuilderClientResolvedConfig
|
|
417
394
|
extends ImagebuilderClientResolvedConfigType {}
|
|
418
|
-
|
|
419
395
|
export declare class ImagebuilderClient extends __Client<
|
|
420
396
|
__HttpHandlerOptions,
|
|
421
397
|
ServiceInputTypes,
|
|
@@ -424,7 +400,6 @@ export declare class ImagebuilderClient extends __Client<
|
|
|
424
400
|
> {
|
|
425
401
|
readonly config: ImagebuilderClientResolvedConfig;
|
|
426
402
|
constructor(configuration: ImagebuilderClientConfig);
|
|
427
|
-
|
|
428
403
|
destroy(): void;
|
|
429
404
|
}
|
|
430
405
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface CancelImageCreationCommandInput
|
|
|
19
19
|
export interface CancelImageCreationCommandOutput
|
|
20
20
|
extends CancelImageCreationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CancelImageCreationCommand extends $Command<
|
|
24
23
|
CancelImageCreationCommandInput,
|
|
25
24
|
CancelImageCreationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CancelImageCreationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CancelImageCreationCommandInput;
|
|
29
28
|
constructor(input: CancelImageCreationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ImagebuilderClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateComponentCommandInput extends CreateComponentRequest {}
|
|
|
18
18
|
export interface CreateComponentCommandOutput
|
|
19
19
|
extends CreateComponentResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateComponentCommand extends $Command<
|
|
23
22
|
CreateComponentCommandInput,
|
|
24
23
|
CreateComponentCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateComponentCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateComponentCommandInput;
|
|
28
27
|
constructor(input: CreateComponentCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ImagebuilderClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateContainerRecipeCommandInput
|
|
|
19
19
|
export interface CreateContainerRecipeCommandOutput
|
|
20
20
|
extends CreateContainerRecipeResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateContainerRecipeCommand extends $Command<
|
|
24
23
|
CreateContainerRecipeCommandInput,
|
|
25
24
|
CreateContainerRecipeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateContainerRecipeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateContainerRecipeCommandInput;
|
|
29
28
|
constructor(input: CreateContainerRecipeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ImagebuilderClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateDistributionConfigurationCommandInput
|
|
|
19
19
|
export interface CreateDistributionConfigurationCommandOutput
|
|
20
20
|
extends CreateDistributionConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateDistributionConfigurationCommand extends $Command<
|
|
24
23
|
CreateDistributionConfigurationCommandInput,
|
|
25
24
|
CreateDistributionConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateDistributionConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateDistributionConfigurationCommandInput;
|
|
29
28
|
constructor(input: CreateDistributionConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ImagebuilderClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateImageCommandInput extends CreateImageRequest {}
|
|
|
15
15
|
export interface CreateImageCommandOutput
|
|
16
16
|
extends CreateImageResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateImageCommand extends $Command<
|
|
20
19
|
CreateImageCommandInput,
|
|
21
20
|
CreateImageCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateImageCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateImageCommandInput;
|
|
25
24
|
constructor(input: CreateImageCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ImagebuilderClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateImagePipelineCommandInput
|
|
|
19
19
|
export interface CreateImagePipelineCommandOutput
|
|
20
20
|
extends CreateImagePipelineResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateImagePipelineCommand extends $Command<
|
|
24
23
|
CreateImagePipelineCommandInput,
|
|
25
24
|
CreateImagePipelineCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateImagePipelineCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateImagePipelineCommandInput;
|
|
29
28
|
constructor(input: CreateImagePipelineCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ImagebuilderClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateImageRecipeCommandInput
|
|
|
19
19
|
export interface CreateImageRecipeCommandOutput
|
|
20
20
|
extends CreateImageRecipeResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateImageRecipeCommand extends $Command<
|
|
24
23
|
CreateImageRecipeCommandInput,
|
|
25
24
|
CreateImageRecipeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateImageRecipeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateImageRecipeCommandInput;
|
|
29
28
|
constructor(input: CreateImageRecipeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ImagebuilderClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateInfrastructureConfigurationCommandInput
|
|
|
19
19
|
export interface CreateInfrastructureConfigurationCommandOutput
|
|
20
20
|
extends CreateInfrastructureConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateInfrastructureConfigurationCommand extends $Command<
|
|
24
23
|
CreateInfrastructureConfigurationCommandInput,
|
|
25
24
|
CreateInfrastructureConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateInfrastructureConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateInfrastructureConfigurationCommandInput;
|
|
29
28
|
constructor(input: CreateInfrastructureConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ImagebuilderClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteComponentCommandInput extends DeleteComponentRequest {}
|
|
|
18
18
|
export interface DeleteComponentCommandOutput
|
|
19
19
|
extends DeleteComponentResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteComponentCommand extends $Command<
|
|
23
22
|
DeleteComponentCommandInput,
|
|
24
23
|
DeleteComponentCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteComponentCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteComponentCommandInput;
|
|
28
27
|
constructor(input: DeleteComponentCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ImagebuilderClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteContainerRecipeCommandInput
|
|
|
19
19
|
export interface DeleteContainerRecipeCommandOutput
|
|
20
20
|
extends DeleteContainerRecipeResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteContainerRecipeCommand extends $Command<
|
|
24
23
|
DeleteContainerRecipeCommandInput,
|
|
25
24
|
DeleteContainerRecipeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteContainerRecipeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteContainerRecipeCommandInput;
|
|
29
28
|
constructor(input: DeleteContainerRecipeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ImagebuilderClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteDistributionConfigurationCommandInput
|
|
|
19
19
|
export interface DeleteDistributionConfigurationCommandOutput
|
|
20
20
|
extends DeleteDistributionConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteDistributionConfigurationCommand extends $Command<
|
|
24
23
|
DeleteDistributionConfigurationCommandInput,
|
|
25
24
|
DeleteDistributionConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteDistributionConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteDistributionConfigurationCommandInput;
|
|
29
28
|
constructor(input: DeleteDistributionConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ImagebuilderClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteImageCommandInput extends DeleteImageRequest {}
|
|
|
15
15
|
export interface DeleteImageCommandOutput
|
|
16
16
|
extends DeleteImageResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteImageCommand extends $Command<
|
|
20
19
|
DeleteImageCommandInput,
|
|
21
20
|
DeleteImageCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteImageCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteImageCommandInput;
|
|
25
24
|
constructor(input: DeleteImageCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ImagebuilderClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteImagePipelineCommandInput
|
|
|
19
19
|
export interface DeleteImagePipelineCommandOutput
|
|
20
20
|
extends DeleteImagePipelineResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteImagePipelineCommand extends $Command<
|
|
24
23
|
DeleteImagePipelineCommandInput,
|
|
25
24
|
DeleteImagePipelineCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteImagePipelineCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteImagePipelineCommandInput;
|
|
29
28
|
constructor(input: DeleteImagePipelineCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ImagebuilderClientResolvedConfig,
|