aws-sdk-core 2.11.105 → 2.11.106

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: 84cec2e07660da08d97782ef6d64c8f248e26a59
4
- data.tar.gz: 52b34cec8262f2a245f5b11b899be6647a89cb97
3
+ metadata.gz: 0756afa519135c2784104ed5b6487e7b0196da91
4
+ data.tar.gz: 7cf85f3f11456df9a798e301912742f78e9b5a75
5
5
  SHA512:
6
- metadata.gz: 0d500470ee9edffd0a8274dcec7135220c70cc2e94dfd8368341c7887c28fb9072f650a10520d689fc82aaeb98071c74d298e9e9a9fb77ce57633b8ab3f9a036
7
- data.tar.gz: 1fe9176ed3c94058b1fb818063668fe4a42d6118c7f156f4d571a84bbe2e57e09f9a000637291e4b7751184dcc76e1235135b721943608ae9d60330e0418a77e
6
+ metadata.gz: 1ee4830d91c51c0856a814c9fe1c8b001cbe4e693737b0dbcec1ab2da505457b52caa42de9e7e6238ea2d4fd5311679929950178bc53f8da9cfa6843f0d53792
7
+ data.tar.gz: 827d25c0051ef7c10f6dd5a46e6f4bad829c1db2e7cf51e56a41522c81c6f93d60b3cf7732c60d63d84647387d1547c2c5326f09ac7ac4f90d081359b0510149
@@ -1686,6 +1686,10 @@
1686
1686
  "shape": "__integerMin0Max2147483647",
1687
1687
  "locationName": "minBufferTime"
1688
1688
  },
1689
+ "MinFinalSegmentLength": {
1690
+ "shape": "__doubleMin0Max2147483647",
1691
+ "locationName": "minFinalSegmentLength"
1692
+ },
1689
1693
  "SegmentControl": {
1690
1694
  "shape": "CmafSegmentControl",
1691
1695
  "locationName": "segmentControl"
@@ -2891,6 +2895,13 @@
2891
2895
  "MAIN"
2892
2896
  ]
2893
2897
  },
2898
+ "H264DynamicSubGop": {
2899
+ "type": "string",
2900
+ "enum": [
2901
+ "ADAPTIVE",
2902
+ "STATIC"
2903
+ ]
2904
+ },
2894
2905
  "H264EntropyEncoding": {
2895
2906
  "type": "string",
2896
2907
  "enum": [
@@ -2965,11 +2976,28 @@
2965
2976
  "MULTI_PASS_HQ"
2966
2977
  ]
2967
2978
  },
2979
+ "H264QvbrSettings": {
2980
+ "type": "structure",
2981
+ "members": {
2982
+ "MaxAverageBitrate": {
2983
+ "shape": "__integerMin1000Max1152000000",
2984
+ "locationName": "maxAverageBitrate"
2985
+ },
2986
+ "QvbrQualityLevel": {
2987
+ "shape": "__integerMin1Max10",
2988
+ "locationName": "qvbrQualityLevel"
2989
+ }
2990
+ },
2991
+ "required": [
2992
+ "QvbrQualityLevel"
2993
+ ]
2994
+ },
2968
2995
  "H264RateControlMode": {
2969
2996
  "type": "string",
2970
2997
  "enum": [
2971
2998
  "VBR",
2972
- "CBR"
2999
+ "CBR",
3000
+ "QVBR"
2973
3001
  ]
2974
3002
  },
2975
3003
  "H264RepeatPps": {
@@ -3005,6 +3033,10 @@
3005
3033
  "shape": "H264CodecProfile",
3006
3034
  "locationName": "codecProfile"
3007
3035
  },
3036
+ "DynamicSubGop": {
3037
+ "shape": "H264DynamicSubGop",
3038
+ "locationName": "dynamicSubGop"
3039
+ },
3008
3040
  "EntropyEncoding": {
3009
3041
  "shape": "H264EntropyEncoding",
3010
3042
  "locationName": "entropyEncoding"
@@ -3093,6 +3125,10 @@
3093
3125
  "shape": "H264QualityTuningLevel",
3094
3126
  "locationName": "qualityTuningLevel"
3095
3127
  },
3128
+ "QvbrSettings": {
3129
+ "shape": "H264QvbrSettings",
3130
+ "locationName": "qvbrSettings"
3131
+ },
3096
3132
  "RateControlMode": {
3097
3133
  "shape": "H264RateControlMode",
3098
3134
  "locationName": "rateControlMode"
@@ -3232,6 +3268,13 @@
3232
3268
  "MAIN_422_10BIT_HIGH"
3233
3269
  ]
3234
3270
  },
3271
+ "H265DynamicSubGop": {
3272
+ "type": "string",
3273
+ "enum": [
3274
+ "ADAPTIVE",
3275
+ "STATIC"
3276
+ ]
3277
+ },
3235
3278
  "H265FlickerAdaptiveQuantization": {
3236
3279
  "type": "string",
3237
3280
  "enum": [
@@ -3292,11 +3335,28 @@
3292
3335
  "MULTI_PASS_HQ"
3293
3336
  ]
3294
3337
  },
3338
+ "H265QvbrSettings": {
3339
+ "type": "structure",
3340
+ "members": {
3341
+ "MaxAverageBitrate": {
3342
+ "shape": "__integerMin1000Max1466400000",
3343
+ "locationName": "maxAverageBitrate"
3344
+ },
3345
+ "QvbrQualityLevel": {
3346
+ "shape": "__integerMin1Max10",
3347
+ "locationName": "qvbrQualityLevel"
3348
+ }
3349
+ },
3350
+ "required": [
3351
+ "QvbrQualityLevel"
3352
+ ]
3353
+ },
3295
3354
  "H265RateControlMode": {
3296
3355
  "type": "string",
3297
3356
  "enum": [
3298
3357
  "VBR",
3299
- "CBR"
3358
+ "CBR",
3359
+ "QVBR"
3300
3360
  ]
3301
3361
  },
3302
3362
  "H265SampleAdaptiveOffsetFilterMode": {
@@ -3337,6 +3397,10 @@
3337
3397
  "shape": "H265CodecProfile",
3338
3398
  "locationName": "codecProfile"
3339
3399
  },
3400
+ "DynamicSubGop": {
3401
+ "shape": "H265DynamicSubGop",
3402
+ "locationName": "dynamicSubGop"
3403
+ },
3340
3404
  "FlickerAdaptiveQuantization": {
3341
3405
  "shape": "H265FlickerAdaptiveQuantization",
3342
3406
  "locationName": "flickerAdaptiveQuantization"
@@ -3417,6 +3481,10 @@
3417
3481
  "shape": "H265QualityTuningLevel",
3418
3482
  "locationName": "qualityTuningLevel"
3419
3483
  },
3484
+ "QvbrSettings": {
3485
+ "shape": "H265QvbrSettings",
3486
+ "locationName": "qvbrSettings"
3487
+ },
3420
3488
  "RateControlMode": {
3421
3489
  "shape": "H265RateControlMode",
3422
3490
  "locationName": "rateControlMode"
@@ -3733,6 +3801,10 @@
3733
3801
  "shape": "HlsManifestDurationFormat",
3734
3802
  "locationName": "manifestDurationFormat"
3735
3803
  },
3804
+ "MinFinalSegmentLength": {
3805
+ "shape": "__doubleMin0Max2147483647",
3806
+ "locationName": "minFinalSegmentLength"
3807
+ },
3736
3808
  "MinSegmentLength": {
3737
3809
  "shape": "__integerMin0Max2147483647",
3738
3810
  "locationName": "minSegmentLength"
@@ -5179,6 +5251,13 @@
5179
5251
  "PROFILE_422"
5180
5252
  ]
5181
5253
  },
5254
+ "Mpeg2DynamicSubGop": {
5255
+ "type": "string",
5256
+ "enum": [
5257
+ "ADAPTIVE",
5258
+ "STATIC"
5259
+ ]
5260
+ },
5182
5261
  "Mpeg2FramerateControl": {
5183
5262
  "type": "string",
5184
5263
  "enum": [
@@ -5267,6 +5346,10 @@
5267
5346
  "shape": "Mpeg2CodecProfile",
5268
5347
  "locationName": "codecProfile"
5269
5348
  },
5349
+ "DynamicSubGop": {
5350
+ "shape": "Mpeg2DynamicSubGop",
5351
+ "locationName": "dynamicSubGop"
5352
+ },
5270
5353
  "FramerateControl": {
5271
5354
  "shape": "Mpeg2FramerateControl",
5272
5355
  "locationName": "framerateControl"
@@ -5945,19 +6028,19 @@
5945
6028
  "type": "structure",
5946
6029
  "members": {
5947
6030
  "Height": {
5948
- "shape": "__integerMinNegative2147483648Max2147483647",
6031
+ "shape": "__integerMin2Max2147483647",
5949
6032
  "locationName": "height"
5950
6033
  },
5951
6034
  "Width": {
5952
- "shape": "__integerMinNegative2147483648Max2147483647",
6035
+ "shape": "__integerMin2Max2147483647",
5953
6036
  "locationName": "width"
5954
6037
  },
5955
6038
  "X": {
5956
- "shape": "__integerMinNegative2147483648Max2147483647",
6039
+ "shape": "__integerMin0Max2147483647",
5957
6040
  "locationName": "x"
5958
6041
  },
5959
6042
  "Y": {
5960
- "shape": "__integerMinNegative2147483648Max2147483647",
6043
+ "shape": "__integerMin0Max2147483647",
5961
6044
  "locationName": "y"
5962
6045
  }
5963
6046
  },
@@ -6592,6 +6675,9 @@
6592
6675
  "__doubleMin0": {
6593
6676
  "type": "double"
6594
6677
  },
6678
+ "__doubleMin0Max2147483647": {
6679
+ "type": "double"
6680
+ },
6595
6681
  "__doubleMinNegative59Max0": {
6596
6682
  "type": "double"
6597
6683
  },
@@ -6759,6 +6845,11 @@
6759
6845
  "min": 1,
6760
6846
  "max": 1
6761
6847
  },
6848
+ "__integerMin1Max10": {
6849
+ "type": "integer",
6850
+ "min": 1,
6851
+ "max": 10
6852
+ },
6762
6853
  "__integerMin1Max100": {
6763
6854
  "type": "integer",
6764
6855
  "min": 1,
@@ -6834,6 +6925,11 @@
6834
6925
  "min": 25,
6835
6926
  "max": 2000
6836
6927
  },
6928
+ "__integerMin2Max2147483647": {
6929
+ "type": "integer",
6930
+ "min": 2,
6931
+ "max": 2147483647
6932
+ },
6837
6933
  "__integerMin32000Max384000": {
6838
6934
  "type": "integer",
6839
6935
  "min": 32000,
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.105'
2
+ VERSION = '2.11.106'
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.105
4
+ version: 2.11.106
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-09 00:00:00.000000000 Z
11
+ date: 2018-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath