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.119 #4593

Merged
merged 1 commit into from Oct 19, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,25 @@
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()`.

Release v1.44.118 (2022-10-18)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
@@ -1,7 +1,5 @@
### SDK Features

### 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()`.

### SDK Bugs
103 changes: 103 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.118"
const SDKVersion = "1.44.119"
4 changes: 2 additions & 2 deletions models/apis/chime-sdk-messaging/2021-05-15/docs-2.json
Expand Up @@ -41,7 +41,7 @@
"ListTagsForResource": "<p>Lists the tags applied to an Amazon Chime SDK messaging resource.</p>",
"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>",
"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>",
"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>",
"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>",
"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>",
"TagResource": "<p>Applies the specified tags to the specified Amazon Chime SDK messaging resource.</p>",
"UntagResource": "<p>Removes the specified tags from the specified Amazon Chime SDK messaging resource.</p>",
Expand Down Expand Up @@ -1376,7 +1376,7 @@
"ChannelMessageSummary$LastUpdatedTimestamp": "<p>The time at which a message was last updated.</p>",
"ChannelMessageSummary$LastEditedTimestamp": "<p>The time at which a message was last edited.</p>",
"ChannelModerator$CreatedTimestamp": "<p>The time at which the moderator was created.</p>",
"ChannelSummary$LastMessageTimestamp": "<p>The time at which the last message in a channel was sent.</p>",
"ChannelSummary$LastMessageTimestamp": "<p>The time at which the last persistent message in a channel was sent.</p>",
"ListChannelMessagesRequest$NotBefore": "<p>The initial or starting time stamp for your requested messages.</p>",
"ListChannelMessagesRequest$NotAfter": "<p>The final or ending time stamp for your requested messages.</p>"
}
Expand Down