Amazon Pinpoint
pinpoint()| create_app | Creates or updates an app |
| create_campaign | Creates or updates a campaign |
| create_export_job | Creates an export job |
| create_import_job | Creates or updates an import job |
| create_segment | Used to create or update a segment |
| delete_adm_channel | Delete an ADM channel |
| delete_apns_channel | Deletes the APNs channel for an app |
| delete_apns_sandbox_channel | Delete an APNS sandbox channel |
| delete_apns_voip_channel | Delete an APNS VoIP channel |
| delete_apns_voip_sandbox_channel | Delete an APNS VoIP sandbox channel |
| delete_app | Deletes an app |
| delete_baidu_channel | Delete a BAIDU GCM channel |
| delete_campaign | Deletes a campaign |
| delete_email_channel | Delete an email channel |
| delete_endpoint | Deletes an endpoint |
| delete_event_stream | Deletes the event stream for an app |
| delete_gcm_channel | Deletes the GCM channel for an app |
| delete_segment | Deletes a segment |
| delete_sms_channel | Delete an SMS channel |
| delete_user_endpoints | Deletes endpoints that are associated with a User ID |
| delete_voice_channel | Delete an Voice channel |
| get_adm_channel | Get an ADM channel |
| get_apns_channel | Returns information about the APNs channel for an app |
| get_apns_sandbox_channel | Get an APNS sandbox channel |
| get_apns_voip_channel | Get an APNS VoIP channel |
| get_apns_voip_sandbox_channel | Get an APNS VoIPSandbox channel |
| get_app | Returns information about an app |
| get_application_settings | Used to request the settings for an app |
| get_apps | Returns information about your apps |
| get_baidu_channel | Get a BAIDU GCM channel |
| get_campaign | Returns information about a campaign |
| get_campaign_activities | Returns information about the activity performed by a campaign |
| get_campaign_version | Returns information about a specific version of a campaign |
| get_campaign_versions | Returns information about your campaign versions |
| get_campaigns | Returns information about your campaigns |
| get_channels | Get all channels |
| get_email_channel | Get an email channel |
| get_endpoint | Returns information about an endpoint |
| get_event_stream | Returns the event stream for an app |
| get_export_job | Returns information about an export job |
| get_export_jobs | Returns information about your export jobs |
| get_gcm_channel | Returns information about the GCM channel for an app |
| get_import_job | Returns information about an import job |
| get_import_jobs | Returns information about your import jobs |
| get_segment | Returns information about a segment |
| get_segment_export_jobs | Returns a list of export jobs for a specific segment |
| get_segment_import_jobs | Returns a list of import jobs for a specific segment |
| get_segment_version | Returns information about a segment version |
| get_segment_versions | Returns information about your segment versions |
| get_segments | Used to get information about your segments |
| get_sms_channel | Get an SMS channel |
| get_user_endpoints | Returns information about the endpoints that are associated with a User ID |
| get_voice_channel | Get a Voice Channel |
| list_tags_for_resource | List tags for resource |
| phone_number_validate | Returns information about the specified phone number |
| put_event_stream | Use to create or update the event stream for an app |
| put_events | Use to record events for endpoints |
| remove_attributes | Used to remove the attributes for an app |
| send_messages | Used to send a direct message |
| send_users_messages | Used to send a message to a list of users |
| tag_resource | Tag resource |
| untag_resource | Untag resource |
| update_adm_channel | Update an ADM channel |
| update_apns_channel | Use to update the APNs channel for an app |
| update_apns_sandbox_channel | Update an APNS sandbox channel |
| update_apns_voip_channel | Update an APNS VoIP channel |
| update_apns_voip_sandbox_channel | Update an APNS VoIP sandbox channel |
| update_application_settings | Used to update the settings for an app |
| update_baidu_channel | Update a BAIDU GCM channel |
| update_campaign | Use to update a campaign |
| update_email_channel | Update an email channel |
| update_endpoint | Creates or updates an endpoint |
| update_endpoints_batch | Use to update a batch of endpoints |
| update_gcm_channel | Use to update the GCM channel for an app |
| update_segment | Used to update a segment |
| update_sms_channel | Update an SMS channel |
# NOT RUN {
svc <- pinpoint()
svc$create_app(
Foo = 123
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab