Skip to content

Commit

Permalink
Updates SDK to v2.1533.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 10, 2024
1 parent 695ee0c commit ea68fcb
Show file tree
Hide file tree
Showing 25 changed files with 684 additions and 393 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1533.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "CloudWatchLogs",
"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."
},
{
"type": "feature",
"category": "ConnectCampaigns",
"description": "Minor pattern updates for Campaign and Dial Request API fields."
},
{
"type": "feature",
"category": "Location",
"description": "This release adds API support for custom layers for the maps service APIs: CreateMap, UpdateMap, DescribeMap."
},
{
"type": "feature",
"category": "QConnect",
"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."
},
{
"type": "feature",
"category": "Route53",
"description": "Route53 now supports geoproximity routing in AWS regions"
},
{
"type": "feature",
"category": "Wisdom",
"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."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1532.0-->
<!--LATEST=2.1533.0-->
<!--ENTRYINSERT-->

## 2.1533.0
* 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.
* feature: ConnectCampaigns: Minor pattern updates for Campaign and Dial Request API fields.
* feature: Location: This release adds API support for custom layers for the maps service APIs: CreateMap, UpdateMap, DescribeMap.
* 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.
* feature: Route53: Route53 now supports geoproximity routing in AWS regions
* 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.

## 2.1532.0
* feature: CodeBuild: Aws CodeBuild now supports new compute type BUILD_GENERAL1_XLARGE
* feature: EC2: Amazon EC2 R7iz bare metal instances are powered by custom 4th generation Intel Xeon Scalable processors.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

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

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
20 changes: 14 additions & 6 deletions apis/connectcampaigns-2021-01-30.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,8 @@
"type": "string",
"documentation": "<p>The value of the attribute.</p>",
"max": 32767,
"min": 0
"min": 0,
"pattern": ".*"
},
"Attributes": {
"type": "map",
Expand Down Expand Up @@ -836,7 +837,8 @@
"type": "string",
"documentation": "<p>Identifier representing a Campaign</p>",
"max": 256,
"min": 0
"min": 0,
"pattern": "[\\S]*"
},
"CampaignName": {
"type": "string",
Expand Down Expand Up @@ -889,8 +891,9 @@
"ClientToken": {
"type": "string",
"documentation": "<p>Client provided parameter used for idempotency. Its value must be unique for each request.</p>",
"max": 64,
"min": 0
"max": 200,
"min": 0,
"pattern": "[a-zA-Z0-9_\\-.]*"
},
"ContactFlowId": {
"type": "string",
Expand Down Expand Up @@ -1010,6 +1013,7 @@
"documentation": "<p>The phone number of the customer, in E.164 format.</p>",
"max": 20,
"min": 0,
"pattern": "[\\d\\-+]*",
"sensitive": true
},
"DialRequest": {
Expand Down Expand Up @@ -1038,7 +1042,10 @@
},
"DialRequestId": {
"type": "string",
"documentation": "<p>Identifier representing a Dial request</p>"
"documentation": "<p>Identifier representing a Dial request</p>",
"max": 256,
"min": 0,
"pattern": "[a-zA-Z0-9_\\-.]*"
},
"DialRequestList": {
"type": "list",
Expand Down Expand Up @@ -1295,7 +1302,8 @@
"type": "string",
"documentation": "<p>Amazon Connect Instance Id</p>",
"max": 256,
"min": 0
"min": 0,
"pattern": "[a-zA-Z0-9_\\-.]*"
},
"InstanceIdFilter": {
"type": "structure",
Expand Down
64 changes: 37 additions & 27 deletions apis/location-2020-11-19.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@
"members": {
"DataSource": {},
"DataSourceConfiguration": {
"shape": "S3m"
"shape": "S3o"
},
"Description": {},
"IndexName": {},
Expand Down Expand Up @@ -1335,7 +1335,7 @@
},
"DataSource": {},
"DataSourceConfiguration": {
"shape": "S3m"
"shape": "S3o"
},
"Description": {},
"IndexArn": {},
Expand Down Expand Up @@ -1900,7 +1900,7 @@
],
"members": {
"Place": {
"shape": "S5b"
"shape": "S5d"
}
}
},
Expand Down Expand Up @@ -2549,7 +2549,7 @@
"type": "double"
},
"Place": {
"shape": "S5b"
"shape": "S5d"
},
"PlaceId": {}
}
Expand Down Expand Up @@ -2597,10 +2597,10 @@
"shape": "S2i"
},
"FilterCategories": {
"shape": "S76"
"shape": "S78"
},
"FilterCountries": {
"shape": "S77"
"shape": "S79"
},
"IndexName": {
"location": "uri",
Expand Down Expand Up @@ -2637,11 +2637,11 @@
],
"members": {
"Categories": {
"shape": "S5c"
"shape": "S5e"
},
"PlaceId": {},
"SupplementalCategories": {
"shape": "S5f"
"shape": "S5h"
},
"Text": {}
}
Expand All @@ -2662,17 +2662,17 @@
"shape": "S2i"
},
"FilterCategories": {
"shape": "S76"
"shape": "S78"
},
"FilterCountries": {
"shape": "S77"
"shape": "S79"
},
"Language": {},
"MaxResults": {
"type": "integer"
},
"Text": {
"shape": "S7f"
"shape": "S7h"
}
}
}
Expand Down Expand Up @@ -2701,10 +2701,10 @@
"shape": "S2i"
},
"FilterCategories": {
"shape": "S76"
"shape": "S78"
},
"FilterCountries": {
"shape": "S77"
"shape": "S79"
},
"IndexName": {
"location": "uri",
Expand Down Expand Up @@ -2744,7 +2744,7 @@
"type": "double"
},
"Place": {
"shape": "S5b"
"shape": "S5d"
},
"PlaceId": {},
"Relevance": {
Expand All @@ -2768,10 +2768,10 @@
"shape": "S2i"
},
"FilterCategories": {
"shape": "S76"
"shape": "S78"
},
"FilterCountries": {
"shape": "S77"
"shape": "S79"
},
"Language": {},
"MaxResults": {
Expand All @@ -2781,7 +2781,7 @@
"shape": "S2i"
},
"Text": {
"shape": "S7f"
"shape": "S7h"
}
}
}
Expand Down Expand Up @@ -2967,6 +2967,9 @@
"ConfigurationUpdate": {
"type": "structure",
"members": {
"CustomLayers": {
"shape": "S3i"
},
"PoliticalView": {}
}
},
Expand Down Expand Up @@ -3014,7 +3017,7 @@
],
"members": {
"DataSourceConfiguration": {
"shape": "S3m"
"shape": "S3o"
},
"Description": {},
"IndexName": {
Expand Down Expand Up @@ -3355,25 +3358,32 @@
"Style"
],
"members": {
"CustomLayers": {
"shape": "S3i"
},
"PoliticalView": {},
"Style": {}
}
},
"S3m": {
"S3i": {
"type": "list",
"member": {}
},
"S3o": {
"type": "structure",
"members": {
"IntendedUse": {}
}
},
"S5b": {
"S5d": {
"type": "structure",
"required": [
"Geometry"
],
"members": {
"AddressNumber": {},
"Categories": {
"shape": "S5c"
"shape": "S5e"
},
"Country": {},
"Geometry": {
Expand All @@ -3396,7 +3406,7 @@
"SubMunicipality": {},
"SubRegion": {},
"SupplementalCategories": {
"shape": "S5f"
"shape": "S5h"
},
"TimeZone": {
"type": "structure",
Expand All @@ -3414,23 +3424,23 @@
"UnitType": {}
}
},
"S5c": {
"S5e": {
"type": "list",
"member": {}
},
"S5f": {
"S5h": {
"type": "list",
"member": {}
},
"S76": {
"S78": {
"type": "list",
"member": {}
},
"S77": {
"S79": {
"type": "list",
"member": {}
},
"S7f": {
"S7h": {
"type": "string",
"sensitive": true
}
Expand Down
22 changes: 22 additions & 0 deletions apis/location-2020-11-19.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3387,6 +3387,20 @@
}
}
},
"CustomLayer": {
"type": "string",
"max": 100,
"min": 1,
"pattern": "^[-._\\w]+$"
},
"CustomLayerList": {
"type": "list",
"member": {
"shape": "CustomLayer"
},
"max": 10,
"min": 0
},
"DataSourceConfiguration": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -5348,6 +5362,10 @@
"Style"
],
"members": {
"CustomLayers": {
"shape": "CustomLayerList",
"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>"
},
"PoliticalView": {
"shape": "CountryCode3",
"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>"
Expand All @@ -5362,6 +5380,10 @@
"MapConfigurationUpdate": {
"type": "structure",
"members": {
"CustomLayers": {
"shape": "CustomLayerList",
"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>"
},
"PoliticalView": {
"shape": "CountryCode3OrEmpty",
"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>"
Expand Down
Loading

0 comments on commit ea68fcb

Please sign in to comment.