How to use the awacs.iot.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 / iot.py View on Github external
CreateBillingGroup = Action('CreateBillingGroup')
CreateCertificateFromCsr = Action('CreateCertificateFromCsr')
CreateDynamicThingGroup = Action('CreateDynamicThingGroup')
CreateJob = Action('CreateJob')
CreateKeysAndCertificate = Action('CreateKeysAndCertificate')
CreateOTAUpdate = Action('CreateOTAUpdate')
CreateOTAUpdateJob = Action('CreateOTAUpdateJob')
CreatePolicy = Action('CreatePolicy')
CreatePolicyVersion = Action('CreatePolicyVersion')
CreateRoleAlias = Action('CreateRoleAlias')
CreateScheduledAudit = Action('CreateScheduledAudit')
CreateSecurityProfile = Action('CreateSecurityProfile')
CreateStream = Action('CreateStream')
CreateThing = Action('CreateThing')
CreateThingGroup = Action('CreateThingGroup')
CreateThingType = Action('CreateThingType')
CreateTopicRule = Action('CreateTopicRule')
DeleteAccountAuditConfiguration = \
    Action('DeleteAccountAuditConfiguration')
DeleteAuthorizer = Action('DeleteAuthorizer')
DeleteBillingGroup = Action('DeleteBillingGroup')
DeleteCACertificate = Action('DeleteCACertificate')
DeleteCertificate = Action('DeleteCertificate')
DeleteDynamicThingGroup = Action('DeleteDynamicThingGroup')
DeleteJob = Action('DeleteJob')
DeleteJobExecution = Action('DeleteJobExecution')
DeleteOTAUpdate = Action('DeleteOTAUpdate')
DeleteOTAUpdateJob = Action('DeleteOTAUpdateJob')
DeletePolicy = Action('DeletePolicy')
DeletePolicyVersion = Action('DeletePolicyVersion')
DeleteRegistrationCode = Action('DeleteRegistrationCode')
DeleteRoleAlias = Action('DeleteRoleAlias')
github cloudtools / awacs / awacs / iot.py View on Github external
ListThingRegistrationTasks = Action('ListThingRegistrationTasks')
ListThingTypes = Action('ListThingTypes')
ListThings = Action('ListThings')
ListThingsInBillingGroup = Action('ListThingsInBillingGroup')
ListThingsInThingGroup = Action('ListThingsInThingGroup')
ListTopicRules = Action('ListTopicRules')
ListV2LoggingLevels = Action('ListV2LoggingLevels')
ListViolationEvents = Action('ListViolationEvents')
Publish = Action('Publish')
Receive = Action('Receive')
RegisterCACertificate = Action('RegisterCACertificate')
RegisterCertificate = Action('RegisterCertificate')
RegisterThing = Action('RegisterThing')
RejectCertificateTransfer = Action('RejectCertificateTransfer')
RemoveThingFromBillingGroup = Action('RemoveThingFromBillingGroup')
RemoveThingFromThingGroup = Action('RemoveThingFromThingGroup')
ReplaceTopicRule = Action('ReplaceTopicRule')
SearchIndex = Action('SearchIndex')
SetDefaultAuthorizer = Action('SetDefaultAuthorizer')
SetDefaultPolicyVersion = Action('SetDefaultPolicyVersion')
SetLoggingOptions = Action('SetLoggingOptions')
SetV2LoggingLevel = Action('SetV2LoggingLevel')
SetV2LoggingOptions = Action('SetV2LoggingOptions')
StartNextPendingJobExecution = Action('StartNextPendingJobExecution')
StartOnDemandAuditTask = Action('StartOnDemandAuditTask')
StartThingRegistrationTask = Action('StartThingRegistrationTask')
StopThingRegistrationTask = Action('StopThingRegistrationTask')
Subscribe = Action('Subscribe')
TagResource = Action('TagResource')
TestAuthorization = Action('TestAuthorization')
TestInvokeAuthorizer = Action('TestInvokeAuthorizer')
TransferCertificate = Action('TransferCertificate')
github cloudtools / awacs / awacs / iot.py View on Github external
GetEffectivePolicies = Action('GetEffectivePolicies')
GetIndexingConfiguration = Action('GetIndexingConfiguration')
GetJobDocument = Action('GetJobDocument')
GetLoggingOptions = Action('GetLoggingOptions')
GetOTAUpdate = Action('GetOTAUpdate')
GetOTAUpdateJob = Action('GetOTAUpdateJob')
GetPendingJobExecutions = Action('GetPendingJobExecutions')
GetPolicy = Action('GetPolicy')
GetPolicyVersion = Action('GetPolicyVersion')
GetRegistrationCode = Action('GetRegistrationCode')
GetStatistics = Action('GetStatistics')
GetThingShadow = Action('GetThingShadow')
GetTopicRule = Action('GetTopicRule')
GetV2LoggingOptions = Action('GetV2LoggingOptions')
ListActiveViolations = Action('ListActiveViolations')
ListAttachedPolicies = Action('ListAttachedPolicies')
ListAuditFindings = Action('ListAuditFindings')
ListAuditTasks = Action('ListAuditTasks')
ListAuthorizers = Action('ListAuthorizers')
ListBillingGroups = Action('ListBillingGroups')
ListCACertificates = Action('ListCACertificates')
ListCertificates = Action('ListCertificates')
ListCertificatesByCA = Action('ListCertificatesByCA')
ListIndices = Action('ListIndices')
ListJobExecutionsForJob = Action('ListJobExecutionsForJob')
ListJobExecutionsForThing = Action('ListJobExecutionsForThing')
ListJobs = Action('ListJobs')
ListOTAUpdateJobs = Action('ListOTAUpdateJobs')
ListOTAUpdates = Action('ListOTAUpdates')
ListOutgoingCertificates = Action('ListOutgoingCertificates')
ListPolicies = Action('ListPolicies')
ListPolicyPrincipals = Action('ListPolicyPrincipals')
github cloudtools / awacs / awacs / iot.py View on Github external
DescribeThingType = Action('DescribeThingType')
DetachPolicy = Action('DetachPolicy')
DetachPrincipalPolicy = Action('DetachPrincipalPolicy')
DetachSecurityProfile = Action('DetachSecurityProfile')
DetachThingPrincipal = Action('DetachThingPrincipal')
DisableTopicRule = Action('DisableTopicRule')
EnableTopicRule = Action('EnableTopicRule')
GetEffectivePolicies = Action('GetEffectivePolicies')
GetIndexingConfiguration = Action('GetIndexingConfiguration')
GetJobDocument = Action('GetJobDocument')
GetLoggingOptions = Action('GetLoggingOptions')
GetOTAUpdate = Action('GetOTAUpdate')
GetOTAUpdateJob = Action('GetOTAUpdateJob')
GetPendingJobExecutions = Action('GetPendingJobExecutions')
GetPolicy = Action('GetPolicy')
GetPolicyVersion = Action('GetPolicyVersion')
GetRegistrationCode = Action('GetRegistrationCode')
GetStatistics = Action('GetStatistics')
GetThingShadow = Action('GetThingShadow')
GetTopicRule = Action('GetTopicRule')
GetV2LoggingOptions = Action('GetV2LoggingOptions')
ListActiveViolations = Action('ListActiveViolations')
ListAttachedPolicies = Action('ListAttachedPolicies')
ListAuditFindings = Action('ListAuditFindings')
ListAuditTasks = Action('ListAuditTasks')
ListAuthorizers = Action('ListAuthorizers')
ListBillingGroups = Action('ListBillingGroups')
ListCACertificates = Action('ListCACertificates')
ListCertificates = Action('ListCertificates')
ListCertificatesByCA = Action('ListCertificatesByCA')
ListIndices = Action('ListIndices')
ListJobExecutionsForJob = Action('ListJobExecutionsForJob')
github cloudtools / awacs / awacs / iot.py View on Github external
DescribeThing = Action('DescribeThing')
DescribeThingGroup = Action('DescribeThingGroup')
DescribeThingRegistrationTask = Action('DescribeThingRegistrationTask')
DescribeThingType = Action('DescribeThingType')
DetachPolicy = Action('DetachPolicy')
DetachPrincipalPolicy = Action('DetachPrincipalPolicy')
DetachSecurityProfile = Action('DetachSecurityProfile')
DetachThingPrincipal = Action('DetachThingPrincipal')
DisableTopicRule = Action('DisableTopicRule')
EnableTopicRule = Action('EnableTopicRule')
GetEffectivePolicies = Action('GetEffectivePolicies')
GetIndexingConfiguration = Action('GetIndexingConfiguration')
GetJobDocument = Action('GetJobDocument')
GetLoggingOptions = Action('GetLoggingOptions')
GetOTAUpdate = Action('GetOTAUpdate')
GetOTAUpdateJob = Action('GetOTAUpdateJob')
GetPendingJobExecutions = Action('GetPendingJobExecutions')
GetPolicy = Action('GetPolicy')
GetPolicyVersion = Action('GetPolicyVersion')
GetRegistrationCode = Action('GetRegistrationCode')
GetStatistics = Action('GetStatistics')
GetThingShadow = Action('GetThingShadow')
GetTopicRule = Action('GetTopicRule')
GetV2LoggingOptions = Action('GetV2LoggingOptions')
ListActiveViolations = Action('ListActiveViolations')
ListAttachedPolicies = Action('ListAttachedPolicies')
ListAuditFindings = Action('ListAuditFindings')
ListAuditTasks = Action('ListAuditTasks')
ListAuthorizers = Action('ListAuthorizers')
ListBillingGroups = Action('ListBillingGroups')
ListCACertificates = Action('ListCACertificates')
ListCertificates = Action('ListCertificates')
github cloudtools / awacs / awacs / iot.py View on Github external
DeleteAccountAuditConfiguration = \
    Action('DeleteAccountAuditConfiguration')
DeleteAuthorizer = Action('DeleteAuthorizer')
DeleteBillingGroup = Action('DeleteBillingGroup')
DeleteCACertificate = Action('DeleteCACertificate')
DeleteCertificate = Action('DeleteCertificate')
DeleteDynamicThingGroup = Action('DeleteDynamicThingGroup')
DeleteJob = Action('DeleteJob')
DeleteJobExecution = Action('DeleteJobExecution')
DeleteOTAUpdate = Action('DeleteOTAUpdate')
DeleteOTAUpdateJob = Action('DeleteOTAUpdateJob')
DeletePolicy = Action('DeletePolicy')
DeletePolicyVersion = Action('DeletePolicyVersion')
DeleteRegistrationCode = Action('DeleteRegistrationCode')
DeleteRoleAlias = Action('DeleteRoleAlias')
DeleteScheduledAudit = Action('DeleteScheduledAudit')
DeleteSecurityProfile = Action('DeleteSecurityProfile')
DeleteStream = Action('DeleteStream')
DeleteThing = Action('DeleteThing')
DeleteThingGroup = Action('DeleteThingGroup')
DeleteThingShadow = Action('DeleteThingShadow')
DeleteThingType = Action('DeleteThingType')
DeleteTopicRule = Action('DeleteTopicRule')
DeleteV2LoggingLevel = Action('DeleteV2LoggingLevel')
DeprecateThingType = Action('DeprecateThingType')
DescribeAccountAuditConfiguration = \
    Action('DescribeAccountAuditConfiguration')
DescribeAuditTask = Action('DescribeAuditTask')
DescribeAuthorizer = Action('DescribeAuthorizer')
DescribeBillingGroup = Action('DescribeBillingGroup')
DescribeCACertificate = Action('DescribeCACertificate')
DescribeCertificate = Action('DescribeCertificate')
github cloudtools / awacs / awacs / iot.py View on Github external
ListTargetsForPolicy = Action('ListTargetsForPolicy')
ListTargetsForSecurityProfile = Action('ListTargetsForSecurityProfile')
ListThingGroups = Action('ListThingGroups')
ListThingGroupsForThing = Action('ListThingGroupsForThing')
ListThingPrincipals = Action('ListThingPrincipals')
ListThingRegistrationTaskReports = \
    Action('ListThingRegistrationTaskReports')
ListThingRegistrationTasks = Action('ListThingRegistrationTasks')
ListThingTypes = Action('ListThingTypes')
ListThings = Action('ListThings')
ListThingsInBillingGroup = Action('ListThingsInBillingGroup')
ListThingsInThingGroup = Action('ListThingsInThingGroup')
ListTopicRules = Action('ListTopicRules')
ListV2LoggingLevels = Action('ListV2LoggingLevels')
ListViolationEvents = Action('ListViolationEvents')
Publish = Action('Publish')
Receive = Action('Receive')
RegisterCACertificate = Action('RegisterCACertificate')
RegisterCertificate = Action('RegisterCertificate')
RegisterThing = Action('RegisterThing')
RejectCertificateTransfer = Action('RejectCertificateTransfer')
RemoveThingFromBillingGroup = Action('RemoveThingFromBillingGroup')
RemoveThingFromThingGroup = Action('RemoveThingFromThingGroup')
ReplaceTopicRule = Action('ReplaceTopicRule')
SearchIndex = Action('SearchIndex')
SetDefaultAuthorizer = Action('SetDefaultAuthorizer')
SetDefaultPolicyVersion = Action('SetDefaultPolicyVersion')
SetLoggingOptions = Action('SetLoggingOptions')
SetV2LoggingLevel = Action('SetV2LoggingLevel')
SetV2LoggingOptions = Action('SetV2LoggingOptions')
StartNextPendingJobExecution = Action('StartNextPendingJobExecution')
StartOnDemandAuditTask = Action('StartOnDemandAuditTask')
github cloudtools / awacs / awacs / iot.py View on Github external
DetachSecurityProfile = Action('DetachSecurityProfile')
DetachThingPrincipal = Action('DetachThingPrincipal')
DisableTopicRule = Action('DisableTopicRule')
EnableTopicRule = Action('EnableTopicRule')
GetEffectivePolicies = Action('GetEffectivePolicies')
GetIndexingConfiguration = Action('GetIndexingConfiguration')
GetJobDocument = Action('GetJobDocument')
GetLoggingOptions = Action('GetLoggingOptions')
GetOTAUpdate = Action('GetOTAUpdate')
GetOTAUpdateJob = Action('GetOTAUpdateJob')
GetPendingJobExecutions = Action('GetPendingJobExecutions')
GetPolicy = Action('GetPolicy')
GetPolicyVersion = Action('GetPolicyVersion')
GetRegistrationCode = Action('GetRegistrationCode')
GetStatistics = Action('GetStatistics')
GetThingShadow = Action('GetThingShadow')
GetTopicRule = Action('GetTopicRule')
GetV2LoggingOptions = Action('GetV2LoggingOptions')
ListActiveViolations = Action('ListActiveViolations')
ListAttachedPolicies = Action('ListAttachedPolicies')
ListAuditFindings = Action('ListAuditFindings')
ListAuditTasks = Action('ListAuditTasks')
ListAuthorizers = Action('ListAuthorizers')
ListBillingGroups = Action('ListBillingGroups')
ListCACertificates = Action('ListCACertificates')
ListCertificates = Action('ListCertificates')
ListCertificatesByCA = Action('ListCertificatesByCA')
ListIndices = Action('ListIndices')
ListJobExecutionsForJob = Action('ListJobExecutionsForJob')
ListJobExecutionsForThing = Action('ListJobExecutionsForThing')
ListJobs = Action('ListJobs')
ListOTAUpdateJobs = Action('ListOTAUpdateJobs')
github cloudtools / awacs / awacs / iot.py View on Github external
CreateOTAUpdateJob = Action('CreateOTAUpdateJob')
CreatePolicy = Action('CreatePolicy')
CreatePolicyVersion = Action('CreatePolicyVersion')
CreateRoleAlias = Action('CreateRoleAlias')
CreateScheduledAudit = Action('CreateScheduledAudit')
CreateSecurityProfile = Action('CreateSecurityProfile')
CreateStream = Action('CreateStream')
CreateThing = Action('CreateThing')
CreateThingGroup = Action('CreateThingGroup')
CreateThingType = Action('CreateThingType')
CreateTopicRule = Action('CreateTopicRule')
DeleteAccountAuditConfiguration = \
    Action('DeleteAccountAuditConfiguration')
DeleteAuthorizer = Action('DeleteAuthorizer')
DeleteBillingGroup = Action('DeleteBillingGroup')
DeleteCACertificate = Action('DeleteCACertificate')
DeleteCertificate = Action('DeleteCertificate')
DeleteDynamicThingGroup = Action('DeleteDynamicThingGroup')
DeleteJob = Action('DeleteJob')
DeleteJobExecution = Action('DeleteJobExecution')
DeleteOTAUpdate = Action('DeleteOTAUpdate')
DeleteOTAUpdateJob = Action('DeleteOTAUpdateJob')
DeletePolicy = Action('DeletePolicy')
DeletePolicyVersion = Action('DeletePolicyVersion')
DeleteRegistrationCode = Action('DeleteRegistrationCode')
DeleteRoleAlias = Action('DeleteRoleAlias')
DeleteScheduledAudit = Action('DeleteScheduledAudit')
DeleteSecurityProfile = Action('DeleteSecurityProfile')
DeleteStream = Action('DeleteStream')
DeleteThing = Action('DeleteThing')
DeleteThingGroup = Action('DeleteThingGroup')
DeleteThingShadow = Action('DeleteThingShadow')
github cloudtools / awacs / awacs / iot.py View on Github external
CreateOTAUpdate = Action('CreateOTAUpdate')
CreateOTAUpdateJob = Action('CreateOTAUpdateJob')
CreatePolicy = Action('CreatePolicy')
CreatePolicyVersion = Action('CreatePolicyVersion')
CreateRoleAlias = Action('CreateRoleAlias')
CreateScheduledAudit = Action('CreateScheduledAudit')
CreateSecurityProfile = Action('CreateSecurityProfile')
CreateStream = Action('CreateStream')
CreateThing = Action('CreateThing')
CreateThingGroup = Action('CreateThingGroup')
CreateThingType = Action('CreateThingType')
CreateTopicRule = Action('CreateTopicRule')
DeleteAccountAuditConfiguration = \
    Action('DeleteAccountAuditConfiguration')
DeleteAuthorizer = Action('DeleteAuthorizer')
DeleteBillingGroup = Action('DeleteBillingGroup')
DeleteCACertificate = Action('DeleteCACertificate')
DeleteCertificate = Action('DeleteCertificate')
DeleteDynamicThingGroup = Action('DeleteDynamicThingGroup')
DeleteJob = Action('DeleteJob')
DeleteJobExecution = Action('DeleteJobExecution')
DeleteOTAUpdate = Action('DeleteOTAUpdate')
DeleteOTAUpdateJob = Action('DeleteOTAUpdateJob')
DeletePolicy = Action('DeletePolicy')
DeletePolicyVersion = Action('DeletePolicyVersion')
DeleteRegistrationCode = Action('DeleteRegistrationCode')
DeleteRoleAlias = Action('DeleteRoleAlias')
DeleteScheduledAudit = Action('DeleteScheduledAudit')
DeleteSecurityProfile = Action('DeleteSecurityProfile')
DeleteStream = Action('DeleteStream')
DeleteThing = Action('DeleteThing')
DeleteThingGroup = Action('DeleteThingGroup')