Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.33.5 #3416

Merged
merged 1 commit into from
Jul 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Release v1.33.5 (2020-07-09)
===

### Service Client Updates
* `service/alexaforbusiness`: Updates service API and documentation
* `service/amplify`: Updates service documentation
* `service/appmesh`: Updates service API, documentation, and paginators
* `service/cloudhsmv2`: Updates service documentation
* Documentation updates for cloudhsmv2
* `service/comprehend`: Updates service API and documentation
* `service/ebs`: Updates service API and documentation
* `service/eventbridge`: Updates service API and documentation
* `service/events`: Updates service API and documentation
* Amazon CloudWatch Events/EventBridge adds support for API Gateway as a target.
* `service/sagemaker`: Updates service API and documentation
* This release adds the DeleteHumanTaskUi API to Amazon Augmented AI
* `service/secretsmanager`: Updates service API, documentation, and examples
* Adds support for filters on the ListSecrets API to allow filtering results by name, tag key, tag value, or description. Adds support for the BlockPublicPolicy option on the PutResourcePolicy API to block resource policies which grant a wide range of IAM principals access to secrets. Adds support for the ValidateResourcePolicy API to validate resource policies for syntax and prevent lockout error scenarios and wide access to secrets.
* `service/sns`: Updates service documentation
* This release adds support for SMS origination number as an attribute in the MessageAttributes parameter for the SNS Publish API.
* `service/wafv2`: Updates service API and documentation

Release v1.33.4 (2020-07-08)
===

Expand Down
98 changes: 93 additions & 5 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.33.4"
const SDKVersion = "1.33.5"
5 changes: 3 additions & 2 deletions models/apis/alexaforbusiness/2017-11-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,7 @@
"errors":[
{"shape":"LimitExceededException"},
{"shape":"ConcurrentModificationException"},
{"shape":"NotFoundException"},
{"shape":"InvalidDeviceException"}
]
},
Expand Down Expand Up @@ -3166,15 +3167,15 @@
"ClientId",
"UserCode",
"ProductId",
"DeviceSerialNumber",
"AmazonId"
],
"members":{
"ClientId":{"shape":"ClientId"},
"UserCode":{"shape":"UserCode"},
"ProductId":{"shape":"ProductId"},
"DeviceSerialNumber":{"shape":"DeviceSerialNumberForAVS"},
"AmazonId":{"shape":"AmazonId"}
"AmazonId":{"shape":"AmazonId"},
"RoomArn":{"shape":"Arn"}
}
},
"RegisterAVSDeviceResponse":{
Expand Down
1 change: 1 addition & 0 deletions models/apis/alexaforbusiness/2017-11-09/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@
"ProfileData$ProfileArn": "<p>The ARN of a room profile.</p>",
"PutRoomSkillParameterRequest$RoomArn": "<p>The ARN of the room associated with the room skill parameter. Required.</p>",
"PutSkillAuthorizationRequest$RoomArn": "<p>The room that the skill is authorized for.</p>",
"RegisterAVSDeviceRequest$RoomArn": "<p>The ARN of the room with which to associate your AVS device.</p>",
"RegisterAVSDeviceResponse$DeviceArn": "<p>The ARN of the device.</p>",
"ResolveRoomResponse$RoomArn": "<p>The ARN of the room from which the skill request was invoked.</p>",
"RevokeInvitationRequest$UserArn": "<p>The ARN of the user for whom to revoke an enrollment invitation. Required.</p>",
Expand Down
4 changes: 2 additions & 2 deletions models/apis/amplify/2017-07-25/docs-2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2.0",
"service": "<p> Welcome to the AWS Amplify API documentation. This reference provides descriptions of the actions and data types for the Amplify API.</p> <p>Amplify enables developers to develop and deploy cloud-powered mobile and web apps. The Amplify Console provides a continuous delivery and hosting service for web applications. For more information, see the <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html\">Amplify Console User Guide</a>. The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation for client app development. For more information, see the <a href=\"https://aws-amplify.github.io/docs/\">Amplify Framework.</a> </p>",
"service": "<p>Amplify enables developers to develop and deploy cloud-powered mobile and web apps. The Amplify Console provides a continuous delivery and hosting service for web applications. For more information, see the <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html\">Amplify Console User Guide</a>. The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation for client app development. For more information, see the <a href=\"https://docs.amplify.aws/\">Amplify Framework.</a> </p>",
"operations": {
"CreateApp": "<p> Creates a new Amplify app. </p>",
"CreateBackendEnvironment": "<p> Creates a new backend environment for an Amplify app. </p>",
Expand Down Expand Up @@ -643,7 +643,7 @@
"EnableBranchAutoDeletion": {
"base": null,
"refs": {
"App$enableBranchAutoDeletion": "<p> Automatically disconnects a branch in the Amplify Console when you delete a branch from your Git repository. </p>",
"App$enableBranchAutoDeletion": "<p> Automatically disconnect a branch in the Amplify Console when you delete a branch from your Git repository. </p>",
"CreateAppRequest$enableBranchAutoDeletion": "<p> Automatically disconnects a branch in the Amplify Console when you delete a branch from your Git repository. </p>",
"UpdateAppRequest$enableBranchAutoDeletion": "<p> Automatically disconnects a branch in the Amplify Console when you delete a branch from your Git repository. </p>"
}
Expand Down
Loading