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 |
Gets a domain name.
Synopsis
- data GetDomainName = GetDomainName' {
- domainName :: Text
- newGetDomainName :: Text -> GetDomainName
- getDomainName_domainName :: Lens' GetDomainName Text
- data GetDomainNameResponse = GetDomainNameResponse' {}
- newGetDomainNameResponse :: Int -> GetDomainNameResponse
- getDomainNameResponse_domainNameConfigurations :: Lens' GetDomainNameResponse (Maybe [DomainNameConfiguration])
- getDomainNameResponse_domainName :: Lens' GetDomainNameResponse (Maybe Text)
- getDomainNameResponse_mutualTlsAuthentication :: Lens' GetDomainNameResponse (Maybe MutualTlsAuthentication)
- getDomainNameResponse_apiMappingSelectionExpression :: Lens' GetDomainNameResponse (Maybe Text)
- getDomainNameResponse_tags :: Lens' GetDomainNameResponse (Maybe (HashMap Text Text))
- getDomainNameResponse_httpStatus :: Lens' GetDomainNameResponse Int
Creating a Request
data GetDomainName Source #
See: newGetDomainName
smart constructor.
GetDomainName' | |
|
Instances
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
getDomainName_domainName :: Lens' GetDomainName Text Source #
The domain name.
Destructuring the Response
data GetDomainNameResponse Source #
See: newGetDomainNameResponse
smart constructor.
GetDomainNameResponse' | |
|
Instances
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_domainNameConfigurations :: Lens' GetDomainNameResponse (Maybe [DomainNameConfiguration]) Source #
The domain name configurations.
getDomainNameResponse_domainName :: Lens' GetDomainNameResponse (Maybe Text) Source #
The name of the DomainName resource.
getDomainNameResponse_mutualTlsAuthentication :: Lens' GetDomainNameResponse (Maybe MutualTlsAuthentication) Source #
The mutual TLS authentication configuration for a custom domain name.
getDomainNameResponse_apiMappingSelectionExpression :: Lens' GetDomainNameResponse (Maybe Text) Source #
The API mapping selection expression.
getDomainNameResponse_tags :: Lens' GetDomainNameResponse (Maybe (HashMap Text Text)) Source #
The collection of tags associated with a domain name.
getDomainNameResponse_httpStatus :: Lens' GetDomainNameResponse Int Source #
The response's http status code.