Skip to content

Commit

Permalink
Release v1.44.324 (2023-08-15) (#4954)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aws-sdk-go-automation authored Aug 15, 2023
1 parent a17e64c commit 730f07d
Show file tree
Hide file tree
Showing 26 changed files with 4,105 additions and 726 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.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

0 comments on commit 730f07d

Please sign in to comment.