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 |
Synopsis
- data AWSSessionCredentials = AWSSessionCredentials' {}
- newAWSSessionCredentials :: Text -> Text -> Text -> AWSSessionCredentials
- aWSSessionCredentials_accessKeyId :: Lens' AWSSessionCredentials Text
- aWSSessionCredentials_secretAccessKey :: Lens' AWSSessionCredentials Text
- aWSSessionCredentials_sessionToken :: Lens' AWSSessionCredentials Text
Documentation
data AWSSessionCredentials Source #
Represents an AWS session credentials object. These credentials are temporary credentials that are issued by AWS Secure Token Service (STS). They can be used to access input and output artifacts in the S3 bucket used to store artifact for the pipeline in AWS CodePipeline.
See: newAWSSessionCredentials
smart constructor.
AWSSessionCredentials' | |
|
Instances
newAWSSessionCredentials Source #
:: Text | |
-> Text | |
-> Text | |
-> AWSSessionCredentials |
Create a value of AWSSessionCredentials
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:accessKeyId:AWSSessionCredentials'
, aWSSessionCredentials_accessKeyId
- The access key for the session.
$sel:secretAccessKey:AWSSessionCredentials'
, aWSSessionCredentials_secretAccessKey
- The secret access key for the session.
$sel:sessionToken:AWSSessionCredentials'
, aWSSessionCredentials_sessionToken
- The token for the session.
aWSSessionCredentials_accessKeyId :: Lens' AWSSessionCredentials Text Source #
The access key for the session.
aWSSessionCredentials_secretAccessKey :: Lens' AWSSessionCredentials Text Source #
The secret access key for the session.
aWSSessionCredentials_sessionToken :: Lens' AWSSessionCredentials Text Source #
The token for the session.