Learn R Programming

paws (version 0.3.0)

pinpointsmsvoicev2: Amazon Pinpoint SMS Voice V2

Description

Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference. This guide provides information about Amazon Pinpoint SMS and Voice, version 2 API resources, including supported HTTP methods, parameters, and schemas.

Amazon Pinpoint is an Amazon Web Services service that you can use to engage with your recipients across multiple messaging channels. The Amazon Pinpoint SMS and Voice, version 2 API provides programmatic access to options that are unique to the SMS and voice channels and supplements the resources provided by the Amazon Pinpoint API.

If you're new to Amazon Pinpoint, it's also helpful to review the Amazon Pinpoint Developer Guide. The Amazon Pinpoint Developer Guide provides tutorials, code samples, and procedures that demonstrate how to use Amazon Pinpoint features programmatically and how to integrate Amazon Pinpoint functionality into mobile apps and other types of applications. The guide also provides key information, such as Amazon Pinpoint integration with other Amazon Web Services services, and the quotas that apply to use of the service.

Usage

pinpointsmsvoicev2(config = list())

Value

A client for the service. You can call the service's operations using syntax like svc$operation(...), where svc is the name you've assigned to the client. The available operations are listed in the Operations section.

Arguments

config

Optional configuration of credentials, endpoint, and/or region.

  • access_key_id: AWS access key ID

  • secret_access_key: AWS secret access key

  • session_token: AWS temporary session token

  • profile: The name of a profile to use. If not given, then the default profile is used.

  • anonymous: Set anonymous credentials.

  • endpoint: The complete URL to use for the constructed client.

  • region: The AWS Region used in instantiating the client.

  • close_connection: Immediately close all HTTP connections.

  • timeout: The time in seconds till a timeout exception is thrown when attempting to make a connection. The default is 60 seconds.

  • s3_force_path_style: Set this to true to force the request to use path-style addressing, i.e., http://s3.amazonaws.com/BUCKET/KEY.

Service syntax

svc <- pinpointsmsvoicev2(
  config = list(
    credentials = list(
      creds = list(
        access_key_id = "string",
        secret_access_key = "string",
        session_token = "string"
      ),
      profile = "string",
      anonymous = "logical"
    ),
    endpoint = "string",
    region = "string",
    close_connection = "logical",
    timeout = "numeric",
    s3_force_path_style = "logical"
  )
)

Operations

associate_origination_identityAssociates the specified origination identity with a pool
create_configuration_setCreates a new configuration set
create_event_destinationCreates a new event destination in a configuration set
create_opt_out_listCreates a new opt-out list
create_poolCreates a new pool and associates the specified origination identity to the pool
delete_configuration_setDeletes an existing configuration set
delete_default_message_typeDeletes an existing default message type on a configuration set
delete_default_sender_idDeletes an existing default sender ID on a configuration set
delete_event_destinationDeletes an existing event destination
delete_keywordDeletes an existing keyword from an origination phone number or pool
delete_opted_out_numberDeletes an existing opted out destination phone number from the specified opt-out list
delete_opt_out_listDeletes an existing opt-out list
delete_poolDeletes an existing pool
delete_text_message_spend_limit_overrideDeletes an account-level monthly spending limit override for sending text messages
delete_voice_message_spend_limit_overrideDeletes an account level monthly spend limit override for sending voice messages
describe_account_attributesDescribes attributes of your Amazon Web Services account
describe_account_limitsDescribes the current Amazon Pinpoint SMS Voice V2 resource quotas for your account
describe_configuration_setsDescribes the specified configuration sets or all in your account
describe_keywordsDescribes the specified keywords or all keywords on your origination phone number or pool
describe_opted_out_numbersDescribes the specified opted out destination numbers or all opted out destination numbers in an opt-out list
describe_opt_out_listsDescribes the specified opt-out list or all opt-out lists in your account
describe_phone_numbersDescribes the specified origination phone number, or all the phone numbers in your account
describe_poolsRetrieves the specified pools or all pools associated with your Amazon Web Services account
describe_sender_idsDescribes the specified SenderIds or all SenderIds associated with your Amazon Web Services account
describe_spend_limitsDescribes the current Amazon Pinpoint monthly spend limits for sending voice and text messages
disassociate_origination_identityRemoves the specified origination identity from an existing pool
list_pool_origination_identitiesLists all associated origination identities in your pool
list_tags_for_resourceList all tags associated with a resource
put_keywordCreates or updates a keyword configuration on an origination phone number or pool
put_opted_out_numberCreates an opted out destination phone number in the opt-out list
release_phone_numberReleases an existing origination phone number in your account
request_phone_numberRequest an origination phone number for use in your account
send_text_messageCreates a new text message and sends it to a recipient's phone number
send_voice_messageAllows you to send a request that sends a text message through Amazon Pinpoint
set_default_message_typeSets the default message type on a configuration set
set_default_sender_idSets default sender ID on a configuration set
set_text_message_spend_limit_overrideSets an account level monthly spend limit override for sending text messages
set_voice_message_spend_limit_overrideSets an account level monthly spend limit override for sending voice messages
tag_resourceAdds or overwrites only the specified tags for the specified Amazon Pinpoint SMS Voice, version 2 resource
untag_resourceRemoves the association of the specified tags from an Amazon Pinpoint SMS Voice V2 resource
update_event_destinationUpdates an existing event destination in a configuration set
update_phone_numberUpdates the configuration of an existing origination phone number
update_poolUpdates the configuration of an existing pool

Examples

Run this code
if (FALSE) {
svc <- pinpointsmsvoicev2()
svc$associate_origination_identity(
  Foo = 123
)
}

Run the code above in your browser using DataLab