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

Description

Updates a domain name.

Synopsis

Creating a Request

data UpdateDomainName Source #

Updates a DomainName.

See: newUpdateDomainName smart constructor.

Constructors

UpdateDomainName' 

Fields

Instances

Instances details
Eq UpdateDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

Read UpdateDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

Show UpdateDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

Generic UpdateDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

Associated Types

type Rep UpdateDomainName :: Type -> Type #

NFData UpdateDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

Methods

rnf :: UpdateDomainName -> () #

Hashable UpdateDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

ToJSON UpdateDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

AWSRequest UpdateDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

Associated Types

type AWSResponse UpdateDomainName #

ToHeaders UpdateDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

ToPath UpdateDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

ToQuery UpdateDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

type Rep UpdateDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

type Rep UpdateDomainName = D1 ('MetaData "UpdateDomainName" "Amazonka.ApiGatewayV2.UpdateDomainName" "libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2" 'False) (C1 ('MetaCons "UpdateDomainName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainNameConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainNameConfiguration])) :*: (S1 ('MetaSel ('Just "mutualTlsAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MutualTlsAuthenticationInput)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

newUpdateDomainName Source #

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

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

$sel:domainName:UpdateDomainName', updateDomainName_domainName - The domain name.

Request Lenses

updateDomainName_mutualTlsAuthentication :: Lens' UpdateDomainName (Maybe MutualTlsAuthenticationInput) Source #

The mutual TLS authentication configuration for a custom domain name.

Destructuring the Response

data UpdateDomainNameResponse Source #

See: newUpdateDomainNameResponse smart constructor.

Constructors

UpdateDomainNameResponse' 

Fields

Instances

Instances details
Eq UpdateDomainNameResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

Read UpdateDomainNameResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

Show UpdateDomainNameResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

Generic UpdateDomainNameResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

Associated Types

type Rep UpdateDomainNameResponse :: Type -> Type #

NFData UpdateDomainNameResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

type Rep UpdateDomainNameResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

type Rep UpdateDomainNameResponse = D1 ('MetaData "UpdateDomainNameResponse" "Amazonka.ApiGatewayV2.UpdateDomainName" "libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2" 'False) (C1 ('MetaCons "UpdateDomainNameResponse'" '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)))))

newUpdateDomainNameResponse Source #

Create a value of UpdateDomainNameResponse 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:UpdateDomainName', updateDomainNameResponse_domainNameConfigurations - The domain name configurations.

$sel:domainName:UpdateDomainName', updateDomainNameResponse_domainName - The name of the DomainName resource.

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

$sel:apiMappingSelectionExpression:UpdateDomainNameResponse', updateDomainNameResponse_apiMappingSelectionExpression - The API mapping selection expression.

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

$sel:httpStatus:UpdateDomainNameResponse', updateDomainNameResponse_httpStatus - The response's http status code.

Response Lenses

updateDomainNameResponse_mutualTlsAuthentication :: Lens' UpdateDomainNameResponse (Maybe MutualTlsAuthentication) Source #

The mutual TLS authentication configuration for a custom domain name.

updateDomainNameResponse_tags :: Lens' UpdateDomainNameResponse (Maybe (HashMap Text Text)) Source #

The collection of tags associated with a domain name.