aws-sdk-mediapackage 1.29.1 → 1.30.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: 8134420722198926a80d0f19b29523f5b36d2d4ede20fbc4720a12cb8c2fceb6
4
- data.tar.gz: 73c343236d6e2ead1b45c013542d7d69ea2b2747ce9dd300c3d519489c89772a
3
+ metadata.gz: 0b25db9f5ddf2dd763e3fc603d190fed40358e3985b1d4875c2004f81f3e3ac5
4
+ data.tar.gz: bc82b6a5ed8bbc73ff2a9dc6295e0a130ef3c4a41f2c18ee264f1f0cf847635b
5
5
  SHA512:
6
- metadata.gz: a345a8ecfcde2b1f331cd1fe1918e98172179521b26426671311007ed8b5ecce9cb3b75fe2d6d7108c26219bc05ab598941871d7936a4d5616910dfbfc2c05f7
7
- data.tar.gz: 381f67bd4580dab7847a42737a35e6eea01eef5f7acaee9ff2fa3c5f96610533167e5d44cbb982eae837a5f208224793540d82f8eadcc9ec5364b09279b3766f
6
+ metadata.gz: baba65238b9ee5b305bcfc11c15d0c46acbcd993ffcf183a859ef05dca96c76dd0b72bdf9489e8d839b490f426a02e14a888db30b0d8e3593a75a4c0c1fd04da
7
+ data.tar.gz: 18d180acdf1e5c1500b74cc8119595510c94e4340d2e394a493ad07a69089146e3f5aec35e2a2c59ee96971f931fa3db3723cf839457ad2064b704c52908a944
@@ -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:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-mediapackage/customizations'
45
47
  # @service
46
48
  module Aws::MediaPackage
47
49
 
48
- GEM_VERSION = '1.29.1'
50
+ GEM_VERSION = '1.30.0'
49
51
 
50
52
  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:
@@ -1687,7 +1689,7 @@ module Aws::MediaPackage
1687
1689
  params: params,
1688
1690
  config: config)
1689
1691
  context[:gem_name] = 'aws-sdk-mediapackage'
1690
- context[:gem_version] = '1.29.1'
1692
+ context[:gem_version] = '1.30.0'
1691
1693
  Seahorse::Client::Request.new(handlers, context)
1692
1694
  end
1693
1695
 
@@ -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:
@@ -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:
@@ -34,6 +36,7 @@ module Aws::MediaPackage
34
36
  class Authorization < Struct.new(
35
37
  :cdn_identifier_secret,
36
38
  :secrets_role_arn)
39
+ SENSITIVE = []
37
40
  include Aws::Structure
38
41
  end
39
42
 
@@ -67,6 +70,7 @@ module Aws::MediaPackage
67
70
  :hls_ingest,
68
71
  :id,
69
72
  :tags)
73
+ SENSITIVE = []
70
74
  include Aws::Structure
71
75
  end
72
76
 
@@ -91,6 +95,7 @@ module Aws::MediaPackage
91
95
  :description,
92
96
  :id,
93
97
  :tags)
98
+ SENSITIVE = []
94
99
  include Aws::Structure
95
100
  end
96
101
 
@@ -110,6 +115,7 @@ module Aws::MediaPackage
110
115
  class ChannelList < Struct.new(
111
116
  :channels,
112
117
  :next_token)
118
+ SENSITIVE = []
113
119
  include Aws::Structure
114
120
  end
115
121
 
@@ -123,6 +129,7 @@ module Aws::MediaPackage
123
129
  #
124
130
  class ChannelUpdateParameters < Struct.new(
125
131
  :description)
132
+ SENSITIVE = []
126
133
  include Aws::Structure
127
134
  end
128
135
 
@@ -157,6 +164,7 @@ module Aws::MediaPackage
157
164
  class CmafEncryption < Struct.new(
158
165
  :key_rotation_interval_seconds,
159
166
  :speke_key_provider)
167
+ SENSITIVE = []
160
168
  include Aws::Structure
161
169
  end
162
170
 
@@ -192,6 +200,7 @@ module Aws::MediaPackage
192
200
  :segment_duration_seconds,
193
201
  :segment_prefix,
194
202
  :stream_selection)
203
+ SENSITIVE = []
195
204
  include Aws::Structure
196
205
  end
197
206
 
@@ -263,6 +272,7 @@ module Aws::MediaPackage
263
272
  :segment_duration_seconds,
264
273
  :segment_prefix,
265
274
  :stream_selection)
275
+ SENSITIVE = []
266
276
  include Aws::Structure
267
277
  end
268
278
 
@@ -293,6 +303,7 @@ module Aws::MediaPackage
293
303
  :description,
294
304
  :id,
295
305
  :tags)
306
+ SENSITIVE = []
296
307
  include Aws::Structure
297
308
  end
298
309
 
@@ -321,6 +332,7 @@ module Aws::MediaPackage
321
332
  :hls_ingest,
322
333
  :id,
323
334
  :tags)
335
+ SENSITIVE = []
324
336
  include Aws::Structure
325
337
  end
326
338
 
@@ -364,6 +376,7 @@ module Aws::MediaPackage
364
376
  :origin_endpoint_id,
365
377
  :s3_destination,
366
378
  :start_time)
379
+ SENSITIVE = []
367
380
  include Aws::Structure
368
381
  end
369
382
 
@@ -408,6 +421,7 @@ module Aws::MediaPackage
408
421
  :s3_destination,
409
422
  :start_time,
410
423
  :status)
424
+ SENSITIVE = []
411
425
  include Aws::Structure
412
426
  end
413
427
 
@@ -605,6 +619,7 @@ module Aws::MediaPackage
605
619
  :tags,
606
620
  :time_delay_seconds,
607
621
  :whitelist)
622
+ SENSITIVE = []
608
623
  include Aws::Structure
609
624
  end
610
625
 
@@ -682,6 +697,7 @@ module Aws::MediaPackage
682
697
  :time_delay_seconds,
683
698
  :url,
684
699
  :whitelist)
700
+ SENSITIVE = []
685
701
  include Aws::Structure
686
702
  end
687
703
 
@@ -717,6 +733,7 @@ module Aws::MediaPackage
717
733
  class DashEncryption < Struct.new(
718
734
  :key_rotation_interval_seconds,
719
735
  :speke_key_provider)
736
+ SENSITIVE = []
720
737
  include Aws::Structure
721
738
  end
722
739
 
@@ -855,6 +872,7 @@ module Aws::MediaPackage
855
872
  :segment_template_format,
856
873
  :stream_selection,
857
874
  :suggested_presentation_delay_seconds)
875
+ SENSITIVE = []
858
876
  include Aws::Structure
859
877
  end
860
878
 
@@ -872,6 +890,7 @@ module Aws::MediaPackage
872
890
  #
873
891
  class DeleteChannelRequest < Struct.new(
874
892
  :id)
893
+ SENSITIVE = []
875
894
  include Aws::Structure
876
895
  end
877
896
 
@@ -893,6 +912,7 @@ module Aws::MediaPackage
893
912
  #
894
913
  class DeleteOriginEndpointRequest < Struct.new(
895
914
  :id)
915
+ SENSITIVE = []
896
916
  include Aws::Structure
897
917
  end
898
918
 
@@ -914,6 +934,7 @@ module Aws::MediaPackage
914
934
  #
915
935
  class DescribeChannelRequest < Struct.new(
916
936
  :id)
937
+ SENSITIVE = []
917
938
  include Aws::Structure
918
939
  end
919
940
 
@@ -942,6 +963,7 @@ module Aws::MediaPackage
942
963
  :hls_ingest,
943
964
  :id,
944
965
  :tags)
966
+ SENSITIVE = []
945
967
  include Aws::Structure
946
968
  end
947
969
 
@@ -959,6 +981,7 @@ module Aws::MediaPackage
959
981
  #
960
982
  class DescribeHarvestJobRequest < Struct.new(
961
983
  :id)
984
+ SENSITIVE = []
962
985
  include Aws::Structure
963
986
  end
964
987
 
@@ -1003,6 +1026,7 @@ module Aws::MediaPackage
1003
1026
  :s3_destination,
1004
1027
  :start_time,
1005
1028
  :status)
1029
+ SENSITIVE = []
1006
1030
  include Aws::Structure
1007
1031
  end
1008
1032
 
@@ -1020,6 +1044,7 @@ module Aws::MediaPackage
1020
1044
  #
1021
1045
  class DescribeOriginEndpointRequest < Struct.new(
1022
1046
  :id)
1047
+ SENSITIVE = []
1023
1048
  include Aws::Structure
1024
1049
  end
1025
1050
 
@@ -1097,6 +1122,7 @@ module Aws::MediaPackage
1097
1122
  :time_delay_seconds,
1098
1123
  :url,
1099
1124
  :whitelist)
1125
+ SENSITIVE = []
1100
1126
  include Aws::Structure
1101
1127
  end
1102
1128
 
@@ -1107,6 +1133,7 @@ module Aws::MediaPackage
1107
1133
  #
1108
1134
  class ForbiddenException < Struct.new(
1109
1135
  :message)
1136
+ SENSITIVE = []
1110
1137
  include Aws::Structure
1111
1138
  end
1112
1139
 
@@ -1166,6 +1193,7 @@ module Aws::MediaPackage
1166
1193
  :s3_destination,
1167
1194
  :start_time,
1168
1195
  :status)
1196
+ SENSITIVE = []
1169
1197
  include Aws::Structure
1170
1198
  end
1171
1199
 
@@ -1202,6 +1230,7 @@ module Aws::MediaPackage
1202
1230
  :origin_endpoint_id,
1203
1231
  :s3_destination,
1204
1232
  :start_time)
1233
+ SENSITIVE = []
1205
1234
  include Aws::Structure
1206
1235
  end
1207
1236
 
@@ -1221,6 +1250,7 @@ module Aws::MediaPackage
1221
1250
  class HarvestJobList < Struct.new(
1222
1251
  :harvest_jobs,
1223
1252
  :next_token)
1253
+ SENSITIVE = []
1224
1254
  include Aws::Structure
1225
1255
  end
1226
1256
 
@@ -1275,6 +1305,7 @@ module Aws::MediaPackage
1275
1305
  :key_rotation_interval_seconds,
1276
1306
  :repeat_ext_x_key,
1277
1307
  :speke_key_provider)
1308
+ SENSITIVE = []
1278
1309
  include Aws::Structure
1279
1310
  end
1280
1311
 
@@ -1288,6 +1319,7 @@ module Aws::MediaPackage
1288
1319
  #
1289
1320
  class HlsIngest < Struct.new(
1290
1321
  :ingest_endpoints)
1322
+ SENSITIVE = []
1291
1323
  include Aws::Structure
1292
1324
  end
1293
1325
 
@@ -1355,6 +1387,7 @@ module Aws::MediaPackage
1355
1387
  :playlist_window_seconds,
1356
1388
  :program_date_time_interval_seconds,
1357
1389
  :url)
1390
+ SENSITIVE = []
1358
1391
  include Aws::Structure
1359
1392
  end
1360
1393
 
@@ -1454,6 +1487,7 @@ module Aws::MediaPackage
1454
1487
  :playlist_type,
1455
1488
  :playlist_window_seconds,
1456
1489
  :program_date_time_interval_seconds)
1490
+ SENSITIVE = []
1457
1491
  include Aws::Structure
1458
1492
  end
1459
1493
 
@@ -1580,6 +1614,7 @@ module Aws::MediaPackage
1580
1614
  :segment_duration_seconds,
1581
1615
  :stream_selection,
1582
1616
  :use_audio_rendition_group)
1617
+ SENSITIVE = []
1583
1618
  include Aws::Structure
1584
1619
  end
1585
1620
 
@@ -1608,6 +1643,7 @@ module Aws::MediaPackage
1608
1643
  :password,
1609
1644
  :url,
1610
1645
  :username)
1646
+ SENSITIVE = []
1611
1647
  include Aws::Structure
1612
1648
  end
1613
1649
 
@@ -1618,6 +1654,7 @@ module Aws::MediaPackage
1618
1654
  #
1619
1655
  class InternalServerErrorException < Struct.new(
1620
1656
  :message)
1657
+ SENSITIVE = []
1621
1658
  include Aws::Structure
1622
1659
  end
1623
1660
 
@@ -1640,6 +1677,7 @@ module Aws::MediaPackage
1640
1677
  class ListChannelsRequest < Struct.new(
1641
1678
  :max_results,
1642
1679
  :next_token)
1680
+ SENSITIVE = []
1643
1681
  include Aws::Structure
1644
1682
  end
1645
1683
 
@@ -1654,6 +1692,7 @@ module Aws::MediaPackage
1654
1692
  class ListChannelsResponse < Struct.new(
1655
1693
  :channels,
1656
1694
  :next_token)
1695
+ SENSITIVE = []
1657
1696
  include Aws::Structure
1658
1697
  end
1659
1698
 
@@ -1686,6 +1725,7 @@ module Aws::MediaPackage
1686
1725
  :include_status,
1687
1726
  :max_results,
1688
1727
  :next_token)
1728
+ SENSITIVE = []
1689
1729
  include Aws::Structure
1690
1730
  end
1691
1731
 
@@ -1700,6 +1740,7 @@ module Aws::MediaPackage
1700
1740
  class ListHarvestJobsResponse < Struct.new(
1701
1741
  :harvest_jobs,
1702
1742
  :next_token)
1743
+ SENSITIVE = []
1703
1744
  include Aws::Structure
1704
1745
  end
1705
1746
 
@@ -1727,6 +1768,7 @@ module Aws::MediaPackage
1727
1768
  :channel_id,
1728
1769
  :max_results,
1729
1770
  :next_token)
1771
+ SENSITIVE = []
1730
1772
  include Aws::Structure
1731
1773
  end
1732
1774
 
@@ -1741,6 +1783,7 @@ module Aws::MediaPackage
1741
1783
  class ListOriginEndpointsResponse < Struct.new(
1742
1784
  :next_token,
1743
1785
  :origin_endpoints)
1786
+ SENSITIVE = []
1744
1787
  include Aws::Structure
1745
1788
  end
1746
1789
 
@@ -1758,6 +1801,7 @@ module Aws::MediaPackage
1758
1801
  #
1759
1802
  class ListTagsForResourceRequest < Struct.new(
1760
1803
  :resource_arn)
1804
+ SENSITIVE = []
1761
1805
  include Aws::Structure
1762
1806
  end
1763
1807
 
@@ -1768,6 +1812,7 @@ module Aws::MediaPackage
1768
1812
  #
1769
1813
  class ListTagsForResourceResponse < Struct.new(
1770
1814
  :tags)
1815
+ SENSITIVE = []
1771
1816
  include Aws::Structure
1772
1817
  end
1773
1818
 
@@ -1796,6 +1841,7 @@ module Aws::MediaPackage
1796
1841
  #
1797
1842
  class MssEncryption < Struct.new(
1798
1843
  :speke_key_provider)
1844
+ SENSITIVE = []
1799
1845
  include Aws::Structure
1800
1846
  end
1801
1847
 
@@ -1846,6 +1892,7 @@ module Aws::MediaPackage
1846
1892
  :manifest_window_seconds,
1847
1893
  :segment_duration_seconds,
1848
1894
  :stream_selection)
1895
+ SENSITIVE = []
1849
1896
  include Aws::Structure
1850
1897
  end
1851
1898
 
@@ -1856,6 +1903,7 @@ module Aws::MediaPackage
1856
1903
  #
1857
1904
  class NotFoundException < Struct.new(
1858
1905
  :message)
1906
+ SENSITIVE = []
1859
1907
  include Aws::Structure
1860
1908
  end
1861
1909
 
@@ -1954,6 +2002,7 @@ module Aws::MediaPackage
1954
2002
  :time_delay_seconds,
1955
2003
  :url,
1956
2004
  :whitelist)
2005
+ SENSITIVE = []
1957
2006
  include Aws::Structure
1958
2007
  end
1959
2008
 
@@ -2045,6 +2094,7 @@ module Aws::MediaPackage
2045
2094
  :tags,
2046
2095
  :time_delay_seconds,
2047
2096
  :whitelist)
2097
+ SENSITIVE = []
2048
2098
  include Aws::Structure
2049
2099
  end
2050
2100
 
@@ -2064,6 +2114,7 @@ module Aws::MediaPackage
2064
2114
  class OriginEndpointList < Struct.new(
2065
2115
  :next_token,
2066
2116
  :origin_endpoints)
2117
+ SENSITIVE = []
2067
2118
  include Aws::Structure
2068
2119
  end
2069
2120
 
@@ -2137,6 +2188,7 @@ module Aws::MediaPackage
2137
2188
  :startover_window_seconds,
2138
2189
  :time_delay_seconds,
2139
2190
  :whitelist)
2191
+ SENSITIVE = []
2140
2192
  include Aws::Structure
2141
2193
  end
2142
2194
 
@@ -2154,6 +2206,7 @@ module Aws::MediaPackage
2154
2206
  #
2155
2207
  class RotateChannelCredentialsRequest < Struct.new(
2156
2208
  :id)
2209
+ SENSITIVE = []
2157
2210
  include Aws::Structure
2158
2211
  end
2159
2212
 
@@ -2182,6 +2235,7 @@ module Aws::MediaPackage
2182
2235
  :hls_ingest,
2183
2236
  :id,
2184
2237
  :tags)
2238
+ SENSITIVE = []
2185
2239
  include Aws::Structure
2186
2240
  end
2187
2241
 
@@ -2204,6 +2258,7 @@ module Aws::MediaPackage
2204
2258
  class RotateIngestEndpointCredentialsRequest < Struct.new(
2205
2259
  :id,
2206
2260
  :ingest_endpoint_id)
2261
+ SENSITIVE = []
2207
2262
  include Aws::Structure
2208
2263
  end
2209
2264
 
@@ -2232,6 +2287,7 @@ module Aws::MediaPackage
2232
2287
  :hls_ingest,
2233
2288
  :id,
2234
2289
  :tags)
2290
+ SENSITIVE = []
2235
2291
  include Aws::Structure
2236
2292
  end
2237
2293
 
@@ -2267,6 +2323,7 @@ module Aws::MediaPackage
2267
2323
  :bucket_name,
2268
2324
  :manifest_key,
2269
2325
  :role_arn)
2326
+ SENSITIVE = []
2270
2327
  include Aws::Structure
2271
2328
  end
2272
2329
 
@@ -2277,6 +2334,7 @@ module Aws::MediaPackage
2277
2334
  #
2278
2335
  class ServiceUnavailableException < Struct.new(
2279
2336
  :message)
2337
+ SENSITIVE = []
2280
2338
  include Aws::Structure
2281
2339
  end
2282
2340
 
@@ -2325,6 +2383,7 @@ module Aws::MediaPackage
2325
2383
  :role_arn,
2326
2384
  :system_ids,
2327
2385
  :url)
2386
+ SENSITIVE = []
2328
2387
  include Aws::Structure
2329
2388
  end
2330
2389
 
@@ -2357,6 +2416,7 @@ module Aws::MediaPackage
2357
2416
  :max_video_bits_per_second,
2358
2417
  :min_video_bits_per_second,
2359
2418
  :stream_order)
2419
+ SENSITIVE = []
2360
2420
  include Aws::Structure
2361
2421
  end
2362
2422
 
@@ -2381,6 +2441,7 @@ module Aws::MediaPackage
2381
2441
  class TagResourceRequest < Struct.new(
2382
2442
  :resource_arn,
2383
2443
  :tags)
2444
+ SENSITIVE = []
2384
2445
  include Aws::Structure
2385
2446
  end
2386
2447
 
@@ -2391,6 +2452,7 @@ module Aws::MediaPackage
2391
2452
  #
2392
2453
  class TagsModel < Struct.new(
2393
2454
  :tags)
2455
+ SENSITIVE = []
2394
2456
  include Aws::Structure
2395
2457
  end
2396
2458
 
@@ -2401,6 +2463,7 @@ module Aws::MediaPackage
2401
2463
  #
2402
2464
  class TooManyRequestsException < Struct.new(
2403
2465
  :message)
2466
+ SENSITIVE = []
2404
2467
  include Aws::Structure
2405
2468
  end
2406
2469
 
@@ -2411,6 +2474,7 @@ module Aws::MediaPackage
2411
2474
  #
2412
2475
  class UnprocessableEntityException < Struct.new(
2413
2476
  :message)
2477
+ SENSITIVE = []
2414
2478
  include Aws::Structure
2415
2479
  end
2416
2480
 
@@ -2433,6 +2497,7 @@ module Aws::MediaPackage
2433
2497
  class UntagResourceRequest < Struct.new(
2434
2498
  :resource_arn,
2435
2499
  :tag_keys)
2500
+ SENSITIVE = []
2436
2501
  include Aws::Structure
2437
2502
  end
2438
2503
 
@@ -2455,6 +2520,7 @@ module Aws::MediaPackage
2455
2520
  class UpdateChannelRequest < Struct.new(
2456
2521
  :description,
2457
2522
  :id)
2523
+ SENSITIVE = []
2458
2524
  include Aws::Structure
2459
2525
  end
2460
2526
 
@@ -2483,6 +2549,7 @@ module Aws::MediaPackage
2483
2549
  :hls_ingest,
2484
2550
  :id,
2485
2551
  :tags)
2552
+ SENSITIVE = []
2486
2553
  include Aws::Structure
2487
2554
  end
2488
2555
 
@@ -2667,6 +2734,7 @@ module Aws::MediaPackage
2667
2734
  :startover_window_seconds,
2668
2735
  :time_delay_seconds,
2669
2736
  :whitelist)
2737
+ SENSITIVE = []
2670
2738
  include Aws::Structure
2671
2739
  end
2672
2740
 
@@ -2744,6 +2812,7 @@ module Aws::MediaPackage
2744
2812
  :time_delay_seconds,
2745
2813
  :url,
2746
2814
  :whitelist)
2815
+ SENSITIVE = []
2747
2816
  include Aws::Structure
2748
2817
  end
2749
2818
 
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.29.1
4
+ version: 1.30.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-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core