Skip to content

Commit

Permalink
Release v1.44.202 (2023-02-15) (#4726)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aws-sdk-go-automation committed Feb 15, 2023
1 parent 0df2f81 commit 6cdd617
Show file tree
Hide file tree
Showing 41 changed files with 7,120 additions and 5,615 deletions.
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

0 comments on commit 6cdd617

Please sign in to comment.