aws-sdk-mediaconnect 1.8.0 → 1.9.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7ece6e5562ab00fe2a81b5d068ecc3295edfce62
4
- data.tar.gz: ded96e7950582def74020c9e77df4b009f559663
3
+ metadata.gz: f98f6a506dc3401762f76e112e788b04229498b0
4
+ data.tar.gz: d6f6e8f2a25c5c3017c9c9a8c7edb3b76fdf54d5
5
5
  SHA512:
6
- metadata.gz: a0a3df267aa17aa8ccad79913f7726f6a19cfb652e3dd3e88144db4bbdb6f5d0d33686fe6fd14b58f0c05ea0ff0e48ed91ac3b4a25636929c2a42899c88e75a3
7
- data.tar.gz: f4c30b0581cfd1c94197b34da196351773cc8cecae064f8a5cbb43e60f593bf1567717dc72bfb350d9cac16ccfc9303a8eb8a9286e79fabd241d965c3eb9c58e
6
+ metadata.gz: ad0168e87ab1c85f23e36619228497dae738fe7881def1f7318939d9ee19168e088aff9ea0ab88d4f97bccb2893d4f4c6033da07c062e785d442a3725625f9cd
7
+ data.tar.gz: c4f5514235aa6f2083dd6b8ee40b20002d0f21c1d7823e1ce0b24c44aa90832e9cd8f5fa1e24f9b2f5a8dca557f3127bfd40833fb56195ea98b5fd6c3c127cd9
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mediaconnect/customizations'
42
42
  # @service
43
43
  module Aws::MediaConnect
44
44
 
45
- GEM_VERSION = '1.8.0'
45
+ GEM_VERSION = '1.9.0'
46
46
 
47
47
  end
@@ -273,9 +273,14 @@ module Aws::MediaConnect
273
273
  # destination: "__string", # required
274
274
  # encryption: {
275
275
  # algorithm: "aes128", # required, accepts aes128, aes192, aes256
276
- # key_type: "static-key", # accepts static-key
276
+ # constant_initialization_vector: "__string",
277
+ # device_id: "__string",
278
+ # key_type: "speke", # accepts speke, static-key
279
+ # region: "__string",
280
+ # resource_id: "__string",
277
281
  # role_arn: "__string", # required
278
- # secret_arn: "__string", # required
282
+ # secret_arn: "__string",
283
+ # url: "__string",
279
284
  # },
280
285
  # max_latency: 1,
281
286
  # name: "__string",
@@ -294,9 +299,14 @@ module Aws::MediaConnect
294
299
  # resp.outputs[0].description #=> String
295
300
  # resp.outputs[0].destination #=> String
296
301
  # resp.outputs[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
297
- # resp.outputs[0].encryption.key_type #=> String, one of "static-key"
302
+ # resp.outputs[0].encryption.constant_initialization_vector #=> String
303
+ # resp.outputs[0].encryption.device_id #=> String
304
+ # resp.outputs[0].encryption.key_type #=> String, one of "speke", "static-key"
305
+ # resp.outputs[0].encryption.region #=> String
306
+ # resp.outputs[0].encryption.resource_id #=> String
298
307
  # resp.outputs[0].encryption.role_arn #=> String
299
308
  # resp.outputs[0].encryption.secret_arn #=> String
309
+ # resp.outputs[0].encryption.url #=> String
300
310
  # resp.outputs[0].entitlement_arn #=> String
301
311
  # resp.outputs[0].media_live_input_arn #=> String
302
312
  # resp.outputs[0].name #=> String
@@ -350,9 +360,14 @@ module Aws::MediaConnect
350
360
  # description: "__string",
351
361
  # encryption: {
352
362
  # algorithm: "aes128", # required, accepts aes128, aes192, aes256
353
- # key_type: "static-key", # accepts static-key
363
+ # constant_initialization_vector: "__string",
364
+ # device_id: "__string",
365
+ # key_type: "speke", # accepts speke, static-key
366
+ # region: "__string",
367
+ # resource_id: "__string",
354
368
  # role_arn: "__string", # required
355
- # secret_arn: "__string", # required
369
+ # secret_arn: "__string",
370
+ # url: "__string",
356
371
  # },
357
372
  # name: "__string",
358
373
  # subscribers: ["__string"], # required
@@ -365,9 +380,14 @@ module Aws::MediaConnect
365
380
  # destination: "__string", # required
366
381
  # encryption: {
367
382
  # algorithm: "aes128", # required, accepts aes128, aes192, aes256
368
- # key_type: "static-key", # accepts static-key
383
+ # constant_initialization_vector: "__string",
384
+ # device_id: "__string",
385
+ # key_type: "speke", # accepts speke, static-key
386
+ # region: "__string",
387
+ # resource_id: "__string",
369
388
  # role_arn: "__string", # required
370
- # secret_arn: "__string", # required
389
+ # secret_arn: "__string",
390
+ # url: "__string",
371
391
  # },
372
392
  # max_latency: 1,
373
393
  # name: "__string",
@@ -380,9 +400,14 @@ module Aws::MediaConnect
380
400
  # source: { # required
381
401
  # decryption: {
382
402
  # algorithm: "aes128", # required, accepts aes128, aes192, aes256
383
- # key_type: "static-key", # accepts static-key
403
+ # constant_initialization_vector: "__string",
404
+ # device_id: "__string",
405
+ # key_type: "speke", # accepts speke, static-key
406
+ # region: "__string",
407
+ # resource_id: "__string",
384
408
  # role_arn: "__string", # required
385
- # secret_arn: "__string", # required
409
+ # secret_arn: "__string",
410
+ # url: "__string",
386
411
  # },
387
412
  # description: "__string",
388
413
  # entitlement_arn: "__string",
@@ -404,9 +429,14 @@ module Aws::MediaConnect
404
429
  # resp.flow.entitlements #=> Array
405
430
  # resp.flow.entitlements[0].description #=> String
406
431
  # resp.flow.entitlements[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
407
- # resp.flow.entitlements[0].encryption.key_type #=> String, one of "static-key"
432
+ # resp.flow.entitlements[0].encryption.constant_initialization_vector #=> String
433
+ # resp.flow.entitlements[0].encryption.device_id #=> String
434
+ # resp.flow.entitlements[0].encryption.key_type #=> String, one of "speke", "static-key"
435
+ # resp.flow.entitlements[0].encryption.region #=> String
436
+ # resp.flow.entitlements[0].encryption.resource_id #=> String
408
437
  # resp.flow.entitlements[0].encryption.role_arn #=> String
409
438
  # resp.flow.entitlements[0].encryption.secret_arn #=> String
439
+ # resp.flow.entitlements[0].encryption.url #=> String
410
440
  # resp.flow.entitlements[0].entitlement_arn #=> String
411
441
  # resp.flow.entitlements[0].name #=> String
412
442
  # resp.flow.entitlements[0].subscribers #=> Array
@@ -417,9 +447,14 @@ module Aws::MediaConnect
417
447
  # resp.flow.outputs[0].description #=> String
418
448
  # resp.flow.outputs[0].destination #=> String
419
449
  # resp.flow.outputs[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
420
- # resp.flow.outputs[0].encryption.key_type #=> String, one of "static-key"
450
+ # resp.flow.outputs[0].encryption.constant_initialization_vector #=> String
451
+ # resp.flow.outputs[0].encryption.device_id #=> String
452
+ # resp.flow.outputs[0].encryption.key_type #=> String, one of "speke", "static-key"
453
+ # resp.flow.outputs[0].encryption.region #=> String
454
+ # resp.flow.outputs[0].encryption.resource_id #=> String
421
455
  # resp.flow.outputs[0].encryption.role_arn #=> String
422
456
  # resp.flow.outputs[0].encryption.secret_arn #=> String
457
+ # resp.flow.outputs[0].encryption.url #=> String
423
458
  # resp.flow.outputs[0].entitlement_arn #=> String
424
459
  # resp.flow.outputs[0].media_live_input_arn #=> String
425
460
  # resp.flow.outputs[0].name #=> String
@@ -431,9 +466,14 @@ module Aws::MediaConnect
431
466
  # resp.flow.outputs[0].transport.smoothing_latency #=> Integer
432
467
  # resp.flow.outputs[0].transport.stream_id #=> String
433
468
  # resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
434
- # resp.flow.source.decryption.key_type #=> String, one of "static-key"
469
+ # resp.flow.source.decryption.constant_initialization_vector #=> String
470
+ # resp.flow.source.decryption.device_id #=> String
471
+ # resp.flow.source.decryption.key_type #=> String, one of "speke", "static-key"
472
+ # resp.flow.source.decryption.region #=> String
473
+ # resp.flow.source.decryption.resource_id #=> String
435
474
  # resp.flow.source.decryption.role_arn #=> String
436
475
  # resp.flow.source.decryption.secret_arn #=> String
476
+ # resp.flow.source.decryption.url #=> String
437
477
  # resp.flow.source.description #=> String
438
478
  # resp.flow.source.entitlement_arn #=> String
439
479
  # resp.flow.source.ingest_ip #=> String
@@ -511,9 +551,14 @@ module Aws::MediaConnect
511
551
  # resp.flow.entitlements #=> Array
512
552
  # resp.flow.entitlements[0].description #=> String
513
553
  # resp.flow.entitlements[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
514
- # resp.flow.entitlements[0].encryption.key_type #=> String, one of "static-key"
554
+ # resp.flow.entitlements[0].encryption.constant_initialization_vector #=> String
555
+ # resp.flow.entitlements[0].encryption.device_id #=> String
556
+ # resp.flow.entitlements[0].encryption.key_type #=> String, one of "speke", "static-key"
557
+ # resp.flow.entitlements[0].encryption.region #=> String
558
+ # resp.flow.entitlements[0].encryption.resource_id #=> String
515
559
  # resp.flow.entitlements[0].encryption.role_arn #=> String
516
560
  # resp.flow.entitlements[0].encryption.secret_arn #=> String
561
+ # resp.flow.entitlements[0].encryption.url #=> String
517
562
  # resp.flow.entitlements[0].entitlement_arn #=> String
518
563
  # resp.flow.entitlements[0].name #=> String
519
564
  # resp.flow.entitlements[0].subscribers #=> Array
@@ -524,9 +569,14 @@ module Aws::MediaConnect
524
569
  # resp.flow.outputs[0].description #=> String
525
570
  # resp.flow.outputs[0].destination #=> String
526
571
  # resp.flow.outputs[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
527
- # resp.flow.outputs[0].encryption.key_type #=> String, one of "static-key"
572
+ # resp.flow.outputs[0].encryption.constant_initialization_vector #=> String
573
+ # resp.flow.outputs[0].encryption.device_id #=> String
574
+ # resp.flow.outputs[0].encryption.key_type #=> String, one of "speke", "static-key"
575
+ # resp.flow.outputs[0].encryption.region #=> String
576
+ # resp.flow.outputs[0].encryption.resource_id #=> String
528
577
  # resp.flow.outputs[0].encryption.role_arn #=> String
529
578
  # resp.flow.outputs[0].encryption.secret_arn #=> String
579
+ # resp.flow.outputs[0].encryption.url #=> String
530
580
  # resp.flow.outputs[0].entitlement_arn #=> String
531
581
  # resp.flow.outputs[0].media_live_input_arn #=> String
532
582
  # resp.flow.outputs[0].name #=> String
@@ -538,9 +588,14 @@ module Aws::MediaConnect
538
588
  # resp.flow.outputs[0].transport.smoothing_latency #=> Integer
539
589
  # resp.flow.outputs[0].transport.stream_id #=> String
540
590
  # resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
541
- # resp.flow.source.decryption.key_type #=> String, one of "static-key"
591
+ # resp.flow.source.decryption.constant_initialization_vector #=> String
592
+ # resp.flow.source.decryption.device_id #=> String
593
+ # resp.flow.source.decryption.key_type #=> String, one of "speke", "static-key"
594
+ # resp.flow.source.decryption.region #=> String
595
+ # resp.flow.source.decryption.resource_id #=> String
542
596
  # resp.flow.source.decryption.role_arn #=> String
543
597
  # resp.flow.source.decryption.secret_arn #=> String
598
+ # resp.flow.source.decryption.url #=> String
544
599
  # resp.flow.source.description #=> String
545
600
  # resp.flow.source.entitlement_arn #=> String
546
601
  # resp.flow.source.ingest_ip #=> String
@@ -586,9 +641,14 @@ module Aws::MediaConnect
586
641
  # description: "__string",
587
642
  # encryption: {
588
643
  # algorithm: "aes128", # required, accepts aes128, aes192, aes256
589
- # key_type: "static-key", # accepts static-key
644
+ # constant_initialization_vector: "__string",
645
+ # device_id: "__string",
646
+ # key_type: "speke", # accepts speke, static-key
647
+ # region: "__string",
648
+ # resource_id: "__string",
590
649
  # role_arn: "__string", # required
591
- # secret_arn: "__string", # required
650
+ # secret_arn: "__string",
651
+ # url: "__string",
592
652
  # },
593
653
  # name: "__string",
594
654
  # subscribers: ["__string"], # required
@@ -602,9 +662,14 @@ module Aws::MediaConnect
602
662
  # resp.entitlements #=> Array
603
663
  # resp.entitlements[0].description #=> String
604
664
  # resp.entitlements[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
605
- # resp.entitlements[0].encryption.key_type #=> String, one of "static-key"
665
+ # resp.entitlements[0].encryption.constant_initialization_vector #=> String
666
+ # resp.entitlements[0].encryption.device_id #=> String
667
+ # resp.entitlements[0].encryption.key_type #=> String, one of "speke", "static-key"
668
+ # resp.entitlements[0].encryption.region #=> String
669
+ # resp.entitlements[0].encryption.resource_id #=> String
606
670
  # resp.entitlements[0].encryption.role_arn #=> String
607
671
  # resp.entitlements[0].encryption.secret_arn #=> String
672
+ # resp.entitlements[0].encryption.url #=> String
608
673
  # resp.entitlements[0].entitlement_arn #=> String
609
674
  # resp.entitlements[0].name #=> String
610
675
  # resp.entitlements[0].subscribers #=> Array
@@ -939,9 +1004,14 @@ module Aws::MediaConnect
939
1004
  # description: "__string",
940
1005
  # encryption: {
941
1006
  # algorithm: "aes128", # accepts aes128, aes192, aes256
942
- # key_type: "static-key", # accepts static-key
1007
+ # constant_initialization_vector: "__string",
1008
+ # device_id: "__string",
1009
+ # key_type: "speke", # accepts speke, static-key
1010
+ # region: "__string",
1011
+ # resource_id: "__string",
943
1012
  # role_arn: "__string",
944
1013
  # secret_arn: "__string",
1014
+ # url: "__string",
945
1015
  # },
946
1016
  # entitlement_arn: "__string", # required
947
1017
  # flow_arn: "__string", # required
@@ -952,9 +1022,14 @@ module Aws::MediaConnect
952
1022
  #
953
1023
  # resp.entitlement.description #=> String
954
1024
  # resp.entitlement.encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
955
- # resp.entitlement.encryption.key_type #=> String, one of "static-key"
1025
+ # resp.entitlement.encryption.constant_initialization_vector #=> String
1026
+ # resp.entitlement.encryption.device_id #=> String
1027
+ # resp.entitlement.encryption.key_type #=> String, one of "speke", "static-key"
1028
+ # resp.entitlement.encryption.region #=> String
1029
+ # resp.entitlement.encryption.resource_id #=> String
956
1030
  # resp.entitlement.encryption.role_arn #=> String
957
1031
  # resp.entitlement.encryption.secret_arn #=> String
1032
+ # resp.entitlement.encryption.url #=> String
958
1033
  # resp.entitlement.entitlement_arn #=> String
959
1034
  # resp.entitlement.name #=> String
960
1035
  # resp.entitlement.subscribers #=> Array
@@ -1015,9 +1090,14 @@ module Aws::MediaConnect
1015
1090
  # destination: "__string",
1016
1091
  # encryption: {
1017
1092
  # algorithm: "aes128", # accepts aes128, aes192, aes256
1018
- # key_type: "static-key", # accepts static-key
1093
+ # constant_initialization_vector: "__string",
1094
+ # device_id: "__string",
1095
+ # key_type: "speke", # accepts speke, static-key
1096
+ # region: "__string",
1097
+ # resource_id: "__string",
1019
1098
  # role_arn: "__string",
1020
1099
  # secret_arn: "__string",
1100
+ # url: "__string",
1021
1101
  # },
1022
1102
  # flow_arn: "__string", # required
1023
1103
  # max_latency: 1,
@@ -1034,9 +1114,14 @@ module Aws::MediaConnect
1034
1114
  # resp.output.description #=> String
1035
1115
  # resp.output.destination #=> String
1036
1116
  # resp.output.encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
1037
- # resp.output.encryption.key_type #=> String, one of "static-key"
1117
+ # resp.output.encryption.constant_initialization_vector #=> String
1118
+ # resp.output.encryption.device_id #=> String
1119
+ # resp.output.encryption.key_type #=> String, one of "speke", "static-key"
1120
+ # resp.output.encryption.region #=> String
1121
+ # resp.output.encryption.resource_id #=> String
1038
1122
  # resp.output.encryption.role_arn #=> String
1039
1123
  # resp.output.encryption.secret_arn #=> String
1124
+ # resp.output.encryption.url #=> String
1040
1125
  # resp.output.entitlement_arn #=> String
1041
1126
  # resp.output.media_live_input_arn #=> String
1042
1127
  # resp.output.name #=> String
@@ -1106,9 +1191,14 @@ module Aws::MediaConnect
1106
1191
  # resp = client.update_flow_source({
1107
1192
  # decryption: {
1108
1193
  # algorithm: "aes128", # accepts aes128, aes192, aes256
1109
- # key_type: "static-key", # accepts static-key
1194
+ # constant_initialization_vector: "__string",
1195
+ # device_id: "__string",
1196
+ # key_type: "speke", # accepts speke, static-key
1197
+ # region: "__string",
1198
+ # resource_id: "__string",
1110
1199
  # role_arn: "__string",
1111
1200
  # secret_arn: "__string",
1201
+ # url: "__string",
1112
1202
  # },
1113
1203
  # description: "__string",
1114
1204
  # entitlement_arn: "__string",
@@ -1126,9 +1216,14 @@ module Aws::MediaConnect
1126
1216
  #
1127
1217
  # resp.flow_arn #=> String
1128
1218
  # resp.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
1129
- # resp.source.decryption.key_type #=> String, one of "static-key"
1219
+ # resp.source.decryption.constant_initialization_vector #=> String
1220
+ # resp.source.decryption.device_id #=> String
1221
+ # resp.source.decryption.key_type #=> String, one of "speke", "static-key"
1222
+ # resp.source.decryption.region #=> String
1223
+ # resp.source.decryption.resource_id #=> String
1130
1224
  # resp.source.decryption.role_arn #=> String
1131
1225
  # resp.source.decryption.secret_arn #=> String
1226
+ # resp.source.decryption.url #=> String
1132
1227
  # resp.source.description #=> String
1133
1228
  # resp.source.entitlement_arn #=> String
1134
1229
  # resp.source.ingest_ip #=> String
@@ -1164,7 +1259,7 @@ module Aws::MediaConnect
1164
1259
  params: params,
1165
1260
  config: config)
1166
1261
  context[:gem_name] = 'aws-sdk-mediaconnect'
1167
- context[:gem_version] = '1.8.0'
1262
+ context[:gem_version] = '1.9.0'
1168
1263
  Seahorse::Client::Request.new(handlers, context)
1169
1264
  end
1170
1265
 
@@ -141,9 +141,14 @@ module Aws::MediaConnect
141
141
  DescribeFlowResponse.struct_class = Types::DescribeFlowResponse
142
142
 
143
143
  Encryption.add_member(:algorithm, Shapes::ShapeRef.new(shape: Algorithm, required: true, location_name: "algorithm"))
144
+ Encryption.add_member(:constant_initialization_vector, Shapes::ShapeRef.new(shape: __string, location_name: "constantInitializationVector"))
145
+ Encryption.add_member(:device_id, Shapes::ShapeRef.new(shape: __string, location_name: "deviceId"))
144
146
  Encryption.add_member(:key_type, Shapes::ShapeRef.new(shape: KeyType, location_name: "keyType"))
147
+ Encryption.add_member(:region, Shapes::ShapeRef.new(shape: __string, location_name: "region"))
148
+ Encryption.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, location_name: "resourceId"))
145
149
  Encryption.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "roleArn"))
146
- Encryption.add_member(:secret_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "secretArn"))
150
+ Encryption.add_member(:secret_arn, Shapes::ShapeRef.new(shape: __string, location_name: "secretArn"))
151
+ Encryption.add_member(:url, Shapes::ShapeRef.new(shape: __string, location_name: "url"))
147
152
  Encryption.struct_class = Types::Encryption
148
153
 
149
154
  Entitlement.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
@@ -316,9 +321,14 @@ module Aws::MediaConnect
316
321
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
317
322
 
318
323
  UpdateEncryption.add_member(:algorithm, Shapes::ShapeRef.new(shape: Algorithm, location_name: "algorithm"))
324
+ UpdateEncryption.add_member(:constant_initialization_vector, Shapes::ShapeRef.new(shape: __string, location_name: "constantInitializationVector"))
325
+ UpdateEncryption.add_member(:device_id, Shapes::ShapeRef.new(shape: __string, location_name: "deviceId"))
319
326
  UpdateEncryption.add_member(:key_type, Shapes::ShapeRef.new(shape: KeyType, location_name: "keyType"))
327
+ UpdateEncryption.add_member(:region, Shapes::ShapeRef.new(shape: __string, location_name: "region"))
328
+ UpdateEncryption.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, location_name: "resourceId"))
320
329
  UpdateEncryption.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
321
330
  UpdateEncryption.add_member(:secret_arn, Shapes::ShapeRef.new(shape: __string, location_name: "secretArn"))
331
+ UpdateEncryption.add_member(:url, Shapes::ShapeRef.new(shape: __string, location_name: "url"))
322
332
  UpdateEncryption.struct_class = Types::UpdateEncryption
323
333
 
324
334
  UpdateFlowEntitlementRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
@@ -36,9 +36,14 @@ module Aws::MediaConnect
36
36
  # destination: "__string", # required
37
37
  # encryption: {
38
38
  # algorithm: "aes128", # required, accepts aes128, aes192, aes256
39
- # key_type: "static-key", # accepts static-key
39
+ # constant_initialization_vector: "__string",
40
+ # device_id: "__string",
41
+ # key_type: "speke", # accepts speke, static-key
42
+ # region: "__string",
43
+ # resource_id: "__string",
40
44
  # role_arn: "__string", # required
41
- # secret_arn: "__string", # required
45
+ # secret_arn: "__string",
46
+ # url: "__string",
42
47
  # },
43
48
  # max_latency: 1,
44
49
  # name: "__string",
@@ -94,9 +99,14 @@ module Aws::MediaConnect
94
99
  # destination: "__string", # required
95
100
  # encryption: {
96
101
  # algorithm: "aes128", # required, accepts aes128, aes192, aes256
97
- # key_type: "static-key", # accepts static-key
102
+ # constant_initialization_vector: "__string",
103
+ # device_id: "__string",
104
+ # key_type: "speke", # accepts speke, static-key
105
+ # region: "__string",
106
+ # resource_id: "__string",
98
107
  # role_arn: "__string", # required
99
- # secret_arn: "__string", # required
108
+ # secret_arn: "__string",
109
+ # url: "__string",
100
110
  # },
101
111
  # max_latency: 1,
102
112
  # name: "__string",
@@ -203,9 +213,14 @@ module Aws::MediaConnect
203
213
  # description: "__string",
204
214
  # encryption: {
205
215
  # algorithm: "aes128", # required, accepts aes128, aes192, aes256
206
- # key_type: "static-key", # accepts static-key
216
+ # constant_initialization_vector: "__string",
217
+ # device_id: "__string",
218
+ # key_type: "speke", # accepts speke, static-key
219
+ # region: "__string",
220
+ # resource_id: "__string",
207
221
  # role_arn: "__string", # required
208
- # secret_arn: "__string", # required
222
+ # secret_arn: "__string",
223
+ # url: "__string",
209
224
  # },
210
225
  # name: "__string",
211
226
  # subscribers: ["__string"], # required
@@ -218,9 +233,14 @@ module Aws::MediaConnect
218
233
  # destination: "__string", # required
219
234
  # encryption: {
220
235
  # algorithm: "aes128", # required, accepts aes128, aes192, aes256
221
- # key_type: "static-key", # accepts static-key
236
+ # constant_initialization_vector: "__string",
237
+ # device_id: "__string",
238
+ # key_type: "speke", # accepts speke, static-key
239
+ # region: "__string",
240
+ # resource_id: "__string",
222
241
  # role_arn: "__string", # required
223
- # secret_arn: "__string", # required
242
+ # secret_arn: "__string",
243
+ # url: "__string",
224
244
  # },
225
245
  # max_latency: 1,
226
246
  # name: "__string",
@@ -233,9 +253,14 @@ module Aws::MediaConnect
233
253
  # source: { # required
234
254
  # decryption: {
235
255
  # algorithm: "aes128", # required, accepts aes128, aes192, aes256
236
- # key_type: "static-key", # accepts static-key
256
+ # constant_initialization_vector: "__string",
257
+ # device_id: "__string",
258
+ # key_type: "speke", # accepts speke, static-key
259
+ # region: "__string",
260
+ # resource_id: "__string",
237
261
  # role_arn: "__string", # required
238
- # secret_arn: "__string", # required
262
+ # secret_arn: "__string",
263
+ # url: "__string",
239
264
  # },
240
265
  # description: "__string",
241
266
  # entitlement_arn: "__string",
@@ -374,9 +399,14 @@ module Aws::MediaConnect
374
399
  #
375
400
  # {
376
401
  # algorithm: "aes128", # required, accepts aes128, aes192, aes256
377
- # key_type: "static-key", # accepts static-key
402
+ # constant_initialization_vector: "__string",
403
+ # device_id: "__string",
404
+ # key_type: "speke", # accepts speke, static-key
405
+ # region: "__string",
406
+ # resource_id: "__string",
378
407
  # role_arn: "__string", # required
379
- # secret_arn: "__string", # required
408
+ # secret_arn: "__string",
409
+ # url: "__string",
380
410
  # }
381
411
  #
382
412
  # @!attribute [rw] algorithm
@@ -384,28 +414,66 @@ module Aws::MediaConnect
384
414
  # aes128, aes192, or aes256).
385
415
  # @return [String]
386
416
  #
417
+ # @!attribute [rw] constant_initialization_vector
418
+ # A 128-bit, 16-byte hex value represented by a 32-character string,
419
+ # to be used with the key for encrypting content. This parameter is
420
+ # not valid for static key encryption.
421
+ # @return [String]
422
+ #
423
+ # @!attribute [rw] device_id
424
+ # The value of one of the devices that you configured with your
425
+ # digital rights management (DRM) platform key provider. This
426
+ # parameter is required for SPEKE encryption and is not valid for
427
+ # static key encryption.
428
+ # @return [String]
429
+ #
387
430
  # @!attribute [rw] key_type
388
431
  # The type of key that is used for the encryption. If no keyType is
389
432
  # provided, the service will use the default setting (static-key).
390
433
  # @return [String]
391
434
  #
435
+ # @!attribute [rw] region
436
+ # The AWS Region that the API Gateway proxy endpoint was created in.
437
+ # This parameter is required for SPEKE encryption and is not valid for
438
+ # static key encryption.
439
+ # @return [String]
440
+ #
441
+ # @!attribute [rw] resource_id
442
+ # An identifier for the content. The service sends this value to the
443
+ # key server to identify the current endpoint. The resource ID is also
444
+ # known as the content ID. This parameter is required for SPEKE
445
+ # encryption and is not valid for static key encryption.
446
+ # @return [String]
447
+ #
392
448
  # @!attribute [rw] role_arn
393
449
  # The ARN of the role that you created during setup (when you set up
394
450
  # AWS Elemental MediaConnect as a trusted entity).
395
451
  # @return [String]
396
452
  #
397
453
  # @!attribute [rw] secret_arn
398
- # The ARN that was assigned to the secret that you created in AWS
399
- # Secrets Manager to store the encryption key.
454
+ # The ARN of the secret that you created in AWS Secrets Manager to
455
+ # store the encryption key. This parameter is required for static key
456
+ # encryption and is not valid for SPEKE encryption.
457
+ # @return [String]
458
+ #
459
+ # @!attribute [rw] url
460
+ # The URL from the API Gateway proxy that you set up to talk to your
461
+ # key server. This parameter is required for SPEKE encryption and is
462
+ # not valid for static key encryption.
400
463
  # @return [String]
401
464
  #
402
465
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/Encryption AWS API Documentation
403
466
  #
404
467
  class Encryption < Struct.new(
405
468
  :algorithm,
469
+ :constant_initialization_vector,
470
+ :device_id,
406
471
  :key_type,
472
+ :region,
473
+ :resource_id,
407
474
  :role_arn,
408
- :secret_arn)
475
+ :secret_arn,
476
+ :url)
409
477
  include Aws::Structure
410
478
  end
411
479
 
@@ -526,9 +594,14 @@ module Aws::MediaConnect
526
594
  # description: "__string",
527
595
  # encryption: {
528
596
  # algorithm: "aes128", # required, accepts aes128, aes192, aes256
529
- # key_type: "static-key", # accepts static-key
597
+ # constant_initialization_vector: "__string",
598
+ # device_id: "__string",
599
+ # key_type: "speke", # accepts speke, static-key
600
+ # region: "__string",
601
+ # resource_id: "__string",
530
602
  # role_arn: "__string", # required
531
- # secret_arn: "__string", # required
603
+ # secret_arn: "__string",
604
+ # url: "__string",
532
605
  # },
533
606
  # name: "__string",
534
607
  # subscribers: ["__string"], # required
@@ -591,9 +664,14 @@ module Aws::MediaConnect
591
664
  # description: "__string",
592
665
  # encryption: {
593
666
  # algorithm: "aes128", # required, accepts aes128, aes192, aes256
594
- # key_type: "static-key", # accepts static-key
667
+ # constant_initialization_vector: "__string",
668
+ # device_id: "__string",
669
+ # key_type: "speke", # accepts speke, static-key
670
+ # region: "__string",
671
+ # resource_id: "__string",
595
672
  # role_arn: "__string", # required
596
- # secret_arn: "__string", # required
673
+ # secret_arn: "__string",
674
+ # url: "__string",
597
675
  # },
598
676
  # name: "__string",
599
677
  # subscribers: ["__string"], # required
@@ -1042,9 +1120,14 @@ module Aws::MediaConnect
1042
1120
  # {
1043
1121
  # decryption: {
1044
1122
  # algorithm: "aes128", # required, accepts aes128, aes192, aes256
1045
- # key_type: "static-key", # accepts static-key
1123
+ # constant_initialization_vector: "__string",
1124
+ # device_id: "__string",
1125
+ # key_type: "speke", # accepts speke, static-key
1126
+ # region: "__string",
1127
+ # resource_id: "__string",
1046
1128
  # role_arn: "__string", # required
1047
- # secret_arn: "__string", # required
1129
+ # secret_arn: "__string",
1130
+ # url: "__string",
1048
1131
  # },
1049
1132
  # description: "__string",
1050
1133
  # entitlement_arn: "__string",
@@ -1363,9 +1446,14 @@ module Aws::MediaConnect
1363
1446
  #
1364
1447
  # {
1365
1448
  # algorithm: "aes128", # accepts aes128, aes192, aes256
1366
- # key_type: "static-key", # accepts static-key
1449
+ # constant_initialization_vector: "__string",
1450
+ # device_id: "__string",
1451
+ # key_type: "speke", # accepts speke, static-key
1452
+ # region: "__string",
1453
+ # resource_id: "__string",
1367
1454
  # role_arn: "__string",
1368
1455
  # secret_arn: "__string",
1456
+ # url: "__string",
1369
1457
  # }
1370
1458
  #
1371
1459
  # @!attribute [rw] algorithm
@@ -1373,28 +1461,66 @@ module Aws::MediaConnect
1373
1461
  # aes128, aes192, or aes256).
1374
1462
  # @return [String]
1375
1463
  #
1464
+ # @!attribute [rw] constant_initialization_vector
1465
+ # A 128-bit, 16-byte hex value represented by a 32-character string,
1466
+ # to be used with the key for encrypting content. This parameter is
1467
+ # not valid for static key encryption.
1468
+ # @return [String]
1469
+ #
1470
+ # @!attribute [rw] device_id
1471
+ # The value of one of the devices that you configured with your
1472
+ # digital rights management (DRM) platform key provider. This
1473
+ # parameter is required for SPEKE encryption and is not valid for
1474
+ # static key encryption.
1475
+ # @return [String]
1476
+ #
1376
1477
  # @!attribute [rw] key_type
1377
1478
  # The type of key that is used for the encryption. If no keyType is
1378
1479
  # provided, the service will use the default setting (static-key).
1379
1480
  # @return [String]
1380
1481
  #
1482
+ # @!attribute [rw] region
1483
+ # The AWS Region that the API Gateway proxy endpoint was created in.
1484
+ # This parameter is required for SPEKE encryption and is not valid for
1485
+ # static key encryption.
1486
+ # @return [String]
1487
+ #
1488
+ # @!attribute [rw] resource_id
1489
+ # An identifier for the content. The service sends this value to the
1490
+ # key server to identify the current endpoint. The resource ID is also
1491
+ # known as the content ID. This parameter is required for SPEKE
1492
+ # encryption and is not valid for static key encryption.
1493
+ # @return [String]
1494
+ #
1381
1495
  # @!attribute [rw] role_arn
1382
1496
  # The ARN of the role that you created during setup (when you set up
1383
1497
  # AWS Elemental MediaConnect as a trusted entity).
1384
1498
  # @return [String]
1385
1499
  #
1386
1500
  # @!attribute [rw] secret_arn
1387
- # The ARN that was assigned to the secret that you created in AWS
1388
- # Secrets Manager to store the encryption key.
1501
+ # The ARN of the secret that you created in AWS Secrets Manager to
1502
+ # store the encryption key. This parameter is required for static key
1503
+ # encryption and is not valid for SPEKE encryption.
1504
+ # @return [String]
1505
+ #
1506
+ # @!attribute [rw] url
1507
+ # The URL from the API Gateway proxy that you set up to talk to your
1508
+ # key server. This parameter is required for SPEKE encryption and is
1509
+ # not valid for static key encryption.
1389
1510
  # @return [String]
1390
1511
  #
1391
1512
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/UpdateEncryption AWS API Documentation
1392
1513
  #
1393
1514
  class UpdateEncryption < Struct.new(
1394
1515
  :algorithm,
1516
+ :constant_initialization_vector,
1517
+ :device_id,
1395
1518
  :key_type,
1519
+ :region,
1520
+ :resource_id,
1396
1521
  :role_arn,
1397
- :secret_arn)
1522
+ :secret_arn,
1523
+ :url)
1398
1524
  include Aws::Structure
1399
1525
  end
1400
1526
 
@@ -1407,9 +1533,14 @@ module Aws::MediaConnect
1407
1533
  # description: "__string",
1408
1534
  # encryption: {
1409
1535
  # algorithm: "aes128", # accepts aes128, aes192, aes256
1410
- # key_type: "static-key", # accepts static-key
1536
+ # constant_initialization_vector: "__string",
1537
+ # device_id: "__string",
1538
+ # key_type: "speke", # accepts speke, static-key
1539
+ # region: "__string",
1540
+ # resource_id: "__string",
1411
1541
  # role_arn: "__string",
1412
1542
  # secret_arn: "__string",
1543
+ # url: "__string",
1413
1544
  # },
1414
1545
  # entitlement_arn: "__string", # required
1415
1546
  # flow_arn: "__string", # required
@@ -1481,9 +1612,14 @@ module Aws::MediaConnect
1481
1612
  # destination: "__string",
1482
1613
  # encryption: {
1483
1614
  # algorithm: "aes128", # accepts aes128, aes192, aes256
1484
- # key_type: "static-key", # accepts static-key
1615
+ # constant_initialization_vector: "__string",
1616
+ # device_id: "__string",
1617
+ # key_type: "speke", # accepts speke, static-key
1618
+ # region: "__string",
1619
+ # resource_id: "__string",
1485
1620
  # role_arn: "__string",
1486
1621
  # secret_arn: "__string",
1622
+ # url: "__string",
1487
1623
  # },
1488
1624
  # flow_arn: "__string", # required
1489
1625
  # max_latency: 1,
@@ -1579,9 +1715,14 @@ module Aws::MediaConnect
1579
1715
  # {
1580
1716
  # decryption: {
1581
1717
  # algorithm: "aes128", # accepts aes128, aes192, aes256
1582
- # key_type: "static-key", # accepts static-key
1718
+ # constant_initialization_vector: "__string",
1719
+ # device_id: "__string",
1720
+ # key_type: "speke", # accepts speke, static-key
1721
+ # region: "__string",
1722
+ # resource_id: "__string",
1583
1723
  # role_arn: "__string",
1584
1724
  # secret_arn: "__string",
1725
+ # url: "__string",
1585
1726
  # },
1586
1727
  # description: "__string",
1587
1728
  # entitlement_arn: "__string",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-21 00:00:00.000000000 Z
11
+ date: 2019-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core