aws-sdk-mediapackagevod 1.15.1 → 1.16.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: 8156ef14d4b1717f16004aaf8128d4f2d6810abc83207273c5424d422b92abee
4
- data.tar.gz: 76c8942f2991df273319c054044bfc3e21876907b6234ed639bde65ae81ac663
3
+ metadata.gz: f2d58358daa34c99d7ea216adbcdee849454e1790cf693642c3a0c868faeccdb
4
+ data.tar.gz: 5571fec783483d63e9dc2aeab6b52c0a5b467f8f8e1de87b58ee7701297eb4e0
5
5
  SHA512:
6
- metadata.gz: 1962162008a70c98f85df6e5d117a115f4d4cfadf0f549f15371676d074b431487d4e59b013d2944827568256f5c1b7ae255be7196fbfe0821e5d9f4db3a883a
7
- data.tar.gz: e39ac7a4f8bab136f5928868aebf0012c08f375036b5c1d002ad90cb749094e3145b1f0e8fa9455b2399de1b97ae4df5d75ab4bc7d61be1e59f98ad713f10fd8
6
+ metadata.gz: 8dcac021554f10be540272727a40b0f0f493ac118d760c0b4724e49c8285685bc516f6438d071cfd492a90f254657a93fc165c03fac5b868ad351a79a38e7d1b
7
+ data.tar.gz: 3a51345e7635c39bc77c2f656bac15aef4e51f118c01d693ed2420b07cce5a0159ff7c2ec6af35397bf36abd49011b5e8452c425abadfa7681b745cd452a4b28
@@ -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-mediapackagevod/customizations'
45
47
  # @service
46
48
  module Aws::MediaPackageVod
47
49
 
48
- GEM_VERSION = '1.15.1'
50
+ GEM_VERSION = '1.16.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:
@@ -1203,7 +1205,7 @@ module Aws::MediaPackageVod
1203
1205
  params: params,
1204
1206
  config: config)
1205
1207
  context[:gem_name] = 'aws-sdk-mediapackagevod'
1206
- context[:gem_version] = '1.15.1'
1208
+ context[:gem_version] = '1.16.0'
1207
1209
  Seahorse::Client::Request.new(handlers, context)
1208
1210
  end
1209
1211
 
@@ -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:
@@ -58,6 +60,7 @@ module Aws::MediaPackageVod
58
60
  :source_arn,
59
61
  :source_role_arn,
60
62
  :tags)
63
+ SENSITIVE = []
61
64
  include Aws::Structure
62
65
  end
63
66
 
@@ -96,6 +99,7 @@ module Aws::MediaPackageVod
96
99
  :source_arn,
97
100
  :source_role_arn,
98
101
  :tags)
102
+ SENSITIVE = []
99
103
  include Aws::Structure
100
104
  end
101
105
 
@@ -115,6 +119,7 @@ module Aws::MediaPackageVod
115
119
  class AssetList < Struct.new(
116
120
  :assets,
117
121
  :next_token)
122
+ SENSITIVE = []
118
123
  include Aws::Structure
119
124
  end
120
125
 
@@ -163,6 +168,7 @@ module Aws::MediaPackageVod
163
168
  :source_arn,
164
169
  :source_role_arn,
165
170
  :tags)
171
+ SENSITIVE = []
166
172
  include Aws::Structure
167
173
  end
168
174
 
@@ -191,6 +197,7 @@ module Aws::MediaPackageVod
191
197
  class Authorization < Struct.new(
192
198
  :cdn_identifier_secret,
193
199
  :secrets_role_arn)
200
+ SENSITIVE = []
194
201
  include Aws::Structure
195
202
  end
196
203
 
@@ -217,6 +224,7 @@ module Aws::MediaPackageVod
217
224
  #
218
225
  class CmafEncryption < Struct.new(
219
226
  :speke_key_provider)
227
+ SENSITIVE = []
220
228
  include Aws::Structure
221
229
  end
222
230
 
@@ -269,6 +277,7 @@ module Aws::MediaPackageVod
269
277
  :encryption,
270
278
  :hls_manifests,
271
279
  :segment_duration_seconds)
280
+ SENSITIVE = []
272
281
  include Aws::Structure
273
282
  end
274
283
 
@@ -314,6 +323,7 @@ module Aws::MediaPackageVod
314
323
  :source_arn,
315
324
  :source_role_arn,
316
325
  :tags)
326
+ SENSITIVE = []
317
327
  include Aws::Structure
318
328
  end
319
329
 
@@ -357,6 +367,7 @@ module Aws::MediaPackageVod
357
367
  :source_arn,
358
368
  :source_role_arn,
359
369
  :tags)
370
+ SENSITIVE = []
360
371
  include Aws::Structure
361
372
  end
362
373
 
@@ -504,6 +515,7 @@ module Aws::MediaPackageVod
504
515
  :mss_package,
505
516
  :packaging_group_id,
506
517
  :tags)
518
+ SENSITIVE = []
507
519
  include Aws::Structure
508
520
  end
509
521
 
@@ -548,6 +560,7 @@ module Aws::MediaPackageVod
548
560
  :mss_package,
549
561
  :packaging_group_id,
550
562
  :tags)
563
+ SENSITIVE = []
551
564
  include Aws::Structure
552
565
  end
553
566
 
@@ -582,6 +595,7 @@ module Aws::MediaPackageVod
582
595
  :authorization,
583
596
  :id,
584
597
  :tags)
598
+ SENSITIVE = []
585
599
  include Aws::Structure
586
600
  end
587
601
 
@@ -610,6 +624,7 @@ module Aws::MediaPackageVod
610
624
  :domain_name,
611
625
  :id,
612
626
  :tags)
627
+ SENSITIVE = []
613
628
  include Aws::Structure
614
629
  end
615
630
 
@@ -637,6 +652,7 @@ module Aws::MediaPackageVod
637
652
  #
638
653
  class DashEncryption < Struct.new(
639
654
  :speke_key_provider)
655
+ SENSITIVE = []
640
656
  include Aws::Structure
641
657
  end
642
658
 
@@ -691,6 +707,7 @@ module Aws::MediaPackageVod
691
707
  :min_buffer_time_seconds,
692
708
  :profile,
693
709
  :stream_selection)
710
+ SENSITIVE = []
694
711
  include Aws::Structure
695
712
  end
696
713
 
@@ -766,6 +783,7 @@ module Aws::MediaPackageVod
766
783
  :period_triggers,
767
784
  :segment_duration_seconds,
768
785
  :segment_template_format)
786
+ SENSITIVE = []
769
787
  include Aws::Structure
770
788
  end
771
789
 
@@ -783,6 +801,7 @@ module Aws::MediaPackageVod
783
801
  #
784
802
  class DeleteAssetRequest < Struct.new(
785
803
  :id)
804
+ SENSITIVE = []
786
805
  include Aws::Structure
787
806
  end
788
807
 
@@ -804,6 +823,7 @@ module Aws::MediaPackageVod
804
823
  #
805
824
  class DeletePackagingConfigurationRequest < Struct.new(
806
825
  :id)
826
+ SENSITIVE = []
807
827
  include Aws::Structure
808
828
  end
809
829
 
@@ -825,6 +845,7 @@ module Aws::MediaPackageVod
825
845
  #
826
846
  class DeletePackagingGroupRequest < Struct.new(
827
847
  :id)
848
+ SENSITIVE = []
828
849
  include Aws::Structure
829
850
  end
830
851
 
@@ -846,6 +867,7 @@ module Aws::MediaPackageVod
846
867
  #
847
868
  class DescribeAssetRequest < Struct.new(
848
869
  :id)
870
+ SENSITIVE = []
849
871
  include Aws::Structure
850
872
  end
851
873
 
@@ -889,6 +911,7 @@ module Aws::MediaPackageVod
889
911
  :source_arn,
890
912
  :source_role_arn,
891
913
  :tags)
914
+ SENSITIVE = []
892
915
  include Aws::Structure
893
916
  end
894
917
 
@@ -906,6 +929,7 @@ module Aws::MediaPackageVod
906
929
  #
907
930
  class DescribePackagingConfigurationRequest < Struct.new(
908
931
  :id)
932
+ SENSITIVE = []
909
933
  include Aws::Structure
910
934
  end
911
935
 
@@ -950,6 +974,7 @@ module Aws::MediaPackageVod
950
974
  :mss_package,
951
975
  :packaging_group_id,
952
976
  :tags)
977
+ SENSITIVE = []
953
978
  include Aws::Structure
954
979
  end
955
980
 
@@ -967,6 +992,7 @@ module Aws::MediaPackageVod
967
992
  #
968
993
  class DescribePackagingGroupRequest < Struct.new(
969
994
  :id)
995
+ SENSITIVE = []
970
996
  include Aws::Structure
971
997
  end
972
998
 
@@ -995,6 +1021,7 @@ module Aws::MediaPackageVod
995
1021
  :domain_name,
996
1022
  :id,
997
1023
  :tags)
1024
+ SENSITIVE = []
998
1025
  include Aws::Structure
999
1026
  end
1000
1027
 
@@ -1014,6 +1041,7 @@ module Aws::MediaPackageVod
1014
1041
  class EgressEndpoint < Struct.new(
1015
1042
  :packaging_configuration_id,
1016
1043
  :url)
1044
+ SENSITIVE = []
1017
1045
  include Aws::Structure
1018
1046
  end
1019
1047
 
@@ -1024,6 +1052,7 @@ module Aws::MediaPackageVod
1024
1052
  #
1025
1053
  class ForbiddenException < Struct.new(
1026
1054
  :message)
1055
+ SENSITIVE = []
1027
1056
  include Aws::Structure
1028
1057
  end
1029
1058
 
@@ -1063,6 +1092,7 @@ module Aws::MediaPackageVod
1063
1092
  :constant_initialization_vector,
1064
1093
  :encryption_method,
1065
1094
  :speke_key_provider)
1095
+ SENSITIVE = []
1066
1096
  include Aws::Structure
1067
1097
  end
1068
1098
 
@@ -1132,6 +1162,7 @@ module Aws::MediaPackageVod
1132
1162
  :program_date_time_interval_seconds,
1133
1163
  :repeat_ext_x_key,
1134
1164
  :stream_selection)
1165
+ SENSITIVE = []
1135
1166
  include Aws::Structure
1136
1167
  end
1137
1168
 
@@ -1193,6 +1224,7 @@ module Aws::MediaPackageVod
1193
1224
  :hls_manifests,
1194
1225
  :segment_duration_seconds,
1195
1226
  :use_audio_rendition_group)
1227
+ SENSITIVE = []
1196
1228
  include Aws::Structure
1197
1229
  end
1198
1230
 
@@ -1203,6 +1235,7 @@ module Aws::MediaPackageVod
1203
1235
  #
1204
1236
  class InternalServerErrorException < Struct.new(
1205
1237
  :message)
1238
+ SENSITIVE = []
1206
1239
  include Aws::Structure
1207
1240
  end
1208
1241
 
@@ -1230,6 +1263,7 @@ module Aws::MediaPackageVod
1230
1263
  :max_results,
1231
1264
  :next_token,
1232
1265
  :packaging_group_id)
1266
+ SENSITIVE = []
1233
1267
  include Aws::Structure
1234
1268
  end
1235
1269
 
@@ -1244,6 +1278,7 @@ module Aws::MediaPackageVod
1244
1278
  class ListAssetsResponse < Struct.new(
1245
1279
  :assets,
1246
1280
  :next_token)
1281
+ SENSITIVE = []
1247
1282
  include Aws::Structure
1248
1283
  end
1249
1284
 
@@ -1271,6 +1306,7 @@ module Aws::MediaPackageVod
1271
1306
  :max_results,
1272
1307
  :next_token,
1273
1308
  :packaging_group_id)
1309
+ SENSITIVE = []
1274
1310
  include Aws::Structure
1275
1311
  end
1276
1312
 
@@ -1285,6 +1321,7 @@ module Aws::MediaPackageVod
1285
1321
  class ListPackagingConfigurationsResponse < Struct.new(
1286
1322
  :next_token,
1287
1323
  :packaging_configurations)
1324
+ SENSITIVE = []
1288
1325
  include Aws::Structure
1289
1326
  end
1290
1327
 
@@ -1307,6 +1344,7 @@ module Aws::MediaPackageVod
1307
1344
  class ListPackagingGroupsRequest < Struct.new(
1308
1345
  :max_results,
1309
1346
  :next_token)
1347
+ SENSITIVE = []
1310
1348
  include Aws::Structure
1311
1349
  end
1312
1350
 
@@ -1321,6 +1359,7 @@ module Aws::MediaPackageVod
1321
1359
  class ListPackagingGroupsResponse < Struct.new(
1322
1360
  :next_token,
1323
1361
  :packaging_groups)
1362
+ SENSITIVE = []
1324
1363
  include Aws::Structure
1325
1364
  end
1326
1365
 
@@ -1338,6 +1377,7 @@ module Aws::MediaPackageVod
1338
1377
  #
1339
1378
  class ListTagsForResourceRequest < Struct.new(
1340
1379
  :resource_arn)
1380
+ SENSITIVE = []
1341
1381
  include Aws::Structure
1342
1382
  end
1343
1383
 
@@ -1348,6 +1388,7 @@ module Aws::MediaPackageVod
1348
1388
  #
1349
1389
  class ListTagsForResourceResponse < Struct.new(
1350
1390
  :tags)
1391
+ SENSITIVE = []
1351
1392
  include Aws::Structure
1352
1393
  end
1353
1394
 
@@ -1374,6 +1415,7 @@ module Aws::MediaPackageVod
1374
1415
  #
1375
1416
  class MssEncryption < Struct.new(
1376
1417
  :speke_key_provider)
1418
+ SENSITIVE = []
1377
1419
  include Aws::Structure
1378
1420
  end
1379
1421
 
@@ -1404,6 +1446,7 @@ module Aws::MediaPackageVod
1404
1446
  class MssManifest < Struct.new(
1405
1447
  :manifest_name,
1406
1448
  :stream_selection)
1449
+ SENSITIVE = []
1407
1450
  include Aws::Structure
1408
1451
  end
1409
1452
 
@@ -1451,6 +1494,7 @@ module Aws::MediaPackageVod
1451
1494
  :encryption,
1452
1495
  :mss_manifests,
1453
1496
  :segment_duration_seconds)
1497
+ SENSITIVE = []
1454
1498
  include Aws::Structure
1455
1499
  end
1456
1500
 
@@ -1461,6 +1505,7 @@ module Aws::MediaPackageVod
1461
1505
  #
1462
1506
  class NotFoundException < Struct.new(
1463
1507
  :message)
1508
+ SENSITIVE = []
1464
1509
  include Aws::Structure
1465
1510
  end
1466
1511
 
@@ -1510,6 +1555,7 @@ module Aws::MediaPackageVod
1510
1555
  :mss_package,
1511
1556
  :packaging_group_id,
1512
1557
  :tags)
1558
+ SENSITIVE = []
1513
1559
  include Aws::Structure
1514
1560
  end
1515
1561
 
@@ -1555,6 +1601,7 @@ module Aws::MediaPackageVod
1555
1601
  :mss_package,
1556
1602
  :packaging_group_id,
1557
1603
  :tags)
1604
+ SENSITIVE = []
1558
1605
  include Aws::Structure
1559
1606
  end
1560
1607
 
@@ -1574,6 +1621,7 @@ module Aws::MediaPackageVod
1574
1621
  class PackagingConfigurationList < Struct.new(
1575
1622
  :next_token,
1576
1623
  :packaging_configurations)
1624
+ SENSITIVE = []
1577
1625
  include Aws::Structure
1578
1626
  end
1579
1627
 
@@ -1607,6 +1655,7 @@ module Aws::MediaPackageVod
1607
1655
  :domain_name,
1608
1656
  :id,
1609
1657
  :tags)
1658
+ SENSITIVE = []
1610
1659
  include Aws::Structure
1611
1660
  end
1612
1661
 
@@ -1631,6 +1680,7 @@ module Aws::MediaPackageVod
1631
1680
  :authorization,
1632
1681
  :id,
1633
1682
  :tags)
1683
+ SENSITIVE = []
1634
1684
  include Aws::Structure
1635
1685
  end
1636
1686
 
@@ -1650,6 +1700,7 @@ module Aws::MediaPackageVod
1650
1700
  class PackagingGroupList < Struct.new(
1651
1701
  :next_token,
1652
1702
  :packaging_groups)
1703
+ SENSITIVE = []
1653
1704
  include Aws::Structure
1654
1705
  end
1655
1706
 
@@ -1663,6 +1714,7 @@ module Aws::MediaPackageVod
1663
1714
  #
1664
1715
  class PackagingGroupUpdateParameters < Struct.new(
1665
1716
  :authorization)
1717
+ SENSITIVE = []
1666
1718
  include Aws::Structure
1667
1719
  end
1668
1720
 
@@ -1673,6 +1725,7 @@ module Aws::MediaPackageVod
1673
1725
  #
1674
1726
  class ServiceUnavailableException < Struct.new(
1675
1727
  :message)
1728
+ SENSITIVE = []
1676
1729
  include Aws::Structure
1677
1730
  end
1678
1731
 
@@ -1707,6 +1760,7 @@ module Aws::MediaPackageVod
1707
1760
  :role_arn,
1708
1761
  :system_ids,
1709
1762
  :url)
1763
+ SENSITIVE = []
1710
1764
  include Aws::Structure
1711
1765
  end
1712
1766
 
@@ -1739,6 +1793,7 @@ module Aws::MediaPackageVod
1739
1793
  :max_video_bits_per_second,
1740
1794
  :min_video_bits_per_second,
1741
1795
  :stream_order)
1796
+ SENSITIVE = []
1742
1797
  include Aws::Structure
1743
1798
  end
1744
1799
 
@@ -1763,6 +1818,7 @@ module Aws::MediaPackageVod
1763
1818
  class TagResourceRequest < Struct.new(
1764
1819
  :resource_arn,
1765
1820
  :tags)
1821
+ SENSITIVE = []
1766
1822
  include Aws::Structure
1767
1823
  end
1768
1824
 
@@ -1774,6 +1830,7 @@ module Aws::MediaPackageVod
1774
1830
  #
1775
1831
  class TagsModel < Struct.new(
1776
1832
  :tags)
1833
+ SENSITIVE = []
1777
1834
  include Aws::Structure
1778
1835
  end
1779
1836
 
@@ -1784,6 +1841,7 @@ module Aws::MediaPackageVod
1784
1841
  #
1785
1842
  class TooManyRequestsException < Struct.new(
1786
1843
  :message)
1844
+ SENSITIVE = []
1787
1845
  include Aws::Structure
1788
1846
  end
1789
1847
 
@@ -1794,6 +1852,7 @@ module Aws::MediaPackageVod
1794
1852
  #
1795
1853
  class UnprocessableEntityException < Struct.new(
1796
1854
  :message)
1855
+ SENSITIVE = []
1797
1856
  include Aws::Structure
1798
1857
  end
1799
1858
 
@@ -1816,6 +1875,7 @@ module Aws::MediaPackageVod
1816
1875
  class UntagResourceRequest < Struct.new(
1817
1876
  :resource_arn,
1818
1877
  :tag_keys)
1878
+ SENSITIVE = []
1819
1879
  include Aws::Structure
1820
1880
  end
1821
1881
 
@@ -1842,6 +1902,7 @@ module Aws::MediaPackageVod
1842
1902
  class UpdatePackagingGroupRequest < Struct.new(
1843
1903
  :authorization,
1844
1904
  :id)
1905
+ SENSITIVE = []
1845
1906
  include Aws::Structure
1846
1907
  end
1847
1908
 
@@ -1870,6 +1931,7 @@ module Aws::MediaPackageVod
1870
1931
  :domain_name,
1871
1932
  :id,
1872
1933
  :tags)
1934
+ SENSITIVE = []
1873
1935
  include Aws::Structure
1874
1936
  end
1875
1937
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediapackagevod
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.1
4
+ version: 1.16.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