Skip to content

Commit

Permalink
Updates SDK to v2.1419.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 20, 2023
1 parent a398605 commit 00fc0cf
Show file tree
Hide file tree
Showing 35 changed files with 3,352 additions and 576 deletions.
47 changes: 47 additions & 0 deletions .changes/2.1419.0.json
@@ -0,0 +1,47 @@
[
{
"type": "feature",
"category": "CodeCatalyst",
"description": "This release adds support for updating and deleting spaces and projects in Amazon CodeCatalyst. It also adds support for creating, getting, and deleting source repositories in CodeCatalyst projects."
},
{
"type": "feature",
"category": "ConnectCases",
"description": "This release adds the ability to assign a case to a queue or user."
},
{
"type": "feature",
"category": "LexModelsV2",
"description": "This release updates type for Channel field in SessionSpecification and UtteranceSpecification"
},
{
"type": "feature",
"category": "Route53Resolver",
"description": "This release adds support for Route 53 On Outposts, a new feature that allows customers to run Route 53 Resolver and Resolver endpoints locally on their Outposts."
},
{
"type": "feature",
"category": "S3",
"description": "Improve performance of S3 clients by simplifying and optimizing endpoint resolution."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Cross account support for SageMaker Feature Store"
},
{
"type": "feature",
"category": "SageMakerFeatureStoreRuntime",
"description": "Cross account support for SageMaker Feature Store"
},
{
"type": "feature",
"category": "SecurityLake",
"description": "Adding support for Tags on Create and Resource Tagging API."
},
{
"type": "feature",
"category": "TranscribeService",
"description": "Added API argument --toxicity-detection to startTranscriptionJob API, which allows users to view toxicity scores of submitted audio."
}
]
13 changes: 12 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,18 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1418.0-->
<!--LATEST=2.1419.0-->
<!--ENTRYINSERT-->

## 2.1419.0
* feature: CodeCatalyst: This release adds support for updating and deleting spaces and projects in Amazon CodeCatalyst. It also adds support for creating, getting, and deleting source repositories in CodeCatalyst projects.
* feature: ConnectCases: This release adds the ability to assign a case to a queue or user.
* feature: LexModelsV2: This release updates type for Channel field in SessionSpecification and UtteranceSpecification
* feature: Route53Resolver: This release adds support for Route 53 On Outposts, a new feature that allows customers to run Route 53 Resolver and Resolver endpoints locally on their Outposts.
* feature: S3: Improve performance of S3 clients by simplifying and optimizing endpoint resolution.
* feature: SageMaker: Cross account support for SageMaker Feature Store
* feature: SageMakerFeatureStoreRuntime: Cross account support for SageMaker Feature Store
* feature: SecurityLake: Adding support for Tags on Create and Resource Tagging API.
* feature: TranscribeService: Added API argument --toxicity-detection to startTranscriptionJob API, which allows users to view toxicity scores of submitted audio.

## 2.1418.0
* feature: CloudFormation: SDK and documentation updates for GetTemplateSummary API (unrecognized resources)
* feature: Grafana: Amazon Managed Grafana now supports grafanaVersion update for existing workspaces with UpdateWorkspaceConfiguration API. DescribeWorkspaceConfiguration API additionally returns grafanaVersion. A new ListVersions API lists available versions or, if given a workspaceId, the versions it can upgrade to.
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.1418.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1419.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 00fc0cf

Please sign in to comment.