Skip to content

Commit 2389894

Browse files
Release v1.44.111 (2022-10-04) (#4576)
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.
1 parent 0f8d80a commit 2389894

File tree

29 files changed

+16729
-427
lines changed

29 files changed

+16729
-427
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Release v1.44.111 (2022-10-04)
2+
===
3+
4+
### Service Client Updates
5+
* `service/connect`: Updates service API
6+
* `service/connectcases`: Adds new service
7+
* `service/ec2`: Updates service API and documentation
8+
* Added EnableNetworkAddressUsageMetrics flag for ModifyVpcAttribute, DescribeVpcAttribute APIs.
9+
* `service/ecs`: Updates service documentation
10+
* Documentation updates to address various Amazon ECS tickets.
11+
* `service/s3control`: Updates service API
12+
* 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.
13+
* `service/workmail`: Updates service API, documentation, and paginators
14+
* This release adds support for impersonation roles in Amazon WorkMail.
15+
116
Release v1.44.110 (2022-10-03)
217
===
318

aws/endpoints/defaults.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.110"
8+
const SDKVersion = "1.44.111"

models/apis/connect/2017-08-08/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5253,7 +5253,8 @@
52535253
"VOICE_ID",
52545254
"PINPOINT_APP",
52555255
"WISDOM_ASSISTANT",
5256-
"WISDOM_KNOWLEDGE_BASE"
5256+
"WISDOM_KNOWLEDGE_BASE",
5257+
"CASES_DOMAIN"
52575258
]
52585259
},
52595260
"InternalServiceException":{

0 commit comments

Comments
 (0)