libZSservicesZSamazonka-chimeZSamazonka-chime
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Chime.DeleteAccount

Description

Deletes the specified Amazon Chime account. You must suspend all users before deleting Team account. You can use the BatchSuspendUser action to dodo.

For EnterpriseLWA and EnterpriseAD accounts, you must release the claimed domains for your Amazon Chime account before deletion. As soon as you release the domain, all users under that account are suspended.

Deleted accounts appear in your Disabled accounts list for 90 days. To restore deleted account from your Disabled accounts list, you must contact AWS Support.

After 90 days, deleted accounts are permanently removed from your Disabled accounts list.

Synopsis

Creating a Request

data DeleteAccount Source #

See: newDeleteAccount smart constructor.

Constructors

DeleteAccount' 

Fields

Instances

Instances details
Eq DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Read DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Show DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Generic DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Associated Types

type Rep DeleteAccount :: Type -> Type #

NFData DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Methods

rnf :: DeleteAccount -> () #

Hashable DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

AWSRequest DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Associated Types

type AWSResponse DeleteAccount #

ToHeaders DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

ToPath DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

ToQuery DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

type Rep DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

type Rep DeleteAccount = D1 ('MetaData "DeleteAccount" "Amazonka.Chime.DeleteAccount" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

newDeleteAccount Source #

Create a value of DeleteAccount 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:DeleteAccount', deleteAccount_accountId - The Amazon Chime account ID.

Request Lenses

deleteAccount_accountId :: Lens' DeleteAccount Text Source #

The Amazon Chime account ID.

Destructuring the Response

data DeleteAccountResponse Source #

See: newDeleteAccountResponse smart constructor.

Constructors

DeleteAccountResponse' 

Fields

Instances

Instances details
Eq DeleteAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Read DeleteAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Show DeleteAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Generic DeleteAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Associated Types

type Rep DeleteAccountResponse :: Type -> Type #

NFData DeleteAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Methods

rnf :: DeleteAccountResponse -> () #

type Rep DeleteAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

type Rep DeleteAccountResponse = D1 ('MetaData "DeleteAccountResponse" "Amazonka.Chime.DeleteAccount" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteAccountResponse Source #

Create a value of DeleteAccountResponse 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:httpStatus:DeleteAccountResponse', deleteAccountResponse_httpStatus - The response's http status code.

Response Lenses