libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents
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.SSMIncidents.DeleteReplicationSet

Description

Deletes all Regions in your replication set. Deleting the replication set deletes all Incident Manager data.

Synopsis

Creating a Request

data DeleteReplicationSet Source #

See: newDeleteReplicationSet smart constructor.

Constructors

DeleteReplicationSet' 

Fields

  • arn :: Text

    The Amazon Resource Name (ARN) of the replication set you're deleting.

Instances

Instances details
Eq DeleteReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteReplicationSet

Read DeleteReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteReplicationSet

Show DeleteReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteReplicationSet

Generic DeleteReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteReplicationSet

Associated Types

type Rep DeleteReplicationSet :: Type -> Type #

NFData DeleteReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteReplicationSet

Methods

rnf :: DeleteReplicationSet -> () #

Hashable DeleteReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteReplicationSet

ToJSON DeleteReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteReplicationSet

AWSRequest DeleteReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteReplicationSet

Associated Types

type AWSResponse DeleteReplicationSet #

ToHeaders DeleteReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteReplicationSet

ToPath DeleteReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteReplicationSet

ToQuery DeleteReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteReplicationSet

type Rep DeleteReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteReplicationSet

type Rep DeleteReplicationSet = D1 ('MetaData "DeleteReplicationSet" "Amazonka.SSMIncidents.DeleteReplicationSet" "libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents" 'False) (C1 ('MetaCons "DeleteReplicationSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteReplicationSet

newDeleteReplicationSet Source #

Create a value of DeleteReplicationSet 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:arn:DeleteReplicationSet', deleteReplicationSet_arn - The Amazon Resource Name (ARN) of the replication set you're deleting.

Request Lenses

deleteReplicationSet_arn :: Lens' DeleteReplicationSet Text Source #

The Amazon Resource Name (ARN) of the replication set you're deleting.

Destructuring the Response

data DeleteReplicationSetResponse Source #

See: newDeleteReplicationSetResponse smart constructor.

Constructors

DeleteReplicationSetResponse' 

Fields

Instances

Instances details
Eq DeleteReplicationSetResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteReplicationSet

Read DeleteReplicationSetResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteReplicationSet

Show DeleteReplicationSetResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteReplicationSet

Generic DeleteReplicationSetResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteReplicationSet

Associated Types

type Rep DeleteReplicationSetResponse :: Type -> Type #

NFData DeleteReplicationSetResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteReplicationSet

type Rep DeleteReplicationSetResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteReplicationSet

type Rep DeleteReplicationSetResponse = D1 ('MetaData "DeleteReplicationSetResponse" "Amazonka.SSMIncidents.DeleteReplicationSet" "libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents" 'False) (C1 ('MetaCons "DeleteReplicationSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteReplicationSetResponse Source #

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

Response Lenses