aws-sdk-core 2.11.111 → 2.11.112

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
  SHA1:
3
- metadata.gz: 25d4039488cf741a2a37ece35b0525ac477680dc
4
- data.tar.gz: 0bf9856fbc23052fe27b9d539260c93579fc9540
3
+ metadata.gz: 62f8f699d78fd5d7d37f1cabddf4f26162b6c601
4
+ data.tar.gz: b386bcfed82276f344940c4bc83bc8f12cc02e18
5
5
  SHA512:
6
- metadata.gz: 45f4cb24875fde0fb596d0ad4a68346f2f2952d476e55ff9c8d1fc6da0645f88196617b51cb3fc72e4cf0281ec48389857886d2e000085c6b0db28a565f45152
7
- data.tar.gz: 875ee16710db7793b122c062fd3b8e649dd57659074837aadf31f0ea34eba82712baffac353a86432c0488cbeb0c850d154fd60022f81a9cd4b80d0bf745b4d2
6
+ metadata.gz: 3a120269832c9e8f3cf67545d08a618201de8e015bac7b41970172f8c28df9338a71d38f90bce6fceb25af7db3577a3d96e1b8f98b7f9a4f5d1f6571d03cb760
7
+ data.tar.gz: b86e48abf7f7a9c1d1b4883c50f979aef06164a2489eddf8bc16801928c236d501a74469046495242545ed57f02a39ae275652637c3fee5d296b54a46aceacf3
@@ -1385,6 +1385,7 @@
1385
1385
  "member":{"shape":"AttributeMap"}
1386
1386
  },
1387
1387
  "KMSMasterKeyArn":{"type":"string"},
1388
+ "KMSMasterKeyId":{"type":"string"},
1388
1389
  "Key":{
1389
1390
  "type":"map",
1390
1391
  "key":{"shape":"AttributeName"},
@@ -1965,9 +1966,10 @@
1965
1966
  "SSEEnabled":{"type":"boolean"},
1966
1967
  "SSESpecification":{
1967
1968
  "type":"structure",
1968
- "required":["Enabled"],
1969
1969
  "members":{
1970
- "Enabled":{"shape":"SSEEnabled"}
1970
+ "Enabled":{"shape":"SSEEnabled"},
1971
+ "SSEType":{"shape":"SSEType"},
1972
+ "KMSMasterKeyId":{"shape":"KMSMasterKeyId"}
1971
1973
  }
1972
1974
  },
1973
1975
  "SSEStatus":{
@@ -1976,7 +1978,8 @@
1976
1978
  "ENABLING",
1977
1979
  "ENABLED",
1978
1980
  "DISABLING",
1979
- "DISABLED"
1981
+ "DISABLED",
1982
+ "UPDATING"
1980
1983
  ]
1981
1984
  },
1982
1985
  "SSEType":{
@@ -2363,7 +2366,8 @@
2363
2366
  "TableName":{"shape":"TableName"},
2364
2367
  "ProvisionedThroughput":{"shape":"ProvisionedThroughput"},
2365
2368
  "GlobalSecondaryIndexUpdates":{"shape":"GlobalSecondaryIndexUpdateList"},
2366
- "StreamSpecification":{"shape":"StreamSpecification"}
2369
+ "StreamSpecification":{"shape":"StreamSpecification"},
2370
+ "SSESpecification":{"shape":"SSESpecification"}
2367
2371
  }
2368
2372
  },
2369
2373
  "UpdateTableOutput":{
@@ -874,11 +874,7 @@
874
874
  "shape": "AacVbrQuality",
875
875
  "locationName": "vbrQuality"
876
876
  }
877
- },
878
- "required": [
879
- "CodingMode",
880
- "SampleRate"
881
- ]
877
+ }
882
878
  },
883
879
  "AacSpecification": {
884
880
  "type": "string",
@@ -1060,10 +1056,7 @@
1060
1056
  "shape": "WavSettings",
1061
1057
  "locationName": "wavSettings"
1062
1058
  }
1063
- },
1064
- "required": [
1065
- "Codec"
1066
- ]
1059
+ }
1067
1060
  },
1068
1061
  "AudioDefaultSelection": {
1069
1062
  "type": "string",
@@ -1115,10 +1108,7 @@
1115
1108
  "shape": "__stringPatternWS",
1116
1109
  "locationName": "streamName"
1117
1110
  }
1118
- },
1119
- "required": [
1120
- "CodecSettings"
1121
- ]
1111
+ }
1122
1112
  },
1123
1113
  "AudioLanguageCodeControl": {
1124
1114
  "type": "string",
@@ -1236,10 +1226,7 @@
1236
1226
  "shape": "__listOf__stringMin1",
1237
1227
  "locationName": "audioSelectorNames"
1238
1228
  }
1239
- },
1240
- "required": [
1241
- "AudioSelectorNames"
1242
- ]
1229
+ }
1243
1230
  },
1244
1231
  "AudioSelectorType": {
1245
1232
  "type": "string",
@@ -1345,13 +1332,7 @@
1345
1332
  "shape": "__integerMin0Max2147483647",
1346
1333
  "locationName": "yPosition"
1347
1334
  }
1348
- },
1349
- "required": [
1350
- "OutlineColor",
1351
- "Alignment",
1352
- "OutlineSize",
1353
- "FontOpacity"
1354
- ]
1335
+ }
1355
1336
  },
1356
1337
  "BurninSubtitleAlignment": {
1357
1338
  "type": "string",
@@ -1446,11 +1427,7 @@
1446
1427
  "shape": "__string",
1447
1428
  "locationName": "languageDescription"
1448
1429
  }
1449
- },
1450
- "required": [
1451
- "DestinationSettings",
1452
- "CaptionSelectorName"
1453
- ]
1430
+ }
1454
1431
  },
1455
1432
  "CaptionDescriptionPreset": {
1456
1433
  "type": "structure",
@@ -1471,10 +1448,7 @@
1471
1448
  "shape": "__string",
1472
1449
  "locationName": "languageDescription"
1473
1450
  }
1474
- },
1475
- "required": [
1476
- "DestinationSettings"
1477
- ]
1451
+ }
1478
1452
  },
1479
1453
  "CaptionDestinationSettings": {
1480
1454
  "type": "structure",
@@ -1503,10 +1477,7 @@
1503
1477
  "shape": "TtmlDestinationSettings",
1504
1478
  "locationName": "ttmlDestinationSettings"
1505
1479
  }
1506
- },
1507
- "required": [
1508
- "DestinationType"
1509
- ]
1480
+ }
1510
1481
  },
1511
1482
  "CaptionDestinationType": {
1512
1483
  "type": "string",
@@ -1536,10 +1507,7 @@
1536
1507
  "shape": "CaptionSourceSettings",
1537
1508
  "locationName": "sourceSettings"
1538
1509
  }
1539
- },
1540
- "required": [
1541
- "SourceSettings"
1542
- ]
1510
+ }
1543
1511
  },
1544
1512
  "CaptionSourceSettings": {
1545
1513
  "type": "structure",
@@ -1568,10 +1536,7 @@
1568
1536
  "shape": "TeletextSourceSettings",
1569
1537
  "locationName": "teletextSourceSettings"
1570
1538
  }
1571
- },
1572
- "required": [
1573
- "SourceType"
1574
- ]
1539
+ }
1575
1540
  },
1576
1541
  "CaptionSourceType": {
1577
1542
  "type": "string",
@@ -1594,10 +1559,7 @@
1594
1559
  "shape": "__listOfOutputChannelMapping",
1595
1560
  "locationName": "outputChannels"
1596
1561
  }
1597
- },
1598
- "required": [
1599
- "OutputChannels"
1600
- ]
1562
+ }
1601
1563
  },
1602
1564
  "CmafClientCache": {
1603
1565
  "type": "string",
@@ -1636,10 +1598,7 @@
1636
1598
  "shape": "CmafKeyProviderType",
1637
1599
  "locationName": "type"
1638
1600
  }
1639
- },
1640
- "required": [
1641
- "Type"
1642
- ]
1601
+ }
1643
1602
  },
1644
1603
  "CmafEncryptionType": {
1645
1604
  "type": "string",
@@ -1710,11 +1669,7 @@
1710
1669
  "shape": "CmafWriteHLSManifest",
1711
1670
  "locationName": "writeHlsManifest"
1712
1671
  }
1713
- },
1714
- "required": [
1715
- "FragmentLength",
1716
- "SegmentLength"
1717
- ]
1672
+ }
1718
1673
  },
1719
1674
  "CmafInitializationVectorInManifest": {
1720
1675
  "type": "string",
@@ -1874,10 +1829,7 @@
1874
1829
  "shape": "Mp4Settings",
1875
1830
  "locationName": "mp4Settings"
1876
1831
  }
1877
- },
1878
- "required": [
1879
- "Container"
1880
- ]
1832
+ }
1881
1833
  },
1882
1834
  "ContainerType": {
1883
1835
  "type": "string",
@@ -2053,10 +2005,7 @@
2053
2005
  "shape": "SpekeKeyProvider",
2054
2006
  "locationName": "spekeKeyProvider"
2055
2007
  }
2056
- },
2057
- "required": [
2058
- "SpekeKeyProvider"
2059
- ]
2008
+ }
2060
2009
  },
2061
2010
  "DashIsoGroupSettings": {
2062
2011
  "type": "structure",
@@ -2097,11 +2046,7 @@
2097
2046
  "shape": "DashIsoWriteSegmentTimelineInRepresentation",
2098
2047
  "locationName": "writeSegmentTimelineInRepresentation"
2099
2048
  }
2100
- },
2101
- "required": [
2102
- "SegmentLength",
2103
- "FragmentLength"
2104
- ]
2049
+ }
2105
2050
  },
2106
2051
  "DashIsoHbbtvCompliance": {
2107
2052
  "type": "string",
@@ -2267,12 +2212,7 @@
2267
2212
  "shape": "__integerMin25Max10000",
2268
2213
  "locationName": "nitInterval"
2269
2214
  }
2270
- },
2271
- "required": [
2272
- "NetworkName",
2273
- "NitInterval",
2274
- "NetworkId"
2275
- ]
2215
+ }
2276
2216
  },
2277
2217
  "DvbSdtSettings": {
2278
2218
  "type": "structure",
@@ -2362,13 +2302,7 @@
2362
2302
  "shape": "__integerMin0Max2147483647",
2363
2303
  "locationName": "yPosition"
2364
2304
  }
2365
- },
2366
- "required": [
2367
- "OutlineColor",
2368
- "Alignment",
2369
- "OutlineSize",
2370
- "FontOpacity"
2371
- ]
2305
+ }
2372
2306
  },
2373
2307
  "DvbSubSourceSettings": {
2374
2308
  "type": "structure",
@@ -2438,10 +2372,7 @@
2438
2372
  "shape": "__integerMin1000Max30000",
2439
2373
  "locationName": "tdtInterval"
2440
2374
  }
2441
- },
2442
- "required": [
2443
- "TdtInterval"
2444
- ]
2375
+ }
2445
2376
  },
2446
2377
  "Eac3AttenuationControl": {
2447
2378
  "type": "string",
@@ -2735,10 +2666,7 @@
2735
2666
  "shape": "__integerMinNegative2147483648Max2147483647",
2736
2667
  "locationName": "timeDelta"
2737
2668
  }
2738
- },
2739
- "required": [
2740
- "SourceFile"
2741
- ]
2669
+ }
2742
2670
  },
2743
2671
  "ForbiddenException": {
2744
2672
  "type": "structure",
@@ -2998,10 +2926,7 @@
2998
2926
  "shape": "__integerMin1Max10",
2999
2927
  "locationName": "qvbrQualityLevel"
3000
2928
  }
3001
- },
3002
- "required": [
3003
- "QvbrQualityLevel"
3004
- ]
2929
+ }
3005
2930
  },
3006
2931
  "H264RateControlMode": {
3007
2932
  "type": "string",
@@ -3357,10 +3282,7 @@
3357
3282
  "shape": "__integerMin1Max10",
3358
3283
  "locationName": "qvbrQualityLevel"
3359
3284
  }
3360
- },
3361
- "required": [
3362
- "QvbrQualityLevel"
3363
- ]
3285
+ }
3364
3286
  },
3365
3287
  "H265RateControlMode": {
3366
3288
  "type": "string",
@@ -3654,11 +3576,7 @@
3654
3576
  "shape": "__integerMin0Max50000",
3655
3577
  "locationName": "whitePointY"
3656
3578
  }
3657
- },
3658
- "required": [
3659
- "MaxContentLightLevel",
3660
- "MaxFrameAverageLightLevel"
3661
- ]
3579
+ }
3662
3580
  },
3663
3581
  "HlsAdMarkers": {
3664
3582
  "type": "string",
@@ -3753,10 +3671,7 @@
3753
3671
  "shape": "HlsKeyProviderType",
3754
3672
  "locationName": "type"
3755
3673
  }
3756
- },
3757
- "required": [
3758
- "Type"
3759
- ]
3674
+ }
3760
3675
  },
3761
3676
  "HlsEncryptionType": {
3762
3677
  "type": "string",
@@ -3860,11 +3775,7 @@
3860
3775
  "shape": "__integerMinNegative2147483648Max2147483647",
3861
3776
  "locationName": "timestampDeltaMilliseconds"
3862
3777
  }
3863
- },
3864
- "required": [
3865
- "MinSegmentLength",
3866
- "SegmentLength"
3867
- ]
3778
+ }
3868
3779
  },
3869
3780
  "HlsIFrameOnlyManifest": {
3870
3781
  "type": "string",
@@ -3973,11 +3884,7 @@
3973
3884
  "shape": "__stringPattern010920405090509092",
3974
3885
  "locationName": "timecode"
3975
3886
  }
3976
- },
3977
- "required": [
3978
- "Timecode",
3979
- "Id3"
3980
- ]
3887
+ }
3981
3888
  },
3982
3889
  "ImageInserter": {
3983
3890
  "type": "structure",
@@ -3986,10 +3893,7 @@
3986
3893
  "shape": "__listOfInsertableImage",
3987
3894
  "locationName": "insertableImages"
3988
3895
  }
3989
- },
3990
- "required": [
3991
- "InsertableImages"
3992
- ]
3896
+ }
3993
3897
  },
3994
3898
  "Input": {
3995
3899
  "type": "structure",
@@ -4046,10 +3950,7 @@
4046
3950
  "shape": "VideoSelector",
4047
3951
  "locationName": "videoSelector"
4048
3952
  }
4049
- },
4050
- "required": [
4051
- "FileInput"
4052
- ]
3953
+ }
4053
3954
  },
4054
3955
  "InputClipping": {
4055
3956
  "type": "structure",
@@ -4201,14 +4102,7 @@
4201
4102
  "shape": "__integerMinNegative2147483648Max2147483647",
4202
4103
  "locationName": "width"
4203
4104
  }
4204
- },
4205
- "required": [
4206
- "ImageY",
4207
- "ImageX",
4208
- "ImageInserterInput",
4209
- "Opacity",
4210
- "Layer"
4211
- ]
4105
+ }
4212
4106
  },
4213
4107
  "InternalServerErrorException": {
4214
4108
  "type": "structure",
@@ -4315,11 +4209,7 @@
4315
4209
  "shape": "TimedMetadataInsertion",
4316
4210
  "locationName": "timedMetadataInsertion"
4317
4211
  }
4318
- },
4319
- "required": [
4320
- "OutputGroups",
4321
- "Inputs"
4322
- ]
4212
+ }
4323
4213
  },
4324
4214
  "JobStatus": {
4325
4215
  "type": "string",
@@ -4415,10 +4305,7 @@
4415
4305
  "shape": "TimedMetadataInsertion",
4416
4306
  "locationName": "timedMetadataInsertion"
4417
4307
  }
4418
- },
4419
- "required": [
4420
- "OutputGroups"
4421
- ]
4308
+ }
4422
4309
  },
4423
4310
  "LanguageCode": {
4424
4311
  "type": "string",
@@ -5517,10 +5404,7 @@
5517
5404
  "shape": "SpekeKeyProvider",
5518
5405
  "locationName": "spekeKeyProvider"
5519
5406
  }
5520
- },
5521
- "required": [
5522
- "SpekeKeyProvider"
5523
- ]
5407
+ }
5524
5408
  },
5525
5409
  "MsSmoothGroupSettings": {
5526
5410
  "type": "structure",
@@ -5545,10 +5429,7 @@
5545
5429
  "shape": "MsSmoothManifestEncoding",
5546
5430
  "locationName": "manifestEncoding"
5547
5431
  }
5548
- },
5549
- "required": [
5550
- "FragmentLength"
5551
- ]
5432
+ }
5552
5433
  },
5553
5434
  "MsSmoothManifestEncoding": {
5554
5435
  "type": "string",
@@ -5585,10 +5466,7 @@
5585
5466
  "shape": "NoiseReducerSpatialFilterSettings",
5586
5467
  "locationName": "spatialFilterSettings"
5587
5468
  }
5588
- },
5589
- "required": [
5590
- "Filter"
5591
- ]
5469
+ }
5592
5470
  },
5593
5471
  "NoiseReducerFilter": {
5594
5472
  "type": "string",
@@ -5692,10 +5570,7 @@
5692
5570
  "shape": "__listOf__integerMinNegative60Max6",
5693
5571
  "locationName": "inputChannels"
5694
5572
  }
5695
- },
5696
- "required": [
5697
- "InputChannels"
5698
- ]
5573
+ }
5699
5574
  },
5700
5575
  "OutputDetail": {
5701
5576
  "type": "structure",
@@ -5729,11 +5604,7 @@
5729
5604
  "shape": "__listOfOutput",
5730
5605
  "locationName": "outputs"
5731
5606
  }
5732
- },
5733
- "required": [
5734
- "Outputs",
5735
- "OutputGroupSettings"
5736
- ]
5607
+ }
5737
5608
  },
5738
5609
  "OutputGroupDetail": {
5739
5610
  "type": "structure",
@@ -5771,10 +5642,7 @@
5771
5642
  "shape": "OutputGroupType",
5772
5643
  "locationName": "type"
5773
5644
  }
5774
- },
5775
- "required": [
5776
- "Type"
5777
- ]
5645
+ }
5778
5646
  },
5779
5647
  "OutputGroupType": {
5780
5648
  "type": "string",
@@ -6054,13 +5922,7 @@
6054
5922
  "shape": "__integerMin0Max2147483647",
6055
5923
  "locationName": "y"
6056
5924
  }
6057
- },
6058
- "required": [
6059
- "X",
6060
- "Y",
6061
- "Height",
6062
- "Width"
6063
- ]
5925
+ }
6064
5926
  },
6065
5927
  "RemixSettings": {
6066
5928
  "type": "structure",
@@ -6077,12 +5939,7 @@
6077
5939
  "shape": "__integerMin1Max8",
6078
5940
  "locationName": "channelsOut"
6079
5941
  }
6080
- },
6081
- "required": [
6082
- "ChannelsOut",
6083
- "ChannelMapping",
6084
- "ChannelsIn"
6085
- ]
5942
+ }
6086
5943
  },
6087
5944
  "ResourceTags": {
6088
5945
  "type": "structure",
@@ -6145,12 +6002,7 @@
6145
6002
  "shape": "__stringPatternHttps",
6146
6003
  "locationName": "url"
6147
6004
  }
6148
- },
6149
- "required": [
6150
- "ResourceId",
6151
- "SystemIds",
6152
- "Url"
6153
- ]
6005
+ }
6154
6006
  },
6155
6007
  "StaticKeyProvider": {
6156
6008
  "type": "structure",
@@ -6171,11 +6023,7 @@
6171
6023
  "shape": "__string",
6172
6024
  "locationName": "url"
6173
6025
  }
6174
- },
6175
- "required": [
6176
- "Url",
6177
- "StaticKeyValue"
6178
- ]
6026
+ }
6179
6027
  },
6180
6028
  "TagResourceRequest": {
6181
6029
  "type": "structure",
@@ -6291,10 +6139,7 @@
6291
6139
  "shape": "__listOfId3Insertion",
6292
6140
  "locationName": "id3Insertions"
6293
6141
  }
6294
- },
6295
- "required": [
6296
- "Id3Insertions"
6297
- ]
6142
+ }
6298
6143
  },
6299
6144
  "Timing": {
6300
6145
  "type": "structure",
@@ -6506,10 +6351,7 @@
6506
6351
  "shape": "ProresSettings",
6507
6352
  "locationName": "proresSettings"
6508
6353
  }
6509
- },
6510
- "required": [
6511
- "Codec"
6512
- ]
6354
+ }
6513
6355
  },
6514
6356
  "VideoDescription": {
6515
6357
  "type": "structure",
@@ -6574,10 +6416,7 @@
6574
6416
  "shape": "__integerMin32Max4096",
6575
6417
  "locationName": "width"
6576
6418
  }
6577
- },
6578
- "required": [
6579
- "CodecSettings"
6580
- ]
6419
+ }
6581
6420
  },
6582
6421
  "VideoDetail": {
6583
6422
  "type": "structure",
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.111'
2
+ VERSION = '2.11.112'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.111
4
+ version: 2.11.112
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: 2018-08-17 00:00:00.000000000 Z
11
+ date: 2018-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath