aws-sdk-imagebuilder 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1640 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::Imagebuilder
9
+ # @api private
10
+ module ClientApi
11
+
12
+ include Seahorse::Model
13
+
14
+ AccountList = Shapes::ListShape.new(name: 'AccountList')
15
+ Ami = Shapes::StructureShape.new(name: 'Ami')
16
+ AmiDistributionConfiguration = Shapes::StructureShape.new(name: 'AmiDistributionConfiguration')
17
+ AmiList = Shapes::ListShape.new(name: 'AmiList')
18
+ Arn = Shapes::StringShape.new(name: 'Arn')
19
+ ArnList = Shapes::ListShape.new(name: 'ArnList')
20
+ CallRateLimitExceededException = Shapes::StructureShape.new(name: 'CallRateLimitExceededException')
21
+ CancelImageCreationRequest = Shapes::StructureShape.new(name: 'CancelImageCreationRequest')
22
+ CancelImageCreationResponse = Shapes::StructureShape.new(name: 'CancelImageCreationResponse')
23
+ ClientException = Shapes::StructureShape.new(name: 'ClientException')
24
+ ClientToken = Shapes::StringShape.new(name: 'ClientToken')
25
+ Component = Shapes::StructureShape.new(name: 'Component')
26
+ ComponentBuildVersionArn = Shapes::StringShape.new(name: 'ComponentBuildVersionArn')
27
+ ComponentConfiguration = Shapes::StructureShape.new(name: 'ComponentConfiguration')
28
+ ComponentConfigurationList = Shapes::ListShape.new(name: 'ComponentConfigurationList')
29
+ ComponentData = Shapes::StringShape.new(name: 'ComponentData')
30
+ ComponentFormat = Shapes::StringShape.new(name: 'ComponentFormat')
31
+ ComponentSummary = Shapes::StructureShape.new(name: 'ComponentSummary')
32
+ ComponentSummaryList = Shapes::ListShape.new(name: 'ComponentSummaryList')
33
+ ComponentType = Shapes::StringShape.new(name: 'ComponentType')
34
+ ComponentVersion = Shapes::StructureShape.new(name: 'ComponentVersion')
35
+ ComponentVersionArn = Shapes::StringShape.new(name: 'ComponentVersionArn')
36
+ ComponentVersionList = Shapes::ListShape.new(name: 'ComponentVersionList')
37
+ CreateComponentRequest = Shapes::StructureShape.new(name: 'CreateComponentRequest')
38
+ CreateComponentResponse = Shapes::StructureShape.new(name: 'CreateComponentResponse')
39
+ CreateDistributionConfigurationRequest = Shapes::StructureShape.new(name: 'CreateDistributionConfigurationRequest')
40
+ CreateDistributionConfigurationResponse = Shapes::StructureShape.new(name: 'CreateDistributionConfigurationResponse')
41
+ CreateImagePipelineRequest = Shapes::StructureShape.new(name: 'CreateImagePipelineRequest')
42
+ CreateImagePipelineResponse = Shapes::StructureShape.new(name: 'CreateImagePipelineResponse')
43
+ CreateImageRecipeRequest = Shapes::StructureShape.new(name: 'CreateImageRecipeRequest')
44
+ CreateImageRecipeResponse = Shapes::StructureShape.new(name: 'CreateImageRecipeResponse')
45
+ CreateImageRequest = Shapes::StructureShape.new(name: 'CreateImageRequest')
46
+ CreateImageResponse = Shapes::StructureShape.new(name: 'CreateImageResponse')
47
+ CreateInfrastructureConfigurationRequest = Shapes::StructureShape.new(name: 'CreateInfrastructureConfigurationRequest')
48
+ CreateInfrastructureConfigurationResponse = Shapes::StructureShape.new(name: 'CreateInfrastructureConfigurationResponse')
49
+ DateTime = Shapes::StringShape.new(name: 'DateTime')
50
+ DeleteComponentRequest = Shapes::StructureShape.new(name: 'DeleteComponentRequest')
51
+ DeleteComponentResponse = Shapes::StructureShape.new(name: 'DeleteComponentResponse')
52
+ DeleteDistributionConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteDistributionConfigurationRequest')
53
+ DeleteDistributionConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteDistributionConfigurationResponse')
54
+ DeleteImagePipelineRequest = Shapes::StructureShape.new(name: 'DeleteImagePipelineRequest')
55
+ DeleteImagePipelineResponse = Shapes::StructureShape.new(name: 'DeleteImagePipelineResponse')
56
+ DeleteImageRecipeRequest = Shapes::StructureShape.new(name: 'DeleteImageRecipeRequest')
57
+ DeleteImageRecipeResponse = Shapes::StructureShape.new(name: 'DeleteImageRecipeResponse')
58
+ DeleteImageRequest = Shapes::StructureShape.new(name: 'DeleteImageRequest')
59
+ DeleteImageResponse = Shapes::StructureShape.new(name: 'DeleteImageResponse')
60
+ DeleteInfrastructureConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteInfrastructureConfigurationRequest')
61
+ DeleteInfrastructureConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteInfrastructureConfigurationResponse')
62
+ Distribution = Shapes::StructureShape.new(name: 'Distribution')
63
+ DistributionConfiguration = Shapes::StructureShape.new(name: 'DistributionConfiguration')
64
+ DistributionConfigurationArn = Shapes::StringShape.new(name: 'DistributionConfigurationArn')
65
+ DistributionConfigurationSummary = Shapes::StructureShape.new(name: 'DistributionConfigurationSummary')
66
+ DistributionConfigurationSummaryList = Shapes::ListShape.new(name: 'DistributionConfigurationSummaryList')
67
+ DistributionList = Shapes::ListShape.new(name: 'DistributionList')
68
+ DistributionTimeoutMinutes = Shapes::IntegerShape.new(name: 'DistributionTimeoutMinutes')
69
+ EbsInstanceBlockDeviceSpecification = Shapes::StructureShape.new(name: 'EbsInstanceBlockDeviceSpecification')
70
+ EbsIopsInteger = Shapes::IntegerShape.new(name: 'EbsIopsInteger')
71
+ EbsVolumeSizeInteger = Shapes::IntegerShape.new(name: 'EbsVolumeSizeInteger')
72
+ EbsVolumeType = Shapes::StringShape.new(name: 'EbsVolumeType')
73
+ ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
74
+ Filter = Shapes::StructureShape.new(name: 'Filter')
75
+ FilterList = Shapes::ListShape.new(name: 'FilterList')
76
+ FilterName = Shapes::StringShape.new(name: 'FilterName')
77
+ FilterValue = Shapes::StringShape.new(name: 'FilterValue')
78
+ FilterValues = Shapes::ListShape.new(name: 'FilterValues')
79
+ ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
80
+ GetComponentPolicyRequest = Shapes::StructureShape.new(name: 'GetComponentPolicyRequest')
81
+ GetComponentPolicyResponse = Shapes::StructureShape.new(name: 'GetComponentPolicyResponse')
82
+ GetComponentRequest = Shapes::StructureShape.new(name: 'GetComponentRequest')
83
+ GetComponentResponse = Shapes::StructureShape.new(name: 'GetComponentResponse')
84
+ GetDistributionConfigurationRequest = Shapes::StructureShape.new(name: 'GetDistributionConfigurationRequest')
85
+ GetDistributionConfigurationResponse = Shapes::StructureShape.new(name: 'GetDistributionConfigurationResponse')
86
+ GetImagePipelineRequest = Shapes::StructureShape.new(name: 'GetImagePipelineRequest')
87
+ GetImagePipelineResponse = Shapes::StructureShape.new(name: 'GetImagePipelineResponse')
88
+ GetImagePolicyRequest = Shapes::StructureShape.new(name: 'GetImagePolicyRequest')
89
+ GetImagePolicyResponse = Shapes::StructureShape.new(name: 'GetImagePolicyResponse')
90
+ GetImageRecipePolicyRequest = Shapes::StructureShape.new(name: 'GetImageRecipePolicyRequest')
91
+ GetImageRecipePolicyResponse = Shapes::StructureShape.new(name: 'GetImageRecipePolicyResponse')
92
+ GetImageRecipeRequest = Shapes::StructureShape.new(name: 'GetImageRecipeRequest')
93
+ GetImageRecipeResponse = Shapes::StructureShape.new(name: 'GetImageRecipeResponse')
94
+ GetImageRequest = Shapes::StructureShape.new(name: 'GetImageRequest')
95
+ GetImageResponse = Shapes::StructureShape.new(name: 'GetImageResponse')
96
+ GetInfrastructureConfigurationRequest = Shapes::StructureShape.new(name: 'GetInfrastructureConfigurationRequest')
97
+ GetInfrastructureConfigurationResponse = Shapes::StructureShape.new(name: 'GetInfrastructureConfigurationResponse')
98
+ IdempotentParameterMismatchException = Shapes::StructureShape.new(name: 'IdempotentParameterMismatchException')
99
+ Image = Shapes::StructureShape.new(name: 'Image')
100
+ ImageBuildVersionArn = Shapes::StringShape.new(name: 'ImageBuildVersionArn')
101
+ ImageBuilderArn = Shapes::StringShape.new(name: 'ImageBuilderArn')
102
+ ImagePipeline = Shapes::StructureShape.new(name: 'ImagePipeline')
103
+ ImagePipelineArn = Shapes::StringShape.new(name: 'ImagePipelineArn')
104
+ ImagePipelineList = Shapes::ListShape.new(name: 'ImagePipelineList')
105
+ ImageRecipe = Shapes::StructureShape.new(name: 'ImageRecipe')
106
+ ImageRecipeArn = Shapes::StringShape.new(name: 'ImageRecipeArn')
107
+ ImageRecipeSummary = Shapes::StructureShape.new(name: 'ImageRecipeSummary')
108
+ ImageRecipeSummaryList = Shapes::ListShape.new(name: 'ImageRecipeSummaryList')
109
+ ImageState = Shapes::StructureShape.new(name: 'ImageState')
110
+ ImageStatus = Shapes::StringShape.new(name: 'ImageStatus')
111
+ ImageSummary = Shapes::StructureShape.new(name: 'ImageSummary')
112
+ ImageSummaryList = Shapes::ListShape.new(name: 'ImageSummaryList')
113
+ ImageTestsConfiguration = Shapes::StructureShape.new(name: 'ImageTestsConfiguration')
114
+ ImageTestsTimeoutMinutes = Shapes::IntegerShape.new(name: 'ImageTestsTimeoutMinutes')
115
+ ImageVersion = Shapes::StructureShape.new(name: 'ImageVersion')
116
+ ImageVersionArn = Shapes::StringShape.new(name: 'ImageVersionArn')
117
+ ImageVersionList = Shapes::ListShape.new(name: 'ImageVersionList')
118
+ ImportComponentRequest = Shapes::StructureShape.new(name: 'ImportComponentRequest')
119
+ ImportComponentResponse = Shapes::StructureShape.new(name: 'ImportComponentResponse')
120
+ InfrastructureConfiguration = Shapes::StructureShape.new(name: 'InfrastructureConfiguration')
121
+ InfrastructureConfigurationArn = Shapes::StringShape.new(name: 'InfrastructureConfigurationArn')
122
+ InfrastructureConfigurationSummary = Shapes::StructureShape.new(name: 'InfrastructureConfigurationSummary')
123
+ InfrastructureConfigurationSummaryList = Shapes::ListShape.new(name: 'InfrastructureConfigurationSummaryList')
124
+ InlineComponentData = Shapes::StringShape.new(name: 'InlineComponentData')
125
+ InstanceBlockDeviceMapping = Shapes::StructureShape.new(name: 'InstanceBlockDeviceMapping')
126
+ InstanceBlockDeviceMappings = Shapes::ListShape.new(name: 'InstanceBlockDeviceMappings')
127
+ InstanceType = Shapes::StringShape.new(name: 'InstanceType')
128
+ InstanceTypeList = Shapes::ListShape.new(name: 'InstanceTypeList')
129
+ InvalidPaginationTokenException = Shapes::StructureShape.new(name: 'InvalidPaginationTokenException')
130
+ InvalidParameterCombinationException = Shapes::StructureShape.new(name: 'InvalidParameterCombinationException')
131
+ InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
132
+ InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
133
+ InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
134
+ InvalidVersionNumberException = Shapes::StructureShape.new(name: 'InvalidVersionNumberException')
135
+ LaunchPermissionConfiguration = Shapes::StructureShape.new(name: 'LaunchPermissionConfiguration')
136
+ ListComponentBuildVersionsRequest = Shapes::StructureShape.new(name: 'ListComponentBuildVersionsRequest')
137
+ ListComponentBuildVersionsResponse = Shapes::StructureShape.new(name: 'ListComponentBuildVersionsResponse')
138
+ ListComponentsRequest = Shapes::StructureShape.new(name: 'ListComponentsRequest')
139
+ ListComponentsResponse = Shapes::StructureShape.new(name: 'ListComponentsResponse')
140
+ ListDistributionConfigurationsRequest = Shapes::StructureShape.new(name: 'ListDistributionConfigurationsRequest')
141
+ ListDistributionConfigurationsResponse = Shapes::StructureShape.new(name: 'ListDistributionConfigurationsResponse')
142
+ ListImageBuildVersionsRequest = Shapes::StructureShape.new(name: 'ListImageBuildVersionsRequest')
143
+ ListImageBuildVersionsResponse = Shapes::StructureShape.new(name: 'ListImageBuildVersionsResponse')
144
+ ListImagePipelineImagesRequest = Shapes::StructureShape.new(name: 'ListImagePipelineImagesRequest')
145
+ ListImagePipelineImagesResponse = Shapes::StructureShape.new(name: 'ListImagePipelineImagesResponse')
146
+ ListImagePipelinesRequest = Shapes::StructureShape.new(name: 'ListImagePipelinesRequest')
147
+ ListImagePipelinesResponse = Shapes::StructureShape.new(name: 'ListImagePipelinesResponse')
148
+ ListImageRecipesRequest = Shapes::StructureShape.new(name: 'ListImageRecipesRequest')
149
+ ListImageRecipesResponse = Shapes::StructureShape.new(name: 'ListImageRecipesResponse')
150
+ ListImagesRequest = Shapes::StructureShape.new(name: 'ListImagesRequest')
151
+ ListImagesResponse = Shapes::StructureShape.new(name: 'ListImagesResponse')
152
+ ListInfrastructureConfigurationsRequest = Shapes::StructureShape.new(name: 'ListInfrastructureConfigurationsRequest')
153
+ ListInfrastructureConfigurationsResponse = Shapes::StructureShape.new(name: 'ListInfrastructureConfigurationsResponse')
154
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
155
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
156
+ Logging = Shapes::StructureShape.new(name: 'Logging')
157
+ NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
158
+ NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
159
+ OutputResources = Shapes::StructureShape.new(name: 'OutputResources')
160
+ Ownership = Shapes::StringShape.new(name: 'Ownership')
161
+ PipelineExecutionStartCondition = Shapes::StringShape.new(name: 'PipelineExecutionStartCondition')
162
+ PipelineStatus = Shapes::StringShape.new(name: 'PipelineStatus')
163
+ Platform = Shapes::StringShape.new(name: 'Platform')
164
+ PutComponentPolicyRequest = Shapes::StructureShape.new(name: 'PutComponentPolicyRequest')
165
+ PutComponentPolicyResponse = Shapes::StructureShape.new(name: 'PutComponentPolicyResponse')
166
+ PutImagePolicyRequest = Shapes::StructureShape.new(name: 'PutImagePolicyRequest')
167
+ PutImagePolicyResponse = Shapes::StructureShape.new(name: 'PutImagePolicyResponse')
168
+ PutImageRecipePolicyRequest = Shapes::StructureShape.new(name: 'PutImageRecipePolicyRequest')
169
+ PutImageRecipePolicyResponse = Shapes::StructureShape.new(name: 'PutImageRecipePolicyResponse')
170
+ ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
171
+ ResourceDependencyException = Shapes::StructureShape.new(name: 'ResourceDependencyException')
172
+ ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
173
+ ResourceName = Shapes::StringShape.new(name: 'ResourceName')
174
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
175
+ RestrictedInteger = Shapes::IntegerShape.new(name: 'RestrictedInteger')
176
+ S3Logs = Shapes::StructureShape.new(name: 'S3Logs')
177
+ Schedule = Shapes::StructureShape.new(name: 'Schedule')
178
+ SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
179
+ ServiceException = Shapes::StructureShape.new(name: 'ServiceException')
180
+ ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
181
+ StartImagePipelineExecutionRequest = Shapes::StructureShape.new(name: 'StartImagePipelineExecutionRequest')
182
+ StartImagePipelineExecutionResponse = Shapes::StructureShape.new(name: 'StartImagePipelineExecutionResponse')
183
+ StringList = Shapes::ListShape.new(name: 'StringList')
184
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
185
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
186
+ TagMap = Shapes::MapShape.new(name: 'TagMap')
187
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
188
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
189
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
190
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
191
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
192
+ UpdateDistributionConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateDistributionConfigurationRequest')
193
+ UpdateDistributionConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateDistributionConfigurationResponse')
194
+ UpdateImagePipelineRequest = Shapes::StructureShape.new(name: 'UpdateImagePipelineRequest')
195
+ UpdateImagePipelineResponse = Shapes::StructureShape.new(name: 'UpdateImagePipelineResponse')
196
+ UpdateInfrastructureConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateInfrastructureConfigurationRequest')
197
+ UpdateInfrastructureConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateInfrastructureConfigurationResponse')
198
+ Uri = Shapes::StringShape.new(name: 'Uri')
199
+ VersionNumber = Shapes::StringShape.new(name: 'VersionNumber')
200
+
201
+ AccountList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
202
+
203
+ Ami.add_member(:region, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "region"))
204
+ Ami.add_member(:image, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "image"))
205
+ Ami.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "name"))
206
+ Ami.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
207
+ Ami.add_member(:state, Shapes::ShapeRef.new(shape: ImageState, location_name: "state"))
208
+ Ami.struct_class = Types::Ami
209
+
210
+ AmiDistributionConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "name"))
211
+ AmiDistributionConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
212
+ AmiDistributionConfiguration.add_member(:ami_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "amiTags"))
213
+ AmiDistributionConfiguration.add_member(:launch_permission, Shapes::ShapeRef.new(shape: LaunchPermissionConfiguration, location_name: "launchPermission"))
214
+ AmiDistributionConfiguration.struct_class = Types::AmiDistributionConfiguration
215
+
216
+ AmiList.member = Shapes::ShapeRef.new(shape: Ami)
217
+
218
+ ArnList.member = Shapes::ShapeRef.new(shape: Arn)
219
+
220
+ CallRateLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
221
+ CallRateLimitExceededException.struct_class = Types::CallRateLimitExceededException
222
+
223
+ CancelImageCreationRequest.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, required: true, location_name: "imageBuildVersionArn"))
224
+ CancelImageCreationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken"))
225
+ CancelImageCreationRequest.struct_class = Types::CancelImageCreationRequest
226
+
227
+ CancelImageCreationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
228
+ CancelImageCreationResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
229
+ CancelImageCreationResponse.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, location_name: "imageBuildVersionArn"))
230
+ CancelImageCreationResponse.struct_class = Types::CancelImageCreationResponse
231
+
232
+ ClientException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
233
+ ClientException.struct_class = Types::ClientException
234
+
235
+ Component.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
236
+ Component.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
237
+ Component.add_member(:version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "version"))
238
+ Component.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
239
+ Component.add_member(:change_description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "changeDescription"))
240
+ Component.add_member(:type, Shapes::ShapeRef.new(shape: ComponentType, location_name: "type"))
241
+ Component.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
242
+ Component.add_member(:owner, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "owner"))
243
+ Component.add_member(:data, Shapes::ShapeRef.new(shape: ComponentData, location_name: "data"))
244
+ Component.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "kmsKeyId"))
245
+ Component.add_member(:encrypted, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "encrypted"))
246
+ Component.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
247
+ Component.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
248
+ Component.struct_class = Types::Component
249
+
250
+ ComponentConfiguration.add_member(:component_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, required: true, location_name: "componentArn"))
251
+ ComponentConfiguration.struct_class = Types::ComponentConfiguration
252
+
253
+ ComponentConfigurationList.member = Shapes::ShapeRef.new(shape: ComponentConfiguration)
254
+
255
+ ComponentSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
256
+ ComponentSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
257
+ ComponentSummary.add_member(:version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "version"))
258
+ ComponentSummary.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
259
+ ComponentSummary.add_member(:type, Shapes::ShapeRef.new(shape: ComponentType, location_name: "type"))
260
+ ComponentSummary.add_member(:owner, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "owner"))
261
+ ComponentSummary.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
262
+ ComponentSummary.add_member(:change_description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "changeDescription"))
263
+ ComponentSummary.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
264
+ ComponentSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
265
+ ComponentSummary.struct_class = Types::ComponentSummary
266
+
267
+ ComponentSummaryList.member = Shapes::ShapeRef.new(shape: ComponentSummary)
268
+
269
+ ComponentVersion.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
270
+ ComponentVersion.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
271
+ ComponentVersion.add_member(:version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "version"))
272
+ ComponentVersion.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
273
+ ComponentVersion.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
274
+ ComponentVersion.add_member(:type, Shapes::ShapeRef.new(shape: ComponentType, location_name: "type"))
275
+ ComponentVersion.add_member(:owner, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "owner"))
276
+ ComponentVersion.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
277
+ ComponentVersion.struct_class = Types::ComponentVersion
278
+
279
+ ComponentVersionList.member = Shapes::ShapeRef.new(shape: ComponentVersion)
280
+
281
+ CreateComponentRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
282
+ CreateComponentRequest.add_member(:semantic_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "semanticVersion"))
283
+ CreateComponentRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
284
+ CreateComponentRequest.add_member(:change_description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "changeDescription"))
285
+ CreateComponentRequest.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, required: true, location_name: "platform"))
286
+ CreateComponentRequest.add_member(:data, Shapes::ShapeRef.new(shape: InlineComponentData, location_name: "data"))
287
+ CreateComponentRequest.add_member(:uri, Shapes::ShapeRef.new(shape: Uri, location_name: "uri"))
288
+ CreateComponentRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "kmsKeyId"))
289
+ CreateComponentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
290
+ CreateComponentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
291
+ CreateComponentRequest.struct_class = Types::CreateComponentRequest
292
+
293
+ CreateComponentResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
294
+ CreateComponentResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
295
+ CreateComponentResponse.add_member(:component_build_version_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, location_name: "componentBuildVersionArn"))
296
+ CreateComponentResponse.struct_class = Types::CreateComponentResponse
297
+
298
+ CreateDistributionConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
299
+ CreateDistributionConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
300
+ CreateDistributionConfigurationRequest.add_member(:distributions, Shapes::ShapeRef.new(shape: DistributionList, required: true, location_name: "distributions"))
301
+ CreateDistributionConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
302
+ CreateDistributionConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
303
+ CreateDistributionConfigurationRequest.struct_class = Types::CreateDistributionConfigurationRequest
304
+
305
+ CreateDistributionConfigurationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
306
+ CreateDistributionConfigurationResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
307
+ CreateDistributionConfigurationResponse.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, location_name: "distributionConfigurationArn"))
308
+ CreateDistributionConfigurationResponse.struct_class = Types::CreateDistributionConfigurationResponse
309
+
310
+ CreateImagePipelineRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
311
+ CreateImagePipelineRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
312
+ CreateImagePipelineRequest.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, required: true, location_name: "imageRecipeArn"))
313
+ CreateImagePipelineRequest.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, required: true, location_name: "infrastructureConfigurationArn"))
314
+ CreateImagePipelineRequest.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, location_name: "distributionConfigurationArn"))
315
+ CreateImagePipelineRequest.add_member(:image_tests_configuration, Shapes::ShapeRef.new(shape: ImageTestsConfiguration, location_name: "imageTestsConfiguration"))
316
+ CreateImagePipelineRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: Schedule, location_name: "schedule"))
317
+ CreateImagePipelineRequest.add_member(:status, Shapes::ShapeRef.new(shape: PipelineStatus, location_name: "status"))
318
+ CreateImagePipelineRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
319
+ CreateImagePipelineRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
320
+ CreateImagePipelineRequest.struct_class = Types::CreateImagePipelineRequest
321
+
322
+ CreateImagePipelineResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
323
+ CreateImagePipelineResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
324
+ CreateImagePipelineResponse.add_member(:image_pipeline_arn, Shapes::ShapeRef.new(shape: ImagePipelineArn, location_name: "imagePipelineArn"))
325
+ CreateImagePipelineResponse.struct_class = Types::CreateImagePipelineResponse
326
+
327
+ CreateImageRecipeRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
328
+ CreateImageRecipeRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
329
+ CreateImageRecipeRequest.add_member(:semantic_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "semanticVersion"))
330
+ CreateImageRecipeRequest.add_member(:components, Shapes::ShapeRef.new(shape: ComponentConfigurationList, required: true, location_name: "components"))
331
+ CreateImageRecipeRequest.add_member(:parent_image, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "parentImage"))
332
+ CreateImageRecipeRequest.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: InstanceBlockDeviceMappings, location_name: "blockDeviceMappings"))
333
+ CreateImageRecipeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
334
+ CreateImageRecipeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
335
+ CreateImageRecipeRequest.struct_class = Types::CreateImageRecipeRequest
336
+
337
+ CreateImageRecipeResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
338
+ CreateImageRecipeResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
339
+ CreateImageRecipeResponse.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, location_name: "imageRecipeArn"))
340
+ CreateImageRecipeResponse.struct_class = Types::CreateImageRecipeResponse
341
+
342
+ CreateImageRequest.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, required: true, location_name: "imageRecipeArn"))
343
+ CreateImageRequest.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, location_name: "distributionConfigurationArn"))
344
+ CreateImageRequest.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, required: true, location_name: "infrastructureConfigurationArn"))
345
+ CreateImageRequest.add_member(:image_tests_configuration, Shapes::ShapeRef.new(shape: ImageTestsConfiguration, location_name: "imageTestsConfiguration"))
346
+ CreateImageRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
347
+ CreateImageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
348
+ CreateImageRequest.struct_class = Types::CreateImageRequest
349
+
350
+ CreateImageResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
351
+ CreateImageResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
352
+ CreateImageResponse.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, location_name: "imageBuildVersionArn"))
353
+ CreateImageResponse.struct_class = Types::CreateImageResponse
354
+
355
+ CreateInfrastructureConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
356
+ CreateInfrastructureConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
357
+ CreateInfrastructureConfigurationRequest.add_member(:instance_types, Shapes::ShapeRef.new(shape: InstanceTypeList, location_name: "instanceTypes"))
358
+ CreateInfrastructureConfigurationRequest.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "instanceProfileName"))
359
+ CreateInfrastructureConfigurationRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "securityGroupIds"))
360
+ CreateInfrastructureConfigurationRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "subnetId"))
361
+ CreateInfrastructureConfigurationRequest.add_member(:logging, Shapes::ShapeRef.new(shape: Logging, location_name: "logging"))
362
+ CreateInfrastructureConfigurationRequest.add_member(:key_pair, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "keyPair"))
363
+ CreateInfrastructureConfigurationRequest.add_member(:terminate_instance_on_failure, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "terminateInstanceOnFailure"))
364
+ CreateInfrastructureConfigurationRequest.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "snsTopicArn"))
365
+ CreateInfrastructureConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
366
+ CreateInfrastructureConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
367
+ CreateInfrastructureConfigurationRequest.struct_class = Types::CreateInfrastructureConfigurationRequest
368
+
369
+ CreateInfrastructureConfigurationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
370
+ CreateInfrastructureConfigurationResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
371
+ CreateInfrastructureConfigurationResponse.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, location_name: "infrastructureConfigurationArn"))
372
+ CreateInfrastructureConfigurationResponse.struct_class = Types::CreateInfrastructureConfigurationResponse
373
+
374
+ DeleteComponentRequest.add_member(:component_build_version_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, required: true, location: "querystring", location_name: "componentBuildVersionArn"))
375
+ DeleteComponentRequest.struct_class = Types::DeleteComponentRequest
376
+
377
+ DeleteComponentResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
378
+ DeleteComponentResponse.add_member(:component_build_version_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, location_name: "componentBuildVersionArn"))
379
+ DeleteComponentResponse.struct_class = Types::DeleteComponentResponse
380
+
381
+ DeleteDistributionConfigurationRequest.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, required: true, location: "querystring", location_name: "distributionConfigurationArn"))
382
+ DeleteDistributionConfigurationRequest.struct_class = Types::DeleteDistributionConfigurationRequest
383
+
384
+ DeleteDistributionConfigurationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
385
+ DeleteDistributionConfigurationResponse.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, location_name: "distributionConfigurationArn"))
386
+ DeleteDistributionConfigurationResponse.struct_class = Types::DeleteDistributionConfigurationResponse
387
+
388
+ DeleteImagePipelineRequest.add_member(:image_pipeline_arn, Shapes::ShapeRef.new(shape: ImagePipelineArn, required: true, location: "querystring", location_name: "imagePipelineArn"))
389
+ DeleteImagePipelineRequest.struct_class = Types::DeleteImagePipelineRequest
390
+
391
+ DeleteImagePipelineResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
392
+ DeleteImagePipelineResponse.add_member(:image_pipeline_arn, Shapes::ShapeRef.new(shape: ImagePipelineArn, location_name: "imagePipelineArn"))
393
+ DeleteImagePipelineResponse.struct_class = Types::DeleteImagePipelineResponse
394
+
395
+ DeleteImageRecipeRequest.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, required: true, location: "querystring", location_name: "imageRecipeArn"))
396
+ DeleteImageRecipeRequest.struct_class = Types::DeleteImageRecipeRequest
397
+
398
+ DeleteImageRecipeResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
399
+ DeleteImageRecipeResponse.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, location_name: "imageRecipeArn"))
400
+ DeleteImageRecipeResponse.struct_class = Types::DeleteImageRecipeResponse
401
+
402
+ DeleteImageRequest.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, required: true, location: "querystring", location_name: "imageBuildVersionArn"))
403
+ DeleteImageRequest.struct_class = Types::DeleteImageRequest
404
+
405
+ DeleteImageResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
406
+ DeleteImageResponse.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, location_name: "imageBuildVersionArn"))
407
+ DeleteImageResponse.struct_class = Types::DeleteImageResponse
408
+
409
+ DeleteInfrastructureConfigurationRequest.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, required: true, location: "querystring", location_name: "infrastructureConfigurationArn"))
410
+ DeleteInfrastructureConfigurationRequest.struct_class = Types::DeleteInfrastructureConfigurationRequest
411
+
412
+ DeleteInfrastructureConfigurationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
413
+ DeleteInfrastructureConfigurationResponse.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, location_name: "infrastructureConfigurationArn"))
414
+ DeleteInfrastructureConfigurationResponse.struct_class = Types::DeleteInfrastructureConfigurationResponse
415
+
416
+ Distribution.add_member(:region, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "region"))
417
+ Distribution.add_member(:ami_distribution_configuration, Shapes::ShapeRef.new(shape: AmiDistributionConfiguration, location_name: "amiDistributionConfiguration"))
418
+ Distribution.add_member(:license_configuration_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "licenseConfigurationArns"))
419
+ Distribution.struct_class = Types::Distribution
420
+
421
+ DistributionConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
422
+ DistributionConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
423
+ DistributionConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
424
+ DistributionConfiguration.add_member(:distributions, Shapes::ShapeRef.new(shape: DistributionList, location_name: "distributions"))
425
+ DistributionConfiguration.add_member(:timeout_minutes, Shapes::ShapeRef.new(shape: DistributionTimeoutMinutes, required: true, location_name: "timeoutMinutes"))
426
+ DistributionConfiguration.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
427
+ DistributionConfiguration.add_member(:date_updated, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateUpdated"))
428
+ DistributionConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
429
+ DistributionConfiguration.struct_class = Types::DistributionConfiguration
430
+
431
+ DistributionConfigurationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
432
+ DistributionConfigurationSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
433
+ DistributionConfigurationSummary.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
434
+ DistributionConfigurationSummary.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
435
+ DistributionConfigurationSummary.add_member(:date_updated, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateUpdated"))
436
+ DistributionConfigurationSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
437
+ DistributionConfigurationSummary.struct_class = Types::DistributionConfigurationSummary
438
+
439
+ DistributionConfigurationSummaryList.member = Shapes::ShapeRef.new(shape: DistributionConfigurationSummary)
440
+
441
+ DistributionList.member = Shapes::ShapeRef.new(shape: Distribution)
442
+
443
+ EbsInstanceBlockDeviceSpecification.add_member(:encrypted, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "encrypted"))
444
+ EbsInstanceBlockDeviceSpecification.add_member(:delete_on_termination, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "deleteOnTermination"))
445
+ EbsInstanceBlockDeviceSpecification.add_member(:iops, Shapes::ShapeRef.new(shape: EbsIopsInteger, location_name: "iops"))
446
+ EbsInstanceBlockDeviceSpecification.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "kmsKeyId"))
447
+ EbsInstanceBlockDeviceSpecification.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "snapshotId"))
448
+ EbsInstanceBlockDeviceSpecification.add_member(:volume_size, Shapes::ShapeRef.new(shape: EbsVolumeSizeInteger, location_name: "volumeSize"))
449
+ EbsInstanceBlockDeviceSpecification.add_member(:volume_type, Shapes::ShapeRef.new(shape: EbsVolumeType, location_name: "volumeType"))
450
+ EbsInstanceBlockDeviceSpecification.struct_class = Types::EbsInstanceBlockDeviceSpecification
451
+
452
+ Filter.add_member(:name, Shapes::ShapeRef.new(shape: FilterName, location_name: "name"))
453
+ Filter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, location_name: "values"))
454
+ Filter.struct_class = Types::Filter
455
+
456
+ FilterList.member = Shapes::ShapeRef.new(shape: Filter)
457
+
458
+ FilterValues.member = Shapes::ShapeRef.new(shape: FilterValue)
459
+
460
+ ForbiddenException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
461
+ ForbiddenException.struct_class = Types::ForbiddenException
462
+
463
+ GetComponentPolicyRequest.add_member(:component_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, required: true, location: "querystring", location_name: "componentArn"))
464
+ GetComponentPolicyRequest.struct_class = Types::GetComponentPolicyRequest
465
+
466
+ GetComponentPolicyResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
467
+ GetComponentPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "policy"))
468
+ GetComponentPolicyResponse.struct_class = Types::GetComponentPolicyResponse
469
+
470
+ GetComponentRequest.add_member(:component_build_version_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, required: true, location: "querystring", location_name: "componentBuildVersionArn"))
471
+ GetComponentRequest.struct_class = Types::GetComponentRequest
472
+
473
+ GetComponentResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
474
+ GetComponentResponse.add_member(:component, Shapes::ShapeRef.new(shape: Component, location_name: "component"))
475
+ GetComponentResponse.struct_class = Types::GetComponentResponse
476
+
477
+ GetDistributionConfigurationRequest.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, required: true, location: "querystring", location_name: "distributionConfigurationArn"))
478
+ GetDistributionConfigurationRequest.struct_class = Types::GetDistributionConfigurationRequest
479
+
480
+ GetDistributionConfigurationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
481
+ GetDistributionConfigurationResponse.add_member(:distribution_configuration, Shapes::ShapeRef.new(shape: DistributionConfiguration, location_name: "distributionConfiguration"))
482
+ GetDistributionConfigurationResponse.struct_class = Types::GetDistributionConfigurationResponse
483
+
484
+ GetImagePipelineRequest.add_member(:image_pipeline_arn, Shapes::ShapeRef.new(shape: ImagePipelineArn, required: true, location: "querystring", location_name: "imagePipelineArn"))
485
+ GetImagePipelineRequest.struct_class = Types::GetImagePipelineRequest
486
+
487
+ GetImagePipelineResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
488
+ GetImagePipelineResponse.add_member(:image_pipeline, Shapes::ShapeRef.new(shape: ImagePipeline, location_name: "imagePipeline"))
489
+ GetImagePipelineResponse.struct_class = Types::GetImagePipelineResponse
490
+
491
+ GetImagePolicyRequest.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, required: true, location: "querystring", location_name: "imageArn"))
492
+ GetImagePolicyRequest.struct_class = Types::GetImagePolicyRequest
493
+
494
+ GetImagePolicyResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
495
+ GetImagePolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "policy"))
496
+ GetImagePolicyResponse.struct_class = Types::GetImagePolicyResponse
497
+
498
+ GetImageRecipePolicyRequest.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, required: true, location: "querystring", location_name: "imageRecipeArn"))
499
+ GetImageRecipePolicyRequest.struct_class = Types::GetImageRecipePolicyRequest
500
+
501
+ GetImageRecipePolicyResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
502
+ GetImageRecipePolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "policy"))
503
+ GetImageRecipePolicyResponse.struct_class = Types::GetImageRecipePolicyResponse
504
+
505
+ GetImageRecipeRequest.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, required: true, location: "querystring", location_name: "imageRecipeArn"))
506
+ GetImageRecipeRequest.struct_class = Types::GetImageRecipeRequest
507
+
508
+ GetImageRecipeResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
509
+ GetImageRecipeResponse.add_member(:image_recipe, Shapes::ShapeRef.new(shape: ImageRecipe, location_name: "imageRecipe"))
510
+ GetImageRecipeResponse.struct_class = Types::GetImageRecipeResponse
511
+
512
+ GetImageRequest.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, required: true, location: "querystring", location_name: "imageBuildVersionArn"))
513
+ GetImageRequest.struct_class = Types::GetImageRequest
514
+
515
+ GetImageResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
516
+ GetImageResponse.add_member(:image, Shapes::ShapeRef.new(shape: Image, location_name: "image"))
517
+ GetImageResponse.struct_class = Types::GetImageResponse
518
+
519
+ GetInfrastructureConfigurationRequest.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, required: true, location: "querystring", location_name: "infrastructureConfigurationArn"))
520
+ GetInfrastructureConfigurationRequest.struct_class = Types::GetInfrastructureConfigurationRequest
521
+
522
+ GetInfrastructureConfigurationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
523
+ GetInfrastructureConfigurationResponse.add_member(:infrastructure_configuration, Shapes::ShapeRef.new(shape: InfrastructureConfiguration, location_name: "infrastructureConfiguration"))
524
+ GetInfrastructureConfigurationResponse.struct_class = Types::GetInfrastructureConfigurationResponse
525
+
526
+ IdempotentParameterMismatchException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
527
+ IdempotentParameterMismatchException.struct_class = Types::IdempotentParameterMismatchException
528
+
529
+ Image.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
530
+ Image.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
531
+ Image.add_member(:version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "version"))
532
+ Image.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
533
+ Image.add_member(:state, Shapes::ShapeRef.new(shape: ImageState, location_name: "state"))
534
+ Image.add_member(:image_recipe, Shapes::ShapeRef.new(shape: ImageRecipe, location_name: "imageRecipe"))
535
+ Image.add_member(:source_pipeline_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "sourcePipelineName"))
536
+ Image.add_member(:source_pipeline_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "sourcePipelineArn"))
537
+ Image.add_member(:infrastructure_configuration, Shapes::ShapeRef.new(shape: InfrastructureConfiguration, location_name: "infrastructureConfiguration"))
538
+ Image.add_member(:distribution_configuration, Shapes::ShapeRef.new(shape: DistributionConfiguration, location_name: "distributionConfiguration"))
539
+ Image.add_member(:image_tests_configuration, Shapes::ShapeRef.new(shape: ImageTestsConfiguration, location_name: "imageTestsConfiguration"))
540
+ Image.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
541
+ Image.add_member(:output_resources, Shapes::ShapeRef.new(shape: OutputResources, location_name: "outputResources"))
542
+ Image.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
543
+ Image.struct_class = Types::Image
544
+
545
+ ImagePipeline.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
546
+ ImagePipeline.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
547
+ ImagePipeline.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
548
+ ImagePipeline.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
549
+ ImagePipeline.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "imageRecipeArn"))
550
+ ImagePipeline.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "infrastructureConfigurationArn"))
551
+ ImagePipeline.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "distributionConfigurationArn"))
552
+ ImagePipeline.add_member(:image_tests_configuration, Shapes::ShapeRef.new(shape: ImageTestsConfiguration, location_name: "imageTestsConfiguration"))
553
+ ImagePipeline.add_member(:schedule, Shapes::ShapeRef.new(shape: Schedule, location_name: "schedule"))
554
+ ImagePipeline.add_member(:status, Shapes::ShapeRef.new(shape: PipelineStatus, location_name: "status"))
555
+ ImagePipeline.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
556
+ ImagePipeline.add_member(:date_updated, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateUpdated"))
557
+ ImagePipeline.add_member(:date_last_run, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateLastRun"))
558
+ ImagePipeline.add_member(:date_next_run, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateNextRun"))
559
+ ImagePipeline.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
560
+ ImagePipeline.struct_class = Types::ImagePipeline
561
+
562
+ ImagePipelineList.member = Shapes::ShapeRef.new(shape: ImagePipeline)
563
+
564
+ ImageRecipe.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
565
+ ImageRecipe.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
566
+ ImageRecipe.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
567
+ ImageRecipe.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
568
+ ImageRecipe.add_member(:owner, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "owner"))
569
+ ImageRecipe.add_member(:version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "version"))
570
+ ImageRecipe.add_member(:components, Shapes::ShapeRef.new(shape: ComponentConfigurationList, location_name: "components"))
571
+ ImageRecipe.add_member(:parent_image, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "parentImage"))
572
+ ImageRecipe.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: InstanceBlockDeviceMappings, location_name: "blockDeviceMappings"))
573
+ ImageRecipe.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
574
+ ImageRecipe.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
575
+ ImageRecipe.struct_class = Types::ImageRecipe
576
+
577
+ ImageRecipeSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
578
+ ImageRecipeSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
579
+ ImageRecipeSummary.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
580
+ ImageRecipeSummary.add_member(:owner, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "owner"))
581
+ ImageRecipeSummary.add_member(:parent_image, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "parentImage"))
582
+ ImageRecipeSummary.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
583
+ ImageRecipeSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
584
+ ImageRecipeSummary.struct_class = Types::ImageRecipeSummary
585
+
586
+ ImageRecipeSummaryList.member = Shapes::ShapeRef.new(shape: ImageRecipeSummary)
587
+
588
+ ImageState.add_member(:status, Shapes::ShapeRef.new(shape: ImageStatus, location_name: "status"))
589
+ ImageState.add_member(:reason, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "reason"))
590
+ ImageState.struct_class = Types::ImageState
591
+
592
+ ImageSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
593
+ ImageSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
594
+ ImageSummary.add_member(:version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "version"))
595
+ ImageSummary.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
596
+ ImageSummary.add_member(:state, Shapes::ShapeRef.new(shape: ImageState, location_name: "state"))
597
+ ImageSummary.add_member(:owner, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "owner"))
598
+ ImageSummary.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
599
+ ImageSummary.add_member(:output_resources, Shapes::ShapeRef.new(shape: OutputResources, location_name: "outputResources"))
600
+ ImageSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
601
+ ImageSummary.struct_class = Types::ImageSummary
602
+
603
+ ImageSummaryList.member = Shapes::ShapeRef.new(shape: ImageSummary)
604
+
605
+ ImageTestsConfiguration.add_member(:image_tests_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "imageTestsEnabled"))
606
+ ImageTestsConfiguration.add_member(:timeout_minutes, Shapes::ShapeRef.new(shape: ImageTestsTimeoutMinutes, location_name: "timeoutMinutes"))
607
+ ImageTestsConfiguration.struct_class = Types::ImageTestsConfiguration
608
+
609
+ ImageVersion.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
610
+ ImageVersion.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
611
+ ImageVersion.add_member(:version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "version"))
612
+ ImageVersion.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
613
+ ImageVersion.add_member(:owner, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "owner"))
614
+ ImageVersion.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
615
+ ImageVersion.struct_class = Types::ImageVersion
616
+
617
+ ImageVersionList.member = Shapes::ShapeRef.new(shape: ImageVersion)
618
+
619
+ ImportComponentRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
620
+ ImportComponentRequest.add_member(:semantic_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "semanticVersion"))
621
+ ImportComponentRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
622
+ ImportComponentRequest.add_member(:change_description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "changeDescription"))
623
+ ImportComponentRequest.add_member(:type, Shapes::ShapeRef.new(shape: ComponentType, required: true, location_name: "type"))
624
+ ImportComponentRequest.add_member(:format, Shapes::ShapeRef.new(shape: ComponentFormat, required: true, location_name: "format"))
625
+ ImportComponentRequest.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, required: true, location_name: "platform"))
626
+ ImportComponentRequest.add_member(:data, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "data"))
627
+ ImportComponentRequest.add_member(:uri, Shapes::ShapeRef.new(shape: Uri, location_name: "uri"))
628
+ ImportComponentRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "kmsKeyId"))
629
+ ImportComponentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
630
+ ImportComponentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
631
+ ImportComponentRequest.struct_class = Types::ImportComponentRequest
632
+
633
+ ImportComponentResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
634
+ ImportComponentResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
635
+ ImportComponentResponse.add_member(:component_build_version_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, location_name: "componentBuildVersionArn"))
636
+ ImportComponentResponse.struct_class = Types::ImportComponentResponse
637
+
638
+ InfrastructureConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
639
+ InfrastructureConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
640
+ InfrastructureConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
641
+ InfrastructureConfiguration.add_member(:instance_types, Shapes::ShapeRef.new(shape: InstanceTypeList, location_name: "instanceTypes"))
642
+ InfrastructureConfiguration.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "instanceProfileName"))
643
+ InfrastructureConfiguration.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "securityGroupIds"))
644
+ InfrastructureConfiguration.add_member(:subnet_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "subnetId"))
645
+ InfrastructureConfiguration.add_member(:logging, Shapes::ShapeRef.new(shape: Logging, location_name: "logging"))
646
+ InfrastructureConfiguration.add_member(:key_pair, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "keyPair"))
647
+ InfrastructureConfiguration.add_member(:terminate_instance_on_failure, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "terminateInstanceOnFailure"))
648
+ InfrastructureConfiguration.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "snsTopicArn"))
649
+ InfrastructureConfiguration.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
650
+ InfrastructureConfiguration.add_member(:date_updated, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateUpdated"))
651
+ InfrastructureConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
652
+ InfrastructureConfiguration.struct_class = Types::InfrastructureConfiguration
653
+
654
+ InfrastructureConfigurationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
655
+ InfrastructureConfigurationSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
656
+ InfrastructureConfigurationSummary.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
657
+ InfrastructureConfigurationSummary.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
658
+ InfrastructureConfigurationSummary.add_member(:date_updated, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateUpdated"))
659
+ InfrastructureConfigurationSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
660
+ InfrastructureConfigurationSummary.struct_class = Types::InfrastructureConfigurationSummary
661
+
662
+ InfrastructureConfigurationSummaryList.member = Shapes::ShapeRef.new(shape: InfrastructureConfigurationSummary)
663
+
664
+ InstanceBlockDeviceMapping.add_member(:device_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "deviceName"))
665
+ InstanceBlockDeviceMapping.add_member(:ebs, Shapes::ShapeRef.new(shape: EbsInstanceBlockDeviceSpecification, location_name: "ebs"))
666
+ InstanceBlockDeviceMapping.add_member(:virtual_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "virtualName"))
667
+ InstanceBlockDeviceMapping.add_member(:no_device, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "noDevice"))
668
+ InstanceBlockDeviceMapping.struct_class = Types::InstanceBlockDeviceMapping
669
+
670
+ InstanceBlockDeviceMappings.member = Shapes::ShapeRef.new(shape: InstanceBlockDeviceMapping)
671
+
672
+ InstanceTypeList.member = Shapes::ShapeRef.new(shape: InstanceType)
673
+
674
+ InvalidPaginationTokenException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
675
+ InvalidPaginationTokenException.struct_class = Types::InvalidPaginationTokenException
676
+
677
+ InvalidParameterCombinationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
678
+ InvalidParameterCombinationException.struct_class = Types::InvalidParameterCombinationException
679
+
680
+ InvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
681
+ InvalidParameterException.struct_class = Types::InvalidParameterException
682
+
683
+ InvalidParameterValueException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
684
+ InvalidParameterValueException.struct_class = Types::InvalidParameterValueException
685
+
686
+ InvalidRequestException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
687
+ InvalidRequestException.struct_class = Types::InvalidRequestException
688
+
689
+ InvalidVersionNumberException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
690
+ InvalidVersionNumberException.struct_class = Types::InvalidVersionNumberException
691
+
692
+ LaunchPermissionConfiguration.add_member(:user_ids, Shapes::ShapeRef.new(shape: AccountList, location_name: "userIds"))
693
+ LaunchPermissionConfiguration.add_member(:user_groups, Shapes::ShapeRef.new(shape: StringList, location_name: "userGroups"))
694
+ LaunchPermissionConfiguration.struct_class = Types::LaunchPermissionConfiguration
695
+
696
+ ListComponentBuildVersionsRequest.add_member(:component_version_arn, Shapes::ShapeRef.new(shape: ComponentVersionArn, required: true, location_name: "componentVersionArn"))
697
+ ListComponentBuildVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
698
+ ListComponentBuildVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
699
+ ListComponentBuildVersionsRequest.struct_class = Types::ListComponentBuildVersionsRequest
700
+
701
+ ListComponentBuildVersionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
702
+ ListComponentBuildVersionsResponse.add_member(:component_summary_list, Shapes::ShapeRef.new(shape: ComponentSummaryList, location_name: "componentSummaryList"))
703
+ ListComponentBuildVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
704
+ ListComponentBuildVersionsResponse.struct_class = Types::ListComponentBuildVersionsResponse
705
+
706
+ ListComponentsRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
707
+ ListComponentsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
708
+ ListComponentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
709
+ ListComponentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
710
+ ListComponentsRequest.struct_class = Types::ListComponentsRequest
711
+
712
+ ListComponentsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
713
+ ListComponentsResponse.add_member(:component_version_list, Shapes::ShapeRef.new(shape: ComponentVersionList, location_name: "componentVersionList"))
714
+ ListComponentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
715
+ ListComponentsResponse.struct_class = Types::ListComponentsResponse
716
+
717
+ ListDistributionConfigurationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
718
+ ListDistributionConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
719
+ ListDistributionConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
720
+ ListDistributionConfigurationsRequest.struct_class = Types::ListDistributionConfigurationsRequest
721
+
722
+ ListDistributionConfigurationsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
723
+ ListDistributionConfigurationsResponse.add_member(:distribution_configuration_summary_list, Shapes::ShapeRef.new(shape: DistributionConfigurationSummaryList, location_name: "distributionConfigurationSummaryList"))
724
+ ListDistributionConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
725
+ ListDistributionConfigurationsResponse.struct_class = Types::ListDistributionConfigurationsResponse
726
+
727
+ ListImageBuildVersionsRequest.add_member(:image_version_arn, Shapes::ShapeRef.new(shape: ImageVersionArn, required: true, location_name: "imageVersionArn"))
728
+ ListImageBuildVersionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
729
+ ListImageBuildVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
730
+ ListImageBuildVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
731
+ ListImageBuildVersionsRequest.struct_class = Types::ListImageBuildVersionsRequest
732
+
733
+ ListImageBuildVersionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
734
+ ListImageBuildVersionsResponse.add_member(:image_summary_list, Shapes::ShapeRef.new(shape: ImageSummaryList, location_name: "imageSummaryList"))
735
+ ListImageBuildVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
736
+ ListImageBuildVersionsResponse.struct_class = Types::ListImageBuildVersionsResponse
737
+
738
+ ListImagePipelineImagesRequest.add_member(:image_pipeline_arn, Shapes::ShapeRef.new(shape: ImagePipelineArn, location_name: "imagePipelineArn"))
739
+ ListImagePipelineImagesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
740
+ ListImagePipelineImagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
741
+ ListImagePipelineImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
742
+ ListImagePipelineImagesRequest.struct_class = Types::ListImagePipelineImagesRequest
743
+
744
+ ListImagePipelineImagesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
745
+ ListImagePipelineImagesResponse.add_member(:image_summary_list, Shapes::ShapeRef.new(shape: ImageSummaryList, location_name: "imageSummaryList"))
746
+ ListImagePipelineImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
747
+ ListImagePipelineImagesResponse.struct_class = Types::ListImagePipelineImagesResponse
748
+
749
+ ListImagePipelinesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
750
+ ListImagePipelinesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
751
+ ListImagePipelinesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
752
+ ListImagePipelinesRequest.struct_class = Types::ListImagePipelinesRequest
753
+
754
+ ListImagePipelinesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
755
+ ListImagePipelinesResponse.add_member(:image_pipeline_list, Shapes::ShapeRef.new(shape: ImagePipelineList, location_name: "imagePipelineList"))
756
+ ListImagePipelinesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
757
+ ListImagePipelinesResponse.struct_class = Types::ListImagePipelinesResponse
758
+
759
+ ListImageRecipesRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
760
+ ListImageRecipesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
761
+ ListImageRecipesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
762
+ ListImageRecipesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
763
+ ListImageRecipesRequest.struct_class = Types::ListImageRecipesRequest
764
+
765
+ ListImageRecipesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
766
+ ListImageRecipesResponse.add_member(:image_recipe_summary_list, Shapes::ShapeRef.new(shape: ImageRecipeSummaryList, location_name: "imageRecipeSummaryList"))
767
+ ListImageRecipesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
768
+ ListImageRecipesResponse.struct_class = Types::ListImageRecipesResponse
769
+
770
+ ListImagesRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
771
+ ListImagesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
772
+ ListImagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
773
+ ListImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
774
+ ListImagesRequest.struct_class = Types::ListImagesRequest
775
+
776
+ ListImagesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
777
+ ListImagesResponse.add_member(:image_version_list, Shapes::ShapeRef.new(shape: ImageVersionList, location_name: "imageVersionList"))
778
+ ListImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
779
+ ListImagesResponse.struct_class = Types::ListImagesResponse
780
+
781
+ ListInfrastructureConfigurationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
782
+ ListInfrastructureConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
783
+ ListInfrastructureConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
784
+ ListInfrastructureConfigurationsRequest.struct_class = Types::ListInfrastructureConfigurationsRequest
785
+
786
+ ListInfrastructureConfigurationsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
787
+ ListInfrastructureConfigurationsResponse.add_member(:infrastructure_configuration_summary_list, Shapes::ShapeRef.new(shape: InfrastructureConfigurationSummaryList, location_name: "infrastructureConfigurationSummaryList"))
788
+ ListInfrastructureConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
789
+ ListInfrastructureConfigurationsResponse.struct_class = Types::ListInfrastructureConfigurationsResponse
790
+
791
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, required: true, location: "uri", location_name: "resourceArn"))
792
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
793
+
794
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
795
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
796
+
797
+ Logging.add_member(:s3_logs, Shapes::ShapeRef.new(shape: S3Logs, location_name: "s3Logs"))
798
+ Logging.struct_class = Types::Logging
799
+
800
+ OutputResources.add_member(:amis, Shapes::ShapeRef.new(shape: AmiList, location_name: "amis"))
801
+ OutputResources.struct_class = Types::OutputResources
802
+
803
+ PutComponentPolicyRequest.add_member(:component_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, required: true, location_name: "componentArn"))
804
+ PutComponentPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "policy"))
805
+ PutComponentPolicyRequest.struct_class = Types::PutComponentPolicyRequest
806
+
807
+ PutComponentPolicyResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
808
+ PutComponentPolicyResponse.add_member(:component_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, location_name: "componentArn"))
809
+ PutComponentPolicyResponse.struct_class = Types::PutComponentPolicyResponse
810
+
811
+ PutImagePolicyRequest.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, required: true, location_name: "imageArn"))
812
+ PutImagePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "policy"))
813
+ PutImagePolicyRequest.struct_class = Types::PutImagePolicyRequest
814
+
815
+ PutImagePolicyResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
816
+ PutImagePolicyResponse.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, location_name: "imageArn"))
817
+ PutImagePolicyResponse.struct_class = Types::PutImagePolicyResponse
818
+
819
+ PutImageRecipePolicyRequest.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, required: true, location_name: "imageRecipeArn"))
820
+ PutImageRecipePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "policy"))
821
+ PutImageRecipePolicyRequest.struct_class = Types::PutImageRecipePolicyRequest
822
+
823
+ PutImageRecipePolicyResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
824
+ PutImageRecipePolicyResponse.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, location_name: "imageRecipeArn"))
825
+ PutImageRecipePolicyResponse.struct_class = Types::PutImageRecipePolicyResponse
826
+
827
+ ResourceAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
828
+ ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
829
+
830
+ ResourceDependencyException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
831
+ ResourceDependencyException.struct_class = Types::ResourceDependencyException
832
+
833
+ ResourceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
834
+ ResourceInUseException.struct_class = Types::ResourceInUseException
835
+
836
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
837
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
838
+
839
+ S3Logs.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "s3BucketName"))
840
+ S3Logs.add_member(:s3_key_prefix, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "s3KeyPrefix"))
841
+ S3Logs.struct_class = Types::S3Logs
842
+
843
+ Schedule.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "scheduleExpression"))
844
+ Schedule.add_member(:pipeline_execution_start_condition, Shapes::ShapeRef.new(shape: PipelineExecutionStartCondition, location_name: "pipelineExecutionStartCondition"))
845
+ Schedule.struct_class = Types::Schedule
846
+
847
+ SecurityGroupIds.member = Shapes::ShapeRef.new(shape: NonEmptyString)
848
+
849
+ ServiceException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
850
+ ServiceException.struct_class = Types::ServiceException
851
+
852
+ ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
853
+ ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
854
+
855
+ StartImagePipelineExecutionRequest.add_member(:image_pipeline_arn, Shapes::ShapeRef.new(shape: ImagePipelineArn, required: true, location_name: "imagePipelineArn"))
856
+ StartImagePipelineExecutionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
857
+ StartImagePipelineExecutionRequest.struct_class = Types::StartImagePipelineExecutionRequest
858
+
859
+ StartImagePipelineExecutionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
860
+ StartImagePipelineExecutionResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
861
+ StartImagePipelineExecutionResponse.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, location_name: "imageBuildVersionArn"))
862
+ StartImagePipelineExecutionResponse.struct_class = Types::StartImagePipelineExecutionResponse
863
+
864
+ StringList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
865
+
866
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
867
+
868
+ TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
869
+ TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
870
+
871
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, required: true, location: "uri", location_name: "resourceArn"))
872
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
873
+ TagResourceRequest.struct_class = Types::TagResourceRequest
874
+
875
+ TagResourceResponse.struct_class = Types::TagResourceResponse
876
+
877
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, required: true, location: "uri", location_name: "resourceArn"))
878
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
879
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
880
+
881
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
882
+
883
+ UpdateDistributionConfigurationRequest.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, required: true, location_name: "distributionConfigurationArn"))
884
+ UpdateDistributionConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
885
+ UpdateDistributionConfigurationRequest.add_member(:distributions, Shapes::ShapeRef.new(shape: DistributionList, location_name: "distributions"))
886
+ UpdateDistributionConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
887
+ UpdateDistributionConfigurationRequest.struct_class = Types::UpdateDistributionConfigurationRequest
888
+
889
+ UpdateDistributionConfigurationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
890
+ UpdateDistributionConfigurationResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
891
+ UpdateDistributionConfigurationResponse.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, location_name: "distributionConfigurationArn"))
892
+ UpdateDistributionConfigurationResponse.struct_class = Types::UpdateDistributionConfigurationResponse
893
+
894
+ UpdateImagePipelineRequest.add_member(:image_pipeline_arn, Shapes::ShapeRef.new(shape: ImagePipelineArn, required: true, location_name: "imagePipelineArn"))
895
+ UpdateImagePipelineRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
896
+ UpdateImagePipelineRequest.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, location_name: "imageRecipeArn"))
897
+ UpdateImagePipelineRequest.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, location_name: "infrastructureConfigurationArn"))
898
+ UpdateImagePipelineRequest.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, location_name: "distributionConfigurationArn"))
899
+ UpdateImagePipelineRequest.add_member(:image_tests_configuration, Shapes::ShapeRef.new(shape: ImageTestsConfiguration, location_name: "imageTestsConfiguration"))
900
+ UpdateImagePipelineRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: Schedule, location_name: "schedule"))
901
+ UpdateImagePipelineRequest.add_member(:status, Shapes::ShapeRef.new(shape: PipelineStatus, location_name: "status"))
902
+ UpdateImagePipelineRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
903
+ UpdateImagePipelineRequest.struct_class = Types::UpdateImagePipelineRequest
904
+
905
+ UpdateImagePipelineResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
906
+ UpdateImagePipelineResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
907
+ UpdateImagePipelineResponse.add_member(:image_pipeline_arn, Shapes::ShapeRef.new(shape: ImagePipelineArn, location_name: "imagePipelineArn"))
908
+ UpdateImagePipelineResponse.struct_class = Types::UpdateImagePipelineResponse
909
+
910
+ UpdateInfrastructureConfigurationRequest.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, required: true, location_name: "infrastructureConfigurationArn"))
911
+ UpdateInfrastructureConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
912
+ UpdateInfrastructureConfigurationRequest.add_member(:instance_types, Shapes::ShapeRef.new(shape: InstanceTypeList, location_name: "instanceTypes"))
913
+ UpdateInfrastructureConfigurationRequest.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "instanceProfileName"))
914
+ UpdateInfrastructureConfigurationRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "securityGroupIds"))
915
+ UpdateInfrastructureConfigurationRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "subnetId"))
916
+ UpdateInfrastructureConfigurationRequest.add_member(:logging, Shapes::ShapeRef.new(shape: Logging, location_name: "logging"))
917
+ UpdateInfrastructureConfigurationRequest.add_member(:key_pair, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "keyPair"))
918
+ UpdateInfrastructureConfigurationRequest.add_member(:terminate_instance_on_failure, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "terminateInstanceOnFailure"))
919
+ UpdateInfrastructureConfigurationRequest.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "snsTopicArn"))
920
+ UpdateInfrastructureConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
921
+ UpdateInfrastructureConfigurationRequest.struct_class = Types::UpdateInfrastructureConfigurationRequest
922
+
923
+ UpdateInfrastructureConfigurationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
924
+ UpdateInfrastructureConfigurationResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
925
+ UpdateInfrastructureConfigurationResponse.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, location_name: "infrastructureConfigurationArn"))
926
+ UpdateInfrastructureConfigurationResponse.struct_class = Types::UpdateInfrastructureConfigurationResponse
927
+
928
+
929
+ # @api private
930
+ API = Seahorse::Model::Api.new.tap do |api|
931
+
932
+ api.version = "2019-12-02"
933
+
934
+ api.metadata = {
935
+ "apiVersion" => "2019-12-02",
936
+ "endpointPrefix" => "imagebuilder",
937
+ "jsonVersion" => "1.1",
938
+ "protocol" => "rest-json",
939
+ "serviceAbbreviation" => "imagebuilder",
940
+ "serviceFullName" => "EC2 Image Builder",
941
+ "serviceId" => "imagebuilder",
942
+ "signatureVersion" => "v4",
943
+ "signingName" => "imagebuilder",
944
+ "uid" => "imagebuilder-2019-12-02",
945
+ }
946
+
947
+ api.add_operation(:cancel_image_creation, Seahorse::Model::Operation.new.tap do |o|
948
+ o.name = "CancelImageCreation"
949
+ o.http_method = "PUT"
950
+ o.http_request_uri = "/CancelImageCreation"
951
+ o.input = Shapes::ShapeRef.new(shape: CancelImageCreationRequest)
952
+ o.output = Shapes::ShapeRef.new(shape: CancelImageCreationResponse)
953
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
954
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
955
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
956
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
957
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
958
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
959
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
960
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
961
+ end)
962
+
963
+ api.add_operation(:create_component, Seahorse::Model::Operation.new.tap do |o|
964
+ o.name = "CreateComponent"
965
+ o.http_method = "PUT"
966
+ o.http_request_uri = "/CreateComponent"
967
+ o.input = Shapes::ShapeRef.new(shape: CreateComponentRequest)
968
+ o.output = Shapes::ShapeRef.new(shape: CreateComponentResponse)
969
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
970
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
971
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
972
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
973
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
974
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
975
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
976
+ o.errors << Shapes::ShapeRef.new(shape: InvalidVersionNumberException)
977
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
978
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
979
+ end)
980
+
981
+ api.add_operation(:create_distribution_configuration, Seahorse::Model::Operation.new.tap do |o|
982
+ o.name = "CreateDistributionConfiguration"
983
+ o.http_method = "PUT"
984
+ o.http_request_uri = "/CreateDistributionConfiguration"
985
+ o.input = Shapes::ShapeRef.new(shape: CreateDistributionConfigurationRequest)
986
+ o.output = Shapes::ShapeRef.new(shape: CreateDistributionConfigurationResponse)
987
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
988
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
989
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
990
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
991
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
992
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
993
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
994
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
995
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
996
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
997
+ end)
998
+
999
+ api.add_operation(:create_image, Seahorse::Model::Operation.new.tap do |o|
1000
+ o.name = "CreateImage"
1001
+ o.http_method = "PUT"
1002
+ o.http_request_uri = "/CreateImage"
1003
+ o.input = Shapes::ShapeRef.new(shape: CreateImageRequest)
1004
+ o.output = Shapes::ShapeRef.new(shape: CreateImageResponse)
1005
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1006
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1007
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1008
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1009
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
1010
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1011
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1012
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1013
+ end)
1014
+
1015
+ api.add_operation(:create_image_pipeline, Seahorse::Model::Operation.new.tap do |o|
1016
+ o.name = "CreateImagePipeline"
1017
+ o.http_method = "PUT"
1018
+ o.http_request_uri = "/CreateImagePipeline"
1019
+ o.input = Shapes::ShapeRef.new(shape: CreateImagePipelineRequest)
1020
+ o.output = Shapes::ShapeRef.new(shape: CreateImagePipelineResponse)
1021
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1022
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1023
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1024
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1025
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
1026
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1027
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1028
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1029
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1030
+ end)
1031
+
1032
+ api.add_operation(:create_image_recipe, Seahorse::Model::Operation.new.tap do |o|
1033
+ o.name = "CreateImageRecipe"
1034
+ o.http_method = "PUT"
1035
+ o.http_request_uri = "/CreateImageRecipe"
1036
+ o.input = Shapes::ShapeRef.new(shape: CreateImageRecipeRequest)
1037
+ o.output = Shapes::ShapeRef.new(shape: CreateImageRecipeResponse)
1038
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1039
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1040
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1041
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1042
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
1043
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1044
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1045
+ o.errors << Shapes::ShapeRef.new(shape: InvalidVersionNumberException)
1046
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1047
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1048
+ end)
1049
+
1050
+ api.add_operation(:create_infrastructure_configuration, Seahorse::Model::Operation.new.tap do |o|
1051
+ o.name = "CreateInfrastructureConfiguration"
1052
+ o.http_method = "PUT"
1053
+ o.http_request_uri = "/CreateInfrastructureConfiguration"
1054
+ o.input = Shapes::ShapeRef.new(shape: CreateInfrastructureConfigurationRequest)
1055
+ o.output = Shapes::ShapeRef.new(shape: CreateInfrastructureConfigurationResponse)
1056
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1057
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1058
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1059
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1060
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
1061
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1062
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1063
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1064
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1065
+ end)
1066
+
1067
+ api.add_operation(:delete_component, Seahorse::Model::Operation.new.tap do |o|
1068
+ o.name = "DeleteComponent"
1069
+ o.http_method = "DELETE"
1070
+ o.http_request_uri = "/DeleteComponent"
1071
+ o.input = Shapes::ShapeRef.new(shape: DeleteComponentRequest)
1072
+ o.output = Shapes::ShapeRef.new(shape: DeleteComponentResponse)
1073
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1074
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1075
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1076
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1077
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1078
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1079
+ o.errors << Shapes::ShapeRef.new(shape: ResourceDependencyException)
1080
+ end)
1081
+
1082
+ api.add_operation(:delete_distribution_configuration, Seahorse::Model::Operation.new.tap do |o|
1083
+ o.name = "DeleteDistributionConfiguration"
1084
+ o.http_method = "DELETE"
1085
+ o.http_request_uri = "/DeleteDistributionConfiguration"
1086
+ o.input = Shapes::ShapeRef.new(shape: DeleteDistributionConfigurationRequest)
1087
+ o.output = Shapes::ShapeRef.new(shape: DeleteDistributionConfigurationResponse)
1088
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1089
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1090
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1091
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1092
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1093
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1094
+ o.errors << Shapes::ShapeRef.new(shape: ResourceDependencyException)
1095
+ end)
1096
+
1097
+ api.add_operation(:delete_image, Seahorse::Model::Operation.new.tap do |o|
1098
+ o.name = "DeleteImage"
1099
+ o.http_method = "DELETE"
1100
+ o.http_request_uri = "/DeleteImage"
1101
+ o.input = Shapes::ShapeRef.new(shape: DeleteImageRequest)
1102
+ o.output = Shapes::ShapeRef.new(shape: DeleteImageResponse)
1103
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1104
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1105
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1106
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1107
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1108
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1109
+ o.errors << Shapes::ShapeRef.new(shape: ResourceDependencyException)
1110
+ end)
1111
+
1112
+ api.add_operation(:delete_image_pipeline, Seahorse::Model::Operation.new.tap do |o|
1113
+ o.name = "DeleteImagePipeline"
1114
+ o.http_method = "DELETE"
1115
+ o.http_request_uri = "/DeleteImagePipeline"
1116
+ o.input = Shapes::ShapeRef.new(shape: DeleteImagePipelineRequest)
1117
+ o.output = Shapes::ShapeRef.new(shape: DeleteImagePipelineResponse)
1118
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1119
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1120
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1121
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1122
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1123
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1124
+ o.errors << Shapes::ShapeRef.new(shape: ResourceDependencyException)
1125
+ end)
1126
+
1127
+ api.add_operation(:delete_image_recipe, Seahorse::Model::Operation.new.tap do |o|
1128
+ o.name = "DeleteImageRecipe"
1129
+ o.http_method = "DELETE"
1130
+ o.http_request_uri = "/DeleteImageRecipe"
1131
+ o.input = Shapes::ShapeRef.new(shape: DeleteImageRecipeRequest)
1132
+ o.output = Shapes::ShapeRef.new(shape: DeleteImageRecipeResponse)
1133
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1134
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1135
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1136
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1137
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1138
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1139
+ o.errors << Shapes::ShapeRef.new(shape: ResourceDependencyException)
1140
+ end)
1141
+
1142
+ api.add_operation(:delete_infrastructure_configuration, Seahorse::Model::Operation.new.tap do |o|
1143
+ o.name = "DeleteInfrastructureConfiguration"
1144
+ o.http_method = "DELETE"
1145
+ o.http_request_uri = "/DeleteInfrastructureConfiguration"
1146
+ o.input = Shapes::ShapeRef.new(shape: DeleteInfrastructureConfigurationRequest)
1147
+ o.output = Shapes::ShapeRef.new(shape: DeleteInfrastructureConfigurationResponse)
1148
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1149
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1150
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1151
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1152
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1153
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1154
+ o.errors << Shapes::ShapeRef.new(shape: ResourceDependencyException)
1155
+ end)
1156
+
1157
+ api.add_operation(:get_component, Seahorse::Model::Operation.new.tap do |o|
1158
+ o.name = "GetComponent"
1159
+ o.http_method = "GET"
1160
+ o.http_request_uri = "/GetComponent"
1161
+ o.input = Shapes::ShapeRef.new(shape: GetComponentRequest)
1162
+ o.output = Shapes::ShapeRef.new(shape: GetComponentResponse)
1163
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1164
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1165
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1166
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1167
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1168
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1169
+ end)
1170
+
1171
+ api.add_operation(:get_component_policy, Seahorse::Model::Operation.new.tap do |o|
1172
+ o.name = "GetComponentPolicy"
1173
+ o.http_method = "GET"
1174
+ o.http_request_uri = "/GetComponentPolicy"
1175
+ o.input = Shapes::ShapeRef.new(shape: GetComponentPolicyRequest)
1176
+ o.output = Shapes::ShapeRef.new(shape: GetComponentPolicyResponse)
1177
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1178
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1179
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1180
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1181
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1182
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1183
+ end)
1184
+
1185
+ api.add_operation(:get_distribution_configuration, Seahorse::Model::Operation.new.tap do |o|
1186
+ o.name = "GetDistributionConfiguration"
1187
+ o.http_method = "GET"
1188
+ o.http_request_uri = "/GetDistributionConfiguration"
1189
+ o.input = Shapes::ShapeRef.new(shape: GetDistributionConfigurationRequest)
1190
+ o.output = Shapes::ShapeRef.new(shape: GetDistributionConfigurationResponse)
1191
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1192
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1193
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1194
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1195
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1196
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1197
+ end)
1198
+
1199
+ api.add_operation(:get_image, Seahorse::Model::Operation.new.tap do |o|
1200
+ o.name = "GetImage"
1201
+ o.http_method = "GET"
1202
+ o.http_request_uri = "/GetImage"
1203
+ o.input = Shapes::ShapeRef.new(shape: GetImageRequest)
1204
+ o.output = Shapes::ShapeRef.new(shape: GetImageResponse)
1205
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1206
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1207
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1208
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1209
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1210
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1211
+ end)
1212
+
1213
+ api.add_operation(:get_image_pipeline, Seahorse::Model::Operation.new.tap do |o|
1214
+ o.name = "GetImagePipeline"
1215
+ o.http_method = "GET"
1216
+ o.http_request_uri = "/GetImagePipeline"
1217
+ o.input = Shapes::ShapeRef.new(shape: GetImagePipelineRequest)
1218
+ o.output = Shapes::ShapeRef.new(shape: GetImagePipelineResponse)
1219
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1220
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1221
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1222
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1223
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1224
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1225
+ end)
1226
+
1227
+ api.add_operation(:get_image_policy, Seahorse::Model::Operation.new.tap do |o|
1228
+ o.name = "GetImagePolicy"
1229
+ o.http_method = "GET"
1230
+ o.http_request_uri = "/GetImagePolicy"
1231
+ o.input = Shapes::ShapeRef.new(shape: GetImagePolicyRequest)
1232
+ o.output = Shapes::ShapeRef.new(shape: GetImagePolicyResponse)
1233
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1234
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1235
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1236
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1237
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1238
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1239
+ end)
1240
+
1241
+ api.add_operation(:get_image_recipe, Seahorse::Model::Operation.new.tap do |o|
1242
+ o.name = "GetImageRecipe"
1243
+ o.http_method = "GET"
1244
+ o.http_request_uri = "/GetImageRecipe"
1245
+ o.input = Shapes::ShapeRef.new(shape: GetImageRecipeRequest)
1246
+ o.output = Shapes::ShapeRef.new(shape: GetImageRecipeResponse)
1247
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1248
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1249
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1250
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1251
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1252
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1253
+ end)
1254
+
1255
+ api.add_operation(:get_image_recipe_policy, Seahorse::Model::Operation.new.tap do |o|
1256
+ o.name = "GetImageRecipePolicy"
1257
+ o.http_method = "GET"
1258
+ o.http_request_uri = "/GetImageRecipePolicy"
1259
+ o.input = Shapes::ShapeRef.new(shape: GetImageRecipePolicyRequest)
1260
+ o.output = Shapes::ShapeRef.new(shape: GetImageRecipePolicyResponse)
1261
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1262
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1263
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1264
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1265
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1266
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1267
+ end)
1268
+
1269
+ api.add_operation(:get_infrastructure_configuration, Seahorse::Model::Operation.new.tap do |o|
1270
+ o.name = "GetInfrastructureConfiguration"
1271
+ o.http_method = "GET"
1272
+ o.http_request_uri = "/GetInfrastructureConfiguration"
1273
+ o.input = Shapes::ShapeRef.new(shape: GetInfrastructureConfigurationRequest)
1274
+ o.output = Shapes::ShapeRef.new(shape: GetInfrastructureConfigurationResponse)
1275
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1276
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1277
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1278
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1279
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1280
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1281
+ end)
1282
+
1283
+ api.add_operation(:import_component, Seahorse::Model::Operation.new.tap do |o|
1284
+ o.name = "ImportComponent"
1285
+ o.http_method = "PUT"
1286
+ o.http_request_uri = "/ImportComponent"
1287
+ o.input = Shapes::ShapeRef.new(shape: ImportComponentRequest)
1288
+ o.output = Shapes::ShapeRef.new(shape: ImportComponentResponse)
1289
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1290
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1291
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1292
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1293
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
1294
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1295
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1296
+ o.errors << Shapes::ShapeRef.new(shape: InvalidVersionNumberException)
1297
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1298
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1299
+ end)
1300
+
1301
+ api.add_operation(:list_component_build_versions, Seahorse::Model::Operation.new.tap do |o|
1302
+ o.name = "ListComponentBuildVersions"
1303
+ o.http_method = "POST"
1304
+ o.http_request_uri = "/ListComponentBuildVersions"
1305
+ o.input = Shapes::ShapeRef.new(shape: ListComponentBuildVersionsRequest)
1306
+ o.output = Shapes::ShapeRef.new(shape: ListComponentBuildVersionsResponse)
1307
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1308
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1309
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1310
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1311
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
1312
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1313
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1314
+ o[:pager] = Aws::Pager.new(
1315
+ limit_key: "max_results",
1316
+ tokens: {
1317
+ "next_token" => "next_token"
1318
+ }
1319
+ )
1320
+ end)
1321
+
1322
+ api.add_operation(:list_components, Seahorse::Model::Operation.new.tap do |o|
1323
+ o.name = "ListComponents"
1324
+ o.http_method = "POST"
1325
+ o.http_request_uri = "/ListComponents"
1326
+ o.input = Shapes::ShapeRef.new(shape: ListComponentsRequest)
1327
+ o.output = Shapes::ShapeRef.new(shape: ListComponentsResponse)
1328
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1329
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1330
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1331
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1332
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
1333
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1334
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1335
+ o[:pager] = Aws::Pager.new(
1336
+ limit_key: "max_results",
1337
+ tokens: {
1338
+ "next_token" => "next_token"
1339
+ }
1340
+ )
1341
+ end)
1342
+
1343
+ api.add_operation(:list_distribution_configurations, Seahorse::Model::Operation.new.tap do |o|
1344
+ o.name = "ListDistributionConfigurations"
1345
+ o.http_method = "POST"
1346
+ o.http_request_uri = "/ListDistributionConfigurations"
1347
+ o.input = Shapes::ShapeRef.new(shape: ListDistributionConfigurationsRequest)
1348
+ o.output = Shapes::ShapeRef.new(shape: ListDistributionConfigurationsResponse)
1349
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1350
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1351
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1352
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1353
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
1354
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1355
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1356
+ o[:pager] = Aws::Pager.new(
1357
+ limit_key: "max_results",
1358
+ tokens: {
1359
+ "next_token" => "next_token"
1360
+ }
1361
+ )
1362
+ end)
1363
+
1364
+ api.add_operation(:list_image_build_versions, Seahorse::Model::Operation.new.tap do |o|
1365
+ o.name = "ListImageBuildVersions"
1366
+ o.http_method = "POST"
1367
+ o.http_request_uri = "/ListImageBuildVersions"
1368
+ o.input = Shapes::ShapeRef.new(shape: ListImageBuildVersionsRequest)
1369
+ o.output = Shapes::ShapeRef.new(shape: ListImageBuildVersionsResponse)
1370
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1371
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1372
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1373
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1374
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
1375
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1376
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1377
+ o[:pager] = Aws::Pager.new(
1378
+ limit_key: "max_results",
1379
+ tokens: {
1380
+ "next_token" => "next_token"
1381
+ }
1382
+ )
1383
+ end)
1384
+
1385
+ api.add_operation(:list_image_pipeline_images, Seahorse::Model::Operation.new.tap do |o|
1386
+ o.name = "ListImagePipelineImages"
1387
+ o.http_method = "POST"
1388
+ o.http_request_uri = "/ListImagePipelineImages"
1389
+ o.input = Shapes::ShapeRef.new(shape: ListImagePipelineImagesRequest)
1390
+ o.output = Shapes::ShapeRef.new(shape: ListImagePipelineImagesResponse)
1391
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1392
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1393
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1394
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1395
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
1396
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1397
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1398
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1399
+ o[:pager] = Aws::Pager.new(
1400
+ limit_key: "max_results",
1401
+ tokens: {
1402
+ "next_token" => "next_token"
1403
+ }
1404
+ )
1405
+ end)
1406
+
1407
+ api.add_operation(:list_image_pipelines, Seahorse::Model::Operation.new.tap do |o|
1408
+ o.name = "ListImagePipelines"
1409
+ o.http_method = "POST"
1410
+ o.http_request_uri = "/ListImagePipelines"
1411
+ o.input = Shapes::ShapeRef.new(shape: ListImagePipelinesRequest)
1412
+ o.output = Shapes::ShapeRef.new(shape: ListImagePipelinesResponse)
1413
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1414
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1415
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1416
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1417
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
1418
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1419
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1420
+ o[:pager] = Aws::Pager.new(
1421
+ limit_key: "max_results",
1422
+ tokens: {
1423
+ "next_token" => "next_token"
1424
+ }
1425
+ )
1426
+ end)
1427
+
1428
+ api.add_operation(:list_image_recipes, Seahorse::Model::Operation.new.tap do |o|
1429
+ o.name = "ListImageRecipes"
1430
+ o.http_method = "POST"
1431
+ o.http_request_uri = "/ListImageRecipes"
1432
+ o.input = Shapes::ShapeRef.new(shape: ListImageRecipesRequest)
1433
+ o.output = Shapes::ShapeRef.new(shape: ListImageRecipesResponse)
1434
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1435
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1436
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1437
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1438
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
1439
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1440
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1441
+ o[:pager] = Aws::Pager.new(
1442
+ limit_key: "max_results",
1443
+ tokens: {
1444
+ "next_token" => "next_token"
1445
+ }
1446
+ )
1447
+ end)
1448
+
1449
+ api.add_operation(:list_images, Seahorse::Model::Operation.new.tap do |o|
1450
+ o.name = "ListImages"
1451
+ o.http_method = "POST"
1452
+ o.http_request_uri = "/ListImages"
1453
+ o.input = Shapes::ShapeRef.new(shape: ListImagesRequest)
1454
+ o.output = Shapes::ShapeRef.new(shape: ListImagesResponse)
1455
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1456
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1457
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1458
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1459
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
1460
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1461
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1462
+ o[:pager] = Aws::Pager.new(
1463
+ limit_key: "max_results",
1464
+ tokens: {
1465
+ "next_token" => "next_token"
1466
+ }
1467
+ )
1468
+ end)
1469
+
1470
+ api.add_operation(:list_infrastructure_configurations, Seahorse::Model::Operation.new.tap do |o|
1471
+ o.name = "ListInfrastructureConfigurations"
1472
+ o.http_method = "POST"
1473
+ o.http_request_uri = "/ListInfrastructureConfigurations"
1474
+ o.input = Shapes::ShapeRef.new(shape: ListInfrastructureConfigurationsRequest)
1475
+ o.output = Shapes::ShapeRef.new(shape: ListInfrastructureConfigurationsResponse)
1476
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1477
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1478
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1479
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1480
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
1481
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1482
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1483
+ o[:pager] = Aws::Pager.new(
1484
+ limit_key: "max_results",
1485
+ tokens: {
1486
+ "next_token" => "next_token"
1487
+ }
1488
+ )
1489
+ end)
1490
+
1491
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1492
+ o.name = "ListTagsForResource"
1493
+ o.http_method = "GET"
1494
+ o.http_request_uri = "/tags/{resourceArn}"
1495
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1496
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
1497
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1498
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1499
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1500
+ end)
1501
+
1502
+ api.add_operation(:put_component_policy, Seahorse::Model::Operation.new.tap do |o|
1503
+ o.name = "PutComponentPolicy"
1504
+ o.http_method = "PUT"
1505
+ o.http_request_uri = "/PutComponentPolicy"
1506
+ o.input = Shapes::ShapeRef.new(shape: PutComponentPolicyRequest)
1507
+ o.output = Shapes::ShapeRef.new(shape: PutComponentPolicyResponse)
1508
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1509
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1510
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1511
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1512
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1513
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1514
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1515
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1516
+ end)
1517
+
1518
+ api.add_operation(:put_image_policy, Seahorse::Model::Operation.new.tap do |o|
1519
+ o.name = "PutImagePolicy"
1520
+ o.http_method = "PUT"
1521
+ o.http_request_uri = "/PutImagePolicy"
1522
+ o.input = Shapes::ShapeRef.new(shape: PutImagePolicyRequest)
1523
+ o.output = Shapes::ShapeRef.new(shape: PutImagePolicyResponse)
1524
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1525
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1526
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1527
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1528
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1529
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1530
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1531
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1532
+ end)
1533
+
1534
+ api.add_operation(:put_image_recipe_policy, Seahorse::Model::Operation.new.tap do |o|
1535
+ o.name = "PutImageRecipePolicy"
1536
+ o.http_method = "PUT"
1537
+ o.http_request_uri = "/PutImageRecipePolicy"
1538
+ o.input = Shapes::ShapeRef.new(shape: PutImageRecipePolicyRequest)
1539
+ o.output = Shapes::ShapeRef.new(shape: PutImageRecipePolicyResponse)
1540
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1541
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1542
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1543
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1544
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1545
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1546
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1547
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1548
+ end)
1549
+
1550
+ api.add_operation(:start_image_pipeline_execution, Seahorse::Model::Operation.new.tap do |o|
1551
+ o.name = "StartImagePipelineExecution"
1552
+ o.http_method = "PUT"
1553
+ o.http_request_uri = "/StartImagePipelineExecution"
1554
+ o.input = Shapes::ShapeRef.new(shape: StartImagePipelineExecutionRequest)
1555
+ o.output = Shapes::ShapeRef.new(shape: StartImagePipelineExecutionResponse)
1556
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1557
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1558
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1559
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1560
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1561
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
1562
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1563
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1564
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1565
+ end)
1566
+
1567
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1568
+ o.name = "TagResource"
1569
+ o.http_method = "POST"
1570
+ o.http_request_uri = "/tags/{resourceArn}"
1571
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1572
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
1573
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1574
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1575
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1576
+ end)
1577
+
1578
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1579
+ o.name = "UntagResource"
1580
+ o.http_method = "DELETE"
1581
+ o.http_request_uri = "/tags/{resourceArn}"
1582
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1583
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
1584
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1585
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1586
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1587
+ end)
1588
+
1589
+ api.add_operation(:update_distribution_configuration, Seahorse::Model::Operation.new.tap do |o|
1590
+ o.name = "UpdateDistributionConfiguration"
1591
+ o.http_method = "PUT"
1592
+ o.http_request_uri = "/UpdateDistributionConfiguration"
1593
+ o.input = Shapes::ShapeRef.new(shape: UpdateDistributionConfigurationRequest)
1594
+ o.output = Shapes::ShapeRef.new(shape: UpdateDistributionConfigurationResponse)
1595
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1596
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1597
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1598
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1599
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
1600
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1601
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1602
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1603
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1604
+ end)
1605
+
1606
+ api.add_operation(:update_image_pipeline, Seahorse::Model::Operation.new.tap do |o|
1607
+ o.name = "UpdateImagePipeline"
1608
+ o.http_method = "PUT"
1609
+ o.http_request_uri = "/UpdateImagePipeline"
1610
+ o.input = Shapes::ShapeRef.new(shape: UpdateImagePipelineRequest)
1611
+ o.output = Shapes::ShapeRef.new(shape: UpdateImagePipelineResponse)
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: IdempotentParameterMismatchException)
1617
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1618
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1619
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1620
+ end)
1621
+
1622
+ api.add_operation(:update_infrastructure_configuration, Seahorse::Model::Operation.new.tap do |o|
1623
+ o.name = "UpdateInfrastructureConfiguration"
1624
+ o.http_method = "PUT"
1625
+ o.http_request_uri = "/UpdateInfrastructureConfiguration"
1626
+ o.input = Shapes::ShapeRef.new(shape: UpdateInfrastructureConfigurationRequest)
1627
+ o.output = Shapes::ShapeRef.new(shape: UpdateInfrastructureConfigurationResponse)
1628
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1629
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1630
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1631
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1632
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
1633
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1634
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1635
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1636
+ end)
1637
+ end
1638
+
1639
+ end
1640
+ end