Skip to content

Commit

Permalink
Release v1.44.111 (2022-10-04) (#4576)
Browse files Browse the repository at this point in the history
Release v1.44.111 (2022-10-04)
===

### Service Client Updates
* `service/connect`: Updates service API
* `service/connectcases`: Adds new service
* `service/ec2`: Updates service API and documentation
  * Added EnableNetworkAddressUsageMetrics flag for ModifyVpcAttribute, DescribeVpcAttribute APIs.
* `service/ecs`: Updates service documentation
  * Documentation updates to address various Amazon ECS tickets.
* `service/s3control`: Updates service API
  * S3 Object Lambda adds support to allow customers to intercept HeadObject and ListObjects requests and introduce their own compute. These requests were previously proxied to S3.
* `service/workmail`: Updates service API, documentation, and paginators
  * This release adds support for impersonation roles in Amazon WorkMail.
  • Loading branch information
aws-sdk-go-automation authored Oct 4, 2022
1 parent 0f8d80a commit 2389894
Show file tree
Hide file tree
Showing 29 changed files with 16,729 additions and 427 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.111 (2022-10-04)
===

### Service Client Updates
* `service/connect`: Updates service API
* `service/connectcases`: Adds new service
* `service/ec2`: Updates service API and documentation
* Added EnableNetworkAddressUsageMetrics flag for ModifyVpcAttribute, DescribeVpcAttribute APIs.
* `service/ecs`: Updates service documentation
* Documentation updates to address various Amazon ECS tickets.
* `service/s3control`: Updates service API
* S3 Object Lambda adds support to allow customers to intercept HeadObject and ListObjects requests and introduce their own compute. These requests were previously proxied to S3.
* `service/workmail`: Updates service API, documentation, and paginators
* This release adds support for impersonation roles in Amazon WorkMail.

Release v1.44.110 (2022-10-03)
===

Expand Down
10 changes: 10 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.110"
const SDKVersion = "1.44.111"
3 changes: 2 additions & 1 deletion models/apis/connect/2017-08-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5253,7 +5253,8 @@
"VOICE_ID",
"PINPOINT_APP",
"WISDOM_ASSISTANT",
"WISDOM_KNOWLEDGE_BASE"
"WISDOM_KNOWLEDGE_BASE",
"CASES_DOMAIN"
]
},
"InternalServiceException":{
Expand Down
Loading

0 comments on commit 2389894

Please sign in to comment.