Skip to content

Commit

Permalink
Release v1.44.264 (2023-05-16) (#4841)
Browse files Browse the repository at this point in the history
Release v1.44.264 (2023-05-16)
===

### Service Client Updates
* `service/detective`: Updates service API
* `service/directconnect`: Updates service documentation
  * This release includes an update to the mtu value for CreateTransitVirtualInterface from 9001 mtu to 8500 mtu.
* `service/glue`: Updates service API and documentation
  * Add Support for Tags for Custom Entity Types
* `service/secretsmanager`: Updates service documentation
  * Documentation updates for Secrets Manager
* `service/wafv2`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed May 16, 2023
1 parent d47c75a commit df8a585
Show file tree
Hide file tree
Showing 19 changed files with 1,954 additions and 1,170 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.44.264 (2023-05-16)
===

### Service Client Updates
* `service/detective`: Updates service API
* `service/directconnect`: Updates service documentation
* This release includes an update to the mtu value for CreateTransitVirtualInterface from 9001 mtu to 8500 mtu.
* `service/glue`: Updates service API and documentation
* Add Support for Tags for Custom Entity Types
* `service/secretsmanager`: Updates service documentation
* Documentation updates for Secrets Manager
* `service/wafv2`: Updates service API and documentation

Release v1.44.263 (2023-05-15)
===

Expand Down
89 changes: 89 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.263"
const SDKVersion = "1.44.264"
3 changes: 2 additions & 1 deletion models/apis/detective/2018-10-26/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,8 @@
"type":"string",
"enum":[
"DETECTIVE_CORE",
"EKS_AUDIT"
"EKS_AUDIT",
"ASFF_SECURITYHUB_FINDING"
]
},
"DatasourcePackageIngestDetail":{
Expand Down
Loading

0 comments on commit df8a585

Please sign in to comment.