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 ConnectionCredentials Source #
Connection credentials.
See: newConnectionCredentials
smart constructor.
Instances
newConnectionCredentials :: ConnectionCredentials Source #
Create a value of ConnectionCredentials
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:expiry:ConnectionCredentials'
, connectionCredentials_expiry
- The expiration of the token.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
$sel:connectionToken:ConnectionCredentials'
, connectionCredentials_connectionToken
- The connection token.
connectionCredentials_expiry :: Lens' ConnectionCredentials (Maybe Text) Source #
The expiration of the token.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
connectionCredentials_connectionToken :: Lens' ConnectionCredentials (Maybe Text) Source #
The connection token.