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 |
Documentation
data AwsCredentials Source #
Temporary access credentials used for uploading game build files to Amazon GameLift. They are valid for a limited time. If they expire before you upload your game build, get a new set by calling RequestUploadCredentials.
See: newAwsCredentials
smart constructor.
AwsCredentials' | |
|
Instances
newAwsCredentials :: AwsCredentials Source #
Create a value of AwsCredentials
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:secretAccessKey:AwsCredentials'
, awsCredentials_secretAccessKey
- Temporary secret key allowing access to the Amazon GameLift S3 account.
$sel:sessionToken:AwsCredentials'
, awsCredentials_sessionToken
- Token used to associate a specific build ID with the files uploaded
using these credentials.
$sel:accessKeyId:AwsCredentials'
, awsCredentials_accessKeyId
- Temporary key allowing access to the Amazon GameLift S3 account.
awsCredentials_secretAccessKey :: Lens' AwsCredentials (Maybe Text) Source #
Temporary secret key allowing access to the Amazon GameLift S3 account.
awsCredentials_sessionToken :: Lens' AwsCredentials (Maybe Text) Source #
Token used to associate a specific build ID with the files uploaded using these credentials.
awsCredentials_accessKeyId :: Lens' AwsCredentials (Maybe Text) Source #
Temporary key allowing access to the Amazon GameLift S3 account.