Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jul 23, 2024
1 parent 30a39ba commit 0b9deea
Show file tree
Hide file tree
Showing 7 changed files with 3,115 additions and 535 deletions.
60 changes: 60 additions & 0 deletions codegen/sdk-codegen/aws-models/appsync.json
Original file line number Diff line number Diff line change
Expand Up @@ -6054,6 +6054,12 @@
"method": "GET",
"uri": "/v1/apis/{apiId}/apikeys",
"code": 200
},
"smithy.api#paginated": {
"inputToken": "nextToken",
"outputToken": "nextToken",
"items": "apiKeys",
"pageSize": "maxResults"
}
}
},
Expand Down Expand Up @@ -6136,6 +6142,12 @@
"method": "GET",
"uri": "/v1/apis/{apiId}/datasources",
"code": 200
},
"smithy.api#paginated": {
"inputToken": "nextToken",
"outputToken": "nextToken",
"items": "dataSources",
"pageSize": "maxResults"
}
}
},
Expand Down Expand Up @@ -6215,6 +6227,12 @@
"method": "GET",
"uri": "/v1/domainnames",
"code": 200
},
"smithy.api#paginated": {
"inputToken": "nextToken",
"outputToken": "nextToken",
"items": "domainNameConfigs",
"pageSize": "maxResults"
}
}
},
Expand Down Expand Up @@ -6289,6 +6307,12 @@
"method": "GET",
"uri": "/v1/apis/{apiId}/functions",
"code": 200
},
"smithy.api#paginated": {
"inputToken": "nextToken",
"outputToken": "nextToken",
"items": "functions",
"pageSize": "maxResults"
}
}
},
Expand Down Expand Up @@ -6368,6 +6392,12 @@
"method": "GET",
"uri": "/v1/apis",
"code": 200
},
"smithy.api#paginated": {
"inputToken": "nextToken",
"outputToken": "nextToken",
"items": "graphqlApis",
"pageSize": "maxResults"
}
}
},
Expand Down Expand Up @@ -6456,6 +6486,12 @@
"method": "GET",
"uri": "/v1/apis/{apiId}/types/{typeName}/resolvers",
"code": 200
},
"smithy.api#paginated": {
"inputToken": "nextToken",
"outputToken": "nextToken",
"items": "resolvers",
"pageSize": "maxResults"
}
}
},
Expand Down Expand Up @@ -6487,6 +6523,12 @@
"method": "GET",
"uri": "/v1/apis/{apiId}/functions/{functionId}/resolvers",
"code": 200
},
"smithy.api#paginated": {
"inputToken": "nextToken",
"outputToken": "nextToken",
"items": "resolvers",
"pageSize": "maxResults"
}
}
},
Expand Down Expand Up @@ -6636,6 +6678,12 @@
"method": "GET",
"uri": "/v1/apis/{apiId}/sourceApiAssociations",
"code": 200
},
"smithy.api#paginated": {
"inputToken": "nextToken",
"outputToken": "nextToken",
"items": "sourceApiAssociationSummaries",
"pageSize": "maxResults"
}
}
},
Expand Down Expand Up @@ -6788,6 +6836,12 @@
"method": "GET",
"uri": "/v1/apis/{apiId}/types",
"code": 200
},
"smithy.api#paginated": {
"inputToken": "nextToken",
"outputToken": "nextToken",
"items": "types",
"pageSize": "maxResults"
}
}
},
Expand Down Expand Up @@ -6822,6 +6876,12 @@
"method": "GET",
"uri": "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}/types",
"code": 200
},
"smithy.api#paginated": {
"inputToken": "nextToken",
"outputToken": "nextToken",
"items": "types",
"pageSize": "maxResults"
}
}
},
Expand Down
Loading

0 comments on commit 0b9deea

Please sign in to comment.