5.0.0 • Published 7 years ago

@datafire/amazonaws_redshift v5.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

@datafire/amazonaws_redshift

Client library for Amazon Redshift

Installation and Usage

npm install --save @datafire/amazonaws_redshift
let amazonaws_redshift = require('@datafire/amazonaws_redshift').create({
  accessKeyId: "",
  secretAccessKey: "",
  region: ""
});

amazonaws_redshift.AuthorizeClusterSecurityGroupIngress({
  "ClusterSecurityGroupName": ""
}).then(data => {
  console.log(data);
});

Description

Amazon Redshift Overview This is an interface reference for Amazon Redshift. It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift clusters. Note that Amazon Redshift is asynchronous, which means that some interfaces may require techniques, such as polling or asynchronous callback handlers, to determine when a command has been applied. In this reference, the parameter descriptions indicate whether a change is applied immediately, on the next instance reboot, or during the next maintenance window. For a summary of the Amazon Redshift cluster management interfaces, go to Using the Amazon Redshift Management Interfaces. Amazon Redshift manages all the work of setting up, operating, and scaling a data warehouse: provisioning capacity, monitoring and backing up the cluster, and applying patches and upgrades to the Amazon Redshift engine. You can focus on using your data to acquire new insights for your business and customers. If you are a first-time user of Amazon Redshift, we recommend that you begin by reading the Amazon Redshift Getting Started Guide. If you are a database developer, the Amazon Redshift Database Developer Guide explains how to design, build, query, and maintain the databases that make up your data warehouse.

Actions

AuthorizeClusterSecurityGroupIngress

amazonaws_redshift.AuthorizeClusterSecurityGroupIngress({
  "ClusterSecurityGroupName": ""
}, context)

Input

  • input object

Output

AuthorizeSnapshotAccess

amazonaws_redshift.AuthorizeSnapshotAccess({
  "SnapshotIdentifier": "",
  "AccountWithRestoreAccess": ""
}, context)

Input

  • input object
    • AccountWithRestoreAccess required String
    • SnapshotClusterIdentifier String
    • SnapshotIdentifier required String

Output

CopyClusterSnapshot

amazonaws_redshift.CopyClusterSnapshot({
  "SourceSnapshotIdentifier": "",
  "TargetSnapshotIdentifier": ""
}, context)

Input

  • input object
    • SourceSnapshotClusterIdentifier String
    • SourceSnapshotIdentifier required String
    • TargetSnapshotIdentifier required String

Output

CreateCluster

amazonaws_redshift.CreateCluster({
  "ClusterIdentifier": "",
  "NodeType": "",
  "MasterUsername": "",
  "MasterUserPassword": ""
}, context)

Input

Output

CreateClusterParameterGroup

amazonaws_redshift.CreateClusterParameterGroup({
  "ParameterGroupName": "",
  "ParameterGroupFamily": "",
  "Description": ""
}, context)

Input

Output

CreateClusterSecurityGroup

amazonaws_redshift.CreateClusterSecurityGroup({
  "ClusterSecurityGroupName": "",
  "Description": ""
}, context)

Input

Output

CreateClusterSnapshot

amazonaws_redshift.CreateClusterSnapshot({
  "SnapshotIdentifier": "",
  "ClusterIdentifier": ""
}, context)

Input

Output

CreateClusterSubnetGroup

amazonaws_redshift.CreateClusterSubnetGroup({
  "ClusterSubnetGroupName": "",
  "Description": "",
  "SubnetIds": []
}, context)

Input

Output

CreateEventSubscription

amazonaws_redshift.CreateEventSubscription({
  "SubscriptionName": "",
  "SnsTopicArn": ""
}, context)

Input

Output

CreateHsmClientCertificate

amazonaws_redshift.CreateHsmClientCertificate({
  "HsmClientCertificateIdentifier": ""
}, context)

Input

  • input object

Output

CreateHsmConfiguration

amazonaws_redshift.CreateHsmConfiguration({
  "HsmConfigurationIdentifier": "",
  "Description": "",
  "HsmIpAddress": "",
  "HsmPartitionName": "",
  "HsmPartitionPassword": "",
  "HsmServerPublicCertificate": ""
}, context)

Input

  • input object
    • Description required String
    • HsmConfigurationIdentifier required String
    • HsmIpAddress required String
    • HsmPartitionName required String
    • HsmPartitionPassword required String
    • HsmServerPublicCertificate required String
    • Tags TagList

Output

CreateSnapshotCopyGrant

amazonaws_redshift.CreateSnapshotCopyGrant({
  "SnapshotCopyGrantName": ""
}, context)

Input

Output

CreateTags

amazonaws_redshift.CreateTags({
  "ResourceName": "",
  "Tags": []
}, context)

Input

Output

Output schema unknown

DeleteCluster

amazonaws_redshift.DeleteCluster({
  "ClusterIdentifier": ""
}, context)

Input

  • input object
    • ClusterIdentifier required String
    • FinalClusterSnapshotIdentifier String
    • SkipFinalClusterSnapshot Boolean

Output

DeleteClusterParameterGroup

amazonaws_redshift.DeleteClusterParameterGroup({
  "ParameterGroupName": ""
}, context)

Input

  • input object
    • ParameterGroupName required String

Output

Output schema unknown

DeleteClusterSecurityGroup

amazonaws_redshift.DeleteClusterSecurityGroup({
  "ClusterSecurityGroupName": ""
}, context)

Input

  • input object
    • ClusterSecurityGroupName required String

Output

Output schema unknown

DeleteClusterSnapshot

amazonaws_redshift.DeleteClusterSnapshot({
  "SnapshotIdentifier": ""
}, context)

Input

  • input object
    • SnapshotClusterIdentifier String
    • SnapshotIdentifier required String

Output

DeleteClusterSubnetGroup

amazonaws_redshift.DeleteClusterSubnetGroup({
  "ClusterSubnetGroupName": ""
}, context)

Input

  • input object
    • ClusterSubnetGroupName required String

Output

Output schema unknown

DeleteEventSubscription

amazonaws_redshift.DeleteEventSubscription({
  "SubscriptionName": ""
}, context)

Input

  • input object
    • SubscriptionName required String

Output

Output schema unknown

DeleteHsmClientCertificate

amazonaws_redshift.DeleteHsmClientCertificate({
  "HsmClientCertificateIdentifier": ""
}, context)

Input

  • input object
    • HsmClientCertificateIdentifier required String

Output

Output schema unknown

DeleteHsmConfiguration

amazonaws_redshift.DeleteHsmConfiguration({
  "HsmConfigurationIdentifier": ""
}, context)

Input

  • input object
    • HsmConfigurationIdentifier required String

Output

Output schema unknown

DeleteSnapshotCopyGrant

amazonaws_redshift.DeleteSnapshotCopyGrant({
  "SnapshotCopyGrantName": ""
}, context)

Input

  • input object
    • SnapshotCopyGrantName required String

Output

Output schema unknown

DeleteTags

amazonaws_redshift.DeleteTags({
  "ResourceName": "",
  "TagKeys": []
}, context)

Input

Output

Output schema unknown

DescribeClusterParameterGroups

amazonaws_redshift.DescribeClusterParameterGroups({}, context)

Input

Output

DescribeClusterParameters

amazonaws_redshift.DescribeClusterParameters({
  "ParameterGroupName": ""
}, context)

Input

Output

DescribeClusterSecurityGroups

amazonaws_redshift.DescribeClusterSecurityGroups({}, context)

Input

Output

DescribeClusterSnapshots

amazonaws_redshift.DescribeClusterSnapshots({}, context)

Input

Output

DescribeClusterSubnetGroups

amazonaws_redshift.DescribeClusterSubnetGroups({}, context)

Input

Output

DescribeClusterVersions

amazonaws_redshift.DescribeClusterVersions({}, context)

Input

Output

DescribeClusters

amazonaws_redshift.DescribeClusters({}, context)

Input

Output

DescribeDefaultClusterParameters

amazonaws_redshift.DescribeDefaultClusterParameters({
  "ParameterGroupFamily": ""
}, context)

Input

Output

DescribeEventCategories

amazonaws_redshift.DescribeEventCategories({}, context)

Input

Output

DescribeEventSubscriptions

amazonaws_redshift.DescribeEventSubscriptions({}, context)

Input

Output

DescribeEvents

amazonaws_redshift.DescribeEvents({}, context)

Input

Output

DescribeHsmClientCertificates

amazonaws_redshift.DescribeHsmClientCertificates({}, context)

Input

Output

DescribeHsmConfigurations

amazonaws_redshift.DescribeHsmConfigurations({}, context)

Input

Output

DescribeLoggingStatus

amazonaws_redshift.DescribeLoggingStatus({
  "ClusterIdentifier": ""
}, context)

Input

  • input object
    • ClusterIdentifier required String

Output

DescribeOrderableClusterOptions

amazonaws_redshift.DescribeOrderableClusterOptions({}, context)

Input

Output

DescribeReservedNodeOfferings

amazonaws_redshift.DescribeReservedNodeOfferings({}, context)

Input

Output

DescribeReservedNodes

amazonaws_redshift.DescribeReservedNodes({}, context)

Input

Output

DescribeResize

amazonaws_redshift.DescribeResize({
  "ClusterIdentifier": ""
}, context)

Input

  • input object
    • ClusterIdentifier required String

Output

DescribeSnapshotCopyGrants

amazonaws_redshift.DescribeSnapshotCopyGrants({}, context)

Input

Output

DescribeTableRestoreStatus

amazonaws_redshift.DescribeTableRestoreStatus({}, context)

Input

Output

DescribeTags

amazonaws_redshift.DescribeTags({}, context)

Input

Output

DisableLogging

amazonaws_redshift.DisableLogging({
  "ClusterIdentifier": ""
}, context)

Input

  • input object
    • ClusterIdentifier required String

Output

DisableSnapshotCopy

amazonaws_redshift.DisableSnapshotCopy({
  "ClusterIdentifier": ""
}, context)

Input

  • input object
    • ClusterIdentifier required String

Output

EnableLogging

amazonaws_redshift.EnableLogging({
  "ClusterIdentifier": "",
  "BucketName": ""
}, context)

Input

Output

EnableSnapshotCopy

amazonaws_redshift.EnableSnapshotCopy({
  "ClusterIdentifier": "",
  "DestinationRegion": ""
}, context)

Input

Output

GetClusterCredentials

amazonaws_redshift.GetClusterCredentials({
  "DbUser": "",
  "ClusterIdentifier": ""
}, context)

Input

Output

ModifyCluster

amazonaws_redshift.ModifyCluster({
  "ClusterIdentifier": ""
}, context)

Input

Output

ModifyClusterIamRoles

amazonaws_redshift.ModifyClusterIamRoles({
  "ClusterIdentifier": ""
}, context)

Input

Output

ModifyClusterParameterGroup

amazonaws_redshift.ModifyClusterParameterGroup({
  "ParameterGroupName": "",
  "Parameters": []
}, context)

Input

Output

ModifyClusterSubnetGroup

amazonaws_redshift.ModifyClusterSubnetGroup({
  "ClusterSubnetGroupName": "",
  "SubnetIds": []
}, context)

Input

Output

ModifyEventSubscription

amazonaws_redshift.ModifyEventSubscription({
  "SubscriptionName": ""
}, context)

Input

Output

ModifySnapshotCopyRetentionPeriod

amazonaws_redshift.ModifySnapshotCopyRetentionPeriod({
  "ClusterIdentifier": "",
  "RetentionPeriod": 0
}, context)

Input

  • input object
    • ClusterIdentifier required String
    • RetentionPeriod required Integer

Output

PurchaseReservedNodeOffering

amazonaws_redshift.PurchaseReservedNodeOffering({
  "ReservedNodeOfferingId": ""
}, context)

Input

Output

RebootCluster

amazonaws_redshift.RebootCluster({
  "ClusterIdentifier": ""
}, context)

Input

  • input object
    • ClusterIdentifier required String

Output

ResetClusterParameterGroup

amazonaws_redshift.ResetClusterParameterGroup({
  "ParameterGroupName": ""
}, context)

Input

Output

RestoreFromClusterSnapshot

amazonaws_redshift.RestoreFromClusterSnapshot({
  "ClusterIdentifier": "",
  "SnapshotIdentifier": ""
}, context)

Input

Output

RestoreTableFromClusterSnapshot

amazonaws_redshift.RestoreTableFromClusterSnapshot({
  "ClusterIdentifier": "",
  "SnapshotIdentifier": "",
  "SourceDatabaseName": "",
  "SourceTableName": "",
  "NewTableName": ""
}, context)

Input

  • input object

Output

RevokeClusterSecurityGroupIngress

amazonaws_redshift.RevokeClusterSecurityGroupIngress({
  "ClusterSecurityGroupName": ""
}, context)

Input

  • input object

Output

RevokeSnapshotAccess

amazonaws_redshift.RevokeSnapshotAccess({
  "SnapshotIdentifier": "",
  "AccountWithRestoreAccess": ""
}, context)

Input

  • input object
    • AccountWithRestoreAccess required String
    • SnapshotClusterIdentifier String
    • SnapshotIdentifier required String

Output

RotateEncryptionKey

amazonaws_redshift.RotateEncryptionKey({
  "ClusterIdentifier": ""
}, context)

Input

  • input object
    • ClusterIdentifier required String

Output

Definitions

AccessToSnapshotDeniedFault

  • AccessToSnapshotDeniedFault object: The owner of the specified snapshot has not authorized your account to access the snapshot.

AccountWithRestoreAccess

  • AccountWithRestoreAccess object: Describes an AWS customer account authorized to restore a snapshot.

AccountsWithRestoreAccessList

AuthorizationAlreadyExistsFault

  • AuthorizationAlreadyExistsFault object: The specified CIDR block or EC2 security group is already authorized for the specified cluster security group.

AuthorizationNotFoundFault

  • AuthorizationNotFoundFault object: The specified CIDR IP range or EC2 security group is not authorized for the specified cluster security group.

AuthorizationQuotaExceededFault

  • AuthorizationQuotaExceededFault object: The authorization quota for the cluster security group has been reached.

AuthorizeClusterSecurityGroupIngressMessage

  • AuthorizeClusterSecurityGroupIngressMessage object:

AuthorizeClusterSecurityGroupIngressResult

AuthorizeSnapshotAccessMessage

  • AuthorizeSnapshotAccessMessage object:
    • AccountWithRestoreAccess required String
    • SnapshotClusterIdentifier String
    • SnapshotIdentifier required String

AuthorizeSnapshotAccessResult

  • AuthorizeSnapshotAccessResult object

AvailabilityZone

  • AvailabilityZone object: Describes an availability zone.

AvailabilityZoneList

Boolean

  • Boolean boolean

BooleanOptional

  • BooleanOptional boolean

BucketNotFoundFault

  • BucketNotFoundFault object: Could not find the specified S3 bucket.

Cluster

ClusterAlreadyExistsFault

  • ClusterAlreadyExistsFault object: The account already has a cluster with the given identifier.

ClusterCredentials

  • ClusterCredentials object: Temporary credentials with authorization to log on to an Amazon Redshift database.

ClusterIamRole

  • ClusterIamRole object: An AWS Identity and Access Management (IAM) role that can be used by the associated Amazon Redshift cluster to access other AWS services.

ClusterIamRoleList

ClusterList

ClusterNode

  • ClusterNode object: The identifier of a node in a cluster.

ClusterNodesList

ClusterNotFoundFault

  • ClusterNotFoundFault object: The ClusterIdentifier parameter does not refer to an existing cluster.

ClusterParameterGroup

  • ClusterParameterGroup object: Describes a parameter group.

ClusterParameterGroupAlreadyExistsFault

  • ClusterParameterGroupAlreadyExistsFault object: A cluster parameter group with the same name already exists.

ClusterParameterGroupDetails

  • ClusterParameterGroupDetails object: Contains the output from the DescribeClusterParameters action.

ClusterParameterGroupNameMessage

  • ClusterParameterGroupNameMessage object:

ClusterParameterGroupNotFoundFault

  • ClusterParameterGroupNotFoundFault object: The parameter group name does not refer to an existing parameter group.

ClusterParameterGroupQuotaExceededFault

  • ClusterParameterGroupQuotaExceededFault object: The request would result in the user exceeding the allowed number of cluster parameter groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

ClusterParameterGroupStatus

ClusterParameterGroupStatusList

ClusterParameterGroupsMessage

  • ClusterParameterGroupsMessage object: Contains the output from the DescribeClusterParameterGroups action.

ClusterParameterStatus

  • ClusterParameterStatus object: Describes the status of a parameter group.

ClusterParameterStatusList

ClusterQuotaExceededFault

  • ClusterQuotaExceededFault object: The request would exceed the allowed number of cluster instances for this account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

ClusterSecurityGroup

ClusterSecurityGroupAlreadyExistsFault

  • ClusterSecurityGroupAlreadyExistsFault object: A cluster security group with the same name already exists.

ClusterSecurityGroupMembership

  • ClusterSecurityGroupMembership object: Describes a cluster security group.

ClusterSecurityGroupMembershipList

ClusterSecurityGroupMessage

ClusterSecurityGroupNameList

  • ClusterSecurityGroupNameList array

ClusterSecurityGroupNotFoundFault

  • ClusterSecurityGroupNotFoundFault object: The cluster security group name does not refer to an existing cluster security group.

ClusterSecurityGroupQuotaExceededFault

  • ClusterSecurityGroupQuotaExceededFault object: The request would result in the user exceeding the allowed number of cluster security groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

ClusterSecurityGroups

ClusterSnapshotAlreadyExistsFault

  • ClusterSnapshotAlreadyExistsFault object: The value specified as a snapshot identifier is already used by an existing snapshot.

ClusterSnapshotCopyStatus

  • ClusterSnapshotCopyStatus object: Returns the destination region and retention period that are configured for cross-region snapshot copy.

ClusterSnapshotNotFoundFault

  • ClusterSnapshotNotFoundFault object: The snapshot identifier does not refer to an existing cluster snapshot.

ClusterSnapshotQuotaExceededFault

  • ClusterSnapshotQuotaExceededFault object: The request would result in the user exceeding the allowed number of cluster snapshots.

ClusterSubnetGroup

ClusterSubnetGroupAlreadyExistsFault

  • ClusterSubnetGroupAlreadyExistsFault object: A ClusterSubnetGroupName is already used by an existing cluster subnet group.

ClusterSubnetGroupMessage

  • ClusterSubnetGroupMessage object: Contains the output from the DescribeClusterSubnetGroups action.

ClusterSubnetGroupNotFoundFault

  • ClusterSubnetGroupNotFoundFault object: The cluster subnet group name does not refer to an existing cluster subnet group.

ClusterSubnetGroupQuotaExceededFault

  • ClusterSubnetGroupQuotaExceededFault object: The request would result in user exceeding the allowed number of cluster subnet groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

ClusterSubnetGroups

ClusterSubnetQuotaExceededFault

  • ClusterSubnetQuotaExceededFault object: The request would result in user exceeding the allowed number of subnets in a cluster subnet groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

ClusterVersion

  • ClusterVersion object: Describes a cluster version, including the parameter group family and description of the version.

ClusterVersionList

ClusterVersionsMessage

  • ClusterVersionsMessage object: Contains the output from the DescribeClusterVersions action.

ClustersMessage

  • ClustersMessage object: Contains the output from the DescribeClusters action.

CopyClusterSnapshotMessage

  • CopyClusterSnapshotMessage object:
    • SourceSnapshotClusterIdentifier String
    • SourceSnapshotIdentifier required String
    • TargetSnapshotIdentifier required String

CopyClusterSnapshotResult

  • CopyClusterSnapshotResult object

CopyToRegionDisabledFault

  • CopyToRegionDisabledFault object: Cross-region snapshot copy was temporarily disabled. Try your request again.

CreateClusterMessage

CreateClusterParameterGroupMessage

  • CreateClusterParameterGroupMessage object:

CreateClusterParameterGroupResult

CreateClusterResult

  • CreateClusterResult object

CreateClusterSecurityGroupMessage

  • CreateClusterSecurityGroupMessage object:

CreateClusterSecurityGroupResult

CreateClusterSnapshotMessage

  • CreateClusterSnapshotMessage object:

CreateClusterSnapshotResult

  • CreateClusterSnapshotResult object

CreateClusterSubnetGroupMessage

CreateClusterSubnetGroupResult

CreateEventSubscriptionMessage

CreateEventSubscriptionResult

CreateHsmClientCertificateMessage

  • CreateHsmClientCertificateMessage object:

CreateHsmClientCertificateResult

CreateHsmConfigurationMessage

  • CreateHsmConfigurationMessage object:
    • Description required String
    • HsmConfigurationIdentifier required String
    • HsmIpAddress required String
    • HsmPartitionName required String
    • HsmPartitionPassword required String
    • HsmServerPublicCertificate required String
    • Tags TagList

CreateHsmConfigurationResult

CreateSnapshotCopyGrantMessage

  • CreateSnapshotCopyGrantMessage object: The result of the CreateSnapshotCopyGrant action.

CreateSnapshotCopyGrantResult

CreateTagsMessage

  • CreateTagsMessage object: Contains the output from the CreateTags action.

DbGroupList

DefaultClusterParameters

  • DefaultClusterParameters object: Describes the default cluster parameters for a parameter group family.

DeleteClusterMessage

  • DeleteClusterMessage object:
    • ClusterIdentifier required String
    • FinalClusterSnapshotIdentifier String
    • SkipFinalClusterSnapshot Boolean

DeleteClusterParameterGroupMessage

  • DeleteClusterParameterGroupMessage object:
    • ParameterGroupName required String

DeleteClusterResult

  • DeleteClusterResult object

DeleteClusterSecurityGroupMessage

  • DeleteClusterSecurityGroupMessage object:
    • ClusterSecurityGroupName required String

DeleteClusterSnapshotMessage

  • DeleteClusterSnapshotMessage object:
    • SnapshotClusterIdentifier String
    • SnapshotIdentifier required String

DeleteClusterSnapshotResult

  • DeleteClusterSnapshotResult object

DeleteClusterSubnetGroupMessage

  • DeleteClusterSubnetGroupMessage object:
    • ClusterSubnetGroupName required String

DeleteEventSubscriptionMessage

  • DeleteEventSubscriptionMessage object:
    • SubscriptionName required String

DeleteHsmClientCertificateMessage

  • DeleteHsmClientCertificateMessage object:
    • HsmClientCertificateIdentifier required String

DeleteHsmConfigurationMessage

  • DeleteHsmConfigurationMessage object:
    • HsmConfigurationIdentifier required String

DeleteSnapshotCopyGrantMessage

  • DeleteSnapshotCopyGrantMessage object: The result of the DeleteSnapshotCopyGrant action.
    • SnapshotCopyGrantName required String

DeleteTagsMessage

  • DeleteTagsMessage object: Contains the output from the DeleteTags action.

DependentServiceRequestThrottlingFault

  • DependentServiceRequestThrottlingFault object: The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.

DependentServiceUnavailableFault

  • DependentServiceUnavailableFault object: Your request cannot be completed because a dependent internal service is temporarily unavailable. Wait 30 to 60 seconds and try again.

DescribeClusterParameterGroupsMessage

DescribeClusterParametersMessage

DescribeClusterSecurityGroupsMessage

DescribeClusterSnapshotsMessage

DescribeClusterSubnetGroupsMessage

DescribeClusterVersionsMessage

DescribeClustersMessage

DescribeDefaultClusterParametersMessage

DescribeDefaultClusterParametersResult

DescribeEventCategoriesMessage

  • DescribeEventCategoriesMessage object:

DescribeEventSubscriptionsMessage

DescribeEventsMessage

DescribeHsmClientCertificatesMessage

DescribeHsmConfigurationsMessage

DescribeLoggingStatusMessage

  • DescribeLoggingStatusMessage object:
    • ClusterIdentifier required String

DescribeOrderableClusterOptionsMessage

DescribeReservedNodeOfferingsMessage

DescribeReservedNodesMessage

DescribeResizeMessage

  • DescribeResizeMessage object:
    • ClusterIdentifier required String

DescribeSnapshotCopyGrantsMessage

DescribeTableRestoreStatusMessage

DescribeTagsMessage

DisableLoggingMessage

  • DisableLoggingMessage object:
    • ClusterIdentifier required String

DisableSnapshotCopyMessage

  • DisableSnapshotCopyMessage object:
    • ClusterIdentifier required String

DisableSnapshotCopyResult

  • DisableSnapshotCopyResult object

Double

  • Double number

DoubleOptional

  • DoubleOptional number

EC2SecurityGroup

  • EC2SecurityGroup object: Describes an Amazon EC2 security group.

EC2SecurityGroupList

ElasticIpStatus

  • ElasticIpStatus object: Describes the status of the elastic IP (EIP) address.

EnableLoggingMessage

  • EnableLoggingMessage object:

EnableSnapshotCopyMessage

EnableSnapshotCopyResult

  • EnableSnapshotCopyResult object

Endpoint

  • Endpoint object: Describes a connection endpoint.

Event

EventCategoriesList

  • EventCategoriesList array

EventCategoriesMap

EventCategoriesMapList

EventCategoriesMessage

EventInfoMap

EventInfoMapList

EventList

  • EventList array

EventSubscription

EventSubscriptionQuotaExceededFault

  • EventSubscriptionQuotaExceededFault object: The request would exceed the allowed number of event subscriptions for this account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

EventSubscriptionsList

EventSubscriptionsMessage

EventsMessage

GetClusterCredentialsMessage

HsmClientCertificate

  • HsmClientCertificate object: Returns information about an HSM client certificate. The certificate is stored in a secure Hardware Storage Module (HSM), and used by the Amazon Redshift cluster to encrypt data files.

HsmClientCertificateAlreadyExistsFault

  • HsmClientCertificateAlreadyExistsFault object: There is already an existing Amazon Redshift HSM client certificate with the specified identifier.

HsmClientCertificateList

HsmClientCertificateMessage

HsmClientCertificateNotFoundFault

  • HsmClientCertificateNotFoundFault object: There is no Amazon Redshift HSM client certificate with the specified identifier.

HsmClientCertificateQuotaExceededFault

  • HsmClientCertificateQuotaExceededFault object: The quota for HSM client certificates has been reached. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

HsmConfiguration

  • HsmConfiguration object: Returns information about an HSM configuration, which is an object that describes to Amazon Redshift clusters the information they require to connect to an HSM where they can store database encryption keys.

HsmConfigurationAlreadyExistsFault

  • HsmConfigurationAlreadyExistsFault object: There is already an existing Amazon Redshift HSM configuration with the specified identifier.

HsmConfigurationList

HsmConfigurationMessage

HsmConfigurationNotFoundFault

  • HsmConfigurationNotFoundFault object: There is no Amazon Redshift HSM configuration with the specified identifier.

HsmConfigurationQuotaExceededFault

  • HsmConfigurationQuotaExceededFault object: The quota for HSM configurations has been reached. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

HsmStatus

  • HsmStatus object: Describes the status of changes to HSM settings.

IPRange

  • IPRange object: Describes an IP range used in a security group.

IPRangeList

IamRoleArnList

  • IamRoleArnList array

ImportTablesCompleted

  • ImportTablesCompleted array

ImportTablesInProgress

  • ImportTablesInProgress array

ImportTablesNotStarted

  • ImportTablesNotStarted array

InProgressTableRestoreQuotaExceededFault

  • InProgressTableRestoreQuotaExceededFault object: You have exceeded the allowed number of table restore requ
5.0.0

7 years ago

4.0.0

8 years ago

3.0.4

8 years ago

3.0.3

8 years ago

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago