Skip to content

Commit

Permalink
Updates SDK to v2.1678.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 19, 2024
1 parent 6a3df97 commit a1206b8
Show file tree
Hide file tree
Showing 25 changed files with 7,380 additions and 5,835 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1678.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "Bedrock",
"description": "Amazon Bedrock Batch Inference/ Model Invocation is a feature which allows customers to asynchronously run inference on a large set of records/files stored in S3."
},
{
"type": "feature",
"category": "CodeBuild",
"description": "AWS CodeBuild now supports creating fleets with macOS platform for running builds."
},
{
"type": "feature",
"category": "Deadline",
"description": "This release adds additional search fields and provides sorting by multiple fields."
},
{
"type": "feature",
"category": "Lambda",
"description": "Release Lambda FunctionRecursiveConfig, enabling customers to turn recursive loop detection on or off on individual functions. This release adds two new APIs, GetFunctionRecursionConfig and PutFunctionRecursionConfig."
},
{
"type": "feature",
"category": "SsmSap",
"description": "Add new attributes to the outputs of GetApplication and GetDatabase APIs."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1677.0-->
<!--LATEST=2.1678.0-->
<!--ENTRYINSERT-->

## 2.1678.0
* feature: Bedrock: Amazon Bedrock Batch Inference/ Model Invocation is a feature which allows customers to asynchronously run inference on a large set of records/files stored in S3.
* feature: CodeBuild: AWS CodeBuild now supports creating fleets with macOS platform for running builds.
* feature: Deadline: This release adds additional search fields and provides sorting by multiple fields.
* feature: Lambda: Release Lambda FunctionRecursiveConfig, enabling customers to turn recursive loop detection on or off on individual functions. This release adds two new APIs, GetFunctionRecursionConfig and PutFunctionRecursionConfig.
* feature: SsmSap: Add new attributes to the outputs of GetApplication and GetDatabase APIs.

## 2.1677.0
* feature: Batch: Improvements of integration between AWS Batch and EC2.
* feature: Inspector2: Update the correct format of key and values for resource tags
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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.1677.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1678.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 a1206b8

Please sign in to comment.