aws-sdk-imagebuilder 1.12.0 → 1.17.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.
@@ -13,13 +13,14 @@ module Aws::Imagebuilder
13
13
 
14
14
  include Seahorse::Model
15
15
 
16
+ AccountId = Shapes::StringShape.new(name: 'AccountId')
16
17
  AccountList = Shapes::ListShape.new(name: 'AccountList')
17
18
  Ami = Shapes::StructureShape.new(name: 'Ami')
18
19
  AmiDistributionConfiguration = Shapes::StructureShape.new(name: 'AmiDistributionConfiguration')
19
20
  AmiList = Shapes::ListShape.new(name: 'AmiList')
20
21
  AmiNameString = Shapes::StringShape.new(name: 'AmiNameString')
21
22
  Arn = Shapes::StringShape.new(name: 'Arn')
22
- ArnList = Shapes::ListShape.new(name: 'ArnList')
23
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
23
24
  CallRateLimitExceededException = Shapes::StructureShape.new(name: 'CallRateLimitExceededException')
24
25
  CancelImageCreationRequest = Shapes::StructureShape.new(name: 'CancelImageCreationRequest')
25
26
  CancelImageCreationResponse = Shapes::StructureShape.new(name: 'CancelImageCreationResponse')
@@ -38,8 +39,19 @@ module Aws::Imagebuilder
38
39
  ComponentVersionArn = Shapes::StringShape.new(name: 'ComponentVersionArn')
39
40
  ComponentVersionArnOrBuildVersionArn = Shapes::StringShape.new(name: 'ComponentVersionArnOrBuildVersionArn')
40
41
  ComponentVersionList = Shapes::ListShape.new(name: 'ComponentVersionList')
42
+ Container = Shapes::StructureShape.new(name: 'Container')
43
+ ContainerDistributionConfiguration = Shapes::StructureShape.new(name: 'ContainerDistributionConfiguration')
44
+ ContainerList = Shapes::ListShape.new(name: 'ContainerList')
45
+ ContainerRecipe = Shapes::StructureShape.new(name: 'ContainerRecipe')
46
+ ContainerRecipeArn = Shapes::StringShape.new(name: 'ContainerRecipeArn')
47
+ ContainerRecipeSummary = Shapes::StructureShape.new(name: 'ContainerRecipeSummary')
48
+ ContainerRecipeSummaryList = Shapes::ListShape.new(name: 'ContainerRecipeSummaryList')
49
+ ContainerRepositoryService = Shapes::StringShape.new(name: 'ContainerRepositoryService')
50
+ ContainerType = Shapes::StringShape.new(name: 'ContainerType')
41
51
  CreateComponentRequest = Shapes::StructureShape.new(name: 'CreateComponentRequest')
42
52
  CreateComponentResponse = Shapes::StructureShape.new(name: 'CreateComponentResponse')
53
+ CreateContainerRecipeRequest = Shapes::StructureShape.new(name: 'CreateContainerRecipeRequest')
54
+ CreateContainerRecipeResponse = Shapes::StructureShape.new(name: 'CreateContainerRecipeResponse')
43
55
  CreateDistributionConfigurationRequest = Shapes::StructureShape.new(name: 'CreateDistributionConfigurationRequest')
44
56
  CreateDistributionConfigurationResponse = Shapes::StructureShape.new(name: 'CreateDistributionConfigurationResponse')
45
57
  CreateImagePipelineRequest = Shapes::StructureShape.new(name: 'CreateImagePipelineRequest')
@@ -53,6 +65,8 @@ module Aws::Imagebuilder
53
65
  DateTime = Shapes::StringShape.new(name: 'DateTime')
54
66
  DeleteComponentRequest = Shapes::StructureShape.new(name: 'DeleteComponentRequest')
55
67
  DeleteComponentResponse = Shapes::StructureShape.new(name: 'DeleteComponentResponse')
68
+ DeleteContainerRecipeRequest = Shapes::StructureShape.new(name: 'DeleteContainerRecipeRequest')
69
+ DeleteContainerRecipeResponse = Shapes::StructureShape.new(name: 'DeleteContainerRecipeResponse')
56
70
  DeleteDistributionConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteDistributionConfigurationRequest')
57
71
  DeleteDistributionConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteDistributionConfigurationResponse')
58
72
  DeleteImagePipelineRequest = Shapes::StructureShape.new(name: 'DeleteImagePipelineRequest')
@@ -70,6 +84,7 @@ module Aws::Imagebuilder
70
84
  DistributionConfigurationSummaryList = Shapes::ListShape.new(name: 'DistributionConfigurationSummaryList')
71
85
  DistributionList = Shapes::ListShape.new(name: 'DistributionList')
72
86
  DistributionTimeoutMinutes = Shapes::IntegerShape.new(name: 'DistributionTimeoutMinutes')
87
+ DockerFileTemplate = Shapes::StringShape.new(name: 'DockerFileTemplate')
73
88
  EbsInstanceBlockDeviceSpecification = Shapes::StructureShape.new(name: 'EbsInstanceBlockDeviceSpecification')
74
89
  EbsIopsInteger = Shapes::IntegerShape.new(name: 'EbsIopsInteger')
75
90
  EbsVolumeSizeInteger = Shapes::IntegerShape.new(name: 'EbsVolumeSizeInteger')
@@ -86,6 +101,10 @@ module Aws::Imagebuilder
86
101
  GetComponentPolicyResponse = Shapes::StructureShape.new(name: 'GetComponentPolicyResponse')
87
102
  GetComponentRequest = Shapes::StructureShape.new(name: 'GetComponentRequest')
88
103
  GetComponentResponse = Shapes::StructureShape.new(name: 'GetComponentResponse')
104
+ GetContainerRecipePolicyRequest = Shapes::StructureShape.new(name: 'GetContainerRecipePolicyRequest')
105
+ GetContainerRecipePolicyResponse = Shapes::StructureShape.new(name: 'GetContainerRecipePolicyResponse')
106
+ GetContainerRecipeRequest = Shapes::StructureShape.new(name: 'GetContainerRecipeRequest')
107
+ GetContainerRecipeResponse = Shapes::StructureShape.new(name: 'GetContainerRecipeResponse')
89
108
  GetDistributionConfigurationRequest = Shapes::StructureShape.new(name: 'GetDistributionConfigurationRequest')
90
109
  GetDistributionConfigurationResponse = Shapes::StructureShape.new(name: 'GetDistributionConfigurationResponse')
91
110
  GetImagePipelineRequest = Shapes::StructureShape.new(name: 'GetImagePipelineRequest')
@@ -117,6 +136,7 @@ module Aws::Imagebuilder
117
136
  ImageSummaryList = Shapes::ListShape.new(name: 'ImageSummaryList')
118
137
  ImageTestsConfiguration = Shapes::StructureShape.new(name: 'ImageTestsConfiguration')
119
138
  ImageTestsTimeoutMinutes = Shapes::IntegerShape.new(name: 'ImageTestsTimeoutMinutes')
139
+ ImageType = Shapes::StringShape.new(name: 'ImageType')
120
140
  ImageVersion = Shapes::StructureShape.new(name: 'ImageVersion')
121
141
  ImageVersionArn = Shapes::StringShape.new(name: 'ImageVersionArn')
122
142
  ImageVersionArnOrBuildVersionArn = Shapes::StringShape.new(name: 'ImageVersionArnOrBuildVersionArn')
@@ -128,6 +148,7 @@ module Aws::Imagebuilder
128
148
  InfrastructureConfigurationSummary = Shapes::StructureShape.new(name: 'InfrastructureConfigurationSummary')
129
149
  InfrastructureConfigurationSummaryList = Shapes::ListShape.new(name: 'InfrastructureConfigurationSummaryList')
130
150
  InlineComponentData = Shapes::StringShape.new(name: 'InlineComponentData')
151
+ InlineDockerFileTemplate = Shapes::StringShape.new(name: 'InlineDockerFileTemplate')
131
152
  InstanceBlockDeviceMapping = Shapes::StructureShape.new(name: 'InstanceBlockDeviceMapping')
132
153
  InstanceBlockDeviceMappings = Shapes::ListShape.new(name: 'InstanceBlockDeviceMappings')
133
154
  InstanceType = Shapes::StringShape.new(name: 'InstanceType')
@@ -139,10 +160,14 @@ module Aws::Imagebuilder
139
160
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
140
161
  InvalidVersionNumberException = Shapes::StructureShape.new(name: 'InvalidVersionNumberException')
141
162
  LaunchPermissionConfiguration = Shapes::StructureShape.new(name: 'LaunchPermissionConfiguration')
163
+ LicenseConfigurationArn = Shapes::StringShape.new(name: 'LicenseConfigurationArn')
164
+ LicenseConfigurationArnList = Shapes::ListShape.new(name: 'LicenseConfigurationArnList')
142
165
  ListComponentBuildVersionsRequest = Shapes::StructureShape.new(name: 'ListComponentBuildVersionsRequest')
143
166
  ListComponentBuildVersionsResponse = Shapes::StructureShape.new(name: 'ListComponentBuildVersionsResponse')
144
167
  ListComponentsRequest = Shapes::StructureShape.new(name: 'ListComponentsRequest')
145
168
  ListComponentsResponse = Shapes::StructureShape.new(name: 'ListComponentsResponse')
169
+ ListContainerRecipesRequest = Shapes::StructureShape.new(name: 'ListContainerRecipesRequest')
170
+ ListContainerRecipesResponse = Shapes::StructureShape.new(name: 'ListContainerRecipesResponse')
146
171
  ListDistributionConfigurationsRequest = Shapes::StructureShape.new(name: 'ListDistributionConfigurationsRequest')
147
172
  ListDistributionConfigurationsResponse = Shapes::StructureShape.new(name: 'ListDistributionConfigurationsResponse')
148
173
  ListImageBuildVersionsRequest = Shapes::StructureShape.new(name: 'ListImageBuildVersionsRequest')
@@ -166,15 +191,19 @@ module Aws::Imagebuilder
166
191
  OsVersionList = Shapes::ListShape.new(name: 'OsVersionList')
167
192
  OutputResources = Shapes::StructureShape.new(name: 'OutputResources')
168
193
  Ownership = Shapes::StringShape.new(name: 'Ownership')
194
+ PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
169
195
  PipelineExecutionStartCondition = Shapes::StringShape.new(name: 'PipelineExecutionStartCondition')
170
196
  PipelineStatus = Shapes::StringShape.new(name: 'PipelineStatus')
171
197
  Platform = Shapes::StringShape.new(name: 'Platform')
172
198
  PutComponentPolicyRequest = Shapes::StructureShape.new(name: 'PutComponentPolicyRequest')
173
199
  PutComponentPolicyResponse = Shapes::StructureShape.new(name: 'PutComponentPolicyResponse')
200
+ PutContainerRecipePolicyRequest = Shapes::StructureShape.new(name: 'PutContainerRecipePolicyRequest')
201
+ PutContainerRecipePolicyResponse = Shapes::StructureShape.new(name: 'PutContainerRecipePolicyResponse')
174
202
  PutImagePolicyRequest = Shapes::StructureShape.new(name: 'PutImagePolicyRequest')
175
203
  PutImagePolicyResponse = Shapes::StructureShape.new(name: 'PutImagePolicyResponse')
176
204
  PutImageRecipePolicyRequest = Shapes::StructureShape.new(name: 'PutImageRecipePolicyRequest')
177
205
  PutImageRecipePolicyResponse = Shapes::StructureShape.new(name: 'PutImageRecipePolicyResponse')
206
+ RegionList = Shapes::ListShape.new(name: 'RegionList')
178
207
  ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
179
208
  ResourceDependencyException = Shapes::StructureShape.new(name: 'ResourceDependencyException')
180
209
  ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
@@ -199,6 +228,7 @@ module Aws::Imagebuilder
199
228
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
200
229
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
201
230
  TagValue = Shapes::StringShape.new(name: 'TagValue')
231
+ TargetContainerRepository = Shapes::StructureShape.new(name: 'TargetContainerRepository')
202
232
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
203
233
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
204
234
  UpdateDistributionConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateDistributionConfigurationRequest')
@@ -210,17 +240,19 @@ module Aws::Imagebuilder
210
240
  Uri = Shapes::StringShape.new(name: 'Uri')
211
241
  VersionNumber = Shapes::StringShape.new(name: 'VersionNumber')
212
242
 
213
- AccountList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
243
+ AccountList.member = Shapes::ShapeRef.new(shape: AccountId)
214
244
 
215
245
  Ami.add_member(:region, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "region"))
216
246
  Ami.add_member(:image, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "image"))
217
247
  Ami.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "name"))
218
248
  Ami.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
219
249
  Ami.add_member(:state, Shapes::ShapeRef.new(shape: ImageState, location_name: "state"))
250
+ Ami.add_member(:account_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "accountId"))
220
251
  Ami.struct_class = Types::Ami
221
252
 
222
253
  AmiDistributionConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: AmiNameString, location_name: "name"))
223
254
  AmiDistributionConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
255
+ AmiDistributionConfiguration.add_member(:target_account_ids, Shapes::ShapeRef.new(shape: AccountList, location_name: "targetAccountIds"))
224
256
  AmiDistributionConfiguration.add_member(:ami_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "amiTags"))
225
257
  AmiDistributionConfiguration.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "kmsKeyId"))
226
258
  AmiDistributionConfiguration.add_member(:launch_permission, Shapes::ShapeRef.new(shape: LaunchPermissionConfiguration, location_name: "launchPermission"))
@@ -228,8 +260,6 @@ module Aws::Imagebuilder
228
260
 
229
261
  AmiList.member = Shapes::ShapeRef.new(shape: Ami)
230
262
 
231
- ArnList.member = Shapes::ShapeRef.new(shape: Arn)
232
-
233
263
  CallRateLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
234
264
  CallRateLimitExceededException.struct_class = Types::CallRateLimitExceededException
235
265
 
@@ -294,6 +324,47 @@ module Aws::Imagebuilder
294
324
 
295
325
  ComponentVersionList.member = Shapes::ShapeRef.new(shape: ComponentVersion)
296
326
 
327
+ Container.add_member(:region, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "region"))
328
+ Container.add_member(:image_uris, Shapes::ShapeRef.new(shape: StringList, location_name: "imageUris"))
329
+ Container.struct_class = Types::Container
330
+
331
+ ContainerDistributionConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
332
+ ContainerDistributionConfiguration.add_member(:container_tags, Shapes::ShapeRef.new(shape: StringList, location_name: "containerTags"))
333
+ ContainerDistributionConfiguration.add_member(:target_repository, Shapes::ShapeRef.new(shape: TargetContainerRepository, required: true, location_name: "targetRepository"))
334
+ ContainerDistributionConfiguration.struct_class = Types::ContainerDistributionConfiguration
335
+
336
+ ContainerList.member = Shapes::ShapeRef.new(shape: Container)
337
+
338
+ ContainerRecipe.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
339
+ ContainerRecipe.add_member(:container_type, Shapes::ShapeRef.new(shape: ContainerType, location_name: "containerType"))
340
+ ContainerRecipe.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
341
+ ContainerRecipe.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
342
+ ContainerRecipe.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
343
+ ContainerRecipe.add_member(:owner, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "owner"))
344
+ ContainerRecipe.add_member(:version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "version"))
345
+ ContainerRecipe.add_member(:components, Shapes::ShapeRef.new(shape: ComponentConfigurationList, location_name: "components"))
346
+ ContainerRecipe.add_member(:dockerfile_template_data, Shapes::ShapeRef.new(shape: DockerFileTemplate, location_name: "dockerfileTemplateData"))
347
+ ContainerRecipe.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "kmsKeyId"))
348
+ ContainerRecipe.add_member(:encrypted, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "encrypted"))
349
+ ContainerRecipe.add_member(:parent_image, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "parentImage"))
350
+ ContainerRecipe.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
351
+ ContainerRecipe.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
352
+ ContainerRecipe.add_member(:working_directory, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "workingDirectory"))
353
+ ContainerRecipe.add_member(:target_repository, Shapes::ShapeRef.new(shape: TargetContainerRepository, location_name: "targetRepository"))
354
+ ContainerRecipe.struct_class = Types::ContainerRecipe
355
+
356
+ ContainerRecipeSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
357
+ ContainerRecipeSummary.add_member(:container_type, Shapes::ShapeRef.new(shape: ContainerType, location_name: "containerType"))
358
+ ContainerRecipeSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
359
+ ContainerRecipeSummary.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
360
+ ContainerRecipeSummary.add_member(:owner, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "owner"))
361
+ ContainerRecipeSummary.add_member(:parent_image, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "parentImage"))
362
+ ContainerRecipeSummary.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
363
+ ContainerRecipeSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
364
+ ContainerRecipeSummary.struct_class = Types::ContainerRecipeSummary
365
+
366
+ ContainerRecipeSummaryList.member = Shapes::ShapeRef.new(shape: ContainerRecipeSummary)
367
+
297
368
  CreateComponentRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
298
369
  CreateComponentRequest.add_member(:semantic_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "semanticVersion"))
299
370
  CreateComponentRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
@@ -312,6 +383,28 @@ module Aws::Imagebuilder
312
383
  CreateComponentResponse.add_member(:component_build_version_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, location_name: "componentBuildVersionArn"))
313
384
  CreateComponentResponse.struct_class = Types::CreateComponentResponse
314
385
 
386
+ CreateContainerRecipeRequest.add_member(:container_type, Shapes::ShapeRef.new(shape: ContainerType, required: true, location_name: "containerType"))
387
+ CreateContainerRecipeRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
388
+ CreateContainerRecipeRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
389
+ CreateContainerRecipeRequest.add_member(:semantic_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "semanticVersion"))
390
+ CreateContainerRecipeRequest.add_member(:components, Shapes::ShapeRef.new(shape: ComponentConfigurationList, required: true, location_name: "components"))
391
+ CreateContainerRecipeRequest.add_member(:dockerfile_template_data, Shapes::ShapeRef.new(shape: InlineDockerFileTemplate, required: true, location_name: "dockerfileTemplateData"))
392
+ CreateContainerRecipeRequest.add_member(:dockerfile_template_uri, Shapes::ShapeRef.new(shape: Uri, location_name: "dockerfileTemplateUri"))
393
+ CreateContainerRecipeRequest.add_member(:platform_override, Shapes::ShapeRef.new(shape: Platform, location_name: "platformOverride"))
394
+ CreateContainerRecipeRequest.add_member(:image_os_version_override, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "imageOsVersionOverride"))
395
+ CreateContainerRecipeRequest.add_member(:parent_image, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "parentImage"))
396
+ CreateContainerRecipeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
397
+ CreateContainerRecipeRequest.add_member(:working_directory, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "workingDirectory"))
398
+ CreateContainerRecipeRequest.add_member(:target_repository, Shapes::ShapeRef.new(shape: TargetContainerRepository, required: true, location_name: "targetRepository"))
399
+ CreateContainerRecipeRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "kmsKeyId"))
400
+ CreateContainerRecipeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
401
+ CreateContainerRecipeRequest.struct_class = Types::CreateContainerRecipeRequest
402
+
403
+ CreateContainerRecipeResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
404
+ CreateContainerRecipeResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
405
+ CreateContainerRecipeResponse.add_member(:container_recipe_arn, Shapes::ShapeRef.new(shape: ContainerRecipeArn, location_name: "containerRecipeArn"))
406
+ CreateContainerRecipeResponse.struct_class = Types::CreateContainerRecipeResponse
407
+
315
408
  CreateDistributionConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
316
409
  CreateDistributionConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
317
410
  CreateDistributionConfigurationRequest.add_member(:distributions, Shapes::ShapeRef.new(shape: DistributionList, required: true, location_name: "distributions"))
@@ -326,7 +419,8 @@ module Aws::Imagebuilder
326
419
 
327
420
  CreateImagePipelineRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
328
421
  CreateImagePipelineRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
329
- CreateImagePipelineRequest.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, required: true, location_name: "imageRecipeArn"))
422
+ CreateImagePipelineRequest.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, location_name: "imageRecipeArn"))
423
+ CreateImagePipelineRequest.add_member(:container_recipe_arn, Shapes::ShapeRef.new(shape: ContainerRecipeArn, location_name: "containerRecipeArn"))
330
424
  CreateImagePipelineRequest.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, required: true, location_name: "infrastructureConfigurationArn"))
331
425
  CreateImagePipelineRequest.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, location_name: "distributionConfigurationArn"))
332
426
  CreateImagePipelineRequest.add_member(:image_tests_configuration, Shapes::ShapeRef.new(shape: ImageTestsConfiguration, location_name: "imageTestsConfiguration"))
@@ -358,7 +452,8 @@ module Aws::Imagebuilder
358
452
  CreateImageRecipeResponse.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, location_name: "imageRecipeArn"))
359
453
  CreateImageRecipeResponse.struct_class = Types::CreateImageRecipeResponse
360
454
 
361
- CreateImageRequest.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, required: true, location_name: "imageRecipeArn"))
455
+ CreateImageRequest.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, location_name: "imageRecipeArn"))
456
+ CreateImageRequest.add_member(:container_recipe_arn, Shapes::ShapeRef.new(shape: ContainerRecipeArn, location_name: "containerRecipeArn"))
362
457
  CreateImageRequest.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, location_name: "distributionConfigurationArn"))
363
458
  CreateImageRequest.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, required: true, location_name: "infrastructureConfigurationArn"))
364
459
  CreateImageRequest.add_member(:image_tests_configuration, Shapes::ShapeRef.new(shape: ImageTestsConfiguration, location_name: "imageTestsConfiguration"))
@@ -399,6 +494,13 @@ module Aws::Imagebuilder
399
494
  DeleteComponentResponse.add_member(:component_build_version_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, location_name: "componentBuildVersionArn"))
400
495
  DeleteComponentResponse.struct_class = Types::DeleteComponentResponse
401
496
 
497
+ DeleteContainerRecipeRequest.add_member(:container_recipe_arn, Shapes::ShapeRef.new(shape: ContainerRecipeArn, required: true, location: "querystring", location_name: "containerRecipeArn"))
498
+ DeleteContainerRecipeRequest.struct_class = Types::DeleteContainerRecipeRequest
499
+
500
+ DeleteContainerRecipeResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
501
+ DeleteContainerRecipeResponse.add_member(:container_recipe_arn, Shapes::ShapeRef.new(shape: ContainerRecipeArn, location_name: "containerRecipeArn"))
502
+ DeleteContainerRecipeResponse.struct_class = Types::DeleteContainerRecipeResponse
503
+
402
504
  DeleteDistributionConfigurationRequest.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, required: true, location: "querystring", location_name: "distributionConfigurationArn"))
403
505
  DeleteDistributionConfigurationRequest.struct_class = Types::DeleteDistributionConfigurationRequest
404
506
 
@@ -436,7 +538,8 @@ module Aws::Imagebuilder
436
538
 
437
539
  Distribution.add_member(:region, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "region"))
438
540
  Distribution.add_member(:ami_distribution_configuration, Shapes::ShapeRef.new(shape: AmiDistributionConfiguration, location_name: "amiDistributionConfiguration"))
439
- Distribution.add_member(:license_configuration_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "licenseConfigurationArns"))
541
+ Distribution.add_member(:container_distribution_configuration, Shapes::ShapeRef.new(shape: ContainerDistributionConfiguration, location_name: "containerDistributionConfiguration"))
542
+ Distribution.add_member(:license_configuration_arns, Shapes::ShapeRef.new(shape: LicenseConfigurationArnList, location_name: "licenseConfigurationArns"))
440
543
  Distribution.struct_class = Types::Distribution
441
544
 
442
545
  DistributionConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
@@ -455,6 +558,7 @@ module Aws::Imagebuilder
455
558
  DistributionConfigurationSummary.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
456
559
  DistributionConfigurationSummary.add_member(:date_updated, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateUpdated"))
457
560
  DistributionConfigurationSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
561
+ DistributionConfigurationSummary.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, location_name: "regions"))
458
562
  DistributionConfigurationSummary.struct_class = Types::DistributionConfigurationSummary
459
563
 
460
564
  DistributionConfigurationSummaryList.member = Shapes::ShapeRef.new(shape: DistributionConfigurationSummary)
@@ -495,6 +599,20 @@ module Aws::Imagebuilder
495
599
  GetComponentResponse.add_member(:component, Shapes::ShapeRef.new(shape: Component, location_name: "component"))
496
600
  GetComponentResponse.struct_class = Types::GetComponentResponse
497
601
 
602
+ GetContainerRecipePolicyRequest.add_member(:container_recipe_arn, Shapes::ShapeRef.new(shape: ContainerRecipeArn, required: true, location: "querystring", location_name: "containerRecipeArn"))
603
+ GetContainerRecipePolicyRequest.struct_class = Types::GetContainerRecipePolicyRequest
604
+
605
+ GetContainerRecipePolicyResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
606
+ GetContainerRecipePolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicyDocument, location_name: "policy"))
607
+ GetContainerRecipePolicyResponse.struct_class = Types::GetContainerRecipePolicyResponse
608
+
609
+ GetContainerRecipeRequest.add_member(:container_recipe_arn, Shapes::ShapeRef.new(shape: ContainerRecipeArn, required: true, location: "querystring", location_name: "containerRecipeArn"))
610
+ GetContainerRecipeRequest.struct_class = Types::GetContainerRecipeRequest
611
+
612
+ GetContainerRecipeResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
613
+ GetContainerRecipeResponse.add_member(:container_recipe, Shapes::ShapeRef.new(shape: ContainerRecipe, location_name: "containerRecipe"))
614
+ GetContainerRecipeResponse.struct_class = Types::GetContainerRecipeResponse
615
+
498
616
  GetDistributionConfigurationRequest.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, required: true, location: "querystring", location_name: "distributionConfigurationArn"))
499
617
  GetDistributionConfigurationRequest.struct_class = Types::GetDistributionConfigurationRequest
500
618
 
@@ -548,6 +666,7 @@ module Aws::Imagebuilder
548
666
  IdempotentParameterMismatchException.struct_class = Types::IdempotentParameterMismatchException
549
667
 
550
668
  Image.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
669
+ Image.add_member(:type, Shapes::ShapeRef.new(shape: ImageType, location_name: "type"))
551
670
  Image.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
552
671
  Image.add_member(:version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "version"))
553
672
  Image.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
@@ -555,6 +674,7 @@ module Aws::Imagebuilder
555
674
  Image.add_member(:os_version, Shapes::ShapeRef.new(shape: OsVersion, location_name: "osVersion"))
556
675
  Image.add_member(:state, Shapes::ShapeRef.new(shape: ImageState, location_name: "state"))
557
676
  Image.add_member(:image_recipe, Shapes::ShapeRef.new(shape: ImageRecipe, location_name: "imageRecipe"))
677
+ Image.add_member(:container_recipe, Shapes::ShapeRef.new(shape: ContainerRecipe, location_name: "containerRecipe"))
558
678
  Image.add_member(:source_pipeline_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "sourcePipelineName"))
559
679
  Image.add_member(:source_pipeline_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "sourcePipelineArn"))
560
680
  Image.add_member(:infrastructure_configuration, Shapes::ShapeRef.new(shape: InfrastructureConfiguration, location_name: "infrastructureConfiguration"))
@@ -571,6 +691,7 @@ module Aws::Imagebuilder
571
691
  ImagePipeline.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
572
692
  ImagePipeline.add_member(:enhanced_image_metadata_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "enhancedImageMetadataEnabled"))
573
693
  ImagePipeline.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "imageRecipeArn"))
694
+ ImagePipeline.add_member(:container_recipe_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "containerRecipeArn"))
574
695
  ImagePipeline.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "infrastructureConfigurationArn"))
575
696
  ImagePipeline.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "distributionConfigurationArn"))
576
697
  ImagePipeline.add_member(:image_tests_configuration, Shapes::ShapeRef.new(shape: ImageTestsConfiguration, location_name: "imageTestsConfiguration"))
@@ -586,6 +707,7 @@ module Aws::Imagebuilder
586
707
  ImagePipelineList.member = Shapes::ShapeRef.new(shape: ImagePipeline)
587
708
 
588
709
  ImageRecipe.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
710
+ ImageRecipe.add_member(:type, Shapes::ShapeRef.new(shape: ImageType, location_name: "type"))
589
711
  ImageRecipe.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
590
712
  ImageRecipe.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
591
713
  ImageRecipe.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
@@ -616,6 +738,7 @@ module Aws::Imagebuilder
616
738
 
617
739
  ImageSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
618
740
  ImageSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
741
+ ImageSummary.add_member(:type, Shapes::ShapeRef.new(shape: ImageType, location_name: "type"))
619
742
  ImageSummary.add_member(:version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "version"))
620
743
  ImageSummary.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
621
744
  ImageSummary.add_member(:os_version, Shapes::ShapeRef.new(shape: OsVersion, location_name: "osVersion"))
@@ -634,6 +757,7 @@ module Aws::Imagebuilder
634
757
 
635
758
  ImageVersion.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
636
759
  ImageVersion.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
760
+ ImageVersion.add_member(:type, Shapes::ShapeRef.new(shape: ImageType, location_name: "type"))
637
761
  ImageVersion.add_member(:version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "version"))
638
762
  ImageVersion.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
639
763
  ImageVersion.add_member(:os_version, Shapes::ShapeRef.new(shape: OsVersion, location_name: "osVersion"))
@@ -722,99 +846,115 @@ module Aws::Imagebuilder
722
846
  LaunchPermissionConfiguration.add_member(:user_groups, Shapes::ShapeRef.new(shape: StringList, location_name: "userGroups"))
723
847
  LaunchPermissionConfiguration.struct_class = Types::LaunchPermissionConfiguration
724
848
 
849
+ LicenseConfigurationArnList.member = Shapes::ShapeRef.new(shape: LicenseConfigurationArn)
850
+
725
851
  ListComponentBuildVersionsRequest.add_member(:component_version_arn, Shapes::ShapeRef.new(shape: ComponentVersionArn, required: true, location_name: "componentVersionArn"))
726
852
  ListComponentBuildVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
727
- ListComponentBuildVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
853
+ ListComponentBuildVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
728
854
  ListComponentBuildVersionsRequest.struct_class = Types::ListComponentBuildVersionsRequest
729
855
 
730
856
  ListComponentBuildVersionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
731
857
  ListComponentBuildVersionsResponse.add_member(:component_summary_list, Shapes::ShapeRef.new(shape: ComponentSummaryList, location_name: "componentSummaryList"))
732
- ListComponentBuildVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
858
+ ListComponentBuildVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
733
859
  ListComponentBuildVersionsResponse.struct_class = Types::ListComponentBuildVersionsResponse
734
860
 
735
861
  ListComponentsRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
736
862
  ListComponentsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
863
+ ListComponentsRequest.add_member(:by_name, Shapes::ShapeRef.new(shape: Boolean, location_name: "byName"))
737
864
  ListComponentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
738
- ListComponentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
865
+ ListComponentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
739
866
  ListComponentsRequest.struct_class = Types::ListComponentsRequest
740
867
 
741
868
  ListComponentsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
742
869
  ListComponentsResponse.add_member(:component_version_list, Shapes::ShapeRef.new(shape: ComponentVersionList, location_name: "componentVersionList"))
743
- ListComponentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
870
+ ListComponentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
744
871
  ListComponentsResponse.struct_class = Types::ListComponentsResponse
745
872
 
873
+ ListContainerRecipesRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
874
+ ListContainerRecipesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
875
+ ListContainerRecipesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
876
+ ListContainerRecipesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
877
+ ListContainerRecipesRequest.struct_class = Types::ListContainerRecipesRequest
878
+
879
+ ListContainerRecipesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
880
+ ListContainerRecipesResponse.add_member(:container_recipe_summary_list, Shapes::ShapeRef.new(shape: ContainerRecipeSummaryList, location_name: "containerRecipeSummaryList"))
881
+ ListContainerRecipesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
882
+ ListContainerRecipesResponse.struct_class = Types::ListContainerRecipesResponse
883
+
746
884
  ListDistributionConfigurationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
747
885
  ListDistributionConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
748
- ListDistributionConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
886
+ ListDistributionConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
749
887
  ListDistributionConfigurationsRequest.struct_class = Types::ListDistributionConfigurationsRequest
750
888
 
751
889
  ListDistributionConfigurationsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
752
890
  ListDistributionConfigurationsResponse.add_member(:distribution_configuration_summary_list, Shapes::ShapeRef.new(shape: DistributionConfigurationSummaryList, location_name: "distributionConfigurationSummaryList"))
753
- ListDistributionConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
891
+ ListDistributionConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
754
892
  ListDistributionConfigurationsResponse.struct_class = Types::ListDistributionConfigurationsResponse
755
893
 
756
894
  ListImageBuildVersionsRequest.add_member(:image_version_arn, Shapes::ShapeRef.new(shape: ImageVersionArn, required: true, location_name: "imageVersionArn"))
757
895
  ListImageBuildVersionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
758
896
  ListImageBuildVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
759
- ListImageBuildVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
897
+ ListImageBuildVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
760
898
  ListImageBuildVersionsRequest.struct_class = Types::ListImageBuildVersionsRequest
761
899
 
762
900
  ListImageBuildVersionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
763
901
  ListImageBuildVersionsResponse.add_member(:image_summary_list, Shapes::ShapeRef.new(shape: ImageSummaryList, location_name: "imageSummaryList"))
764
- ListImageBuildVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
902
+ ListImageBuildVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
765
903
  ListImageBuildVersionsResponse.struct_class = Types::ListImageBuildVersionsResponse
766
904
 
767
905
  ListImagePipelineImagesRequest.add_member(:image_pipeline_arn, Shapes::ShapeRef.new(shape: ImagePipelineArn, required: true, location_name: "imagePipelineArn"))
768
906
  ListImagePipelineImagesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
769
907
  ListImagePipelineImagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
770
- ListImagePipelineImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
908
+ ListImagePipelineImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
771
909
  ListImagePipelineImagesRequest.struct_class = Types::ListImagePipelineImagesRequest
772
910
 
773
911
  ListImagePipelineImagesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
774
912
  ListImagePipelineImagesResponse.add_member(:image_summary_list, Shapes::ShapeRef.new(shape: ImageSummaryList, location_name: "imageSummaryList"))
775
- ListImagePipelineImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
913
+ ListImagePipelineImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
776
914
  ListImagePipelineImagesResponse.struct_class = Types::ListImagePipelineImagesResponse
777
915
 
778
916
  ListImagePipelinesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
779
917
  ListImagePipelinesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
780
- ListImagePipelinesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
918
+ ListImagePipelinesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
781
919
  ListImagePipelinesRequest.struct_class = Types::ListImagePipelinesRequest
782
920
 
783
921
  ListImagePipelinesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
784
922
  ListImagePipelinesResponse.add_member(:image_pipeline_list, Shapes::ShapeRef.new(shape: ImagePipelineList, location_name: "imagePipelineList"))
785
- ListImagePipelinesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
923
+ ListImagePipelinesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
786
924
  ListImagePipelinesResponse.struct_class = Types::ListImagePipelinesResponse
787
925
 
788
926
  ListImageRecipesRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
789
927
  ListImageRecipesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
790
928
  ListImageRecipesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
791
- ListImageRecipesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
929
+ ListImageRecipesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
792
930
  ListImageRecipesRequest.struct_class = Types::ListImageRecipesRequest
793
931
 
794
932
  ListImageRecipesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
795
933
  ListImageRecipesResponse.add_member(:image_recipe_summary_list, Shapes::ShapeRef.new(shape: ImageRecipeSummaryList, location_name: "imageRecipeSummaryList"))
796
- ListImageRecipesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
934
+ ListImageRecipesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
797
935
  ListImageRecipesResponse.struct_class = Types::ListImageRecipesResponse
798
936
 
799
937
  ListImagesRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
800
938
  ListImagesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
939
+ ListImagesRequest.add_member(:by_name, Shapes::ShapeRef.new(shape: Boolean, location_name: "byName"))
801
940
  ListImagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
802
- ListImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
941
+ ListImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
942
+ ListImagesRequest.add_member(:include_deprecated, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "includeDeprecated"))
803
943
  ListImagesRequest.struct_class = Types::ListImagesRequest
804
944
 
805
945
  ListImagesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
806
946
  ListImagesResponse.add_member(:image_version_list, Shapes::ShapeRef.new(shape: ImageVersionList, location_name: "imageVersionList"))
807
- ListImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
947
+ ListImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
808
948
  ListImagesResponse.struct_class = Types::ListImagesResponse
809
949
 
810
950
  ListInfrastructureConfigurationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
811
951
  ListInfrastructureConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
812
- ListInfrastructureConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
952
+ ListInfrastructureConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
813
953
  ListInfrastructureConfigurationsRequest.struct_class = Types::ListInfrastructureConfigurationsRequest
814
954
 
815
955
  ListInfrastructureConfigurationsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
816
956
  ListInfrastructureConfigurationsResponse.add_member(:infrastructure_configuration_summary_list, Shapes::ShapeRef.new(shape: InfrastructureConfigurationSummaryList, location_name: "infrastructureConfigurationSummaryList"))
817
- ListInfrastructureConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
957
+ ListInfrastructureConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
818
958
  ListInfrastructureConfigurationsResponse.struct_class = Types::ListInfrastructureConfigurationsResponse
819
959
 
820
960
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, required: true, location: "uri", location_name: "resourceArn"))
@@ -829,6 +969,7 @@ module Aws::Imagebuilder
829
969
  OsVersionList.member = Shapes::ShapeRef.new(shape: OsVersion)
830
970
 
831
971
  OutputResources.add_member(:amis, Shapes::ShapeRef.new(shape: AmiList, location_name: "amis"))
972
+ OutputResources.add_member(:containers, Shapes::ShapeRef.new(shape: ContainerList, location_name: "containers"))
832
973
  OutputResources.struct_class = Types::OutputResources
833
974
 
834
975
  PutComponentPolicyRequest.add_member(:component_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, required: true, location_name: "componentArn"))
@@ -839,6 +980,14 @@ module Aws::Imagebuilder
839
980
  PutComponentPolicyResponse.add_member(:component_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, location_name: "componentArn"))
840
981
  PutComponentPolicyResponse.struct_class = Types::PutComponentPolicyResponse
841
982
 
983
+ PutContainerRecipePolicyRequest.add_member(:container_recipe_arn, Shapes::ShapeRef.new(shape: ContainerRecipeArn, required: true, location_name: "containerRecipeArn"))
984
+ PutContainerRecipePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicyDocument, required: true, location_name: "policy"))
985
+ PutContainerRecipePolicyRequest.struct_class = Types::PutContainerRecipePolicyRequest
986
+
987
+ PutContainerRecipePolicyResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
988
+ PutContainerRecipePolicyResponse.add_member(:container_recipe_arn, Shapes::ShapeRef.new(shape: ContainerRecipeArn, location_name: "containerRecipeArn"))
989
+ PutContainerRecipePolicyResponse.struct_class = Types::PutContainerRecipePolicyResponse
990
+
842
991
  PutImagePolicyRequest.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, required: true, location_name: "imageArn"))
843
992
  PutImagePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicyDocument, required: true, location_name: "policy"))
844
993
  PutImagePolicyRequest.struct_class = Types::PutImagePolicyRequest
@@ -855,6 +1004,8 @@ module Aws::Imagebuilder
855
1004
  PutImageRecipePolicyResponse.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, location_name: "imageRecipeArn"))
856
1005
  PutImageRecipePolicyResponse.struct_class = Types::PutImageRecipePolicyResponse
857
1006
 
1007
+ RegionList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
1008
+
858
1009
  ResourceAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
859
1010
  ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
860
1011
 
@@ -911,6 +1062,10 @@ module Aws::Imagebuilder
911
1062
 
912
1063
  TagResourceResponse.struct_class = Types::TagResourceResponse
913
1064
 
1065
+ TargetContainerRepository.add_member(:service, Shapes::ShapeRef.new(shape: ContainerRepositoryService, required: true, location_name: "service"))
1066
+ TargetContainerRepository.add_member(:repository_name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "repositoryName"))
1067
+ TargetContainerRepository.struct_class = Types::TargetContainerRepository
1068
+
914
1069
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, required: true, location: "uri", location_name: "resourceArn"))
915
1070
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
916
1071
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -930,7 +1085,8 @@ module Aws::Imagebuilder
930
1085
 
931
1086
  UpdateImagePipelineRequest.add_member(:image_pipeline_arn, Shapes::ShapeRef.new(shape: ImagePipelineArn, required: true, location_name: "imagePipelineArn"))
932
1087
  UpdateImagePipelineRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
933
- UpdateImagePipelineRequest.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, required: true, location_name: "imageRecipeArn"))
1088
+ UpdateImagePipelineRequest.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, location_name: "imageRecipeArn"))
1089
+ UpdateImagePipelineRequest.add_member(:container_recipe_arn, Shapes::ShapeRef.new(shape: ContainerRecipeArn, location_name: "containerRecipeArn"))
934
1090
  UpdateImagePipelineRequest.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, required: true, location_name: "infrastructureConfigurationArn"))
935
1091
  UpdateImagePipelineRequest.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, location_name: "distributionConfigurationArn"))
936
1092
  UpdateImagePipelineRequest.add_member(:image_tests_configuration, Shapes::ShapeRef.new(shape: ImageTestsConfiguration, location_name: "imageTestsConfiguration"))
@@ -1018,6 +1174,25 @@ module Aws::Imagebuilder
1018
1174
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1019
1175
  end)
1020
1176
 
1177
+ api.add_operation(:create_container_recipe, Seahorse::Model::Operation.new.tap do |o|
1178
+ o.name = "CreateContainerRecipe"
1179
+ o.http_method = "PUT"
1180
+ o.http_request_uri = "/CreateContainerRecipe"
1181
+ o.input = Shapes::ShapeRef.new(shape: CreateContainerRecipeRequest)
1182
+ o.output = Shapes::ShapeRef.new(shape: CreateContainerRecipeResponse)
1183
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1184
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1185
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1186
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1187
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
1188
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1189
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1190
+ o.errors << Shapes::ShapeRef.new(shape: InvalidVersionNumberException)
1191
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1192
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1193
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1194
+ end)
1195
+
1021
1196
  api.add_operation(:create_distribution_configuration, Seahorse::Model::Operation.new.tap do |o|
1022
1197
  o.name = "CreateDistributionConfiguration"
1023
1198
  o.http_method = "PUT"
@@ -1124,6 +1299,21 @@ module Aws::Imagebuilder
1124
1299
  o.errors << Shapes::ShapeRef.new(shape: ResourceDependencyException)
1125
1300
  end)
1126
1301
 
1302
+ api.add_operation(:delete_container_recipe, Seahorse::Model::Operation.new.tap do |o|
1303
+ o.name = "DeleteContainerRecipe"
1304
+ o.http_method = "DELETE"
1305
+ o.http_request_uri = "/DeleteContainerRecipe"
1306
+ o.input = Shapes::ShapeRef.new(shape: DeleteContainerRecipeRequest)
1307
+ o.output = Shapes::ShapeRef.new(shape: DeleteContainerRecipeResponse)
1308
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1309
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1310
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1311
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1312
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1313
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1314
+ o.errors << Shapes::ShapeRef.new(shape: ResourceDependencyException)
1315
+ end)
1316
+
1127
1317
  api.add_operation(:delete_distribution_configuration, Seahorse::Model::Operation.new.tap do |o|
1128
1318
  o.name = "DeleteDistributionConfiguration"
1129
1319
  o.http_method = "DELETE"
@@ -1227,6 +1417,34 @@ module Aws::Imagebuilder
1227
1417
  o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1228
1418
  end)
1229
1419
 
1420
+ api.add_operation(:get_container_recipe, Seahorse::Model::Operation.new.tap do |o|
1421
+ o.name = "GetContainerRecipe"
1422
+ o.http_method = "GET"
1423
+ o.http_request_uri = "/GetContainerRecipe"
1424
+ o.input = Shapes::ShapeRef.new(shape: GetContainerRecipeRequest)
1425
+ o.output = Shapes::ShapeRef.new(shape: GetContainerRecipeResponse)
1426
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1427
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1428
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1429
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1430
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1431
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1432
+ end)
1433
+
1434
+ api.add_operation(:get_container_recipe_policy, Seahorse::Model::Operation.new.tap do |o|
1435
+ o.name = "GetContainerRecipePolicy"
1436
+ o.http_method = "GET"
1437
+ o.http_request_uri = "/GetContainerRecipePolicy"
1438
+ o.input = Shapes::ShapeRef.new(shape: GetContainerRecipePolicyRequest)
1439
+ o.output = Shapes::ShapeRef.new(shape: GetContainerRecipePolicyResponse)
1440
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1441
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1442
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1443
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1444
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1445
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1446
+ end)
1447
+
1230
1448
  api.add_operation(:get_distribution_configuration, Seahorse::Model::Operation.new.tap do |o|
1231
1449
  o.name = "GetDistributionConfiguration"
1232
1450
  o.http_method = "GET"
@@ -1385,6 +1603,27 @@ module Aws::Imagebuilder
1385
1603
  )
1386
1604
  end)
1387
1605
 
1606
+ api.add_operation(:list_container_recipes, Seahorse::Model::Operation.new.tap do |o|
1607
+ o.name = "ListContainerRecipes"
1608
+ o.http_method = "POST"
1609
+ o.http_request_uri = "/ListContainerRecipes"
1610
+ o.input = Shapes::ShapeRef.new(shape: ListContainerRecipesRequest)
1611
+ o.output = Shapes::ShapeRef.new(shape: ListContainerRecipesResponse)
1612
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1613
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1614
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1615
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1616
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
1617
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1618
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1619
+ o[:pager] = Aws::Pager.new(
1620
+ limit_key: "max_results",
1621
+ tokens: {
1622
+ "next_token" => "next_token"
1623
+ }
1624
+ )
1625
+ end)
1626
+
1388
1627
  api.add_operation(:list_distribution_configurations, Seahorse::Model::Operation.new.tap do |o|
1389
1628
  o.name = "ListDistributionConfigurations"
1390
1629
  o.http_method = "POST"
@@ -1560,6 +1799,22 @@ module Aws::Imagebuilder
1560
1799
  o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1561
1800
  end)
1562
1801
 
1802
+ api.add_operation(:put_container_recipe_policy, Seahorse::Model::Operation.new.tap do |o|
1803
+ o.name = "PutContainerRecipePolicy"
1804
+ o.http_method = "PUT"
1805
+ o.http_request_uri = "/PutContainerRecipePolicy"
1806
+ o.input = Shapes::ShapeRef.new(shape: PutContainerRecipePolicyRequest)
1807
+ o.output = Shapes::ShapeRef.new(shape: PutContainerRecipePolicyResponse)
1808
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1809
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1810
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1811
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1812
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1813
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1814
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1815
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1816
+ end)
1817
+
1563
1818
  api.add_operation(:put_image_policy, Seahorse::Model::Operation.new.tap do |o|
1564
1819
  o.name = "PutImagePolicy"
1565
1820
  o.http_method = "PUT"