Skip to content

Commit

Permalink
Release v1.55.1 (2024-07-23) (#5315)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aws-sdk-go-automation committed Jul 23, 2024
1 parent 3c1fb65 commit 42cbf2a
Show file tree
Hide file tree
Showing 32 changed files with 19,516 additions and 10,164 deletions.
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

0 comments on commit 42cbf2a

Please sign in to comment.