Skip to content

Commit 8539c1b

Browse files
author
awstools
committed
Updates SDK to v2.1662.0
1 parent 0ac6138 commit 8539c1b

33 files changed

+5836
-2055
lines changed

.changes/2.1662.0.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppSync",
5+
"description": "Adding support for paginators in AppSync list APIs"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CleanRooms",
10+
"description": "This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CleanRoomsML",
15+
"description": "Adds SQL query as the source of seed audience for audience generation job."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Connect",
20+
"description": "Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "ConnectContactLens",
25+
"description": "Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "DataZone",
30+
"description": "This release removes the deprecated dataProductItem field from Search API output."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "EntityResolution",
35+
"description": "Support First Party ID Mapping"
36+
}
37+
]

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1661.0-->
2+
<!--LATEST=2.1662.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1662.0
6+
* feature: AppSync: Adding support for paginators in AppSync list APIs
7+
* feature: CleanRooms: This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table.
8+
* feature: CleanRoomsML: Adds SQL query as the source of seed audience for audience generation job.
9+
* feature: Connect: Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API
10+
* feature: ConnectContactLens: Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API
11+
* feature: DataZone: This release removes the deprecated dataProductItem field from Search API output.
12+
* feature: EntityResolution: Support First Party ID Mapping
13+
514
## 2.1661.0
615
* feature: ACMPCA: Fix broken waiters for the acm-pca client. Waiters broke in version 1.13.144 of the Boto3 SDK.
716
* feature: Connect: Amazon Connect expands search API coverage for additional resources. Search for hierarchy groups by name, ID, tag, or other criteria (new endpoint). Search for agent statuses by name, ID, tag, or other criteria (new endpoint). Search for users by their assigned proficiencies (enhanced endpoint)

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.1661.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1662.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/appsync-2017-07-25.min.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"serviceId": "AppSync",
1414
"signatureVersion": "v4",
1515
"signingName": "appsync",
16-
"uid": "appsync-2017-07-25"
16+
"uid": "appsync-2017-07-25",
17+
"auth": [
18+
"aws.auth#sigv4"
19+
]
1720
},
1821
"operations": {
1922
"AssociateApi": {

apis/appsync-2017-07-25.normal.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"serviceId": "AppSync",
1414
"signatureVersion": "v4",
1515
"signingName": "appsync",
16-
"uid": "appsync-2017-07-25"
16+
"uid": "appsync-2017-07-25",
17+
"auth": [
18+
"aws.auth#sigv4"
19+
]
1720
},
1821
"operations": {
1922
"AssociateApi": {
+60
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,64 @@
11
{
22
"pagination": {
3+
"ListApiKeys": {
4+
"input_token": "nextToken",
5+
"output_token": "nextToken",
6+
"limit_key": "maxResults",
7+
"result_key": "apiKeys"
8+
},
9+
"ListDataSources": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"limit_key": "maxResults",
13+
"result_key": "dataSources"
14+
},
15+
"ListDomainNames": {
16+
"input_token": "nextToken",
17+
"output_token": "nextToken",
18+
"limit_key": "maxResults",
19+
"result_key": "domainNameConfigs"
20+
},
21+
"ListFunctions": {
22+
"input_token": "nextToken",
23+
"output_token": "nextToken",
24+
"limit_key": "maxResults",
25+
"result_key": "functions"
26+
},
27+
"ListGraphqlApis": {
28+
"input_token": "nextToken",
29+
"output_token": "nextToken",
30+
"limit_key": "maxResults",
31+
"result_key": "graphqlApis"
32+
},
33+
"ListResolvers": {
34+
"input_token": "nextToken",
35+
"output_token": "nextToken",
36+
"limit_key": "maxResults",
37+
"result_key": "resolvers"
38+
},
39+
"ListResolversByFunction": {
40+
"input_token": "nextToken",
41+
"output_token": "nextToken",
42+
"limit_key": "maxResults",
43+
"result_key": "resolvers"
44+
},
45+
"ListSourceApiAssociations": {
46+
"input_token": "nextToken",
47+
"output_token": "nextToken",
48+
"limit_key": "maxResults",
49+
"result_key": "sourceApiAssociationSummaries"
50+
},
51+
"ListTypes": {
52+
"input_token": "nextToken",
53+
"output_token": "nextToken",
54+
"limit_key": "maxResults",
55+
"result_key": "types"
56+
},
57+
"ListTypesByAssociation": {
58+
"input_token": "nextToken",
59+
"output_token": "nextToken",
60+
"limit_key": "maxResults",
61+
"result_key": "types"
62+
}
363
}
464
}

0 commit comments

Comments
 (0)