Skip to content

Commit

Permalink
Updates SDK to v2.1422.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 25, 2023
1 parent 6cf14c8 commit baa3b7d
Show file tree
Hide file tree
Showing 47 changed files with 3,709 additions and 1,452 deletions.
62 changes: 62 additions & 0 deletions .changes/2.1422.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"type": "feature",
"category": "Billingconductor",
"description": "Added support for Auto-Assocate Billing Groups for CreateBillingGroup, UpdateBillingGroup, and ListBillingGroups."
},
{
"type": "feature",
"category": "CustomerProfiles",
"description": "Amazon Connect Customer Profiles now supports rule-based resolution to match and merge similar profiles into unified profiles, helping companies deliver faster and more personalized customer service by providing access to relevant customer information for agents and automated experiences."
},
{
"type": "feature",
"category": "DataSync",
"description": "AWS DataSync now supports Microsoft Azure Blob Storage locations."
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds an instance's peak and baseline network bandwidth as well as the memory sizes of an instance's inference accelerators to DescribeInstanceTypes."
},
{
"type": "feature",
"category": "EMRServerless",
"description": "This release adds support for publishing application logs to CloudWatch."
},
{
"type": "feature",
"category": "Lambda",
"description": "Add Python 3.11 (python3.11) support to AWS Lambda"
},
{
"type": "feature",
"category": "RDS",
"description": "This release adds support for monitoring storage optimization progress on the DescribeDBInstances API."
},
{
"type": "feature",
"category": "STS",
"description": "API updates for the AWS Security Token Service"
},
{
"type": "feature",
"category": "SageMaker",
"description": "Mark ContentColumn and TargetLabelColumn as required Targets in TextClassificationJobConfig in CreateAutoMLJobV2API"
},
{
"type": "feature",
"category": "SecurityHub",
"description": "Add support for CONTAINS and NOT_CONTAINS comparison operators for Automation Rules string filters and map filters"
},
{
"type": "feature",
"category": "Transfer",
"description": "This release adds support for SFTP Connectors."
},
{
"type": "feature",
"category": "Wisdom",
"description": "This release added two new data types: AssistantIntegrationConfiguration, and SessionIntegrationConfiguration to support Wisdom integration with Amazon Connect Chat"
}
]
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1421.0-->
<!--LATEST=2.1422.0-->
<!--ENTRYINSERT-->

## 2.1422.0
* feature: Billingconductor: Added support for Auto-Assocate Billing Groups for CreateBillingGroup, UpdateBillingGroup, and ListBillingGroups.
* feature: CustomerProfiles: Amazon Connect Customer Profiles now supports rule-based resolution to match and merge similar profiles into unified profiles, helping companies deliver faster and more personalized customer service by providing access to relevant customer information for agents and automated experiences.
* feature: DataSync: AWS DataSync now supports Microsoft Azure Blob Storage locations.
* feature: EC2: This release adds an instance's peak and baseline network bandwidth as well as the memory sizes of an instance's inference accelerators to DescribeInstanceTypes.
* feature: EMRServerless: This release adds support for publishing application logs to CloudWatch.
* feature: Lambda: Add Python 3.11 (python3.11) support to AWS Lambda
* feature: RDS: This release adds support for monitoring storage optimization progress on the DescribeDBInstances API.
* feature: STS: API updates for the AWS Security Token Service
* feature: SageMaker: Mark ContentColumn and TargetLabelColumn as required Targets in TextClassificationJobConfig in CreateAutoMLJobV2API
* feature: SecurityHub: Add support for CONTAINS and NOT_CONTAINS comparison operators for Automation Rules string filters and map filters
* feature: Transfer: This release adds support for SFTP Connectors.
* feature: Wisdom: This release added two new data types: AssistantIntegrationConfiguration, and SessionIntegrationConfiguration to support Wisdom integration with Amazon Connect Chat

## 2.1421.0
* feature: ChimeSDKMediaPipelines: AWS Media Pipeline compositing enhancement and Media Insights Pipeline auto language identification.
* feature: CloudFormation: This release supports filtering by DRIFT_STATUS for existing API ListStackInstances and adds support for a new API ListStackInstanceResourceDrifts. Customers can now view resource drift information from their StackSet management accounts.
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.1421.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1422.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
Loading

0 comments on commit baa3b7d

Please sign in to comment.