libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming
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.Route53AutoNaming.GetNamespace

Description

Gets information about a namespace.

Synopsis

Creating a Request

data GetNamespace Source #

See: newGetNamespace smart constructor.

Constructors

GetNamespace' 

Fields

  • id :: Text

    The ID of the namespace that you want to get information about.

Instances

Instances details
Eq GetNamespace Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetNamespace

Read GetNamespace Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetNamespace

Show GetNamespace Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetNamespace

Generic GetNamespace Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetNamespace

Associated Types

type Rep GetNamespace :: Type -> Type #

NFData GetNamespace Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetNamespace

Methods

rnf :: GetNamespace -> () #

Hashable GetNamespace Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetNamespace

ToJSON GetNamespace Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetNamespace

AWSRequest GetNamespace Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetNamespace

Associated Types

type AWSResponse GetNamespace #

ToHeaders GetNamespace Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetNamespace

ToPath GetNamespace Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetNamespace

ToQuery GetNamespace Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetNamespace

type Rep GetNamespace Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetNamespace

type Rep GetNamespace = D1 ('MetaData "GetNamespace" "Amazonka.Route53AutoNaming.GetNamespace" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "GetNamespace'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetNamespace Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetNamespace

newGetNamespace Source #

Create a value of GetNamespace 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:id:GetNamespace', getNamespace_id - The ID of the namespace that you want to get information about.

Request Lenses

getNamespace_id :: Lens' GetNamespace Text Source #

The ID of the namespace that you want to get information about.

Destructuring the Response

data GetNamespaceResponse Source #

See: newGetNamespaceResponse smart constructor.

Constructors

GetNamespaceResponse' 

Fields

Instances

Instances details
Eq GetNamespaceResponse Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetNamespace

Read GetNamespaceResponse Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetNamespace

Show GetNamespaceResponse Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetNamespace

Generic GetNamespaceResponse Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetNamespace

Associated Types

type Rep GetNamespaceResponse :: Type -> Type #

NFData GetNamespaceResponse Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetNamespace

Methods

rnf :: GetNamespaceResponse -> () #

type Rep GetNamespaceResponse Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetNamespace

type Rep GetNamespaceResponse = D1 ('MetaData "GetNamespaceResponse" "Amazonka.Route53AutoNaming.GetNamespace" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "GetNamespaceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Namespace)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetNamespaceResponse Source #

Create a value of GetNamespaceResponse 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:namespace:GetNamespaceResponse', getNamespaceResponse_namespace - A complex type that contains information about the specified namespace.

$sel:httpStatus:GetNamespaceResponse', getNamespaceResponse_httpStatus - The response's http status code.

Response Lenses

getNamespaceResponse_namespace :: Lens' GetNamespaceResponse (Maybe Namespace) Source #

A complex type that contains information about the specified namespace.