ListSigningPlatforms
Lists all signing platforms available in code signing that match the request parameters. If
additional jobs remain to be listed, code signing returns a nextToken
value. Use
this value in subsequent calls to ListSigningJobs
to fetch the remaining
values. You can continue calling ListSigningJobs
with your
maxResults
parameter and with new values that code signing returns in the
nextToken
parameter until all of your signing jobs have been
returned.
Request Syntax
GET /signing-platforms?category=category
&maxResults=maxResults
&nextToken=nextToken
&partner=partner
&target=target
HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
- category
-
The category type of a signing platform.
- maxResults
-
The maximum number of results to be returned by this operation.
Valid Range: Minimum value of 1. Maximum value of 25.
- nextToken
-
Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of
nextToken
from the response that you just received. - partner
-
Any partner entities connected to a signing platform.
- target
-
The validation template that is used by the target signing platform.
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Content-type: application/json
{
"nextToken": "string",
"platforms": [
{
"category": "string",
"displayName": "string",
"maxSizeInMB": number,
"partner": "string",
"platformId": "string",
"revocationSupported": boolean,
"signingConfiguration": {
"encryptionAlgorithmOptions": {
"allowedValues": [ "string" ],
"defaultValue": "string"
},
"hashAlgorithmOptions": {
"allowedValues": [ "string" ],
"defaultValue": "string"
}
},
"signingImageFormat": {
"defaultFormat": "string",
"supportedFormats": [ "string" ]
},
"target": "string"
}
]
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- nextToken
-
Value for specifying the next set of paginated results to return.
Type: String
- platforms
-
A list of all platforms that match the request parameters.
Type: Array of SigningPlatform objects
Errors
For information about the errors that are common to all actions, see Common Errors.
- AccessDeniedException
-
You do not have sufficient access to perform this action.
HTTP Status Code: 403
- InternalServiceErrorException
-
An internal error occurred.
HTTP Status Code: 500
- TooManyRequestsException
-
The allowed number of job-signing requests has been exceeded.
This error supersedes the error
ThrottlingException
.HTTP Status Code: 429
- ValidationException
-
You signing certificate could not be validated.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: