Skip to content

Commit 70800d5

Browse files
author
awstools
committed
Updates SDK to v2.1592.0
1 parent d7b9e64 commit 70800d5

36 files changed

+2851
-970
lines changed

Diff for: .changes/2.1592.0.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CleanRoomsML",
5+
"description": "The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CloudFormation",
10+
"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"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "DataZone",
15+
"description": "This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "DocDB",
20+
"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."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "GroundStation",
25+
"description": "This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Lambda",
30+
"description": "Add Ruby 3.3 (ruby3.3) support to AWS Lambda"
31+
},
32+
{
33+
"type": "feature",
34+
"category": "MediaLive",
35+
"description": "Cmaf Ingest outputs are now supported in Media Live"
36+
},
37+
{
38+
"type": "feature",
39+
"category": "MedicalImaging",
40+
"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"
41+
},
42+
{
43+
"type": "feature",
44+
"category": "Transfer",
45+
"description": "Add ability to specify Security Policies for SFTP Connectors"
46+
}
47+
]

Diff for: CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1591.0-->
2+
<!--LATEST=2.1592.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1592.0
6+
* feature: CleanRoomsML: The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide.
7+
* 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
8+
* feature: DataZone: This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone.
9+
* 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.
10+
* feature: GroundStation: This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses.
11+
* feature: Lambda: Add Ruby 3.3 (ruby3.3) support to AWS Lambda
12+
* feature: MediaLive: Cmaf Ingest outputs are now supported in Media Live
13+
* 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
14+
* feature: Transfer: Add ability to specify Security Policies for SFTP Connectors
15+
516
## 2.1591.0
617
* feature: Glue: Adding View related fields to responses of read-only Table APIs.
718
* 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.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

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

6969
You can also build a custom browser SDK with your specified set of AWS services.
7070
This can allow you to reduce the SDK's size, specify different API versions of

Diff for: apis/cleanroomsml-2023-09-06.min.json

+7-24
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,9 @@
279279
"relevanceMetrics"
280280
],
281281
"members": {
282+
"recallMetric": {
283+
"type": "double"
284+
},
282285
"relevanceMetrics": {
283286
"type": "list",
284287
"member": {
@@ -288,7 +291,7 @@
288291
],
289292
"members": {
290293
"audienceSize": {
291-
"shape": "S1l"
294+
"shape": "S1m"
292295
},
293296
"score": {
294297
"type": "double"
@@ -351,26 +354,6 @@
351354
},
352355
"description": {},
353356
"kmsKeyArn": {},
354-
"metrics": {
355-
"type": "list",
356-
"member": {
357-
"type": "structure",
358-
"required": [
359-
"forTopKItemPredictions",
360-
"type",
361-
"value"
362-
],
363-
"members": {
364-
"forTopKItemPredictions": {
365-
"type": "integer"
366-
},
367-
"type": {},
368-
"value": {
369-
"type": "double"
370-
}
371-
}
372-
}
373-
},
374357
"name": {},
375358
"status": {},
376359
"statusDetails": {
@@ -583,7 +566,7 @@
583566
"members": {
584567
"audienceGenerationJobArn": {},
585568
"audienceSize": {
586-
"shape": "S1l"
569+
"shape": "S1m"
587570
},
588571
"createTime": {
589572
"shape": "S8"
@@ -925,7 +908,7 @@
925908
"members": {
926909
"audienceGenerationJobArn": {},
927910
"audienceSize": {
928-
"shape": "S1l"
911+
"shape": "S1m"
929912
},
930913
"description": {},
931914
"name": {}
@@ -1189,7 +1172,7 @@
11891172
"type": {}
11901173
}
11911174
},
1192-
"S1l": {
1175+
"S1m": {
11931176
"type": "structure",
11941177
"required": [
11951178
"type",

0 commit comments

Comments
 (0)