Skip to content

Commit

Permalink
Updates SDK to v2.1496.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 14, 2023
1 parent 8557ae3 commit 4e4553d
Show file tree
Hide file tree
Showing 44 changed files with 4,919 additions and 1,142 deletions.
57 changes: 57 additions & 0 deletions .changes/2.1496.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"type": "feature",
"category": "Backup",
"description": "AWS Backup - Features: Provide Job Summary for your backup activity."
},
{
"type": "feature",
"category": "CleanRooms",
"description": "This feature provides the ability for the collaboration creator to configure either the member who can run queries or a different member in the collaboration to be billed for query compute costs."
},
{
"type": "feature",
"category": "Connect",
"description": "Introducing SegmentAttributes parameter for StartChatContact API"
},
{
"type": "feature",
"category": "Glue",
"description": "Introduces new storage optimization APIs to support automatic compaction of Apache Iceberg tables."
},
{
"type": "feature",
"category": "Iot",
"description": "This release introduces new attributes in API CreateSecurityProfile, UpdateSecurityProfile and DescribeSecurityProfile to support management of Metrics Export for AWS IoT Device Defender Detect."
},
{
"type": "feature",
"category": "Lambda",
"description": "Add Python 3.12 (python3.12) support to AWS Lambda"
},
{
"type": "feature",
"category": "MediaTailor",
"description": "Removed unnecessary default values."
},
{
"type": "feature",
"category": "Pipes",
"description": "Added support (via new LogConfiguration field in CreatePipe and UpdatePipe APIs) for logging to Amazon CloudWatch Logs, Amazon Simple Storage Service (Amazon S3), and Amazon Kinesis Data Firehose"
},
{
"type": "feature",
"category": "ResourceExplorer2",
"description": "Resource Explorer supports multi-account search. You can now use Resource Explorer to search and discover resources across AWS accounts within your organization or organizational unit."
},
{
"type": "feature",
"category": "SageMaker",
"description": "This release makes Model Registry Inference Specification fields as not required."
},
{
"type": "feature",
"category": "StepFunctions",
"description": "This release adds support to redrive executions in AWS Step Functions with a new RedriveExecution operation."
}
]
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.1495.0-->
<!--LATEST=2.1496.0-->
<!--ENTRYINSERT-->

## 2.1496.0
* feature: Backup: AWS Backup - Features: Provide Job Summary for your backup activity.
* feature: CleanRooms: This feature provides the ability for the collaboration creator to configure either the member who can run queries or a different member in the collaboration to be billed for query compute costs.
* feature: Connect: Introducing SegmentAttributes parameter for StartChatContact API
* feature: Glue: Introduces new storage optimization APIs to support automatic compaction of Apache Iceberg tables.
* feature: Iot: This release introduces new attributes in API CreateSecurityProfile, UpdateSecurityProfile and DescribeSecurityProfile to support management of Metrics Export for AWS IoT Device Defender Detect.
* feature: Lambda: Add Python 3.12 (python3.12) support to AWS Lambda
* feature: MediaTailor: Removed unnecessary default values.
* feature: Pipes: Added support (via new LogConfiguration field in CreatePipe and UpdatePipe APIs) for logging to Amazon CloudWatch Logs, Amazon Simple Storage Service (Amazon S3), and Amazon Kinesis Data Firehose
* feature: ResourceExplorer2: Resource Explorer supports multi-account search. You can now use Resource Explorer to search and discover resources across AWS accounts within your organization or organizational unit.
* feature: SageMaker: This release makes Model Registry Inference Specification fields as not required.
* feature: StepFunctions: This release adds support to redrive executions in AWS Step Functions with a new RedriveExecution operation.

## 2.1495.0
* feature: DMS: Added new Db2 LUW Target endpoint with related endpoint settings. New executeTimeout endpoint setting for mysql endpoint. New ReplicationDeprovisionTime field for serverless describe-replications.
* feature: DataExchange: Removed Required trait for DataSet.OriginDetails.ProductId.
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.1495.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1496.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

0 comments on commit 4e4553d

Please sign in to comment.