libZSservicesZSamazonka-route53-recovery-control-configZSamazonka-route53-recovery-control-config
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.Route53RecoveryControlConfig.CreateControlPanel

Description

Creates a new control panel. A control panel represents a group of routing controls that can be changed together in a single transaction. You can use a control panel to centrally view the operational status of applications across your organization, and trigger multi-app failovers in a single transaction, for example, to fail over an Availability Zone or AWS Region.

Synopsis

Creating a Request

data CreateControlPanel Source #

The details of the control panel that you're creating.

See: newCreateControlPanel smart constructor.

Constructors

CreateControlPanel' 

Fields

Instances

Instances details
Eq CreateControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.CreateControlPanel

Read CreateControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.CreateControlPanel

Show CreateControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.CreateControlPanel

Generic CreateControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.CreateControlPanel

Associated Types

type Rep CreateControlPanel :: Type -> Type #

NFData CreateControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.CreateControlPanel

Methods

rnf :: CreateControlPanel -> () #

Hashable CreateControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.CreateControlPanel

ToJSON CreateControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.CreateControlPanel

AWSRequest CreateControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.CreateControlPanel

Associated Types

type AWSResponse CreateControlPanel #

ToHeaders CreateControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.CreateControlPanel

ToPath CreateControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.CreateControlPanel

ToQuery CreateControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.CreateControlPanel

type Rep CreateControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.CreateControlPanel

type Rep CreateControlPanel = D1 ('MetaData "CreateControlPanel" "Amazonka.Route53RecoveryControlConfig.CreateControlPanel" "libZSservicesZSamazonka-route53-recovery-control-configZSamazonka-route53-recovery-control-config" 'False) (C1 ('MetaCons "CreateControlPanel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "clusterArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "controlPanelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.CreateControlPanel

newCreateControlPanel Source #

Create a value of CreateControlPanel 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:CreateControlPanel', createControlPanel_clientToken - Unique client idempotency token.

$sel:clusterArn:CreateControlPanel', createControlPanel_clusterArn - The Amazon Resource Name (ARN) of the cluster for the control panel.

$sel:controlPanelName:CreateControlPanel', createControlPanel_controlPanelName - The name of the control panel.

Request Lenses

createControlPanel_clusterArn :: Lens' CreateControlPanel Text Source #

The Amazon Resource Name (ARN) of the cluster for the control panel.

Destructuring the Response

data CreateControlPanelResponse Source #

See: newCreateControlPanelResponse smart constructor.

Constructors

CreateControlPanelResponse' 

Fields

Instances

Instances details
Eq CreateControlPanelResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.CreateControlPanel

Read CreateControlPanelResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.CreateControlPanel

Show CreateControlPanelResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.CreateControlPanel

Generic CreateControlPanelResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.CreateControlPanel

Associated Types

type Rep CreateControlPanelResponse :: Type -> Type #

NFData CreateControlPanelResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.CreateControlPanel

type Rep CreateControlPanelResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.CreateControlPanel

type Rep CreateControlPanelResponse = D1 ('MetaData "CreateControlPanelResponse" "Amazonka.Route53RecoveryControlConfig.CreateControlPanel" "libZSservicesZSamazonka-route53-recovery-control-configZSamazonka-route53-recovery-control-config" 'False) (C1 ('MetaCons "CreateControlPanelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controlPanel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ControlPanel)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateControlPanelResponse Source #

Create a value of CreateControlPanelResponse 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:controlPanel:CreateControlPanelResponse', createControlPanelResponse_controlPanel - Information about a control panel.

$sel:httpStatus:CreateControlPanelResponse', createControlPanelResponse_httpStatus - The response's http status code.

Response Lenses