Skip to content

Commit

Permalink
Updates SDK to v2.1506.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 28, 2023
1 parent a76503b commit bc92856
Show file tree
Hide file tree
Showing 63 changed files with 44,183 additions and 3,573 deletions.
57 changes: 57 additions & 0 deletions .changes/2.1506.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"type": "feature",
"category": "AccessAnalyzer",
"description": "This release adds support for external access findings for S3 directory buckets to help you easily identify cross-account access. Updated service API, documentation, and paginators."
},
{
"type": "feature",
"category": "Bedrock",
"description": "This release adds support for customization types, model life cycle status and minor versions/aliases for model identifiers."
},
{
"type": "feature",
"category": "BedrockAgent",
"description": "This release introduces Agents for Amazon Bedrock"
},
{
"type": "feature",
"category": "BedrockAgentRuntime",
"description": "This release introduces Agents for Amazon Bedrock Runtime"
},
{
"type": "feature",
"category": "BedrockRuntime",
"description": "This release adds support for minor versions/aliases for invoke model identifier."
},
{
"type": "feature",
"category": "Connect",
"description": "Added support for following capabilities: Amazon Connect's in-app, web, and video calling. Two-way SMS integrations. Contact Lens real-time chat analytics feature. Amazon Connect Analytics Datalake capability. Capability to configure real time chat rules."
},
{
"type": "feature",
"category": "CustomerProfiles",
"description": "This release introduces DetectProfileObjectType API to auto generate object type mapping."
},
{
"type": "feature",
"category": "QBusiness",
"description": "Amazon Q - a generative AI powered application that your employees can use to ask questions and get answers from knowledge spread across disparate content repositories, summarize reports, write articles, take actions, and much more - all within their company's connected content repositories."
},
{
"type": "feature",
"category": "QConnect",
"description": "Amazon Q in Connect, an LLM-enhanced evolution of Amazon Connect Wisdom. This release adds generative AI support to Amazon Q Connect QueryAssistant and GetRecommendations APIs."
},
{
"type": "feature",
"category": "S3",
"description": "Adds support for S3 Express One Zone."
},
{
"type": "feature",
"category": "S3Control",
"description": "Adds support for S3 Express One Zone, and InvocationSchemaVersion 2.0 for S3 Batch Operations."
}
]
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.1505.0-->
<!--LATEST=2.1506.0-->
<!--ENTRYINSERT-->

## 2.1506.0
* feature: AccessAnalyzer: This release adds support for external access findings for S3 directory buckets to help you easily identify cross-account access. Updated service API, documentation, and paginators.
* feature: Bedrock: This release adds support for customization types, model life cycle status and minor versions/aliases for model identifiers.
* feature: BedrockAgent: This release introduces Agents for Amazon Bedrock
* feature: BedrockAgentRuntime: This release introduces Agents for Amazon Bedrock Runtime
* feature: BedrockRuntime: This release adds support for minor versions/aliases for invoke model identifier.
* feature: Connect: Added support for following capabilities: Amazon Connect's in-app, web, and video calling. Two-way SMS integrations. Contact Lens real-time chat analytics feature. Amazon Connect Analytics Datalake capability. Capability to configure real time chat rules.
* feature: CustomerProfiles: This release introduces DetectProfileObjectType API to auto generate object type mapping.
* feature: QBusiness: Amazon Q - a generative AI powered application that your employees can use to ask questions and get answers from knowledge spread across disparate content repositories, summarize reports, write articles, take actions, and much more - all within their company's connected content repositories.
* feature: QConnect: Amazon Q in Connect, an LLM-enhanced evolution of Amazon Connect Wisdom. This release adds generative AI support to Amazon Q Connect QueryAssistant and GetRecommendations APIs.
* feature: S3: Adds support for S3 Express One Zone.
* feature: S3Control: Adds support for S3 Express One Zone, and InvocationSchemaVersion 2.0 for S3 Batch Operations.

## 2.1505.0
* feature: ElastiCache: Launching Amazon ElastiCache Serverless that enables you to create a cache in under a minute without any capacity management. ElastiCache Serverless monitors the cache's memory, CPU, and network usage and scales both vertically and horizontally to support your application's requirements.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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.1505.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1506.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 bc92856

Please sign in to comment.