Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.55.1 #5315

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Release v1.55.1 (2024-07-23)
===

### Service Client Updates
* `service/appsync`: Updates service API and paginators
* `service/cleanrooms`: Updates service API, documentation, and paginators
* `service/cleanroomsml`: Updates service API, documentation, and waiters
* `service/connect`: Updates service API and documentation
* `service/connect-contact-lens`: Updates service API and documentation
* `service/datazone`: Updates service API and documentation
* `service/entityresolution`: Updates service API and documentation

Release v1.55.0 (2024-07-22)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.55.0"
const SDKVersion = "1.55.1"
3 changes: 2 additions & 1 deletion models/apis/appsync/2017-07-25/api-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
60 changes: 60 additions & 0 deletions models/apis/appsync/2017-07-25/paginators-1.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
Loading