| 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.BatchUpdatePhoneNumber
Description
- - | Undocumented operation.
Synopsis
- data BatchUpdatePhoneNumber = BatchUpdatePhoneNumber' {}
- newBatchUpdatePhoneNumber :: BatchUpdatePhoneNumber
- batchUpdatePhoneNumber_updatePhoneNumberRequestItems :: Lens' BatchUpdatePhoneNumber [UpdatePhoneNumberRequestItem]
- data BatchUpdatePhoneNumberResponse = BatchUpdatePhoneNumberResponse' {}
- newBatchUpdatePhoneNumberResponse :: Int -> BatchUpdatePhoneNumberResponse
- batchUpdatePhoneNumberResponse_phoneNumberErrors :: Lens' BatchUpdatePhoneNumberResponse (Maybe [PhoneNumberError])
- batchUpdatePhoneNumberResponse_httpStatus :: Lens' BatchUpdatePhoneNumberResponse Int
Creating a Request
data BatchUpdatePhoneNumber Source #
See: newBatchUpdatePhoneNumber smart constructor.
Constructors
| BatchUpdatePhoneNumber' | |
Instances
newBatchUpdatePhoneNumber :: BatchUpdatePhoneNumber Source #
Create a value of BatchUpdatePhoneNumber 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:updatePhoneNumberRequestItems:BatchUpdatePhoneNumber', batchUpdatePhoneNumber_updatePhoneNumberRequestItems - Undocumented member.
Request Lenses
batchUpdatePhoneNumber_updatePhoneNumberRequestItems :: Lens' BatchUpdatePhoneNumber [UpdatePhoneNumberRequestItem] Source #
Undocumented member.
Destructuring the Response
data BatchUpdatePhoneNumberResponse Source #
See: newBatchUpdatePhoneNumberResponse smart constructor.
Constructors
| BatchUpdatePhoneNumberResponse' | |
Fields
| |
Instances
newBatchUpdatePhoneNumberResponse Source #
Create a value of BatchUpdatePhoneNumberResponse 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:BatchUpdatePhoneNumberResponse', batchUpdatePhoneNumberResponse_phoneNumberErrors - Undocumented member.
$sel:httpStatus:BatchUpdatePhoneNumberResponse', batchUpdatePhoneNumberResponse_httpStatus - The response's http status code.
Response Lenses
batchUpdatePhoneNumberResponse_phoneNumberErrors :: Lens' BatchUpdatePhoneNumberResponse (Maybe [PhoneNumberError]) Source #
Undocumented member.
batchUpdatePhoneNumberResponse_httpStatus :: Lens' BatchUpdatePhoneNumberResponse Int Source #
The response's http status code.