Skip to content

Commit 36b7091

Browse files
author
awstools
committed
Updates SDK to v2.1415.0
1 parent 580edbe commit 36b7091

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+4192
-1825
lines changed

.changes/2.1415.0.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CognitoIdentityServiceProvider",
5+
"description": "API model updated in Amazon Cognito"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Connect",
10+
"description": "Add support for deleting Queues and Routing Profiles."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "DMS",
15+
"description": "Enhanced PostgreSQL target endpoint settings for providing Babelfish support."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "DataSync",
20+
"description": "Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "EC2",
25+
"description": "This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and provide up to 200 Gbps network bandwidth."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "FSx",
30+
"description": "Amazon FSx for NetApp ONTAP now supports SnapLock, an ONTAP feature that enables you to protect your files in a volume by transitioning them to a write once, read many (WORM) state."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "MediaTailor",
35+
"description": "Adds categories to MediaTailor channel assembly alerts"
36+
},
37+
{
38+
"type": "feature",
39+
"category": "Personalize",
40+
"description": "This release provides ability to customers to change schema associated with their datasets in Amazon Personalize"
41+
},
42+
{
43+
"type": "feature",
44+
"category": "Proton",
45+
"description": "This release adds support for deployment history for Proton provisioned resources"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "S3",
50+
"description": "S3 Inventory now supports Object Access Control List and Object Owner as available object metadata fields in inventory reports."
51+
},
52+
{
53+
"type": "feature",
54+
"category": "SageMaker",
55+
"description": "Amazon SageMaker Canvas adds WorkspeceSettings support for CanvasAppSettings"
56+
}
57+
]

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1414.0-->
2+
<!--LATEST=2.1415.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1415.0
6+
* feature: CognitoIdentityServiceProvider: API model updated in Amazon Cognito
7+
* feature: Connect: Add support for deleting Queues and Routing Profiles.
8+
* feature: DMS: Enhanced PostgreSQL target endpoint settings for providing Babelfish support.
9+
* feature: DataSync: Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource.
10+
* feature: EC2: This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and provide up to 200 Gbps network bandwidth.
11+
* feature: FSx: Amazon FSx for NetApp ONTAP now supports SnapLock, an ONTAP feature that enables you to protect your files in a volume by transitioning them to a write once, read many (WORM) state.
12+
* feature: MediaTailor: Adds categories to MediaTailor channel assembly alerts
13+
* feature: Personalize: This release provides ability to customers to change schema associated with their datasets in Amazon Personalize
14+
* feature: Proton: This release adds support for deployment history for Proton provisioned resources
15+
* feature: S3: S3 Inventory now supports Object Access Control List and Object Owner as available object metadata fields in inventory reports.
16+
* feature: SageMaker: Amazon SageMaker Canvas adds WorkspeceSettings support for CanvasAppSettings
17+
518
## 2.1414.0
619
* bugfix: node: use undefined node http agent if explicitly passed by user
720
* feature: CognitoIdentityServiceProvider: API model updated in Amazon Cognito

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1414.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1415.0.min.js"></script>
7575

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

apis/cognito-idp-2016-04-18.min.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2837,7 +2837,10 @@
28372837
"Session": {
28382838
"shape": "S1s"
28392839
},
2840-
"UserCode": {},
2840+
"UserCode": {
2841+
"type": "string",
2842+
"sensitive": true
2843+
},
28412844
"FriendlyDeviceName": {}
28422845
}
28432846
},
@@ -3148,7 +3151,8 @@
31483151
"members": {
31493152
"IpAddress": {},
31503153
"EncodedData": {}
3151-
}
3154+
},
3155+
"sensitive": true
31523156
},
31533157
"S43": {
31543158
"type": "map",

apis/cognito-idp-2016-04-18.normal.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8855,7 +8855,8 @@
88558855
"type": "string",
88568856
"max": 6,
88578857
"min": 6,
8858-
"pattern": "[0-9]+"
8858+
"pattern": "[0-9]+",
8859+
"sensitive": true
88598860
},
88608861
"SoftwareTokenMfaConfigType": {
88618862
"type": "structure",
@@ -9555,7 +9556,8 @@
95559556
"documentation": "<p>Encoded device-fingerprint details that your app collected with the Amazon Cognito context data collection library. For more information, see <a href=\"https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pool-settings-adaptive-authentication.html#user-pool-settings-adaptive-authentication-device-fingerprint\">Adding user device and session data to API requests</a>.</p>"
95569557
}
95579558
},
9558-
"documentation": "<p>Contextual data, such as the user's device fingerprint, IP address, or location, used for evaluating the risk of an unexpected event by Amazon Cognito advanced security.</p>"
9559+
"documentation": "<p>Contextual data, such as the user's device fingerprint, IP address, or location, used for evaluating the risk of an unexpected event by Amazon Cognito advanced security.</p>",
9560+
"sensitive": true
95599561
},
95609562
"UserFilterType": {
95619563
"type": "string",

0 commit comments

Comments
 (0)