| 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.BatchDeletePhoneNumber
Description
- - | Undocumented operation.
Synopsis
- data BatchDeletePhoneNumber = BatchDeletePhoneNumber' {}
- newBatchDeletePhoneNumber :: NonEmpty Text -> BatchDeletePhoneNumber
- batchDeletePhoneNumber_phoneNumberIds :: Lens' BatchDeletePhoneNumber (NonEmpty Text)
- data BatchDeletePhoneNumberResponse = BatchDeletePhoneNumberResponse' {}
- newBatchDeletePhoneNumberResponse :: Int -> BatchDeletePhoneNumberResponse
- batchDeletePhoneNumberResponse_phoneNumberErrors :: Lens' BatchDeletePhoneNumberResponse (Maybe [PhoneNumberError])
- batchDeletePhoneNumberResponse_httpStatus :: Lens' BatchDeletePhoneNumberResponse Int
Creating a Request
data BatchDeletePhoneNumber Source #
See: newBatchDeletePhoneNumber smart constructor.
Constructors
| BatchDeletePhoneNumber' | |
Fields | |
Instances
newBatchDeletePhoneNumber Source #
Create a value of BatchDeletePhoneNumber 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:phoneNumberIds:BatchDeletePhoneNumber', batchDeletePhoneNumber_phoneNumberIds - Undocumented member.
Request Lenses
batchDeletePhoneNumber_phoneNumberIds :: Lens' BatchDeletePhoneNumber (NonEmpty Text) Source #
Undocumented member.
Destructuring the Response
data BatchDeletePhoneNumberResponse Source #
See: newBatchDeletePhoneNumberResponse smart constructor.
Constructors
| BatchDeletePhoneNumberResponse' | |
Fields
| |
Instances
newBatchDeletePhoneNumberResponse Source #
Create a value of BatchDeletePhoneNumberResponse 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:phoneNumberErrors:BatchDeletePhoneNumberResponse', batchDeletePhoneNumberResponse_phoneNumberErrors - Undocumented member.
$sel:httpStatus:BatchDeletePhoneNumberResponse', batchDeletePhoneNumberResponse_httpStatus - The response's http status code.
Response Lenses
batchDeletePhoneNumberResponse_phoneNumberErrors :: Lens' BatchDeletePhoneNumberResponse (Maybe [PhoneNumberError]) Source #
Undocumented member.
batchDeletePhoneNumberResponse_httpStatus :: Lens' BatchDeletePhoneNumberResponse Int Source #
The response's http status code.