libZSservicesZSamazonka-connectZSamazonka-connect
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.Connect.DeleteInstance

Description

This API is in preview release for Amazon Connect and is subject to change.

Deletes the Amazon Connect instance.

Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.

Synopsis

Creating a Request

data DeleteInstance Source #

See: newDeleteInstance smart constructor.

Constructors

DeleteInstance' 

Fields

  • instanceId :: Text

    The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

Instances

Instances details
Eq DeleteInstance Source # 
Instance details

Defined in Amazonka.Connect.DeleteInstance

Read DeleteInstance Source # 
Instance details

Defined in Amazonka.Connect.DeleteInstance

Show DeleteInstance Source # 
Instance details

Defined in Amazonka.Connect.DeleteInstance

Generic DeleteInstance Source # 
Instance details

Defined in Amazonka.Connect.DeleteInstance

Associated Types

type Rep DeleteInstance :: Type -> Type #

NFData DeleteInstance Source # 
Instance details

Defined in Amazonka.Connect.DeleteInstance

Methods

rnf :: DeleteInstance -> () #

Hashable DeleteInstance Source # 
Instance details

Defined in Amazonka.Connect.DeleteInstance

AWSRequest DeleteInstance Source # 
Instance details

Defined in Amazonka.Connect.DeleteInstance

Associated Types

type AWSResponse DeleteInstance #

ToHeaders DeleteInstance Source # 
Instance details

Defined in Amazonka.Connect.DeleteInstance

ToPath DeleteInstance Source # 
Instance details

Defined in Amazonka.Connect.DeleteInstance

ToQuery DeleteInstance Source # 
Instance details

Defined in Amazonka.Connect.DeleteInstance

type Rep DeleteInstance Source # 
Instance details

Defined in Amazonka.Connect.DeleteInstance

type Rep DeleteInstance = D1 ('MetaData "DeleteInstance" "Amazonka.Connect.DeleteInstance" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "DeleteInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteInstance Source # 
Instance details

Defined in Amazonka.Connect.DeleteInstance

newDeleteInstance Source #

Create a value of DeleteInstance 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:instanceId:DeleteInstance', deleteInstance_instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

Request Lenses

deleteInstance_instanceId :: Lens' DeleteInstance Text Source #

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

Destructuring the Response

data DeleteInstanceResponse Source #

See: newDeleteInstanceResponse smart constructor.

Instances

Instances details
Eq DeleteInstanceResponse Source # 
Instance details

Defined in Amazonka.Connect.DeleteInstance

Read DeleteInstanceResponse Source # 
Instance details

Defined in Amazonka.Connect.DeleteInstance

Show DeleteInstanceResponse Source # 
Instance details

Defined in Amazonka.Connect.DeleteInstance

Generic DeleteInstanceResponse Source # 
Instance details

Defined in Amazonka.Connect.DeleteInstance

Associated Types

type Rep DeleteInstanceResponse :: Type -> Type #

NFData DeleteInstanceResponse Source # 
Instance details

Defined in Amazonka.Connect.DeleteInstance

Methods

rnf :: DeleteInstanceResponse -> () #

type Rep DeleteInstanceResponse Source # 
Instance details

Defined in Amazonka.Connect.DeleteInstance

type Rep DeleteInstanceResponse = D1 ('MetaData "DeleteInstanceResponse" "Amazonka.Connect.DeleteInstance" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "DeleteInstanceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteInstanceResponse :: DeleteInstanceResponse Source #

Create a value of DeleteInstanceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.