Skip to content

Commit

Permalink
feat(client-glue): Fix Glue paginators for Jobs, JobRuns, Triggers, B…
Browse files Browse the repository at this point in the history
…lueprints and Workflows.
  • Loading branch information
awstools committed Jun 20, 2024
1 parent 7f5bfb9 commit 8741cd4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions codegen/sdk-codegen/aws-models/glue.json
Original file line number Diff line number Diff line change
Expand Up @@ -17570,6 +17570,7 @@
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "JobRuns",
"pageSize": "MaxResults"
}
}
Expand Down Expand Up @@ -17648,6 +17649,7 @@
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "Jobs",
"pageSize": "MaxResults"
}
}
Expand Down Expand Up @@ -20115,6 +20117,7 @@
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "Triggers",
"pageSize": "MaxResults"
}
}
Expand Down Expand Up @@ -21083,6 +21086,7 @@
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "Runs",
"pageSize": "MaxResults"
}
}
Expand Down Expand Up @@ -23860,6 +23864,7 @@
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "Blueprints",
"pageSize": "MaxResults"
}
}
Expand Down Expand Up @@ -24600,6 +24605,7 @@
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "JobNames",
"pageSize": "MaxResults"
}
}
Expand Down Expand Up @@ -25282,6 +25288,7 @@
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "TriggerNames",
"pageSize": "MaxResults"
}
}
Expand Down Expand Up @@ -25434,6 +25441,7 @@
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "Workflows",
"pageSize": "MaxResults"
}
}
Expand Down

0 comments on commit 8741cd4

Please sign in to comment.