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

Description

Display the details about a cluster. The response includes the cluster name, endpoints, status, and Amazon Resource Name (ARN).

Synopsis

Creating a Request

data DescribeCluster Source #

See: newDescribeCluster smart constructor.

Constructors

DescribeCluster' 

Fields

  • clusterArn :: Text

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

Instances

Instances details
Eq DescribeCluster Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeCluster

Read DescribeCluster Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeCluster

Show DescribeCluster Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeCluster

Generic DescribeCluster Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeCluster

Associated Types

type Rep DescribeCluster :: Type -> Type #

NFData DescribeCluster Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeCluster

Methods

rnf :: DescribeCluster -> () #

Hashable DescribeCluster Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeCluster

AWSRequest DescribeCluster Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeCluster

Associated Types

type AWSResponse DescribeCluster #

ToHeaders DescribeCluster Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeCluster

ToPath DescribeCluster Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeCluster

ToQuery DescribeCluster Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeCluster

type Rep DescribeCluster Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeCluster

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

Defined in Amazonka.Route53RecoveryControlConfig.DescribeCluster

newDescribeCluster Source #

Create a value of DescribeCluster 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:clusterArn:DescribeCluster', describeCluster_clusterArn - The Amazon Resource Name (ARN) of the cluster that you're getting details for.

Request Lenses

describeCluster_clusterArn :: Lens' DescribeCluster Text Source #

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

Destructuring the Response

data DescribeClusterResponse Source #

See: newDescribeClusterResponse smart constructor.

Constructors

DescribeClusterResponse' 

Fields

Instances

Instances details
Eq DescribeClusterResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeCluster

Read DescribeClusterResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeCluster

Show DescribeClusterResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeCluster

Generic DescribeClusterResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeCluster

Associated Types

type Rep DescribeClusterResponse :: Type -> Type #

NFData DescribeClusterResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeCluster

Methods

rnf :: DescribeClusterResponse -> () #

type Rep DescribeClusterResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeCluster

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

newDescribeClusterResponse Source #

Create a value of DescribeClusterResponse 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:cluster:DescribeClusterResponse', describeClusterResponse_cluster - The cluster for the DescribeCluster request.

$sel:httpStatus:DescribeClusterResponse', describeClusterResponse_httpStatus - The response's http status code.

Response Lenses

describeClusterResponse_cluster :: Lens' DescribeClusterResponse (Maybe Cluster) Source #

The cluster for the DescribeCluster request.