codegen-resources.paginators-1.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of codeartifact Show documentation
Show all versions of codeartifact Show documentation
The AWS Java SDK for Codeartifact module holds the client classes that are used for
communicating with Codeartifact.
{
"pagination": {
"ListDomains": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "domains"
},
"ListPackageVersionAssets": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "assets"
},
"ListPackageVersions": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "versions"
},
"ListPackages": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "packages"
},
"ListRepositories": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "repositories"
},
"ListRepositoriesInDomain": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "repositories"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy