libZSservicesZSamazonka-route53ZSamazonka-route53
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.Route53.GetHostedZoneCount

Description

Retrieves the number of hosted zones that are associated with the current Amazon Web Services account.

Synopsis

Creating a Request

data GetHostedZoneCount Source #

A request to retrieve a count of all the hosted zones that are associated with the current Amazon Web Services account.

See: newGetHostedZoneCount smart constructor.

Constructors

GetHostedZoneCount' 

Instances

Instances details
Eq GetHostedZoneCount Source # 
Instance details

Defined in Amazonka.Route53.GetHostedZoneCount

Read GetHostedZoneCount Source # 
Instance details

Defined in Amazonka.Route53.GetHostedZoneCount

Show GetHostedZoneCount Source # 
Instance details

Defined in Amazonka.Route53.GetHostedZoneCount

Generic GetHostedZoneCount Source # 
Instance details

Defined in Amazonka.Route53.GetHostedZoneCount

Associated Types

type Rep GetHostedZoneCount :: Type -> Type #

NFData GetHostedZoneCount Source # 
Instance details

Defined in Amazonka.Route53.GetHostedZoneCount

Methods

rnf :: GetHostedZoneCount -> () #

Hashable GetHostedZoneCount Source # 
Instance details

Defined in Amazonka.Route53.GetHostedZoneCount

AWSRequest GetHostedZoneCount Source # 
Instance details

Defined in Amazonka.Route53.GetHostedZoneCount

Associated Types

type AWSResponse GetHostedZoneCount #

ToHeaders GetHostedZoneCount Source # 
Instance details

Defined in Amazonka.Route53.GetHostedZoneCount

ToPath GetHostedZoneCount Source # 
Instance details

Defined in Amazonka.Route53.GetHostedZoneCount

ToQuery GetHostedZoneCount Source # 
Instance details

Defined in Amazonka.Route53.GetHostedZoneCount

type Rep GetHostedZoneCount Source # 
Instance details

Defined in Amazonka.Route53.GetHostedZoneCount

type Rep GetHostedZoneCount = D1 ('MetaData "GetHostedZoneCount" "Amazonka.Route53.GetHostedZoneCount" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "GetHostedZoneCount'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetHostedZoneCount Source # 
Instance details

Defined in Amazonka.Route53.GetHostedZoneCount

newGetHostedZoneCount :: GetHostedZoneCount Source #

Create a value of GetHostedZoneCount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

Destructuring the Response

data GetHostedZoneCountResponse Source #

A complex type that contains the response to a GetHostedZoneCount request.

See: newGetHostedZoneCountResponse smart constructor.

Constructors

GetHostedZoneCountResponse' 

Fields

  • httpStatus :: Int

    The response's http status code.

  • hostedZoneCount :: Integer

    The total number of public and private hosted zones that are associated with the current Amazon Web Services account.

Instances

Instances details
Eq GetHostedZoneCountResponse Source # 
Instance details

Defined in Amazonka.Route53.GetHostedZoneCount

Read GetHostedZoneCountResponse Source # 
Instance details

Defined in Amazonka.Route53.GetHostedZoneCount

Show GetHostedZoneCountResponse Source # 
Instance details

Defined in Amazonka.Route53.GetHostedZoneCount

Generic GetHostedZoneCountResponse Source # 
Instance details

Defined in Amazonka.Route53.GetHostedZoneCount

Associated Types

type Rep GetHostedZoneCountResponse :: Type -> Type #

NFData GetHostedZoneCountResponse Source # 
Instance details

Defined in Amazonka.Route53.GetHostedZoneCount

type Rep GetHostedZoneCountResponse Source # 
Instance details

Defined in Amazonka.Route53.GetHostedZoneCount

type Rep GetHostedZoneCountResponse = D1 ('MetaData "GetHostedZoneCountResponse" "Amazonka.Route53.GetHostedZoneCount" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "GetHostedZoneCountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "hostedZoneCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newGetHostedZoneCountResponse Source #

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

$sel:hostedZoneCount:GetHostedZoneCountResponse', getHostedZoneCountResponse_hostedZoneCount - The total number of public and private hosted zones that are associated with the current Amazon Web Services account.

Response Lenses

getHostedZoneCountResponse_hostedZoneCount :: Lens' GetHostedZoneCountResponse Integer Source #

The total number of public and private hosted zones that are associated with the current Amazon Web Services account.