libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2
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.ApiGatewayV2.GetDomainName

Description

Gets a domain name.

Synopsis

Creating a Request

data GetDomainName Source #

See: newGetDomainName smart constructor.

Constructors

GetDomainName' 

Fields

Instances

Instances details
Eq GetDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainName

Read GetDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainName

Show GetDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainName

Generic GetDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainName

Associated Types

type Rep GetDomainName :: Type -> Type #

NFData GetDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainName

Methods

rnf :: GetDomainName -> () #

Hashable GetDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainName

AWSRequest GetDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainName

Associated Types

type AWSResponse GetDomainName #

ToHeaders GetDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainName

ToPath GetDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainName

ToQuery GetDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainName

type Rep GetDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainName

type Rep GetDomainName = D1 ('MetaData "GetDomainName" "Amazonka.ApiGatewayV2.GetDomainName" "libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2" 'False) (C1 ('MetaCons "GetDomainName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainName

newGetDomainName Source #

Create a value of GetDomainName 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:domainName:GetDomainName', getDomainName_domainName - The domain name.

Request Lenses

Destructuring the Response

data GetDomainNameResponse Source #

See: newGetDomainNameResponse smart constructor.

Constructors

GetDomainNameResponse' 

Fields

Instances

Instances details
Eq GetDomainNameResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainName

Read GetDomainNameResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainName

Show GetDomainNameResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainName

Generic GetDomainNameResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainName

Associated Types

type Rep GetDomainNameResponse :: Type -> Type #

NFData GetDomainNameResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainName

Methods

rnf :: GetDomainNameResponse -> () #

type Rep GetDomainNameResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainName

type Rep GetDomainNameResponse = D1 ('MetaData "GetDomainNameResponse" "Amazonka.ApiGatewayV2.GetDomainName" "libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2" 'False) (C1 ('MetaCons "GetDomainNameResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "domainNameConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainNameConfiguration])) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "mutualTlsAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MutualTlsAuthentication)))) :*: (S1 ('MetaSel ('Just "apiMappingSelectionExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetDomainNameResponse Source #

Create a value of GetDomainNameResponse 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:domainNameConfigurations:GetDomainNameResponse', getDomainNameResponse_domainNameConfigurations - The domain name configurations.

$sel:domainName:GetDomainName', getDomainNameResponse_domainName - The name of the DomainName resource.

$sel:mutualTlsAuthentication:GetDomainNameResponse', getDomainNameResponse_mutualTlsAuthentication - The mutual TLS authentication configuration for a custom domain name.

$sel:apiMappingSelectionExpression:GetDomainNameResponse', getDomainNameResponse_apiMappingSelectionExpression - The API mapping selection expression.

$sel:tags:GetDomainNameResponse', getDomainNameResponse_tags - The collection of tags associated with a domain name.

$sel:httpStatus:GetDomainNameResponse', getDomainNameResponse_httpStatus - The response's http status code.

Response Lenses

getDomainNameResponse_mutualTlsAuthentication :: Lens' GetDomainNameResponse (Maybe MutualTlsAuthentication) Source #

The mutual TLS authentication configuration for a custom domain name.

getDomainNameResponse_tags :: Lens' GetDomainNameResponse (Maybe (HashMap Text Text)) Source #

The collection of tags associated with a domain name.