Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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_domainNameConfigurations :: Lens' UpdateDomainNameResponse (Maybe [DomainNameConfiguration])
- updateDomainNameResponse_domainName :: Lens' UpdateDomainNameResponse (Maybe Text)
- updateDomainNameResponse_mutualTlsAuthentication :: Lens' UpdateDomainNameResponse (Maybe MutualTlsAuthentication)
- updateDomainNameResponse_apiMappingSelectionExpression :: Lens' UpdateDomainNameResponse (Maybe Text)
- 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.
UpdateDomainName' | |
|
Instances
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_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.
UpdateDomainNameResponse' | |
|
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:
$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_domainNameConfigurations :: Lens' UpdateDomainNameResponse (Maybe [DomainNameConfiguration]) Source #
The domain name configurations.
updateDomainNameResponse_domainName :: Lens' UpdateDomainNameResponse (Maybe Text) Source #
The name of the DomainName resource.
updateDomainNameResponse_mutualTlsAuthentication :: Lens' UpdateDomainNameResponse (Maybe MutualTlsAuthentication) Source #
The mutual TLS authentication configuration for a custom domain name.
updateDomainNameResponse_apiMappingSelectionExpression :: Lens' UpdateDomainNameResponse (Maybe Text) Source #
The API mapping selection expression.
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.