| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AppFlow.Types.ApiKeyCredentials
Description
Documentation
data ApiKeyCredentials Source #
The API key credentials required for API key authentication.
See: newApiKeyCredentials smart constructor.
Constructors
| ApiKeyCredentials' | |
Instances
Arguments
| :: Text | |
| -> ApiKeyCredentials |
Create a value of ApiKeyCredentials 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:apiSecretKey:ApiKeyCredentials', apiKeyCredentials_apiSecretKey - The API secret key required for API key authentication.
$sel:apiKey:ApiKeyCredentials', apiKeyCredentials_apiKey - The API key required for API key authentication.
apiKeyCredentials_apiSecretKey :: Lens' ApiKeyCredentials (Maybe Text) Source #
The API secret key required for API key authentication.
apiKeyCredentials_apiKey :: Lens' ApiKeyCredentials Text Source #
The API key required for API key authentication.