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.ListSafetyRules

Description

List the safety rules (the assertion rules and gating rules) that you've defined for the routing controls in a control panel.

Synopsis

Creating a Request

data ListSafetyRules Source #

See: newListSafetyRules smart constructor.

Constructors

ListSafetyRules' 

Fields

Instances

Instances details
Eq ListSafetyRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.ListSafetyRules

Read ListSafetyRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.ListSafetyRules

Show ListSafetyRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.ListSafetyRules

Generic ListSafetyRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.ListSafetyRules

Associated Types

type Rep ListSafetyRules :: Type -> Type #

NFData ListSafetyRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.ListSafetyRules

Methods

rnf :: ListSafetyRules -> () #

Hashable ListSafetyRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.ListSafetyRules

AWSRequest ListSafetyRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.ListSafetyRules

Associated Types

type AWSResponse ListSafetyRules #

ToHeaders ListSafetyRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.ListSafetyRules

ToPath ListSafetyRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.ListSafetyRules

ToQuery ListSafetyRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.ListSafetyRules

type Rep ListSafetyRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.ListSafetyRules

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

Defined in Amazonka.Route53RecoveryControlConfig.ListSafetyRules

newListSafetyRules Source #

Create a value of ListSafetyRules 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:nextToken:ListSafetyRules', listSafetyRules_nextToken - The token that identifies which batch of results you want to see.

$sel:maxResults:ListSafetyRules', listSafetyRules_maxResults - The number of objects that you want to return with this call.

$sel:controlPanelArn:ListSafetyRules', listSafetyRules_controlPanelArn - The Amazon Resource Name (ARN) of the control panel that you're getting details for.

Request Lenses

listSafetyRules_nextToken :: Lens' ListSafetyRules (Maybe Text) Source #

The token that identifies which batch of results you want to see.

listSafetyRules_maxResults :: Lens' ListSafetyRules (Maybe Natural) Source #

The number of objects that you want to return with this call.

listSafetyRules_controlPanelArn :: Lens' ListSafetyRules Text Source #

The Amazon Resource Name (ARN) of the control panel that you're getting details for.

Destructuring the Response

data ListSafetyRulesResponse Source #

See: newListSafetyRulesResponse smart constructor.

Constructors

ListSafetyRulesResponse' 

Fields

Instances

Instances details
Eq ListSafetyRulesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.ListSafetyRules

Read ListSafetyRulesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.ListSafetyRules

Show ListSafetyRulesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.ListSafetyRules

Generic ListSafetyRulesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.ListSafetyRules

Associated Types

type Rep ListSafetyRulesResponse :: Type -> Type #

NFData ListSafetyRulesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.ListSafetyRules

Methods

rnf :: ListSafetyRulesResponse -> () #

type Rep ListSafetyRulesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.ListSafetyRules

type Rep ListSafetyRulesResponse = D1 ('MetaData "ListSafetyRulesResponse" "Amazonka.Route53RecoveryControlConfig.ListSafetyRules" "libZSservicesZSamazonka-route53-recovery-control-configZSamazonka-route53-recovery-control-config" 'False) (C1 ('MetaCons "ListSafetyRulesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "safetyRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Rule])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSafetyRulesResponse Source #

Create a value of ListSafetyRulesResponse 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:nextToken:ListSafetyRules', listSafetyRulesResponse_nextToken - The token that identifies which batch of results you want to see.

$sel:safetyRules:ListSafetyRulesResponse', listSafetyRulesResponse_safetyRules - The list of safety rules in a control panel.

$sel:httpStatus:ListSafetyRulesResponse', listSafetyRulesResponse_httpStatus - The response's http status code.

Response Lenses

listSafetyRulesResponse_nextToken :: Lens' ListSafetyRulesResponse (Maybe Text) Source #

The token that identifies which batch of results you want to see.

listSafetyRulesResponse_safetyRules :: Lens' ListSafetyRulesResponse (Maybe [Rule]) Source #

The list of safety rules in a control panel.