@aws-sdk/client-imagebuilder 3.303.0 → 3.309.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.
Files changed (117) hide show
  1. package/dist-cjs/commands/CancelImageCreationCommand.js +2 -2
  2. package/dist-cjs/commands/CreateComponentCommand.js +2 -2
  3. package/dist-cjs/commands/CreateContainerRecipeCommand.js +2 -2
  4. package/dist-cjs/commands/CreateDistributionConfigurationCommand.js +2 -2
  5. package/dist-cjs/commands/CreateImageCommand.js +2 -2
  6. package/dist-cjs/commands/CreateImagePipelineCommand.js +2 -2
  7. package/dist-cjs/commands/CreateImageRecipeCommand.js +2 -2
  8. package/dist-cjs/commands/CreateInfrastructureConfigurationCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteComponentCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteContainerRecipeCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteDistributionConfigurationCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteImageCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteImagePipelineCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteImageRecipeCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteInfrastructureConfigurationCommand.js +2 -2
  16. package/dist-cjs/commands/GetComponentCommand.js +2 -2
  17. package/dist-cjs/commands/GetComponentPolicyCommand.js +2 -2
  18. package/dist-cjs/commands/GetContainerRecipeCommand.js +2 -2
  19. package/dist-cjs/commands/GetContainerRecipePolicyCommand.js +2 -2
  20. package/dist-cjs/commands/GetDistributionConfigurationCommand.js +2 -2
  21. package/dist-cjs/commands/GetImageCommand.js +2 -2
  22. package/dist-cjs/commands/GetImagePipelineCommand.js +2 -2
  23. package/dist-cjs/commands/GetImagePolicyCommand.js +2 -2
  24. package/dist-cjs/commands/GetImageRecipeCommand.js +2 -2
  25. package/dist-cjs/commands/GetImageRecipePolicyCommand.js +2 -2
  26. package/dist-cjs/commands/GetInfrastructureConfigurationCommand.js +2 -2
  27. package/dist-cjs/commands/GetWorkflowExecutionCommand.js +2 -2
  28. package/dist-cjs/commands/GetWorkflowStepExecutionCommand.js +2 -2
  29. package/dist-cjs/commands/ImportComponentCommand.js +2 -2
  30. package/dist-cjs/commands/ImportVmImageCommand.js +2 -2
  31. package/dist-cjs/commands/ListComponentBuildVersionsCommand.js +2 -2
  32. package/dist-cjs/commands/ListComponentsCommand.js +2 -2
  33. package/dist-cjs/commands/ListContainerRecipesCommand.js +2 -2
  34. package/dist-cjs/commands/ListDistributionConfigurationsCommand.js +2 -2
  35. package/dist-cjs/commands/ListImageBuildVersionsCommand.js +2 -2
  36. package/dist-cjs/commands/ListImagePackagesCommand.js +2 -2
  37. package/dist-cjs/commands/ListImagePipelineImagesCommand.js +2 -2
  38. package/dist-cjs/commands/ListImagePipelinesCommand.js +2 -2
  39. package/dist-cjs/commands/ListImageRecipesCommand.js +2 -2
  40. package/dist-cjs/commands/ListImageScanFindingAggregationsCommand.js +2 -2
  41. package/dist-cjs/commands/ListImageScanFindingsCommand.js +2 -2
  42. package/dist-cjs/commands/ListImagesCommand.js +2 -2
  43. package/dist-cjs/commands/ListInfrastructureConfigurationsCommand.js +2 -2
  44. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  45. package/dist-cjs/commands/ListWorkflowExecutionsCommand.js +2 -2
  46. package/dist-cjs/commands/ListWorkflowStepExecutionsCommand.js +2 -2
  47. package/dist-cjs/commands/PutComponentPolicyCommand.js +2 -2
  48. package/dist-cjs/commands/PutContainerRecipePolicyCommand.js +2 -2
  49. package/dist-cjs/commands/PutImagePolicyCommand.js +2 -2
  50. package/dist-cjs/commands/PutImageRecipePolicyCommand.js +2 -2
  51. package/dist-cjs/commands/StartImagePipelineExecutionCommand.js +2 -2
  52. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  53. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  54. package/dist-cjs/commands/UpdateDistributionConfigurationCommand.js +2 -2
  55. package/dist-cjs/commands/UpdateImagePipelineCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateInfrastructureConfigurationCommand.js +2 -2
  57. package/dist-cjs/protocols/Aws_restJson1.js +1138 -1234
  58. package/dist-es/commands/CancelImageCreationCommand.js +3 -3
  59. package/dist-es/commands/CreateComponentCommand.js +3 -3
  60. package/dist-es/commands/CreateContainerRecipeCommand.js +3 -3
  61. package/dist-es/commands/CreateDistributionConfigurationCommand.js +3 -3
  62. package/dist-es/commands/CreateImageCommand.js +3 -3
  63. package/dist-es/commands/CreateImagePipelineCommand.js +3 -3
  64. package/dist-es/commands/CreateImageRecipeCommand.js +3 -3
  65. package/dist-es/commands/CreateInfrastructureConfigurationCommand.js +3 -3
  66. package/dist-es/commands/DeleteComponentCommand.js +3 -3
  67. package/dist-es/commands/DeleteContainerRecipeCommand.js +3 -3
  68. package/dist-es/commands/DeleteDistributionConfigurationCommand.js +3 -3
  69. package/dist-es/commands/DeleteImageCommand.js +3 -3
  70. package/dist-es/commands/DeleteImagePipelineCommand.js +3 -3
  71. package/dist-es/commands/DeleteImageRecipeCommand.js +3 -3
  72. package/dist-es/commands/DeleteInfrastructureConfigurationCommand.js +3 -3
  73. package/dist-es/commands/GetComponentCommand.js +3 -3
  74. package/dist-es/commands/GetComponentPolicyCommand.js +3 -3
  75. package/dist-es/commands/GetContainerRecipeCommand.js +3 -3
  76. package/dist-es/commands/GetContainerRecipePolicyCommand.js +3 -3
  77. package/dist-es/commands/GetDistributionConfigurationCommand.js +3 -3
  78. package/dist-es/commands/GetImageCommand.js +3 -3
  79. package/dist-es/commands/GetImagePipelineCommand.js +3 -3
  80. package/dist-es/commands/GetImagePolicyCommand.js +3 -3
  81. package/dist-es/commands/GetImageRecipeCommand.js +3 -3
  82. package/dist-es/commands/GetImageRecipePolicyCommand.js +3 -3
  83. package/dist-es/commands/GetInfrastructureConfigurationCommand.js +3 -3
  84. package/dist-es/commands/GetWorkflowExecutionCommand.js +3 -3
  85. package/dist-es/commands/GetWorkflowStepExecutionCommand.js +3 -3
  86. package/dist-es/commands/ImportComponentCommand.js +3 -3
  87. package/dist-es/commands/ImportVmImageCommand.js +3 -3
  88. package/dist-es/commands/ListComponentBuildVersionsCommand.js +3 -3
  89. package/dist-es/commands/ListComponentsCommand.js +3 -3
  90. package/dist-es/commands/ListContainerRecipesCommand.js +3 -3
  91. package/dist-es/commands/ListDistributionConfigurationsCommand.js +3 -3
  92. package/dist-es/commands/ListImageBuildVersionsCommand.js +3 -3
  93. package/dist-es/commands/ListImagePackagesCommand.js +3 -3
  94. package/dist-es/commands/ListImagePipelineImagesCommand.js +3 -3
  95. package/dist-es/commands/ListImagePipelinesCommand.js +3 -3
  96. package/dist-es/commands/ListImageRecipesCommand.js +3 -3
  97. package/dist-es/commands/ListImageScanFindingAggregationsCommand.js +3 -3
  98. package/dist-es/commands/ListImageScanFindingsCommand.js +3 -3
  99. package/dist-es/commands/ListImagesCommand.js +3 -3
  100. package/dist-es/commands/ListInfrastructureConfigurationsCommand.js +3 -3
  101. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  102. package/dist-es/commands/ListWorkflowExecutionsCommand.js +3 -3
  103. package/dist-es/commands/ListWorkflowStepExecutionsCommand.js +3 -3
  104. package/dist-es/commands/PutComponentPolicyCommand.js +3 -3
  105. package/dist-es/commands/PutContainerRecipePolicyCommand.js +3 -3
  106. package/dist-es/commands/PutImagePolicyCommand.js +3 -3
  107. package/dist-es/commands/PutImageRecipePolicyCommand.js +3 -3
  108. package/dist-es/commands/StartImagePipelineExecutionCommand.js +3 -3
  109. package/dist-es/commands/TagResourceCommand.js +3 -3
  110. package/dist-es/commands/UntagResourceCommand.js +3 -3
  111. package/dist-es/commands/UpdateDistributionConfigurationCommand.js +3 -3
  112. package/dist-es/commands/UpdateImagePipelineCommand.js +3 -3
  113. package/dist-es/commands/UpdateInfrastructureConfigurationCommand.js +3 -3
  114. package/dist-es/protocols/Aws_restJson1.js +1023 -1119
  115. package/dist-types/protocols/Aws_restJson1.d.ts +448 -112
  116. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +112 -112
  117. package/package.json +29 -29
@@ -227,451 +227,451 @@ import {
227
227
  UpdateInfrastructureConfigurationCommandInput,
228
228
  UpdateInfrastructureConfigurationCommandOutput,
229
229
  } from "../commands/UpdateInfrastructureConfigurationCommand";
230
- export declare const serializeAws_restJson1CancelImageCreationCommand: (
230
+ export declare const se_CancelImageCreationCommand: (
231
231
  input: CancelImageCreationCommandInput,
232
232
  context: __SerdeContext
233
233
  ) => Promise<__HttpRequest>;
234
- export declare const serializeAws_restJson1CreateComponentCommand: (
234
+ export declare const se_CreateComponentCommand: (
235
235
  input: CreateComponentCommandInput,
236
236
  context: __SerdeContext
237
237
  ) => Promise<__HttpRequest>;
238
- export declare const serializeAws_restJson1CreateContainerRecipeCommand: (
238
+ export declare const se_CreateContainerRecipeCommand: (
239
239
  input: CreateContainerRecipeCommandInput,
240
240
  context: __SerdeContext
241
241
  ) => Promise<__HttpRequest>;
242
- export declare const serializeAws_restJson1CreateDistributionConfigurationCommand: (
242
+ export declare const se_CreateDistributionConfigurationCommand: (
243
243
  input: CreateDistributionConfigurationCommandInput,
244
244
  context: __SerdeContext
245
245
  ) => Promise<__HttpRequest>;
246
- export declare const serializeAws_restJson1CreateImageCommand: (
246
+ export declare const se_CreateImageCommand: (
247
247
  input: CreateImageCommandInput,
248
248
  context: __SerdeContext
249
249
  ) => Promise<__HttpRequest>;
250
- export declare const serializeAws_restJson1CreateImagePipelineCommand: (
250
+ export declare const se_CreateImagePipelineCommand: (
251
251
  input: CreateImagePipelineCommandInput,
252
252
  context: __SerdeContext
253
253
  ) => Promise<__HttpRequest>;
254
- export declare const serializeAws_restJson1CreateImageRecipeCommand: (
254
+ export declare const se_CreateImageRecipeCommand: (
255
255
  input: CreateImageRecipeCommandInput,
256
256
  context: __SerdeContext
257
257
  ) => Promise<__HttpRequest>;
258
- export declare const serializeAws_restJson1CreateInfrastructureConfigurationCommand: (
258
+ export declare const se_CreateInfrastructureConfigurationCommand: (
259
259
  input: CreateInfrastructureConfigurationCommandInput,
260
260
  context: __SerdeContext
261
261
  ) => Promise<__HttpRequest>;
262
- export declare const serializeAws_restJson1DeleteComponentCommand: (
262
+ export declare const se_DeleteComponentCommand: (
263
263
  input: DeleteComponentCommandInput,
264
264
  context: __SerdeContext
265
265
  ) => Promise<__HttpRequest>;
266
- export declare const serializeAws_restJson1DeleteContainerRecipeCommand: (
266
+ export declare const se_DeleteContainerRecipeCommand: (
267
267
  input: DeleteContainerRecipeCommandInput,
268
268
  context: __SerdeContext
269
269
  ) => Promise<__HttpRequest>;
270
- export declare const serializeAws_restJson1DeleteDistributionConfigurationCommand: (
270
+ export declare const se_DeleteDistributionConfigurationCommand: (
271
271
  input: DeleteDistributionConfigurationCommandInput,
272
272
  context: __SerdeContext
273
273
  ) => Promise<__HttpRequest>;
274
- export declare const serializeAws_restJson1DeleteImageCommand: (
274
+ export declare const se_DeleteImageCommand: (
275
275
  input: DeleteImageCommandInput,
276
276
  context: __SerdeContext
277
277
  ) => Promise<__HttpRequest>;
278
- export declare const serializeAws_restJson1DeleteImagePipelineCommand: (
278
+ export declare const se_DeleteImagePipelineCommand: (
279
279
  input: DeleteImagePipelineCommandInput,
280
280
  context: __SerdeContext
281
281
  ) => Promise<__HttpRequest>;
282
- export declare const serializeAws_restJson1DeleteImageRecipeCommand: (
282
+ export declare const se_DeleteImageRecipeCommand: (
283
283
  input: DeleteImageRecipeCommandInput,
284
284
  context: __SerdeContext
285
285
  ) => Promise<__HttpRequest>;
286
- export declare const serializeAws_restJson1DeleteInfrastructureConfigurationCommand: (
286
+ export declare const se_DeleteInfrastructureConfigurationCommand: (
287
287
  input: DeleteInfrastructureConfigurationCommandInput,
288
288
  context: __SerdeContext
289
289
  ) => Promise<__HttpRequest>;
290
- export declare const serializeAws_restJson1GetComponentCommand: (
290
+ export declare const se_GetComponentCommand: (
291
291
  input: GetComponentCommandInput,
292
292
  context: __SerdeContext
293
293
  ) => Promise<__HttpRequest>;
294
- export declare const serializeAws_restJson1GetComponentPolicyCommand: (
294
+ export declare const se_GetComponentPolicyCommand: (
295
295
  input: GetComponentPolicyCommandInput,
296
296
  context: __SerdeContext
297
297
  ) => Promise<__HttpRequest>;
298
- export declare const serializeAws_restJson1GetContainerRecipeCommand: (
298
+ export declare const se_GetContainerRecipeCommand: (
299
299
  input: GetContainerRecipeCommandInput,
300
300
  context: __SerdeContext
301
301
  ) => Promise<__HttpRequest>;
302
- export declare const serializeAws_restJson1GetContainerRecipePolicyCommand: (
302
+ export declare const se_GetContainerRecipePolicyCommand: (
303
303
  input: GetContainerRecipePolicyCommandInput,
304
304
  context: __SerdeContext
305
305
  ) => Promise<__HttpRequest>;
306
- export declare const serializeAws_restJson1GetDistributionConfigurationCommand: (
306
+ export declare const se_GetDistributionConfigurationCommand: (
307
307
  input: GetDistributionConfigurationCommandInput,
308
308
  context: __SerdeContext
309
309
  ) => Promise<__HttpRequest>;
310
- export declare const serializeAws_restJson1GetImageCommand: (
310
+ export declare const se_GetImageCommand: (
311
311
  input: GetImageCommandInput,
312
312
  context: __SerdeContext
313
313
  ) => Promise<__HttpRequest>;
314
- export declare const serializeAws_restJson1GetImagePipelineCommand: (
314
+ export declare const se_GetImagePipelineCommand: (
315
315
  input: GetImagePipelineCommandInput,
316
316
  context: __SerdeContext
317
317
  ) => Promise<__HttpRequest>;
318
- export declare const serializeAws_restJson1GetImagePolicyCommand: (
318
+ export declare const se_GetImagePolicyCommand: (
319
319
  input: GetImagePolicyCommandInput,
320
320
  context: __SerdeContext
321
321
  ) => Promise<__HttpRequest>;
322
- export declare const serializeAws_restJson1GetImageRecipeCommand: (
322
+ export declare const se_GetImageRecipeCommand: (
323
323
  input: GetImageRecipeCommandInput,
324
324
  context: __SerdeContext
325
325
  ) => Promise<__HttpRequest>;
326
- export declare const serializeAws_restJson1GetImageRecipePolicyCommand: (
326
+ export declare const se_GetImageRecipePolicyCommand: (
327
327
  input: GetImageRecipePolicyCommandInput,
328
328
  context: __SerdeContext
329
329
  ) => Promise<__HttpRequest>;
330
- export declare const serializeAws_restJson1GetInfrastructureConfigurationCommand: (
330
+ export declare const se_GetInfrastructureConfigurationCommand: (
331
331
  input: GetInfrastructureConfigurationCommandInput,
332
332
  context: __SerdeContext
333
333
  ) => Promise<__HttpRequest>;
334
- export declare const serializeAws_restJson1GetWorkflowExecutionCommand: (
334
+ export declare const se_GetWorkflowExecutionCommand: (
335
335
  input: GetWorkflowExecutionCommandInput,
336
336
  context: __SerdeContext
337
337
  ) => Promise<__HttpRequest>;
338
- export declare const serializeAws_restJson1GetWorkflowStepExecutionCommand: (
338
+ export declare const se_GetWorkflowStepExecutionCommand: (
339
339
  input: GetWorkflowStepExecutionCommandInput,
340
340
  context: __SerdeContext
341
341
  ) => Promise<__HttpRequest>;
342
- export declare const serializeAws_restJson1ImportComponentCommand: (
342
+ export declare const se_ImportComponentCommand: (
343
343
  input: ImportComponentCommandInput,
344
344
  context: __SerdeContext
345
345
  ) => Promise<__HttpRequest>;
346
- export declare const serializeAws_restJson1ImportVmImageCommand: (
346
+ export declare const se_ImportVmImageCommand: (
347
347
  input: ImportVmImageCommandInput,
348
348
  context: __SerdeContext
349
349
  ) => Promise<__HttpRequest>;
350
- export declare const serializeAws_restJson1ListComponentBuildVersionsCommand: (
350
+ export declare const se_ListComponentBuildVersionsCommand: (
351
351
  input: ListComponentBuildVersionsCommandInput,
352
352
  context: __SerdeContext
353
353
  ) => Promise<__HttpRequest>;
354
- export declare const serializeAws_restJson1ListComponentsCommand: (
354
+ export declare const se_ListComponentsCommand: (
355
355
  input: ListComponentsCommandInput,
356
356
  context: __SerdeContext
357
357
  ) => Promise<__HttpRequest>;
358
- export declare const serializeAws_restJson1ListContainerRecipesCommand: (
358
+ export declare const se_ListContainerRecipesCommand: (
359
359
  input: ListContainerRecipesCommandInput,
360
360
  context: __SerdeContext
361
361
  ) => Promise<__HttpRequest>;
362
- export declare const serializeAws_restJson1ListDistributionConfigurationsCommand: (
362
+ export declare const se_ListDistributionConfigurationsCommand: (
363
363
  input: ListDistributionConfigurationsCommandInput,
364
364
  context: __SerdeContext
365
365
  ) => Promise<__HttpRequest>;
366
- export declare const serializeAws_restJson1ListImageBuildVersionsCommand: (
366
+ export declare const se_ListImageBuildVersionsCommand: (
367
367
  input: ListImageBuildVersionsCommandInput,
368
368
  context: __SerdeContext
369
369
  ) => Promise<__HttpRequest>;
370
- export declare const serializeAws_restJson1ListImagePackagesCommand: (
370
+ export declare const se_ListImagePackagesCommand: (
371
371
  input: ListImagePackagesCommandInput,
372
372
  context: __SerdeContext
373
373
  ) => Promise<__HttpRequest>;
374
- export declare const serializeAws_restJson1ListImagePipelineImagesCommand: (
374
+ export declare const se_ListImagePipelineImagesCommand: (
375
375
  input: ListImagePipelineImagesCommandInput,
376
376
  context: __SerdeContext
377
377
  ) => Promise<__HttpRequest>;
378
- export declare const serializeAws_restJson1ListImagePipelinesCommand: (
378
+ export declare const se_ListImagePipelinesCommand: (
379
379
  input: ListImagePipelinesCommandInput,
380
380
  context: __SerdeContext
381
381
  ) => Promise<__HttpRequest>;
382
- export declare const serializeAws_restJson1ListImageRecipesCommand: (
382
+ export declare const se_ListImageRecipesCommand: (
383
383
  input: ListImageRecipesCommandInput,
384
384
  context: __SerdeContext
385
385
  ) => Promise<__HttpRequest>;
386
- export declare const serializeAws_restJson1ListImagesCommand: (
386
+ export declare const se_ListImagesCommand: (
387
387
  input: ListImagesCommandInput,
388
388
  context: __SerdeContext
389
389
  ) => Promise<__HttpRequest>;
390
- export declare const serializeAws_restJson1ListImageScanFindingAggregationsCommand: (
390
+ export declare const se_ListImageScanFindingAggregationsCommand: (
391
391
  input: ListImageScanFindingAggregationsCommandInput,
392
392
  context: __SerdeContext
393
393
  ) => Promise<__HttpRequest>;
394
- export declare const serializeAws_restJson1ListImageScanFindingsCommand: (
394
+ export declare const se_ListImageScanFindingsCommand: (
395
395
  input: ListImageScanFindingsCommandInput,
396
396
  context: __SerdeContext
397
397
  ) => Promise<__HttpRequest>;
398
- export declare const serializeAws_restJson1ListInfrastructureConfigurationsCommand: (
398
+ export declare const se_ListInfrastructureConfigurationsCommand: (
399
399
  input: ListInfrastructureConfigurationsCommandInput,
400
400
  context: __SerdeContext
401
401
  ) => Promise<__HttpRequest>;
402
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
402
+ export declare const se_ListTagsForResourceCommand: (
403
403
  input: ListTagsForResourceCommandInput,
404
404
  context: __SerdeContext
405
405
  ) => Promise<__HttpRequest>;
406
- export declare const serializeAws_restJson1ListWorkflowExecutionsCommand: (
406
+ export declare const se_ListWorkflowExecutionsCommand: (
407
407
  input: ListWorkflowExecutionsCommandInput,
408
408
  context: __SerdeContext
409
409
  ) => Promise<__HttpRequest>;
410
- export declare const serializeAws_restJson1ListWorkflowStepExecutionsCommand: (
410
+ export declare const se_ListWorkflowStepExecutionsCommand: (
411
411
  input: ListWorkflowStepExecutionsCommandInput,
412
412
  context: __SerdeContext
413
413
  ) => Promise<__HttpRequest>;
414
- export declare const serializeAws_restJson1PutComponentPolicyCommand: (
414
+ export declare const se_PutComponentPolicyCommand: (
415
415
  input: PutComponentPolicyCommandInput,
416
416
  context: __SerdeContext
417
417
  ) => Promise<__HttpRequest>;
418
- export declare const serializeAws_restJson1PutContainerRecipePolicyCommand: (
418
+ export declare const se_PutContainerRecipePolicyCommand: (
419
419
  input: PutContainerRecipePolicyCommandInput,
420
420
  context: __SerdeContext
421
421
  ) => Promise<__HttpRequest>;
422
- export declare const serializeAws_restJson1PutImagePolicyCommand: (
422
+ export declare const se_PutImagePolicyCommand: (
423
423
  input: PutImagePolicyCommandInput,
424
424
  context: __SerdeContext
425
425
  ) => Promise<__HttpRequest>;
426
- export declare const serializeAws_restJson1PutImageRecipePolicyCommand: (
426
+ export declare const se_PutImageRecipePolicyCommand: (
427
427
  input: PutImageRecipePolicyCommandInput,
428
428
  context: __SerdeContext
429
429
  ) => Promise<__HttpRequest>;
430
- export declare const serializeAws_restJson1StartImagePipelineExecutionCommand: (
430
+ export declare const se_StartImagePipelineExecutionCommand: (
431
431
  input: StartImagePipelineExecutionCommandInput,
432
432
  context: __SerdeContext
433
433
  ) => Promise<__HttpRequest>;
434
- export declare const serializeAws_restJson1TagResourceCommand: (
434
+ export declare const se_TagResourceCommand: (
435
435
  input: TagResourceCommandInput,
436
436
  context: __SerdeContext
437
437
  ) => Promise<__HttpRequest>;
438
- export declare const serializeAws_restJson1UntagResourceCommand: (
438
+ export declare const se_UntagResourceCommand: (
439
439
  input: UntagResourceCommandInput,
440
440
  context: __SerdeContext
441
441
  ) => Promise<__HttpRequest>;
442
- export declare const serializeAws_restJson1UpdateDistributionConfigurationCommand: (
442
+ export declare const se_UpdateDistributionConfigurationCommand: (
443
443
  input: UpdateDistributionConfigurationCommandInput,
444
444
  context: __SerdeContext
445
445
  ) => Promise<__HttpRequest>;
446
- export declare const serializeAws_restJson1UpdateImagePipelineCommand: (
446
+ export declare const se_UpdateImagePipelineCommand: (
447
447
  input: UpdateImagePipelineCommandInput,
448
448
  context: __SerdeContext
449
449
  ) => Promise<__HttpRequest>;
450
- export declare const serializeAws_restJson1UpdateInfrastructureConfigurationCommand: (
450
+ export declare const se_UpdateInfrastructureConfigurationCommand: (
451
451
  input: UpdateInfrastructureConfigurationCommandInput,
452
452
  context: __SerdeContext
453
453
  ) => Promise<__HttpRequest>;
454
- export declare const deserializeAws_restJson1CancelImageCreationCommand: (
454
+ export declare const de_CancelImageCreationCommand: (
455
455
  output: __HttpResponse,
456
456
  context: __SerdeContext
457
457
  ) => Promise<CancelImageCreationCommandOutput>;
458
- export declare const deserializeAws_restJson1CreateComponentCommand: (
458
+ export declare const de_CreateComponentCommand: (
459
459
  output: __HttpResponse,
460
460
  context: __SerdeContext
461
461
  ) => Promise<CreateComponentCommandOutput>;
462
- export declare const deserializeAws_restJson1CreateContainerRecipeCommand: (
462
+ export declare const de_CreateContainerRecipeCommand: (
463
463
  output: __HttpResponse,
464
464
  context: __SerdeContext
465
465
  ) => Promise<CreateContainerRecipeCommandOutput>;
466
- export declare const deserializeAws_restJson1CreateDistributionConfigurationCommand: (
466
+ export declare const de_CreateDistributionConfigurationCommand: (
467
467
  output: __HttpResponse,
468
468
  context: __SerdeContext
469
469
  ) => Promise<CreateDistributionConfigurationCommandOutput>;
470
- export declare const deserializeAws_restJson1CreateImageCommand: (
470
+ export declare const de_CreateImageCommand: (
471
471
  output: __HttpResponse,
472
472
  context: __SerdeContext
473
473
  ) => Promise<CreateImageCommandOutput>;
474
- export declare const deserializeAws_restJson1CreateImagePipelineCommand: (
474
+ export declare const de_CreateImagePipelineCommand: (
475
475
  output: __HttpResponse,
476
476
  context: __SerdeContext
477
477
  ) => Promise<CreateImagePipelineCommandOutput>;
478
- export declare const deserializeAws_restJson1CreateImageRecipeCommand: (
478
+ export declare const de_CreateImageRecipeCommand: (
479
479
  output: __HttpResponse,
480
480
  context: __SerdeContext
481
481
  ) => Promise<CreateImageRecipeCommandOutput>;
482
- export declare const deserializeAws_restJson1CreateInfrastructureConfigurationCommand: (
482
+ export declare const de_CreateInfrastructureConfigurationCommand: (
483
483
  output: __HttpResponse,
484
484
  context: __SerdeContext
485
485
  ) => Promise<CreateInfrastructureConfigurationCommandOutput>;
486
- export declare const deserializeAws_restJson1DeleteComponentCommand: (
486
+ export declare const de_DeleteComponentCommand: (
487
487
  output: __HttpResponse,
488
488
  context: __SerdeContext
489
489
  ) => Promise<DeleteComponentCommandOutput>;
490
- export declare const deserializeAws_restJson1DeleteContainerRecipeCommand: (
490
+ export declare const de_DeleteContainerRecipeCommand: (
491
491
  output: __HttpResponse,
492
492
  context: __SerdeContext
493
493
  ) => Promise<DeleteContainerRecipeCommandOutput>;
494
- export declare const deserializeAws_restJson1DeleteDistributionConfigurationCommand: (
494
+ export declare const de_DeleteDistributionConfigurationCommand: (
495
495
  output: __HttpResponse,
496
496
  context: __SerdeContext
497
497
  ) => Promise<DeleteDistributionConfigurationCommandOutput>;
498
- export declare const deserializeAws_restJson1DeleteImageCommand: (
498
+ export declare const de_DeleteImageCommand: (
499
499
  output: __HttpResponse,
500
500
  context: __SerdeContext
501
501
  ) => Promise<DeleteImageCommandOutput>;
502
- export declare const deserializeAws_restJson1DeleteImagePipelineCommand: (
502
+ export declare const de_DeleteImagePipelineCommand: (
503
503
  output: __HttpResponse,
504
504
  context: __SerdeContext
505
505
  ) => Promise<DeleteImagePipelineCommandOutput>;
506
- export declare const deserializeAws_restJson1DeleteImageRecipeCommand: (
506
+ export declare const de_DeleteImageRecipeCommand: (
507
507
  output: __HttpResponse,
508
508
  context: __SerdeContext
509
509
  ) => Promise<DeleteImageRecipeCommandOutput>;
510
- export declare const deserializeAws_restJson1DeleteInfrastructureConfigurationCommand: (
510
+ export declare const de_DeleteInfrastructureConfigurationCommand: (
511
511
  output: __HttpResponse,
512
512
  context: __SerdeContext
513
513
  ) => Promise<DeleteInfrastructureConfigurationCommandOutput>;
514
- export declare const deserializeAws_restJson1GetComponentCommand: (
514
+ export declare const de_GetComponentCommand: (
515
515
  output: __HttpResponse,
516
516
  context: __SerdeContext
517
517
  ) => Promise<GetComponentCommandOutput>;
518
- export declare const deserializeAws_restJson1GetComponentPolicyCommand: (
518
+ export declare const de_GetComponentPolicyCommand: (
519
519
  output: __HttpResponse,
520
520
  context: __SerdeContext
521
521
  ) => Promise<GetComponentPolicyCommandOutput>;
522
- export declare const deserializeAws_restJson1GetContainerRecipeCommand: (
522
+ export declare const de_GetContainerRecipeCommand: (
523
523
  output: __HttpResponse,
524
524
  context: __SerdeContext
525
525
  ) => Promise<GetContainerRecipeCommandOutput>;
526
- export declare const deserializeAws_restJson1GetContainerRecipePolicyCommand: (
526
+ export declare const de_GetContainerRecipePolicyCommand: (
527
527
  output: __HttpResponse,
528
528
  context: __SerdeContext
529
529
  ) => Promise<GetContainerRecipePolicyCommandOutput>;
530
- export declare const deserializeAws_restJson1GetDistributionConfigurationCommand: (
530
+ export declare const de_GetDistributionConfigurationCommand: (
531
531
  output: __HttpResponse,
532
532
  context: __SerdeContext
533
533
  ) => Promise<GetDistributionConfigurationCommandOutput>;
534
- export declare const deserializeAws_restJson1GetImageCommand: (
534
+ export declare const de_GetImageCommand: (
535
535
  output: __HttpResponse,
536
536
  context: __SerdeContext
537
537
  ) => Promise<GetImageCommandOutput>;
538
- export declare const deserializeAws_restJson1GetImagePipelineCommand: (
538
+ export declare const de_GetImagePipelineCommand: (
539
539
  output: __HttpResponse,
540
540
  context: __SerdeContext
541
541
  ) => Promise<GetImagePipelineCommandOutput>;
542
- export declare const deserializeAws_restJson1GetImagePolicyCommand: (
542
+ export declare const de_GetImagePolicyCommand: (
543
543
  output: __HttpResponse,
544
544
  context: __SerdeContext
545
545
  ) => Promise<GetImagePolicyCommandOutput>;
546
- export declare const deserializeAws_restJson1GetImageRecipeCommand: (
546
+ export declare const de_GetImageRecipeCommand: (
547
547
  output: __HttpResponse,
548
548
  context: __SerdeContext
549
549
  ) => Promise<GetImageRecipeCommandOutput>;
550
- export declare const deserializeAws_restJson1GetImageRecipePolicyCommand: (
550
+ export declare const de_GetImageRecipePolicyCommand: (
551
551
  output: __HttpResponse,
552
552
  context: __SerdeContext
553
553
  ) => Promise<GetImageRecipePolicyCommandOutput>;
554
- export declare const deserializeAws_restJson1GetInfrastructureConfigurationCommand: (
554
+ export declare const de_GetInfrastructureConfigurationCommand: (
555
555
  output: __HttpResponse,
556
556
  context: __SerdeContext
557
557
  ) => Promise<GetInfrastructureConfigurationCommandOutput>;
558
- export declare const deserializeAws_restJson1GetWorkflowExecutionCommand: (
558
+ export declare const de_GetWorkflowExecutionCommand: (
559
559
  output: __HttpResponse,
560
560
  context: __SerdeContext
561
561
  ) => Promise<GetWorkflowExecutionCommandOutput>;
562
- export declare const deserializeAws_restJson1GetWorkflowStepExecutionCommand: (
562
+ export declare const de_GetWorkflowStepExecutionCommand: (
563
563
  output: __HttpResponse,
564
564
  context: __SerdeContext
565
565
  ) => Promise<GetWorkflowStepExecutionCommandOutput>;
566
- export declare const deserializeAws_restJson1ImportComponentCommand: (
566
+ export declare const de_ImportComponentCommand: (
567
567
  output: __HttpResponse,
568
568
  context: __SerdeContext
569
569
  ) => Promise<ImportComponentCommandOutput>;
570
- export declare const deserializeAws_restJson1ImportVmImageCommand: (
570
+ export declare const de_ImportVmImageCommand: (
571
571
  output: __HttpResponse,
572
572
  context: __SerdeContext
573
573
  ) => Promise<ImportVmImageCommandOutput>;
574
- export declare const deserializeAws_restJson1ListComponentBuildVersionsCommand: (
574
+ export declare const de_ListComponentBuildVersionsCommand: (
575
575
  output: __HttpResponse,
576
576
  context: __SerdeContext
577
577
  ) => Promise<ListComponentBuildVersionsCommandOutput>;
578
- export declare const deserializeAws_restJson1ListComponentsCommand: (
578
+ export declare const de_ListComponentsCommand: (
579
579
  output: __HttpResponse,
580
580
  context: __SerdeContext
581
581
  ) => Promise<ListComponentsCommandOutput>;
582
- export declare const deserializeAws_restJson1ListContainerRecipesCommand: (
582
+ export declare const de_ListContainerRecipesCommand: (
583
583
  output: __HttpResponse,
584
584
  context: __SerdeContext
585
585
  ) => Promise<ListContainerRecipesCommandOutput>;
586
- export declare const deserializeAws_restJson1ListDistributionConfigurationsCommand: (
586
+ export declare const de_ListDistributionConfigurationsCommand: (
587
587
  output: __HttpResponse,
588
588
  context: __SerdeContext
589
589
  ) => Promise<ListDistributionConfigurationsCommandOutput>;
590
- export declare const deserializeAws_restJson1ListImageBuildVersionsCommand: (
590
+ export declare const de_ListImageBuildVersionsCommand: (
591
591
  output: __HttpResponse,
592
592
  context: __SerdeContext
593
593
  ) => Promise<ListImageBuildVersionsCommandOutput>;
594
- export declare const deserializeAws_restJson1ListImagePackagesCommand: (
594
+ export declare const de_ListImagePackagesCommand: (
595
595
  output: __HttpResponse,
596
596
  context: __SerdeContext
597
597
  ) => Promise<ListImagePackagesCommandOutput>;
598
- export declare const deserializeAws_restJson1ListImagePipelineImagesCommand: (
598
+ export declare const de_ListImagePipelineImagesCommand: (
599
599
  output: __HttpResponse,
600
600
  context: __SerdeContext
601
601
  ) => Promise<ListImagePipelineImagesCommandOutput>;
602
- export declare const deserializeAws_restJson1ListImagePipelinesCommand: (
602
+ export declare const de_ListImagePipelinesCommand: (
603
603
  output: __HttpResponse,
604
604
  context: __SerdeContext
605
605
  ) => Promise<ListImagePipelinesCommandOutput>;
606
- export declare const deserializeAws_restJson1ListImageRecipesCommand: (
606
+ export declare const de_ListImageRecipesCommand: (
607
607
  output: __HttpResponse,
608
608
  context: __SerdeContext
609
609
  ) => Promise<ListImageRecipesCommandOutput>;
610
- export declare const deserializeAws_restJson1ListImagesCommand: (
610
+ export declare const de_ListImagesCommand: (
611
611
  output: __HttpResponse,
612
612
  context: __SerdeContext
613
613
  ) => Promise<ListImagesCommandOutput>;
614
- export declare const deserializeAws_restJson1ListImageScanFindingAggregationsCommand: (
614
+ export declare const de_ListImageScanFindingAggregationsCommand: (
615
615
  output: __HttpResponse,
616
616
  context: __SerdeContext
617
617
  ) => Promise<ListImageScanFindingAggregationsCommandOutput>;
618
- export declare const deserializeAws_restJson1ListImageScanFindingsCommand: (
618
+ export declare const de_ListImageScanFindingsCommand: (
619
619
  output: __HttpResponse,
620
620
  context: __SerdeContext
621
621
  ) => Promise<ListImageScanFindingsCommandOutput>;
622
- export declare const deserializeAws_restJson1ListInfrastructureConfigurationsCommand: (
622
+ export declare const de_ListInfrastructureConfigurationsCommand: (
623
623
  output: __HttpResponse,
624
624
  context: __SerdeContext
625
625
  ) => Promise<ListInfrastructureConfigurationsCommandOutput>;
626
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
626
+ export declare const de_ListTagsForResourceCommand: (
627
627
  output: __HttpResponse,
628
628
  context: __SerdeContext
629
629
  ) => Promise<ListTagsForResourceCommandOutput>;
630
- export declare const deserializeAws_restJson1ListWorkflowExecutionsCommand: (
630
+ export declare const de_ListWorkflowExecutionsCommand: (
631
631
  output: __HttpResponse,
632
632
  context: __SerdeContext
633
633
  ) => Promise<ListWorkflowExecutionsCommandOutput>;
634
- export declare const deserializeAws_restJson1ListWorkflowStepExecutionsCommand: (
634
+ export declare const de_ListWorkflowStepExecutionsCommand: (
635
635
  output: __HttpResponse,
636
636
  context: __SerdeContext
637
637
  ) => Promise<ListWorkflowStepExecutionsCommandOutput>;
638
- export declare const deserializeAws_restJson1PutComponentPolicyCommand: (
638
+ export declare const de_PutComponentPolicyCommand: (
639
639
  output: __HttpResponse,
640
640
  context: __SerdeContext
641
641
  ) => Promise<PutComponentPolicyCommandOutput>;
642
- export declare const deserializeAws_restJson1PutContainerRecipePolicyCommand: (
642
+ export declare const de_PutContainerRecipePolicyCommand: (
643
643
  output: __HttpResponse,
644
644
  context: __SerdeContext
645
645
  ) => Promise<PutContainerRecipePolicyCommandOutput>;
646
- export declare const deserializeAws_restJson1PutImagePolicyCommand: (
646
+ export declare const de_PutImagePolicyCommand: (
647
647
  output: __HttpResponse,
648
648
  context: __SerdeContext
649
649
  ) => Promise<PutImagePolicyCommandOutput>;
650
- export declare const deserializeAws_restJson1PutImageRecipePolicyCommand: (
650
+ export declare const de_PutImageRecipePolicyCommand: (
651
651
  output: __HttpResponse,
652
652
  context: __SerdeContext
653
653
  ) => Promise<PutImageRecipePolicyCommandOutput>;
654
- export declare const deserializeAws_restJson1StartImagePipelineExecutionCommand: (
654
+ export declare const de_StartImagePipelineExecutionCommand: (
655
655
  output: __HttpResponse,
656
656
  context: __SerdeContext
657
657
  ) => Promise<StartImagePipelineExecutionCommandOutput>;
658
- export declare const deserializeAws_restJson1TagResourceCommand: (
658
+ export declare const de_TagResourceCommand: (
659
659
  output: __HttpResponse,
660
660
  context: __SerdeContext
661
661
  ) => Promise<TagResourceCommandOutput>;
662
- export declare const deserializeAws_restJson1UntagResourceCommand: (
662
+ export declare const de_UntagResourceCommand: (
663
663
  output: __HttpResponse,
664
664
  context: __SerdeContext
665
665
  ) => Promise<UntagResourceCommandOutput>;
666
- export declare const deserializeAws_restJson1UpdateDistributionConfigurationCommand: (
666
+ export declare const de_UpdateDistributionConfigurationCommand: (
667
667
  output: __HttpResponse,
668
668
  context: __SerdeContext
669
669
  ) => Promise<UpdateDistributionConfigurationCommandOutput>;
670
- export declare const deserializeAws_restJson1UpdateImagePipelineCommand: (
670
+ export declare const de_UpdateImagePipelineCommand: (
671
671
  output: __HttpResponse,
672
672
  context: __SerdeContext
673
673
  ) => Promise<UpdateImagePipelineCommandOutput>;
674
- export declare const deserializeAws_restJson1UpdateInfrastructureConfigurationCommand: (
674
+ export declare const de_UpdateInfrastructureConfigurationCommand: (
675
675
  output: __HttpResponse,
676
676
  context: __SerdeContext
677
677
  ) => Promise<UpdateInfrastructureConfigurationCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-imagebuilder",
3
3
  "description": "AWS SDK for JavaScript Imagebuilder Client for Node.js, Browser and React Native",
4
- "version": "3.303.0",
4
+ "version": "3.309.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,37 +21,37 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.303.0",
25
- "@aws-sdk/config-resolver": "3.303.0",
26
- "@aws-sdk/credential-provider-node": "3.303.0",
27
- "@aws-sdk/fetch-http-handler": "3.303.0",
28
- "@aws-sdk/hash-node": "3.303.0",
29
- "@aws-sdk/invalid-dependency": "3.303.0",
30
- "@aws-sdk/middleware-content-length": "3.303.0",
31
- "@aws-sdk/middleware-endpoint": "3.303.0",
32
- "@aws-sdk/middleware-host-header": "3.303.0",
33
- "@aws-sdk/middleware-logger": "3.303.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.303.0",
35
- "@aws-sdk/middleware-retry": "3.303.0",
36
- "@aws-sdk/middleware-serde": "3.303.0",
37
- "@aws-sdk/middleware-signing": "3.303.0",
38
- "@aws-sdk/middleware-stack": "3.303.0",
39
- "@aws-sdk/middleware-user-agent": "3.303.0",
40
- "@aws-sdk/node-config-provider": "3.303.0",
41
- "@aws-sdk/node-http-handler": "3.303.0",
42
- "@aws-sdk/protocol-http": "3.303.0",
43
- "@aws-sdk/smithy-client": "3.303.0",
44
- "@aws-sdk/types": "3.303.0",
45
- "@aws-sdk/url-parser": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.309.0",
25
+ "@aws-sdk/config-resolver": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.309.0",
27
+ "@aws-sdk/fetch-http-handler": "3.306.0",
28
+ "@aws-sdk/hash-node": "3.306.0",
29
+ "@aws-sdk/invalid-dependency": "3.306.0",
30
+ "@aws-sdk/middleware-content-length": "3.306.0",
31
+ "@aws-sdk/middleware-endpoint": "3.306.0",
32
+ "@aws-sdk/middleware-host-header": "3.306.0",
33
+ "@aws-sdk/middleware-logger": "3.306.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
+ "@aws-sdk/middleware-retry": "3.306.0",
36
+ "@aws-sdk/middleware-serde": "3.306.0",
37
+ "@aws-sdk/middleware-signing": "3.306.0",
38
+ "@aws-sdk/middleware-stack": "3.306.0",
39
+ "@aws-sdk/middleware-user-agent": "3.306.0",
40
+ "@aws-sdk/node-config-provider": "3.306.0",
41
+ "@aws-sdk/node-http-handler": "3.306.0",
42
+ "@aws-sdk/protocol-http": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.309.0",
44
+ "@aws-sdk/types": "3.306.0",
45
+ "@aws-sdk/url-parser": "3.306.0",
46
46
  "@aws-sdk/util-base64": "3.303.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.303.0",
48
48
  "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.303.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.303.0",
51
- "@aws-sdk/util-endpoints": "3.303.0",
52
- "@aws-sdk/util-retry": "3.303.0",
53
- "@aws-sdk/util-user-agent-browser": "3.303.0",
54
- "@aws-sdk/util-user-agent-node": "3.303.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
+ "@aws-sdk/util-endpoints": "3.306.0",
52
+ "@aws-sdk/util-retry": "3.306.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.306.0",
54
+ "@aws-sdk/util-user-agent-node": "3.306.0",
55
55
  "@aws-sdk/util-utf8": "3.303.0",
56
56
  "tslib": "^2.5.0",
57
57
  "uuid": "^8.3.2"