Skip to content

Commit b59741b

Browse files
Update models for release
1 parent ee52257 commit b59741b

19 files changed

Lines changed: 310 additions & 121 deletions

File tree

.changes/3.183.13

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "enhancement",
4+
"category": "AutoScaling",
5+
"description": "Documentation updates for Amazon EC2 Auto Scaling"
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "PI",
10+
"description": "The new GetDimensionKeyDetails action retrieves the attributes of the specified dimension group for a DB instance or data source."
11+
},
12+
{
13+
"type": "enhancement",
14+
"category": "QLDB",
15+
"description": "Documentation updates for Amazon QLDB"
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "MediaLive",
20+
"description": "Add support for automatically setting the H.264 adaptive quantization and GOP B-frame fields."
21+
},
22+
{
23+
"type": "enhancement",
24+
"category": "RDS",
25+
"description": "Documentation updates for RDS: fixing an outdated link to the RDS documentation in DBInstance$DBInstanceStatus"
26+
},
27+
{
28+
"type": "enhancement",
29+
"category": "CloudTrail",
30+
"description": "AWS CloudTrail supports data events on new service resources, including Amazon DynamoDB tables and S3 Object Lambda access points."
31+
}
32+
]

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\AutoScaling` - Documentation updates for Amazon EC2 Auto Scaling
6+
* `Aws\CloudTrail` - AWS CloudTrail supports data events on new service resources, including Amazon DynamoDB tables and S3 Object Lambda access points.
7+
* `Aws\MediaLive` - Add support for automatically setting the H.264 adaptive quantization and GOP B-frame fields.
8+
* `Aws\PI` - The new GetDimensionKeyDetails action retrieves the attributes of the specified dimension group for a DB instance or data source.
9+
* `Aws\QLDB` - Documentation updates for Amazon QLDB
10+
* `Aws\RDS` - Documentation updates for RDS: fixing an outdated link to the RDS documentation in DBInstance$DBInstanceStatus
11+
312
## 3.183.12 - 2021-06-03
413

514
* `Aws\ForecastService` - Added optional field AutoMLOverrideStrategy to CreatePredictor API that allows users to customize AutoML strategy. If provided in CreatePredictor request, this field is visible in DescribePredictor and GetAccuracyMetrics responses.

src/PI/PIClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* This client is used to interact with the **AWS Performance Insights** service.
88
* @method \Aws\Result describeDimensionKeys(array $args = [])
99
* @method \GuzzleHttp\Promise\Promise describeDimensionKeysAsync(array $args = [])
10+
* @method \Aws\Result getDimensionKeyDetails(array $args = [])
11+
* @method \GuzzleHttp\Promise\Promise getDimensionKeyDetailsAsync(array $args = [])
1012
* @method \Aws\Result getResourceMetrics(array $args = [])
1113
* @method \GuzzleHttp\Promise\Promise getResourceMetricsAsync(array $args = [])
1214
*/

src/data/autoscaling/2011-01-01/docs-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"BlockDeviceEbsThroughput": {
326326
"base": null,
327327
"refs": {
328-
"Ebs$Throughput": "<p>The throughput to provision for a <code>gp3</code> volume.</p> <p>Valid Range: Minimum value of 125. Maximum value of 1000.</p>"
328+
"Ebs$Throughput": "<p>The throughput (MiBps) to provision for a <code>gp3</code> volume.</p>"
329329
}
330330
},
331331
"BlockDeviceEbsVolumeSize": {

src/data/autoscaling/2011-01-01/docs-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/cloudtrail/2013-11-01/docs-2.json

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

src/data/cloudtrail/2013-11-01/docs-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/medialive/2017-10-14/api-2.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5600,10 +5600,6 @@
56005600
"shape": "EbuTtDFillLineGapControl",
56015601
"locationName": "fillLineGap"
56025602
},
5603-
"CopyrightHolder": {
5604-
"shape": "__stringMax1000",
5605-
"locationName": "copyrightHolder"
5606-
},
56075603
"FontFamily": {
56085604
"shape": "__string",
56095605
"locationName": "fontFamily"
@@ -6047,6 +6043,7 @@
60476043
"H264AdaptiveQuantization": {
60486044
"type": "string",
60496045
"enum": [
6046+
"AUTO",
60506047
"HIGH",
60516048
"HIGHER",
60526049
"LOW",
@@ -6415,6 +6412,7 @@
64156412
"H265AdaptiveQuantization": {
64166413
"type": "string",
64176414
"enum": [
6415+
"AUTO",
64186416
"HIGH",
64196417
"HIGHER",
64206418
"LOW",

src/data/medialive/2017-10-14/api-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/medialive/2017-10-14/docs-2.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@
10801080
"H264AdaptiveQuantization": {
10811081
"base": "H264 Adaptive Quantization",
10821082
"refs": {
1083-
"H264Settings$AdaptiveQuantization": "Adaptive quantization. Allows intra-frame quantizers to vary to improve visual quality."
1083+
"H264Settings$AdaptiveQuantization": "Enables or disables adaptive quantization, which is a technique MediaLive can apply to video on a frame-by-frame basis to produce more compression without losing quality. There are three types of adaptive quantization: flicker, spatial, and temporal. Set the field in one of these ways: Set to Auto. Recommended. For each type of AQ, MediaLive will determine if AQ is needed, and if so, the appropriate strength. Set a strength (a value other than Auto or Disable). This strength will apply to any of the AQ fields that you choose to enable. Set to Disabled to disable all types of adaptive quantization."
10841084
}
10851085
},
10861086
"H264ColorMetadata": {
@@ -1110,7 +1110,7 @@
11101110
"H264FlickerAq": {
11111111
"base": "H264 Flicker Aq",
11121112
"refs": {
1113-
"H264Settings$FlickerAq": "If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames."
1113+
"H264Settings$FlickerAq": "Flicker AQ makes adjustments within each frame to reduce flicker or 'pop' on I-frames. The value to enter in this field depends on the value in the Adaptive quantization field: If you have set the Adaptive quantization field to Auto, MediaLive ignores any value in this field. MediaLive will determine if flicker AQ is appropriate and will apply the appropriate strength. If you have set the Adaptive quantization field to a strength, you can set this field to Enabled or Disabled. Enabled: MediaLive will apply flicker AQ using the specified strength. Disabled: MediaLive won't apply flicker AQ. If you have set the Adaptive quantization to Disabled, MediaLive ignores any value in this field and doesn't apply flicker AQ."
11141114
}
11151115
},
11161116
"H264ForceFieldPictures": {
@@ -1194,7 +1194,7 @@
11941194
"H264SpatialAq": {
11951195
"base": "H264 Spatial Aq",
11961196
"refs": {
1197-
"H264Settings$SpatialAq": "If set to enabled, adjust quantization within each frame based on spatial variation of content complexity."
1197+
"H264Settings$SpatialAq": "Spatial AQ makes adjustments within each frame based on spatial variation of content complexity. The value to enter in this field depends on the value in the Adaptive quantization field: If you have set the Adaptive quantization field to Auto, MediaLive ignores any value in this field. MediaLive will determine if spatial AQ is appropriate and will apply the appropriate strength. If you have set the Adaptive quantization field to a strength, you can set this field to Enabled or Disabled. Enabled: MediaLive will apply spatial AQ using the specified strength. Disabled: MediaLive won't apply spatial AQ. If you have set the Adaptive quantization to Disabled, MediaLive ignores any value in this field and doesn't apply spatial AQ."
11981198
}
11991199
},
12001200
"H264SubGopLength": {
@@ -1212,7 +1212,7 @@
12121212
"H264TemporalAq": {
12131213
"base": "H264 Temporal Aq",
12141214
"refs": {
1215-
"H264Settings$TemporalAq": "If set to enabled, adjust quantization within each frame based on temporal variation of content complexity."
1215+
"H264Settings$TemporalAq": "Temporal makes adjustments within each frame based on temporal variation of content complexity. The value to enter in this field depends on the value in the Adaptive quantization field: If you have set the Adaptive quantization field to Auto, MediaLive ignores any value in this field. MediaLive will determine if temporal AQ is appropriate and will apply the appropriate strength. If you have set the Adaptive quantization field to a strength, you can set this field to Enabled or Disabled. Enabled: MediaLive will apply temporal AQ using the specified strength. Disabled: MediaLive won't apply temporal AQ. If you have set the Adaptive quantization to Disabled, MediaLive ignores any value in this field and doesn't apply temporal AQ."
12161216
}
12171217
},
12181218
"H264TimecodeInsertionBehavior": {
@@ -3678,7 +3678,7 @@
36783678
"__integerMin1Max10": {
36793679
"base": null,
36803680
"refs": {
3681-
"H264Settings$QvbrQualityLevel": "Controls the target quality for the video encode. Applies only when the rate control mode is QVBR. Set values for the QVBR quality level field and Max bitrate field that suit your most important viewing devices. Recommended values are:\n- Primary screen: Quality level: 8 to 10. Max bitrate: 4M\n- PC or tablet: Quality level: 7. Max bitrate: 1.5M to 3M\n- Smartphone: Quality level: 6. Max bitrate: 1M to 1.5M",
3681+
"H264Settings$QvbrQualityLevel": "Controls the target quality for the video encode. Applies only when the rate control mode is QVBR. You can set a target quality or you can let MediaLive determine the best quality. To set a target quality, enter values in the QVBR quality level field and the Max bitrate field. Enter values that suit your most important viewing devices. Recommended values are:\n- Primary screen: Quality level: 8 to 10. Max bitrate: 4M\n- PC or tablet: Quality level: 7. Max bitrate: 1.5M to 3M\n- Smartphone: Quality level: 6. Max bitrate: 1M to 1.5M\nTo let MediaLive decide, leave the QVBR quality level field empty, and in Max bitrate enter the maximum rate you want in the video. For more information, see the section called \"Video - rate control mode\" in the MediaLive user guide",
36823682
"H265Settings$QvbrQualityLevel": "Controls the target quality for the video encode. Applies only when the rate control mode is QVBR. Set values for the QVBR quality level field and Max bitrate field that suit your most important viewing devices. Recommended values are:\n- Primary screen: Quality level: 8 to 10. Max bitrate: 4M\n- PC or tablet: Quality level: 7. Max bitrate: 1.5M to 3M\n- Smartphone: Quality level: 6. Max bitrate: 1M to 1.5M"
36833683
}
36843684
},

0 commit comments

Comments
 (0)