aws-sdk 2.878.0 → 2.879.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.
@@ -36,51 +36,51 @@ declare class Imagebuilder extends Service {
36
36
  */
37
37
  createContainerRecipe(callback?: (err: AWSError, data: Imagebuilder.Types.CreateContainerRecipeResponse) => void): Request<Imagebuilder.Types.CreateContainerRecipeResponse, AWSError>;
38
38
  /**
39
- * Creates a new distribution configuration. Distribution configurations define and configure the outputs of your pipeline.
39
+ * Creates a new distribution configuration. Distribution configurations define and configure the outputs of your pipeline.
40
40
  */
41
41
  createDistributionConfiguration(params: Imagebuilder.Types.CreateDistributionConfigurationRequest, callback?: (err: AWSError, data: Imagebuilder.Types.CreateDistributionConfigurationResponse) => void): Request<Imagebuilder.Types.CreateDistributionConfigurationResponse, AWSError>;
42
42
  /**
43
- * Creates a new distribution configuration. Distribution configurations define and configure the outputs of your pipeline.
43
+ * Creates a new distribution configuration. Distribution configurations define and configure the outputs of your pipeline.
44
44
  */
45
45
  createDistributionConfiguration(callback?: (err: AWSError, data: Imagebuilder.Types.CreateDistributionConfigurationResponse) => void): Request<Imagebuilder.Types.CreateDistributionConfigurationResponse, AWSError>;
46
46
  /**
47
- * Creates a new image. This request will create a new image along with all of the configured output resources defined in the distribution configuration.
47
+ * Creates a new image. This request will create a new image along with all of the configured output resources defined in the distribution configuration.
48
48
  */
49
49
  createImage(params: Imagebuilder.Types.CreateImageRequest, callback?: (err: AWSError, data: Imagebuilder.Types.CreateImageResponse) => void): Request<Imagebuilder.Types.CreateImageResponse, AWSError>;
50
50
  /**
51
- * Creates a new image. This request will create a new image along with all of the configured output resources defined in the distribution configuration.
51
+ * Creates a new image. This request will create a new image along with all of the configured output resources defined in the distribution configuration.
52
52
  */
53
53
  createImage(callback?: (err: AWSError, data: Imagebuilder.Types.CreateImageResponse) => void): Request<Imagebuilder.Types.CreateImageResponse, AWSError>;
54
54
  /**
55
- * Creates a new image pipeline. Image pipelines enable you to automate the creation and distribution of images.
55
+ * Creates a new image pipeline. Image pipelines enable you to automate the creation and distribution of images.
56
56
  */
57
57
  createImagePipeline(params: Imagebuilder.Types.CreateImagePipelineRequest, callback?: (err: AWSError, data: Imagebuilder.Types.CreateImagePipelineResponse) => void): Request<Imagebuilder.Types.CreateImagePipelineResponse, AWSError>;
58
58
  /**
59
- * Creates a new image pipeline. Image pipelines enable you to automate the creation and distribution of images.
59
+ * Creates a new image pipeline. Image pipelines enable you to automate the creation and distribution of images.
60
60
  */
61
61
  createImagePipeline(callback?: (err: AWSError, data: Imagebuilder.Types.CreateImagePipelineResponse) => void): Request<Imagebuilder.Types.CreateImagePipelineResponse, AWSError>;
62
62
  /**
63
- * Creates a new image recipe. Image recipes define how images are configured, tested, and assessed.
63
+ * Creates a new image recipe. Image recipes define how images are configured, tested, and assessed.
64
64
  */
65
65
  createImageRecipe(params: Imagebuilder.Types.CreateImageRecipeRequest, callback?: (err: AWSError, data: Imagebuilder.Types.CreateImageRecipeResponse) => void): Request<Imagebuilder.Types.CreateImageRecipeResponse, AWSError>;
66
66
  /**
67
- * Creates a new image recipe. Image recipes define how images are configured, tested, and assessed.
67
+ * Creates a new image recipe. Image recipes define how images are configured, tested, and assessed.
68
68
  */
69
69
  createImageRecipe(callback?: (err: AWSError, data: Imagebuilder.Types.CreateImageRecipeResponse) => void): Request<Imagebuilder.Types.CreateImageRecipeResponse, AWSError>;
70
70
  /**
71
- * Creates a new infrastructure configuration. An infrastructure configuration defines the environment in which your image will be built and tested.
71
+ * Creates a new infrastructure configuration. An infrastructure configuration defines the environment in which your image will be built and tested.
72
72
  */
73
73
  createInfrastructureConfiguration(params: Imagebuilder.Types.CreateInfrastructureConfigurationRequest, callback?: (err: AWSError, data: Imagebuilder.Types.CreateInfrastructureConfigurationResponse) => void): Request<Imagebuilder.Types.CreateInfrastructureConfigurationResponse, AWSError>;
74
74
  /**
75
- * Creates a new infrastructure configuration. An infrastructure configuration defines the environment in which your image will be built and tested.
75
+ * Creates a new infrastructure configuration. An infrastructure configuration defines the environment in which your image will be built and tested.
76
76
  */
77
77
  createInfrastructureConfiguration(callback?: (err: AWSError, data: Imagebuilder.Types.CreateInfrastructureConfigurationResponse) => void): Request<Imagebuilder.Types.CreateInfrastructureConfigurationResponse, AWSError>;
78
78
  /**
79
- * Deletes a component build version.
79
+ * Deletes a component build version.
80
80
  */
81
81
  deleteComponent(params: Imagebuilder.Types.DeleteComponentRequest, callback?: (err: AWSError, data: Imagebuilder.Types.DeleteComponentResponse) => void): Request<Imagebuilder.Types.DeleteComponentResponse, AWSError>;
82
82
  /**
83
- * Deletes a component build version.
83
+ * Deletes a component build version.
84
84
  */
85
85
  deleteComponent(callback?: (err: AWSError, data: Imagebuilder.Types.DeleteComponentResponse) => void): Request<Imagebuilder.Types.DeleteComponentResponse, AWSError>;
86
86
  /**
@@ -92,59 +92,59 @@ declare class Imagebuilder extends Service {
92
92
  */
93
93
  deleteContainerRecipe(callback?: (err: AWSError, data: Imagebuilder.Types.DeleteContainerRecipeResponse) => void): Request<Imagebuilder.Types.DeleteContainerRecipeResponse, AWSError>;
94
94
  /**
95
- * Deletes a distribution configuration.
95
+ * Deletes a distribution configuration.
96
96
  */
97
97
  deleteDistributionConfiguration(params: Imagebuilder.Types.DeleteDistributionConfigurationRequest, callback?: (err: AWSError, data: Imagebuilder.Types.DeleteDistributionConfigurationResponse) => void): Request<Imagebuilder.Types.DeleteDistributionConfigurationResponse, AWSError>;
98
98
  /**
99
- * Deletes a distribution configuration.
99
+ * Deletes a distribution configuration.
100
100
  */
101
101
  deleteDistributionConfiguration(callback?: (err: AWSError, data: Imagebuilder.Types.DeleteDistributionConfigurationResponse) => void): Request<Imagebuilder.Types.DeleteDistributionConfigurationResponse, AWSError>;
102
102
  /**
103
- * Deletes an image.
103
+ * Deletes an image.
104
104
  */
105
105
  deleteImage(params: Imagebuilder.Types.DeleteImageRequest, callback?: (err: AWSError, data: Imagebuilder.Types.DeleteImageResponse) => void): Request<Imagebuilder.Types.DeleteImageResponse, AWSError>;
106
106
  /**
107
- * Deletes an image.
107
+ * Deletes an image.
108
108
  */
109
109
  deleteImage(callback?: (err: AWSError, data: Imagebuilder.Types.DeleteImageResponse) => void): Request<Imagebuilder.Types.DeleteImageResponse, AWSError>;
110
110
  /**
111
- * Deletes an image pipeline.
111
+ * Deletes an image pipeline.
112
112
  */
113
113
  deleteImagePipeline(params: Imagebuilder.Types.DeleteImagePipelineRequest, callback?: (err: AWSError, data: Imagebuilder.Types.DeleteImagePipelineResponse) => void): Request<Imagebuilder.Types.DeleteImagePipelineResponse, AWSError>;
114
114
  /**
115
- * Deletes an image pipeline.
115
+ * Deletes an image pipeline.
116
116
  */
117
117
  deleteImagePipeline(callback?: (err: AWSError, data: Imagebuilder.Types.DeleteImagePipelineResponse) => void): Request<Imagebuilder.Types.DeleteImagePipelineResponse, AWSError>;
118
118
  /**
119
- * Deletes an image recipe.
119
+ * Deletes an image recipe.
120
120
  */
121
121
  deleteImageRecipe(params: Imagebuilder.Types.DeleteImageRecipeRequest, callback?: (err: AWSError, data: Imagebuilder.Types.DeleteImageRecipeResponse) => void): Request<Imagebuilder.Types.DeleteImageRecipeResponse, AWSError>;
122
122
  /**
123
- * Deletes an image recipe.
123
+ * Deletes an image recipe.
124
124
  */
125
125
  deleteImageRecipe(callback?: (err: AWSError, data: Imagebuilder.Types.DeleteImageRecipeResponse) => void): Request<Imagebuilder.Types.DeleteImageRecipeResponse, AWSError>;
126
126
  /**
127
- * Deletes an infrastructure configuration.
127
+ * Deletes an infrastructure configuration.
128
128
  */
129
129
  deleteInfrastructureConfiguration(params: Imagebuilder.Types.DeleteInfrastructureConfigurationRequest, callback?: (err: AWSError, data: Imagebuilder.Types.DeleteInfrastructureConfigurationResponse) => void): Request<Imagebuilder.Types.DeleteInfrastructureConfigurationResponse, AWSError>;
130
130
  /**
131
- * Deletes an infrastructure configuration.
131
+ * Deletes an infrastructure configuration.
132
132
  */
133
133
  deleteInfrastructureConfiguration(callback?: (err: AWSError, data: Imagebuilder.Types.DeleteInfrastructureConfigurationResponse) => void): Request<Imagebuilder.Types.DeleteInfrastructureConfigurationResponse, AWSError>;
134
134
  /**
135
- * Gets a component object.
135
+ * Gets a component object.
136
136
  */
137
137
  getComponent(params: Imagebuilder.Types.GetComponentRequest, callback?: (err: AWSError, data: Imagebuilder.Types.GetComponentResponse) => void): Request<Imagebuilder.Types.GetComponentResponse, AWSError>;
138
138
  /**
139
- * Gets a component object.
139
+ * Gets a component object.
140
140
  */
141
141
  getComponent(callback?: (err: AWSError, data: Imagebuilder.Types.GetComponentResponse) => void): Request<Imagebuilder.Types.GetComponentResponse, AWSError>;
142
142
  /**
143
- * Gets a component policy.
143
+ * Gets a component policy.
144
144
  */
145
145
  getComponentPolicy(params: Imagebuilder.Types.GetComponentPolicyRequest, callback?: (err: AWSError, data: Imagebuilder.Types.GetComponentPolicyResponse) => void): Request<Imagebuilder.Types.GetComponentPolicyResponse, AWSError>;
146
146
  /**
147
- * Gets a component policy.
147
+ * Gets a component policy.
148
148
  */
149
149
  getComponentPolicy(callback?: (err: AWSError, data: Imagebuilder.Types.GetComponentPolicyResponse) => void): Request<Imagebuilder.Types.GetComponentPolicyResponse, AWSError>;
150
150
  /**
@@ -164,83 +164,83 @@ declare class Imagebuilder extends Service {
164
164
  */
165
165
  getContainerRecipePolicy(callback?: (err: AWSError, data: Imagebuilder.Types.GetContainerRecipePolicyResponse) => void): Request<Imagebuilder.Types.GetContainerRecipePolicyResponse, AWSError>;
166
166
  /**
167
- * Gets a distribution configuration.
167
+ * Gets a distribution configuration.
168
168
  */
169
169
  getDistributionConfiguration(params: Imagebuilder.Types.GetDistributionConfigurationRequest, callback?: (err: AWSError, data: Imagebuilder.Types.GetDistributionConfigurationResponse) => void): Request<Imagebuilder.Types.GetDistributionConfigurationResponse, AWSError>;
170
170
  /**
171
- * Gets a distribution configuration.
171
+ * Gets a distribution configuration.
172
172
  */
173
173
  getDistributionConfiguration(callback?: (err: AWSError, data: Imagebuilder.Types.GetDistributionConfigurationResponse) => void): Request<Imagebuilder.Types.GetDistributionConfigurationResponse, AWSError>;
174
174
  /**
175
- * Gets an image.
175
+ * Gets an image.
176
176
  */
177
177
  getImage(params: Imagebuilder.Types.GetImageRequest, callback?: (err: AWSError, data: Imagebuilder.Types.GetImageResponse) => void): Request<Imagebuilder.Types.GetImageResponse, AWSError>;
178
178
  /**
179
- * Gets an image.
179
+ * Gets an image.
180
180
  */
181
181
  getImage(callback?: (err: AWSError, data: Imagebuilder.Types.GetImageResponse) => void): Request<Imagebuilder.Types.GetImageResponse, AWSError>;
182
182
  /**
183
- * Gets an image pipeline.
183
+ * Gets an image pipeline.
184
184
  */
185
185
  getImagePipeline(params: Imagebuilder.Types.GetImagePipelineRequest, callback?: (err: AWSError, data: Imagebuilder.Types.GetImagePipelineResponse) => void): Request<Imagebuilder.Types.GetImagePipelineResponse, AWSError>;
186
186
  /**
187
- * Gets an image pipeline.
187
+ * Gets an image pipeline.
188
188
  */
189
189
  getImagePipeline(callback?: (err: AWSError, data: Imagebuilder.Types.GetImagePipelineResponse) => void): Request<Imagebuilder.Types.GetImagePipelineResponse, AWSError>;
190
190
  /**
191
- * Gets an image policy.
191
+ * Gets an image policy.
192
192
  */
193
193
  getImagePolicy(params: Imagebuilder.Types.GetImagePolicyRequest, callback?: (err: AWSError, data: Imagebuilder.Types.GetImagePolicyResponse) => void): Request<Imagebuilder.Types.GetImagePolicyResponse, AWSError>;
194
194
  /**
195
- * Gets an image policy.
195
+ * Gets an image policy.
196
196
  */
197
197
  getImagePolicy(callback?: (err: AWSError, data: Imagebuilder.Types.GetImagePolicyResponse) => void): Request<Imagebuilder.Types.GetImagePolicyResponse, AWSError>;
198
198
  /**
199
- * Gets an image recipe.
199
+ * Gets an image recipe.
200
200
  */
201
201
  getImageRecipe(params: Imagebuilder.Types.GetImageRecipeRequest, callback?: (err: AWSError, data: Imagebuilder.Types.GetImageRecipeResponse) => void): Request<Imagebuilder.Types.GetImageRecipeResponse, AWSError>;
202
202
  /**
203
- * Gets an image recipe.
203
+ * Gets an image recipe.
204
204
  */
205
205
  getImageRecipe(callback?: (err: AWSError, data: Imagebuilder.Types.GetImageRecipeResponse) => void): Request<Imagebuilder.Types.GetImageRecipeResponse, AWSError>;
206
206
  /**
207
- * Gets an image recipe policy.
207
+ * Gets an image recipe policy.
208
208
  */
209
209
  getImageRecipePolicy(params: Imagebuilder.Types.GetImageRecipePolicyRequest, callback?: (err: AWSError, data: Imagebuilder.Types.GetImageRecipePolicyResponse) => void): Request<Imagebuilder.Types.GetImageRecipePolicyResponse, AWSError>;
210
210
  /**
211
- * Gets an image recipe policy.
211
+ * Gets an image recipe policy.
212
212
  */
213
213
  getImageRecipePolicy(callback?: (err: AWSError, data: Imagebuilder.Types.GetImageRecipePolicyResponse) => void): Request<Imagebuilder.Types.GetImageRecipePolicyResponse, AWSError>;
214
214
  /**
215
- * Gets an infrastructure configuration.
215
+ * Gets an infrastructure configuration.
216
216
  */
217
217
  getInfrastructureConfiguration(params: Imagebuilder.Types.GetInfrastructureConfigurationRequest, callback?: (err: AWSError, data: Imagebuilder.Types.GetInfrastructureConfigurationResponse) => void): Request<Imagebuilder.Types.GetInfrastructureConfigurationResponse, AWSError>;
218
218
  /**
219
- * Gets an infrastructure configuration.
219
+ * Gets an infrastructure configuration.
220
220
  */
221
221
  getInfrastructureConfiguration(callback?: (err: AWSError, data: Imagebuilder.Types.GetInfrastructureConfigurationResponse) => void): Request<Imagebuilder.Types.GetInfrastructureConfigurationResponse, AWSError>;
222
222
  /**
223
- * Imports a component and transforms its data into a component document.
223
+ * Imports a component and transforms its data into a component document.
224
224
  */
225
225
  importComponent(params: Imagebuilder.Types.ImportComponentRequest, callback?: (err: AWSError, data: Imagebuilder.Types.ImportComponentResponse) => void): Request<Imagebuilder.Types.ImportComponentResponse, AWSError>;
226
226
  /**
227
- * Imports a component and transforms its data into a component document.
227
+ * Imports a component and transforms its data into a component document.
228
228
  */
229
229
  importComponent(callback?: (err: AWSError, data: Imagebuilder.Types.ImportComponentResponse) => void): Request<Imagebuilder.Types.ImportComponentResponse, AWSError>;
230
230
  /**
231
- * Returns the list of component build versions for the specified semantic version.
231
+ * Returns the list of component build versions for the specified semantic version.
232
232
  */
233
233
  listComponentBuildVersions(params: Imagebuilder.Types.ListComponentBuildVersionsRequest, callback?: (err: AWSError, data: Imagebuilder.Types.ListComponentBuildVersionsResponse) => void): Request<Imagebuilder.Types.ListComponentBuildVersionsResponse, AWSError>;
234
234
  /**
235
- * Returns the list of component build versions for the specified semantic version.
235
+ * Returns the list of component build versions for the specified semantic version.
236
236
  */
237
237
  listComponentBuildVersions(callback?: (err: AWSError, data: Imagebuilder.Types.ListComponentBuildVersionsResponse) => void): Request<Imagebuilder.Types.ListComponentBuildVersionsResponse, AWSError>;
238
238
  /**
239
- * Returns the list of component build versions for the specified semantic version.
239
+ * Returns the list of component build versions for the specified semantic version.
240
240
  */
241
241
  listComponents(params: Imagebuilder.Types.ListComponentsRequest, callback?: (err: AWSError, data: Imagebuilder.Types.ListComponentsResponse) => void): Request<Imagebuilder.Types.ListComponentsResponse, AWSError>;
242
242
  /**
243
- * Returns the list of component build versions for the specified semantic version.
243
+ * Returns the list of component build versions for the specified semantic version.
244
244
  */
245
245
  listComponents(callback?: (err: AWSError, data: Imagebuilder.Types.ListComponentsResponse) => void): Request<Imagebuilder.Types.ListComponentsResponse, AWSError>;
246
246
  /**
@@ -252,19 +252,19 @@ declare class Imagebuilder extends Service {
252
252
  */
253
253
  listContainerRecipes(callback?: (err: AWSError, data: Imagebuilder.Types.ListContainerRecipesResponse) => void): Request<Imagebuilder.Types.ListContainerRecipesResponse, AWSError>;
254
254
  /**
255
- * Returns a list of distribution configurations.
255
+ * Returns a list of distribution configurations.
256
256
  */
257
257
  listDistributionConfigurations(params: Imagebuilder.Types.ListDistributionConfigurationsRequest, callback?: (err: AWSError, data: Imagebuilder.Types.ListDistributionConfigurationsResponse) => void): Request<Imagebuilder.Types.ListDistributionConfigurationsResponse, AWSError>;
258
258
  /**
259
- * Returns a list of distribution configurations.
259
+ * Returns a list of distribution configurations.
260
260
  */
261
261
  listDistributionConfigurations(callback?: (err: AWSError, data: Imagebuilder.Types.ListDistributionConfigurationsResponse) => void): Request<Imagebuilder.Types.ListDistributionConfigurationsResponse, AWSError>;
262
262
  /**
263
- * Returns a list of image build versions.
263
+ * Returns a list of image build versions.
264
264
  */
265
265
  listImageBuildVersions(params: Imagebuilder.Types.ListImageBuildVersionsRequest, callback?: (err: AWSError, data: Imagebuilder.Types.ListImageBuildVersionsResponse) => void): Request<Imagebuilder.Types.ListImageBuildVersionsResponse, AWSError>;
266
266
  /**
267
- * Returns a list of image build versions.
267
+ * Returns a list of image build versions.
268
268
  */
269
269
  listImageBuildVersions(callback?: (err: AWSError, data: Imagebuilder.Types.ListImageBuildVersionsResponse) => void): Request<Imagebuilder.Types.ListImageBuildVersionsResponse, AWSError>;
270
270
  /**
@@ -276,59 +276,59 @@ declare class Imagebuilder extends Service {
276
276
  */
277
277
  listImagePackages(callback?: (err: AWSError, data: Imagebuilder.Types.ListImagePackagesResponse) => void): Request<Imagebuilder.Types.ListImagePackagesResponse, AWSError>;
278
278
  /**
279
- * Returns a list of images created by the specified pipeline.
279
+ * Returns a list of images created by the specified pipeline.
280
280
  */
281
281
  listImagePipelineImages(params: Imagebuilder.Types.ListImagePipelineImagesRequest, callback?: (err: AWSError, data: Imagebuilder.Types.ListImagePipelineImagesResponse) => void): Request<Imagebuilder.Types.ListImagePipelineImagesResponse, AWSError>;
282
282
  /**
283
- * Returns a list of images created by the specified pipeline.
283
+ * Returns a list of images created by the specified pipeline.
284
284
  */
285
285
  listImagePipelineImages(callback?: (err: AWSError, data: Imagebuilder.Types.ListImagePipelineImagesResponse) => void): Request<Imagebuilder.Types.ListImagePipelineImagesResponse, AWSError>;
286
286
  /**
287
- * Returns a list of image pipelines.
287
+ * Returns a list of image pipelines.
288
288
  */
289
289
  listImagePipelines(params: Imagebuilder.Types.ListImagePipelinesRequest, callback?: (err: AWSError, data: Imagebuilder.Types.ListImagePipelinesResponse) => void): Request<Imagebuilder.Types.ListImagePipelinesResponse, AWSError>;
290
290
  /**
291
- * Returns a list of image pipelines.
291
+ * Returns a list of image pipelines.
292
292
  */
293
293
  listImagePipelines(callback?: (err: AWSError, data: Imagebuilder.Types.ListImagePipelinesResponse) => void): Request<Imagebuilder.Types.ListImagePipelinesResponse, AWSError>;
294
294
  /**
295
- * Returns a list of image recipes.
295
+ * Returns a list of image recipes.
296
296
  */
297
297
  listImageRecipes(params: Imagebuilder.Types.ListImageRecipesRequest, callback?: (err: AWSError, data: Imagebuilder.Types.ListImageRecipesResponse) => void): Request<Imagebuilder.Types.ListImageRecipesResponse, AWSError>;
298
298
  /**
299
- * Returns a list of image recipes.
299
+ * Returns a list of image recipes.
300
300
  */
301
301
  listImageRecipes(callback?: (err: AWSError, data: Imagebuilder.Types.ListImageRecipesResponse) => void): Request<Imagebuilder.Types.ListImageRecipesResponse, AWSError>;
302
302
  /**
303
- * Returns the list of images that you have access to.
303
+ * Returns the list of images that you have access to.
304
304
  */
305
305
  listImages(params: Imagebuilder.Types.ListImagesRequest, callback?: (err: AWSError, data: Imagebuilder.Types.ListImagesResponse) => void): Request<Imagebuilder.Types.ListImagesResponse, AWSError>;
306
306
  /**
307
- * Returns the list of images that you have access to.
307
+ * Returns the list of images that you have access to.
308
308
  */
309
309
  listImages(callback?: (err: AWSError, data: Imagebuilder.Types.ListImagesResponse) => void): Request<Imagebuilder.Types.ListImagesResponse, AWSError>;
310
310
  /**
311
- * Returns a list of infrastructure configurations.
311
+ * Returns a list of infrastructure configurations.
312
312
  */
313
313
  listInfrastructureConfigurations(params: Imagebuilder.Types.ListInfrastructureConfigurationsRequest, callback?: (err: AWSError, data: Imagebuilder.Types.ListInfrastructureConfigurationsResponse) => void): Request<Imagebuilder.Types.ListInfrastructureConfigurationsResponse, AWSError>;
314
314
  /**
315
- * Returns a list of infrastructure configurations.
315
+ * Returns a list of infrastructure configurations.
316
316
  */
317
317
  listInfrastructureConfigurations(callback?: (err: AWSError, data: Imagebuilder.Types.ListInfrastructureConfigurationsResponse) => void): Request<Imagebuilder.Types.ListInfrastructureConfigurationsResponse, AWSError>;
318
318
  /**
319
- * Returns the list of tags for the specified resource.
319
+ * Returns the list of tags for the specified resource.
320
320
  */
321
321
  listTagsForResource(params: Imagebuilder.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: Imagebuilder.Types.ListTagsForResourceResponse) => void): Request<Imagebuilder.Types.ListTagsForResourceResponse, AWSError>;
322
322
  /**
323
- * Returns the list of tags for the specified resource.
323
+ * Returns the list of tags for the specified resource.
324
324
  */
325
325
  listTagsForResource(callback?: (err: AWSError, data: Imagebuilder.Types.ListTagsForResourceResponse) => void): Request<Imagebuilder.Types.ListTagsForResourceResponse, AWSError>;
326
326
  /**
327
- * Applies a policy to a component. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutComponentPolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.
327
+ * Applies a policy to a component. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutComponentPolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.
328
328
  */
329
329
  putComponentPolicy(params: Imagebuilder.Types.PutComponentPolicyRequest, callback?: (err: AWSError, data: Imagebuilder.Types.PutComponentPolicyResponse) => void): Request<Imagebuilder.Types.PutComponentPolicyResponse, AWSError>;
330
330
  /**
331
- * Applies a policy to a component. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutComponentPolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.
331
+ * Applies a policy to a component. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutComponentPolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.
332
332
  */
333
333
  putComponentPolicy(callback?: (err: AWSError, data: Imagebuilder.Types.PutComponentPolicyResponse) => void): Request<Imagebuilder.Types.PutComponentPolicyResponse, AWSError>;
334
334
  /**
@@ -340,67 +340,67 @@ declare class Imagebuilder extends Service {
340
340
  */
341
341
  putContainerRecipePolicy(callback?: (err: AWSError, data: Imagebuilder.Types.PutContainerRecipePolicyResponse) => void): Request<Imagebuilder.Types.PutContainerRecipePolicyResponse, AWSError>;
342
342
  /**
343
- * Applies a policy to an image. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutImagePolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.
343
+ * Applies a policy to an image. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutImagePolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.
344
344
  */
345
345
  putImagePolicy(params: Imagebuilder.Types.PutImagePolicyRequest, callback?: (err: AWSError, data: Imagebuilder.Types.PutImagePolicyResponse) => void): Request<Imagebuilder.Types.PutImagePolicyResponse, AWSError>;
346
346
  /**
347
- * Applies a policy to an image. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutImagePolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.
347
+ * Applies a policy to an image. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutImagePolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.
348
348
  */
349
349
  putImagePolicy(callback?: (err: AWSError, data: Imagebuilder.Types.PutImagePolicyResponse) => void): Request<Imagebuilder.Types.PutImagePolicyResponse, AWSError>;
350
350
  /**
351
- * Applies a policy to an image recipe. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutImageRecipePolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.
351
+ * Applies a policy to an image recipe. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutImageRecipePolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.
352
352
  */
353
353
  putImageRecipePolicy(params: Imagebuilder.Types.PutImageRecipePolicyRequest, callback?: (err: AWSError, data: Imagebuilder.Types.PutImageRecipePolicyResponse) => void): Request<Imagebuilder.Types.PutImageRecipePolicyResponse, AWSError>;
354
354
  /**
355
- * Applies a policy to an image recipe. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutImageRecipePolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.
355
+ * Applies a policy to an image recipe. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutImageRecipePolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.
356
356
  */
357
357
  putImageRecipePolicy(callback?: (err: AWSError, data: Imagebuilder.Types.PutImageRecipePolicyResponse) => void): Request<Imagebuilder.Types.PutImageRecipePolicyResponse, AWSError>;
358
358
  /**
359
- * Manually triggers a pipeline to create an image.
359
+ * Manually triggers a pipeline to create an image.
360
360
  */
361
361
  startImagePipelineExecution(params: Imagebuilder.Types.StartImagePipelineExecutionRequest, callback?: (err: AWSError, data: Imagebuilder.Types.StartImagePipelineExecutionResponse) => void): Request<Imagebuilder.Types.StartImagePipelineExecutionResponse, AWSError>;
362
362
  /**
363
- * Manually triggers a pipeline to create an image.
363
+ * Manually triggers a pipeline to create an image.
364
364
  */
365
365
  startImagePipelineExecution(callback?: (err: AWSError, data: Imagebuilder.Types.StartImagePipelineExecutionResponse) => void): Request<Imagebuilder.Types.StartImagePipelineExecutionResponse, AWSError>;
366
366
  /**
367
- * Adds a tag to a resource.
367
+ * Adds a tag to a resource.
368
368
  */
369
369
  tagResource(params: Imagebuilder.Types.TagResourceRequest, callback?: (err: AWSError, data: Imagebuilder.Types.TagResourceResponse) => void): Request<Imagebuilder.Types.TagResourceResponse, AWSError>;
370
370
  /**
371
- * Adds a tag to a resource.
371
+ * Adds a tag to a resource.
372
372
  */
373
373
  tagResource(callback?: (err: AWSError, data: Imagebuilder.Types.TagResourceResponse) => void): Request<Imagebuilder.Types.TagResourceResponse, AWSError>;
374
374
  /**
375
- * Removes a tag from a resource.
375
+ * Removes a tag from a resource.
376
376
  */
377
377
  untagResource(params: Imagebuilder.Types.UntagResourceRequest, callback?: (err: AWSError, data: Imagebuilder.Types.UntagResourceResponse) => void): Request<Imagebuilder.Types.UntagResourceResponse, AWSError>;
378
378
  /**
379
- * Removes a tag from a resource.
379
+ * Removes a tag from a resource.
380
380
  */
381
381
  untagResource(callback?: (err: AWSError, data: Imagebuilder.Types.UntagResourceResponse) => void): Request<Imagebuilder.Types.UntagResourceResponse, AWSError>;
382
382
  /**
383
- * Updates a new distribution configuration. Distribution configurations define and configure the outputs of your pipeline.
383
+ * Updates a new distribution configuration. Distribution configurations define and configure the outputs of your pipeline.
384
384
  */
385
385
  updateDistributionConfiguration(params: Imagebuilder.Types.UpdateDistributionConfigurationRequest, callback?: (err: AWSError, data: Imagebuilder.Types.UpdateDistributionConfigurationResponse) => void): Request<Imagebuilder.Types.UpdateDistributionConfigurationResponse, AWSError>;
386
386
  /**
387
- * Updates a new distribution configuration. Distribution configurations define and configure the outputs of your pipeline.
387
+ * Updates a new distribution configuration. Distribution configurations define and configure the outputs of your pipeline.
388
388
  */
389
389
  updateDistributionConfiguration(callback?: (err: AWSError, data: Imagebuilder.Types.UpdateDistributionConfigurationResponse) => void): Request<Imagebuilder.Types.UpdateDistributionConfigurationResponse, AWSError>;
390
390
  /**
391
- * Updates a new image pipeline. Image pipelines enable you to automate the creation and distribution of images.
391
+ * Updates a new image pipeline. Image pipelines enable you to automate the creation and distribution of images.
392
392
  */
393
393
  updateImagePipeline(params: Imagebuilder.Types.UpdateImagePipelineRequest, callback?: (err: AWSError, data: Imagebuilder.Types.UpdateImagePipelineResponse) => void): Request<Imagebuilder.Types.UpdateImagePipelineResponse, AWSError>;
394
394
  /**
395
- * Updates a new image pipeline. Image pipelines enable you to automate the creation and distribution of images.
395
+ * Updates a new image pipeline. Image pipelines enable you to automate the creation and distribution of images.
396
396
  */
397
397
  updateImagePipeline(callback?: (err: AWSError, data: Imagebuilder.Types.UpdateImagePipelineResponse) => void): Request<Imagebuilder.Types.UpdateImagePipelineResponse, AWSError>;
398
398
  /**
399
- * Updates a new infrastructure configuration. An infrastructure configuration defines the environment in which your image will be built and tested.
399
+ * Updates a new infrastructure configuration. An infrastructure configuration defines the environment in which your image will be built and tested.
400
400
  */
401
401
  updateInfrastructureConfiguration(params: Imagebuilder.Types.UpdateInfrastructureConfigurationRequest, callback?: (err: AWSError, data: Imagebuilder.Types.UpdateInfrastructureConfigurationResponse) => void): Request<Imagebuilder.Types.UpdateInfrastructureConfigurationResponse, AWSError>;
402
402
  /**
403
- * Updates a new infrastructure configuration. An infrastructure configuration defines the environment in which your image will be built and tested.
403
+ * Updates a new infrastructure configuration. An infrastructure configuration defines the environment in which your image will be built and tested.
404
404
  */
405
405
  updateInfrastructureConfiguration(callback?: (err: AWSError, data: Imagebuilder.Types.UpdateInfrastructureConfigurationResponse) => void): Request<Imagebuilder.Types.UpdateInfrastructureConfigurationResponse, AWSError>;
406
406
  }
@@ -409,15 +409,15 @@ declare namespace Imagebuilder {
409
409
  export type AccountList = AccountId[];
410
410
  export interface Ami {
411
411
  /**
412
- * The AWS Region of the EC2 AMI.
412
+ * The AWS Region of the EC2 AMI.
413
413
  */
414
414
  region?: NonEmptyString;
415
415
  /**
416
- * The AMI ID of the EC2 AMI.
416
+ * The AMI ID of the EC2 AMI.
417
417
  */
418
418
  image?: NonEmptyString;
419
419
  /**
420
- * The name of the EC2 AMI.
420
+ * The name of the EC2 AMI.
421
421
  */
422
422
  name?: NonEmptyString;
423
423
  /**
@@ -426,13 +426,13 @@ declare namespace Imagebuilder {
426
426
  description?: NonEmptyString;
427
427
  state?: ImageState;
428
428
  /**
429
- * The account ID of the owner of the AMI.
429
+ * The account ID of the owner of the AMI.
430
430
  */
431
431
  accountId?: NonEmptyString;
432
432
  }
433
433
  export interface AmiDistributionConfiguration {
434
434
  /**
435
- * The name of the distribution configuration.
435
+ * The name of the distribution configuration.
436
436
  */
437
437
  name?: AmiNameString;
438
438
  /**
@@ -440,19 +440,19 @@ declare namespace Imagebuilder {
440
440
  */
441
441
  description?: NonEmptyString;
442
442
  /**
443
- * The ID of an account to which you want to distribute an image.
443
+ * The ID of an account to which you want to distribute an image.
444
444
  */
445
445
  targetAccountIds?: AccountList;
446
446
  /**
447
- * The tags to apply to AMIs distributed to this Region.
447
+ * The tags to apply to AMIs distributed to this Region.
448
448
  */
449
449
  amiTags?: TagMap;
450
450
  /**
451
- * The KMS key identifier used to encrypt the distributed image.
451
+ * The KMS key identifier used to encrypt the distributed image.
452
452
  */
453
453
  kmsKeyId?: NonEmptyString;
454
454
  /**
455
- * Launch permissions can be used to configure which AWS accounts can use the AMI to launch instances.
455
+ * Launch permissions can be used to configure which AWS accounts can use the AMI to launch instances.
456
456
  */
457
457
  launchPermission?: LaunchPermissionConfiguration;
458
458
  }
@@ -515,7 +515,7 @@ declare namespace Imagebuilder {
515
515
  */
516
516
  platform?: Platform;
517
517
  /**
518
- * The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
518
+ * The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
519
519
  */
520
520
  supportedOsVersions?: OsVersionList;
521
521
  /**
@@ -546,7 +546,7 @@ declare namespace Imagebuilder {
546
546
  export type ComponentBuildVersionArn = string;
547
547
  export interface ComponentConfiguration {
548
548
  /**
549
- * The Amazon Resource Name (ARN) of the component.
549
+ * The Amazon Resource Name (ARN) of the component.
550
550
  */
551
551
  componentArn: ComponentVersionArnOrBuildVersionArn;
552
552
  }
@@ -571,7 +571,7 @@ declare namespace Imagebuilder {
571
571
  */
572
572
  platform?: Platform;
573
573
  /**
574
- * The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
574
+ * The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
575
575
  */
576
576
  supportedOsVersions?: OsVersionList;
577
577
  /**
@@ -623,7 +623,7 @@ declare namespace Imagebuilder {
623
623
  */
624
624
  platform?: Platform;
625
625
  /**
626
- * The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
626
+ * he operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
627
627
  */
628
628
  supportedOsVersions?: OsVersionList;
629
629
  /**
@@ -700,6 +700,10 @@ declare namespace Imagebuilder {
700
700
  * Components for build and test that are included in the container recipe.
701
701
  */
702
702
  components?: ComponentConfigurationList;
703
+ /**
704
+ * A group of options that can be used to configure an instance for building and testing container images.
705
+ */
706
+ instanceConfiguration?: InstanceConfiguration;
703
707
  /**
704
708
  * Dockerfiles are text documents that are used to build Docker containers, and ensure that they contain all of the elements required by the application running inside. The template data consists of contextual variables where Image Builder places build information or scripts, based on your container image recipe.
705
709
  */
@@ -793,7 +797,7 @@ declare namespace Imagebuilder {
793
797
  */
794
798
  platform: Platform;
795
799
  /**
796
- * The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
800
+ * The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
797
801
  */
798
802
  supportedOsVersions?: OsVersionList;
799
803
  /**
@@ -852,10 +856,14 @@ declare namespace Imagebuilder {
852
856
  * Components for build and test that are included in the container recipe.
853
857
  */
854
858
  components: ComponentConfigurationList;
859
+ /**
860
+ * A group of options that can be used to configure an instance for building and testing container images.
861
+ */
862
+ instanceConfiguration?: InstanceConfiguration;
855
863
  /**
856
864
  * The Dockerfile template used to build your image as an inline data blob.
857
865
  */
858
- dockerfileTemplateData: InlineDockerFileTemplate;
866
+ dockerfileTemplateData?: InlineDockerFileTemplate;
859
867
  /**
860
868
  * The S3 URI for the Dockerfile that will be used to build your container image.
861
869
  */
@@ -909,51 +917,51 @@ declare namespace Imagebuilder {
909
917
  }
910
918
  export interface CreateDistributionConfigurationRequest {
911
919
  /**
912
- * The name of the distribution configuration.
920
+ * The name of the distribution configuration.
913
921
  */
914
922
  name: ResourceName;
915
923
  /**
916
- * The description of the distribution configuration.
924
+ * The description of the distribution configuration.
917
925
  */
918
926
  description?: NonEmptyString;
919
927
  /**
920
- * The distributions of the distribution configuration.
928
+ * The distributions of the distribution configuration.
921
929
  */
922
930
  distributions: DistributionList;
923
931
  /**
924
- * The tags of the distribution configuration.
932
+ * The tags of the distribution configuration.
925
933
  */
926
934
  tags?: TagMap;
927
935
  /**
928
- * The idempotency token of the distribution configuration.
936
+ * The idempotency token of the distribution configuration.
929
937
  */
930
938
  clientToken: ClientToken;
931
939
  }
932
940
  export interface CreateDistributionConfigurationResponse {
933
941
  /**
934
- * The request ID that uniquely identifies this request.
942
+ * The request ID that uniquely identifies this request.
935
943
  */
936
944
  requestId?: NonEmptyString;
937
945
  /**
938
- * The idempotency token used to make this request idempotent.
946
+ * The idempotency token used to make this request idempotent.
939
947
  */
940
948
  clientToken?: ClientToken;
941
949
  /**
942
- * The Amazon Resource Name (ARN) of the distribution configuration that was created by this request.
950
+ * The Amazon Resource Name (ARN) of the distribution configuration that was created by this request.
943
951
  */
944
952
  distributionConfigurationArn?: DistributionConfigurationArn;
945
953
  }
946
954
  export interface CreateImagePipelineRequest {
947
955
  /**
948
- * The name of the image pipeline.
956
+ * The name of the image pipeline.
949
957
  */
950
958
  name: ResourceName;
951
959
  /**
952
- * The description of the image pipeline.
960
+ * The description of the image pipeline.
953
961
  */
954
962
  description?: NonEmptyString;
955
963
  /**
956
- * The Amazon Resource Name (ARN) of the image recipe that will be used to configure images created by this image pipeline.
964
+ * The Amazon Resource Name (ARN) of the image recipe that will be used to configure images created by this image pipeline.
957
965
  */
958
966
  imageRecipeArn?: ImageRecipeArn;
959
967
  /**
@@ -961,79 +969,79 @@ declare namespace Imagebuilder {
961
969
  */
962
970
  containerRecipeArn?: ContainerRecipeArn;
963
971
  /**
964
- * The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images created by this image pipeline.
972
+ * The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images created by this image pipeline.
965
973
  */
966
974
  infrastructureConfigurationArn: InfrastructureConfigurationArn;
967
975
  /**
968
- * The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images created by this image pipeline.
976
+ * The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images created by this image pipeline.
969
977
  */
970
978
  distributionConfigurationArn?: DistributionConfigurationArn;
971
979
  /**
972
- * The image test configuration of the image pipeline.
980
+ * The image test configuration of the image pipeline.
973
981
  */
974
982
  imageTestsConfiguration?: ImageTestsConfiguration;
975
983
  /**
976
- * Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
984
+ * Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
977
985
  */
978
986
  enhancedImageMetadataEnabled?: NullableBoolean;
979
987
  /**
980
- * The schedule of the image pipeline.
988
+ * The schedule of the image pipeline.
981
989
  */
982
990
  schedule?: Schedule;
983
991
  /**
984
- * The status of the image pipeline.
992
+ * The status of the image pipeline.
985
993
  */
986
994
  status?: PipelineStatus;
987
995
  /**
988
- * The tags of the image pipeline.
996
+ * The tags of the image pipeline.
989
997
  */
990
998
  tags?: TagMap;
991
999
  /**
992
- * The idempotency token used to make this request idempotent.
1000
+ * The idempotency token used to make this request idempotent.
993
1001
  */
994
1002
  clientToken: ClientToken;
995
1003
  }
996
1004
  export interface CreateImagePipelineResponse {
997
1005
  /**
998
- * The request ID that uniquely identifies this request.
1006
+ * The request ID that uniquely identifies this request.
999
1007
  */
1000
1008
  requestId?: NonEmptyString;
1001
1009
  /**
1002
- * The idempotency token used to make this request idempotent.
1010
+ * The idempotency token used to make this request idempotent.
1003
1011
  */
1004
1012
  clientToken?: ClientToken;
1005
1013
  /**
1006
- * The Amazon Resource Name (ARN) of the image pipeline that was created by this request.
1014
+ * The Amazon Resource Name (ARN) of the image pipeline that was created by this request.
1007
1015
  */
1008
1016
  imagePipelineArn?: ImagePipelineArn;
1009
1017
  }
1010
1018
  export interface CreateImageRecipeRequest {
1011
1019
  /**
1012
- * The name of the image recipe.
1020
+ * The name of the image recipe.
1013
1021
  */
1014
1022
  name: ResourceName;
1015
1023
  /**
1016
- * The description of the image recipe.
1024
+ * The description of the image recipe.
1017
1025
  */
1018
1026
  description?: NonEmptyString;
1019
1027
  /**
1020
- * The semantic version of the image recipe.
1028
+ * The semantic version of the image recipe.
1021
1029
  */
1022
1030
  semanticVersion: VersionNumber;
1023
1031
  /**
1024
- * The components of the image recipe.
1032
+ * The components of the image recipe.
1025
1033
  */
1026
1034
  components: ComponentConfigurationList;
1027
1035
  /**
1028
- * The parent image of the image recipe. The value of the string can be the ARN of the parent image or an AMI ID. The format for the ARN follows this example: arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/xxxx.x.x. You can provide the specific version that you want to use, or you can use a wildcard in all of the fields. If you enter an AMI ID for the string value, you must have access to the AMI, and the AMI must be in the same Region in which you are using Image Builder.
1036
+ * The parent image of the image recipe. The value of the string can be the ARN of the parent image or an AMI ID. The format for the ARN follows this example: arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/xxxx.x.x. You can provide the specific version that you want to use, or you can use a wildcard in all of the fields. If you enter an AMI ID for the string value, you must have access to the AMI, and the AMI must be in the same Region in which you are using Image Builder.
1029
1037
  */
1030
1038
  parentImage: NonEmptyString;
1031
1039
  /**
1032
- * The block device mappings of the image recipe.
1040
+ * The block device mappings of the image recipe.
1033
1041
  */
1034
1042
  blockDeviceMappings?: InstanceBlockDeviceMappings;
1035
1043
  /**
1036
- * The tags of the image recipe.
1044
+ * The tags of the image recipe.
1037
1045
  */
1038
1046
  tags?: TagMap;
1039
1047
  /**
@@ -1041,27 +1049,27 @@ declare namespace Imagebuilder {
1041
1049
  */
1042
1050
  workingDirectory?: NonEmptyString;
1043
1051
  /**
1044
- * The idempotency token used to make this request idempotent.
1052
+ * The idempotency token used to make this request idempotent.
1045
1053
  */
1046
1054
  clientToken: ClientToken;
1047
1055
  }
1048
1056
  export interface CreateImageRecipeResponse {
1049
1057
  /**
1050
- * The request ID that uniquely identifies this request.
1058
+ * The request ID that uniquely identifies this request.
1051
1059
  */
1052
1060
  requestId?: NonEmptyString;
1053
1061
  /**
1054
- * The idempotency token used to make this request idempotent.
1062
+ * The idempotency token used to make this request idempotent.
1055
1063
  */
1056
1064
  clientToken?: ClientToken;
1057
1065
  /**
1058
- * The Amazon Resource Name (ARN) of the image recipe that was created by this request.
1066
+ * The Amazon Resource Name (ARN) of the image recipe that was created by this request.
1059
1067
  */
1060
1068
  imageRecipeArn?: ImageRecipeArn;
1061
1069
  }
1062
1070
  export interface CreateImageRequest {
1063
1071
  /**
1064
- * The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.
1072
+ * The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.
1065
1073
  */
1066
1074
  imageRecipeArn?: ImageRecipeArn;
1067
1075
  /**
@@ -1069,83 +1077,83 @@ declare namespace Imagebuilder {
1069
1077
  */
1070
1078
  containerRecipeArn?: ContainerRecipeArn;
1071
1079
  /**
1072
- * The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your pipeline.
1080
+ * The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your pipeline.
1073
1081
  */
1074
1082
  distributionConfigurationArn?: DistributionConfigurationArn;
1075
1083
  /**
1076
- * The Amazon Resource Name (ARN) of the infrastructure configuration that defines the environment in which your image will be built and tested.
1084
+ * The Amazon Resource Name (ARN) of the infrastructure configuration that defines the environment in which your image will be built and tested.
1077
1085
  */
1078
1086
  infrastructureConfigurationArn: InfrastructureConfigurationArn;
1079
1087
  /**
1080
- * The image tests configuration of the image.
1088
+ * The image tests configuration of the image.
1081
1089
  */
1082
1090
  imageTestsConfiguration?: ImageTestsConfiguration;
1083
1091
  /**
1084
- * Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
1092
+ * Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
1085
1093
  */
1086
1094
  enhancedImageMetadataEnabled?: NullableBoolean;
1087
1095
  /**
1088
- * The tags of the image.
1096
+ * The tags of the image.
1089
1097
  */
1090
1098
  tags?: TagMap;
1091
1099
  /**
1092
- * The idempotency token used to make this request idempotent.
1100
+ * The idempotency token used to make this request idempotent.
1093
1101
  */
1094
1102
  clientToken: ClientToken;
1095
1103
  }
1096
1104
  export interface CreateImageResponse {
1097
1105
  /**
1098
- * The request ID that uniquely identifies this request.
1106
+ * The request ID that uniquely identifies this request.
1099
1107
  */
1100
1108
  requestId?: NonEmptyString;
1101
1109
  /**
1102
- * The idempotency token used to make this request idempotent.
1110
+ * The idempotency token used to make this request idempotent.
1103
1111
  */
1104
1112
  clientToken?: ClientToken;
1105
1113
  /**
1106
- * The Amazon Resource Name (ARN) of the image that was created by this request.
1114
+ * The Amazon Resource Name (ARN) of the image that was created by this request.
1107
1115
  */
1108
1116
  imageBuildVersionArn?: ImageBuildVersionArn;
1109
1117
  }
1110
1118
  export interface CreateInfrastructureConfigurationRequest {
1111
1119
  /**
1112
- * The name of the infrastructure configuration.
1120
+ * The name of the infrastructure configuration.
1113
1121
  */
1114
1122
  name: ResourceName;
1115
1123
  /**
1116
- * The description of the infrastructure configuration.
1124
+ * The description of the infrastructure configuration.
1117
1125
  */
1118
1126
  description?: NonEmptyString;
1119
1127
  /**
1120
- * The instance types of the infrastructure configuration. You can specify one or more instance types to use for this build. The service will pick one of these instance types based on availability.
1128
+ * The instance types of the infrastructure configuration. You can specify one or more instance types to use for this build. The service will pick one of these instance types based on availability.
1121
1129
  */
1122
1130
  instanceTypes?: InstanceTypeList;
1123
1131
  /**
1124
- * The instance profile to associate with the instance used to customize your EC2 AMI.
1132
+ * The instance profile to associate with the instance used to customize your EC2 AMI.
1125
1133
  */
1126
- instanceProfileName: NonEmptyString;
1134
+ instanceProfileName: InstanceProfileNameType;
1127
1135
  /**
1128
- * The security group IDs to associate with the instance used to customize your EC2 AMI.
1136
+ * The security group IDs to associate with the instance used to customize your EC2 AMI.
1129
1137
  */
1130
1138
  securityGroupIds?: SecurityGroupIds;
1131
1139
  /**
1132
- * The subnet ID in which to place the instance used to customize your EC2 AMI.
1140
+ * The subnet ID in which to place the instance used to customize your EC2 AMI.
1133
1141
  */
1134
1142
  subnetId?: NonEmptyString;
1135
1143
  /**
1136
- * The logging configuration of the infrastructure configuration.
1144
+ * The logging configuration of the infrastructure configuration.
1137
1145
  */
1138
1146
  logging?: Logging;
1139
1147
  /**
1140
- * The key pair of the infrastructure configuration. This can be used to log on to and debug the instance used to create your image.
1148
+ * The key pair of the infrastructure configuration. This can be used to log on to and debug the instance used to create your image.
1141
1149
  */
1142
1150
  keyPair?: NonEmptyString;
1143
1151
  /**
1144
- * The terminate instance on failure setting of the infrastructure configuration. Set to false if you want Image Builder to retain the instance used to configure your AMI if the build or test phase of your workflow fails.
1152
+ * The terminate instance on failure setting of the infrastructure configuration. Set to false if you want Image Builder to retain the instance used to configure your AMI if the build or test phase of your workflow fails.
1145
1153
  */
1146
1154
  terminateInstanceOnFailure?: NullableBoolean;
1147
1155
  /**
1148
- * The SNS topic on which to send image build events.
1156
+ * The SNS topic on which to send image build events.
1149
1157
  */
1150
1158
  snsTopicArn?: SnsTopicArn;
1151
1159
  /**
@@ -1153,42 +1161,42 @@ declare namespace Imagebuilder {
1153
1161
  */
1154
1162
  resourceTags?: ResourceTagMap;
1155
1163
  /**
1156
- * The tags of the infrastructure configuration.
1164
+ * The tags of the infrastructure configuration.
1157
1165
  */
1158
1166
  tags?: TagMap;
1159
1167
  /**
1160
- * The idempotency token used to make this request idempotent.
1168
+ * The idempotency token used to make this request idempotent.
1161
1169
  */
1162
1170
  clientToken: ClientToken;
1163
1171
  }
1164
1172
  export interface CreateInfrastructureConfigurationResponse {
1165
1173
  /**
1166
- * The request ID that uniquely identifies this request.
1174
+ * The request ID that uniquely identifies this request.
1167
1175
  */
1168
1176
  requestId?: NonEmptyString;
1169
1177
  /**
1170
- * The idempotency token used to make this request idempotent.
1178
+ * The idempotency token used to make this request idempotent.
1171
1179
  */
1172
1180
  clientToken?: ClientToken;
1173
1181
  /**
1174
- * The Amazon Resource Name (ARN) of the infrastructure configuration that was created by this request.
1182
+ * The Amazon Resource Name (ARN) of the infrastructure configuration that was created by this request.
1175
1183
  */
1176
1184
  infrastructureConfigurationArn?: InfrastructureConfigurationArn;
1177
1185
  }
1178
1186
  export type DateTime = string;
1179
1187
  export interface DeleteComponentRequest {
1180
1188
  /**
1181
- * The Amazon Resource Name (ARN) of the component build version to delete.
1189
+ * The Amazon Resource Name (ARN) of the component build version to delete.
1182
1190
  */
1183
1191
  componentBuildVersionArn: ComponentBuildVersionArn;
1184
1192
  }
1185
1193
  export interface DeleteComponentResponse {
1186
1194
  /**
1187
- * The request ID that uniquely identifies this request.
1195
+ * The request ID that uniquely identifies this request.
1188
1196
  */
1189
1197
  requestId?: NonEmptyString;
1190
1198
  /**
1191
- * The Amazon Resource Name (ARN) of the component build version that was deleted.
1199
+ * The Amazon Resource Name (ARN) of the component build version that was deleted.
1192
1200
  */
1193
1201
  componentBuildVersionArn?: ComponentBuildVersionArn;
1194
1202
  }
@@ -1210,91 +1218,91 @@ declare namespace Imagebuilder {
1210
1218
  }
1211
1219
  export interface DeleteDistributionConfigurationRequest {
1212
1220
  /**
1213
- * The Amazon Resource Name (ARN) of the distribution configuration to delete.
1221
+ * The Amazon Resource Name (ARN) of the distribution configuration to delete.
1214
1222
  */
1215
1223
  distributionConfigurationArn: DistributionConfigurationArn;
1216
1224
  }
1217
1225
  export interface DeleteDistributionConfigurationResponse {
1218
1226
  /**
1219
- * The request ID that uniquely identifies this request.
1227
+ * The request ID that uniquely identifies this request.
1220
1228
  */
1221
1229
  requestId?: NonEmptyString;
1222
1230
  /**
1223
- * The Amazon Resource Name (ARN) of the distribution configuration that was deleted.
1231
+ * The Amazon Resource Name (ARN) of the distribution configuration that was deleted.
1224
1232
  */
1225
1233
  distributionConfigurationArn?: DistributionConfigurationArn;
1226
1234
  }
1227
1235
  export interface DeleteImagePipelineRequest {
1228
1236
  /**
1229
- * The Amazon Resource Name (ARN) of the image pipeline to delete.
1237
+ * The Amazon Resource Name (ARN) of the image pipeline to delete.
1230
1238
  */
1231
1239
  imagePipelineArn: ImagePipelineArn;
1232
1240
  }
1233
1241
  export interface DeleteImagePipelineResponse {
1234
1242
  /**
1235
- * The request ID that uniquely identifies this request.
1243
+ * The request ID that uniquely identifies this request.
1236
1244
  */
1237
1245
  requestId?: NonEmptyString;
1238
1246
  /**
1239
- * The Amazon Resource Name (ARN) of the image pipeline that was deleted.
1247
+ * The Amazon Resource Name (ARN) of the image pipeline that was deleted.
1240
1248
  */
1241
1249
  imagePipelineArn?: ImagePipelineArn;
1242
1250
  }
1243
1251
  export interface DeleteImageRecipeRequest {
1244
1252
  /**
1245
- * The Amazon Resource Name (ARN) of the image recipe to delete.
1253
+ * The Amazon Resource Name (ARN) of the image recipe to delete.
1246
1254
  */
1247
1255
  imageRecipeArn: ImageRecipeArn;
1248
1256
  }
1249
1257
  export interface DeleteImageRecipeResponse {
1250
1258
  /**
1251
- * The request ID that uniquely identifies this request.
1259
+ * The request ID that uniquely identifies this request.
1252
1260
  */
1253
1261
  requestId?: NonEmptyString;
1254
1262
  /**
1255
- * The Amazon Resource Name (ARN) of the image recipe that was deleted.
1263
+ * The Amazon Resource Name (ARN) of the image recipe that was deleted.
1256
1264
  */
1257
1265
  imageRecipeArn?: ImageRecipeArn;
1258
1266
  }
1259
1267
  export interface DeleteImageRequest {
1260
1268
  /**
1261
- * The Amazon Resource Name (ARN) of the image to delete.
1269
+ * The Amazon Resource Name (ARN) of the image to delete.
1262
1270
  */
1263
1271
  imageBuildVersionArn: ImageBuildVersionArn;
1264
1272
  }
1265
1273
  export interface DeleteImageResponse {
1266
1274
  /**
1267
- * The request ID that uniquely identifies this request.
1275
+ * The request ID that uniquely identifies this request.
1268
1276
  */
1269
1277
  requestId?: NonEmptyString;
1270
1278
  /**
1271
- * The Amazon Resource Name (ARN) of the image that was deleted.
1279
+ * The Amazon Resource Name (ARN) of the image that was deleted.
1272
1280
  */
1273
1281
  imageBuildVersionArn?: ImageBuildVersionArn;
1274
1282
  }
1275
1283
  export interface DeleteInfrastructureConfigurationRequest {
1276
1284
  /**
1277
- * The Amazon Resource Name (ARN) of the infrastructure configuration to delete.
1285
+ * The Amazon Resource Name (ARN) of the infrastructure configuration to delete.
1278
1286
  */
1279
1287
  infrastructureConfigurationArn: InfrastructureConfigurationArn;
1280
1288
  }
1281
1289
  export interface DeleteInfrastructureConfigurationResponse {
1282
1290
  /**
1283
- * The request ID that uniquely identifies this request.
1291
+ * The request ID that uniquely identifies this request.
1284
1292
  */
1285
1293
  requestId?: NonEmptyString;
1286
1294
  /**
1287
- * The Amazon Resource Name (ARN) of the infrastructure configuration that was deleted.
1295
+ * The Amazon Resource Name (ARN) of the infrastructure configuration that was deleted.
1288
1296
  */
1289
1297
  infrastructureConfigurationArn?: InfrastructureConfigurationArn;
1290
1298
  }
1291
1299
  export interface Distribution {
1292
1300
  /**
1293
- * The target Region.
1301
+ * The target Region.
1294
1302
  */
1295
1303
  region: NonEmptyString;
1296
1304
  /**
1297
- * The specific AMI settings (for example, launch permissions, AMI tags).
1305
+ * The specific AMI settings; for example, launch permissions or AMI tags.
1298
1306
  */
1299
1307
  amiDistributionConfiguration?: AmiDistributionConfiguration;
1300
1308
  /**
@@ -1305,6 +1313,10 @@ declare namespace Imagebuilder {
1305
1313
  * The License Manager Configuration to associate with the AMI in the specified Region.
1306
1314
  */
1307
1315
  licenseConfigurationArns?: LicenseConfigurationArnList;
1316
+ /**
1317
+ * A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.
1318
+ */
1319
+ launchTemplateConfigurations?: LaunchTemplateConfigurationList;
1308
1320
  }
1309
1321
  export interface DistributionConfiguration {
1310
1322
  /**
@@ -1320,7 +1332,7 @@ declare namespace Imagebuilder {
1320
1332
  */
1321
1333
  description?: NonEmptyString;
1322
1334
  /**
1323
- * The distributions of the distribution configuration.
1335
+ * The distribution objects that apply Region-specific settings for the deployment of the image to targeted Regions.
1324
1336
  */
1325
1337
  distributions?: DistributionList;
1326
1338
  /**
@@ -1411,11 +1423,11 @@ declare namespace Imagebuilder {
1411
1423
  export type EmptyString = string;
1412
1424
  export interface Filter {
1413
1425
  /**
1414
- * The name of the filter. Filter names are case-sensitive.
1426
+ * The name of the filter. Filter names are case-sensitive.
1415
1427
  */
1416
1428
  name?: FilterName;
1417
1429
  /**
1418
- * The filter values. Filter values are case-sensitive.
1430
+ * The filter values. Filter values are case-sensitive.
1419
1431
  */
1420
1432
  values?: FilterValues;
1421
1433
  }
@@ -1425,17 +1437,17 @@ declare namespace Imagebuilder {
1425
1437
  export type FilterValues = FilterValue[];
1426
1438
  export interface GetComponentPolicyRequest {
1427
1439
  /**
1428
- * The Amazon Resource Name (ARN) of the component whose policy you want to retrieve.
1440
+ * The Amazon Resource Name (ARN) of the component whose policy you want to retrieve.
1429
1441
  */
1430
1442
  componentArn: ComponentBuildVersionArn;
1431
1443
  }
1432
1444
  export interface GetComponentPolicyResponse {
1433
1445
  /**
1434
- * The request ID that uniquely identifies this request.
1446
+ * The request ID that uniquely identifies this request.
1435
1447
  */
1436
1448
  requestId?: NonEmptyString;
1437
1449
  /**
1438
- * The component policy.
1450
+ * The component policy.
1439
1451
  */
1440
1452
  policy?: ResourcePolicyDocument;
1441
1453
  }
@@ -1447,11 +1459,11 @@ declare namespace Imagebuilder {
1447
1459
  }
1448
1460
  export interface GetComponentResponse {
1449
1461
  /**
1450
- * The request ID that uniquely identifies this request.
1462
+ * The request ID that uniquely identifies this request.
1451
1463
  */
1452
1464
  requestId?: NonEmptyString;
1453
1465
  /**
1454
- * The component object associated with the specified ARN.
1466
+ * The component object associated with the specified ARN.
1455
1467
  */
1456
1468
  component?: Component;
1457
1469
  }
@@ -1489,113 +1501,113 @@ declare namespace Imagebuilder {
1489
1501
  }
1490
1502
  export interface GetDistributionConfigurationRequest {
1491
1503
  /**
1492
- * The Amazon Resource Name (ARN) of the distribution configuration that you want to retrieve.
1504
+ * The Amazon Resource Name (ARN) of the distribution configuration that you want to retrieve.
1493
1505
  */
1494
1506
  distributionConfigurationArn: DistributionConfigurationArn;
1495
1507
  }
1496
1508
  export interface GetDistributionConfigurationResponse {
1497
1509
  /**
1498
- * The request ID that uniquely identifies this request.
1510
+ * The request ID that uniquely identifies this request.
1499
1511
  */
1500
1512
  requestId?: NonEmptyString;
1501
1513
  /**
1502
- * The distribution configuration object.
1514
+ * The distribution configuration object.
1503
1515
  */
1504
1516
  distributionConfiguration?: DistributionConfiguration;
1505
1517
  }
1506
1518
  export interface GetImagePipelineRequest {
1507
1519
  /**
1508
- * The Amazon Resource Name (ARN) of the image pipeline that you want to retrieve.
1520
+ * The Amazon Resource Name (ARN) of the image pipeline that you want to retrieve.
1509
1521
  */
1510
1522
  imagePipelineArn: ImagePipelineArn;
1511
1523
  }
1512
1524
  export interface GetImagePipelineResponse {
1513
1525
  /**
1514
- * The request ID that uniquely identifies this request.
1526
+ * The request ID that uniquely identifies this request.
1515
1527
  */
1516
1528
  requestId?: NonEmptyString;
1517
1529
  /**
1518
- * The image pipeline object.
1530
+ * The image pipeline object.
1519
1531
  */
1520
1532
  imagePipeline?: ImagePipeline;
1521
1533
  }
1522
1534
  export interface GetImagePolicyRequest {
1523
1535
  /**
1524
- * The Amazon Resource Name (ARN) of the image whose policy you want to retrieve.
1536
+ * The Amazon Resource Name (ARN) of the image whose policy you want to retrieve.
1525
1537
  */
1526
1538
  imageArn: ImageBuildVersionArn;
1527
1539
  }
1528
1540
  export interface GetImagePolicyResponse {
1529
1541
  /**
1530
- * The request ID that uniquely identifies this request.
1542
+ * The request ID that uniquely identifies this request.
1531
1543
  */
1532
1544
  requestId?: NonEmptyString;
1533
1545
  /**
1534
- * The image policy object.
1546
+ * The image policy object.
1535
1547
  */
1536
1548
  policy?: ResourcePolicyDocument;
1537
1549
  }
1538
1550
  export interface GetImageRecipePolicyRequest {
1539
1551
  /**
1540
- * The Amazon Resource Name (ARN) of the image recipe whose policy you want to retrieve.
1552
+ * The Amazon Resource Name (ARN) of the image recipe whose policy you want to retrieve.
1541
1553
  */
1542
1554
  imageRecipeArn: ImageRecipeArn;
1543
1555
  }
1544
1556
  export interface GetImageRecipePolicyResponse {
1545
1557
  /**
1546
- * The request ID that uniquely identifies this request.
1558
+ * The request ID that uniquely identifies this request.
1547
1559
  */
1548
1560
  requestId?: NonEmptyString;
1549
1561
  /**
1550
- * The image recipe policy object.
1562
+ * The image recipe policy object.
1551
1563
  */
1552
1564
  policy?: ResourcePolicyDocument;
1553
1565
  }
1554
1566
  export interface GetImageRecipeRequest {
1555
1567
  /**
1556
- * The Amazon Resource Name (ARN) of the image recipe that you want to retrieve.
1568
+ * The Amazon Resource Name (ARN) of the image recipe that you want to retrieve.
1557
1569
  */
1558
1570
  imageRecipeArn: ImageRecipeArn;
1559
1571
  }
1560
1572
  export interface GetImageRecipeResponse {
1561
1573
  /**
1562
- * The request ID that uniquely identifies this request.
1574
+ * The request ID that uniquely identifies this request.
1563
1575
  */
1564
1576
  requestId?: NonEmptyString;
1565
1577
  /**
1566
- * The image recipe object.
1578
+ * The image recipe object.
1567
1579
  */
1568
1580
  imageRecipe?: ImageRecipe;
1569
1581
  }
1570
1582
  export interface GetImageRequest {
1571
1583
  /**
1572
- * The Amazon Resource Name (ARN) of the image that you want to retrieve.
1584
+ * The Amazon Resource Name (ARN) of the image that you want to retrieve.
1573
1585
  */
1574
1586
  imageBuildVersionArn: ImageVersionArnOrBuildVersionArn;
1575
1587
  }
1576
1588
  export interface GetImageResponse {
1577
1589
  /**
1578
- * The request ID that uniquely identifies this request.
1590
+ * The request ID that uniquely identifies this request.
1579
1591
  */
1580
1592
  requestId?: NonEmptyString;
1581
1593
  /**
1582
- * The image object.
1594
+ * The image object.
1583
1595
  */
1584
1596
  image?: Image;
1585
1597
  }
1586
1598
  export interface GetInfrastructureConfigurationRequest {
1587
1599
  /**
1588
- * The Amazon Resource Name (ARN) of the infrastructure configuration that you want to retrieve.
1600
+ * The Amazon Resource Name (ARN) of the infrastructure configuration that you want to retrieve.
1589
1601
  */
1590
1602
  infrastructureConfigurationArn: InfrastructureConfigurationArn;
1591
1603
  }
1592
1604
  export interface GetInfrastructureConfigurationResponse {
1593
1605
  /**
1594
- * The request ID that uniquely identifies this request.
1606
+ * The request ID that uniquely identifies this request.
1595
1607
  */
1596
1608
  requestId?: NonEmptyString;
1597
1609
  /**
1598
- * The infrastructure configuration object.
1610
+ * The infrastructure configuration object.
1599
1611
  */
1600
1612
  infrastructureConfiguration?: InfrastructureConfiguration;
1601
1613
  }
@@ -1621,11 +1633,11 @@ declare namespace Imagebuilder {
1621
1633
  */
1622
1634
  platform?: Platform;
1623
1635
  /**
1624
- * Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
1636
+ * Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
1625
1637
  */
1626
1638
  enhancedImageMetadataEnabled?: NullableBoolean;
1627
1639
  /**
1628
- * The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
1640
+ * The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
1629
1641
  */
1630
1642
  osVersion?: OsVersion;
1631
1643
  /**
@@ -1704,7 +1716,7 @@ declare namespace Imagebuilder {
1704
1716
  */
1705
1717
  platform?: Platform;
1706
1718
  /**
1707
- * Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
1719
+ * Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
1708
1720
  */
1709
1721
  enhancedImageMetadataEnabled?: NullableBoolean;
1710
1722
  /**
@@ -1846,11 +1858,11 @@ declare namespace Imagebuilder {
1846
1858
  export type ImageRecipeSummaryList = ImageRecipeSummary[];
1847
1859
  export interface ImageState {
1848
1860
  /**
1849
- * The status of the image.
1861
+ * The status of the image.
1850
1862
  */
1851
1863
  status?: ImageStatus;
1852
1864
  /**
1853
- * The reason for the image's status.
1865
+ * The reason for the image's status.
1854
1866
  */
1855
1867
  reason?: NonEmptyString;
1856
1868
  }
@@ -1877,7 +1889,7 @@ declare namespace Imagebuilder {
1877
1889
  */
1878
1890
  platform?: Platform;
1879
1891
  /**
1880
- * The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
1892
+ * The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
1881
1893
  */
1882
1894
  osVersion?: OsVersion;
1883
1895
  /**
@@ -1936,7 +1948,7 @@ declare namespace Imagebuilder {
1936
1948
  */
1937
1949
  platform?: Platform;
1938
1950
  /**
1939
- * The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
1951
+ * The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
1940
1952
  */
1941
1953
  osVersion?: OsVersion;
1942
1954
  /**
@@ -1953,7 +1965,7 @@ declare namespace Imagebuilder {
1953
1965
  export type ImageVersionList = ImageVersion[];
1954
1966
  export interface ImportComponentRequest {
1955
1967
  /**
1956
- * The name of the component.
1968
+ * The name of the component.
1957
1969
  */
1958
1970
  name: ResourceName;
1959
1971
  /**
@@ -1961,23 +1973,23 @@ declare namespace Imagebuilder {
1961
1973
  */
1962
1974
  semanticVersion: VersionNumber;
1963
1975
  /**
1964
- * The description of the component. Describes the contents of the component.
1976
+ * The description of the component. Describes the contents of the component.
1965
1977
  */
1966
1978
  description?: NonEmptyString;
1967
1979
  /**
1968
- * The change description of the component. Describes what change has been made in this version, or what makes this version different from other versions of this component.
1980
+ * The change description of the component. Describes what change has been made in this version, or what makes this version different from other versions of this component.
1969
1981
  */
1970
1982
  changeDescription?: NonEmptyString;
1971
1983
  /**
1972
- * The type of the component denotes whether the component is used to build the image or only to test it.
1984
+ * The type of the component denotes whether the component is used to build the image or only to test it.
1973
1985
  */
1974
1986
  type: ComponentType;
1975
1987
  /**
1976
- * The format of the resource that you want to import as a component.
1988
+ * The format of the resource that you want to import as a component.
1977
1989
  */
1978
1990
  format: ComponentFormat;
1979
1991
  /**
1980
- * The platform of the component.
1992
+ * The platform of the component.
1981
1993
  */
1982
1994
  platform: Platform;
1983
1995
  /**
@@ -1985,33 +1997,33 @@ declare namespace Imagebuilder {
1985
1997
  */
1986
1998
  data?: NonEmptyString;
1987
1999
  /**
1988
- * The uri of the component. Must be an S3 URL and the requester must have permission to access the S3 bucket. If you use S3, you can specify component content up to your service quota. Either data or uri can be used to specify the data within the component.
2000
+ * The uri of the component. Must be an S3 URL and the requester must have permission to access the S3 bucket. If you use S3, you can specify component content up to your service quota. Either data or uri can be used to specify the data within the component.
1989
2001
  */
1990
2002
  uri?: Uri;
1991
2003
  /**
1992
- * The ID of the KMS key that should be used to encrypt this component.
2004
+ * The ID of the KMS key that should be used to encrypt this component.
1993
2005
  */
1994
2006
  kmsKeyId?: NonEmptyString;
1995
2007
  /**
1996
- * The tags of the component.
2008
+ * The tags of the component.
1997
2009
  */
1998
2010
  tags?: TagMap;
1999
2011
  /**
2000
- * The idempotency token of the component.
2012
+ * The idempotency token of the component.
2001
2013
  */
2002
2014
  clientToken: ClientToken;
2003
2015
  }
2004
2016
  export interface ImportComponentResponse {
2005
2017
  /**
2006
- * The request ID that uniquely identifies this request.
2018
+ * The request ID that uniquely identifies this request.
2007
2019
  */
2008
2020
  requestId?: NonEmptyString;
2009
2021
  /**
2010
- * The idempotency token used to make this request idempotent.
2022
+ * The idempotency token used to make this request idempotent.
2011
2023
  */
2012
2024
  clientToken?: ClientToken;
2013
2025
  /**
2014
- * The Amazon Resource Name (ARN) of the imported component.
2026
+ * The Amazon Resource Name (ARN) of the imported component.
2015
2027
  */
2016
2028
  componentBuildVersionArn?: ComponentBuildVersionArn;
2017
2029
  }
@@ -2138,56 +2150,82 @@ declare namespace Imagebuilder {
2138
2150
  noDevice?: EmptyString;
2139
2151
  }
2140
2152
  export type InstanceBlockDeviceMappings = InstanceBlockDeviceMapping[];
2153
+ export interface InstanceConfiguration {
2154
+ /**
2155
+ * The AMI ID to use as the base image for a container build and test instance. If not specified, Image Builder will use the appropriate ECS-optimized AMI as a base image.
2156
+ */
2157
+ image?: NonEmptyString;
2158
+ /**
2159
+ * Defines the block devices to attach for building an instance from this Image Builder AMI.
2160
+ */
2161
+ blockDeviceMappings?: InstanceBlockDeviceMappings;
2162
+ }
2141
2163
  export type InstanceProfileNameType = string;
2142
2164
  export type InstanceType = string;
2143
2165
  export type InstanceTypeList = InstanceType[];
2144
2166
  export interface LaunchPermissionConfiguration {
2145
2167
  /**
2146
- * The AWS account ID.
2168
+ * The AWS account ID.
2147
2169
  */
2148
2170
  userIds?: AccountList;
2149
2171
  /**
2150
- * The name of the group.
2172
+ * The name of the group.
2151
2173
  */
2152
2174
  userGroups?: StringList;
2153
2175
  }
2176
+ export interface LaunchTemplateConfiguration {
2177
+ /**
2178
+ * Identifies the EC2 launch template to use.
2179
+ */
2180
+ launchTemplateId: LaunchTemplateId;
2181
+ /**
2182
+ * The account ID that this configuration applies to.
2183
+ */
2184
+ accountId?: AccountId;
2185
+ /**
2186
+ * Set the specified EC2 launch template as the default launch template for the specified account.
2187
+ */
2188
+ setDefaultVersion?: Boolean;
2189
+ }
2190
+ export type LaunchTemplateConfigurationList = LaunchTemplateConfiguration[];
2191
+ export type LaunchTemplateId = string;
2154
2192
  export type LicenseConfigurationArn = string;
2155
2193
  export type LicenseConfigurationArnList = LicenseConfigurationArn[];
2156
2194
  export interface ListComponentBuildVersionsRequest {
2157
2195
  /**
2158
- * The component version Amazon Resource Name (ARN) whose versions you want to list.
2196
+ * The component version Amazon Resource Name (ARN) whose versions you want to list.
2159
2197
  */
2160
2198
  componentVersionArn: ComponentVersionArn;
2161
2199
  /**
2162
- * The maximum items to return in a request.
2200
+ * The maximum items to return in a request.
2163
2201
  */
2164
2202
  maxResults?: RestrictedInteger;
2165
2203
  /**
2166
- * A token to specify where to start paginating. This is the NextToken from a previously truncated response.
2204
+ * A token to specify where to start paginating. This is the NextToken from a previously truncated response.
2167
2205
  */
2168
2206
  nextToken?: PaginationToken;
2169
2207
  }
2170
2208
  export interface ListComponentBuildVersionsResponse {
2171
2209
  /**
2172
- * The request ID that uniquely identifies this request.
2210
+ * The request ID that uniquely identifies this request.
2173
2211
  */
2174
2212
  requestId?: NonEmptyString;
2175
2213
  /**
2176
- * The list of component summaries for the specified semantic version.
2214
+ * The list of component summaries for the specified semantic version.
2177
2215
  */
2178
2216
  componentSummaryList?: ComponentSummaryList;
2179
2217
  /**
2180
- * The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
2218
+ * The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
2181
2219
  */
2182
2220
  nextToken?: PaginationToken;
2183
2221
  }
2184
2222
  export interface ListComponentsRequest {
2185
2223
  /**
2186
- * The owner defines which components you want to list. By default, this request will only show components owned by your account. You can use this field to specify if you want to view components owned by yourself, by Amazon, or those components that have been shared with you by other customers.
2224
+ * The owner defines which components you want to list. By default, this request will only show components owned by your account. You can use this field to specify if you want to view components owned by yourself, by Amazon, or those components that have been shared with you by other customers.
2187
2225
  */
2188
2226
  owner?: Ownership;
2189
2227
  /**
2190
- * The filters.
2228
+ * The filters.
2191
2229
  */
2192
2230
  filters?: FilterList;
2193
2231
  /**
@@ -2195,25 +2233,25 @@ declare namespace Imagebuilder {
2195
2233
  */
2196
2234
  byName?: Boolean;
2197
2235
  /**
2198
- * The maximum items to return in a request.
2236
+ * The maximum items to return in a request.
2199
2237
  */
2200
2238
  maxResults?: RestrictedInteger;
2201
2239
  /**
2202
- * A token to specify where to start paginating. This is the NextToken from a previously truncated response.
2240
+ * A token to specify where to start paginating. This is the NextToken from a previously truncated response.
2203
2241
  */
2204
2242
  nextToken?: PaginationToken;
2205
2243
  }
2206
2244
  export interface ListComponentsResponse {
2207
2245
  /**
2208
- * The request ID that uniquely identifies this request.
2246
+ * The request ID that uniquely identifies this request.
2209
2247
  */
2210
2248
  requestId?: NonEmptyString;
2211
2249
  /**
2212
- * The list of component semantic versions.
2250
+ * The list of component semantic versions.
2213
2251
  */
2214
2252
  componentVersionList?: ComponentVersionList;
2215
2253
  /**
2216
- * The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
2254
+ * The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
2217
2255
  */
2218
2256
  nextToken?: PaginationToken;
2219
2257
  }
@@ -2251,61 +2289,61 @@ declare namespace Imagebuilder {
2251
2289
  }
2252
2290
  export interface ListDistributionConfigurationsRequest {
2253
2291
  /**
2254
- * The filters. name - The name of this distribution configuration.
2292
+ * The filters. name - The name of this distribution configuration.
2255
2293
  */
2256
2294
  filters?: FilterList;
2257
2295
  /**
2258
- * The maximum items to return in a request.
2296
+ * The maximum items to return in a request.
2259
2297
  */
2260
2298
  maxResults?: RestrictedInteger;
2261
2299
  /**
2262
- * A token to specify where to start paginating. This is the NextToken from a previously truncated response.
2300
+ * A token to specify where to start paginating. This is the NextToken from a previously truncated response.
2263
2301
  */
2264
2302
  nextToken?: PaginationToken;
2265
2303
  }
2266
2304
  export interface ListDistributionConfigurationsResponse {
2267
2305
  /**
2268
- * The request ID that uniquely identifies this request.
2306
+ * The request ID that uniquely identifies this request.
2269
2307
  */
2270
2308
  requestId?: NonEmptyString;
2271
2309
  /**
2272
- * The list of distributions.
2310
+ * The list of distributions.
2273
2311
  */
2274
2312
  distributionConfigurationSummaryList?: DistributionConfigurationSummaryList;
2275
2313
  /**
2276
- * The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
2314
+ * The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
2277
2315
  */
2278
2316
  nextToken?: PaginationToken;
2279
2317
  }
2280
2318
  export interface ListImageBuildVersionsRequest {
2281
2319
  /**
2282
- * The Amazon Resource Name (ARN) of the image whose build versions you want to retrieve.
2320
+ * The Amazon Resource Name (ARN) of the image whose build versions you want to retrieve.
2283
2321
  */
2284
2322
  imageVersionArn: ImageVersionArn;
2285
2323
  /**
2286
- * The filters.
2324
+ * The filters.
2287
2325
  */
2288
2326
  filters?: FilterList;
2289
2327
  /**
2290
- * The maximum items to return in a request.
2328
+ * The maximum items to return in a request.
2291
2329
  */
2292
2330
  maxResults?: RestrictedInteger;
2293
2331
  /**
2294
- * A token to specify where to start paginating. This is the NextToken from a previously truncated response.
2332
+ * A token to specify where to start paginating. This is the NextToken from a previously truncated response.
2295
2333
  */
2296
2334
  nextToken?: PaginationToken;
2297
2335
  }
2298
2336
  export interface ListImageBuildVersionsResponse {
2299
2337
  /**
2300
- * The request ID that uniquely identifies this request.
2338
+ * The request ID that uniquely identifies this request.
2301
2339
  */
2302
2340
  requestId?: NonEmptyString;
2303
2341
  /**
2304
- * The list of image build versions.
2342
+ * The list of image build versions.
2305
2343
  */
2306
2344
  imageSummaryList?: ImageSummaryList;
2307
2345
  /**
2308
- * The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
2346
+ * The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
2309
2347
  */
2310
2348
  nextToken?: PaginationToken;
2311
2349
  }
@@ -2339,103 +2377,103 @@ declare namespace Imagebuilder {
2339
2377
  }
2340
2378
  export interface ListImagePipelineImagesRequest {
2341
2379
  /**
2342
- * The Amazon Resource Name (ARN) of the image pipeline whose images you want to view.
2380
+ * The Amazon Resource Name (ARN) of the image pipeline whose images you want to view.
2343
2381
  */
2344
2382
  imagePipelineArn: ImagePipelineArn;
2345
2383
  /**
2346
- * The filters.
2384
+ * The filters.
2347
2385
  */
2348
2386
  filters?: FilterList;
2349
2387
  /**
2350
- * The maximum items to return in a request.
2388
+ * The maximum items to return in a request.
2351
2389
  */
2352
2390
  maxResults?: RestrictedInteger;
2353
2391
  /**
2354
- * A token to specify where to start paginating. This is the NextToken from a previously truncated response.
2392
+ * A token to specify where to start paginating. This is the NextToken from a previously truncated response.
2355
2393
  */
2356
2394
  nextToken?: PaginationToken;
2357
2395
  }
2358
2396
  export interface ListImagePipelineImagesResponse {
2359
2397
  /**
2360
- * The request ID that uniquely identifies this request.
2398
+ * The request ID that uniquely identifies this request.
2361
2399
  */
2362
2400
  requestId?: NonEmptyString;
2363
2401
  /**
2364
- * The list of images built by this pipeline.
2402
+ * The list of images built by this pipeline.
2365
2403
  */
2366
2404
  imageSummaryList?: ImageSummaryList;
2367
2405
  /**
2368
- * The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
2406
+ * The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
2369
2407
  */
2370
2408
  nextToken?: PaginationToken;
2371
2409
  }
2372
2410
  export interface ListImagePipelinesRequest {
2373
2411
  /**
2374
- * The filters.
2412
+ * The filters.
2375
2413
  */
2376
2414
  filters?: FilterList;
2377
2415
  /**
2378
- * The maximum items to return in a request.
2416
+ * The maximum items to return in a request.
2379
2417
  */
2380
2418
  maxResults?: RestrictedInteger;
2381
2419
  /**
2382
- * A token to specify where to start paginating. This is the NextToken from a previously truncated response.
2420
+ * A token to specify where to start paginating. This is the NextToken from a previously truncated response.
2383
2421
  */
2384
2422
  nextToken?: PaginationToken;
2385
2423
  }
2386
2424
  export interface ListImagePipelinesResponse {
2387
2425
  /**
2388
- * The request ID that uniquely identifies this request.
2426
+ * The request ID that uniquely identifies this request.
2389
2427
  */
2390
2428
  requestId?: NonEmptyString;
2391
2429
  /**
2392
- * The list of image pipelines.
2430
+ * The list of image pipelines.
2393
2431
  */
2394
2432
  imagePipelineList?: ImagePipelineList;
2395
2433
  /**
2396
- * The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
2434
+ * The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
2397
2435
  */
2398
2436
  nextToken?: PaginationToken;
2399
2437
  }
2400
2438
  export interface ListImageRecipesRequest {
2401
2439
  /**
2402
- * The owner defines which image recipes you want to list. By default, this request will only show image recipes owned by your account. You can use this field to specify if you want to view image recipes owned by yourself, by Amazon, or those image recipes that have been shared with you by other customers.
2440
+ * The owner defines which image recipes you want to list. By default, this request will only show image recipes owned by your account. You can use this field to specify if you want to view image recipes owned by yourself, by Amazon, or those image recipes that have been shared with you by other customers.
2403
2441
  */
2404
2442
  owner?: Ownership;
2405
2443
  /**
2406
- * The filters.
2444
+ * The filters.
2407
2445
  */
2408
2446
  filters?: FilterList;
2409
2447
  /**
2410
- * The maximum items to return in a request.
2448
+ * The maximum items to return in a request.
2411
2449
  */
2412
2450
  maxResults?: RestrictedInteger;
2413
2451
  /**
2414
- * A token to specify where to start paginating. This is the NextToken from a previously truncated response.
2452
+ * A token to specify where to start paginating. This is the NextToken from a previously truncated response.
2415
2453
  */
2416
2454
  nextToken?: PaginationToken;
2417
2455
  }
2418
2456
  export interface ListImageRecipesResponse {
2419
2457
  /**
2420
- * The request ID that uniquely identifies this request.
2458
+ * The request ID that uniquely identifies this request.
2421
2459
  */
2422
2460
  requestId?: NonEmptyString;
2423
2461
  /**
2424
- * The list of image pipelines.
2462
+ * The list of image pipelines.
2425
2463
  */
2426
2464
  imageRecipeSummaryList?: ImageRecipeSummaryList;
2427
2465
  /**
2428
- * The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
2466
+ * The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
2429
2467
  */
2430
2468
  nextToken?: PaginationToken;
2431
2469
  }
2432
2470
  export interface ListImagesRequest {
2433
2471
  /**
2434
- * The owner defines which images you want to list. By default, this request will only show images owned by your account. You can use this field to specify if you want to view images owned by yourself, by Amazon, or those images that have been shared with you by other customers.
2472
+ * The owner defines which images you want to list. By default, this request will only show images owned by your account. You can use this field to specify if you want to view images owned by yourself, by Amazon, or those images that have been shared with you by other customers.
2435
2473
  */
2436
2474
  owner?: Ownership;
2437
2475
  /**
2438
- * The filters.
2476
+ * The filters.
2439
2477
  */
2440
2478
  filters?: FilterList;
2441
2479
  /**
@@ -2443,11 +2481,11 @@ declare namespace Imagebuilder {
2443
2481
  */
2444
2482
  byName?: Boolean;
2445
2483
  /**
2446
- * The maximum items to return in a request.
2484
+ * The maximum items to return in a request.
2447
2485
  */
2448
2486
  maxResults?: RestrictedInteger;
2449
2487
  /**
2450
- * A token to specify where to start paginating. This is the NextToken from a previously truncated response.
2488
+ * A token to specify where to start paginating. This is the NextToken from a previously truncated response.
2451
2489
  */
2452
2490
  nextToken?: PaginationToken;
2453
2491
  /**
@@ -2457,39 +2495,39 @@ declare namespace Imagebuilder {
2457
2495
  }
2458
2496
  export interface ListImagesResponse {
2459
2497
  /**
2460
- * The request ID that uniquely identifies this request.
2498
+ * The request ID that uniquely identifies this request.
2461
2499
  */
2462
2500
  requestId?: NonEmptyString;
2463
2501
  /**
2464
- * The list of image semantic versions.
2502
+ * The list of image semantic versions.
2465
2503
  */
2466
2504
  imageVersionList?: ImageVersionList;
2467
2505
  /**
2468
- * The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
2506
+ * The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
2469
2507
  */
2470
2508
  nextToken?: PaginationToken;
2471
2509
  }
2472
2510
  export interface ListInfrastructureConfigurationsRequest {
2473
2511
  /**
2474
- * The filters.
2512
+ * The filters.
2475
2513
  */
2476
2514
  filters?: FilterList;
2477
2515
  /**
2478
- * The maximum items to return in a request.
2516
+ * The maximum items to return in a request.
2479
2517
  */
2480
2518
  maxResults?: RestrictedInteger;
2481
2519
  /**
2482
- * A token to specify where to start paginating. This is the NextToken from a previously truncated response.
2520
+ * A token to specify where to start paginating. This is the NextToken from a previously truncated response.
2483
2521
  */
2484
2522
  nextToken?: PaginationToken;
2485
2523
  }
2486
2524
  export interface ListInfrastructureConfigurationsResponse {
2487
2525
  /**
2488
- * The request ID that uniquely identifies this request.
2526
+ * The request ID that uniquely identifies this request.
2489
2527
  */
2490
2528
  requestId?: NonEmptyString;
2491
2529
  /**
2492
- * The list of infrastructure configurations.
2530
+ * The list of infrastructure configurations.
2493
2531
  */
2494
2532
  infrastructureConfigurationSummaryList?: InfrastructureConfigurationSummaryList;
2495
2533
  /**
@@ -2499,13 +2537,13 @@ declare namespace Imagebuilder {
2499
2537
  }
2500
2538
  export interface ListTagsForResourceRequest {
2501
2539
  /**
2502
- * The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.
2540
+ * The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.
2503
2541
  */
2504
2542
  resourceArn: ImageBuilderArn;
2505
2543
  }
2506
2544
  export interface ListTagsForResourceResponse {
2507
2545
  /**
2508
- * The tags for the specified resource.
2546
+ * The tags for the specified resource.
2509
2547
  */
2510
2548
  tags?: TagMap;
2511
2549
  }
@@ -2521,7 +2559,7 @@ declare namespace Imagebuilder {
2521
2559
  export type OsVersionList = OsVersion[];
2522
2560
  export interface OutputResources {
2523
2561
  /**
2524
- * The EC2 AMIs created by this image.
2562
+ * The EC2 AMIs created by this image.
2525
2563
  */
2526
2564
  amis?: AmiList;
2527
2565
  /**
@@ -2536,21 +2574,21 @@ declare namespace Imagebuilder {
2536
2574
  export type Platform = "Windows"|"Linux"|string;
2537
2575
  export interface PutComponentPolicyRequest {
2538
2576
  /**
2539
- * The Amazon Resource Name (ARN) of the component that this policy should be applied to.
2577
+ * The Amazon Resource Name (ARN) of the component that this policy should be applied to.
2540
2578
  */
2541
2579
  componentArn: ComponentBuildVersionArn;
2542
2580
  /**
2543
- * The policy to apply.
2581
+ * The policy to apply.
2544
2582
  */
2545
2583
  policy: ResourcePolicyDocument;
2546
2584
  }
2547
2585
  export interface PutComponentPolicyResponse {
2548
2586
  /**
2549
- * The request ID that uniquely identifies this request.
2587
+ * The request ID that uniquely identifies this request.
2550
2588
  */
2551
2589
  requestId?: NonEmptyString;
2552
2590
  /**
2553
- * The Amazon Resource Name (ARN) of the component that this policy was applied to.
2591
+ * The Amazon Resource Name (ARN) of the component that this policy was applied to.
2554
2592
  */
2555
2593
  componentArn?: ComponentBuildVersionArn;
2556
2594
  }
@@ -2576,41 +2614,41 @@ declare namespace Imagebuilder {
2576
2614
  }
2577
2615
  export interface PutImagePolicyRequest {
2578
2616
  /**
2579
- * The Amazon Resource Name (ARN) of the image that this policy should be applied to.
2617
+ * The Amazon Resource Name (ARN) of the image that this policy should be applied to.
2580
2618
  */
2581
2619
  imageArn: ImageBuildVersionArn;
2582
2620
  /**
2583
- * The policy to apply.
2621
+ * The policy to apply.
2584
2622
  */
2585
2623
  policy: ResourcePolicyDocument;
2586
2624
  }
2587
2625
  export interface PutImagePolicyResponse {
2588
2626
  /**
2589
- * The request ID that uniquely identifies this request.
2627
+ * The request ID that uniquely identifies this request.
2590
2628
  */
2591
2629
  requestId?: NonEmptyString;
2592
2630
  /**
2593
- * The Amazon Resource Name (ARN) of the image that this policy was applied to.
2631
+ * The Amazon Resource Name (ARN) of the image that this policy was applied to.
2594
2632
  */
2595
2633
  imageArn?: ImageBuildVersionArn;
2596
2634
  }
2597
2635
  export interface PutImageRecipePolicyRequest {
2598
2636
  /**
2599
- * The Amazon Resource Name (ARN) of the image recipe that this policy should be applied to.
2637
+ * The Amazon Resource Name (ARN) of the image recipe that this policy should be applied to.
2600
2638
  */
2601
2639
  imageRecipeArn: ImageRecipeArn;
2602
2640
  /**
2603
- * The policy to apply.
2641
+ * The policy to apply.
2604
2642
  */
2605
2643
  policy: ResourcePolicyDocument;
2606
2644
  }
2607
2645
  export interface PutImageRecipePolicyResponse {
2608
2646
  /**
2609
- * The request ID that uniquely identifies this request.
2647
+ * The request ID that uniquely identifies this request.
2610
2648
  */
2611
2649
  requestId?: NonEmptyString;
2612
2650
  /**
2613
- * The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.
2651
+ * The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.
2614
2652
  */
2615
2653
  imageRecipeArn?: ImageRecipeArn;
2616
2654
  }
@@ -2647,17 +2685,17 @@ declare namespace Imagebuilder {
2647
2685
  export type SnsTopicArn = string;
2648
2686
  export interface StartImagePipelineExecutionRequest {
2649
2687
  /**
2650
- * The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.
2688
+ * The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.
2651
2689
  */
2652
2690
  imagePipelineArn: ImagePipelineArn;
2653
2691
  /**
2654
- * The idempotency token used to make this request idempotent.
2692
+ * The idempotency token used to make this request idempotent.
2655
2693
  */
2656
2694
  clientToken: ClientToken;
2657
2695
  }
2658
2696
  export interface StartImagePipelineExecutionResponse {
2659
2697
  /**
2660
- * The request ID that uniquely identifies this request.
2698
+ * The request ID that uniquely identifies this request.
2661
2699
  */
2662
2700
  requestId?: NonEmptyString;
2663
2701
  /**
@@ -2675,11 +2713,11 @@ declare namespace Imagebuilder {
2675
2713
  export type TagMap = {[key: string]: TagValue};
2676
2714
  export interface TagResourceRequest {
2677
2715
  /**
2678
- * The Amazon Resource Name (ARN) of the resource that you want to tag.
2716
+ * The Amazon Resource Name (ARN) of the resource that you want to tag.
2679
2717
  */
2680
2718
  resourceArn: ImageBuilderArn;
2681
2719
  /**
2682
- * The tags to apply to the resource.
2720
+ * The tags to apply to the resource.
2683
2721
  */
2684
2722
  tags: TagMap;
2685
2723
  }
@@ -2699,11 +2737,11 @@ declare namespace Imagebuilder {
2699
2737
  export type Timezone = string;
2700
2738
  export interface UntagResourceRequest {
2701
2739
  /**
2702
- * The Amazon Resource Name (ARN) of the resource that you want to untag.
2740
+ * The Amazon Resource Name (ARN) of the resource that you want to untag.
2703
2741
  */
2704
2742
  resourceArn: ImageBuilderArn;
2705
2743
  /**
2706
- * The tag keys to remove from the resource.
2744
+ * The tag keys to remove from the resource.
2707
2745
  */
2708
2746
  tagKeys: TagKeyList;
2709
2747
  }
@@ -2711,47 +2749,47 @@ declare namespace Imagebuilder {
2711
2749
  }
2712
2750
  export interface UpdateDistributionConfigurationRequest {
2713
2751
  /**
2714
- * The Amazon Resource Name (ARN) of the distribution configuration that you want to update.
2752
+ * The Amazon Resource Name (ARN) of the distribution configuration that you want to update.
2715
2753
  */
2716
2754
  distributionConfigurationArn: DistributionConfigurationArn;
2717
2755
  /**
2718
- * The description of the distribution configuration.
2756
+ * The description of the distribution configuration.
2719
2757
  */
2720
2758
  description?: NonEmptyString;
2721
2759
  /**
2722
- * The distributions of the distribution configuration.
2760
+ * The distributions of the distribution configuration.
2723
2761
  */
2724
2762
  distributions: DistributionList;
2725
2763
  /**
2726
- * The idempotency token of the distribution configuration.
2764
+ * The idempotency token of the distribution configuration.
2727
2765
  */
2728
2766
  clientToken: ClientToken;
2729
2767
  }
2730
2768
  export interface UpdateDistributionConfigurationResponse {
2731
2769
  /**
2732
- * The request ID that uniquely identifies this request.
2770
+ * The request ID that uniquely identifies this request.
2733
2771
  */
2734
2772
  requestId?: NonEmptyString;
2735
2773
  /**
2736
- * The idempotency token used to make this request idempotent.
2774
+ * The idempotency token used to make this request idempotent.
2737
2775
  */
2738
2776
  clientToken?: ClientToken;
2739
2777
  /**
2740
- * The Amazon Resource Name (ARN) of the distribution configuration that was updated by this request.
2778
+ * The Amazon Resource Name (ARN) of the distribution configuration that was updated by this request.
2741
2779
  */
2742
2780
  distributionConfigurationArn?: DistributionConfigurationArn;
2743
2781
  }
2744
2782
  export interface UpdateImagePipelineRequest {
2745
2783
  /**
2746
- * The Amazon Resource Name (ARN) of the image pipeline that you want to update.
2784
+ * The Amazon Resource Name (ARN) of the image pipeline that you want to update.
2747
2785
  */
2748
2786
  imagePipelineArn: ImagePipelineArn;
2749
2787
  /**
2750
- * The description of the image pipeline.
2788
+ * The description of the image pipeline.
2751
2789
  */
2752
2790
  description?: NonEmptyString;
2753
2791
  /**
2754
- * The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image pipeline.
2792
+ * The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image pipeline.
2755
2793
  */
2756
2794
  imageRecipeArn?: ImageRecipeArn;
2757
2795
  /**
@@ -2759,91 +2797,91 @@ declare namespace Imagebuilder {
2759
2797
  */
2760
2798
  containerRecipeArn?: ContainerRecipeArn;
2761
2799
  /**
2762
- * The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images updated by this image pipeline.
2800
+ * The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images updated by this image pipeline.
2763
2801
  */
2764
2802
  infrastructureConfigurationArn: InfrastructureConfigurationArn;
2765
2803
  /**
2766
- * The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images updated by this image pipeline.
2804
+ * The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images updated by this image pipeline.
2767
2805
  */
2768
2806
  distributionConfigurationArn?: DistributionConfigurationArn;
2769
2807
  /**
2770
- * The image test configuration of the image pipeline.
2808
+ * The image test configuration of the image pipeline.
2771
2809
  */
2772
2810
  imageTestsConfiguration?: ImageTestsConfiguration;
2773
2811
  /**
2774
- * Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
2812
+ * Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
2775
2813
  */
2776
2814
  enhancedImageMetadataEnabled?: NullableBoolean;
2777
2815
  /**
2778
- * The schedule of the image pipeline.
2816
+ * The schedule of the image pipeline.
2779
2817
  */
2780
2818
  schedule?: Schedule;
2781
2819
  /**
2782
- * The status of the image pipeline.
2820
+ * The status of the image pipeline.
2783
2821
  */
2784
2822
  status?: PipelineStatus;
2785
2823
  /**
2786
- * The idempotency token used to make this request idempotent.
2824
+ * The idempotency token used to make this request idempotent.
2787
2825
  */
2788
2826
  clientToken: ClientToken;
2789
2827
  }
2790
2828
  export interface UpdateImagePipelineResponse {
2791
2829
  /**
2792
- * The request ID that uniquely identifies this request.
2830
+ * The request ID that uniquely identifies this request.
2793
2831
  */
2794
2832
  requestId?: NonEmptyString;
2795
2833
  /**
2796
- * The idempotency token used to make this request idempotent.
2834
+ * The idempotency token used to make this request idempotent.
2797
2835
  */
2798
2836
  clientToken?: ClientToken;
2799
2837
  /**
2800
- * The Amazon Resource Name (ARN) of the image pipeline that was updated by this request.
2838
+ * The Amazon Resource Name (ARN) of the image pipeline that was updated by this request.
2801
2839
  */
2802
2840
  imagePipelineArn?: ImagePipelineArn;
2803
2841
  }
2804
2842
  export interface UpdateInfrastructureConfigurationRequest {
2805
2843
  /**
2806
- * The Amazon Resource Name (ARN) of the infrastructure configuration that you want to update.
2844
+ * The Amazon Resource Name (ARN) of the infrastructure configuration that you want to update.
2807
2845
  */
2808
2846
  infrastructureConfigurationArn: InfrastructureConfigurationArn;
2809
2847
  /**
2810
- * The description of the infrastructure configuration.
2848
+ * The description of the infrastructure configuration.
2811
2849
  */
2812
2850
  description?: NonEmptyString;
2813
2851
  /**
2814
- * The instance types of the infrastructure configuration. You can specify one or more instance types to use for this build. The service will pick one of these instance types based on availability.
2852
+ * The instance types of the infrastructure configuration. You can specify one or more instance types to use for this build. The service will pick one of these instance types based on availability.
2815
2853
  */
2816
2854
  instanceTypes?: InstanceTypeList;
2817
2855
  /**
2818
- * The instance profile to associate with the instance used to customize your EC2 AMI.
2856
+ * The instance profile to associate with the instance used to customize your EC2 AMI.
2819
2857
  */
2820
- instanceProfileName: NonEmptyString;
2858
+ instanceProfileName: InstanceProfileNameType;
2821
2859
  /**
2822
- * The security group IDs to associate with the instance used to customize your EC2 AMI.
2860
+ * The security group IDs to associate with the instance used to customize your EC2 AMI.
2823
2861
  */
2824
2862
  securityGroupIds?: SecurityGroupIds;
2825
2863
  /**
2826
- * The subnet ID to place the instance used to customize your EC2 AMI in.
2864
+ * The subnet ID to place the instance used to customize your EC2 AMI in.
2827
2865
  */
2828
2866
  subnetId?: NonEmptyString;
2829
2867
  /**
2830
- * The logging configuration of the infrastructure configuration.
2868
+ * The logging configuration of the infrastructure configuration.
2831
2869
  */
2832
2870
  logging?: Logging;
2833
2871
  /**
2834
- * The key pair of the infrastructure configuration. This can be used to log on to and debug the instance used to create your image.
2872
+ * The key pair of the infrastructure configuration. This can be used to log on to and debug the instance used to create your image.
2835
2873
  */
2836
2874
  keyPair?: NonEmptyString;
2837
2875
  /**
2838
- * The terminate instance on failure setting of the infrastructure configuration. Set to false if you want Image Builder to retain the instance used to configure your AMI if the build or test phase of your workflow fails.
2876
+ * The terminate instance on failure setting of the infrastructure configuration. Set to false if you want Image Builder to retain the instance used to configure your AMI if the build or test phase of your workflow fails.
2839
2877
  */
2840
2878
  terminateInstanceOnFailure?: NullableBoolean;
2841
2879
  /**
2842
- * The SNS topic on which to send image build events.
2880
+ * The SNS topic on which to send image build events.
2843
2881
  */
2844
2882
  snsTopicArn?: SnsTopicArn;
2845
2883
  /**
2846
- * The idempotency token used to make this request idempotent.
2884
+ * The idempotency token used to make this request idempotent.
2847
2885
  */
2848
2886
  clientToken: ClientToken;
2849
2887
  /**
@@ -2853,15 +2891,15 @@ declare namespace Imagebuilder {
2853
2891
  }
2854
2892
  export interface UpdateInfrastructureConfigurationResponse {
2855
2893
  /**
2856
- * The request ID that uniquely identifies this request.
2894
+ * The request ID that uniquely identifies this request.
2857
2895
  */
2858
2896
  requestId?: NonEmptyString;
2859
2897
  /**
2860
- * The idempotency token used to make this request idempotent.
2898
+ * The idempotency token used to make this request idempotent.
2861
2899
  */
2862
2900
  clientToken?: ClientToken;
2863
2901
  /**
2864
- * The Amazon Resource Name (ARN) of the infrastructure configuration that was updated by this request.
2902
+ * The Amazon Resource Name (ARN) of the infrastructure configuration that was updated by this request.
2865
2903
  */
2866
2904
  infrastructureConfigurationArn?: InfrastructureConfigurationArn;
2867
2905
  }