| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ApiGatewayV2.UpdateDomainName
Description
Updates a domain name.
Synopsis
- data UpdateDomainName = UpdateDomainName' {}
- newUpdateDomainName :: Text -> UpdateDomainName
- updateDomainName_domainNameConfigurations :: Lens' UpdateDomainName (Maybe [DomainNameConfiguration])
- updateDomainName_mutualTlsAuthentication :: Lens' UpdateDomainName (Maybe MutualTlsAuthenticationInput)
- updateDomainName_domainName :: Lens' UpdateDomainName Text
- data UpdateDomainNameResponse = UpdateDomainNameResponse' {}
- newUpdateDomainNameResponse :: Int -> UpdateDomainNameResponse
- updateDomainNameResponse_apiMappingSelectionExpression :: Lens' UpdateDomainNameResponse (Maybe Text)
- updateDomainNameResponse_domainName :: Lens' UpdateDomainNameResponse (Maybe Text)
- updateDomainNameResponse_domainNameConfigurations :: Lens' UpdateDomainNameResponse (Maybe [DomainNameConfiguration])
- updateDomainNameResponse_mutualTlsAuthentication :: Lens' UpdateDomainNameResponse (Maybe MutualTlsAuthentication)
- updateDomainNameResponse_tags :: Lens' UpdateDomainNameResponse (Maybe (HashMap Text Text))
- updateDomainNameResponse_httpStatus :: Lens' UpdateDomainNameResponse Int
Creating a Request
data UpdateDomainName Source #
Updates a DomainName.
See: newUpdateDomainName smart constructor.
Constructors
| UpdateDomainName' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> UpdateDomainName |
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_domainNameConfigurations :: Lens' UpdateDomainName (Maybe [DomainNameConfiguration]) Source #
The domain name configurations.
updateDomainName_mutualTlsAuthentication :: Lens' UpdateDomainName (Maybe MutualTlsAuthenticationInput) Source #
The mutual TLS authentication configuration for a custom domain name.
updateDomainName_domainName :: Lens' UpdateDomainName Text Source #
The domain name.
Destructuring the Response
data UpdateDomainNameResponse Source #
See: newUpdateDomainNameResponse smart constructor.
Constructors
| UpdateDomainNameResponse' | |
Fields
| |
Instances
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_apiMappingSelectionExpression :: Lens' UpdateDomainNameResponse (Maybe Text) Source #
The API mapping selection expression.
updateDomainNameResponse_domainName :: Lens' UpdateDomainNameResponse (Maybe Text) Source #
The name of the DomainName resource.
updateDomainNameResponse_domainNameConfigurations :: Lens' UpdateDomainNameResponse (Maybe [DomainNameConfiguration]) Source #
The domain name configurations.
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.
updateDomainNameResponse_httpStatus :: Lens' UpdateDomainNameResponse Int Source #
The response's http status code.