Skip to content

Commit ce319ab

Browse files
Release v1.44.119 (2022-10-19) (#4593)
Release v1.44.119 (2022-10-19) === ### Service Client Updates * `service/chime-sdk-messaging`: Updates service documentation * `service/cloudtrail`: Updates service API and documentation * This release includes support for exporting CloudTrail Lake query results to an Amazon S3 bucket. * `service/config`: Updates service API and documentation * `service/connect`: Updates service API, documentation, and paginators * `service/eventbridge`: Updates service API * `service/managedblockchain`: Updates service API, documentation, and paginators * `service/s3`: Updates service API and examples * Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters. * `service/s3control`: Updates service API * Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters. * `service/support-app`: Updates service API and documentation * `service/workspaces-web`: Updates service API, documentation, and paginators ### SDK Enhancements * `aws/session`: Modified config resolution strategy when `$HOME` or `%USERPROFILE%` environment variables are not set. * When the environment variables are not set, the SDK will attempt to determine the home directory using `user.Current()`.
1 parent d5e20b8 commit ce319ab

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+40700
-1326
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
Release v1.44.119 (2022-10-19)
2+
===
3+
4+
### Service Client Updates
5+
* `service/chime-sdk-messaging`: Updates service documentation
6+
* `service/cloudtrail`: Updates service API and documentation
7+
* This release includes support for exporting CloudTrail Lake query results to an Amazon S3 bucket.
8+
* `service/config`: Updates service API and documentation
9+
* `service/connect`: Updates service API, documentation, and paginators
10+
* `service/eventbridge`: Updates service API
11+
* `service/managedblockchain`: Updates service API, documentation, and paginators
12+
* `service/s3`: Updates service API and examples
13+
* Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.
14+
* `service/s3control`: Updates service API
15+
* Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.
16+
* `service/support-app`: Updates service API and documentation
17+
* `service/workspaces-web`: Updates service API, documentation, and paginators
18+
19+
### SDK Enhancements
20+
* `aws/session`: Modified config resolution strategy when `$HOME` or `%USERPROFILE%` environment variables are not set.
21+
* When the environment variables are not set, the SDK will attempt to determine the home directory using `user.Current()`.
22+
123
Release v1.44.118 (2022-10-18)
224
===
325

CHANGELOG_PENDING.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
### SDK Features
22

33
### SDK Enhancements
4-
* `aws/session`: Modified config resolution strategy when `$HOME` or `%USERPROFILE%` environment variables are not set.
5-
* When the environment variables are not set, the SDK will attempt to determine the home directory using `user.Current()`.
64

75
### SDK Bugs

aws/endpoints/defaults.go

+103
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
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.118"
8+
const SDKVersion = "1.44.119"

models/apis/chime-sdk-messaging/2021-05-15/docs-2.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"ListTagsForResource": "<p>Lists the tags applied to an Amazon Chime SDK messaging resource.</p>",
4242
"PutChannelMembershipPreferences": "<p>Sets the membership preferences of an <code>AppInstanceUser</code> for the specified channel. The <code>AppInstanceUser</code> must be a member of the channel. Only the <code>AppInstanceUser</code> who owns the membership can set preferences. Users in the <code>AppInstanceAdmin</code> and channel moderator roles can't set preferences for other users. Banned users can't set membership preferences for the channel from which they are banned.</p>",
4343
"RedactChannelMessage": "<p>Redacts message content, but not metadata. The message exists in the back end, but the action returns null content, and the state shows as redacted.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
44-
"SearchChannels": "<p>Allows an <code>AppInstanceUser</code> to search the channels that they belong to. The <code>AppInstanceUser</code> can search by membership or external ID. An <code>AppInstanceAdmin</code> can search across all channels within the <code>AppInstance</code>.</p>",
44+
"SearchChannels": "<p>Allows <code>ChimeBearer</code> to search channels by channel members. AppInstanceUsers can search across the channels that they belong to. AppInstanceAdmins can search across all channels.</p>",
4545
"SendChannelMessage": "<p>Sends a message to a particular channel that the member is a part of.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> <p>Also, <code>STANDARD</code> messages can contain 4KB of data and the 1KB of metadata. <code>CONTROL</code> messages can contain 30 bytes of data and no metadata.</p> </note>",
4646
"TagResource": "<p>Applies the specified tags to the specified Amazon Chime SDK messaging resource.</p>",
4747
"UntagResource": "<p>Removes the specified tags from the specified Amazon Chime SDK messaging resource.</p>",
@@ -1376,7 +1376,7 @@
13761376
"ChannelMessageSummary$LastUpdatedTimestamp": "<p>The time at which a message was last updated.</p>",
13771377
"ChannelMessageSummary$LastEditedTimestamp": "<p>The time at which a message was last edited.</p>",
13781378
"ChannelModerator$CreatedTimestamp": "<p>The time at which the moderator was created.</p>",
1379-
"ChannelSummary$LastMessageTimestamp": "<p>The time at which the last message in a channel was sent.</p>",
1379+
"ChannelSummary$LastMessageTimestamp": "<p>The time at which the last persistent message in a channel was sent.</p>",
13801380
"ListChannelMessagesRequest$NotBefore": "<p>The initial or starting time stamp for your requested messages.</p>",
13811381
"ListChannelMessagesRequest$NotAfter": "<p>The final or ending time stamp for your requested messages.</p>"
13821382
}

0 commit comments

Comments
 (0)