aws-sdk-mediaconnect 1.23.1 → 1.28.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.
@@ -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
 
@@ -371,6 +383,7 @@ module Aws::MediaConnect
371
383
  # secret_arn: "__string",
372
384
  # url: "__string",
373
385
  # },
386
+ # entitlement_status: "ENABLED", # accepts ENABLED, DISABLED
374
387
  # name: "__string",
375
388
  # subscribers: ["__string"], # required
376
389
  # },
@@ -510,6 +523,7 @@ module Aws::MediaConnect
510
523
  :source_failover_config,
511
524
  :sources,
512
525
  :vpc_interfaces)
526
+ SENSITIVE = []
513
527
  include Aws::Structure
514
528
  end
515
529
 
@@ -524,6 +538,7 @@ module Aws::MediaConnect
524
538
  #
525
539
  class CreateFlowResponse < Struct.new(
526
540
  :flow)
541
+ SENSITIVE = []
527
542
  include Aws::Structure
528
543
  end
529
544
 
@@ -541,6 +556,7 @@ module Aws::MediaConnect
541
556
  #
542
557
  class DeleteFlowRequest < Struct.new(
543
558
  :flow_arn)
559
+ SENSITIVE = []
544
560
  include Aws::Structure
545
561
  end
546
562
 
@@ -559,6 +575,7 @@ module Aws::MediaConnect
559
575
  class DeleteFlowResponse < Struct.new(
560
576
  :flow_arn,
561
577
  :status)
578
+ SENSITIVE = []
562
579
  include Aws::Structure
563
580
  end
564
581
 
@@ -576,6 +593,7 @@ module Aws::MediaConnect
576
593
  #
577
594
  class DescribeFlowRequest < Struct.new(
578
595
  :flow_arn)
596
+ SENSITIVE = []
579
597
  include Aws::Structure
580
598
  end
581
599
 
@@ -595,6 +613,78 @@ module Aws::MediaConnect
595
613
  class DescribeFlowResponse < Struct.new(
596
614
  :flow,
597
615
  :messages)
616
+ SENSITIVE = []
617
+ include Aws::Structure
618
+ end
619
+
620
+ # @note When making an API call, you may pass DescribeOfferingRequest
621
+ # data as a hash:
622
+ #
623
+ # {
624
+ # offering_arn: "__string", # required
625
+ # }
626
+ #
627
+ # @!attribute [rw] offering_arn
628
+ # @return [String]
629
+ #
630
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/DescribeOfferingRequest AWS API Documentation
631
+ #
632
+ class DescribeOfferingRequest < Struct.new(
633
+ :offering_arn)
634
+ SENSITIVE = []
635
+ include Aws::Structure
636
+ end
637
+
638
+ # The result of a successful DescribeOffering request.
639
+ #
640
+ # @!attribute [rw] offering
641
+ # A savings plan that reserves a certain amount of outbound bandwidth
642
+ # usage at a discounted rate each month over a period of time.
643
+ # @return [Types::Offering]
644
+ #
645
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/DescribeOfferingResponse AWS API Documentation
646
+ #
647
+ class DescribeOfferingResponse < Struct.new(
648
+ :offering)
649
+ SENSITIVE = []
650
+ include Aws::Structure
651
+ end
652
+
653
+ # @note When making an API call, you may pass DescribeReservationRequest
654
+ # data as a hash:
655
+ #
656
+ # {
657
+ # reservation_arn: "__string", # required
658
+ # }
659
+ #
660
+ # @!attribute [rw] reservation_arn
661
+ # @return [String]
662
+ #
663
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/DescribeReservationRequest AWS API Documentation
664
+ #
665
+ class DescribeReservationRequest < Struct.new(
666
+ :reservation_arn)
667
+ SENSITIVE = []
668
+ include Aws::Structure
669
+ end
670
+
671
+ # The result of a successful DescribeReservation request.
672
+ #
673
+ # @!attribute [rw] reservation
674
+ # A pricing agreement for a discounted rate for a specific outbound
675
+ # bandwidth that your MediaConnect account will use each month over a
676
+ # specific time period. The discounted rate in the reservation applies
677
+ # to outbound bandwidth for all flows from your account until your
678
+ # account reaches the amount of bandwidth in your reservation. If you
679
+ # use more outbound bandwidth than the agreed upon amount in a single
680
+ # month, the overage is charged at the on-demand rate.
681
+ # @return [Types::Reservation]
682
+ #
683
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/DescribeReservationResponse AWS API Documentation
684
+ #
685
+ class DescribeReservationResponse < Struct.new(
686
+ :reservation)
687
+ SENSITIVE = []
598
688
  include Aws::Structure
599
689
  end
600
690
 
@@ -680,6 +770,7 @@ module Aws::MediaConnect
680
770
  :role_arn,
681
771
  :secret_arn,
682
772
  :url)
773
+ SENSITIVE = []
683
774
  include Aws::Structure
684
775
  end
685
776
 
@@ -703,6 +794,10 @@ module Aws::MediaConnect
703
794
  # The ARN of the entitlement.
704
795
  # @return [String]
705
796
  #
797
+ # @!attribute [rw] entitlement_status
798
+ # An indication of whether the entitlement is enabled.
799
+ # @return [String]
800
+ #
706
801
  # @!attribute [rw] name
707
802
  # The name of the entitlement.
708
803
  # @return [String]
@@ -720,8 +815,10 @@ module Aws::MediaConnect
720
815
  :description,
721
816
  :encryption,
722
817
  :entitlement_arn,
818
+ :entitlement_status,
723
819
  :name,
724
820
  :subscribers)
821
+ SENSITIVE = []
725
822
  include Aws::Structure
726
823
  end
727
824
 
@@ -747,6 +844,7 @@ module Aws::MediaConnect
747
844
  class FailoverConfig < Struct.new(
748
845
  :recovery_window,
749
846
  :state)
847
+ SENSITIVE = []
750
848
  include Aws::Structure
751
849
  end
752
850
 
@@ -819,6 +917,7 @@ module Aws::MediaConnect
819
917
  :sources,
820
918
  :status,
821
919
  :vpc_interfaces)
920
+ SENSITIVE = []
822
921
  include Aws::Structure
823
922
  end
824
923
 
@@ -833,6 +932,7 @@ module Aws::MediaConnect
833
932
  #
834
933
  class ForbiddenException < Struct.new(
835
934
  :message)
935
+ SENSITIVE = []
836
936
  include Aws::Structure
837
937
  end
838
938
 
@@ -855,6 +955,7 @@ module Aws::MediaConnect
855
955
  # secret_arn: "__string",
856
956
  # url: "__string",
857
957
  # },
958
+ # entitlement_status: "ENABLED", # accepts ENABLED, DISABLED
858
959
  # name: "__string",
859
960
  # subscribers: ["__string"], # required
860
961
  # }
@@ -875,6 +976,13 @@ module Aws::MediaConnect
875
976
  # associated with this entitlement.
876
977
  # @return [Types::Encryption]
877
978
  #
979
+ # @!attribute [rw] entitlement_status
980
+ # An indication of whether the new entitlement should be enabled or
981
+ # disabled as soon as it is created. If you don’t specify the
982
+ # entitlementStatus field in your request, MediaConnect sets it to
983
+ # ENABLED.
984
+ # @return [String]
985
+ #
878
986
  # @!attribute [rw] name
879
987
  # The name of the entitlement. This value must be unique within the
880
988
  # current flow.
@@ -892,8 +1000,10 @@ module Aws::MediaConnect
892
1000
  :data_transfer_subscriber_fee_percent,
893
1001
  :description,
894
1002
  :encryption,
1003
+ :entitlement_status,
895
1004
  :name,
896
1005
  :subscribers)
1006
+ SENSITIVE = []
897
1007
  include Aws::Structure
898
1008
  end
899
1009
 
@@ -908,6 +1018,7 @@ module Aws::MediaConnect
908
1018
  #
909
1019
  class GrantFlowEntitlements420Exception < Struct.new(
910
1020
  :message)
1021
+ SENSITIVE = []
911
1022
  include Aws::Structure
912
1023
  end
913
1024
 
@@ -932,6 +1043,7 @@ module Aws::MediaConnect
932
1043
  # secret_arn: "__string",
933
1044
  # url: "__string",
934
1045
  # },
1046
+ # entitlement_status: "ENABLED", # accepts ENABLED, DISABLED
935
1047
  # name: "__string",
936
1048
  # subscribers: ["__string"], # required
937
1049
  # },
@@ -951,6 +1063,7 @@ module Aws::MediaConnect
951
1063
  class GrantFlowEntitlementsRequest < Struct.new(
952
1064
  :entitlements,
953
1065
  :flow_arn)
1066
+ SENSITIVE = []
954
1067
  include Aws::Structure
955
1068
  end
956
1069
 
@@ -969,6 +1082,7 @@ module Aws::MediaConnect
969
1082
  class GrantFlowEntitlementsResponse < Struct.new(
970
1083
  :entitlements,
971
1084
  :flow_arn)
1085
+ SENSITIVE = []
972
1086
  include Aws::Structure
973
1087
  end
974
1088
 
@@ -983,6 +1097,7 @@ module Aws::MediaConnect
983
1097
  #
984
1098
  class InternalServerErrorException < Struct.new(
985
1099
  :message)
1100
+ SENSITIVE = []
986
1101
  include Aws::Structure
987
1102
  end
988
1103
 
@@ -1005,6 +1120,7 @@ module Aws::MediaConnect
1005
1120
  class ListEntitlementsRequest < Struct.new(
1006
1121
  :max_results,
1007
1122
  :next_token)
1123
+ SENSITIVE = []
1008
1124
  include Aws::Structure
1009
1125
  end
1010
1126
 
@@ -1031,6 +1147,7 @@ module Aws::MediaConnect
1031
1147
  class ListEntitlementsResponse < Struct.new(
1032
1148
  :entitlements,
1033
1149
  :next_token)
1150
+ SENSITIVE = []
1034
1151
  include Aws::Structure
1035
1152
  end
1036
1153
 
@@ -1053,6 +1170,7 @@ module Aws::MediaConnect
1053
1170
  class ListFlowsRequest < Struct.new(
1054
1171
  :max_results,
1055
1172
  :next_token)
1173
+ SENSITIVE = []
1056
1174
  include Aws::Structure
1057
1175
  end
1058
1176
 
@@ -1077,6 +1195,113 @@ module Aws::MediaConnect
1077
1195
  class ListFlowsResponse < Struct.new(
1078
1196
  :flows,
1079
1197
  :next_token)
1198
+ SENSITIVE = []
1199
+ include Aws::Structure
1200
+ end
1201
+
1202
+ # @note When making an API call, you may pass ListOfferingsRequest
1203
+ # data as a hash:
1204
+ #
1205
+ # {
1206
+ # max_results: 1,
1207
+ # next_token: "__string",
1208
+ # }
1209
+ #
1210
+ # @!attribute [rw] max_results
1211
+ # @return [Integer]
1212
+ #
1213
+ # @!attribute [rw] next_token
1214
+ # @return [String]
1215
+ #
1216
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/ListOfferingsRequest AWS API Documentation
1217
+ #
1218
+ class ListOfferingsRequest < Struct.new(
1219
+ :max_results,
1220
+ :next_token)
1221
+ SENSITIVE = []
1222
+ include Aws::Structure
1223
+ end
1224
+
1225
+ # The result of a successful ListOfferings request. The response
1226
+ # includes the details of each offering that your account is eligible
1227
+ # for. The response includes the following information for each
1228
+ # offering: description, duration, outbound bandwidth, price, Amazon
1229
+ # Resource Name (ARN), and the NextToken to use in a subsequent
1230
+ # ListOfferings request.
1231
+ #
1232
+ # @!attribute [rw] next_token
1233
+ # The token that identifies which batch of results that you want to
1234
+ # see. For example, you submit a ListOfferings request with MaxResults
1235
+ # set at 5. The service returns the first batch of results (up to 5)
1236
+ # and a NextToken value. To see the next batch of results, you can
1237
+ # submit the ListOfferings request a second time and specify the
1238
+ # NextToken value.
1239
+ # @return [String]
1240
+ #
1241
+ # @!attribute [rw] offerings
1242
+ # A list of offerings that are available to this account in the
1243
+ # current AWS Region.
1244
+ # @return [Array<Types::Offering>]
1245
+ #
1246
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/ListOfferingsResponse AWS API Documentation
1247
+ #
1248
+ class ListOfferingsResponse < Struct.new(
1249
+ :next_token,
1250
+ :offerings)
1251
+ SENSITIVE = []
1252
+ include Aws::Structure
1253
+ end
1254
+
1255
+ # @note When making an API call, you may pass ListReservationsRequest
1256
+ # data as a hash:
1257
+ #
1258
+ # {
1259
+ # max_results: 1,
1260
+ # next_token: "__string",
1261
+ # }
1262
+ #
1263
+ # @!attribute [rw] max_results
1264
+ # @return [Integer]
1265
+ #
1266
+ # @!attribute [rw] next_token
1267
+ # @return [String]
1268
+ #
1269
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/ListReservationsRequest AWS API Documentation
1270
+ #
1271
+ class ListReservationsRequest < Struct.new(
1272
+ :max_results,
1273
+ :next_token)
1274
+ SENSITIVE = []
1275
+ include Aws::Structure
1276
+ end
1277
+
1278
+ # The result of a successful ListReservations request. The response
1279
+ # includes the details of each offering that your account is eligible
1280
+ # for. The response includes the following information for each
1281
+ # offering: description, duration, outbound bandwidth, price, Amazon
1282
+ # Resource Name (ARN), and the NextToken to use in a subsequent
1283
+ # ListOfferings request.
1284
+ #
1285
+ # @!attribute [rw] next_token
1286
+ # The token that identifies which batch of results that you want to
1287
+ # see. For example, you submit a ListReservations request with
1288
+ # MaxResults set at 5. The service returns the first batch of results
1289
+ # (up to 5) and a NextToken value. To see the next batch of results,
1290
+ # you can submit the ListReservations request a second time and
1291
+ # specify the NextToken value.
1292
+ # @return [String]
1293
+ #
1294
+ # @!attribute [rw] reservations
1295
+ # A list of all reservations that have been purchased by this account
1296
+ # in the current AWS Region.
1297
+ # @return [Array<Types::Reservation>]
1298
+ #
1299
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/ListReservationsResponse AWS API Documentation
1300
+ #
1301
+ class ListReservationsResponse < Struct.new(
1302
+ :next_token,
1303
+ :reservations)
1304
+ SENSITIVE = []
1080
1305
  include Aws::Structure
1081
1306
  end
1082
1307
 
@@ -1094,6 +1319,7 @@ module Aws::MediaConnect
1094
1319
  #
1095
1320
  class ListTagsForResourceRequest < Struct.new(
1096
1321
  :resource_arn)
1322
+ SENSITIVE = []
1097
1323
  include Aws::Structure
1098
1324
  end
1099
1325
 
@@ -1109,6 +1335,7 @@ module Aws::MediaConnect
1109
1335
  #
1110
1336
  class ListTagsForResourceResponse < Struct.new(
1111
1337
  :tags)
1338
+ SENSITIVE = []
1112
1339
  include Aws::Structure
1113
1340
  end
1114
1341
 
@@ -1133,6 +1360,7 @@ module Aws::MediaConnect
1133
1360
  :data_transfer_subscriber_fee_percent,
1134
1361
  :entitlement_arn,
1135
1362
  :entitlement_name)
1363
+ SENSITIVE = []
1136
1364
  include Aws::Structure
1137
1365
  end
1138
1366
 
@@ -1175,6 +1403,7 @@ module Aws::MediaConnect
1175
1403
  :name,
1176
1404
  :source_type,
1177
1405
  :status)
1406
+ SENSITIVE = []
1178
1407
  include Aws::Structure
1179
1408
  end
1180
1409
 
@@ -1189,6 +1418,7 @@ module Aws::MediaConnect
1189
1418
  #
1190
1419
  class Messages < Struct.new(
1191
1420
  :errors)
1421
+ SENSITIVE = []
1192
1422
  include Aws::Structure
1193
1423
  end
1194
1424
 
@@ -1203,6 +1433,62 @@ module Aws::MediaConnect
1203
1433
  #
1204
1434
  class NotFoundException < Struct.new(
1205
1435
  :message)
1436
+ SENSITIVE = []
1437
+ include Aws::Structure
1438
+ end
1439
+
1440
+ # A savings plan that reserves a certain amount of outbound bandwidth
1441
+ # usage at a discounted rate each month over a period of time.
1442
+ #
1443
+ # @!attribute [rw] currency_code
1444
+ # The type of currency that is used for billing. The currencyCode used
1445
+ # for all reservations is US dollars.
1446
+ # @return [String]
1447
+ #
1448
+ # @!attribute [rw] duration
1449
+ # The length of time that your reservation would be active.
1450
+ # @return [Integer]
1451
+ #
1452
+ # @!attribute [rw] duration_units
1453
+ # The unit of measurement for the duration of the offering.
1454
+ # @return [String]
1455
+ #
1456
+ # @!attribute [rw] offering_arn
1457
+ # The Amazon Resource Name (ARN) that MediaConnect assigns to the
1458
+ # offering.
1459
+ # @return [String]
1460
+ #
1461
+ # @!attribute [rw] offering_description
1462
+ # A description of the offering.
1463
+ # @return [String]
1464
+ #
1465
+ # @!attribute [rw] price_per_unit
1466
+ # The cost of a single unit. This value, in combination with
1467
+ # priceUnits, makes up the rate.
1468
+ # @return [String]
1469
+ #
1470
+ # @!attribute [rw] price_units
1471
+ # The unit of measurement that is used for billing. This value, in
1472
+ # combination with pricePerUnit, makes up the rate.
1473
+ # @return [String]
1474
+ #
1475
+ # @!attribute [rw] resource_specification
1476
+ # A definition of the amount of outbound bandwidth that you would be
1477
+ # reserving if you purchase the offering.
1478
+ # @return [Types::ResourceSpecification]
1479
+ #
1480
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/Offering AWS API Documentation
1481
+ #
1482
+ class Offering < Struct.new(
1483
+ :currency_code,
1484
+ :duration,
1485
+ :duration_units,
1486
+ :offering_arn,
1487
+ :offering_description,
1488
+ :price_per_unit,
1489
+ :price_units,
1490
+ :resource_specification)
1491
+ SENSITIVE = []
1206
1492
  include Aws::Structure
1207
1493
  end
1208
1494
 
@@ -1273,6 +1559,67 @@ module Aws::MediaConnect
1273
1559
  :port,
1274
1560
  :transport,
1275
1561
  :vpc_interface_attachment)
1562
+ SENSITIVE = []
1563
+ include Aws::Structure
1564
+ end
1565
+
1566
+ # Submits a request to purchase an offering, which creates a reservation
1567
+ # in your AWS account. If you already have an active reservation, you
1568
+ # can't purchase another offering.
1569
+ #
1570
+ # @note When making an API call, you may pass PurchaseOfferingRequest
1571
+ # data as a hash:
1572
+ #
1573
+ # {
1574
+ # offering_arn: "__string", # required
1575
+ # reservation_name: "__string", # required
1576
+ # start: "__string", # required
1577
+ # }
1578
+ #
1579
+ # @!attribute [rw] offering_arn
1580
+ # @return [String]
1581
+ #
1582
+ # @!attribute [rw] reservation_name
1583
+ # The name that you want to use for the reservation.
1584
+ # @return [String]
1585
+ #
1586
+ # @!attribute [rw] start
1587
+ # The date and time that you want the reservation to begin, in
1588
+ # Coordinated Universal Time (UTC). You can specify any date and time
1589
+ # between 12:00am on the first day of the current month to the current
1590
+ # time on today's date, inclusive. Specify the start in a 24-hour
1591
+ # notation. Use the following format: YYYY-MM-DDTHH:mm:SSZ, where T
1592
+ # and Z are literal characters. For example, to specify 11:30pm on
1593
+ # March 5, 2020, enter 2020-03-05T23:30:00Z.
1594
+ # @return [String]
1595
+ #
1596
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/PurchaseOfferingRequest AWS API Documentation
1597
+ #
1598
+ class PurchaseOfferingRequest < Struct.new(
1599
+ :offering_arn,
1600
+ :reservation_name,
1601
+ :start)
1602
+ SENSITIVE = []
1603
+ include Aws::Structure
1604
+ end
1605
+
1606
+ # The result of a successful PurchaseOffering request.
1607
+ #
1608
+ # @!attribute [rw] reservation
1609
+ # A pricing agreement for a discounted rate for a specific outbound
1610
+ # bandwidth that your MediaConnect account will use each month over a
1611
+ # specific time period. The discounted rate in the reservation applies
1612
+ # to outbound bandwidth for all flows from your account until your
1613
+ # account reaches the amount of bandwidth in your reservation. If you
1614
+ # use more outbound bandwidth than the agreed upon amount in a single
1615
+ # month, the overage is charged at the on-demand rate.
1616
+ # @return [Types::Reservation]
1617
+ #
1618
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/PurchaseOfferingResponse AWS API Documentation
1619
+ #
1620
+ class PurchaseOfferingResponse < Struct.new(
1621
+ :reservation)
1622
+ SENSITIVE = []
1276
1623
  include Aws::Structure
1277
1624
  end
1278
1625
 
@@ -1295,6 +1642,7 @@ module Aws::MediaConnect
1295
1642
  class RemoveFlowOutputRequest < Struct.new(
1296
1643
  :flow_arn,
1297
1644
  :output_arn)
1645
+ SENSITIVE = []
1298
1646
  include Aws::Structure
1299
1647
  end
1300
1648
 
@@ -1314,6 +1662,7 @@ module Aws::MediaConnect
1314
1662
  class RemoveFlowOutputResponse < Struct.new(
1315
1663
  :flow_arn,
1316
1664
  :output_arn)
1665
+ SENSITIVE = []
1317
1666
  include Aws::Structure
1318
1667
  end
1319
1668
 
@@ -1336,6 +1685,7 @@ module Aws::MediaConnect
1336
1685
  class RemoveFlowSourceRequest < Struct.new(
1337
1686
  :flow_arn,
1338
1687
  :source_arn)
1688
+ SENSITIVE = []
1339
1689
  include Aws::Structure
1340
1690
  end
1341
1691
 
@@ -1355,6 +1705,7 @@ module Aws::MediaConnect
1355
1705
  class RemoveFlowSourceResponse < Struct.new(
1356
1706
  :flow_arn,
1357
1707
  :source_arn)
1708
+ SENSITIVE = []
1358
1709
  include Aws::Structure
1359
1710
  end
1360
1711
 
@@ -1377,6 +1728,7 @@ module Aws::MediaConnect
1377
1728
  class RemoveFlowVpcInterfaceRequest < Struct.new(
1378
1729
  :flow_arn,
1379
1730
  :vpc_interface_name)
1731
+ SENSITIVE = []
1380
1732
  include Aws::Structure
1381
1733
  end
1382
1734
 
@@ -1403,6 +1755,123 @@ module Aws::MediaConnect
1403
1755
  :flow_arn,
1404
1756
  :non_deleted_network_interface_ids,
1405
1757
  :vpc_interface_name)
1758
+ SENSITIVE = []
1759
+ include Aws::Structure
1760
+ end
1761
+
1762
+ # A pricing agreement for a discounted rate for a specific outbound
1763
+ # bandwidth that your MediaConnect account will use each month over a
1764
+ # specific time period. The discounted rate in the reservation applies
1765
+ # to outbound bandwidth for all flows from your account until your
1766
+ # account reaches the amount of bandwidth in your reservation. If you
1767
+ # use more outbound bandwidth than the agreed upon amount in a single
1768
+ # month, the overage is charged at the on-demand rate.
1769
+ #
1770
+ # @!attribute [rw] currency_code
1771
+ # The type of currency that is used for billing. The currencyCode used
1772
+ # for your reservation is US dollars.
1773
+ # @return [String]
1774
+ #
1775
+ # @!attribute [rw] duration
1776
+ # The length of time that this reservation is active. MediaConnect
1777
+ # defines this value in the offering.
1778
+ # @return [Integer]
1779
+ #
1780
+ # @!attribute [rw] duration_units
1781
+ # The unit of measurement for the duration of the reservation.
1782
+ # MediaConnect defines this value in the offering.
1783
+ # @return [String]
1784
+ #
1785
+ # @!attribute [rw] end
1786
+ # The day and time that this reservation expires. This value is
1787
+ # calculated based on the start date and time that you set and the
1788
+ # offering's duration.
1789
+ # @return [String]
1790
+ #
1791
+ # @!attribute [rw] offering_arn
1792
+ # The Amazon Resource Name (ARN) that MediaConnect assigns to the
1793
+ # offering.
1794
+ # @return [String]
1795
+ #
1796
+ # @!attribute [rw] offering_description
1797
+ # A description of the offering. MediaConnect defines this value in
1798
+ # the offering.
1799
+ # @return [String]
1800
+ #
1801
+ # @!attribute [rw] price_per_unit
1802
+ # The cost of a single unit. This value, in combination with
1803
+ # priceUnits, makes up the rate. MediaConnect defines this value in
1804
+ # the offering.
1805
+ # @return [String]
1806
+ #
1807
+ # @!attribute [rw] price_units
1808
+ # The unit of measurement that is used for billing. This value, in
1809
+ # combination with pricePerUnit, makes up the rate. MediaConnect
1810
+ # defines this value in the offering.
1811
+ # @return [String]
1812
+ #
1813
+ # @!attribute [rw] reservation_arn
1814
+ # The Amazon Resource Name (ARN) that MediaConnect assigns to the
1815
+ # reservation when you purchase an offering.
1816
+ # @return [String]
1817
+ #
1818
+ # @!attribute [rw] reservation_name
1819
+ # The name that you assigned to the reservation when you purchased the
1820
+ # offering.
1821
+ # @return [String]
1822
+ #
1823
+ # @!attribute [rw] reservation_state
1824
+ # The status of your reservation.
1825
+ # @return [String]
1826
+ #
1827
+ # @!attribute [rw] resource_specification
1828
+ # A definition of the amount of outbound bandwidth that you would be
1829
+ # reserving if you purchase the offering. MediaConnect defines the
1830
+ # values that make up the resourceSpecification in the offering.
1831
+ # @return [Types::ResourceSpecification]
1832
+ #
1833
+ # @!attribute [rw] start
1834
+ # The day and time that the reservation becomes active. You set this
1835
+ # value when you purchase the offering.
1836
+ # @return [String]
1837
+ #
1838
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/Reservation AWS API Documentation
1839
+ #
1840
+ class Reservation < Struct.new(
1841
+ :currency_code,
1842
+ :duration,
1843
+ :duration_units,
1844
+ :end,
1845
+ :offering_arn,
1846
+ :offering_description,
1847
+ :price_per_unit,
1848
+ :price_units,
1849
+ :reservation_arn,
1850
+ :reservation_name,
1851
+ :reservation_state,
1852
+ :resource_specification,
1853
+ :start)
1854
+ SENSITIVE = []
1855
+ include Aws::Structure
1856
+ end
1857
+
1858
+ # A definition of what is being billed for, including the type and
1859
+ # amount.
1860
+ #
1861
+ # @!attribute [rw] reserved_bitrate
1862
+ # The amount of outbound bandwidth that is discounted in the offering.
1863
+ # @return [Integer]
1864
+ #
1865
+ # @!attribute [rw] resource_type
1866
+ # The type of resource and the unit that is being billed for.
1867
+ # @return [String]
1868
+ #
1869
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/ResourceSpecification AWS API Documentation
1870
+ #
1871
+ class ResourceSpecification < Struct.new(
1872
+ :reserved_bitrate,
1873
+ :resource_type)
1874
+ SENSITIVE = []
1406
1875
  include Aws::Structure
1407
1876
  end
1408
1877
 
@@ -1418,6 +1887,7 @@ module Aws::MediaConnect
1418
1887
  #
1419
1888
  class ResponseError < Struct.new(
1420
1889
  :message)
1890
+ SENSITIVE = []
1421
1891
  include Aws::Structure
1422
1892
  end
1423
1893
 
@@ -1440,6 +1910,7 @@ module Aws::MediaConnect
1440
1910
  class RevokeFlowEntitlementRequest < Struct.new(
1441
1911
  :entitlement_arn,
1442
1912
  :flow_arn)
1913
+ SENSITIVE = []
1443
1914
  include Aws::Structure
1444
1915
  end
1445
1916
 
@@ -1460,6 +1931,7 @@ module Aws::MediaConnect
1460
1931
  class RevokeFlowEntitlementResponse < Struct.new(
1461
1932
  :entitlement_arn,
1462
1933
  :flow_arn)
1934
+ SENSITIVE = []
1463
1935
  include Aws::Structure
1464
1936
  end
1465
1937
 
@@ -1474,6 +1946,7 @@ module Aws::MediaConnect
1474
1946
  #
1475
1947
  class ServiceUnavailableException < Struct.new(
1476
1948
  :message)
1949
+ SENSITIVE = []
1477
1950
  include Aws::Structure
1478
1951
  end
1479
1952
 
@@ -1573,6 +2046,7 @@ module Aws::MediaConnect
1573
2046
  :stream_id,
1574
2047
  :vpc_interface_name,
1575
2048
  :whitelist_cidr)
2049
+ SENSITIVE = []
1576
2050
  include Aws::Structure
1577
2051
  end
1578
2052
 
@@ -1647,6 +2121,7 @@ module Aws::MediaConnect
1647
2121
  :transport,
1648
2122
  :vpc_interface_name,
1649
2123
  :whitelist_cidr)
2124
+ SENSITIVE = []
1650
2125
  include Aws::Structure
1651
2126
  end
1652
2127
 
@@ -1664,6 +2139,7 @@ module Aws::MediaConnect
1664
2139
  #
1665
2140
  class StartFlowRequest < Struct.new(
1666
2141
  :flow_arn)
2142
+ SENSITIVE = []
1667
2143
  include Aws::Structure
1668
2144
  end
1669
2145
 
@@ -1682,6 +2158,7 @@ module Aws::MediaConnect
1682
2158
  class StartFlowResponse < Struct.new(
1683
2159
  :flow_arn,
1684
2160
  :status)
2161
+ SENSITIVE = []
1685
2162
  include Aws::Structure
1686
2163
  end
1687
2164
 
@@ -1699,6 +2176,7 @@ module Aws::MediaConnect
1699
2176
  #
1700
2177
  class StopFlowRequest < Struct.new(
1701
2178
  :flow_arn)
2179
+ SENSITIVE = []
1702
2180
  include Aws::Structure
1703
2181
  end
1704
2182
 
@@ -1717,6 +2195,7 @@ module Aws::MediaConnect
1717
2195
  class StopFlowResponse < Struct.new(
1718
2196
  :flow_arn,
1719
2197
  :status)
2198
+ SENSITIVE = []
1720
2199
  include Aws::Structure
1721
2200
  end
1722
2201
 
@@ -1748,6 +2227,7 @@ module Aws::MediaConnect
1748
2227
  class TagResourceRequest < Struct.new(
1749
2228
  :resource_arn,
1750
2229
  :tags)
2230
+ SENSITIVE = []
1751
2231
  include Aws::Structure
1752
2232
  end
1753
2233
 
@@ -1762,6 +2242,7 @@ module Aws::MediaConnect
1762
2242
  #
1763
2243
  class TooManyRequestsException < Struct.new(
1764
2244
  :message)
2245
+ SENSITIVE = []
1765
2246
  include Aws::Structure
1766
2247
  end
1767
2248
 
@@ -1812,6 +2293,7 @@ module Aws::MediaConnect
1812
2293
  :remote_id,
1813
2294
  :smoothing_latency,
1814
2295
  :stream_id)
2296
+ SENSITIVE = []
1815
2297
  include Aws::Structure
1816
2298
  end
1817
2299
 
@@ -1834,6 +2316,7 @@ module Aws::MediaConnect
1834
2316
  class UntagResourceRequest < Struct.new(
1835
2317
  :resource_arn,
1836
2318
  :tag_keys)
2319
+ SENSITIVE = []
1837
2320
  include Aws::Structure
1838
2321
  end
1839
2322
 
@@ -1919,6 +2402,7 @@ module Aws::MediaConnect
1919
2402
  :role_arn,
1920
2403
  :secret_arn,
1921
2404
  :url)
2405
+ SENSITIVE = []
1922
2406
  include Aws::Structure
1923
2407
  end
1924
2408
 
@@ -1944,6 +2428,7 @@ module Aws::MediaConnect
1944
2428
  class UpdateFailoverConfig < Struct.new(
1945
2429
  :recovery_window,
1946
2430
  :state)
2431
+ SENSITIVE = []
1947
2432
  include Aws::Structure
1948
2433
  end
1949
2434
 
@@ -1966,6 +2451,7 @@ module Aws::MediaConnect
1966
2451
  # url: "__string",
1967
2452
  # },
1968
2453
  # entitlement_arn: "__string", # required
2454
+ # entitlement_status: "ENABLED", # accepts ENABLED, DISABLED
1969
2455
  # flow_arn: "__string", # required
1970
2456
  # subscribers: ["__string"],
1971
2457
  # }
@@ -1984,6 +2470,13 @@ module Aws::MediaConnect
1984
2470
  # @!attribute [rw] entitlement_arn
1985
2471
  # @return [String]
1986
2472
  #
2473
+ # @!attribute [rw] entitlement_status
2474
+ # An indication of whether you want to enable the entitlement to allow
2475
+ # access, or disable it to stop streaming content to the subscriber’s
2476
+ # flow temporarily. If you don’t specify the entitlementStatus field
2477
+ # in your request, MediaConnect leaves the value unchanged.
2478
+ # @return [String]
2479
+ #
1987
2480
  # @!attribute [rw] flow_arn
1988
2481
  # @return [String]
1989
2482
  #
@@ -1999,8 +2492,10 @@ module Aws::MediaConnect
1999
2492
  :description,
2000
2493
  :encryption,
2001
2494
  :entitlement_arn,
2495
+ :entitlement_status,
2002
2496
  :flow_arn,
2003
2497
  :subscribers)
2498
+ SENSITIVE = []
2004
2499
  include Aws::Structure
2005
2500
  end
2006
2501
 
@@ -2009,7 +2504,7 @@ module Aws::MediaConnect
2009
2504
  # entitlement configuration.
2010
2505
  #
2011
2506
  # @!attribute [rw] entitlement
2012
- # The settings for a flow entitlement.
2507
+ # The new configuration of the entitlement that you updated.
2013
2508
  # @return [Types::Entitlement]
2014
2509
  #
2015
2510
  # @!attribute [rw] flow_arn
@@ -2021,6 +2516,7 @@ module Aws::MediaConnect
2021
2516
  class UpdateFlowEntitlementResponse < Struct.new(
2022
2517
  :entitlement,
2023
2518
  :flow_arn)
2519
+ SENSITIVE = []
2024
2520
  include Aws::Structure
2025
2521
  end
2026
2522
 
@@ -2132,6 +2628,7 @@ module Aws::MediaConnect
2132
2628
  :smoothing_latency,
2133
2629
  :stream_id,
2134
2630
  :vpc_interface_attachment)
2631
+ SENSITIVE = []
2135
2632
  include Aws::Structure
2136
2633
  end
2137
2634
 
@@ -2143,7 +2640,7 @@ module Aws::MediaConnect
2143
2640
  # @return [String]
2144
2641
  #
2145
2642
  # @!attribute [rw] output
2146
- # The settings for an output.
2643
+ # The new settings of the output that you updated.
2147
2644
  # @return [Types::Output]
2148
2645
  #
2149
2646
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/UpdateFlowOutputResponse AWS API Documentation
@@ -2151,6 +2648,7 @@ module Aws::MediaConnect
2151
2648
  class UpdateFlowOutputResponse < Struct.new(
2152
2649
  :flow_arn,
2153
2650
  :output)
2651
+ SENSITIVE = []
2154
2652
  include Aws::Structure
2155
2653
  end
2156
2654
 
@@ -2179,6 +2677,7 @@ module Aws::MediaConnect
2179
2677
  class UpdateFlowRequest < Struct.new(
2180
2678
  :flow_arn,
2181
2679
  :source_failover_config)
2680
+ SENSITIVE = []
2182
2681
  include Aws::Structure
2183
2682
  end
2184
2683
 
@@ -2193,6 +2692,7 @@ module Aws::MediaConnect
2193
2692
  #
2194
2693
  class UpdateFlowResponse < Struct.new(
2195
2694
  :flow)
2695
+ SENSITIVE = []
2196
2696
  include Aws::Structure
2197
2697
  end
2198
2698
 
@@ -2296,6 +2796,7 @@ module Aws::MediaConnect
2296
2796
  :stream_id,
2297
2797
  :vpc_interface_name,
2298
2798
  :whitelist_cidr)
2799
+ SENSITIVE = []
2299
2800
  include Aws::Structure
2300
2801
  end
2301
2802
 
@@ -2316,6 +2817,7 @@ module Aws::MediaConnect
2316
2817
  class UpdateFlowSourceResponse < Struct.new(
2317
2818
  :flow_arn,
2318
2819
  :source)
2820
+ SENSITIVE = []
2319
2821
  include Aws::Structure
2320
2822
  end
2321
2823
 
@@ -2352,6 +2854,7 @@ module Aws::MediaConnect
2352
2854
  :role_arn,
2353
2855
  :security_group_ids,
2354
2856
  :subnet_id)
2857
+ SENSITIVE = []
2355
2858
  include Aws::Structure
2356
2859
  end
2357
2860
 
@@ -2372,6 +2875,7 @@ module Aws::MediaConnect
2372
2875
  #
2373
2876
  class VpcInterfaceAttachment < Struct.new(
2374
2877
  :vpc_interface_name)
2878
+ SENSITIVE = []
2375
2879
  include Aws::Structure
2376
2880
  end
2377
2881
 
@@ -2412,6 +2916,7 @@ module Aws::MediaConnect
2412
2916
  :role_arn,
2413
2917
  :security_group_ids,
2414
2918
  :subnet_id)
2919
+ SENSITIVE = []
2415
2920
  include Aws::Structure
2416
2921
  end
2417
2922