Skip to content

Commit

Permalink
Updates SDK to v2.1415.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 13, 2023
1 parent 580edbe commit 36b7091
Show file tree
Hide file tree
Showing 46 changed files with 4,192 additions and 1,825 deletions.
57 changes: 57 additions & 0 deletions .changes/2.1415.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"type": "feature",
"category": "CognitoIdentityServiceProvider",
"description": "API model updated in Amazon Cognito"
},
{
"type": "feature",
"category": "Connect",
"description": "Add support for deleting Queues and Routing Profiles."
},
{
"type": "feature",
"category": "DMS",
"description": "Enhanced PostgreSQL target endpoint settings for providing Babelfish support."
},
{
"type": "feature",
"category": "DataSync",
"description": "Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource."
},
{
"type": "feature",
"category": "EC2",
"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."
},
{
"type": "feature",
"category": "FSx",
"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."
},
{
"type": "feature",
"category": "MediaTailor",
"description": "Adds categories to MediaTailor channel assembly alerts"
},
{
"type": "feature",
"category": "Personalize",
"description": "This release provides ability to customers to change schema associated with their datasets in Amazon Personalize"
},
{
"type": "feature",
"category": "Proton",
"description": "This release adds support for deployment history for Proton provisioned resources"
},
{
"type": "feature",
"category": "S3",
"description": "S3 Inventory now supports Object Access Control List and Object Owner as available object metadata fields in inventory reports."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker Canvas adds WorkspeceSettings support for CanvasAppSettings"
}
]
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1414.0-->
<!--LATEST=2.1415.0-->
<!--ENTRYINSERT-->

## 2.1415.0
* feature: CognitoIdentityServiceProvider: API model updated in Amazon Cognito
* feature: Connect: Add support for deleting Queues and Routing Profiles.
* feature: DMS: Enhanced PostgreSQL target endpoint settings for providing Babelfish support.
* feature: DataSync: Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource.
* 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.
* 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.
* feature: MediaTailor: Adds categories to MediaTailor channel assembly alerts
* feature: Personalize: This release provides ability to customers to change schema associated with their datasets in Amazon Personalize
* feature: Proton: This release adds support for deployment history for Proton provisioned resources
* feature: S3: S3 Inventory now supports Object Access Control List and Object Owner as available object metadata fields in inventory reports.
* feature: SageMaker: Amazon SageMaker Canvas adds WorkspeceSettings support for CanvasAppSettings

## 2.1414.0
* bugfix: node: use undefined node http agent if explicitly passed by user
* feature: CognitoIdentityServiceProvider: API model updated in Amazon Cognito
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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.1414.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1415.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
8 changes: 6 additions & 2 deletions apis/cognito-idp-2016-04-18.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2837,7 +2837,10 @@
"Session": {
"shape": "S1s"
},
"UserCode": {},
"UserCode": {
"type": "string",
"sensitive": true
},
"FriendlyDeviceName": {}
}
},
Expand Down Expand Up @@ -3148,7 +3151,8 @@
"members": {
"IpAddress": {},
"EncodedData": {}
}
},
"sensitive": true
},
"S43": {
"type": "map",
Expand Down
6 changes: 4 additions & 2 deletions apis/cognito-idp-2016-04-18.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -8855,7 +8855,8 @@
"type": "string",
"max": 6,
"min": 6,
"pattern": "[0-9]+"
"pattern": "[0-9]+",
"sensitive": true
},
"SoftwareTokenMfaConfigType": {
"type": "structure",
Expand Down Expand Up @@ -9555,7 +9556,8 @@
"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>"
}
},
"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>"
"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>",
"sensitive": true
},
"UserFilterType": {
"type": "string",
Expand Down
Loading

0 comments on commit 36b7091

Please sign in to comment.