Skip to content

Commit

Permalink
Release v1.32.5 (2020-06-18)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/mediaconvert`: Updates service API and documentation
  * AWS Elemental MediaConvert SDK has added support for NexGuard FileMarker SDK, which allows NexGuard partners to watermark proprietary content in mezzanine and OTT streaming contexts.
* `service/meteringmarketplace`: Updates service documentation
  * Documentation updates for meteringmarketplace
* `service/rds`: Updates service API and documentation
  * Adding support for global write forwarding on secondary clusters in an Aurora global database.
* `service/route53`: Updates service API and documentation
  * Added a new ListHostedZonesByVPC API for customers to list all the private hosted zones that a specified VPC is associated with.
* `service/sesv2`: Updates service API and documentation
* `service/ssm`: Updates service API and documentation
  * Added offset support for specifying the number of days to wait after the date and time specified by a CRON expression before running the maintenance window.
* `service/support`: Updates service documentation
  * Documentation updates for support
  • Loading branch information
awssdkgo committed Jun 18, 2020
1 parent ea6cd9c commit 662385f
Show file tree
Hide file tree
Showing 26 changed files with 1,506 additions and 305 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v1.32.5 (2020-06-18)
===

### Service Client Updates
* `service/mediaconvert`: Updates service API and documentation
* AWS Elemental MediaConvert SDK has added support for NexGuard FileMarker SDK, which allows NexGuard partners to watermark proprietary content in mezzanine and OTT streaming contexts.
* `service/meteringmarketplace`: Updates service documentation
* Documentation updates for meteringmarketplace
* `service/rds`: Updates service API and documentation
* Adding support for global write forwarding on secondary clusters in an Aurora global database.
* `service/route53`: Updates service API and documentation
* Added a new ListHostedZonesByVPC API for customers to list all the private hosted zones that a specified VPC is associated with.
* `service/sesv2`: Updates service API and documentation
* `service/ssm`: Updates service API and documentation
* Added offset support for specifying the number of days to wait after the date and time specified by a CRON expression before running the maintenance window.
* `service/support`: Updates service documentation
* Documentation updates for support

Release v1.32.4 (2020-06-17)
===

Expand Down
8 changes: 8 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.32.4"
const SDKVersion = "1.32.5"
56 changes: 55 additions & 1 deletion models/apis/mediaconvert/2017-08-29/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6721,6 +6721,27 @@
}
}
},
"NexGuardFileMarkerSettings": {
"type": "structure",
"members": {
"License": {
"shape": "__stringMin1Max100000",
"locationName": "license"
},
"Payload": {
"shape": "__integerMin0Max4194303",
"locationName": "payload"
},
"Preset": {
"shape": "__stringMin1Max256",
"locationName": "preset"
},
"Strength": {
"shape": "WatermarkingStrength",
"locationName": "strength"
}
}
},
"NielsenConfiguration": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -7006,6 +7027,15 @@
}
}
},
"PartnerWatermarking": {
"type": "structure",
"members": {
"NexguardFileMarkerSettings": {
"shape": "NexGuardFileMarkerSettings",
"locationName": "nexguardFileMarkerSettings"
}
}
},
"Preset": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -8055,6 +8085,10 @@
"shape": "NoiseReducer",
"locationName": "noiseReducer"
},
"PartnerWatermarking": {
"shape": "PartnerWatermarking",
"locationName": "partnerWatermarking"
},
"TimecodeBurnin": {
"shape": "TimecodeBurnin",
"locationName": "timecodeBurnin"
Expand Down Expand Up @@ -8300,6 +8334,16 @@
}
}
},
"WatermarkingStrength": {
"type": "string",
"enum": [
"LIGHTEST",
"LIGHTER",
"DEFAULT",
"STRONGER",
"STRONGEST"
]
},
"WavFormat": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -8448,6 +8492,11 @@
"min": 0,
"max": 4
},
"__integerMin0Max4194303": {
"type": "integer",
"min": 0,
"max": 4194303
},
"__integerMin0Max47185920": {
"type": "integer",
"min": 0,
Expand Down Expand Up @@ -9053,6 +9102,11 @@
"max": 24,
"pattern": "^[A-Za-z0-9+\\/]{22}==$|^[A-Za-z0-9+\\/]{16}$"
},
"__stringMin1Max100000": {
"type": "string",
"min": 1,
"max": 100000
},
"__stringMin1Max256": {
"type": "string",
"min": 1,
Expand Down Expand Up @@ -9187,4 +9241,4 @@
"timestampFormat": "unixTimestamp"
}
}
}
}
85 changes: 58 additions & 27 deletions models/apis/mediaconvert/2017-08-29/docs-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion models/apis/meteringmarketplace/2016-01-14/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
}
},
"PlatformNotSupportedException": {
"base": "<p>AWS Marketplace does not support metering usage from the underlying platform. Currently, only Amazon ECS is supported.</p>",
"base": "<p>AWS Marketplace does not support metering usage from the underlying platform. Currently, Amazon ECS, Amazon EKS, and AWS Fargate are supported.</p>",
"refs": {
}
},
Expand Down
23 changes: 19 additions & 4 deletions models/apis/rds/2014-10-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2770,7 +2770,8 @@
"EnableHttpEndpoint":{"shape":"BooleanOptional"},
"CopyTagsToSnapshot":{"shape":"BooleanOptional"},
"Domain":{"shape":"String"},
"DomainIAMRoleName":{"shape":"String"}
"DomainIAMRoleName":{"shape":"String"},
"EnableGlobalWriteForwarding":{"shape":"BooleanOptional"}
}
},
"CreateDBClusterParameterGroupMessage":{
Expand Down Expand Up @@ -3201,7 +3202,9 @@
"ActivityStreamKinesisStreamName":{"shape":"String"},
"CopyTagsToSnapshot":{"shape":"BooleanOptional"},
"CrossAccountClone":{"shape":"BooleanOptional"},
"DomainMemberships":{"shape":"DomainMembershipList"}
"DomainMemberships":{"shape":"DomainMembershipList"},
"GlobalWriteForwardingStatus":{"shape":"WriteForwardingStatus"},
"GlobalWriteForwardingRequested":{"shape":"BooleanOptional"}
},
"wrapper":true
},
Expand Down Expand Up @@ -5345,7 +5348,8 @@
"members":{
"DBClusterArn":{"shape":"String"},
"Readers":{"shape":"ReadersArnList"},
"IsWriter":{"shape":"Boolean"}
"IsWriter":{"shape":"Boolean"},
"GlobalWriteForwardingStatus":{"shape":"WriteForwardingStatus"}
},
"wrapper":true
},
Expand Down Expand Up @@ -5906,7 +5910,8 @@
"ScalingConfiguration":{"shape":"ScalingConfiguration"},
"DeletionProtection":{"shape":"BooleanOptional"},
"EnableHttpEndpoint":{"shape":"BooleanOptional"},
"CopyTagsToSnapshot":{"shape":"BooleanOptional"}
"CopyTagsToSnapshot":{"shape":"BooleanOptional"},
"EnableGlobalWriteForwarding":{"shape":"BooleanOptional"}
}
},
"ModifyDBClusterParameterGroupMessage":{
Expand Down Expand Up @@ -7698,6 +7703,16 @@
"VpnName":{"shape":"String"},
"VpnState":{"shape":"String"}
}
},
"WriteForwardingStatus":{
"type":"string",
"enum":[
"enabled",
"disabled",
"enabling",
"disabling",
"unknown"
]
}
}
}
Loading

0 comments on commit 662385f

Please sign in to comment.