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.Types.DeleteRegionAction

Description

 
Synopsis

Documentation

data DeleteRegionAction Source #

Defines the information about the Region you're deleting from your replication set.

See: newDeleteRegionAction smart constructor.

Constructors

DeleteRegionAction' 

Fields

  • regionName :: Text

    The name of the Region you're deleting from the replication set.

Instances

Instances details
Eq DeleteRegionAction Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.DeleteRegionAction

Read DeleteRegionAction Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.DeleteRegionAction

Show DeleteRegionAction Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.DeleteRegionAction

Generic DeleteRegionAction Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.DeleteRegionAction

Associated Types

type Rep DeleteRegionAction :: Type -> Type #

NFData DeleteRegionAction Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.DeleteRegionAction

Methods

rnf :: DeleteRegionAction -> () #

Hashable DeleteRegionAction Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.DeleteRegionAction

ToJSON DeleteRegionAction Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.DeleteRegionAction

type Rep DeleteRegionAction Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.DeleteRegionAction

type Rep DeleteRegionAction = D1 ('MetaData "DeleteRegionAction" "Amazonka.SSMIncidents.Types.DeleteRegionAction" "libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents" 'False) (C1 ('MetaCons "DeleteRegionAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "regionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteRegionAction Source #

Create a value of DeleteRegionAction 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:regionName:DeleteRegionAction', deleteRegionAction_regionName - The name of the Region you're deleting from the replication set.

deleteRegionAction_regionName :: Lens' DeleteRegionAction Text Source #

The name of the Region you're deleting from the replication set.