Skip to content

Commit add526c

Browse files
author
awstools
committed
Updates SDK to v2.1684.0
1 parent afef987 commit add526c

23 files changed

+1261
-579
lines changed

.changes/2.1684.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 SDK updates for Inference Profile."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "BedrockRuntime",
10+
"description": "Amazon Bedrock SDK updates for Inference Profile."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Chatbot",
15+
"description": "Update documentation to be consistent with the API docs"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Omics",
20+
"description": "Adds data provenance to import jobs from read sets and references"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Polly",
25+
"description": "Amazon Polly adds 2 new voices: Jitka (cs-CZ) and Sabrina (de-CH)."
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.1683.0-->
2+
<!--LATEST=2.1684.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1684.0
6+
* feature: Bedrock: Amazon Bedrock SDK updates for Inference Profile.
7+
* feature: BedrockRuntime: Amazon Bedrock SDK updates for Inference Profile.
8+
* feature: Chatbot: Update documentation to be consistent with the API docs
9+
* feature: Omics: Adds data provenance to import jobs from read sets and references
10+
* feature: Polly: Amazon Polly adds 2 new voices: Jitka (cs-CZ) and Sabrina (de-CH).
11+
512
## 2.1683.0
613
* feature: IoTSiteWise: AWS IoT SiteWise now supports versioning for asset models. It enables users to retrieve active version of their asset model and perform asset model writes with optimistic lock.
714
* feature: WorkSpaces: This release adds support for creating and managing directories that use AWS IAM Identity Center as user identity source. Such directories can be used to create non-Active Directory domain joined WorkSpaces Personal.Updated RegisterWorkspaceDirectory and DescribeWorkspaceDirectories APIs.

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.1683.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1684.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/bedrock-2023-04-20.min.json

+123-9
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,53 @@
10001000
}
10011001
}
10021002
},
1003+
"GetInferenceProfile": {
1004+
"http": {
1005+
"method": "GET",
1006+
"requestUri": "/inference-profiles/{inferenceProfileIdentifier}",
1007+
"responseCode": 200
1008+
},
1009+
"input": {
1010+
"type": "structure",
1011+
"required": [
1012+
"inferenceProfileIdentifier"
1013+
],
1014+
"members": {
1015+
"inferenceProfileIdentifier": {
1016+
"location": "uri",
1017+
"locationName": "inferenceProfileIdentifier"
1018+
}
1019+
}
1020+
},
1021+
"output": {
1022+
"type": "structure",
1023+
"required": [
1024+
"inferenceProfileName",
1025+
"models",
1026+
"inferenceProfileArn",
1027+
"inferenceProfileId",
1028+
"status",
1029+
"type"
1030+
],
1031+
"members": {
1032+
"inferenceProfileName": {},
1033+
"models": {
1034+
"shape": "S66"
1035+
},
1036+
"description": {},
1037+
"createdAt": {
1038+
"shape": "S2k"
1039+
},
1040+
"updatedAt": {
1041+
"shape": "S2k"
1042+
},
1043+
"inferenceProfileArn": {},
1044+
"inferenceProfileId": {},
1045+
"status": {},
1046+
"type": {}
1047+
}
1048+
}
1049+
},
10031050
"GetModelCopyJob": {
10041051
"http": {
10051052
"method": "GET",
@@ -1207,7 +1254,7 @@
12071254
"roleArn": {},
12081255
"status": {},
12091256
"message": {
1210-
"shape": "S6j"
1257+
"shape": "S6u"
12111258
},
12121259
"submitTime": {
12131260
"shape": "S2k"
@@ -1247,7 +1294,7 @@
12471294
"type": "structure",
12481295
"members": {
12491296
"loggingConfig": {
1250-
"shape": "S6m"
1297+
"shape": "S6x"
12511298
}
12521299
}
12531300
}
@@ -1683,6 +1730,64 @@
16831730
}
16841731
}
16851732
},
1733+
"ListInferenceProfiles": {
1734+
"http": {
1735+
"method": "GET",
1736+
"requestUri": "/inference-profiles",
1737+
"responseCode": 200
1738+
},
1739+
"input": {
1740+
"type": "structure",
1741+
"members": {
1742+
"maxResults": {
1743+
"location": "querystring",
1744+
"locationName": "maxResults",
1745+
"type": "integer"
1746+
},
1747+
"nextToken": {
1748+
"location": "querystring",
1749+
"locationName": "nextToken"
1750+
}
1751+
}
1752+
},
1753+
"output": {
1754+
"type": "structure",
1755+
"members": {
1756+
"inferenceProfileSummaries": {
1757+
"type": "list",
1758+
"member": {
1759+
"type": "structure",
1760+
"required": [
1761+
"inferenceProfileName",
1762+
"models",
1763+
"inferenceProfileArn",
1764+
"inferenceProfileId",
1765+
"status",
1766+
"type"
1767+
],
1768+
"members": {
1769+
"inferenceProfileName": {},
1770+
"models": {
1771+
"shape": "S66"
1772+
},
1773+
"description": {},
1774+
"createdAt": {
1775+
"shape": "S2k"
1776+
},
1777+
"updatedAt": {
1778+
"shape": "S2k"
1779+
},
1780+
"inferenceProfileArn": {},
1781+
"inferenceProfileId": {},
1782+
"status": {},
1783+
"type": {}
1784+
}
1785+
}
1786+
},
1787+
"nextToken": {}
1788+
}
1789+
}
1790+
},
16861791
"ListModelCopyJobs": {
16871792
"http": {
16881793
"method": "GET",
@@ -2011,7 +2116,7 @@
20112116
"roleArn": {},
20122117
"status": {},
20132118
"message": {
2014-
"shape": "S6j"
2119+
"shape": "S6u"
20152120
},
20162121
"submitTime": {
20172122
"shape": "S2k"
@@ -2175,7 +2280,7 @@
21752280
],
21762281
"members": {
21772282
"loggingConfig": {
2178-
"shape": "S6m"
2283+
"shape": "S6x"
21792284
}
21802285
}
21812286
},
@@ -2882,11 +2987,20 @@
28822987
"status": {}
28832988
}
28842989
},
2885-
"S6j": {
2990+
"S66": {
2991+
"type": "list",
2992+
"member": {
2993+
"type": "structure",
2994+
"members": {
2995+
"modelArn": {}
2996+
}
2997+
}
2998+
},
2999+
"S6u": {
28863000
"type": "string",
28873001
"sensitive": true
28883002
},
2889-
"S6m": {
3003+
"S6x": {
28903004
"type": "structure",
28913005
"members": {
28923006
"cloudWatchConfig": {
@@ -2899,12 +3013,12 @@
28993013
"logGroupName": {},
29003014
"roleArn": {},
29013015
"largeDataDeliveryS3Config": {
2902-
"shape": "S6p"
3016+
"shape": "S70"
29033017
}
29043018
}
29053019
},
29063020
"s3Config": {
2907-
"shape": "S6p"
3021+
"shape": "S70"
29083022
},
29093023
"textDataDeliveryEnabled": {
29103024
"type": "boolean"
@@ -2917,7 +3031,7 @@
29173031
}
29183032
}
29193033
},
2920-
"S6p": {
3034+
"S70": {
29213035
"type": "structure",
29223036
"required": [
29233037
"bucketName"

0 commit comments

Comments
 (0)