Skip to content

Commit a1206b8

Browse files
author
awstools
committed
Updates SDK to v2.1678.0
1 parent 6a3df97 commit a1206b8

25 files changed

+7380
-5835
lines changed

.changes/2.1678.0.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Bedrock",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CodeBuild",
10+
"description": "AWS CodeBuild now supports creating fleets with macOS platform for running builds."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Deadline",
15+
"description": "This release adds additional search fields and provides sorting by multiple fields."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Lambda",
20+
"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."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SsmSap",
25+
"description": "Add new attributes to the outputs of GetApplication and GetDatabase APIs."
26+
}
27+
]

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1677.0-->
2+
<!--LATEST=2.1678.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1678.0
6+
* 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.
7+
* feature: CodeBuild: AWS CodeBuild now supports creating fleets with macOS platform for running builds.
8+
* feature: Deadline: This release adds additional search fields and provides sorting by multiple fields.
9+
* 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.
10+
* feature: SsmSap: Add new attributes to the outputs of GetApplication and GetDatabase APIs.
11+
512
## 2.1677.0
613
* feature: Batch: Improvements of integration between AWS Batch and EC2.
714
* feature: Inspector2: Update the correct format of key and values for resource tags

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1677.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1678.0.min.js"></script>
6868

6969
You can also build a custom browser SDK with your specified set of AWS services.
7070
This can allow you to reduce the SDK's size, specify different API versions of

0 commit comments

Comments
 (0)