Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 23, 2024
1 parent ee0a542 commit 9724fe3
Show file tree
Hide file tree
Showing 18 changed files with 2,350 additions and 707 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-appsync-41028.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``appsync``",
"description": "Adding support for paginators in AppSync list APIs"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-cleanrooms-5965.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"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."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-cleanroomsml-65074.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``cleanroomsml``",
"description": "Adds SQL query as the source of seed audience for audience generation job."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-connect-75392.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``connect``",
"description": "Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``connect-contact-lens``",
"description": "Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-datazone-65572.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``datazone``",
"description": "This release removes the deprecated dataProductItem field from Search API output."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-entityresolution-38687.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``entityresolution``",
"description": "Support First Party ID Mapping"
}
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 9724fe3

Please sign in to comment.