list_origination_numbers¶
Operation¶
list_origination_numbers
async
¶
list_origination_numbers(input: ListOriginationNumbersInput, plugins: list[Plugin] | None = None) -> ListOriginationNumbersOutput
Lists the calling Amazon Web Services account's dedicated origination numbers and their metadata. For more information about origination numbers, see Origination numbers in the Amazon SNS Developer Guide.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
ListOriginationNumbersInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
ListOriginationNumbersOutput
|
An instance of |
Input¶
ListOriginationNumbersInput
dataclass
¶
Dataclass for ListOriginationNumbersInput structure.
Output¶
ListOriginationNumbersOutput
dataclass
¶
Dataclass for ListOriginationNumbersOutput structure.
Attributes¶
next_token
class-attribute
instance-attribute
¶
next_token: str | None = None
A NextToken string is returned when you call the
ListOriginationNumbers operation if additional pages of records are
available.
phone_numbers
class-attribute
instance-attribute
¶
phone_numbers: list[PhoneNumberInformation] | None = None
A list of the calling account's verified and pending origination numbers.