libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness
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.Route53RecoveryReadiness.CreateCell

Description

Creates a new Cell.

Synopsis

Creating a Request

data CreateCell Source #

The Cell to create

See: newCreateCell smart constructor.

Constructors

CreateCell' 

Fields

Instances

Instances details
Eq CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Read CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Show CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Generic CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Associated Types

type Rep CreateCell :: Type -> Type #

NFData CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Methods

rnf :: CreateCell -> () #

Hashable CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

ToJSON CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

AWSRequest CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Associated Types

type AWSResponse CreateCell #

ToHeaders CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Methods

toHeaders :: CreateCell -> [Header] #

ToPath CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

ToQuery CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

type Rep CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

type Rep CreateCell = D1 ('MetaData "CreateCell" "Amazonka.Route53RecoveryReadiness.CreateCell" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "CreateCell'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "cellName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

newCreateCell Source #

Create a value of CreateCell 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:cells:CreateCell', createCell_cells - A list of Cell arns contained within this Cell (for use in nested Cells, e.g. regions within which AZs)

$sel:tags:CreateCell', createCell_tags - Undocumented member.

$sel:cellName:CreateCell', createCell_cellName - The name of the Cell to create

Request Lenses

createCell_cells :: Lens' CreateCell (Maybe [Text]) Source #

A list of Cell arns contained within this Cell (for use in nested Cells, e.g. regions within which AZs)

createCell_cellName :: Lens' CreateCell Text Source #

The name of the Cell to create

Destructuring the Response

data CreateCellResponse Source #

See: newCreateCellResponse smart constructor.

Constructors

CreateCellResponse' 

Fields

Instances

Instances details
Eq CreateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Read CreateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Show CreateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Generic CreateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Associated Types

type Rep CreateCellResponse :: Type -> Type #

NFData CreateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Methods

rnf :: CreateCellResponse -> () #

type Rep CreateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

type Rep CreateCellResponse = D1 ('MetaData "CreateCellResponse" "Amazonka.Route53RecoveryReadiness.CreateCell" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "CreateCellResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "parentReadinessScopes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "cellName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "cellArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCreateCellResponse Source #

Create a value of CreateCellResponse 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:cells:CreateCell', createCellResponse_cells - A list of Cell arns

$sel:parentReadinessScopes:CreateCellResponse', createCellResponse_parentReadinessScopes - A list of Cell ARNs and/or RecoveryGroup ARNs

$sel:cellName:CreateCell', createCellResponse_cellName - The name of the Cell

$sel:cellArn:CreateCellResponse', createCellResponse_cellArn - The arn for the Cell

$sel:tags:CreateCell', createCellResponse_tags - Undocumented member.

$sel:httpStatus:CreateCellResponse', createCellResponse_httpStatus - The response's http status code.

Response Lenses

createCellResponse_parentReadinessScopes :: Lens' CreateCellResponse (Maybe [Text]) Source #

A list of Cell ARNs and/or RecoveryGroup ARNs