Skip to content

Commit

Permalink
Release v1.51.14 (2024-04-03) (#5217)
Browse files Browse the repository at this point in the history
Release v1.51.14 (2024-04-03)
===

### Service Client Updates
* `service/cleanroomsml`: Updates service API and documentation
* `service/cloudformation`: Updates service API and documentation
  * This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template
* `service/datazone`: Updates service API, documentation, and paginators
* `service/docdb`: Updates service API and documentation
  * This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster.
* `service/groundstation`: Updates service API and documentation
* `service/lambda`: Updates service API and documentation
  * Add Ruby 3.3 (ruby3.3) support to AWS Lambda
* `service/medialive`: Updates service API and documentation
  * Cmaf Ingest outputs are now supported in Media Live
* `service/medical-imaging`: Updates service API and documentation
* `service/transfer`: Updates service API and documentation
  * Add ability to specify Security Policies for SFTP Connectors
  • Loading branch information
aws-sdk-go-automation committed Apr 3, 2024
1 parent dbff91a commit 588ffb4
Show file tree
Hide file tree
Showing 36 changed files with 3,937 additions and 368 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
Release v1.51.14 (2024-04-03)
===

### Service Client Updates
* `service/cleanroomsml`: Updates service API and documentation
* `service/cloudformation`: Updates service API and documentation
* This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template
* `service/datazone`: Updates service API, documentation, and paginators
* `service/docdb`: Updates service API and documentation
* This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster.
* `service/groundstation`: Updates service API and documentation
* `service/lambda`: Updates service API and documentation
* Add Ruby 3.3 (ruby3.3) support to AWS Lambda
* `service/medialive`: Updates service API and documentation
* Cmaf Ingest outputs are now supported in Media Live
* `service/medical-imaging`: Updates service API and documentation
* `service/transfer`: Updates service API and documentation
* Add ability to specify Security Policies for SFTP Connectors

Release v1.51.13 (2024-04-02)
===

Expand Down
75 changes: 75 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.51.13"
const SDKVersion = "1.51.14"
35 changes: 2 additions & 33 deletions models/apis/cleanroomsml/2023-09-06/api-2.json
Expand Up @@ -529,32 +529,6 @@
"type":"list",
"member":{"shape":"AudienceModelSummary"}
},
"AudienceModelMetric":{
"type":"structure",
"required":[
"forTopKItemPredictions",
"type",
"value"
],
"members":{
"forTopKItemPredictions":{"shape":"Integer"},
"type":{"shape":"AudienceModelMetricType"},
"value":{"shape":"Double"}
}
},
"AudienceModelMetricType":{
"type":"string",
"enum":[
"NORMALIZED_DISCOUNTED_CUMULATIVE_GAIN",
"MEAN_RECIPROCAL_RANK",
"PRECISION",
"RECALL"
]
},
"AudienceModelMetrics":{
"type":"list",
"member":{"shape":"AudienceModelMetric"}
},
"AudienceModelStatus":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -591,6 +565,7 @@
"type":"structure",
"required":["relevanceMetrics"],
"members":{
"recallMetric":{"shape":"Double"},
"relevanceMetrics":{"shape":"RelevanceMetrics"}
}
},
Expand Down Expand Up @@ -975,7 +950,6 @@
"createTime":{"shape":"SyntheticTimestamp_date_time"},
"description":{"shape":"ResourceDescription"},
"kmsKeyArn":{"shape":"KmsKeyArn"},
"metrics":{"shape":"AudienceModelMetrics"},
"name":{"shape":"NameString"},
"status":{"shape":"AudienceModelStatus"},
"statusDetails":{"shape":"StatusDetails"},
Expand Down Expand Up @@ -1119,10 +1093,6 @@
"min":20,
"pattern":"^arn:aws[-a-z]*:iam::[0-9]{12}:role/.+$"
},
"Integer":{
"type":"integer",
"box":true
},
"KmsKeyArn":{
"type":"string",
"max":2048,
Expand Down Expand Up @@ -1461,8 +1431,7 @@
"TagKey":{
"type":"string",
"max":128,
"min":1,
"pattern":"^(?!aws:).{1,128}$"
"min":1
},
"TagKeys":{
"type":"list",
Expand Down

0 comments on commit 588ffb4

Please sign in to comment.