aws-sdk-elastictranscoder 1.49.0 → 1.50.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elastictranscoder/client.rb +1 -1
- data/lib/aws-sdk-elastictranscoder/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-elastictranscoder.rb +1 -1
- data/sig/client.rbs +681 -0
- data/sig/errors.rbs +30 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +559 -0
- data/sig/waiters.rbs +23 -0
- metadata +13 -8
data/sig/errors.rbs
ADDED
@@ -0,0 +1,30 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module ElasticTranscoder
|
10
|
+
module Errors
|
11
|
+
class ServiceError < ::Aws::Errors::ServiceError
|
12
|
+
end
|
13
|
+
|
14
|
+
class AccessDeniedException < ::Aws::Errors::ServiceError
|
15
|
+
end
|
16
|
+
class IncompatibleVersionException < ::Aws::Errors::ServiceError
|
17
|
+
end
|
18
|
+
class InternalServiceException < ::Aws::Errors::ServiceError
|
19
|
+
end
|
20
|
+
class LimitExceededException < ::Aws::Errors::ServiceError
|
21
|
+
end
|
22
|
+
class ResourceInUseException < ::Aws::Errors::ServiceError
|
23
|
+
end
|
24
|
+
class ResourceNotFoundException < ::Aws::Errors::ServiceError
|
25
|
+
end
|
26
|
+
class ValidationException < ::Aws::Errors::ServiceError
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
data/sig/resource.rbs
ADDED
@@ -0,0 +1,79 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module ElasticTranscoder
|
10
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticTranscoder/Resource.html
|
11
|
+
class Resource
|
12
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticTranscoder/Resource.html#initialize-instance_method
|
13
|
+
def initialize: (
|
14
|
+
?client: Client,
|
15
|
+
?credentials: untyped,
|
16
|
+
?region: String,
|
17
|
+
?access_key_id: String,
|
18
|
+
?active_endpoint_cache: bool,
|
19
|
+
?adaptive_retry_wait_to_fill: bool,
|
20
|
+
?client_side_monitoring: bool,
|
21
|
+
?client_side_monitoring_client_id: String,
|
22
|
+
?client_side_monitoring_host: String,
|
23
|
+
?client_side_monitoring_port: Integer,
|
24
|
+
?client_side_monitoring_publisher: untyped,
|
25
|
+
?convert_params: bool,
|
26
|
+
?correct_clock_skew: bool,
|
27
|
+
?defaults_mode: String,
|
28
|
+
?disable_host_prefix_injection: bool,
|
29
|
+
?disable_request_compression: bool,
|
30
|
+
?endpoint: String,
|
31
|
+
?endpoint_cache_max_entries: Integer,
|
32
|
+
?endpoint_cache_max_threads: Integer,
|
33
|
+
?endpoint_cache_poll_interval: Integer,
|
34
|
+
?endpoint_discovery: bool,
|
35
|
+
?ignore_configured_endpoint_urls: bool,
|
36
|
+
?log_formatter: untyped,
|
37
|
+
?log_level: Symbol,
|
38
|
+
?logger: untyped,
|
39
|
+
?max_attempts: Integer,
|
40
|
+
?profile: String,
|
41
|
+
?request_min_compression_size_bytes: Integer,
|
42
|
+
?retry_backoff: Proc,
|
43
|
+
?retry_base_delay: Float,
|
44
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
45
|
+
?retry_limit: Integer,
|
46
|
+
?retry_max_delay: Integer,
|
47
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
48
|
+
?sdk_ua_app_id: String,
|
49
|
+
?secret_access_key: String,
|
50
|
+
?session_token: String,
|
51
|
+
?stub_responses: untyped,
|
52
|
+
?token_provider: untyped,
|
53
|
+
?use_dualstack_endpoint: bool,
|
54
|
+
?use_fips_endpoint: bool,
|
55
|
+
?validate_params: bool,
|
56
|
+
?endpoint_provider: untyped,
|
57
|
+
?http_proxy: String,
|
58
|
+
?http_open_timeout: (Float | Integer),
|
59
|
+
?http_read_timeout: (Float | Integer),
|
60
|
+
?http_idle_timeout: (Float | Integer),
|
61
|
+
?http_continue_timeout: (Float | Integer),
|
62
|
+
?ssl_timeout: (Float | Integer | nil),
|
63
|
+
?http_wire_trace: bool,
|
64
|
+
?ssl_verify_peer: bool,
|
65
|
+
?ssl_ca_bundle: String,
|
66
|
+
?ssl_ca_directory: String,
|
67
|
+
?ssl_ca_store: String,
|
68
|
+
?on_chunk_received: Proc,
|
69
|
+
?on_chunk_sent: Proc,
|
70
|
+
?raise_response_errors: bool
|
71
|
+
) -> void
|
72
|
+
| (?Hash[Symbol, untyped]) -> void
|
73
|
+
|
74
|
+
def client: () -> Client
|
75
|
+
|
76
|
+
|
77
|
+
end
|
78
|
+
end
|
79
|
+
end
|
data/sig/types.rbs
ADDED
@@ -0,0 +1,559 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::ElasticTranscoder
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AccessDeniedException < Aws::EmptyStructure
|
12
|
+
end
|
13
|
+
|
14
|
+
class Artwork
|
15
|
+
attr_accessor input_key: ::String
|
16
|
+
attr_accessor max_width: ::String
|
17
|
+
attr_accessor max_height: ::String
|
18
|
+
attr_accessor sizing_policy: ::String
|
19
|
+
attr_accessor padding_policy: ::String
|
20
|
+
attr_accessor album_art_format: ::String
|
21
|
+
attr_accessor encryption: Types::Encryption
|
22
|
+
SENSITIVE: []
|
23
|
+
end
|
24
|
+
|
25
|
+
class AudioCodecOptions
|
26
|
+
attr_accessor profile: ::String
|
27
|
+
attr_accessor bit_depth: ::String
|
28
|
+
attr_accessor bit_order: ::String
|
29
|
+
attr_accessor signed: ::String
|
30
|
+
SENSITIVE: []
|
31
|
+
end
|
32
|
+
|
33
|
+
class AudioParameters
|
34
|
+
attr_accessor codec: ::String
|
35
|
+
attr_accessor sample_rate: ::String
|
36
|
+
attr_accessor bit_rate: ::String
|
37
|
+
attr_accessor channels: ::String
|
38
|
+
attr_accessor audio_packing_mode: ::String
|
39
|
+
attr_accessor codec_options: Types::AudioCodecOptions
|
40
|
+
SENSITIVE: []
|
41
|
+
end
|
42
|
+
|
43
|
+
class CancelJobRequest
|
44
|
+
attr_accessor id: ::String
|
45
|
+
SENSITIVE: []
|
46
|
+
end
|
47
|
+
|
48
|
+
class CancelJobResponse < Aws::EmptyStructure
|
49
|
+
end
|
50
|
+
|
51
|
+
class CaptionFormat
|
52
|
+
attr_accessor format: ::String
|
53
|
+
attr_accessor pattern: ::String
|
54
|
+
attr_accessor encryption: Types::Encryption
|
55
|
+
SENSITIVE: []
|
56
|
+
end
|
57
|
+
|
58
|
+
class CaptionSource
|
59
|
+
attr_accessor key: ::String
|
60
|
+
attr_accessor language: ::String
|
61
|
+
attr_accessor time_offset: ::String
|
62
|
+
attr_accessor label: ::String
|
63
|
+
attr_accessor encryption: Types::Encryption
|
64
|
+
SENSITIVE: []
|
65
|
+
end
|
66
|
+
|
67
|
+
class Captions
|
68
|
+
attr_accessor merge_policy: ::String
|
69
|
+
attr_accessor caption_sources: ::Array[Types::CaptionSource]
|
70
|
+
attr_accessor caption_formats: ::Array[Types::CaptionFormat]
|
71
|
+
SENSITIVE: []
|
72
|
+
end
|
73
|
+
|
74
|
+
class Clip
|
75
|
+
attr_accessor time_span: Types::TimeSpan
|
76
|
+
SENSITIVE: []
|
77
|
+
end
|
78
|
+
|
79
|
+
class CreateJobOutput
|
80
|
+
attr_accessor key: ::String
|
81
|
+
attr_accessor thumbnail_pattern: ::String
|
82
|
+
attr_accessor thumbnail_encryption: Types::Encryption
|
83
|
+
attr_accessor rotate: ::String
|
84
|
+
attr_accessor preset_id: ::String
|
85
|
+
attr_accessor segment_duration: ::String
|
86
|
+
attr_accessor watermarks: ::Array[Types::JobWatermark]
|
87
|
+
attr_accessor album_art: Types::JobAlbumArt
|
88
|
+
attr_accessor composition: ::Array[Types::Clip]
|
89
|
+
attr_accessor captions: Types::Captions
|
90
|
+
attr_accessor encryption: Types::Encryption
|
91
|
+
SENSITIVE: []
|
92
|
+
end
|
93
|
+
|
94
|
+
class CreateJobPlaylist
|
95
|
+
attr_accessor name: ::String
|
96
|
+
attr_accessor format: ::String
|
97
|
+
attr_accessor output_keys: ::Array[::String]
|
98
|
+
attr_accessor hls_content_protection: Types::HlsContentProtection
|
99
|
+
attr_accessor play_ready_drm: Types::PlayReadyDrm
|
100
|
+
SENSITIVE: []
|
101
|
+
end
|
102
|
+
|
103
|
+
class CreateJobRequest
|
104
|
+
attr_accessor pipeline_id: ::String
|
105
|
+
attr_accessor input: Types::JobInput
|
106
|
+
attr_accessor inputs: ::Array[Types::JobInput]
|
107
|
+
attr_accessor output: Types::CreateJobOutput
|
108
|
+
attr_accessor outputs: ::Array[Types::CreateJobOutput]
|
109
|
+
attr_accessor output_key_prefix: ::String
|
110
|
+
attr_accessor playlists: ::Array[Types::CreateJobPlaylist]
|
111
|
+
attr_accessor user_metadata: ::Hash[::String, ::String]
|
112
|
+
SENSITIVE: []
|
113
|
+
end
|
114
|
+
|
115
|
+
class CreateJobResponse
|
116
|
+
attr_accessor job: Types::Job
|
117
|
+
SENSITIVE: []
|
118
|
+
end
|
119
|
+
|
120
|
+
class CreatePipelineRequest
|
121
|
+
attr_accessor name: ::String
|
122
|
+
attr_accessor input_bucket: ::String
|
123
|
+
attr_accessor output_bucket: ::String
|
124
|
+
attr_accessor role: ::String
|
125
|
+
attr_accessor aws_kms_key_arn: ::String
|
126
|
+
attr_accessor notifications: Types::Notifications
|
127
|
+
attr_accessor content_config: Types::PipelineOutputConfig
|
128
|
+
attr_accessor thumbnail_config: Types::PipelineOutputConfig
|
129
|
+
SENSITIVE: []
|
130
|
+
end
|
131
|
+
|
132
|
+
class CreatePipelineResponse
|
133
|
+
attr_accessor pipeline: Types::Pipeline
|
134
|
+
attr_accessor warnings: ::Array[Types::Warning]
|
135
|
+
SENSITIVE: []
|
136
|
+
end
|
137
|
+
|
138
|
+
class CreatePresetRequest
|
139
|
+
attr_accessor name: ::String
|
140
|
+
attr_accessor description: ::String
|
141
|
+
attr_accessor container: ::String
|
142
|
+
attr_accessor video: Types::VideoParameters
|
143
|
+
attr_accessor audio: Types::AudioParameters
|
144
|
+
attr_accessor thumbnails: Types::Thumbnails
|
145
|
+
SENSITIVE: []
|
146
|
+
end
|
147
|
+
|
148
|
+
class CreatePresetResponse
|
149
|
+
attr_accessor preset: Types::Preset
|
150
|
+
attr_accessor warning: ::String
|
151
|
+
SENSITIVE: []
|
152
|
+
end
|
153
|
+
|
154
|
+
class DeletePipelineRequest
|
155
|
+
attr_accessor id: ::String
|
156
|
+
SENSITIVE: []
|
157
|
+
end
|
158
|
+
|
159
|
+
class DeletePipelineResponse < Aws::EmptyStructure
|
160
|
+
end
|
161
|
+
|
162
|
+
class DeletePresetRequest
|
163
|
+
attr_accessor id: ::String
|
164
|
+
SENSITIVE: []
|
165
|
+
end
|
166
|
+
|
167
|
+
class DeletePresetResponse < Aws::EmptyStructure
|
168
|
+
end
|
169
|
+
|
170
|
+
class DetectedProperties
|
171
|
+
attr_accessor width: ::Integer
|
172
|
+
attr_accessor height: ::Integer
|
173
|
+
attr_accessor frame_rate: ::String
|
174
|
+
attr_accessor file_size: ::Integer
|
175
|
+
attr_accessor duration_millis: ::Integer
|
176
|
+
SENSITIVE: []
|
177
|
+
end
|
178
|
+
|
179
|
+
class Encryption
|
180
|
+
attr_accessor mode: ::String
|
181
|
+
attr_accessor key: ::String
|
182
|
+
attr_accessor key_md_5: ::String
|
183
|
+
attr_accessor initialization_vector: ::String
|
184
|
+
SENSITIVE: []
|
185
|
+
end
|
186
|
+
|
187
|
+
class HlsContentProtection
|
188
|
+
attr_accessor method: ::String
|
189
|
+
attr_accessor key: ::String
|
190
|
+
attr_accessor key_md_5: ::String
|
191
|
+
attr_accessor initialization_vector: ::String
|
192
|
+
attr_accessor license_acquisition_url: ::String
|
193
|
+
attr_accessor key_storage_policy: ::String
|
194
|
+
SENSITIVE: []
|
195
|
+
end
|
196
|
+
|
197
|
+
class IncompatibleVersionException < Aws::EmptyStructure
|
198
|
+
end
|
199
|
+
|
200
|
+
class InputCaptions
|
201
|
+
attr_accessor merge_policy: ::String
|
202
|
+
attr_accessor caption_sources: ::Array[Types::CaptionSource]
|
203
|
+
SENSITIVE: []
|
204
|
+
end
|
205
|
+
|
206
|
+
class InternalServiceException < Aws::EmptyStructure
|
207
|
+
end
|
208
|
+
|
209
|
+
class Job
|
210
|
+
attr_accessor id: ::String
|
211
|
+
attr_accessor arn: ::String
|
212
|
+
attr_accessor pipeline_id: ::String
|
213
|
+
attr_accessor input: Types::JobInput
|
214
|
+
attr_accessor inputs: ::Array[Types::JobInput]
|
215
|
+
attr_accessor output: Types::JobOutput
|
216
|
+
attr_accessor outputs: ::Array[Types::JobOutput]
|
217
|
+
attr_accessor output_key_prefix: ::String
|
218
|
+
attr_accessor playlists: ::Array[Types::Playlist]
|
219
|
+
attr_accessor status: ::String
|
220
|
+
attr_accessor user_metadata: ::Hash[::String, ::String]
|
221
|
+
attr_accessor timing: Types::Timing
|
222
|
+
SENSITIVE: []
|
223
|
+
end
|
224
|
+
|
225
|
+
class JobAlbumArt
|
226
|
+
attr_accessor merge_policy: ::String
|
227
|
+
attr_accessor artwork: ::Array[Types::Artwork]
|
228
|
+
SENSITIVE: []
|
229
|
+
end
|
230
|
+
|
231
|
+
class JobInput
|
232
|
+
attr_accessor key: ::String
|
233
|
+
attr_accessor frame_rate: ::String
|
234
|
+
attr_accessor resolution: ::String
|
235
|
+
attr_accessor aspect_ratio: ::String
|
236
|
+
attr_accessor interlaced: ::String
|
237
|
+
attr_accessor container: ::String
|
238
|
+
attr_accessor encryption: Types::Encryption
|
239
|
+
attr_accessor time_span: Types::TimeSpan
|
240
|
+
attr_accessor input_captions: Types::InputCaptions
|
241
|
+
attr_accessor detected_properties: Types::DetectedProperties
|
242
|
+
SENSITIVE: []
|
243
|
+
end
|
244
|
+
|
245
|
+
class JobOutput
|
246
|
+
attr_accessor id: ::String
|
247
|
+
attr_accessor key: ::String
|
248
|
+
attr_accessor thumbnail_pattern: ::String
|
249
|
+
attr_accessor thumbnail_encryption: Types::Encryption
|
250
|
+
attr_accessor rotate: ::String
|
251
|
+
attr_accessor preset_id: ::String
|
252
|
+
attr_accessor segment_duration: ::String
|
253
|
+
attr_accessor status: ::String
|
254
|
+
attr_accessor status_detail: ::String
|
255
|
+
attr_accessor duration: ::Integer
|
256
|
+
attr_accessor width: ::Integer
|
257
|
+
attr_accessor height: ::Integer
|
258
|
+
attr_accessor frame_rate: ::String
|
259
|
+
attr_accessor file_size: ::Integer
|
260
|
+
attr_accessor duration_millis: ::Integer
|
261
|
+
attr_accessor watermarks: ::Array[Types::JobWatermark]
|
262
|
+
attr_accessor album_art: Types::JobAlbumArt
|
263
|
+
attr_accessor composition: ::Array[Types::Clip]
|
264
|
+
attr_accessor captions: Types::Captions
|
265
|
+
attr_accessor encryption: Types::Encryption
|
266
|
+
attr_accessor applied_color_space_conversion: ::String
|
267
|
+
SENSITIVE: []
|
268
|
+
end
|
269
|
+
|
270
|
+
class JobWatermark
|
271
|
+
attr_accessor preset_watermark_id: ::String
|
272
|
+
attr_accessor input_key: ::String
|
273
|
+
attr_accessor encryption: Types::Encryption
|
274
|
+
SENSITIVE: []
|
275
|
+
end
|
276
|
+
|
277
|
+
class LimitExceededException < Aws::EmptyStructure
|
278
|
+
end
|
279
|
+
|
280
|
+
class ListJobsByPipelineRequest
|
281
|
+
attr_accessor pipeline_id: ::String
|
282
|
+
attr_accessor ascending: ::String
|
283
|
+
attr_accessor page_token: ::String
|
284
|
+
SENSITIVE: []
|
285
|
+
end
|
286
|
+
|
287
|
+
class ListJobsByPipelineResponse
|
288
|
+
attr_accessor jobs: ::Array[Types::Job]
|
289
|
+
attr_accessor next_page_token: ::String
|
290
|
+
SENSITIVE: []
|
291
|
+
end
|
292
|
+
|
293
|
+
class ListJobsByStatusRequest
|
294
|
+
attr_accessor status: ::String
|
295
|
+
attr_accessor ascending: ::String
|
296
|
+
attr_accessor page_token: ::String
|
297
|
+
SENSITIVE: []
|
298
|
+
end
|
299
|
+
|
300
|
+
class ListJobsByStatusResponse
|
301
|
+
attr_accessor jobs: ::Array[Types::Job]
|
302
|
+
attr_accessor next_page_token: ::String
|
303
|
+
SENSITIVE: []
|
304
|
+
end
|
305
|
+
|
306
|
+
class ListPipelinesRequest
|
307
|
+
attr_accessor ascending: ::String
|
308
|
+
attr_accessor page_token: ::String
|
309
|
+
SENSITIVE: []
|
310
|
+
end
|
311
|
+
|
312
|
+
class ListPipelinesResponse
|
313
|
+
attr_accessor pipelines: ::Array[Types::Pipeline]
|
314
|
+
attr_accessor next_page_token: ::String
|
315
|
+
SENSITIVE: []
|
316
|
+
end
|
317
|
+
|
318
|
+
class ListPresetsRequest
|
319
|
+
attr_accessor ascending: ::String
|
320
|
+
attr_accessor page_token: ::String
|
321
|
+
SENSITIVE: []
|
322
|
+
end
|
323
|
+
|
324
|
+
class ListPresetsResponse
|
325
|
+
attr_accessor presets: ::Array[Types::Preset]
|
326
|
+
attr_accessor next_page_token: ::String
|
327
|
+
SENSITIVE: []
|
328
|
+
end
|
329
|
+
|
330
|
+
class Notifications
|
331
|
+
attr_accessor progressing: ::String
|
332
|
+
attr_accessor completed: ::String
|
333
|
+
attr_accessor warning: ::String
|
334
|
+
attr_accessor error: ::String
|
335
|
+
SENSITIVE: []
|
336
|
+
end
|
337
|
+
|
338
|
+
class Permission
|
339
|
+
attr_accessor grantee_type: ::String
|
340
|
+
attr_accessor grantee: ::String
|
341
|
+
attr_accessor access: ::Array[::String]
|
342
|
+
SENSITIVE: []
|
343
|
+
end
|
344
|
+
|
345
|
+
class Pipeline
|
346
|
+
attr_accessor id: ::String
|
347
|
+
attr_accessor arn: ::String
|
348
|
+
attr_accessor name: ::String
|
349
|
+
attr_accessor status: ::String
|
350
|
+
attr_accessor input_bucket: ::String
|
351
|
+
attr_accessor output_bucket: ::String
|
352
|
+
attr_accessor role: ::String
|
353
|
+
attr_accessor aws_kms_key_arn: ::String
|
354
|
+
attr_accessor notifications: Types::Notifications
|
355
|
+
attr_accessor content_config: Types::PipelineOutputConfig
|
356
|
+
attr_accessor thumbnail_config: Types::PipelineOutputConfig
|
357
|
+
SENSITIVE: []
|
358
|
+
end
|
359
|
+
|
360
|
+
class PipelineOutputConfig
|
361
|
+
attr_accessor bucket: ::String
|
362
|
+
attr_accessor storage_class: ::String
|
363
|
+
attr_accessor permissions: ::Array[Types::Permission]
|
364
|
+
SENSITIVE: []
|
365
|
+
end
|
366
|
+
|
367
|
+
class PlayReadyDrm
|
368
|
+
attr_accessor format: ::String
|
369
|
+
attr_accessor key: ::String
|
370
|
+
attr_accessor key_md_5: ::String
|
371
|
+
attr_accessor key_id: ::String
|
372
|
+
attr_accessor initialization_vector: ::String
|
373
|
+
attr_accessor license_acquisition_url: ::String
|
374
|
+
SENSITIVE: []
|
375
|
+
end
|
376
|
+
|
377
|
+
class Playlist
|
378
|
+
attr_accessor name: ::String
|
379
|
+
attr_accessor format: ::String
|
380
|
+
attr_accessor output_keys: ::Array[::String]
|
381
|
+
attr_accessor hls_content_protection: Types::HlsContentProtection
|
382
|
+
attr_accessor play_ready_drm: Types::PlayReadyDrm
|
383
|
+
attr_accessor status: ::String
|
384
|
+
attr_accessor status_detail: ::String
|
385
|
+
SENSITIVE: []
|
386
|
+
end
|
387
|
+
|
388
|
+
class Preset
|
389
|
+
attr_accessor id: ::String
|
390
|
+
attr_accessor arn: ::String
|
391
|
+
attr_accessor name: ::String
|
392
|
+
attr_accessor description: ::String
|
393
|
+
attr_accessor container: ::String
|
394
|
+
attr_accessor audio: Types::AudioParameters
|
395
|
+
attr_accessor video: Types::VideoParameters
|
396
|
+
attr_accessor thumbnails: Types::Thumbnails
|
397
|
+
attr_accessor type: ::String
|
398
|
+
SENSITIVE: []
|
399
|
+
end
|
400
|
+
|
401
|
+
class PresetWatermark
|
402
|
+
attr_accessor id: ::String
|
403
|
+
attr_accessor max_width: ::String
|
404
|
+
attr_accessor max_height: ::String
|
405
|
+
attr_accessor sizing_policy: ::String
|
406
|
+
attr_accessor horizontal_align: ::String
|
407
|
+
attr_accessor horizontal_offset: ::String
|
408
|
+
attr_accessor vertical_align: ::String
|
409
|
+
attr_accessor vertical_offset: ::String
|
410
|
+
attr_accessor opacity: ::String
|
411
|
+
attr_accessor target: ::String
|
412
|
+
SENSITIVE: []
|
413
|
+
end
|
414
|
+
|
415
|
+
class ReadJobRequest
|
416
|
+
attr_accessor id: ::String
|
417
|
+
SENSITIVE: []
|
418
|
+
end
|
419
|
+
|
420
|
+
class ReadJobResponse
|
421
|
+
attr_accessor job: Types::Job
|
422
|
+
SENSITIVE: []
|
423
|
+
end
|
424
|
+
|
425
|
+
class ReadPipelineRequest
|
426
|
+
attr_accessor id: ::String
|
427
|
+
SENSITIVE: []
|
428
|
+
end
|
429
|
+
|
430
|
+
class ReadPipelineResponse
|
431
|
+
attr_accessor pipeline: Types::Pipeline
|
432
|
+
attr_accessor warnings: ::Array[Types::Warning]
|
433
|
+
SENSITIVE: []
|
434
|
+
end
|
435
|
+
|
436
|
+
class ReadPresetRequest
|
437
|
+
attr_accessor id: ::String
|
438
|
+
SENSITIVE: []
|
439
|
+
end
|
440
|
+
|
441
|
+
class ReadPresetResponse
|
442
|
+
attr_accessor preset: Types::Preset
|
443
|
+
SENSITIVE: []
|
444
|
+
end
|
445
|
+
|
446
|
+
class ResourceInUseException < Aws::EmptyStructure
|
447
|
+
end
|
448
|
+
|
449
|
+
class ResourceNotFoundException < Aws::EmptyStructure
|
450
|
+
end
|
451
|
+
|
452
|
+
class TestRoleRequest
|
453
|
+
attr_accessor role: ::String
|
454
|
+
attr_accessor input_bucket: ::String
|
455
|
+
attr_accessor output_bucket: ::String
|
456
|
+
attr_accessor topics: ::Array[::String]
|
457
|
+
SENSITIVE: []
|
458
|
+
end
|
459
|
+
|
460
|
+
class TestRoleResponse
|
461
|
+
attr_accessor success: ::String
|
462
|
+
attr_accessor messages: ::Array[::String]
|
463
|
+
SENSITIVE: []
|
464
|
+
end
|
465
|
+
|
466
|
+
class Thumbnails
|
467
|
+
attr_accessor format: ::String
|
468
|
+
attr_accessor interval: ::String
|
469
|
+
attr_accessor resolution: ::String
|
470
|
+
attr_accessor aspect_ratio: ::String
|
471
|
+
attr_accessor max_width: ::String
|
472
|
+
attr_accessor max_height: ::String
|
473
|
+
attr_accessor sizing_policy: ::String
|
474
|
+
attr_accessor padding_policy: ::String
|
475
|
+
SENSITIVE: []
|
476
|
+
end
|
477
|
+
|
478
|
+
class TimeSpan
|
479
|
+
attr_accessor start_time: ::String
|
480
|
+
attr_accessor duration: ::String
|
481
|
+
SENSITIVE: []
|
482
|
+
end
|
483
|
+
|
484
|
+
class Timing
|
485
|
+
attr_accessor submit_time_millis: ::Integer
|
486
|
+
attr_accessor start_time_millis: ::Integer
|
487
|
+
attr_accessor finish_time_millis: ::Integer
|
488
|
+
SENSITIVE: []
|
489
|
+
end
|
490
|
+
|
491
|
+
class UpdatePipelineNotificationsRequest
|
492
|
+
attr_accessor id: ::String
|
493
|
+
attr_accessor notifications: Types::Notifications
|
494
|
+
SENSITIVE: []
|
495
|
+
end
|
496
|
+
|
497
|
+
class UpdatePipelineNotificationsResponse
|
498
|
+
attr_accessor pipeline: Types::Pipeline
|
499
|
+
SENSITIVE: []
|
500
|
+
end
|
501
|
+
|
502
|
+
class UpdatePipelineRequest
|
503
|
+
attr_accessor id: ::String
|
504
|
+
attr_accessor name: ::String
|
505
|
+
attr_accessor input_bucket: ::String
|
506
|
+
attr_accessor role: ::String
|
507
|
+
attr_accessor aws_kms_key_arn: ::String
|
508
|
+
attr_accessor notifications: Types::Notifications
|
509
|
+
attr_accessor content_config: Types::PipelineOutputConfig
|
510
|
+
attr_accessor thumbnail_config: Types::PipelineOutputConfig
|
511
|
+
SENSITIVE: []
|
512
|
+
end
|
513
|
+
|
514
|
+
class UpdatePipelineResponse
|
515
|
+
attr_accessor pipeline: Types::Pipeline
|
516
|
+
attr_accessor warnings: ::Array[Types::Warning]
|
517
|
+
SENSITIVE: []
|
518
|
+
end
|
519
|
+
|
520
|
+
class UpdatePipelineStatusRequest
|
521
|
+
attr_accessor id: ::String
|
522
|
+
attr_accessor status: ::String
|
523
|
+
SENSITIVE: []
|
524
|
+
end
|
525
|
+
|
526
|
+
class UpdatePipelineStatusResponse
|
527
|
+
attr_accessor pipeline: Types::Pipeline
|
528
|
+
SENSITIVE: []
|
529
|
+
end
|
530
|
+
|
531
|
+
class ValidationException < Aws::EmptyStructure
|
532
|
+
end
|
533
|
+
|
534
|
+
class VideoParameters
|
535
|
+
attr_accessor codec: ::String
|
536
|
+
attr_accessor codec_options: ::Hash[::String, ::String]
|
537
|
+
attr_accessor keyframes_max_dist: ::String
|
538
|
+
attr_accessor fixed_gop: ::String
|
539
|
+
attr_accessor bit_rate: ::String
|
540
|
+
attr_accessor frame_rate: ::String
|
541
|
+
attr_accessor max_frame_rate: ::String
|
542
|
+
attr_accessor resolution: ::String
|
543
|
+
attr_accessor aspect_ratio: ::String
|
544
|
+
attr_accessor max_width: ::String
|
545
|
+
attr_accessor max_height: ::String
|
546
|
+
attr_accessor display_aspect_ratio: ::String
|
547
|
+
attr_accessor sizing_policy: ::String
|
548
|
+
attr_accessor padding_policy: ::String
|
549
|
+
attr_accessor watermarks: ::Array[Types::PresetWatermark]
|
550
|
+
SENSITIVE: []
|
551
|
+
end
|
552
|
+
|
553
|
+
class Warning
|
554
|
+
attr_accessor code: ::String
|
555
|
+
attr_accessor message: ::String
|
556
|
+
SENSITIVE: []
|
557
|
+
end
|
558
|
+
end
|
559
|
+
end
|
data/sig/waiters.rbs
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module ElasticTranscoder
|
10
|
+
module Waiters
|
11
|
+
|
12
|
+
class JobComplete
|
13
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
14
|
+
| (?Hash[Symbol, untyped]) -> void
|
15
|
+
|
16
|
+
def wait: (
|
17
|
+
id: ::String
|
18
|
+
) -> Client::_ReadJobResponseSuccess
|
19
|
+
| (Hash[Symbol, untyped]) -> Client::_ReadJobResponseSuccess
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|