Skip to content

Commit

Permalink
Release v1.44.289 (2023-06-23) (#4893)
Browse files Browse the repository at this point in the history
Release v1.44.289 (2023-06-23)
===

### Service Client Updates
* `service/devops-guru`: Updates service API and documentation
* `service/fsx`: Updates service documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Documentation improvements for create, describe, and modify DB clusters and DB instances.
* `service/verifiedpermissions`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation committed Jun 23, 2023
1 parent 4db4de0 commit a57c4d9
Show file tree
Hide file tree
Showing 14 changed files with 1,824 additions and 1,625 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.44.289 (2023-06-23)
===

### Service Client Updates
* `service/devops-guru`: Updates service API and documentation
* `service/fsx`: Updates service documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Documentation improvements for create, describe, and modify DB clusters and DB instances.
* `service/verifiedpermissions`: Updates service documentation

Release v1.44.288 (2023-06-22)
===

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.288"
const SDKVersion = "1.44.289"
35 changes: 33 additions & 2 deletions models/apis/devops-guru/2020-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1334,6 +1334,28 @@
"exception":true,
"fault":true
},
"KMSKeyId":{
"type":"string",
"max":2048,
"min":1,
"pattern":"^.*$"
},
"KMSServerSideEncryptionIntegration":{
"type":"structure",
"members":{
"KMSKeyId":{"shape":"KMSKeyId"},
"OptInStatus":{"shape":"OptInStatus"},
"Type":{"shape":"ServerSideEncryptionType"}
}
},
"KMSServerSideEncryptionIntegrationConfig":{
"type":"structure",
"members":{
"KMSKeyId":{"shape":"KMSKeyId"},
"OptInStatus":{"shape":"OptInStatus"},
"Type":{"shape":"ServerSideEncryptionType"}
}
},
"ListAnomaliesForInsightFilters":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2377,6 +2399,13 @@
"NextToken":{"shape":"UuidNextToken"}
}
},
"ServerSideEncryptionType":{
"type":"string",
"enum":[
"CUSTOMER_MANAGED_KEY",
"AWS_OWNED_KMS_KEY"
]
},
"ServiceCollection":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2406,7 +2435,8 @@
"type":"structure",
"members":{
"OpsCenter":{"shape":"OpsCenterIntegration"},
"LogsAnomalyDetection":{"shape":"LogsAnomalyDetectionIntegration"}
"LogsAnomalyDetection":{"shape":"LogsAnomalyDetectionIntegration"},
"KMSServerSideEncryption":{"shape":"KMSServerSideEncryptionIntegration"}
}
},
"ServiceName":{
Expand Down Expand Up @@ -2663,7 +2693,8 @@
"type":"structure",
"members":{
"OpsCenter":{"shape":"OpsCenterIntegrationConfig"},
"LogsAnomalyDetection":{"shape":"LogsAnomalyDetectionIntegrationConfig"}
"LogsAnomalyDetection":{"shape":"LogsAnomalyDetectionIntegrationConfig"},
"KMSServerSideEncryption":{"shape":"KMSServerSideEncryptionIntegrationConfig"}
}
},
"UpdateServiceIntegrationRequest":{
Expand Down
36 changes: 32 additions & 4 deletions models/apis/devops-guru/2020-12-01/docs-2.json

Large diffs are not rendered by default.

0 comments on commit a57c4d9

Please sign in to comment.