aws-sdk-imagebuilder 1.14.0 → 1.19.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.
- checksums.yaml +4 -4
- data/lib/aws-sdk-imagebuilder.rb +1 -1
- data/lib/aws-sdk-imagebuilder/client.rb +509 -30
- data/lib/aws-sdk-imagebuilder/client_api.rb +329 -27
- data/lib/aws-sdk-imagebuilder/types.rb +914 -70
- metadata +4 -4
@@ -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
|
-
|
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')
|
@@ -104,6 +123,8 @@ module Aws::Imagebuilder
|
|
104
123
|
Image = Shapes::StructureShape.new(name: 'Image')
|
105
124
|
ImageBuildVersionArn = Shapes::StringShape.new(name: 'ImageBuildVersionArn')
|
106
125
|
ImageBuilderArn = Shapes::StringShape.new(name: 'ImageBuilderArn')
|
126
|
+
ImagePackage = Shapes::StructureShape.new(name: 'ImagePackage')
|
127
|
+
ImagePackageList = Shapes::ListShape.new(name: 'ImagePackageList')
|
107
128
|
ImagePipeline = Shapes::StructureShape.new(name: 'ImagePipeline')
|
108
129
|
ImagePipelineArn = Shapes::StringShape.new(name: 'ImagePipelineArn')
|
109
130
|
ImagePipelineList = Shapes::ListShape.new(name: 'ImagePipelineList')
|
@@ -117,6 +138,7 @@ module Aws::Imagebuilder
|
|
117
138
|
ImageSummaryList = Shapes::ListShape.new(name: 'ImageSummaryList')
|
118
139
|
ImageTestsConfiguration = Shapes::StructureShape.new(name: 'ImageTestsConfiguration')
|
119
140
|
ImageTestsTimeoutMinutes = Shapes::IntegerShape.new(name: 'ImageTestsTimeoutMinutes')
|
141
|
+
ImageType = Shapes::StringShape.new(name: 'ImageType')
|
120
142
|
ImageVersion = Shapes::StructureShape.new(name: 'ImageVersion')
|
121
143
|
ImageVersionArn = Shapes::StringShape.new(name: 'ImageVersionArn')
|
122
144
|
ImageVersionArnOrBuildVersionArn = Shapes::StringShape.new(name: 'ImageVersionArnOrBuildVersionArn')
|
@@ -128,8 +150,10 @@ module Aws::Imagebuilder
|
|
128
150
|
InfrastructureConfigurationSummary = Shapes::StructureShape.new(name: 'InfrastructureConfigurationSummary')
|
129
151
|
InfrastructureConfigurationSummaryList = Shapes::ListShape.new(name: 'InfrastructureConfigurationSummaryList')
|
130
152
|
InlineComponentData = Shapes::StringShape.new(name: 'InlineComponentData')
|
153
|
+
InlineDockerFileTemplate = Shapes::StringShape.new(name: 'InlineDockerFileTemplate')
|
131
154
|
InstanceBlockDeviceMapping = Shapes::StructureShape.new(name: 'InstanceBlockDeviceMapping')
|
132
155
|
InstanceBlockDeviceMappings = Shapes::ListShape.new(name: 'InstanceBlockDeviceMappings')
|
156
|
+
InstanceProfileNameType = Shapes::StringShape.new(name: 'InstanceProfileNameType')
|
133
157
|
InstanceType = Shapes::StringShape.new(name: 'InstanceType')
|
134
158
|
InstanceTypeList = Shapes::ListShape.new(name: 'InstanceTypeList')
|
135
159
|
InvalidPaginationTokenException = Shapes::StructureShape.new(name: 'InvalidPaginationTokenException')
|
@@ -139,14 +163,20 @@ module Aws::Imagebuilder
|
|
139
163
|
InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
|
140
164
|
InvalidVersionNumberException = Shapes::StructureShape.new(name: 'InvalidVersionNumberException')
|
141
165
|
LaunchPermissionConfiguration = Shapes::StructureShape.new(name: 'LaunchPermissionConfiguration')
|
166
|
+
LicenseConfigurationArn = Shapes::StringShape.new(name: 'LicenseConfigurationArn')
|
167
|
+
LicenseConfigurationArnList = Shapes::ListShape.new(name: 'LicenseConfigurationArnList')
|
142
168
|
ListComponentBuildVersionsRequest = Shapes::StructureShape.new(name: 'ListComponentBuildVersionsRequest')
|
143
169
|
ListComponentBuildVersionsResponse = Shapes::StructureShape.new(name: 'ListComponentBuildVersionsResponse')
|
144
170
|
ListComponentsRequest = Shapes::StructureShape.new(name: 'ListComponentsRequest')
|
145
171
|
ListComponentsResponse = Shapes::StructureShape.new(name: 'ListComponentsResponse')
|
172
|
+
ListContainerRecipesRequest = Shapes::StructureShape.new(name: 'ListContainerRecipesRequest')
|
173
|
+
ListContainerRecipesResponse = Shapes::StructureShape.new(name: 'ListContainerRecipesResponse')
|
146
174
|
ListDistributionConfigurationsRequest = Shapes::StructureShape.new(name: 'ListDistributionConfigurationsRequest')
|
147
175
|
ListDistributionConfigurationsResponse = Shapes::StructureShape.new(name: 'ListDistributionConfigurationsResponse')
|
148
176
|
ListImageBuildVersionsRequest = Shapes::StructureShape.new(name: 'ListImageBuildVersionsRequest')
|
149
177
|
ListImageBuildVersionsResponse = Shapes::StructureShape.new(name: 'ListImageBuildVersionsResponse')
|
178
|
+
ListImagePackagesRequest = Shapes::StructureShape.new(name: 'ListImagePackagesRequest')
|
179
|
+
ListImagePackagesResponse = Shapes::StructureShape.new(name: 'ListImagePackagesResponse')
|
150
180
|
ListImagePipelineImagesRequest = Shapes::StructureShape.new(name: 'ListImagePipelineImagesRequest')
|
151
181
|
ListImagePipelineImagesResponse = Shapes::StructureShape.new(name: 'ListImagePipelineImagesResponse')
|
152
182
|
ListImagePipelinesRequest = Shapes::StructureShape.new(name: 'ListImagePipelinesRequest')
|
@@ -166,15 +196,19 @@ module Aws::Imagebuilder
|
|
166
196
|
OsVersionList = Shapes::ListShape.new(name: 'OsVersionList')
|
167
197
|
OutputResources = Shapes::StructureShape.new(name: 'OutputResources')
|
168
198
|
Ownership = Shapes::StringShape.new(name: 'Ownership')
|
199
|
+
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
169
200
|
PipelineExecutionStartCondition = Shapes::StringShape.new(name: 'PipelineExecutionStartCondition')
|
170
201
|
PipelineStatus = Shapes::StringShape.new(name: 'PipelineStatus')
|
171
202
|
Platform = Shapes::StringShape.new(name: 'Platform')
|
172
203
|
PutComponentPolicyRequest = Shapes::StructureShape.new(name: 'PutComponentPolicyRequest')
|
173
204
|
PutComponentPolicyResponse = Shapes::StructureShape.new(name: 'PutComponentPolicyResponse')
|
205
|
+
PutContainerRecipePolicyRequest = Shapes::StructureShape.new(name: 'PutContainerRecipePolicyRequest')
|
206
|
+
PutContainerRecipePolicyResponse = Shapes::StructureShape.new(name: 'PutContainerRecipePolicyResponse')
|
174
207
|
PutImagePolicyRequest = Shapes::StructureShape.new(name: 'PutImagePolicyRequest')
|
175
208
|
PutImagePolicyResponse = Shapes::StructureShape.new(name: 'PutImagePolicyResponse')
|
176
209
|
PutImageRecipePolicyRequest = Shapes::StructureShape.new(name: 'PutImageRecipePolicyRequest')
|
177
210
|
PutImageRecipePolicyResponse = Shapes::StructureShape.new(name: 'PutImageRecipePolicyResponse')
|
211
|
+
RegionList = Shapes::ListShape.new(name: 'RegionList')
|
178
212
|
ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
|
179
213
|
ResourceDependencyException = Shapes::StructureShape.new(name: 'ResourceDependencyException')
|
180
214
|
ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
|
@@ -199,6 +233,8 @@ module Aws::Imagebuilder
|
|
199
233
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
200
234
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
201
235
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
236
|
+
TargetContainerRepository = Shapes::StructureShape.new(name: 'TargetContainerRepository')
|
237
|
+
Timezone = Shapes::StringShape.new(name: 'Timezone')
|
202
238
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
203
239
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
204
240
|
UpdateDistributionConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateDistributionConfigurationRequest')
|
@@ -210,17 +246,19 @@ module Aws::Imagebuilder
|
|
210
246
|
Uri = Shapes::StringShape.new(name: 'Uri')
|
211
247
|
VersionNumber = Shapes::StringShape.new(name: 'VersionNumber')
|
212
248
|
|
213
|
-
AccountList.member = Shapes::ShapeRef.new(shape:
|
249
|
+
AccountList.member = Shapes::ShapeRef.new(shape: AccountId)
|
214
250
|
|
215
251
|
Ami.add_member(:region, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "region"))
|
216
252
|
Ami.add_member(:image, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "image"))
|
217
253
|
Ami.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "name"))
|
218
254
|
Ami.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
|
219
255
|
Ami.add_member(:state, Shapes::ShapeRef.new(shape: ImageState, location_name: "state"))
|
256
|
+
Ami.add_member(:account_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "accountId"))
|
220
257
|
Ami.struct_class = Types::Ami
|
221
258
|
|
222
259
|
AmiDistributionConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: AmiNameString, location_name: "name"))
|
223
260
|
AmiDistributionConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
|
261
|
+
AmiDistributionConfiguration.add_member(:target_account_ids, Shapes::ShapeRef.new(shape: AccountList, location_name: "targetAccountIds"))
|
224
262
|
AmiDistributionConfiguration.add_member(:ami_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "amiTags"))
|
225
263
|
AmiDistributionConfiguration.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "kmsKeyId"))
|
226
264
|
AmiDistributionConfiguration.add_member(:launch_permission, Shapes::ShapeRef.new(shape: LaunchPermissionConfiguration, location_name: "launchPermission"))
|
@@ -228,8 +266,6 @@ module Aws::Imagebuilder
|
|
228
266
|
|
229
267
|
AmiList.member = Shapes::ShapeRef.new(shape: Ami)
|
230
268
|
|
231
|
-
ArnList.member = Shapes::ShapeRef.new(shape: Arn)
|
232
|
-
|
233
269
|
CallRateLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
234
270
|
CallRateLimitExceededException.struct_class = Types::CallRateLimitExceededException
|
235
271
|
|
@@ -294,6 +330,47 @@ module Aws::Imagebuilder
|
|
294
330
|
|
295
331
|
ComponentVersionList.member = Shapes::ShapeRef.new(shape: ComponentVersion)
|
296
332
|
|
333
|
+
Container.add_member(:region, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "region"))
|
334
|
+
Container.add_member(:image_uris, Shapes::ShapeRef.new(shape: StringList, location_name: "imageUris"))
|
335
|
+
Container.struct_class = Types::Container
|
336
|
+
|
337
|
+
ContainerDistributionConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
|
338
|
+
ContainerDistributionConfiguration.add_member(:container_tags, Shapes::ShapeRef.new(shape: StringList, location_name: "containerTags"))
|
339
|
+
ContainerDistributionConfiguration.add_member(:target_repository, Shapes::ShapeRef.new(shape: TargetContainerRepository, required: true, location_name: "targetRepository"))
|
340
|
+
ContainerDistributionConfiguration.struct_class = Types::ContainerDistributionConfiguration
|
341
|
+
|
342
|
+
ContainerList.member = Shapes::ShapeRef.new(shape: Container)
|
343
|
+
|
344
|
+
ContainerRecipe.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
|
345
|
+
ContainerRecipe.add_member(:container_type, Shapes::ShapeRef.new(shape: ContainerType, location_name: "containerType"))
|
346
|
+
ContainerRecipe.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
347
|
+
ContainerRecipe.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
|
348
|
+
ContainerRecipe.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
|
349
|
+
ContainerRecipe.add_member(:owner, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "owner"))
|
350
|
+
ContainerRecipe.add_member(:version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "version"))
|
351
|
+
ContainerRecipe.add_member(:components, Shapes::ShapeRef.new(shape: ComponentConfigurationList, location_name: "components"))
|
352
|
+
ContainerRecipe.add_member(:dockerfile_template_data, Shapes::ShapeRef.new(shape: DockerFileTemplate, location_name: "dockerfileTemplateData"))
|
353
|
+
ContainerRecipe.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "kmsKeyId"))
|
354
|
+
ContainerRecipe.add_member(:encrypted, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "encrypted"))
|
355
|
+
ContainerRecipe.add_member(:parent_image, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "parentImage"))
|
356
|
+
ContainerRecipe.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
|
357
|
+
ContainerRecipe.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
358
|
+
ContainerRecipe.add_member(:working_directory, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "workingDirectory"))
|
359
|
+
ContainerRecipe.add_member(:target_repository, Shapes::ShapeRef.new(shape: TargetContainerRepository, location_name: "targetRepository"))
|
360
|
+
ContainerRecipe.struct_class = Types::ContainerRecipe
|
361
|
+
|
362
|
+
ContainerRecipeSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
|
363
|
+
ContainerRecipeSummary.add_member(:container_type, Shapes::ShapeRef.new(shape: ContainerType, location_name: "containerType"))
|
364
|
+
ContainerRecipeSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
365
|
+
ContainerRecipeSummary.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
|
366
|
+
ContainerRecipeSummary.add_member(:owner, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "owner"))
|
367
|
+
ContainerRecipeSummary.add_member(:parent_image, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "parentImage"))
|
368
|
+
ContainerRecipeSummary.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
|
369
|
+
ContainerRecipeSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
370
|
+
ContainerRecipeSummary.struct_class = Types::ContainerRecipeSummary
|
371
|
+
|
372
|
+
ContainerRecipeSummaryList.member = Shapes::ShapeRef.new(shape: ContainerRecipeSummary)
|
373
|
+
|
297
374
|
CreateComponentRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
298
375
|
CreateComponentRequest.add_member(:semantic_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "semanticVersion"))
|
299
376
|
CreateComponentRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
|
@@ -312,6 +389,28 @@ module Aws::Imagebuilder
|
|
312
389
|
CreateComponentResponse.add_member(:component_build_version_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, location_name: "componentBuildVersionArn"))
|
313
390
|
CreateComponentResponse.struct_class = Types::CreateComponentResponse
|
314
391
|
|
392
|
+
CreateContainerRecipeRequest.add_member(:container_type, Shapes::ShapeRef.new(shape: ContainerType, required: true, location_name: "containerType"))
|
393
|
+
CreateContainerRecipeRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
394
|
+
CreateContainerRecipeRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
|
395
|
+
CreateContainerRecipeRequest.add_member(:semantic_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "semanticVersion"))
|
396
|
+
CreateContainerRecipeRequest.add_member(:components, Shapes::ShapeRef.new(shape: ComponentConfigurationList, required: true, location_name: "components"))
|
397
|
+
CreateContainerRecipeRequest.add_member(:dockerfile_template_data, Shapes::ShapeRef.new(shape: InlineDockerFileTemplate, required: true, location_name: "dockerfileTemplateData"))
|
398
|
+
CreateContainerRecipeRequest.add_member(:dockerfile_template_uri, Shapes::ShapeRef.new(shape: Uri, location_name: "dockerfileTemplateUri"))
|
399
|
+
CreateContainerRecipeRequest.add_member(:platform_override, Shapes::ShapeRef.new(shape: Platform, location_name: "platformOverride"))
|
400
|
+
CreateContainerRecipeRequest.add_member(:image_os_version_override, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "imageOsVersionOverride"))
|
401
|
+
CreateContainerRecipeRequest.add_member(:parent_image, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "parentImage"))
|
402
|
+
CreateContainerRecipeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
403
|
+
CreateContainerRecipeRequest.add_member(:working_directory, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "workingDirectory"))
|
404
|
+
CreateContainerRecipeRequest.add_member(:target_repository, Shapes::ShapeRef.new(shape: TargetContainerRepository, required: true, location_name: "targetRepository"))
|
405
|
+
CreateContainerRecipeRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "kmsKeyId"))
|
406
|
+
CreateContainerRecipeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
407
|
+
CreateContainerRecipeRequest.struct_class = Types::CreateContainerRecipeRequest
|
408
|
+
|
409
|
+
CreateContainerRecipeResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
410
|
+
CreateContainerRecipeResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
|
411
|
+
CreateContainerRecipeResponse.add_member(:container_recipe_arn, Shapes::ShapeRef.new(shape: ContainerRecipeArn, location_name: "containerRecipeArn"))
|
412
|
+
CreateContainerRecipeResponse.struct_class = Types::CreateContainerRecipeResponse
|
413
|
+
|
315
414
|
CreateDistributionConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
316
415
|
CreateDistributionConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
|
317
416
|
CreateDistributionConfigurationRequest.add_member(:distributions, Shapes::ShapeRef.new(shape: DistributionList, required: true, location_name: "distributions"))
|
@@ -326,7 +425,8 @@ module Aws::Imagebuilder
|
|
326
425
|
|
327
426
|
CreateImagePipelineRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
328
427
|
CreateImagePipelineRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
|
329
|
-
CreateImagePipelineRequest.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn,
|
428
|
+
CreateImagePipelineRequest.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, location_name: "imageRecipeArn"))
|
429
|
+
CreateImagePipelineRequest.add_member(:container_recipe_arn, Shapes::ShapeRef.new(shape: ContainerRecipeArn, location_name: "containerRecipeArn"))
|
330
430
|
CreateImagePipelineRequest.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, required: true, location_name: "infrastructureConfigurationArn"))
|
331
431
|
CreateImagePipelineRequest.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, location_name: "distributionConfigurationArn"))
|
332
432
|
CreateImagePipelineRequest.add_member(:image_tests_configuration, Shapes::ShapeRef.new(shape: ImageTestsConfiguration, location_name: "imageTestsConfiguration"))
|
@@ -358,7 +458,8 @@ module Aws::Imagebuilder
|
|
358
458
|
CreateImageRecipeResponse.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, location_name: "imageRecipeArn"))
|
359
459
|
CreateImageRecipeResponse.struct_class = Types::CreateImageRecipeResponse
|
360
460
|
|
361
|
-
CreateImageRequest.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn,
|
461
|
+
CreateImageRequest.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, location_name: "imageRecipeArn"))
|
462
|
+
CreateImageRequest.add_member(:container_recipe_arn, Shapes::ShapeRef.new(shape: ContainerRecipeArn, location_name: "containerRecipeArn"))
|
362
463
|
CreateImageRequest.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, location_name: "distributionConfigurationArn"))
|
363
464
|
CreateImageRequest.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, required: true, location_name: "infrastructureConfigurationArn"))
|
364
465
|
CreateImageRequest.add_member(:image_tests_configuration, Shapes::ShapeRef.new(shape: ImageTestsConfiguration, location_name: "imageTestsConfiguration"))
|
@@ -399,6 +500,13 @@ module Aws::Imagebuilder
|
|
399
500
|
DeleteComponentResponse.add_member(:component_build_version_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, location_name: "componentBuildVersionArn"))
|
400
501
|
DeleteComponentResponse.struct_class = Types::DeleteComponentResponse
|
401
502
|
|
503
|
+
DeleteContainerRecipeRequest.add_member(:container_recipe_arn, Shapes::ShapeRef.new(shape: ContainerRecipeArn, required: true, location: "querystring", location_name: "containerRecipeArn"))
|
504
|
+
DeleteContainerRecipeRequest.struct_class = Types::DeleteContainerRecipeRequest
|
505
|
+
|
506
|
+
DeleteContainerRecipeResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
507
|
+
DeleteContainerRecipeResponse.add_member(:container_recipe_arn, Shapes::ShapeRef.new(shape: ContainerRecipeArn, location_name: "containerRecipeArn"))
|
508
|
+
DeleteContainerRecipeResponse.struct_class = Types::DeleteContainerRecipeResponse
|
509
|
+
|
402
510
|
DeleteDistributionConfigurationRequest.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, required: true, location: "querystring", location_name: "distributionConfigurationArn"))
|
403
511
|
DeleteDistributionConfigurationRequest.struct_class = Types::DeleteDistributionConfigurationRequest
|
404
512
|
|
@@ -436,7 +544,8 @@ module Aws::Imagebuilder
|
|
436
544
|
|
437
545
|
Distribution.add_member(:region, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "region"))
|
438
546
|
Distribution.add_member(:ami_distribution_configuration, Shapes::ShapeRef.new(shape: AmiDistributionConfiguration, location_name: "amiDistributionConfiguration"))
|
439
|
-
Distribution.add_member(:
|
547
|
+
Distribution.add_member(:container_distribution_configuration, Shapes::ShapeRef.new(shape: ContainerDistributionConfiguration, location_name: "containerDistributionConfiguration"))
|
548
|
+
Distribution.add_member(:license_configuration_arns, Shapes::ShapeRef.new(shape: LicenseConfigurationArnList, location_name: "licenseConfigurationArns"))
|
440
549
|
Distribution.struct_class = Types::Distribution
|
441
550
|
|
442
551
|
DistributionConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
|
@@ -455,6 +564,7 @@ module Aws::Imagebuilder
|
|
455
564
|
DistributionConfigurationSummary.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
|
456
565
|
DistributionConfigurationSummary.add_member(:date_updated, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateUpdated"))
|
457
566
|
DistributionConfigurationSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
567
|
+
DistributionConfigurationSummary.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, location_name: "regions"))
|
458
568
|
DistributionConfigurationSummary.struct_class = Types::DistributionConfigurationSummary
|
459
569
|
|
460
570
|
DistributionConfigurationSummaryList.member = Shapes::ShapeRef.new(shape: DistributionConfigurationSummary)
|
@@ -495,6 +605,20 @@ module Aws::Imagebuilder
|
|
495
605
|
GetComponentResponse.add_member(:component, Shapes::ShapeRef.new(shape: Component, location_name: "component"))
|
496
606
|
GetComponentResponse.struct_class = Types::GetComponentResponse
|
497
607
|
|
608
|
+
GetContainerRecipePolicyRequest.add_member(:container_recipe_arn, Shapes::ShapeRef.new(shape: ContainerRecipeArn, required: true, location: "querystring", location_name: "containerRecipeArn"))
|
609
|
+
GetContainerRecipePolicyRequest.struct_class = Types::GetContainerRecipePolicyRequest
|
610
|
+
|
611
|
+
GetContainerRecipePolicyResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
612
|
+
GetContainerRecipePolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicyDocument, location_name: "policy"))
|
613
|
+
GetContainerRecipePolicyResponse.struct_class = Types::GetContainerRecipePolicyResponse
|
614
|
+
|
615
|
+
GetContainerRecipeRequest.add_member(:container_recipe_arn, Shapes::ShapeRef.new(shape: ContainerRecipeArn, required: true, location: "querystring", location_name: "containerRecipeArn"))
|
616
|
+
GetContainerRecipeRequest.struct_class = Types::GetContainerRecipeRequest
|
617
|
+
|
618
|
+
GetContainerRecipeResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
619
|
+
GetContainerRecipeResponse.add_member(:container_recipe, Shapes::ShapeRef.new(shape: ContainerRecipe, location_name: "containerRecipe"))
|
620
|
+
GetContainerRecipeResponse.struct_class = Types::GetContainerRecipeResponse
|
621
|
+
|
498
622
|
GetDistributionConfigurationRequest.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, required: true, location: "querystring", location_name: "distributionConfigurationArn"))
|
499
623
|
GetDistributionConfigurationRequest.struct_class = Types::GetDistributionConfigurationRequest
|
500
624
|
|
@@ -548,6 +672,7 @@ module Aws::Imagebuilder
|
|
548
672
|
IdempotentParameterMismatchException.struct_class = Types::IdempotentParameterMismatchException
|
549
673
|
|
550
674
|
Image.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
|
675
|
+
Image.add_member(:type, Shapes::ShapeRef.new(shape: ImageType, location_name: "type"))
|
551
676
|
Image.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
552
677
|
Image.add_member(:version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "version"))
|
553
678
|
Image.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
|
@@ -555,6 +680,7 @@ module Aws::Imagebuilder
|
|
555
680
|
Image.add_member(:os_version, Shapes::ShapeRef.new(shape: OsVersion, location_name: "osVersion"))
|
556
681
|
Image.add_member(:state, Shapes::ShapeRef.new(shape: ImageState, location_name: "state"))
|
557
682
|
Image.add_member(:image_recipe, Shapes::ShapeRef.new(shape: ImageRecipe, location_name: "imageRecipe"))
|
683
|
+
Image.add_member(:container_recipe, Shapes::ShapeRef.new(shape: ContainerRecipe, location_name: "containerRecipe"))
|
558
684
|
Image.add_member(:source_pipeline_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "sourcePipelineName"))
|
559
685
|
Image.add_member(:source_pipeline_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "sourcePipelineArn"))
|
560
686
|
Image.add_member(:infrastructure_configuration, Shapes::ShapeRef.new(shape: InfrastructureConfiguration, location_name: "infrastructureConfiguration"))
|
@@ -565,12 +691,19 @@ module Aws::Imagebuilder
|
|
565
691
|
Image.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
566
692
|
Image.struct_class = Types::Image
|
567
693
|
|
694
|
+
ImagePackage.add_member(:package_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "packageName"))
|
695
|
+
ImagePackage.add_member(:package_version, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "packageVersion"))
|
696
|
+
ImagePackage.struct_class = Types::ImagePackage
|
697
|
+
|
698
|
+
ImagePackageList.member = Shapes::ShapeRef.new(shape: ImagePackage)
|
699
|
+
|
568
700
|
ImagePipeline.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
|
569
701
|
ImagePipeline.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
570
702
|
ImagePipeline.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
|
571
703
|
ImagePipeline.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
|
572
704
|
ImagePipeline.add_member(:enhanced_image_metadata_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "enhancedImageMetadataEnabled"))
|
573
705
|
ImagePipeline.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "imageRecipeArn"))
|
706
|
+
ImagePipeline.add_member(:container_recipe_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "containerRecipeArn"))
|
574
707
|
ImagePipeline.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "infrastructureConfigurationArn"))
|
575
708
|
ImagePipeline.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "distributionConfigurationArn"))
|
576
709
|
ImagePipeline.add_member(:image_tests_configuration, Shapes::ShapeRef.new(shape: ImageTestsConfiguration, location_name: "imageTestsConfiguration"))
|
@@ -586,6 +719,7 @@ module Aws::Imagebuilder
|
|
586
719
|
ImagePipelineList.member = Shapes::ShapeRef.new(shape: ImagePipeline)
|
587
720
|
|
588
721
|
ImageRecipe.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
|
722
|
+
ImageRecipe.add_member(:type, Shapes::ShapeRef.new(shape: ImageType, location_name: "type"))
|
589
723
|
ImageRecipe.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
590
724
|
ImageRecipe.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
|
591
725
|
ImageRecipe.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
|
@@ -616,6 +750,7 @@ module Aws::Imagebuilder
|
|
616
750
|
|
617
751
|
ImageSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
|
618
752
|
ImageSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
753
|
+
ImageSummary.add_member(:type, Shapes::ShapeRef.new(shape: ImageType, location_name: "type"))
|
619
754
|
ImageSummary.add_member(:version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "version"))
|
620
755
|
ImageSummary.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
|
621
756
|
ImageSummary.add_member(:os_version, Shapes::ShapeRef.new(shape: OsVersion, location_name: "osVersion"))
|
@@ -634,6 +769,7 @@ module Aws::Imagebuilder
|
|
634
769
|
|
635
770
|
ImageVersion.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
|
636
771
|
ImageVersion.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
772
|
+
ImageVersion.add_member(:type, Shapes::ShapeRef.new(shape: ImageType, location_name: "type"))
|
637
773
|
ImageVersion.add_member(:version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "version"))
|
638
774
|
ImageVersion.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
|
639
775
|
ImageVersion.add_member(:os_version, Shapes::ShapeRef.new(shape: OsVersion, location_name: "osVersion"))
|
@@ -666,7 +802,7 @@ module Aws::Imagebuilder
|
|
666
802
|
InfrastructureConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
667
803
|
InfrastructureConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
|
668
804
|
InfrastructureConfiguration.add_member(:instance_types, Shapes::ShapeRef.new(shape: InstanceTypeList, location_name: "instanceTypes"))
|
669
|
-
InfrastructureConfiguration.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape:
|
805
|
+
InfrastructureConfiguration.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: InstanceProfileNameType, location_name: "instanceProfileName"))
|
670
806
|
InfrastructureConfiguration.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "securityGroupIds"))
|
671
807
|
InfrastructureConfiguration.add_member(:subnet_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "subnetId"))
|
672
808
|
InfrastructureConfiguration.add_member(:logging, Shapes::ShapeRef.new(shape: Logging, location_name: "logging"))
|
@@ -686,6 +822,8 @@ module Aws::Imagebuilder
|
|
686
822
|
InfrastructureConfigurationSummary.add_member(:date_updated, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateUpdated"))
|
687
823
|
InfrastructureConfigurationSummary.add_member(:resource_tags, Shapes::ShapeRef.new(shape: ResourceTagMap, location_name: "resourceTags"))
|
688
824
|
InfrastructureConfigurationSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
825
|
+
InfrastructureConfigurationSummary.add_member(:instance_types, Shapes::ShapeRef.new(shape: InstanceTypeList, location_name: "instanceTypes"))
|
826
|
+
InfrastructureConfigurationSummary.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: InstanceProfileNameType, location_name: "instanceProfileName"))
|
689
827
|
InfrastructureConfigurationSummary.struct_class = Types::InfrastructureConfigurationSummary
|
690
828
|
|
691
829
|
InfrastructureConfigurationSummaryList.member = Shapes::ShapeRef.new(shape: InfrastructureConfigurationSummary)
|
@@ -722,99 +860,125 @@ module Aws::Imagebuilder
|
|
722
860
|
LaunchPermissionConfiguration.add_member(:user_groups, Shapes::ShapeRef.new(shape: StringList, location_name: "userGroups"))
|
723
861
|
LaunchPermissionConfiguration.struct_class = Types::LaunchPermissionConfiguration
|
724
862
|
|
863
|
+
LicenseConfigurationArnList.member = Shapes::ShapeRef.new(shape: LicenseConfigurationArn)
|
864
|
+
|
725
865
|
ListComponentBuildVersionsRequest.add_member(:component_version_arn, Shapes::ShapeRef.new(shape: ComponentVersionArn, required: true, location_name: "componentVersionArn"))
|
726
866
|
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:
|
867
|
+
ListComponentBuildVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
728
868
|
ListComponentBuildVersionsRequest.struct_class = Types::ListComponentBuildVersionsRequest
|
729
869
|
|
730
870
|
ListComponentBuildVersionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
731
871
|
ListComponentBuildVersionsResponse.add_member(:component_summary_list, Shapes::ShapeRef.new(shape: ComponentSummaryList, location_name: "componentSummaryList"))
|
732
|
-
ListComponentBuildVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
872
|
+
ListComponentBuildVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
733
873
|
ListComponentBuildVersionsResponse.struct_class = Types::ListComponentBuildVersionsResponse
|
734
874
|
|
735
875
|
ListComponentsRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
|
736
876
|
ListComponentsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
|
877
|
+
ListComponentsRequest.add_member(:by_name, Shapes::ShapeRef.new(shape: Boolean, location_name: "byName"))
|
737
878
|
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:
|
879
|
+
ListComponentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
739
880
|
ListComponentsRequest.struct_class = Types::ListComponentsRequest
|
740
881
|
|
741
882
|
ListComponentsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
742
883
|
ListComponentsResponse.add_member(:component_version_list, Shapes::ShapeRef.new(shape: ComponentVersionList, location_name: "componentVersionList"))
|
743
|
-
ListComponentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
884
|
+
ListComponentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
744
885
|
ListComponentsResponse.struct_class = Types::ListComponentsResponse
|
745
886
|
|
887
|
+
ListContainerRecipesRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
|
888
|
+
ListContainerRecipesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
|
889
|
+
ListContainerRecipesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
|
890
|
+
ListContainerRecipesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
|
891
|
+
ListContainerRecipesRequest.struct_class = Types::ListContainerRecipesRequest
|
892
|
+
|
893
|
+
ListContainerRecipesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
894
|
+
ListContainerRecipesResponse.add_member(:container_recipe_summary_list, Shapes::ShapeRef.new(shape: ContainerRecipeSummaryList, location_name: "containerRecipeSummaryList"))
|
895
|
+
ListContainerRecipesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
|
896
|
+
ListContainerRecipesResponse.struct_class = Types::ListContainerRecipesResponse
|
897
|
+
|
746
898
|
ListDistributionConfigurationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
|
747
899
|
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:
|
900
|
+
ListDistributionConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
749
901
|
ListDistributionConfigurationsRequest.struct_class = Types::ListDistributionConfigurationsRequest
|
750
902
|
|
751
903
|
ListDistributionConfigurationsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
752
904
|
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:
|
905
|
+
ListDistributionConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
754
906
|
ListDistributionConfigurationsResponse.struct_class = Types::ListDistributionConfigurationsResponse
|
755
907
|
|
756
908
|
ListImageBuildVersionsRequest.add_member(:image_version_arn, Shapes::ShapeRef.new(shape: ImageVersionArn, required: true, location_name: "imageVersionArn"))
|
757
909
|
ListImageBuildVersionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
|
758
910
|
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:
|
911
|
+
ListImageBuildVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
760
912
|
ListImageBuildVersionsRequest.struct_class = Types::ListImageBuildVersionsRequest
|
761
913
|
|
762
914
|
ListImageBuildVersionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
763
915
|
ListImageBuildVersionsResponse.add_member(:image_summary_list, Shapes::ShapeRef.new(shape: ImageSummaryList, location_name: "imageSummaryList"))
|
764
|
-
ListImageBuildVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
916
|
+
ListImageBuildVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
765
917
|
ListImageBuildVersionsResponse.struct_class = Types::ListImageBuildVersionsResponse
|
766
918
|
|
919
|
+
ListImagePackagesRequest.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, required: true, location_name: "imageBuildVersionArn"))
|
920
|
+
ListImagePackagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
|
921
|
+
ListImagePackagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
922
|
+
ListImagePackagesRequest.struct_class = Types::ListImagePackagesRequest
|
923
|
+
|
924
|
+
ListImagePackagesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
925
|
+
ListImagePackagesResponse.add_member(:image_package_list, Shapes::ShapeRef.new(shape: ImagePackageList, location_name: "imagePackageList"))
|
926
|
+
ListImagePackagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
927
|
+
ListImagePackagesResponse.struct_class = Types::ListImagePackagesResponse
|
928
|
+
|
767
929
|
ListImagePipelineImagesRequest.add_member(:image_pipeline_arn, Shapes::ShapeRef.new(shape: ImagePipelineArn, required: true, location_name: "imagePipelineArn"))
|
768
930
|
ListImagePipelineImagesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
|
769
931
|
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:
|
932
|
+
ListImagePipelineImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
771
933
|
ListImagePipelineImagesRequest.struct_class = Types::ListImagePipelineImagesRequest
|
772
934
|
|
773
935
|
ListImagePipelineImagesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
774
936
|
ListImagePipelineImagesResponse.add_member(:image_summary_list, Shapes::ShapeRef.new(shape: ImageSummaryList, location_name: "imageSummaryList"))
|
775
|
-
ListImagePipelineImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
937
|
+
ListImagePipelineImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
776
938
|
ListImagePipelineImagesResponse.struct_class = Types::ListImagePipelineImagesResponse
|
777
939
|
|
778
940
|
ListImagePipelinesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
|
779
941
|
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:
|
942
|
+
ListImagePipelinesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
781
943
|
ListImagePipelinesRequest.struct_class = Types::ListImagePipelinesRequest
|
782
944
|
|
783
945
|
ListImagePipelinesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
784
946
|
ListImagePipelinesResponse.add_member(:image_pipeline_list, Shapes::ShapeRef.new(shape: ImagePipelineList, location_name: "imagePipelineList"))
|
785
|
-
ListImagePipelinesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
947
|
+
ListImagePipelinesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
786
948
|
ListImagePipelinesResponse.struct_class = Types::ListImagePipelinesResponse
|
787
949
|
|
788
950
|
ListImageRecipesRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
|
789
951
|
ListImageRecipesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
|
790
952
|
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:
|
953
|
+
ListImageRecipesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
792
954
|
ListImageRecipesRequest.struct_class = Types::ListImageRecipesRequest
|
793
955
|
|
794
956
|
ListImageRecipesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
795
957
|
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:
|
958
|
+
ListImageRecipesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
797
959
|
ListImageRecipesResponse.struct_class = Types::ListImageRecipesResponse
|
798
960
|
|
799
961
|
ListImagesRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
|
800
962
|
ListImagesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
|
963
|
+
ListImagesRequest.add_member(:by_name, Shapes::ShapeRef.new(shape: Boolean, location_name: "byName"))
|
801
964
|
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:
|
965
|
+
ListImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
966
|
+
ListImagesRequest.add_member(:include_deprecated, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "includeDeprecated"))
|
803
967
|
ListImagesRequest.struct_class = Types::ListImagesRequest
|
804
968
|
|
805
969
|
ListImagesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
806
970
|
ListImagesResponse.add_member(:image_version_list, Shapes::ShapeRef.new(shape: ImageVersionList, location_name: "imageVersionList"))
|
807
|
-
ListImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
971
|
+
ListImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
808
972
|
ListImagesResponse.struct_class = Types::ListImagesResponse
|
809
973
|
|
810
974
|
ListInfrastructureConfigurationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
|
811
975
|
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:
|
976
|
+
ListInfrastructureConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
813
977
|
ListInfrastructureConfigurationsRequest.struct_class = Types::ListInfrastructureConfigurationsRequest
|
814
978
|
|
815
979
|
ListInfrastructureConfigurationsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
816
980
|
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:
|
981
|
+
ListInfrastructureConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
818
982
|
ListInfrastructureConfigurationsResponse.struct_class = Types::ListInfrastructureConfigurationsResponse
|
819
983
|
|
820
984
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, required: true, location: "uri", location_name: "resourceArn"))
|
@@ -829,6 +993,7 @@ module Aws::Imagebuilder
|
|
829
993
|
OsVersionList.member = Shapes::ShapeRef.new(shape: OsVersion)
|
830
994
|
|
831
995
|
OutputResources.add_member(:amis, Shapes::ShapeRef.new(shape: AmiList, location_name: "amis"))
|
996
|
+
OutputResources.add_member(:containers, Shapes::ShapeRef.new(shape: ContainerList, location_name: "containers"))
|
832
997
|
OutputResources.struct_class = Types::OutputResources
|
833
998
|
|
834
999
|
PutComponentPolicyRequest.add_member(:component_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, required: true, location_name: "componentArn"))
|
@@ -839,6 +1004,14 @@ module Aws::Imagebuilder
|
|
839
1004
|
PutComponentPolicyResponse.add_member(:component_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, location_name: "componentArn"))
|
840
1005
|
PutComponentPolicyResponse.struct_class = Types::PutComponentPolicyResponse
|
841
1006
|
|
1007
|
+
PutContainerRecipePolicyRequest.add_member(:container_recipe_arn, Shapes::ShapeRef.new(shape: ContainerRecipeArn, required: true, location_name: "containerRecipeArn"))
|
1008
|
+
PutContainerRecipePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicyDocument, required: true, location_name: "policy"))
|
1009
|
+
PutContainerRecipePolicyRequest.struct_class = Types::PutContainerRecipePolicyRequest
|
1010
|
+
|
1011
|
+
PutContainerRecipePolicyResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
1012
|
+
PutContainerRecipePolicyResponse.add_member(:container_recipe_arn, Shapes::ShapeRef.new(shape: ContainerRecipeArn, location_name: "containerRecipeArn"))
|
1013
|
+
PutContainerRecipePolicyResponse.struct_class = Types::PutContainerRecipePolicyResponse
|
1014
|
+
|
842
1015
|
PutImagePolicyRequest.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, required: true, location_name: "imageArn"))
|
843
1016
|
PutImagePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicyDocument, required: true, location_name: "policy"))
|
844
1017
|
PutImagePolicyRequest.struct_class = Types::PutImagePolicyRequest
|
@@ -855,6 +1028,8 @@ module Aws::Imagebuilder
|
|
855
1028
|
PutImageRecipePolicyResponse.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, location_name: "imageRecipeArn"))
|
856
1029
|
PutImageRecipePolicyResponse.struct_class = Types::PutImageRecipePolicyResponse
|
857
1030
|
|
1031
|
+
RegionList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
1032
|
+
|
858
1033
|
ResourceAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
859
1034
|
ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
|
860
1035
|
|
@@ -875,6 +1050,7 @@ module Aws::Imagebuilder
|
|
875
1050
|
S3Logs.struct_class = Types::S3Logs
|
876
1051
|
|
877
1052
|
Schedule.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "scheduleExpression"))
|
1053
|
+
Schedule.add_member(:timezone, Shapes::ShapeRef.new(shape: Timezone, location_name: "timezone"))
|
878
1054
|
Schedule.add_member(:pipeline_execution_start_condition, Shapes::ShapeRef.new(shape: PipelineExecutionStartCondition, location_name: "pipelineExecutionStartCondition"))
|
879
1055
|
Schedule.struct_class = Types::Schedule
|
880
1056
|
|
@@ -911,6 +1087,10 @@ module Aws::Imagebuilder
|
|
911
1087
|
|
912
1088
|
TagResourceResponse.struct_class = Types::TagResourceResponse
|
913
1089
|
|
1090
|
+
TargetContainerRepository.add_member(:service, Shapes::ShapeRef.new(shape: ContainerRepositoryService, required: true, location_name: "service"))
|
1091
|
+
TargetContainerRepository.add_member(:repository_name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "repositoryName"))
|
1092
|
+
TargetContainerRepository.struct_class = Types::TargetContainerRepository
|
1093
|
+
|
914
1094
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, required: true, location: "uri", location_name: "resourceArn"))
|
915
1095
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
916
1096
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
@@ -930,7 +1110,8 @@ module Aws::Imagebuilder
|
|
930
1110
|
|
931
1111
|
UpdateImagePipelineRequest.add_member(:image_pipeline_arn, Shapes::ShapeRef.new(shape: ImagePipelineArn, required: true, location_name: "imagePipelineArn"))
|
932
1112
|
UpdateImagePipelineRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
|
933
|
-
UpdateImagePipelineRequest.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn,
|
1113
|
+
UpdateImagePipelineRequest.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, location_name: "imageRecipeArn"))
|
1114
|
+
UpdateImagePipelineRequest.add_member(:container_recipe_arn, Shapes::ShapeRef.new(shape: ContainerRecipeArn, location_name: "containerRecipeArn"))
|
934
1115
|
UpdateImagePipelineRequest.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, required: true, location_name: "infrastructureConfigurationArn"))
|
935
1116
|
UpdateImagePipelineRequest.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, location_name: "distributionConfigurationArn"))
|
936
1117
|
UpdateImagePipelineRequest.add_member(:image_tests_configuration, Shapes::ShapeRef.new(shape: ImageTestsConfiguration, location_name: "imageTestsConfiguration"))
|
@@ -1018,6 +1199,25 @@ module Aws::Imagebuilder
|
|
1018
1199
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1019
1200
|
end)
|
1020
1201
|
|
1202
|
+
api.add_operation(:create_container_recipe, Seahorse::Model::Operation.new.tap do |o|
|
1203
|
+
o.name = "CreateContainerRecipe"
|
1204
|
+
o.http_method = "PUT"
|
1205
|
+
o.http_request_uri = "/CreateContainerRecipe"
|
1206
|
+
o.input = Shapes::ShapeRef.new(shape: CreateContainerRecipeRequest)
|
1207
|
+
o.output = Shapes::ShapeRef.new(shape: CreateContainerRecipeResponse)
|
1208
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
1209
|
+
o.errors << Shapes::ShapeRef.new(shape: ClientException)
|
1210
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1211
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1212
|
+
o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
|
1213
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1214
|
+
o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
|
1215
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidVersionNumberException)
|
1216
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
1217
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
1218
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1219
|
+
end)
|
1220
|
+
|
1021
1221
|
api.add_operation(:create_distribution_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1022
1222
|
o.name = "CreateDistributionConfiguration"
|
1023
1223
|
o.http_method = "PUT"
|
@@ -1124,6 +1324,21 @@ module Aws::Imagebuilder
|
|
1124
1324
|
o.errors << Shapes::ShapeRef.new(shape: ResourceDependencyException)
|
1125
1325
|
end)
|
1126
1326
|
|
1327
|
+
api.add_operation(:delete_container_recipe, Seahorse::Model::Operation.new.tap do |o|
|
1328
|
+
o.name = "DeleteContainerRecipe"
|
1329
|
+
o.http_method = "DELETE"
|
1330
|
+
o.http_request_uri = "/DeleteContainerRecipe"
|
1331
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteContainerRecipeRequest)
|
1332
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteContainerRecipeResponse)
|
1333
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
1334
|
+
o.errors << Shapes::ShapeRef.new(shape: ClientException)
|
1335
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1336
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1337
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1338
|
+
o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
|
1339
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceDependencyException)
|
1340
|
+
end)
|
1341
|
+
|
1127
1342
|
api.add_operation(:delete_distribution_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1128
1343
|
o.name = "DeleteDistributionConfiguration"
|
1129
1344
|
o.http_method = "DELETE"
|
@@ -1227,6 +1442,34 @@ module Aws::Imagebuilder
|
|
1227
1442
|
o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
|
1228
1443
|
end)
|
1229
1444
|
|
1445
|
+
api.add_operation(:get_container_recipe, Seahorse::Model::Operation.new.tap do |o|
|
1446
|
+
o.name = "GetContainerRecipe"
|
1447
|
+
o.http_method = "GET"
|
1448
|
+
o.http_request_uri = "/GetContainerRecipe"
|
1449
|
+
o.input = Shapes::ShapeRef.new(shape: GetContainerRecipeRequest)
|
1450
|
+
o.output = Shapes::ShapeRef.new(shape: GetContainerRecipeResponse)
|
1451
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
1452
|
+
o.errors << Shapes::ShapeRef.new(shape: ClientException)
|
1453
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1454
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1455
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1456
|
+
o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
|
1457
|
+
end)
|
1458
|
+
|
1459
|
+
api.add_operation(:get_container_recipe_policy, Seahorse::Model::Operation.new.tap do |o|
|
1460
|
+
o.name = "GetContainerRecipePolicy"
|
1461
|
+
o.http_method = "GET"
|
1462
|
+
o.http_request_uri = "/GetContainerRecipePolicy"
|
1463
|
+
o.input = Shapes::ShapeRef.new(shape: GetContainerRecipePolicyRequest)
|
1464
|
+
o.output = Shapes::ShapeRef.new(shape: GetContainerRecipePolicyResponse)
|
1465
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
1466
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1467
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1468
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1469
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1470
|
+
o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
|
1471
|
+
end)
|
1472
|
+
|
1230
1473
|
api.add_operation(:get_distribution_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1231
1474
|
o.name = "GetDistributionConfiguration"
|
1232
1475
|
o.http_method = "GET"
|
@@ -1385,6 +1628,27 @@ module Aws::Imagebuilder
|
|
1385
1628
|
)
|
1386
1629
|
end)
|
1387
1630
|
|
1631
|
+
api.add_operation(:list_container_recipes, Seahorse::Model::Operation.new.tap do |o|
|
1632
|
+
o.name = "ListContainerRecipes"
|
1633
|
+
o.http_method = "POST"
|
1634
|
+
o.http_request_uri = "/ListContainerRecipes"
|
1635
|
+
o.input = Shapes::ShapeRef.new(shape: ListContainerRecipesRequest)
|
1636
|
+
o.output = Shapes::ShapeRef.new(shape: ListContainerRecipesResponse)
|
1637
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
1638
|
+
o.errors << Shapes::ShapeRef.new(shape: ClientException)
|
1639
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1640
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1641
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
|
1642
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1643
|
+
o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
|
1644
|
+
o[:pager] = Aws::Pager.new(
|
1645
|
+
limit_key: "max_results",
|
1646
|
+
tokens: {
|
1647
|
+
"next_token" => "next_token"
|
1648
|
+
}
|
1649
|
+
)
|
1650
|
+
end)
|
1651
|
+
|
1388
1652
|
api.add_operation(:list_distribution_configurations, Seahorse::Model::Operation.new.tap do |o|
|
1389
1653
|
o.name = "ListDistributionConfigurations"
|
1390
1654
|
o.http_method = "POST"
|
@@ -1427,6 +1691,28 @@ module Aws::Imagebuilder
|
|
1427
1691
|
)
|
1428
1692
|
end)
|
1429
1693
|
|
1694
|
+
api.add_operation(:list_image_packages, Seahorse::Model::Operation.new.tap do |o|
|
1695
|
+
o.name = "ListImagePackages"
|
1696
|
+
o.http_method = "POST"
|
1697
|
+
o.http_request_uri = "/ListImagePackages"
|
1698
|
+
o.input = Shapes::ShapeRef.new(shape: ListImagePackagesRequest)
|
1699
|
+
o.output = Shapes::ShapeRef.new(shape: ListImagePackagesResponse)
|
1700
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
1701
|
+
o.errors << Shapes::ShapeRef.new(shape: ClientException)
|
1702
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1703
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1704
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
|
1705
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1706
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1707
|
+
o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
|
1708
|
+
o[:pager] = Aws::Pager.new(
|
1709
|
+
limit_key: "max_results",
|
1710
|
+
tokens: {
|
1711
|
+
"next_token" => "next_token"
|
1712
|
+
}
|
1713
|
+
)
|
1714
|
+
end)
|
1715
|
+
|
1430
1716
|
api.add_operation(:list_image_pipeline_images, Seahorse::Model::Operation.new.tap do |o|
|
1431
1717
|
o.name = "ListImagePipelineImages"
|
1432
1718
|
o.http_method = "POST"
|
@@ -1560,6 +1846,22 @@ module Aws::Imagebuilder
|
|
1560
1846
|
o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
|
1561
1847
|
end)
|
1562
1848
|
|
1849
|
+
api.add_operation(:put_container_recipe_policy, Seahorse::Model::Operation.new.tap do |o|
|
1850
|
+
o.name = "PutContainerRecipePolicy"
|
1851
|
+
o.http_method = "PUT"
|
1852
|
+
o.http_request_uri = "/PutContainerRecipePolicy"
|
1853
|
+
o.input = Shapes::ShapeRef.new(shape: PutContainerRecipePolicyRequest)
|
1854
|
+
o.output = Shapes::ShapeRef.new(shape: PutContainerRecipePolicyResponse)
|
1855
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
1856
|
+
o.errors << Shapes::ShapeRef.new(shape: ClientException)
|
1857
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1858
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1859
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
1860
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1861
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1862
|
+
o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
|
1863
|
+
end)
|
1864
|
+
|
1563
1865
|
api.add_operation(:put_image_policy, Seahorse::Model::Operation.new.tap do |o|
|
1564
1866
|
o.name = "PutImagePolicy"
|
1565
1867
|
o.http_method = "PUT"
|