Skip to content

Commit

Permalink
Merge branch 'release-1.34.147' into develop
Browse files Browse the repository at this point in the history
* release-1.34.147:
  Bumping version to 1.34.147
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jul 23, 2024
2 parents ee0a542 + 9a978b4 commit 7f05bdf
Show file tree
Hide file tree
Showing 15 changed files with 2,366 additions and 709 deletions.
37 changes: 37 additions & 0 deletions .changes/1.34.147.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``appsync``",
"description": "Adding support for paginators in AppSync list APIs",
"type": "api-change"
},
{
"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": "api-change"
},
{
"category": "``cleanroomsml``",
"description": "Adds SQL query as the source of seed audience for audience generation job.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API",
"type": "api-change"
},
{
"category": "``connect-contact-lens``",
"description": "Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API",
"type": "api-change"
},
{
"category": "``datazone``",
"description": "This release removes the deprecated dataProductItem field from Search API output.",
"type": "api-change"
},
{
"category": "``entityresolution``",
"description": "Support First Party ID Mapping",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.34.147
========

* api-change:``appsync``: Adding support for paginators in AppSync list APIs
* api-change:``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.
* api-change:``cleanroomsml``: Adds SQL query as the source of seed audience for audience generation job.
* api-change:``connect``: Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API
* api-change:``connect-contact-lens``: Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API
* api-change:``datazone``: This release removes the deprecated dataProductItem field from Search API output.
* api-change:``entityresolution``: Support First Party ID Mapping


1.34.146
========

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.34.146'
__version__ = '1.34.147'


class NullHandler(logging.Handler):
Expand Down
18 changes: 18 additions & 0 deletions botocore/data/appsync/2017-07-25/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,24 @@
"limit_key": "maxResults",
"output_token": "nextToken",
"result_key": "types"
},
"ListDomainNames": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "domainNameConfigs"
},
"ListSourceApiAssociations": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "sourceApiAssociationSummaries"
},
"ListTypesByAssociation": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "types"
}
}
}
3 changes: 2 additions & 1 deletion botocore/data/appsync/2017-07-25/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"serviceId":"AppSync",
"signatureVersion":"v4",
"signingName":"appsync",
"uid":"appsync-2017-07-25"
"uid":"appsync-2017-07-25",
"auth":["aws.auth#sigv4"]
},
"operations":{
"AssociateApi":{
Expand Down
18 changes: 18 additions & 0 deletions botocore/data/cleanrooms/2022-02-17/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,24 @@
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "privacyBudgetSummaries"
},
"ListCollaborationIdNamespaceAssociations": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "collaborationIdNamespaceAssociationSummaries"
},
"ListIdMappingTables": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "idMappingTableSummaries"
},
"ListIdNamespaceAssociations": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "idNamespaceAssociationSummaries"
}
}
}
Loading

0 comments on commit 7f05bdf

Please sign in to comment.