Describe Spend Limits
pinpointsmsvoicev2_describe_spend_limits | R Documentation |
Describes the current monthly spend limits for sending voice and text messages¶
Description¶
Describes the current monthly spend limits for sending voice and text messages.
When you establish an Amazon Web Services account, the account has initial monthly spend limit in a given Region. For more information on increasing your monthly spend limit, see Requesting increases to your monthly SMS, MMS, or Voice spending quota in the AWS End User Messaging SMS User Guide.
Usage¶
Arguments¶
NextToken
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
MaxResults
The maximum number of results to return per each request.
Value¶
A list with the following syntax:
list(
SpendLimits = list(
list(
Name = "TEXT_MESSAGE_MONTHLY_SPEND_LIMIT"|"VOICE_MESSAGE_MONTHLY_SPEND_LIMIT"|"MEDIA_MESSAGE_MONTHLY_SPEND_LIMIT",
EnforcedLimit = 123,
MaxLimit = 123,
Overridden = TRUE|FALSE
)
),
NextToken = "string"
)