How to use the awacs.redshift.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 / redshift.py View on Github external
AcceptReservedNodeExchange = Action('AcceptReservedNodeExchange')
AuthorizeClusterSecurityGroupIngress = \
    Action('AuthorizeClusterSecurityGroupIngress')
AuthorizeSnapshotAccess = Action('AuthorizeSnapshotAccess')
BatchDeleteClusterSnapshots = Action('BatchDeleteClusterSnapshots')
BatchModifyClusterSnapshots = Action('BatchModifyClusterSnapshots')
CancelQuery = Action('CancelQuery')
CancelQuerySession = Action('CancelQuerySession')
CancelResize = Action('CancelResize')
CopyClusterSnapshot = Action('CopyClusterSnapshot')
CreateCluster = Action('CreateCluster')
CreateClusterParameterGroup = Action('CreateClusterParameterGroup')
CreateClusterSecurityGroup = Action('CreateClusterSecurityGroup')
CreateClusterSnapshot = Action('CreateClusterSnapshot')
CreateClusterSubnetGroup = Action('CreateClusterSubnetGroup')
CreateClusterUser = Action('CreateClusterUser')
CreateEventSubscription = Action('CreateEventSubscription')
CreateHsmClientCertificate = Action('CreateHsmClientCertificate')
CreateHsmConfiguration = Action('CreateHsmConfiguration')
CreateSavedQuery = Action('CreateSavedQuery')
CreateSnapshotCopyGrant = Action('CreateSnapshotCopyGrant')
CreateSnapshotSchedule = Action('CreateSnapshotSchedule')
CreateTags = Action('CreateTags')
DeleteCluster = Action('DeleteCluster')
DeleteClusterParameterGroup = Action('DeleteClusterParameterGroup')
DeleteClusterSecurityGroup = Action('DeleteClusterSecurityGroup')
DeleteClusterSnapshot = Action('DeleteClusterSnapshot')
DeleteClusterSubnetGroup = Action('DeleteClusterSubnetGroup')
DeleteEventSubscription = Action('DeleteEventSubscription')
DeleteHsmClientCertificate = Action('DeleteHsmClientCertificate')
DeleteHsmConfiguration = Action('DeleteHsmConfiguration')
DeleteSavedQueries = Action('DeleteSavedQueries')
github cloudtools / awacs / awacs / redshift.py View on Github external
def __init__(self, action=None):
        sup = super(Action, self)
        sup.__init__(prefix, action)
github cloudtools / awacs / awacs / redshift.py View on Github external
DeleteHsmClientCertificate = Action('DeleteHsmClientCertificate')
DeleteHsmConfiguration = Action('DeleteHsmConfiguration')
DeleteSavedQueries = Action('DeleteSavedQueries')
DeleteSnapshotCopyGrant = Action('DeleteSnapshotCopyGrant')
DeleteSnapshotSchedule = Action('DeleteSnapshotSchedule')
DeleteTags = Action('DeleteTags')
DescribeAccountAttributes = Action('DescribeAccountAttributes')
DescribeClusterDbRevisions = Action('DescribeClusterDbRevisions')
DescribeClusterParameterGroups = Action('DescribeClusterParameterGroups')
DescribeClusterParameters = Action('DescribeClusterParameters')
DescribeClusterSecurityGroups = Action('DescribeClusterSecurityGroups')
DescribeClusterSnapshots = Action('DescribeClusterSnapshots')
DescribeClusterSubnetGroups = Action('DescribeClusterSubnetGroups')
DescribeClusterTracks = Action('DescribeClusterTracks')
DescribeClusterVersions = Action('DescribeClusterVersions')
DescribeClusters = Action('DescribeClusters')
DescribeDefaultClusterParameters = \
    Action('DescribeDefaultClusterParameters')
DescribeEventCategories = Action('DescribeEventCategories')
DescribeEventSubscriptions = Action('DescribeEventSubscriptions')
DescribeEvents = Action('DescribeEvents')
DescribeHsmClientCertificates = Action('DescribeHsmClientCertificates')
DescribeHsmConfigurations = Action('DescribeHsmConfigurations')
DescribeLoggingStatus = Action('DescribeLoggingStatus')
DescribeNodeConfigurationOptions = \
    Action('DescribeNodeConfigurationOptions')
DescribeOrderableClusterOptions = \
    Action('DescribeOrderableClusterOptions')
DescribeQuery = Action('DescribeQuery')
DescribeReservedNodeOfferings = Action('DescribeReservedNodeOfferings')
DescribeReservedNodes = Action('DescribeReservedNodes')
DescribeResize = Action('DescribeResize')
github cloudtools / awacs / awacs / redshift.py View on Github external
CreateSavedQuery = Action('CreateSavedQuery')
CreateSnapshotCopyGrant = Action('CreateSnapshotCopyGrant')
CreateSnapshotSchedule = Action('CreateSnapshotSchedule')
CreateTags = Action('CreateTags')
DeleteCluster = Action('DeleteCluster')
DeleteClusterParameterGroup = Action('DeleteClusterParameterGroup')
DeleteClusterSecurityGroup = Action('DeleteClusterSecurityGroup')
DeleteClusterSnapshot = Action('DeleteClusterSnapshot')
DeleteClusterSubnetGroup = Action('DeleteClusterSubnetGroup')
DeleteEventSubscription = Action('DeleteEventSubscription')
DeleteHsmClientCertificate = Action('DeleteHsmClientCertificate')
DeleteHsmConfiguration = Action('DeleteHsmConfiguration')
DeleteSavedQueries = Action('DeleteSavedQueries')
DeleteSnapshotCopyGrant = Action('DeleteSnapshotCopyGrant')
DeleteSnapshotSchedule = Action('DeleteSnapshotSchedule')
DeleteTags = Action('DeleteTags')
DescribeAccountAttributes = Action('DescribeAccountAttributes')
DescribeClusterDbRevisions = Action('DescribeClusterDbRevisions')
DescribeClusterParameterGroups = Action('DescribeClusterParameterGroups')
DescribeClusterParameters = Action('DescribeClusterParameters')
DescribeClusterSecurityGroups = Action('DescribeClusterSecurityGroups')
DescribeClusterSnapshots = Action('DescribeClusterSnapshots')
DescribeClusterSubnetGroups = Action('DescribeClusterSubnetGroups')
DescribeClusterTracks = Action('DescribeClusterTracks')
DescribeClusterVersions = Action('DescribeClusterVersions')
DescribeClusters = Action('DescribeClusters')
DescribeDefaultClusterParameters = \
    Action('DescribeDefaultClusterParameters')
DescribeEventCategories = Action('DescribeEventCategories')
DescribeEventSubscriptions = Action('DescribeEventSubscriptions')
DescribeEvents = Action('DescribeEvents')
DescribeHsmClientCertificates = Action('DescribeHsmClientCertificates')
github cloudtools / awacs / awacs / redshift.py View on Github external
class ARN(BaseARN):
    def __init__(self, resource='', region='', account=''):
        sup = super(ARN, self)
        sup.__init__(service=prefix, resource=resource, region=region,
                     account=account)


AcceptReservedNodeExchange = Action('AcceptReservedNodeExchange')
AuthorizeClusterSecurityGroupIngress = \
    Action('AuthorizeClusterSecurityGroupIngress')
AuthorizeSnapshotAccess = Action('AuthorizeSnapshotAccess')
BatchDeleteClusterSnapshots = Action('BatchDeleteClusterSnapshots')
BatchModifyClusterSnapshots = Action('BatchModifyClusterSnapshots')
CancelQuery = Action('CancelQuery')
CancelQuerySession = Action('CancelQuerySession')
CancelResize = Action('CancelResize')
CopyClusterSnapshot = Action('CopyClusterSnapshot')
CreateCluster = Action('CreateCluster')
CreateClusterParameterGroup = Action('CreateClusterParameterGroup')
CreateClusterSecurityGroup = Action('CreateClusterSecurityGroup')
CreateClusterSnapshot = Action('CreateClusterSnapshot')
CreateClusterSubnetGroup = Action('CreateClusterSubnetGroup')
CreateClusterUser = Action('CreateClusterUser')
CreateEventSubscription = Action('CreateEventSubscription')
CreateHsmClientCertificate = Action('CreateHsmClientCertificate')
CreateHsmConfiguration = Action('CreateHsmConfiguration')
CreateSavedQuery = Action('CreateSavedQuery')
CreateSnapshotCopyGrant = Action('CreateSnapshotCopyGrant')
CreateSnapshotSchedule = Action('CreateSnapshotSchedule')
CreateTags = Action('CreateTags')
DeleteCluster = Action('DeleteCluster')
github cloudtools / awacs / awacs / redshift.py View on Github external
ModifyClusterSubnetGroup = Action('ModifyClusterSubnetGroup')
ModifyEventSubscription = Action('ModifyEventSubscription')
ModifySavedQuery = Action('ModifySavedQuery')
ModifySnapshotCopyRetentionPeriod = \
    Action('ModifySnapshotCopyRetentionPeriod')
ModifySnapshotSchedule = Action('ModifySnapshotSchedule')
PurchaseReservedNodeOffering = Action('PurchaseReservedNodeOffering')
RebootCluster = Action('RebootCluster')
ResetClusterParameterGroup = Action('ResetClusterParameterGroup')
ResizeCluster = Action('ResizeCluster')
RestoreFromClusterSnapshot = Action('RestoreFromClusterSnapshot')
RestoreTableFromClusterSnapshot = \
    Action('RestoreTableFromClusterSnapshot')
RevokeClusterSecurityGroupIngress = \
    Action('RevokeClusterSecurityGroupIngress')
RevokeSnapshotAccess = Action('RevokeSnapshotAccess')
RotateEncryptionKey = Action('RotateEncryptionKey')
ViewQueriesFromConsole = Action('ViewQueriesFromConsole')
ViewQueriesInConsole = Action('ViewQueriesInConsole')
github cloudtools / awacs / awacs / redshift.py View on Github external
DeleteCluster = Action('DeleteCluster')
DeleteClusterParameterGroup = Action('DeleteClusterParameterGroup')
DeleteClusterSecurityGroup = Action('DeleteClusterSecurityGroup')
DeleteClusterSnapshot = Action('DeleteClusterSnapshot')
DeleteClusterSubnetGroup = Action('DeleteClusterSubnetGroup')
DeleteEventSubscription = Action('DeleteEventSubscription')
DeleteHsmClientCertificate = Action('DeleteHsmClientCertificate')
DeleteHsmConfiguration = Action('DeleteHsmConfiguration')
DeleteSavedQueries = Action('DeleteSavedQueries')
DeleteSnapshotCopyGrant = Action('DeleteSnapshotCopyGrant')
DeleteSnapshotSchedule = Action('DeleteSnapshotSchedule')
DeleteTags = Action('DeleteTags')
DescribeAccountAttributes = Action('DescribeAccountAttributes')
DescribeClusterDbRevisions = Action('DescribeClusterDbRevisions')
DescribeClusterParameterGroups = Action('DescribeClusterParameterGroups')
DescribeClusterParameters = Action('DescribeClusterParameters')
DescribeClusterSecurityGroups = Action('DescribeClusterSecurityGroups')
DescribeClusterSnapshots = Action('DescribeClusterSnapshots')
DescribeClusterSubnetGroups = Action('DescribeClusterSubnetGroups')
DescribeClusterTracks = Action('DescribeClusterTracks')
DescribeClusterVersions = Action('DescribeClusterVersions')
DescribeClusters = Action('DescribeClusters')
DescribeDefaultClusterParameters = \
    Action('DescribeDefaultClusterParameters')
DescribeEventCategories = Action('DescribeEventCategories')
DescribeEventSubscriptions = Action('DescribeEventSubscriptions')
DescribeEvents = Action('DescribeEvents')
DescribeHsmClientCertificates = Action('DescribeHsmClientCertificates')
DescribeHsmConfigurations = Action('DescribeHsmConfigurations')
DescribeLoggingStatus = Action('DescribeLoggingStatus')
DescribeNodeConfigurationOptions = \
    Action('DescribeNodeConfigurationOptions')
github cloudtools / awacs / awacs / redshift.py View on Github external
class Action(BaseAction):
    def __init__(self, action=None):
        sup = super(Action, self)
        sup.__init__(prefix, action)


class ARN(BaseARN):
    def __init__(self, resource='', region='', account=''):
        sup = super(ARN, self)
        sup.__init__(service=prefix, resource=resource, region=region,
                     account=account)


AcceptReservedNodeExchange = Action('AcceptReservedNodeExchange')
AuthorizeClusterSecurityGroupIngress = \
    Action('AuthorizeClusterSecurityGroupIngress')
AuthorizeSnapshotAccess = Action('AuthorizeSnapshotAccess')
BatchDeleteClusterSnapshots = Action('BatchDeleteClusterSnapshots')
BatchModifyClusterSnapshots = Action('BatchModifyClusterSnapshots')
CancelQuery = Action('CancelQuery')
CancelQuerySession = Action('CancelQuerySession')
CancelResize = Action('CancelResize')
CopyClusterSnapshot = Action('CopyClusterSnapshot')
CreateCluster = Action('CreateCluster')
CreateClusterParameterGroup = Action('CreateClusterParameterGroup')
CreateClusterSecurityGroup = Action('CreateClusterSecurityGroup')
CreateClusterSnapshot = Action('CreateClusterSnapshot')
CreateClusterSubnetGroup = Action('CreateClusterSubnetGroup')
CreateClusterUser = Action('CreateClusterUser')
CreateEventSubscription = Action('CreateEventSubscription')
github cloudtools / awacs / awacs / redshift.py View on Github external
GetReservedNodeExchangeOfferings = \
    Action('GetReservedNodeExchangeOfferings')
JoinGroup = Action('JoinGroup')
ListDatabases = Action('ListDatabases')
ListSavedQueries = Action('ListSavedQueries')
ListSchemas = Action('ListSchemas')
ListTables = Action('ListTables')
ModifyCluster = Action('ModifyCluster')
ModifyClusterDbRevision = Action('ModifyClusterDbRevision')
ModifyClusterIamRoles = Action('ModifyClusterIamRoles')
ModifyClusterMaintenance = Action('ModifyClusterMaintenance')
ModifyClusterParameterGroup = Action('ModifyClusterParameterGroup')
ModifyClusterSnapshot = Action('ModifyClusterSnapshot')
ModifyClusterSnapshotSchedule = Action('ModifyClusterSnapshotSchedule')
ModifyClusterSubnetGroup = Action('ModifyClusterSubnetGroup')
ModifyEventSubscription = Action('ModifyEventSubscription')
ModifySavedQuery = Action('ModifySavedQuery')
ModifySnapshotCopyRetentionPeriod = \
    Action('ModifySnapshotCopyRetentionPeriod')
ModifySnapshotSchedule = Action('ModifySnapshotSchedule')
PurchaseReservedNodeOffering = Action('PurchaseReservedNodeOffering')
RebootCluster = Action('RebootCluster')
ResetClusterParameterGroup = Action('ResetClusterParameterGroup')
ResizeCluster = Action('ResizeCluster')
RestoreFromClusterSnapshot = Action('RestoreFromClusterSnapshot')
RestoreTableFromClusterSnapshot = \
    Action('RestoreTableFromClusterSnapshot')
RevokeClusterSecurityGroupIngress = \
    Action('RevokeClusterSecurityGroupIngress')
RevokeSnapshotAccess = Action('RevokeSnapshotAccess')
RotateEncryptionKey = Action('RotateEncryptionKey')
ViewQueriesFromConsole = Action('ViewQueriesFromConsole')
github cloudtools / awacs / awacs / redshift.py View on Github external
sup.__init__(service=prefix, resource=resource, region=region,
                     account=account)


AcceptReservedNodeExchange = Action('AcceptReservedNodeExchange')
AuthorizeClusterSecurityGroupIngress = \
    Action('AuthorizeClusterSecurityGroupIngress')
AuthorizeSnapshotAccess = Action('AuthorizeSnapshotAccess')
BatchDeleteClusterSnapshots = Action('BatchDeleteClusterSnapshots')
BatchModifyClusterSnapshots = Action('BatchModifyClusterSnapshots')
CancelQuery = Action('CancelQuery')
CancelQuerySession = Action('CancelQuerySession')
CancelResize = Action('CancelResize')
CopyClusterSnapshot = Action('CopyClusterSnapshot')
CreateCluster = Action('CreateCluster')
CreateClusterParameterGroup = Action('CreateClusterParameterGroup')
CreateClusterSecurityGroup = Action('CreateClusterSecurityGroup')
CreateClusterSnapshot = Action('CreateClusterSnapshot')
CreateClusterSubnetGroup = Action('CreateClusterSubnetGroup')
CreateClusterUser = Action('CreateClusterUser')
CreateEventSubscription = Action('CreateEventSubscription')
CreateHsmClientCertificate = Action('CreateHsmClientCertificate')
CreateHsmConfiguration = Action('CreateHsmConfiguration')
CreateSavedQuery = Action('CreateSavedQuery')
CreateSnapshotCopyGrant = Action('CreateSnapshotCopyGrant')
CreateSnapshotSchedule = Action('CreateSnapshotSchedule')
CreateTags = Action('CreateTags')
DeleteCluster = Action('DeleteCluster')
DeleteClusterParameterGroup = Action('DeleteClusterParameterGroup')
DeleteClusterSecurityGroup = Action('DeleteClusterSecurityGroup')
DeleteClusterSnapshot = Action('DeleteClusterSnapshot')
DeleteClusterSubnetGroup = Action('DeleteClusterSubnetGroup')