How to use the awacs.mobiletargeting.Action function in awacs

To help you get started, we’ve selected a few awacs examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github cloudtools / awacs / awacs / mobiletargeting.py View on Github external
CreateImportJob = Action('CreateImportJob')
CreateJourney = Action('CreateJourney')
CreateSegment = Action('CreateSegment')
DeleteAdmChannel = Action('DeleteAdmChannel')
DeleteApnsChannel = Action('DeleteApnsChannel')
DeleteApnsSandboxChannel = Action('DeleteApnsSandboxChannel')
DeleteApnsVoipChannel = Action('DeleteApnsVoipChannel')
DeleteApnsVoipSandboxChannel = Action('DeleteApnsVoipSandboxChannel')
DeleteApp = Action('DeleteApp')
DeleteBaiduChannel = Action('DeleteBaiduChannel')
DeleteCampaign = Action('DeleteCampaign')
DeleteEmailChannel = Action('DeleteEmailChannel')
DeleteEndpoint = Action('DeleteEndpoint')
DeleteEventStream = Action('DeleteEventStream')
DeleteGcmChannel = Action('DeleteGcmChannel')
DeleteJourney = Action('DeleteJourney')
DeleteSegment = Action('DeleteSegment')
DeleteSmsChannel = Action('DeleteSmsChannel')
DeleteUserEndpoints = Action('DeleteUserEndpoints')
DeleteVoiceChannel = Action('DeleteVoiceChannel')
GetAdmChannel = Action('GetAdmChannel')
GetApnsChannel = Action('GetApnsChannel')
GetApnsSandboxChannel = Action('GetApnsSandboxChannel')
GetApnsVoipChannel = Action('GetApnsVoipChannel')
GetApnsVoipSandboxChannel = Action('GetApnsVoipSandboxChannel')
GetApp = Action('GetApp')
GetApplicationSettings = Action('GetApplicationSettings')
GetApps = Action('GetApps')
GetBaiduChannel = Action('GetBaiduChannel')
GetCampaign = Action('GetCampaign')
GetCampaignActivities = Action('GetCampaignActivities')
GetCampaignVersion = Action('GetCampaignVersion')
github cloudtools / awacs / awacs / mobiletargeting.py View on Github external
TagResource = Action('TagResource')
UntagResource = Action('UntagResource')
UpdateAdmChannel = Action('UpdateAdmChannel')
UpdateApnsChannel = Action('UpdateApnsChannel')
UpdateApnsSandboxChannel = Action('UpdateApnsSandboxChannel')
UpdateApnsVoipChannel = Action('UpdateApnsVoipChannel')
UpdateApnsVoipSandboxChannel = Action('UpdateApnsVoipSandboxChannel')
UpdateApplicationSettings = Action('UpdateApplicationSettings')
UpdateBaiduChannel = Action('UpdateBaiduChannel')
UpdateCampaign = Action('UpdateCampaign')
UpdateEmailChannel = Action('UpdateEmailChannel')
UpdateEndpoint = Action('UpdateEndpoint')
UpdateEndpointsBatch = Action('UpdateEndpointsBatch')
UpdateGcmChannel = Action('UpdateGcmChannel')
UpdateJourney = Action('UpdateJourney')
UpdateJourneyState = Action('UpdateJourneyState')
UpdateSegment = Action('UpdateSegment')
UpdateSmsChannel = Action('UpdateSmsChannel')
UpdateVoiceChannel = Action('UpdateVoiceChannel')
github cloudtools / awacs / awacs / mobiletargeting.py View on Github external
CreateApp = Action('CreateApp')
CreateCampaign = Action('CreateCampaign')
CreateExportJob = Action('CreateExportJob')
CreateImportJob = Action('CreateImportJob')
CreateJourney = Action('CreateJourney')
CreateSegment = Action('CreateSegment')
DeleteAdmChannel = Action('DeleteAdmChannel')
DeleteApnsChannel = Action('DeleteApnsChannel')
DeleteApnsSandboxChannel = Action('DeleteApnsSandboxChannel')
DeleteApnsVoipChannel = Action('DeleteApnsVoipChannel')
DeleteApnsVoipSandboxChannel = Action('DeleteApnsVoipSandboxChannel')
DeleteApp = Action('DeleteApp')
DeleteBaiduChannel = Action('DeleteBaiduChannel')
DeleteCampaign = Action('DeleteCampaign')
DeleteEmailChannel = Action('DeleteEmailChannel')
DeleteEndpoint = Action('DeleteEndpoint')
DeleteEventStream = Action('DeleteEventStream')
DeleteGcmChannel = Action('DeleteGcmChannel')
DeleteJourney = Action('DeleteJourney')
DeleteSegment = Action('DeleteSegment')
DeleteSmsChannel = Action('DeleteSmsChannel')
DeleteUserEndpoints = Action('DeleteUserEndpoints')
DeleteVoiceChannel = Action('DeleteVoiceChannel')
GetAdmChannel = Action('GetAdmChannel')
GetApnsChannel = Action('GetApnsChannel')
GetApnsSandboxChannel = Action('GetApnsSandboxChannel')
GetApnsVoipChannel = Action('GetApnsVoipChannel')
GetApnsVoipSandboxChannel = Action('GetApnsVoipSandboxChannel')
GetApp = Action('GetApp')
GetApplicationSettings = Action('GetApplicationSettings')
github cloudtools / awacs / awacs / mobiletargeting.py View on Github external
UpdateApnsChannel = Action('UpdateApnsChannel')
UpdateApnsSandboxChannel = Action('UpdateApnsSandboxChannel')
UpdateApnsVoipChannel = Action('UpdateApnsVoipChannel')
UpdateApnsVoipSandboxChannel = Action('UpdateApnsVoipSandboxChannel')
UpdateApplicationSettings = Action('UpdateApplicationSettings')
UpdateBaiduChannel = Action('UpdateBaiduChannel')
UpdateCampaign = Action('UpdateCampaign')
UpdateEmailChannel = Action('UpdateEmailChannel')
UpdateEndpoint = Action('UpdateEndpoint')
UpdateEndpointsBatch = Action('UpdateEndpointsBatch')
UpdateGcmChannel = Action('UpdateGcmChannel')
UpdateJourney = Action('UpdateJourney')
UpdateJourneyState = Action('UpdateJourneyState')
UpdateSegment = Action('UpdateSegment')
UpdateSmsChannel = Action('UpdateSmsChannel')
UpdateVoiceChannel = Action('UpdateVoiceChannel')
github cloudtools / awacs / awacs / mobiletargeting.py View on Github external
def __init__(self, resource='', region='', account=''):
        sup = super(ARN, self)
        sup.__init__(service=prefix, resource=resource, region=region,
                     account=account)


CreateApp = Action('CreateApp')
CreateCampaign = Action('CreateCampaign')
CreateExportJob = Action('CreateExportJob')
CreateImportJob = Action('CreateImportJob')
CreateJourney = Action('CreateJourney')
CreateSegment = Action('CreateSegment')
DeleteAdmChannel = Action('DeleteAdmChannel')
DeleteApnsChannel = Action('DeleteApnsChannel')
DeleteApnsSandboxChannel = Action('DeleteApnsSandboxChannel')
DeleteApnsVoipChannel = Action('DeleteApnsVoipChannel')
DeleteApnsVoipSandboxChannel = Action('DeleteApnsVoipSandboxChannel')
DeleteApp = Action('DeleteApp')
DeleteBaiduChannel = Action('DeleteBaiduChannel')
DeleteCampaign = Action('DeleteCampaign')
DeleteEmailChannel = Action('DeleteEmailChannel')
DeleteEndpoint = Action('DeleteEndpoint')
DeleteEventStream = Action('DeleteEventStream')
DeleteGcmChannel = Action('DeleteGcmChannel')
DeleteJourney = Action('DeleteJourney')
DeleteSegment = Action('DeleteSegment')
DeleteSmsChannel = Action('DeleteSmsChannel')
DeleteUserEndpoints = Action('DeleteUserEndpoints')
DeleteVoiceChannel = Action('DeleteVoiceChannel')
GetAdmChannel = Action('GetAdmChannel')
GetApnsChannel = Action('GetApnsChannel')
GetApnsSandboxChannel = Action('GetApnsSandboxChannel')
github cloudtools / awacs / awacs / mobiletargeting.py View on Github external
GetApnsSandboxChannel = Action('GetApnsSandboxChannel')
GetApnsVoipChannel = Action('GetApnsVoipChannel')
GetApnsVoipSandboxChannel = Action('GetApnsVoipSandboxChannel')
GetApp = Action('GetApp')
GetApplicationSettings = Action('GetApplicationSettings')
GetApps = Action('GetApps')
GetBaiduChannel = Action('GetBaiduChannel')
GetCampaign = Action('GetCampaign')
GetCampaignActivities = Action('GetCampaignActivities')
GetCampaignVersion = Action('GetCampaignVersion')
GetCampaignVersions = Action('GetCampaignVersions')
GetCampaigns = Action('GetCampaigns')
GetChannels = Action('GetChannels')
GetEmailChannel = Action('GetEmailChannel')
GetEndpoint = Action('GetEndpoint')
GetEventStream = Action('GetEventStream')
GetExportJob = Action('GetExportJob')
GetExportJobs = Action('GetExportJobs')
GetGcmChannel = Action('GetGcmChannel')
GetImportJob = Action('GetImportJob')
GetImportJobs = Action('GetImportJobs')
GetJourney = Action('GetJourney')
GetReports = Action('GetReports')
GetSegment = Action('GetSegment')
GetSegmentExportJobs = Action('GetSegmentExportJobs')
GetSegmentImportJobs = Action('GetSegmentImportJobs')
GetSegmentVersion = Action('GetSegmentVersion')
GetSegmentVersions = Action('GetSegmentVersions')
GetSegments = Action('GetSegments')
GetSmsChannel = Action('GetSmsChannel')
GetUserEndpoints = Action('GetUserEndpoints')
GetVoiceChannel = Action('GetVoiceChannel')
github cloudtools / awacs / awacs / mobiletargeting.py View on Github external
def __init__(self, action=None):
        sup = super(Action, self)
        sup.__init__(prefix, action)
github cloudtools / awacs / awacs / mobiletargeting.py View on Github external
GetEventStream = Action('GetEventStream')
GetExportJob = Action('GetExportJob')
GetExportJobs = Action('GetExportJobs')
GetGcmChannel = Action('GetGcmChannel')
GetImportJob = Action('GetImportJob')
GetImportJobs = Action('GetImportJobs')
GetJourney = Action('GetJourney')
GetReports = Action('GetReports')
GetSegment = Action('GetSegment')
GetSegmentExportJobs = Action('GetSegmentExportJobs')
GetSegmentImportJobs = Action('GetSegmentImportJobs')
GetSegmentVersion = Action('GetSegmentVersion')
GetSegmentVersions = Action('GetSegmentVersions')
GetSegments = Action('GetSegments')
GetSmsChannel = Action('GetSmsChannel')
GetUserEndpoints = Action('GetUserEndpoints')
GetVoiceChannel = Action('GetVoiceChannel')
ListJourneys = Action('ListJourneys')
ListTagsForResource = Action('ListTagsForResource')
PhoneNumberValidate = Action('PhoneNumberValidate')
PutEventStream = Action('PutEventStream')
PutEvents = Action('PutEvents')
RemoveAttributes = Action('RemoveAttributes')
SendMessages = Action('SendMessages')
SendUsersMessages = Action('SendUsersMessages')
TagResource = Action('TagResource')
UntagResource = Action('UntagResource')
UpdateAdmChannel = Action('UpdateAdmChannel')
UpdateApnsChannel = Action('UpdateApnsChannel')
UpdateApnsSandboxChannel = Action('UpdateApnsSandboxChannel')
UpdateApnsVoipChannel = Action('UpdateApnsVoipChannel')
UpdateApnsVoipSandboxChannel = Action('UpdateApnsVoipSandboxChannel')
github cloudtools / awacs / awacs / mobiletargeting.py View on Github external
PhoneNumberValidate = Action('PhoneNumberValidate')
PutEventStream = Action('PutEventStream')
PutEvents = Action('PutEvents')
RemoveAttributes = Action('RemoveAttributes')
SendMessages = Action('SendMessages')
SendUsersMessages = Action('SendUsersMessages')
TagResource = Action('TagResource')
UntagResource = Action('UntagResource')
UpdateAdmChannel = Action('UpdateAdmChannel')
UpdateApnsChannel = Action('UpdateApnsChannel')
UpdateApnsSandboxChannel = Action('UpdateApnsSandboxChannel')
UpdateApnsVoipChannel = Action('UpdateApnsVoipChannel')
UpdateApnsVoipSandboxChannel = Action('UpdateApnsVoipSandboxChannel')
UpdateApplicationSettings = Action('UpdateApplicationSettings')
UpdateBaiduChannel = Action('UpdateBaiduChannel')
UpdateCampaign = Action('UpdateCampaign')
UpdateEmailChannel = Action('UpdateEmailChannel')
UpdateEndpoint = Action('UpdateEndpoint')
UpdateEndpointsBatch = Action('UpdateEndpointsBatch')
UpdateGcmChannel = Action('UpdateGcmChannel')
UpdateJourney = Action('UpdateJourney')
UpdateJourneyState = Action('UpdateJourneyState')
UpdateSegment = Action('UpdateSegment')
UpdateSmsChannel = Action('UpdateSmsChannel')
UpdateVoiceChannel = Action('UpdateVoiceChannel')
github cloudtools / awacs / awacs / mobiletargeting.py View on Github external
GetApnsVoipSandboxChannel = Action('GetApnsVoipSandboxChannel')
GetApp = Action('GetApp')
GetApplicationSettings = Action('GetApplicationSettings')
GetApps = Action('GetApps')
GetBaiduChannel = Action('GetBaiduChannel')
GetCampaign = Action('GetCampaign')
GetCampaignActivities = Action('GetCampaignActivities')
GetCampaignVersion = Action('GetCampaignVersion')
GetCampaignVersions = Action('GetCampaignVersions')
GetCampaigns = Action('GetCampaigns')
GetChannels = Action('GetChannels')
GetEmailChannel = Action('GetEmailChannel')
GetEndpoint = Action('GetEndpoint')
GetEventStream = Action('GetEventStream')
GetExportJob = Action('GetExportJob')
GetExportJobs = Action('GetExportJobs')
GetGcmChannel = Action('GetGcmChannel')
GetImportJob = Action('GetImportJob')
GetImportJobs = Action('GetImportJobs')
GetJourney = Action('GetJourney')
GetReports = Action('GetReports')
GetSegment = Action('GetSegment')
GetSegmentExportJobs = Action('GetSegmentExportJobs')
GetSegmentImportJobs = Action('GetSegmentImportJobs')
GetSegmentVersion = Action('GetSegmentVersion')
GetSegmentVersions = Action('GetSegmentVersions')
GetSegments = Action('GetSegments')
GetSmsChannel = Action('GetSmsChannel')
GetUserEndpoints = Action('GetUserEndpoints')
GetVoiceChannel = Action('GetVoiceChannel')
ListJourneys = Action('ListJourneys')
ListTagsForResource = Action('ListTagsForResource')