| 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.GetDomainName
Description
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_apiMappingSelectionExpression :: Lens' GetDomainNameResponse (Maybe Text)
- getDomainNameResponse_domainName :: Lens' GetDomainNameResponse (Maybe Text)
- getDomainNameResponse_domainNameConfigurations :: Lens' GetDomainNameResponse (Maybe [DomainNameConfiguration])
- getDomainNameResponse_mutualTlsAuthentication :: Lens' GetDomainNameResponse (Maybe MutualTlsAuthentication)
- getDomainNameResponse_tags :: Lens' GetDomainNameResponse (Maybe (HashMap Text Text))
- getDomainNameResponse_httpStatus :: Lens' GetDomainNameResponse Int
Creating a Request
data GetDomainName Source #
See: newGetDomainName smart constructor.
Constructors
| GetDomainName' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> GetDomainName |
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:
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.
Constructors
| GetDomainNameResponse' | |
Fields
| |
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:
GetDomainNameResponse, getDomainNameResponse_apiMappingSelectionExpression - The API mapping selection expression.
GetDomainName, getDomainNameResponse_domainName - The name of the DomainName resource.
GetDomainNameResponse, getDomainNameResponse_domainNameConfigurations - The domain name configurations.
GetDomainNameResponse, getDomainNameResponse_mutualTlsAuthentication - The mutual TLS authentication configuration for a custom domain name.
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_apiMappingSelectionExpression :: Lens' GetDomainNameResponse (Maybe Text) Source #
The API mapping selection expression.
getDomainNameResponse_domainName :: Lens' GetDomainNameResponse (Maybe Text) Source #
The name of the DomainName resource.
getDomainNameResponse_domainNameConfigurations :: Lens' GetDomainNameResponse (Maybe [DomainNameConfiguration]) Source #
The domain name configurations.
getDomainNameResponse_mutualTlsAuthentication :: Lens' GetDomainNameResponse (Maybe MutualTlsAuthentication) Source #
The mutual TLS authentication configuration for a custom domain name.
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.