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
- defaultService :: Service
- _ValidationException :: AsError a => Getting (First ServiceError) a ServiceError
- _AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError
- _TooManyRequestsException :: AsError a => Getting (First ServiceError) a ServiceError
- _InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- newtype AlternateContactType where
- data AlternateContact = AlternateContact' {}
- newAlternateContact :: AlternateContact
- alternateContact_alternateContactType :: Lens' AlternateContact (Maybe AlternateContactType)
- alternateContact_phoneNumber :: Lens' AlternateContact (Maybe Text)
- alternateContact_name :: Lens' AlternateContact (Maybe Text)
- alternateContact_emailAddress :: Lens' AlternateContact (Maybe Text)
- alternateContact_title :: Lens' AlternateContact (Maybe Text)
Service Configuration
defaultService :: Service Source #
API version 2021-02-01
of the Amazon Account SDK configuration.
Errors
_ValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The operation failed because one of the input parameters was invalid.
_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The operation failed because the calling identity doesn't have the minimum required permissions.
_TooManyRequestsException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The operation failed because it was called too frequently and exceeded a throttle limit.
_InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The operation failed because of an error internal to Amazon Web Services. Try your operation again later.
_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The operation failed because it specified a resource that can't be found.
AlternateContactType
newtype AlternateContactType Source #
pattern AlternateContactType_BILLING :: AlternateContactType | |
pattern AlternateContactType_OPERATIONS :: AlternateContactType | |
pattern AlternateContactType_SECURITY :: AlternateContactType |
Instances
AlternateContact
data AlternateContact Source #
A structure that contains the details of an alternate contact associated with an Amazon Web Services account
See: newAlternateContact
smart constructor.
AlternateContact' | |
|
Instances
newAlternateContact :: AlternateContact Source #
Create a value of AlternateContact
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:alternateContactType:AlternateContact'
, alternateContact_alternateContactType
- The type of alternate contact.
$sel:phoneNumber:AlternateContact'
, alternateContact_phoneNumber
- The phone number associated with this alternate contact.
$sel:name:AlternateContact'
, alternateContact_name
- The name associated with this alternate contact.
$sel:emailAddress:AlternateContact'
, alternateContact_emailAddress
- The email address associated with this alternate contact.
$sel:title:AlternateContact'
, alternateContact_title
- The title associated with this alternate contact.
alternateContact_alternateContactType :: Lens' AlternateContact (Maybe AlternateContactType) Source #
The type of alternate contact.
alternateContact_phoneNumber :: Lens' AlternateContact (Maybe Text) Source #
The phone number associated with this alternate contact.
alternateContact_name :: Lens' AlternateContact (Maybe Text) Source #
The name associated with this alternate contact.
alternateContact_emailAddress :: Lens' AlternateContact (Maybe Text) Source #
The email address associated with this alternate contact.
alternateContact_title :: Lens' AlternateContact (Maybe Text) Source #
The title associated with this alternate contact.