aws-sdk-elastictranscoder 1.0.0.rc1 → 1.0.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,896 +1,894 @@
1
1
  # WARNING ABOUT GENERATED CODE
2
2
  #
3
- # This file is generated. See the contributing for info on making contributions:
3
+ # This file is generated. See the contributing guide for more information:
4
4
  # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
5
  #
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
- module Aws
9
- module ElasticTranscoder
10
- # @api private
11
- module ClientApi
12
-
13
- include Seahorse::Model
14
-
15
- AccessControl = Shapes::StringShape.new(name: 'AccessControl')
16
- AccessControls = Shapes::ListShape.new(name: 'AccessControls')
17
- AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
18
- Artwork = Shapes::StructureShape.new(name: 'Artwork')
19
- Artworks = Shapes::ListShape.new(name: 'Artworks')
20
- Ascending = Shapes::StringShape.new(name: 'Ascending')
21
- AspectRatio = Shapes::StringShape.new(name: 'AspectRatio')
22
- AudioBitDepth = Shapes::StringShape.new(name: 'AudioBitDepth')
23
- AudioBitOrder = Shapes::StringShape.new(name: 'AudioBitOrder')
24
- AudioBitRate = Shapes::StringShape.new(name: 'AudioBitRate')
25
- AudioChannels = Shapes::StringShape.new(name: 'AudioChannels')
26
- AudioCodec = Shapes::StringShape.new(name: 'AudioCodec')
27
- AudioCodecOptions = Shapes::StructureShape.new(name: 'AudioCodecOptions')
28
- AudioCodecProfile = Shapes::StringShape.new(name: 'AudioCodecProfile')
29
- AudioPackingMode = Shapes::StringShape.new(name: 'AudioPackingMode')
30
- AudioParameters = Shapes::StructureShape.new(name: 'AudioParameters')
31
- AudioSampleRate = Shapes::StringShape.new(name: 'AudioSampleRate')
32
- AudioSigned = Shapes::StringShape.new(name: 'AudioSigned')
33
- Base64EncodedString = Shapes::StringShape.new(name: 'Base64EncodedString')
34
- BucketName = Shapes::StringShape.new(name: 'BucketName')
35
- CancelJobRequest = Shapes::StructureShape.new(name: 'CancelJobRequest')
36
- CancelJobResponse = Shapes::StructureShape.new(name: 'CancelJobResponse')
37
- CaptionFormat = Shapes::StructureShape.new(name: 'CaptionFormat')
38
- CaptionFormatFormat = Shapes::StringShape.new(name: 'CaptionFormatFormat')
39
- CaptionFormatPattern = Shapes::StringShape.new(name: 'CaptionFormatPattern')
40
- CaptionFormats = Shapes::ListShape.new(name: 'CaptionFormats')
41
- CaptionMergePolicy = Shapes::StringShape.new(name: 'CaptionMergePolicy')
42
- CaptionSource = Shapes::StructureShape.new(name: 'CaptionSource')
43
- CaptionSources = Shapes::ListShape.new(name: 'CaptionSources')
44
- Captions = Shapes::StructureShape.new(name: 'Captions')
45
- Clip = Shapes::StructureShape.new(name: 'Clip')
46
- CodecOption = Shapes::StringShape.new(name: 'CodecOption')
47
- CodecOptions = Shapes::MapShape.new(name: 'CodecOptions')
48
- Composition = Shapes::ListShape.new(name: 'Composition')
49
- CreateJobOutput = Shapes::StructureShape.new(name: 'CreateJobOutput')
50
- CreateJobOutputs = Shapes::ListShape.new(name: 'CreateJobOutputs')
51
- CreateJobPlaylist = Shapes::StructureShape.new(name: 'CreateJobPlaylist')
52
- CreateJobPlaylists = Shapes::ListShape.new(name: 'CreateJobPlaylists')
53
- CreateJobRequest = Shapes::StructureShape.new(name: 'CreateJobRequest')
54
- CreateJobResponse = Shapes::StructureShape.new(name: 'CreateJobResponse')
55
- CreatePipelineRequest = Shapes::StructureShape.new(name: 'CreatePipelineRequest')
56
- CreatePipelineResponse = Shapes::StructureShape.new(name: 'CreatePipelineResponse')
57
- CreatePresetRequest = Shapes::StructureShape.new(name: 'CreatePresetRequest')
58
- CreatePresetResponse = Shapes::StructureShape.new(name: 'CreatePresetResponse')
59
- DeletePipelineRequest = Shapes::StructureShape.new(name: 'DeletePipelineRequest')
60
- DeletePipelineResponse = Shapes::StructureShape.new(name: 'DeletePipelineResponse')
61
- DeletePresetRequest = Shapes::StructureShape.new(name: 'DeletePresetRequest')
62
- DeletePresetResponse = Shapes::StructureShape.new(name: 'DeletePresetResponse')
63
- Description = Shapes::StringShape.new(name: 'Description')
64
- DetectedProperties = Shapes::StructureShape.new(name: 'DetectedProperties')
65
- Digits = Shapes::StringShape.new(name: 'Digits')
66
- DigitsOrAuto = Shapes::StringShape.new(name: 'DigitsOrAuto')
67
- Encryption = Shapes::StructureShape.new(name: 'Encryption')
68
- EncryptionMode = Shapes::StringShape.new(name: 'EncryptionMode')
69
- ExceptionMessages = Shapes::ListShape.new(name: 'ExceptionMessages')
70
- Filename = Shapes::StringShape.new(name: 'Filename')
71
- FixedGOP = Shapes::StringShape.new(name: 'FixedGOP')
72
- FloatString = Shapes::StringShape.new(name: 'FloatString')
73
- FrameRate = Shapes::StringShape.new(name: 'FrameRate')
74
- Grantee = Shapes::StringShape.new(name: 'Grantee')
75
- GranteeType = Shapes::StringShape.new(name: 'GranteeType')
76
- HlsContentProtection = Shapes::StructureShape.new(name: 'HlsContentProtection')
77
- HlsContentProtectionMethod = Shapes::StringShape.new(name: 'HlsContentProtectionMethod')
78
- HorizontalAlign = Shapes::StringShape.new(name: 'HorizontalAlign')
79
- Id = Shapes::StringShape.new(name: 'Id')
80
- IncompatibleVersionException = Shapes::StructureShape.new(name: 'IncompatibleVersionException')
81
- InputCaptions = Shapes::StructureShape.new(name: 'InputCaptions')
82
- Interlaced = Shapes::StringShape.new(name: 'Interlaced')
83
- InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
84
- Job = Shapes::StructureShape.new(name: 'Job')
85
- JobAlbumArt = Shapes::StructureShape.new(name: 'JobAlbumArt')
86
- JobContainer = Shapes::StringShape.new(name: 'JobContainer')
87
- JobInput = Shapes::StructureShape.new(name: 'JobInput')
88
- JobInputs = Shapes::ListShape.new(name: 'JobInputs')
89
- JobOutput = Shapes::StructureShape.new(name: 'JobOutput')
90
- JobOutputs = Shapes::ListShape.new(name: 'JobOutputs')
91
- JobStatus = Shapes::StringShape.new(name: 'JobStatus')
92
- JobWatermark = Shapes::StructureShape.new(name: 'JobWatermark')
93
- JobWatermarks = Shapes::ListShape.new(name: 'JobWatermarks')
94
- Jobs = Shapes::ListShape.new(name: 'Jobs')
95
- JpgOrPng = Shapes::StringShape.new(name: 'JpgOrPng')
96
- Key = Shapes::StringShape.new(name: 'Key')
97
- KeyArn = Shapes::StringShape.new(name: 'KeyArn')
98
- KeyIdGuid = Shapes::StringShape.new(name: 'KeyIdGuid')
99
- KeyStoragePolicy = Shapes::StringShape.new(name: 'KeyStoragePolicy')
100
- KeyframesMaxDist = Shapes::StringShape.new(name: 'KeyframesMaxDist')
101
- LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
102
- ListJobsByPipelineRequest = Shapes::StructureShape.new(name: 'ListJobsByPipelineRequest')
103
- ListJobsByPipelineResponse = Shapes::StructureShape.new(name: 'ListJobsByPipelineResponse')
104
- ListJobsByStatusRequest = Shapes::StructureShape.new(name: 'ListJobsByStatusRequest')
105
- ListJobsByStatusResponse = Shapes::StructureShape.new(name: 'ListJobsByStatusResponse')
106
- ListPipelinesRequest = Shapes::StructureShape.new(name: 'ListPipelinesRequest')
107
- ListPipelinesResponse = Shapes::StructureShape.new(name: 'ListPipelinesResponse')
108
- ListPresetsRequest = Shapes::StructureShape.new(name: 'ListPresetsRequest')
109
- ListPresetsResponse = Shapes::StructureShape.new(name: 'ListPresetsResponse')
110
- LongKey = Shapes::StringShape.new(name: 'LongKey')
111
- MaxFrameRate = Shapes::StringShape.new(name: 'MaxFrameRate')
112
- MergePolicy = Shapes::StringShape.new(name: 'MergePolicy')
113
- Name = Shapes::StringShape.new(name: 'Name')
114
- NonEmptyBase64EncodedString = Shapes::StringShape.new(name: 'NonEmptyBase64EncodedString')
115
- Notifications = Shapes::StructureShape.new(name: 'Notifications')
116
- NullableInteger = Shapes::IntegerShape.new(name: 'NullableInteger')
117
- NullableLong = Shapes::IntegerShape.new(name: 'NullableLong')
118
- OneTo512String = Shapes::StringShape.new(name: 'OneTo512String')
119
- Opacity = Shapes::StringShape.new(name: 'Opacity')
120
- OutputKeys = Shapes::ListShape.new(name: 'OutputKeys')
121
- PaddingPolicy = Shapes::StringShape.new(name: 'PaddingPolicy')
122
- Permission = Shapes::StructureShape.new(name: 'Permission')
123
- Permissions = Shapes::ListShape.new(name: 'Permissions')
124
- Pipeline = Shapes::StructureShape.new(name: 'Pipeline')
125
- PipelineOutputConfig = Shapes::StructureShape.new(name: 'PipelineOutputConfig')
126
- PipelineStatus = Shapes::StringShape.new(name: 'PipelineStatus')
127
- Pipelines = Shapes::ListShape.new(name: 'Pipelines')
128
- PixelsOrPercent = Shapes::StringShape.new(name: 'PixelsOrPercent')
129
- PlayReadyDrm = Shapes::StructureShape.new(name: 'PlayReadyDrm')
130
- PlayReadyDrmFormatString = Shapes::StringShape.new(name: 'PlayReadyDrmFormatString')
131
- Playlist = Shapes::StructureShape.new(name: 'Playlist')
132
- PlaylistFormat = Shapes::StringShape.new(name: 'PlaylistFormat')
133
- Playlists = Shapes::ListShape.new(name: 'Playlists')
134
- Preset = Shapes::StructureShape.new(name: 'Preset')
135
- PresetContainer = Shapes::StringShape.new(name: 'PresetContainer')
136
- PresetType = Shapes::StringShape.new(name: 'PresetType')
137
- PresetWatermark = Shapes::StructureShape.new(name: 'PresetWatermark')
138
- PresetWatermarkId = Shapes::StringShape.new(name: 'PresetWatermarkId')
139
- PresetWatermarks = Shapes::ListShape.new(name: 'PresetWatermarks')
140
- Presets = Shapes::ListShape.new(name: 'Presets')
141
- ReadJobRequest = Shapes::StructureShape.new(name: 'ReadJobRequest')
142
- ReadJobResponse = Shapes::StructureShape.new(name: 'ReadJobResponse')
143
- ReadPipelineRequest = Shapes::StructureShape.new(name: 'ReadPipelineRequest')
144
- ReadPipelineResponse = Shapes::StructureShape.new(name: 'ReadPipelineResponse')
145
- ReadPresetRequest = Shapes::StructureShape.new(name: 'ReadPresetRequest')
146
- ReadPresetResponse = Shapes::StructureShape.new(name: 'ReadPresetResponse')
147
- Resolution = Shapes::StringShape.new(name: 'Resolution')
148
- ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
149
- ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
150
- Role = Shapes::StringShape.new(name: 'Role')
151
- Rotate = Shapes::StringShape.new(name: 'Rotate')
152
- SizingPolicy = Shapes::StringShape.new(name: 'SizingPolicy')
153
- SnsTopic = Shapes::StringShape.new(name: 'SnsTopic')
154
- SnsTopics = Shapes::ListShape.new(name: 'SnsTopics')
155
- StorageClass = Shapes::StringShape.new(name: 'StorageClass')
156
- String = Shapes::StringShape.new(name: 'String')
157
- Success = Shapes::StringShape.new(name: 'Success')
158
- Target = Shapes::StringShape.new(name: 'Target')
159
- TestRoleRequest = Shapes::StructureShape.new(name: 'TestRoleRequest')
160
- TestRoleResponse = Shapes::StructureShape.new(name: 'TestRoleResponse')
161
- ThumbnailPattern = Shapes::StringShape.new(name: 'ThumbnailPattern')
162
- ThumbnailResolution = Shapes::StringShape.new(name: 'ThumbnailResolution')
163
- Thumbnails = Shapes::StructureShape.new(name: 'Thumbnails')
164
- Time = Shapes::StringShape.new(name: 'Time')
165
- TimeOffset = Shapes::StringShape.new(name: 'TimeOffset')
166
- TimeSpan = Shapes::StructureShape.new(name: 'TimeSpan')
167
- Timing = Shapes::StructureShape.new(name: 'Timing')
168
- UpdatePipelineNotificationsRequest = Shapes::StructureShape.new(name: 'UpdatePipelineNotificationsRequest')
169
- UpdatePipelineNotificationsResponse = Shapes::StructureShape.new(name: 'UpdatePipelineNotificationsResponse')
170
- UpdatePipelineRequest = Shapes::StructureShape.new(name: 'UpdatePipelineRequest')
171
- UpdatePipelineResponse = Shapes::StructureShape.new(name: 'UpdatePipelineResponse')
172
- UpdatePipelineStatusRequest = Shapes::StructureShape.new(name: 'UpdatePipelineStatusRequest')
173
- UpdatePipelineStatusResponse = Shapes::StructureShape.new(name: 'UpdatePipelineStatusResponse')
174
- UserMetadata = Shapes::MapShape.new(name: 'UserMetadata')
175
- ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
176
- VerticalAlign = Shapes::StringShape.new(name: 'VerticalAlign')
177
- VideoBitRate = Shapes::StringShape.new(name: 'VideoBitRate')
178
- VideoCodec = Shapes::StringShape.new(name: 'VideoCodec')
179
- VideoParameters = Shapes::StructureShape.new(name: 'VideoParameters')
180
- Warning = Shapes::StructureShape.new(name: 'Warning')
181
- Warnings = Shapes::ListShape.new(name: 'Warnings')
182
- WatermarkKey = Shapes::StringShape.new(name: 'WatermarkKey')
183
- WatermarkSizingPolicy = Shapes::StringShape.new(name: 'WatermarkSizingPolicy')
184
- ZeroTo255String = Shapes::StringShape.new(name: 'ZeroTo255String')
185
- ZeroTo512String = Shapes::StringShape.new(name: 'ZeroTo512String')
186
-
187
- AccessControls.member = Shapes::ShapeRef.new(shape: AccessControl)
188
-
189
- Artwork.add_member(:input_key, Shapes::ShapeRef.new(shape: WatermarkKey, location_name: "InputKey"))
190
- Artwork.add_member(:max_width, Shapes::ShapeRef.new(shape: DigitsOrAuto, location_name: "MaxWidth"))
191
- Artwork.add_member(:max_height, Shapes::ShapeRef.new(shape: DigitsOrAuto, location_name: "MaxHeight"))
192
- Artwork.add_member(:sizing_policy, Shapes::ShapeRef.new(shape: SizingPolicy, location_name: "SizingPolicy"))
193
- Artwork.add_member(:padding_policy, Shapes::ShapeRef.new(shape: PaddingPolicy, location_name: "PaddingPolicy"))
194
- Artwork.add_member(:album_art_format, Shapes::ShapeRef.new(shape: JpgOrPng, location_name: "AlbumArtFormat"))
195
- Artwork.add_member(:encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "Encryption"))
196
- Artwork.struct_class = Types::Artwork
197
-
198
- Artworks.member = Shapes::ShapeRef.new(shape: Artwork)
199
-
200
- AudioCodecOptions.add_member(:profile, Shapes::ShapeRef.new(shape: AudioCodecProfile, location_name: "Profile"))
201
- AudioCodecOptions.add_member(:bit_depth, Shapes::ShapeRef.new(shape: AudioBitDepth, location_name: "BitDepth"))
202
- AudioCodecOptions.add_member(:bit_order, Shapes::ShapeRef.new(shape: AudioBitOrder, location_name: "BitOrder"))
203
- AudioCodecOptions.add_member(:signed, Shapes::ShapeRef.new(shape: AudioSigned, location_name: "Signed"))
204
- AudioCodecOptions.struct_class = Types::AudioCodecOptions
205
-
206
- AudioParameters.add_member(:codec, Shapes::ShapeRef.new(shape: AudioCodec, location_name: "Codec"))
207
- AudioParameters.add_member(:sample_rate, Shapes::ShapeRef.new(shape: AudioSampleRate, location_name: "SampleRate"))
208
- AudioParameters.add_member(:bit_rate, Shapes::ShapeRef.new(shape: AudioBitRate, location_name: "BitRate"))
209
- AudioParameters.add_member(:channels, Shapes::ShapeRef.new(shape: AudioChannels, location_name: "Channels"))
210
- AudioParameters.add_member(:audio_packing_mode, Shapes::ShapeRef.new(shape: AudioPackingMode, location_name: "AudioPackingMode"))
211
- AudioParameters.add_member(:codec_options, Shapes::ShapeRef.new(shape: AudioCodecOptions, location_name: "CodecOptions"))
212
- AudioParameters.struct_class = Types::AudioParameters
213
-
214
- CancelJobRequest.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "Id"))
215
- CancelJobRequest.struct_class = Types::CancelJobRequest
216
-
217
- CancelJobResponse.struct_class = Types::CancelJobResponse
218
-
219
- CaptionFormat.add_member(:format, Shapes::ShapeRef.new(shape: CaptionFormatFormat, location_name: "Format"))
220
- CaptionFormat.add_member(:pattern, Shapes::ShapeRef.new(shape: CaptionFormatPattern, location_name: "Pattern"))
221
- CaptionFormat.add_member(:encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "Encryption"))
222
- CaptionFormat.struct_class = Types::CaptionFormat
223
-
224
- CaptionFormats.member = Shapes::ShapeRef.new(shape: CaptionFormat)
225
-
226
- CaptionSource.add_member(:key, Shapes::ShapeRef.new(shape: LongKey, location_name: "Key"))
227
- CaptionSource.add_member(:language, Shapes::ShapeRef.new(shape: Key, location_name: "Language"))
228
- CaptionSource.add_member(:time_offset, Shapes::ShapeRef.new(shape: TimeOffset, location_name: "TimeOffset"))
229
- CaptionSource.add_member(:label, Shapes::ShapeRef.new(shape: Name, location_name: "Label"))
230
- CaptionSource.add_member(:encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "Encryption"))
231
- CaptionSource.struct_class = Types::CaptionSource
232
-
233
- CaptionSources.member = Shapes::ShapeRef.new(shape: CaptionSource)
234
-
235
- Captions.add_member(:merge_policy, Shapes::ShapeRef.new(shape: CaptionMergePolicy, deprecated: true, location_name: "MergePolicy"))
236
- Captions.add_member(:caption_sources, Shapes::ShapeRef.new(shape: CaptionSources, deprecated: true, location_name: "CaptionSources"))
237
- Captions.add_member(:caption_formats, Shapes::ShapeRef.new(shape: CaptionFormats, location_name: "CaptionFormats"))
238
- Captions.struct_class = Types::Captions
239
-
240
- Clip.add_member(:time_span, Shapes::ShapeRef.new(shape: TimeSpan, location_name: "TimeSpan"))
241
- Clip.struct_class = Types::Clip
242
-
243
- CodecOptions.key = Shapes::ShapeRef.new(shape: CodecOption)
244
- CodecOptions.value = Shapes::ShapeRef.new(shape: CodecOption)
245
-
246
- Composition.member = Shapes::ShapeRef.new(shape: Clip, deprecated: true)
247
-
248
- CreateJobOutput.add_member(:key, Shapes::ShapeRef.new(shape: Key, location_name: "Key"))
249
- CreateJobOutput.add_member(:thumbnail_pattern, Shapes::ShapeRef.new(shape: ThumbnailPattern, location_name: "ThumbnailPattern"))
250
- CreateJobOutput.add_member(:thumbnail_encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "ThumbnailEncryption"))
251
- CreateJobOutput.add_member(:rotate, Shapes::ShapeRef.new(shape: Rotate, location_name: "Rotate"))
252
- CreateJobOutput.add_member(:preset_id, Shapes::ShapeRef.new(shape: Id, location_name: "PresetId"))
253
- CreateJobOutput.add_member(:segment_duration, Shapes::ShapeRef.new(shape: FloatString, location_name: "SegmentDuration"))
254
- CreateJobOutput.add_member(:watermarks, Shapes::ShapeRef.new(shape: JobWatermarks, location_name: "Watermarks"))
255
- CreateJobOutput.add_member(:album_art, Shapes::ShapeRef.new(shape: JobAlbumArt, location_name: "AlbumArt"))
256
- CreateJobOutput.add_member(:composition, Shapes::ShapeRef.new(shape: Composition, deprecated: true, location_name: "Composition"))
257
- CreateJobOutput.add_member(:captions, Shapes::ShapeRef.new(shape: Captions, location_name: "Captions"))
258
- CreateJobOutput.add_member(:encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "Encryption"))
259
- CreateJobOutput.struct_class = Types::CreateJobOutput
260
-
261
- CreateJobOutputs.member = Shapes::ShapeRef.new(shape: CreateJobOutput)
262
-
263
- CreateJobPlaylist.add_member(:name, Shapes::ShapeRef.new(shape: Filename, location_name: "Name"))
264
- CreateJobPlaylist.add_member(:format, Shapes::ShapeRef.new(shape: PlaylistFormat, location_name: "Format"))
265
- CreateJobPlaylist.add_member(:output_keys, Shapes::ShapeRef.new(shape: OutputKeys, location_name: "OutputKeys"))
266
- CreateJobPlaylist.add_member(:hls_content_protection, Shapes::ShapeRef.new(shape: HlsContentProtection, location_name: "HlsContentProtection"))
267
- CreateJobPlaylist.add_member(:play_ready_drm, Shapes::ShapeRef.new(shape: PlayReadyDrm, location_name: "PlayReadyDrm"))
268
- CreateJobPlaylist.struct_class = Types::CreateJobPlaylist
269
-
270
- CreateJobPlaylists.member = Shapes::ShapeRef.new(shape: CreateJobPlaylist)
271
-
272
- CreateJobRequest.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "PipelineId"))
273
- CreateJobRequest.add_member(:input, Shapes::ShapeRef.new(shape: JobInput, location_name: "Input"))
274
- CreateJobRequest.add_member(:inputs, Shapes::ShapeRef.new(shape: JobInputs, location_name: "Inputs"))
275
- CreateJobRequest.add_member(:output, Shapes::ShapeRef.new(shape: CreateJobOutput, location_name: "Output"))
276
- CreateJobRequest.add_member(:outputs, Shapes::ShapeRef.new(shape: CreateJobOutputs, location_name: "Outputs"))
277
- CreateJobRequest.add_member(:output_key_prefix, Shapes::ShapeRef.new(shape: Key, location_name: "OutputKeyPrefix"))
278
- CreateJobRequest.add_member(:playlists, Shapes::ShapeRef.new(shape: CreateJobPlaylists, location_name: "Playlists"))
279
- CreateJobRequest.add_member(:user_metadata, Shapes::ShapeRef.new(shape: UserMetadata, location_name: "UserMetadata"))
280
- CreateJobRequest.struct_class = Types::CreateJobRequest
281
-
282
- CreateJobResponse.add_member(:job, Shapes::ShapeRef.new(shape: Job, location_name: "Job"))
283
- CreateJobResponse.struct_class = Types::CreateJobResponse
284
-
285
- CreatePipelineRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
286
- CreatePipelineRequest.add_member(:input_bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "InputBucket"))
287
- CreatePipelineRequest.add_member(:output_bucket, Shapes::ShapeRef.new(shape: BucketName, location_name: "OutputBucket"))
288
- CreatePipelineRequest.add_member(:role, Shapes::ShapeRef.new(shape: Role, required: true, location_name: "Role"))
289
- CreatePipelineRequest.add_member(:aws_kms_key_arn, Shapes::ShapeRef.new(shape: KeyArn, location_name: "AwsKmsKeyArn"))
290
- CreatePipelineRequest.add_member(:notifications, Shapes::ShapeRef.new(shape: Notifications, location_name: "Notifications"))
291
- CreatePipelineRequest.add_member(:content_config, Shapes::ShapeRef.new(shape: PipelineOutputConfig, location_name: "ContentConfig"))
292
- CreatePipelineRequest.add_member(:thumbnail_config, Shapes::ShapeRef.new(shape: PipelineOutputConfig, location_name: "ThumbnailConfig"))
293
- CreatePipelineRequest.struct_class = Types::CreatePipelineRequest
294
-
295
- CreatePipelineResponse.add_member(:pipeline, Shapes::ShapeRef.new(shape: Pipeline, location_name: "Pipeline"))
296
- CreatePipelineResponse.add_member(:warnings, Shapes::ShapeRef.new(shape: Warnings, location_name: "Warnings"))
297
- CreatePipelineResponse.struct_class = Types::CreatePipelineResponse
298
-
299
- CreatePresetRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
300
- CreatePresetRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
301
- CreatePresetRequest.add_member(:container, Shapes::ShapeRef.new(shape: PresetContainer, required: true, location_name: "Container"))
302
- CreatePresetRequest.add_member(:video, Shapes::ShapeRef.new(shape: VideoParameters, location_name: "Video"))
303
- CreatePresetRequest.add_member(:audio, Shapes::ShapeRef.new(shape: AudioParameters, location_name: "Audio"))
304
- CreatePresetRequest.add_member(:thumbnails, Shapes::ShapeRef.new(shape: Thumbnails, location_name: "Thumbnails"))
305
- CreatePresetRequest.struct_class = Types::CreatePresetRequest
306
-
307
- CreatePresetResponse.add_member(:preset, Shapes::ShapeRef.new(shape: Preset, location_name: "Preset"))
308
- CreatePresetResponse.add_member(:warning, Shapes::ShapeRef.new(shape: String, location_name: "Warning"))
309
- CreatePresetResponse.struct_class = Types::CreatePresetResponse
310
-
311
- DeletePipelineRequest.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "Id"))
312
- DeletePipelineRequest.struct_class = Types::DeletePipelineRequest
313
-
314
- DeletePipelineResponse.struct_class = Types::DeletePipelineResponse
315
-
316
- DeletePresetRequest.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "Id"))
317
- DeletePresetRequest.struct_class = Types::DeletePresetRequest
318
-
319
- DeletePresetResponse.struct_class = Types::DeletePresetResponse
320
-
321
- DetectedProperties.add_member(:width, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "Width"))
322
- DetectedProperties.add_member(:height, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "Height"))
323
- DetectedProperties.add_member(:frame_rate, Shapes::ShapeRef.new(shape: FloatString, location_name: "FrameRate"))
324
- DetectedProperties.add_member(:file_size, Shapes::ShapeRef.new(shape: NullableLong, location_name: "FileSize"))
325
- DetectedProperties.add_member(:duration_millis, Shapes::ShapeRef.new(shape: NullableLong, location_name: "DurationMillis"))
326
- DetectedProperties.struct_class = Types::DetectedProperties
327
-
328
- Encryption.add_member(:mode, Shapes::ShapeRef.new(shape: EncryptionMode, location_name: "Mode"))
329
- Encryption.add_member(:key, Shapes::ShapeRef.new(shape: Base64EncodedString, location_name: "Key"))
330
- Encryption.add_member(:key_md_5, Shapes::ShapeRef.new(shape: Base64EncodedString, location_name: "KeyMd5"))
331
- Encryption.add_member(:initialization_vector, Shapes::ShapeRef.new(shape: ZeroTo255String, location_name: "InitializationVector"))
332
- Encryption.struct_class = Types::Encryption
333
-
334
- ExceptionMessages.member = Shapes::ShapeRef.new(shape: String)
335
-
336
- HlsContentProtection.add_member(:method, Shapes::ShapeRef.new(shape: HlsContentProtectionMethod, location_name: "Method"))
337
- HlsContentProtection.add_member(:key, Shapes::ShapeRef.new(shape: Base64EncodedString, location_name: "Key"))
338
- HlsContentProtection.add_member(:key_md_5, Shapes::ShapeRef.new(shape: Base64EncodedString, location_name: "KeyMd5"))
339
- HlsContentProtection.add_member(:initialization_vector, Shapes::ShapeRef.new(shape: ZeroTo255String, location_name: "InitializationVector"))
340
- HlsContentProtection.add_member(:license_acquisition_url, Shapes::ShapeRef.new(shape: ZeroTo512String, location_name: "LicenseAcquisitionUrl"))
341
- HlsContentProtection.add_member(:key_storage_policy, Shapes::ShapeRef.new(shape: KeyStoragePolicy, location_name: "KeyStoragePolicy"))
342
- HlsContentProtection.struct_class = Types::HlsContentProtection
343
-
344
- InputCaptions.add_member(:merge_policy, Shapes::ShapeRef.new(shape: CaptionMergePolicy, location_name: "MergePolicy"))
345
- InputCaptions.add_member(:caption_sources, Shapes::ShapeRef.new(shape: CaptionSources, location_name: "CaptionSources"))
346
- InputCaptions.struct_class = Types::InputCaptions
347
-
348
- Job.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
349
- Job.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
350
- Job.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: Id, location_name: "PipelineId"))
351
- Job.add_member(:input, Shapes::ShapeRef.new(shape: JobInput, location_name: "Input"))
352
- Job.add_member(:inputs, Shapes::ShapeRef.new(shape: JobInputs, location_name: "Inputs"))
353
- Job.add_member(:output, Shapes::ShapeRef.new(shape: JobOutput, location_name: "Output"))
354
- Job.add_member(:outputs, Shapes::ShapeRef.new(shape: JobOutputs, location_name: "Outputs"))
355
- Job.add_member(:output_key_prefix, Shapes::ShapeRef.new(shape: Key, location_name: "OutputKeyPrefix"))
356
- Job.add_member(:playlists, Shapes::ShapeRef.new(shape: Playlists, location_name: "Playlists"))
357
- Job.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "Status"))
358
- Job.add_member(:user_metadata, Shapes::ShapeRef.new(shape: UserMetadata, location_name: "UserMetadata"))
359
- Job.add_member(:timing, Shapes::ShapeRef.new(shape: Timing, location_name: "Timing"))
360
- Job.struct_class = Types::Job
361
-
362
- JobAlbumArt.add_member(:merge_policy, Shapes::ShapeRef.new(shape: MergePolicy, location_name: "MergePolicy"))
363
- JobAlbumArt.add_member(:artwork, Shapes::ShapeRef.new(shape: Artworks, location_name: "Artwork"))
364
- JobAlbumArt.struct_class = Types::JobAlbumArt
365
-
366
- JobInput.add_member(:key, Shapes::ShapeRef.new(shape: LongKey, location_name: "Key"))
367
- JobInput.add_member(:frame_rate, Shapes::ShapeRef.new(shape: FrameRate, location_name: "FrameRate"))
368
- JobInput.add_member(:resolution, Shapes::ShapeRef.new(shape: Resolution, location_name: "Resolution"))
369
- JobInput.add_member(:aspect_ratio, Shapes::ShapeRef.new(shape: AspectRatio, location_name: "AspectRatio"))
370
- JobInput.add_member(:interlaced, Shapes::ShapeRef.new(shape: Interlaced, location_name: "Interlaced"))
371
- JobInput.add_member(:container, Shapes::ShapeRef.new(shape: JobContainer, location_name: "Container"))
372
- JobInput.add_member(:encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "Encryption"))
373
- JobInput.add_member(:time_span, Shapes::ShapeRef.new(shape: TimeSpan, location_name: "TimeSpan"))
374
- JobInput.add_member(:input_captions, Shapes::ShapeRef.new(shape: InputCaptions, location_name: "InputCaptions"))
375
- JobInput.add_member(:detected_properties, Shapes::ShapeRef.new(shape: DetectedProperties, location_name: "DetectedProperties"))
376
- JobInput.struct_class = Types::JobInput
377
-
378
- JobInputs.member = Shapes::ShapeRef.new(shape: JobInput)
379
-
380
- JobOutput.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "Id"))
381
- JobOutput.add_member(:key, Shapes::ShapeRef.new(shape: Key, location_name: "Key"))
382
- JobOutput.add_member(:thumbnail_pattern, Shapes::ShapeRef.new(shape: ThumbnailPattern, location_name: "ThumbnailPattern"))
383
- JobOutput.add_member(:thumbnail_encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "ThumbnailEncryption"))
384
- JobOutput.add_member(:rotate, Shapes::ShapeRef.new(shape: Rotate, location_name: "Rotate"))
385
- JobOutput.add_member(:preset_id, Shapes::ShapeRef.new(shape: Id, location_name: "PresetId"))
386
- JobOutput.add_member(:segment_duration, Shapes::ShapeRef.new(shape: FloatString, location_name: "SegmentDuration"))
387
- JobOutput.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "Status"))
388
- JobOutput.add_member(:status_detail, Shapes::ShapeRef.new(shape: Description, location_name: "StatusDetail"))
389
- JobOutput.add_member(:duration, Shapes::ShapeRef.new(shape: NullableLong, location_name: "Duration"))
390
- JobOutput.add_member(:width, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "Width"))
391
- JobOutput.add_member(:height, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "Height"))
392
- JobOutput.add_member(:frame_rate, Shapes::ShapeRef.new(shape: FloatString, location_name: "FrameRate"))
393
- JobOutput.add_member(:file_size, Shapes::ShapeRef.new(shape: NullableLong, location_name: "FileSize"))
394
- JobOutput.add_member(:duration_millis, Shapes::ShapeRef.new(shape: NullableLong, location_name: "DurationMillis"))
395
- JobOutput.add_member(:watermarks, Shapes::ShapeRef.new(shape: JobWatermarks, location_name: "Watermarks"))
396
- JobOutput.add_member(:album_art, Shapes::ShapeRef.new(shape: JobAlbumArt, location_name: "AlbumArt"))
397
- JobOutput.add_member(:composition, Shapes::ShapeRef.new(shape: Composition, deprecated: true, location_name: "Composition"))
398
- JobOutput.add_member(:captions, Shapes::ShapeRef.new(shape: Captions, location_name: "Captions"))
399
- JobOutput.add_member(:encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "Encryption"))
400
- JobOutput.add_member(:applied_color_space_conversion, Shapes::ShapeRef.new(shape: String, location_name: "AppliedColorSpaceConversion"))
401
- JobOutput.struct_class = Types::JobOutput
402
-
403
- JobOutputs.member = Shapes::ShapeRef.new(shape: JobOutput)
404
-
405
- JobWatermark.add_member(:preset_watermark_id, Shapes::ShapeRef.new(shape: PresetWatermarkId, location_name: "PresetWatermarkId"))
406
- JobWatermark.add_member(:input_key, Shapes::ShapeRef.new(shape: WatermarkKey, location_name: "InputKey"))
407
- JobWatermark.add_member(:encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "Encryption"))
408
- JobWatermark.struct_class = Types::JobWatermark
409
-
410
- JobWatermarks.member = Shapes::ShapeRef.new(shape: JobWatermark)
411
-
412
- Jobs.member = Shapes::ShapeRef.new(shape: Job)
413
-
414
- ListJobsByPipelineRequest.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "PipelineId"))
415
- ListJobsByPipelineRequest.add_member(:ascending, Shapes::ShapeRef.new(shape: Ascending, location: "querystring", location_name: "Ascending"))
416
- ListJobsByPipelineRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: Id, location: "querystring", location_name: "PageToken"))
417
- ListJobsByPipelineRequest.struct_class = Types::ListJobsByPipelineRequest
418
-
419
- ListJobsByPipelineResponse.add_member(:jobs, Shapes::ShapeRef.new(shape: Jobs, location_name: "Jobs"))
420
- ListJobsByPipelineResponse.add_member(:next_page_token, Shapes::ShapeRef.new(shape: Id, location_name: "NextPageToken"))
421
- ListJobsByPipelineResponse.struct_class = Types::ListJobsByPipelineResponse
422
-
423
- ListJobsByStatusRequest.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location: "uri", location_name: "Status"))
424
- ListJobsByStatusRequest.add_member(:ascending, Shapes::ShapeRef.new(shape: Ascending, location: "querystring", location_name: "Ascending"))
425
- ListJobsByStatusRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: Id, location: "querystring", location_name: "PageToken"))
426
- ListJobsByStatusRequest.struct_class = Types::ListJobsByStatusRequest
427
-
428
- ListJobsByStatusResponse.add_member(:jobs, Shapes::ShapeRef.new(shape: Jobs, location_name: "Jobs"))
429
- ListJobsByStatusResponse.add_member(:next_page_token, Shapes::ShapeRef.new(shape: Id, location_name: "NextPageToken"))
430
- ListJobsByStatusResponse.struct_class = Types::ListJobsByStatusResponse
431
-
432
- ListPipelinesRequest.add_member(:ascending, Shapes::ShapeRef.new(shape: Ascending, location: "querystring", location_name: "Ascending"))
433
- ListPipelinesRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: Id, location: "querystring", location_name: "PageToken"))
434
- ListPipelinesRequest.struct_class = Types::ListPipelinesRequest
435
-
436
- ListPipelinesResponse.add_member(:pipelines, Shapes::ShapeRef.new(shape: Pipelines, location_name: "Pipelines"))
437
- ListPipelinesResponse.add_member(:next_page_token, Shapes::ShapeRef.new(shape: Id, location_name: "NextPageToken"))
438
- ListPipelinesResponse.struct_class = Types::ListPipelinesResponse
439
-
440
- ListPresetsRequest.add_member(:ascending, Shapes::ShapeRef.new(shape: Ascending, location: "querystring", location_name: "Ascending"))
441
- ListPresetsRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: Id, location: "querystring", location_name: "PageToken"))
442
- ListPresetsRequest.struct_class = Types::ListPresetsRequest
443
-
444
- ListPresetsResponse.add_member(:presets, Shapes::ShapeRef.new(shape: Presets, location_name: "Presets"))
445
- ListPresetsResponse.add_member(:next_page_token, Shapes::ShapeRef.new(shape: Id, location_name: "NextPageToken"))
446
- ListPresetsResponse.struct_class = Types::ListPresetsResponse
447
-
448
- Notifications.add_member(:progressing, Shapes::ShapeRef.new(shape: SnsTopic, location_name: "Progressing"))
449
- Notifications.add_member(:completed, Shapes::ShapeRef.new(shape: SnsTopic, location_name: "Completed"))
450
- Notifications.add_member(:warning, Shapes::ShapeRef.new(shape: SnsTopic, location_name: "Warning"))
451
- Notifications.add_member(:error, Shapes::ShapeRef.new(shape: SnsTopic, location_name: "Error"))
452
- Notifications.struct_class = Types::Notifications
453
-
454
- OutputKeys.member = Shapes::ShapeRef.new(shape: Key)
455
-
456
- Permission.add_member(:grantee_type, Shapes::ShapeRef.new(shape: GranteeType, location_name: "GranteeType"))
457
- Permission.add_member(:grantee, Shapes::ShapeRef.new(shape: Grantee, location_name: "Grantee"))
458
- Permission.add_member(:access, Shapes::ShapeRef.new(shape: AccessControls, location_name: "Access"))
459
- Permission.struct_class = Types::Permission
460
-
461
- Permissions.member = Shapes::ShapeRef.new(shape: Permission)
462
-
463
- Pipeline.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
464
- Pipeline.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
465
- Pipeline.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
466
- Pipeline.add_member(:status, Shapes::ShapeRef.new(shape: PipelineStatus, location_name: "Status"))
467
- Pipeline.add_member(:input_bucket, Shapes::ShapeRef.new(shape: BucketName, location_name: "InputBucket"))
468
- Pipeline.add_member(:output_bucket, Shapes::ShapeRef.new(shape: BucketName, location_name: "OutputBucket"))
469
- Pipeline.add_member(:role, Shapes::ShapeRef.new(shape: Role, location_name: "Role"))
470
- Pipeline.add_member(:aws_kms_key_arn, Shapes::ShapeRef.new(shape: KeyArn, location_name: "AwsKmsKeyArn"))
471
- Pipeline.add_member(:notifications, Shapes::ShapeRef.new(shape: Notifications, location_name: "Notifications"))
472
- Pipeline.add_member(:content_config, Shapes::ShapeRef.new(shape: PipelineOutputConfig, location_name: "ContentConfig"))
473
- Pipeline.add_member(:thumbnail_config, Shapes::ShapeRef.new(shape: PipelineOutputConfig, location_name: "ThumbnailConfig"))
474
- Pipeline.struct_class = Types::Pipeline
475
-
476
- PipelineOutputConfig.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, location_name: "Bucket"))
477
- PipelineOutputConfig.add_member(:storage_class, Shapes::ShapeRef.new(shape: StorageClass, location_name: "StorageClass"))
478
- PipelineOutputConfig.add_member(:permissions, Shapes::ShapeRef.new(shape: Permissions, location_name: "Permissions"))
479
- PipelineOutputConfig.struct_class = Types::PipelineOutputConfig
480
-
481
- Pipelines.member = Shapes::ShapeRef.new(shape: Pipeline)
482
-
483
- PlayReadyDrm.add_member(:format, Shapes::ShapeRef.new(shape: PlayReadyDrmFormatString, location_name: "Format"))
484
- PlayReadyDrm.add_member(:key, Shapes::ShapeRef.new(shape: NonEmptyBase64EncodedString, location_name: "Key"))
485
- PlayReadyDrm.add_member(:key_md_5, Shapes::ShapeRef.new(shape: NonEmptyBase64EncodedString, location_name: "KeyMd5"))
486
- PlayReadyDrm.add_member(:key_id, Shapes::ShapeRef.new(shape: KeyIdGuid, location_name: "KeyId"))
487
- PlayReadyDrm.add_member(:initialization_vector, Shapes::ShapeRef.new(shape: ZeroTo255String, location_name: "InitializationVector"))
488
- PlayReadyDrm.add_member(:license_acquisition_url, Shapes::ShapeRef.new(shape: OneTo512String, location_name: "LicenseAcquisitionUrl"))
489
- PlayReadyDrm.struct_class = Types::PlayReadyDrm
490
-
491
- Playlist.add_member(:name, Shapes::ShapeRef.new(shape: Filename, location_name: "Name"))
492
- Playlist.add_member(:format, Shapes::ShapeRef.new(shape: PlaylistFormat, location_name: "Format"))
493
- Playlist.add_member(:output_keys, Shapes::ShapeRef.new(shape: OutputKeys, location_name: "OutputKeys"))
494
- Playlist.add_member(:hls_content_protection, Shapes::ShapeRef.new(shape: HlsContentProtection, location_name: "HlsContentProtection"))
495
- Playlist.add_member(:play_ready_drm, Shapes::ShapeRef.new(shape: PlayReadyDrm, location_name: "PlayReadyDrm"))
496
- Playlist.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "Status"))
497
- Playlist.add_member(:status_detail, Shapes::ShapeRef.new(shape: Description, location_name: "StatusDetail"))
498
- Playlist.struct_class = Types::Playlist
499
-
500
- Playlists.member = Shapes::ShapeRef.new(shape: Playlist)
501
-
502
- Preset.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
503
- Preset.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
504
- Preset.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
505
- Preset.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
506
- Preset.add_member(:container, Shapes::ShapeRef.new(shape: PresetContainer, location_name: "Container"))
507
- Preset.add_member(:audio, Shapes::ShapeRef.new(shape: AudioParameters, location_name: "Audio"))
508
- Preset.add_member(:video, Shapes::ShapeRef.new(shape: VideoParameters, location_name: "Video"))
509
- Preset.add_member(:thumbnails, Shapes::ShapeRef.new(shape: Thumbnails, location_name: "Thumbnails"))
510
- Preset.add_member(:type, Shapes::ShapeRef.new(shape: PresetType, location_name: "Type"))
511
- Preset.struct_class = Types::Preset
512
-
513
- PresetWatermark.add_member(:id, Shapes::ShapeRef.new(shape: PresetWatermarkId, location_name: "Id"))
514
- PresetWatermark.add_member(:max_width, Shapes::ShapeRef.new(shape: PixelsOrPercent, location_name: "MaxWidth"))
515
- PresetWatermark.add_member(:max_height, Shapes::ShapeRef.new(shape: PixelsOrPercent, location_name: "MaxHeight"))
516
- PresetWatermark.add_member(:sizing_policy, Shapes::ShapeRef.new(shape: WatermarkSizingPolicy, location_name: "SizingPolicy"))
517
- PresetWatermark.add_member(:horizontal_align, Shapes::ShapeRef.new(shape: HorizontalAlign, location_name: "HorizontalAlign"))
518
- PresetWatermark.add_member(:horizontal_offset, Shapes::ShapeRef.new(shape: PixelsOrPercent, location_name: "HorizontalOffset"))
519
- PresetWatermark.add_member(:vertical_align, Shapes::ShapeRef.new(shape: VerticalAlign, location_name: "VerticalAlign"))
520
- PresetWatermark.add_member(:vertical_offset, Shapes::ShapeRef.new(shape: PixelsOrPercent, location_name: "VerticalOffset"))
521
- PresetWatermark.add_member(:opacity, Shapes::ShapeRef.new(shape: Opacity, location_name: "Opacity"))
522
- PresetWatermark.add_member(:target, Shapes::ShapeRef.new(shape: Target, location_name: "Target"))
523
- PresetWatermark.struct_class = Types::PresetWatermark
524
-
525
- PresetWatermarks.member = Shapes::ShapeRef.new(shape: PresetWatermark)
526
-
527
- Presets.member = Shapes::ShapeRef.new(shape: Preset)
528
-
529
- ReadJobRequest.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "Id"))
530
- ReadJobRequest.struct_class = Types::ReadJobRequest
531
-
532
- ReadJobResponse.add_member(:job, Shapes::ShapeRef.new(shape: Job, location_name: "Job"))
533
- ReadJobResponse.struct_class = Types::ReadJobResponse
534
-
535
- ReadPipelineRequest.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "Id"))
536
- ReadPipelineRequest.struct_class = Types::ReadPipelineRequest
537
-
538
- ReadPipelineResponse.add_member(:pipeline, Shapes::ShapeRef.new(shape: Pipeline, location_name: "Pipeline"))
539
- ReadPipelineResponse.add_member(:warnings, Shapes::ShapeRef.new(shape: Warnings, location_name: "Warnings"))
540
- ReadPipelineResponse.struct_class = Types::ReadPipelineResponse
541
-
542
- ReadPresetRequest.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "Id"))
543
- ReadPresetRequest.struct_class = Types::ReadPresetRequest
544
-
545
- ReadPresetResponse.add_member(:preset, Shapes::ShapeRef.new(shape: Preset, location_name: "Preset"))
546
- ReadPresetResponse.struct_class = Types::ReadPresetResponse
547
-
548
- SnsTopics.member = Shapes::ShapeRef.new(shape: SnsTopic)
549
-
550
- TestRoleRequest.add_member(:role, Shapes::ShapeRef.new(shape: Role, required: true, location_name: "Role"))
551
- TestRoleRequest.add_member(:input_bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "InputBucket"))
552
- TestRoleRequest.add_member(:output_bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "OutputBucket"))
553
- TestRoleRequest.add_member(:topics, Shapes::ShapeRef.new(shape: SnsTopics, required: true, location_name: "Topics"))
554
- TestRoleRequest.struct_class = Types::TestRoleRequest
555
-
556
- TestRoleResponse.add_member(:success, Shapes::ShapeRef.new(shape: Success, location_name: "Success"))
557
- TestRoleResponse.add_member(:messages, Shapes::ShapeRef.new(shape: ExceptionMessages, location_name: "Messages"))
558
- TestRoleResponse.struct_class = Types::TestRoleResponse
559
-
560
- Thumbnails.add_member(:format, Shapes::ShapeRef.new(shape: JpgOrPng, location_name: "Format"))
561
- Thumbnails.add_member(:interval, Shapes::ShapeRef.new(shape: Digits, location_name: "Interval"))
562
- Thumbnails.add_member(:resolution, Shapes::ShapeRef.new(shape: ThumbnailResolution, location_name: "Resolution"))
563
- Thumbnails.add_member(:aspect_ratio, Shapes::ShapeRef.new(shape: AspectRatio, location_name: "AspectRatio"))
564
- Thumbnails.add_member(:max_width, Shapes::ShapeRef.new(shape: DigitsOrAuto, location_name: "MaxWidth"))
565
- Thumbnails.add_member(:max_height, Shapes::ShapeRef.new(shape: DigitsOrAuto, location_name: "MaxHeight"))
566
- Thumbnails.add_member(:sizing_policy, Shapes::ShapeRef.new(shape: SizingPolicy, location_name: "SizingPolicy"))
567
- Thumbnails.add_member(:padding_policy, Shapes::ShapeRef.new(shape: PaddingPolicy, location_name: "PaddingPolicy"))
568
- Thumbnails.struct_class = Types::Thumbnails
569
-
570
- TimeSpan.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "StartTime"))
571
- TimeSpan.add_member(:duration, Shapes::ShapeRef.new(shape: Time, location_name: "Duration"))
572
- TimeSpan.struct_class = Types::TimeSpan
573
-
574
- Timing.add_member(:submit_time_millis, Shapes::ShapeRef.new(shape: NullableLong, location_name: "SubmitTimeMillis"))
575
- Timing.add_member(:start_time_millis, Shapes::ShapeRef.new(shape: NullableLong, location_name: "StartTimeMillis"))
576
- Timing.add_member(:finish_time_millis, Shapes::ShapeRef.new(shape: NullableLong, location_name: "FinishTimeMillis"))
577
- Timing.struct_class = Types::Timing
578
-
579
- UpdatePipelineNotificationsRequest.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "Id"))
580
- UpdatePipelineNotificationsRequest.add_member(:notifications, Shapes::ShapeRef.new(shape: Notifications, required: true, location_name: "Notifications"))
581
- UpdatePipelineNotificationsRequest.struct_class = Types::UpdatePipelineNotificationsRequest
582
-
583
- UpdatePipelineNotificationsResponse.add_member(:pipeline, Shapes::ShapeRef.new(shape: Pipeline, location_name: "Pipeline"))
584
- UpdatePipelineNotificationsResponse.struct_class = Types::UpdatePipelineNotificationsResponse
585
-
586
- UpdatePipelineRequest.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "Id"))
587
- UpdatePipelineRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
588
- UpdatePipelineRequest.add_member(:input_bucket, Shapes::ShapeRef.new(shape: BucketName, location_name: "InputBucket"))
589
- UpdatePipelineRequest.add_member(:role, Shapes::ShapeRef.new(shape: Role, location_name: "Role"))
590
- UpdatePipelineRequest.add_member(:aws_kms_key_arn, Shapes::ShapeRef.new(shape: KeyArn, location_name: "AwsKmsKeyArn"))
591
- UpdatePipelineRequest.add_member(:notifications, Shapes::ShapeRef.new(shape: Notifications, location_name: "Notifications"))
592
- UpdatePipelineRequest.add_member(:content_config, Shapes::ShapeRef.new(shape: PipelineOutputConfig, location_name: "ContentConfig"))
593
- UpdatePipelineRequest.add_member(:thumbnail_config, Shapes::ShapeRef.new(shape: PipelineOutputConfig, location_name: "ThumbnailConfig"))
594
- UpdatePipelineRequest.struct_class = Types::UpdatePipelineRequest
595
-
596
- UpdatePipelineResponse.add_member(:pipeline, Shapes::ShapeRef.new(shape: Pipeline, location_name: "Pipeline"))
597
- UpdatePipelineResponse.add_member(:warnings, Shapes::ShapeRef.new(shape: Warnings, location_name: "Warnings"))
598
- UpdatePipelineResponse.struct_class = Types::UpdatePipelineResponse
599
-
600
- UpdatePipelineStatusRequest.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "Id"))
601
- UpdatePipelineStatusRequest.add_member(:status, Shapes::ShapeRef.new(shape: PipelineStatus, required: true, location_name: "Status"))
602
- UpdatePipelineStatusRequest.struct_class = Types::UpdatePipelineStatusRequest
603
-
604
- UpdatePipelineStatusResponse.add_member(:pipeline, Shapes::ShapeRef.new(shape: Pipeline, location_name: "Pipeline"))
605
- UpdatePipelineStatusResponse.struct_class = Types::UpdatePipelineStatusResponse
606
-
607
- UserMetadata.key = Shapes::ShapeRef.new(shape: String)
608
- UserMetadata.value = Shapes::ShapeRef.new(shape: String)
609
-
610
- VideoParameters.add_member(:codec, Shapes::ShapeRef.new(shape: VideoCodec, location_name: "Codec"))
611
- VideoParameters.add_member(:codec_options, Shapes::ShapeRef.new(shape: CodecOptions, location_name: "CodecOptions"))
612
- VideoParameters.add_member(:keyframes_max_dist, Shapes::ShapeRef.new(shape: KeyframesMaxDist, location_name: "KeyframesMaxDist"))
613
- VideoParameters.add_member(:fixed_gop, Shapes::ShapeRef.new(shape: FixedGOP, location_name: "FixedGOP"))
614
- VideoParameters.add_member(:bit_rate, Shapes::ShapeRef.new(shape: VideoBitRate, location_name: "BitRate"))
615
- VideoParameters.add_member(:frame_rate, Shapes::ShapeRef.new(shape: FrameRate, location_name: "FrameRate"))
616
- VideoParameters.add_member(:max_frame_rate, Shapes::ShapeRef.new(shape: MaxFrameRate, location_name: "MaxFrameRate"))
617
- VideoParameters.add_member(:resolution, Shapes::ShapeRef.new(shape: Resolution, location_name: "Resolution"))
618
- VideoParameters.add_member(:aspect_ratio, Shapes::ShapeRef.new(shape: AspectRatio, location_name: "AspectRatio"))
619
- VideoParameters.add_member(:max_width, Shapes::ShapeRef.new(shape: DigitsOrAuto, location_name: "MaxWidth"))
620
- VideoParameters.add_member(:max_height, Shapes::ShapeRef.new(shape: DigitsOrAuto, location_name: "MaxHeight"))
621
- VideoParameters.add_member(:display_aspect_ratio, Shapes::ShapeRef.new(shape: AspectRatio, location_name: "DisplayAspectRatio"))
622
- VideoParameters.add_member(:sizing_policy, Shapes::ShapeRef.new(shape: SizingPolicy, location_name: "SizingPolicy"))
623
- VideoParameters.add_member(:padding_policy, Shapes::ShapeRef.new(shape: PaddingPolicy, location_name: "PaddingPolicy"))
624
- VideoParameters.add_member(:watermarks, Shapes::ShapeRef.new(shape: PresetWatermarks, location_name: "Watermarks"))
625
- VideoParameters.struct_class = Types::VideoParameters
626
-
627
- Warning.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "Code"))
628
- Warning.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
629
- Warning.struct_class = Types::Warning
630
-
631
- Warnings.member = Shapes::ShapeRef.new(shape: Warning)
632
-
633
-
634
- # @api private
635
- API = Seahorse::Model::Api.new.tap do |api|
636
-
637
- api.version = "2012-09-25"
638
-
639
- api.metadata = {
640
- "endpointPrefix" => "elastictranscoder",
641
- "protocol" => "rest-json",
642
- "serviceFullName" => "Amazon Elastic Transcoder",
643
- "signatureVersion" => "v4",
644
- }
645
-
646
- api.add_operation(:cancel_job, Seahorse::Model::Operation.new.tap do |o|
647
- o.name = "CancelJob"
648
- o.http_method = "DELETE"
649
- o.http_request_uri = "/2012-09-25/jobs/{Id}"
650
- o.input = Shapes::ShapeRef.new(shape: CancelJobRequest)
651
- o.output = Shapes::ShapeRef.new(shape: CancelJobResponse)
652
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
653
- o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
654
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
655
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
656
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
657
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
658
- end)
659
-
660
- api.add_operation(:create_job, Seahorse::Model::Operation.new.tap do |o|
661
- o.name = "CreateJob"
662
- o.http_method = "POST"
663
- o.http_request_uri = "/2012-09-25/jobs"
664
- o.input = Shapes::ShapeRef.new(shape: CreateJobRequest)
665
- o.output = Shapes::ShapeRef.new(shape: CreateJobResponse)
666
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
667
- o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
668
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
669
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
670
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
671
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
672
- end)
673
-
674
- api.add_operation(:create_pipeline, Seahorse::Model::Operation.new.tap do |o|
675
- o.name = "CreatePipeline"
676
- o.http_method = "POST"
677
- o.http_request_uri = "/2012-09-25/pipelines"
678
- o.input = Shapes::ShapeRef.new(shape: CreatePipelineRequest)
679
- o.output = Shapes::ShapeRef.new(shape: CreatePipelineResponse)
680
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
681
- o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
682
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
683
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
684
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
685
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
686
- end)
687
-
688
- api.add_operation(:create_preset, Seahorse::Model::Operation.new.tap do |o|
689
- o.name = "CreatePreset"
690
- o.http_method = "POST"
691
- o.http_request_uri = "/2012-09-25/presets"
692
- o.input = Shapes::ShapeRef.new(shape: CreatePresetRequest)
693
- o.output = Shapes::ShapeRef.new(shape: CreatePresetResponse)
694
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
695
- o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
696
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
697
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
698
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
699
- end)
700
-
701
- api.add_operation(:delete_pipeline, Seahorse::Model::Operation.new.tap do |o|
702
- o.name = "DeletePipeline"
703
- o.http_method = "DELETE"
704
- o.http_request_uri = "/2012-09-25/pipelines/{Id}"
705
- o.input = Shapes::ShapeRef.new(shape: DeletePipelineRequest)
706
- o.output = Shapes::ShapeRef.new(shape: DeletePipelineResponse)
707
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
708
- o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
709
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
710
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
711
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
712
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
713
- end)
714
-
715
- api.add_operation(:delete_preset, Seahorse::Model::Operation.new.tap do |o|
716
- o.name = "DeletePreset"
717
- o.http_method = "DELETE"
718
- o.http_request_uri = "/2012-09-25/presets/{Id}"
719
- o.input = Shapes::ShapeRef.new(shape: DeletePresetRequest)
720
- o.output = Shapes::ShapeRef.new(shape: DeletePresetResponse)
721
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
722
- o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
723
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
724
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
725
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
726
- end)
727
-
728
- api.add_operation(:list_jobs_by_pipeline, Seahorse::Model::Operation.new.tap do |o|
729
- o.name = "ListJobsByPipeline"
730
- o.http_method = "GET"
731
- o.http_request_uri = "/2012-09-25/jobsByPipeline/{PipelineId}"
732
- o.input = Shapes::ShapeRef.new(shape: ListJobsByPipelineRequest)
733
- o.output = Shapes::ShapeRef.new(shape: ListJobsByPipelineResponse)
734
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
735
- o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
736
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
737
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
738
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
739
- o[:pager] = Aws::Pager.new(
740
- tokens: {
741
- "next_page_token" => "page_token"
742
- }
743
- )
744
- end)
745
-
746
- api.add_operation(:list_jobs_by_status, Seahorse::Model::Operation.new.tap do |o|
747
- o.name = "ListJobsByStatus"
748
- o.http_method = "GET"
749
- o.http_request_uri = "/2012-09-25/jobsByStatus/{Status}"
750
- o.input = Shapes::ShapeRef.new(shape: ListJobsByStatusRequest)
751
- o.output = Shapes::ShapeRef.new(shape: ListJobsByStatusResponse)
752
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
753
- o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
754
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
755
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
756
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
757
- o[:pager] = Aws::Pager.new(
758
- tokens: {
759
- "next_page_token" => "page_token"
760
- }
761
- )
762
- end)
763
-
764
- api.add_operation(:list_pipelines, Seahorse::Model::Operation.new.tap do |o|
765
- o.name = "ListPipelines"
766
- o.http_method = "GET"
767
- o.http_request_uri = "/2012-09-25/pipelines"
768
- o.input = Shapes::ShapeRef.new(shape: ListPipelinesRequest)
769
- o.output = Shapes::ShapeRef.new(shape: ListPipelinesResponse)
770
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
771
- o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
772
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
773
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
774
- o[:pager] = Aws::Pager.new(
775
- tokens: {
776
- "next_page_token" => "page_token"
777
- }
778
- )
779
- end)
780
-
781
- api.add_operation(:list_presets, Seahorse::Model::Operation.new.tap do |o|
782
- o.name = "ListPresets"
783
- o.http_method = "GET"
784
- o.http_request_uri = "/2012-09-25/presets"
785
- o.input = Shapes::ShapeRef.new(shape: ListPresetsRequest)
786
- o.output = Shapes::ShapeRef.new(shape: ListPresetsResponse)
787
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
788
- o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
789
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
790
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
791
- o[:pager] = Aws::Pager.new(
792
- tokens: {
793
- "next_page_token" => "page_token"
794
- }
795
- )
796
- end)
797
-
798
- api.add_operation(:read_job, Seahorse::Model::Operation.new.tap do |o|
799
- o.name = "ReadJob"
800
- o.http_method = "GET"
801
- o.http_request_uri = "/2012-09-25/jobs/{Id}"
802
- o.input = Shapes::ShapeRef.new(shape: ReadJobRequest)
803
- o.output = Shapes::ShapeRef.new(shape: ReadJobResponse)
804
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
805
- o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
806
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
807
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
808
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
809
- end)
810
-
811
- api.add_operation(:read_pipeline, Seahorse::Model::Operation.new.tap do |o|
812
- o.name = "ReadPipeline"
813
- o.http_method = "GET"
814
- o.http_request_uri = "/2012-09-25/pipelines/{Id}"
815
- o.input = Shapes::ShapeRef.new(shape: ReadPipelineRequest)
816
- o.output = Shapes::ShapeRef.new(shape: ReadPipelineResponse)
817
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
818
- o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
819
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
820
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
821
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
822
- end)
823
-
824
- api.add_operation(:read_preset, Seahorse::Model::Operation.new.tap do |o|
825
- o.name = "ReadPreset"
826
- o.http_method = "GET"
827
- o.http_request_uri = "/2012-09-25/presets/{Id}"
828
- o.input = Shapes::ShapeRef.new(shape: ReadPresetRequest)
829
- o.output = Shapes::ShapeRef.new(shape: ReadPresetResponse)
830
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
831
- o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
832
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
833
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
834
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
835
- end)
836
-
837
- api.add_operation(:test_role, Seahorse::Model::Operation.new.tap do |o|
838
- o.name = "TestRole"
839
- o.http_method = "POST"
840
- o.http_request_uri = "/2012-09-25/roleTests"
841
- o.deprecated = true
842
- o.input = Shapes::ShapeRef.new(shape: TestRoleRequest)
843
- o.output = Shapes::ShapeRef.new(shape: TestRoleResponse)
844
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
845
- o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
846
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
847
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
848
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
849
- end)
850
-
851
- api.add_operation(:update_pipeline, Seahorse::Model::Operation.new.tap do |o|
852
- o.name = "UpdatePipeline"
853
- o.http_method = "PUT"
854
- o.http_request_uri = "/2012-09-25/pipelines/{Id}"
855
- o.input = Shapes::ShapeRef.new(shape: UpdatePipelineRequest)
856
- o.output = Shapes::ShapeRef.new(shape: UpdatePipelineResponse)
857
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
858
- o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
859
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
860
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
861
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
862
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
863
- end)
864
-
865
- api.add_operation(:update_pipeline_notifications, Seahorse::Model::Operation.new.tap do |o|
866
- o.name = "UpdatePipelineNotifications"
867
- o.http_method = "POST"
868
- o.http_request_uri = "/2012-09-25/pipelines/{Id}/notifications"
869
- o.input = Shapes::ShapeRef.new(shape: UpdatePipelineNotificationsRequest)
870
- o.output = Shapes::ShapeRef.new(shape: UpdatePipelineNotificationsResponse)
871
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
872
- o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
873
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
874
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
875
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
876
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
877
- end)
878
-
879
- api.add_operation(:update_pipeline_status, Seahorse::Model::Operation.new.tap do |o|
880
- o.name = "UpdatePipelineStatus"
881
- o.http_method = "POST"
882
- o.http_request_uri = "/2012-09-25/pipelines/{Id}/status"
883
- o.input = Shapes::ShapeRef.new(shape: UpdatePipelineStatusRequest)
884
- o.output = Shapes::ShapeRef.new(shape: UpdatePipelineStatusResponse)
885
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
886
- o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
887
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
888
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
889
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
890
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
891
- end)
892
- end
8
+ module Aws::ElasticTranscoder
9
+ # @api private
10
+ module ClientApi
11
+
12
+ include Seahorse::Model
13
+
14
+ AccessControl = Shapes::StringShape.new(name: 'AccessControl')
15
+ AccessControls = Shapes::ListShape.new(name: 'AccessControls')
16
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ Artwork = Shapes::StructureShape.new(name: 'Artwork')
18
+ Artworks = Shapes::ListShape.new(name: 'Artworks')
19
+ Ascending = Shapes::StringShape.new(name: 'Ascending')
20
+ AspectRatio = Shapes::StringShape.new(name: 'AspectRatio')
21
+ AudioBitDepth = Shapes::StringShape.new(name: 'AudioBitDepth')
22
+ AudioBitOrder = Shapes::StringShape.new(name: 'AudioBitOrder')
23
+ AudioBitRate = Shapes::StringShape.new(name: 'AudioBitRate')
24
+ AudioChannels = Shapes::StringShape.new(name: 'AudioChannels')
25
+ AudioCodec = Shapes::StringShape.new(name: 'AudioCodec')
26
+ AudioCodecOptions = Shapes::StructureShape.new(name: 'AudioCodecOptions')
27
+ AudioCodecProfile = Shapes::StringShape.new(name: 'AudioCodecProfile')
28
+ AudioPackingMode = Shapes::StringShape.new(name: 'AudioPackingMode')
29
+ AudioParameters = Shapes::StructureShape.new(name: 'AudioParameters')
30
+ AudioSampleRate = Shapes::StringShape.new(name: 'AudioSampleRate')
31
+ AudioSigned = Shapes::StringShape.new(name: 'AudioSigned')
32
+ Base64EncodedString = Shapes::StringShape.new(name: 'Base64EncodedString')
33
+ BucketName = Shapes::StringShape.new(name: 'BucketName')
34
+ CancelJobRequest = Shapes::StructureShape.new(name: 'CancelJobRequest')
35
+ CancelJobResponse = Shapes::StructureShape.new(name: 'CancelJobResponse')
36
+ CaptionFormat = Shapes::StructureShape.new(name: 'CaptionFormat')
37
+ CaptionFormatFormat = Shapes::StringShape.new(name: 'CaptionFormatFormat')
38
+ CaptionFormatPattern = Shapes::StringShape.new(name: 'CaptionFormatPattern')
39
+ CaptionFormats = Shapes::ListShape.new(name: 'CaptionFormats')
40
+ CaptionMergePolicy = Shapes::StringShape.new(name: 'CaptionMergePolicy')
41
+ CaptionSource = Shapes::StructureShape.new(name: 'CaptionSource')
42
+ CaptionSources = Shapes::ListShape.new(name: 'CaptionSources')
43
+ Captions = Shapes::StructureShape.new(name: 'Captions')
44
+ Clip = Shapes::StructureShape.new(name: 'Clip')
45
+ CodecOption = Shapes::StringShape.new(name: 'CodecOption')
46
+ CodecOptions = Shapes::MapShape.new(name: 'CodecOptions')
47
+ Composition = Shapes::ListShape.new(name: 'Composition')
48
+ CreateJobOutput = Shapes::StructureShape.new(name: 'CreateJobOutput')
49
+ CreateJobOutputs = Shapes::ListShape.new(name: 'CreateJobOutputs')
50
+ CreateJobPlaylist = Shapes::StructureShape.new(name: 'CreateJobPlaylist')
51
+ CreateJobPlaylists = Shapes::ListShape.new(name: 'CreateJobPlaylists')
52
+ CreateJobRequest = Shapes::StructureShape.new(name: 'CreateJobRequest')
53
+ CreateJobResponse = Shapes::StructureShape.new(name: 'CreateJobResponse')
54
+ CreatePipelineRequest = Shapes::StructureShape.new(name: 'CreatePipelineRequest')
55
+ CreatePipelineResponse = Shapes::StructureShape.new(name: 'CreatePipelineResponse')
56
+ CreatePresetRequest = Shapes::StructureShape.new(name: 'CreatePresetRequest')
57
+ CreatePresetResponse = Shapes::StructureShape.new(name: 'CreatePresetResponse')
58
+ DeletePipelineRequest = Shapes::StructureShape.new(name: 'DeletePipelineRequest')
59
+ DeletePipelineResponse = Shapes::StructureShape.new(name: 'DeletePipelineResponse')
60
+ DeletePresetRequest = Shapes::StructureShape.new(name: 'DeletePresetRequest')
61
+ DeletePresetResponse = Shapes::StructureShape.new(name: 'DeletePresetResponse')
62
+ Description = Shapes::StringShape.new(name: 'Description')
63
+ DetectedProperties = Shapes::StructureShape.new(name: 'DetectedProperties')
64
+ Digits = Shapes::StringShape.new(name: 'Digits')
65
+ DigitsOrAuto = Shapes::StringShape.new(name: 'DigitsOrAuto')
66
+ Encryption = Shapes::StructureShape.new(name: 'Encryption')
67
+ EncryptionMode = Shapes::StringShape.new(name: 'EncryptionMode')
68
+ ExceptionMessages = Shapes::ListShape.new(name: 'ExceptionMessages')
69
+ Filename = Shapes::StringShape.new(name: 'Filename')
70
+ FixedGOP = Shapes::StringShape.new(name: 'FixedGOP')
71
+ FloatString = Shapes::StringShape.new(name: 'FloatString')
72
+ FrameRate = Shapes::StringShape.new(name: 'FrameRate')
73
+ Grantee = Shapes::StringShape.new(name: 'Grantee')
74
+ GranteeType = Shapes::StringShape.new(name: 'GranteeType')
75
+ HlsContentProtection = Shapes::StructureShape.new(name: 'HlsContentProtection')
76
+ HlsContentProtectionMethod = Shapes::StringShape.new(name: 'HlsContentProtectionMethod')
77
+ HorizontalAlign = Shapes::StringShape.new(name: 'HorizontalAlign')
78
+ Id = Shapes::StringShape.new(name: 'Id')
79
+ IncompatibleVersionException = Shapes::StructureShape.new(name: 'IncompatibleVersionException')
80
+ InputCaptions = Shapes::StructureShape.new(name: 'InputCaptions')
81
+ Interlaced = Shapes::StringShape.new(name: 'Interlaced')
82
+ InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
83
+ Job = Shapes::StructureShape.new(name: 'Job')
84
+ JobAlbumArt = Shapes::StructureShape.new(name: 'JobAlbumArt')
85
+ JobContainer = Shapes::StringShape.new(name: 'JobContainer')
86
+ JobInput = Shapes::StructureShape.new(name: 'JobInput')
87
+ JobInputs = Shapes::ListShape.new(name: 'JobInputs')
88
+ JobOutput = Shapes::StructureShape.new(name: 'JobOutput')
89
+ JobOutputs = Shapes::ListShape.new(name: 'JobOutputs')
90
+ JobStatus = Shapes::StringShape.new(name: 'JobStatus')
91
+ JobWatermark = Shapes::StructureShape.new(name: 'JobWatermark')
92
+ JobWatermarks = Shapes::ListShape.new(name: 'JobWatermarks')
93
+ Jobs = Shapes::ListShape.new(name: 'Jobs')
94
+ JpgOrPng = Shapes::StringShape.new(name: 'JpgOrPng')
95
+ Key = Shapes::StringShape.new(name: 'Key')
96
+ KeyArn = Shapes::StringShape.new(name: 'KeyArn')
97
+ KeyIdGuid = Shapes::StringShape.new(name: 'KeyIdGuid')
98
+ KeyStoragePolicy = Shapes::StringShape.new(name: 'KeyStoragePolicy')
99
+ KeyframesMaxDist = Shapes::StringShape.new(name: 'KeyframesMaxDist')
100
+ LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
101
+ ListJobsByPipelineRequest = Shapes::StructureShape.new(name: 'ListJobsByPipelineRequest')
102
+ ListJobsByPipelineResponse = Shapes::StructureShape.new(name: 'ListJobsByPipelineResponse')
103
+ ListJobsByStatusRequest = Shapes::StructureShape.new(name: 'ListJobsByStatusRequest')
104
+ ListJobsByStatusResponse = Shapes::StructureShape.new(name: 'ListJobsByStatusResponse')
105
+ ListPipelinesRequest = Shapes::StructureShape.new(name: 'ListPipelinesRequest')
106
+ ListPipelinesResponse = Shapes::StructureShape.new(name: 'ListPipelinesResponse')
107
+ ListPresetsRequest = Shapes::StructureShape.new(name: 'ListPresetsRequest')
108
+ ListPresetsResponse = Shapes::StructureShape.new(name: 'ListPresetsResponse')
109
+ LongKey = Shapes::StringShape.new(name: 'LongKey')
110
+ MaxFrameRate = Shapes::StringShape.new(name: 'MaxFrameRate')
111
+ MergePolicy = Shapes::StringShape.new(name: 'MergePolicy')
112
+ Name = Shapes::StringShape.new(name: 'Name')
113
+ NonEmptyBase64EncodedString = Shapes::StringShape.new(name: 'NonEmptyBase64EncodedString')
114
+ Notifications = Shapes::StructureShape.new(name: 'Notifications')
115
+ NullableInteger = Shapes::IntegerShape.new(name: 'NullableInteger')
116
+ NullableLong = Shapes::IntegerShape.new(name: 'NullableLong')
117
+ OneTo512String = Shapes::StringShape.new(name: 'OneTo512String')
118
+ Opacity = Shapes::StringShape.new(name: 'Opacity')
119
+ OutputKeys = Shapes::ListShape.new(name: 'OutputKeys')
120
+ PaddingPolicy = Shapes::StringShape.new(name: 'PaddingPolicy')
121
+ Permission = Shapes::StructureShape.new(name: 'Permission')
122
+ Permissions = Shapes::ListShape.new(name: 'Permissions')
123
+ Pipeline = Shapes::StructureShape.new(name: 'Pipeline')
124
+ PipelineOutputConfig = Shapes::StructureShape.new(name: 'PipelineOutputConfig')
125
+ PipelineStatus = Shapes::StringShape.new(name: 'PipelineStatus')
126
+ Pipelines = Shapes::ListShape.new(name: 'Pipelines')
127
+ PixelsOrPercent = Shapes::StringShape.new(name: 'PixelsOrPercent')
128
+ PlayReadyDrm = Shapes::StructureShape.new(name: 'PlayReadyDrm')
129
+ PlayReadyDrmFormatString = Shapes::StringShape.new(name: 'PlayReadyDrmFormatString')
130
+ Playlist = Shapes::StructureShape.new(name: 'Playlist')
131
+ PlaylistFormat = Shapes::StringShape.new(name: 'PlaylistFormat')
132
+ Playlists = Shapes::ListShape.new(name: 'Playlists')
133
+ Preset = Shapes::StructureShape.new(name: 'Preset')
134
+ PresetContainer = Shapes::StringShape.new(name: 'PresetContainer')
135
+ PresetType = Shapes::StringShape.new(name: 'PresetType')
136
+ PresetWatermark = Shapes::StructureShape.new(name: 'PresetWatermark')
137
+ PresetWatermarkId = Shapes::StringShape.new(name: 'PresetWatermarkId')
138
+ PresetWatermarks = Shapes::ListShape.new(name: 'PresetWatermarks')
139
+ Presets = Shapes::ListShape.new(name: 'Presets')
140
+ ReadJobRequest = Shapes::StructureShape.new(name: 'ReadJobRequest')
141
+ ReadJobResponse = Shapes::StructureShape.new(name: 'ReadJobResponse')
142
+ ReadPipelineRequest = Shapes::StructureShape.new(name: 'ReadPipelineRequest')
143
+ ReadPipelineResponse = Shapes::StructureShape.new(name: 'ReadPipelineResponse')
144
+ ReadPresetRequest = Shapes::StructureShape.new(name: 'ReadPresetRequest')
145
+ ReadPresetResponse = Shapes::StructureShape.new(name: 'ReadPresetResponse')
146
+ Resolution = Shapes::StringShape.new(name: 'Resolution')
147
+ ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
148
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
149
+ Role = Shapes::StringShape.new(name: 'Role')
150
+ Rotate = Shapes::StringShape.new(name: 'Rotate')
151
+ SizingPolicy = Shapes::StringShape.new(name: 'SizingPolicy')
152
+ SnsTopic = Shapes::StringShape.new(name: 'SnsTopic')
153
+ SnsTopics = Shapes::ListShape.new(name: 'SnsTopics')
154
+ StorageClass = Shapes::StringShape.new(name: 'StorageClass')
155
+ String = Shapes::StringShape.new(name: 'String')
156
+ Success = Shapes::StringShape.new(name: 'Success')
157
+ Target = Shapes::StringShape.new(name: 'Target')
158
+ TestRoleRequest = Shapes::StructureShape.new(name: 'TestRoleRequest')
159
+ TestRoleResponse = Shapes::StructureShape.new(name: 'TestRoleResponse')
160
+ ThumbnailPattern = Shapes::StringShape.new(name: 'ThumbnailPattern')
161
+ ThumbnailResolution = Shapes::StringShape.new(name: 'ThumbnailResolution')
162
+ Thumbnails = Shapes::StructureShape.new(name: 'Thumbnails')
163
+ Time = Shapes::StringShape.new(name: 'Time')
164
+ TimeOffset = Shapes::StringShape.new(name: 'TimeOffset')
165
+ TimeSpan = Shapes::StructureShape.new(name: 'TimeSpan')
166
+ Timing = Shapes::StructureShape.new(name: 'Timing')
167
+ UpdatePipelineNotificationsRequest = Shapes::StructureShape.new(name: 'UpdatePipelineNotificationsRequest')
168
+ UpdatePipelineNotificationsResponse = Shapes::StructureShape.new(name: 'UpdatePipelineNotificationsResponse')
169
+ UpdatePipelineRequest = Shapes::StructureShape.new(name: 'UpdatePipelineRequest')
170
+ UpdatePipelineResponse = Shapes::StructureShape.new(name: 'UpdatePipelineResponse')
171
+ UpdatePipelineStatusRequest = Shapes::StructureShape.new(name: 'UpdatePipelineStatusRequest')
172
+ UpdatePipelineStatusResponse = Shapes::StructureShape.new(name: 'UpdatePipelineStatusResponse')
173
+ UserMetadata = Shapes::MapShape.new(name: 'UserMetadata')
174
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
175
+ VerticalAlign = Shapes::StringShape.new(name: 'VerticalAlign')
176
+ VideoBitRate = Shapes::StringShape.new(name: 'VideoBitRate')
177
+ VideoCodec = Shapes::StringShape.new(name: 'VideoCodec')
178
+ VideoParameters = Shapes::StructureShape.new(name: 'VideoParameters')
179
+ Warning = Shapes::StructureShape.new(name: 'Warning')
180
+ Warnings = Shapes::ListShape.new(name: 'Warnings')
181
+ WatermarkKey = Shapes::StringShape.new(name: 'WatermarkKey')
182
+ WatermarkSizingPolicy = Shapes::StringShape.new(name: 'WatermarkSizingPolicy')
183
+ ZeroTo255String = Shapes::StringShape.new(name: 'ZeroTo255String')
184
+ ZeroTo512String = Shapes::StringShape.new(name: 'ZeroTo512String')
185
+
186
+ AccessControls.member = Shapes::ShapeRef.new(shape: AccessControl)
187
+
188
+ Artwork.add_member(:input_key, Shapes::ShapeRef.new(shape: WatermarkKey, location_name: "InputKey"))
189
+ Artwork.add_member(:max_width, Shapes::ShapeRef.new(shape: DigitsOrAuto, location_name: "MaxWidth"))
190
+ Artwork.add_member(:max_height, Shapes::ShapeRef.new(shape: DigitsOrAuto, location_name: "MaxHeight"))
191
+ Artwork.add_member(:sizing_policy, Shapes::ShapeRef.new(shape: SizingPolicy, location_name: "SizingPolicy"))
192
+ Artwork.add_member(:padding_policy, Shapes::ShapeRef.new(shape: PaddingPolicy, location_name: "PaddingPolicy"))
193
+ Artwork.add_member(:album_art_format, Shapes::ShapeRef.new(shape: JpgOrPng, location_name: "AlbumArtFormat"))
194
+ Artwork.add_member(:encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "Encryption"))
195
+ Artwork.struct_class = Types::Artwork
196
+
197
+ Artworks.member = Shapes::ShapeRef.new(shape: Artwork)
198
+
199
+ AudioCodecOptions.add_member(:profile, Shapes::ShapeRef.new(shape: AudioCodecProfile, location_name: "Profile"))
200
+ AudioCodecOptions.add_member(:bit_depth, Shapes::ShapeRef.new(shape: AudioBitDepth, location_name: "BitDepth"))
201
+ AudioCodecOptions.add_member(:bit_order, Shapes::ShapeRef.new(shape: AudioBitOrder, location_name: "BitOrder"))
202
+ AudioCodecOptions.add_member(:signed, Shapes::ShapeRef.new(shape: AudioSigned, location_name: "Signed"))
203
+ AudioCodecOptions.struct_class = Types::AudioCodecOptions
204
+
205
+ AudioParameters.add_member(:codec, Shapes::ShapeRef.new(shape: AudioCodec, location_name: "Codec"))
206
+ AudioParameters.add_member(:sample_rate, Shapes::ShapeRef.new(shape: AudioSampleRate, location_name: "SampleRate"))
207
+ AudioParameters.add_member(:bit_rate, Shapes::ShapeRef.new(shape: AudioBitRate, location_name: "BitRate"))
208
+ AudioParameters.add_member(:channels, Shapes::ShapeRef.new(shape: AudioChannels, location_name: "Channels"))
209
+ AudioParameters.add_member(:audio_packing_mode, Shapes::ShapeRef.new(shape: AudioPackingMode, location_name: "AudioPackingMode"))
210
+ AudioParameters.add_member(:codec_options, Shapes::ShapeRef.new(shape: AudioCodecOptions, location_name: "CodecOptions"))
211
+ AudioParameters.struct_class = Types::AudioParameters
212
+
213
+ CancelJobRequest.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "Id"))
214
+ CancelJobRequest.struct_class = Types::CancelJobRequest
215
+
216
+ CancelJobResponse.struct_class = Types::CancelJobResponse
217
+
218
+ CaptionFormat.add_member(:format, Shapes::ShapeRef.new(shape: CaptionFormatFormat, location_name: "Format"))
219
+ CaptionFormat.add_member(:pattern, Shapes::ShapeRef.new(shape: CaptionFormatPattern, location_name: "Pattern"))
220
+ CaptionFormat.add_member(:encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "Encryption"))
221
+ CaptionFormat.struct_class = Types::CaptionFormat
222
+
223
+ CaptionFormats.member = Shapes::ShapeRef.new(shape: CaptionFormat)
224
+
225
+ CaptionSource.add_member(:key, Shapes::ShapeRef.new(shape: LongKey, location_name: "Key"))
226
+ CaptionSource.add_member(:language, Shapes::ShapeRef.new(shape: Key, location_name: "Language"))
227
+ CaptionSource.add_member(:time_offset, Shapes::ShapeRef.new(shape: TimeOffset, location_name: "TimeOffset"))
228
+ CaptionSource.add_member(:label, Shapes::ShapeRef.new(shape: Name, location_name: "Label"))
229
+ CaptionSource.add_member(:encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "Encryption"))
230
+ CaptionSource.struct_class = Types::CaptionSource
231
+
232
+ CaptionSources.member = Shapes::ShapeRef.new(shape: CaptionSource)
233
+
234
+ Captions.add_member(:merge_policy, Shapes::ShapeRef.new(shape: CaptionMergePolicy, deprecated: true, location_name: "MergePolicy"))
235
+ Captions.add_member(:caption_sources, Shapes::ShapeRef.new(shape: CaptionSources, deprecated: true, location_name: "CaptionSources"))
236
+ Captions.add_member(:caption_formats, Shapes::ShapeRef.new(shape: CaptionFormats, location_name: "CaptionFormats"))
237
+ Captions.struct_class = Types::Captions
238
+
239
+ Clip.add_member(:time_span, Shapes::ShapeRef.new(shape: TimeSpan, location_name: "TimeSpan"))
240
+ Clip.struct_class = Types::Clip
241
+
242
+ CodecOptions.key = Shapes::ShapeRef.new(shape: CodecOption)
243
+ CodecOptions.value = Shapes::ShapeRef.new(shape: CodecOption)
244
+
245
+ Composition.member = Shapes::ShapeRef.new(shape: Clip, deprecated: true)
246
+
247
+ CreateJobOutput.add_member(:key, Shapes::ShapeRef.new(shape: Key, location_name: "Key"))
248
+ CreateJobOutput.add_member(:thumbnail_pattern, Shapes::ShapeRef.new(shape: ThumbnailPattern, location_name: "ThumbnailPattern"))
249
+ CreateJobOutput.add_member(:thumbnail_encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "ThumbnailEncryption"))
250
+ CreateJobOutput.add_member(:rotate, Shapes::ShapeRef.new(shape: Rotate, location_name: "Rotate"))
251
+ CreateJobOutput.add_member(:preset_id, Shapes::ShapeRef.new(shape: Id, location_name: "PresetId"))
252
+ CreateJobOutput.add_member(:segment_duration, Shapes::ShapeRef.new(shape: FloatString, location_name: "SegmentDuration"))
253
+ CreateJobOutput.add_member(:watermarks, Shapes::ShapeRef.new(shape: JobWatermarks, location_name: "Watermarks"))
254
+ CreateJobOutput.add_member(:album_art, Shapes::ShapeRef.new(shape: JobAlbumArt, location_name: "AlbumArt"))
255
+ CreateJobOutput.add_member(:composition, Shapes::ShapeRef.new(shape: Composition, deprecated: true, location_name: "Composition"))
256
+ CreateJobOutput.add_member(:captions, Shapes::ShapeRef.new(shape: Captions, location_name: "Captions"))
257
+ CreateJobOutput.add_member(:encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "Encryption"))
258
+ CreateJobOutput.struct_class = Types::CreateJobOutput
259
+
260
+ CreateJobOutputs.member = Shapes::ShapeRef.new(shape: CreateJobOutput)
261
+
262
+ CreateJobPlaylist.add_member(:name, Shapes::ShapeRef.new(shape: Filename, location_name: "Name"))
263
+ CreateJobPlaylist.add_member(:format, Shapes::ShapeRef.new(shape: PlaylistFormat, location_name: "Format"))
264
+ CreateJobPlaylist.add_member(:output_keys, Shapes::ShapeRef.new(shape: OutputKeys, location_name: "OutputKeys"))
265
+ CreateJobPlaylist.add_member(:hls_content_protection, Shapes::ShapeRef.new(shape: HlsContentProtection, location_name: "HlsContentProtection"))
266
+ CreateJobPlaylist.add_member(:play_ready_drm, Shapes::ShapeRef.new(shape: PlayReadyDrm, location_name: "PlayReadyDrm"))
267
+ CreateJobPlaylist.struct_class = Types::CreateJobPlaylist
268
+
269
+ CreateJobPlaylists.member = Shapes::ShapeRef.new(shape: CreateJobPlaylist)
270
+
271
+ CreateJobRequest.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "PipelineId"))
272
+ CreateJobRequest.add_member(:input, Shapes::ShapeRef.new(shape: JobInput, location_name: "Input"))
273
+ CreateJobRequest.add_member(:inputs, Shapes::ShapeRef.new(shape: JobInputs, location_name: "Inputs"))
274
+ CreateJobRequest.add_member(:output, Shapes::ShapeRef.new(shape: CreateJobOutput, location_name: "Output"))
275
+ CreateJobRequest.add_member(:outputs, Shapes::ShapeRef.new(shape: CreateJobOutputs, location_name: "Outputs"))
276
+ CreateJobRequest.add_member(:output_key_prefix, Shapes::ShapeRef.new(shape: Key, location_name: "OutputKeyPrefix"))
277
+ CreateJobRequest.add_member(:playlists, Shapes::ShapeRef.new(shape: CreateJobPlaylists, location_name: "Playlists"))
278
+ CreateJobRequest.add_member(:user_metadata, Shapes::ShapeRef.new(shape: UserMetadata, location_name: "UserMetadata"))
279
+ CreateJobRequest.struct_class = Types::CreateJobRequest
280
+
281
+ CreateJobResponse.add_member(:job, Shapes::ShapeRef.new(shape: Job, location_name: "Job"))
282
+ CreateJobResponse.struct_class = Types::CreateJobResponse
283
+
284
+ CreatePipelineRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
285
+ CreatePipelineRequest.add_member(:input_bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "InputBucket"))
286
+ CreatePipelineRequest.add_member(:output_bucket, Shapes::ShapeRef.new(shape: BucketName, location_name: "OutputBucket"))
287
+ CreatePipelineRequest.add_member(:role, Shapes::ShapeRef.new(shape: Role, required: true, location_name: "Role"))
288
+ CreatePipelineRequest.add_member(:aws_kms_key_arn, Shapes::ShapeRef.new(shape: KeyArn, location_name: "AwsKmsKeyArn"))
289
+ CreatePipelineRequest.add_member(:notifications, Shapes::ShapeRef.new(shape: Notifications, location_name: "Notifications"))
290
+ CreatePipelineRequest.add_member(:content_config, Shapes::ShapeRef.new(shape: PipelineOutputConfig, location_name: "ContentConfig"))
291
+ CreatePipelineRequest.add_member(:thumbnail_config, Shapes::ShapeRef.new(shape: PipelineOutputConfig, location_name: "ThumbnailConfig"))
292
+ CreatePipelineRequest.struct_class = Types::CreatePipelineRequest
293
+
294
+ CreatePipelineResponse.add_member(:pipeline, Shapes::ShapeRef.new(shape: Pipeline, location_name: "Pipeline"))
295
+ CreatePipelineResponse.add_member(:warnings, Shapes::ShapeRef.new(shape: Warnings, location_name: "Warnings"))
296
+ CreatePipelineResponse.struct_class = Types::CreatePipelineResponse
297
+
298
+ CreatePresetRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
299
+ CreatePresetRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
300
+ CreatePresetRequest.add_member(:container, Shapes::ShapeRef.new(shape: PresetContainer, required: true, location_name: "Container"))
301
+ CreatePresetRequest.add_member(:video, Shapes::ShapeRef.new(shape: VideoParameters, location_name: "Video"))
302
+ CreatePresetRequest.add_member(:audio, Shapes::ShapeRef.new(shape: AudioParameters, location_name: "Audio"))
303
+ CreatePresetRequest.add_member(:thumbnails, Shapes::ShapeRef.new(shape: Thumbnails, location_name: "Thumbnails"))
304
+ CreatePresetRequest.struct_class = Types::CreatePresetRequest
305
+
306
+ CreatePresetResponse.add_member(:preset, Shapes::ShapeRef.new(shape: Preset, location_name: "Preset"))
307
+ CreatePresetResponse.add_member(:warning, Shapes::ShapeRef.new(shape: String, location_name: "Warning"))
308
+ CreatePresetResponse.struct_class = Types::CreatePresetResponse
309
+
310
+ DeletePipelineRequest.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "Id"))
311
+ DeletePipelineRequest.struct_class = Types::DeletePipelineRequest
312
+
313
+ DeletePipelineResponse.struct_class = Types::DeletePipelineResponse
314
+
315
+ DeletePresetRequest.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "Id"))
316
+ DeletePresetRequest.struct_class = Types::DeletePresetRequest
317
+
318
+ DeletePresetResponse.struct_class = Types::DeletePresetResponse
319
+
320
+ DetectedProperties.add_member(:width, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "Width"))
321
+ DetectedProperties.add_member(:height, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "Height"))
322
+ DetectedProperties.add_member(:frame_rate, Shapes::ShapeRef.new(shape: FloatString, location_name: "FrameRate"))
323
+ DetectedProperties.add_member(:file_size, Shapes::ShapeRef.new(shape: NullableLong, location_name: "FileSize"))
324
+ DetectedProperties.add_member(:duration_millis, Shapes::ShapeRef.new(shape: NullableLong, location_name: "DurationMillis"))
325
+ DetectedProperties.struct_class = Types::DetectedProperties
326
+
327
+ Encryption.add_member(:mode, Shapes::ShapeRef.new(shape: EncryptionMode, location_name: "Mode"))
328
+ Encryption.add_member(:key, Shapes::ShapeRef.new(shape: Base64EncodedString, location_name: "Key"))
329
+ Encryption.add_member(:key_md_5, Shapes::ShapeRef.new(shape: Base64EncodedString, location_name: "KeyMd5"))
330
+ Encryption.add_member(:initialization_vector, Shapes::ShapeRef.new(shape: ZeroTo255String, location_name: "InitializationVector"))
331
+ Encryption.struct_class = Types::Encryption
332
+
333
+ ExceptionMessages.member = Shapes::ShapeRef.new(shape: String)
334
+
335
+ HlsContentProtection.add_member(:method, Shapes::ShapeRef.new(shape: HlsContentProtectionMethod, location_name: "Method"))
336
+ HlsContentProtection.add_member(:key, Shapes::ShapeRef.new(shape: Base64EncodedString, location_name: "Key"))
337
+ HlsContentProtection.add_member(:key_md_5, Shapes::ShapeRef.new(shape: Base64EncodedString, location_name: "KeyMd5"))
338
+ HlsContentProtection.add_member(:initialization_vector, Shapes::ShapeRef.new(shape: ZeroTo255String, location_name: "InitializationVector"))
339
+ HlsContentProtection.add_member(:license_acquisition_url, Shapes::ShapeRef.new(shape: ZeroTo512String, location_name: "LicenseAcquisitionUrl"))
340
+ HlsContentProtection.add_member(:key_storage_policy, Shapes::ShapeRef.new(shape: KeyStoragePolicy, location_name: "KeyStoragePolicy"))
341
+ HlsContentProtection.struct_class = Types::HlsContentProtection
342
+
343
+ InputCaptions.add_member(:merge_policy, Shapes::ShapeRef.new(shape: CaptionMergePolicy, location_name: "MergePolicy"))
344
+ InputCaptions.add_member(:caption_sources, Shapes::ShapeRef.new(shape: CaptionSources, location_name: "CaptionSources"))
345
+ InputCaptions.struct_class = Types::InputCaptions
346
+
347
+ Job.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
348
+ Job.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
349
+ Job.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: Id, location_name: "PipelineId"))
350
+ Job.add_member(:input, Shapes::ShapeRef.new(shape: JobInput, location_name: "Input"))
351
+ Job.add_member(:inputs, Shapes::ShapeRef.new(shape: JobInputs, location_name: "Inputs"))
352
+ Job.add_member(:output, Shapes::ShapeRef.new(shape: JobOutput, location_name: "Output"))
353
+ Job.add_member(:outputs, Shapes::ShapeRef.new(shape: JobOutputs, location_name: "Outputs"))
354
+ Job.add_member(:output_key_prefix, Shapes::ShapeRef.new(shape: Key, location_name: "OutputKeyPrefix"))
355
+ Job.add_member(:playlists, Shapes::ShapeRef.new(shape: Playlists, location_name: "Playlists"))
356
+ Job.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "Status"))
357
+ Job.add_member(:user_metadata, Shapes::ShapeRef.new(shape: UserMetadata, location_name: "UserMetadata"))
358
+ Job.add_member(:timing, Shapes::ShapeRef.new(shape: Timing, location_name: "Timing"))
359
+ Job.struct_class = Types::Job
360
+
361
+ JobAlbumArt.add_member(:merge_policy, Shapes::ShapeRef.new(shape: MergePolicy, location_name: "MergePolicy"))
362
+ JobAlbumArt.add_member(:artwork, Shapes::ShapeRef.new(shape: Artworks, location_name: "Artwork"))
363
+ JobAlbumArt.struct_class = Types::JobAlbumArt
364
+
365
+ JobInput.add_member(:key, Shapes::ShapeRef.new(shape: LongKey, location_name: "Key"))
366
+ JobInput.add_member(:frame_rate, Shapes::ShapeRef.new(shape: FrameRate, location_name: "FrameRate"))
367
+ JobInput.add_member(:resolution, Shapes::ShapeRef.new(shape: Resolution, location_name: "Resolution"))
368
+ JobInput.add_member(:aspect_ratio, Shapes::ShapeRef.new(shape: AspectRatio, location_name: "AspectRatio"))
369
+ JobInput.add_member(:interlaced, Shapes::ShapeRef.new(shape: Interlaced, location_name: "Interlaced"))
370
+ JobInput.add_member(:container, Shapes::ShapeRef.new(shape: JobContainer, location_name: "Container"))
371
+ JobInput.add_member(:encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "Encryption"))
372
+ JobInput.add_member(:time_span, Shapes::ShapeRef.new(shape: TimeSpan, location_name: "TimeSpan"))
373
+ JobInput.add_member(:input_captions, Shapes::ShapeRef.new(shape: InputCaptions, location_name: "InputCaptions"))
374
+ JobInput.add_member(:detected_properties, Shapes::ShapeRef.new(shape: DetectedProperties, location_name: "DetectedProperties"))
375
+ JobInput.struct_class = Types::JobInput
376
+
377
+ JobInputs.member = Shapes::ShapeRef.new(shape: JobInput)
378
+
379
+ JobOutput.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "Id"))
380
+ JobOutput.add_member(:key, Shapes::ShapeRef.new(shape: Key, location_name: "Key"))
381
+ JobOutput.add_member(:thumbnail_pattern, Shapes::ShapeRef.new(shape: ThumbnailPattern, location_name: "ThumbnailPattern"))
382
+ JobOutput.add_member(:thumbnail_encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "ThumbnailEncryption"))
383
+ JobOutput.add_member(:rotate, Shapes::ShapeRef.new(shape: Rotate, location_name: "Rotate"))
384
+ JobOutput.add_member(:preset_id, Shapes::ShapeRef.new(shape: Id, location_name: "PresetId"))
385
+ JobOutput.add_member(:segment_duration, Shapes::ShapeRef.new(shape: FloatString, location_name: "SegmentDuration"))
386
+ JobOutput.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "Status"))
387
+ JobOutput.add_member(:status_detail, Shapes::ShapeRef.new(shape: Description, location_name: "StatusDetail"))
388
+ JobOutput.add_member(:duration, Shapes::ShapeRef.new(shape: NullableLong, location_name: "Duration"))
389
+ JobOutput.add_member(:width, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "Width"))
390
+ JobOutput.add_member(:height, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "Height"))
391
+ JobOutput.add_member(:frame_rate, Shapes::ShapeRef.new(shape: FloatString, location_name: "FrameRate"))
392
+ JobOutput.add_member(:file_size, Shapes::ShapeRef.new(shape: NullableLong, location_name: "FileSize"))
393
+ JobOutput.add_member(:duration_millis, Shapes::ShapeRef.new(shape: NullableLong, location_name: "DurationMillis"))
394
+ JobOutput.add_member(:watermarks, Shapes::ShapeRef.new(shape: JobWatermarks, location_name: "Watermarks"))
395
+ JobOutput.add_member(:album_art, Shapes::ShapeRef.new(shape: JobAlbumArt, location_name: "AlbumArt"))
396
+ JobOutput.add_member(:composition, Shapes::ShapeRef.new(shape: Composition, deprecated: true, location_name: "Composition"))
397
+ JobOutput.add_member(:captions, Shapes::ShapeRef.new(shape: Captions, location_name: "Captions"))
398
+ JobOutput.add_member(:encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "Encryption"))
399
+ JobOutput.add_member(:applied_color_space_conversion, Shapes::ShapeRef.new(shape: String, location_name: "AppliedColorSpaceConversion"))
400
+ JobOutput.struct_class = Types::JobOutput
401
+
402
+ JobOutputs.member = Shapes::ShapeRef.new(shape: JobOutput)
403
+
404
+ JobWatermark.add_member(:preset_watermark_id, Shapes::ShapeRef.new(shape: PresetWatermarkId, location_name: "PresetWatermarkId"))
405
+ JobWatermark.add_member(:input_key, Shapes::ShapeRef.new(shape: WatermarkKey, location_name: "InputKey"))
406
+ JobWatermark.add_member(:encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "Encryption"))
407
+ JobWatermark.struct_class = Types::JobWatermark
408
+
409
+ JobWatermarks.member = Shapes::ShapeRef.new(shape: JobWatermark)
410
+
411
+ Jobs.member = Shapes::ShapeRef.new(shape: Job)
412
+
413
+ ListJobsByPipelineRequest.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "PipelineId"))
414
+ ListJobsByPipelineRequest.add_member(:ascending, Shapes::ShapeRef.new(shape: Ascending, location: "querystring", location_name: "Ascending"))
415
+ ListJobsByPipelineRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: Id, location: "querystring", location_name: "PageToken"))
416
+ ListJobsByPipelineRequest.struct_class = Types::ListJobsByPipelineRequest
417
+
418
+ ListJobsByPipelineResponse.add_member(:jobs, Shapes::ShapeRef.new(shape: Jobs, location_name: "Jobs"))
419
+ ListJobsByPipelineResponse.add_member(:next_page_token, Shapes::ShapeRef.new(shape: Id, location_name: "NextPageToken"))
420
+ ListJobsByPipelineResponse.struct_class = Types::ListJobsByPipelineResponse
421
+
422
+ ListJobsByStatusRequest.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location: "uri", location_name: "Status"))
423
+ ListJobsByStatusRequest.add_member(:ascending, Shapes::ShapeRef.new(shape: Ascending, location: "querystring", location_name: "Ascending"))
424
+ ListJobsByStatusRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: Id, location: "querystring", location_name: "PageToken"))
425
+ ListJobsByStatusRequest.struct_class = Types::ListJobsByStatusRequest
426
+
427
+ ListJobsByStatusResponse.add_member(:jobs, Shapes::ShapeRef.new(shape: Jobs, location_name: "Jobs"))
428
+ ListJobsByStatusResponse.add_member(:next_page_token, Shapes::ShapeRef.new(shape: Id, location_name: "NextPageToken"))
429
+ ListJobsByStatusResponse.struct_class = Types::ListJobsByStatusResponse
430
+
431
+ ListPipelinesRequest.add_member(:ascending, Shapes::ShapeRef.new(shape: Ascending, location: "querystring", location_name: "Ascending"))
432
+ ListPipelinesRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: Id, location: "querystring", location_name: "PageToken"))
433
+ ListPipelinesRequest.struct_class = Types::ListPipelinesRequest
434
+
435
+ ListPipelinesResponse.add_member(:pipelines, Shapes::ShapeRef.new(shape: Pipelines, location_name: "Pipelines"))
436
+ ListPipelinesResponse.add_member(:next_page_token, Shapes::ShapeRef.new(shape: Id, location_name: "NextPageToken"))
437
+ ListPipelinesResponse.struct_class = Types::ListPipelinesResponse
438
+
439
+ ListPresetsRequest.add_member(:ascending, Shapes::ShapeRef.new(shape: Ascending, location: "querystring", location_name: "Ascending"))
440
+ ListPresetsRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: Id, location: "querystring", location_name: "PageToken"))
441
+ ListPresetsRequest.struct_class = Types::ListPresetsRequest
442
+
443
+ ListPresetsResponse.add_member(:presets, Shapes::ShapeRef.new(shape: Presets, location_name: "Presets"))
444
+ ListPresetsResponse.add_member(:next_page_token, Shapes::ShapeRef.new(shape: Id, location_name: "NextPageToken"))
445
+ ListPresetsResponse.struct_class = Types::ListPresetsResponse
446
+
447
+ Notifications.add_member(:progressing, Shapes::ShapeRef.new(shape: SnsTopic, location_name: "Progressing"))
448
+ Notifications.add_member(:completed, Shapes::ShapeRef.new(shape: SnsTopic, location_name: "Completed"))
449
+ Notifications.add_member(:warning, Shapes::ShapeRef.new(shape: SnsTopic, location_name: "Warning"))
450
+ Notifications.add_member(:error, Shapes::ShapeRef.new(shape: SnsTopic, location_name: "Error"))
451
+ Notifications.struct_class = Types::Notifications
452
+
453
+ OutputKeys.member = Shapes::ShapeRef.new(shape: Key)
454
+
455
+ Permission.add_member(:grantee_type, Shapes::ShapeRef.new(shape: GranteeType, location_name: "GranteeType"))
456
+ Permission.add_member(:grantee, Shapes::ShapeRef.new(shape: Grantee, location_name: "Grantee"))
457
+ Permission.add_member(:access, Shapes::ShapeRef.new(shape: AccessControls, location_name: "Access"))
458
+ Permission.struct_class = Types::Permission
459
+
460
+ Permissions.member = Shapes::ShapeRef.new(shape: Permission)
461
+
462
+ Pipeline.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
463
+ Pipeline.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
464
+ Pipeline.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
465
+ Pipeline.add_member(:status, Shapes::ShapeRef.new(shape: PipelineStatus, location_name: "Status"))
466
+ Pipeline.add_member(:input_bucket, Shapes::ShapeRef.new(shape: BucketName, location_name: "InputBucket"))
467
+ Pipeline.add_member(:output_bucket, Shapes::ShapeRef.new(shape: BucketName, location_name: "OutputBucket"))
468
+ Pipeline.add_member(:role, Shapes::ShapeRef.new(shape: Role, location_name: "Role"))
469
+ Pipeline.add_member(:aws_kms_key_arn, Shapes::ShapeRef.new(shape: KeyArn, location_name: "AwsKmsKeyArn"))
470
+ Pipeline.add_member(:notifications, Shapes::ShapeRef.new(shape: Notifications, location_name: "Notifications"))
471
+ Pipeline.add_member(:content_config, Shapes::ShapeRef.new(shape: PipelineOutputConfig, location_name: "ContentConfig"))
472
+ Pipeline.add_member(:thumbnail_config, Shapes::ShapeRef.new(shape: PipelineOutputConfig, location_name: "ThumbnailConfig"))
473
+ Pipeline.struct_class = Types::Pipeline
474
+
475
+ PipelineOutputConfig.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, location_name: "Bucket"))
476
+ PipelineOutputConfig.add_member(:storage_class, Shapes::ShapeRef.new(shape: StorageClass, location_name: "StorageClass"))
477
+ PipelineOutputConfig.add_member(:permissions, Shapes::ShapeRef.new(shape: Permissions, location_name: "Permissions"))
478
+ PipelineOutputConfig.struct_class = Types::PipelineOutputConfig
479
+
480
+ Pipelines.member = Shapes::ShapeRef.new(shape: Pipeline)
481
+
482
+ PlayReadyDrm.add_member(:format, Shapes::ShapeRef.new(shape: PlayReadyDrmFormatString, location_name: "Format"))
483
+ PlayReadyDrm.add_member(:key, Shapes::ShapeRef.new(shape: NonEmptyBase64EncodedString, location_name: "Key"))
484
+ PlayReadyDrm.add_member(:key_md_5, Shapes::ShapeRef.new(shape: NonEmptyBase64EncodedString, location_name: "KeyMd5"))
485
+ PlayReadyDrm.add_member(:key_id, Shapes::ShapeRef.new(shape: KeyIdGuid, location_name: "KeyId"))
486
+ PlayReadyDrm.add_member(:initialization_vector, Shapes::ShapeRef.new(shape: ZeroTo255String, location_name: "InitializationVector"))
487
+ PlayReadyDrm.add_member(:license_acquisition_url, Shapes::ShapeRef.new(shape: OneTo512String, location_name: "LicenseAcquisitionUrl"))
488
+ PlayReadyDrm.struct_class = Types::PlayReadyDrm
489
+
490
+ Playlist.add_member(:name, Shapes::ShapeRef.new(shape: Filename, location_name: "Name"))
491
+ Playlist.add_member(:format, Shapes::ShapeRef.new(shape: PlaylistFormat, location_name: "Format"))
492
+ Playlist.add_member(:output_keys, Shapes::ShapeRef.new(shape: OutputKeys, location_name: "OutputKeys"))
493
+ Playlist.add_member(:hls_content_protection, Shapes::ShapeRef.new(shape: HlsContentProtection, location_name: "HlsContentProtection"))
494
+ Playlist.add_member(:play_ready_drm, Shapes::ShapeRef.new(shape: PlayReadyDrm, location_name: "PlayReadyDrm"))
495
+ Playlist.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "Status"))
496
+ Playlist.add_member(:status_detail, Shapes::ShapeRef.new(shape: Description, location_name: "StatusDetail"))
497
+ Playlist.struct_class = Types::Playlist
498
+
499
+ Playlists.member = Shapes::ShapeRef.new(shape: Playlist)
500
+
501
+ Preset.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
502
+ Preset.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
503
+ Preset.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
504
+ Preset.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
505
+ Preset.add_member(:container, Shapes::ShapeRef.new(shape: PresetContainer, location_name: "Container"))
506
+ Preset.add_member(:audio, Shapes::ShapeRef.new(shape: AudioParameters, location_name: "Audio"))
507
+ Preset.add_member(:video, Shapes::ShapeRef.new(shape: VideoParameters, location_name: "Video"))
508
+ Preset.add_member(:thumbnails, Shapes::ShapeRef.new(shape: Thumbnails, location_name: "Thumbnails"))
509
+ Preset.add_member(:type, Shapes::ShapeRef.new(shape: PresetType, location_name: "Type"))
510
+ Preset.struct_class = Types::Preset
511
+
512
+ PresetWatermark.add_member(:id, Shapes::ShapeRef.new(shape: PresetWatermarkId, location_name: "Id"))
513
+ PresetWatermark.add_member(:max_width, Shapes::ShapeRef.new(shape: PixelsOrPercent, location_name: "MaxWidth"))
514
+ PresetWatermark.add_member(:max_height, Shapes::ShapeRef.new(shape: PixelsOrPercent, location_name: "MaxHeight"))
515
+ PresetWatermark.add_member(:sizing_policy, Shapes::ShapeRef.new(shape: WatermarkSizingPolicy, location_name: "SizingPolicy"))
516
+ PresetWatermark.add_member(:horizontal_align, Shapes::ShapeRef.new(shape: HorizontalAlign, location_name: "HorizontalAlign"))
517
+ PresetWatermark.add_member(:horizontal_offset, Shapes::ShapeRef.new(shape: PixelsOrPercent, location_name: "HorizontalOffset"))
518
+ PresetWatermark.add_member(:vertical_align, Shapes::ShapeRef.new(shape: VerticalAlign, location_name: "VerticalAlign"))
519
+ PresetWatermark.add_member(:vertical_offset, Shapes::ShapeRef.new(shape: PixelsOrPercent, location_name: "VerticalOffset"))
520
+ PresetWatermark.add_member(:opacity, Shapes::ShapeRef.new(shape: Opacity, location_name: "Opacity"))
521
+ PresetWatermark.add_member(:target, Shapes::ShapeRef.new(shape: Target, location_name: "Target"))
522
+ PresetWatermark.struct_class = Types::PresetWatermark
523
+
524
+ PresetWatermarks.member = Shapes::ShapeRef.new(shape: PresetWatermark)
525
+
526
+ Presets.member = Shapes::ShapeRef.new(shape: Preset)
527
+
528
+ ReadJobRequest.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "Id"))
529
+ ReadJobRequest.struct_class = Types::ReadJobRequest
530
+
531
+ ReadJobResponse.add_member(:job, Shapes::ShapeRef.new(shape: Job, location_name: "Job"))
532
+ ReadJobResponse.struct_class = Types::ReadJobResponse
533
+
534
+ ReadPipelineRequest.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "Id"))
535
+ ReadPipelineRequest.struct_class = Types::ReadPipelineRequest
536
+
537
+ ReadPipelineResponse.add_member(:pipeline, Shapes::ShapeRef.new(shape: Pipeline, location_name: "Pipeline"))
538
+ ReadPipelineResponse.add_member(:warnings, Shapes::ShapeRef.new(shape: Warnings, location_name: "Warnings"))
539
+ ReadPipelineResponse.struct_class = Types::ReadPipelineResponse
540
+
541
+ ReadPresetRequest.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "Id"))
542
+ ReadPresetRequest.struct_class = Types::ReadPresetRequest
543
+
544
+ ReadPresetResponse.add_member(:preset, Shapes::ShapeRef.new(shape: Preset, location_name: "Preset"))
545
+ ReadPresetResponse.struct_class = Types::ReadPresetResponse
546
+
547
+ SnsTopics.member = Shapes::ShapeRef.new(shape: SnsTopic)
548
+
549
+ TestRoleRequest.add_member(:role, Shapes::ShapeRef.new(shape: Role, required: true, location_name: "Role"))
550
+ TestRoleRequest.add_member(:input_bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "InputBucket"))
551
+ TestRoleRequest.add_member(:output_bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "OutputBucket"))
552
+ TestRoleRequest.add_member(:topics, Shapes::ShapeRef.new(shape: SnsTopics, required: true, location_name: "Topics"))
553
+ TestRoleRequest.struct_class = Types::TestRoleRequest
554
+
555
+ TestRoleResponse.add_member(:success, Shapes::ShapeRef.new(shape: Success, location_name: "Success"))
556
+ TestRoleResponse.add_member(:messages, Shapes::ShapeRef.new(shape: ExceptionMessages, location_name: "Messages"))
557
+ TestRoleResponse.struct_class = Types::TestRoleResponse
558
+
559
+ Thumbnails.add_member(:format, Shapes::ShapeRef.new(shape: JpgOrPng, location_name: "Format"))
560
+ Thumbnails.add_member(:interval, Shapes::ShapeRef.new(shape: Digits, location_name: "Interval"))
561
+ Thumbnails.add_member(:resolution, Shapes::ShapeRef.new(shape: ThumbnailResolution, location_name: "Resolution"))
562
+ Thumbnails.add_member(:aspect_ratio, Shapes::ShapeRef.new(shape: AspectRatio, location_name: "AspectRatio"))
563
+ Thumbnails.add_member(:max_width, Shapes::ShapeRef.new(shape: DigitsOrAuto, location_name: "MaxWidth"))
564
+ Thumbnails.add_member(:max_height, Shapes::ShapeRef.new(shape: DigitsOrAuto, location_name: "MaxHeight"))
565
+ Thumbnails.add_member(:sizing_policy, Shapes::ShapeRef.new(shape: SizingPolicy, location_name: "SizingPolicy"))
566
+ Thumbnails.add_member(:padding_policy, Shapes::ShapeRef.new(shape: PaddingPolicy, location_name: "PaddingPolicy"))
567
+ Thumbnails.struct_class = Types::Thumbnails
568
+
569
+ TimeSpan.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "StartTime"))
570
+ TimeSpan.add_member(:duration, Shapes::ShapeRef.new(shape: Time, location_name: "Duration"))
571
+ TimeSpan.struct_class = Types::TimeSpan
572
+
573
+ Timing.add_member(:submit_time_millis, Shapes::ShapeRef.new(shape: NullableLong, location_name: "SubmitTimeMillis"))
574
+ Timing.add_member(:start_time_millis, Shapes::ShapeRef.new(shape: NullableLong, location_name: "StartTimeMillis"))
575
+ Timing.add_member(:finish_time_millis, Shapes::ShapeRef.new(shape: NullableLong, location_name: "FinishTimeMillis"))
576
+ Timing.struct_class = Types::Timing
577
+
578
+ UpdatePipelineNotificationsRequest.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "Id"))
579
+ UpdatePipelineNotificationsRequest.add_member(:notifications, Shapes::ShapeRef.new(shape: Notifications, required: true, location_name: "Notifications"))
580
+ UpdatePipelineNotificationsRequest.struct_class = Types::UpdatePipelineNotificationsRequest
581
+
582
+ UpdatePipelineNotificationsResponse.add_member(:pipeline, Shapes::ShapeRef.new(shape: Pipeline, location_name: "Pipeline"))
583
+ UpdatePipelineNotificationsResponse.struct_class = Types::UpdatePipelineNotificationsResponse
584
+
585
+ UpdatePipelineRequest.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "Id"))
586
+ UpdatePipelineRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
587
+ UpdatePipelineRequest.add_member(:input_bucket, Shapes::ShapeRef.new(shape: BucketName, location_name: "InputBucket"))
588
+ UpdatePipelineRequest.add_member(:role, Shapes::ShapeRef.new(shape: Role, location_name: "Role"))
589
+ UpdatePipelineRequest.add_member(:aws_kms_key_arn, Shapes::ShapeRef.new(shape: KeyArn, location_name: "AwsKmsKeyArn"))
590
+ UpdatePipelineRequest.add_member(:notifications, Shapes::ShapeRef.new(shape: Notifications, location_name: "Notifications"))
591
+ UpdatePipelineRequest.add_member(:content_config, Shapes::ShapeRef.new(shape: PipelineOutputConfig, location_name: "ContentConfig"))
592
+ UpdatePipelineRequest.add_member(:thumbnail_config, Shapes::ShapeRef.new(shape: PipelineOutputConfig, location_name: "ThumbnailConfig"))
593
+ UpdatePipelineRequest.struct_class = Types::UpdatePipelineRequest
594
+
595
+ UpdatePipelineResponse.add_member(:pipeline, Shapes::ShapeRef.new(shape: Pipeline, location_name: "Pipeline"))
596
+ UpdatePipelineResponse.add_member(:warnings, Shapes::ShapeRef.new(shape: Warnings, location_name: "Warnings"))
597
+ UpdatePipelineResponse.struct_class = Types::UpdatePipelineResponse
598
+
599
+ UpdatePipelineStatusRequest.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "Id"))
600
+ UpdatePipelineStatusRequest.add_member(:status, Shapes::ShapeRef.new(shape: PipelineStatus, required: true, location_name: "Status"))
601
+ UpdatePipelineStatusRequest.struct_class = Types::UpdatePipelineStatusRequest
602
+
603
+ UpdatePipelineStatusResponse.add_member(:pipeline, Shapes::ShapeRef.new(shape: Pipeline, location_name: "Pipeline"))
604
+ UpdatePipelineStatusResponse.struct_class = Types::UpdatePipelineStatusResponse
605
+
606
+ UserMetadata.key = Shapes::ShapeRef.new(shape: String)
607
+ UserMetadata.value = Shapes::ShapeRef.new(shape: String)
608
+
609
+ VideoParameters.add_member(:codec, Shapes::ShapeRef.new(shape: VideoCodec, location_name: "Codec"))
610
+ VideoParameters.add_member(:codec_options, Shapes::ShapeRef.new(shape: CodecOptions, location_name: "CodecOptions"))
611
+ VideoParameters.add_member(:keyframes_max_dist, Shapes::ShapeRef.new(shape: KeyframesMaxDist, location_name: "KeyframesMaxDist"))
612
+ VideoParameters.add_member(:fixed_gop, Shapes::ShapeRef.new(shape: FixedGOP, location_name: "FixedGOP"))
613
+ VideoParameters.add_member(:bit_rate, Shapes::ShapeRef.new(shape: VideoBitRate, location_name: "BitRate"))
614
+ VideoParameters.add_member(:frame_rate, Shapes::ShapeRef.new(shape: FrameRate, location_name: "FrameRate"))
615
+ VideoParameters.add_member(:max_frame_rate, Shapes::ShapeRef.new(shape: MaxFrameRate, location_name: "MaxFrameRate"))
616
+ VideoParameters.add_member(:resolution, Shapes::ShapeRef.new(shape: Resolution, location_name: "Resolution"))
617
+ VideoParameters.add_member(:aspect_ratio, Shapes::ShapeRef.new(shape: AspectRatio, location_name: "AspectRatio"))
618
+ VideoParameters.add_member(:max_width, Shapes::ShapeRef.new(shape: DigitsOrAuto, location_name: "MaxWidth"))
619
+ VideoParameters.add_member(:max_height, Shapes::ShapeRef.new(shape: DigitsOrAuto, location_name: "MaxHeight"))
620
+ VideoParameters.add_member(:display_aspect_ratio, Shapes::ShapeRef.new(shape: AspectRatio, location_name: "DisplayAspectRatio"))
621
+ VideoParameters.add_member(:sizing_policy, Shapes::ShapeRef.new(shape: SizingPolicy, location_name: "SizingPolicy"))
622
+ VideoParameters.add_member(:padding_policy, Shapes::ShapeRef.new(shape: PaddingPolicy, location_name: "PaddingPolicy"))
623
+ VideoParameters.add_member(:watermarks, Shapes::ShapeRef.new(shape: PresetWatermarks, location_name: "Watermarks"))
624
+ VideoParameters.struct_class = Types::VideoParameters
625
+
626
+ Warning.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "Code"))
627
+ Warning.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
628
+ Warning.struct_class = Types::Warning
629
+
630
+ Warnings.member = Shapes::ShapeRef.new(shape: Warning)
631
+
893
632
 
633
+ # @api private
634
+ API = Seahorse::Model::Api.new.tap do |api|
635
+
636
+ api.version = "2012-09-25"
637
+
638
+ api.metadata = {
639
+ "endpointPrefix" => "elastictranscoder",
640
+ "protocol" => "rest-json",
641
+ "serviceFullName" => "Amazon Elastic Transcoder",
642
+ "signatureVersion" => "v4",
643
+ }
644
+
645
+ api.add_operation(:cancel_job, Seahorse::Model::Operation.new.tap do |o|
646
+ o.name = "CancelJob"
647
+ o.http_method = "DELETE"
648
+ o.http_request_uri = "/2012-09-25/jobs/{Id}"
649
+ o.input = Shapes::ShapeRef.new(shape: CancelJobRequest)
650
+ o.output = Shapes::ShapeRef.new(shape: CancelJobResponse)
651
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
652
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
653
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
654
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
655
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
656
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
657
+ end)
658
+
659
+ api.add_operation(:create_job, Seahorse::Model::Operation.new.tap do |o|
660
+ o.name = "CreateJob"
661
+ o.http_method = "POST"
662
+ o.http_request_uri = "/2012-09-25/jobs"
663
+ o.input = Shapes::ShapeRef.new(shape: CreateJobRequest)
664
+ o.output = Shapes::ShapeRef.new(shape: CreateJobResponse)
665
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
666
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
667
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
668
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
669
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
670
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
671
+ end)
672
+
673
+ api.add_operation(:create_pipeline, Seahorse::Model::Operation.new.tap do |o|
674
+ o.name = "CreatePipeline"
675
+ o.http_method = "POST"
676
+ o.http_request_uri = "/2012-09-25/pipelines"
677
+ o.input = Shapes::ShapeRef.new(shape: CreatePipelineRequest)
678
+ o.output = Shapes::ShapeRef.new(shape: CreatePipelineResponse)
679
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
680
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
681
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
682
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
683
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
684
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
685
+ end)
686
+
687
+ api.add_operation(:create_preset, Seahorse::Model::Operation.new.tap do |o|
688
+ o.name = "CreatePreset"
689
+ o.http_method = "POST"
690
+ o.http_request_uri = "/2012-09-25/presets"
691
+ o.input = Shapes::ShapeRef.new(shape: CreatePresetRequest)
692
+ o.output = Shapes::ShapeRef.new(shape: CreatePresetResponse)
693
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
694
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
695
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
696
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
697
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
698
+ end)
699
+
700
+ api.add_operation(:delete_pipeline, Seahorse::Model::Operation.new.tap do |o|
701
+ o.name = "DeletePipeline"
702
+ o.http_method = "DELETE"
703
+ o.http_request_uri = "/2012-09-25/pipelines/{Id}"
704
+ o.input = Shapes::ShapeRef.new(shape: DeletePipelineRequest)
705
+ o.output = Shapes::ShapeRef.new(shape: DeletePipelineResponse)
706
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
707
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
708
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
709
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
710
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
711
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
712
+ end)
713
+
714
+ api.add_operation(:delete_preset, Seahorse::Model::Operation.new.tap do |o|
715
+ o.name = "DeletePreset"
716
+ o.http_method = "DELETE"
717
+ o.http_request_uri = "/2012-09-25/presets/{Id}"
718
+ o.input = Shapes::ShapeRef.new(shape: DeletePresetRequest)
719
+ o.output = Shapes::ShapeRef.new(shape: DeletePresetResponse)
720
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
721
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
722
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
723
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
724
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
725
+ end)
726
+
727
+ api.add_operation(:list_jobs_by_pipeline, Seahorse::Model::Operation.new.tap do |o|
728
+ o.name = "ListJobsByPipeline"
729
+ o.http_method = "GET"
730
+ o.http_request_uri = "/2012-09-25/jobsByPipeline/{PipelineId}"
731
+ o.input = Shapes::ShapeRef.new(shape: ListJobsByPipelineRequest)
732
+ o.output = Shapes::ShapeRef.new(shape: ListJobsByPipelineResponse)
733
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
734
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
735
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
736
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
737
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
738
+ o[:pager] = Aws::Pager.new(
739
+ tokens: {
740
+ "next_page_token" => "page_token"
741
+ }
742
+ )
743
+ end)
744
+
745
+ api.add_operation(:list_jobs_by_status, Seahorse::Model::Operation.new.tap do |o|
746
+ o.name = "ListJobsByStatus"
747
+ o.http_method = "GET"
748
+ o.http_request_uri = "/2012-09-25/jobsByStatus/{Status}"
749
+ o.input = Shapes::ShapeRef.new(shape: ListJobsByStatusRequest)
750
+ o.output = Shapes::ShapeRef.new(shape: ListJobsByStatusResponse)
751
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
752
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
753
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
754
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
755
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
756
+ o[:pager] = Aws::Pager.new(
757
+ tokens: {
758
+ "next_page_token" => "page_token"
759
+ }
760
+ )
761
+ end)
762
+
763
+ api.add_operation(:list_pipelines, Seahorse::Model::Operation.new.tap do |o|
764
+ o.name = "ListPipelines"
765
+ o.http_method = "GET"
766
+ o.http_request_uri = "/2012-09-25/pipelines"
767
+ o.input = Shapes::ShapeRef.new(shape: ListPipelinesRequest)
768
+ o.output = Shapes::ShapeRef.new(shape: ListPipelinesResponse)
769
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
770
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
771
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
772
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
773
+ o[:pager] = Aws::Pager.new(
774
+ tokens: {
775
+ "next_page_token" => "page_token"
776
+ }
777
+ )
778
+ end)
779
+
780
+ api.add_operation(:list_presets, Seahorse::Model::Operation.new.tap do |o|
781
+ o.name = "ListPresets"
782
+ o.http_method = "GET"
783
+ o.http_request_uri = "/2012-09-25/presets"
784
+ o.input = Shapes::ShapeRef.new(shape: ListPresetsRequest)
785
+ o.output = Shapes::ShapeRef.new(shape: ListPresetsResponse)
786
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
787
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
788
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
789
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
790
+ o[:pager] = Aws::Pager.new(
791
+ tokens: {
792
+ "next_page_token" => "page_token"
793
+ }
794
+ )
795
+ end)
796
+
797
+ api.add_operation(:read_job, Seahorse::Model::Operation.new.tap do |o|
798
+ o.name = "ReadJob"
799
+ o.http_method = "GET"
800
+ o.http_request_uri = "/2012-09-25/jobs/{Id}"
801
+ o.input = Shapes::ShapeRef.new(shape: ReadJobRequest)
802
+ o.output = Shapes::ShapeRef.new(shape: ReadJobResponse)
803
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
804
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
805
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
806
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
807
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
808
+ end)
809
+
810
+ api.add_operation(:read_pipeline, Seahorse::Model::Operation.new.tap do |o|
811
+ o.name = "ReadPipeline"
812
+ o.http_method = "GET"
813
+ o.http_request_uri = "/2012-09-25/pipelines/{Id}"
814
+ o.input = Shapes::ShapeRef.new(shape: ReadPipelineRequest)
815
+ o.output = Shapes::ShapeRef.new(shape: ReadPipelineResponse)
816
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
817
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
818
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
819
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
820
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
821
+ end)
822
+
823
+ api.add_operation(:read_preset, Seahorse::Model::Operation.new.tap do |o|
824
+ o.name = "ReadPreset"
825
+ o.http_method = "GET"
826
+ o.http_request_uri = "/2012-09-25/presets/{Id}"
827
+ o.input = Shapes::ShapeRef.new(shape: ReadPresetRequest)
828
+ o.output = Shapes::ShapeRef.new(shape: ReadPresetResponse)
829
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
830
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
831
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
832
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
833
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
834
+ end)
835
+
836
+ api.add_operation(:test_role, Seahorse::Model::Operation.new.tap do |o|
837
+ o.name = "TestRole"
838
+ o.http_method = "POST"
839
+ o.http_request_uri = "/2012-09-25/roleTests"
840
+ o.deprecated = true
841
+ o.input = Shapes::ShapeRef.new(shape: TestRoleRequest)
842
+ o.output = Shapes::ShapeRef.new(shape: TestRoleResponse)
843
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
844
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
845
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
846
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
847
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
848
+ end)
849
+
850
+ api.add_operation(:update_pipeline, Seahorse::Model::Operation.new.tap do |o|
851
+ o.name = "UpdatePipeline"
852
+ o.http_method = "PUT"
853
+ o.http_request_uri = "/2012-09-25/pipelines/{Id}"
854
+ o.input = Shapes::ShapeRef.new(shape: UpdatePipelineRequest)
855
+ o.output = Shapes::ShapeRef.new(shape: UpdatePipelineResponse)
856
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
857
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
858
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
859
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
860
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
861
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
862
+ end)
863
+
864
+ api.add_operation(:update_pipeline_notifications, Seahorse::Model::Operation.new.tap do |o|
865
+ o.name = "UpdatePipelineNotifications"
866
+ o.http_method = "POST"
867
+ o.http_request_uri = "/2012-09-25/pipelines/{Id}/notifications"
868
+ o.input = Shapes::ShapeRef.new(shape: UpdatePipelineNotificationsRequest)
869
+ o.output = Shapes::ShapeRef.new(shape: UpdatePipelineNotificationsResponse)
870
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
871
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
872
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
873
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
874
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
875
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
876
+ end)
877
+
878
+ api.add_operation(:update_pipeline_status, Seahorse::Model::Operation.new.tap do |o|
879
+ o.name = "UpdatePipelineStatus"
880
+ o.http_method = "POST"
881
+ o.http_request_uri = "/2012-09-25/pipelines/{Id}/status"
882
+ o.input = Shapes::ShapeRef.new(shape: UpdatePipelineStatusRequest)
883
+ o.output = Shapes::ShapeRef.new(shape: UpdatePipelineStatusResponse)
884
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
885
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleVersionException)
886
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
887
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
888
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
889
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
890
+ end)
894
891
  end
892
+
895
893
  end
896
894
  end