amazonka-ssm-incidents-2.0: Amazon Systems Manager Incident Manager SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SSMIncidents.CreateReplicationSet

Description

A replication set replicates and encrypts your data to the provided Regions with the provided KMS key.

Synopsis

Creating a Request

data CreateReplicationSet Source #

See: newCreateReplicationSet smart constructor.

Constructors

CreateReplicationSet' 

Fields

Instances

Instances details
ToJSON CreateReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.CreateReplicationSet

ToHeaders CreateReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.CreateReplicationSet

ToPath CreateReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.CreateReplicationSet

ToQuery CreateReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.CreateReplicationSet

AWSRequest CreateReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.CreateReplicationSet

Associated Types

type AWSResponse CreateReplicationSet #

Generic CreateReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.CreateReplicationSet

Associated Types

type Rep CreateReplicationSet :: Type -> Type #

Read CreateReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.CreateReplicationSet

Show CreateReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.CreateReplicationSet

NFData CreateReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.CreateReplicationSet

Methods

rnf :: CreateReplicationSet -> () #

Eq CreateReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.CreateReplicationSet

Hashable CreateReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.CreateReplicationSet

type AWSResponse CreateReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.CreateReplicationSet

type Rep CreateReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.CreateReplicationSet

type Rep CreateReplicationSet = D1 ('MetaData "CreateReplicationSet" "Amazonka.SSMIncidents.CreateReplicationSet" "amazonka-ssm-incidents-2.0-JEcCJ5TIs2l5vrFa2RYlgd" 'False) (C1 ('MetaCons "CreateReplicationSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "regions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text RegionMapInputValue)))))

newCreateReplicationSet :: CreateReplicationSet Source #

Create a value of CreateReplicationSet 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:clientToken:CreateReplicationSet', createReplicationSet_clientToken - A token that ensures that the operation is called only once with the specified details.

$sel:tags:CreateReplicationSet', createReplicationSet_tags - A list of tags to add to the replication set.

$sel:regions:CreateReplicationSet', createReplicationSet_regions - The Regions that Incident Manager replicates your data to. You can have up to three Regions in your replication set.

Request Lenses

createReplicationSet_clientToken :: Lens' CreateReplicationSet (Maybe Text) Source #

A token that ensures that the operation is called only once with the specified details.

createReplicationSet_tags :: Lens' CreateReplicationSet (Maybe (HashMap Text Text)) Source #

A list of tags to add to the replication set.

createReplicationSet_regions :: Lens' CreateReplicationSet (HashMap Text RegionMapInputValue) Source #

The Regions that Incident Manager replicates your data to. You can have up to three Regions in your replication set.

Destructuring the Response

data CreateReplicationSetResponse Source #

See: newCreateReplicationSetResponse smart constructor.

Constructors

CreateReplicationSetResponse' 

Fields

  • httpStatus :: Int

    The response's http status code.

  • arn :: Text

    The Amazon Resource Name (ARN) of the replication set.

Instances

Instances details
Generic CreateReplicationSetResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.CreateReplicationSet

Associated Types

type Rep CreateReplicationSetResponse :: Type -> Type #

Read CreateReplicationSetResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.CreateReplicationSet

Show CreateReplicationSetResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.CreateReplicationSet

NFData CreateReplicationSetResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.CreateReplicationSet

Eq CreateReplicationSetResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.CreateReplicationSet

type Rep CreateReplicationSetResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.CreateReplicationSet

type Rep CreateReplicationSetResponse = D1 ('MetaData "CreateReplicationSetResponse" "Amazonka.SSMIncidents.CreateReplicationSet" "amazonka-ssm-incidents-2.0-JEcCJ5TIs2l5vrFa2RYlgd" 'False) (C1 ('MetaCons "CreateReplicationSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateReplicationSetResponse Source #

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

CreateReplicationSetResponse, createReplicationSetResponse_arn - The Amazon Resource Name (ARN) of the replication set.

Response Lenses

createReplicationSetResponse_arn :: Lens' CreateReplicationSetResponse Text Source #

The Amazon Resource Name (ARN) of the replication set.