Skip to content

Commit 1388ef2

Browse files
author
awstools
committed
Updates SDK to v2.1613.0
1 parent 36e3f6d commit 1388ef2

29 files changed

+2974
-1192
lines changed

.changes/2.1613.0.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "BedrockAgent",
5+
"description": "This release adds support for using Provisioned Throughput with Bedrock Agents."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Connect",
10+
"description": "This release adds 5 new APIs for managing attachments: StartAttachedFileUpload, CompleteAttachedFileUpload, GetAttachedFile, BatchGetAttachedFileMetadata, DeleteAttachedFile. These APIs can be used to programmatically upload and download attachments to Connect resources, like cases."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "ConnectCases",
15+
"description": "This feature supports the release of Files related items"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Inspector2",
20+
"description": "This release adds CSV format to GetCisScanReport for Inspector v2"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SESV2",
25+
"description": "Adds support for specifying replacement headers per BulkEmailEntry in SendBulkEmail in SESv2."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SageMaker",
30+
"description": "Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs"
31+
}
32+
]

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1612.0-->
2+
<!--LATEST=2.1613.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1613.0
6+
* feature: BedrockAgent: This release adds support for using Provisioned Throughput with Bedrock Agents.
7+
* feature: Connect: This release adds 5 new APIs for managing attachments: StartAttachedFileUpload, CompleteAttachedFileUpload, GetAttachedFile, BatchGetAttachedFileMetadata, DeleteAttachedFile. These APIs can be used to programmatically upload and download attachments to Connect resources, like cases.
8+
* feature: ConnectCases: This feature supports the release of Files related items
9+
* feature: Inspector2: This release adds CSV format to GetCisScanReport for Inspector v2
10+
* feature: SESV2: Adds support for specifying replacement headers per BulkEmailEntry in SendBulkEmail in SESv2.
11+
* feature: SageMaker: Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs
12+
513
## 2.1612.0
614
* feature: DynamoDB: This release adds support to specify an optional, maximum OnDemandThroughput for DynamoDB tables and global secondary indexes in the CreateTable or UpdateTable APIs. You can also override the OnDemandThroughput settings by calling the ImportTable, RestoreFromPointInTime, or RestoreFromBackup APIs.
715
* feature: EC2: This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM).

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.1612.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1613.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-agent-2023-06-05.min.json

+43-42
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
],
191191
"members": {
192192
"agentAlias": {
193-
"shape": "S1x"
193+
"shape": "S1y"
194194
}
195195
}
196196
},
@@ -215,7 +215,7 @@
215215
},
216216
"dataDeletionPolicy": {},
217217
"dataSourceConfiguration": {
218-
"shape": "S25"
218+
"shape": "S26"
219219
},
220220
"description": {},
221221
"knowledgeBaseId": {
@@ -224,10 +224,10 @@
224224
},
225225
"name": {},
226226
"serverSideEncryptionConfiguration": {
227-
"shape": "S2c"
227+
"shape": "S2d"
228228
},
229229
"vectorIngestionConfiguration": {
230-
"shape": "S2d"
230+
"shape": "S2e"
231231
}
232232
}
233233
},
@@ -238,7 +238,7 @@
238238
],
239239
"members": {
240240
"dataSource": {
241-
"shape": "S2k"
241+
"shape": "S2l"
242242
}
243243
}
244244
},
@@ -264,12 +264,12 @@
264264
},
265265
"description": {},
266266
"knowledgeBaseConfiguration": {
267-
"shape": "S2n"
267+
"shape": "S2o"
268268
},
269269
"name": {},
270270
"roleArn": {},
271271
"storageConfiguration": {
272-
"shape": "S2s"
272+
"shape": "S2t"
273273
},
274274
"tags": {
275275
"shape": "Sx"
@@ -283,7 +283,7 @@
283283
],
284284
"members": {
285285
"knowledgeBase": {
286-
"shape": "S3m"
286+
"shape": "S3n"
287287
}
288288
}
289289
},
@@ -648,7 +648,7 @@
648648
],
649649
"members": {
650650
"agentAlias": {
651-
"shape": "S1x"
651+
"shape": "S1y"
652652
}
653653
}
654654
}
@@ -801,7 +801,7 @@
801801
],
802802
"members": {
803803
"dataSource": {
804-
"shape": "S2k"
804+
"shape": "S2l"
805805
}
806806
}
807807
}
@@ -841,7 +841,7 @@
841841
],
842842
"members": {
843843
"ingestionJob": {
844-
"shape": "S4j"
844+
"shape": "S4k"
845845
}
846846
}
847847
}
@@ -871,7 +871,7 @@
871871
],
872872
"members": {
873873
"knowledgeBase": {
874-
"shape": "S3m"
874+
"shape": "S3n"
875875
}
876876
}
877877
}
@@ -1286,7 +1286,7 @@
12861286
"shape": "S9"
12871287
},
12881288
"statistics": {
1289-
"shape": "S4k"
1289+
"shape": "S4l"
12901290
},
12911291
"status": {},
12921292
"updatedAt": {
@@ -1440,7 +1440,7 @@
14401440
],
14411441
"members": {
14421442
"ingestionJob": {
1443-
"shape": "S4j"
1443+
"shape": "S4k"
14441444
}
14451445
}
14461446
},
@@ -1642,7 +1642,7 @@
16421642
],
16431643
"members": {
16441644
"agentAlias": {
1645-
"shape": "S1x"
1645+
"shape": "S1y"
16461646
}
16471647
}
16481648
},
@@ -1708,7 +1708,7 @@
17081708
"members": {
17091709
"dataDeletionPolicy": {},
17101710
"dataSourceConfiguration": {
1711-
"shape": "S25"
1711+
"shape": "S26"
17121712
},
17131713
"dataSourceId": {
17141714
"location": "uri",
@@ -1721,10 +1721,10 @@
17211721
},
17221722
"name": {},
17231723
"serverSideEncryptionConfiguration": {
1724-
"shape": "S2c"
1724+
"shape": "S2d"
17251725
},
17261726
"vectorIngestionConfiguration": {
1727-
"shape": "S2d"
1727+
"shape": "S2e"
17281728
}
17291729
}
17301730
},
@@ -1735,7 +1735,7 @@
17351735
],
17361736
"members": {
17371737
"dataSource": {
1738-
"shape": "S2k"
1738+
"shape": "S2l"
17391739
}
17401740
}
17411741
},
@@ -1759,7 +1759,7 @@
17591759
"members": {
17601760
"description": {},
17611761
"knowledgeBaseConfiguration": {
1762-
"shape": "S2n"
1762+
"shape": "S2o"
17631763
},
17641764
"knowledgeBaseId": {
17651765
"location": "uri",
@@ -1768,7 +1768,7 @@
17681768
"name": {},
17691769
"roleArn": {},
17701770
"storageConfiguration": {
1771-
"shape": "S2s"
1771+
"shape": "S2t"
17721772
}
17731773
}
17741774
},
@@ -1779,7 +1779,7 @@
17791779
],
17801780
"members": {
17811781
"knowledgeBase": {
1782-
"shape": "S3m"
1782+
"shape": "S3n"
17831783
}
17841784
}
17851785
},
@@ -2029,15 +2029,13 @@
20292029
"type": "list",
20302030
"member": {
20312031
"type": "structure",
2032-
"required": [
2033-
"agentVersion"
2034-
],
20352032
"members": {
2036-
"agentVersion": {}
2033+
"agentVersion": {},
2034+
"provisionedThroughput": {}
20372035
}
20382036
}
20392037
},
2040-
"S1x": {
2038+
"S1y": {
20412039
"type": "structure",
20422040
"required": [
20432041
"agentAliasArn",
@@ -2077,6 +2075,9 @@
20772075
"shape": "S9"
20782076
},
20792077
"description": {},
2078+
"failureReasons": {
2079+
"shape": "S14"
2080+
},
20802081
"routingConfiguration": {
20812082
"shape": "S1u"
20822083
},
@@ -2085,7 +2086,7 @@
20852086
}
20862087
}
20872088
},
2088-
"S25": {
2089+
"S26": {
20892090
"type": "structure",
20902091
"required": [
20912092
"type"
@@ -2108,13 +2109,13 @@
21082109
"type": {}
21092110
}
21102111
},
2111-
"S2c": {
2112+
"S2d": {
21122113
"type": "structure",
21132114
"members": {
21142115
"kmsKeyArn": {}
21152116
}
21162117
},
2117-
"S2d": {
2118+
"S2e": {
21182119
"type": "structure",
21192120
"members": {
21202121
"chunkingConfiguration": {
@@ -2143,7 +2144,7 @@
21432144
}
21442145
}
21452146
},
2146-
"S2k": {
2147+
"S2l": {
21472148
"type": "structure",
21482149
"required": [
21492150
"createdAt",
@@ -2160,7 +2161,7 @@
21602161
},
21612162
"dataDeletionPolicy": {},
21622163
"dataSourceConfiguration": {
2163-
"shape": "S25"
2164+
"shape": "S26"
21642165
},
21652166
"dataSourceId": {},
21662167
"description": {},
@@ -2170,18 +2171,18 @@
21702171
"knowledgeBaseId": {},
21712172
"name": {},
21722173
"serverSideEncryptionConfiguration": {
2173-
"shape": "S2c"
2174+
"shape": "S2d"
21742175
},
21752176
"status": {},
21762177
"updatedAt": {
21772178
"shape": "S9"
21782179
},
21792180
"vectorIngestionConfiguration": {
2180-
"shape": "S2d"
2181+
"shape": "S2e"
21812182
}
21822183
}
21832184
},
2184-
"S2n": {
2185+
"S2o": {
21852186
"type": "structure",
21862187
"required": [
21872188
"type"
@@ -2199,7 +2200,7 @@
21992200
}
22002201
}
22012202
},
2202-
"S2s": {
2203+
"S2t": {
22032204
"type": "structure",
22042205
"required": [
22052206
"type"
@@ -2347,7 +2348,7 @@
23472348
"type": {}
23482349
}
23492350
},
2350-
"S3m": {
2351+
"S3n": {
23512352
"type": "structure",
23522353
"required": [
23532354
"createdAt",
@@ -2370,21 +2371,21 @@
23702371
},
23712372
"knowledgeBaseArn": {},
23722373
"knowledgeBaseConfiguration": {
2373-
"shape": "S2n"
2374+
"shape": "S2o"
23742375
},
23752376
"knowledgeBaseId": {},
23762377
"name": {},
23772378
"roleArn": {},
23782379
"status": {},
23792380
"storageConfiguration": {
2380-
"shape": "S2s"
2381+
"shape": "S2t"
23812382
},
23822383
"updatedAt": {
23832384
"shape": "S9"
23842385
}
23852386
}
23862387
},
2387-
"S4j": {
2388+
"S4k": {
23882389
"type": "structure",
23892390
"required": [
23902391
"dataSourceId",
@@ -2406,15 +2407,15 @@
24062407
"shape": "S9"
24072408
},
24082409
"statistics": {
2409-
"shape": "S4k"
2410+
"shape": "S4l"
24102411
},
24112412
"status": {},
24122413
"updatedAt": {
24132414
"shape": "S9"
24142415
}
24152416
}
24162417
},
2417-
"S4k": {
2418+
"S4l": {
24182419
"type": "structure",
24192420
"members": {
24202421
"numberOfDocumentsDeleted": {

0 commit comments

Comments
 (0)