aws-sdk-mediaconnect 1.23.1 → 1.24.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: dd22bd2b8de4a5fd115d31c02f25de075dd9e6871fdd34acd5455abdbf6a151b
4
- data.tar.gz: 6d6e12467afbfcb3692209bb3b6de64ff3659a3d63e4d502396d751ed96ec596
3
+ metadata.gz: 1b1e91334a4312c16bbb12b28c1cd615d1aa490949dda4a0ad28edba79cd0989
4
+ data.tar.gz: a5ea55840e83998f6187cbd7bfbe07c70029168be36ba51ccf80dc8a8423d3fa
5
5
  SHA512:
6
- metadata.gz: 2d0f1394e1db7c40446bf0ef4eea69c5816070b1203acdf3d1ef36680143a7dbbefbf433ef045c7cddb2b15c4c1557170288048cc980bf66d296c379cc9b9a0e
7
- data.tar.gz: dcfc07af5a56153b1d9109465760359daddf49200e070908e622d9f74acf5afb9e9a0138fd19d48b84313e3970e739e97e7715d06cd176c490fe1dfd9342257d
6
+ metadata.gz: 6ae90e9f3cedf07a53920c0f53b6da0b4281a020d5825fa245138939f9c8281b9d2c6126a91360b7a9528cf63b55017bdb68511ab6252e971313beb03c5fdb31
7
+ data.tar.gz: d12e8f150795bfb567fb640f6c87335c294745778a4d52b8a125edca22d8a5e0bbe01af9925352e12b770a05f85ad4a99cbb96ec9aa65849f5ce06c74e5adabc
@@ -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-mediaconnect/customizations'
45
47
  # @service
46
48
  module Aws::MediaConnect
47
49
 
48
- GEM_VERSION = '1.23.1'
50
+ GEM_VERSION = '1.24.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:
@@ -1864,7 +1866,7 @@ module Aws::MediaConnect
1864
1866
  params: params,
1865
1867
  config: config)
1866
1868
  context[:gem_name] = 'aws-sdk-mediaconnect'
1867
- context[:gem_version] = '1.23.1'
1869
+ context[:gem_version] = '1.24.0'
1868
1870
  Seahorse::Client::Request.new(handlers, context)
1869
1871
  end
1870
1872
 
@@ -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:
@@ -19,6 +21,7 @@ module Aws::MediaConnect
19
21
  #
20
22
  class AddFlowOutputs420Exception < Struct.new(
21
23
  :message)
24
+ SENSITIVE = []
22
25
  include Aws::Structure
23
26
  end
24
27
 
@@ -72,6 +75,7 @@ module Aws::MediaConnect
72
75
  class AddFlowOutputsRequest < Struct.new(
73
76
  :flow_arn,
74
77
  :outputs)
78
+ SENSITIVE = []
75
79
  include Aws::Structure
76
80
  end
77
81
 
@@ -91,6 +95,7 @@ module Aws::MediaConnect
91
95
  class AddFlowOutputsResponse < Struct.new(
92
96
  :flow_arn,
93
97
  :outputs)
98
+ SENSITIVE = []
94
99
  include Aws::Structure
95
100
  end
96
101
 
@@ -140,6 +145,7 @@ module Aws::MediaConnect
140
145
  class AddFlowSourcesRequest < Struct.new(
141
146
  :flow_arn,
142
147
  :sources)
148
+ SENSITIVE = []
143
149
  include Aws::Structure
144
150
  end
145
151
 
@@ -159,6 +165,7 @@ module Aws::MediaConnect
159
165
  class AddFlowSourcesResponse < Struct.new(
160
166
  :flow_arn,
161
167
  :sources)
168
+ SENSITIVE = []
162
169
  include Aws::Structure
163
170
  end
164
171
 
@@ -191,6 +198,7 @@ module Aws::MediaConnect
191
198
  class AddFlowVpcInterfacesRequest < Struct.new(
192
199
  :flow_arn,
193
200
  :vpc_interfaces)
201
+ SENSITIVE = []
194
202
  include Aws::Structure
195
203
  end
196
204
 
@@ -210,6 +218,7 @@ module Aws::MediaConnect
210
218
  class AddFlowVpcInterfacesResponse < Struct.new(
211
219
  :flow_arn,
212
220
  :vpc_interfaces)
221
+ SENSITIVE = []
213
222
  include Aws::Structure
214
223
  end
215
224
 
@@ -317,6 +326,7 @@ module Aws::MediaConnect
317
326
  :smoothing_latency,
318
327
  :stream_id,
319
328
  :vpc_interface_attachment)
329
+ SENSITIVE = []
320
330
  include Aws::Structure
321
331
  end
322
332
 
@@ -331,6 +341,7 @@ module Aws::MediaConnect
331
341
  #
332
342
  class BadRequestException < Struct.new(
333
343
  :message)
344
+ SENSITIVE = []
334
345
  include Aws::Structure
335
346
  end
336
347
 
@@ -345,6 +356,7 @@ module Aws::MediaConnect
345
356
  #
346
357
  class CreateFlow420Exception < Struct.new(
347
358
  :message)
359
+ SENSITIVE = []
348
360
  include Aws::Structure
349
361
  end
350
362
 
@@ -510,6 +522,7 @@ module Aws::MediaConnect
510
522
  :source_failover_config,
511
523
  :sources,
512
524
  :vpc_interfaces)
525
+ SENSITIVE = []
513
526
  include Aws::Structure
514
527
  end
515
528
 
@@ -524,6 +537,7 @@ module Aws::MediaConnect
524
537
  #
525
538
  class CreateFlowResponse < Struct.new(
526
539
  :flow)
540
+ SENSITIVE = []
527
541
  include Aws::Structure
528
542
  end
529
543
 
@@ -541,6 +555,7 @@ module Aws::MediaConnect
541
555
  #
542
556
  class DeleteFlowRequest < Struct.new(
543
557
  :flow_arn)
558
+ SENSITIVE = []
544
559
  include Aws::Structure
545
560
  end
546
561
 
@@ -559,6 +574,7 @@ module Aws::MediaConnect
559
574
  class DeleteFlowResponse < Struct.new(
560
575
  :flow_arn,
561
576
  :status)
577
+ SENSITIVE = []
562
578
  include Aws::Structure
563
579
  end
564
580
 
@@ -576,6 +592,7 @@ module Aws::MediaConnect
576
592
  #
577
593
  class DescribeFlowRequest < Struct.new(
578
594
  :flow_arn)
595
+ SENSITIVE = []
579
596
  include Aws::Structure
580
597
  end
581
598
 
@@ -595,6 +612,7 @@ module Aws::MediaConnect
595
612
  class DescribeFlowResponse < Struct.new(
596
613
  :flow,
597
614
  :messages)
615
+ SENSITIVE = []
598
616
  include Aws::Structure
599
617
  end
600
618
 
@@ -680,6 +698,7 @@ module Aws::MediaConnect
680
698
  :role_arn,
681
699
  :secret_arn,
682
700
  :url)
701
+ SENSITIVE = []
683
702
  include Aws::Structure
684
703
  end
685
704
 
@@ -722,6 +741,7 @@ module Aws::MediaConnect
722
741
  :entitlement_arn,
723
742
  :name,
724
743
  :subscribers)
744
+ SENSITIVE = []
725
745
  include Aws::Structure
726
746
  end
727
747
 
@@ -747,6 +767,7 @@ module Aws::MediaConnect
747
767
  class FailoverConfig < Struct.new(
748
768
  :recovery_window,
749
769
  :state)
770
+ SENSITIVE = []
750
771
  include Aws::Structure
751
772
  end
752
773
 
@@ -819,6 +840,7 @@ module Aws::MediaConnect
819
840
  :sources,
820
841
  :status,
821
842
  :vpc_interfaces)
843
+ SENSITIVE = []
822
844
  include Aws::Structure
823
845
  end
824
846
 
@@ -833,6 +855,7 @@ module Aws::MediaConnect
833
855
  #
834
856
  class ForbiddenException < Struct.new(
835
857
  :message)
858
+ SENSITIVE = []
836
859
  include Aws::Structure
837
860
  end
838
861
 
@@ -894,6 +917,7 @@ module Aws::MediaConnect
894
917
  :encryption,
895
918
  :name,
896
919
  :subscribers)
920
+ SENSITIVE = []
897
921
  include Aws::Structure
898
922
  end
899
923
 
@@ -908,6 +932,7 @@ module Aws::MediaConnect
908
932
  #
909
933
  class GrantFlowEntitlements420Exception < Struct.new(
910
934
  :message)
935
+ SENSITIVE = []
911
936
  include Aws::Structure
912
937
  end
913
938
 
@@ -951,6 +976,7 @@ module Aws::MediaConnect
951
976
  class GrantFlowEntitlementsRequest < Struct.new(
952
977
  :entitlements,
953
978
  :flow_arn)
979
+ SENSITIVE = []
954
980
  include Aws::Structure
955
981
  end
956
982
 
@@ -969,6 +995,7 @@ module Aws::MediaConnect
969
995
  class GrantFlowEntitlementsResponse < Struct.new(
970
996
  :entitlements,
971
997
  :flow_arn)
998
+ SENSITIVE = []
972
999
  include Aws::Structure
973
1000
  end
974
1001
 
@@ -983,6 +1010,7 @@ module Aws::MediaConnect
983
1010
  #
984
1011
  class InternalServerErrorException < Struct.new(
985
1012
  :message)
1013
+ SENSITIVE = []
986
1014
  include Aws::Structure
987
1015
  end
988
1016
 
@@ -1005,6 +1033,7 @@ module Aws::MediaConnect
1005
1033
  class ListEntitlementsRequest < Struct.new(
1006
1034
  :max_results,
1007
1035
  :next_token)
1036
+ SENSITIVE = []
1008
1037
  include Aws::Structure
1009
1038
  end
1010
1039
 
@@ -1031,6 +1060,7 @@ module Aws::MediaConnect
1031
1060
  class ListEntitlementsResponse < Struct.new(
1032
1061
  :entitlements,
1033
1062
  :next_token)
1063
+ SENSITIVE = []
1034
1064
  include Aws::Structure
1035
1065
  end
1036
1066
 
@@ -1053,6 +1083,7 @@ module Aws::MediaConnect
1053
1083
  class ListFlowsRequest < Struct.new(
1054
1084
  :max_results,
1055
1085
  :next_token)
1086
+ SENSITIVE = []
1056
1087
  include Aws::Structure
1057
1088
  end
1058
1089
 
@@ -1077,6 +1108,7 @@ module Aws::MediaConnect
1077
1108
  class ListFlowsResponse < Struct.new(
1078
1109
  :flows,
1079
1110
  :next_token)
1111
+ SENSITIVE = []
1080
1112
  include Aws::Structure
1081
1113
  end
1082
1114
 
@@ -1094,6 +1126,7 @@ module Aws::MediaConnect
1094
1126
  #
1095
1127
  class ListTagsForResourceRequest < Struct.new(
1096
1128
  :resource_arn)
1129
+ SENSITIVE = []
1097
1130
  include Aws::Structure
1098
1131
  end
1099
1132
 
@@ -1109,6 +1142,7 @@ module Aws::MediaConnect
1109
1142
  #
1110
1143
  class ListTagsForResourceResponse < Struct.new(
1111
1144
  :tags)
1145
+ SENSITIVE = []
1112
1146
  include Aws::Structure
1113
1147
  end
1114
1148
 
@@ -1133,6 +1167,7 @@ module Aws::MediaConnect
1133
1167
  :data_transfer_subscriber_fee_percent,
1134
1168
  :entitlement_arn,
1135
1169
  :entitlement_name)
1170
+ SENSITIVE = []
1136
1171
  include Aws::Structure
1137
1172
  end
1138
1173
 
@@ -1175,6 +1210,7 @@ module Aws::MediaConnect
1175
1210
  :name,
1176
1211
  :source_type,
1177
1212
  :status)
1213
+ SENSITIVE = []
1178
1214
  include Aws::Structure
1179
1215
  end
1180
1216
 
@@ -1189,6 +1225,7 @@ module Aws::MediaConnect
1189
1225
  #
1190
1226
  class Messages < Struct.new(
1191
1227
  :errors)
1228
+ SENSITIVE = []
1192
1229
  include Aws::Structure
1193
1230
  end
1194
1231
 
@@ -1203,6 +1240,7 @@ module Aws::MediaConnect
1203
1240
  #
1204
1241
  class NotFoundException < Struct.new(
1205
1242
  :message)
1243
+ SENSITIVE = []
1206
1244
  include Aws::Structure
1207
1245
  end
1208
1246
 
@@ -1273,6 +1311,7 @@ module Aws::MediaConnect
1273
1311
  :port,
1274
1312
  :transport,
1275
1313
  :vpc_interface_attachment)
1314
+ SENSITIVE = []
1276
1315
  include Aws::Structure
1277
1316
  end
1278
1317
 
@@ -1295,6 +1334,7 @@ module Aws::MediaConnect
1295
1334
  class RemoveFlowOutputRequest < Struct.new(
1296
1335
  :flow_arn,
1297
1336
  :output_arn)
1337
+ SENSITIVE = []
1298
1338
  include Aws::Structure
1299
1339
  end
1300
1340
 
@@ -1314,6 +1354,7 @@ module Aws::MediaConnect
1314
1354
  class RemoveFlowOutputResponse < Struct.new(
1315
1355
  :flow_arn,
1316
1356
  :output_arn)
1357
+ SENSITIVE = []
1317
1358
  include Aws::Structure
1318
1359
  end
1319
1360
 
@@ -1336,6 +1377,7 @@ module Aws::MediaConnect
1336
1377
  class RemoveFlowSourceRequest < Struct.new(
1337
1378
  :flow_arn,
1338
1379
  :source_arn)
1380
+ SENSITIVE = []
1339
1381
  include Aws::Structure
1340
1382
  end
1341
1383
 
@@ -1355,6 +1397,7 @@ module Aws::MediaConnect
1355
1397
  class RemoveFlowSourceResponse < Struct.new(
1356
1398
  :flow_arn,
1357
1399
  :source_arn)
1400
+ SENSITIVE = []
1358
1401
  include Aws::Structure
1359
1402
  end
1360
1403
 
@@ -1377,6 +1420,7 @@ module Aws::MediaConnect
1377
1420
  class RemoveFlowVpcInterfaceRequest < Struct.new(
1378
1421
  :flow_arn,
1379
1422
  :vpc_interface_name)
1423
+ SENSITIVE = []
1380
1424
  include Aws::Structure
1381
1425
  end
1382
1426
 
@@ -1403,6 +1447,7 @@ module Aws::MediaConnect
1403
1447
  :flow_arn,
1404
1448
  :non_deleted_network_interface_ids,
1405
1449
  :vpc_interface_name)
1450
+ SENSITIVE = []
1406
1451
  include Aws::Structure
1407
1452
  end
1408
1453
 
@@ -1418,6 +1463,7 @@ module Aws::MediaConnect
1418
1463
  #
1419
1464
  class ResponseError < Struct.new(
1420
1465
  :message)
1466
+ SENSITIVE = []
1421
1467
  include Aws::Structure
1422
1468
  end
1423
1469
 
@@ -1440,6 +1486,7 @@ module Aws::MediaConnect
1440
1486
  class RevokeFlowEntitlementRequest < Struct.new(
1441
1487
  :entitlement_arn,
1442
1488
  :flow_arn)
1489
+ SENSITIVE = []
1443
1490
  include Aws::Structure
1444
1491
  end
1445
1492
 
@@ -1460,6 +1507,7 @@ module Aws::MediaConnect
1460
1507
  class RevokeFlowEntitlementResponse < Struct.new(
1461
1508
  :entitlement_arn,
1462
1509
  :flow_arn)
1510
+ SENSITIVE = []
1463
1511
  include Aws::Structure
1464
1512
  end
1465
1513
 
@@ -1474,6 +1522,7 @@ module Aws::MediaConnect
1474
1522
  #
1475
1523
  class ServiceUnavailableException < Struct.new(
1476
1524
  :message)
1525
+ SENSITIVE = []
1477
1526
  include Aws::Structure
1478
1527
  end
1479
1528
 
@@ -1573,6 +1622,7 @@ module Aws::MediaConnect
1573
1622
  :stream_id,
1574
1623
  :vpc_interface_name,
1575
1624
  :whitelist_cidr)
1625
+ SENSITIVE = []
1576
1626
  include Aws::Structure
1577
1627
  end
1578
1628
 
@@ -1647,6 +1697,7 @@ module Aws::MediaConnect
1647
1697
  :transport,
1648
1698
  :vpc_interface_name,
1649
1699
  :whitelist_cidr)
1700
+ SENSITIVE = []
1650
1701
  include Aws::Structure
1651
1702
  end
1652
1703
 
@@ -1664,6 +1715,7 @@ module Aws::MediaConnect
1664
1715
  #
1665
1716
  class StartFlowRequest < Struct.new(
1666
1717
  :flow_arn)
1718
+ SENSITIVE = []
1667
1719
  include Aws::Structure
1668
1720
  end
1669
1721
 
@@ -1682,6 +1734,7 @@ module Aws::MediaConnect
1682
1734
  class StartFlowResponse < Struct.new(
1683
1735
  :flow_arn,
1684
1736
  :status)
1737
+ SENSITIVE = []
1685
1738
  include Aws::Structure
1686
1739
  end
1687
1740
 
@@ -1699,6 +1752,7 @@ module Aws::MediaConnect
1699
1752
  #
1700
1753
  class StopFlowRequest < Struct.new(
1701
1754
  :flow_arn)
1755
+ SENSITIVE = []
1702
1756
  include Aws::Structure
1703
1757
  end
1704
1758
 
@@ -1717,6 +1771,7 @@ module Aws::MediaConnect
1717
1771
  class StopFlowResponse < Struct.new(
1718
1772
  :flow_arn,
1719
1773
  :status)
1774
+ SENSITIVE = []
1720
1775
  include Aws::Structure
1721
1776
  end
1722
1777
 
@@ -1748,6 +1803,7 @@ module Aws::MediaConnect
1748
1803
  class TagResourceRequest < Struct.new(
1749
1804
  :resource_arn,
1750
1805
  :tags)
1806
+ SENSITIVE = []
1751
1807
  include Aws::Structure
1752
1808
  end
1753
1809
 
@@ -1762,6 +1818,7 @@ module Aws::MediaConnect
1762
1818
  #
1763
1819
  class TooManyRequestsException < Struct.new(
1764
1820
  :message)
1821
+ SENSITIVE = []
1765
1822
  include Aws::Structure
1766
1823
  end
1767
1824
 
@@ -1812,6 +1869,7 @@ module Aws::MediaConnect
1812
1869
  :remote_id,
1813
1870
  :smoothing_latency,
1814
1871
  :stream_id)
1872
+ SENSITIVE = []
1815
1873
  include Aws::Structure
1816
1874
  end
1817
1875
 
@@ -1834,6 +1892,7 @@ module Aws::MediaConnect
1834
1892
  class UntagResourceRequest < Struct.new(
1835
1893
  :resource_arn,
1836
1894
  :tag_keys)
1895
+ SENSITIVE = []
1837
1896
  include Aws::Structure
1838
1897
  end
1839
1898
 
@@ -1919,6 +1978,7 @@ module Aws::MediaConnect
1919
1978
  :role_arn,
1920
1979
  :secret_arn,
1921
1980
  :url)
1981
+ SENSITIVE = []
1922
1982
  include Aws::Structure
1923
1983
  end
1924
1984
 
@@ -1944,6 +2004,7 @@ module Aws::MediaConnect
1944
2004
  class UpdateFailoverConfig < Struct.new(
1945
2005
  :recovery_window,
1946
2006
  :state)
2007
+ SENSITIVE = []
1947
2008
  include Aws::Structure
1948
2009
  end
1949
2010
 
@@ -2001,6 +2062,7 @@ module Aws::MediaConnect
2001
2062
  :entitlement_arn,
2002
2063
  :flow_arn,
2003
2064
  :subscribers)
2065
+ SENSITIVE = []
2004
2066
  include Aws::Structure
2005
2067
  end
2006
2068
 
@@ -2021,6 +2083,7 @@ module Aws::MediaConnect
2021
2083
  class UpdateFlowEntitlementResponse < Struct.new(
2022
2084
  :entitlement,
2023
2085
  :flow_arn)
2086
+ SENSITIVE = []
2024
2087
  include Aws::Structure
2025
2088
  end
2026
2089
 
@@ -2132,6 +2195,7 @@ module Aws::MediaConnect
2132
2195
  :smoothing_latency,
2133
2196
  :stream_id,
2134
2197
  :vpc_interface_attachment)
2198
+ SENSITIVE = []
2135
2199
  include Aws::Structure
2136
2200
  end
2137
2201
 
@@ -2151,6 +2215,7 @@ module Aws::MediaConnect
2151
2215
  class UpdateFlowOutputResponse < Struct.new(
2152
2216
  :flow_arn,
2153
2217
  :output)
2218
+ SENSITIVE = []
2154
2219
  include Aws::Structure
2155
2220
  end
2156
2221
 
@@ -2179,6 +2244,7 @@ module Aws::MediaConnect
2179
2244
  class UpdateFlowRequest < Struct.new(
2180
2245
  :flow_arn,
2181
2246
  :source_failover_config)
2247
+ SENSITIVE = []
2182
2248
  include Aws::Structure
2183
2249
  end
2184
2250
 
@@ -2193,6 +2259,7 @@ module Aws::MediaConnect
2193
2259
  #
2194
2260
  class UpdateFlowResponse < Struct.new(
2195
2261
  :flow)
2262
+ SENSITIVE = []
2196
2263
  include Aws::Structure
2197
2264
  end
2198
2265
 
@@ -2296,6 +2363,7 @@ module Aws::MediaConnect
2296
2363
  :stream_id,
2297
2364
  :vpc_interface_name,
2298
2365
  :whitelist_cidr)
2366
+ SENSITIVE = []
2299
2367
  include Aws::Structure
2300
2368
  end
2301
2369
 
@@ -2316,6 +2384,7 @@ module Aws::MediaConnect
2316
2384
  class UpdateFlowSourceResponse < Struct.new(
2317
2385
  :flow_arn,
2318
2386
  :source)
2387
+ SENSITIVE = []
2319
2388
  include Aws::Structure
2320
2389
  end
2321
2390
 
@@ -2352,6 +2421,7 @@ module Aws::MediaConnect
2352
2421
  :role_arn,
2353
2422
  :security_group_ids,
2354
2423
  :subnet_id)
2424
+ SENSITIVE = []
2355
2425
  include Aws::Structure
2356
2426
  end
2357
2427
 
@@ -2372,6 +2442,7 @@ module Aws::MediaConnect
2372
2442
  #
2373
2443
  class VpcInterfaceAttachment < Struct.new(
2374
2444
  :vpc_interface_name)
2445
+ SENSITIVE = []
2375
2446
  include Aws::Structure
2376
2447
  end
2377
2448
 
@@ -2412,6 +2483,7 @@ module Aws::MediaConnect
2412
2483
  :role_arn,
2413
2484
  :security_group_ids,
2414
2485
  :subnet_id)
2486
+ SENSITIVE = []
2415
2487
  include Aws::Structure
2416
2488
  end
2417
2489
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.1
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-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