aws-sdk-medialive 1.48.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: dd8fab4754916d515ab9df64607bedc0d80b77184a50c9600ce91a3e6a54fbd5
4
- data.tar.gz: b13afac32559fd755b78e33ff2da935dbe05b7e250bf974b5dca57ff9fb4a3ff
3
+ metadata.gz: a6cb6b17636568c0e453598f6032f01fbd1d60b5a34449ac17a5c2e741694bb4
4
+ data.tar.gz: d772cd32b3289616b2686d2a0dcd1ebe9411d5e73b726c177310e000897c4bc1
5
5
  SHA512:
6
- metadata.gz: 7091a186e18c34bc6416ea683e709bfca8193f86609df9b5b6adc78db24ad30e00afca63c9cb31b69ec2449cdc7b79a942e2d4d66ae9a9b0984ff5c824b4e02d
7
- data.tar.gz: fb3617e6cb7f7c5fd17f2174c6fcebb7f752cec85b535170e90f3716c648564240e4b20791d03695adffb6604fe8ebee050108a73a89433a4b9af846ff3af1d9
6
+ metadata.gz: 47e62474dbf328c1353a13922843221176afdb2b2e2f0d571a1373ab55d1bf35f976ec79e9b0be5ccebada80c1f2c33b26dc4d922e647bbe91cd67daf40ff9e8
7
+ data.tar.gz: '028b810b58b133fcc0c637e9b84bbc23405eca3f61681468d98ec8b88e01af38098af25a59fab93a75104fdc9f4eb5acf4e8080c948fb98aebd2c9c217abd4e4'
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-medialive/customizations'
48
48
  # @service
49
49
  module Aws::MediaLive
50
50
 
51
- GEM_VERSION = '1.48.0'
51
+ GEM_VERSION = '1.49.0'
52
52
 
53
53
  end
@@ -8543,7 +8543,7 @@ module Aws::MediaLive
8543
8543
  params: params,
8544
8544
  config: config)
8545
8545
  context[:gem_name] = 'aws-sdk-medialive'
8546
- context[:gem_version] = '1.48.0'
8546
+ context[:gem_version] = '1.49.0'
8547
8547
  Seahorse::Client::Request.new(handlers, context)
8548
8548
  end
8549
8549
 
@@ -90,6 +90,7 @@ module Aws::MediaLive
90
90
  :sample_rate,
91
91
  :spec,
92
92
  :vbr_quality)
93
+ SENSITIVE = []
93
94
  include Aws::Structure
94
95
  end
95
96
 
@@ -154,6 +155,7 @@ module Aws::MediaLive
154
155
  :drc_profile,
155
156
  :lfe_filter,
156
157
  :metadata_control)
158
+ SENSITIVE = []
157
159
  include Aws::Structure
158
160
  end
159
161
 
@@ -164,6 +166,7 @@ module Aws::MediaLive
164
166
  #
165
167
  class AccessDenied < Struct.new(
166
168
  :message)
169
+ SENSITIVE = []
167
170
  include Aws::Structure
168
171
  end
169
172
 
@@ -243,6 +246,7 @@ module Aws::MediaLive
243
246
  #
244
247
  class ArchiveContainerSettings < Struct.new(
245
248
  :m2ts_settings)
249
+ SENSITIVE = []
246
250
  include Aws::Structure
247
251
  end
248
252
 
@@ -272,6 +276,7 @@ module Aws::MediaLive
272
276
  class ArchiveGroupSettings < Struct.new(
273
277
  :destination,
274
278
  :rollover_interval)
279
+ SENSITIVE = []
275
280
  include Aws::Structure
276
281
  end
277
282
 
@@ -367,6 +372,7 @@ module Aws::MediaLive
367
372
  :container_settings,
368
373
  :extension,
369
374
  :name_modifier)
375
+ SENSITIVE = []
370
376
  include Aws::Structure
371
377
  end
372
378
 
@@ -415,6 +421,7 @@ module Aws::MediaLive
415
421
  class AudioChannelMapping < Struct.new(
416
422
  :input_channel_levels,
417
423
  :output_channel)
424
+ SENSITIVE = []
418
425
  include Aws::Structure
419
426
  end
420
427
 
@@ -503,6 +510,7 @@ module Aws::MediaLive
503
510
  :eac_3_settings,
504
511
  :mp_2_settings,
505
512
  :pass_through_settings)
513
+ SENSITIVE = []
506
514
  include Aws::Structure
507
515
  end
508
516
 
@@ -662,6 +670,7 @@ module Aws::MediaLive
662
670
  :name,
663
671
  :remix_settings,
664
672
  :stream_name)
673
+ SENSITIVE = []
665
674
  include Aws::Structure
666
675
  end
667
676
 
@@ -695,6 +704,7 @@ module Aws::MediaLive
695
704
  class AudioLanguageSelection < Struct.new(
696
705
  :language_code,
697
706
  :language_selection_policy)
707
+ SENSITIVE = []
698
708
  include Aws::Structure
699
709
  end
700
710
 
@@ -733,6 +743,7 @@ module Aws::MediaLive
733
743
  :algorithm,
734
744
  :algorithm_control,
735
745
  :target_lkfs)
746
+ SENSITIVE = []
736
747
  include Aws::Structure
737
748
  end
738
749
 
@@ -790,6 +801,7 @@ module Aws::MediaLive
790
801
  :audio_only_image,
791
802
  :audio_track_type,
792
803
  :segment_type)
804
+ SENSITIVE = []
793
805
  include Aws::Structure
794
806
  end
795
807
 
@@ -810,6 +822,7 @@ module Aws::MediaLive
810
822
  #
811
823
  class AudioPidSelection < Struct.new(
812
824
  :pid)
825
+ SENSITIVE = []
813
826
  include Aws::Structure
814
827
  end
815
828
 
@@ -853,6 +866,7 @@ module Aws::MediaLive
853
866
  class AudioSelector < Struct.new(
854
867
  :name,
855
868
  :selector_settings)
869
+ SENSITIVE = []
856
870
  include Aws::Structure
857
871
  end
858
872
 
@@ -896,6 +910,7 @@ module Aws::MediaLive
896
910
  :audio_language_selection,
897
911
  :audio_pid_selection,
898
912
  :audio_track_selection)
913
+ SENSITIVE = []
899
914
  include Aws::Structure
900
915
  end
901
916
 
@@ -916,6 +931,7 @@ module Aws::MediaLive
916
931
  #
917
932
  class AudioTrack < Struct.new(
918
933
  :track)
934
+ SENSITIVE = []
919
935
  include Aws::Structure
920
936
  end
921
937
 
@@ -940,6 +956,7 @@ module Aws::MediaLive
940
956
  #
941
957
  class AudioTrackSelection < Struct.new(
942
958
  :tracks)
959
+ SENSITIVE = []
943
960
  include Aws::Structure
944
961
  end
945
962
 
@@ -968,6 +985,7 @@ module Aws::MediaLive
968
985
  class AutomaticInputFailoverSettings < Struct.new(
969
986
  :input_preference,
970
987
  :secondary_input_id)
988
+ SENSITIVE = []
971
989
  include Aws::Structure
972
990
  end
973
991
 
@@ -1000,6 +1018,7 @@ module Aws::MediaLive
1000
1018
  class AvailBlanking < Struct.new(
1001
1019
  :avail_blanking_image,
1002
1020
  :state)
1021
+ SENSITIVE = []
1003
1022
  include Aws::Structure
1004
1023
  end
1005
1024
 
@@ -1031,6 +1050,7 @@ module Aws::MediaLive
1031
1050
  #
1032
1051
  class AvailConfiguration < Struct.new(
1033
1052
  :avail_settings)
1053
+ SENSITIVE = []
1034
1054
  include Aws::Structure
1035
1055
  end
1036
1056
 
@@ -1065,6 +1085,7 @@ module Aws::MediaLive
1065
1085
  class AvailSettings < Struct.new(
1066
1086
  :scte_35_splice_insert,
1067
1087
  :scte_35_time_signal_apos)
1088
+ SENSITIVE = []
1068
1089
  include Aws::Structure
1069
1090
  end
1070
1091
 
@@ -1075,6 +1096,7 @@ module Aws::MediaLive
1075
1096
  #
1076
1097
  class BadGatewayException < Struct.new(
1077
1098
  :message)
1099
+ SENSITIVE = []
1078
1100
  include Aws::Structure
1079
1101
  end
1080
1102
 
@@ -1085,6 +1107,7 @@ module Aws::MediaLive
1085
1107
  #
1086
1108
  class BadRequestException < Struct.new(
1087
1109
  :message)
1110
+ SENSITIVE = []
1088
1111
  include Aws::Structure
1089
1112
  end
1090
1113
 
@@ -1217,6 +1240,7 @@ module Aws::MediaLive
1217
1240
  #
1218
1241
  class BatchScheduleActionCreateRequest < Struct.new(
1219
1242
  :schedule_actions)
1243
+ SENSITIVE = []
1220
1244
  include Aws::Structure
1221
1245
  end
1222
1246
 
@@ -1230,6 +1254,7 @@ module Aws::MediaLive
1230
1254
  #
1231
1255
  class BatchScheduleActionCreateResult < Struct.new(
1232
1256
  :schedule_actions)
1257
+ SENSITIVE = []
1233
1258
  include Aws::Structure
1234
1259
  end
1235
1260
 
@@ -1250,6 +1275,7 @@ module Aws::MediaLive
1250
1275
  #
1251
1276
  class BatchScheduleActionDeleteRequest < Struct.new(
1252
1277
  :action_names)
1278
+ SENSITIVE = []
1253
1279
  include Aws::Structure
1254
1280
  end
1255
1281
 
@@ -1263,6 +1289,7 @@ module Aws::MediaLive
1263
1289
  #
1264
1290
  class BatchScheduleActionDeleteResult < Struct.new(
1265
1291
  :schedule_actions)
1292
+ SENSITIVE = []
1266
1293
  include Aws::Structure
1267
1294
  end
1268
1295
 
@@ -1411,6 +1438,7 @@ module Aws::MediaLive
1411
1438
  :channel_id,
1412
1439
  :creates,
1413
1440
  :deletes)
1441
+ SENSITIVE = []
1414
1442
  include Aws::Structure
1415
1443
  end
1416
1444
 
@@ -1427,6 +1455,7 @@ module Aws::MediaLive
1427
1455
  class BatchUpdateScheduleResponse < Struct.new(
1428
1456
  :creates,
1429
1457
  :deletes)
1458
+ SENSITIVE = []
1430
1459
  include Aws::Structure
1431
1460
  end
1432
1461
 
@@ -1445,6 +1474,7 @@ module Aws::MediaLive
1445
1474
  class BatchUpdateScheduleResult < Struct.new(
1446
1475
  :creates,
1447
1476
  :deletes)
1477
+ SENSITIVE = []
1448
1478
  include Aws::Structure
1449
1479
  end
1450
1480
 
@@ -1507,6 +1537,7 @@ module Aws::MediaLive
1507
1537
  :network_end_blackout_image,
1508
1538
  :network_id,
1509
1539
  :state)
1540
+ SENSITIVE = []
1510
1541
  include Aws::Structure
1511
1542
  end
1512
1543
 
@@ -1678,6 +1709,7 @@ module Aws::MediaLive
1678
1709
  :teletext_grid_control,
1679
1710
  :x_position,
1680
1711
  :y_position)
1712
+ SENSITIVE = []
1681
1713
  include Aws::Structure
1682
1714
  end
1683
1715
 
@@ -1795,6 +1827,7 @@ module Aws::MediaLive
1795
1827
  :language_code,
1796
1828
  :language_description,
1797
1829
  :name)
1830
+ SENSITIVE = []
1798
1831
  include Aws::Structure
1799
1832
  end
1800
1833
 
@@ -1936,6 +1969,7 @@ module Aws::MediaLive
1936
1969
  :teletext_destination_settings,
1937
1970
  :ttml_destination_settings,
1938
1971
  :webvtt_destination_settings)
1972
+ SENSITIVE = []
1939
1973
  include Aws::Structure
1940
1974
  end
1941
1975
 
@@ -1972,6 +2006,7 @@ module Aws::MediaLive
1972
2006
  :caption_channel,
1973
2007
  :language_code,
1974
2008
  :language_description)
2009
+ SENSITIVE = []
1975
2010
  include Aws::Structure
1976
2011
  end
1977
2012
 
@@ -2030,6 +2065,7 @@ module Aws::MediaLive
2030
2065
  :language_code,
2031
2066
  :name,
2032
2067
  :selector_settings)
2068
+ SENSITIVE = []
2033
2069
  include Aws::Structure
2034
2070
  end
2035
2071
 
@@ -2095,6 +2131,7 @@ module Aws::MediaLive
2095
2131
  :scte_20_source_settings,
2096
2132
  :scte_27_source_settings,
2097
2133
  :teletext_source_settings)
2134
+ SENSITIVE = []
2098
2135
  include Aws::Structure
2099
2136
  end
2100
2137
 
@@ -2178,6 +2215,7 @@ module Aws::MediaLive
2178
2215
  :role_arn,
2179
2216
  :state,
2180
2217
  :tags)
2218
+ SENSITIVE = []
2181
2219
  include Aws::Structure
2182
2220
  end
2183
2221
 
@@ -2193,6 +2231,7 @@ module Aws::MediaLive
2193
2231
  class ChannelConfigurationValidationError < Struct.new(
2194
2232
  :message,
2195
2233
  :validation_errors)
2234
+ SENSITIVE = []
2196
2235
  include Aws::Structure
2197
2236
  end
2198
2237
 
@@ -2204,6 +2243,7 @@ module Aws::MediaLive
2204
2243
  #
2205
2244
  class ChannelEgressEndpoint < Struct.new(
2206
2245
  :source_ip)
2246
+ SENSITIVE = []
2207
2247
  include Aws::Structure
2208
2248
  end
2209
2249
 
@@ -2277,6 +2317,7 @@ module Aws::MediaLive
2277
2317
  :role_arn,
2278
2318
  :state,
2279
2319
  :tags)
2320
+ SENSITIVE = []
2280
2321
  include Aws::Structure
2281
2322
  end
2282
2323
 
@@ -2295,6 +2336,7 @@ module Aws::MediaLive
2295
2336
  #
2296
2337
  class ConflictException < Struct.new(
2297
2338
  :message)
2339
+ SENSITIVE = []
2298
2340
  include Aws::Structure
2299
2341
  end
2300
2342
 
@@ -2359,6 +2401,7 @@ module Aws::MediaLive
2359
2401
  :reserved,
2360
2402
  :role_arn,
2361
2403
  :tags)
2404
+ SENSITIVE = []
2362
2405
  include Aws::Structure
2363
2406
  end
2364
2407
 
@@ -3250,6 +3293,7 @@ module Aws::MediaLive
3250
3293
  :reserved,
3251
3294
  :role_arn,
3252
3295
  :tags)
3296
+ SENSITIVE = []
3253
3297
  include Aws::Structure
3254
3298
  end
3255
3299
 
@@ -3260,6 +3304,7 @@ module Aws::MediaLive
3260
3304
  #
3261
3305
  class CreateChannelResponse < Struct.new(
3262
3306
  :channel)
3307
+ SENSITIVE = []
3263
3308
  include Aws::Structure
3264
3309
  end
3265
3310
 
@@ -3270,6 +3315,7 @@ module Aws::MediaLive
3270
3315
  #
3271
3316
  class CreateChannelResultModel < Struct.new(
3272
3317
  :channel)
3318
+ SENSITIVE = []
3273
3319
  include Aws::Structure
3274
3320
  end
3275
3321
 
@@ -3342,6 +3388,7 @@ module Aws::MediaLive
3342
3388
  :tags,
3343
3389
  :type,
3344
3390
  :vpc)
3391
+ SENSITIVE = []
3345
3392
  include Aws::Structure
3346
3393
  end
3347
3394
 
@@ -3439,6 +3486,7 @@ module Aws::MediaLive
3439
3486
  :tags,
3440
3487
  :type,
3441
3488
  :vpc)
3489
+ SENSITIVE = []
3442
3490
  include Aws::Structure
3443
3491
  end
3444
3492
 
@@ -3449,6 +3497,7 @@ module Aws::MediaLive
3449
3497
  #
3450
3498
  class CreateInputResponse < Struct.new(
3451
3499
  :input)
3500
+ SENSITIVE = []
3452
3501
  include Aws::Structure
3453
3502
  end
3454
3503
 
@@ -3459,6 +3508,7 @@ module Aws::MediaLive
3459
3508
  #
3460
3509
  class CreateInputResultModel < Struct.new(
3461
3510
  :input)
3511
+ SENSITIVE = []
3462
3512
  include Aws::Structure
3463
3513
  end
3464
3514
 
@@ -3487,6 +3537,7 @@ module Aws::MediaLive
3487
3537
  class CreateInputSecurityGroupRequest < Struct.new(
3488
3538
  :tags,
3489
3539
  :whitelist_rules)
3540
+ SENSITIVE = []
3490
3541
  include Aws::Structure
3491
3542
  end
3492
3543
 
@@ -3498,6 +3549,7 @@ module Aws::MediaLive
3498
3549
  #
3499
3550
  class CreateInputSecurityGroupResponse < Struct.new(
3500
3551
  :security_group)
3552
+ SENSITIVE = []
3501
3553
  include Aws::Structure
3502
3554
  end
3503
3555
 
@@ -3509,6 +3561,7 @@ module Aws::MediaLive
3509
3561
  #
3510
3562
  class CreateInputSecurityGroupResultModel < Struct.new(
3511
3563
  :security_group)
3564
+ SENSITIVE = []
3512
3565
  include Aws::Structure
3513
3566
  end
3514
3567
 
@@ -3542,6 +3595,7 @@ module Aws::MediaLive
3542
3595
  :name,
3543
3596
  :request_id,
3544
3597
  :tags)
3598
+ SENSITIVE = []
3545
3599
  include Aws::Structure
3546
3600
  end
3547
3601
 
@@ -3564,6 +3618,7 @@ module Aws::MediaLive
3564
3618
  :multiplex_program_settings,
3565
3619
  :program_name,
3566
3620
  :request_id)
3621
+ SENSITIVE = []
3567
3622
  include Aws::Structure
3568
3623
  end
3569
3624
 
@@ -3613,6 +3668,7 @@ module Aws::MediaLive
3613
3668
  :multiplex_program_settings,
3614
3669
  :program_name,
3615
3670
  :request_id)
3671
+ SENSITIVE = []
3616
3672
  include Aws::Structure
3617
3673
  end
3618
3674
 
@@ -3624,6 +3680,7 @@ module Aws::MediaLive
3624
3680
  #
3625
3681
  class CreateMultiplexProgramResponse < Struct.new(
3626
3682
  :multiplex_program)
3683
+ SENSITIVE = []
3627
3684
  include Aws::Structure
3628
3685
  end
3629
3686
 
@@ -3635,6 +3692,7 @@ module Aws::MediaLive
3635
3692
  #
3636
3693
  class CreateMultiplexProgramResultModel < Struct.new(
3637
3694
  :multiplex_program)
3695
+ SENSITIVE = []
3638
3696
  include Aws::Structure
3639
3697
  end
3640
3698
 
@@ -3682,6 +3740,7 @@ module Aws::MediaLive
3682
3740
  :name,
3683
3741
  :request_id,
3684
3742
  :tags)
3743
+ SENSITIVE = []
3685
3744
  include Aws::Structure
3686
3745
  end
3687
3746
 
@@ -3693,6 +3752,7 @@ module Aws::MediaLive
3693
3752
  #
3694
3753
  class CreateMultiplexResponse < Struct.new(
3695
3754
  :multiplex)
3755
+ SENSITIVE = []
3696
3756
  include Aws::Structure
3697
3757
  end
3698
3758
 
@@ -3704,6 +3764,7 @@ module Aws::MediaLive
3704
3764
  #
3705
3765
  class CreateMultiplexResultModel < Struct.new(
3706
3766
  :multiplex)
3767
+ SENSITIVE = []
3707
3768
  include Aws::Structure
3708
3769
  end
3709
3770
 
@@ -3728,6 +3789,7 @@ module Aws::MediaLive
3728
3789
  class CreateTagsRequest < Struct.new(
3729
3790
  :resource_arn,
3730
3791
  :tags)
3792
+ SENSITIVE = []
3731
3793
  include Aws::Structure
3732
3794
  end
3733
3795
 
@@ -3745,6 +3807,7 @@ module Aws::MediaLive
3745
3807
  #
3746
3808
  class DeleteChannelRequest < Struct.new(
3747
3809
  :channel_id)
3810
+ SENSITIVE = []
3748
3811
  include Aws::Structure
3749
3812
  end
3750
3813
 
@@ -3815,6 +3878,7 @@ module Aws::MediaLive
3815
3878
  :role_arn,
3816
3879
  :state,
3817
3880
  :tags)
3881
+ SENSITIVE = []
3818
3882
  include Aws::Structure
3819
3883
  end
3820
3884
 
@@ -3832,6 +3896,7 @@ module Aws::MediaLive
3832
3896
  #
3833
3897
  class DeleteInputRequest < Struct.new(
3834
3898
  :input_id)
3899
+ SENSITIVE = []
3835
3900
  include Aws::Structure
3836
3901
  end
3837
3902
 
@@ -3853,6 +3918,7 @@ module Aws::MediaLive
3853
3918
  #
3854
3919
  class DeleteInputSecurityGroupRequest < Struct.new(
3855
3920
  :input_security_group_id)
3921
+ SENSITIVE = []
3856
3922
  include Aws::Structure
3857
3923
  end
3858
3924
 
@@ -3879,6 +3945,7 @@ module Aws::MediaLive
3879
3945
  class DeleteMultiplexProgramRequest < Struct.new(
3880
3946
  :multiplex_id,
3881
3947
  :program_name)
3948
+ SENSITIVE = []
3882
3949
  include Aws::Structure
3883
3950
  end
3884
3951
 
@@ -3903,6 +3970,7 @@ module Aws::MediaLive
3903
3970
  :multiplex_program_settings,
3904
3971
  :packet_identifiers_map,
3905
3972
  :program_name)
3973
+ SENSITIVE = []
3906
3974
  include Aws::Structure
3907
3975
  end
3908
3976
 
@@ -3920,6 +3988,7 @@ module Aws::MediaLive
3920
3988
  #
3921
3989
  class DeleteMultiplexRequest < Struct.new(
3922
3990
  :multiplex_id)
3991
+ SENSITIVE = []
3923
3992
  include Aws::Structure
3924
3993
  end
3925
3994
 
@@ -3968,6 +4037,7 @@ module Aws::MediaLive
3968
4037
  :program_count,
3969
4038
  :state,
3970
4039
  :tags)
4040
+ SENSITIVE = []
3971
4041
  include Aws::Structure
3972
4042
  end
3973
4043
 
@@ -3985,6 +4055,7 @@ module Aws::MediaLive
3985
4055
  #
3986
4056
  class DeleteReservationRequest < Struct.new(
3987
4057
  :reservation_id)
4058
+ SENSITIVE = []
3988
4059
  include Aws::Structure
3989
4060
  end
3990
4061
 
@@ -4067,6 +4138,7 @@ module Aws::MediaLive
4067
4138
  :state,
4068
4139
  :tags,
4069
4140
  :usage_price)
4141
+ SENSITIVE = []
4070
4142
  include Aws::Structure
4071
4143
  end
4072
4144
 
@@ -4084,6 +4156,7 @@ module Aws::MediaLive
4084
4156
  #
4085
4157
  class DeleteScheduleRequest < Struct.new(
4086
4158
  :channel_id)
4159
+ SENSITIVE = []
4087
4160
  include Aws::Structure
4088
4161
  end
4089
4162
 
@@ -4110,6 +4183,7 @@ module Aws::MediaLive
4110
4183
  class DeleteTagsRequest < Struct.new(
4111
4184
  :resource_arn,
4112
4185
  :tag_keys)
4186
+ SENSITIVE = []
4113
4187
  include Aws::Structure
4114
4188
  end
4115
4189
 
@@ -4127,6 +4201,7 @@ module Aws::MediaLive
4127
4201
  #
4128
4202
  class DescribeChannelRequest < Struct.new(
4129
4203
  :channel_id)
4204
+ SENSITIVE = []
4130
4205
  include Aws::Structure
4131
4206
  end
4132
4207
 
@@ -4197,6 +4272,7 @@ module Aws::MediaLive
4197
4272
  :role_arn,
4198
4273
  :state,
4199
4274
  :tags)
4275
+ SENSITIVE = []
4200
4276
  include Aws::Structure
4201
4277
  end
4202
4278
 
@@ -4214,6 +4290,7 @@ module Aws::MediaLive
4214
4290
  #
4215
4291
  class DescribeInputDeviceRequest < Struct.new(
4216
4292
  :input_device_id)
4293
+ SENSITIVE = []
4217
4294
  include Aws::Structure
4218
4295
  end
4219
4296
 
@@ -4272,6 +4349,7 @@ module Aws::MediaLive
4272
4349
  :network_settings,
4273
4350
  :serial_number,
4274
4351
  :type)
4352
+ SENSITIVE = []
4275
4353
  include Aws::Structure
4276
4354
  end
4277
4355
 
@@ -4289,6 +4367,7 @@ module Aws::MediaLive
4289
4367
  #
4290
4368
  class DescribeInputRequest < Struct.new(
4291
4369
  :input_id)
4370
+ SENSITIVE = []
4292
4371
  include Aws::Structure
4293
4372
  end
4294
4373
 
@@ -4362,6 +4441,7 @@ module Aws::MediaLive
4362
4441
  :state,
4363
4442
  :tags,
4364
4443
  :type)
4444
+ SENSITIVE = []
4365
4445
  include Aws::Structure
4366
4446
  end
4367
4447
 
@@ -4379,6 +4459,7 @@ module Aws::MediaLive
4379
4459
  #
4380
4460
  class DescribeInputSecurityGroupRequest < Struct.new(
4381
4461
  :input_security_group_id)
4462
+ SENSITIVE = []
4382
4463
  include Aws::Structure
4383
4464
  end
4384
4465
 
@@ -4409,6 +4490,7 @@ module Aws::MediaLive
4409
4490
  :state,
4410
4491
  :tags,
4411
4492
  :whitelist_rules)
4493
+ SENSITIVE = []
4412
4494
  include Aws::Structure
4413
4495
  end
4414
4496
 
@@ -4431,6 +4513,7 @@ module Aws::MediaLive
4431
4513
  class DescribeMultiplexProgramRequest < Struct.new(
4432
4514
  :multiplex_id,
4433
4515
  :program_name)
4516
+ SENSITIVE = []
4434
4517
  include Aws::Structure
4435
4518
  end
4436
4519
 
@@ -4455,6 +4538,7 @@ module Aws::MediaLive
4455
4538
  :multiplex_program_settings,
4456
4539
  :packet_identifiers_map,
4457
4540
  :program_name)
4541
+ SENSITIVE = []
4458
4542
  include Aws::Structure
4459
4543
  end
4460
4544
 
@@ -4472,6 +4556,7 @@ module Aws::MediaLive
4472
4556
  #
4473
4557
  class DescribeMultiplexRequest < Struct.new(
4474
4558
  :multiplex_id)
4559
+ SENSITIVE = []
4475
4560
  include Aws::Structure
4476
4561
  end
4477
4562
 
@@ -4520,6 +4605,7 @@ module Aws::MediaLive
4520
4605
  :program_count,
4521
4606
  :state,
4522
4607
  :tags)
4608
+ SENSITIVE = []
4523
4609
  include Aws::Structure
4524
4610
  end
4525
4611
 
@@ -4537,6 +4623,7 @@ module Aws::MediaLive
4537
4623
  #
4538
4624
  class DescribeOfferingRequest < Struct.new(
4539
4625
  :offering_id)
4626
+ SENSITIVE = []
4540
4627
  include Aws::Structure
4541
4628
  end
4542
4629
 
@@ -4590,6 +4677,7 @@ module Aws::MediaLive
4590
4677
  :region,
4591
4678
  :resource_specification,
4592
4679
  :usage_price)
4680
+ SENSITIVE = []
4593
4681
  include Aws::Structure
4594
4682
  end
4595
4683
 
@@ -4607,6 +4695,7 @@ module Aws::MediaLive
4607
4695
  #
4608
4696
  class DescribeReservationRequest < Struct.new(
4609
4697
  :reservation_id)
4698
+ SENSITIVE = []
4610
4699
  include Aws::Structure
4611
4700
  end
4612
4701
 
@@ -4689,6 +4778,7 @@ module Aws::MediaLive
4689
4778
  :state,
4690
4779
  :tags,
4691
4780
  :usage_price)
4781
+ SENSITIVE = []
4692
4782
  include Aws::Structure
4693
4783
  end
4694
4784
 
@@ -4716,6 +4806,7 @@ module Aws::MediaLive
4716
4806
  :channel_id,
4717
4807
  :max_results,
4718
4808
  :next_token)
4809
+ SENSITIVE = []
4719
4810
  include Aws::Structure
4720
4811
  end
4721
4812
 
@@ -4730,6 +4821,7 @@ module Aws::MediaLive
4730
4821
  class DescribeScheduleResponse < Struct.new(
4731
4822
  :next_token,
4732
4823
  :schedule_actions)
4824
+ SENSITIVE = []
4733
4825
  include Aws::Structure
4734
4826
  end
4735
4827
 
@@ -4764,6 +4856,7 @@ module Aws::MediaLive
4764
4856
  :network_id,
4765
4857
  :network_name,
4766
4858
  :rep_interval)
4859
+ SENSITIVE = []
4767
4860
  include Aws::Structure
4768
4861
  end
4769
4862
 
@@ -4812,6 +4905,7 @@ module Aws::MediaLive
4812
4905
  :rep_interval,
4813
4906
  :service_name,
4814
4907
  :service_provider_name)
4908
+ SENSITIVE = []
4815
4909
  include Aws::Structure
4816
4910
  end
4817
4911
 
@@ -4989,6 +5083,7 @@ module Aws::MediaLive
4989
5083
  :teletext_grid_control,
4990
5084
  :x_position,
4991
5085
  :y_position)
5086
+ SENSITIVE = []
4992
5087
  include Aws::Structure
4993
5088
  end
4994
5089
 
@@ -5011,6 +5106,7 @@ module Aws::MediaLive
5011
5106
  #
5012
5107
  class DvbSubSourceSettings < Struct.new(
5013
5108
  :pid)
5109
+ SENSITIVE = []
5014
5110
  include Aws::Structure
5015
5111
  end
5016
5112
 
@@ -5032,6 +5128,7 @@ module Aws::MediaLive
5032
5128
  #
5033
5129
  class DvbTdtSettings < Struct.new(
5034
5130
  :rep_interval)
5131
+ SENSITIVE = []
5035
5132
  include Aws::Structure
5036
5133
  end
5037
5134
 
@@ -5187,6 +5284,7 @@ module Aws::MediaLive
5187
5284
  :stereo_downmix,
5188
5285
  :surround_ex_mode,
5189
5286
  :surround_mode)
5287
+ SENSITIVE = []
5190
5288
  include Aws::Structure
5191
5289
  end
5192
5290
 
@@ -5246,6 +5344,7 @@ module Aws::MediaLive
5246
5344
  :scte_20_detection,
5247
5345
  :source_608_channel_number,
5248
5346
  :source_608_track_number)
5347
+ SENSITIVE = []
5249
5348
  include Aws::Structure
5250
5349
  end
5251
5350
 
@@ -6019,6 +6118,7 @@ module Aws::MediaLive
6019
6118
  :output_groups,
6020
6119
  :timecode_config,
6021
6120
  :video_descriptions)
6121
+ SENSITIVE = []
6022
6122
  include Aws::Structure
6023
6123
  end
6024
6124
 
@@ -6042,6 +6142,7 @@ module Aws::MediaLive
6042
6142
  #
6043
6143
  class FeatureActivations < Struct.new(
6044
6144
  :input_prepare_schedule_actions)
6145
+ SENSITIVE = []
6045
6146
  include Aws::Structure
6046
6147
  end
6047
6148
 
@@ -6082,6 +6183,7 @@ module Aws::MediaLive
6082
6183
  :column_depth,
6083
6184
  :include_fec,
6084
6185
  :row_length)
6186
+ SENSITIVE = []
6085
6187
  include Aws::Structure
6086
6188
  end
6087
6189
 
@@ -6106,6 +6208,7 @@ module Aws::MediaLive
6106
6208
  #
6107
6209
  class FixedModeScheduleActionStartSettings < Struct.new(
6108
6210
  :time)
6211
+ SENSITIVE = []
6109
6212
  include Aws::Structure
6110
6213
  end
6111
6214
 
@@ -6143,6 +6246,7 @@ module Aws::MediaLive
6143
6246
  :audio_rendition_sets,
6144
6247
  :nielsen_id_3_behavior,
6145
6248
  :timed_metadata_behavior)
6249
+ SENSITIVE = []
6146
6250
  include Aws::Structure
6147
6251
  end
6148
6252
 
@@ -6170,6 +6274,7 @@ module Aws::MediaLive
6170
6274
  class FollowModeScheduleActionStartSettings < Struct.new(
6171
6275
  :follow_point,
6172
6276
  :reference_action_name)
6277
+ SENSITIVE = []
6173
6278
  include Aws::Structure
6174
6279
  end
6175
6280
 
@@ -6180,6 +6285,7 @@ module Aws::MediaLive
6180
6285
  #
6181
6286
  class ForbiddenException < Struct.new(
6182
6287
  :message)
6288
+ SENSITIVE = []
6183
6289
  include Aws::Structure
6184
6290
  end
6185
6291
 
@@ -6210,6 +6316,7 @@ module Aws::MediaLive
6210
6316
  #
6211
6317
  class FrameCaptureGroupSettings < Struct.new(
6212
6318
  :destination)
6319
+ SENSITIVE = []
6213
6320
  include Aws::Structure
6214
6321
  end
6215
6322
 
@@ -6231,6 +6338,7 @@ module Aws::MediaLive
6231
6338
  #
6232
6339
  class FrameCaptureOutputSettings < Struct.new(
6233
6340
  :name_modifier)
6341
+ SENSITIVE = []
6234
6342
  include Aws::Structure
6235
6343
  end
6236
6344
 
@@ -6259,6 +6367,7 @@ module Aws::MediaLive
6259
6367
  class FrameCaptureSettings < Struct.new(
6260
6368
  :capture_interval,
6261
6369
  :capture_interval_units)
6370
+ SENSITIVE = []
6262
6371
  include Aws::Structure
6263
6372
  end
6264
6373
 
@@ -6269,6 +6378,7 @@ module Aws::MediaLive
6269
6378
  #
6270
6379
  class GatewayTimeoutException < Struct.new(
6271
6380
  :message)
6381
+ SENSITIVE = []
6272
6382
  include Aws::Structure
6273
6383
  end
6274
6384
 
@@ -6344,6 +6454,7 @@ module Aws::MediaLive
6344
6454
  :output_locking_mode,
6345
6455
  :output_timing_source,
6346
6456
  :support_low_framerate_inputs)
6457
+ SENSITIVE = []
6347
6458
  include Aws::Structure
6348
6459
  end
6349
6460
 
@@ -6379,6 +6490,7 @@ module Aws::MediaLive
6379
6490
  :color_space_passthrough_settings,
6380
6491
  :rec_601_settings,
6381
6492
  :rec_709_settings)
6493
+ SENSITIVE = []
6382
6494
  include Aws::Structure
6383
6495
  end
6384
6496
 
@@ -6402,6 +6514,7 @@ module Aws::MediaLive
6402
6514
  #
6403
6515
  class H264FilterSettings < Struct.new(
6404
6516
  :temporal_filter_settings)
6517
+ SENSITIVE = []
6405
6518
  include Aws::Structure
6406
6519
  end
6407
6520
 
@@ -6762,6 +6875,7 @@ module Aws::MediaLive
6762
6875
  :syntax,
6763
6876
  :temporal_aq,
6764
6877
  :timecode_insertion)
6878
+ SENSITIVE = []
6765
6879
  include Aws::Structure
6766
6880
  end
6767
6881
 
@@ -6806,6 +6920,7 @@ module Aws::MediaLive
6806
6920
  :hdr_10_settings,
6807
6921
  :rec_601_settings,
6808
6922
  :rec_709_settings)
6923
+ SENSITIVE = []
6809
6924
  include Aws::Structure
6810
6925
  end
6811
6926
 
@@ -7047,6 +7162,7 @@ module Aws::MediaLive
7047
7162
  :slices,
7048
7163
  :tier,
7049
7164
  :timecode_insertion)
7165
+ SENSITIVE = []
7050
7166
  include Aws::Structure
7051
7167
  end
7052
7168
 
@@ -7077,6 +7193,7 @@ module Aws::MediaLive
7077
7193
  class Hdr10Settings < Struct.new(
7078
7194
  :max_cll,
7079
7195
  :max_fall)
7196
+ SENSITIVE = []
7080
7197
  include Aws::Structure
7081
7198
  end
7082
7199
 
@@ -7138,6 +7255,7 @@ module Aws::MediaLive
7138
7255
  :restart_delay,
7139
7256
  :salt,
7140
7257
  :token)
7258
+ SENSITIVE = []
7141
7259
  include Aws::Structure
7142
7260
  end
7143
7261
 
@@ -7179,6 +7297,7 @@ module Aws::MediaLive
7179
7297
  :filecache_duration,
7180
7298
  :num_retries,
7181
7299
  :restart_delay)
7300
+ SENSITIVE = []
7182
7301
  include Aws::Structure
7183
7302
  end
7184
7303
 
@@ -7242,6 +7361,7 @@ module Aws::MediaLive
7242
7361
  :hls_basic_put_settings,
7243
7362
  :hls_media_store_settings,
7244
7363
  :hls_webdav_settings)
7364
+ SENSITIVE = []
7245
7365
  include Aws::Structure
7246
7366
  end
7247
7367
 
@@ -7637,6 +7757,7 @@ module Aws::MediaLive
7637
7757
  :timed_metadata_id_3_period,
7638
7758
  :timestamp_delta_milliseconds,
7639
7759
  :ts_file_mode)
7760
+ SENSITIVE = []
7640
7761
  include Aws::Structure
7641
7762
  end
7642
7763
 
@@ -7661,6 +7782,7 @@ module Aws::MediaLive
7661
7782
  #
7662
7783
  class HlsId3SegmentTaggingScheduleActionSettings < Struct.new(
7663
7784
  :tag)
7785
+ SENSITIVE = []
7664
7786
  include Aws::Structure
7665
7787
  end
7666
7788
 
@@ -7707,6 +7829,7 @@ module Aws::MediaLive
7707
7829
  :buffer_segments,
7708
7830
  :retries,
7709
7831
  :retry_interval)
7832
+ SENSITIVE = []
7710
7833
  include Aws::Structure
7711
7834
  end
7712
7835
 
@@ -7755,6 +7878,7 @@ module Aws::MediaLive
7755
7878
  :media_store_storage_class,
7756
7879
  :num_retries,
7757
7880
  :restart_delay)
7881
+ SENSITIVE = []
7758
7882
  include Aws::Structure
7759
7883
  end
7760
7884
 
@@ -7835,6 +7959,7 @@ module Aws::MediaLive
7835
7959
  :hls_settings,
7836
7960
  :name_modifier,
7837
7961
  :segment_modifier)
7962
+ SENSITIVE = []
7838
7963
  include Aws::Structure
7839
7964
  end
7840
7965
 
@@ -7901,6 +8026,7 @@ module Aws::MediaLive
7901
8026
  :audio_only_hls_settings,
7902
8027
  :fmp_4_hls_settings,
7903
8028
  :standard_hls_settings)
8029
+ SENSITIVE = []
7904
8030
  include Aws::Structure
7905
8031
  end
7906
8032
 
@@ -7922,6 +8048,7 @@ module Aws::MediaLive
7922
8048
  #
7923
8049
  class HlsTimedMetadataScheduleActionSettings < Struct.new(
7924
8050
  :id_3)
8051
+ SENSITIVE = []
7925
8052
  include Aws::Structure
7926
8053
  end
7927
8054
 
@@ -7969,6 +8096,7 @@ module Aws::MediaLive
7969
8096
  :http_transfer_mode,
7970
8097
  :num_retries,
7971
8098
  :restart_delay)
8099
+ SENSITIVE = []
7972
8100
  include Aws::Structure
7973
8101
  end
7974
8102
 
@@ -8068,6 +8196,7 @@ module Aws::MediaLive
8068
8196
  :state,
8069
8197
  :tags,
8070
8198
  :type)
8199
+ SENSITIVE = []
8071
8200
  include Aws::Structure
8072
8201
  end
8073
8202
 
@@ -8187,6 +8316,7 @@ module Aws::MediaLive
8187
8316
  :input_attachment_name,
8188
8317
  :input_id,
8189
8318
  :input_settings)
8319
+ SENSITIVE = []
8190
8320
  include Aws::Structure
8191
8321
  end
8192
8322
 
@@ -8214,6 +8344,7 @@ module Aws::MediaLive
8214
8344
  class InputChannelLevel < Struct.new(
8215
8345
  :gain,
8216
8346
  :input_channel)
8347
+ SENSITIVE = []
8217
8348
  include Aws::Structure
8218
8349
  end
8219
8350
 
@@ -8252,6 +8383,7 @@ module Aws::MediaLive
8252
8383
  :input_timecode_source,
8253
8384
  :start_timecode,
8254
8385
  :stop_timecode)
8386
+ SENSITIVE = []
8255
8387
  include Aws::Structure
8256
8388
  end
8257
8389
 
@@ -8282,6 +8414,7 @@ module Aws::MediaLive
8282
8414
  :port,
8283
8415
  :url,
8284
8416
  :vpc)
8417
+ SENSITIVE = []
8285
8418
  include Aws::Structure
8286
8419
  end
8287
8420
 
@@ -8302,6 +8435,7 @@ module Aws::MediaLive
8302
8435
  #
8303
8436
  class InputDestinationRequest < Struct.new(
8304
8437
  :stream_name)
8438
+ SENSITIVE = []
8305
8439
  include Aws::Structure
8306
8440
  end
8307
8441
 
@@ -8320,6 +8454,7 @@ module Aws::MediaLive
8320
8454
  class InputDestinationVpc < Struct.new(
8321
8455
  :availability_zone,
8322
8456
  :network_interface_id)
8457
+ SENSITIVE = []
8323
8458
  include Aws::Structure
8324
8459
  end
8325
8460
 
@@ -8383,6 +8518,7 @@ module Aws::MediaLive
8383
8518
  :network_settings,
8384
8519
  :serial_number,
8385
8520
  :type)
8521
+ SENSITIVE = []
8386
8522
  include Aws::Structure
8387
8523
  end
8388
8524
 
@@ -8414,6 +8550,7 @@ module Aws::MediaLive
8414
8550
  class InputDeviceConfigurableSettings < Struct.new(
8415
8551
  :configured_input,
8416
8552
  :max_bitrate)
8553
+ SENSITIVE = []
8417
8554
  include Aws::Structure
8418
8555
  end
8419
8556
 
@@ -8430,6 +8567,7 @@ module Aws::MediaLive
8430
8567
  class InputDeviceConfigurationValidationError < Struct.new(
8431
8568
  :message,
8432
8569
  :validation_errors)
8570
+ SENSITIVE = []
8433
8571
  include Aws::Structure
8434
8572
  end
8435
8573
 
@@ -8482,6 +8620,7 @@ module Aws::MediaLive
8482
8620
  :max_bitrate,
8483
8621
  :scan_type,
8484
8622
  :width)
8623
+ SENSITIVE = []
8485
8624
  include Aws::Structure
8486
8625
  end
8487
8626
 
@@ -8517,6 +8656,7 @@ module Aws::MediaLive
8517
8656
  :ip_address,
8518
8657
  :ip_scheme,
8519
8658
  :subnet_mask)
8659
+ SENSITIVE = []
8520
8660
  include Aws::Structure
8521
8661
  end
8522
8662
 
@@ -8537,6 +8677,7 @@ module Aws::MediaLive
8537
8677
  #
8538
8678
  class InputDeviceRequest < Struct.new(
8539
8679
  :id)
8680
+ SENSITIVE = []
8540
8681
  include Aws::Structure
8541
8682
  end
8542
8683
 
@@ -8557,6 +8698,7 @@ module Aws::MediaLive
8557
8698
  #
8558
8699
  class InputDeviceSettings < Struct.new(
8559
8700
  :id)
8701
+ SENSITIVE = []
8560
8702
  include Aws::Structure
8561
8703
  end
8562
8704
 
@@ -8620,6 +8762,7 @@ module Aws::MediaLive
8620
8762
  :network_settings,
8621
8763
  :serial_number,
8622
8764
  :type)
8765
+ SENSITIVE = []
8623
8766
  include Aws::Structure
8624
8767
  end
8625
8768
 
@@ -8659,6 +8802,7 @@ module Aws::MediaLive
8659
8802
  :password_param,
8660
8803
  :uri,
8661
8804
  :username)
8805
+ SENSITIVE = []
8662
8806
  include Aws::Structure
8663
8807
  end
8664
8808
 
@@ -8717,6 +8861,7 @@ module Aws::MediaLive
8717
8861
  :input_loss_image_slate,
8718
8862
  :input_loss_image_type,
8719
8863
  :repeat_frame_msec)
8864
+ SENSITIVE = []
8720
8865
  include Aws::Structure
8721
8866
  end
8722
8867
 
@@ -8764,6 +8909,7 @@ module Aws::MediaLive
8764
8909
  :input_attachment_name_reference,
8765
8910
  :input_clipping_settings,
8766
8911
  :url_path)
8912
+ SENSITIVE = []
8767
8913
  include Aws::Structure
8768
8914
  end
8769
8915
 
@@ -8802,6 +8948,7 @@ module Aws::MediaLive
8802
8948
  :state,
8803
8949
  :tags,
8804
8950
  :whitelist_rules)
8951
+ SENSITIVE = []
8805
8952
  include Aws::Structure
8806
8953
  end
8807
8954
 
@@ -8820,6 +8967,7 @@ module Aws::MediaLive
8820
8967
  class InputSecurityGroupWhitelistRequest < Struct.new(
8821
8968
  :tags,
8822
8969
  :whitelist_rules)
8970
+ SENSITIVE = []
8823
8971
  include Aws::Structure
8824
8972
  end
8825
8973
 
@@ -8976,6 +9124,7 @@ module Aws::MediaLive
8976
9124
  :smpte_2038_data_preference,
8977
9125
  :source_end_behavior,
8978
9126
  :video_selector)
9127
+ SENSITIVE = []
8979
9128
  include Aws::Structure
8980
9129
  end
8981
9130
 
@@ -9000,6 +9149,7 @@ module Aws::MediaLive
9000
9149
  :password_param,
9001
9150
  :url,
9002
9151
  :username)
9152
+ SENSITIVE = []
9003
9153
  include Aws::Structure
9004
9154
  end
9005
9155
 
@@ -9033,6 +9183,7 @@ module Aws::MediaLive
9033
9183
  :password_param,
9034
9184
  :url,
9035
9185
  :username)
9186
+ SENSITIVE = []
9036
9187
  include Aws::Structure
9037
9188
  end
9038
9189
 
@@ -9063,6 +9214,7 @@ module Aws::MediaLive
9063
9214
  :codec,
9064
9215
  :maximum_bitrate,
9065
9216
  :resolution)
9217
+ SENSITIVE = []
9066
9218
  include Aws::Structure
9067
9219
  end
9068
9220
 
@@ -9110,6 +9262,7 @@ module Aws::MediaLive
9110
9262
  :input_attachment_name_reference,
9111
9263
  :input_clipping_settings,
9112
9264
  :url_path)
9265
+ SENSITIVE = []
9113
9266
  include Aws::Structure
9114
9267
  end
9115
9268
 
@@ -9143,6 +9296,7 @@ module Aws::MediaLive
9143
9296
  class InputVpcRequest < Struct.new(
9144
9297
  :security_group_ids,
9145
9298
  :subnet_ids)
9299
+ SENSITIVE = []
9146
9300
  include Aws::Structure
9147
9301
  end
9148
9302
 
@@ -9156,6 +9310,7 @@ module Aws::MediaLive
9156
9310
  #
9157
9311
  class InputWhitelistRule < Struct.new(
9158
9312
  :cidr)
9313
+ SENSITIVE = []
9159
9314
  include Aws::Structure
9160
9315
  end
9161
9316
 
@@ -9176,6 +9331,7 @@ module Aws::MediaLive
9176
9331
  #
9177
9332
  class InputWhitelistRuleCidr < Struct.new(
9178
9333
  :cidr)
9334
+ SENSITIVE = []
9179
9335
  include Aws::Structure
9180
9336
  end
9181
9337
 
@@ -9186,6 +9342,7 @@ module Aws::MediaLive
9186
9342
  #
9187
9343
  class InternalServerErrorException < Struct.new(
9188
9344
  :message)
9345
+ SENSITIVE = []
9189
9346
  include Aws::Structure
9190
9347
  end
9191
9348
 
@@ -9196,6 +9353,7 @@ module Aws::MediaLive
9196
9353
  #
9197
9354
  class InternalServiceError < Struct.new(
9198
9355
  :message)
9356
+ SENSITIVE = []
9199
9357
  include Aws::Structure
9200
9358
  end
9201
9359
 
@@ -9206,6 +9364,7 @@ module Aws::MediaLive
9206
9364
  #
9207
9365
  class InvalidRequest < Struct.new(
9208
9366
  :message)
9367
+ SENSITIVE = []
9209
9368
  include Aws::Structure
9210
9369
  end
9211
9370
 
@@ -9233,6 +9392,7 @@ module Aws::MediaLive
9233
9392
  #
9234
9393
  class KeyProviderSettings < Struct.new(
9235
9394
  :static_key_settings)
9395
+ SENSITIVE = []
9236
9396
  include Aws::Structure
9237
9397
  end
9238
9398
 
@@ -9243,6 +9403,7 @@ module Aws::MediaLive
9243
9403
  #
9244
9404
  class LimitExceeded < Struct.new(
9245
9405
  :message)
9406
+ SENSITIVE = []
9246
9407
  include Aws::Structure
9247
9408
  end
9248
9409
 
@@ -9265,6 +9426,7 @@ module Aws::MediaLive
9265
9426
  class ListChannelsRequest < Struct.new(
9266
9427
  :max_results,
9267
9428
  :next_token)
9429
+ SENSITIVE = []
9268
9430
  include Aws::Structure
9269
9431
  end
9270
9432
 
@@ -9279,6 +9441,7 @@ module Aws::MediaLive
9279
9441
  class ListChannelsResponse < Struct.new(
9280
9442
  :channels,
9281
9443
  :next_token)
9444
+ SENSITIVE = []
9282
9445
  include Aws::Structure
9283
9446
  end
9284
9447
 
@@ -9293,6 +9456,7 @@ module Aws::MediaLive
9293
9456
  class ListChannelsResultModel < Struct.new(
9294
9457
  :channels,
9295
9458
  :next_token)
9459
+ SENSITIVE = []
9296
9460
  include Aws::Structure
9297
9461
  end
9298
9462
 
@@ -9315,6 +9479,7 @@ module Aws::MediaLive
9315
9479
  class ListInputDevicesRequest < Struct.new(
9316
9480
  :max_results,
9317
9481
  :next_token)
9482
+ SENSITIVE = []
9318
9483
  include Aws::Structure
9319
9484
  end
9320
9485
 
@@ -9329,6 +9494,7 @@ module Aws::MediaLive
9329
9494
  class ListInputDevicesResponse < Struct.new(
9330
9495
  :input_devices,
9331
9496
  :next_token)
9497
+ SENSITIVE = []
9332
9498
  include Aws::Structure
9333
9499
  end
9334
9500
 
@@ -9347,6 +9513,7 @@ module Aws::MediaLive
9347
9513
  class ListInputDevicesResultModel < Struct.new(
9348
9514
  :input_devices,
9349
9515
  :next_token)
9516
+ SENSITIVE = []
9350
9517
  include Aws::Structure
9351
9518
  end
9352
9519
 
@@ -9369,6 +9536,7 @@ module Aws::MediaLive
9369
9536
  class ListInputSecurityGroupsRequest < Struct.new(
9370
9537
  :max_results,
9371
9538
  :next_token)
9539
+ SENSITIVE = []
9372
9540
  include Aws::Structure
9373
9541
  end
9374
9542
 
@@ -9383,6 +9551,7 @@ module Aws::MediaLive
9383
9551
  class ListInputSecurityGroupsResponse < Struct.new(
9384
9552
  :input_security_groups,
9385
9553
  :next_token)
9554
+ SENSITIVE = []
9386
9555
  include Aws::Structure
9387
9556
  end
9388
9557
 
@@ -9400,6 +9569,7 @@ module Aws::MediaLive
9400
9569
  class ListInputSecurityGroupsResultModel < Struct.new(
9401
9570
  :input_security_groups,
9402
9571
  :next_token)
9572
+ SENSITIVE = []
9403
9573
  include Aws::Structure
9404
9574
  end
9405
9575
 
@@ -9422,6 +9592,7 @@ module Aws::MediaLive
9422
9592
  class ListInputsRequest < Struct.new(
9423
9593
  :max_results,
9424
9594
  :next_token)
9595
+ SENSITIVE = []
9425
9596
  include Aws::Structure
9426
9597
  end
9427
9598
 
@@ -9436,6 +9607,7 @@ module Aws::MediaLive
9436
9607
  class ListInputsResponse < Struct.new(
9437
9608
  :inputs,
9438
9609
  :next_token)
9610
+ SENSITIVE = []
9439
9611
  include Aws::Structure
9440
9612
  end
9441
9613
 
@@ -9450,6 +9622,7 @@ module Aws::MediaLive
9450
9622
  class ListInputsResultModel < Struct.new(
9451
9623
  :inputs,
9452
9624
  :next_token)
9625
+ SENSITIVE = []
9453
9626
  include Aws::Structure
9454
9627
  end
9455
9628
 
@@ -9477,6 +9650,7 @@ module Aws::MediaLive
9477
9650
  :max_results,
9478
9651
  :multiplex_id,
9479
9652
  :next_token)
9653
+ SENSITIVE = []
9480
9654
  include Aws::Structure
9481
9655
  end
9482
9656
 
@@ -9491,6 +9665,7 @@ module Aws::MediaLive
9491
9665
  class ListMultiplexProgramsResponse < Struct.new(
9492
9666
  :multiplex_programs,
9493
9667
  :next_token)
9668
+ SENSITIVE = []
9494
9669
  include Aws::Structure
9495
9670
  end
9496
9671
 
@@ -9507,6 +9682,7 @@ module Aws::MediaLive
9507
9682
  class ListMultiplexProgramsResultModel < Struct.new(
9508
9683
  :multiplex_programs,
9509
9684
  :next_token)
9685
+ SENSITIVE = []
9510
9686
  include Aws::Structure
9511
9687
  end
9512
9688
 
@@ -9529,6 +9705,7 @@ module Aws::MediaLive
9529
9705
  class ListMultiplexesRequest < Struct.new(
9530
9706
  :max_results,
9531
9707
  :next_token)
9708
+ SENSITIVE = []
9532
9709
  include Aws::Structure
9533
9710
  end
9534
9711
 
@@ -9543,6 +9720,7 @@ module Aws::MediaLive
9543
9720
  class ListMultiplexesResponse < Struct.new(
9544
9721
  :multiplexes,
9545
9722
  :next_token)
9723
+ SENSITIVE = []
9546
9724
  include Aws::Structure
9547
9725
  end
9548
9726
 
@@ -9559,6 +9737,7 @@ module Aws::MediaLive
9559
9737
  class ListMultiplexesResultModel < Struct.new(
9560
9738
  :multiplexes,
9561
9739
  :next_token)
9740
+ SENSITIVE = []
9562
9741
  include Aws::Structure
9563
9742
  end
9564
9743
 
@@ -9631,6 +9810,7 @@ module Aws::MediaLive
9631
9810
  :resource_type,
9632
9811
  :special_feature,
9633
9812
  :video_quality)
9813
+ SENSITIVE = []
9634
9814
  include Aws::Structure
9635
9815
  end
9636
9816
 
@@ -9645,6 +9825,7 @@ module Aws::MediaLive
9645
9825
  class ListOfferingsResponse < Struct.new(
9646
9826
  :next_token,
9647
9827
  :offerings)
9828
+ SENSITIVE = []
9648
9829
  include Aws::Structure
9649
9830
  end
9650
9831
 
@@ -9663,6 +9844,7 @@ module Aws::MediaLive
9663
9844
  class ListOfferingsResultModel < Struct.new(
9664
9845
  :next_token,
9665
9846
  :offerings)
9847
+ SENSITIVE = []
9666
9848
  include Aws::Structure
9667
9849
  end
9668
9850
 
@@ -9725,6 +9907,7 @@ module Aws::MediaLive
9725
9907
  :resource_type,
9726
9908
  :special_feature,
9727
9909
  :video_quality)
9910
+ SENSITIVE = []
9728
9911
  include Aws::Structure
9729
9912
  end
9730
9913
 
@@ -9739,6 +9922,7 @@ module Aws::MediaLive
9739
9922
  class ListReservationsResponse < Struct.new(
9740
9923
  :next_token,
9741
9924
  :reservations)
9925
+ SENSITIVE = []
9742
9926
  include Aws::Structure
9743
9927
  end
9744
9928
 
@@ -9757,6 +9941,7 @@ module Aws::MediaLive
9757
9941
  class ListReservationsResultModel < Struct.new(
9758
9942
  :next_token,
9759
9943
  :reservations)
9944
+ SENSITIVE = []
9760
9945
  include Aws::Structure
9761
9946
  end
9762
9947
 
@@ -9774,6 +9959,7 @@ module Aws::MediaLive
9774
9959
  #
9775
9960
  class ListTagsForResourceRequest < Struct.new(
9776
9961
  :resource_arn)
9962
+ SENSITIVE = []
9777
9963
  include Aws::Structure
9778
9964
  end
9779
9965
 
@@ -9784,6 +9970,7 @@ module Aws::MediaLive
9784
9970
  #
9785
9971
  class ListTagsForResourceResponse < Struct.new(
9786
9972
  :tags)
9973
+ SENSITIVE = []
9787
9974
  include Aws::Structure
9788
9975
  end
9789
9976
 
@@ -10195,6 +10382,7 @@ module Aws::MediaLive
10195
10382
  :timed_metadata_pid,
10196
10383
  :transport_stream_id,
10197
10384
  :video_pid)
10385
+ SENSITIVE = []
10198
10386
  include Aws::Structure
10199
10387
  end
10200
10388
 
@@ -10334,6 +10522,7 @@ module Aws::MediaLive
10334
10522
  :timed_metadata_pid,
10335
10523
  :transport_stream_id,
10336
10524
  :video_pid)
10525
+ SENSITIVE = []
10337
10526
  include Aws::Structure
10338
10527
  end
10339
10528
 
@@ -10347,6 +10536,7 @@ module Aws::MediaLive
10347
10536
  #
10348
10537
  class MediaConnectFlow < Struct.new(
10349
10538
  :flow_arn)
10539
+ SENSITIVE = []
10350
10540
  include Aws::Structure
10351
10541
  end
10352
10542
 
@@ -10367,6 +10557,7 @@ module Aws::MediaLive
10367
10557
  #
10368
10558
  class MediaConnectFlowRequest < Struct.new(
10369
10559
  :flow_arn)
10560
+ SENSITIVE = []
10370
10561
  include Aws::Structure
10371
10562
  end
10372
10563
 
@@ -10389,6 +10580,7 @@ module Aws::MediaLive
10389
10580
  #
10390
10581
  class MediaPackageGroupSettings < Struct.new(
10391
10582
  :destination)
10583
+ SENSITIVE = []
10392
10584
  include Aws::Structure
10393
10585
  end
10394
10586
 
@@ -10413,6 +10605,7 @@ module Aws::MediaLive
10413
10605
  #
10414
10606
  class MediaPackageOutputDestinationSettings < Struct.new(
10415
10607
  :channel_id)
10608
+ SENSITIVE = []
10416
10609
  include Aws::Structure
10417
10610
  end
10418
10611
 
@@ -10454,6 +10647,7 @@ module Aws::MediaLive
10454
10647
  :bitrate,
10455
10648
  :coding_mode,
10456
10649
  :sample_rate)
10650
+ SENSITIVE = []
10457
10651
  include Aws::Structure
10458
10652
  end
10459
10653
 
@@ -10615,6 +10809,7 @@ module Aws::MediaLive
10615
10809
  :stream_manifest_behavior,
10616
10810
  :timestamp_offset,
10617
10811
  :timestamp_offset_mode)
10812
+ SENSITIVE = []
10618
10813
  include Aws::Structure
10619
10814
  end
10620
10815
 
@@ -10644,6 +10839,7 @@ module Aws::MediaLive
10644
10839
  class MsSmoothOutputSettings < Struct.new(
10645
10840
  :h265_packaging_type,
10646
10841
  :name_modifier)
10842
+ SENSITIVE = []
10647
10843
  include Aws::Structure
10648
10844
  end
10649
10845
 
@@ -10702,6 +10898,7 @@ module Aws::MediaLive
10702
10898
  :program_count,
10703
10899
  :state,
10704
10900
  :tags)
10901
+ SENSITIVE = []
10705
10902
  include Aws::Structure
10706
10903
  end
10707
10904
 
@@ -10718,6 +10915,7 @@ module Aws::MediaLive
10718
10915
  class MultiplexConfigurationValidationError < Struct.new(
10719
10916
  :message,
10720
10917
  :validation_errors)
10918
+ SENSITIVE = []
10721
10919
  include Aws::Structure
10722
10920
  end
10723
10921
 
@@ -10739,6 +10937,7 @@ module Aws::MediaLive
10739
10937
  #
10740
10938
  class MultiplexMediaConnectOutputDestinationSettings < Struct.new(
10741
10939
  :entitlement_arn)
10940
+ SENSITIVE = []
10742
10941
  include Aws::Structure
10743
10942
  end
10744
10943
 
@@ -10752,6 +10951,7 @@ module Aws::MediaLive
10752
10951
  #
10753
10952
  class MultiplexOutputDestination < Struct.new(
10754
10953
  :media_connect_settings)
10954
+ SENSITIVE = []
10755
10955
  include Aws::Structure
10756
10956
  end
10757
10957
 
@@ -10774,6 +10974,7 @@ module Aws::MediaLive
10774
10974
  #
10775
10975
  class MultiplexOutputSettings < Struct.new(
10776
10976
  :destination)
10977
+ SENSITIVE = []
10777
10978
  include Aws::Structure
10778
10979
  end
10779
10980
 
@@ -10802,6 +11003,7 @@ module Aws::MediaLive
10802
11003
  :multiplex_program_settings,
10803
11004
  :packet_identifiers_map,
10804
11005
  :program_name)
11006
+ SENSITIVE = []
10805
11007
  include Aws::Structure
10806
11008
  end
10807
11009
 
@@ -10834,6 +11036,7 @@ module Aws::MediaLive
10834
11036
  class MultiplexProgramChannelDestinationSettings < Struct.new(
10835
11037
  :multiplex_id,
10836
11038
  :program_name)
11039
+ SENSITIVE = []
10837
11040
  include Aws::Structure
10838
11041
  end
10839
11042
 
@@ -10894,6 +11097,7 @@ module Aws::MediaLive
10894
11097
  :scte_35_pid,
10895
11098
  :timed_metadata_pid,
10896
11099
  :video_pid)
11100
+ SENSITIVE = []
10897
11101
  include Aws::Structure
10898
11102
  end
10899
11103
 
@@ -10921,6 +11125,7 @@ module Aws::MediaLive
10921
11125
  class MultiplexProgramServiceDescriptor < Struct.new(
10922
11126
  :provider_name,
10923
11127
  :service_name)
11128
+ SENSITIVE = []
10924
11129
  include Aws::Structure
10925
11130
  end
10926
11131
 
@@ -10970,6 +11175,7 @@ module Aws::MediaLive
10970
11175
  :program_number,
10971
11176
  :service_descriptor,
10972
11177
  :video_settings)
11178
+ SENSITIVE = []
10973
11179
  include Aws::Structure
10974
11180
  end
10975
11181
 
@@ -10986,6 +11192,7 @@ module Aws::MediaLive
10986
11192
  class MultiplexProgramSummary < Struct.new(
10987
11193
  :channel_id,
10988
11194
  :program_name)
11195
+ SENSITIVE = []
10989
11196
  include Aws::Structure
10990
11197
  end
10991
11198
 
@@ -11024,6 +11231,7 @@ module Aws::MediaLive
11024
11231
  :transport_stream_bitrate,
11025
11232
  :transport_stream_id,
11026
11233
  :transport_stream_reserved_bitrate)
11234
+ SENSITIVE = []
11027
11235
  include Aws::Structure
11028
11236
  end
11029
11237
 
@@ -11037,6 +11245,7 @@ module Aws::MediaLive
11037
11245
  #
11038
11246
  class MultiplexSettingsSummary < Struct.new(
11039
11247
  :transport_stream_bitrate)
11248
+ SENSITIVE = []
11040
11249
  include Aws::Structure
11041
11250
  end
11042
11251
 
@@ -11063,6 +11272,7 @@ module Aws::MediaLive
11063
11272
  class MultiplexStatmuxVideoSettings < Struct.new(
11064
11273
  :maximum_bitrate,
11065
11274
  :minimum_bitrate)
11275
+ SENSITIVE = []
11066
11276
  include Aws::Structure
11067
11277
  end
11068
11278
 
@@ -11114,6 +11324,7 @@ module Aws::MediaLive
11114
11324
  :program_count,
11115
11325
  :state,
11116
11326
  :tags)
11327
+ SENSITIVE = []
11117
11328
  include Aws::Structure
11118
11329
  end
11119
11330
 
@@ -11145,6 +11356,7 @@ module Aws::MediaLive
11145
11356
  class MultiplexVideoSettings < Struct.new(
11146
11357
  :constant_bitrate,
11147
11358
  :statmux_settings)
11359
+ SENSITIVE = []
11148
11360
  include Aws::Structure
11149
11361
  end
11150
11362
 
@@ -11183,6 +11395,7 @@ module Aws::MediaLive
11183
11395
  class NetworkInputSettings < Struct.new(
11184
11396
  :hls_input_settings,
11185
11397
  :server_validation)
11398
+ SENSITIVE = []
11186
11399
  include Aws::Structure
11187
11400
  end
11188
11401
 
@@ -11209,6 +11422,7 @@ module Aws::MediaLive
11209
11422
  class NielsenConfiguration < Struct.new(
11210
11423
  :distributor_id,
11211
11424
  :nielsen_pcm_to_id_3_tagging)
11425
+ SENSITIVE = []
11212
11426
  include Aws::Structure
11213
11427
  end
11214
11428
 
@@ -11219,6 +11433,7 @@ module Aws::MediaLive
11219
11433
  #
11220
11434
  class NotFoundException < Struct.new(
11221
11435
  :message)
11436
+ SENSITIVE = []
11222
11437
  include Aws::Structure
11223
11438
  end
11224
11439
 
@@ -11286,6 +11501,7 @@ module Aws::MediaLive
11286
11501
  :region,
11287
11502
  :resource_specification,
11288
11503
  :usage_price)
11504
+ SENSITIVE = []
11289
11505
  include Aws::Structure
11290
11506
  end
11291
11507
 
@@ -11538,6 +11754,7 @@ module Aws::MediaLive
11538
11754
  :output_name,
11539
11755
  :output_settings,
11540
11756
  :video_description_name)
11757
+ SENSITIVE = []
11541
11758
  include Aws::Structure
11542
11759
  end
11543
11760
 
@@ -11591,6 +11808,7 @@ module Aws::MediaLive
11591
11808
  :media_package_settings,
11592
11809
  :multiplex_settings,
11593
11810
  :settings)
11811
+ SENSITIVE = []
11594
11812
  include Aws::Structure
11595
11813
  end
11596
11814
 
@@ -11627,6 +11845,7 @@ module Aws::MediaLive
11627
11845
  :stream_name,
11628
11846
  :url,
11629
11847
  :username)
11848
+ SENSITIVE = []
11630
11849
  include Aws::Structure
11631
11850
  end
11632
11851
 
@@ -12019,6 +12238,7 @@ module Aws::MediaLive
12019
12238
  :name,
12020
12239
  :output_group_settings,
12021
12240
  :outputs)
12241
+ SENSITIVE = []
12022
12242
  include Aws::Structure
12023
12243
  end
12024
12244
 
@@ -12216,6 +12436,7 @@ module Aws::MediaLive
12216
12436
  :multiplex_group_settings,
12217
12437
  :rtmp_group_settings,
12218
12438
  :udp_group_settings)
12439
+ SENSITIVE = []
12219
12440
  include Aws::Structure
12220
12441
  end
12221
12442
 
@@ -12235,6 +12456,7 @@ module Aws::MediaLive
12235
12456
  #
12236
12457
  class OutputLocationRef < Struct.new(
12237
12458
  :destination_ref_id)
12459
+ SENSITIVE = []
12238
12460
  include Aws::Structure
12239
12461
  end
12240
12462
 
@@ -12494,6 +12716,7 @@ module Aws::MediaLive
12494
12716
  :multiplex_output_settings,
12495
12717
  :rtmp_output_settings,
12496
12718
  :udp_output_settings)
12719
+ SENSITIVE = []
12497
12720
  include Aws::Structure
12498
12721
  end
12499
12722
 
@@ -12525,6 +12748,7 @@ module Aws::MediaLive
12525
12748
  #
12526
12749
  class PauseStateScheduleActionSettings < Struct.new(
12527
12750
  :pipelines)
12751
+ SENSITIVE = []
12528
12752
  include Aws::Structure
12529
12753
  end
12530
12754
 
@@ -12551,6 +12775,7 @@ module Aws::MediaLive
12551
12775
  :active_input_attachment_name,
12552
12776
  :active_input_switch_action_name,
12553
12777
  :pipeline_id)
12778
+ SENSITIVE = []
12554
12779
  include Aws::Structure
12555
12780
  end
12556
12781
 
@@ -12571,6 +12796,7 @@ module Aws::MediaLive
12571
12796
  #
12572
12797
  class PipelinePauseStateSettings < Struct.new(
12573
12798
  :pipeline_id)
12799
+ SENSITIVE = []
12574
12800
  include Aws::Structure
12575
12801
  end
12576
12802
 
@@ -12607,6 +12833,7 @@ module Aws::MediaLive
12607
12833
  :request_id,
12608
12834
  :start,
12609
12835
  :tags)
12836
+ SENSITIVE = []
12610
12837
  include Aws::Structure
12611
12838
  end
12612
12839
 
@@ -12653,6 +12880,7 @@ module Aws::MediaLive
12653
12880
  :request_id,
12654
12881
  :start,
12655
12882
  :tags)
12883
+ SENSITIVE = []
12656
12884
  include Aws::Structure
12657
12885
  end
12658
12886
 
@@ -12664,6 +12892,7 @@ module Aws::MediaLive
12664
12892
  #
12665
12893
  class PurchaseOfferingResponse < Struct.new(
12666
12894
  :reservation)
12895
+ SENSITIVE = []
12667
12896
  include Aws::Structure
12668
12897
  end
12669
12898
 
@@ -12677,6 +12906,7 @@ module Aws::MediaLive
12677
12906
  #
12678
12907
  class PurchaseOfferingResultModel < Struct.new(
12679
12908
  :reservation)
12909
+ SENSITIVE = []
12680
12910
  include Aws::Structure
12681
12911
  end
12682
12912
 
@@ -12737,6 +12967,7 @@ module Aws::MediaLive
12737
12967
  :channel_mappings,
12738
12968
  :channels_in,
12739
12969
  :channels_out)
12970
+ SENSITIVE = []
12740
12971
  include Aws::Structure
12741
12972
  end
12742
12973
 
@@ -12841,6 +13072,7 @@ module Aws::MediaLive
12841
13072
  :state,
12842
13073
  :tags,
12843
13074
  :usage_price)
13075
+ SENSITIVE = []
12844
13076
  include Aws::Structure
12845
13077
  end
12846
13078
 
@@ -12889,6 +13121,7 @@ module Aws::MediaLive
12889
13121
  :resource_type,
12890
13122
  :special_feature,
12891
13123
  :video_quality)
13124
+ SENSITIVE = []
12892
13125
  include Aws::Structure
12893
13126
  end
12894
13127
 
@@ -12899,6 +13132,7 @@ module Aws::MediaLive
12899
13132
  #
12900
13133
  class ResourceConflict < Struct.new(
12901
13134
  :message)
13135
+ SENSITIVE = []
12902
13136
  include Aws::Structure
12903
13137
  end
12904
13138
 
@@ -12909,6 +13143,7 @@ module Aws::MediaLive
12909
13143
  #
12910
13144
  class ResourceNotFound < Struct.new(
12911
13145
  :message)
13146
+ SENSITIVE = []
12912
13147
  include Aws::Structure
12913
13148
  end
12914
13149
 
@@ -12984,6 +13219,7 @@ module Aws::MediaLive
12984
13219
  :caption_data,
12985
13220
  :input_loss_action,
12986
13221
  :restart_delay)
13222
+ SENSITIVE = []
12987
13223
  include Aws::Structure
12988
13224
  end
12989
13225
 
@@ -13029,6 +13265,7 @@ module Aws::MediaLive
13029
13265
  :connection_retry_interval,
13030
13266
  :destination,
13031
13267
  :num_retries)
13268
+ SENSITIVE = []
13032
13269
  include Aws::Structure
13033
13270
  end
13034
13271
 
@@ -13171,6 +13408,7 @@ module Aws::MediaLive
13171
13408
  :action_name,
13172
13409
  :schedule_action_settings,
13173
13410
  :schedule_action_start_settings)
13411
+ SENSITIVE = []
13174
13412
  include Aws::Structure
13175
13413
  end
13176
13414
 
@@ -13329,6 +13567,7 @@ module Aws::MediaLive
13329
13567
  :scte_35_time_signal_settings,
13330
13568
  :static_image_activate_settings,
13331
13569
  :static_image_deactivate_settings)
13570
+ SENSITIVE = []
13332
13571
  include Aws::Structure
13333
13572
  end
13334
13573
 
@@ -13368,6 +13607,7 @@ module Aws::MediaLive
13368
13607
  :fixed_mode_schedule_action_start_settings,
13369
13608
  :follow_mode_schedule_action_start_settings,
13370
13609
  :immediate_mode_schedule_action_start_settings)
13610
+ SENSITIVE = []
13371
13611
  include Aws::Structure
13372
13612
  end
13373
13613
 
@@ -13392,6 +13632,7 @@ module Aws::MediaLive
13392
13632
  class ScheduleDescribeResultModel < Struct.new(
13393
13633
  :next_token,
13394
13634
  :schedule_actions)
13635
+ SENSITIVE = []
13395
13636
  include Aws::Structure
13396
13637
  end
13397
13638
 
@@ -13430,6 +13671,7 @@ module Aws::MediaLive
13430
13671
  class Scte20SourceSettings < Struct.new(
13431
13672
  :convert_608_to_708,
13432
13673
  :source_608_channel_number)
13674
+ SENSITIVE = []
13433
13675
  include Aws::Structure
13434
13676
  end
13435
13677
 
@@ -13465,6 +13707,7 @@ module Aws::MediaLive
13465
13707
  #
13466
13708
  class Scte27SourceSettings < Struct.new(
13467
13709
  :pid)
13710
+ SENSITIVE = []
13468
13711
  include Aws::Structure
13469
13712
  end
13470
13713
 
@@ -13506,6 +13749,7 @@ module Aws::MediaLive
13506
13749
  :device_restrictions,
13507
13750
  :no_regional_blackout_flag,
13508
13751
  :web_delivery_allowed_flag)
13752
+ SENSITIVE = []
13509
13753
  include Aws::Structure
13510
13754
  end
13511
13755
 
@@ -13545,6 +13789,7 @@ module Aws::MediaLive
13545
13789
  #
13546
13790
  class Scte35Descriptor < Struct.new(
13547
13791
  :scte_35_descriptor_settings)
13792
+ SENSITIVE = []
13548
13793
  include Aws::Structure
13549
13794
  end
13550
13795
 
@@ -13582,6 +13827,7 @@ module Aws::MediaLive
13582
13827
  #
13583
13828
  class Scte35DescriptorSettings < Struct.new(
13584
13829
  :segmentation_descriptor_scte_35_descriptor_settings)
13830
+ SENSITIVE = []
13585
13831
  include Aws::Structure
13586
13832
  end
13587
13833
 
@@ -13603,6 +13849,7 @@ module Aws::MediaLive
13603
13849
  #
13604
13850
  class Scte35ReturnToNetworkScheduleActionSettings < Struct.new(
13605
13851
  :splice_event_id)
13852
+ SENSITIVE = []
13606
13853
  include Aws::Structure
13607
13854
  end
13608
13855
 
@@ -13711,6 +13958,7 @@ module Aws::MediaLive
13711
13958
  :segments_expected,
13712
13959
  :sub_segment_num,
13713
13960
  :sub_segments_expected)
13961
+ SENSITIVE = []
13714
13962
  include Aws::Structure
13715
13963
  end
13716
13964
 
@@ -13747,6 +13995,7 @@ module Aws::MediaLive
13747
13995
  :ad_avail_offset,
13748
13996
  :no_regional_blackout_flag,
13749
13997
  :web_delivery_allowed_flag)
13998
+ SENSITIVE = []
13750
13999
  include Aws::Structure
13751
14000
  end
13752
14001
 
@@ -13780,6 +14029,7 @@ module Aws::MediaLive
13780
14029
  class Scte35SpliceInsertScheduleActionSettings < Struct.new(
13781
14030
  :duration,
13782
14031
  :splice_event_id)
14032
+ SENSITIVE = []
13783
14033
  include Aws::Structure
13784
14034
  end
13785
14035
 
@@ -13816,6 +14066,7 @@ module Aws::MediaLive
13816
14066
  :ad_avail_offset,
13817
14067
  :no_regional_blackout_flag,
13818
14068
  :web_delivery_allowed_flag)
14069
+ SENSITIVE = []
13819
14070
  include Aws::Structure
13820
14071
  end
13821
14072
 
@@ -13860,6 +14111,7 @@ module Aws::MediaLive
13860
14111
  #
13861
14112
  class Scte35TimeSignalScheduleActionSettings < Struct.new(
13862
14113
  :scte_35_descriptors)
14114
+ SENSITIVE = []
13863
14115
  include Aws::Structure
13864
14116
  end
13865
14117
 
@@ -13914,6 +14166,7 @@ module Aws::MediaLive
13914
14166
  class StandardHlsSettings < Struct.new(
13915
14167
  :audio_rendition_sets,
13916
14168
  :m3u_8_settings)
14169
+ SENSITIVE = []
13917
14170
  include Aws::Structure
13918
14171
  end
13919
14172
 
@@ -13931,6 +14184,7 @@ module Aws::MediaLive
13931
14184
  #
13932
14185
  class StartChannelRequest < Struct.new(
13933
14186
  :channel_id)
14187
+ SENSITIVE = []
13934
14188
  include Aws::Structure
13935
14189
  end
13936
14190
 
@@ -14001,6 +14255,7 @@ module Aws::MediaLive
14001
14255
  :role_arn,
14002
14256
  :state,
14003
14257
  :tags)
14258
+ SENSITIVE = []
14004
14259
  include Aws::Structure
14005
14260
  end
14006
14261
 
@@ -14018,6 +14273,7 @@ module Aws::MediaLive
14018
14273
  #
14019
14274
  class StartMultiplexRequest < Struct.new(
14020
14275
  :multiplex_id)
14276
+ SENSITIVE = []
14021
14277
  include Aws::Structure
14022
14278
  end
14023
14279
 
@@ -14066,6 +14322,7 @@ module Aws::MediaLive
14066
14322
  :program_count,
14067
14323
  :state,
14068
14324
  :tags)
14325
+ SENSITIVE = []
14069
14326
  include Aws::Structure
14070
14327
  end
14071
14328
 
@@ -14088,6 +14345,7 @@ module Aws::MediaLive
14088
14345
  #
14089
14346
  class StartTimecode < Struct.new(
14090
14347
  :timecode)
14348
+ SENSITIVE = []
14091
14349
  include Aws::Structure
14092
14350
  end
14093
14351
 
@@ -14191,6 +14449,7 @@ module Aws::MediaLive
14191
14449
  :layer,
14192
14450
  :opacity,
14193
14451
  :width)
14452
+ SENSITIVE = []
14194
14453
  include Aws::Structure
14195
14454
  end
14196
14455
 
@@ -14218,6 +14477,7 @@ module Aws::MediaLive
14218
14477
  class StaticImageDeactivateScheduleActionSettings < Struct.new(
14219
14478
  :fade_out,
14220
14479
  :layer)
14480
+ SENSITIVE = []
14221
14481
  include Aws::Structure
14222
14482
  end
14223
14483
 
@@ -14248,6 +14508,7 @@ module Aws::MediaLive
14248
14508
  class StaticKeySettings < Struct.new(
14249
14509
  :key_provider_server,
14250
14510
  :static_key_value)
14511
+ SENSITIVE = []
14251
14512
  include Aws::Structure
14252
14513
  end
14253
14514
 
@@ -14265,6 +14526,7 @@ module Aws::MediaLive
14265
14526
  #
14266
14527
  class StopChannelRequest < Struct.new(
14267
14528
  :channel_id)
14529
+ SENSITIVE = []
14268
14530
  include Aws::Structure
14269
14531
  end
14270
14532
 
@@ -14335,6 +14597,7 @@ module Aws::MediaLive
14335
14597
  :role_arn,
14336
14598
  :state,
14337
14599
  :tags)
14600
+ SENSITIVE = []
14338
14601
  include Aws::Structure
14339
14602
  end
14340
14603
 
@@ -14352,6 +14615,7 @@ module Aws::MediaLive
14352
14615
  #
14353
14616
  class StopMultiplexRequest < Struct.new(
14354
14617
  :multiplex_id)
14618
+ SENSITIVE = []
14355
14619
  include Aws::Structure
14356
14620
  end
14357
14621
 
@@ -14400,6 +14664,7 @@ module Aws::MediaLive
14400
14664
  :program_count,
14401
14665
  :state,
14402
14666
  :tags)
14667
+ SENSITIVE = []
14403
14668
  include Aws::Structure
14404
14669
  end
14405
14670
 
@@ -14430,6 +14695,7 @@ module Aws::MediaLive
14430
14695
  class StopTimecode < Struct.new(
14431
14696
  :last_frame_clipping_behavior,
14432
14697
  :timecode)
14698
+ SENSITIVE = []
14433
14699
  include Aws::Structure
14434
14700
  end
14435
14701
 
@@ -14440,6 +14706,7 @@ module Aws::MediaLive
14440
14706
  #
14441
14707
  class TagsModel < Struct.new(
14442
14708
  :tags)
14709
+ SENSITIVE = []
14443
14710
  include Aws::Structure
14444
14711
  end
14445
14712
 
@@ -14471,6 +14738,7 @@ module Aws::MediaLive
14471
14738
  #
14472
14739
  class TeletextSourceSettings < Struct.new(
14473
14740
  :page_number)
14741
+ SENSITIVE = []
14474
14742
  include Aws::Structure
14475
14743
  end
14476
14744
 
@@ -14503,6 +14771,7 @@ module Aws::MediaLive
14503
14771
  class TemporalFilterSettings < Struct.new(
14504
14772
  :post_filter_sharpening,
14505
14773
  :strength)
14774
+ SENSITIVE = []
14506
14775
  include Aws::Structure
14507
14776
  end
14508
14777
 
@@ -14538,6 +14807,7 @@ module Aws::MediaLive
14538
14807
  class TimecodeConfig < Struct.new(
14539
14808
  :source,
14540
14809
  :sync_threshold)
14810
+ SENSITIVE = []
14541
14811
  include Aws::Structure
14542
14812
  end
14543
14813
 
@@ -14548,6 +14818,7 @@ module Aws::MediaLive
14548
14818
  #
14549
14819
  class TooManyRequestsException < Struct.new(
14550
14820
  :message)
14821
+ SENSITIVE = []
14551
14822
  include Aws::Structure
14552
14823
  end
14553
14824
 
@@ -14570,6 +14841,7 @@ module Aws::MediaLive
14570
14841
  #
14571
14842
  class TtmlDestinationSettings < Struct.new(
14572
14843
  :style_control)
14844
+ SENSITIVE = []
14573
14845
  include Aws::Structure
14574
14846
  end
14575
14847
 
@@ -14649,6 +14921,7 @@ module Aws::MediaLive
14649
14921
  #
14650
14922
  class UdpContainerSettings < Struct.new(
14651
14923
  :m2ts_settings)
14924
+ SENSITIVE = []
14652
14925
  include Aws::Structure
14653
14926
  end
14654
14927
 
@@ -14688,6 +14961,7 @@ module Aws::MediaLive
14688
14961
  :input_loss_action,
14689
14962
  :timed_metadata_id_3_frame,
14690
14963
  :timed_metadata_id_3_period)
14964
+ SENSITIVE = []
14691
14965
  include Aws::Structure
14692
14966
  end
14693
14967
 
@@ -14800,6 +15074,7 @@ module Aws::MediaLive
14800
15074
  :container_settings,
14801
15075
  :destination,
14802
15076
  :fec_output_settings)
15077
+ SENSITIVE = []
14803
15078
  include Aws::Structure
14804
15079
  end
14805
15080
 
@@ -14814,6 +15089,7 @@ module Aws::MediaLive
14814
15089
  class UnprocessableEntityException < Struct.new(
14815
15090
  :message,
14816
15091
  :validation_errors)
15092
+ SENSITIVE = []
14817
15093
  include Aws::Structure
14818
15094
  end
14819
15095
 
@@ -14857,6 +15133,7 @@ module Aws::MediaLive
14857
15133
  :log_level,
14858
15134
  :name,
14859
15135
  :role_arn)
15136
+ SENSITIVE = []
14860
15137
  include Aws::Structure
14861
15138
  end
14862
15139
 
@@ -14873,6 +15150,7 @@ module Aws::MediaLive
14873
15150
  class UpdateChannelClass < Struct.new(
14874
15151
  :channel_class,
14875
15152
  :destinations)
15153
+ SENSITIVE = []
14876
15154
  include Aws::Structure
14877
15155
  end
14878
15156
 
@@ -14923,6 +15201,7 @@ module Aws::MediaLive
14923
15201
  :channel_class,
14924
15202
  :channel_id,
14925
15203
  :destinations)
15204
+ SENSITIVE = []
14926
15205
  include Aws::Structure
14927
15206
  end
14928
15207
 
@@ -14933,6 +15212,7 @@ module Aws::MediaLive
14933
15212
  #
14934
15213
  class UpdateChannelClassResponse < Struct.new(
14935
15214
  :channel)
15215
+ SENSITIVE = []
14936
15216
  include Aws::Structure
14937
15217
  end
14938
15218
 
@@ -15803,6 +16083,7 @@ module Aws::MediaLive
15803
16083
  :log_level,
15804
16084
  :name,
15805
16085
  :role_arn)
16086
+ SENSITIVE = []
15806
16087
  include Aws::Structure
15807
16088
  end
15808
16089
 
@@ -15813,6 +16094,7 @@ module Aws::MediaLive
15813
16094
  #
15814
16095
  class UpdateChannelResponse < Struct.new(
15815
16096
  :channel)
16097
+ SENSITIVE = []
15816
16098
  include Aws::Structure
15817
16099
  end
15818
16100
 
@@ -15825,6 +16107,7 @@ module Aws::MediaLive
15825
16107
  #
15826
16108
  class UpdateChannelResultModel < Struct.new(
15827
16109
  :channel)
16110
+ SENSITIVE = []
15828
16111
  include Aws::Structure
15829
16112
  end
15830
16113
 
@@ -15873,6 +16156,7 @@ module Aws::MediaLive
15873
16156
  :name,
15874
16157
  :role_arn,
15875
16158
  :sources)
16159
+ SENSITIVE = []
15876
16160
  include Aws::Structure
15877
16161
  end
15878
16162
 
@@ -15891,6 +16175,7 @@ module Aws::MediaLive
15891
16175
  class UpdateInputDevice < Struct.new(
15892
16176
  :hd_device_settings,
15893
16177
  :name)
16178
+ SENSITIVE = []
15894
16179
  include Aws::Structure
15895
16180
  end
15896
16181
 
@@ -15922,6 +16207,7 @@ module Aws::MediaLive
15922
16207
  :hd_device_settings,
15923
16208
  :input_device_id,
15924
16209
  :name)
16210
+ SENSITIVE = []
15925
16211
  include Aws::Structure
15926
16212
  end
15927
16213
 
@@ -15980,6 +16266,7 @@ module Aws::MediaLive
15980
16266
  :network_settings,
15981
16267
  :serial_number,
15982
16268
  :type)
16269
+ SENSITIVE = []
15983
16270
  include Aws::Structure
15984
16271
  end
15985
16272
 
@@ -16050,6 +16337,7 @@ module Aws::MediaLive
16050
16337
  :name,
16051
16338
  :role_arn,
16052
16339
  :sources)
16340
+ SENSITIVE = []
16053
16341
  include Aws::Structure
16054
16342
  end
16055
16343
 
@@ -16060,6 +16348,7 @@ module Aws::MediaLive
16060
16348
  #
16061
16349
  class UpdateInputResponse < Struct.new(
16062
16350
  :input)
16351
+ SENSITIVE = []
16063
16352
  include Aws::Structure
16064
16353
  end
16065
16354
 
@@ -16070,6 +16359,7 @@ module Aws::MediaLive
16070
16359
  #
16071
16360
  class UpdateInputResultModel < Struct.new(
16072
16361
  :input)
16362
+ SENSITIVE = []
16073
16363
  include Aws::Structure
16074
16364
  end
16075
16365
 
@@ -16103,6 +16393,7 @@ module Aws::MediaLive
16103
16393
  :input_security_group_id,
16104
16394
  :tags,
16105
16395
  :whitelist_rules)
16396
+ SENSITIVE = []
16106
16397
  include Aws::Structure
16107
16398
  end
16108
16399
 
@@ -16114,6 +16405,7 @@ module Aws::MediaLive
16114
16405
  #
16115
16406
  class UpdateInputSecurityGroupResponse < Struct.new(
16116
16407
  :security_group)
16408
+ SENSITIVE = []
16117
16409
  include Aws::Structure
16118
16410
  end
16119
16411
 
@@ -16125,6 +16417,7 @@ module Aws::MediaLive
16125
16417
  #
16126
16418
  class UpdateInputSecurityGroupResultModel < Struct.new(
16127
16419
  :security_group)
16420
+ SENSITIVE = []
16128
16421
  include Aws::Structure
16129
16422
  end
16130
16423
 
@@ -16141,6 +16434,7 @@ module Aws::MediaLive
16141
16434
  class UpdateMultiplex < Struct.new(
16142
16435
  :multiplex_settings,
16143
16436
  :name)
16437
+ SENSITIVE = []
16144
16438
  include Aws::Structure
16145
16439
  end
16146
16440
 
@@ -16152,6 +16446,7 @@ module Aws::MediaLive
16152
16446
  #
16153
16447
  class UpdateMultiplexProgram < Struct.new(
16154
16448
  :multiplex_program_settings)
16449
+ SENSITIVE = []
16155
16450
  include Aws::Structure
16156
16451
  end
16157
16452
 
@@ -16194,6 +16489,7 @@ module Aws::MediaLive
16194
16489
  :multiplex_id,
16195
16490
  :multiplex_program_settings,
16196
16491
  :program_name)
16492
+ SENSITIVE = []
16197
16493
  include Aws::Structure
16198
16494
  end
16199
16495
 
@@ -16205,6 +16501,7 @@ module Aws::MediaLive
16205
16501
  #
16206
16502
  class UpdateMultiplexProgramResponse < Struct.new(
16207
16503
  :multiplex_program)
16504
+ SENSITIVE = []
16208
16505
  include Aws::Structure
16209
16506
  end
16210
16507
 
@@ -16216,6 +16513,7 @@ module Aws::MediaLive
16216
16513
  #
16217
16514
  class UpdateMultiplexProgramResultModel < Struct.new(
16218
16515
  :multiplex_program)
16516
+ SENSITIVE = []
16219
16517
  include Aws::Structure
16220
16518
  end
16221
16519
 
@@ -16249,6 +16547,7 @@ module Aws::MediaLive
16249
16547
  :multiplex_id,
16250
16548
  :multiplex_settings,
16251
16549
  :name)
16550
+ SENSITIVE = []
16252
16551
  include Aws::Structure
16253
16552
  end
16254
16553
 
@@ -16260,6 +16559,7 @@ module Aws::MediaLive
16260
16559
  #
16261
16560
  class UpdateMultiplexResponse < Struct.new(
16262
16561
  :multiplex)
16562
+ SENSITIVE = []
16263
16563
  include Aws::Structure
16264
16564
  end
16265
16565
 
@@ -16271,6 +16571,7 @@ module Aws::MediaLive
16271
16571
  #
16272
16572
  class UpdateMultiplexResultModel < Struct.new(
16273
16573
  :multiplex)
16574
+ SENSITIVE = []
16274
16575
  include Aws::Structure
16275
16576
  end
16276
16577
 
@@ -16284,6 +16585,7 @@ module Aws::MediaLive
16284
16585
  #
16285
16586
  class UpdateReservation < Struct.new(
16286
16587
  :name)
16588
+ SENSITIVE = []
16287
16589
  include Aws::Structure
16288
16590
  end
16289
16591
 
@@ -16306,6 +16608,7 @@ module Aws::MediaLive
16306
16608
  class UpdateReservationRequest < Struct.new(
16307
16609
  :name,
16308
16610
  :reservation_id)
16611
+ SENSITIVE = []
16309
16612
  include Aws::Structure
16310
16613
  end
16311
16614
 
@@ -16317,6 +16620,7 @@ module Aws::MediaLive
16317
16620
  #
16318
16621
  class UpdateReservationResponse < Struct.new(
16319
16622
  :reservation)
16623
+ SENSITIVE = []
16320
16624
  include Aws::Structure
16321
16625
  end
16322
16626
 
@@ -16330,6 +16634,7 @@ module Aws::MediaLive
16330
16634
  #
16331
16635
  class UpdateReservationResultModel < Struct.new(
16332
16636
  :reservation)
16637
+ SENSITIVE = []
16333
16638
  include Aws::Structure
16334
16639
  end
16335
16640
 
@@ -16346,6 +16651,7 @@ module Aws::MediaLive
16346
16651
  class ValidationError < Struct.new(
16347
16652
  :element_path,
16348
16653
  :error_message)
16654
+ SENSITIVE = []
16349
16655
  include Aws::Structure
16350
16656
  end
16351
16657
 
@@ -16475,6 +16781,7 @@ module Aws::MediaLive
16475
16781
  :frame_capture_settings,
16476
16782
  :h264_settings,
16477
16783
  :h265_settings)
16784
+ SENSITIVE = []
16478
16785
  include Aws::Structure
16479
16786
  end
16480
16787
 
@@ -16655,6 +16962,7 @@ module Aws::MediaLive
16655
16962
  :scaling_behavior,
16656
16963
  :sharpness,
16657
16964
  :width)
16965
+ SENSITIVE = []
16658
16966
  include Aws::Structure
16659
16967
  end
16660
16968
 
@@ -16706,6 +17014,7 @@ module Aws::MediaLive
16706
17014
  :color_space,
16707
17015
  :color_space_usage,
16708
17016
  :selector_settings)
17017
+ SENSITIVE = []
16709
17018
  include Aws::Structure
16710
17019
  end
16711
17020
 
@@ -16726,6 +17035,7 @@ module Aws::MediaLive
16726
17035
  #
16727
17036
  class VideoSelectorPid < Struct.new(
16728
17037
  :pid)
17038
+ SENSITIVE = []
16729
17039
  include Aws::Structure
16730
17040
  end
16731
17041
 
@@ -16748,6 +17058,7 @@ module Aws::MediaLive
16748
17058
  #
16749
17059
  class VideoSelectorProgramId < Struct.new(
16750
17060
  :program_id)
17061
+ SENSITIVE = []
16751
17062
  include Aws::Structure
16752
17063
  end
16753
17064
 
@@ -16778,6 +17089,7 @@ module Aws::MediaLive
16778
17089
  class VideoSelectorSettings < Struct.new(
16779
17090
  :video_selector_pid,
16780
17091
  :video_selector_program_id)
17092
+ SENSITIVE = []
16781
17093
  include Aws::Structure
16782
17094
  end
16783
17095