| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Signer.GetSigningPlatform
Description
Returns information on a specific signing platform.
Synopsis
- data GetSigningPlatform = GetSigningPlatform' {
- platformId :: Text
- newGetSigningPlatform :: Text -> GetSigningPlatform
- getSigningPlatform_platformId :: Lens' GetSigningPlatform Text
- data GetSigningPlatformResponse = GetSigningPlatformResponse' {}
- newGetSigningPlatformResponse :: Int -> GetSigningPlatformResponse
- getSigningPlatformResponse_category :: Lens' GetSigningPlatformResponse (Maybe Category)
- getSigningPlatformResponse_displayName :: Lens' GetSigningPlatformResponse (Maybe Text)
- getSigningPlatformResponse_maxSizeInMB :: Lens' GetSigningPlatformResponse (Maybe Int)
- getSigningPlatformResponse_partner :: Lens' GetSigningPlatformResponse (Maybe Text)
- getSigningPlatformResponse_platformId :: Lens' GetSigningPlatformResponse (Maybe Text)
- getSigningPlatformResponse_revocationSupported :: Lens' GetSigningPlatformResponse (Maybe Bool)
- getSigningPlatformResponse_signingConfiguration :: Lens' GetSigningPlatformResponse (Maybe SigningConfiguration)
- getSigningPlatformResponse_signingImageFormat :: Lens' GetSigningPlatformResponse (Maybe SigningImageFormat)
- getSigningPlatformResponse_target :: Lens' GetSigningPlatformResponse (Maybe Text)
- getSigningPlatformResponse_httpStatus :: Lens' GetSigningPlatformResponse Int
Creating a Request
data GetSigningPlatform Source #
See: newGetSigningPlatform smart constructor.
Constructors
| GetSigningPlatform' | |
Fields
| |
Instances
newGetSigningPlatform Source #
Arguments
| :: Text | |
| -> GetSigningPlatform |
Create a value of GetSigningPlatform with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetSigningPlatform, getSigningPlatform_platformId - The ID of the target signing platform.
Request Lenses
getSigningPlatform_platformId :: Lens' GetSigningPlatform Text Source #
The ID of the target signing platform.
Destructuring the Response
data GetSigningPlatformResponse Source #
See: newGetSigningPlatformResponse smart constructor.
Constructors
| GetSigningPlatformResponse' | |
Fields
| |
Instances
newGetSigningPlatformResponse Source #
Create a value of GetSigningPlatformResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetSigningPlatformResponse, getSigningPlatformResponse_category - The category type of the target signing platform.
GetSigningPlatformResponse, getSigningPlatformResponse_displayName - The display name of the target signing platform.
GetSigningPlatformResponse, getSigningPlatformResponse_maxSizeInMB - The maximum size (in MB) of the payload that can be signed by the target
platform.
GetSigningPlatformResponse, getSigningPlatformResponse_partner - A list of partner entities that use the target signing platform.
GetSigningPlatform, getSigningPlatformResponse_platformId - The ID of the target signing platform.
GetSigningPlatformResponse, getSigningPlatformResponse_revocationSupported - A flag indicating whether signatures generated for the signing platform
can be revoked.
GetSigningPlatformResponse, getSigningPlatformResponse_signingConfiguration - A list of configurations applied to the target platform at signing.
GetSigningPlatformResponse, getSigningPlatformResponse_signingImageFormat - The format of the target platform's signing image.
GetSigningPlatformResponse, getSigningPlatformResponse_target - The validation template that is used by the target signing platform.
$sel:httpStatus:GetSigningPlatformResponse', getSigningPlatformResponse_httpStatus - The response's http status code.
Response Lenses
getSigningPlatformResponse_category :: Lens' GetSigningPlatformResponse (Maybe Category) Source #
The category type of the target signing platform.
getSigningPlatformResponse_displayName :: Lens' GetSigningPlatformResponse (Maybe Text) Source #
The display name of the target signing platform.
getSigningPlatformResponse_maxSizeInMB :: Lens' GetSigningPlatformResponse (Maybe Int) Source #
The maximum size (in MB) of the payload that can be signed by the target platform.
getSigningPlatformResponse_partner :: Lens' GetSigningPlatformResponse (Maybe Text) Source #
A list of partner entities that use the target signing platform.
getSigningPlatformResponse_platformId :: Lens' GetSigningPlatformResponse (Maybe Text) Source #
The ID of the target signing platform.
getSigningPlatformResponse_revocationSupported :: Lens' GetSigningPlatformResponse (Maybe Bool) Source #
A flag indicating whether signatures generated for the signing platform can be revoked.
getSigningPlatformResponse_signingConfiguration :: Lens' GetSigningPlatformResponse (Maybe SigningConfiguration) Source #
A list of configurations applied to the target platform at signing.
getSigningPlatformResponse_signingImageFormat :: Lens' GetSigningPlatformResponse (Maybe SigningImageFormat) Source #
The format of the target platform's signing image.
getSigningPlatformResponse_target :: Lens' GetSigningPlatformResponse (Maybe Text) Source #
The validation template that is used by the target signing platform.
getSigningPlatformResponse_httpStatus :: Lens' GetSigningPlatformResponse Int Source #
The response's http status code.