Skip to content

Commit

Permalink
Release v1.44.84 (2022-08-24) (#4534)
Browse files Browse the repository at this point in the history
Release v1.44.84 (2022-08-24)
===

### Service Client Updates
* `service/cloudfront`: Updates service API and documentation
  * Adds support for CloudFront origin access control (OAC), making it possible to restrict public access to S3 bucket origins in all AWS Regions, those with SSE-KMS, and more.
* `service/config`: Updates service API and documentation
* `service/iam`: Updates service documentation
  * Documentation updates for AWS Identity and Access Management (IAM).
* `service/ivs`: Updates service documentation
* `service/quicksight`: Updates service API and documentation
  * Added a new optional property DashboardVisual under ExperienceConfiguration parameter of GenerateEmbedUrlForAnonymousUser and GenerateEmbedUrlForRegisteredUser API operations. This supports embedding of specific visuals in QuickSight dashboards.
* `service/transfer`: Updates service documentation
  * Documentation updates for AWS Transfer Family
  • Loading branch information
aws-sdk-go-automation committed Aug 24, 2022
1 parent d4f5f55 commit 3f8783f
Show file tree
Hide file tree
Showing 22 changed files with 3,211 additions and 385 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
Release v1.44.84 (2022-08-24)
===

### Service Client Updates
* `service/cloudfront`: Updates service API and documentation
* Adds support for CloudFront origin access control (OAC), making it possible to restrict public access to S3 bucket origins in all AWS Regions, those with SSE-KMS, and more.
* `service/config`: Updates service API and documentation
* `service/iam`: Updates service documentation
* Documentation updates for AWS Identity and Access Management (IAM).
* `service/ivs`: Updates service documentation
* `service/quicksight`: Updates service API and documentation
* Added a new optional property DashboardVisual under ExperienceConfiguration parameter of GenerateEmbedUrlForAnonymousUser and GenerateEmbedUrlForRegisteredUser API operations. This supports embedding of specific visuals in QuickSight dashboards.
* `service/transfer`: Updates service documentation
* Documentation updates for AWS Transfer Family

Release v1.44.83 (2022-08-23)
===

Expand Down
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.83"
const SDKVersion = "1.44.84"

0 comments on commit 3f8783f

Please sign in to comment.