Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Returns information about the specified code signing configuration.
Synopsis
- data GetCodeSigningConfig = GetCodeSigningConfig' {}
- newGetCodeSigningConfig :: Text -> GetCodeSigningConfig
- getCodeSigningConfig_codeSigningConfigArn :: Lens' GetCodeSigningConfig Text
- data GetCodeSigningConfigResponse = GetCodeSigningConfigResponse' {}
- newGetCodeSigningConfigResponse :: Int -> CodeSigningConfig -> GetCodeSigningConfigResponse
- getCodeSigningConfigResponse_httpStatus :: Lens' GetCodeSigningConfigResponse Int
- getCodeSigningConfigResponse_codeSigningConfig :: Lens' GetCodeSigningConfigResponse CodeSigningConfig
Creating a Request
data GetCodeSigningConfig Source #
See: newGetCodeSigningConfig
smart constructor.
GetCodeSigningConfig' | |
|
Instances
newGetCodeSigningConfig Source #
Create a value of GetCodeSigningConfig
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:
$sel:codeSigningConfigArn:GetCodeSigningConfig'
, getCodeSigningConfig_codeSigningConfigArn
- The The Amazon Resource Name (ARN) of the code signing configuration.
Request Lenses
getCodeSigningConfig_codeSigningConfigArn :: Lens' GetCodeSigningConfig Text Source #
The The Amazon Resource Name (ARN) of the code signing configuration.
Destructuring the Response
data GetCodeSigningConfigResponse Source #
See: newGetCodeSigningConfigResponse
smart constructor.
GetCodeSigningConfigResponse' | |
|
Instances
newGetCodeSigningConfigResponse Source #
Create a value of GetCodeSigningConfigResponse
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:
$sel:httpStatus:GetCodeSigningConfigResponse'
, getCodeSigningConfigResponse_httpStatus
- The response's http status code.
$sel:codeSigningConfig:GetCodeSigningConfigResponse'
, getCodeSigningConfigResponse_codeSigningConfig
- The code signing configuration
Response Lenses
getCodeSigningConfigResponse_httpStatus :: Lens' GetCodeSigningConfigResponse Int Source #
The response's http status code.
getCodeSigningConfigResponse_codeSigningConfig :: Lens' GetCodeSigningConfigResponse CodeSigningConfig Source #
The code signing configuration