Skip to content

Commit d5f58a0

Browse files
author
awstools
committed
Updates SDK to v2.1631.0
1 parent 7dedde8 commit d5f58a0

32 files changed

+3931
-1182
lines changed

.changes/2.1631.0.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ACM",
5+
"description": "add v2 smoke tests and smithy smokeTests trait for SDK testing."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "BedrockAgent",
10+
"description": "With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "BedrockRuntime",
15+
"description": "This release adds Converse and ConverseStream APIs to Bedrock Runtime"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "CloudTrail",
20+
"description": "CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Connect",
25+
"description": "Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "EMRServerless",
30+
"description": "The release adds support for spark structured streaming."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "SageMaker",
35+
"description": "Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm."
36+
}
37+
]

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1630.0-->
2+
<!--LATEST=2.1631.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1631.0
6+
* feature: ACM: add v2 smoke tests and smithy smokeTests trait for SDK testing.
7+
* feature: BedrockAgent: With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2.
8+
* feature: BedrockRuntime: This release adds Converse and ConverseStream APIs to Bedrock Runtime
9+
* feature: CloudTrail: CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour.
10+
* feature: Connect: Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API
11+
* feature: EMRServerless: The release adds support for spark structured streaming.
12+
* feature: SageMaker: Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm.
13+
514
## 2.1630.0
615
* feature: Athena: Throwing validation errors on CreateNotebook with Name containing `/`,`:`,`\`
716
* feature: CodeBuild: AWS CodeBuild now supports manually creating GitHub webhooks

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.1630.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1631.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/acm-2015-12-08.min.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"endpointPrefix": "acm",
66
"jsonVersion": "1.1",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceAbbreviation": "ACM",
912
"serviceFullName": "AWS Certificate Manager",
1013
"serviceId": "ACM",

apis/acm-2015-12-08.normal.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"endpointPrefix": "acm",
66
"jsonVersion": "1.1",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceAbbreviation": "ACM",
912
"serviceFullName": "AWS Certificate Manager",
1013
"serviceId": "ACM",

apis/bedrock-agent-2023-06-05.min.json

+28-15
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
"name": {},
273273
"roleArn": {},
274274
"storageConfiguration": {
275-
"shape": "S2w"
275+
"shape": "S2z"
276276
},
277277
"tags": {
278278
"shape": "S10"
@@ -286,7 +286,7 @@
286286
],
287287
"members": {
288288
"knowledgeBase": {
289-
"shape": "S3q"
289+
"shape": "S3t"
290290
}
291291
}
292292
},
@@ -847,7 +847,7 @@
847847
],
848848
"members": {
849849
"ingestionJob": {
850-
"shape": "S4n"
850+
"shape": "S4q"
851851
}
852852
}
853853
}
@@ -877,7 +877,7 @@
877877
],
878878
"members": {
879879
"knowledgeBase": {
880-
"shape": "S3q"
880+
"shape": "S3t"
881881
}
882882
}
883883
}
@@ -1298,7 +1298,7 @@
12981298
"shape": "S9"
12991299
},
13001300
"statistics": {
1301-
"shape": "S4o"
1301+
"shape": "S4r"
13021302
},
13031303
"status": {},
13041304
"updatedAt": {
@@ -1452,7 +1452,7 @@
14521452
],
14531453
"members": {
14541454
"ingestionJob": {
1455-
"shape": "S4n"
1455+
"shape": "S4q"
14561456
}
14571457
}
14581458
},
@@ -1783,7 +1783,7 @@
17831783
"name": {},
17841784
"roleArn": {},
17851785
"storageConfiguration": {
1786-
"shape": "S2w"
1786+
"shape": "S2z"
17871787
}
17881788
}
17891789
},
@@ -1794,7 +1794,7 @@
17941794
],
17951795
"members": {
17961796
"knowledgeBase": {
1797-
"shape": "S3q"
1797+
"shape": "S3t"
17981798
}
17991799
}
18001800
},
@@ -2220,12 +2220,25 @@
22202220
"embeddingModelArn"
22212221
],
22222222
"members": {
2223-
"embeddingModelArn": {}
2223+
"embeddingModelArn": {},
2224+
"embeddingModelConfiguration": {
2225+
"type": "structure",
2226+
"members": {
2227+
"bedrockEmbeddingModelConfiguration": {
2228+
"type": "structure",
2229+
"members": {
2230+
"dimensions": {
2231+
"type": "integer"
2232+
}
2233+
}
2234+
}
2235+
}
2236+
}
22242237
}
22252238
}
22262239
}
22272240
},
2228-
"S2w": {
2241+
"S2z": {
22292242
"type": "structure",
22302243
"required": [
22312244
"type"
@@ -2373,7 +2386,7 @@
23732386
"type": {}
23742387
}
23752388
},
2376-
"S3q": {
2389+
"S3t": {
23772390
"type": "structure",
23782391
"required": [
23792392
"createdAt",
@@ -2403,14 +2416,14 @@
24032416
"roleArn": {},
24042417
"status": {},
24052418
"storageConfiguration": {
2406-
"shape": "S2w"
2419+
"shape": "S2z"
24072420
},
24082421
"updatedAt": {
24092422
"shape": "S9"
24102423
}
24112424
}
24122425
},
2413-
"S4n": {
2426+
"S4q": {
24142427
"type": "structure",
24152428
"required": [
24162429
"dataSourceId",
@@ -2432,15 +2445,15 @@
24322445
"shape": "S9"
24332446
},
24342447
"statistics": {
2435-
"shape": "S4o"
2448+
"shape": "S4r"
24362449
},
24372450
"status": {},
24382451
"updatedAt": {
24392452
"shape": "S9"
24402453
}
24412454
}
24422455
},
2443-
"S4o": {
2456+
"S4r": {
24442457
"type": "structure",
24452458
"members": {
24462459
"numberOfDocumentsDeleted": {

apis/bedrock-agent-2023-06-05.normal.json

+30
Original file line numberDiff line numberDiff line change
@@ -2168,6 +2168,16 @@
21682168
"min": 20,
21692169
"pattern": "^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:provisioned-model/[a-z0-9]{12})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)$"
21702170
},
2171+
"BedrockEmbeddingModelConfiguration": {
2172+
"type": "structure",
2173+
"members": {
2174+
"dimensions": {
2175+
"shape": "Dimensions",
2176+
"documentation": "<p>The dimensions details for the vector configuration used on the Bedrock embeddings model.</p>"
2177+
}
2178+
},
2179+
"documentation": "<p>The vector configuration details for the Bedrock embeddings model.</p>"
2180+
},
21712181
"Boolean": {
21722182
"type": "boolean",
21732183
"box": true
@@ -2910,6 +2920,12 @@
29102920
"max": 200,
29112921
"min": 1
29122922
},
2923+
"Dimensions": {
2924+
"type": "integer",
2925+
"box": true,
2926+
"max": 4096,
2927+
"min": 0
2928+
},
29132929
"DisassociateAgentKnowledgeBaseRequest": {
29142930
"type": "structure",
29152931
"required": [
@@ -2948,6 +2964,16 @@
29482964
"min": 5,
29492965
"pattern": "^DRAFT$"
29502966
},
2967+
"EmbeddingModelConfiguration": {
2968+
"type": "structure",
2969+
"members": {
2970+
"bedrockEmbeddingModelConfiguration": {
2971+
"shape": "BedrockEmbeddingModelConfiguration",
2972+
"documentation": "<p>The vector configuration details on the Bedrock embeddings model.</p>"
2973+
}
2974+
},
2975+
"documentation": "<p>The configuration details for the embeddings model.</p>"
2976+
},
29512977
"FailureReason": {
29522978
"type": "string",
29532979
"max": 2048,
@@ -5311,6 +5337,10 @@
53115337
"embeddingModelArn": {
53125338
"shape": "BedrockEmbeddingModelArn",
53135339
"documentation": "<p>The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.</p>"
5340+
},
5341+
"embeddingModelConfiguration": {
5342+
"shape": "EmbeddingModelConfiguration",
5343+
"documentation": "<p>The embeddings model configuration details for the vector model used in Knowledge Base.</p>"
53145344
}
53155345
},
53165346
"documentation": "<p>Contains details about the model used to create vector embeddings for the knowledge base.</p>"

0 commit comments

Comments
 (0)