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
- deleteAlternateContact_accountId :: Lens' DeleteAlternateContact (Maybe Text)
- deleteAlternateContact_alternateContactType :: Lens' DeleteAlternateContact AlternateContactType
- putAlternateContact_accountId :: Lens' PutAlternateContact (Maybe Text)
- putAlternateContact_alternateContactType :: Lens' PutAlternateContact AlternateContactType
- putAlternateContact_emailAddress :: Lens' PutAlternateContact Text
- putAlternateContact_name :: Lens' PutAlternateContact Text
- putAlternateContact_phoneNumber :: Lens' PutAlternateContact Text
- putAlternateContact_title :: Lens' PutAlternateContact Text
- getAlternateContact_accountId :: Lens' GetAlternateContact (Maybe Text)
- getAlternateContact_alternateContactType :: Lens' GetAlternateContact AlternateContactType
- getAlternateContactResponse_alternateContact :: Lens' GetAlternateContactResponse (Maybe AlternateContact)
- getAlternateContactResponse_httpStatus :: Lens' GetAlternateContactResponse Int
- 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)
Operations
DeleteAlternateContact
deleteAlternateContact_accountId :: Lens' DeleteAlternateContact (Maybe Text) Source #
Specifies the 12 digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.
If you do not specify this parameter, it defaults to the Amazon Web Services account of the identity used to call the operation.
To use this parameter, the caller must be an identity in the organization's management account or a delegated administrator account, and the specified account ID must be a member account in the same organization. The organization must have all features enabled, and the organization must have trusted access enabled for the Account Management service, and optionally a delegated admin account assigned.
The management account can't specify its own AccountId
; it must call
the operation in standalone context by not including the AccountId
parameter.
To call this operation on an account that is not a member of an organization, then don't specify this parameter, and call the operation using an identity belonging to the account whose contacts you wish to retrieve or modify.
deleteAlternateContact_alternateContactType :: Lens' DeleteAlternateContact AlternateContactType Source #
Specifies which of the alternate contacts to delete.
PutAlternateContact
putAlternateContact_accountId :: Lens' PutAlternateContact (Maybe Text) Source #
Specifies the 12 digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.
If you do not specify this parameter, it defaults to the Amazon Web Services account of the identity used to call the operation.
To use this parameter, the caller must be an identity in the organization's management account or a delegated administrator account, and the specified account ID must be a member account in the same organization. The organization must have all features enabled, and the organization must have trusted access enabled for the Account Management service, and optionally a delegated admin account assigned.
The management account can't specify its own AccountId
; it must call
the operation in standalone context by not including the AccountId
parameter.
To call this operation on an account that is not a member of an organization, then don't specify this parameter, and call the operation using an identity belonging to the account whose contacts you wish to retrieve or modify.
putAlternateContact_alternateContactType :: Lens' PutAlternateContact AlternateContactType Source #
Specifies which alternate contact you want to create or update.
putAlternateContact_emailAddress :: Lens' PutAlternateContact Text Source #
Specifies an email address for the alternate contact.
putAlternateContact_name :: Lens' PutAlternateContact Text Source #
Specifies a name for the alternate contact.
putAlternateContact_phoneNumber :: Lens' PutAlternateContact Text Source #
Specifies a phone number for the alternate contact.
putAlternateContact_title :: Lens' PutAlternateContact Text Source #
Specifies a title for the alternate contact.
GetAlternateContact
getAlternateContact_accountId :: Lens' GetAlternateContact (Maybe Text) Source #
Specifies the 12 digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.
If you do not specify this parameter, it defaults to the Amazon Web Services account of the identity used to call the operation.
To use this parameter, the caller must be an identity in the organization's management account or a delegated administrator account, and the specified account ID must be a member account in the same organization. The organization must have all features enabled, and the organization must have trusted access enabled for the Account Management service, and optionally a delegated admin account assigned.
The management account can't specify its own AccountId
; it must call
the operation in standalone context by not including the AccountId
parameter.
To call this operation on an account that is not a member of an organization, then don't specify this parameter, and call the operation using an identity belonging to the account whose contacts you wish to retrieve or modify.
getAlternateContact_alternateContactType :: Lens' GetAlternateContact AlternateContactType Source #
Specifies which alternate contact you want to retrieve.
getAlternateContactResponse_alternateContact :: Lens' GetAlternateContactResponse (Maybe AlternateContact) Source #
A structure that contains the details for the specified alternate contact.
getAlternateContactResponse_httpStatus :: Lens' GetAlternateContactResponse Int Source #
The response's http status code.
Types
AlternateContact
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.