aws-sdk-imagebuilder 1.16.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.
@@ -20,6 +20,7 @@ module Aws::Imagebuilder
20
20
  AmiList = Shapes::ListShape.new(name: 'AmiList')
21
21
  AmiNameString = Shapes::StringShape.new(name: 'AmiNameString')
22
22
  Arn = Shapes::StringShape.new(name: 'Arn')
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')
@@ -145,6 +166,8 @@ module Aws::Imagebuilder
145
166
  ListComponentBuildVersionsResponse = Shapes::StructureShape.new(name: 'ListComponentBuildVersionsResponse')
146
167
  ListComponentsRequest = Shapes::StructureShape.new(name: 'ListComponentsRequest')
147
168
  ListComponentsResponse = Shapes::StructureShape.new(name: 'ListComponentsResponse')
169
+ ListContainerRecipesRequest = Shapes::StructureShape.new(name: 'ListContainerRecipesRequest')
170
+ ListContainerRecipesResponse = Shapes::StructureShape.new(name: 'ListContainerRecipesResponse')
148
171
  ListDistributionConfigurationsRequest = Shapes::StructureShape.new(name: 'ListDistributionConfigurationsRequest')
149
172
  ListDistributionConfigurationsResponse = Shapes::StructureShape.new(name: 'ListDistributionConfigurationsResponse')
150
173
  ListImageBuildVersionsRequest = Shapes::StructureShape.new(name: 'ListImageBuildVersionsRequest')
@@ -174,10 +197,13 @@ module Aws::Imagebuilder
174
197
  Platform = Shapes::StringShape.new(name: 'Platform')
175
198
  PutComponentPolicyRequest = Shapes::StructureShape.new(name: 'PutComponentPolicyRequest')
176
199
  PutComponentPolicyResponse = Shapes::StructureShape.new(name: 'PutComponentPolicyResponse')
200
+ PutContainerRecipePolicyRequest = Shapes::StructureShape.new(name: 'PutContainerRecipePolicyRequest')
201
+ PutContainerRecipePolicyResponse = Shapes::StructureShape.new(name: 'PutContainerRecipePolicyResponse')
177
202
  PutImagePolicyRequest = Shapes::StructureShape.new(name: 'PutImagePolicyRequest')
178
203
  PutImagePolicyResponse = Shapes::StructureShape.new(name: 'PutImagePolicyResponse')
179
204
  PutImageRecipePolicyRequest = Shapes::StructureShape.new(name: 'PutImageRecipePolicyRequest')
180
205
  PutImageRecipePolicyResponse = Shapes::StructureShape.new(name: 'PutImageRecipePolicyResponse')
206
+ RegionList = Shapes::ListShape.new(name: 'RegionList')
181
207
  ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
182
208
  ResourceDependencyException = Shapes::StructureShape.new(name: 'ResourceDependencyException')
183
209
  ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
@@ -202,6 +228,7 @@ module Aws::Imagebuilder
202
228
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
203
229
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
204
230
  TagValue = Shapes::StringShape.new(name: 'TagValue')
231
+ TargetContainerRepository = Shapes::StructureShape.new(name: 'TargetContainerRepository')
205
232
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
206
233
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
207
234
  UpdateDistributionConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateDistributionConfigurationRequest')
@@ -297,6 +324,47 @@ module Aws::Imagebuilder
297
324
 
298
325
  ComponentVersionList.member = Shapes::ShapeRef.new(shape: ComponentVersion)
299
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
+
300
368
  CreateComponentRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
301
369
  CreateComponentRequest.add_member(:semantic_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "semanticVersion"))
302
370
  CreateComponentRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
@@ -315,6 +383,28 @@ module Aws::Imagebuilder
315
383
  CreateComponentResponse.add_member(:component_build_version_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, location_name: "componentBuildVersionArn"))
316
384
  CreateComponentResponse.struct_class = Types::CreateComponentResponse
317
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
+
318
408
  CreateDistributionConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
319
409
  CreateDistributionConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
320
410
  CreateDistributionConfigurationRequest.add_member(:distributions, Shapes::ShapeRef.new(shape: DistributionList, required: true, location_name: "distributions"))
@@ -329,7 +419,8 @@ module Aws::Imagebuilder
329
419
 
330
420
  CreateImagePipelineRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
331
421
  CreateImagePipelineRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
332
- 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"))
333
424
  CreateImagePipelineRequest.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, required: true, location_name: "infrastructureConfigurationArn"))
334
425
  CreateImagePipelineRequest.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, location_name: "distributionConfigurationArn"))
335
426
  CreateImagePipelineRequest.add_member(:image_tests_configuration, Shapes::ShapeRef.new(shape: ImageTestsConfiguration, location_name: "imageTestsConfiguration"))
@@ -361,7 +452,8 @@ module Aws::Imagebuilder
361
452
  CreateImageRecipeResponse.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, location_name: "imageRecipeArn"))
362
453
  CreateImageRecipeResponse.struct_class = Types::CreateImageRecipeResponse
363
454
 
364
- 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"))
365
457
  CreateImageRequest.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, location_name: "distributionConfigurationArn"))
366
458
  CreateImageRequest.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, required: true, location_name: "infrastructureConfigurationArn"))
367
459
  CreateImageRequest.add_member(:image_tests_configuration, Shapes::ShapeRef.new(shape: ImageTestsConfiguration, location_name: "imageTestsConfiguration"))
@@ -402,6 +494,13 @@ module Aws::Imagebuilder
402
494
  DeleteComponentResponse.add_member(:component_build_version_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, location_name: "componentBuildVersionArn"))
403
495
  DeleteComponentResponse.struct_class = Types::DeleteComponentResponse
404
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
+
405
504
  DeleteDistributionConfigurationRequest.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, required: true, location: "querystring", location_name: "distributionConfigurationArn"))
406
505
  DeleteDistributionConfigurationRequest.struct_class = Types::DeleteDistributionConfigurationRequest
407
506
 
@@ -439,6 +538,7 @@ module Aws::Imagebuilder
439
538
 
440
539
  Distribution.add_member(:region, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "region"))
441
540
  Distribution.add_member(:ami_distribution_configuration, Shapes::ShapeRef.new(shape: AmiDistributionConfiguration, location_name: "amiDistributionConfiguration"))
541
+ Distribution.add_member(:container_distribution_configuration, Shapes::ShapeRef.new(shape: ContainerDistributionConfiguration, location_name: "containerDistributionConfiguration"))
442
542
  Distribution.add_member(:license_configuration_arns, Shapes::ShapeRef.new(shape: LicenseConfigurationArnList, location_name: "licenseConfigurationArns"))
443
543
  Distribution.struct_class = Types::Distribution
444
544
 
@@ -458,6 +558,7 @@ module Aws::Imagebuilder
458
558
  DistributionConfigurationSummary.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
459
559
  DistributionConfigurationSummary.add_member(:date_updated, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateUpdated"))
460
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"))
461
562
  DistributionConfigurationSummary.struct_class = Types::DistributionConfigurationSummary
462
563
 
463
564
  DistributionConfigurationSummaryList.member = Shapes::ShapeRef.new(shape: DistributionConfigurationSummary)
@@ -498,6 +599,20 @@ module Aws::Imagebuilder
498
599
  GetComponentResponse.add_member(:component, Shapes::ShapeRef.new(shape: Component, location_name: "component"))
499
600
  GetComponentResponse.struct_class = Types::GetComponentResponse
500
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
+
501
616
  GetDistributionConfigurationRequest.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, required: true, location: "querystring", location_name: "distributionConfigurationArn"))
502
617
  GetDistributionConfigurationRequest.struct_class = Types::GetDistributionConfigurationRequest
503
618
 
@@ -551,6 +666,7 @@ module Aws::Imagebuilder
551
666
  IdempotentParameterMismatchException.struct_class = Types::IdempotentParameterMismatchException
552
667
 
553
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"))
554
670
  Image.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
555
671
  Image.add_member(:version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "version"))
556
672
  Image.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
@@ -558,6 +674,7 @@ module Aws::Imagebuilder
558
674
  Image.add_member(:os_version, Shapes::ShapeRef.new(shape: OsVersion, location_name: "osVersion"))
559
675
  Image.add_member(:state, Shapes::ShapeRef.new(shape: ImageState, location_name: "state"))
560
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"))
561
678
  Image.add_member(:source_pipeline_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "sourcePipelineName"))
562
679
  Image.add_member(:source_pipeline_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "sourcePipelineArn"))
563
680
  Image.add_member(:infrastructure_configuration, Shapes::ShapeRef.new(shape: InfrastructureConfiguration, location_name: "infrastructureConfiguration"))
@@ -574,6 +691,7 @@ module Aws::Imagebuilder
574
691
  ImagePipeline.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
575
692
  ImagePipeline.add_member(:enhanced_image_metadata_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "enhancedImageMetadataEnabled"))
576
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"))
577
695
  ImagePipeline.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "infrastructureConfigurationArn"))
578
696
  ImagePipeline.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "distributionConfigurationArn"))
579
697
  ImagePipeline.add_member(:image_tests_configuration, Shapes::ShapeRef.new(shape: ImageTestsConfiguration, location_name: "imageTestsConfiguration"))
@@ -589,6 +707,7 @@ module Aws::Imagebuilder
589
707
  ImagePipelineList.member = Shapes::ShapeRef.new(shape: ImagePipeline)
590
708
 
591
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"))
592
711
  ImageRecipe.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
593
712
  ImageRecipe.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
594
713
  ImageRecipe.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
@@ -619,6 +738,7 @@ module Aws::Imagebuilder
619
738
 
620
739
  ImageSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
621
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"))
622
742
  ImageSummary.add_member(:version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "version"))
623
743
  ImageSummary.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
624
744
  ImageSummary.add_member(:os_version, Shapes::ShapeRef.new(shape: OsVersion, location_name: "osVersion"))
@@ -637,6 +757,7 @@ module Aws::Imagebuilder
637
757
 
638
758
  ImageVersion.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
639
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"))
640
761
  ImageVersion.add_member(:version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "version"))
641
762
  ImageVersion.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
642
763
  ImageVersion.add_member(:os_version, Shapes::ShapeRef.new(shape: OsVersion, location_name: "osVersion"))
@@ -739,6 +860,7 @@ module Aws::Imagebuilder
739
860
 
740
861
  ListComponentsRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
741
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"))
742
864
  ListComponentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
743
865
  ListComponentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
744
866
  ListComponentsRequest.struct_class = Types::ListComponentsRequest
@@ -748,6 +870,17 @@ module Aws::Imagebuilder
748
870
  ListComponentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
749
871
  ListComponentsResponse.struct_class = Types::ListComponentsResponse
750
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
+
751
884
  ListDistributionConfigurationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
752
885
  ListDistributionConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
753
886
  ListDistributionConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
@@ -803,8 +936,10 @@ module Aws::Imagebuilder
803
936
 
804
937
  ListImagesRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
805
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"))
806
940
  ListImagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
807
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"))
808
943
  ListImagesRequest.struct_class = Types::ListImagesRequest
809
944
 
810
945
  ListImagesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
@@ -834,6 +969,7 @@ module Aws::Imagebuilder
834
969
  OsVersionList.member = Shapes::ShapeRef.new(shape: OsVersion)
835
970
 
836
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"))
837
973
  OutputResources.struct_class = Types::OutputResources
838
974
 
839
975
  PutComponentPolicyRequest.add_member(:component_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, required: true, location_name: "componentArn"))
@@ -844,6 +980,14 @@ module Aws::Imagebuilder
844
980
  PutComponentPolicyResponse.add_member(:component_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, location_name: "componentArn"))
845
981
  PutComponentPolicyResponse.struct_class = Types::PutComponentPolicyResponse
846
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
+
847
991
  PutImagePolicyRequest.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, required: true, location_name: "imageArn"))
848
992
  PutImagePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicyDocument, required: true, location_name: "policy"))
849
993
  PutImagePolicyRequest.struct_class = Types::PutImagePolicyRequest
@@ -860,6 +1004,8 @@ module Aws::Imagebuilder
860
1004
  PutImageRecipePolicyResponse.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, location_name: "imageRecipeArn"))
861
1005
  PutImageRecipePolicyResponse.struct_class = Types::PutImageRecipePolicyResponse
862
1006
 
1007
+ RegionList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
1008
+
863
1009
  ResourceAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
864
1010
  ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
865
1011
 
@@ -916,6 +1062,10 @@ module Aws::Imagebuilder
916
1062
 
917
1063
  TagResourceResponse.struct_class = Types::TagResourceResponse
918
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
+
919
1069
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, required: true, location: "uri", location_name: "resourceArn"))
920
1070
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
921
1071
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -935,7 +1085,8 @@ module Aws::Imagebuilder
935
1085
 
936
1086
  UpdateImagePipelineRequest.add_member(:image_pipeline_arn, Shapes::ShapeRef.new(shape: ImagePipelineArn, required: true, location_name: "imagePipelineArn"))
937
1087
  UpdateImagePipelineRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
938
- 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"))
939
1090
  UpdateImagePipelineRequest.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, required: true, location_name: "infrastructureConfigurationArn"))
940
1091
  UpdateImagePipelineRequest.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, location_name: "distributionConfigurationArn"))
941
1092
  UpdateImagePipelineRequest.add_member(:image_tests_configuration, Shapes::ShapeRef.new(shape: ImageTestsConfiguration, location_name: "imageTestsConfiguration"))
@@ -1023,6 +1174,25 @@ module Aws::Imagebuilder
1023
1174
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1024
1175
  end)
1025
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
+
1026
1196
  api.add_operation(:create_distribution_configuration, Seahorse::Model::Operation.new.tap do |o|
1027
1197
  o.name = "CreateDistributionConfiguration"
1028
1198
  o.http_method = "PUT"
@@ -1129,6 +1299,21 @@ module Aws::Imagebuilder
1129
1299
  o.errors << Shapes::ShapeRef.new(shape: ResourceDependencyException)
1130
1300
  end)
1131
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
+
1132
1317
  api.add_operation(:delete_distribution_configuration, Seahorse::Model::Operation.new.tap do |o|
1133
1318
  o.name = "DeleteDistributionConfiguration"
1134
1319
  o.http_method = "DELETE"
@@ -1232,6 +1417,34 @@ module Aws::Imagebuilder
1232
1417
  o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1233
1418
  end)
1234
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
+
1235
1448
  api.add_operation(:get_distribution_configuration, Seahorse::Model::Operation.new.tap do |o|
1236
1449
  o.name = "GetDistributionConfiguration"
1237
1450
  o.http_method = "GET"
@@ -1390,6 +1603,27 @@ module Aws::Imagebuilder
1390
1603
  )
1391
1604
  end)
1392
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
+
1393
1627
  api.add_operation(:list_distribution_configurations, Seahorse::Model::Operation.new.tap do |o|
1394
1628
  o.name = "ListDistributionConfigurations"
1395
1629
  o.http_method = "POST"
@@ -1565,6 +1799,22 @@ module Aws::Imagebuilder
1565
1799
  o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1566
1800
  end)
1567
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
+
1568
1818
  api.add_operation(:put_image_policy, Seahorse::Model::Operation.new.tap do |o|
1569
1819
  o.name = "PutImagePolicy"
1570
1820
  o.http_method = "PUT"