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 |
Deletes the specified alternate contact from an Amazon Web Services account.
For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts.
Synopsis
- data DeleteAlternateContact = DeleteAlternateContact' {}
- newDeleteAlternateContact :: AlternateContactType -> DeleteAlternateContact
- deleteAlternateContact_accountId :: Lens' DeleteAlternateContact (Maybe Text)
- deleteAlternateContact_alternateContactType :: Lens' DeleteAlternateContact AlternateContactType
- data DeleteAlternateContactResponse = DeleteAlternateContactResponse' {
- newDeleteAlternateContactResponse :: DeleteAlternateContactResponse
Creating a Request
data DeleteAlternateContact Source #
See: newDeleteAlternateContact
smart constructor.
DeleteAlternateContact' | |
|
Instances
newDeleteAlternateContact Source #
Create a value of DeleteAlternateContact
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:accountId:DeleteAlternateContact'
, deleteAlternateContact_accountId
- 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.
$sel:alternateContactType:DeleteAlternateContact'
, deleteAlternateContact_alternateContactType
- Specifies which of the alternate contacts to delete.
Request Lenses
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.
Destructuring the Response
data DeleteAlternateContactResponse Source #
See: newDeleteAlternateContactResponse
smart constructor.
Instances
newDeleteAlternateContactResponse :: DeleteAlternateContactResponse Source #
Create a value of DeleteAlternateContactResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.