AWS.SNS.TSNSClient.ListOriginationNumbers

Lists the calling AWS account's dedicated origination numbers and their metadata.

function ListOriginationNumbers(const ARequest: ISNSListOriginationNumbersRequest): ISNSListOriginationNumbersResponse; overload; function ListOriginationNumbers(const AMaxResults: TOptional<Integer>; ANextToken: string = ''): ISNSListOriginationNumbersResponse; overload;
__fastcall ISNSListOriginationNumbersResponse ListOriginationNumbers(const ISNSListOriginationNumbersRequest ARequest); __fastcall ISNSListOriginationNumbersResponse ListOriginationNumbers(const TOptional<Integer> AMaxResults, AnsiString ANextToken = '');

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: ISNSListOriginationNumbersRequest
A ListOriginationNumbers request object.
const AMaxResults: TOptional<Integer>
The maximum number of origination numbers to return. Valid values range from 1 to 30.
ANextToken: string = ''
NextToken from a previous call to retrieve paginated results.

Response containing ListOriginationNumbers results.

Exceptions
Description
The user has been denied access to the requested resource.
One of the request parameters does not comply with the associated constraints.
One of the request parameters does not comply with the associated constraints.
The request rate for this action has exceeded the limit for your AWS account.
Indicates that a parameter in the request is invalid.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.