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.282 #4882

Merged
merged 1 commit into from
Jun 13, 2023
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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Release v1.44.282 (2023-06-13)
===

### Service Client Updates
* `service/cloudtrail`: Updates service API and documentation
* This feature allows users to view dashboards for CloudTrail Lake event data stores.
* `service/codeguru-security`: Adds new service
* `service/drs`: Updates service API, documentation, and paginators
* `service/ec2`: Updates service API, documentation, and paginators
* This release introduces a new feature, EC2 Instance Connect Endpoint, that enables you to connect to a resource over TCP, without requiring the resource to have a public IPv4 address.
* `service/imagebuilder`: Updates service documentation
* `service/lightsail`: Updates service API and documentation
* This release adds pagination for the Get Certificates API operation.
* `service/s3`: Updates service API and examples
* Integrate double encryption feature to SDKs.
* `service/securityhub`: Updates service API, documentation, and examples
* `service/simspaceweaver`: Updates service API and documentation
* `service/verifiedpermissions`: Adds new service
* `service/wafv2`: Updates service API and documentation
* `service/wellarchitected`: Updates service API, documentation, and paginators

Release v1.44.281 (2023-06-12)
===

Expand Down
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.281"
const SDKVersion = "1.44.282"
28 changes: 24 additions & 4 deletions models/apis/cloudtrail/2013-11-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,7 @@
"input":{"shape":"UpdateEventDataStoreRequest"},
"output":{"shape":"UpdateEventDataStoreResponse"},
"errors":[
{"shape":"EventDataStoreAlreadyExistsException"},
{"shape":"EventDataStoreARNInvalidException"},
{"shape":"EventDataStoreNotFoundException"},
{"shape":"InvalidEventSelectorsException"},
Expand Down Expand Up @@ -1397,14 +1398,14 @@
},
"DescribeQueryRequest":{
"type":"structure",
"required":["QueryId"],
"members":{
"EventDataStore":{
"shape":"EventDataStoreArn",
"deprecated":true,
"deprecatedMessage":"EventDataStore is no longer required by DescribeQueryRequest"
},
"QueryId":{"shape":"UUID"}
"QueryId":{"shape":"UUID"},
"QueryAlias":{"shape":"QueryAlias"}
}
},
"DescribeQueryResponse":{
Expand Down Expand Up @@ -2467,12 +2468,30 @@
"CreationTime":{"shape":"Date"}
}
},
"QueryAlias":{
"type":"string",
"max":256,
"min":1,
"pattern":"^[a-zA-Z][a-zA-Z0-9._\\-]*$"
},
"QueryIdNotFoundException":{
"type":"structure",
"members":{
},
"exception":true
},
"QueryParameter":{
"type":"string",
"max":1024,
"min":1,
"pattern":".*"
},
"QueryParameters":{
"type":"list",
"member":{"shape":"QueryParameter"},
"max":10,
"min":1
},
"QueryResultColumn":{
"type":"map",
"key":{"shape":"QueryResultKey"},
Expand Down Expand Up @@ -2747,10 +2766,11 @@
},
"StartQueryRequest":{
"type":"structure",
"required":["QueryStatement"],
"members":{
"QueryStatement":{"shape":"QueryStatement"},
"DeliveryS3Uri":{"shape":"DeliveryS3Uri"}
"DeliveryS3Uri":{"shape":"DeliveryS3Uri"},
"QueryAlias":{"shape":"QueryAlias"},
"QueryParameters":{"shape":"QueryParameters"}
}
},
"StartQueryResponse":{
Expand Down
39 changes: 29 additions & 10 deletions models/apis/cloudtrail/2013-11-01/docs-2.json

Large diffs are not rendered by default.

Loading