| 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.ChimeSdkVoice.ValidateE911Address
Description
- - | Undocumented operation.
Synopsis
- data ValidateE911Address = ValidateE911Address' {}
- newValidateE911Address :: Text -> Text -> Text -> Text -> Text -> Text -> Text -> ValidateE911Address
- validateE911Address_awsAccountId :: Lens' ValidateE911Address Text
- validateE911Address_streetNumber :: Lens' ValidateE911Address Text
- validateE911Address_streetInfo :: Lens' ValidateE911Address Text
- validateE911Address_city :: Lens' ValidateE911Address Text
- validateE911Address_state :: Lens' ValidateE911Address Text
- validateE911Address_country :: Lens' ValidateE911Address Text
- validateE911Address_postalCode :: Lens' ValidateE911Address Text
- data ValidateE911AddressResponse = ValidateE911AddressResponse' {}
- newValidateE911AddressResponse :: Int -> ValidateE911AddressResponse
- validateE911AddressResponse_address :: Lens' ValidateE911AddressResponse (Maybe Address)
- validateE911AddressResponse_addressExternalId :: Lens' ValidateE911AddressResponse (Maybe Text)
- validateE911AddressResponse_candidateAddressList :: Lens' ValidateE911AddressResponse (Maybe [CandidateAddress])
- validateE911AddressResponse_validationResult :: Lens' ValidateE911AddressResponse (Maybe Natural)
- validateE911AddressResponse_httpStatus :: Lens' ValidateE911AddressResponse Int
Creating a Request
data ValidateE911Address Source #
See: newValidateE911Address smart constructor.
Constructors
| ValidateE911Address' | |
Fields
| |
Instances
newValidateE911Address Source #
Create a value of ValidateE911Address 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:awsAccountId:ValidateE911Address', validateE911Address_awsAccountId - Undocumented member.
ValidateE911Address, validateE911Address_streetNumber - Undocumented member.
ValidateE911Address, validateE911Address_streetInfo - Undocumented member.
ValidateE911Address, validateE911Address_city - Undocumented member.
ValidateE911Address, validateE911Address_state - Undocumented member.
ValidateE911Address, validateE911Address_country - Undocumented member.
ValidateE911Address, validateE911Address_postalCode - Undocumented member.
Request Lenses
validateE911Address_awsAccountId :: Lens' ValidateE911Address Text Source #
Undocumented member.
validateE911Address_streetNumber :: Lens' ValidateE911Address Text Source #
Undocumented member.
validateE911Address_streetInfo :: Lens' ValidateE911Address Text Source #
Undocumented member.
validateE911Address_city :: Lens' ValidateE911Address Text Source #
Undocumented member.
validateE911Address_state :: Lens' ValidateE911Address Text Source #
Undocumented member.
validateE911Address_country :: Lens' ValidateE911Address Text Source #
Undocumented member.
validateE911Address_postalCode :: Lens' ValidateE911Address Text Source #
Undocumented member.
Destructuring the Response
data ValidateE911AddressResponse Source #
See: newValidateE911AddressResponse smart constructor.
Constructors
| ValidateE911AddressResponse' | |
Fields
| |
Instances
newValidateE911AddressResponse Source #
Create a value of ValidateE911AddressResponse 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:address:ValidateE911AddressResponse', validateE911AddressResponse_address - Undocumented member.
$sel:addressExternalId:ValidateE911AddressResponse', validateE911AddressResponse_addressExternalId - Undocumented member.
$sel:candidateAddressList:ValidateE911AddressResponse', validateE911AddressResponse_candidateAddressList - Undocumented member.
$sel:validationResult:ValidateE911AddressResponse', validateE911AddressResponse_validationResult - Undocumented member.
$sel:httpStatus:ValidateE911AddressResponse', validateE911AddressResponse_httpStatus - The response's http status code.
Response Lenses
validateE911AddressResponse_address :: Lens' ValidateE911AddressResponse (Maybe Address) Source #
Undocumented member.
validateE911AddressResponse_addressExternalId :: Lens' ValidateE911AddressResponse (Maybe Text) Source #
Undocumented member.
validateE911AddressResponse_candidateAddressList :: Lens' ValidateE911AddressResponse (Maybe [CandidateAddress]) Source #
Undocumented member.
validateE911AddressResponse_validationResult :: Lens' ValidateE911AddressResponse (Maybe Natural) Source #
Undocumented member.
validateE911AddressResponse_httpStatus :: Lens' ValidateE911AddressResponse Int Source #
The response's http status code.