Skip to content

Commit

Permalink
Updates SDK to v2.1469.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 3, 2023
1 parent c2079e6 commit 8a8f2f1
Show file tree
Hide file tree
Showing 27 changed files with 3,959 additions and 861 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1469.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Connect",
"description": "GetMetricDataV2 API: Update to include new metrics CONTACTS_RESOLVED_IN_X , AVG_HOLD_TIME_ALL_CONTACTS , AVG_RESOLUTION_TIME , ABANDONMENT_RATE , AGENT_NON_RESPONSE_WITHOUT_CUSTOMER_ABANDONS with added features: Interval Period, TimeZone, Negate MetricFilters, Extended date time range."
},
{
"type": "feature",
"category": "Location",
"description": "Amazon Location Service adds support for bounding polygon queries. Additionally, the GeofenceCount field has been added to the DescribeGeofenceCollection API response."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "This release adds the ability to replace video frames without modifying the audio essence."
},
{
"type": "feature",
"category": "OAM",
"description": "This release adds support for sharing AWS::ApplicationInsights::Application resources."
},
{
"type": "feature",
"category": "SageMaker",
"description": "This release allows users to run Selective Execution in SageMaker Pipelines without SourcePipelineExecutionArn if selected steps do not have any dependent steps."
},
{
"type": "feature",
"category": "WellArchitected",
"description": "AWS Well-Architected now supports Review Templates that allows you to create templates with pre-filled answers for Well-Architected and Custom Lens best practices."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1468.0-->
<!--LATEST=2.1469.0-->
<!--ENTRYINSERT-->

## 2.1469.0
* feature: Connect: GetMetricDataV2 API: Update to include new metrics CONTACTS_RESOLVED_IN_X , AVG_HOLD_TIME_ALL_CONTACTS , AVG_RESOLUTION_TIME , ABANDONMENT_RATE , AGENT_NON_RESPONSE_WITHOUT_CUSTOMER_ABANDONS with added features: Interval Period, TimeZone, Negate MetricFilters, Extended date time range.
* feature: Location: Amazon Location Service adds support for bounding polygon queries. Additionally, the GeofenceCount field has been added to the DescribeGeofenceCollection API response.
* feature: MediaConvert: This release adds the ability to replace video frames without modifying the audio essence.
* feature: OAM: This release adds support for sharing AWS::ApplicationInsights::Application resources.
* feature: SageMaker: This release allows users to run Selective Execution in SageMaker Pipelines without SourcePipelineExecutionArn if selected steps do not have any dependent steps.
* feature: WellArchitected: AWS Well-Architected now supports Review Templates that allows you to create templates with pre-filled answers for Well-Architected and Custom Lens best practices.

## 2.1468.0
* feature: Bedrock: Provisioned throughput feature with Amazon and third-party base models, and update validators for model identifier and taggable resource ARNs.
* feature: BedrockRuntime: Add model timeout exception for InvokeModelWithResponseStream API and update validator for invoke model identifier.
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.1468.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1469.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 8a8f2f1

Please sign in to comment.