amazonka-apigatewayv2-2.0: Amazon ApiGatewayV2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON UpdateDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.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

AWSRequest UpdateDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

Associated Types

type AWSResponse UpdateDomainName #

Generic UpdateDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

Associated Types

type Rep UpdateDomainName :: Type -> Type #

Read UpdateDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

Show UpdateDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

NFData UpdateDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

Methods

rnf :: UpdateDomainName -> () #

Eq UpdateDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

Hashable UpdateDomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

type AWSResponse 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" "amazonka-apigatewayv2-2.0-4MZ8oueToeLOWomgegceF" '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))))

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:

UpdateDomainName, updateDomainName_domainNameConfigurations - The domain name configurations.

UpdateDomainName, updateDomainName_mutualTlsAuthentication - The mutual TLS authentication configuration for a custom domain name.

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
Generic UpdateDomainNameResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

Associated Types

type Rep UpdateDomainNameResponse :: Type -> Type #

Read UpdateDomainNameResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

Show UpdateDomainNameResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

NFData UpdateDomainNameResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateDomainName

Eq 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" "amazonka-apigatewayv2-2.0-4MZ8oueToeLOWomgegceF" 'False) (C1 ('MetaCons "UpdateDomainNameResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "apiMappingSelectionExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainNameConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainNameConfiguration])))) :*: (S1 ('MetaSel ('Just "mutualTlsAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MutualTlsAuthentication)) :*: (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:

UpdateDomainNameResponse, updateDomainNameResponse_apiMappingSelectionExpression - The API mapping selection expression.

UpdateDomainName, updateDomainNameResponse_domainName - The name of the DomainName resource.

UpdateDomainName, updateDomainNameResponse_domainNameConfigurations - The domain name configurations.

UpdateDomainName, updateDomainNameResponse_mutualTlsAuthentication - The mutual TLS authentication configuration for a custom domain name.

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.