| 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 |
Amazonka.CodeBuild.ListSourceCredentials
Description
Returns a list of SourceCredentialsInfo objects.
Synopsis
- data ListSourceCredentials = ListSourceCredentials' {
- newListSourceCredentials :: ListSourceCredentials
- data ListSourceCredentialsResponse = ListSourceCredentialsResponse' {}
- newListSourceCredentialsResponse :: Int -> ListSourceCredentialsResponse
- listSourceCredentialsResponse_sourceCredentialsInfos :: Lens' ListSourceCredentialsResponse (Maybe [SourceCredentialsInfo])
- listSourceCredentialsResponse_httpStatus :: Lens' ListSourceCredentialsResponse Int
Creating a Request
data ListSourceCredentials Source #
See: newListSourceCredentials smart constructor.
Constructors
| ListSourceCredentials' | |
Instances
newListSourceCredentials :: ListSourceCredentials Source #
Create a value of ListSourceCredentials with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data ListSourceCredentialsResponse Source #
See: newListSourceCredentialsResponse smart constructor.
Constructors
| ListSourceCredentialsResponse' | |
Fields
| |
Instances
newListSourceCredentialsResponse Source #
Create a value of ListSourceCredentialsResponse 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:sourceCredentialsInfos:ListSourceCredentialsResponse', listSourceCredentialsResponse_sourceCredentialsInfos - A list of SourceCredentialsInfo objects. Each SourceCredentialsInfo
object includes the authentication type, token ARN, and type of source
provider for one set of credentials.
$sel:httpStatus:ListSourceCredentialsResponse', listSourceCredentialsResponse_httpStatus - The response's http status code.
Response Lenses
listSourceCredentialsResponse_sourceCredentialsInfos :: Lens' ListSourceCredentialsResponse (Maybe [SourceCredentialsInfo]) Source #
A list of SourceCredentialsInfo objects. Each SourceCredentialsInfo
object includes the authentication type, token ARN, and type of source
provider for one set of credentials.
listSourceCredentialsResponse_httpStatus :: Lens' ListSourceCredentialsResponse Int Source #
The response's http status code.