@aws-sdk/client-imagebuilder 3.533.0 → 3.535.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 (151) hide show
  1. package/dist-types/Imagebuilder.d.ts +13 -1
  2. package/dist-types/ImagebuilderClient.d.ts +1 -1
  3. package/dist-types/commands/CancelImageCreationCommand.d.ts +2 -1
  4. package/dist-types/commands/CancelLifecycleExecutionCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateComponentCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateContainerRecipeCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateDistributionConfigurationCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateImageCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateImagePipelineCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateImageRecipeCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateInfrastructureConfigurationCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateLifecyclePolicyCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteComponentCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteContainerRecipeCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteDistributionConfigurationCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteImageCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteImagePipelineCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteImageRecipeCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteInfrastructureConfigurationCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -1
  23. package/dist-types/commands/GetComponentCommand.d.ts +2 -1
  24. package/dist-types/commands/GetComponentPolicyCommand.d.ts +2 -1
  25. package/dist-types/commands/GetContainerRecipeCommand.d.ts +2 -1
  26. package/dist-types/commands/GetContainerRecipePolicyCommand.d.ts +2 -1
  27. package/dist-types/commands/GetDistributionConfigurationCommand.d.ts +2 -1
  28. package/dist-types/commands/GetImageCommand.d.ts +2 -1
  29. package/dist-types/commands/GetImagePipelineCommand.d.ts +2 -1
  30. package/dist-types/commands/GetImagePolicyCommand.d.ts +2 -1
  31. package/dist-types/commands/GetImageRecipeCommand.d.ts +2 -1
  32. package/dist-types/commands/GetImageRecipePolicyCommand.d.ts +2 -1
  33. package/dist-types/commands/GetInfrastructureConfigurationCommand.d.ts +2 -1
  34. package/dist-types/commands/GetLifecycleExecutionCommand.d.ts +2 -1
  35. package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +2 -1
  36. package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
  37. package/dist-types/commands/GetWorkflowExecutionCommand.d.ts +2 -1
  38. package/dist-types/commands/GetWorkflowStepExecutionCommand.d.ts +2 -1
  39. package/dist-types/commands/ImportComponentCommand.d.ts +2 -1
  40. package/dist-types/commands/ImportVmImageCommand.d.ts +2 -1
  41. package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListComponentsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListContainerRecipesCommand.d.ts +2 -1
  44. package/dist-types/commands/ListDistributionConfigurationsCommand.d.ts +2 -1
  45. package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +2 -1
  46. package/dist-types/commands/ListImagePackagesCommand.d.ts +2 -1
  47. package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +2 -1
  48. package/dist-types/commands/ListImagePipelinesCommand.d.ts +2 -1
  49. package/dist-types/commands/ListImageRecipesCommand.d.ts +2 -1
  50. package/dist-types/commands/ListImageScanFindingAggregationsCommand.d.ts +2 -1
  51. package/dist-types/commands/ListImageScanFindingsCommand.d.ts +2 -1
  52. package/dist-types/commands/ListImagesCommand.d.ts +2 -1
  53. package/dist-types/commands/ListInfrastructureConfigurationsCommand.d.ts +2 -1
  54. package/dist-types/commands/ListLifecycleExecutionResourcesCommand.d.ts +2 -1
  55. package/dist-types/commands/ListLifecycleExecutionsCommand.d.ts +2 -1
  56. package/dist-types/commands/ListLifecyclePoliciesCommand.d.ts +2 -1
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  58. package/dist-types/commands/ListWaitingWorkflowStepsCommand.d.ts +2 -1
  59. package/dist-types/commands/ListWorkflowBuildVersionsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListWorkflowExecutionsCommand.d.ts +2 -1
  61. package/dist-types/commands/ListWorkflowStepExecutionsCommand.d.ts +2 -1
  62. package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
  63. package/dist-types/commands/PutComponentPolicyCommand.d.ts +2 -1
  64. package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +2 -1
  65. package/dist-types/commands/PutImagePolicyCommand.d.ts +2 -1
  66. package/dist-types/commands/PutImageRecipePolicyCommand.d.ts +2 -1
  67. package/dist-types/commands/SendWorkflowStepActionCommand.d.ts +2 -1
  68. package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +2 -1
  69. package/dist-types/commands/StartResourceStateUpdateCommand.d.ts +2 -1
  70. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  71. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  72. package/dist-types/commands/UpdateDistributionConfigurationCommand.d.ts +2 -1
  73. package/dist-types/commands/UpdateImagePipelineCommand.d.ts +2 -1
  74. package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +2 -1
  75. package/dist-types/commands/UpdateLifecyclePolicyCommand.d.ts +2 -1
  76. package/dist-types/models/models_0.d.ts +1114 -1114
  77. package/dist-types/ts3.4/Imagebuilder.d.ts +12 -0
  78. package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/CancelLifecycleExecutionCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/CreateLifecyclePolicyCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/GetImageCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/GetLifecycleExecutionCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/GetWorkflowExecutionCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/GetWorkflowStepExecutionCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/ListImageScanFindingAggregationsCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/ListImageScanFindingsCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/ListLifecycleExecutionResourcesCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/ListLifecycleExecutionsCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/ListLifecyclePoliciesCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/ListWaitingWorkflowStepsCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/ListWorkflowBuildVersionsCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/ListWorkflowExecutionsCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/ListWorkflowStepExecutionsCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/SendWorkflowStepActionCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/StartResourceStateUpdateCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/UpdateLifecyclePolicyCommand.d.ts +9 -0
  151. package/package.json +40 -40
@@ -21,6 +21,15 @@ declare const GetWorkflowCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetWorkflowCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetWorkflowCommandInput,
28
+ GetWorkflowCommandOutput,
29
+ ImagebuilderClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetWorkflowCommand extends GetWorkflowCommand_base {}
@@ -25,6 +25,15 @@ declare const GetWorkflowExecutionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetWorkflowExecutionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetWorkflowExecutionCommandInput,
32
+ GetWorkflowExecutionCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetWorkflowExecutionCommand extends GetWorkflowExecutionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetWorkflowStepExecutionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetWorkflowStepExecutionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetWorkflowStepExecutionCommandInput,
32
+ GetWorkflowStepExecutionCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetWorkflowStepExecutionCommand extends GetWorkflowStepExecutionCommand_base {}
@@ -24,6 +24,15 @@ declare const ImportComponentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ImportComponentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ImportComponentCommandInput,
31
+ ImportComponentCommandOutput,
32
+ ImagebuilderClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ImportComponentCommand extends ImportComponentCommand_base {}
@@ -24,6 +24,15 @@ declare const ImportVmImageCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ImportVmImageCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ImportVmImageCommandInput,
31
+ ImportVmImageCommandOutput,
32
+ ImagebuilderClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ImportVmImageCommand extends ImportVmImageCommand_base {}
@@ -25,6 +25,15 @@ declare const ListComponentBuildVersionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListComponentBuildVersionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListComponentBuildVersionsCommandInput,
32
+ ListComponentBuildVersionsCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListComponentBuildVersionsCommand extends ListComponentBuildVersionsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListComponentsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListComponentsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListComponentsCommandInput,
31
+ ListComponentsCommandOutput,
32
+ ImagebuilderClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListComponentsCommand extends ListComponentsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListContainerRecipesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListContainerRecipesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListContainerRecipesCommandInput,
32
+ ListContainerRecipesCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListContainerRecipesCommand extends ListContainerRecipesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListDistributionConfigurationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListDistributionConfigurationsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListDistributionConfigurationsCommandInput,
32
+ ListDistributionConfigurationsCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListDistributionConfigurationsCommand extends ListDistributionConfigurationsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListImageBuildVersionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListImageBuildVersionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListImageBuildVersionsCommandInput,
32
+ ListImageBuildVersionsCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListImageBuildVersionsCommand extends ListImageBuildVersionsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListImagePackagesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListImagePackagesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListImagePackagesCommandInput,
32
+ ListImagePackagesCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListImagePackagesCommand extends ListImagePackagesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListImagePipelineImagesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListImagePipelineImagesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListImagePipelineImagesCommandInput,
32
+ ListImagePipelineImagesCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListImagePipelineImagesCommand extends ListImagePipelineImagesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListImagePipelinesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListImagePipelinesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListImagePipelinesCommandInput,
32
+ ListImagePipelinesCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListImagePipelinesCommand extends ListImagePipelinesCommand_base {}
@@ -24,6 +24,15 @@ declare const ListImageRecipesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListImageRecipesCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListImageRecipesCommandInput,
31
+ ListImageRecipesCommandOutput,
32
+ ImagebuilderClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListImageRecipesCommand extends ListImageRecipesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListImageScanFindingAggregationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListImageScanFindingAggregationsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListImageScanFindingAggregationsCommandInput,
32
+ ListImageScanFindingAggregationsCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListImageScanFindingAggregationsCommand extends ListImageScanFindingAggregationsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListImageScanFindingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListImageScanFindingsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListImageScanFindingsCommandInput,
32
+ ListImageScanFindingsCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListImageScanFindingsCommand extends ListImageScanFindingsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListImagesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListImagesCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListImagesCommandInput,
28
+ ListImagesCommandOutput,
29
+ ImagebuilderClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListImagesCommand extends ListImagesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListInfrastructureConfigurationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListInfrastructureConfigurationsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListInfrastructureConfigurationsCommandInput,
32
+ ListInfrastructureConfigurationsCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListInfrastructureConfigurationsCommand extends ListInfrastructureConfigurationsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListLifecycleExecutionResourcesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListLifecycleExecutionResourcesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListLifecycleExecutionResourcesCommandInput,
32
+ ListLifecycleExecutionResourcesCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListLifecycleExecutionResourcesCommand extends ListLifecycleExecutionResourcesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListLifecycleExecutionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListLifecycleExecutionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListLifecycleExecutionsCommandInput,
32
+ ListLifecycleExecutionsCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListLifecycleExecutionsCommand extends ListLifecycleExecutionsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListLifecyclePoliciesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListLifecyclePoliciesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListLifecyclePoliciesCommandInput,
32
+ ListLifecyclePoliciesCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListLifecyclePoliciesCommand extends ListLifecyclePoliciesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const ListWaitingWorkflowStepsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListWaitingWorkflowStepsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListWaitingWorkflowStepsCommandInput,
32
+ ListWaitingWorkflowStepsCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListWaitingWorkflowStepsCommand extends ListWaitingWorkflowStepsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListWorkflowBuildVersionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListWorkflowBuildVersionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListWorkflowBuildVersionsCommandInput,
32
+ ListWorkflowBuildVersionsCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListWorkflowBuildVersionsCommand extends ListWorkflowBuildVersionsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListWorkflowExecutionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListWorkflowExecutionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListWorkflowExecutionsCommandInput,
32
+ ListWorkflowExecutionsCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListWorkflowExecutionsCommand extends ListWorkflowExecutionsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListWorkflowStepExecutionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListWorkflowStepExecutionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListWorkflowStepExecutionsCommandInput,
32
+ ListWorkflowStepExecutionsCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListWorkflowStepExecutionsCommand extends ListWorkflowStepExecutionsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListWorkflowsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListWorkflowsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListWorkflowsCommandInput,
31
+ ListWorkflowsCommandOutput,
32
+ ImagebuilderClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {}
@@ -25,6 +25,15 @@ declare const PutComponentPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutComponentPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutComponentPolicyCommandInput,
32
+ PutComponentPolicyCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutComponentPolicyCommand extends PutComponentPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const PutContainerRecipePolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutContainerRecipePolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutContainerRecipePolicyCommandInput,
32
+ PutContainerRecipePolicyCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutContainerRecipePolicyCommand extends PutContainerRecipePolicyCommand_base {}
@@ -24,6 +24,15 @@ declare const PutImagePolicyCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: PutImagePolicyCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ PutImagePolicyCommandInput,
31
+ PutImagePolicyCommandOutput,
32
+ ImagebuilderClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class PutImagePolicyCommand extends PutImagePolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const PutImageRecipePolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutImageRecipePolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutImageRecipePolicyCommandInput,
32
+ PutImageRecipePolicyCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutImageRecipePolicyCommand extends PutImageRecipePolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const SendWorkflowStepActionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: SendWorkflowStepActionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ SendWorkflowStepActionCommandInput,
32
+ SendWorkflowStepActionCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class SendWorkflowStepActionCommand extends SendWorkflowStepActionCommand_base {}
@@ -25,6 +25,15 @@ declare const StartImagePipelineExecutionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartImagePipelineExecutionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartImagePipelineExecutionCommandInput,
32
+ StartImagePipelineExecutionCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartImagePipelineExecutionCommand extends StartImagePipelineExecutionCommand_base {}
@@ -25,6 +25,15 @@ declare const StartResourceStateUpdateCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartResourceStateUpdateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartResourceStateUpdateCommandInput,
32
+ StartResourceStateUpdateCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartResourceStateUpdateCommand extends StartResourceStateUpdateCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ ImagebuilderClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UntagResourceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UntagResourceCommandInput,
31
+ UntagResourceCommandOutput,
32
+ ImagebuilderClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateDistributionConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateDistributionConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateDistributionConfigurationCommandInput,
32
+ UpdateDistributionConfigurationCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateDistributionConfigurationCommand extends UpdateDistributionConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateImagePipelineCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateImagePipelineCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateImagePipelineCommandInput,
32
+ UpdateImagePipelineCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateImagePipelineCommand extends UpdateImagePipelineCommand_base {}