aws-sdk-elastictranscoder 1.19.0 → 1.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 946bca39875624fba00c971d84f0c0dd38b49d68
4
- data.tar.gz: 81bb48481ad9af4ec90dd8ced27ae08570d00e45
2
+ SHA256:
3
+ metadata.gz: ee77331b3e6fba83180d981979872e5dff6be1d7620606b378910f9230ee68b2
4
+ data.tar.gz: '031801ac6dac5be647e2c93ab584e105d7159472b539eded388ac3698256eb10'
5
5
  SHA512:
6
- metadata.gz: 1a0dcb8ed3c130c76ca50e80ab32386c14be58d87c1472996ae6005d71d7b8fca4023d337a676922c66a5e8591cf7ddf89083a4f5b629afb27cc8aedf0fca09c
7
- data.tar.gz: 9612d596b1599417bd179a99f227e17f8782eedf658dab46f9fba0427c801bf1861c31caa7cd77caa4aebd5fd4f771a2dab83d319c91b58cd64cb358196dbedc
6
+ metadata.gz: fef4c6a4b856567c687b94f870b9de3b082d3862f2aac4e94ea61eeb93d0c195dc6a9727600753bba9750a1393ebf44faffdd9b1a696e84c39373d8cd827df00
7
+ data.tar.gz: 54a50ed61026e1ab43907b19d0250b32edb8ae029abf2a55574f5b4fcc8d8549b04f999fc0d675e6aadb3caff3c97b4ec709f0aef2f9f39c741a3c3bea54f0ba
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-elastictranscoder/customizations'
46
48
  # @service
47
49
  module Aws::ElasticTranscoder
48
50
 
49
- GEM_VERSION = '1.19.0'
51
+ GEM_VERSION = '1.24.0'
50
52
 
51
53
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
29
32
 
@@ -32,11 +35,11 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:elastictranscoder)
32
35
  module Aws::ElasticTranscoder
33
36
  # An API client for ElasticTranscoder. To construct a client, you need to configure a `:region` and `:credentials`.
34
37
  #
35
- # client = Aws::ElasticTranscoder::Client.new(
36
- # region: region_name,
37
- # credentials: credentials,
38
- # # ...
39
- # )
38
+ # client = Aws::ElasticTranscoder::Client.new(
39
+ # region: region_name,
40
+ # credentials: credentials,
41
+ # # ...
42
+ # )
40
43
  #
41
44
  # For details on configuring region and credentials see
42
45
  # the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
@@ -69,6 +72,7 @@ module Aws::ElasticTranscoder
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::RestJson)
74
78
 
@@ -105,7 +109,7 @@ module Aws::ElasticTranscoder
105
109
  # @option options [required, String] :region
106
110
  # The AWS region to connect to. The configured `:region` is
107
111
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
112
+ # a default `:region` is searched for in the following locations:
109
113
  #
110
114
  # * `Aws.config[:region]`
111
115
  # * `ENV['AWS_REGION']`
@@ -161,7 +165,7 @@ module Aws::ElasticTranscoder
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::ElasticTranscoder
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -229,15 +233,19 @@ module Aws::ElasticTranscoder
229
233
  #
230
234
  # @option options [String] :retry_mode ("legacy")
231
235
  # Specifies which retry algorithm to use. Values are:
232
- # * `legacy` - The pre-existing retry behavior. This is default value if
233
- # no retry mode is provided.
234
- # * `standard` - A standardized set of retry rules across the AWS SDKs.
235
- # This includes support for retry quotas, which limit the number of
236
- # unsuccessful retries a client can make.
237
- # * `adaptive` - An experimental retry mode that includes all the
238
- # functionality of `standard` mode along with automatic client side
239
- # throttling. This is a provisional mode that may change behavior
240
- # in the future.
236
+ #
237
+ # * `legacy` - The pre-existing retry behavior. This is default value if
238
+ # no retry mode is provided.
239
+ #
240
+ # * `standard` - A standardized set of retry rules across the AWS SDKs.
241
+ # This includes support for retry quotas, which limit the number of
242
+ # unsuccessful retries a client can make.
243
+ #
244
+ # * `adaptive` - An experimental retry mode that includes all the
245
+ # functionality of `standard` mode along with automatic client side
246
+ # throttling. This is a provisional mode that may change behavior
247
+ # in the future.
248
+ #
241
249
  #
242
250
  # @option options [String] :secret_access_key
243
251
  #
@@ -265,8 +273,7 @@ module Aws::ElasticTranscoder
265
273
  #
266
274
  # @option options [Integer] :http_read_timeout (60) The default
267
275
  # number of seconds to wait for response data. This value can
268
- # safely be set
269
- # per-request on the session yielded by {#session_for}.
276
+ # safely be set per-request on the session.
270
277
  #
271
278
  # @option options [Float] :http_idle_timeout (5) The number of
272
279
  # seconds a connection is allowed to sit idle before it is
@@ -278,7 +285,7 @@ module Aws::ElasticTranscoder
278
285
  # request body. This option has no effect unless the request has
279
286
  # "Expect" header set to "100-continue". Defaults to `nil` which
280
287
  # disables this behaviour. This value can safely be set per
281
- # request on the session yielded by {#session_for}.
288
+ # request on the session.
282
289
  #
283
290
  # @option options [Boolean] :http_wire_trace (false) When `true`,
284
291
  # HTTP debug output will be sent to the `:logger`.
@@ -1460,6 +1467,8 @@ module Aws::ElasticTranscoder
1460
1467
  # * {Types::ListJobsByPipelineResponse#jobs #jobs} => Array<Types::Job>
1461
1468
  # * {Types::ListJobsByPipelineResponse#next_page_token #next_page_token} => String
1462
1469
  #
1470
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1471
+ #
1463
1472
  # @example Request syntax with placeholder values
1464
1473
  #
1465
1474
  # resp = client.list_jobs_by_pipeline({
@@ -1713,6 +1722,8 @@ module Aws::ElasticTranscoder
1713
1722
  # * {Types::ListJobsByStatusResponse#jobs #jobs} => Array<Types::Job>
1714
1723
  # * {Types::ListJobsByStatusResponse#next_page_token #next_page_token} => String
1715
1724
  #
1725
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1726
+ #
1716
1727
  # @example Request syntax with placeholder values
1717
1728
  #
1718
1729
  # resp = client.list_jobs_by_status({
@@ -1960,6 +1971,8 @@ module Aws::ElasticTranscoder
1960
1971
  # * {Types::ListPipelinesResponse#pipelines #pipelines} => Array<Types::Pipeline>
1961
1972
  # * {Types::ListPipelinesResponse#next_page_token #next_page_token} => String
1962
1973
  #
1974
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1975
+ #
1963
1976
  # @example Request syntax with placeholder values
1964
1977
  #
1965
1978
  # resp = client.list_pipelines({
@@ -2024,6 +2037,8 @@ module Aws::ElasticTranscoder
2024
2037
  # * {Types::ListPresetsResponse#presets #presets} => Array<Types::Preset>
2025
2038
  # * {Types::ListPresetsResponse#next_page_token #next_page_token} => String
2026
2039
  #
2040
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2041
+ #
2027
2042
  # @example Request syntax with placeholder values
2028
2043
  #
2029
2044
  # resp = client.list_presets({
@@ -2320,6 +2335,11 @@ module Aws::ElasticTranscoder
2320
2335
  # resp.job.timing.start_time_millis #=> Integer
2321
2336
  # resp.job.timing.finish_time_millis #=> Integer
2322
2337
  #
2338
+ #
2339
+ # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
2340
+ #
2341
+ # * job_complete
2342
+ #
2323
2343
  # @overload read_job(params = {})
2324
2344
  # @param [Hash] params ({})
2325
2345
  def read_job(params = {}, options = {})
@@ -2956,7 +2976,7 @@ module Aws::ElasticTranscoder
2956
2976
  params: params,
2957
2977
  config: config)
2958
2978
  context[:gem_name] = 'aws-sdk-elastictranscoder'
2959
- context[:gem_version] = '1.19.0'
2979
+ context[:gem_version] = '1.24.0'
2960
2980
  Seahorse::Client::Request.new(handlers, context)
2961
2981
  end
2962
2982
 
@@ -3022,9 +3042,9 @@ module Aws::ElasticTranscoder
3022
3042
  # The following table lists the valid waiter names, the operations they call,
3023
3043
  # and the default `:delay` and `:max_attempts` values.
3024
3044
  #
3025
- # | waiter_name | params | :delay | :max_attempts |
3026
- # | ------------ | ----------- | -------- | ------------- |
3027
- # | job_complete | {#read_job} | 30 | 120 |
3045
+ # | waiter_name | params | :delay | :max_attempts |
3046
+ # | ------------ | ----------------- | -------- | ------------- |
3047
+ # | job_complete | {Client#read_job} | 30 | 120 |
3028
3048
  #
3029
3049
  # @raise [Errors::FailureStateError] Raised when the waiter terminates
3030
3050
  # because the waiter has entered a state that it will not transition
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -6,13 +8,7 @@
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
8
10
  module Aws::ElasticTranscoder
9
- # This class provides a resource oriented interface for ElasticTranscoder.
10
- # To create a resource object:
11
- # resource = Aws::ElasticTranscoder::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::ElasticTranscoder::Client.new(region: 'us-west-2')
15
- # resource = Aws::ElasticTranscoder::Resource.new(client: client)
11
+
16
12
  class Resource
17
13
 
18
14
  # @param options ({})
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -128,6 +130,7 @@ module Aws::ElasticTranscoder
128
130
  :padding_policy,
129
131
  :album_art_format,
130
132
  :encryption)
133
+ SENSITIVE = []
131
134
  include Aws::Structure
132
135
  end
133
136
 
@@ -209,6 +212,7 @@ module Aws::ElasticTranscoder
209
212
  :bit_depth,
210
213
  :bit_order,
211
214
  :signed)
215
+ SENSITIVE = []
212
216
  include Aws::Structure
213
217
  end
214
218
 
@@ -414,6 +418,7 @@ module Aws::ElasticTranscoder
414
418
  :channels,
415
419
  :audio_packing_mode,
416
420
  :codec_options)
421
+ SENSITIVE = []
417
422
  include Aws::Structure
418
423
  end
419
424
 
@@ -435,6 +440,7 @@ module Aws::ElasticTranscoder
435
440
  #
436
441
  class CancelJobRequest < Struct.new(
437
442
  :id)
443
+ SENSITIVE = []
438
444
  include Aws::Structure
439
445
  end
440
446
 
@@ -521,6 +527,7 @@ module Aws::ElasticTranscoder
521
527
  :format,
522
528
  :pattern,
523
529
  :encryption)
530
+ SENSITIVE = []
524
531
  include Aws::Structure
525
532
  end
526
533
 
@@ -589,6 +596,7 @@ module Aws::ElasticTranscoder
589
596
  :time_offset,
590
597
  :label,
591
598
  :encryption)
599
+ SENSITIVE = []
592
600
  include Aws::Structure
593
601
  end
594
602
 
@@ -666,6 +674,7 @@ module Aws::ElasticTranscoder
666
674
  :merge_policy,
667
675
  :caption_sources,
668
676
  :caption_formats)
677
+ SENSITIVE = []
669
678
  include Aws::Structure
670
679
  end
671
680
 
@@ -688,6 +697,7 @@ module Aws::ElasticTranscoder
688
697
  #
689
698
  class Clip < Struct.new(
690
699
  :time_span)
700
+ SENSITIVE = []
691
701
  include Aws::Structure
692
702
  end
693
703
 
@@ -968,6 +978,7 @@ module Aws::ElasticTranscoder
968
978
  :composition,
969
979
  :captions,
970
980
  :encryption)
981
+ SENSITIVE = []
971
982
  include Aws::Structure
972
983
  end
973
984
 
@@ -1078,6 +1089,7 @@ module Aws::ElasticTranscoder
1078
1089
  :output_keys,
1079
1090
  :hls_content_protection,
1080
1091
  :play_ready_drm)
1092
+ SENSITIVE = []
1081
1093
  include Aws::Structure
1082
1094
  end
1083
1095
 
@@ -1441,6 +1453,7 @@ module Aws::ElasticTranscoder
1441
1453
  :output_key_prefix,
1442
1454
  :playlists,
1443
1455
  :user_metadata)
1456
+ SENSITIVE = []
1444
1457
  include Aws::Structure
1445
1458
  end
1446
1459
 
@@ -1453,6 +1466,7 @@ module Aws::ElasticTranscoder
1453
1466
  #
1454
1467
  class CreateJobResponse < Struct.new(
1455
1468
  :job)
1469
+ SENSITIVE = []
1456
1470
  include Aws::Structure
1457
1471
  end
1458
1472
 
@@ -1737,6 +1751,7 @@ module Aws::ElasticTranscoder
1737
1751
  :notifications,
1738
1752
  :content_config,
1739
1753
  :thumbnail_config)
1754
+ SENSITIVE = []
1740
1755
  include Aws::Structure
1741
1756
  end
1742
1757
 
@@ -1760,6 +1775,7 @@ module Aws::ElasticTranscoder
1760
1775
  class CreatePipelineResponse < Struct.new(
1761
1776
  :pipeline,
1762
1777
  :warnings)
1778
+ SENSITIVE = []
1763
1779
  include Aws::Structure
1764
1780
  end
1765
1781
 
@@ -1864,6 +1880,7 @@ module Aws::ElasticTranscoder
1864
1880
  :video,
1865
1881
  :audio,
1866
1882
  :thumbnails)
1883
+ SENSITIVE = []
1867
1884
  include Aws::Structure
1868
1885
  end
1869
1886
 
@@ -1885,6 +1902,7 @@ module Aws::ElasticTranscoder
1885
1902
  class CreatePresetResponse < Struct.new(
1886
1903
  :preset,
1887
1904
  :warning)
1905
+ SENSITIVE = []
1888
1906
  include Aws::Structure
1889
1907
  end
1890
1908
 
@@ -1903,6 +1921,7 @@ module Aws::ElasticTranscoder
1903
1921
  #
1904
1922
  class DeletePipelineRequest < Struct.new(
1905
1923
  :id)
1924
+ SENSITIVE = []
1906
1925
  include Aws::Structure
1907
1926
  end
1908
1927
 
@@ -1926,6 +1945,7 @@ module Aws::ElasticTranscoder
1926
1945
  #
1927
1946
  class DeletePresetRequest < Struct.new(
1928
1947
  :id)
1948
+ SENSITIVE = []
1929
1949
  include Aws::Structure
1930
1950
  end
1931
1951
 
@@ -1973,6 +1993,7 @@ module Aws::ElasticTranscoder
1973
1993
  :frame_rate,
1974
1994
  :file_size,
1975
1995
  :duration_millis)
1996
+ SENSITIVE = []
1976
1997
  include Aws::Structure
1977
1998
  end
1978
1999
 
@@ -2066,6 +2087,7 @@ module Aws::ElasticTranscoder
2066
2087
  :key,
2067
2088
  :key_md_5,
2068
2089
  :initialization_vector)
2090
+ SENSITIVE = []
2069
2091
  include Aws::Structure
2070
2092
  end
2071
2093
 
@@ -2146,6 +2168,7 @@ module Aws::ElasticTranscoder
2146
2168
  :initialization_vector,
2147
2169
  :license_acquisition_url,
2148
2170
  :key_storage_policy)
2171
+ SENSITIVE = []
2149
2172
  include Aws::Structure
2150
2173
  end
2151
2174
 
@@ -2207,6 +2230,7 @@ module Aws::ElasticTranscoder
2207
2230
  class InputCaptions < Struct.new(
2208
2231
  :merge_policy,
2209
2232
  :caption_sources)
2233
+ SENSITIVE = []
2210
2234
  include Aws::Structure
2211
2235
  end
2212
2236
 
@@ -2330,6 +2354,7 @@ module Aws::ElasticTranscoder
2330
2354
  :status,
2331
2355
  :user_metadata,
2332
2356
  :timing)
2357
+ SENSITIVE = []
2333
2358
  include Aws::Structure
2334
2359
  end
2335
2360
 
@@ -2386,6 +2411,7 @@ module Aws::ElasticTranscoder
2386
2411
  class JobAlbumArt < Struct.new(
2387
2412
  :merge_policy,
2388
2413
  :artwork)
2414
+ SENSITIVE = []
2389
2415
  include Aws::Structure
2390
2416
  end
2391
2417
 
@@ -2580,6 +2606,7 @@ module Aws::ElasticTranscoder
2580
2606
  :time_span,
2581
2607
  :input_captions,
2582
2608
  :detected_properties)
2609
+ SENSITIVE = []
2583
2610
  include Aws::Structure
2584
2611
  end
2585
2612
 
@@ -2866,6 +2893,7 @@ module Aws::ElasticTranscoder
2866
2893
  :captions,
2867
2894
  :encryption,
2868
2895
  :applied_color_space_conversion)
2896
+ SENSITIVE = []
2869
2897
  include Aws::Structure
2870
2898
  end
2871
2899
 
@@ -2916,6 +2944,7 @@ module Aws::ElasticTranscoder
2916
2944
  :preset_watermark_id,
2917
2945
  :input_key,
2918
2946
  :encryption)
2947
+ SENSITIVE = []
2919
2948
  include Aws::Structure
2920
2949
  end
2921
2950
 
@@ -2955,6 +2984,7 @@ module Aws::ElasticTranscoder
2955
2984
  :pipeline_id,
2956
2985
  :ascending,
2957
2986
  :page_token)
2987
+ SENSITIVE = []
2958
2988
  include Aws::Structure
2959
2989
  end
2960
2990
 
@@ -2974,6 +3004,7 @@ module Aws::ElasticTranscoder
2974
3004
  class ListJobsByPipelineResponse < Struct.new(
2975
3005
  :jobs,
2976
3006
  :next_page_token)
3007
+ SENSITIVE = []
2977
3008
  include Aws::Structure
2978
3009
  end
2979
3010
 
@@ -3010,6 +3041,7 @@ module Aws::ElasticTranscoder
3010
3041
  :status,
3011
3042
  :ascending,
3012
3043
  :page_token)
3044
+ SENSITIVE = []
3013
3045
  include Aws::Structure
3014
3046
  end
3015
3047
 
@@ -3029,6 +3061,7 @@ module Aws::ElasticTranscoder
3029
3061
  class ListJobsByStatusResponse < Struct.new(
3030
3062
  :jobs,
3031
3063
  :next_page_token)
3064
+ SENSITIVE = []
3032
3065
  include Aws::Structure
3033
3066
  end
3034
3067
 
@@ -3057,6 +3090,7 @@ module Aws::ElasticTranscoder
3057
3090
  class ListPipelinesRequest < Struct.new(
3058
3091
  :ascending,
3059
3092
  :page_token)
3093
+ SENSITIVE = []
3060
3094
  include Aws::Structure
3061
3095
  end
3062
3096
 
@@ -3076,6 +3110,7 @@ module Aws::ElasticTranscoder
3076
3110
  class ListPipelinesResponse < Struct.new(
3077
3111
  :pipelines,
3078
3112
  :next_page_token)
3113
+ SENSITIVE = []
3079
3114
  include Aws::Structure
3080
3115
  end
3081
3116
 
@@ -3104,6 +3139,7 @@ module Aws::ElasticTranscoder
3104
3139
  class ListPresetsRequest < Struct.new(
3105
3140
  :ascending,
3106
3141
  :page_token)
3142
+ SENSITIVE = []
3107
3143
  include Aws::Structure
3108
3144
  end
3109
3145
 
@@ -3123,6 +3159,7 @@ module Aws::ElasticTranscoder
3123
3159
  class ListPresetsResponse < Struct.new(
3124
3160
  :presets,
3125
3161
  :next_page_token)
3162
+ SENSITIVE = []
3126
3163
  include Aws::Structure
3127
3164
  end
3128
3165
 
@@ -3168,6 +3205,7 @@ module Aws::ElasticTranscoder
3168
3205
  :completed,
3169
3206
  :warning,
3170
3207
  :error)
3208
+ SENSITIVE = []
3171
3209
  include Aws::Structure
3172
3210
  end
3173
3211
 
@@ -3226,6 +3264,7 @@ module Aws::ElasticTranscoder
3226
3264
  :grantee_type,
3227
3265
  :grantee,
3228
3266
  :access)
3267
+ SENSITIVE = []
3229
3268
  include Aws::Structure
3230
3269
  end
3231
3270
 
@@ -3421,6 +3460,7 @@ module Aws::ElasticTranscoder
3421
3460
  :notifications,
3422
3461
  :content_config,
3423
3462
  :thumbnail_config)
3463
+ SENSITIVE = []
3424
3464
  include Aws::Structure
3425
3465
  end
3426
3466
 
@@ -3494,6 +3534,7 @@ module Aws::ElasticTranscoder
3494
3534
  :bucket,
3495
3535
  :storage_class,
3496
3536
  :permissions)
3537
+ SENSITIVE = []
3497
3538
  include Aws::Structure
3498
3539
  end
3499
3540
 
@@ -3575,6 +3616,7 @@ module Aws::ElasticTranscoder
3575
3616
  :key_id,
3576
3617
  :initialization_vector,
3577
3618
  :license_acquisition_url)
3619
+ SENSITIVE = []
3578
3620
  include Aws::Structure
3579
3621
  end
3580
3622
 
@@ -3675,6 +3717,7 @@ module Aws::ElasticTranscoder
3675
3717
  :play_ready_drm,
3676
3718
  :status,
3677
3719
  :status_detail)
3720
+ SENSITIVE = []
3678
3721
  include Aws::Structure
3679
3722
  end
3680
3723
 
@@ -3738,6 +3781,7 @@ module Aws::ElasticTranscoder
3738
3781
  :video,
3739
3782
  :thumbnails,
3740
3783
  :type)
3784
+ SENSITIVE = []
3741
3785
  include Aws::Structure
3742
3786
  end
3743
3787
 
@@ -3956,6 +4000,7 @@ module Aws::ElasticTranscoder
3956
4000
  :vertical_offset,
3957
4001
  :opacity,
3958
4002
  :target)
4003
+ SENSITIVE = []
3959
4004
  include Aws::Structure
3960
4005
  end
3961
4006
 
@@ -3975,6 +4020,7 @@ module Aws::ElasticTranscoder
3975
4020
  #
3976
4021
  class ReadJobRequest < Struct.new(
3977
4022
  :id)
4023
+ SENSITIVE = []
3978
4024
  include Aws::Structure
3979
4025
  end
3980
4026
 
@@ -3987,6 +4033,7 @@ module Aws::ElasticTranscoder
3987
4033
  #
3988
4034
  class ReadJobResponse < Struct.new(
3989
4035
  :job)
4036
+ SENSITIVE = []
3990
4037
  include Aws::Structure
3991
4038
  end
3992
4039
 
@@ -4005,6 +4052,7 @@ module Aws::ElasticTranscoder
4005
4052
  #
4006
4053
  class ReadPipelineRequest < Struct.new(
4007
4054
  :id)
4055
+ SENSITIVE = []
4008
4056
  include Aws::Structure
4009
4057
  end
4010
4058
 
@@ -4027,6 +4075,7 @@ module Aws::ElasticTranscoder
4027
4075
  class ReadPipelineResponse < Struct.new(
4028
4076
  :pipeline,
4029
4077
  :warnings)
4078
+ SENSITIVE = []
4030
4079
  include Aws::Structure
4031
4080
  end
4032
4081
 
@@ -4046,6 +4095,7 @@ module Aws::ElasticTranscoder
4046
4095
  #
4047
4096
  class ReadPresetRequest < Struct.new(
4048
4097
  :id)
4098
+ SENSITIVE = []
4049
4099
  include Aws::Structure
4050
4100
  end
4051
4101
 
@@ -4058,6 +4108,7 @@ module Aws::ElasticTranscoder
4058
4108
  #
4059
4109
  class ReadPresetResponse < Struct.new(
4060
4110
  :preset)
4111
+ SENSITIVE = []
4061
4112
  include Aws::Structure
4062
4113
  end
4063
4114
 
@@ -4109,6 +4160,7 @@ module Aws::ElasticTranscoder
4109
4160
  :input_bucket,
4110
4161
  :output_bucket,
4111
4162
  :topics)
4163
+ SENSITIVE = []
4112
4164
  include Aws::Structure
4113
4165
  end
4114
4166
 
@@ -4128,6 +4180,7 @@ module Aws::ElasticTranscoder
4128
4180
  class TestRoleResponse < Struct.new(
4129
4181
  :success,
4130
4182
  :messages)
4183
+ SENSITIVE = []
4131
4184
  include Aws::Structure
4132
4185
  end
4133
4186
 
@@ -4253,6 +4306,7 @@ module Aws::ElasticTranscoder
4253
4306
  :max_height,
4254
4307
  :sizing_policy,
4255
4308
  :padding_policy)
4309
+ SENSITIVE = []
4256
4310
  include Aws::Structure
4257
4311
  end
4258
4312
 
@@ -4289,6 +4343,7 @@ module Aws::ElasticTranscoder
4289
4343
  class TimeSpan < Struct.new(
4290
4344
  :start_time,
4291
4345
  :duration)
4346
+ SENSITIVE = []
4292
4347
  include Aws::Structure
4293
4348
  end
4294
4349
 
@@ -4311,6 +4366,7 @@ module Aws::ElasticTranscoder
4311
4366
  :submit_time_millis,
4312
4367
  :start_time_millis,
4313
4368
  :finish_time_millis)
4369
+ SENSITIVE = []
4314
4370
  include Aws::Structure
4315
4371
  end
4316
4372
 
@@ -4366,6 +4422,7 @@ module Aws::ElasticTranscoder
4366
4422
  class UpdatePipelineNotificationsRequest < Struct.new(
4367
4423
  :id,
4368
4424
  :notifications)
4425
+ SENSITIVE = []
4369
4426
  include Aws::Structure
4370
4427
  end
4371
4428
 
@@ -4378,6 +4435,7 @@ module Aws::ElasticTranscoder
4378
4435
  #
4379
4436
  class UpdatePipelineNotificationsResponse < Struct.new(
4380
4437
  :pipeline)
4438
+ SENSITIVE = []
4381
4439
  include Aws::Structure
4382
4440
  end
4383
4441
 
@@ -4636,6 +4694,7 @@ module Aws::ElasticTranscoder
4636
4694
  :notifications,
4637
4695
  :content_config,
4638
4696
  :thumbnail_config)
4697
+ SENSITIVE = []
4639
4698
  include Aws::Structure
4640
4699
  end
4641
4700
 
@@ -4658,6 +4717,7 @@ module Aws::ElasticTranscoder
4658
4717
  class UpdatePipelineResponse < Struct.new(
4659
4718
  :pipeline,
4660
4719
  :warnings)
4720
+ SENSITIVE = []
4661
4721
  include Aws::Structure
4662
4722
  end
4663
4723
 
@@ -4686,6 +4746,7 @@ module Aws::ElasticTranscoder
4686
4746
  class UpdatePipelineStatusRequest < Struct.new(
4687
4747
  :id,
4688
4748
  :status)
4749
+ SENSITIVE = []
4689
4750
  include Aws::Structure
4690
4751
  end
4691
4752
 
@@ -4699,6 +4760,7 @@ module Aws::ElasticTranscoder
4699
4760
  #
4700
4761
  class UpdatePipelineStatusResponse < Struct.new(
4701
4762
  :pipeline)
4763
+ SENSITIVE = []
4702
4764
  include Aws::Structure
4703
4765
  end
4704
4766
 
@@ -5233,6 +5295,7 @@ module Aws::ElasticTranscoder
5233
5295
  :sizing_policy,
5234
5296
  :padding_policy,
5235
5297
  :watermarks)
5298
+ SENSITIVE = []
5236
5299
  include Aws::Structure
5237
5300
  end
5238
5301
 
@@ -5259,6 +5322,7 @@ module Aws::ElasticTranscoder
5259
5322
  class Warning < Struct.new(
5260
5323
  :code,
5261
5324
  :message)
5325
+ SENSITIVE = []
5262
5326
  include Aws::Structure
5263
5327
  end
5264
5328
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -8,6 +10,67 @@
8
10
  require 'aws-sdk-core/waiters'
9
11
 
10
12
  module Aws::ElasticTranscoder
13
+ # Waiters are utility methods that poll for a particular state to occur
14
+ # on a client. Waiters can fail after a number of attempts at a polling
15
+ # interval defined for the service client.
16
+ #
17
+ # For a list of operations that can be waited for and the
18
+ # client methods called for each operation, see the table below or the
19
+ # {Client#wait_until} field documentation for the {Client}.
20
+ #
21
+ # # Invoking a Waiter
22
+ # To invoke a waiter, call #wait_until on a {Client}. The first parameter
23
+ # is the waiter name, which is specific to the service client and indicates
24
+ # which operation is being waited for. The second parameter is a hash of
25
+ # parameters that are passed to the client method called by the waiter,
26
+ # which varies according to the waiter name.
27
+ #
28
+ # # Wait Failures
29
+ # To catch errors in a waiter, use WaiterFailed,
30
+ # as shown in the following example.
31
+ #
32
+ # rescue rescue Aws::Waiters::Errors::WaiterFailed => error
33
+ # puts "failed waiting for instance running: #{error.message}
34
+ # end
35
+ #
36
+ # # Configuring a Waiter
37
+ # Each waiter has a default polling interval and a maximum number of
38
+ # attempts it will make before returning control to your program.
39
+ # To set these values, use the `max_attempts` and `delay` parameters
40
+ # in your `#wait_until` call.
41
+ # The following example waits for up to 25 seconds, polling every five seconds.
42
+ #
43
+ # client.wait_until(...) do |w|
44
+ # w.max_attempts = 5
45
+ # w.delay = 5
46
+ # end
47
+ #
48
+ # To disable wait failures, set the value of either of these parameters
49
+ # to `nil`.
50
+ #
51
+ # # Extending a Waiter
52
+ # To modify the behavior of waiters, you can register callbacks that are
53
+ # triggered before each polling attempt and before waiting.
54
+ #
55
+ # The following example implements an exponential backoff in a waiter
56
+ # by doubling the amount of time to wait on every attempt.
57
+ #
58
+ # client.wait_until(...) do |w|
59
+ # w.interval = 0 # disable normal sleep
60
+ # w.before_wait do |n, resp|
61
+ # sleep(n ** 2)
62
+ # end
63
+ # end
64
+ #
65
+ # # Available Waiters
66
+ #
67
+ # The following table lists the valid waiter names, the operations they call,
68
+ # and the default `:delay` and `:max_attempts` values.
69
+ #
70
+ # | waiter_name | params | :delay | :max_attempts |
71
+ # | ------------ | ----------------- | -------- | ------------- |
72
+ # | job_complete | {Client#read_job} | 30 | 120 |
73
+ #
11
74
  module Waiters
12
75
 
13
76
  class JobComplete
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elastictranscoder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-09 00:00:00.000000000 Z
11
+ date: 2020-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  version: '0'
83
83
  requirements: []
84
84
  rubyforge_project:
85
- rubygems_version: 2.5.2.3
85
+ rubygems_version: 2.7.6.2
86
86
  signing_key:
87
87
  specification_version: 4
88
88
  summary: AWS SDK for Ruby - Amazon Elastic Transcoder