@aws-sdk/client-imagebuilder 3.533.0 → 3.540.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 (157) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Imagebuilder.d.ts +13 -1
  6. package/dist-types/ImagebuilderClient.d.ts +1 -1
  7. package/dist-types/commands/CancelImageCreationCommand.d.ts +2 -1
  8. package/dist-types/commands/CancelLifecycleExecutionCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateComponentCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateContainerRecipeCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateDistributionConfigurationCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateImageCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateImagePipelineCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateImageRecipeCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateInfrastructureConfigurationCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateLifecyclePolicyCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteComponentCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteContainerRecipeCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteDistributionConfigurationCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteImageCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteImagePipelineCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteImageRecipeCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteInfrastructureConfigurationCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -1
  27. package/dist-types/commands/GetComponentCommand.d.ts +2 -1
  28. package/dist-types/commands/GetComponentPolicyCommand.d.ts +2 -1
  29. package/dist-types/commands/GetContainerRecipeCommand.d.ts +2 -1
  30. package/dist-types/commands/GetContainerRecipePolicyCommand.d.ts +2 -1
  31. package/dist-types/commands/GetDistributionConfigurationCommand.d.ts +2 -1
  32. package/dist-types/commands/GetImageCommand.d.ts +2 -1
  33. package/dist-types/commands/GetImagePipelineCommand.d.ts +2 -1
  34. package/dist-types/commands/GetImagePolicyCommand.d.ts +2 -1
  35. package/dist-types/commands/GetImageRecipeCommand.d.ts +2 -1
  36. package/dist-types/commands/GetImageRecipePolicyCommand.d.ts +2 -1
  37. package/dist-types/commands/GetInfrastructureConfigurationCommand.d.ts +2 -1
  38. package/dist-types/commands/GetLifecycleExecutionCommand.d.ts +2 -1
  39. package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +2 -1
  40. package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
  41. package/dist-types/commands/GetWorkflowExecutionCommand.d.ts +2 -1
  42. package/dist-types/commands/GetWorkflowStepExecutionCommand.d.ts +2 -1
  43. package/dist-types/commands/ImportComponentCommand.d.ts +2 -1
  44. package/dist-types/commands/ImportVmImageCommand.d.ts +2 -1
  45. package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +2 -1
  46. package/dist-types/commands/ListComponentsCommand.d.ts +2 -1
  47. package/dist-types/commands/ListContainerRecipesCommand.d.ts +2 -1
  48. package/dist-types/commands/ListDistributionConfigurationsCommand.d.ts +2 -1
  49. package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +2 -1
  50. package/dist-types/commands/ListImagePackagesCommand.d.ts +2 -1
  51. package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +2 -1
  52. package/dist-types/commands/ListImagePipelinesCommand.d.ts +2 -1
  53. package/dist-types/commands/ListImageRecipesCommand.d.ts +2 -1
  54. package/dist-types/commands/ListImageScanFindingAggregationsCommand.d.ts +2 -1
  55. package/dist-types/commands/ListImageScanFindingsCommand.d.ts +2 -1
  56. package/dist-types/commands/ListImagesCommand.d.ts +2 -1
  57. package/dist-types/commands/ListInfrastructureConfigurationsCommand.d.ts +2 -1
  58. package/dist-types/commands/ListLifecycleExecutionResourcesCommand.d.ts +2 -1
  59. package/dist-types/commands/ListLifecycleExecutionsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListLifecyclePoliciesCommand.d.ts +2 -1
  61. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  62. package/dist-types/commands/ListWaitingWorkflowStepsCommand.d.ts +2 -1
  63. package/dist-types/commands/ListWorkflowBuildVersionsCommand.d.ts +2 -1
  64. package/dist-types/commands/ListWorkflowExecutionsCommand.d.ts +2 -1
  65. package/dist-types/commands/ListWorkflowStepExecutionsCommand.d.ts +2 -1
  66. package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
  67. package/dist-types/commands/PutComponentPolicyCommand.d.ts +2 -1
  68. package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +2 -1
  69. package/dist-types/commands/PutImagePolicyCommand.d.ts +2 -1
  70. package/dist-types/commands/PutImageRecipePolicyCommand.d.ts +2 -1
  71. package/dist-types/commands/SendWorkflowStepActionCommand.d.ts +2 -1
  72. package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +2 -1
  73. package/dist-types/commands/StartResourceStateUpdateCommand.d.ts +2 -1
  74. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  75. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  76. package/dist-types/commands/UpdateDistributionConfigurationCommand.d.ts +2 -1
  77. package/dist-types/commands/UpdateImagePipelineCommand.d.ts +2 -1
  78. package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +2 -1
  79. package/dist-types/commands/UpdateLifecyclePolicyCommand.d.ts +2 -1
  80. package/dist-types/index.d.ts +0 -1
  81. package/dist-types/models/models_0.d.ts +1114 -1114
  82. package/dist-types/ts3.4/Imagebuilder.d.ts +12 -0
  83. package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/CancelLifecycleExecutionCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/CreateLifecyclePolicyCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/GetImageCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/GetLifecycleExecutionCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/GetWorkflowExecutionCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/GetWorkflowStepExecutionCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/ListImageScanFindingAggregationsCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/ListImageScanFindingsCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/ListLifecycleExecutionResourcesCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/ListLifecycleExecutionsCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/ListLifecyclePoliciesCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/ListWaitingWorkflowStepsCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/ListWorkflowBuildVersionsCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/ListWorkflowExecutionsCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/ListWorkflowStepExecutionsCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/SendWorkflowStepActionCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/StartResourceStateUpdateCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/UpdateLifecyclePolicyCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/index.d.ts +0 -1
  157. package/package.json +40 -40
@@ -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
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the list of tags 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.
@@ -66,6 +66,7 @@ declare const ListTagsForResourceCommand_base: {
66
66
  * @throws {@link ImagebuilderServiceException}
67
67
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface ListWaitingWorkflowStepsCommandOutput extends ListWaitingWorkfl
22
22
  }
23
23
  declare const ListWaitingWorkflowStepsCommand_base: {
24
24
  new (input: ListWaitingWorkflowStepsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWaitingWorkflowStepsCommandInput, ListWaitingWorkflowStepsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListWaitingWorkflowStepsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListWaitingWorkflowStepsCommandInput, ListWaitingWorkflowStepsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get a list of workflow steps that are waiting for action for workflows
30
30
  * in your Amazon Web Services account.</p>
31
31
  * @example
@@ -90,6 +90,7 @@ declare const ListWaitingWorkflowStepsCommand_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 ListWaitingWorkflowStepsCommand extends ListWaitingWorkflowStepsCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface ListWorkflowBuildVersionsCommandOutput extends ListWorkflowBuil
22
22
  }
23
23
  declare const ListWorkflowBuildVersionsCommand_base: {
24
24
  new (input: ListWorkflowBuildVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowBuildVersionsCommandInput, ListWorkflowBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListWorkflowBuildVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowBuildVersionsCommandInput, ListWorkflowBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of build versions for a specific workflow resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -98,6 +98,7 @@ declare const ListWorkflowBuildVersionsCommand_base: {
98
98
  * @throws {@link ImagebuilderServiceException}
99
99
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class ListWorkflowBuildVersionsCommand extends ListWorkflowBuildVersionsCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface ListWorkflowExecutionsCommandOutput extends ListWorkflowExecuti
22
22
  }
23
23
  declare const ListWorkflowExecutionsCommand_base: {
24
24
  new (input: ListWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowExecutionsCommandInput, ListWorkflowExecutionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowExecutionsCommandInput, ListWorkflowExecutionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of workflow runtime instance metadata objects for a specific image build
30
30
  * version.</p>
31
31
  * @example
@@ -99,6 +99,7 @@ declare const ListWorkflowExecutionsCommand_base: {
99
99
  * @throws {@link ImagebuilderServiceException}
100
100
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class ListWorkflowExecutionsCommand extends ListWorkflowExecutionsCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface ListWorkflowStepExecutionsCommandOutput extends ListWorkflowSte
22
22
  }
23
23
  declare const ListWorkflowStepExecutionsCommand_base: {
24
24
  new (input: ListWorkflowStepExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowStepExecutionsCommandInput, ListWorkflowStepExecutionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListWorkflowStepExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowStepExecutionsCommandInput, ListWorkflowStepExecutionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns runtime data for each step in a runtime instance of the workflow
30
30
  * that you specify in the request.</p>
31
31
  * @example
@@ -100,6 +100,7 @@ declare const ListWorkflowStepExecutionsCommand_base: {
100
100
  * @throws {@link ImagebuilderServiceException}
101
101
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class ListWorkflowStepExecutionsCommand extends ListWorkflowStepExecutionsCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __Met
22
22
  }
23
23
  declare const ListWorkflowsCommand_base: {
24
24
  new (input: ListWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListWorkflowsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists workflow build versions based on filtering parameters.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -99,6 +99,7 @@ declare const ListWorkflowsCommand_base: {
99
99
  * @throws {@link ImagebuilderServiceException}
100
100
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface PutComponentPolicyCommandOutput extends PutComponentPolicyRespo
22
22
  }
23
23
  declare const PutComponentPolicyCommand_base: {
24
24
  new (input: PutComponentPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutComponentPolicyCommandInput, PutComponentPolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutComponentPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutComponentPolicyCommandInput, PutComponentPolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Applies a policy to a component. We recommend that you call the RAM API <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_CreateResourceShare.html">CreateResourceShare</a> to share resources. If you call the Image Builder API
30
30
  * <code>PutComponentPolicy</code>, you must also call the RAM API <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html">PromoteResourceShareCreatedFromPolicy</a> in order for the resource to be
31
31
  * visible to all principals with whom the resource is shared.</p>
@@ -84,6 +84,7 @@ declare const PutComponentPolicyCommand_base: {
84
84
  * @throws {@link ImagebuilderServiceException}
85
85
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class PutComponentPolicyCommand extends PutComponentPolicyCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface PutContainerRecipePolicyCommandOutput extends PutContainerRecip
22
22
  }
23
23
  declare const PutContainerRecipePolicyCommand_base: {
24
24
  new (input: PutContainerRecipePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutContainerRecipePolicyCommandInput, PutContainerRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutContainerRecipePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutContainerRecipePolicyCommandInput, PutContainerRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Applies a policy to a container image. We recommend that you call the RAM API
30
30
  * CreateResourceShare
31
31
  * (https://docs.aws.amazon.com//ram/latest/APIReference/API_CreateResourceShare.html) to share
@@ -89,6 +89,7 @@ declare const PutContainerRecipePolicyCommand_base: {
89
89
  * @throws {@link ImagebuilderServiceException}
90
90
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class PutContainerRecipePolicyCommand extends PutContainerRecipePolicyCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface PutImagePolicyCommandOutput extends PutImagePolicyResponse, __M
22
22
  }
23
23
  declare const PutImagePolicyCommand_base: {
24
24
  new (input: PutImagePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutImagePolicyCommandInput, PutImagePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutImagePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutImagePolicyCommandInput, PutImagePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Applies a policy to an image. We recommend that you call the RAM API <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_CreateResourceShare.html">CreateResourceShare</a> to share resources. If you call the Image Builder API
30
30
  * <code>PutImagePolicy</code>, you must also call the RAM API <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html">PromoteResourceShareCreatedFromPolicy</a> in order for the resource to be
31
31
  * visible to all principals with whom the resource is shared.</p>
@@ -84,6 +84,7 @@ declare const PutImagePolicyCommand_base: {
84
84
  * @throws {@link ImagebuilderServiceException}
85
85
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class PutImagePolicyCommand extends PutImagePolicyCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface PutImageRecipePolicyCommandOutput extends PutImageRecipePolicyR
22
22
  }
23
23
  declare const PutImageRecipePolicyCommand_base: {
24
24
  new (input: PutImageRecipePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutImageRecipePolicyCommandInput, PutImageRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutImageRecipePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutImageRecipePolicyCommandInput, PutImageRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Applies a policy to an image recipe. We recommend that you call the RAM API <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_CreateResourceShare.html">CreateResourceShare</a> to share resources. If you call the Image Builder API
30
30
  * <code>PutImageRecipePolicy</code>, you must also call the RAM API <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html">PromoteResourceShareCreatedFromPolicy</a> in order for the resource to be
31
31
  * visible to all principals with whom the resource is shared.</p>
@@ -84,6 +84,7 @@ declare const PutImageRecipePolicyCommand_base: {
84
84
  * @throws {@link ImagebuilderServiceException}
85
85
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class PutImageRecipePolicyCommand extends PutImageRecipePolicyCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface SendWorkflowStepActionCommandOutput extends SendWorkflowStepAct
22
22
  }
23
23
  declare const SendWorkflowStepActionCommand_base: {
24
24
  new (input: SendWorkflowStepActionCommandInput): import("@smithy/smithy-client").CommandImpl<SendWorkflowStepActionCommandInput, SendWorkflowStepActionCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SendWorkflowStepActionCommandInput): import("@smithy/smithy-client").CommandImpl<SendWorkflowStepActionCommandInput, SendWorkflowStepActionCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Pauses or resumes image creation when the associated workflow runs a
30
30
  * <code>WaitForAction</code> step.</p>
31
31
  * @example
@@ -95,6 +95,7 @@ declare const SendWorkflowStepActionCommand_base: {
95
95
  * @throws {@link ImagebuilderServiceException}
96
96
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class SendWorkflowStepActionCommand extends SendWorkflowStepActionCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface StartImagePipelineExecutionCommandOutput extends StartImagePipe
22
22
  }
23
23
  declare const StartImagePipelineExecutionCommand_base: {
24
24
  new (input: StartImagePipelineExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartImagePipelineExecutionCommandInput, StartImagePipelineExecutionCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartImagePipelineExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartImagePipelineExecutionCommandInput, StartImagePipelineExecutionCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Manually triggers a pipeline to create an image.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,6 +88,7 @@ declare const StartImagePipelineExecutionCommand_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 StartImagePipelineExecutionCommand extends StartImagePipelineExecutionCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface StartResourceStateUpdateCommandOutput extends StartResourceStat
22
22
  }
23
23
  declare const StartResourceStateUpdateCommand_base: {
24
24
  new (input: StartResourceStateUpdateCommandInput): import("@smithy/smithy-client").CommandImpl<StartResourceStateUpdateCommandInput, StartResourceStateUpdateCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartResourceStateUpdateCommandInput): import("@smithy/smithy-client").CommandImpl<StartResourceStateUpdateCommandInput, StartResourceStateUpdateCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Begin asynchronous resource state update for lifecycle changes to the
30
30
  * specified image resources.</p>
31
31
  * @example
@@ -116,6 +116,7 @@ declare const StartResourceStateUpdateCommand_base: {
116
116
  * @throws {@link ImagebuilderServiceException}
117
117
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
118
118
  *
119
+ * @public
119
120
  */
120
121
  export declare class StartResourceStateUpdateCommand extends StartResourceStateUpdateCommand_base {
121
122
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds a tag to a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const TagResourceCommand_base: {
65
65
  * @throws {@link ImagebuilderServiceException}
66
66
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class TagResourceCommand extends TagResourceCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes a tag from a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const UntagResourceCommand_base: {
65
65
  * @throws {@link ImagebuilderServiceException}
66
66
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface UpdateDistributionConfigurationCommandOutput extends UpdateDist
22
22
  }
23
23
  declare const UpdateDistributionConfigurationCommand_base: {
24
24
  new (input: UpdateDistributionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDistributionConfigurationCommandInput, UpdateDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDistributionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDistributionConfigurationCommandInput, UpdateDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a new distribution configuration. Distribution configurations define and
30
30
  * configure the outputs of your pipeline.</p>
31
31
  * @example
@@ -162,6 +162,7 @@ declare const UpdateDistributionConfigurationCommand_base: {
162
162
  * @throws {@link ImagebuilderServiceException}
163
163
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
164
164
  *
165
+ * @public
165
166
  */
166
167
  export declare class UpdateDistributionConfigurationCommand extends UpdateDistributionConfigurationCommand_base {
167
168
  }
@@ -22,10 +22,10 @@ export interface UpdateImagePipelineCommandOutput extends UpdateImagePipelineRes
22
22
  }
23
23
  declare const UpdateImagePipelineCommand_base: {
24
24
  new (input: UpdateImagePipelineCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateImagePipelineCommandInput, UpdateImagePipelineCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateImagePipelineCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateImagePipelineCommandInput, UpdateImagePipelineCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an image pipeline. Image pipelines enable you to automate the creation and
30
30
  * distribution of images. You must specify exactly one recipe for your image, using either
31
31
  * a <code>containerRecipeArn</code> or an <code>imageRecipeArn</code>.</p>
@@ -133,6 +133,7 @@ declare const UpdateImagePipelineCommand_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 UpdateImagePipelineCommand extends UpdateImagePipelineCommand_base {
138
139
  }
@@ -22,10 +22,10 @@ export interface UpdateInfrastructureConfigurationCommandOutput extends UpdateIn
22
22
  }
23
23
  declare const UpdateInfrastructureConfigurationCommand_base: {
24
24
  new (input: UpdateInfrastructureConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateInfrastructureConfigurationCommandInput, UpdateInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateInfrastructureConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateInfrastructureConfigurationCommandInput, UpdateInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a new infrastructure configuration. An infrastructure configuration defines
30
30
  * the environment in which your image will be built and tested.</p>
31
31
  * @example
@@ -111,6 +111,7 @@ declare const UpdateInfrastructureConfigurationCommand_base: {
111
111
  * @throws {@link ImagebuilderServiceException}
112
112
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class UpdateInfrastructureConfigurationCommand extends UpdateInfrastructureConfigurationCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface UpdateLifecyclePolicyCommandOutput extends UpdateLifecyclePolic
22
22
  }
23
23
  declare const UpdateLifecyclePolicyCommand_base: {
24
24
  new (input: UpdateLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLifecyclePolicyCommandInput, UpdateLifecyclePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLifecyclePolicyCommandInput, UpdateLifecyclePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Update the specified lifecycle policy.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -139,6 +139,7 @@ declare const UpdateLifecyclePolicyCommand_base: {
139
139
  * @throws {@link ImagebuilderServiceException}
140
140
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
141
141
  *
142
+ * @public
142
143
  */
143
144
  export declare class UpdateLifecyclePolicyCommand extends UpdateLifecyclePolicyCommand_base {
144
145
  }
@@ -14,5 +14,4 @@ export { ImagebuilderExtensionConfiguration } from "./extensionConfiguration";
14
14
  export * from "./commands";
15
15
  export * from "./pagination";
16
16
  export * from "./models";
17
- import "@aws-sdk/util-endpoints";
18
17
  export { ImagebuilderServiceException } from "./models/ImagebuilderServiceException";