@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
@@ -22,10 +22,10 @@ export interface GetDistributionConfigurationCommandOutput extends GetDistributi
22
22
  }
23
23
  declare const GetDistributionConfigurationCommand_base: {
24
24
  new (input: GetDistributionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDistributionConfigurationCommandInput, GetDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDistributionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDistributionConfigurationCommandInput, GetDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a distribution configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -156,6 +156,7 @@ declare const GetDistributionConfigurationCommand_base: {
156
156
  * @throws {@link ImagebuilderServiceException}
157
157
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
158
158
  *
159
+ * @public
159
160
  */
160
161
  export declare class GetDistributionConfigurationCommand extends GetDistributionConfigurationCommand_base {
161
162
  }
@@ -22,10 +22,10 @@ export interface GetImageCommandOutput extends GetImageResponse, __MetadataBeare
22
22
  }
23
23
  declare const GetImageCommand_base: {
24
24
  new (input: GetImageCommandInput): import("@smithy/smithy-client").CommandImpl<GetImageCommandInput, GetImageCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetImageCommandInput): import("@smithy/smithy-client").CommandImpl<GetImageCommandInput, GetImageCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets an image.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -369,6 +369,7 @@ declare const GetImageCommand_base: {
369
369
  * @throws {@link ImagebuilderServiceException}
370
370
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
371
371
  *
372
+ * @public
372
373
  */
373
374
  export declare class GetImageCommand extends GetImageCommand_base {
374
375
  }
@@ -22,10 +22,10 @@ export interface GetImagePipelineCommandOutput extends GetImagePipelineResponse,
22
22
  }
23
23
  declare const GetImagePipelineCommand_base: {
24
24
  new (input: GetImagePipelineCommandInput): import("@smithy/smithy-client").CommandImpl<GetImagePipelineCommandInput, GetImagePipelineCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetImagePipelineCommandInput): import("@smithy/smithy-client").CommandImpl<GetImagePipelineCommandInput, GetImagePipelineCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets an image pipeline.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -127,6 +127,7 @@ declare const GetImagePipelineCommand_base: {
127
127
  * @throws {@link ImagebuilderServiceException}
128
128
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
129
129
  *
130
+ * @public
130
131
  */
131
132
  export declare class GetImagePipelineCommand extends GetImagePipelineCommand_base {
132
133
  }
@@ -22,10 +22,10 @@ export interface GetImagePolicyCommandOutput extends GetImagePolicyResponse, __M
22
22
  }
23
23
  declare const GetImagePolicyCommand_base: {
24
24
  new (input: GetImagePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetImagePolicyCommandInput, GetImagePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetImagePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetImagePolicyCommandInput, GetImagePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets an image policy.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const GetImagePolicyCommand_base: {
73
73
  * @throws {@link ImagebuilderServiceException}
74
74
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class GetImagePolicyCommand extends GetImagePolicyCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface GetImageRecipeCommandOutput extends GetImageRecipeResponse, __M
22
22
  }
23
23
  declare const GetImageRecipeCommand_base: {
24
24
  new (input: GetImageRecipeCommandInput): import("@smithy/smithy-client").CommandImpl<GetImageRecipeCommandInput, GetImageRecipeCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetImageRecipeCommandInput): import("@smithy/smithy-client").CommandImpl<GetImageRecipeCommandInput, GetImageRecipeCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets an image recipe.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -125,6 +125,7 @@ declare const GetImageRecipeCommand_base: {
125
125
  * @throws {@link ImagebuilderServiceException}
126
126
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
127
127
  *
128
+ * @public
128
129
  */
129
130
  export declare class GetImageRecipeCommand extends GetImageRecipeCommand_base {
130
131
  }
@@ -22,10 +22,10 @@ export interface GetImageRecipePolicyCommandOutput extends GetImageRecipePolicyR
22
22
  }
23
23
  declare const GetImageRecipePolicyCommand_base: {
24
24
  new (input: GetImageRecipePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetImageRecipePolicyCommandInput, GetImageRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetImageRecipePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetImageRecipePolicyCommandInput, GetImageRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets an image recipe policy.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const GetImageRecipePolicyCommand_base: {
73
73
  * @throws {@link ImagebuilderServiceException}
74
74
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class GetImageRecipePolicyCommand extends GetImageRecipePolicyCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface GetInfrastructureConfigurationCommandOutput extends GetInfrastr
22
22
  }
23
23
  declare const GetInfrastructureConfigurationCommand_base: {
24
24
  new (input: GetInfrastructureConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetInfrastructureConfigurationCommandInput, GetInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetInfrastructureConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetInfrastructureConfigurationCommandInput, GetInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets an infrastructure configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -108,6 +108,7 @@ declare const GetInfrastructureConfigurationCommand_base: {
108
108
  * @throws {@link ImagebuilderServiceException}
109
109
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class GetInfrastructureConfigurationCommand extends GetInfrastructureConfigurationCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface GetLifecycleExecutionCommandOutput extends GetLifecycleExecutio
22
22
  }
23
23
  declare const GetLifecycleExecutionCommand_base: {
24
24
  new (input: GetLifecycleExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<GetLifecycleExecutionCommandInput, GetLifecycleExecutionCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetLifecycleExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<GetLifecycleExecutionCommandInput, GetLifecycleExecutionCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get the runtime information that was logged for a specific runtime instance of the lifecycle policy.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const GetLifecycleExecutionCommand_base: {
86
86
  * @throws {@link ImagebuilderServiceException}
87
87
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class GetLifecycleExecutionCommand extends GetLifecycleExecutionCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface GetLifecyclePolicyCommandOutput extends GetLifecyclePolicyRespo
22
22
  }
23
23
  declare const GetLifecyclePolicyCommand_base: {
24
24
  new (input: GetLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get details for the specified image lifecycle policy.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -133,6 +133,7 @@ declare const GetLifecyclePolicyCommand_base: {
133
133
  * @throws {@link ImagebuilderServiceException}
134
134
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
135
135
  *
136
+ * @public
136
137
  */
137
138
  export declare class GetLifecyclePolicyCommand extends GetLifecyclePolicyCommand_base {
138
139
  }
@@ -22,10 +22,10 @@ export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __Metadat
22
22
  }
23
23
  declare const GetWorkflowCommand_base: {
24
24
  new (input: GetWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get a workflow resource object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -102,6 +102,7 @@ declare const GetWorkflowCommand_base: {
102
102
  * @throws {@link ImagebuilderServiceException}
103
103
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class GetWorkflowCommand extends GetWorkflowCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface GetWorkflowExecutionCommandOutput extends GetWorkflowExecutionR
22
22
  }
23
23
  declare const GetWorkflowExecutionCommand_base: {
24
24
  new (input: GetWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowExecutionCommandInput, GetWorkflowExecutionCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowExecutionCommandInput, GetWorkflowExecutionCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get the runtime information that was logged for a specific runtime instance
30
30
  * of the workflow.</p>
31
31
  * @example
@@ -88,6 +88,7 @@ declare const GetWorkflowExecutionCommand_base: {
88
88
  * @throws {@link ImagebuilderServiceException}
89
89
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class GetWorkflowExecutionCommand extends GetWorkflowExecutionCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface GetWorkflowStepExecutionCommandOutput extends GetWorkflowStepEx
22
22
  }
23
23
  declare const GetWorkflowStepExecutionCommand_base: {
24
24
  new (input: GetWorkflowStepExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowStepExecutionCommandInput, GetWorkflowStepExecutionCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetWorkflowStepExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowStepExecutionCommandInput, GetWorkflowStepExecutionCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get the runtime information that was logged for a specific runtime instance of
30
30
  * the workflow step.</p>
31
31
  * @example
@@ -91,6 +91,7 @@ declare const GetWorkflowStepExecutionCommand_base: {
91
91
  * @throws {@link ImagebuilderServiceException}
92
92
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class GetWorkflowStepExecutionCommand extends GetWorkflowStepExecutionCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface ImportComponentCommandOutput extends ImportComponentResponse, _
22
22
  }
23
23
  declare const ImportComponentCommand_base: {
24
24
  new (input: ImportComponentCommandInput): import("@smithy/smithy-client").CommandImpl<ImportComponentCommandInput, ImportComponentCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ImportComponentCommandInput): import("@smithy/smithy-client").CommandImpl<ImportComponentCommandInput, ImportComponentCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Imports a component and transforms its data into a component document.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -104,6 +104,7 @@ declare const ImportComponentCommand_base: {
104
104
  * @throws {@link ImagebuilderServiceException}
105
105
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class ImportComponentCommand extends ImportComponentCommand_base {
109
110
  }
@@ -22,10 +22,10 @@ export interface ImportVmImageCommandOutput extends ImportVmImageResponse, __Met
22
22
  }
23
23
  declare const ImportVmImageCommand_base: {
24
24
  new (input: ImportVmImageCommandInput): import("@smithy/smithy-client").CommandImpl<ImportVmImageCommandInput, ImportVmImageCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ImportVmImageCommandInput): import("@smithy/smithy-client").CommandImpl<ImportVmImageCommandInput, ImportVmImageCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>When you export your virtual machine (VM) from its virtualization environment, that
30
30
  * process creates a set of one or more disk container files that act as snapshots of your
31
31
  * VM’s environment, settings, and data. The Amazon EC2 API <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportImage.html">ImportImage</a>
@@ -83,6 +83,7 @@ declare const ImportVmImageCommand_base: {
83
83
  * @throws {@link ImagebuilderServiceException}
84
84
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class ImportVmImageCommand extends ImportVmImageCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface ListComponentBuildVersionsCommandOutput extends ListComponentBu
22
22
  }
23
23
  declare const ListComponentBuildVersionsCommand_base: {
24
24
  new (input: ListComponentBuildVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListComponentBuildVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the list of component build versions for the specified semantic
30
30
  * version.</p>
31
31
  * <note>
@@ -115,6 +115,7 @@ declare const ListComponentBuildVersionsCommand_base: {
115
115
  * @throws {@link ImagebuilderServiceException}
116
116
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
117
117
  *
118
+ * @public
118
119
  */
119
120
  export declare class ListComponentBuildVersionsCommand extends ListComponentBuildVersionsCommand_base {
120
121
  }
@@ -22,10 +22,10 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
22
22
  }
23
23
  declare const ListComponentsCommand_base: {
24
24
  new (input: ListComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListComponentsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the list of components that can be filtered by name, or by using the listed
30
30
  * <code>filters</code> to streamline results. Newly created components can take up to
31
31
  * two minutes to appear in the ListComponents API Results.</p>
@@ -115,6 +115,7 @@ declare const ListComponentsCommand_base: {
115
115
  * @throws {@link ImagebuilderServiceException}
116
116
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
117
117
  *
118
+ * @public
118
119
  */
119
120
  export declare class ListComponentsCommand extends ListComponentsCommand_base {
120
121
  }
@@ -22,10 +22,10 @@ export interface ListContainerRecipesCommandOutput extends ListContainerRecipesR
22
22
  }
23
23
  declare const ListContainerRecipesCommand_base: {
24
24
  new (input: ListContainerRecipesCommandInput): import("@smithy/smithy-client").CommandImpl<ListContainerRecipesCommandInput, ListContainerRecipesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListContainerRecipesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListContainerRecipesCommandInput, ListContainerRecipesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of container recipes.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -102,6 +102,7 @@ declare const ListContainerRecipesCommand_base: {
102
102
  * @throws {@link ImagebuilderServiceException}
103
103
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class ListContainerRecipesCommand extends ListContainerRecipesCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface ListDistributionConfigurationsCommandOutput extends ListDistrib
22
22
  }
23
23
  declare const ListDistributionConfigurationsCommand_base: {
24
24
  new (input: ListDistributionConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDistributionConfigurationsCommandInput, ListDistributionConfigurationsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDistributionConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDistributionConfigurationsCommandInput, ListDistributionConfigurationsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of distribution configurations.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -102,6 +102,7 @@ declare const ListDistributionConfigurationsCommand_base: {
102
102
  * @throws {@link ImagebuilderServiceException}
103
103
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class ListDistributionConfigurationsCommand extends ListDistributionConfigurationsCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface ListImageBuildVersionsCommandOutput extends ListImageBuildVersi
22
22
  }
23
23
  declare const ListImageBuildVersionsCommand_base: {
24
24
  new (input: ListImageBuildVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListImageBuildVersionsCommandInput, ListImageBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListImageBuildVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListImageBuildVersionsCommandInput, ListImageBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of image build versions.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -134,6 +134,7 @@ declare const ListImageBuildVersionsCommand_base: {
134
134
  * @throws {@link ImagebuilderServiceException}
135
135
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
136
136
  *
137
+ * @public
137
138
  */
138
139
  export declare class ListImageBuildVersionsCommand extends ListImageBuildVersionsCommand_base {
139
140
  }
@@ -22,10 +22,10 @@ export interface ListImagePackagesCommandOutput extends ListImagePackagesRespons
22
22
  }
23
23
  declare const ListImagePackagesCommand_base: {
24
24
  new (input: ListImagePackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListImagePackagesCommandInput, ListImagePackagesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListImagePackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListImagePackagesCommandInput, ListImagePackagesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List the Packages that are associated with an Image Build Version, as determined by
30
30
  * Amazon Web Services Systems Manager Inventory at build time.</p>
31
31
  * @example
@@ -90,6 +90,7 @@ declare const ListImagePackagesCommand_base: {
90
90
  * @throws {@link ImagebuilderServiceException}
91
91
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class ListImagePackagesCommand extends ListImagePackagesCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface ListImagePipelineImagesCommandOutput extends ListImagePipelineI
22
22
  }
23
23
  declare const ListImagePipelineImagesCommand_base: {
24
24
  new (input: ListImagePipelineImagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListImagePipelineImagesCommandInput, ListImagePipelineImagesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListImagePipelineImagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListImagePipelineImagesCommandInput, ListImagePipelineImagesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of images created by the specified pipeline.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -137,6 +137,7 @@ declare const ListImagePipelineImagesCommand_base: {
137
137
  * @throws {@link ImagebuilderServiceException}
138
138
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
139
139
  *
140
+ * @public
140
141
  */
141
142
  export declare class ListImagePipelineImagesCommand extends ListImagePipelineImagesCommand_base {
142
143
  }
@@ -22,10 +22,10 @@ export interface ListImagePipelinesCommandOutput extends ListImagePipelinesRespo
22
22
  }
23
23
  declare const ListImagePipelinesCommand_base: {
24
24
  new (input: ListImagePipelinesCommandInput): import("@smithy/smithy-client").CommandImpl<ListImagePipelinesCommandInput, ListImagePipelinesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListImagePipelinesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListImagePipelinesCommandInput, ListImagePipelinesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of image pipelines.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -142,6 +142,7 @@ declare const ListImagePipelinesCommand_base: {
142
142
  * @throws {@link ImagebuilderServiceException}
143
143
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
144
144
  *
145
+ * @public
145
146
  */
146
147
  export declare class ListImagePipelinesCommand extends ListImagePipelinesCommand_base {
147
148
  }
@@ -22,10 +22,10 @@ export interface ListImageRecipesCommandOutput extends ListImageRecipesResponse,
22
22
  }
23
23
  declare const ListImageRecipesCommand_base: {
24
24
  new (input: ListImageRecipesCommandInput): import("@smithy/smithy-client").CommandImpl<ListImageRecipesCommandInput, ListImageRecipesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListImageRecipesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListImageRecipesCommandInput, ListImageRecipesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of image recipes.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -101,6 +101,7 @@ declare const ListImageRecipesCommand_base: {
101
101
  * @throws {@link ImagebuilderServiceException}
102
102
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class ListImageRecipesCommand extends ListImageRecipesCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface ListImageScanFindingAggregationsCommandOutput extends ListImage
22
22
  }
23
23
  declare const ListImageScanFindingAggregationsCommand_base: {
24
24
  new (input: ListImageScanFindingAggregationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListImageScanFindingAggregationsCommandInput, ListImageScanFindingAggregationsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListImageScanFindingAggregationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListImageScanFindingAggregationsCommandInput, ListImageScanFindingAggregationsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of image scan aggregations for your account. You can filter by the type
30
30
  * of key that Image Builder uses to group results. For example, if you want to get a list of
31
31
  * findings by severity level for one of your pipelines, you might specify your pipeline
@@ -152,6 +152,7 @@ declare const ListImageScanFindingAggregationsCommand_base: {
152
152
  * @throws {@link ImagebuilderServiceException}
153
153
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
154
154
  *
155
+ * @public
155
156
  */
156
157
  export declare class ListImageScanFindingAggregationsCommand extends ListImageScanFindingAggregationsCommand_base {
157
158
  }
@@ -22,10 +22,10 @@ export interface ListImageScanFindingsCommandOutput extends ListImageScanFinding
22
22
  }
23
23
  declare const ListImageScanFindingsCommand_base: {
24
24
  new (input: ListImageScanFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListImageScanFindingsCommandInput, ListImageScanFindingsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListImageScanFindingsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListImageScanFindingsCommandInput, ListImageScanFindingsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of image scan findings for your account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -159,6 +159,7 @@ declare const ListImageScanFindingsCommand_base: {
159
159
  * @throws {@link ImagebuilderServiceException}
160
160
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
161
161
  *
162
+ * @public
162
163
  */
163
164
  export declare class ListImageScanFindingsCommand extends ListImageScanFindingsCommand_base {
164
165
  }
@@ -22,10 +22,10 @@ export interface ListImagesCommandOutput extends ListImagesResponse, __MetadataB
22
22
  }
23
23
  declare const ListImagesCommand_base: {
24
24
  new (input: ListImagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListImagesCommandInput, ListImagesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListImagesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListImagesCommandInput, ListImagesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the list of images that you have access to. Newly created images can take up
30
30
  * to two minutes to appear in the ListImages API Results.</p>
31
31
  * @example
@@ -105,6 +105,7 @@ declare const ListImagesCommand_base: {
105
105
  * @throws {@link ImagebuilderServiceException}
106
106
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class ListImagesCommand extends ListImagesCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface ListInfrastructureConfigurationsCommandOutput extends ListInfra
22
22
  }
23
23
  declare const ListInfrastructureConfigurationsCommand_base: {
24
24
  new (input: ListInfrastructureConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInfrastructureConfigurationsCommandInput, ListInfrastructureConfigurationsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListInfrastructureConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListInfrastructureConfigurationsCommandInput, ListInfrastructureConfigurationsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of infrastructure configurations.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -106,6 +106,7 @@ declare const ListInfrastructureConfigurationsCommand_base: {
106
106
  * @throws {@link ImagebuilderServiceException}
107
107
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
108
108
  *
109
+ * @public
109
110
  */
110
111
  export declare class ListInfrastructureConfigurationsCommand extends ListInfrastructureConfigurationsCommand_base {
111
112
  }
@@ -22,10 +22,10 @@ export interface ListLifecycleExecutionResourcesCommandOutput extends ListLifecy
22
22
  }
23
23
  declare const ListLifecycleExecutionResourcesCommand_base: {
24
24
  new (input: ListLifecycleExecutionResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListLifecycleExecutionResourcesCommandInput, ListLifecycleExecutionResourcesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListLifecycleExecutionResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListLifecycleExecutionResourcesCommandInput, ListLifecycleExecutionResourcesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List resources that the runtime instance of the image lifecycle identified for lifecycle actions.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -114,6 +114,7 @@ declare const ListLifecycleExecutionResourcesCommand_base: {
114
114
  * @throws {@link ImagebuilderServiceException}
115
115
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
116
116
  *
117
+ * @public
117
118
  */
118
119
  export declare class ListLifecycleExecutionResourcesCommand extends ListLifecycleExecutionResourcesCommand_base {
119
120
  }
@@ -22,10 +22,10 @@ export interface ListLifecycleExecutionsCommandOutput extends ListLifecycleExecu
22
22
  }
23
23
  declare const ListLifecycleExecutionsCommand_base: {
24
24
  new (input: ListLifecycleExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLifecycleExecutionsCommandInput, ListLifecycleExecutionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListLifecycleExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLifecycleExecutionsCommandInput, ListLifecycleExecutionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get the lifecycle runtime history for the specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -94,6 +94,7 @@ declare const ListLifecycleExecutionsCommand_base: {
94
94
  * @throws {@link ImagebuilderServiceException}
95
95
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class ListLifecycleExecutionsCommand extends ListLifecycleExecutionsCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface ListLifecyclePoliciesCommandOutput extends ListLifecyclePolicie
22
22
  }
23
23
  declare const ListLifecyclePoliciesCommand_base: {
24
24
  new (input: ListLifecyclePoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListLifecyclePoliciesCommandInput, ListLifecyclePoliciesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListLifecyclePoliciesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLifecyclePoliciesCommandInput, ListLifecyclePoliciesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get a list of lifecycle policies in your Amazon Web Services account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -102,6 +102,7 @@ declare const ListLifecyclePoliciesCommand_base: {
102
102
  * @throws {@link ImagebuilderServiceException}
103
103
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class ListLifecyclePoliciesCommand extends ListLifecyclePoliciesCommand_base {
107
108
  }