aws-sdk-mediapackage 1.45.0 → 1.49.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 66a857548f7c6f2eaf33e43bb0825ee877e7cfe508b93690bd525a72f2618fd2
4
- data.tar.gz: 3aa0db282da536155168a559c6e12d0ba10189092d2636768f52bc43c175f9c6
3
+ metadata.gz: '093c4092c692449f70894e8508bc0bfa0faf77484c824eb3e35ee2e7419d2700'
4
+ data.tar.gz: 4aa7567afcc78b67733517c4fea7c4c5fb48adf772a517719893ee3335f40c13
5
5
  SHA512:
6
- metadata.gz: e3619e1e80a05145e23c1f542f66911217c5be71f3cd1e5dd7660e3f28fc9d42041391d035eef36f5fc08df4145d99797495b51c9077010f60f23bb36b2af726
7
- data.tar.gz: 28377573e850c7ea652f181ee91aedbb12470f725cbc197e77fcd8028969ecc0dc49256bc15125e0553517cac24dc8cbdee0ce5182621f0fc93ba9bf3493cb54
6
+ metadata.gz: c27cbfaacc6574df95699df9cd4fe65bd31cad11e42fdc9699c343dd24477ea06a91b3f96808db907bfbb42d51fece0dc7671bd154d93676ba7465c4a8236b2c
7
+ data.tar.gz: 6b61f9b46eb8beef17b593d0148ce6e83b5df18ca288aa891a17483756efc5a5ee10828f9222057ab73dff8442ad90b646d99379e0e0b61e1ef98a1fa39f4039
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.0 (2021-12-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.48.0 (2021-11-30)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.47.0 (2021-11-04)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.46.0 (2021-10-20)
20
+ ------------------
21
+
22
+ * Feature - When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
23
+
4
24
  1.45.0 (2021-10-18)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.49.0
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/defaults_mode.rb'
30
31
  require 'aws-sdk-core/plugins/signature_v4.rb'
31
32
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
32
33
 
@@ -73,6 +74,7 @@ module Aws::MediaPackage
73
74
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
74
75
  add_plugin(Aws::Plugins::TransferEncoding)
75
76
  add_plugin(Aws::Plugins::HttpChecksum)
77
+ add_plugin(Aws::Plugins::DefaultsMode)
76
78
  add_plugin(Aws::Plugins::SignatureV4)
77
79
  add_plugin(Aws::Plugins::Protocols::RestJson)
78
80
 
@@ -119,7 +121,9 @@ module Aws::MediaPackage
119
121
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
122
  # are very aggressive. Construct and pass an instance of
121
123
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
124
+ # enable retries and extended timeouts. Instance profile credential
125
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
126
+ # to true.
123
127
  #
124
128
  # @option options [required, String] :region
125
129
  # The AWS region to connect to. The configured `:region` is
@@ -173,6 +177,10 @@ module Aws::MediaPackage
173
177
  # Used only in `standard` and adaptive retry modes. Specifies whether to apply
174
178
  # a clock skew correction and retry requests with skewed client clocks.
175
179
  #
180
+ # @option options [String] :defaults_mode ("legacy")
181
+ # See {Aws::DefaultsModeConfiguration} for a list of the
182
+ # accepted modes and the configuration defaults that are included.
183
+ #
176
184
  # @option options [Boolean] :disable_host_prefix_injection (false)
177
185
  # Set to true to disable SDK automatically adding host prefix
178
186
  # to default service endpoint when available.
@@ -275,6 +283,15 @@ module Aws::MediaPackage
275
283
  # ** Please note ** When response stubbing is enabled, no HTTP
276
284
  # requests are made, and retries are disabled.
277
285
  #
286
+ # @option options [Boolean] :use_dualstack_endpoint
287
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
288
+ # will be used if available.
289
+ #
290
+ # @option options [Boolean] :use_fips_endpoint
291
+ # When set to `true`, fips compatible endpoints will be used if available.
292
+ # When a `fips` region is used, the region is normalized and this config
293
+ # is set to `true`.
294
+ #
278
295
  # @option options [Boolean] :validate_params (true)
279
296
  # When `true`, request parameters are validated before
280
297
  # sending the request.
@@ -286,7 +303,7 @@ module Aws::MediaPackage
286
303
  # seconds to wait when opening a HTTP session before raising a
287
304
  # `Timeout::Error`.
288
305
  #
289
- # @option options [Integer] :http_read_timeout (60) The default
306
+ # @option options [Float] :http_read_timeout (60) The default
290
307
  # number of seconds to wait for response data. This value can
291
308
  # safely be set per-request on the session.
292
309
  #
@@ -302,6 +319,9 @@ module Aws::MediaPackage
302
319
  # disables this behaviour. This value can safely be set per
303
320
  # request on the session.
304
321
  #
322
+ # @option options [Float] :ssl_timeout (nil) Sets the SSL timeout
323
+ # in seconds.
324
+ #
305
325
  # @option options [Boolean] :http_wire_trace (false) When `true`,
306
326
  # HTTP debug output will be sent to the `:logger`.
307
327
  #
@@ -655,6 +675,7 @@ module Aws::MediaPackage
655
675
  # url: "__string", # required
656
676
  # },
657
677
  # },
678
+ # include_dvb_subtitles: false,
658
679
  # include_iframe_only_stream: false,
659
680
  # playlist_type: "NONE", # accepts NONE, EVENT, VOD
660
681
  # playlist_window_seconds: 1,
@@ -774,6 +795,7 @@ module Aws::MediaPackage
774
795
  # resp.hls_package.encryption.speke_key_provider.system_ids #=> Array
775
796
  # resp.hls_package.encryption.speke_key_provider.system_ids[0] #=> String
776
797
  # resp.hls_package.encryption.speke_key_provider.url #=> String
798
+ # resp.hls_package.include_dvb_subtitles #=> Boolean
777
799
  # resp.hls_package.include_iframe_only_stream #=> Boolean
778
800
  # resp.hls_package.playlist_type #=> String, one of "NONE", "EVENT", "VOD"
779
801
  # resp.hls_package.playlist_window_seconds #=> Integer
@@ -1050,6 +1072,7 @@ module Aws::MediaPackage
1050
1072
  # resp.hls_package.encryption.speke_key_provider.system_ids #=> Array
1051
1073
  # resp.hls_package.encryption.speke_key_provider.system_ids[0] #=> String
1052
1074
  # resp.hls_package.encryption.speke_key_provider.url #=> String
1075
+ # resp.hls_package.include_dvb_subtitles #=> Boolean
1053
1076
  # resp.hls_package.include_iframe_only_stream #=> Boolean
1054
1077
  # resp.hls_package.playlist_type #=> String, one of "NONE", "EVENT", "VOD"
1055
1078
  # resp.hls_package.playlist_window_seconds #=> Integer
@@ -1288,6 +1311,7 @@ module Aws::MediaPackage
1288
1311
  # resp.origin_endpoints[0].hls_package.encryption.speke_key_provider.system_ids #=> Array
1289
1312
  # resp.origin_endpoints[0].hls_package.encryption.speke_key_provider.system_ids[0] #=> String
1290
1313
  # resp.origin_endpoints[0].hls_package.encryption.speke_key_provider.url #=> String
1314
+ # resp.origin_endpoints[0].hls_package.include_dvb_subtitles #=> Boolean
1291
1315
  # resp.origin_endpoints[0].hls_package.include_iframe_only_stream #=> Boolean
1292
1316
  # resp.origin_endpoints[0].hls_package.playlist_type #=> String, one of "NONE", "EVENT", "VOD"
1293
1317
  # resp.origin_endpoints[0].hls_package.playlist_window_seconds #=> Integer
@@ -1693,6 +1717,7 @@ module Aws::MediaPackage
1693
1717
  # url: "__string", # required
1694
1718
  # },
1695
1719
  # },
1720
+ # include_dvb_subtitles: false,
1696
1721
  # include_iframe_only_stream: false,
1697
1722
  # playlist_type: "NONE", # accepts NONE, EVENT, VOD
1698
1723
  # playlist_window_seconds: 1,
@@ -1809,6 +1834,7 @@ module Aws::MediaPackage
1809
1834
  # resp.hls_package.encryption.speke_key_provider.system_ids #=> Array
1810
1835
  # resp.hls_package.encryption.speke_key_provider.system_ids[0] #=> String
1811
1836
  # resp.hls_package.encryption.speke_key_provider.url #=> String
1837
+ # resp.hls_package.include_dvb_subtitles #=> Boolean
1812
1838
  # resp.hls_package.include_iframe_only_stream #=> Boolean
1813
1839
  # resp.hls_package.playlist_type #=> String, one of "NONE", "EVENT", "VOD"
1814
1840
  # resp.hls_package.playlist_window_seconds #=> Integer
@@ -1864,7 +1890,7 @@ module Aws::MediaPackage
1864
1890
  params: params,
1865
1891
  config: config)
1866
1892
  context[:gem_name] = 'aws-sdk-mediapackage'
1867
- context[:gem_version] = '1.45.0'
1893
+ context[:gem_version] = '1.49.0'
1868
1894
  Seahorse::Client::Request.new(handlers, context)
1869
1895
  end
1870
1896
 
@@ -396,6 +396,7 @@ module Aws::MediaPackage
396
396
  HlsPackage.add_member(:ad_triggers, Shapes::ShapeRef.new(shape: AdTriggers, location_name: "adTriggers"))
397
397
  HlsPackage.add_member(:ads_on_delivery_restrictions, Shapes::ShapeRef.new(shape: AdsOnDeliveryRestrictions, location_name: "adsOnDeliveryRestrictions"))
398
398
  HlsPackage.add_member(:encryption, Shapes::ShapeRef.new(shape: HlsEncryption, location_name: "encryption"))
399
+ HlsPackage.add_member(:include_dvb_subtitles, Shapes::ShapeRef.new(shape: __boolean, location_name: "includeDvbSubtitles"))
399
400
  HlsPackage.add_member(:include_iframe_only_stream, Shapes::ShapeRef.new(shape: __boolean, location_name: "includeIframeOnlyStream"))
400
401
  HlsPackage.add_member(:playlist_type, Shapes::ShapeRef.new(shape: PlaylistType, location_name: "playlistType"))
401
402
  HlsPackage.add_member(:playlist_window_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "playlistWindowSeconds"))
@@ -657,6 +657,7 @@ module Aws::MediaPackage
657
657
  # url: "__string", # required
658
658
  # },
659
659
  # },
660
+ # include_dvb_subtitles: false,
660
661
  # include_iframe_only_stream: false,
661
662
  # playlist_type: "NONE", # accepts NONE, EVENT, VOD
662
663
  # playlist_window_seconds: 1,
@@ -1765,6 +1766,7 @@ module Aws::MediaPackage
1765
1766
  # url: "__string", # required
1766
1767
  # },
1767
1768
  # },
1769
+ # include_dvb_subtitles: false,
1768
1770
  # include_iframe_only_stream: false,
1769
1771
  # playlist_type: "NONE", # accepts NONE, EVENT, VOD
1770
1772
  # playlist_window_seconds: 1,
@@ -1815,6 +1817,11 @@ module Aws::MediaPackage
1815
1817
  # An HTTP Live Streaming (HLS) encryption configuration.
1816
1818
  # @return [Types::HlsEncryption]
1817
1819
  #
1820
+ # @!attribute [rw] include_dvb_subtitles
1821
+ # When enabled, MediaPackage passes through digital video broadcasting
1822
+ # (DVB) subtitles into the output.
1823
+ # @return [Boolean]
1824
+ #
1818
1825
  # @!attribute [rw] include_iframe_only_stream
1819
1826
  # When enabled, an I-Frame only stream will be included in the output.
1820
1827
  # @return [Boolean]
@@ -1862,6 +1869,7 @@ module Aws::MediaPackage
1862
1869
  :ad_triggers,
1863
1870
  :ads_on_delivery_restrictions,
1864
1871
  :encryption,
1872
+ :include_dvb_subtitles,
1865
1873
  :include_iframe_only_stream,
1866
1874
  :playlist_type,
1867
1875
  :playlist_window_seconds,
@@ -2986,6 +2994,7 @@ module Aws::MediaPackage
2986
2994
  # url: "__string", # required
2987
2995
  # },
2988
2996
  # },
2997
+ # include_dvb_subtitles: false,
2989
2998
  # include_iframe_only_stream: false,
2990
2999
  # playlist_type: "NONE", # accepts NONE, EVENT, VOD
2991
3000
  # playlist_window_seconds: 1,
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-mediapackage/customizations'
48
48
  # @!group service
49
49
  module Aws::MediaPackage
50
50
 
51
- GEM_VERSION = '1.45.0'
51
+ GEM_VERSION = '1.49.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediapackage
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.45.0
4
+ version: 1.49.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: 2021-10-18 00:00:00.000000000 Z
11
+ date: 2021-12-21 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.121.2
22
+ version: 3.125.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.121.2
32
+ version: 3.125.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement