Skip to content

Commit 1a19fde

Browse files
author
awstools
committed
Updates SDK to v2.1647.0
1 parent 4f46f14 commit 1a19fde

24 files changed

+456
-147
lines changed

.changes/2.1647.0.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "opsworks",
5+
"description": "delete tests"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "BedrockRuntime",
10+
"description": "Increases Converse API's document name length"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CustomerProfiles",
15+
"description": "This release includes changes to ProfileObjectType APIs, adds functionality top set and get capacity for profile object types."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "EC2",
20+
"description": "Fix EC2 multi-protocol info in models."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "QBusiness",
25+
"description": "Updates API to latest version."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SSM",
30+
"description": "Add sensitive trait to SSM IPAddress property for CloudTrail redaction"
31+
},
32+
{
33+
"type": "feature",
34+
"category": "WorkSpacesWeb",
35+
"description": "Added ability to enable DeepLinking functionality on a Portal via UserSettings as well as added support for IdentityProvider resource tagging."
36+
}
37+
]

.changes/next-release/bugfix-opsworks-dc487795.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1646.0-->
2+
<!--LATEST=2.1647.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1647.0
6+
* bugfix: opsworks: delete tests
7+
* feature: BedrockRuntime: Increases Converse API's document name length
8+
* feature: CustomerProfiles: This release includes changes to ProfileObjectType APIs, adds functionality top set and get capacity for profile object types.
9+
* feature: EC2: Fix EC2 multi-protocol info in models.
10+
* feature: QBusiness: Updates API to latest version.
11+
* feature: SSM: Add sensitive trait to SSM IPAddress property for CloudTrail redaction
12+
* feature: WorkSpacesWeb: Added ability to enable DeepLinking functionality on a Portal via UserSettings as well as added support for IdentityProvider resource tagging.
13+
514
## 2.1646.0
615
* feature: BedrockRuntime: This release adds document support to Converse and ConverseStream APIs
716
* feature: CodeArtifact: Add support for the Cargo package format.

README.md

Lines changed: 1 addition & 1 deletion
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.1646.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1647.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-runtime-2023-09-30.normal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@
645645
},
646646
"DocumentBlockNameString": {
647647
"type": "string",
648-
"max": 64,
648+
"max": 200,
649649
"min": 1
650650
},
651651
"DocumentFormat": {

apis/customer-profiles-2020-08-15.min.json

Lines changed: 52 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@
55
"endpointPrefix": "profile",
66
"jsonVersion": "1.1",
77
"protocol": "rest-json",
8+
"protocols": [
9+
"rest-json"
10+
],
811
"serviceAbbreviation": "Customer Profiles",
912
"serviceFullName": "Amazon Connect Customer Profiles",
1013
"serviceId": "Customer Profiles",
1114
"signatureVersion": "v4",
1215
"signingName": "profile",
13-
"uid": "customer-profiles-2020-08-15"
16+
"uid": "customer-profiles-2020-08-15",
17+
"auth": [
18+
"aws.auth#sigv4"
19+
]
1420
},
1521
"operations": {
1622
"AddProfileKey": {
@@ -1144,6 +1150,12 @@
11441150
"type": "boolean"
11451151
},
11461152
"SourceLastUpdatedTimestampFormat": {},
1153+
"MaxAvailableProfileObjectCount": {
1154+
"type": "integer"
1155+
},
1156+
"MaxProfileObjectCount": {
1157+
"type": "integer"
1158+
},
11471159
"Fields": {
11481160
"shape": "S45"
11491161
},
@@ -1434,7 +1446,7 @@
14341446
"type": "structure",
14351447
"members": {
14361448
"Items": {
1437-
"shape": "S60"
1449+
"shape": "S62"
14381450
},
14391451
"NextToken": {}
14401452
}
@@ -1758,7 +1770,7 @@
17581770
"type": "structure",
17591771
"members": {
17601772
"Items": {
1761-
"shape": "S60"
1773+
"shape": "S62"
17621774
},
17631775
"NextToken": {}
17641776
}
@@ -1847,6 +1859,12 @@
18471859
"LastUpdatedAt": {
18481860
"type": "timestamp"
18491861
},
1862+
"MaxProfileObjectCount": {
1863+
"type": "integer"
1864+
},
1865+
"MaxAvailableProfileObjectCount": {
1866+
"type": "integer"
1867+
},
18501868
"Tags": {
18511869
"shape": "Sn"
18521870
}
@@ -2231,6 +2249,9 @@
22312249
"type": "boolean"
22322250
},
22332251
"SourceLastUpdatedTimestampFormat": {},
2252+
"MaxProfileObjectCount": {
2253+
"type": "integer"
2254+
},
22342255
"Fields": {
22352256
"shape": "S45"
22362257
},
@@ -2262,6 +2283,12 @@
22622283
"type": "boolean"
22632284
},
22642285
"SourceLastUpdatedTimestampFormat": {},
2286+
"MaxProfileObjectCount": {
2287+
"type": "integer"
2288+
},
2289+
"MaxAvailableProfileObjectCount": {
2290+
"type": "integer"
2291+
},
22652292
"Fields": {
22662293
"shape": "S45"
22672294
},
@@ -2622,61 +2649,61 @@
26222649
"sensitive": true
26232650
},
26242651
"AccountNumber": {
2625-
"shape": "S87"
2652+
"shape": "S89"
26262653
},
26272654
"PartyType": {
26282655
"shape": "S3b"
26292656
},
26302657
"BusinessName": {
2631-
"shape": "S87"
2658+
"shape": "S89"
26322659
},
26332660
"FirstName": {
2634-
"shape": "S87"
2661+
"shape": "S89"
26352662
},
26362663
"MiddleName": {
2637-
"shape": "S87"
2664+
"shape": "S89"
26382665
},
26392666
"LastName": {
2640-
"shape": "S87"
2667+
"shape": "S89"
26412668
},
26422669
"BirthDate": {
2643-
"shape": "S87"
2670+
"shape": "S89"
26442671
},
26452672
"Gender": {
26462673
"shape": "S3c"
26472674
},
26482675
"PhoneNumber": {
2649-
"shape": "S87"
2676+
"shape": "S89"
26502677
},
26512678
"MobilePhoneNumber": {
2652-
"shape": "S87"
2679+
"shape": "S89"
26532680
},
26542681
"HomePhoneNumber": {
2655-
"shape": "S87"
2682+
"shape": "S89"
26562683
},
26572684
"BusinessPhoneNumber": {
2658-
"shape": "S87"
2685+
"shape": "S89"
26592686
},
26602687
"EmailAddress": {
2661-
"shape": "S87"
2688+
"shape": "S89"
26622689
},
26632690
"PersonalEmailAddress": {
2664-
"shape": "S87"
2691+
"shape": "S89"
26652692
},
26662693
"BusinessEmailAddress": {
2667-
"shape": "S87"
2694+
"shape": "S89"
26682695
},
26692696
"Address": {
2670-
"shape": "S88"
2697+
"shape": "S8a"
26712698
},
26722699
"ShippingAddress": {
2673-
"shape": "S88"
2700+
"shape": "S8a"
26742701
},
26752702
"MailingAddress": {
2676-
"shape": "S88"
2703+
"shape": "S8a"
26772704
},
26782705
"BillingAddress": {
2679-
"shape": "S88"
2706+
"shape": "S8a"
26802707
},
26812708
"Attributes": {
26822709
"type": "map",
@@ -2685,10 +2712,10 @@
26852712
"sensitive": true
26862713
},
26872714
"PartyTypeString": {
2688-
"shape": "S87"
2715+
"shape": "S89"
26892716
},
26902717
"GenderString": {
2691-
"shape": "S87"
2718+
"shape": "S89"
26922719
}
26932720
}
26942721
},
@@ -3250,7 +3277,7 @@
32503277
"type": "list",
32513278
"member": {}
32523279
},
3253-
"S60": {
3280+
"S62": {
32543281
"type": "list",
32553282
"member": {
32563283
"type": "structure",
@@ -3283,11 +3310,11 @@
32833310
}
32843311
}
32853312
},
3286-
"S87": {
3313+
"S89": {
32873314
"type": "string",
32883315
"sensitive": true
32893316
},
3290-
"S88": {
3317+
"S8a": {
32913318
"type": "structure",
32923319
"members": {
32933320
"Address1": {},

0 commit comments

Comments
 (0)