Skip to content

Commit

Permalink
Release v1.38.55 (2021-06-04) (#3942)
Browse files Browse the repository at this point in the history
Release v1.38.55 (2021-06-04)
===

### Service Client Updates
* `service/autoscaling`: Updates service documentation
  * Documentation updates for Amazon EC2 Auto Scaling
* `service/cloudtrail`: Updates service documentation
  * AWS CloudTrail supports data events on new service resources, including Amazon DynamoDB tables and S3 Object Lambda access points.
* `service/medialive`: Updates service API and documentation
  * Add support for automatically setting the H.264 adaptive quantization and GOP B-frame fields.
* `service/pi`: Updates service API and documentation
* `service/qldb`: Updates service documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Documentation updates for RDS: fixing an outdated link to the RDS documentation in DBInstance$DBInstanceStatus
  • Loading branch information
aws-sdk-go-automation committed Jun 4, 2021
1 parent 3f59f86 commit 7e02468
Show file tree
Hide file tree
Showing 18 changed files with 863 additions and 264 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.38.55 (2021-06-04)
===

### Service Client Updates
* `service/autoscaling`: Updates service documentation
* Documentation updates for Amazon EC2 Auto Scaling
* `service/cloudtrail`: Updates service documentation
* AWS CloudTrail supports data events on new service resources, including Amazon DynamoDB tables and S3 Object Lambda access points.
* `service/medialive`: Updates service API and documentation
* Add support for automatically setting the H.264 adaptive quantization and GOP B-frame fields.
* `service/pi`: Updates service API and documentation
* `service/qldb`: Updates service documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Documentation updates for RDS: fixing an outdated link to the RDS documentation in DBInstance$DBInstanceStatus

Release v1.38.54 (2021-06-03)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.38.54"
const SDKVersion = "1.38.55"
2 changes: 1 addition & 1 deletion models/apis/autoscaling/2011-01-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"BlockDeviceEbsThroughput": {
"base": null,
"refs": {
"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>"
"Ebs$Throughput": "<p>The throughput (MiBps) to provision for a <code>gp3</code> volume.</p>"
}
},
"BlockDeviceEbsVolumeSize": {
Expand Down
14 changes: 7 additions & 7 deletions models/apis/cloudtrail/2013-11-01/docs-2.json

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions models/apis/medialive/2017-10-14/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5600,10 +5600,6 @@
"shape": "EbuTtDFillLineGapControl",
"locationName": "fillLineGap"
},
"CopyrightHolder": {
"shape": "__stringMax1000",
"locationName": "copyrightHolder"
},
"FontFamily": {
"shape": "__string",
"locationName": "fontFamily"
Expand Down Expand Up @@ -6047,6 +6043,7 @@
"H264AdaptiveQuantization": {
"type": "string",
"enum": [
"AUTO",
"HIGH",
"HIGHER",
"LOW",
Expand Down Expand Up @@ -6415,6 +6412,7 @@
"H265AdaptiveQuantization": {
"type": "string",
"enum": [
"AUTO",
"HIGH",
"HIGHER",
"LOW",
Expand Down
10 changes: 5 additions & 5 deletions models/apis/medialive/2017-10-14/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@
"H264AdaptiveQuantization": {
"base": "H264 Adaptive Quantization",
"refs": {
"H264Settings$AdaptiveQuantization": "Adaptive quantization. Allows intra-frame quantizers to vary to improve visual quality."
"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."
}
},
"H264ColorMetadata": {
Expand Down Expand Up @@ -1110,7 +1110,7 @@
"H264FlickerAq": {
"base": "H264 Flicker Aq",
"refs": {
"H264Settings$FlickerAq": "If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames."
"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."
}
},
"H264ForceFieldPictures": {
Expand Down Expand Up @@ -1194,7 +1194,7 @@
"H264SpatialAq": {
"base": "H264 Spatial Aq",
"refs": {
"H264Settings$SpatialAq": "If set to enabled, adjust quantization within each frame based on spatial variation of content complexity."
"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."
}
},
"H264SubGopLength": {
Expand All @@ -1212,7 +1212,7 @@
"H264TemporalAq": {
"base": "H264 Temporal Aq",
"refs": {
"H264Settings$TemporalAq": "If set to enabled, adjust quantization within each frame based on temporal variation of content complexity."
"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."
}
},
"H264TimecodeInsertionBehavior": {
Expand Down Expand Up @@ -3678,7 +3678,7 @@
"__integerMin1Max10": {
"base": null,
"refs": {
"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",
"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",
"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"
}
},
Expand Down
132 changes: 109 additions & 23 deletions models/apis/pi/2018-02-27/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@
{"shape":"NotAuthorizedException"}
]
},
"GetDimensionKeyDetails":{
"name":"GetDimensionKeyDetails",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetDimensionKeyDetailsRequest"},
"output":{"shape":"GetDimensionKeyDetailsResponse"},
"errors":[
{"shape":"InvalidArgumentException"},
{"shape":"InternalServiceError"},
{"shape":"NotAuthorizedException"}
]
},
"GetResourceMetrics":{
"name":"GetResourceMetrics",
"http":{
Expand Down Expand Up @@ -71,16 +85,16 @@
],
"members":{
"ServiceType":{"shape":"ServiceType"},
"Identifier":{"shape":"String"},
"Identifier":{"shape":"RequestString"},
"StartTime":{"shape":"ISOTimestamp"},
"EndTime":{"shape":"ISOTimestamp"},
"Metric":{"shape":"String"},
"Metric":{"shape":"RequestString"},
"PeriodInSeconds":{"shape":"Integer"},
"GroupBy":{"shape":"DimensionGroup"},
"PartitionBy":{"shape":"DimensionGroup"},
"Filter":{"shape":"MetricQueryFilterMap"},
"MaxResults":{"shape":"MaxResults"},
"NextToken":{"shape":"String"}
"NextToken":{"shape":"NextToken"}
}
},
"DescribeDimensionKeysResponse":{
Expand All @@ -90,15 +104,23 @@
"AlignedEndTime":{"shape":"ISOTimestamp"},
"PartitionKeys":{"shape":"ResponsePartitionKeyList"},
"Keys":{"shape":"DimensionKeyDescriptionList"},
"NextToken":{"shape":"String"}
"NextToken":{"shape":"NextToken"}
}
},
"DetailStatus":{
"type":"string",
"enum":[
"AVAILABLE",
"PROCESSING",
"UNAVAILABLE"
]
},
"DimensionGroup":{
"type":"structure",
"required":["Group"],
"members":{
"Group":{"shape":"String"},
"Dimensions":{"shape":"StringList"},
"Group":{"shape":"RequestString"},
"Dimensions":{"shape":"RequestStringList"},
"Limit":{"shape":"Limit"}
}
},
Expand All @@ -114,12 +136,47 @@
"type":"list",
"member":{"shape":"DimensionKeyDescription"}
},
"DimensionKeyDetail":{
"type":"structure",
"members":{
"Value":{"shape":"String"},
"Dimension":{"shape":"String"},
"Status":{"shape":"DetailStatus"}
}
},
"DimensionKeyDetailList":{
"type":"list",
"member":{"shape":"DimensionKeyDetail"}
},
"DimensionMap":{
"type":"map",
"key":{"shape":"String"},
"value":{"shape":"String"}
"key":{"shape":"RequestString"},
"value":{"shape":"RequestString"}
},
"Double":{"type":"double"},
"ErrorString":{"type":"string"},
"GetDimensionKeyDetailsRequest":{
"type":"structure",
"required":[
"ServiceType",
"Identifier",
"Group",
"GroupIdentifier"
],
"members":{
"ServiceType":{"shape":"ServiceType"},
"Identifier":{"shape":"IdentifierString"},
"Group":{"shape":"RequestString"},
"GroupIdentifier":{"shape":"RequestString"},
"RequestedDimensions":{"shape":"RequestedDimensionList"}
}
},
"GetDimensionKeyDetailsResponse":{
"type":"structure",
"members":{
"Dimensions":{"shape":"DimensionKeyDetailList"}
}
},
"GetResourceMetricsRequest":{
"type":"structure",
"required":[
Expand All @@ -131,13 +188,13 @@
],
"members":{
"ServiceType":{"shape":"ServiceType"},
"Identifier":{"shape":"String"},
"Identifier":{"shape":"RequestString"},
"MetricQueries":{"shape":"MetricQueryList"},
"StartTime":{"shape":"ISOTimestamp"},
"EndTime":{"shape":"ISOTimestamp"},
"PeriodInSeconds":{"shape":"Integer"},
"MaxResults":{"shape":"MaxResults"},
"NextToken":{"shape":"String"}
"NextToken":{"shape":"NextToken"}
}
},
"GetResourceMetricsResponse":{
Expand All @@ -147,23 +204,29 @@
"AlignedEndTime":{"shape":"ISOTimestamp"},
"Identifier":{"shape":"String"},
"MetricList":{"shape":"MetricKeyDataPointsList"},
"NextToken":{"shape":"String"}
"NextToken":{"shape":"NextToken"}
}
},
"ISOTimestamp":{"type":"timestamp"},
"IdentifierString":{
"type":"string",
"max":256,
"min":0,
"pattern":"^db-[a-zA-Z0-9-]*$"
},
"Integer":{"type":"integer"},
"InternalServiceError":{
"type":"structure",
"members":{
"Message":{"shape":"String"}
"Message":{"shape":"ErrorString"}
},
"exception":true,
"fault":true
},
"InvalidArgumentException":{
"type":"structure",
"members":{
"Message":{"shape":"String"}
"Message":{"shape":"ErrorString"}
},
"exception":true
},
Expand Down Expand Up @@ -192,15 +255,15 @@
"type":"structure",
"required":["Metric"],
"members":{
"Metric":{"shape":"String"},
"Metric":{"shape":"RequestString"},
"GroupBy":{"shape":"DimensionGroup"},
"Filter":{"shape":"MetricQueryFilterMap"}
}
},
"MetricQueryFilterMap":{
"type":"map",
"key":{"shape":"String"},
"value":{"shape":"String"}
"key":{"shape":"RequestString"},
"value":{"shape":"RequestString"}
},
"MetricQueryList":{
"type":"list",
Expand All @@ -212,13 +275,37 @@
"type":"list",
"member":{"shape":"Double"}
},
"NextToken":{
"type":"string",
"max":8192,
"min":1,
"pattern":"[\\s\\S]*"
},
"NotAuthorizedException":{
"type":"structure",
"members":{
"Message":{"shape":"String"}
"Message":{"shape":"ErrorString"}
},
"exception":true
},
"RequestString":{
"type":"string",
"max":256,
"min":0,
"pattern":".*\\S.*"
},
"RequestStringList":{
"type":"list",
"member":{"shape":"RequestString"},
"max":10,
"min":1
},
"RequestedDimensionList":{
"type":"list",
"member":{"shape":"RequestString"},
"max":10,
"min":1
},
"ResponsePartitionKey":{
"type":"structure",
"required":["Dimensions"],
Expand All @@ -242,12 +329,11 @@
"type":"string",
"enum":["RDS"]
},
"String":{"type":"string"},
"StringList":{
"type":"list",
"member":{"shape":"String"},
"max":10,
"min":1
"String":{
"type":"string",
"max":256,
"min":0,
"pattern":".*\\S.*"
}
}
}
Loading

0 comments on commit 7e02468

Please sign in to comment.