Skip to content

Commit

Permalink
Updates SDK to v2.1592.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 3, 2024
1 parent d7b9e64 commit 70800d5
Show file tree
Hide file tree
Showing 36 changed files with 2,851 additions and 970 deletions.
47 changes: 47 additions & 0 deletions .changes/2.1592.0.json
@@ -0,0 +1,47 @@
[
{
"type": "feature",
"category": "CleanRoomsML",
"description": "The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide."
},
{
"type": "feature",
"category": "CloudFormation",
"description": "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"
},
{
"type": "feature",
"category": "DataZone",
"description": "This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone."
},
{
"type": "feature",
"category": "DocDB",
"description": "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."
},
{
"type": "feature",
"category": "GroundStation",
"description": "This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses."
},
{
"type": "feature",
"category": "Lambda",
"description": "Add Ruby 3.3 (ruby3.3) support to AWS Lambda"
},
{
"type": "feature",
"category": "MediaLive",
"description": "Cmaf Ingest outputs are now supported in Media Live"
},
{
"type": "feature",
"category": "MedicalImaging",
"description": "SearchImageSets API now supports following enhancements - Additional support for searching on UpdatedAt and SeriesInstanceUID - Support for searching existing filters between dates/times - Support for sorting the search result by Ascending/Descending - Additional parameters returned in the response"
},
{
"type": "feature",
"category": "Transfer",
"description": "Add ability to specify Security Policies for SFTP Connectors"
}
]
13 changes: 12 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,18 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1591.0-->
<!--LATEST=2.1592.0-->
<!--ENTRYINSERT-->

## 2.1592.0
* feature: CleanRoomsML: The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide.
* feature: CloudFormation: 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
* feature: DataZone: This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone.
* feature: DocDB: 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.
* feature: GroundStation: This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses.
* feature: Lambda: Add Ruby 3.3 (ruby3.3) support to AWS Lambda
* feature: MediaLive: Cmaf Ingest outputs are now supported in Media Live
* feature: MedicalImaging: SearchImageSets API now supports following enhancements - Additional support for searching on UpdatedAt and SeriesInstanceUID - Support for searching existing filters between dates/times - Support for sorting the search result by Ascending/Descending - Additional parameters returned in the response
* feature: Transfer: Add ability to specify Security Policies for SFTP Connectors

## 2.1591.0
* feature: Glue: Adding View related fields to responses of read-only Table APIs.
* feature: RolesAnywhere: This release increases the limit on the roleArns request parameter for the *Profile APIs that support it. This parameter can now take up to 250 role ARNs.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1591.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1592.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
31 changes: 7 additions & 24 deletions apis/cleanroomsml-2023-09-06.min.json
Expand Up @@ -279,6 +279,9 @@
"relevanceMetrics"
],
"members": {
"recallMetric": {
"type": "double"
},
"relevanceMetrics": {
"type": "list",
"member": {
Expand All @@ -288,7 +291,7 @@
],
"members": {
"audienceSize": {
"shape": "S1l"
"shape": "S1m"
},
"score": {
"type": "double"
Expand Down Expand Up @@ -351,26 +354,6 @@
},
"description": {},
"kmsKeyArn": {},
"metrics": {
"type": "list",
"member": {
"type": "structure",
"required": [
"forTopKItemPredictions",
"type",
"value"
],
"members": {
"forTopKItemPredictions": {
"type": "integer"
},
"type": {},
"value": {
"type": "double"
}
}
}
},
"name": {},
"status": {},
"statusDetails": {
Expand Down Expand Up @@ -583,7 +566,7 @@
"members": {
"audienceGenerationJobArn": {},
"audienceSize": {
"shape": "S1l"
"shape": "S1m"
},
"createTime": {
"shape": "S8"
Expand Down Expand Up @@ -925,7 +908,7 @@
"members": {
"audienceGenerationJobArn": {},
"audienceSize": {
"shape": "S1l"
"shape": "S1m"
},
"description": {},
"name": {}
Expand Down Expand Up @@ -1189,7 +1172,7 @@
"type": {}
}
},
"S1l": {
"S1m": {
"type": "structure",
"required": [
"type",
Expand Down

0 comments on commit 70800d5

Please sign in to comment.