Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.44.202 (2023-02-15)
===

### Service Client Updates
* `service/cloudtrail`: Updates service API
* This release adds an InsufficientEncryptionPolicyException type to the StartImport endpoint
* `service/elasticfilesystem`: Updates service documentation
* Documentation update for EFS to support IAM best practices.
* `service/frauddetector`: Updates service API, documentation, and paginators
* `service/glue`: Updates service API and documentation
* Fix DirectJDBCSource not showing up in CLI code gen
* `service/privatenetworks`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Database Activity Stream support for RDS for SQL Server.
* `service/wafv2`: Updates service API and documentation

Release v1.44.201 (2023-02-14)
===

Expand Down
3 changes: 3 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.201"
const SDKVersion = "1.44.202"
1 change: 1 addition & 0 deletions models/apis/cloudtrail/2013-11-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,7 @@
{"shape":"InvalidImportSourceException"},
{"shape":"ImportNotFoundException"},
{"shape":"InvalidParameterException"},
{"shape":"InsufficientEncryptionPolicyException"},
{"shape":"OperationNotPermittedException"},
{"shape":"UnsupportedOperationException"},
{"shape":"OperationNotPermittedException"},
Expand Down
428 changes: 227 additions & 201 deletions models/apis/cloudtrail/2013-11-01/endpoint-rule-set-1.json

Large diffs are not rendered by default.

Loading