@aws-sdk/client-imagebuilder 3.296.0 → 3.297.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 (67) hide show
  1. package/dist-types/Imagebuilder.d.ts +51 -0
  2. package/dist-types/ImagebuilderClient.d.ts +24 -4
  3. package/dist-types/commands/CancelImageCreationCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateComponentCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateContainerRecipeCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateDistributionConfigurationCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateImageCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateImagePipelineCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateImageRecipeCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateInfrastructureConfigurationCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteComponentCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteContainerRecipeCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteDistributionConfigurationCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteImageCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteImagePipelineCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteImageRecipeCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteInfrastructureConfigurationCommand.d.ts +16 -0
  18. package/dist-types/commands/GetComponentCommand.d.ts +16 -0
  19. package/dist-types/commands/GetComponentPolicyCommand.d.ts +16 -0
  20. package/dist-types/commands/GetContainerRecipeCommand.d.ts +16 -0
  21. package/dist-types/commands/GetContainerRecipePolicyCommand.d.ts +16 -0
  22. package/dist-types/commands/GetDistributionConfigurationCommand.d.ts +16 -0
  23. package/dist-types/commands/GetImageCommand.d.ts +16 -0
  24. package/dist-types/commands/GetImagePipelineCommand.d.ts +16 -0
  25. package/dist-types/commands/GetImagePolicyCommand.d.ts +16 -0
  26. package/dist-types/commands/GetImageRecipeCommand.d.ts +16 -0
  27. package/dist-types/commands/GetImageRecipePolicyCommand.d.ts +16 -0
  28. package/dist-types/commands/GetInfrastructureConfigurationCommand.d.ts +16 -0
  29. package/dist-types/commands/ImportComponentCommand.d.ts +16 -0
  30. package/dist-types/commands/ImportVmImageCommand.d.ts +16 -0
  31. package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +16 -0
  32. package/dist-types/commands/ListComponentsCommand.d.ts +16 -0
  33. package/dist-types/commands/ListContainerRecipesCommand.d.ts +16 -0
  34. package/dist-types/commands/ListDistributionConfigurationsCommand.d.ts +16 -0
  35. package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +16 -0
  36. package/dist-types/commands/ListImagePackagesCommand.d.ts +16 -0
  37. package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +16 -0
  38. package/dist-types/commands/ListImagePipelinesCommand.d.ts +16 -0
  39. package/dist-types/commands/ListImageRecipesCommand.d.ts +16 -0
  40. package/dist-types/commands/ListImagesCommand.d.ts +16 -0
  41. package/dist-types/commands/ListInfrastructureConfigurationsCommand.d.ts +16 -0
  42. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  43. package/dist-types/commands/PutComponentPolicyCommand.d.ts +16 -0
  44. package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +16 -0
  45. package/dist-types/commands/PutImagePolicyCommand.d.ts +16 -0
  46. package/dist-types/commands/PutImageRecipePolicyCommand.d.ts +16 -0
  47. package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +16 -0
  48. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  49. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  50. package/dist-types/commands/UpdateDistributionConfigurationCommand.d.ts +16 -0
  51. package/dist-types/commands/UpdateImagePipelineCommand.d.ts +16 -0
  52. package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +16 -0
  53. package/dist-types/models/ImagebuilderServiceException.d.ts +2 -0
  54. package/dist-types/models/models_0.d.ts +403 -0
  55. package/dist-types/pagination/Interfaces.d.ts +3 -0
  56. package/dist-types/pagination/ListComponentBuildVersionsPaginator.d.ts +3 -0
  57. package/dist-types/pagination/ListComponentsPaginator.d.ts +3 -0
  58. package/dist-types/pagination/ListContainerRecipesPaginator.d.ts +3 -0
  59. package/dist-types/pagination/ListDistributionConfigurationsPaginator.d.ts +3 -0
  60. package/dist-types/pagination/ListImageBuildVersionsPaginator.d.ts +3 -0
  61. package/dist-types/pagination/ListImagePackagesPaginator.d.ts +3 -0
  62. package/dist-types/pagination/ListImagePipelineImagesPaginator.d.ts +3 -0
  63. package/dist-types/pagination/ListImagePipelinesPaginator.d.ts +3 -0
  64. package/dist-types/pagination/ListImageRecipesPaginator.d.ts +3 -0
  65. package/dist-types/pagination/ListImagesPaginator.d.ts +3 -0
  66. package/dist-types/pagination/ListInfrastructureConfigurationsPaginator.d.ts +3 -0
  67. package/package.json +3 -3
@@ -51,6 +51,7 @@ import { UpdateImagePipelineCommandInput, UpdateImagePipelineCommandOutput } fro
51
51
  import { UpdateInfrastructureConfigurationCommandInput, UpdateInfrastructureConfigurationCommandOutput } from "./commands/UpdateInfrastructureConfigurationCommand";
52
52
  import { ImagebuilderClient } from "./ImagebuilderClient";
53
53
  /**
54
+ * @public
54
55
  * <p>EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the
55
56
  * creation, management, and deployment of customized, secure, and up-to-date "golden" server
56
57
  * images that are pre-installed and pre-configured with software and settings to meet specific
@@ -58,6 +59,7 @@ import { ImagebuilderClient } from "./ImagebuilderClient";
58
59
  */
59
60
  export declare class Imagebuilder extends ImagebuilderClient {
60
61
  /**
62
+ * @public
61
63
  * <p>CancelImageCreation cancels the creation of Image. This operation can only be used on
62
64
  * images in a non-terminal state.</p>
63
65
  */
@@ -65,6 +67,7 @@ export declare class Imagebuilder extends ImagebuilderClient {
65
67
  cancelImageCreation(args: CancelImageCreationCommandInput, cb: (err: any, data?: CancelImageCreationCommandOutput) => void): void;
66
68
  cancelImageCreation(args: CancelImageCreationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelImageCreationCommandOutput) => void): void;
67
69
  /**
70
+ * @public
68
71
  * <p>Creates a new component that can be used to build, validate, test, and assess your
69
72
  * image. The component is based on a YAML document that you specify using exactly one
70
73
  * of the following methods:</p>
@@ -82,12 +85,14 @@ export declare class Imagebuilder extends ImagebuilderClient {
82
85
  createComponent(args: CreateComponentCommandInput, cb: (err: any, data?: CreateComponentCommandOutput) => void): void;
83
86
  createComponent(args: CreateComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateComponentCommandOutput) => void): void;
84
87
  /**
88
+ * @public
85
89
  * <p>Creates a new container recipe. Container recipes define how images are configured, tested, and assessed.</p>
86
90
  */
87
91
  createContainerRecipe(args: CreateContainerRecipeCommandInput, options?: __HttpHandlerOptions): Promise<CreateContainerRecipeCommandOutput>;
88
92
  createContainerRecipe(args: CreateContainerRecipeCommandInput, cb: (err: any, data?: CreateContainerRecipeCommandOutput) => void): void;
89
93
  createContainerRecipe(args: CreateContainerRecipeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContainerRecipeCommandOutput) => void): void;
90
94
  /**
95
+ * @public
91
96
  * <p>Creates a new distribution configuration. Distribution configurations define and configure
92
97
  * the outputs of your pipeline.</p>
93
98
  */
@@ -95,6 +100,7 @@ export declare class Imagebuilder extends ImagebuilderClient {
95
100
  createDistributionConfiguration(args: CreateDistributionConfigurationCommandInput, cb: (err: any, data?: CreateDistributionConfigurationCommandOutput) => void): void;
96
101
  createDistributionConfiguration(args: CreateDistributionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDistributionConfigurationCommandOutput) => void): void;
97
102
  /**
103
+ * @public
98
104
  * <p> Creates a new image. This request will create a new image along with all of the
99
105
  * configured output resources defined in the distribution configuration. You must specify
100
106
  * exactly one recipe for your image, using either a ContainerRecipeArn or an ImageRecipeArn.</p>
@@ -103,6 +109,7 @@ export declare class Imagebuilder extends ImagebuilderClient {
103
109
  createImage(args: CreateImageCommandInput, cb: (err: any, data?: CreateImageCommandOutput) => void): void;
104
110
  createImage(args: CreateImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImageCommandOutput) => void): void;
105
111
  /**
112
+ * @public
106
113
  * <p> Creates a new image pipeline. Image pipelines enable you to automate the creation and
107
114
  * distribution of images.</p>
108
115
  */
@@ -110,6 +117,7 @@ export declare class Imagebuilder extends ImagebuilderClient {
110
117
  createImagePipeline(args: CreateImagePipelineCommandInput, cb: (err: any, data?: CreateImagePipelineCommandOutput) => void): void;
111
118
  createImagePipeline(args: CreateImagePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImagePipelineCommandOutput) => void): void;
112
119
  /**
120
+ * @public
113
121
  * <p> Creates a new image recipe. Image recipes define how images are configured, tested, and
114
122
  * assessed.</p>
115
123
  */
@@ -117,6 +125,7 @@ export declare class Imagebuilder extends ImagebuilderClient {
117
125
  createImageRecipe(args: CreateImageRecipeCommandInput, cb: (err: any, data?: CreateImageRecipeCommandOutput) => void): void;
118
126
  createImageRecipe(args: CreateImageRecipeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImageRecipeCommandOutput) => void): void;
119
127
  /**
128
+ * @public
120
129
  * <p> Creates a new infrastructure configuration. An infrastructure configuration defines the
121
130
  * environment in which your image will be built and tested.</p>
122
131
  */
@@ -124,24 +133,28 @@ export declare class Imagebuilder extends ImagebuilderClient {
124
133
  createInfrastructureConfiguration(args: CreateInfrastructureConfigurationCommandInput, cb: (err: any, data?: CreateInfrastructureConfigurationCommandOutput) => void): void;
125
134
  createInfrastructureConfiguration(args: CreateInfrastructureConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInfrastructureConfigurationCommandOutput) => void): void;
126
135
  /**
136
+ * @public
127
137
  * <p> Deletes a component build version.</p>
128
138
  */
129
139
  deleteComponent(args: DeleteComponentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteComponentCommandOutput>;
130
140
  deleteComponent(args: DeleteComponentCommandInput, cb: (err: any, data?: DeleteComponentCommandOutput) => void): void;
131
141
  deleteComponent(args: DeleteComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteComponentCommandOutput) => void): void;
132
142
  /**
143
+ * @public
133
144
  * <p>Deletes a container recipe.</p>
134
145
  */
135
146
  deleteContainerRecipe(args: DeleteContainerRecipeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteContainerRecipeCommandOutput>;
136
147
  deleteContainerRecipe(args: DeleteContainerRecipeCommandInput, cb: (err: any, data?: DeleteContainerRecipeCommandOutput) => void): void;
137
148
  deleteContainerRecipe(args: DeleteContainerRecipeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContainerRecipeCommandOutput) => void): void;
138
149
  /**
150
+ * @public
139
151
  * <p> Deletes a distribution configuration.</p>
140
152
  */
141
153
  deleteDistributionConfiguration(args: DeleteDistributionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDistributionConfigurationCommandOutput>;
142
154
  deleteDistributionConfiguration(args: DeleteDistributionConfigurationCommandInput, cb: (err: any, data?: DeleteDistributionConfigurationCommandOutput) => void): void;
143
155
  deleteDistributionConfiguration(args: DeleteDistributionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDistributionConfigurationCommandOutput) => void): void;
144
156
  /**
157
+ * @public
145
158
  * <p>Deletes an Image Builder image resource. This does not delete any EC2 AMIs or ECR container images
146
159
  * that are created during the image build process. You must clean those up separately,
147
160
  * using the appropriate Amazon EC2 or Amazon ECR console actions, or API or CLI commands.</p>
@@ -168,96 +181,112 @@ export declare class Imagebuilder extends ImagebuilderClient {
168
181
  deleteImage(args: DeleteImageCommandInput, cb: (err: any, data?: DeleteImageCommandOutput) => void): void;
169
182
  deleteImage(args: DeleteImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteImageCommandOutput) => void): void;
170
183
  /**
184
+ * @public
171
185
  * <p> Deletes an image pipeline.</p>
172
186
  */
173
187
  deleteImagePipeline(args: DeleteImagePipelineCommandInput, options?: __HttpHandlerOptions): Promise<DeleteImagePipelineCommandOutput>;
174
188
  deleteImagePipeline(args: DeleteImagePipelineCommandInput, cb: (err: any, data?: DeleteImagePipelineCommandOutput) => void): void;
175
189
  deleteImagePipeline(args: DeleteImagePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteImagePipelineCommandOutput) => void): void;
176
190
  /**
191
+ * @public
177
192
  * <p> Deletes an image recipe.</p>
178
193
  */
179
194
  deleteImageRecipe(args: DeleteImageRecipeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteImageRecipeCommandOutput>;
180
195
  deleteImageRecipe(args: DeleteImageRecipeCommandInput, cb: (err: any, data?: DeleteImageRecipeCommandOutput) => void): void;
181
196
  deleteImageRecipe(args: DeleteImageRecipeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteImageRecipeCommandOutput) => void): void;
182
197
  /**
198
+ * @public
183
199
  * <p> Deletes an infrastructure configuration.</p>
184
200
  */
185
201
  deleteInfrastructureConfiguration(args: DeleteInfrastructureConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInfrastructureConfigurationCommandOutput>;
186
202
  deleteInfrastructureConfiguration(args: DeleteInfrastructureConfigurationCommandInput, cb: (err: any, data?: DeleteInfrastructureConfigurationCommandOutput) => void): void;
187
203
  deleteInfrastructureConfiguration(args: DeleteInfrastructureConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInfrastructureConfigurationCommandOutput) => void): void;
188
204
  /**
205
+ * @public
189
206
  * <p> Gets a component object.</p>
190
207
  */
191
208
  getComponent(args: GetComponentCommandInput, options?: __HttpHandlerOptions): Promise<GetComponentCommandOutput>;
192
209
  getComponent(args: GetComponentCommandInput, cb: (err: any, data?: GetComponentCommandOutput) => void): void;
193
210
  getComponent(args: GetComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetComponentCommandOutput) => void): void;
194
211
  /**
212
+ * @public
195
213
  * <p> Gets a component policy.</p>
196
214
  */
197
215
  getComponentPolicy(args: GetComponentPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetComponentPolicyCommandOutput>;
198
216
  getComponentPolicy(args: GetComponentPolicyCommandInput, cb: (err: any, data?: GetComponentPolicyCommandOutput) => void): void;
199
217
  getComponentPolicy(args: GetComponentPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetComponentPolicyCommandOutput) => void): void;
200
218
  /**
219
+ * @public
201
220
  * <p>Retrieves a container recipe.</p>
202
221
  */
203
222
  getContainerRecipe(args: GetContainerRecipeCommandInput, options?: __HttpHandlerOptions): Promise<GetContainerRecipeCommandOutput>;
204
223
  getContainerRecipe(args: GetContainerRecipeCommandInput, cb: (err: any, data?: GetContainerRecipeCommandOutput) => void): void;
205
224
  getContainerRecipe(args: GetContainerRecipeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContainerRecipeCommandOutput) => void): void;
206
225
  /**
226
+ * @public
207
227
  * <p>Retrieves the policy for a container recipe.</p>
208
228
  */
209
229
  getContainerRecipePolicy(args: GetContainerRecipePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetContainerRecipePolicyCommandOutput>;
210
230
  getContainerRecipePolicy(args: GetContainerRecipePolicyCommandInput, cb: (err: any, data?: GetContainerRecipePolicyCommandOutput) => void): void;
211
231
  getContainerRecipePolicy(args: GetContainerRecipePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContainerRecipePolicyCommandOutput) => void): void;
212
232
  /**
233
+ * @public
213
234
  * <p> Gets a distribution configuration.</p>
214
235
  */
215
236
  getDistributionConfiguration(args: GetDistributionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetDistributionConfigurationCommandOutput>;
216
237
  getDistributionConfiguration(args: GetDistributionConfigurationCommandInput, cb: (err: any, data?: GetDistributionConfigurationCommandOutput) => void): void;
217
238
  getDistributionConfiguration(args: GetDistributionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDistributionConfigurationCommandOutput) => void): void;
218
239
  /**
240
+ * @public
219
241
  * <p> Gets an image.</p>
220
242
  */
221
243
  getImage(args: GetImageCommandInput, options?: __HttpHandlerOptions): Promise<GetImageCommandOutput>;
222
244
  getImage(args: GetImageCommandInput, cb: (err: any, data?: GetImageCommandOutput) => void): void;
223
245
  getImage(args: GetImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetImageCommandOutput) => void): void;
224
246
  /**
247
+ * @public
225
248
  * <p> Gets an image pipeline.</p>
226
249
  */
227
250
  getImagePipeline(args: GetImagePipelineCommandInput, options?: __HttpHandlerOptions): Promise<GetImagePipelineCommandOutput>;
228
251
  getImagePipeline(args: GetImagePipelineCommandInput, cb: (err: any, data?: GetImagePipelineCommandOutput) => void): void;
229
252
  getImagePipeline(args: GetImagePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetImagePipelineCommandOutput) => void): void;
230
253
  /**
254
+ * @public
231
255
  * <p> Gets an image policy.</p>
232
256
  */
233
257
  getImagePolicy(args: GetImagePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetImagePolicyCommandOutput>;
234
258
  getImagePolicy(args: GetImagePolicyCommandInput, cb: (err: any, data?: GetImagePolicyCommandOutput) => void): void;
235
259
  getImagePolicy(args: GetImagePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetImagePolicyCommandOutput) => void): void;
236
260
  /**
261
+ * @public
237
262
  * <p> Gets an image recipe.</p>
238
263
  */
239
264
  getImageRecipe(args: GetImageRecipeCommandInput, options?: __HttpHandlerOptions): Promise<GetImageRecipeCommandOutput>;
240
265
  getImageRecipe(args: GetImageRecipeCommandInput, cb: (err: any, data?: GetImageRecipeCommandOutput) => void): void;
241
266
  getImageRecipe(args: GetImageRecipeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetImageRecipeCommandOutput) => void): void;
242
267
  /**
268
+ * @public
243
269
  * <p> Gets an image recipe policy.</p>
244
270
  */
245
271
  getImageRecipePolicy(args: GetImageRecipePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetImageRecipePolicyCommandOutput>;
246
272
  getImageRecipePolicy(args: GetImageRecipePolicyCommandInput, cb: (err: any, data?: GetImageRecipePolicyCommandOutput) => void): void;
247
273
  getImageRecipePolicy(args: GetImageRecipePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetImageRecipePolicyCommandOutput) => void): void;
248
274
  /**
275
+ * @public
249
276
  * <p> Gets an infrastructure configuration.</p>
250
277
  */
251
278
  getInfrastructureConfiguration(args: GetInfrastructureConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetInfrastructureConfigurationCommandOutput>;
252
279
  getInfrastructureConfiguration(args: GetInfrastructureConfigurationCommandInput, cb: (err: any, data?: GetInfrastructureConfigurationCommandOutput) => void): void;
253
280
  getInfrastructureConfiguration(args: GetInfrastructureConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInfrastructureConfigurationCommandOutput) => void): void;
254
281
  /**
282
+ * @public
255
283
  * <p>Imports a component and transforms its data into a component document.</p>
256
284
  */
257
285
  importComponent(args: ImportComponentCommandInput, options?: __HttpHandlerOptions): Promise<ImportComponentCommandOutput>;
258
286
  importComponent(args: ImportComponentCommandInput, cb: (err: any, data?: ImportComponentCommandOutput) => void): void;
259
287
  importComponent(args: ImportComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportComponentCommandOutput) => void): void;
260
288
  /**
289
+ * @public
261
290
  * <p>When you export your virtual machine (VM) from its virtualization environment,
262
291
  * that process creates a set of one or more disk container files that act as
263
292
  * snapshots of your VM’s environment, settings, and data. The Amazon EC2 API
@@ -272,6 +301,7 @@ export declare class Imagebuilder extends ImagebuilderClient {
272
301
  importVmImage(args: ImportVmImageCommandInput, cb: (err: any, data?: ImportVmImageCommandOutput) => void): void;
273
302
  importVmImage(args: ImportVmImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportVmImageCommandOutput) => void): void;
274
303
  /**
304
+ * @public
275
305
  * <p> Returns the list of component build versions for the specified semantic version.</p>
276
306
  * <note>
277
307
  * <p>The semantic version has four nodes: <major>.<minor>.<patch>/<build>.
@@ -287,6 +317,7 @@ export declare class Imagebuilder extends ImagebuilderClient {
287
317
  listComponentBuildVersions(args: ListComponentBuildVersionsCommandInput, cb: (err: any, data?: ListComponentBuildVersionsCommandOutput) => void): void;
288
318
  listComponentBuildVersions(args: ListComponentBuildVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListComponentBuildVersionsCommandOutput) => void): void;
289
319
  /**
320
+ * @public
290
321
  * <p>Returns the list of components that can be filtered by name, or by using
291
322
  * the listed <code>filters</code> to streamline results. Newly created components
292
323
  * can take up to two minutes to appear in the ListComponents API Results.</p>
@@ -304,48 +335,56 @@ export declare class Imagebuilder extends ImagebuilderClient {
304
335
  listComponents(args: ListComponentsCommandInput, cb: (err: any, data?: ListComponentsCommandOutput) => void): void;
305
336
  listComponents(args: ListComponentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListComponentsCommandOutput) => void): void;
306
337
  /**
338
+ * @public
307
339
  * <p>Returns a list of container recipes.</p>
308
340
  */
309
341
  listContainerRecipes(args: ListContainerRecipesCommandInput, options?: __HttpHandlerOptions): Promise<ListContainerRecipesCommandOutput>;
310
342
  listContainerRecipes(args: ListContainerRecipesCommandInput, cb: (err: any, data?: ListContainerRecipesCommandOutput) => void): void;
311
343
  listContainerRecipes(args: ListContainerRecipesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContainerRecipesCommandOutput) => void): void;
312
344
  /**
345
+ * @public
313
346
  * <p>Returns a list of distribution configurations.</p>
314
347
  */
315
348
  listDistributionConfigurations(args: ListDistributionConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListDistributionConfigurationsCommandOutput>;
316
349
  listDistributionConfigurations(args: ListDistributionConfigurationsCommandInput, cb: (err: any, data?: ListDistributionConfigurationsCommandOutput) => void): void;
317
350
  listDistributionConfigurations(args: ListDistributionConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionConfigurationsCommandOutput) => void): void;
318
351
  /**
352
+ * @public
319
353
  * <p> Returns a list of image build versions.</p>
320
354
  */
321
355
  listImageBuildVersions(args: ListImageBuildVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListImageBuildVersionsCommandOutput>;
322
356
  listImageBuildVersions(args: ListImageBuildVersionsCommandInput, cb: (err: any, data?: ListImageBuildVersionsCommandOutput) => void): void;
323
357
  listImageBuildVersions(args: ListImageBuildVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImageBuildVersionsCommandOutput) => void): void;
324
358
  /**
359
+ * @public
325
360
  * <p>List the Packages that are associated with an Image Build Version, as determined by Amazon Web Services Systems Manager Inventory at build time.</p>
326
361
  */
327
362
  listImagePackages(args: ListImagePackagesCommandInput, options?: __HttpHandlerOptions): Promise<ListImagePackagesCommandOutput>;
328
363
  listImagePackages(args: ListImagePackagesCommandInput, cb: (err: any, data?: ListImagePackagesCommandOutput) => void): void;
329
364
  listImagePackages(args: ListImagePackagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImagePackagesCommandOutput) => void): void;
330
365
  /**
366
+ * @public
331
367
  * <p>Returns a list of images created by the specified pipeline.</p>
332
368
  */
333
369
  listImagePipelineImages(args: ListImagePipelineImagesCommandInput, options?: __HttpHandlerOptions): Promise<ListImagePipelineImagesCommandOutput>;
334
370
  listImagePipelineImages(args: ListImagePipelineImagesCommandInput, cb: (err: any, data?: ListImagePipelineImagesCommandOutput) => void): void;
335
371
  listImagePipelineImages(args: ListImagePipelineImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImagePipelineImagesCommandOutput) => void): void;
336
372
  /**
373
+ * @public
337
374
  * <p>Returns a list of image pipelines.</p>
338
375
  */
339
376
  listImagePipelines(args: ListImagePipelinesCommandInput, options?: __HttpHandlerOptions): Promise<ListImagePipelinesCommandOutput>;
340
377
  listImagePipelines(args: ListImagePipelinesCommandInput, cb: (err: any, data?: ListImagePipelinesCommandOutput) => void): void;
341
378
  listImagePipelines(args: ListImagePipelinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImagePipelinesCommandOutput) => void): void;
342
379
  /**
380
+ * @public
343
381
  * <p> Returns a list of image recipes.</p>
344
382
  */
345
383
  listImageRecipes(args: ListImageRecipesCommandInput, options?: __HttpHandlerOptions): Promise<ListImageRecipesCommandOutput>;
346
384
  listImageRecipes(args: ListImageRecipesCommandInput, cb: (err: any, data?: ListImageRecipesCommandOutput) => void): void;
347
385
  listImageRecipes(args: ListImageRecipesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImageRecipesCommandOutput) => void): void;
348
386
  /**
387
+ * @public
349
388
  * <p>Returns the list of images that you have access to. Newly created images
350
389
  * can take up to two minutes to appear in the ListImages API Results.</p>
351
390
  */
@@ -353,18 +392,21 @@ export declare class Imagebuilder extends ImagebuilderClient {
353
392
  listImages(args: ListImagesCommandInput, cb: (err: any, data?: ListImagesCommandOutput) => void): void;
354
393
  listImages(args: ListImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImagesCommandOutput) => void): void;
355
394
  /**
395
+ * @public
356
396
  * <p> Returns a list of infrastructure configurations.</p>
357
397
  */
358
398
  listInfrastructureConfigurations(args: ListInfrastructureConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListInfrastructureConfigurationsCommandOutput>;
359
399
  listInfrastructureConfigurations(args: ListInfrastructureConfigurationsCommandInput, cb: (err: any, data?: ListInfrastructureConfigurationsCommandOutput) => void): void;
360
400
  listInfrastructureConfigurations(args: ListInfrastructureConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInfrastructureConfigurationsCommandOutput) => void): void;
361
401
  /**
402
+ * @public
362
403
  * <p> Returns the list of tags for the specified resource.</p>
363
404
  */
364
405
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
365
406
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
366
407
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
367
408
  /**
409
+ * @public
368
410
  * <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
369
411
  * <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 visible to
370
412
  * all principals with whom the resource is shared.</p>
@@ -373,12 +415,14 @@ export declare class Imagebuilder extends ImagebuilderClient {
373
415
  putComponentPolicy(args: PutComponentPolicyCommandInput, cb: (err: any, data?: PutComponentPolicyCommandOutput) => void): void;
374
416
  putComponentPolicy(args: PutComponentPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutComponentPolicyCommandOutput) => void): void;
375
417
  /**
418
+ * @public
376
419
  * <p>Applies a policy to a container image. We recommend that you call the RAM API CreateResourceShare (https://docs.aws.amazon.com//ram/latest/APIReference/API_CreateResourceShare.html) to share resources. If you call the Image Builder API <code>PutContainerImagePolicy</code>, you must also call the RAM API PromoteResourceShareCreatedFromPolicy (https://docs.aws.amazon.com//ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html) in order for the resource to be visible to all principals with whom the resource is shared.</p>
377
420
  */
378
421
  putContainerRecipePolicy(args: PutContainerRecipePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutContainerRecipePolicyCommandOutput>;
379
422
  putContainerRecipePolicy(args: PutContainerRecipePolicyCommandInput, cb: (err: any, data?: PutContainerRecipePolicyCommandOutput) => void): void;
380
423
  putContainerRecipePolicy(args: PutContainerRecipePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutContainerRecipePolicyCommandOutput) => void): void;
381
424
  /**
425
+ * @public
382
426
  * <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
383
427
  * <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 visible to
384
428
  * all principals with whom the resource is shared.</p>
@@ -387,6 +431,7 @@ export declare class Imagebuilder extends ImagebuilderClient {
387
431
  putImagePolicy(args: PutImagePolicyCommandInput, cb: (err: any, data?: PutImagePolicyCommandOutput) => void): void;
388
432
  putImagePolicy(args: PutImagePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutImagePolicyCommandOutput) => void): void;
389
433
  /**
434
+ * @public
390
435
  * <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
391
436
  * <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 visible to
392
437
  * all principals with whom the resource is shared.</p>
@@ -395,24 +440,28 @@ export declare class Imagebuilder extends ImagebuilderClient {
395
440
  putImageRecipePolicy(args: PutImageRecipePolicyCommandInput, cb: (err: any, data?: PutImageRecipePolicyCommandOutput) => void): void;
396
441
  putImageRecipePolicy(args: PutImageRecipePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutImageRecipePolicyCommandOutput) => void): void;
397
442
  /**
443
+ * @public
398
444
  * <p> Manually triggers a pipeline to create an image.</p>
399
445
  */
400
446
  startImagePipelineExecution(args: StartImagePipelineExecutionCommandInput, options?: __HttpHandlerOptions): Promise<StartImagePipelineExecutionCommandOutput>;
401
447
  startImagePipelineExecution(args: StartImagePipelineExecutionCommandInput, cb: (err: any, data?: StartImagePipelineExecutionCommandOutput) => void): void;
402
448
  startImagePipelineExecution(args: StartImagePipelineExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartImagePipelineExecutionCommandOutput) => void): void;
403
449
  /**
450
+ * @public
404
451
  * <p> Adds a tag to a resource.</p>
405
452
  */
406
453
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
407
454
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
408
455
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
409
456
  /**
457
+ * @public
410
458
  * <p> Removes a tag from a resource.</p>
411
459
  */
412
460
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
413
461
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
414
462
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
415
463
  /**
464
+ * @public
416
465
  * <p> Updates a new distribution configuration. Distribution configurations define and
417
466
  * configure the outputs of your pipeline.</p>
418
467
  */
@@ -420,6 +469,7 @@ export declare class Imagebuilder extends ImagebuilderClient {
420
469
  updateDistributionConfiguration(args: UpdateDistributionConfigurationCommandInput, cb: (err: any, data?: UpdateDistributionConfigurationCommandOutput) => void): void;
421
470
  updateDistributionConfiguration(args: UpdateDistributionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDistributionConfigurationCommandOutput) => void): void;
422
471
  /**
472
+ * @public
423
473
  * <p> Updates an image pipeline. Image pipelines enable you to automate the creation and
424
474
  * distribution of images.</p>
425
475
  * <note>
@@ -432,6 +482,7 @@ export declare class Imagebuilder extends ImagebuilderClient {
432
482
  updateImagePipeline(args: UpdateImagePipelineCommandInput, cb: (err: any, data?: UpdateImagePipelineCommandOutput) => void): void;
433
483
  updateImagePipeline(args: UpdateImagePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateImagePipelineCommandOutput) => void): void;
434
484
  /**
485
+ * @public
435
486
  * <p> Updates a new infrastructure configuration. An infrastructure configuration defines the
436
487
  * environment in which your image will be built and tested.</p>
437
488
  */
@@ -58,15 +58,24 @@ import { UpdateDistributionConfigurationCommandInput, UpdateDistributionConfigur
58
58
  import { UpdateImagePipelineCommandInput, UpdateImagePipelineCommandOutput } from "./commands/UpdateImagePipelineCommand";
59
59
  import { UpdateInfrastructureConfigurationCommandInput, UpdateInfrastructureConfigurationCommandOutput } from "./commands/UpdateInfrastructureConfigurationCommand";
60
60
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
61
+ /**
62
+ * @public
63
+ */
61
64
  export type ServiceInputTypes = CancelImageCreationCommandInput | CreateComponentCommandInput | CreateContainerRecipeCommandInput | CreateDistributionConfigurationCommandInput | CreateImageCommandInput | CreateImagePipelineCommandInput | CreateImageRecipeCommandInput | CreateInfrastructureConfigurationCommandInput | DeleteComponentCommandInput | DeleteContainerRecipeCommandInput | DeleteDistributionConfigurationCommandInput | DeleteImageCommandInput | DeleteImagePipelineCommandInput | DeleteImageRecipeCommandInput | DeleteInfrastructureConfigurationCommandInput | GetComponentCommandInput | GetComponentPolicyCommandInput | GetContainerRecipeCommandInput | GetContainerRecipePolicyCommandInput | GetDistributionConfigurationCommandInput | GetImageCommandInput | GetImagePipelineCommandInput | GetImagePolicyCommandInput | GetImageRecipeCommandInput | GetImageRecipePolicyCommandInput | GetInfrastructureConfigurationCommandInput | ImportComponentCommandInput | ImportVmImageCommandInput | ListComponentBuildVersionsCommandInput | ListComponentsCommandInput | ListContainerRecipesCommandInput | ListDistributionConfigurationsCommandInput | ListImageBuildVersionsCommandInput | ListImagePackagesCommandInput | ListImagePipelineImagesCommandInput | ListImagePipelinesCommandInput | ListImageRecipesCommandInput | ListImagesCommandInput | ListInfrastructureConfigurationsCommandInput | ListTagsForResourceCommandInput | PutComponentPolicyCommandInput | PutContainerRecipePolicyCommandInput | PutImagePolicyCommandInput | PutImageRecipePolicyCommandInput | StartImagePipelineExecutionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDistributionConfigurationCommandInput | UpdateImagePipelineCommandInput | UpdateInfrastructureConfigurationCommandInput;
65
+ /**
66
+ * @public
67
+ */
62
68
  export type ServiceOutputTypes = CancelImageCreationCommandOutput | CreateComponentCommandOutput | CreateContainerRecipeCommandOutput | CreateDistributionConfigurationCommandOutput | CreateImageCommandOutput | CreateImagePipelineCommandOutput | CreateImageRecipeCommandOutput | CreateInfrastructureConfigurationCommandOutput | DeleteComponentCommandOutput | DeleteContainerRecipeCommandOutput | DeleteDistributionConfigurationCommandOutput | DeleteImageCommandOutput | DeleteImagePipelineCommandOutput | DeleteImageRecipeCommandOutput | DeleteInfrastructureConfigurationCommandOutput | GetComponentCommandOutput | GetComponentPolicyCommandOutput | GetContainerRecipeCommandOutput | GetContainerRecipePolicyCommandOutput | GetDistributionConfigurationCommandOutput | GetImageCommandOutput | GetImagePipelineCommandOutput | GetImagePolicyCommandOutput | GetImageRecipeCommandOutput | GetImageRecipePolicyCommandOutput | GetInfrastructureConfigurationCommandOutput | ImportComponentCommandOutput | ImportVmImageCommandOutput | ListComponentBuildVersionsCommandOutput | ListComponentsCommandOutput | ListContainerRecipesCommandOutput | ListDistributionConfigurationsCommandOutput | ListImageBuildVersionsCommandOutput | ListImagePackagesCommandOutput | ListImagePipelineImagesCommandOutput | ListImagePipelinesCommandOutput | ListImageRecipesCommandOutput | ListImagesCommandOutput | ListInfrastructureConfigurationsCommandOutput | ListTagsForResourceCommandOutput | PutComponentPolicyCommandOutput | PutContainerRecipePolicyCommandOutput | PutImagePolicyCommandOutput | PutImageRecipePolicyCommandOutput | StartImagePipelineExecutionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDistributionConfigurationCommandOutput | UpdateImagePipelineCommandOutput | UpdateInfrastructureConfigurationCommandOutput;
69
+ /**
70
+ * @public
71
+ */
63
72
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
64
73
  /**
65
74
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
66
75
  */
67
76
  requestHandler?: __HttpHandler;
68
77
  /**
69
- * A constructor for a class implementing the {@link __Checksum} interface
78
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
70
79
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
71
80
  * @internal
72
81
  */
@@ -156,23 +165,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
156
165
  */
157
166
  logger?: __Logger;
158
167
  /**
159
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
168
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
160
169
  */
161
170
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
162
171
  }
172
+ /**
173
+ * @public
174
+ */
163
175
  type ImagebuilderClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
164
176
  /**
165
- * The configuration interface of ImagebuilderClient class constructor that set the region, credentials and other options.
177
+ * @public
178
+ *
179
+ * The configuration interface of ImagebuilderClient class constructor that set the region, credentials and other options.
166
180
  */
167
181
  export interface ImagebuilderClientConfig extends ImagebuilderClientConfigType {
168
182
  }
183
+ /**
184
+ * @public
185
+ */
169
186
  type ImagebuilderClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
170
187
  /**
171
- * The resolved configuration interface of ImagebuilderClient class. This is resolved and normalized from the {@link ImagebuilderClientConfig | constructor configuration interface}.
188
+ * @public
189
+ *
190
+ * The resolved configuration interface of ImagebuilderClient class. This is resolved and normalized from the {@link ImagebuilderClientConfig | constructor configuration interface}.
172
191
  */
173
192
  export interface ImagebuilderClientResolvedConfig extends ImagebuilderClientResolvedConfigType {
174
193
  }
175
194
  /**
195
+ * @public
176
196
  * <p>EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the
177
197
  * creation, management, and deployment of customized, secure, and up-to-date "golden" server
178
198
  * images that are pre-installed and pre-configured with software and settings to meet specific
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
5
  import { CancelImageCreationRequest, CancelImageCreationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CancelImageCreationCommand}.
8
10
  */
9
11
  export interface CancelImageCreationCommandInput extends CancelImageCreationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CancelImageCreationCommand}.
13
17
  */
14
18
  export interface CancelImageCreationCommandOutput extends CancelImageCreationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>CancelImageCreation cancels the creation of Image. This operation can only be used on
18
23
  * images in a non-terminal state.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CancelImageCreationCommandOutput extends CancelImageCreationRes
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CancelImageCreationCommandInput - {@link CancelImageCreationCommandInput}
35
+ * @returns {@link CancelImageCreationCommandOutput}
29
36
  * @see {@link CancelImageCreationCommandInput} for command's `input` shape.
30
37
  * @see {@link CancelImageCreationCommandOutput} for command's `response` shape.
31
38
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -63,11 +70,20 @@ export interface CancelImageCreationCommandOutput extends CancelImageCreationRes
63
70
  export declare class CancelImageCreationCommand extends $Command<CancelImageCreationCommandInput, CancelImageCreationCommandOutput, ImagebuilderClientResolvedConfig> {
64
71
  readonly input: CancelImageCreationCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: CancelImageCreationCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelImageCreationCommandInput, CancelImageCreationCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
5
  import { CreateComponentRequest, CreateComponentResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateComponentCommand}.
8
10
  */
9
11
  export interface CreateComponentCommandInput extends CreateComponentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateComponentCommand}.
13
17
  */
14
18
  export interface CreateComponentCommandOutput extends CreateComponentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new component that can be used to build, validate, test, and assess your
18
23
  * image. The component is based on a YAML document that you specify using exactly one
19
24
  * of the following methods:</p>
@@ -36,6 +41,8 @@ export interface CreateComponentCommandOutput extends CreateComponentResponse, _
36
41
  * const response = await client.send(command);
37
42
  * ```
38
43
  *
44
+ * @param CreateComponentCommandInput - {@link CreateComponentCommandInput}
45
+ * @returns {@link CreateComponentCommandOutput}
39
46
  * @see {@link CreateComponentCommandInput} for command's `input` shape.
40
47
  * @see {@link CreateComponentCommandOutput} for command's `response` shape.
41
48
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -83,11 +90,20 @@ export interface CreateComponentCommandOutput extends CreateComponentResponse, _
83
90
  export declare class CreateComponentCommand extends $Command<CreateComponentCommandInput, CreateComponentCommandOutput, ImagebuilderClientResolvedConfig> {
84
91
  readonly input: CreateComponentCommandInput;
85
92
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
+ /**
94
+ * @public
95
+ */
86
96
  constructor(input: CreateComponentCommandInput);
87
97
  /**
88
98
  * @internal
89
99
  */
90
100
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateComponentCommandInput, CreateComponentCommandOutput>;
101
+ /**
102
+ * @internal
103
+ */
91
104
  private serialize;
105
+ /**
106
+ * @internal
107
+ */
92
108
  private deserialize;
93
109
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
5
  import { CreateContainerRecipeRequest, CreateContainerRecipeResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateContainerRecipeCommand}.
8
10
  */
9
11
  export interface CreateContainerRecipeCommandInput extends CreateContainerRecipeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateContainerRecipeCommand}.
13
17
  */
14
18
  export interface CreateContainerRecipeCommandOutput extends CreateContainerRecipeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new container recipe. Container recipes define how images are configured, tested, and assessed.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateContainerRecipeCommandOutput extends CreateContainerRecip
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateContainerRecipeCommandInput - {@link CreateContainerRecipeCommandInput}
34
+ * @returns {@link CreateContainerRecipeCommandOutput}
28
35
  * @see {@link CreateContainerRecipeCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateContainerRecipeCommandOutput} for command's `response` shape.
30
37
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
@@ -71,11 +78,20 @@ export interface CreateContainerRecipeCommandOutput extends CreateContainerRecip
71
78
  export declare class CreateContainerRecipeCommand extends $Command<CreateContainerRecipeCommandInput, CreateContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
72
79
  readonly input: CreateContainerRecipeCommandInput;
73
80
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
+ /**
82
+ * @public
83
+ */
74
84
  constructor(input: CreateContainerRecipeCommandInput);
75
85
  /**
76
86
  * @internal
77
87
  */
78
88
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateContainerRecipeCommandInput, CreateContainerRecipeCommandOutput>;
89
+ /**
90
+ * @internal
91
+ */
79
92
  private serialize;
93
+ /**
94
+ * @internal
95
+ */
80
96
  private deserialize;
81
97
  }