Skip to content

Commit

Permalink
Updates SDK to v2.1662.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 23, 2024
1 parent 0ac6138 commit 8539c1b
Show file tree
Hide file tree
Showing 33 changed files with 5,836 additions and 2,055 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1662.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "AppSync",
"description": "Adding support for paginators in AppSync list APIs"
},
{
"type": "feature",
"category": "CleanRooms",
"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."
},
{
"type": "feature",
"category": "CleanRoomsML",
"description": "Adds SQL query as the source of seed audience for audience generation job."
},
{
"type": "feature",
"category": "Connect",
"description": "Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API"
},
{
"type": "feature",
"category": "ConnectContactLens",
"description": "Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API"
},
{
"type": "feature",
"category": "DataZone",
"description": "This release removes the deprecated dataProductItem field from Search API output."
},
{
"type": "feature",
"category": "EntityResolution",
"description": "Support First Party ID Mapping"
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1661.0-->
<!--LATEST=2.1662.0-->
<!--ENTRYINSERT-->

## 2.1662.0
* feature: AppSync: Adding support for paginators in AppSync list APIs
* 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.
* feature: CleanRoomsML: Adds SQL query as the source of seed audience for audience generation job.
* feature: Connect: Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API
* feature: ConnectContactLens: Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API
* feature: DataZone: This release removes the deprecated dataProductItem field from Search API output.
* feature: EntityResolution: Support First Party ID Mapping

## 2.1661.0
* feature: ACMPCA: Fix broken waiters for the acm-pca client. Waiters broke in version 1.13.144 of the Boto3 SDK.
* 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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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.1661.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1662.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
5 changes: 4 additions & 1 deletion apis/appsync-2017-07-25.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"serviceId": "AppSync",
"signatureVersion": "v4",
"signingName": "appsync",
"uid": "appsync-2017-07-25"
"uid": "appsync-2017-07-25",
"auth": [
"aws.auth#sigv4"
]
},
"operations": {
"AssociateApi": {
Expand Down
5 changes: 4 additions & 1 deletion apis/appsync-2017-07-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"serviceId": "AppSync",
"signatureVersion": "v4",
"signingName": "appsync",
"uid": "appsync-2017-07-25"
"uid": "appsync-2017-07-25",
"auth": [
"aws.auth#sigv4"
]
},
"operations": {
"AssociateApi": {
Expand Down
60 changes: 60 additions & 0 deletions apis/appsync-2017-07-25.paginators.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,64 @@
{
"pagination": {
"ListApiKeys": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "apiKeys"
},
"ListDataSources": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "dataSources"
},
"ListDomainNames": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "domainNameConfigs"
},
"ListFunctions": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "functions"
},
"ListGraphqlApis": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "graphqlApis"
},
"ListResolvers": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "resolvers"
},
"ListResolversByFunction": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "resolvers"
},
"ListSourceApiAssociations": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "sourceApiAssociationSummaries"
},
"ListTypes": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "types"
},
"ListTypesByAssociation": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "types"
}
}
}
Loading

0 comments on commit 8539c1b

Please sign in to comment.