Learn R Programming

paws.customer.engagement (version 0.1.3)

pinpoint: Amazon Pinpoint

Description

Doc Engage API - Amazon Pinpoint API

Usage

pinpoint()

Arguments

Operations

create_app Creates an application
create_campaign Creates a new campaign for an application or updates the settings of an existing campaign for an application
create_export_job Creates a new export job for an application
create_import_job Creates a new import job for an application
create_segment Creates a new segment for an application or updates the configuration, dimension, and other settings for an existing segment that's associated with an application
delete_adm_channel Disables the ADM channel for an application and deletes any existing settings for the channel
delete_apns_channel Disables the APNs channel for an application and deletes any existing settings for the channel
delete_apns_sandbox_channel Disables the APNs sandbox channel for an application and deletes any existing settings for the channel
delete_apns_voip_channel Disables the APNs VoIP channel for an application and deletes any existing settings for the channel
delete_apns_voip_sandbox_channel Disables the APNs VoIP sandbox channel for an application and deletes any existing settings for the channel
delete_app Deletes an application
delete_baidu_channel Disables the Baidu channel for an application and deletes any existing settings for the channel
delete_campaign Deletes a campaign from an application
delete_email_channel Disables the email channel for an application and deletes any existing settings for the channel
delete_endpoint Deletes an endpoint from an application
delete_event_stream Deletes the event stream for an application
delete_gcm_channel Disables the GCM channel for an application and deletes any existing settings for the channel
delete_segment Deletes a segment from an application
delete_sms_channel Disables the SMS channel for an application and deletes any existing settings for the channel
delete_user_endpoints Deletes all the endpoints that are associated with a specific user ID
delete_voice_channel Disables the voice channel for an application and deletes any existing settings for the channel
get_adm_channel Retrieves information about the status and settings of the ADM channel for an application
get_apns_channel Retrieves information about the status and settings of the APNs channel for an application
get_apns_sandbox_channel Retrieves information about the status and settings of the APNs sandbox channel for an application
get_apns_voip_channel Retrieves information about the status and settings of the APNs VoIP channel for an application
get_apns_voip_sandbox_channel Retrieves information about the status and settings of the APNs VoIP sandbox channel for an application
get_app Retrieves information about an application
get_application_settings Retrieves information about the settings for an application
get_apps Retrieves information about all of your applications
get_baidu_channel Retrieves information about the status and settings of the Baidu Cloud Push channel for an application
get_campaign Retrieves information about the status, configuration, and other settings for a campaign
get_campaign_activities Retrieves information about the activity performed by a campaign
get_campaign_version Retrieves information about the status, configuration, and other settings for a specific version of a campaign
get_campaign_versions Retrieves information about the status, configuration, and other settings for all versions of a specific campaign
get_campaigns Retrieves information about the status, configuration, and other settings for all the campaigns that are associated with an application
get_channels Retrieves information about the history and status of each channel for an application
get_email_channel Retrieves information about the status and settings of the email channel for an application
get_endpoint Retrieves information about the settings and attributes of a specific endpoint for an application
get_event_stream Retrieves information about the event stream settings for an application
get_export_job Retrieves information about the status and settings of a specific export job for an application
get_export_jobs Retrieves information about the status and settings of all the export jobs for an application
get_gcm_channel Retrieves information about the status and settings of the GCM channel for an application
get_import_job Retrieves information about the status and settings of a specific import job for an application
get_import_jobs Retrieves information about the status and settings of all the import jobs for an application
get_segment Retrieves information about the configuration, dimension, and other settings for a specific segment that's associated with an application
get_segment_export_jobs Retrieves information about the status and settings of the export jobs for a segment
get_segment_import_jobs Retrieves information about the status and settings of the import jobs for a segment
get_segment_version Retrieves information about the configuration, dimension, and other settings for a specific version of a segment that's associated with an application
get_segment_versions Retrieves information about the configuration, dimension, and other settings for all versions of a specific segment that's associated with an application
get_segments Retrieves information about the configuration, dimension, and other settings for all the segments that are associated with an application
get_sms_channel Retrieves information about the status and settings of the SMS channel for an application
get_user_endpoints Retrieves information about all the endpoints that are associated with a specific user ID
get_voice_channel Retrieves information about the status and settings of the voice channel for an application
list_tags_for_resource Retrieves all the tags (keys and values) that are associated with an application, campaign, or segment
phone_number_validate Retrieves information about a phone number
put_event_stream Creates a new event stream for an application or updates the settings of an existing event stream for an application
put_events Creates a new event to record for endpoints, or creates or updates endpoint data that existing events are associated with
remove_attributes Removes one or more attributes, of the same attribute type, from all the endpoints that are associated with an application
send_messages Creates and sends a direct message
send_users_messages Creates and sends a message to a list of users
tag_resource Adds one or more tags (keys and values) to an application, campaign, or segment
untag_resource Removes one or more tags (keys and values) from an application, campaign, or segment
update_adm_channel Updates the ADM channel settings for an application
update_apns_channel Updates the APNs channel settings for an application
update_apns_sandbox_channel Updates the APNs sandbox channel settings for an application
update_apns_voip_channel Updates the APNs VoIP channel settings for an application
update_apns_voip_sandbox_channel Updates the settings for the APNs VoIP sandbox channel for an application
update_application_settings Updates the settings for an application
update_baidu_channel Updates the settings of the Baidu channel for an application
update_campaign Updates the settings for a campaign
update_email_channel Updates the status and settings of the email channel for an application
update_endpoint Creates a new endpoint for an application or updates the settings and attributes of an existing endpoint for an application
update_endpoints_batch Creates a new batch of endpoints for an application or updates the settings and attributes of a batch of existing endpoints for an application
update_gcm_channel Updates the status and settings of the GCM channel for an application
update_segment Creates a new segment for an application or updates the configuration, dimension, and other settings for an existing segment that's associated with an application
update_sms_channel Updates the status and settings of the SMS channel for an application

Examples

Run this code
# NOT RUN {
svc <- pinpoint()
svc$create_app(
  Foo = 123
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab