Skip to content

Commit

Permalink
Updates SDK to v2.1679.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 20, 2024
1 parent a1206b8 commit 88bbbad
Show file tree
Hide file tree
Showing 19 changed files with 732 additions and 632 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1679.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "OpenSearchServerless",
"description": "Added FailureCode and FailureMessage to BatchGetCollectionResponse for BatchGetVPCEResponse for non-Active Collection and VPCE."
},
{
"type": "feature",
"category": "S3",
"description": "Amazon Simple Storage Service / Features : Add support for conditional writes for PutObject and CompleteMultipartUpload APIs."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1678.0-->
<!--LATEST=2.1679.0-->
<!--ENTRYINSERT-->

## 2.1679.0
* feature: OpenSearchServerless: Added FailureCode and FailureMessage to BatchGetCollectionResponse for BatchGetVPCEResponse for non-Active Collection and VPCE.
* feature: S3: Amazon Simple Storage Service / Features : Add support for conditional writes for PutObject and CompleteMultipartUpload APIs.

## 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.
Expand Down
Binary file added Crashpad/settings.dat
Binary file not shown.
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.1678.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1679.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
156 changes: 78 additions & 78 deletions apis/ecs-2014-11-13.normal.json

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion apis/opensearchserverless-2021-11-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@
"endpointPrefix": "aoss",
"jsonVersion": "1.0",
"protocol": "json",
"protocols": [
"json"
],
"serviceFullName": "OpenSearch Service Serverless",
"serviceId": "OpenSearchServerless",
"signatureVersion": "v4",
"signingName": "aoss",
"targetPrefix": "OpenSearchServerless",
"uid": "opensearchserverless-2021-11-01"
"uid": "opensearchserverless-2021-11-01",
"auth": [
"aws.auth#sigv4"
]
},
"operations": {
"BatchGetCollection": {
Expand Down Expand Up @@ -42,6 +48,8 @@
},
"dashboardEndpoint": {},
"description": {},
"failureCode": {},
"failureMessage": {},
"id": {},
"kmsKeyArn": {},
"lastModifiedDate": {
Expand Down Expand Up @@ -197,6 +205,8 @@
"createdDate": {
"type": "long"
},
"failureCode": {},
"failureMessage": {},
"id": {},
"name": {},
"securityGroupIds": {
Expand Down
26 changes: 24 additions & 2 deletions apis/opensearchserverless-2021-11-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@
"endpointPrefix": "aoss",
"jsonVersion": "1.0",
"protocol": "json",
"protocols": [
"json"
],
"serviceFullName": "OpenSearch Service Serverless",
"serviceId": "OpenSearchServerless",
"signatureVersion": "v4",
"signingName": "aoss",
"targetPrefix": "OpenSearchServerless",
"uid": "opensearchserverless-2021-11-01"
"uid": "opensearchserverless-2021-11-01",
"auth": [
"aws.auth#sigv4"
]
},
"operations": {
"BatchGetCollection": {
Expand Down Expand Up @@ -1229,6 +1235,14 @@
"shape": "String",
"documentation": "<p>A description of the collection.</p>"
},
"failureCode": {
"shape": "String",
"documentation": "<p>A failure code associated with the request.</p>"
},
"failureMessage": {
"shape": "String",
"documentation": "<p>A message associated with the failure code.</p>"
},
"id": {
"shape": "CollectionId",
"documentation": "<p>A unique identifier for the collection.</p>"
Expand Down Expand Up @@ -2570,7 +2584,7 @@
},
"ResourceName": {
"type": "string",
"pattern": "^index/[a-z][a-z0-9-]{3,32}/([a-z;0-9&$%][+.~=\\-_a-z;0-9&$%]*|\\*)$"
"pattern": "^index/[a-z][a-z0-9-]{3,32}/([a-z;0-9&$%][+.~=\\-_a-z;0-9&$%]*)$"
},
"ResourceType": {
"type": "string",
Expand Down Expand Up @@ -3260,6 +3274,14 @@
"shape": "Long",
"documentation": "<p>The date the endpoint was created.</p>"
},
"failureCode": {
"shape": "String",
"documentation": "<p>A failure code associated with the request.</p>"
},
"failureMessage": {
"shape": "String",
"documentation": "<p>A message associated with the failure code.</p>"
},
"id": {
"shape": "VpcEndpointId",
"documentation": "<p>The unique identifier of the endpoint.</p>"
Expand Down
Loading

0 comments on commit 88bbbad

Please sign in to comment.