Skip to content

Commit ea68fcb

Browse files
author
awstools
committed
Updates SDK to v2.1533.0
1 parent 695ee0c commit ea68fcb

25 files changed

+684
-393
lines changed

.changes/2.1533.0.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CloudWatchLogs",
5+
"description": "Add support for account level subscription filter policies to PutAccountPolicy, DescribeAccountPolicies, and DeleteAccountPolicy APIs. Additionally, PutAccountPolicy has been modified with new optional \"selectionCriteria\" parameter for resource selection."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ConnectCampaigns",
10+
"description": "Minor pattern updates for Campaign and Dial Request API fields."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Location",
15+
"description": "This release adds API support for custom layers for the maps service APIs: CreateMap, UpdateMap, DescribeMap."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "QConnect",
20+
"description": "QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Route53",
25+
"description": "Route53 now supports geoproximity routing in AWS regions"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Wisdom",
30+
"description": "QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications."
31+
}
32+
]

CHANGELOG.md

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

5+
## 2.1533.0
6+
* feature: CloudWatchLogs: Add support for account level subscription filter policies to PutAccountPolicy, DescribeAccountPolicies, and DeleteAccountPolicy APIs. Additionally, PutAccountPolicy has been modified with new optional "selectionCriteria" parameter for resource selection.
7+
* feature: ConnectCampaigns: Minor pattern updates for Campaign and Dial Request API fields.
8+
* feature: Location: This release adds API support for custom layers for the maps service APIs: CreateMap, UpdateMap, DescribeMap.
9+
* feature: QConnect: QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.
10+
* feature: Route53: Route53 now supports geoproximity routing in AWS regions
11+
* feature: Wisdom: QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.
12+
513
## 2.1532.0
614
* feature: CodeBuild: Aws CodeBuild now supports new compute type BUILD_GENERAL1_XLARGE
715
* feature: EC2: Amazon EC2 R7iz bare metal instances are powered by custom 4th generation Intel Xeon Scalable processors.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6969
To use the SDK in the browser, simply add the following script tag to your
7070
HTML pages:
7171

72-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1532.0.min.js"></script>
72+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1533.0.min.js"></script>
7373

7474
You can also build a custom browser SDK with your specified set of AWS services.
7575
This can allow you to reduce the SDK's size, specify different API versions of

apis/connectcampaigns-2021-01-30.normal.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,8 @@
758758
"type": "string",
759759
"documentation": "<p>The value of the attribute.</p>",
760760
"max": 32767,
761-
"min": 0
761+
"min": 0,
762+
"pattern": ".*"
762763
},
763764
"Attributes": {
764765
"type": "map",
@@ -836,7 +837,8 @@
836837
"type": "string",
837838
"documentation": "<p>Identifier representing a Campaign</p>",
838839
"max": 256,
839-
"min": 0
840+
"min": 0,
841+
"pattern": "[\\S]*"
840842
},
841843
"CampaignName": {
842844
"type": "string",
@@ -889,8 +891,9 @@
889891
"ClientToken": {
890892
"type": "string",
891893
"documentation": "<p>Client provided parameter used for idempotency. Its value must be unique for each request.</p>",
892-
"max": 64,
893-
"min": 0
894+
"max": 200,
895+
"min": 0,
896+
"pattern": "[a-zA-Z0-9_\\-.]*"
894897
},
895898
"ContactFlowId": {
896899
"type": "string",
@@ -1010,6 +1013,7 @@
10101013
"documentation": "<p>The phone number of the customer, in E.164 format.</p>",
10111014
"max": 20,
10121015
"min": 0,
1016+
"pattern": "[\\d\\-+]*",
10131017
"sensitive": true
10141018
},
10151019
"DialRequest": {
@@ -1038,7 +1042,10 @@
10381042
},
10391043
"DialRequestId": {
10401044
"type": "string",
1041-
"documentation": "<p>Identifier representing a Dial request</p>"
1045+
"documentation": "<p>Identifier representing a Dial request</p>",
1046+
"max": 256,
1047+
"min": 0,
1048+
"pattern": "[a-zA-Z0-9_\\-.]*"
10421049
},
10431050
"DialRequestList": {
10441051
"type": "list",
@@ -1295,7 +1302,8 @@
12951302
"type": "string",
12961303
"documentation": "<p>Amazon Connect Instance Id</p>",
12971304
"max": 256,
1298-
"min": 0
1305+
"min": 0,
1306+
"pattern": "[a-zA-Z0-9_\\-.]*"
12991307
},
13001308
"InstanceIdFilter": {
13011309
"type": "structure",

apis/location-2020-11-19.min.json

Lines changed: 37 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@
831831
"members": {
832832
"DataSource": {},
833833
"DataSourceConfiguration": {
834-
"shape": "S3m"
834+
"shape": "S3o"
835835
},
836836
"Description": {},
837837
"IndexName": {},
@@ -1335,7 +1335,7 @@
13351335
},
13361336
"DataSource": {},
13371337
"DataSourceConfiguration": {
1338-
"shape": "S3m"
1338+
"shape": "S3o"
13391339
},
13401340
"Description": {},
13411341
"IndexArn": {},
@@ -1900,7 +1900,7 @@
19001900
],
19011901
"members": {
19021902
"Place": {
1903-
"shape": "S5b"
1903+
"shape": "S5d"
19041904
}
19051905
}
19061906
},
@@ -2549,7 +2549,7 @@
25492549
"type": "double"
25502550
},
25512551
"Place": {
2552-
"shape": "S5b"
2552+
"shape": "S5d"
25532553
},
25542554
"PlaceId": {}
25552555
}
@@ -2597,10 +2597,10 @@
25972597
"shape": "S2i"
25982598
},
25992599
"FilterCategories": {
2600-
"shape": "S76"
2600+
"shape": "S78"
26012601
},
26022602
"FilterCountries": {
2603-
"shape": "S77"
2603+
"shape": "S79"
26042604
},
26052605
"IndexName": {
26062606
"location": "uri",
@@ -2637,11 +2637,11 @@
26372637
],
26382638
"members": {
26392639
"Categories": {
2640-
"shape": "S5c"
2640+
"shape": "S5e"
26412641
},
26422642
"PlaceId": {},
26432643
"SupplementalCategories": {
2644-
"shape": "S5f"
2644+
"shape": "S5h"
26452645
},
26462646
"Text": {}
26472647
}
@@ -2662,17 +2662,17 @@
26622662
"shape": "S2i"
26632663
},
26642664
"FilterCategories": {
2665-
"shape": "S76"
2665+
"shape": "S78"
26662666
},
26672667
"FilterCountries": {
2668-
"shape": "S77"
2668+
"shape": "S79"
26692669
},
26702670
"Language": {},
26712671
"MaxResults": {
26722672
"type": "integer"
26732673
},
26742674
"Text": {
2675-
"shape": "S7f"
2675+
"shape": "S7h"
26762676
}
26772677
}
26782678
}
@@ -2701,10 +2701,10 @@
27012701
"shape": "S2i"
27022702
},
27032703
"FilterCategories": {
2704-
"shape": "S76"
2704+
"shape": "S78"
27052705
},
27062706
"FilterCountries": {
2707-
"shape": "S77"
2707+
"shape": "S79"
27082708
},
27092709
"IndexName": {
27102710
"location": "uri",
@@ -2744,7 +2744,7 @@
27442744
"type": "double"
27452745
},
27462746
"Place": {
2747-
"shape": "S5b"
2747+
"shape": "S5d"
27482748
},
27492749
"PlaceId": {},
27502750
"Relevance": {
@@ -2768,10 +2768,10 @@
27682768
"shape": "S2i"
27692769
},
27702770
"FilterCategories": {
2771-
"shape": "S76"
2771+
"shape": "S78"
27722772
},
27732773
"FilterCountries": {
2774-
"shape": "S77"
2774+
"shape": "S79"
27752775
},
27762776
"Language": {},
27772777
"MaxResults": {
@@ -2781,7 +2781,7 @@
27812781
"shape": "S2i"
27822782
},
27832783
"Text": {
2784-
"shape": "S7f"
2784+
"shape": "S7h"
27852785
}
27862786
}
27872787
}
@@ -2967,6 +2967,9 @@
29672967
"ConfigurationUpdate": {
29682968
"type": "structure",
29692969
"members": {
2970+
"CustomLayers": {
2971+
"shape": "S3i"
2972+
},
29702973
"PoliticalView": {}
29712974
}
29722975
},
@@ -3014,7 +3017,7 @@
30143017
],
30153018
"members": {
30163019
"DataSourceConfiguration": {
3017-
"shape": "S3m"
3020+
"shape": "S3o"
30183021
},
30193022
"Description": {},
30203023
"IndexName": {
@@ -3355,25 +3358,32 @@
33553358
"Style"
33563359
],
33573360
"members": {
3361+
"CustomLayers": {
3362+
"shape": "S3i"
3363+
},
33583364
"PoliticalView": {},
33593365
"Style": {}
33603366
}
33613367
},
3362-
"S3m": {
3368+
"S3i": {
3369+
"type": "list",
3370+
"member": {}
3371+
},
3372+
"S3o": {
33633373
"type": "structure",
33643374
"members": {
33653375
"IntendedUse": {}
33663376
}
33673377
},
3368-
"S5b": {
3378+
"S5d": {
33693379
"type": "structure",
33703380
"required": [
33713381
"Geometry"
33723382
],
33733383
"members": {
33743384
"AddressNumber": {},
33753385
"Categories": {
3376-
"shape": "S5c"
3386+
"shape": "S5e"
33773387
},
33783388
"Country": {},
33793389
"Geometry": {
@@ -3396,7 +3406,7 @@
33963406
"SubMunicipality": {},
33973407
"SubRegion": {},
33983408
"SupplementalCategories": {
3399-
"shape": "S5f"
3409+
"shape": "S5h"
34003410
},
34013411
"TimeZone": {
34023412
"type": "structure",
@@ -3414,23 +3424,23 @@
34143424
"UnitType": {}
34153425
}
34163426
},
3417-
"S5c": {
3427+
"S5e": {
34183428
"type": "list",
34193429
"member": {}
34203430
},
3421-
"S5f": {
3431+
"S5h": {
34223432
"type": "list",
34233433
"member": {}
34243434
},
3425-
"S76": {
3435+
"S78": {
34263436
"type": "list",
34273437
"member": {}
34283438
},
3429-
"S77": {
3439+
"S79": {
34303440
"type": "list",
34313441
"member": {}
34323442
},
3433-
"S7f": {
3443+
"S7h": {
34343444
"type": "string",
34353445
"sensitive": true
34363446
}

apis/location-2020-11-19.normal.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3387,6 +3387,20 @@
33873387
}
33883388
}
33893389
},
3390+
"CustomLayer": {
3391+
"type": "string",
3392+
"max": 100,
3393+
"min": 1,
3394+
"pattern": "^[-._\\w]+$"
3395+
},
3396+
"CustomLayerList": {
3397+
"type": "list",
3398+
"member": {
3399+
"shape": "CustomLayer"
3400+
},
3401+
"max": 10,
3402+
"min": 0
3403+
},
33903404
"DataSourceConfiguration": {
33913405
"type": "structure",
33923406
"members": {
@@ -5348,6 +5362,10 @@
53485362
"Style"
53495363
],
53505364
"members": {
5365+
"CustomLayers": {
5366+
"shape": "CustomLayerList",
5367+
"documentation": "<p>Specifies the custom layers for the style. Leave unset to not enable any custom layer, or, for styles that support custom layers, you can enable layer(s), such as POI layer for the VectorEsriNavigation style. Default is <code>unset</code>.</p> <note> <p>Not all map resources or styles support custom layers. See Custom Layers for more information.</p> </note>"
5368+
},
53515369
"PoliticalView": {
53525370
"shape": "CountryCode3",
53535371
"documentation": "<p>Specifies the political view for the style. Leave unset to not use a political view, or, for styles that support specific political views, you can choose a view, such as <code>IND</code> for the Indian view.</p> <p>Default is unset.</p> <note> <p>Not all map resources or styles support political view styles. See <a href=\"https://docs.aws.amazon.com/location/latest/developerguide/map-concepts.html#political-views\">Political views</a> for more information.</p> </note>"
@@ -5362,6 +5380,10 @@
53625380
"MapConfigurationUpdate": {
53635381
"type": "structure",
53645382
"members": {
5383+
"CustomLayers": {
5384+
"shape": "CustomLayerList",
5385+
"documentation": "<p>Specifies the custom layers for the style. Leave unset to not enable any custom layer, or, for styles that support custom layers, you can enable layer(s), such as POI layer for the VectorEsriNavigation style. Default is <code>unset</code>.</p> <note> <p>Not all map resources or styles support custom layers. See Custom Layers for more information.</p> </note>"
5386+
},
53655387
"PoliticalView": {
53665388
"shape": "CountryCode3OrEmpty",
53675389
"documentation": "<p>Specifies the political view for the style. Set to an empty string to not use a political view, or, for styles that support specific political views, you can choose a view, such as <code>IND</code> for the Indian view.</p> <note> <p>Not all map resources or styles support political view styles. See <a href=\"https://docs.aws.amazon.com/location/latest/developerguide/map-concepts.html#political-views\">Political views</a> for more information.</p> </note>"

0 commit comments

Comments
 (0)