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.44.324 #4954

Merged
merged 1 commit into from
Aug 15, 2023
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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.44.324 (2023-08-15)
===

### Service Client Updates
* `service/chime-sdk-meetings`: Updates service API
* `service/ec2`: Updates service documentation
* Documentation updates for Elastic Compute Cloud (EC2).
* `service/glue`: Updates service API and documentation
* AWS Glue Crawlers can now accept SerDe overrides from a custom csv classifier. The two SerDe options are LazySimpleSerDe and OpenCSVSerDe. In case, the user wants crawler to do the selection, "None" can be selected for this purpose.
* `service/pi`: Updates service API, documentation, and paginators
* `service/route53domains`: Updates service API and documentation
* Provide explanation if CheckDomainTransferability return false. Provide requestId if a request is already submitted. Add sensitive protection for customer information
* `service/sagemaker`: Updates service API and documentation
* SageMaker Inference Recommender now provides SupportedResponseMIMETypes from DescribeInferenceRecommendationsJob response

Release v1.44.323 (2023-08-14)
===

Expand Down
93 changes: 93 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.44.323"
const SDKVersion = "1.44.324"
29 changes: 27 additions & 2 deletions models/apis/chime-sdk-meetings/2021-07-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
{"shape":"UnauthorizedException"},
{"shape":"NotFoundException"},
{"shape":"ForbiddenException"},
{"shape":"ServiceUnavailableException"}
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"},
{"shape":"ThrottlingException"}
]
},
"CreateAttendee":{
Expand Down Expand Up @@ -78,6 +80,7 @@
"output":{"shape":"CreateMeetingResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ConflictException"},
{"shape":"ForbiddenException"},
{"shape":"UnauthorizedException"},
{"shape":"ThrottlingException"},
Expand All @@ -96,6 +99,7 @@
"output":{"shape":"CreateMeetingWithAttendeesResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ConflictException"},
{"shape":"ForbiddenException"},
{"shape":"UnauthorizedException"},
{"shape":"ThrottlingException"},
Expand Down Expand Up @@ -205,6 +209,13 @@
"input":{"shape":"ListTagsForResourceRequest"},
"output":{"shape":"ListTagsForResourceResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ForbiddenException"},
{"shape":"UnauthorizedException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"},
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"}
]
},
Expand Down Expand Up @@ -258,6 +269,12 @@
"output":{"shape":"TagResourceResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ForbiddenException"},
{"shape":"UnauthorizedException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"},
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"},
{"shape":"TooManyTagsException"}
]
Expand All @@ -273,6 +290,12 @@
"output":{"shape":"UntagResourceResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ForbiddenException"},
{"shape":"UnauthorizedException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"},
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"}
]
},
Expand All @@ -290,7 +313,9 @@
{"shape":"UnauthorizedException"},
{"shape":"NotFoundException"},
{"shape":"ForbiddenException"},
{"shape":"ServiceUnavailableException"}
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"},
{"shape":"ThrottlingException"}
]
}
},
Expand Down
Loading
Loading