Skip to content

Commit 88bbbad

Browse files
author
awstools
committed
Updates SDK to v2.1679.0
1 parent a1206b8 commit 88bbbad

19 files changed

+732
-632
lines changed

.changes/2.1679.0.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "OpenSearchServerless",
5+
"description": "Added FailureCode and FailureMessage to BatchGetCollectionResponse for BatchGetVPCEResponse for non-Active Collection and VPCE."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "S3",
10+
"description": "Amazon Simple Storage Service / Features : Add support for conditional writes for PutObject and CompleteMultipartUpload APIs."
11+
}
12+
]

CHANGELOG.md

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

5+
## 2.1679.0
6+
* feature: OpenSearchServerless: Added FailureCode and FailureMessage to BatchGetCollectionResponse for BatchGetVPCEResponse for non-Active Collection and VPCE.
7+
* feature: S3: Amazon Simple Storage Service / Features : Add support for conditional writes for PutObject and CompleteMultipartUpload APIs.
8+
59
## 2.1678.0
610
* 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.
711
* feature: CodeBuild: AWS CodeBuild now supports creating fleets with macOS platform for running builds.

Crashpad/settings.dat

40 Bytes
Binary file not shown.

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.1678.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1679.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

apis/ecs-2014-11-13.normal.json

+78-78
Large diffs are not rendered by default.

apis/opensearchserverless-2021-11-01.min.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@
55
"endpointPrefix": "aoss",
66
"jsonVersion": "1.0",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceFullName": "OpenSearch Service Serverless",
912
"serviceId": "OpenSearchServerless",
1013
"signatureVersion": "v4",
1114
"signingName": "aoss",
1215
"targetPrefix": "OpenSearchServerless",
13-
"uid": "opensearchserverless-2021-11-01"
16+
"uid": "opensearchserverless-2021-11-01",
17+
"auth": [
18+
"aws.auth#sigv4"
19+
]
1420
},
1521
"operations": {
1622
"BatchGetCollection": {
@@ -42,6 +48,8 @@
4248
},
4349
"dashboardEndpoint": {},
4450
"description": {},
51+
"failureCode": {},
52+
"failureMessage": {},
4553
"id": {},
4654
"kmsKeyArn": {},
4755
"lastModifiedDate": {
@@ -197,6 +205,8 @@
197205
"createdDate": {
198206
"type": "long"
199207
},
208+
"failureCode": {},
209+
"failureMessage": {},
200210
"id": {},
201211
"name": {},
202212
"securityGroupIds": {

apis/opensearchserverless-2021-11-01.normal.json

+24-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@
55
"endpointPrefix": "aoss",
66
"jsonVersion": "1.0",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceFullName": "OpenSearch Service Serverless",
912
"serviceId": "OpenSearchServerless",
1013
"signatureVersion": "v4",
1114
"signingName": "aoss",
1215
"targetPrefix": "OpenSearchServerless",
13-
"uid": "opensearchserverless-2021-11-01"
16+
"uid": "opensearchserverless-2021-11-01",
17+
"auth": [
18+
"aws.auth#sigv4"
19+
]
1420
},
1521
"operations": {
1622
"BatchGetCollection": {
@@ -1229,6 +1235,14 @@
12291235
"shape": "String",
12301236
"documentation": "<p>A description of the collection.</p>"
12311237
},
1238+
"failureCode": {
1239+
"shape": "String",
1240+
"documentation": "<p>A failure code associated with the request.</p>"
1241+
},
1242+
"failureMessage": {
1243+
"shape": "String",
1244+
"documentation": "<p>A message associated with the failure code.</p>"
1245+
},
12321246
"id": {
12331247
"shape": "CollectionId",
12341248
"documentation": "<p>A unique identifier for the collection.</p>"
@@ -2570,7 +2584,7 @@
25702584
},
25712585
"ResourceName": {
25722586
"type": "string",
2573-
"pattern": "^index/[a-z][a-z0-9-]{3,32}/([a-z;0-9&$%][+.~=\\-_a-z;0-9&$%]*|\\*)$"
2587+
"pattern": "^index/[a-z][a-z0-9-]{3,32}/([a-z;0-9&$%][+.~=\\-_a-z;0-9&$%]*)$"
25742588
},
25752589
"ResourceType": {
25762590
"type": "string",
@@ -3260,6 +3274,14 @@
32603274
"shape": "Long",
32613275
"documentation": "<p>The date the endpoint was created.</p>"
32623276
},
3277+
"failureCode": {
3278+
"shape": "String",
3279+
"documentation": "<p>A failure code associated with the request.</p>"
3280+
},
3281+
"failureMessage": {
3282+
"shape": "String",
3283+
"documentation": "<p>A message associated with the failure code.</p>"
3284+
},
32633285
"id": {
32643286
"shape": "VpcEndpointId",
32653287
"documentation": "<p>The unique identifier of the endpoint.</p>"

0 commit comments

Comments
 (0)