...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/redshift"
Overview
Constants

Overview ▾

Package redshift provides the client and types for making API requests to 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 (https://docs.aws.amazon.com/redshift/latest/mgmt/using-aws-sdk.html).

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 (https://docs.aws.amazon.com/redshift/latest/gsg/getting-started.html).

If you are a database developer, the Amazon Redshift Database Developer Guide (https://docs.aws.amazon.com/redshift/latest/dg/welcome.html) explains how to design, build, query, and maintain the databases that make up your data warehouse.

See https://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01 for more information on this service.

See redshift package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/redshift/

Using the Client

To contact Amazon Redshift with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the Amazon Redshift client Redshift for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/redshift/#New

The stub package, redshiftiface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Operations ▾

AcceptReservedNodeExchange
AddPartner
AssociateDataShareConsumer
AuthorizeClusterSecurityGroupIngress
AuthorizeDataShare
AuthorizeEndpointAccess
AuthorizeSnapshotAccess
BatchDeleteClusterSnapshots
BatchModifyClusterSnapshots
CancelResize
CopyClusterSnapshot
CreateAuthenticationProfile
CreateCluster
CreateClusterParameterGroup
CreateClusterSecurityGroup
CreateClusterSnapshot
CreateClusterSubnetGroup
CreateCustomDomainAssociation
CreateEndpointAccess
CreateEventSubscription
CreateHsmClientCertificate
CreateHsmConfiguration
CreateRedshiftIdcApplication
CreateScheduledAction
CreateSnapshotCopyGrant
CreateSnapshotSchedule
CreateTags
CreateUsageLimit
DeauthorizeDataShare
DeleteAuthenticationProfile
DeleteCluster
DeleteClusterParameterGroup
DeleteClusterSecurityGroup
DeleteClusterSnapshot
DeleteClusterSubnetGroup
DeleteCustomDomainAssociation
DeleteEndpointAccess
DeleteEventSubscription
DeleteHsmClientCertificate
DeleteHsmConfiguration
DeletePartner
DeleteRedshiftIdcApplication
DeleteResourcePolicy
DeleteScheduledAction
DeleteSnapshotCopyGrant
DeleteSnapshotSchedule
DeleteTags
DeleteUsageLimit
DescribeAccountAttributes
DescribeAuthenticationProfiles
DescribeClusterDbRevisions ( Paginator )
DescribeClusterParameterGroups ( Paginator )
DescribeClusterParameters ( Paginator )
DescribeClusterSecurityGroups ( Paginator )
DescribeClusterSnapshots ( Paginator )
DescribeClusterSubnetGroups ( Paginator )
DescribeClusterTracks ( Paginator )
DescribeClusterVersions ( Paginator )
DescribeClusters ( Paginator )
DescribeCustomDomainAssociations ( Paginator )
DescribeDataShares ( Paginator )
DescribeDataSharesForConsumer ( Paginator )
DescribeDataSharesForProducer ( Paginator )
DescribeDefaultClusterParameters ( Paginator )
DescribeEndpointAccess ( Paginator )
DescribeEndpointAuthorization ( Paginator )
DescribeEventCategories
DescribeEventSubscriptions ( Paginator )
DescribeEvents ( Paginator )
DescribeHsmClientCertificates ( Paginator )
DescribeHsmConfigurations ( Paginator )
DescribeInboundIntegrations ( Paginator )
DescribeLoggingStatus
DescribeNodeConfigurationOptions ( Paginator )
DescribeOrderableClusterOptions ( Paginator )
DescribePartners
DescribeRedshiftIdcApplications ( Paginator )
DescribeReservedNodeExchangeStatus ( Paginator )
DescribeReservedNodeOfferings ( Paginator )
DescribeReservedNodes ( Paginator )
DescribeResize
DescribeScheduledActions ( Paginator )
DescribeSnapshotCopyGrants ( Paginator )
DescribeSnapshotSchedules ( Paginator )
DescribeStorage
DescribeTableRestoreStatus ( Paginator )
DescribeTags ( Paginator )
DescribeUsageLimits ( Paginator )
DisableLogging
DisableSnapshotCopy
DisassociateDataShareConsumer
EnableLogging
EnableSnapshotCopy
FailoverPrimaryCompute
GetClusterCredentials
GetClusterCredentialsWithIAM
GetReservedNodeExchangeConfigurationOptions ( Paginator )
GetReservedNodeExchangeOfferings ( Paginator )
GetResourcePolicy
ListRecommendations ( Paginator )
ModifyAquaConfiguration
ModifyAuthenticationProfile
ModifyCluster
ModifyClusterDbRevision
ModifyClusterIamRoles
ModifyClusterMaintenance
ModifyClusterParameterGroup
ModifyClusterSnapshot
ModifyClusterSnapshotSchedule
ModifyClusterSubnetGroup
ModifyCustomDomainAssociation
ModifyEndpointAccess
ModifyEventSubscription
ModifyRedshiftIdcApplication
ModifyScheduledAction
ModifySnapshotCopyRetentionPeriod
ModifySnapshotSchedule
ModifyUsageLimit
PauseCluster
PurchaseReservedNodeOffering
PutResourcePolicy
RebootCluster
RejectDataShare
ResetClusterParameterGroup
ResizeCluster
RestoreFromClusterSnapshot
RestoreTableFromClusterSnapshot
ResumeCluster
RevokeClusterSecurityGroupIngress
RevokeEndpointAccess
RevokeSnapshotAccess
RotateEncryptionKey
UpdatePartnerStatus

Types ▾

type Redshift
func New(p client.ConfigProvider, cfgs ...*aws.Config) *Redshift
func (c *Redshift) AcceptReservedNodeExchange(input *AcceptReservedNodeExchangeInput) (*AcceptReservedNodeExchangeOutput, error)
func (c *Redshift) AcceptReservedNodeExchangeRequest(input *AcceptReservedNodeExchangeInput) (req *request.Request, output *AcceptReservedNodeExchangeOutput)
func (c *Redshift) AcceptReservedNodeExchangeWithContext(ctx aws.Context, input *AcceptReservedNodeExchangeInput, opts ...request.Option) (*AcceptReservedNodeExchangeOutput, error)
func (c *Redshift) AddPartner(input *AddPartnerInput) (*AddPartnerOutput, error)
func (c *Redshift) AddPartnerRequest(input *AddPartnerInput) (req *request.Request, output *AddPartnerOutput)
func (c *Redshift) AddPartnerWithContext(ctx aws.Context, input *AddPartnerInput, opts ...request.Option) (*AddPartnerOutput, error)
func (c *Redshift) AssociateDataShareConsumer(input *AssociateDataShareConsumerInput) (*AssociateDataShareConsumerOutput, error)
func (c *Redshift) AssociateDataShareConsumerRequest(input *AssociateDataShareConsumerInput) (req *request.Request, output *AssociateDataShareConsumerOutput)
func (c *Redshift) AssociateDataShareConsumerWithContext(ctx aws.Context, input *AssociateDataShareConsumerInput, opts ...request.Option) (*AssociateDataShareConsumerOutput, error)
func (c *Redshift) AuthorizeClusterSecurityGroupIngress(input *AuthorizeClusterSecurityGroupIngressInput) (*AuthorizeClusterSecurityGroupIngressOutput, error)
func (c *Redshift) AuthorizeClusterSecurityGroupIngressRequest(input *AuthorizeClusterSecurityGroupIngressInput) (req *request.Request, output *AuthorizeClusterSecurityGroupIngressOutput)
func (c *Redshift) AuthorizeClusterSecurityGroupIngressWithContext(ctx aws.Context, input *AuthorizeClusterSecurityGroupIngressInput, opts ...request.Option) (*AuthorizeClusterSecurityGroupIngressOutput, error)
func (c *Redshift) AuthorizeDataShare(input *AuthorizeDataShareInput) (*AuthorizeDataShareOutput, error)
func (c *Redshift) AuthorizeDataShareRequest(input *AuthorizeDataShareInput) (req *request.Request, output *AuthorizeDataShareOutput)
func (c *Redshift) AuthorizeDataShareWithContext(ctx aws.Context, input *AuthorizeDataShareInput, opts ...request.Option) (*AuthorizeDataShareOutput, error)
func (c *Redshift) AuthorizeEndpointAccess(input *AuthorizeEndpointAccessInput) (*AuthorizeEndpointAccessOutput, error)
func (c *Redshift) AuthorizeEndpointAccessRequest(input *AuthorizeEndpointAccessInput) (req *request.Request, output *AuthorizeEndpointAccessOutput)
func (c *Redshift) AuthorizeEndpointAccessWithContext(ctx aws.Context, input *AuthorizeEndpointAccessInput, opts ...request.Option) (*AuthorizeEndpointAccessOutput, error)
func (c *Redshift) AuthorizeSnapshotAccess(input *AuthorizeSnapshotAccessInput) (*AuthorizeSnapshotAccessOutput, error)
func (c *Redshift) AuthorizeSnapshotAccessRequest(input *AuthorizeSnapshotAccessInput) (req *request.Request, output *AuthorizeSnapshotAccessOutput)
func (c *Redshift) AuthorizeSnapshotAccessWithContext(ctx aws.Context, input *AuthorizeSnapshotAccessInput, opts ...request.Option) (*AuthorizeSnapshotAccessOutput, error)
func (c *Redshift) BatchDeleteClusterSnapshots(input *BatchDeleteClusterSnapshotsInput) (*BatchDeleteClusterSnapshotsOutput, error)
func (c *Redshift) BatchDeleteClusterSnapshotsRequest(input *BatchDeleteClusterSnapshotsInput) (req *request.Request, output *BatchDeleteClusterSnapshotsOutput)
func (c *Redshift) BatchDeleteClusterSnapshotsWithContext(ctx aws.Context, input *BatchDeleteClusterSnapshotsInput, opts ...request.Option) (*BatchDeleteClusterSnapshotsOutput, error)
func (c *Redshift) BatchModifyClusterSnapshots(input *BatchModifyClusterSnapshotsInput) (*BatchModifyClusterSnapshotsOutput, error)
func (c *Redshift) BatchModifyClusterSnapshotsRequest(input *BatchModifyClusterSnapshotsInput) (req *request.Request, output *BatchModifyClusterSnapshotsOutput)
func (c *Redshift) BatchModifyClusterSnapshotsWithContext(ctx aws.Context, input *BatchModifyClusterSnapshotsInput, opts ...request.Option) (*BatchModifyClusterSnapshotsOutput, error)
func (c *Redshift) CancelResize(input *CancelResizeInput) (*CancelResizeOutput, error)
func (c *Redshift) CancelResizeRequest(input *CancelResizeInput) (req *request.Request, output *CancelResizeOutput)
func (c *Redshift) CancelResizeWithContext(ctx aws.Context, input *CancelResizeInput, opts ...request.Option) (*CancelResizeOutput, error)
func (c *Redshift) CopyClusterSnapshot(input *CopyClusterSnapshotInput) (*CopyClusterSnapshotOutput, error)
func (c *Redshift) CopyClusterSnapshotRequest(input *CopyClusterSnapshotInput) (req *request.Request, output *CopyClusterSnapshotOutput)
func (c *Redshift) CopyClusterSnapshotWithContext(ctx aws.Context, input *CopyClusterSnapshotInput, opts ...request.Option) (*CopyClusterSnapshotOutput, error)
func (c *Redshift) CreateAuthenticationProfile(input *CreateAuthenticationProfileInput) (*CreateAuthenticationProfileOutput, error)
func (c *Redshift) CreateAuthenticationProfileRequest(input *CreateAuthenticationProfileInput) (req *request.Request, output *CreateAuthenticationProfileOutput)
func (c *Redshift) CreateAuthenticationProfileWithContext(ctx aws.Context, input *CreateAuthenticationProfileInput, opts ...request.Option) (*CreateAuthenticationProfileOutput, error)
func (c *Redshift) CreateCluster(input *CreateClusterInput) (*CreateClusterOutput, error)
func (c *Redshift) CreateClusterParameterGroup(input *CreateClusterParameterGroupInput) (*CreateClusterParameterGroupOutput, error)
func (c *Redshift) CreateClusterParameterGroupRequest(input *CreateClusterParameterGroupInput) (req *request.Request, output *CreateClusterParameterGroupOutput)
func (c *Redshift) CreateClusterParameterGroupWithContext(ctx aws.Context, input *CreateClusterParameterGroupInput, opts ...request.Option) (*CreateClusterParameterGroupOutput, error)
func (c *Redshift) CreateClusterRequest(input *CreateClusterInput) (req *request.Request, output *CreateClusterOutput)
func (c *Redshift) CreateClusterSecurityGroup(input *CreateClusterSecurityGroupInput) (*CreateClusterSecurityGroupOutput, error)
func (c *Redshift) CreateClusterSecurityGroupRequest(input *CreateClusterSecurityGroupInput) (req *request.Request, output *CreateClusterSecurityGroupOutput)
func (c *Redshift) CreateClusterSecurityGroupWithContext(ctx aws.Context, input *CreateClusterSecurityGroupInput, opts ...request.Option) (*CreateClusterSecurityGroupOutput, error)
func (c *Redshift) CreateClusterSnapshot(input *CreateClusterSnapshotInput) (*CreateClusterSnapshotOutput, error)
func (c *Redshift) CreateClusterSnapshotRequest(input *CreateClusterSnapshotInput) (req *request.Request, output *CreateClusterSnapshotOutput)
func (c *Redshift) CreateClusterSnapshotWithContext(ctx aws.Context, input *CreateClusterSnapshotInput, opts ...request.Option) (*CreateClusterSnapshotOutput, error)
func (c *Redshift) CreateClusterSubnetGroup(input *CreateClusterSubnetGroupInput) (*CreateClusterSubnetGroupOutput, error)
func (c *Redshift) CreateClusterSubnetGroupRequest(input *CreateClusterSubnetGroupInput) (req *request.Request, output *CreateClusterSubnetGroupOutput)
func (c *Redshift) CreateClusterSubnetGroupWithContext(ctx aws.Context, input *CreateClusterSubnetGroupInput, opts ...request.Option) (*CreateClusterSubnetGroupOutput, error)
func (c *Redshift) CreateClusterWithContext(ctx aws.Context, input *CreateClusterInput, opts ...request.Option) (*CreateClusterOutput, error)
func (c *Redshift) CreateCustomDomainAssociation(input *CreateCustomDomainAssociationInput) (*CreateCustomDomainAssociationOutput, error)
func (c *Redshift) CreateCustomDomainAssociationRequest(input *CreateCustomDomainAssociationInput) (req *request.Request, output *CreateCustomDomainAssociationOutput)
func (c *Redshift) CreateCustomDomainAssociationWithContext(ctx aws.Context, input *CreateCustomDomainAssociationInput, opts ...request.Option) (*CreateCustomDomainAssociationOutput, error)
func (c *Redshift) CreateEndpointAccess(input *CreateEndpointAccessInput) (*CreateEndpointAccessOutput, error)
func (c *Redshift) CreateEndpointAccessRequest(input *CreateEndpointAccessInput) (req *request.Request, output *CreateEndpointAccessOutput)
func (c *Redshift) CreateEndpointAccessWithContext(ctx aws.Context, input *CreateEndpointAccessInput, opts ...request.Option) (*CreateEndpointAccessOutput, error)
func (c *Redshift) CreateEventSubscription(input *CreateEventSubscriptionInput) (*CreateEventSubscriptionOutput, error)
func (c *Redshift) CreateEventSubscriptionRequest(input *CreateEventSubscriptionInput) (req *request.Request, output *CreateEventSubscriptionOutput)
func (c *Redshift) CreateEventSubscriptionWithContext(ctx aws.Context, input *CreateEventSubscriptionInput, opts ...request.Option) (*CreateEventSubscriptionOutput, error)
func (c *Redshift) CreateHsmClientCertificate(input *CreateHsmClientCertificateInput) (*CreateHsmClientCertificateOutput, error)
func (c *Redshift) CreateHsmClientCertificateRequest(input *CreateHsmClientCertificateInput) (req *request.Request, output *CreateHsmClientCertificateOutput)
func (c *Redshift) CreateHsmClientCertificateWithContext(ctx aws.Context, input *CreateHsmClientCertificateInput, opts ...request.Option) (*CreateHsmClientCertificateOutput, error)
func (c *Redshift) CreateHsmConfiguration(input *CreateHsmConfigurationInput) (*CreateHsmConfigurationOutput, error)
func (c *Redshift) CreateHsmConfigurationRequest(input *CreateHsmConfigurationInput) (req *request.Request, output *CreateHsmConfigurationOutput)
func (c *Redshift) CreateHsmConfigurationWithContext(ctx aws.Context, input *CreateHsmConfigurationInput, opts ...request.Option) (*CreateHsmConfigurationOutput, error)
func (c *Redshift) CreateRedshiftIdcApplication(input *CreateRedshiftIdcApplicationInput) (*CreateRedshiftIdcApplicationOutput, error)
func (c *Redshift) CreateRedshiftIdcApplicationRequest(input *CreateRedshiftIdcApplicationInput) (req *request.Request, output *CreateRedshiftIdcApplicationOutput)
func (c *Redshift) CreateRedshiftIdcApplicationWithContext(ctx aws.Context, input *CreateRedshiftIdcApplicationInput, opts ...request.Option) (*CreateRedshiftIdcApplicationOutput, error)
func (c *Redshift) CreateScheduledAction(input *CreateScheduledActionInput) (*CreateScheduledActionOutput, error)
func (c *Redshift) CreateScheduledActionRequest(input *CreateScheduledActionInput) (req *request.Request, output *CreateScheduledActionOutput)
func (c *Redshift) CreateScheduledActionWithContext(ctx aws.Context, input *CreateScheduledActionInput, opts ...request.Option) (*CreateScheduledActionOutput, error)
func (c *Redshift) CreateSnapshotCopyGrant(input *CreateSnapshotCopyGrantInput) (*CreateSnapshotCopyGrantOutput, error)
func (c *Redshift) CreateSnapshotCopyGrantRequest(input *CreateSnapshotCopyGrantInput) (req *request.Request, output *CreateSnapshotCopyGrantOutput)
func (c *Redshift) CreateSnapshotCopyGrantWithContext(ctx aws.Context, input *CreateSnapshotCopyGrantInput, opts ...request.Option) (*CreateSnapshotCopyGrantOutput, error)
func (c *Redshift) CreateSnapshotSchedule(input *CreateSnapshotScheduleInput) (*CreateSnapshotScheduleOutput, error)
func (c *Redshift) CreateSnapshotScheduleRequest(input *CreateSnapshotScheduleInput) (req *request.Request, output *CreateSnapshotScheduleOutput)
func (c *Redshift) CreateSnapshotScheduleWithContext(ctx aws.Context, input *CreateSnapshotScheduleInput, opts ...request.Option) (*CreateSnapshotScheduleOutput, error)
func (c *Redshift) CreateTags(input *CreateTagsInput) (*CreateTagsOutput, error)
func (c *Redshift) CreateTagsRequest(input *CreateTagsInput) (req *request.Request, output *CreateTagsOutput)
func (c *Redshift) CreateTagsWithContext(ctx aws.Context, input *CreateTagsInput, opts ...request.Option) (*CreateTagsOutput, error)
func (c *Redshift) CreateUsageLimit(input *CreateUsageLimitInput) (*CreateUsageLimitOutput, error)
func (c *Redshift) CreateUsageLimitRequest(input *CreateUsageLimitInput) (req *request.Request, output *CreateUsageLimitOutput)
func (c *Redshift) CreateUsageLimitWithContext(ctx aws.Context, input *CreateUsageLimitInput, opts ...request.Option) (*CreateUsageLimitOutput, error)
func (c *Redshift) DeauthorizeDataShare(input *DeauthorizeDataShareInput) (*DeauthorizeDataShareOutput, error)
func (c *Redshift) DeauthorizeDataShareRequest(input *DeauthorizeDataShareInput) (req *request.Request, output *DeauthorizeDataShareOutput)
func (c *Redshift) DeauthorizeDataShareWithContext(ctx aws.Context, input *DeauthorizeDataShareInput, opts ...request.Option) (*DeauthorizeDataShareOutput, error)
func (c *Redshift) DeleteAuthenticationProfile(input *DeleteAuthenticationProfileInput) (*DeleteAuthenticationProfileOutput, error)
func (c *Redshift) DeleteAuthenticationProfileRequest(input *DeleteAuthenticationProfileInput) (req *request.Request, output *DeleteAuthenticationProfileOutput)
func (c *Redshift) DeleteAuthenticationProfileWithContext(ctx aws.Context, input *DeleteAuthenticationProfileInput, opts ...request.Option) (*DeleteAuthenticationProfileOutput, error)
func (c *Redshift) DeleteCluster(input *DeleteClusterInput) (*DeleteClusterOutput, error)
func (c *Redshift) DeleteClusterParameterGroup(input *DeleteClusterParameterGroupInput) (*DeleteClusterParameterGroupOutput, error)
func (c *Redshift) DeleteClusterParameterGroupRequest(input *DeleteClusterParameterGroupInput) (req *request.Request, output *DeleteClusterParameterGroupOutput)
func (c *Redshift) DeleteClusterParameterGroupWithContext(ctx aws.Context, input *DeleteClusterParameterGroupInput, opts ...request.Option) (*DeleteClusterParameterGroupOutput, error)
func (c *Redshift) DeleteClusterRequest(input *DeleteClusterInput) (req *request.Request, output *DeleteClusterOutput)
func (c *Redshift) DeleteClusterSecurityGroup(input *DeleteClusterSecurityGroupInput) (*DeleteClusterSecurityGroupOutput, error)
func (c *Redshift) DeleteClusterSecurityGroupRequest(input *DeleteClusterSecurityGroupInput) (req *request.Request, output *DeleteClusterSecurityGroupOutput)
func (c *Redshift) DeleteClusterSecurityGroupWithContext(ctx aws.Context, input *DeleteClusterSecurityGroupInput, opts ...request.Option) (*DeleteClusterSecurityGroupOutput, error)
func (c *Redshift) DeleteClusterSnapshot(input *DeleteClusterSnapshotInput) (*DeleteClusterSnapshotOutput, error)
func (c *Redshift) DeleteClusterSnapshotRequest(input *DeleteClusterSnapshotInput) (req *request.Request, output *DeleteClusterSnapshotOutput)
func (c *Redshift) DeleteClusterSnapshotWithContext(ctx aws.Context, input *DeleteClusterSnapshotInput, opts ...request.Option) (*DeleteClusterSnapshotOutput, error)
func (c *Redshift) DeleteClusterSubnetGroup(input *DeleteClusterSubnetGroupInput) (*DeleteClusterSubnetGroupOutput, error)
func (c *Redshift) DeleteClusterSubnetGroupRequest(input *DeleteClusterSubnetGroupInput) (req *request.Request, output *DeleteClusterSubnetGroupOutput)
func (c *Redshift) DeleteClusterSubnetGroupWithContext(ctx aws.Context, input *DeleteClusterSubnetGroupInput, opts ...request.Option) (*DeleteClusterSubnetGroupOutput, error)
func (c *Redshift) DeleteClusterWithContext(ctx aws.Context, input *DeleteClusterInput, opts ...request.Option) (*DeleteClusterOutput, error)
func (c *Redshift) DeleteCustomDomainAssociation(input *DeleteCustomDomainAssociationInput) (*DeleteCustomDomainAssociationOutput, error)
func (c *Redshift) DeleteCustomDomainAssociationRequest(input *DeleteCustomDomainAssociationInput) (req *request.Request, output *DeleteCustomDomainAssociationOutput)
func (c *Redshift) DeleteCustomDomainAssociationWithContext(ctx aws.Context, input *DeleteCustomDomainAssociationInput, opts ...request.Option) (*DeleteCustomDomainAssociationOutput, error)
func (c *Redshift) DeleteEndpointAccess(input *DeleteEndpointAccessInput) (*DeleteEndpointAccessOutput, error)
func (c *Redshift) DeleteEndpointAccessRequest(input *DeleteEndpointAccessInput) (req *request.Request, output *DeleteEndpointAccessOutput)
func (c *Redshift) DeleteEndpointAccessWithContext(ctx aws.Context, input *DeleteEndpointAccessInput, opts ...request.Option) (*DeleteEndpointAccessOutput, error)
func (c *Redshift) DeleteEventSubscription(input *DeleteEventSubscriptionInput) (*DeleteEventSubscriptionOutput, error)
func (c *Redshift) DeleteEventSubscriptionRequest(input *DeleteEventSubscriptionInput) (req *request.Request, output *DeleteEventSubscriptionOutput)
func (c *Redshift) DeleteEventSubscriptionWithContext(ctx aws.Context, input *DeleteEventSubscriptionInput, opts ...request.Option) (*DeleteEventSubscriptionOutput, error)
func (c *Redshift) DeleteHsmClientCertificate(input *DeleteHsmClientCertificateInput) (*DeleteHsmClientCertificateOutput, error)
func (c *Redshift) DeleteHsmClientCertificateRequest(input *DeleteHsmClientCertificateInput) (req *request.Request, output *DeleteHsmClientCertificateOutput)
func (c *Redshift) DeleteHsmClientCertificateWithContext(ctx aws.Context, input *DeleteHsmClientCertificateInput, opts ...request.Option) (*DeleteHsmClientCertificateOutput, error)
func (c *Redshift) DeleteHsmConfiguration(input *DeleteHsmConfigurationInput) (*DeleteHsmConfigurationOutput, error)
func (c *Redshift) DeleteHsmConfigurationRequest(input *DeleteHsmConfigurationInput) (req *request.Request, output *DeleteHsmConfigurationOutput)
func (c *Redshift) DeleteHsmConfigurationWithContext(ctx aws.Context, input *DeleteHsmConfigurationInput, opts ...request.Option) (*DeleteHsmConfigurationOutput, error)
func (c *Redshift) DeletePartner(input *DeletePartnerInput) (*DeletePartnerOutput, error)
func (c *Redshift) DeletePartnerRequest(input *DeletePartnerInput) (req *request.Request, output *DeletePartnerOutput)
func (c *Redshift) DeletePartnerWithContext(ctx aws.Context, input *DeletePartnerInput, opts ...request.Option) (*DeletePartnerOutput, error)
func (c *Redshift) DeleteRedshiftIdcApplication(input *DeleteRedshiftIdcApplicationInput) (*DeleteRedshiftIdcApplicationOutput, error)
func (c *Redshift) DeleteRedshiftIdcApplicationRequest(input *DeleteRedshiftIdcApplicationInput) (req *request.Request, output *DeleteRedshiftIdcApplicationOutput)
func (c *Redshift) DeleteRedshiftIdcApplicationWithContext(ctx aws.Context, input *DeleteRedshiftIdcApplicationInput, opts ...request.Option) (*DeleteRedshiftIdcApplicationOutput, error)
func (c *Redshift) DeleteResourcePolicy(input *DeleteResourcePolicyInput) (*DeleteResourcePolicyOutput, error)
func (c *Redshift) DeleteResourcePolicyRequest(input *DeleteResourcePolicyInput) (req *request.Request, output *DeleteResourcePolicyOutput)
func (c *Redshift) DeleteResourcePolicyWithContext(ctx aws.Context, input *DeleteResourcePolicyInput, opts ...request.Option) (*DeleteResourcePolicyOutput, error)
func (c *Redshift) DeleteScheduledAction(input *DeleteScheduledActionInput) (*DeleteScheduledActionOutput, error)
func (c *Redshift) DeleteScheduledActionRequest(input *DeleteScheduledActionInput) (req *request.Request, output *DeleteScheduledActionOutput)
func (c *Redshift) DeleteScheduledActionWithContext(ctx aws.Context, input *DeleteScheduledActionInput, opts ...request.Option) (*DeleteScheduledActionOutput, error)
func (c *Redshift) DeleteSnapshotCopyGrant(input *DeleteSnapshotCopyGrantInput) (*DeleteSnapshotCopyGrantOutput, error)
func (c *Redshift) DeleteSnapshotCopyGrantRequest(input *DeleteSnapshotCopyGrantInput) (req *request.Request, output *DeleteSnapshotCopyGrantOutput)
func (c *Redshift) DeleteSnapshotCopyGrantWithContext(ctx aws.Context, input *DeleteSnapshotCopyGrantInput, opts ...request.Option) (*DeleteSnapshotCopyGrantOutput, error)
func (c *Redshift) DeleteSnapshotSchedule(input *DeleteSnapshotScheduleInput) (*DeleteSnapshotScheduleOutput, error)
func (c *Redshift) DeleteSnapshotScheduleRequest(input *DeleteSnapshotScheduleInput) (req *request.Request, output *DeleteSnapshotScheduleOutput)
func (c *Redshift) DeleteSnapshotScheduleWithContext(ctx aws.Context, input *DeleteSnapshotScheduleInput, opts ...request.Option) (*DeleteSnapshotScheduleOutput, error)
func (c *Redshift) DeleteTags(input *DeleteTagsInput) (*DeleteTagsOutput, error)
func (c *Redshift) DeleteTagsRequest(input *DeleteTagsInput) (req *request.Request, output *DeleteTagsOutput)
func (c *Redshift) DeleteTagsWithContext(ctx aws.Context, input *DeleteTagsInput, opts ...request.Option) (*DeleteTagsOutput, error)
func (c *Redshift) DeleteUsageLimit(input *DeleteUsageLimitInput) (*DeleteUsageLimitOutput, error)
func (c *Redshift) DeleteUsageLimitRequest(input *DeleteUsageLimitInput) (req *request.Request, output *DeleteUsageLimitOutput)
func (c *Redshift) DeleteUsageLimitWithContext(ctx aws.Context, input *DeleteUsageLimitInput, opts ...request.Option) (*DeleteUsageLimitOutput, error)
func (c *Redshift) DescribeAccountAttributes(input *DescribeAccountAttributesInput) (*DescribeAccountAttributesOutput, error)
func (c *Redshift) DescribeAccountAttributesRequest(input *DescribeAccountAttributesInput) (req *request.Request, output *DescribeAccountAttributesOutput)
func (c *Redshift) DescribeAccountAttributesWithContext(ctx aws.Context, input *DescribeAccountAttributesInput, opts ...request.Option) (*DescribeAccountAttributesOutput, error)
func (c *Redshift) DescribeAuthenticationProfiles(input *DescribeAuthenticationProfilesInput) (*DescribeAuthenticationProfilesOutput, error)
func (c *Redshift) DescribeAuthenticationProfilesRequest(input *DescribeAuthenticationProfilesInput) (req *request.Request, output *DescribeAuthenticationProfilesOutput)
func (c *Redshift) DescribeAuthenticationProfilesWithContext(ctx aws.Context, input *DescribeAuthenticationProfilesInput, opts ...request.Option) (*DescribeAuthenticationProfilesOutput, error)
func (c *Redshift) DescribeClusterDbRevisions(input *DescribeClusterDbRevisionsInput) (*DescribeClusterDbRevisionsOutput, error)
func (c *Redshift) DescribeClusterDbRevisionsPages(input *DescribeClusterDbRevisionsInput, fn func(*DescribeClusterDbRevisionsOutput, bool) bool) error
func (c *Redshift) DescribeClusterDbRevisionsPagesWithContext(ctx aws.Context, input *DescribeClusterDbRevisionsInput, fn func(*DescribeClusterDbRevisionsOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeClusterDbRevisionsRequest(input *DescribeClusterDbRevisionsInput) (req *request.Request, output *DescribeClusterDbRevisionsOutput)
func (c *Redshift) DescribeClusterDbRevisionsWithContext(ctx aws.Context, input *DescribeClusterDbRevisionsInput, opts ...request.Option) (*DescribeClusterDbRevisionsOutput, error)
func (c *Redshift) DescribeClusterParameterGroups(input *DescribeClusterParameterGroupsInput) (*DescribeClusterParameterGroupsOutput, error)
func (c *Redshift) DescribeClusterParameterGroupsPages(input *DescribeClusterParameterGroupsInput, fn func(*DescribeClusterParameterGroupsOutput, bool) bool) error
func (c *Redshift) DescribeClusterParameterGroupsPagesWithContext(ctx aws.Context, input *DescribeClusterParameterGroupsInput, fn func(*DescribeClusterParameterGroupsOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeClusterParameterGroupsRequest(input *DescribeClusterParameterGroupsInput) (req *request.Request, output *DescribeClusterParameterGroupsOutput)
func (c *Redshift) DescribeClusterParameterGroupsWithContext(ctx aws.Context, input *DescribeClusterParameterGroupsInput, opts ...request.Option) (*DescribeClusterParameterGroupsOutput, error)
func (c *Redshift) DescribeClusterParameters(input *DescribeClusterParametersInput) (*DescribeClusterParametersOutput, error)
func (c *Redshift) DescribeClusterParametersPages(input *DescribeClusterParametersInput, fn func(*DescribeClusterParametersOutput, bool) bool) error
func (c *Redshift) DescribeClusterParametersPagesWithContext(ctx aws.Context, input *DescribeClusterParametersInput, fn func(*DescribeClusterParametersOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeClusterParametersRequest(input *DescribeClusterParametersInput) (req *request.Request, output *DescribeClusterParametersOutput)
func (c *Redshift) DescribeClusterParametersWithContext(ctx aws.Context, input *DescribeClusterParametersInput, opts ...request.Option) (*DescribeClusterParametersOutput, error)
func (c *Redshift) DescribeClusterSecurityGroups(input *DescribeClusterSecurityGroupsInput) (*DescribeClusterSecurityGroupsOutput, error)
func (c *Redshift) DescribeClusterSecurityGroupsPages(input *DescribeClusterSecurityGroupsInput, fn func(*DescribeClusterSecurityGroupsOutput, bool) bool) error
func (c *Redshift) DescribeClusterSecurityGroupsPagesWithContext(ctx aws.Context, input *DescribeClusterSecurityGroupsInput, fn func(*DescribeClusterSecurityGroupsOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeClusterSecurityGroupsRequest(input *DescribeClusterSecurityGroupsInput) (req *request.Request, output *DescribeClusterSecurityGroupsOutput)
func (c *Redshift) DescribeClusterSecurityGroupsWithContext(ctx aws.Context, input *DescribeClusterSecurityGroupsInput, opts ...request.Option) (*DescribeClusterSecurityGroupsOutput, error)
func (c *Redshift) DescribeClusterSnapshots(input *DescribeClusterSnapshotsInput) (*DescribeClusterSnapshotsOutput, error)
func (c *Redshift) DescribeClusterSnapshotsPages(input *DescribeClusterSnapshotsInput, fn func(*DescribeClusterSnapshotsOutput, bool) bool) error
func (c *Redshift) DescribeClusterSnapshotsPagesWithContext(ctx aws.Context, input *DescribeClusterSnapshotsInput, fn func(*DescribeClusterSnapshotsOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeClusterSnapshotsRequest(input *DescribeClusterSnapshotsInput) (req *request.Request, output *DescribeClusterSnapshotsOutput)
func (c *Redshift) DescribeClusterSnapshotsWithContext(ctx aws.Context, input *DescribeClusterSnapshotsInput, opts ...request.Option) (*DescribeClusterSnapshotsOutput, error)
func (c *Redshift) DescribeClusterSubnetGroups(input *DescribeClusterSubnetGroupsInput) (*DescribeClusterSubnetGroupsOutput, error)
func (c *Redshift) DescribeClusterSubnetGroupsPages(input *DescribeClusterSubnetGroupsInput, fn func(*DescribeClusterSubnetGroupsOutput, bool) bool) error
func (c *Redshift) DescribeClusterSubnetGroupsPagesWithContext(ctx aws.Context, input *DescribeClusterSubnetGroupsInput, fn func(*DescribeClusterSubnetGroupsOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeClusterSubnetGroupsRequest(input *DescribeClusterSubnetGroupsInput) (req *request.Request, output *DescribeClusterSubnetGroupsOutput)
func (c *Redshift) DescribeClusterSubnetGroupsWithContext(ctx aws.Context, input *DescribeClusterSubnetGroupsInput, opts ...request.Option) (*DescribeClusterSubnetGroupsOutput, error)
func (c *Redshift) DescribeClusterTracks(input *DescribeClusterTracksInput) (*DescribeClusterTracksOutput, error)
func (c *Redshift) DescribeClusterTracksPages(input *DescribeClusterTracksInput, fn func(*DescribeClusterTracksOutput, bool) bool) error
func (c *Redshift) DescribeClusterTracksPagesWithContext(ctx aws.Context, input *DescribeClusterTracksInput, fn func(*DescribeClusterTracksOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeClusterTracksRequest(input *DescribeClusterTracksInput) (req *request.Request, output *DescribeClusterTracksOutput)
func (c *Redshift) DescribeClusterTracksWithContext(ctx aws.Context, input *DescribeClusterTracksInput, opts ...request.Option) (*DescribeClusterTracksOutput, error)
func (c *Redshift) DescribeClusterVersions(input *DescribeClusterVersionsInput) (*DescribeClusterVersionsOutput, error)
func (c *Redshift) DescribeClusterVersionsPages(input *DescribeClusterVersionsInput, fn func(*DescribeClusterVersionsOutput, bool) bool) error
func (c *Redshift) DescribeClusterVersionsPagesWithContext(ctx aws.Context, input *DescribeClusterVersionsInput, fn func(*DescribeClusterVersionsOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeClusterVersionsRequest(input *DescribeClusterVersionsInput) (req *request.Request, output *DescribeClusterVersionsOutput)
func (c *Redshift) DescribeClusterVersionsWithContext(ctx aws.Context, input *DescribeClusterVersionsInput, opts ...request.Option) (*DescribeClusterVersionsOutput, error)
func (c *Redshift) DescribeClusters(input *DescribeClustersInput) (*DescribeClustersOutput, error)
func (c *Redshift) DescribeClustersPages(input *DescribeClustersInput, fn func(*DescribeClustersOutput, bool) bool) error
func (c *Redshift) DescribeClustersPagesWithContext(ctx aws.Context, input *DescribeClustersInput, fn func(*DescribeClustersOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeClustersRequest(input *DescribeClustersInput) (req *request.Request, output *DescribeClustersOutput)
func (c *Redshift) DescribeClustersWithContext(ctx aws.Context, input *DescribeClustersInput, opts ...request.Option) (*DescribeClustersOutput, error)
func (c *Redshift) DescribeCustomDomainAssociations(input *DescribeCustomDomainAssociationsInput) (*DescribeCustomDomainAssociationsOutput, error)
func (c *Redshift) DescribeCustomDomainAssociationsPages(input *DescribeCustomDomainAssociationsInput, fn func(*DescribeCustomDomainAssociationsOutput, bool) bool) error
func (c *Redshift) DescribeCustomDomainAssociationsPagesWithContext(ctx aws.Context, input *DescribeCustomDomainAssociationsInput, fn func(*DescribeCustomDomainAssociationsOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeCustomDomainAssociationsRequest(input *DescribeCustomDomainAssociationsInput) (req *request.Request, output *DescribeCustomDomainAssociationsOutput)
func (c *Redshift) DescribeCustomDomainAssociationsWithContext(ctx aws.Context, input *DescribeCustomDomainAssociationsInput, opts ...request.Option) (*DescribeCustomDomainAssociationsOutput, error)
func (c *Redshift) DescribeDataShares(input *DescribeDataSharesInput) (*DescribeDataSharesOutput, error)
func (c *Redshift) DescribeDataSharesForConsumer(input *DescribeDataSharesForConsumerInput) (*DescribeDataSharesForConsumerOutput, error)
func (c *Redshift) DescribeDataSharesForConsumerPages(input *DescribeDataSharesForConsumerInput, fn func(*DescribeDataSharesForConsumerOutput, bool) bool) error
func (c *Redshift) DescribeDataSharesForConsumerPagesWithContext(ctx aws.Context, input *DescribeDataSharesForConsumerInput, fn func(*DescribeDataSharesForConsumerOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeDataSharesForConsumerRequest(input *DescribeDataSharesForConsumerInput) (req *request.Request, output *DescribeDataSharesForConsumerOutput)
func (c *Redshift) DescribeDataSharesForConsumerWithContext(ctx aws.Context, input *DescribeDataSharesForConsumerInput, opts ...request.Option) (*DescribeDataSharesForConsumerOutput, error)
func (c *Redshift) DescribeDataSharesForProducer(input *DescribeDataSharesForProducerInput) (*DescribeDataSharesForProducerOutput, error)
func (c *Redshift) DescribeDataSharesForProducerPages(input *DescribeDataSharesForProducerInput, fn func(*DescribeDataSharesForProducerOutput, bool) bool) error
func (c *Redshift) DescribeDataSharesForProducerPagesWithContext(ctx aws.Context, input *DescribeDataSharesForProducerInput, fn func(*DescribeDataSharesForProducerOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeDataSharesForProducerRequest(input *DescribeDataSharesForProducerInput) (req *request.Request, output *DescribeDataSharesForProducerOutput)
func (c *Redshift) DescribeDataSharesForProducerWithContext(ctx aws.Context, input *DescribeDataSharesForProducerInput, opts ...request.Option) (*DescribeDataSharesForProducerOutput, error)
func (c *Redshift) DescribeDataSharesPages(input *DescribeDataSharesInput, fn func(*DescribeDataSharesOutput, bool) bool) error
func (c *Redshift) DescribeDataSharesPagesWithContext(ctx aws.Context, input *DescribeDataSharesInput, fn func(*DescribeDataSharesOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeDataSharesRequest(input *DescribeDataSharesInput) (req *request.Request, output *DescribeDataSharesOutput)
func (c *Redshift) DescribeDataSharesWithContext(ctx aws.Context, input *DescribeDataSharesInput, opts ...request.Option) (*DescribeDataSharesOutput, error)
func (c *Redshift) DescribeDefaultClusterParameters(input *DescribeDefaultClusterParametersInput) (*DescribeDefaultClusterParametersOutput, error)
func (c *Redshift) DescribeDefaultClusterParametersPages(input *DescribeDefaultClusterParametersInput, fn func(*DescribeDefaultClusterParametersOutput, bool) bool) error
func (c *Redshift) DescribeDefaultClusterParametersPagesWithContext(ctx aws.Context, input *DescribeDefaultClusterParametersInput, fn func(*DescribeDefaultClusterParametersOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeDefaultClusterParametersRequest(input *DescribeDefaultClusterParametersInput) (req *request.Request, output *DescribeDefaultClusterParametersOutput)
func (c *Redshift) DescribeDefaultClusterParametersWithContext(ctx aws.Context, input *DescribeDefaultClusterParametersInput, opts ...request.Option) (*DescribeDefaultClusterParametersOutput, error)
func (c *Redshift) DescribeEndpointAccess(input *DescribeEndpointAccessInput) (*DescribeEndpointAccessOutput, error)
func (c *Redshift) DescribeEndpointAccessPages(input *DescribeEndpointAccessInput, fn func(*DescribeEndpointAccessOutput, bool) bool) error
func (c *Redshift) DescribeEndpointAccessPagesWithContext(ctx aws.Context, input *DescribeEndpointAccessInput, fn func(*DescribeEndpointAccessOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeEndpointAccessRequest(input *DescribeEndpointAccessInput) (req *request.Request, output *DescribeEndpointAccessOutput)
func (c *Redshift) DescribeEndpointAccessWithContext(ctx aws.Context, input *DescribeEndpointAccessInput, opts ...request.Option) (*DescribeEndpointAccessOutput, error)
func (c *Redshift) DescribeEndpointAuthorization(input *DescribeEndpointAuthorizationInput) (*DescribeEndpointAuthorizationOutput, error)
func (c *Redshift) DescribeEndpointAuthorizationPages(input *DescribeEndpointAuthorizationInput, fn func(*DescribeEndpointAuthorizationOutput, bool) bool) error
func (c *Redshift) DescribeEndpointAuthorizationPagesWithContext(ctx aws.Context, input *DescribeEndpointAuthorizationInput, fn func(*DescribeEndpointAuthorizationOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeEndpointAuthorizationRequest(input *DescribeEndpointAuthorizationInput) (req *request.Request, output *DescribeEndpointAuthorizationOutput)
func (c *Redshift) DescribeEndpointAuthorizationWithContext(ctx aws.Context, input *DescribeEndpointAuthorizationInput, opts ...request.Option) (*DescribeEndpointAuthorizationOutput, error)
func (c *Redshift) DescribeEventCategories(input *DescribeEventCategoriesInput) (*DescribeEventCategoriesOutput, error)
func (c *Redshift) DescribeEventCategoriesRequest(input *DescribeEventCategoriesInput) (req *request.Request, output *DescribeEventCategoriesOutput)
func (c *Redshift) DescribeEventCategoriesWithContext(ctx aws.Context, input *DescribeEventCategoriesInput, opts ...request.Option) (*DescribeEventCategoriesOutput, error)
func (c *Redshift) DescribeEventSubscriptions(input *DescribeEventSubscriptionsInput) (*DescribeEventSubscriptionsOutput, error)
func (c *Redshift) DescribeEventSubscriptionsPages(input *DescribeEventSubscriptionsInput, fn func(*DescribeEventSubscriptionsOutput, bool) bool) error
func (c *Redshift) DescribeEventSubscriptionsPagesWithContext(ctx aws.Context, input *DescribeEventSubscriptionsInput, fn func(*DescribeEventSubscriptionsOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeEventSubscriptionsRequest(input *DescribeEventSubscriptionsInput) (req *request.Request, output *DescribeEventSubscriptionsOutput)
func (c *Redshift) DescribeEventSubscriptionsWithContext(ctx aws.Context, input *DescribeEventSubscriptionsInput, opts ...request.Option) (*DescribeEventSubscriptionsOutput, error)
func (c *Redshift) DescribeEvents(input *DescribeEventsInput) (*DescribeEventsOutput, error)
func (c *Redshift) DescribeEventsPages(input *DescribeEventsInput, fn func(*DescribeEventsOutput, bool) bool) error
func (c *Redshift) DescribeEventsPagesWithContext(ctx aws.Context, input *DescribeEventsInput, fn func(*DescribeEventsOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeEventsRequest(input *DescribeEventsInput) (req *request.Request, output *DescribeEventsOutput)
func (c *Redshift) DescribeEventsWithContext(ctx aws.Context, input *DescribeEventsInput, opts ...request.Option) (*DescribeEventsOutput, error)
func (c *Redshift) DescribeHsmClientCertificates(input *DescribeHsmClientCertificatesInput) (*DescribeHsmClientCertificatesOutput, error)
func (c *Redshift) DescribeHsmClientCertificatesPages(input *DescribeHsmClientCertificatesInput, fn func(*DescribeHsmClientCertificatesOutput, bool) bool) error
func (c *Redshift) DescribeHsmClientCertificatesPagesWithContext(ctx aws.Context, input *DescribeHsmClientCertificatesInput, fn func(*DescribeHsmClientCertificatesOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeHsmClientCertificatesRequest(input *DescribeHsmClientCertificatesInput) (req *request.Request, output *DescribeHsmClientCertificatesOutput)
func (c *Redshift) DescribeHsmClientCertificatesWithContext(ctx aws.Context, input *DescribeHsmClientCertificatesInput, opts ...request.Option) (*DescribeHsmClientCertificatesOutput, error)
func (c *Redshift) DescribeHsmConfigurations(input *DescribeHsmConfigurationsInput) (*DescribeHsmConfigurationsOutput, error)
func (c *Redshift) DescribeHsmConfigurationsPages(input *DescribeHsmConfigurationsInput, fn func(*DescribeHsmConfigurationsOutput, bool) bool) error
func (c *Redshift) DescribeHsmConfigurationsPagesWithContext(ctx aws.Context, input *DescribeHsmConfigurationsInput, fn func(*DescribeHsmConfigurationsOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeHsmConfigurationsRequest(input *DescribeHsmConfigurationsInput) (req *request.Request, output *DescribeHsmConfigurationsOutput)
func (c *Redshift) DescribeHsmConfigurationsWithContext(ctx aws.Context, input *DescribeHsmConfigurationsInput, opts ...request.Option) (*DescribeHsmConfigurationsOutput, error)
func (c *Redshift) DescribeInboundIntegrations(input *DescribeInboundIntegrationsInput) (*DescribeInboundIntegrationsOutput, error)
func (c *Redshift) DescribeInboundIntegrationsPages(input *DescribeInboundIntegrationsInput, fn func(*DescribeInboundIntegrationsOutput, bool) bool) error
func (c *Redshift) DescribeInboundIntegrationsPagesWithContext(ctx aws.Context, input *DescribeInboundIntegrationsInput, fn func(*DescribeInboundIntegrationsOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeInboundIntegrationsRequest(input *DescribeInboundIntegrationsInput) (req *request.Request, output *DescribeInboundIntegrationsOutput)
func (c *Redshift) DescribeInboundIntegrationsWithContext(ctx aws.Context, input *DescribeInboundIntegrationsInput, opts ...request.Option) (*DescribeInboundIntegrationsOutput, error)
func (c *Redshift) DescribeLoggingStatus(input *DescribeLoggingStatusInput) (*LoggingStatus, error)
func (c *Redshift) DescribeLoggingStatusRequest(input *DescribeLoggingStatusInput) (req *request.Request, output *LoggingStatus)
func (c *Redshift) DescribeLoggingStatusWithContext(ctx aws.Context, input *DescribeLoggingStatusInput, opts ...request.Option) (*LoggingStatus, error)
func (c *Redshift) DescribeNodeConfigurationOptions(input *DescribeNodeConfigurationOptionsInput) (*DescribeNodeConfigurationOptionsOutput, error)
func (c *Redshift) DescribeNodeConfigurationOptionsPages(input *DescribeNodeConfigurationOptionsInput, fn func(*DescribeNodeConfigurationOptionsOutput, bool) bool) error
func (c *Redshift) DescribeNodeConfigurationOptionsPagesWithContext(ctx aws.Context, input *DescribeNodeConfigurationOptionsInput, fn func(*DescribeNodeConfigurationOptionsOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeNodeConfigurationOptionsRequest(input *DescribeNodeConfigurationOptionsInput) (req *request.Request, output *DescribeNodeConfigurationOptionsOutput)
func (c *Redshift) DescribeNodeConfigurationOptionsWithContext(ctx aws.Context, input *DescribeNodeConfigurationOptionsInput, opts ...request.Option) (*DescribeNodeConfigurationOptionsOutput, error)
func (c *Redshift) DescribeOrderableClusterOptions(input *DescribeOrderableClusterOptionsInput) (*DescribeOrderableClusterOptionsOutput, error)
func (c *Redshift) DescribeOrderableClusterOptionsPages(input *DescribeOrderableClusterOptionsInput, fn func(*DescribeOrderableClusterOptionsOutput, bool) bool) error
func (c *Redshift) DescribeOrderableClusterOptionsPagesWithContext(ctx aws.Context, input *DescribeOrderableClusterOptionsInput, fn func(*DescribeOrderableClusterOptionsOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeOrderableClusterOptionsRequest(input *DescribeOrderableClusterOptionsInput) (req *request.Request, output *DescribeOrderableClusterOptionsOutput)
func (c *Redshift) DescribeOrderableClusterOptionsWithContext(ctx aws.Context, input *DescribeOrderableClusterOptionsInput, opts ...request.Option) (*DescribeOrderableClusterOptionsOutput, error)
func (c *Redshift) DescribePartners(input *DescribePartnersInput) (*DescribePartnersOutput, error)
func (c *Redshift) DescribePartnersRequest(input *DescribePartnersInput) (req *request.Request, output *DescribePartnersOutput)
func (c *Redshift) DescribePartnersWithContext(ctx aws.Context, input *DescribePartnersInput, opts ...request.Option) (*DescribePartnersOutput, error)
func (c *Redshift) DescribeRedshiftIdcApplications(input *DescribeRedshiftIdcApplicationsInput) (*DescribeRedshiftIdcApplicationsOutput, error)
func (c *Redshift) DescribeRedshiftIdcApplicationsPages(input *DescribeRedshiftIdcApplicationsInput, fn func(*DescribeRedshiftIdcApplicationsOutput, bool) bool) error
func (c *Redshift) DescribeRedshiftIdcApplicationsPagesWithContext(ctx aws.Context, input *DescribeRedshiftIdcApplicationsInput, fn func(*DescribeRedshiftIdcApplicationsOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeRedshiftIdcApplicationsRequest(input *DescribeRedshiftIdcApplicationsInput) (req *request.Request, output *DescribeRedshiftIdcApplicationsOutput)
func (c *Redshift) DescribeRedshiftIdcApplicationsWithContext(ctx aws.Context, input *DescribeRedshiftIdcApplicationsInput, opts ...request.Option) (*DescribeRedshiftIdcApplicationsOutput, error)
func (c *Redshift) DescribeReservedNodeExchangeStatus(input *DescribeReservedNodeExchangeStatusInput) (*DescribeReservedNodeExchangeStatusOutput, error)
func (c *Redshift) DescribeReservedNodeExchangeStatusPages(input *DescribeReservedNodeExchangeStatusInput, fn func(*DescribeReservedNodeExchangeStatusOutput, bool) bool) error
func (c *Redshift) DescribeReservedNodeExchangeStatusPagesWithContext(ctx aws.Context, input *DescribeReservedNodeExchangeStatusInput, fn func(*DescribeReservedNodeExchangeStatusOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeReservedNodeExchangeStatusRequest(input *DescribeReservedNodeExchangeStatusInput) (req *request.Request, output *DescribeReservedNodeExchangeStatusOutput)
func (c *Redshift) DescribeReservedNodeExchangeStatusWithContext(ctx aws.Context, input *DescribeReservedNodeExchangeStatusInput, opts ...request.Option) (*DescribeReservedNodeExchangeStatusOutput, error)
func (c *Redshift) DescribeReservedNodeOfferings(input *DescribeReservedNodeOfferingsInput) (*DescribeReservedNodeOfferingsOutput, error)
func (c *Redshift) DescribeReservedNodeOfferingsPages(input *DescribeReservedNodeOfferingsInput, fn func(*DescribeReservedNodeOfferingsOutput, bool) bool) error
func (c *Redshift) DescribeReservedNodeOfferingsPagesWithContext(ctx aws.Context, input *DescribeReservedNodeOfferingsInput, fn func(*DescribeReservedNodeOfferingsOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeReservedNodeOfferingsRequest(input *DescribeReservedNodeOfferingsInput) (req *request.Request, output *DescribeReservedNodeOfferingsOutput)
func (c *Redshift) DescribeReservedNodeOfferingsWithContext(ctx aws.Context, input *DescribeReservedNodeOfferingsInput, opts ...request.Option) (*DescribeReservedNodeOfferingsOutput, error)
func (c *Redshift) DescribeReservedNodes(input *DescribeReservedNodesInput) (*DescribeReservedNodesOutput, error)
func (c *Redshift) DescribeReservedNodesPages(input *DescribeReservedNodesInput, fn func(*DescribeReservedNodesOutput, bool) bool) error
func (c *Redshift) DescribeReservedNodesPagesWithContext(ctx aws.Context, input *DescribeReservedNodesInput, fn func(*DescribeReservedNodesOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeReservedNodesRequest(input *DescribeReservedNodesInput) (req *request.Request, output *DescribeReservedNodesOutput)
func (c *Redshift) DescribeReservedNodesWithContext(ctx aws.Context, input *DescribeReservedNodesInput, opts ...request.Option) (*DescribeReservedNodesOutput, error)
func (c *Redshift) DescribeResize(input *DescribeResizeInput) (*DescribeResizeOutput, error)
func (c *Redshift) DescribeResizeRequest(input *DescribeResizeInput) (req *request.Request, output *DescribeResizeOutput)
func (c *Redshift) DescribeResizeWithContext(ctx aws.Context, input *DescribeResizeInput, opts ...request.Option) (*DescribeResizeOutput, error)
func (c *Redshift) DescribeScheduledActions(input *DescribeScheduledActionsInput) (*DescribeScheduledActionsOutput, error)
func (c *Redshift) DescribeScheduledActionsPages(input *DescribeScheduledActionsInput, fn func(*DescribeScheduledActionsOutput, bool) bool) error
func (c *Redshift) DescribeScheduledActionsPagesWithContext(ctx aws.Context, input *DescribeScheduledActionsInput, fn func(*DescribeScheduledActionsOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeScheduledActionsRequest(input *DescribeScheduledActionsInput) (req *request.Request, output *DescribeScheduledActionsOutput)
func (c *Redshift) DescribeScheduledActionsWithContext(ctx aws.Context, input *DescribeScheduledActionsInput, opts ...request.Option) (*DescribeScheduledActionsOutput, error)
func (c *Redshift) DescribeSnapshotCopyGrants(input *DescribeSnapshotCopyGrantsInput) (*DescribeSnapshotCopyGrantsOutput, error)
func (c *Redshift) DescribeSnapshotCopyGrantsPages(input *DescribeSnapshotCopyGrantsInput, fn func(*DescribeSnapshotCopyGrantsOutput, bool) bool) error
func (c *Redshift) DescribeSnapshotCopyGrantsPagesWithContext(ctx aws.Context, input *DescribeSnapshotCopyGrantsInput, fn func(*DescribeSnapshotCopyGrantsOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeSnapshotCopyGrantsRequest(input *DescribeSnapshotCopyGrantsInput) (req *request.Request, output *DescribeSnapshotCopyGrantsOutput)
func (c *Redshift) DescribeSnapshotCopyGrantsWithContext(ctx aws.Context, input *DescribeSnapshotCopyGrantsInput, opts ...request.Option) (*DescribeSnapshotCopyGrantsOutput, error)
func (c *Redshift) DescribeSnapshotSchedules(input *DescribeSnapshotSchedulesInput) (*DescribeSnapshotSchedulesOutput, error)
func (c *Redshift) DescribeSnapshotSchedulesPages(input *DescribeSnapshotSchedulesInput, fn func(*DescribeSnapshotSchedulesOutput, bool) bool) error
func (c *Redshift) DescribeSnapshotSchedulesPagesWithContext(ctx aws.Context, input *DescribeSnapshotSchedulesInput, fn func(*DescribeSnapshotSchedulesOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeSnapshotSchedulesRequest(input *DescribeSnapshotSchedulesInput) (req *request.Request, output *DescribeSnapshotSchedulesOutput)
func (c *Redshift) DescribeSnapshotSchedulesWithContext(ctx aws.Context, input *DescribeSnapshotSchedulesInput, opts ...request.Option) (*DescribeSnapshotSchedulesOutput, error)
func (c *Redshift) DescribeStorage(input *DescribeStorageInput) (*DescribeStorageOutput, error)
func (c *Redshift) DescribeStorageRequest(input *DescribeStorageInput) (req *request.Request, output *DescribeStorageOutput)
func (c *Redshift) DescribeStorageWithContext(ctx aws.Context, input *DescribeStorageInput, opts ...request.Option) (*DescribeStorageOutput, error)
func (c *Redshift) DescribeTableRestoreStatus(input *DescribeTableRestoreStatusInput) (*DescribeTableRestoreStatusOutput, error)
func (c *Redshift) DescribeTableRestoreStatusPages(input *DescribeTableRestoreStatusInput, fn func(*DescribeTableRestoreStatusOutput, bool) bool) error
func (c *Redshift) DescribeTableRestoreStatusPagesWithContext(ctx aws.Context, input *DescribeTableRestoreStatusInput, fn func(*DescribeTableRestoreStatusOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeTableRestoreStatusRequest(input *DescribeTableRestoreStatusInput) (req *request.Request, output *DescribeTableRestoreStatusOutput)
func (c *Redshift) DescribeTableRestoreStatusWithContext(ctx aws.Context, input *DescribeTableRestoreStatusInput, opts ...request.Option) (*DescribeTableRestoreStatusOutput, error)
func (c *Redshift) DescribeTags(input *DescribeTagsInput) (*DescribeTagsOutput, error)
func (c *Redshift) DescribeTagsPages(input *DescribeTagsInput, fn func(*DescribeTagsOutput, bool) bool) error
func (c *Redshift) DescribeTagsPagesWithContext(ctx aws.Context, input *DescribeTagsInput, fn func(*DescribeTagsOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeTagsRequest(input *DescribeTagsInput) (req *request.Request, output *DescribeTagsOutput)
func (c *Redshift) DescribeTagsWithContext(ctx aws.Context, input *DescribeTagsInput, opts ...request.Option) (*DescribeTagsOutput, error)
func (c *Redshift) DescribeUsageLimits(input *DescribeUsageLimitsInput) (*DescribeUsageLimitsOutput, error)
func (c *Redshift) DescribeUsageLimitsPages(input *DescribeUsageLimitsInput, fn func(*DescribeUsageLimitsOutput, bool) bool) error
func (c *Redshift) DescribeUsageLimitsPagesWithContext(ctx aws.Context, input *DescribeUsageLimitsInput, fn func(*DescribeUsageLimitsOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) DescribeUsageLimitsRequest(input *DescribeUsageLimitsInput) (req *request.Request, output *DescribeUsageLimitsOutput)
func (c *Redshift) DescribeUsageLimitsWithContext(ctx aws.Context, input *DescribeUsageLimitsInput, opts ...request.Option) (*DescribeUsageLimitsOutput, error)
func (c *Redshift) DisableLogging(input *DisableLoggingInput) (*LoggingStatus, error)
func (c *Redshift) DisableLoggingRequest(input *DisableLoggingInput) (req *request.Request, output *LoggingStatus)
func (c *Redshift) DisableLoggingWithContext(ctx aws.Context, input *DisableLoggingInput, opts ...request.Option) (*LoggingStatus, error)
func (c *Redshift) DisableSnapshotCopy(input *DisableSnapshotCopyInput) (*DisableSnapshotCopyOutput, error)
func (c *Redshift) DisableSnapshotCopyRequest(input *DisableSnapshotCopyInput) (req *request.Request, output *DisableSnapshotCopyOutput)
func (c *Redshift) DisableSnapshotCopyWithContext(ctx aws.Context, input *DisableSnapshotCopyInput, opts ...request.Option) (*DisableSnapshotCopyOutput, error)
func (c *Redshift) DisassociateDataShareConsumer(input *DisassociateDataShareConsumerInput) (*DisassociateDataShareConsumerOutput, error)
func (c *Redshift) DisassociateDataShareConsumerRequest(input *DisassociateDataShareConsumerInput) (req *request.Request, output *DisassociateDataShareConsumerOutput)
func (c *Redshift) DisassociateDataShareConsumerWithContext(ctx aws.Context, input *DisassociateDataShareConsumerInput, opts ...request.Option) (*DisassociateDataShareConsumerOutput, error)
func (c *Redshift) EnableLogging(input *EnableLoggingInput) (*LoggingStatus, error)
func (c *Redshift) EnableLoggingRequest(input *EnableLoggingInput) (req *request.Request, output *LoggingStatus)
func (c *Redshift) EnableLoggingWithContext(ctx aws.Context, input *EnableLoggingInput, opts ...request.Option) (*LoggingStatus, error)
func (c *Redshift) EnableSnapshotCopy(input *EnableSnapshotCopyInput) (*EnableSnapshotCopyOutput, error)
func (c *Redshift) EnableSnapshotCopyRequest(input *EnableSnapshotCopyInput) (req *request.Request, output *EnableSnapshotCopyOutput)
func (c *Redshift) EnableSnapshotCopyWithContext(ctx aws.Context, input *EnableSnapshotCopyInput, opts ...request.Option) (*EnableSnapshotCopyOutput, error)
func (c *Redshift) FailoverPrimaryCompute(input *FailoverPrimaryComputeInput) (*FailoverPrimaryComputeOutput, error)
func (c *Redshift) FailoverPrimaryComputeRequest(input *FailoverPrimaryComputeInput) (req *request.Request, output *FailoverPrimaryComputeOutput)
func (c *Redshift) FailoverPrimaryComputeWithContext(ctx aws.Context, input *FailoverPrimaryComputeInput, opts ...request.Option) (*FailoverPrimaryComputeOutput, error)
func (c *Redshift) GetClusterCredentials(input *GetClusterCredentialsInput) (*GetClusterCredentialsOutput, error)
func (c *Redshift) GetClusterCredentialsRequest(input *GetClusterCredentialsInput) (req *request.Request, output *GetClusterCredentialsOutput)
func (c *Redshift) GetClusterCredentialsWithContext(ctx aws.Context, input *GetClusterCredentialsInput, opts ...request.Option) (*GetClusterCredentialsOutput, error)
func (c *Redshift) GetClusterCredentialsWithIAM(input *GetClusterCredentialsWithIAMInput) (*GetClusterCredentialsWithIAMOutput, error)
func (c *Redshift) GetClusterCredentialsWithIAMRequest(input *GetClusterCredentialsWithIAMInput) (req *request.Request, output *GetClusterCredentialsWithIAMOutput)
func (c *Redshift) GetClusterCredentialsWithIAMWithContext(ctx aws.Context, input *GetClusterCredentialsWithIAMInput, opts ...request.Option) (*GetClusterCredentialsWithIAMOutput, error)
func (c *Redshift) GetReservedNodeExchangeConfigurationOptions(input *GetReservedNodeExchangeConfigurationOptionsInput) (*GetReservedNodeExchangeConfigurationOptionsOutput, error)
func (c *Redshift) GetReservedNodeExchangeConfigurationOptionsPages(input *GetReservedNodeExchangeConfigurationOptionsInput, fn func(*GetReservedNodeExchangeConfigurationOptionsOutput, bool) bool) error
func (c *Redshift) GetReservedNodeExchangeConfigurationOptionsPagesWithContext(ctx aws.Context, input *GetReservedNodeExchangeConfigurationOptionsInput, fn func(*GetReservedNodeExchangeConfigurationOptionsOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) GetReservedNodeExchangeConfigurationOptionsRequest(input *GetReservedNodeExchangeConfigurationOptionsInput) (req *request.Request, output *GetReservedNodeExchangeConfigurationOptionsOutput)
func (c *Redshift) GetReservedNodeExchangeConfigurationOptionsWithContext(ctx aws.Context, input *GetReservedNodeExchangeConfigurationOptionsInput, opts ...request.Option) (*GetReservedNodeExchangeConfigurationOptionsOutput, error)
func (c *Redshift) GetReservedNodeExchangeOfferings(input *GetReservedNodeExchangeOfferingsInput) (*GetReservedNodeExchangeOfferingsOutput, error)
func (c *Redshift) GetReservedNodeExchangeOfferingsPages(input *GetReservedNodeExchangeOfferingsInput, fn func(*GetReservedNodeExchangeOfferingsOutput, bool) bool) error
func (c *Redshift) GetReservedNodeExchangeOfferingsPagesWithContext(ctx aws.Context, input *GetReservedNodeExchangeOfferingsInput, fn func(*GetReservedNodeExchangeOfferingsOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) GetReservedNodeExchangeOfferingsRequest(input *GetReservedNodeExchangeOfferingsInput) (req *request.Request, output *GetReservedNodeExchangeOfferingsOutput)
func (c *Redshift) GetReservedNodeExchangeOfferingsWithContext(ctx aws.Context, input *GetReservedNodeExchangeOfferingsInput, opts ...request.Option) (*GetReservedNodeExchangeOfferingsOutput, error)
func (c *Redshift) GetResourcePolicy(input *GetResourcePolicyInput) (*GetResourcePolicyOutput, error)
func (c *Redshift) GetResourcePolicyRequest(input *GetResourcePolicyInput) (req *request.Request, output *GetResourcePolicyOutput)
func (c *Redshift) GetResourcePolicyWithContext(ctx aws.Context, input *GetResourcePolicyInput, opts ...request.Option) (*GetResourcePolicyOutput, error)
func (c *Redshift) ListRecommendations(input *ListRecommendationsInput) (*ListRecommendationsOutput, error)
func (c *Redshift) ListRecommendationsPages(input *ListRecommendationsInput, fn func(*ListRecommendationsOutput, bool) bool) error
func (c *Redshift) ListRecommendationsPagesWithContext(ctx aws.Context, input *ListRecommendationsInput, fn func(*ListRecommendationsOutput, bool) bool, opts ...request.Option) error
func (c *Redshift) ListRecommendationsRequest(input *ListRecommendationsInput) (req *request.Request, output *ListRecommendationsOutput)
func (c *Redshift) ListRecommendationsWithContext(ctx aws.Context, input *ListRecommendationsInput, opts ...request.Option) (*ListRecommendationsOutput, error)
func (c *Redshift) ModifyAquaConfiguration(input *ModifyAquaConfigurationInput) (*ModifyAquaConfigurationOutput, error)
func (c *Redshift) ModifyAquaConfigurationRequest(input *ModifyAquaConfigurationInput) (req *request.Request, output *ModifyAquaConfigurationOutput)
func (c *Redshift) ModifyAquaConfigurationWithContext(ctx aws.Context, input *ModifyAquaConfigurationInput, opts ...request.Option) (*ModifyAquaConfigurationOutput, error)
func (c *Redshift) ModifyAuthenticationProfile(input *ModifyAuthenticationProfileInput) (*ModifyAuthenticationProfileOutput, error)
func (c *Redshift) ModifyAuthenticationProfileRequest(input *ModifyAuthenticationProfileInput) (req *request.Request, output *ModifyAuthenticationProfileOutput)
func (c *Redshift) ModifyAuthenticationProfileWithContext(ctx aws.Context, input *ModifyAuthenticationProfileInput, opts ...request.Option) (*ModifyAuthenticationProfileOutput, error)
func (c *Redshift) ModifyCluster(input *ModifyClusterInput) (*ModifyClusterOutput, error)
func (c *Redshift) ModifyClusterDbRevision(input *ModifyClusterDbRevisionInput) (*ModifyClusterDbRevisionOutput, error)
func (c *Redshift) ModifyClusterDbRevisionRequest(input *ModifyClusterDbRevisionInput) (req *request.Request, output *ModifyClusterDbRevisionOutput)
func (c *Redshift) ModifyClusterDbRevisionWithContext(ctx aws.Context, input *ModifyClusterDbRevisionInput, opts ...request.Option) (*ModifyClusterDbRevisionOutput, error)
func (c *Redshift) ModifyClusterIamRoles(input *ModifyClusterIamRolesInput) (*ModifyClusterIamRolesOutput, error)
func (c *Redshift) ModifyClusterIamRolesRequest(input *ModifyClusterIamRolesInput) (req *request.Request, output *ModifyClusterIamRolesOutput)
func (c *Redshift) ModifyClusterIamRolesWithContext(ctx aws.Context, input *ModifyClusterIamRolesInput, opts ...request.Option) (*ModifyClusterIamRolesOutput, error)
func (c *Redshift) ModifyClusterMaintenance(input *ModifyClusterMaintenanceInput) (*ModifyClusterMaintenanceOutput, error)
func (c *Redshift) ModifyClusterMaintenanceRequest(input *ModifyClusterMaintenanceInput) (req *request.Request, output *ModifyClusterMaintenanceOutput)
func (c *Redshift) ModifyClusterMaintenanceWithContext(ctx aws.Context, input *ModifyClusterMaintenanceInput, opts ...request.Option) (*ModifyClusterMaintenanceOutput, error)
func (c *Redshift) ModifyClusterParameterGroup(input *ModifyClusterParameterGroupInput) (*ClusterParameterGroupNameMessage, error)
func (c *Redshift) ModifyClusterParameterGroupRequest(input *ModifyClusterParameterGroupInput) (req *request.Request, output *ClusterParameterGroupNameMessage)
func (c *Redshift) ModifyClusterParameterGroupWithContext(ctx aws.Context, input *ModifyClusterParameterGroupInput, opts ...request.Option) (*ClusterParameterGroupNameMessage, error)
func (c *Redshift) ModifyClusterRequest(input *ModifyClusterInput) (req *request.Request, output *ModifyClusterOutput)
func (c *Redshift) ModifyClusterSnapshot(input *ModifyClusterSnapshotInput) (*ModifyClusterSnapshotOutput, error)
func (c *Redshift) ModifyClusterSnapshotRequest(input *ModifyClusterSnapshotInput) (req *request.Request, output *ModifyClusterSnapshotOutput)
func (c *Redshift) ModifyClusterSnapshotSchedule(input *ModifyClusterSnapshotScheduleInput) (*ModifyClusterSnapshotScheduleOutput, error)
func (c *Redshift) ModifyClusterSnapshotScheduleRequest(input *ModifyClusterSnapshotScheduleInput) (req *request.Request, output *ModifyClusterSnapshotScheduleOutput)
func (c *Redshift) ModifyClusterSnapshotScheduleWithContext(ctx aws.Context, input *ModifyClusterSnapshotScheduleInput, opts ...request.Option) (*ModifyClusterSnapshotScheduleOutput, error)
func (c *Redshift) ModifyClusterSnapshotWithContext(ctx aws.Context, input *ModifyClusterSnapshotInput, opts ...request.Option) (*ModifyClusterSnapshotOutput, error)
func (c *Redshift) ModifyClusterSubnetGroup(input *ModifyClusterSubnetGroupInput) (*ModifyClusterSubnetGroupOutput, error)
func (c *Redshift) ModifyClusterSubnetGroupRequest(input *ModifyClusterSubnetGroupInput) (req *request.Request, output *ModifyClusterSubnetGroupOutput)
func (c *Redshift) ModifyClusterSubnetGroupWithContext(ctx aws.Context, input *ModifyClusterSubnetGroupInput, opts ...request.Option) (*ModifyClusterSubnetGroupOutput, error)
func (c *Redshift) ModifyClusterWithContext(ctx aws.Context, input *ModifyClusterInput, opts ...request.Option) (*ModifyClusterOutput, error)
func (c *Redshift) ModifyCustomDomainAssociation(input *ModifyCustomDomainAssociationInput) (*ModifyCustomDomainAssociationOutput, error)
func (c *Redshift) ModifyCustomDomainAssociationRequest(input *ModifyCustomDomainAssociationInput) (req *request.Request, output *ModifyCustomDomainAssociationOutput)
func (c *Redshift) ModifyCustomDomainAssociationWithContext(ctx aws.Context, input *ModifyCustomDomainAssociationInput, opts ...request.Option) (*ModifyCustomDomainAssociationOutput, error)
func (c *Redshift) ModifyEndpointAccess(input *ModifyEndpointAccessInput) (*ModifyEndpointAccessOutput, error)
func (c *Redshift) ModifyEndpointAccessRequest(input *ModifyEndpointAccessInput) (req *request.Request, output *ModifyEndpointAccessOutput)
func (c *Redshift) ModifyEndpointAccessWithContext(ctx aws.Context, input *ModifyEndpointAccessInput, opts ...request.Option) (*ModifyEndpointAccessOutput, error)
func (c *Redshift) ModifyEventSubscription(input *ModifyEventSubscriptionInput) (*ModifyEventSubscriptionOutput, error)
func (c *Redshift) ModifyEventSubscriptionRequest(input *ModifyEventSubscriptionInput) (req *request.Request, output *ModifyEventSubscriptionOutput)
func (c *Redshift) ModifyEventSubscriptionWithContext(ctx aws.Context, input *ModifyEventSubscriptionInput, opts ...request.Option) (*ModifyEventSubscriptionOutput, error)
func (c *Redshift) ModifyRedshiftIdcApplication(input *ModifyRedshiftIdcApplicationInput) (*ModifyRedshiftIdcApplicationOutput, error)
func (c *Redshift) ModifyRedshiftIdcApplicationRequest(input *ModifyRedshiftIdcApplicationInput) (req *request.Request, output *ModifyRedshiftIdcApplicationOutput)
func (c *Redshift) ModifyRedshiftIdcApplicationWithContext(ctx aws.Context, input *ModifyRedshiftIdcApplicationInput, opts ...request.Option) (*ModifyRedshiftIdcApplicationOutput, error)
func (c *Redshift) ModifyScheduledAction(input *ModifyScheduledActionInput) (*ModifyScheduledActionOutput, error)
func (c *Redshift) ModifyScheduledActionRequest(input *ModifyScheduledActionInput) (req *request.Request, output *ModifyScheduledActionOutput)
func (c *Redshift) ModifyScheduledActionWithContext(ctx aws.Context, input *ModifyScheduledActionInput, opts ...request.Option) (*ModifyScheduledActionOutput, error)
func (c *Redshift) ModifySnapshotCopyRetentionPeriod(input *ModifySnapshotCopyRetentionPeriodInput) (*ModifySnapshotCopyRetentionPeriodOutput, error)
func (c *Redshift) ModifySnapshotCopyRetentionPeriodRequest(input *ModifySnapshotCopyRetentionPeriodInput) (req *request.Request, output *ModifySnapshotCopyRetentionPeriodOutput)
func (c *Redshift) ModifySnapshotCopyRetentionPeriodWithContext(ctx aws.Context, input *ModifySnapshotCopyRetentionPeriodInput, opts ...request.Option) (*ModifySnapshotCopyRetentionPeriodOutput, error)
func (c *Redshift) ModifySnapshotSchedule(input *ModifySnapshotScheduleInput) (*ModifySnapshotScheduleOutput, error)
func (c *Redshift) ModifySnapshotScheduleRequest(input *ModifySnapshotScheduleInput) (req *request.Request, output *ModifySnapshotScheduleOutput)
func (c *Redshift) ModifySnapshotScheduleWithContext(ctx aws.Context, input *ModifySnapshotScheduleInput, opts ...request.Option) (*ModifySnapshotScheduleOutput, error)
func (c *Redshift) ModifyUsageLimit(input *ModifyUsageLimitInput) (*ModifyUsageLimitOutput, error)
func (c *Redshift) ModifyUsageLimitRequest(input *ModifyUsageLimitInput) (req *request.Request, output *ModifyUsageLimitOutput)
func (c *Redshift) ModifyUsageLimitWithContext(ctx aws.Context, input *ModifyUsageLimitInput, opts ...request.Option) (*ModifyUsageLimitOutput, error)
func (c *Redshift) PauseCluster(input *PauseClusterInput) (*PauseClusterOutput, error)
func (c *Redshift) PauseClusterRequest(input *PauseClusterInput) (req *request.Request, output *PauseClusterOutput)
func (c *Redshift) PauseClusterWithContext(ctx aws.Context, input *PauseClusterInput, opts ...request.Option) (*PauseClusterOutput, error)
func (c *Redshift) PurchaseReservedNodeOffering(input *PurchaseReservedNodeOfferingInput) (*PurchaseReservedNodeOfferingOutput, error)
func (c *Redshift) PurchaseReservedNodeOfferingRequest(input *PurchaseReservedNodeOfferingInput) (req *request.Request, output *PurchaseReservedNodeOfferingOutput)
func (c *Redshift) PurchaseReservedNodeOfferingWithContext(ctx aws.Context, input *PurchaseReservedNodeOfferingInput, opts ...request.Option) (*PurchaseReservedNodeOfferingOutput, error)
func (c *Redshift) PutResourcePolicy(input *PutResourcePolicyInput) (*PutResourcePolicyOutput, error)
func (c *Redshift) PutResourcePolicyRequest(input *PutResourcePolicyInput) (req *request.Request, output *PutResourcePolicyOutput)
func (c *Redshift) PutResourcePolicyWithContext(ctx aws.Context, input *PutResourcePolicyInput, opts ...request.Option) (*PutResourcePolicyOutput, error)
func (c *Redshift) RebootCluster(input *RebootClusterInput) (*RebootClusterOutput, error)
func (c *Redshift) RebootClusterRequest(input *RebootClusterInput) (req *request.Request, output *RebootClusterOutput)
func (c *Redshift) RebootClusterWithContext(ctx aws.Context, input *RebootClusterInput, opts ...request.Option) (*RebootClusterOutput, error)
func (c *Redshift) RejectDataShare(input *RejectDataShareInput) (*RejectDataShareOutput, error)
func (c *Redshift) RejectDataShareRequest(input *RejectDataShareInput) (req *request.Request, output *RejectDataShareOutput)
func (c *Redshift) RejectDataShareWithContext(ctx aws.Context, input *RejectDataShareInput, opts ...request.Option) (*RejectDataShareOutput, error)
func (c *Redshift) ResetClusterParameterGroup(input *ResetClusterParameterGroupInput) (*ClusterParameterGroupNameMessage, error)
func (c *Redshift) ResetClusterParameterGroupRequest(input *ResetClusterParameterGroupInput) (req *request.Request, output *ClusterParameterGroupNameMessage)
func (c *Redshift) ResetClusterParameterGroupWithContext(ctx aws.Context, input *ResetClusterParameterGroupInput, opts ...request.Option) (*ClusterParameterGroupNameMessage, error)
func (c *Redshift) ResizeCluster(input *ResizeClusterInput) (*ResizeClusterOutput, error)
func (c *Redshift) ResizeClusterRequest(input *ResizeClusterInput) (req *request.Request, output *ResizeClusterOutput)
func (c *Redshift) ResizeClusterWithContext(ctx aws.Context, input *ResizeClusterInput, opts ...request.Option) (*ResizeClusterOutput, error)
func (c *Redshift) RestoreFromClusterSnapshot(input *RestoreFromClusterSnapshotInput) (*RestoreFromClusterSnapshotOutput, error)
func (c *Redshift) RestoreFromClusterSnapshotRequest(input *RestoreFromClusterSnapshotInput) (req *request.Request, output *RestoreFromClusterSnapshotOutput)
func (c *Redshift) RestoreFromClusterSnapshotWithContext(ctx aws.Context, input *RestoreFromClusterSnapshotInput, opts ...request.Option) (*RestoreFromClusterSnapshotOutput, error)
func (c *Redshift) RestoreTableFromClusterSnapshot(input *RestoreTableFromClusterSnapshotInput) (*RestoreTableFromClusterSnapshotOutput, error)
func (c *Redshift) RestoreTableFromClusterSnapshotRequest(input *RestoreTableFromClusterSnapshotInput) (req *request.Request, output *RestoreTableFromClusterSnapshotOutput)
func (c *Redshift) RestoreTableFromClusterSnapshotWithContext(ctx aws.Context, input *RestoreTableFromClusterSnapshotInput, opts ...request.Option) (*RestoreTableFromClusterSnapshotOutput, error)
func (c *Redshift) ResumeCluster(input *ResumeClusterInput) (*ResumeClusterOutput, error)
func (c *Redshift) ResumeClusterRequest(input *ResumeClusterInput) (req *request.Request, output *ResumeClusterOutput)
func (c *Redshift) ResumeClusterWithContext(ctx aws.Context, input *ResumeClusterInput, opts ...request.Option) (*ResumeClusterOutput, error)
func (c *Redshift) RevokeClusterSecurityGroupIngress(input *RevokeClusterSecurityGroupIngressInput) (*RevokeClusterSecurityGroupIngressOutput, error)
func (c *Redshift) RevokeClusterSecurityGroupIngressRequest(input *RevokeClusterSecurityGroupIngressInput) (req *request.Request, output *RevokeClusterSecurityGroupIngressOutput)
func (c *Redshift) RevokeClusterSecurityGroupIngressWithContext(ctx aws.Context, input *RevokeClusterSecurityGroupIngressInput, opts ...request.Option) (*RevokeClusterSecurityGroupIngressOutput, error)
func (c *Redshift) RevokeEndpointAccess(input *RevokeEndpointAccessInput) (*RevokeEndpointAccessOutput, error)
func (c *Redshift) RevokeEndpointAccessRequest(input *RevokeEndpointAccessInput) (req *request.Request, output *RevokeEndpointAccessOutput)
func (c *Redshift) RevokeEndpointAccessWithContext(ctx aws.Context, input *RevokeEndpointAccessInput, opts ...request.Option) (*RevokeEndpointAccessOutput, error)
func (c *Redshift) RevokeSnapshotAccess(input *RevokeSnapshotAccessInput) (*RevokeSnapshotAccessOutput, error)
func (c *Redshift) RevokeSnapshotAccessRequest(input *RevokeSnapshotAccessInput) (req *request.Request, output *RevokeSnapshotAccessOutput)
func (c *Redshift) RevokeSnapshotAccessWithContext(ctx aws.Context, input *RevokeSnapshotAccessInput, opts ...request.Option) (*RevokeSnapshotAccessOutput, error)
func (c *Redshift) RotateEncryptionKey(input *RotateEncryptionKeyInput) (*RotateEncryptionKeyOutput, error)
func (c *Redshift) RotateEncryptionKeyRequest(input *RotateEncryptionKeyInput) (req *request.Request, output *RotateEncryptionKeyOutput)
func (c *Redshift) RotateEncryptionKeyWithContext(ctx aws.Context, input *RotateEncryptionKeyInput, opts ...request.Option) (*RotateEncryptionKeyOutput, error)
func (c *Redshift) UpdatePartnerStatus(input *UpdatePartnerStatusInput) (*UpdatePartnerStatusOutput, error)
func (c *Redshift) UpdatePartnerStatusRequest(input *UpdatePartnerStatusInput) (req *request.Request, output *UpdatePartnerStatusOutput)
func (c *Redshift) UpdatePartnerStatusWithContext(ctx aws.Context, input *UpdatePartnerStatusInput, opts ...request.Option) (*UpdatePartnerStatusOutput, error)
func (c *Redshift) WaitUntilClusterAvailable(input *DescribeClustersInput) error
func (c *Redshift) WaitUntilClusterAvailableWithContext(ctx aws.Context, input *DescribeClustersInput, opts ...request.WaiterOption) error
func (c *Redshift) WaitUntilClusterDeleted(input *DescribeClustersInput) error
func (c *Redshift) WaitUntilClusterDeletedWithContext(ctx aws.Context, input *DescribeClustersInput, opts ...request.WaiterOption) error
func (c *Redshift) WaitUntilClusterRestored(input *DescribeClustersInput) error
func (c *Redshift) WaitUntilClusterRestoredWithContext(ctx aws.Context, input *DescribeClustersInput, opts ...request.WaiterOption) error
func (c *Redshift) WaitUntilSnapshotAvailable(input *DescribeClusterSnapshotsInput) error
func (c *Redshift) WaitUntilSnapshotAvailableWithContext(ctx aws.Context, input *DescribeClusterSnapshotsInput, opts ...request.WaiterOption) error
func ActionType_Values() []string
func AquaConfigurationStatus_Values() []string
func AquaStatus_Values() []string
func AuthorizationStatus_Values() []string
func DataShareStatusForConsumer_Values() []string
func DataShareStatusForProducer_Values() []string
func DataShareStatus_Values() []string
func ImpactRankingType_Values() []string
func LogDestinationType_Values() []string
func Mode_Values() []string
func NodeConfigurationOptionsFilterName_Values() []string
func OperatorType_Values() []string
func ParameterApplyType_Values() []string
func PartnerIntegrationStatus_Values() []string
func RecommendedActionType_Values() []string
func ReservedNodeExchangeActionType_Values() []string
func ReservedNodeExchangeStatusType_Values() []string
func ReservedNodeOfferingType_Values() []string
func ScheduleState_Values() []string
func ScheduledActionFilterName_Values() []string
func ScheduledActionState_Values() []string
func ScheduledActionTypeValues_Values() []string
func ServiceAuthorization_Values() []string
func SnapshotAttributeToSortBy_Values() []string
func SortByOrder_Values() []string
func SourceType_Values() []string
func TableRestoreStatusType_Values() []string
func UsageLimitBreachAction_Values() []string
func UsageLimitFeatureType_Values() []string
func UsageLimitLimitType_Values() []string
func UsageLimitPeriod_Values() []string
func ZeroETLIntegrationStatus_Values() []string
type AcceptReservedNodeExchangeInput
type AcceptReservedNodeExchangeOutput
type AccountAttribute
type AccountWithRestoreAccess
type AddPartnerInput
type AddPartnerOutput
type AquaConfiguration
type AssociateDataShareConsumerInput
type AssociateDataShareConsumerOutput
type Association
type AttributeValueTarget
type AuthenticationProfile
type AuthorizeClusterSecurityGroupIngressInput
type AuthorizeClusterSecurityGroupIngressOutput
type AuthorizeDataShareInput
type AuthorizeDataShareOutput
type AuthorizeEndpointAccessInput
type AuthorizeEndpointAccessOutput
type AuthorizeSnapshotAccessInput
type AuthorizeSnapshotAccessOutput
type AuthorizedTokenIssuer
type AvailabilityZone
type BatchDeleteClusterSnapshotsInput
type BatchDeleteClusterSnapshotsOutput
type BatchModifyClusterSnapshotsInput
type BatchModifyClusterSnapshotsOutput
type CancelResizeInput
type CancelResizeOutput
type CertificateAssociation
type Cluster
type ClusterAssociatedToSchedule
type ClusterDbRevision
type ClusterIamRole
type ClusterNode
type ClusterParameterGroup
type ClusterParameterGroupNameMessage
type ClusterParameterGroupStatus
type ClusterParameterStatus
type ClusterSecurityGroup
type ClusterSecurityGroupMembership
type ClusterSnapshotCopyStatus
type ClusterSubnetGroup
type ClusterVersion
type CopyClusterSnapshotInput
type CopyClusterSnapshotOutput
type CreateAuthenticationProfileInput
type CreateAuthenticationProfileOutput
type CreateClusterInput
type CreateClusterOutput
type CreateClusterParameterGroupInput
type CreateClusterParameterGroupOutput
type CreateClusterSecurityGroupInput
type CreateClusterSecurityGroupOutput
type CreateClusterSnapshotInput
type CreateClusterSnapshotOutput
type CreateClusterSubnetGroupInput
type CreateClusterSubnetGroupOutput
type CreateCustomDomainAssociationInput
type CreateCustomDomainAssociationOutput
type CreateEndpointAccessInput
type CreateEndpointAccessOutput
type CreateEventSubscriptionInput
type CreateEventSubscriptionOutput
type CreateHsmClientCertificateInput
type CreateHsmClientCertificateOutput
type CreateHsmConfigurationInput
type CreateHsmConfigurationOutput
type CreateRedshiftIdcApplicationInput
type CreateRedshiftIdcApplicationOutput
type CreateScheduledActionInput
type CreateScheduledActionOutput
type CreateSnapshotCopyGrantInput
type CreateSnapshotCopyGrantOutput
type CreateSnapshotScheduleInput
type CreateSnapshotScheduleOutput
type CreateTagsInput
type CreateTagsOutput
type CreateUsageLimitInput
type CreateUsageLimitOutput
type DataShare
type DataShareAssociation
type DataTransferProgress
type DeauthorizeDataShareInput
type DeauthorizeDataShareOutput
type DefaultClusterParameters
type DeferredMaintenanceWindow
type DeleteAuthenticationProfileInput
type DeleteAuthenticationProfileOutput
type DeleteClusterInput
type DeleteClusterOutput
type DeleteClusterParameterGroupInput
type DeleteClusterParameterGroupOutput
type DeleteClusterSecurityGroupInput
type DeleteClusterSecurityGroupOutput
type DeleteClusterSnapshotInput
type DeleteClusterSnapshotMessage
type DeleteClusterSnapshotOutput
type DeleteClusterSubnetGroupInput
type DeleteClusterSubnetGroupOutput
type DeleteCustomDomainAssociationInput
type DeleteCustomDomainAssociationOutput
type DeleteEndpointAccessInput
type DeleteEndpointAccessOutput
type DeleteEventSubscriptionInput
type DeleteEventSubscriptionOutput
type DeleteHsmClientCertificateInput
type DeleteHsmClientCertificateOutput
type DeleteHsmConfigurationInput
type DeleteHsmConfigurationOutput
type DeletePartnerInput
type DeletePartnerOutput
type DeleteRedshiftIdcApplicationInput
type DeleteRedshiftIdcApplicationOutput
type DeleteResourcePolicyInput
type DeleteResourcePolicyOutput
type DeleteScheduledActionInput
type DeleteScheduledActionOutput
type DeleteSnapshotCopyGrantInput
type DeleteSnapshotCopyGrantOutput
type DeleteSnapshotScheduleInput
type DeleteSnapshotScheduleOutput
type DeleteTagsInput
type DeleteTagsOutput
type DeleteUsageLimitInput
type DeleteUsageLimitOutput
type DescribeAccountAttributesInput
type DescribeAccountAttributesOutput
type DescribeAuthenticationProfilesInput
type DescribeAuthenticationProfilesOutput
type DescribeClusterDbRevisionsInput
type DescribeClusterDbRevisionsOutput
type DescribeClusterParameterGroupsInput
type DescribeClusterParameterGroupsOutput
type DescribeClusterParametersInput
type DescribeClusterParametersOutput
type DescribeClusterSecurityGroupsInput
type DescribeClusterSecurityGroupsOutput
type DescribeClusterSnapshotsInput
type DescribeClusterSnapshotsOutput
type DescribeClusterSubnetGroupsInput
type DescribeClusterSubnetGroupsOutput
type DescribeClusterTracksInput
type DescribeClusterTracksOutput
type DescribeClusterVersionsInput
type DescribeClusterVersionsOutput
type DescribeClustersInput
type DescribeClustersOutput
type DescribeCustomDomainAssociationsInput
type DescribeCustomDomainAssociationsOutput
type DescribeDataSharesForConsumerInput
type DescribeDataSharesForConsumerOutput
type DescribeDataSharesForProducerInput
type DescribeDataSharesForProducerOutput
type DescribeDataSharesInput
type DescribeDataSharesOutput
type DescribeDefaultClusterParametersInput
type DescribeDefaultClusterParametersOutput
type DescribeEndpointAccessInput
type DescribeEndpointAccessOutput
type DescribeEndpointAuthorizationInput
type DescribeEndpointAuthorizationOutput
type DescribeEventCategoriesInput
type DescribeEventCategoriesOutput
type DescribeEventSubscriptionsInput
type DescribeEventSubscriptionsOutput
type DescribeEventsInput
type DescribeEventsOutput
type DescribeHsmClientCertificatesInput
type DescribeHsmClientCertificatesOutput
type DescribeHsmConfigurationsInput
type DescribeHsmConfigurationsOutput
type DescribeInboundIntegrationsInput
type DescribeInboundIntegrationsOutput
type DescribeLoggingStatusInput
type DescribeNodeConfigurationOptionsInput
type DescribeNodeConfigurationOptionsOutput
type DescribeOrderableClusterOptionsInput
type DescribeOrderableClusterOptionsOutput
type DescribePartnersInput
type DescribePartnersOutput
type DescribeRedshiftIdcApplicationsInput
type DescribeRedshiftIdcApplicationsOutput
type DescribeReservedNodeExchangeStatusInput
type DescribeReservedNodeExchangeStatusOutput
type DescribeReservedNodeOfferingsInput
type DescribeReservedNodeOfferingsOutput
type DescribeReservedNodesInput
type DescribeReservedNodesOutput
type DescribeResizeInput
type DescribeResizeOutput
type DescribeScheduledActionsInput
type DescribeScheduledActionsOutput
type DescribeSnapshotCopyGrantsInput
type DescribeSnapshotCopyGrantsOutput
type DescribeSnapshotSchedulesInput
type DescribeSnapshotSchedulesOutput
type DescribeStorageInput
type DescribeStorageOutput
type DescribeTableRestoreStatusInput
type DescribeTableRestoreStatusOutput
type DescribeTagsInput
type DescribeTagsOutput
type DescribeUsageLimitsInput
type DescribeUsageLimitsOutput
type DisableLoggingInput
type DisableSnapshotCopyInput
type DisableSnapshotCopyOutput
type DisassociateDataShareConsumerInput
type DisassociateDataShareConsumerOutput
type EC2SecurityGroup
type ElasticIpStatus
type EnableLoggingInput
type EnableSnapshotCopyInput
type EnableSnapshotCopyOutput
type Endpoint
type EndpointAccess
type EndpointAuthorization
type Event
type EventCategoriesMap
type EventInfoMap
type EventSubscription
type FailoverPrimaryComputeInput
type FailoverPrimaryComputeOutput
type GetClusterCredentialsInput
type GetClusterCredentialsOutput
type GetClusterCredentialsWithIAMInput
type GetClusterCredentialsWithIAMOutput
type GetReservedNodeExchangeConfigurationOptionsInput
type GetReservedNodeExchangeConfigurationOptionsOutput
type GetReservedNodeExchangeOfferingsInput
type GetReservedNodeExchangeOfferingsOutput
type GetResourcePolicyInput
type GetResourcePolicyOutput
type HsmClientCertificate
type HsmConfiguration
type HsmStatus
type IPRange
type InboundIntegration
type IntegrationError
type LakeFormationQuery
type LakeFormationScopeUnion
type ListRecommendationsInput
type ListRecommendationsOutput
type LoggingStatus
type MaintenanceTrack
type ModifyAquaConfigurationInput
type ModifyAquaConfigurationOutput
type ModifyAuthenticationProfileInput
type ModifyAuthenticationProfileOutput
type ModifyClusterDbRevisionInput
type ModifyClusterDbRevisionOutput
type ModifyClusterIamRolesInput
type ModifyClusterIamRolesOutput
type ModifyClusterInput
type ModifyClusterMaintenanceInput
type ModifyClusterMaintenanceOutput
type ModifyClusterOutput
type ModifyClusterParameterGroupInput
type ModifyClusterSnapshotInput
type ModifyClusterSnapshotOutput
type ModifyClusterSnapshotScheduleInput
type ModifyClusterSnapshotScheduleOutput
type ModifyClusterSubnetGroupInput
type ModifyClusterSubnetGroupOutput
type ModifyCustomDomainAssociationInput
type ModifyCustomDomainAssociationOutput
type ModifyEndpointAccessInput
type ModifyEndpointAccessOutput
type ModifyEventSubscriptionInput
type ModifyEventSubscriptionOutput
type ModifyRedshiftIdcApplicationInput
type ModifyRedshiftIdcApplicationOutput
type ModifyScheduledActionInput
type ModifyScheduledActionOutput
type ModifySnapshotCopyRetentionPeriodInput
type ModifySnapshotCopyRetentionPeriodOutput
type ModifySnapshotScheduleInput
type ModifySnapshotScheduleOutput
type ModifyUsageLimitInput
type ModifyUsageLimitOutput
type NetworkInterface
type NodeConfigurationOption
type NodeConfigurationOptionsFilter
type OrderableClusterOption
type Parameter
type PartnerIntegrationInfo
type PauseClusterInput
type PauseClusterMessage
type PauseClusterOutput
type PendingModifiedValues
type PurchaseReservedNodeOfferingInput
type PurchaseReservedNodeOfferingOutput
type PutResourcePolicyInput
type PutResourcePolicyOutput
type RebootClusterInput
type RebootClusterOutput
type Recommendation
type RecommendedAction
type RecurringCharge
type RedshiftIdcApplication
type ReferenceLink
type RejectDataShareInput
type RejectDataShareOutput
type ReservedNode
type ReservedNodeConfigurationOption
type ReservedNodeExchangeStatus
type ReservedNodeOffering
type ResetClusterParameterGroupInput
type ResizeClusterInput
type ResizeClusterMessage
type ResizeClusterOutput
type ResizeInfo
type ResourcePolicy
type RestoreFromClusterSnapshotInput
type RestoreFromClusterSnapshotOutput
type RestoreStatus
type RestoreTableFromClusterSnapshotInput
type RestoreTableFromClusterSnapshotOutput
type ResumeClusterInput
type ResumeClusterMessage
type ResumeClusterOutput
type RevisionTarget
type RevokeClusterSecurityGroupIngressInput
type RevokeClusterSecurityGroupIngressOutput
type RevokeEndpointAccessInput
type RevokeEndpointAccessOutput
type RevokeSnapshotAccessInput
type RevokeSnapshotAccessOutput
type RotateEncryptionKeyInput
type RotateEncryptionKeyOutput
type ScheduledAction
type ScheduledActionFilter
type ScheduledActionType
type SecondaryClusterInfo
type ServiceIntegrationsUnion
type Snapshot
type SnapshotCopyGrant
type SnapshotErrorMessage
type SnapshotSchedule
type SnapshotSortingEntity
type Subnet
type SupportedOperation
type SupportedPlatform
type TableRestoreStatus
type Tag
type TaggedResource
type UpdatePartnerStatusInput
type UpdatePartnerStatusOutput
type UpdateTarget
type UsageLimit
type VpcEndpoint
type VpcSecurityGroupMembership

Constants ▾

const (
    // ActionTypeRestoreCluster is a ActionType enum value
    ActionTypeRestoreCluster = "restore-cluster"

    // ActionTypeRecommendNodeConfig is a ActionType enum value
    ActionTypeRecommendNodeConfig = "recommend-node-config"

    // ActionTypeResizeCluster is a ActionType enum value
    ActionTypeResizeCluster = "resize-cluster"
)
const (
    // AquaConfigurationStatusEnabled is a AquaConfigurationStatus enum value
    AquaConfigurationStatusEnabled = "enabled"

    // AquaConfigurationStatusDisabled is a AquaConfigurationStatus enum value
    AquaConfigurationStatusDisabled = "disabled"

    // AquaConfigurationStatusAuto is a AquaConfigurationStatus enum value
    AquaConfigurationStatusAuto = "auto"
)
const (
    // AquaStatusEnabled is a AquaStatus enum value
    AquaStatusEnabled = "enabled"

    // AquaStatusDisabled is a AquaStatus enum value
    AquaStatusDisabled = "disabled"

    // AquaStatusApplying is a AquaStatus enum value
    AquaStatusApplying = "applying"
)
const (
    // AuthorizationStatusAuthorized is a AuthorizationStatus enum value
    AuthorizationStatusAuthorized = "Authorized"

    // AuthorizationStatusRevoking is a AuthorizationStatus enum value
    AuthorizationStatusRevoking = "Revoking"
)
const (
    // DataShareStatusActive is a DataShareStatus enum value
    DataShareStatusActive = "ACTIVE"

    // DataShareStatusPendingAuthorization is a DataShareStatus enum value
    DataShareStatusPendingAuthorization = "PENDING_AUTHORIZATION"

    // DataShareStatusAuthorized is a DataShareStatus enum value
    DataShareStatusAuthorized = "AUTHORIZED"

    // DataShareStatusDeauthorized is a DataShareStatus enum value
    DataShareStatusDeauthorized = "DEAUTHORIZED"

    // DataShareStatusRejected is a DataShareStatus enum value
    DataShareStatusRejected = "REJECTED"

    // DataShareStatusAvailable is a DataShareStatus enum value
    DataShareStatusAvailable = "AVAILABLE"
)
const (
    // DataShareStatusForConsumerActive is a DataShareStatusForConsumer enum value
    DataShareStatusForConsumerActive = "ACTIVE"

    // DataShareStatusForConsumerAvailable is a DataShareStatusForConsumer enum value
    DataShareStatusForConsumerAvailable = "AVAILABLE"
)
const (
    // DataShareStatusForProducerActive is a DataShareStatusForProducer enum value
    DataShareStatusForProducerActive = "ACTIVE"

    // DataShareStatusForProducerAuthorized is a DataShareStatusForProducer enum value
    DataShareStatusForProducerAuthorized = "AUTHORIZED"

    // DataShareStatusForProducerPendingAuthorization is a DataShareStatusForProducer enum value
    DataShareStatusForProducerPendingAuthorization = "PENDING_AUTHORIZATION"

    // DataShareStatusForProducerDeauthorized is a DataShareStatusForProducer enum value
    DataShareStatusForProducerDeauthorized = "DEAUTHORIZED"

    // DataShareStatusForProducerRejected is a DataShareStatusForProducer enum value
    DataShareStatusForProducerRejected = "REJECTED"
)
const (
    // ImpactRankingTypeHigh is a ImpactRankingType enum value
    ImpactRankingTypeHigh = "HIGH"

    // ImpactRankingTypeMedium is a ImpactRankingType enum value
    ImpactRankingTypeMedium = "MEDIUM"

    // ImpactRankingTypeLow is a ImpactRankingType enum value
    ImpactRankingTypeLow = "LOW"
)
const (
    // LogDestinationTypeS3 is a LogDestinationType enum value
    LogDestinationTypeS3 = "s3"

    // LogDestinationTypeCloudwatch is a LogDestinationType enum value
    LogDestinationTypeCloudwatch = "cloudwatch"
)
const (
    // ModeStandard is a Mode enum value
    ModeStandard = "standard"

    // ModeHighPerformance is a Mode enum value
    ModeHighPerformance = "high-performance"
)
const (
    // NodeConfigurationOptionsFilterNameNodeType is a NodeConfigurationOptionsFilterName enum value
    NodeConfigurationOptionsFilterNameNodeType = "NodeType"

    // NodeConfigurationOptionsFilterNameNumberOfNodes is a NodeConfigurationOptionsFilterName enum value
    NodeConfigurationOptionsFilterNameNumberOfNodes = "NumberOfNodes"

    // NodeConfigurationOptionsFilterNameEstimatedDiskUtilizationPercent is a NodeConfigurationOptionsFilterName enum value
    NodeConfigurationOptionsFilterNameEstimatedDiskUtilizationPercent = "EstimatedDiskUtilizationPercent"

    // NodeConfigurationOptionsFilterNameMode is a NodeConfigurationOptionsFilterName enum value
    NodeConfigurationOptionsFilterNameMode = "Mode"
)
const (
    // OperatorTypeEq is a OperatorType enum value
    OperatorTypeEq = "eq"

    // OperatorTypeLt is a OperatorType enum value
    OperatorTypeLt = "lt"

    // OperatorTypeGt is a OperatorType enum value
    OperatorTypeGt = "gt"

    // OperatorTypeLe is a OperatorType enum value
    OperatorTypeLe = "le"

    // OperatorTypeGe is a OperatorType enum value
    OperatorTypeGe = "ge"

    // OperatorTypeIn is a OperatorType enum value
    OperatorTypeIn = "in"

    // OperatorTypeBetween is a OperatorType enum value
    OperatorTypeBetween = "between"
)
const (
    // ParameterApplyTypeStatic is a ParameterApplyType enum value
    ParameterApplyTypeStatic = "static"

    // ParameterApplyTypeDynamic is a ParameterApplyType enum value
    ParameterApplyTypeDynamic = "dynamic"
)
const (
    // PartnerIntegrationStatusActive is a PartnerIntegrationStatus enum value
    PartnerIntegrationStatusActive = "Active"

    // PartnerIntegrationStatusInactive is a PartnerIntegrationStatus enum value
    PartnerIntegrationStatusInactive = "Inactive"

    // PartnerIntegrationStatusRuntimeFailure is a PartnerIntegrationStatus enum value
    PartnerIntegrationStatusRuntimeFailure = "RuntimeFailure"

    // PartnerIntegrationStatusConnectionFailure is a PartnerIntegrationStatus enum value
    PartnerIntegrationStatusConnectionFailure = "ConnectionFailure"
)
const (
    // RecommendedActionTypeSql is a RecommendedActionType enum value
    RecommendedActionTypeSql = "SQL"

    // RecommendedActionTypeCli is a RecommendedActionType enum value
    RecommendedActionTypeCli = "CLI"
)
const (
    // ReservedNodeExchangeActionTypeRestoreCluster is a ReservedNodeExchangeActionType enum value
    ReservedNodeExchangeActionTypeRestoreCluster = "restore-cluster"

    // ReservedNodeExchangeActionTypeResizeCluster is a ReservedNodeExchangeActionType enum value
    ReservedNodeExchangeActionTypeResizeCluster = "resize-cluster"
)
const (
    // ReservedNodeExchangeStatusTypeRequested is a ReservedNodeExchangeStatusType enum value
    ReservedNodeExchangeStatusTypeRequested = "REQUESTED"

    // ReservedNodeExchangeStatusTypePending is a ReservedNodeExchangeStatusType enum value
    ReservedNodeExchangeStatusTypePending = "PENDING"

    // ReservedNodeExchangeStatusTypeInProgress is a ReservedNodeExchangeStatusType enum value
    ReservedNodeExchangeStatusTypeInProgress = "IN_PROGRESS"

    // ReservedNodeExchangeStatusTypeRetrying is a ReservedNodeExchangeStatusType enum value
    ReservedNodeExchangeStatusTypeRetrying = "RETRYING"

    // ReservedNodeExchangeStatusTypeSucceeded is a ReservedNodeExchangeStatusType enum value
    ReservedNodeExchangeStatusTypeSucceeded = "SUCCEEDED"

    // ReservedNodeExchangeStatusTypeFailed is a ReservedNodeExchangeStatusType enum value
    ReservedNodeExchangeStatusTypeFailed = "FAILED"
)
const (
    // ReservedNodeOfferingTypeRegular is a ReservedNodeOfferingType enum value
    ReservedNodeOfferingTypeRegular = "Regular"

    // ReservedNodeOfferingTypeUpgradable is a ReservedNodeOfferingType enum value
    ReservedNodeOfferingTypeUpgradable = "Upgradable"
)
const (
    // ScheduleStateModifying is a ScheduleState enum value
    ScheduleStateModifying = "MODIFYING"

    // ScheduleStateActive is a ScheduleState enum value
    ScheduleStateActive = "ACTIVE"

    // ScheduleStateFailed is a ScheduleState enum value
    ScheduleStateFailed = "FAILED"
)
const (
    // ScheduledActionFilterNameClusterIdentifier is a ScheduledActionFilterName enum value
    ScheduledActionFilterNameClusterIdentifier = "cluster-identifier"

    // ScheduledActionFilterNameIamRole is a ScheduledActionFilterName enum value
    ScheduledActionFilterNameIamRole = "iam-role"
)
const (
    // ScheduledActionStateActive is a ScheduledActionState enum value
    ScheduledActionStateActive = "ACTIVE"

    // ScheduledActionStateDisabled is a ScheduledActionState enum value
    ScheduledActionStateDisabled = "DISABLED"
)
const (
    // ScheduledActionTypeValuesResizeCluster is a ScheduledActionTypeValues enum value
    ScheduledActionTypeValuesResizeCluster = "ResizeCluster"

    // ScheduledActionTypeValuesPauseCluster is a ScheduledActionTypeValues enum value
    ScheduledActionTypeValuesPauseCluster = "PauseCluster"

    // ScheduledActionTypeValuesResumeCluster is a ScheduledActionTypeValues enum value
    ScheduledActionTypeValuesResumeCluster = "ResumeCluster"
)
const (
    // ServiceAuthorizationEnabled is a ServiceAuthorization enum value
    ServiceAuthorizationEnabled = "Enabled"

    // ServiceAuthorizationDisabled is a ServiceAuthorization enum value
    ServiceAuthorizationDisabled = "Disabled"
)
const (
    // SnapshotAttributeToSortBySourceType is a SnapshotAttributeToSortBy enum value
    SnapshotAttributeToSortBySourceType = "SOURCE_TYPE"

    // SnapshotAttributeToSortByTotalSize is a SnapshotAttributeToSortBy enum value
    SnapshotAttributeToSortByTotalSize = "TOTAL_SIZE"

    // SnapshotAttributeToSortByCreateTime is a SnapshotAttributeToSortBy enum value
    SnapshotAttributeToSortByCreateTime = "CREATE_TIME"
)
const (
    // SortByOrderAsc is a SortByOrder enum value
    SortByOrderAsc = "ASC"

    // SortByOrderDesc is a SortByOrder enum value
    SortByOrderDesc = "DESC"
)
const (
    // SourceTypeCluster is a SourceType enum value
    SourceTypeCluster = "cluster"

    // SourceTypeClusterParameterGroup is a SourceType enum value
    SourceTypeClusterParameterGroup = "cluster-parameter-group"

    // SourceTypeClusterSecurityGroup is a SourceType enum value
    SourceTypeClusterSecurityGroup = "cluster-security-group"

    // SourceTypeClusterSnapshot is a SourceType enum value
    SourceTypeClusterSnapshot = "cluster-snapshot"

    // SourceTypeScheduledAction is a SourceType enum value
    SourceTypeScheduledAction = "scheduled-action"
)
const (
    // TableRestoreStatusTypePending is a TableRestoreStatusType enum value
    TableRestoreStatusTypePending = "PENDING"

    // TableRestoreStatusTypeInProgress is a TableRestoreStatusType enum value
    TableRestoreStatusTypeInProgress = "IN_PROGRESS"

    // TableRestoreStatusTypeSucceeded is a TableRestoreStatusType enum value
    TableRestoreStatusTypeSucceeded = "SUCCEEDED"

    // TableRestoreStatusTypeFailed is a TableRestoreStatusType enum value
    TableRestoreStatusTypeFailed = "FAILED"

    // TableRestoreStatusTypeCanceled is a TableRestoreStatusType enum value
    TableRestoreStatusTypeCanceled = "CANCELED"
)
const (
    // UsageLimitBreachActionLog is a UsageLimitBreachAction enum value
    UsageLimitBreachActionLog = "log"

    // UsageLimitBreachActionEmitMetric is a UsageLimitBreachAction enum value
    UsageLimitBreachActionEmitMetric = "emit-metric"

    // UsageLimitBreachActionDisable is a UsageLimitBreachAction enum value
    UsageLimitBreachActionDisable = "disable"
)
const (
    // UsageLimitFeatureTypeSpectrum is a UsageLimitFeatureType enum value
    UsageLimitFeatureTypeSpectrum = "spectrum"

    // UsageLimitFeatureTypeConcurrencyScaling is a UsageLimitFeatureType enum value
    UsageLimitFeatureTypeConcurrencyScaling = "concurrency-scaling"

    // UsageLimitFeatureTypeCrossRegionDatasharing is a UsageLimitFeatureType enum value
    UsageLimitFeatureTypeCrossRegionDatasharing = "cross-region-datasharing"
)
const (
    // UsageLimitLimitTypeTime is a UsageLimitLimitType enum value
    UsageLimitLimitTypeTime = "time"

    // UsageLimitLimitTypeDataScanned is a UsageLimitLimitType enum value
    UsageLimitLimitTypeDataScanned = "data-scanned"
)
const (
    // UsageLimitPeriodDaily is a UsageLimitPeriod enum value
    UsageLimitPeriodDaily = "daily"

    // UsageLimitPeriodWeekly is a UsageLimitPeriod enum value
    UsageLimitPeriodWeekly = "weekly"

    // UsageLimitPeriodMonthly is a UsageLimitPeriod enum value
    UsageLimitPeriodMonthly = "monthly"
)
const (
    // ZeroETLIntegrationStatusCreating is a ZeroETLIntegrationStatus enum value
    ZeroETLIntegrationStatusCreating = "creating"

    // ZeroETLIntegrationStatusActive is a ZeroETLIntegrationStatus enum value
    ZeroETLIntegrationStatusActive = "active"

    // ZeroETLIntegrationStatusModifying is a ZeroETLIntegrationStatus enum value
    ZeroETLIntegrationStatusModifying = "modifying"

    // ZeroETLIntegrationStatusFailed is a ZeroETLIntegrationStatus enum value
    ZeroETLIntegrationStatusFailed = "failed"

    // ZeroETLIntegrationStatusDeleting is a ZeroETLIntegrationStatus enum value
    ZeroETLIntegrationStatusDeleting = "deleting"

    // ZeroETLIntegrationStatusSyncing is a ZeroETLIntegrationStatus enum value
    ZeroETLIntegrationStatusSyncing = "syncing"

    // ZeroETLIntegrationStatusNeedsAttention is a ZeroETLIntegrationStatus enum value
    ZeroETLIntegrationStatusNeedsAttention = "needs_attention"
)
const (

    // ErrCodeAccessToClusterDeniedFault for service response error code
    // "AccessToClusterDenied".
    //
    // You are not authorized to access the cluster.
    ErrCodeAccessToClusterDeniedFault = "AccessToClusterDenied"

    // ErrCodeAccessToSnapshotDeniedFault for service response error code
    // "AccessToSnapshotDenied".
    //
    // The owner of the specified snapshot has not authorized your account to access
    // the snapshot.
    ErrCodeAccessToSnapshotDeniedFault = "AccessToSnapshotDenied"

    // ErrCodeAuthenticationProfileAlreadyExistsFault for service response error code
    // "AuthenticationProfileAlreadyExistsFault".
    //
    // The authentication profile already exists.
    ErrCodeAuthenticationProfileAlreadyExistsFault = "AuthenticationProfileAlreadyExistsFault"

    // ErrCodeAuthenticationProfileNotFoundFault for service response error code
    // "AuthenticationProfileNotFoundFault".
    //
    // The authentication profile can't be found.
    ErrCodeAuthenticationProfileNotFoundFault = "AuthenticationProfileNotFoundFault"

    // ErrCodeAuthenticationProfileQuotaExceededFault for service response error code
    // "AuthenticationProfileQuotaExceededFault".
    //
    // The size or number of authentication profiles has exceeded the quota. The
    // maximum length of the JSON string and maximum number of authentication profiles
    // is determined by a quota for your account.
    ErrCodeAuthenticationProfileQuotaExceededFault = "AuthenticationProfileQuotaExceededFault"

    // ErrCodeAuthorizationAlreadyExistsFault for service response error code
    // "AuthorizationAlreadyExists".
    //
    // The specified CIDR block or EC2 security group is already authorized for
    // the specified cluster security group.
    ErrCodeAuthorizationAlreadyExistsFault = "AuthorizationAlreadyExists"

    // ErrCodeAuthorizationNotFoundFault for service response error code
    // "AuthorizationNotFound".
    //
    // The specified CIDR IP range or EC2 security group is not authorized for the
    // specified cluster security group.
    ErrCodeAuthorizationNotFoundFault = "AuthorizationNotFound"

    // ErrCodeAuthorizationQuotaExceededFault for service response error code
    // "AuthorizationQuotaExceeded".
    //
    // The authorization quota for the cluster security group has been reached.
    ErrCodeAuthorizationQuotaExceededFault = "AuthorizationQuotaExceeded"

    // ErrCodeBatchDeleteRequestSizeExceededFault for service response error code
    // "BatchDeleteRequestSizeExceeded".
    //
    // The maximum number for a batch delete of snapshots has been reached. The
    // limit is 100.
    ErrCodeBatchDeleteRequestSizeExceededFault = "BatchDeleteRequestSizeExceeded"

    // ErrCodeBatchModifyClusterSnapshotsLimitExceededFault for service response error code
    // "BatchModifyClusterSnapshotsLimitExceededFault".
    //
    // The maximum number for snapshot identifiers has been reached. The limit is
    // 100.
    ErrCodeBatchModifyClusterSnapshotsLimitExceededFault = "BatchModifyClusterSnapshotsLimitExceededFault"

    // ErrCodeBucketNotFoundFault for service response error code
    // "BucketNotFoundFault".
    //
    // Could not find the specified S3 bucket.
    ErrCodeBucketNotFoundFault = "BucketNotFoundFault"

    // ErrCodeClusterAlreadyExistsFault for service response error code
    // "ClusterAlreadyExists".
    //
    // The account already has a cluster with the given identifier.
    ErrCodeClusterAlreadyExistsFault = "ClusterAlreadyExists"

    // ErrCodeClusterNotFoundFault for service response error code
    // "ClusterNotFound".
    //
    // The ClusterIdentifier parameter does not refer to an existing cluster.
    ErrCodeClusterNotFoundFault = "ClusterNotFound"

    // ErrCodeClusterOnLatestRevisionFault for service response error code
    // "ClusterOnLatestRevision".
    //
    // Cluster is already on the latest database revision.
    ErrCodeClusterOnLatestRevisionFault = "ClusterOnLatestRevision"

    // ErrCodeClusterParameterGroupAlreadyExistsFault for service response error code
    // "ClusterParameterGroupAlreadyExists".
    //
    // A cluster parameter group with the same name already exists.
    ErrCodeClusterParameterGroupAlreadyExistsFault = "ClusterParameterGroupAlreadyExists"

    // ErrCodeClusterParameterGroupNotFoundFault for service response error code
    // "ClusterParameterGroupNotFound".
    //
    // The parameter group name does not refer to an existing parameter group.
    ErrCodeClusterParameterGroupNotFoundFault = "ClusterParameterGroupNotFound"

    // ErrCodeClusterParameterGroupQuotaExceededFault for service response error code
    // "ClusterParameterGroupQuotaExceeded".
    //
    // 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 (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
    // in the Amazon Redshift Cluster Management Guide.
    ErrCodeClusterParameterGroupQuotaExceededFault = "ClusterParameterGroupQuotaExceeded"

    // ErrCodeClusterQuotaExceededFault for service response error code
    // "ClusterQuotaExceeded".
    //
    // 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 (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
    // in the Amazon Redshift Cluster Management Guide.
    ErrCodeClusterQuotaExceededFault = "ClusterQuotaExceeded"

    // ErrCodeClusterSecurityGroupAlreadyExistsFault for service response error code
    // "ClusterSecurityGroupAlreadyExists".
    //
    // A cluster security group with the same name already exists.
    ErrCodeClusterSecurityGroupAlreadyExistsFault = "ClusterSecurityGroupAlreadyExists"

    // ErrCodeClusterSecurityGroupNotFoundFault for service response error code
    // "ClusterSecurityGroupNotFound".
    //
    // The cluster security group name does not refer to an existing cluster security
    // group.
    ErrCodeClusterSecurityGroupNotFoundFault = "ClusterSecurityGroupNotFound"

    // ErrCodeClusterSecurityGroupQuotaExceededFault for service response error code
    // "QuotaExceeded.ClusterSecurityGroup".
    //
    // 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 (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
    // in the Amazon Redshift Cluster Management Guide.
    ErrCodeClusterSecurityGroupQuotaExceededFault = "QuotaExceeded.ClusterSecurityGroup"

    // ErrCodeClusterSnapshotAlreadyExistsFault for service response error code
    // "ClusterSnapshotAlreadyExists".
    //
    // The value specified as a snapshot identifier is already used by an existing
    // snapshot.
    ErrCodeClusterSnapshotAlreadyExistsFault = "ClusterSnapshotAlreadyExists"

    // ErrCodeClusterSnapshotNotFoundFault for service response error code
    // "ClusterSnapshotNotFound".
    //
    // The snapshot identifier does not refer to an existing cluster snapshot.
    ErrCodeClusterSnapshotNotFoundFault = "ClusterSnapshotNotFound"

    // ErrCodeClusterSnapshotQuotaExceededFault for service response error code
    // "ClusterSnapshotQuotaExceeded".
    //
    // The request would result in the user exceeding the allowed number of cluster
    // snapshots.
    ErrCodeClusterSnapshotQuotaExceededFault = "ClusterSnapshotQuotaExceeded"

    // ErrCodeClusterSubnetGroupAlreadyExistsFault for service response error code
    // "ClusterSubnetGroupAlreadyExists".
    //
    // A ClusterSubnetGroupName is already used by an existing cluster subnet group.
    ErrCodeClusterSubnetGroupAlreadyExistsFault = "ClusterSubnetGroupAlreadyExists"

    // ErrCodeClusterSubnetGroupNotFoundFault for service response error code
    // "ClusterSubnetGroupNotFoundFault".
    //
    // The cluster subnet group name does not refer to an existing cluster subnet
    // group.
    ErrCodeClusterSubnetGroupNotFoundFault = "ClusterSubnetGroupNotFoundFault"

    // ErrCodeClusterSubnetGroupQuotaExceededFault for service response error code
    // "ClusterSubnetGroupQuotaExceeded".
    //
    // 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 (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
    // in the Amazon Redshift Cluster Management Guide.
    ErrCodeClusterSubnetGroupQuotaExceededFault = "ClusterSubnetGroupQuotaExceeded"

    // ErrCodeClusterSubnetQuotaExceededFault for service response error code
    // "ClusterSubnetQuotaExceededFault".
    //
    // 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 (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
    // in the Amazon Redshift Cluster Management Guide.
    ErrCodeClusterSubnetQuotaExceededFault = "ClusterSubnetQuotaExceededFault"

    // ErrCodeConflictPolicyUpdateFault for service response error code
    // "ConflictPolicyUpdateFault".
    //
    // There is a conflict while updating the resource policy.
    ErrCodeConflictPolicyUpdateFault = "ConflictPolicyUpdateFault"

    // ErrCodeCopyToRegionDisabledFault for service response error code
    // "CopyToRegionDisabledFault".
    //
    // Cross-region snapshot copy was temporarily disabled. Try your request again.
    ErrCodeCopyToRegionDisabledFault = "CopyToRegionDisabledFault"

    // ErrCodeCustomCnameAssociationFault for service response error code
    // "CustomCnameAssociationFault".
    //
    // An error occurred when an attempt was made to change the custom domain association.
    ErrCodeCustomCnameAssociationFault = "CustomCnameAssociationFault"

    // ErrCodeCustomDomainAssociationNotFoundFault for service response error code
    // "CustomDomainAssociationNotFoundFault".
    //
    // An error occurred. The custom domain name couldn't be found.
    ErrCodeCustomDomainAssociationNotFoundFault = "CustomDomainAssociationNotFoundFault"

    // ErrCodeDependentServiceAccessDeniedFault for service response error code
    // "DependentServiceAccessDenied".
    //
    // A dependent service denied access for the integration.
    ErrCodeDependentServiceAccessDeniedFault = "DependentServiceAccessDenied"

    // ErrCodeDependentServiceRequestThrottlingFault for service response error code
    // "DependentServiceRequestThrottlingFault".
    //
    // The request cannot be completed because a dependent service is throttling
    // requests made by Amazon Redshift on your behalf. Wait and retry the request.
    ErrCodeDependentServiceRequestThrottlingFault = "DependentServiceRequestThrottlingFault"

    // ErrCodeDependentServiceUnavailableFault for service response error code
    // "DependentServiceUnavailableFault".
    //
    // Your request cannot be completed because a dependent internal service is
    // temporarily unavailable. Wait 30 to 60 seconds and try again.
    ErrCodeDependentServiceUnavailableFault = "DependentServiceUnavailableFault"

    // ErrCodeEndpointAlreadyExistsFault for service response error code
    // "EndpointAlreadyExists".
    //
    // The account already has a Redshift-managed VPC endpoint with the given identifier.
    ErrCodeEndpointAlreadyExistsFault = "EndpointAlreadyExists"

    // ErrCodeEndpointAuthorizationAlreadyExistsFault for service response error code
    // "EndpointAuthorizationAlreadyExists".
    //
    // The authorization already exists for this endpoint.
    ErrCodeEndpointAuthorizationAlreadyExistsFault = "EndpointAuthorizationAlreadyExists"

    // ErrCodeEndpointAuthorizationNotFoundFault for service response error code
    // "EndpointAuthorizationNotFound".
    //
    // The authorization for this endpoint can't be found.
    ErrCodeEndpointAuthorizationNotFoundFault = "EndpointAuthorizationNotFound"

    // ErrCodeEndpointAuthorizationsPerClusterLimitExceededFault for service response error code
    // "EndpointAuthorizationsPerClusterLimitExceeded".
    //
    // The number of endpoint authorizations per cluster has exceeded its limit.
    ErrCodeEndpointAuthorizationsPerClusterLimitExceededFault = "EndpointAuthorizationsPerClusterLimitExceeded"

    // ErrCodeEndpointNotFoundFault for service response error code
    // "EndpointNotFound".
    //
    // The endpoint name doesn't refer to an existing endpoint.
    ErrCodeEndpointNotFoundFault = "EndpointNotFound"

    // ErrCodeEndpointsPerAuthorizationLimitExceededFault for service response error code
    // "EndpointsPerAuthorizationLimitExceeded".
    //
    // The number of Redshift-managed VPC endpoints per authorization has exceeded
    // its limit.
    ErrCodeEndpointsPerAuthorizationLimitExceededFault = "EndpointsPerAuthorizationLimitExceeded"

    // ErrCodeEndpointsPerClusterLimitExceededFault for service response error code
    // "EndpointsPerClusterLimitExceeded".
    //
    // The number of Redshift-managed VPC endpoints per cluster has exceeded its
    // limit.
    ErrCodeEndpointsPerClusterLimitExceededFault = "EndpointsPerClusterLimitExceeded"

    // ErrCodeEventSubscriptionQuotaExceededFault for service response error code
    // "EventSubscriptionQuotaExceeded".
    //
    // 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 (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
    // in the Amazon Redshift Cluster Management Guide.
    ErrCodeEventSubscriptionQuotaExceededFault = "EventSubscriptionQuotaExceeded"

    // ErrCodeHsmClientCertificateAlreadyExistsFault for service response error code
    // "HsmClientCertificateAlreadyExistsFault".
    //
    // There is already an existing Amazon Redshift HSM client certificate with
    // the specified identifier.
    ErrCodeHsmClientCertificateAlreadyExistsFault = "HsmClientCertificateAlreadyExistsFault"

    // ErrCodeHsmClientCertificateNotFoundFault for service response error code
    // "HsmClientCertificateNotFoundFault".
    //
    // There is no Amazon Redshift HSM client certificate with the specified identifier.
    ErrCodeHsmClientCertificateNotFoundFault = "HsmClientCertificateNotFoundFault"

    // ErrCodeHsmClientCertificateQuotaExceededFault for service response error code
    // "HsmClientCertificateQuotaExceededFault".
    //
    // The quota for HSM client certificates has been reached. For information about
    // increasing your quota, go to Limits in Amazon Redshift (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
    // in the Amazon Redshift Cluster Management Guide.
    ErrCodeHsmClientCertificateQuotaExceededFault = "HsmClientCertificateQuotaExceededFault"

    // ErrCodeHsmConfigurationAlreadyExistsFault for service response error code
    // "HsmConfigurationAlreadyExistsFault".
    //
    // There is already an existing Amazon Redshift HSM configuration with the specified
    // identifier.
    ErrCodeHsmConfigurationAlreadyExistsFault = "HsmConfigurationAlreadyExistsFault"

    // ErrCodeHsmConfigurationNotFoundFault for service response error code
    // "HsmConfigurationNotFoundFault".
    //
    // There is no Amazon Redshift HSM configuration with the specified identifier.
    ErrCodeHsmConfigurationNotFoundFault = "HsmConfigurationNotFoundFault"

    // ErrCodeHsmConfigurationQuotaExceededFault for service response error code
    // "HsmConfigurationQuotaExceededFault".
    //
    // The quota for HSM configurations has been reached. For information about
    // increasing your quota, go to Limits in Amazon Redshift (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
    // in the Amazon Redshift Cluster Management Guide.
    ErrCodeHsmConfigurationQuotaExceededFault = "HsmConfigurationQuotaExceededFault"

    // ErrCodeInProgressTableRestoreQuotaExceededFault for service response error code
    // "InProgressTableRestoreQuotaExceededFault".
    //
    // You have exceeded the allowed number of table restore requests. Wait for
    // your current table restore requests to complete before making a new request.
    ErrCodeInProgressTableRestoreQuotaExceededFault = "InProgressTableRestoreQuotaExceededFault"

    // ErrCodeIncompatibleOrderableOptions for service response error code
    // "IncompatibleOrderableOptions".
    //
    // The specified options are incompatible.
    ErrCodeIncompatibleOrderableOptions = "IncompatibleOrderableOptions"

    // ErrCodeInsufficientClusterCapacityFault for service response error code
    // "InsufficientClusterCapacity".
    //
    // The number of nodes specified exceeds the allotted capacity of the cluster.
    ErrCodeInsufficientClusterCapacityFault = "InsufficientClusterCapacity"

    // ErrCodeInsufficientS3BucketPolicyFault for service response error code
    // "InsufficientS3BucketPolicyFault".
    //
    // The cluster does not have read bucket or put object permissions on the S3
    // bucket specified when enabling logging.
    ErrCodeInsufficientS3BucketPolicyFault = "InsufficientS3BucketPolicyFault"

    // ErrCodeIntegrationNotFoundFault for service response error code
    // "IntegrationNotFoundFault".
    //
    // The integration can't be found.
    ErrCodeIntegrationNotFoundFault = "IntegrationNotFoundFault"

    // ErrCodeInvalidAuthenticationProfileRequestFault for service response error code
    // "InvalidAuthenticationProfileRequestFault".
    //
    // The authentication profile request is not valid. The profile name can't be
    // null or empty. The authentication profile API operation must be available
    // in the Amazon Web Services Region.
    ErrCodeInvalidAuthenticationProfileRequestFault = "InvalidAuthenticationProfileRequestFault"

    // ErrCodeInvalidAuthorizationStateFault for service response error code
    // "InvalidAuthorizationState".
    //
    // The status of the authorization is not valid.
    ErrCodeInvalidAuthorizationStateFault = "InvalidAuthorizationState"

    // ErrCodeInvalidClusterParameterGroupStateFault for service response error code
    // "InvalidClusterParameterGroupState".
    //
    // The cluster parameter group action can not be completed because another task
    // is in progress that involves the parameter group. Wait a few moments and
    // try the operation again.
    ErrCodeInvalidClusterParameterGroupStateFault = "InvalidClusterParameterGroupState"

    // ErrCodeInvalidClusterSecurityGroupStateFault for service response error code
    // "InvalidClusterSecurityGroupState".
    //
    // The state of the cluster security group is not available.
    ErrCodeInvalidClusterSecurityGroupStateFault = "InvalidClusterSecurityGroupState"

    // ErrCodeInvalidClusterSnapshotScheduleStateFault for service response error code
    // "InvalidClusterSnapshotScheduleState".
    //
    // The cluster snapshot schedule state is not valid.
    ErrCodeInvalidClusterSnapshotScheduleStateFault = "InvalidClusterSnapshotScheduleState"

    // ErrCodeInvalidClusterSnapshotStateFault for service response error code
    // "InvalidClusterSnapshotState".
    //
    // The specified cluster snapshot is not in the available state, or other accounts
    // are authorized to access the snapshot.
    ErrCodeInvalidClusterSnapshotStateFault = "InvalidClusterSnapshotState"

    // ErrCodeInvalidClusterStateFault for service response error code
    // "InvalidClusterState".
    //
    // The specified cluster is not in the available state.
    ErrCodeInvalidClusterStateFault = "InvalidClusterState"

    // ErrCodeInvalidClusterSubnetGroupStateFault for service response error code
    // "InvalidClusterSubnetGroupStateFault".
    //
    // The cluster subnet group cannot be deleted because it is in use.
    ErrCodeInvalidClusterSubnetGroupStateFault = "InvalidClusterSubnetGroupStateFault"

    // ErrCodeInvalidClusterSubnetStateFault for service response error code
    // "InvalidClusterSubnetStateFault".
    //
    // The state of the subnet is invalid.
    ErrCodeInvalidClusterSubnetStateFault = "InvalidClusterSubnetStateFault"

    // ErrCodeInvalidClusterTrackFault for service response error code
    // "InvalidClusterTrack".
    //
    // The provided cluster track name is not valid.
    ErrCodeInvalidClusterTrackFault = "InvalidClusterTrack"

    // ErrCodeInvalidDataShareFault for service response error code
    // "InvalidDataShareFault".
    //
    // There is an error with the datashare.
    ErrCodeInvalidDataShareFault = "InvalidDataShareFault"

    // ErrCodeInvalidElasticIpFault for service response error code
    // "InvalidElasticIpFault".
    //
    // The Elastic IP (EIP) is invalid or cannot be found.
    ErrCodeInvalidElasticIpFault = "InvalidElasticIpFault"

    // ErrCodeInvalidEndpointStateFault for service response error code
    // "InvalidEndpointState".
    //
    // The status of the endpoint is not valid.
    ErrCodeInvalidEndpointStateFault = "InvalidEndpointState"

    // ErrCodeInvalidHsmClientCertificateStateFault for service response error code
    // "InvalidHsmClientCertificateStateFault".
    //
    // The specified HSM client certificate is not in the available state, or it
    // is still in use by one or more Amazon Redshift clusters.
    ErrCodeInvalidHsmClientCertificateStateFault = "InvalidHsmClientCertificateStateFault"

    // ErrCodeInvalidHsmConfigurationStateFault for service response error code
    // "InvalidHsmConfigurationStateFault".
    //
    // The specified HSM configuration is not in the available state, or it is still
    // in use by one or more Amazon Redshift clusters.
    ErrCodeInvalidHsmConfigurationStateFault = "InvalidHsmConfigurationStateFault"

    // ErrCodeInvalidNamespaceFault for service response error code
    // "InvalidNamespaceFault".
    //
    // The namespace isn't valid because the namespace doesn't exist. Provide a
    // valid namespace.
    ErrCodeInvalidNamespaceFault = "InvalidNamespaceFault"

    // ErrCodeInvalidPolicyFault for service response error code
    // "InvalidPolicyFault".
    //
    // The resource policy isn't valid.
    ErrCodeInvalidPolicyFault = "InvalidPolicyFault"

    // ErrCodeInvalidReservedNodeStateFault for service response error code
    // "InvalidReservedNodeState".
    //
    // Indicates that the Reserved Node being exchanged is not in an active state.
    ErrCodeInvalidReservedNodeStateFault = "InvalidReservedNodeState"

    // ErrCodeInvalidRestoreFault for service response error code
    // "InvalidRestore".
    //
    // The restore is invalid.
    ErrCodeInvalidRestoreFault = "InvalidRestore"

    // ErrCodeInvalidRetentionPeriodFault for service response error code
    // "InvalidRetentionPeriodFault".
    //
    // The retention period specified is either in the past or is not a valid value.
    //
    // The value must be either -1 or an integer between 1 and 3,653.
    ErrCodeInvalidRetentionPeriodFault = "InvalidRetentionPeriodFault"

    // ErrCodeInvalidS3BucketNameFault for service response error code
    // "InvalidS3BucketNameFault".
    //
    // The S3 bucket name is invalid. For more information about naming rules, go
    // to Bucket Restrictions and Limitations (https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html)
    // in the Amazon Simple Storage Service (S3) Developer Guide.
    ErrCodeInvalidS3BucketNameFault = "InvalidS3BucketNameFault"

    // ErrCodeInvalidS3KeyPrefixFault for service response error code
    // "InvalidS3KeyPrefixFault".
    //
    // The string specified for the logging S3 key prefix does not comply with the
    // documented constraints.
    ErrCodeInvalidS3KeyPrefixFault = "InvalidS3KeyPrefixFault"

    // ErrCodeInvalidScheduleFault for service response error code
    // "InvalidSchedule".
    //
    // The schedule you submitted isn't valid.
    ErrCodeInvalidScheduleFault = "InvalidSchedule"

    // ErrCodeInvalidScheduledActionFault for service response error code
    // "InvalidScheduledAction".
    //
    // The scheduled action is not valid.
    ErrCodeInvalidScheduledActionFault = "InvalidScheduledAction"

    // ErrCodeInvalidSnapshotCopyGrantStateFault for service response error code
    // "InvalidSnapshotCopyGrantStateFault".
    //
    // The snapshot copy grant can't be deleted because it is used by one or more
    // clusters.
    ErrCodeInvalidSnapshotCopyGrantStateFault = "InvalidSnapshotCopyGrantStateFault"

    // ErrCodeInvalidSubnet for service response error code
    // "InvalidSubnet".
    //
    // The requested subnet is not valid, or not all of the subnets are in the same
    // VPC.
    ErrCodeInvalidSubnet = "InvalidSubnet"

    // ErrCodeInvalidSubscriptionStateFault for service response error code
    // "InvalidSubscriptionStateFault".
    //
    // The subscription request is invalid because it is a duplicate request. This
    // subscription request is already in progress.
    ErrCodeInvalidSubscriptionStateFault = "InvalidSubscriptionStateFault"

    // ErrCodeInvalidTableRestoreArgumentFault for service response error code
    // "InvalidTableRestoreArgument".
    //
    // The value specified for the sourceDatabaseName, sourceSchemaName, or sourceTableName
    // parameter, or a combination of these, doesn't exist in the snapshot.
    ErrCodeInvalidTableRestoreArgumentFault = "InvalidTableRestoreArgument"

    // ErrCodeInvalidTagFault for service response error code
    // "InvalidTagFault".
    //
    // The tag is invalid.
    ErrCodeInvalidTagFault = "InvalidTagFault"

    // ErrCodeInvalidUsageLimitFault for service response error code
    // "InvalidUsageLimit".
    //
    // The usage limit is not valid.
    ErrCodeInvalidUsageLimitFault = "InvalidUsageLimit"

    // ErrCodeInvalidVPCNetworkStateFault for service response error code
    // "InvalidVPCNetworkStateFault".
    //
    // The cluster subnet group does not cover all Availability Zones.
    ErrCodeInvalidVPCNetworkStateFault = "InvalidVPCNetworkStateFault"

    // ErrCodeIpv6CidrBlockNotFoundFault for service response error code
    // "Ipv6CidrBlockNotFoundFault".
    //
    // There are no subnets in your VPC with associated IPv6 CIDR blocks. To use
    // dual-stack mode, associate an IPv6 CIDR block with each subnet in your VPC.
    ErrCodeIpv6CidrBlockNotFoundFault = "Ipv6CidrBlockNotFoundFault"

    // ErrCodeLimitExceededFault for service response error code
    // "LimitExceededFault".
    //
    // The encryption key has exceeded its grant limit in Amazon Web Services KMS.
    ErrCodeLimitExceededFault = "LimitExceededFault"

    // ErrCodeNumberOfNodesPerClusterLimitExceededFault for service response error code
    // "NumberOfNodesPerClusterLimitExceeded".
    //
    // The operation would exceed the number of nodes allowed for a cluster.
    ErrCodeNumberOfNodesPerClusterLimitExceededFault = "NumberOfNodesPerClusterLimitExceeded"

    // ErrCodeNumberOfNodesQuotaExceededFault for service response error code
    // "NumberOfNodesQuotaExceeded".
    //
    // The operation would exceed the number of nodes allotted to the account. For
    // information about increasing your quota, go to Limits in Amazon Redshift
    // (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
    // in the Amazon Redshift Cluster Management Guide.
    ErrCodeNumberOfNodesQuotaExceededFault = "NumberOfNodesQuotaExceeded"

    // ErrCodePartnerNotFoundFault for service response error code
    // "PartnerNotFound".
    //
    // The name of the partner was not found.
    ErrCodePartnerNotFoundFault = "PartnerNotFound"

    // ErrCodeRedshiftIdcApplicationAlreadyExistsFault for service response error code
    // "RedshiftIdcApplicationAlreadyExists".
    //
    // The application you attempted to add already exists.
    ErrCodeRedshiftIdcApplicationAlreadyExistsFault = "RedshiftIdcApplicationAlreadyExists"

    // ErrCodeRedshiftIdcApplicationNotExistsFault for service response error code
    // "RedshiftIdcApplicationNotExists".
    //
    // The application you attempted to find doesn't exist.
    ErrCodeRedshiftIdcApplicationNotExistsFault = "RedshiftIdcApplicationNotExists"

    // ErrCodeRedshiftIdcApplicationQuotaExceededFault for service response error code
    // "RedshiftIdcApplicationQuotaExceeded".
    //
    // The maximum number of Redshift IAM Identity Center applications was exceeded.
    ErrCodeRedshiftIdcApplicationQuotaExceededFault = "RedshiftIdcApplicationQuotaExceeded"

    // ErrCodeReservedNodeAlreadyExistsFault for service response error code
    // "ReservedNodeAlreadyExists".
    //
    // User already has a reservation with the given identifier.
    ErrCodeReservedNodeAlreadyExistsFault = "ReservedNodeAlreadyExists"

    // ErrCodeReservedNodeAlreadyMigratedFault for service response error code
    // "ReservedNodeAlreadyMigrated".
    //
    // Indicates that the reserved node has already been exchanged.
    ErrCodeReservedNodeAlreadyMigratedFault = "ReservedNodeAlreadyMigrated"

    // ErrCodeReservedNodeExchangeNotFoundFault for service response error code
    // "ReservedNodeExchangeNotFond".
    //
    // The reserved-node exchange status wasn't found.
    ErrCodeReservedNodeExchangeNotFoundFault = "ReservedNodeExchangeNotFond"

    // ErrCodeReservedNodeNotFoundFault for service response error code
    // "ReservedNodeNotFound".
    //
    // The specified reserved compute node not found.
    ErrCodeReservedNodeNotFoundFault = "ReservedNodeNotFound"

    // ErrCodeReservedNodeOfferingNotFoundFault for service response error code
    // "ReservedNodeOfferingNotFound".
    //
    // Specified offering does not exist.
    ErrCodeReservedNodeOfferingNotFoundFault = "ReservedNodeOfferingNotFound"

    // ErrCodeReservedNodeQuotaExceededFault for service response error code
    // "ReservedNodeQuotaExceeded".
    //
    // Request would exceed the user's compute node quota. For information about
    // increasing your quota, go to Limits in Amazon Redshift (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
    // in the Amazon Redshift Cluster Management Guide.
    ErrCodeReservedNodeQuotaExceededFault = "ReservedNodeQuotaExceeded"

    // ErrCodeResizeNotFoundFault for service response error code
    // "ResizeNotFound".
    //
    // A resize operation for the specified cluster is not found.
    ErrCodeResizeNotFoundFault = "ResizeNotFound"

    // ErrCodeResourceNotFoundFault for service response error code
    // "ResourceNotFoundFault".
    //
    // The resource could not be found.
    ErrCodeResourceNotFoundFault = "ResourceNotFoundFault"

    // ErrCodeSNSInvalidTopicFault for service response error code
    // "SNSInvalidTopic".
    //
    // Amazon SNS has responded that there is a problem with the specified Amazon
    // SNS topic.
    ErrCodeSNSInvalidTopicFault = "SNSInvalidTopic"

    // ErrCodeSNSNoAuthorizationFault for service response error code
    // "SNSNoAuthorization".
    //
    // You do not have permission to publish to the specified Amazon SNS topic.
    ErrCodeSNSNoAuthorizationFault = "SNSNoAuthorization"

    // ErrCodeSNSTopicArnNotFoundFault for service response error code
    // "SNSTopicArnNotFound".
    //
    // An Amazon SNS topic with the specified Amazon Resource Name (ARN) does not
    // exist.
    ErrCodeSNSTopicArnNotFoundFault = "SNSTopicArnNotFound"

    // ErrCodeScheduleDefinitionTypeUnsupportedFault for service response error code
    // "ScheduleDefinitionTypeUnsupported".
    //
    // The definition you submitted is not supported.
    ErrCodeScheduleDefinitionTypeUnsupportedFault = "ScheduleDefinitionTypeUnsupported"

    // ErrCodeScheduledActionAlreadyExistsFault for service response error code
    // "ScheduledActionAlreadyExists".
    //
    // The scheduled action already exists.
    ErrCodeScheduledActionAlreadyExistsFault = "ScheduledActionAlreadyExists"

    // ErrCodeScheduledActionNotFoundFault for service response error code
    // "ScheduledActionNotFound".
    //
    // The scheduled action cannot be found.
    ErrCodeScheduledActionNotFoundFault = "ScheduledActionNotFound"

    // ErrCodeScheduledActionQuotaExceededFault for service response error code
    // "ScheduledActionQuotaExceeded".
    //
    // The quota for scheduled actions exceeded.
    ErrCodeScheduledActionQuotaExceededFault = "ScheduledActionQuotaExceeded"

    // ErrCodeScheduledActionTypeUnsupportedFault for service response error code
    // "ScheduledActionTypeUnsupported".
    //
    // The action type specified for a scheduled action is not supported.
    ErrCodeScheduledActionTypeUnsupportedFault = "ScheduledActionTypeUnsupported"

    // ErrCodeSnapshotCopyAlreadyDisabledFault for service response error code
    // "SnapshotCopyAlreadyDisabledFault".
    //
    // The cluster already has cross-region snapshot copy disabled.
    ErrCodeSnapshotCopyAlreadyDisabledFault = "SnapshotCopyAlreadyDisabledFault"

    // ErrCodeSnapshotCopyAlreadyEnabledFault for service response error code
    // "SnapshotCopyAlreadyEnabledFault".
    //
    // The cluster already has cross-region snapshot copy enabled.
    ErrCodeSnapshotCopyAlreadyEnabledFault = "SnapshotCopyAlreadyEnabledFault"

    // ErrCodeSnapshotCopyDisabledFault for service response error code
    // "SnapshotCopyDisabledFault".
    //
    // Cross-region snapshot copy was temporarily disabled. Try your request again.
    ErrCodeSnapshotCopyDisabledFault = "SnapshotCopyDisabledFault"

    // ErrCodeSnapshotCopyGrantAlreadyExistsFault for service response error code
    // "SnapshotCopyGrantAlreadyExistsFault".
    //
    // The snapshot copy grant can't be created because a grant with the same name
    // already exists.
    ErrCodeSnapshotCopyGrantAlreadyExistsFault = "SnapshotCopyGrantAlreadyExistsFault"

    // ErrCodeSnapshotCopyGrantNotFoundFault for service response error code
    // "SnapshotCopyGrantNotFoundFault".
    //
    // The specified snapshot copy grant can't be found. Make sure that the name
    // is typed correctly and that the grant exists in the destination region.
    ErrCodeSnapshotCopyGrantNotFoundFault = "SnapshotCopyGrantNotFoundFault"

    // ErrCodeSnapshotCopyGrantQuotaExceededFault for service response error code
    // "SnapshotCopyGrantQuotaExceededFault".
    //
    // The Amazon Web Services account has exceeded the maximum number of snapshot
    // copy grants in this region.
    ErrCodeSnapshotCopyGrantQuotaExceededFault = "SnapshotCopyGrantQuotaExceededFault"

    // ErrCodeSnapshotScheduleAlreadyExistsFault for service response error code
    // "SnapshotScheduleAlreadyExists".
    //
    // The specified snapshot schedule already exists.
    ErrCodeSnapshotScheduleAlreadyExistsFault = "SnapshotScheduleAlreadyExists"

    // ErrCodeSnapshotScheduleNotFoundFault for service response error code
    // "SnapshotScheduleNotFound".
    //
    // We could not find the specified snapshot schedule.
    ErrCodeSnapshotScheduleNotFoundFault = "SnapshotScheduleNotFound"

    // ErrCodeSnapshotScheduleQuotaExceededFault for service response error code
    // "SnapshotScheduleQuotaExceeded".
    //
    // You have exceeded the quota of snapshot schedules.
    ErrCodeSnapshotScheduleQuotaExceededFault = "SnapshotScheduleQuotaExceeded"

    // ErrCodeSnapshotScheduleUpdateInProgressFault for service response error code
    // "SnapshotScheduleUpdateInProgress".
    //
    // The specified snapshot schedule is already being updated.
    ErrCodeSnapshotScheduleUpdateInProgressFault = "SnapshotScheduleUpdateInProgress"

    // ErrCodeSourceNotFoundFault for service response error code
    // "SourceNotFound".
    //
    // The specified Amazon Redshift event source could not be found.
    ErrCodeSourceNotFoundFault = "SourceNotFound"

    // ErrCodeSubnetAlreadyInUse for service response error code
    // "SubnetAlreadyInUse".
    //
    // A specified subnet is already in use by another cluster.
    ErrCodeSubnetAlreadyInUse = "SubnetAlreadyInUse"

    // ErrCodeSubscriptionAlreadyExistFault for service response error code
    // "SubscriptionAlreadyExist".
    //
    // There is already an existing event notification subscription with the specified
    // name.
    ErrCodeSubscriptionAlreadyExistFault = "SubscriptionAlreadyExist"

    // ErrCodeSubscriptionCategoryNotFoundFault for service response error code
    // "SubscriptionCategoryNotFound".
    //
    // The value specified for the event category was not one of the allowed values,
    // or it specified a category that does not apply to the specified source type.
    // The allowed values are Configuration, Management, Monitoring, and Security.
    ErrCodeSubscriptionCategoryNotFoundFault = "SubscriptionCategoryNotFound"

    // ErrCodeSubscriptionEventIdNotFoundFault for service response error code
    // "SubscriptionEventIdNotFound".
    //
    // An Amazon Redshift event with the specified event ID does not exist.
    ErrCodeSubscriptionEventIdNotFoundFault = "SubscriptionEventIdNotFound"

    // ErrCodeSubscriptionNotFoundFault for service response error code
    // "SubscriptionNotFound".
    //
    // An Amazon Redshift event notification subscription with the specified name
    // does not exist.
    ErrCodeSubscriptionNotFoundFault = "SubscriptionNotFound"

    // ErrCodeSubscriptionSeverityNotFoundFault for service response error code
    // "SubscriptionSeverityNotFound".
    //
    // The value specified for the event severity was not one of the allowed values,
    // or it specified a severity that does not apply to the specified source type.
    // The allowed values are ERROR and INFO.
    ErrCodeSubscriptionSeverityNotFoundFault = "SubscriptionSeverityNotFound"

    // ErrCodeTableLimitExceededFault for service response error code
    // "TableLimitExceeded".
    //
    // The number of tables in the cluster exceeds the limit for the requested new
    // cluster node type.
    ErrCodeTableLimitExceededFault = "TableLimitExceeded"

    // ErrCodeTableRestoreNotFoundFault for service response error code
    // "TableRestoreNotFoundFault".
    //
    // The specified TableRestoreRequestId value was not found.
    ErrCodeTableRestoreNotFoundFault = "TableRestoreNotFoundFault"

    // ErrCodeTagLimitExceededFault for service response error code
    // "TagLimitExceededFault".
    //
    // You have exceeded the number of tags allowed.
    ErrCodeTagLimitExceededFault = "TagLimitExceededFault"

    // ErrCodeUnauthorizedOperation for service response error code
    // "UnauthorizedOperation".
    //
    // Your account is not authorized to perform the requested operation.
    ErrCodeUnauthorizedOperation = "UnauthorizedOperation"

    // ErrCodeUnauthorizedPartnerIntegrationFault for service response error code
    // "UnauthorizedPartnerIntegration".
    //
    // The partner integration is not authorized.
    ErrCodeUnauthorizedPartnerIntegrationFault = "UnauthorizedPartnerIntegration"

    // ErrCodeUnknownSnapshotCopyRegionFault for service response error code
    // "UnknownSnapshotCopyRegionFault".
    //
    // The specified region is incorrect or does not exist.
    ErrCodeUnknownSnapshotCopyRegionFault = "UnknownSnapshotCopyRegionFault"

    // ErrCodeUnsupportedOperationFault for service response error code
    // "UnsupportedOperation".
    //
    // The requested operation isn't supported.
    ErrCodeUnsupportedOperationFault = "UnsupportedOperation"

    // ErrCodeUnsupportedOptionFault for service response error code
    // "UnsupportedOptionFault".
    //
    // A request option was specified that is not supported.
    ErrCodeUnsupportedOptionFault = "UnsupportedOptionFault"

    // ErrCodeUsageLimitAlreadyExistsFault for service response error code
    // "UsageLimitAlreadyExists".
    //
    // The usage limit already exists.
    ErrCodeUsageLimitAlreadyExistsFault = "UsageLimitAlreadyExists"

    // ErrCodeUsageLimitNotFoundFault for service response error code
    // "UsageLimitNotFound".
    //
    // The usage limit identifier can't be found.
    ErrCodeUsageLimitNotFoundFault = "UsageLimitNotFound"
)
const (
    ServiceName = "redshift"  // Name of service.
    EndpointsID = ServiceName // ID to lookup a service endpoint with.
    ServiceID   = "Redshift"  // ServiceID is a unique identifier of a specific service.
)

Service information constants

func ActionType_Values

func ActionType_Values() []string

ActionType_Values returns all elements of the ActionType enum

func AquaConfigurationStatus_Values

func AquaConfigurationStatus_Values() []string

AquaConfigurationStatus_Values returns all elements of the AquaConfigurationStatus enum

func AquaStatus_Values

func AquaStatus_Values() []string

AquaStatus_Values returns all elements of the AquaStatus enum

func AuthorizationStatus_Values

func AuthorizationStatus_Values() []string

AuthorizationStatus_Values returns all elements of the AuthorizationStatus enum

func DataShareStatusForConsumer_Values

func DataShareStatusForConsumer_Values() []string

DataShareStatusForConsumer_Values returns all elements of the DataShareStatusForConsumer enum

func DataShareStatusForProducer_Values

func DataShareStatusForProducer_Values() []string

DataShareStatusForProducer_Values returns all elements of the DataShareStatusForProducer enum

func DataShareStatus_Values

func DataShareStatus_Values() []string

DataShareStatus_Values returns all elements of the DataShareStatus enum

func ImpactRankingType_Values

func ImpactRankingType_Values() []string

ImpactRankingType_Values returns all elements of the ImpactRankingType enum

func LogDestinationType_Values

func LogDestinationType_Values() []string

LogDestinationType_Values returns all elements of the LogDestinationType enum

func Mode_Values

func Mode_Values() []string

Mode_Values returns all elements of the Mode enum

func NodeConfigurationOptionsFilterName_Values

func NodeConfigurationOptionsFilterName_Values() []string

NodeConfigurationOptionsFilterName_Values returns all elements of the NodeConfigurationOptionsFilterName enum

func OperatorType_Values

func OperatorType_Values() []string

OperatorType_Values returns all elements of the OperatorType enum

func ParameterApplyType_Values

func ParameterApplyType_Values() []string

ParameterApplyType_Values returns all elements of the ParameterApplyType enum

func PartnerIntegrationStatus_Values

func PartnerIntegrationStatus_Values() []string

PartnerIntegrationStatus_Values returns all elements of the PartnerIntegrationStatus enum

func RecommendedActionType_Values

func RecommendedActionType_Values() []string

RecommendedActionType_Values returns all elements of the RecommendedActionType enum

func ReservedNodeExchangeActionType_Values

func ReservedNodeExchangeActionType_Values() []string

ReservedNodeExchangeActionType_Values returns all elements of the ReservedNodeExchangeActionType enum

func ReservedNodeExchangeStatusType_Values

func ReservedNodeExchangeStatusType_Values() []string

ReservedNodeExchangeStatusType_Values returns all elements of the ReservedNodeExchangeStatusType enum

func ReservedNodeOfferingType_Values

func ReservedNodeOfferingType_Values() []string

ReservedNodeOfferingType_Values returns all elements of the ReservedNodeOfferingType enum

func ScheduleState_Values

func ScheduleState_Values() []string

ScheduleState_Values returns all elements of the ScheduleState enum

func ScheduledActionFilterName_Values

func ScheduledActionFilterName_Values() []string

ScheduledActionFilterName_Values returns all elements of the ScheduledActionFilterName enum

func ScheduledActionState_Values

func ScheduledActionState_Values() []string

ScheduledActionState_Values returns all elements of the ScheduledActionState enum

func ScheduledActionTypeValues_Values

func ScheduledActionTypeValues_Values() []string

ScheduledActionTypeValues_Values returns all elements of the ScheduledActionTypeValues enum

func ServiceAuthorization_Values

func ServiceAuthorization_Values() []string

ServiceAuthorization_Values returns all elements of the ServiceAuthorization enum

func SnapshotAttributeToSortBy_Values

func SnapshotAttributeToSortBy_Values() []string

SnapshotAttributeToSortBy_Values returns all elements of the SnapshotAttributeToSortBy enum

func SortByOrder_Values

func SortByOrder_Values() []string

SortByOrder_Values returns all elements of the SortByOrder enum

func SourceType_Values

func SourceType_Values() []string

SourceType_Values returns all elements of the SourceType enum

func TableRestoreStatusType_Values

func TableRestoreStatusType_Values() []string

TableRestoreStatusType_Values returns all elements of the TableRestoreStatusType enum

func UsageLimitBreachAction_Values

func UsageLimitBreachAction_Values() []string

UsageLimitBreachAction_Values returns all elements of the UsageLimitBreachAction enum

func UsageLimitFeatureType_Values

func UsageLimitFeatureType_Values() []string

UsageLimitFeatureType_Values returns all elements of the UsageLimitFeatureType enum

func UsageLimitLimitType_Values

func UsageLimitLimitType_Values() []string

UsageLimitLimitType_Values returns all elements of the UsageLimitLimitType enum

func UsageLimitPeriod_Values

func UsageLimitPeriod_Values() []string

UsageLimitPeriod_Values returns all elements of the UsageLimitPeriod enum

func ZeroETLIntegrationStatus_Values

func ZeroETLIntegrationStatus_Values() []string

ZeroETLIntegrationStatus_Values returns all elements of the ZeroETLIntegrationStatus enum

type AcceptReservedNodeExchangeInput

type AcceptReservedNodeExchangeInput struct {

    // A string representing the node identifier of the DC1 Reserved Node to be
    // exchanged.
    //
    // ReservedNodeId is a required field
    ReservedNodeId *string `type:"string" required:"true"`

    // The unique identifier of the DC2 Reserved Node offering to be used for the
    // exchange. You can obtain the value for the parameter by calling GetReservedNodeExchangeOfferings
    //
    // TargetReservedNodeOfferingId is a required field
    TargetReservedNodeOfferingId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (AcceptReservedNodeExchangeInput) GoString

func (s AcceptReservedNodeExchangeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AcceptReservedNodeExchangeInput) SetReservedNodeId

func (s *AcceptReservedNodeExchangeInput) SetReservedNodeId(v string) *AcceptReservedNodeExchangeInput

SetReservedNodeId sets the ReservedNodeId field's value.

func (*AcceptReservedNodeExchangeInput) SetTargetReservedNodeOfferingId

func (s *AcceptReservedNodeExchangeInput) SetTargetReservedNodeOfferingId(v string) *AcceptReservedNodeExchangeInput

SetTargetReservedNodeOfferingId sets the TargetReservedNodeOfferingId field's value.

func (AcceptReservedNodeExchangeInput) String

func (s AcceptReservedNodeExchangeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AcceptReservedNodeExchangeInput) Validate

func (s *AcceptReservedNodeExchangeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AcceptReservedNodeExchangeOutput

type AcceptReservedNodeExchangeOutput struct {

    // Describes a reserved node. You can call the DescribeReservedNodeOfferings
    // API to obtain the available reserved node offerings.
    ExchangedReservedNode *ReservedNode `type:"structure"`
    // contains filtered or unexported fields
}

func (AcceptReservedNodeExchangeOutput) GoString

func (s AcceptReservedNodeExchangeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AcceptReservedNodeExchangeOutput) SetExchangedReservedNode

func (s *AcceptReservedNodeExchangeOutput) SetExchangedReservedNode(v *ReservedNode) *AcceptReservedNodeExchangeOutput

SetExchangedReservedNode sets the ExchangedReservedNode field's value.

func (AcceptReservedNodeExchangeOutput) String

func (s AcceptReservedNodeExchangeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AccountAttribute

type AccountAttribute struct {

    // The name of the attribute.
    AttributeName *string `type:"string"`

    // A list of attribute values.
    AttributeValues []*AttributeValueTarget `locationNameList:"AttributeValueTarget" type:"list"`
    // contains filtered or unexported fields
}

A name value pair that describes an aspect of an account.

func (AccountAttribute) GoString

func (s AccountAttribute) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccountAttribute) SetAttributeName

func (s *AccountAttribute) SetAttributeName(v string) *AccountAttribute

SetAttributeName sets the AttributeName field's value.

func (*AccountAttribute) SetAttributeValues

func (s *AccountAttribute) SetAttributeValues(v []*AttributeValueTarget) *AccountAttribute

SetAttributeValues sets the AttributeValues field's value.

func (AccountAttribute) String

func (s AccountAttribute) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AccountWithRestoreAccess

type AccountWithRestoreAccess struct {

    // The identifier of an Amazon Web Services support account authorized to restore
    // a snapshot. For Amazon Web Services Support, the identifier is amazon-redshift-support.
    AccountAlias *string `type:"string"`

    // The identifier of an Amazon Web Services account authorized to restore a
    // snapshot.
    AccountId *string `type:"string"`
    // contains filtered or unexported fields
}

Describes an Amazon Web Services account authorized to restore a snapshot.

func (AccountWithRestoreAccess) GoString

func (s AccountWithRestoreAccess) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccountWithRestoreAccess) SetAccountAlias

func (s *AccountWithRestoreAccess) SetAccountAlias(v string) *AccountWithRestoreAccess

SetAccountAlias sets the AccountAlias field's value.

func (*AccountWithRestoreAccess) SetAccountId

func (s *AccountWithRestoreAccess) SetAccountId(v string) *AccountWithRestoreAccess

SetAccountId sets the AccountId field's value.

func (AccountWithRestoreAccess) String

func (s AccountWithRestoreAccess) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AddPartnerInput

type AddPartnerInput struct {

    // The Amazon Web Services account ID that owns the cluster.
    //
    // AccountId is a required field
    AccountId *string `min:"12" type:"string" required:"true"`

    // The cluster identifier of the cluster that receives data from the partner.
    //
    // ClusterIdentifier is a required field
    ClusterIdentifier *string `type:"string" required:"true"`

    // The name of the database that receives data from the partner.
    //
    // DatabaseName is a required field
    DatabaseName *string `type:"string" required:"true"`

    // The name of the partner that is authorized to send data.
    //
    // PartnerName is a required field
    PartnerName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (AddPartnerInput) GoString

func (s AddPartnerInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddPartnerInput) SetAccountId

func (s *AddPartnerInput) SetAccountId(v string) *AddPartnerInput

SetAccountId sets the AccountId field's value.

func (*AddPartnerInput) SetClusterIdentifier

func (s *AddPartnerInput) SetClusterIdentifier(v string) *AddPartnerInput

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (*AddPartnerInput) SetDatabaseName

func (s *AddPartnerInput) SetDatabaseName(v string) *AddPartnerInput

SetDatabaseName sets the DatabaseName field's value.

func (*AddPartnerInput) SetPartnerName

func (s *AddPartnerInput) SetPartnerName(v string) *AddPartnerInput

SetPartnerName sets the PartnerName field's value.

func (AddPartnerInput) String

func (s AddPartnerInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddPartnerInput) Validate

func (s *AddPartnerInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AddPartnerOutput

type AddPartnerOutput struct {

    // The name of the database that receives data from the partner.
    DatabaseName *string `type:"string"`

    // The name of the partner that is authorized to send data.
    PartnerName *string `type:"string"`
    // contains filtered or unexported fields
}

func (AddPartnerOutput) GoString

func (s AddPartnerOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddPartnerOutput) SetDatabaseName

func (s *AddPartnerOutput) SetDatabaseName(v string) *AddPartnerOutput

SetDatabaseName sets the DatabaseName field's value.

func (*AddPartnerOutput) SetPartnerName

func (s *AddPartnerOutput) SetPartnerName(v string) *AddPartnerOutput

SetPartnerName sets the PartnerName field's value.

func (AddPartnerOutput) String

func (s AddPartnerOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AquaConfiguration

type AquaConfiguration struct {

    // This field is retired. Amazon Redshift automatically determines whether to
    // use AQUA (Advanced Query Accelerator).
    AquaConfigurationStatus *string `type:"string" enum:"AquaConfigurationStatus"`

    // This field is retired. Amazon Redshift automatically determines whether to
    // use AQUA (Advanced Query Accelerator).
    AquaStatus *string `type:"string" enum:"AquaStatus"`
    // contains filtered or unexported fields
}

The operation that uses this structure is retired. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).

func (AquaConfiguration) GoString

func (s AquaConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AquaConfiguration) SetAquaConfigurationStatus

func (s *AquaConfiguration) SetAquaConfigurationStatus(v string) *AquaConfiguration

SetAquaConfigurationStatus sets the AquaConfigurationStatus field's value.

func (*AquaConfiguration) SetAquaStatus

func (s *AquaConfiguration) SetAquaStatus(v string) *AquaConfiguration

SetAquaStatus sets the AquaStatus field's value.

func (AquaConfiguration) String

func (s AquaConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociateDataShareConsumerInput

type AssociateDataShareConsumerInput struct {

    // If set to true, allows write operations for a datashare.
    AllowWrites *bool `type:"boolean"`

    // A value that specifies whether the datashare is associated with the entire
    // account.
    AssociateEntireAccount *bool `type:"boolean"`

    // The Amazon Resource Name (ARN) of the consumer namespace associated with
    // the datashare.
    ConsumerArn *string `type:"string"`

    // From a datashare consumer account, associates a datashare with all existing
    // and future namespaces in the specified Amazon Web Services Region.
    ConsumerRegion *string `type:"string"`

    // The Amazon Resource Name (ARN) of the datashare that the consumer is to use.
    //
    // DataShareArn is a required field
    DataShareArn *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (AssociateDataShareConsumerInput) GoString

func (s AssociateDataShareConsumerInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateDataShareConsumerInput) SetAllowWrites

func (s *AssociateDataShareConsumerInput) SetAllowWrites(v bool) *AssociateDataShareConsumerInput

SetAllowWrites sets the AllowWrites field's value.

func (*AssociateDataShareConsumerInput) SetAssociateEntireAccount

func (s *AssociateDataShareConsumerInput) SetAssociateEntireAccount(v bool) *AssociateDataShareConsumerInput

SetAssociateEntireAccount sets the AssociateEntireAccount field's value.

func (*AssociateDataShareConsumerInput) SetConsumerArn

func (s *AssociateDataShareConsumerInput) SetConsumerArn(v string) *AssociateDataShareConsumerInput

SetConsumerArn sets the ConsumerArn field's value.

func (*AssociateDataShareConsumerInput) SetConsumerRegion

func (s *AssociateDataShareConsumerInput) SetConsumerRegion(v string) *AssociateDataShareConsumerInput

SetConsumerRegion sets the ConsumerRegion field's value.

func (*AssociateDataShareConsumerInput) SetDataShareArn

func (s *AssociateDataShareConsumerInput) SetDataShareArn(v string) *AssociateDataShareConsumerInput

SetDataShareArn sets the DataShareArn field's value.

func (AssociateDataShareConsumerInput) String

func (s AssociateDataShareConsumerInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateDataShareConsumerInput) Validate

func (s *AssociateDataShareConsumerInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociateDataShareConsumerOutput

type AssociateDataShareConsumerOutput struct {

    // A value that specifies whether the datashare can be shared to a publicly
    // accessible cluster.
    AllowPubliclyAccessibleConsumers *bool `type:"boolean"`

    // The Amazon Resource Name (ARN) of the datashare that the consumer is to use.
    DataShareArn *string `type:"string"`

    // A value that specifies when the datashare has an association between producer
    // and data consumers.
    DataShareAssociations []*DataShareAssociation `type:"list"`

    // The identifier of a datashare to show its managing entity.
    ManagedBy *string `type:"string"`

    // The Amazon Resource Name (ARN) of the producer namespace.
    ProducerArn *string `type:"string"`
    // contains filtered or unexported fields
}

func (AssociateDataShareConsumerOutput) GoString

func (s AssociateDataShareConsumerOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateDataShareConsumerOutput) SetAllowPubliclyAccessibleConsumers

func (s *AssociateDataShareConsumerOutput) SetAllowPubliclyAccessibleConsumers(v bool) *AssociateDataShareConsumerOutput

SetAllowPubliclyAccessibleConsumers sets the AllowPubliclyAccessibleConsumers field's value.

func (*AssociateDataShareConsumerOutput) SetDataShareArn

func (s *AssociateDataShareConsumerOutput) SetDataShareArn(v string) *AssociateDataShareConsumerOutput

SetDataShareArn sets the DataShareArn field's value.

func (*AssociateDataShareConsumerOutput) SetDataShareAssociations

func (s *AssociateDataShareConsumerOutput) SetDataShareAssociations(v []*DataShareAssociation) *AssociateDataShareConsumerOutput

SetDataShareAssociations sets the DataShareAssociations field's value.

func (*AssociateDataShareConsumerOutput) SetManagedBy

func (s *AssociateDataShareConsumerOutput) SetManagedBy(v string) *AssociateDataShareConsumerOutput

SetManagedBy sets the ManagedBy field's value.

func (*AssociateDataShareConsumerOutput) SetProducerArn

func (s *AssociateDataShareConsumerOutput) SetProducerArn(v string) *AssociateDataShareConsumerOutput

SetProducerArn sets the ProducerArn field's value.

func (AssociateDataShareConsumerOutput) String

func (s AssociateDataShareConsumerOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Association

type Association struct {

    // A list of all associated clusters and domain names tied to a specific certificate.
    CertificateAssociations []*CertificateAssociation `locationNameList:"CertificateAssociation" type:"list"`

    // The Amazon Resource Name (ARN) for the certificate associated with the custom
    // domain.
    CustomDomainCertificateArn *string `type:"string"`

    // The expiration date for the certificate.
    CustomDomainCertificateExpiryDate *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

Contains information about the custom domain name association.

func (Association) GoString

func (s Association) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Association) SetCertificateAssociations

func (s *Association) SetCertificateAssociations(v []*CertificateAssociation) *Association

SetCertificateAssociations sets the CertificateAssociations field's value.

func (*Association) SetCustomDomainCertificateArn

func (s *Association) SetCustomDomainCertificateArn(v string) *Association

SetCustomDomainCertificateArn sets the CustomDomainCertificateArn field's value.

func (*Association) SetCustomDomainCertificateExpiryDate

func (s *Association) SetCustomDomainCertificateExpiryDate(v time.Time) *Association

SetCustomDomainCertificateExpiryDate sets the CustomDomainCertificateExpiryDate field's value.

func (Association) String

func (s Association) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AttributeValueTarget

type AttributeValueTarget struct {

    // The value of the attribute.
    AttributeValue *string `type:"string"`
    // contains filtered or unexported fields
}

Describes an attribute value.

func (AttributeValueTarget) GoString

func (s AttributeValueTarget) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AttributeValueTarget) SetAttributeValue

func (s *AttributeValueTarget) SetAttributeValue(v string) *AttributeValueTarget

SetAttributeValue sets the AttributeValue field's value.

func (AttributeValueTarget) String

func (s AttributeValueTarget) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AuthenticationProfile

type AuthenticationProfile struct {

    // The content of the authentication profile in JSON format. The maximum length
    // of the JSON string is determined by a quota for your account.
    AuthenticationProfileContent *string `type:"string"`

    // The name of the authentication profile.
    AuthenticationProfileName *string `type:"string"`
    // contains filtered or unexported fields
}

Describes an authentication profile.

func (AuthenticationProfile) GoString

func (s AuthenticationProfile) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuthenticationProfile) SetAuthenticationProfileContent

func (s *AuthenticationProfile) SetAuthenticationProfileContent(v string) *AuthenticationProfile

SetAuthenticationProfileContent sets the AuthenticationProfileContent field's value.

func (*AuthenticationProfile) SetAuthenticationProfileName

func (s *AuthenticationProfile) SetAuthenticationProfileName(v string) *AuthenticationProfile

SetAuthenticationProfileName sets the AuthenticationProfileName field's value.

func (AuthenticationProfile) String

func (s AuthenticationProfile) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AuthorizeClusterSecurityGroupIngressInput

type AuthorizeClusterSecurityGroupIngressInput struct {

    // The IP range to be added the Amazon Redshift security group.
    CIDRIP *string `type:"string"`

    // The name of the security group to which the ingress rule is added.
    //
    // ClusterSecurityGroupName is a required field
    ClusterSecurityGroupName *string `type:"string" required:"true"`

    // The EC2 security group to be added the Amazon Redshift security group.
    EC2SecurityGroupName *string `type:"string"`

    // The Amazon Web Services account number of the owner of the security group
    // specified by the EC2SecurityGroupName parameter. The Amazon Web Services
    // Access Key ID is not an acceptable value.
    //
    // Example: 111122223333
    EC2SecurityGroupOwnerId *string `type:"string"`
    // contains filtered or unexported fields
}

func (AuthorizeClusterSecurityGroupIngressInput) GoString

func (s AuthorizeClusterSecurityGroupIngressInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuthorizeClusterSecurityGroupIngressInput) SetCIDRIP

func (s *AuthorizeClusterSecurityGroupIngressInput) SetCIDRIP(v string) *AuthorizeClusterSecurityGroupIngressInput

SetCIDRIP sets the CIDRIP field's value.

func (*AuthorizeClusterSecurityGroupIngressInput) SetClusterSecurityGroupName

func (s *AuthorizeClusterSecurityGroupIngressInput) SetClusterSecurityGroupName(v string) *AuthorizeClusterSecurityGroupIngressInput

SetClusterSecurityGroupName sets the ClusterSecurityGroupName field's value.

func (*AuthorizeClusterSecurityGroupIngressInput) SetEC2SecurityGroupName

func (s *AuthorizeClusterSecurityGroupIngressInput) SetEC2SecurityGroupName(v string) *AuthorizeClusterSecurityGroupIngressInput

SetEC2SecurityGroupName sets the EC2SecurityGroupName field's value.

func (*AuthorizeClusterSecurityGroupIngressInput) SetEC2SecurityGroupOwnerId

func (s *AuthorizeClusterSecurityGroupIngressInput) SetEC2SecurityGroupOwnerId(v string) *AuthorizeClusterSecurityGroupIngressInput

SetEC2SecurityGroupOwnerId sets the EC2SecurityGroupOwnerId field's value.

func (AuthorizeClusterSecurityGroupIngressInput) String

func (s AuthorizeClusterSecurityGroupIngressInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuthorizeClusterSecurityGroupIngressInput) Validate

func (s *AuthorizeClusterSecurityGroupIngressInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AuthorizeClusterSecurityGroupIngressOutput

type AuthorizeClusterSecurityGroupIngressOutput struct {

    // Describes a security group.
    ClusterSecurityGroup *ClusterSecurityGroup `type:"structure"`
    // contains filtered or unexported fields
}

func (AuthorizeClusterSecurityGroupIngressOutput) GoString

func (s AuthorizeClusterSecurityGroupIngressOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuthorizeClusterSecurityGroupIngressOutput) SetClusterSecurityGroup

func (s *AuthorizeClusterSecurityGroupIngressOutput) SetClusterSecurityGroup(v *ClusterSecurityGroup) *AuthorizeClusterSecurityGroupIngressOutput

SetClusterSecurityGroup sets the ClusterSecurityGroup field's value.

func (AuthorizeClusterSecurityGroupIngressOutput) String

func (s AuthorizeClusterSecurityGroupIngressOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AuthorizeDataShareInput

type AuthorizeDataShareInput struct {

    // If set to true, allows write operations for a datashare.
    AllowWrites *bool `type:"boolean"`

    // The identifier of the data consumer that is authorized to access the datashare.
    // This identifier is an Amazon Web Services account ID or a keyword, such as
    // ADX.
    //
    // ConsumerIdentifier is a required field
    ConsumerIdentifier *string `type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the datashare namespace that producers
    // are to authorize sharing for.
    //
    // DataShareArn is a required field
    DataShareArn *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (AuthorizeDataShareInput) GoString

func (s AuthorizeDataShareInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuthorizeDataShareInput) SetAllowWrites

func (s *AuthorizeDataShareInput) SetAllowWrites(v bool) *AuthorizeDataShareInput

SetAllowWrites sets the AllowWrites field's value.

func (*AuthorizeDataShareInput) SetConsumerIdentifier

func (s *AuthorizeDataShareInput) SetConsumerIdentifier(v string) *AuthorizeDataShareInput

SetConsumerIdentifier sets the ConsumerIdentifier field's value.

func (*AuthorizeDataShareInput) SetDataShareArn

func (s *AuthorizeDataShareInput) SetDataShareArn(v string) *AuthorizeDataShareInput

SetDataShareArn sets the DataShareArn field's value.

func (AuthorizeDataShareInput) String

func (s AuthorizeDataShareInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuthorizeDataShareInput) Validate

func (s *AuthorizeDataShareInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AuthorizeDataShareOutput

type AuthorizeDataShareOutput struct {

    // A value that specifies whether the datashare can be shared to a publicly
    // accessible cluster.
    AllowPubliclyAccessibleConsumers *bool `type:"boolean"`

    // The Amazon Resource Name (ARN) of the datashare that the consumer is to use.
    DataShareArn *string `type:"string"`

    // A value that specifies when the datashare has an association between producer
    // and data consumers.
    DataShareAssociations []*DataShareAssociation `type:"list"`

    // The identifier of a datashare to show its managing entity.
    ManagedBy *string `type:"string"`

    // The Amazon Resource Name (ARN) of the producer namespace.
    ProducerArn *string `type:"string"`
    // contains filtered or unexported fields
}

func (AuthorizeDataShareOutput) GoString

func (s AuthorizeDataShareOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuthorizeDataShareOutput) SetAllowPubliclyAccessibleConsumers

func (s *AuthorizeDataShareOutput) SetAllowPubliclyAccessibleConsumers(v bool) *AuthorizeDataShareOutput

SetAllowPubliclyAccessibleConsumers sets the AllowPubliclyAccessibleConsumers field's value.

func (*AuthorizeDataShareOutput) SetDataShareArn

func (s *AuthorizeDataShareOutput) SetDataShareArn(v string) *AuthorizeDataShareOutput

SetDataShareArn sets the DataShareArn field's value.

func (*AuthorizeDataShareOutput) SetDataShareAssociations

func (s *AuthorizeDataShareOutput) SetDataShareAssociations(v []*DataShareAssociation) *AuthorizeDataShareOutput

SetDataShareAssociations sets the DataShareAssociations field's value.

func (*AuthorizeDataShareOutput) SetManagedBy

func (s *AuthorizeDataShareOutput) SetManagedBy(v string) *AuthorizeDataShareOutput

SetManagedBy sets the ManagedBy field's value.

func (*AuthorizeDataShareOutput) SetProducerArn

func (s *AuthorizeDataShareOutput) SetProducerArn(v string) *AuthorizeDataShareOutput

SetProducerArn sets the ProducerArn field's value.

func (AuthorizeDataShareOutput) String

func (s AuthorizeDataShareOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AuthorizeEndpointAccessInput

type AuthorizeEndpointAccessInput struct {

    // The Amazon Web Services account ID to grant access to.
    //
    // Account is a required field
    Account *string `type:"string" required:"true"`

    // The cluster identifier of the cluster to grant access to.
    ClusterIdentifier *string `type:"string"`

    // The virtual private cloud (VPC) identifiers to grant access to.
    VpcIds []*string `locationNameList:"VpcIdentifier" type:"list"`
    // contains filtered or unexported fields
}

func (AuthorizeEndpointAccessInput) GoString

func (s AuthorizeEndpointAccessInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuthorizeEndpointAccessInput) SetAccount

func (s *AuthorizeEndpointAccessInput) SetAccount(v string) *AuthorizeEndpointAccessInput

SetAccount sets the Account field's value.

func (*AuthorizeEndpointAccessInput) SetClusterIdentifier

func (s *AuthorizeEndpointAccessInput) SetClusterIdentifier(v string) *AuthorizeEndpointAccessInput

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (*AuthorizeEndpointAccessInput) SetVpcIds

func (s *AuthorizeEndpointAccessInput) SetVpcIds(v []*string) *AuthorizeEndpointAccessInput

SetVpcIds sets the VpcIds field's value.

func (AuthorizeEndpointAccessInput) String

func (s AuthorizeEndpointAccessInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuthorizeEndpointAccessInput) Validate

func (s *AuthorizeEndpointAccessInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AuthorizeEndpointAccessOutput

type AuthorizeEndpointAccessOutput struct {

    // Indicates whether all VPCs in the grantee account are allowed access to the
    // cluster.
    AllowedAllVPCs *bool `type:"boolean"`

    // The VPCs allowed access to the cluster.
    AllowedVPCs []*string `locationNameList:"VpcIdentifier" type:"list"`

    // The time (UTC) when the authorization was created.
    AuthorizeTime *time.Time `type:"timestamp"`

    // The cluster identifier.
    ClusterIdentifier *string `type:"string"`

    // The status of the cluster.
    ClusterStatus *string `type:"string"`

    // The number of Redshift-managed VPC endpoints created for the authorization.
    EndpointCount *int64 `type:"integer"`

    // The Amazon Web Services account ID of the grantee of the cluster.
    Grantee *string `type:"string"`

    // The Amazon Web Services account ID of the cluster owner.
    Grantor *string `type:"string"`

    // The status of the authorization action.
    Status *string `type:"string" enum:"AuthorizationStatus"`
    // contains filtered or unexported fields
}

Describes an endpoint authorization for authorizing Redshift-managed VPC endpoint access to a cluster across Amazon Web Services accounts.

func (AuthorizeEndpointAccessOutput) GoString

func (s AuthorizeEndpointAccessOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuthorizeEndpointAccessOutput) SetAllowedAllVPCs

func (s *AuthorizeEndpointAccessOutput) SetAllowedAllVPCs(v bool) *AuthorizeEndpointAccessOutput

SetAllowedAllVPCs sets the AllowedAllVPCs field's value.

func (*AuthorizeEndpointAccessOutput) SetAllowedVPCs

func (s *AuthorizeEndpointAccessOutput) SetAllowedVPCs(v []*string) *AuthorizeEndpointAccessOutput

SetAllowedVPCs sets the AllowedVPCs field's value.

func (*AuthorizeEndpointAccessOutput) SetAuthorizeTime

func (s *AuthorizeEndpointAccessOutput) SetAuthorizeTime(v time.Time) *AuthorizeEndpointAccessOutput

SetAuthorizeTime sets the AuthorizeTime field's value.

func (*AuthorizeEndpointAccessOutput) SetClusterIdentifier

func (s *AuthorizeEndpointAccessOutput) SetClusterIdentifier(v string) *AuthorizeEndpointAccessOutput

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (*AuthorizeEndpointAccessOutput) SetClusterStatus

func (s *AuthorizeEndpointAccessOutput) SetClusterStatus(v string) *AuthorizeEndpointAccessOutput

SetClusterStatus sets the ClusterStatus field's value.

func (*AuthorizeEndpointAccessOutput) SetEndpointCount

func (s *AuthorizeEndpointAccessOutput) SetEndpointCount(v int64) *AuthorizeEndpointAccessOutput

SetEndpointCount sets the EndpointCount field's value.

func (*AuthorizeEndpointAccessOutput) SetGrantee

func (s *AuthorizeEndpointAccessOutput) SetGrantee(v string) *AuthorizeEndpointAccessOutput

SetGrantee sets the Grantee field's value.

func (*AuthorizeEndpointAccessOutput) SetGrantor

func (s *AuthorizeEndpointAccessOutput) SetGrantor(v string) *AuthorizeEndpointAccessOutput

SetGrantor sets the Grantor field's value.

func (*AuthorizeEndpointAccessOutput) SetStatus

func (s *AuthorizeEndpointAccessOutput) SetStatus(v string) *AuthorizeEndpointAccessOutput

SetStatus sets the Status field's value.

func (AuthorizeEndpointAccessOutput) String

func (s AuthorizeEndpointAccessOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AuthorizeSnapshotAccessInput

type AuthorizeSnapshotAccessInput struct {

    // The identifier of the Amazon Web Services account authorized to restore the
    // specified snapshot.
    //
    // To share a snapshot with Amazon Web Services Support, specify amazon-redshift-support.
    //
    // AccountWithRestoreAccess is a required field
    AccountWithRestoreAccess *string `type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the snapshot to authorize access to.
    SnapshotArn *string `type:"string"`

    // The identifier of the cluster the snapshot was created from.
    //
    //    * If the snapshot to access doesn't exist and the associated IAM policy
    //    doesn't allow access to all (*) snapshots - This parameter is required.
    //    Otherwise, permissions aren't available to check if the snapshot exists.
    //
    //    * If the snapshot to access exists - This parameter isn't required. Redshift
    //    can retrieve the cluster identifier and use it to validate snapshot authorization.
    SnapshotClusterIdentifier *string `type:"string"`

    // The identifier of the snapshot the account is authorized to restore.
    SnapshotIdentifier *string `type:"string"`
    // contains filtered or unexported fields
}

func (AuthorizeSnapshotAccessInput) GoString

func (s AuthorizeSnapshotAccessInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuthorizeSnapshotAccessInput) SetAccountWithRestoreAccess

func (s *AuthorizeSnapshotAccessInput) SetAccountWithRestoreAccess(v string) *AuthorizeSnapshotAccessInput

SetAccountWithRestoreAccess sets the AccountWithRestoreAccess field's value.

func (*AuthorizeSnapshotAccessInput) SetSnapshotArn

func (s *AuthorizeSnapshotAccessInput) SetSnapshotArn(v string) *AuthorizeSnapshotAccessInput

SetSnapshotArn sets the SnapshotArn field's value.

func (*AuthorizeSnapshotAccessInput) SetSnapshotClusterIdentifier

func (s *AuthorizeSnapshotAccessInput) SetSnapshotClusterIdentifier(v string) *AuthorizeSnapshotAccessInput

SetSnapshotClusterIdentifier sets the SnapshotClusterIdentifier field's value.

func (*AuthorizeSnapshotAccessInput) SetSnapshotIdentifier

func (s *AuthorizeSnapshotAccessInput) SetSnapshotIdentifier(v string) *AuthorizeSnapshotAccessInput

SetSnapshotIdentifier sets the SnapshotIdentifier field's value.

func (AuthorizeSnapshotAccessInput) String

func (s AuthorizeSnapshotAccessInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuthorizeSnapshotAccessInput) Validate

func (s *AuthorizeSnapshotAccessInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AuthorizeSnapshotAccessOutput

type AuthorizeSnapshotAccessOutput struct {

    // Describes a snapshot.
    Snapshot *Snapshot `type:"structure"`
    // contains filtered or unexported fields
}

func (AuthorizeSnapshotAccessOutput) GoString

func (s AuthorizeSnapshotAccessOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuthorizeSnapshotAccessOutput) SetSnapshot

func (s *AuthorizeSnapshotAccessOutput) SetSnapshot(v *Snapshot) *AuthorizeSnapshotAccessOutput

SetSnapshot sets the Snapshot field's value.

func (AuthorizeSnapshotAccessOutput) String

func (s AuthorizeSnapshotAccessOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AuthorizedTokenIssuer

type AuthorizedTokenIssuer struct {

    // The list of audiences for the authorized token issuer for integrating Amazon
    // Redshift with IDC Identity Center.
    AuthorizedAudiencesList []*string `type:"list"`

    // The ARN for the authorized token issuer for integrating Amazon Redshift with
    // IDC Identity Center.
    TrustedTokenIssuerArn *string `type:"string"`
    // contains filtered or unexported fields
}

The authorized token issuer for the Amazon Redshift IAM Identity Center application.

func (AuthorizedTokenIssuer) GoString

func (s AuthorizedTokenIssuer) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuthorizedTokenIssuer) SetAuthorizedAudiencesList

func (s *AuthorizedTokenIssuer) SetAuthorizedAudiencesList(v []*string) *AuthorizedTokenIssuer

SetAuthorizedAudiencesList sets the AuthorizedAudiencesList field's value.

func (*AuthorizedTokenIssuer) SetTrustedTokenIssuerArn

func (s *AuthorizedTokenIssuer) SetTrustedTokenIssuerArn(v string) *AuthorizedTokenIssuer

SetTrustedTokenIssuerArn sets the TrustedTokenIssuerArn field's value.

func (AuthorizedTokenIssuer) String

func (s AuthorizedTokenIssuer) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AvailabilityZone

type AvailabilityZone struct {

    // The name of the availability zone.
    Name *string `type:"string"`

    SupportedPlatforms []*SupportedPlatform `locationNameList:"SupportedPlatform" type:"list"`
    // contains filtered or unexported fields
}

Describes an availability zone.

func (AvailabilityZone) GoString

func (s AvailabilityZone) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AvailabilityZone) SetName

func (s *AvailabilityZone) SetName(v string) *AvailabilityZone

SetName sets the Name field's value.

func (*AvailabilityZone) SetSupportedPlatforms

func (s *AvailabilityZone) SetSupportedPlatforms(v []*SupportedPlatform) *AvailabilityZone

SetSupportedPlatforms sets the SupportedPlatforms field's value.

func (AvailabilityZone) String

func (s AvailabilityZone) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchDeleteClusterSnapshotsInput

type BatchDeleteClusterSnapshotsInput struct {

    // A list of identifiers for the snapshots that you want to delete.
    //
    // Identifiers is a required field
    Identifiers []*DeleteClusterSnapshotMessage `locationNameList:"DeleteClusterSnapshotMessage" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (BatchDeleteClusterSnapshotsInput) GoString

func (s BatchDeleteClusterSnapshotsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchDeleteClusterSnapshotsInput) SetIdentifiers

func (s *BatchDeleteClusterSnapshotsInput) SetIdentifiers(v []*DeleteClusterSnapshotMessage) *BatchDeleteClusterSnapshotsInput

SetIdentifiers sets the Identifiers field's value.

func (BatchDeleteClusterSnapshotsInput) String

func (s BatchDeleteClusterSnapshotsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchDeleteClusterSnapshotsInput) Validate

func (s *BatchDeleteClusterSnapshotsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchDeleteClusterSnapshotsOutput

type BatchDeleteClusterSnapshotsOutput struct {

    // A list of any errors returned.
    Errors []*SnapshotErrorMessage `locationNameList:"SnapshotErrorMessage" type:"list"`

    // A list of the snapshot identifiers that were deleted.
    Resources []*string `locationNameList:"String" type:"list"`
    // contains filtered or unexported fields
}

func (BatchDeleteClusterSnapshotsOutput) GoString

func (s BatchDeleteClusterSnapshotsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchDeleteClusterSnapshotsOutput) SetErrors

func (s *BatchDeleteClusterSnapshotsOutput) SetErrors(v []*SnapshotErrorMessage) *BatchDeleteClusterSnapshotsOutput

SetErrors sets the Errors field's value.

func (*BatchDeleteClusterSnapshotsOutput) SetResources

func (s *BatchDeleteClusterSnapshotsOutput) SetResources(v []*string) *BatchDeleteClusterSnapshotsOutput

SetResources sets the Resources field's value.

func (BatchDeleteClusterSnapshotsOutput) String

func (s BatchDeleteClusterSnapshotsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchModifyClusterSnapshotsInput

type BatchModifyClusterSnapshotsInput struct {

    // A boolean value indicating whether to override an exception if the retention
    // period has passed.
    Force *bool `type:"boolean"`

    // The number of days that a manual snapshot is retained. If you specify the
    // value -1, the manual snapshot is retained indefinitely.
    //
    // The number must be either -1 or an integer between 1 and 3,653.
    //
    // If you decrease the manual snapshot retention period from its current value,
    // existing manual snapshots that fall outside of the new retention period will
    // return an error. If you want to suppress the errors and delete the snapshots,
    // use the force option.
    ManualSnapshotRetentionPeriod *int64 `type:"integer"`

    // A list of snapshot identifiers you want to modify.
    //
    // SnapshotIdentifierList is a required field
    SnapshotIdentifierList []*string `locationNameList:"String" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (BatchModifyClusterSnapshotsInput) GoString

func (s BatchModifyClusterSnapshotsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchModifyClusterSnapshotsInput) SetForce

func (s *BatchModifyClusterSnapshotsInput) SetForce(v bool) *BatchModifyClusterSnapshotsInput

SetForce sets the Force field's value.

func (*BatchModifyClusterSnapshotsInput) SetManualSnapshotRetentionPeriod

func (s *BatchModifyClusterSnapshotsInput) SetManualSnapshotRetentionPeriod(v int64) *BatchModifyClusterSnapshotsInput

SetManualSnapshotRetentionPeriod sets the ManualSnapshotRetentionPeriod field's value.

func (*BatchModifyClusterSnapshotsInput) SetSnapshotIdentifierList

func (s *BatchModifyClusterSnapshotsInput) SetSnapshotIdentifierList(v []*string) *BatchModifyClusterSnapshotsInput

SetSnapshotIdentifierList sets the SnapshotIdentifierList field's value.

func (BatchModifyClusterSnapshotsInput) String

func (s BatchModifyClusterSnapshotsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchModifyClusterSnapshotsInput) Validate

func (s *BatchModifyClusterSnapshotsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchModifyClusterSnapshotsOutput

type BatchModifyClusterSnapshotsOutput struct {

    // A list of any errors returned.
    Errors []*SnapshotErrorMessage `locationNameList:"SnapshotErrorMessage" type:"list"`

    // A list of the snapshots that were modified.
    Resources []*string `locationNameList:"String" type:"list"`
    // contains filtered or unexported fields
}

func (BatchModifyClusterSnapshotsOutput) GoString

func (s BatchModifyClusterSnapshotsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchModifyClusterSnapshotsOutput) SetErrors

func (s *BatchModifyClusterSnapshotsOutput) SetErrors(v []*SnapshotErrorMessage) *BatchModifyClusterSnapshotsOutput

SetErrors sets the Errors field's value.

func (*BatchModifyClusterSnapshotsOutput) SetResources

func (s *BatchModifyClusterSnapshotsOutput) SetResources(v []*string) *BatchModifyClusterSnapshotsOutput

SetResources sets the Resources field's value.

func (BatchModifyClusterSnapshotsOutput) String

func (s BatchModifyClusterSnapshotsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CancelResizeInput

type CancelResizeInput struct {

    // The unique identifier for the cluster that you want to cancel a resize operation
    // for.
    //
    // ClusterIdentifier is a required field
    ClusterIdentifier *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CancelResizeInput) GoString

func (s CancelResizeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelResizeInput) SetClusterIdentifier

func (s *CancelResizeInput) SetClusterIdentifier(v string) *CancelResizeInput

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (CancelResizeInput) String

func (s CancelResizeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelResizeInput) Validate

func (s *CancelResizeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelResizeOutput

type CancelResizeOutput struct {

    // The average rate of the resize operation over the last few minutes, measured
    // in megabytes per second. After the resize operation completes, this value
    // shows the average rate of the entire resize operation.
    AvgResizeRateInMegaBytesPerSecond *float64 `type:"double"`

    // The percent of data transferred from source cluster to target cluster.
    DataTransferProgressPercent *float64 `type:"double"`

    // The amount of seconds that have elapsed since the resize operation began.
    // After the resize operation completes, this value shows the total actual time,
    // in seconds, for the resize operation.
    ElapsedTimeInSeconds *int64 `type:"long"`

    // The estimated time remaining, in seconds, until the resize operation is complete.
    // This value is calculated based on the average resize rate and the estimated
    // amount of data remaining to be processed. Once the resize operation is complete,
    // this value will be 0.
    EstimatedTimeToCompletionInSeconds *int64 `type:"long"`

    // The names of tables that have been completely imported .
    //
    // Valid Values: List of table names.
    ImportTablesCompleted []*string `type:"list"`

    // The names of tables that are being currently imported.
    //
    // Valid Values: List of table names.
    ImportTablesInProgress []*string `type:"list"`

    // The names of tables that have not been yet imported.
    //
    // Valid Values: List of table names
    ImportTablesNotStarted []*string `type:"list"`

    // An optional string to provide additional details about the resize action.
    Message *string `type:"string"`

    // While the resize operation is in progress, this value shows the current amount
    // of data, in megabytes, that has been processed so far. When the resize operation
    // is complete, this value shows the total amount of data, in megabytes, on
    // the cluster, which may be more or less than TotalResizeDataInMegaBytes (the
    // estimated total amount of data before resize).
    ProgressInMegaBytes *int64 `type:"long"`

    // An enum with possible values of ClassicResize and ElasticResize. These values
    // describe the type of resize operation being performed.
    ResizeType *string `type:"string"`

    // The status of the resize operation.
    //
    // Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED | CANCELLING
    Status *string `type:"string"`

    // The cluster type after the resize operation is complete.
    //
    // Valid Values: multi-node | single-node
    TargetClusterType *string `type:"string"`

    // The type of encryption for the cluster after the resize is complete.
    //
    // Possible values are KMS and None.
    TargetEncryptionType *string `type:"string"`

    // The node type that the cluster will have after the resize operation is complete.
    TargetNodeType *string `type:"string"`

    // The number of nodes that the cluster will have after the resize operation
    // is complete.
    TargetNumberOfNodes *int64 `type:"integer"`

    // The estimated total amount of data, in megabytes, on the cluster before the
    // resize operation began.
    TotalResizeDataInMegaBytes *int64 `type:"long"`
    // contains filtered or unexported fields
}

Describes the result of a cluster resize operation.

func (CancelResizeOutput) GoString

func (s CancelResizeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelResizeOutput) SetAvgResizeRateInMegaBytesPerSecond

func (s *CancelResizeOutput) SetAvgResizeRateInMegaBytesPerSecond(v float64) *CancelResizeOutput

SetAvgResizeRateInMegaBytesPerSecond sets the AvgResizeRateInMegaBytesPerSecond field's value.

func (*CancelResizeOutput) SetDataTransferProgressPercent

func (s *CancelResizeOutput) SetDataTransferProgressPercent(v float64) *CancelResizeOutput

SetDataTransferProgressPercent sets the DataTransferProgressPercent field's value.

func (*CancelResizeOutput) SetElapsedTimeInSeconds

func (s *CancelResizeOutput) SetElapsedTimeInSeconds(v int64) *CancelResizeOutput

SetElapsedTimeInSeconds sets the ElapsedTimeInSeconds field's value.

func (*CancelResizeOutput) SetEstimatedTimeToCompletionInSeconds

func (s *CancelResizeOutput) SetEstimatedTimeToCompletionInSeconds(v int64) *CancelResizeOutput

SetEstimatedTimeToCompletionInSeconds sets the EstimatedTimeToCompletionInSeconds field's value.

func (*CancelResizeOutput) SetImportTablesCompleted

func (s *CancelResizeOutput) SetImportTablesCompleted(v []*string) *CancelResizeOutput

SetImportTablesCompleted sets the ImportTablesCompleted field's value.

func (*CancelResizeOutput) SetImportTablesInProgress

func (s *CancelResizeOutput) SetImportTablesInProgress(v []*string) *CancelResizeOutput

SetImportTablesInProgress sets the ImportTablesInProgress field's value.

func (*CancelResizeOutput) SetImportTablesNotStarted

func (s *CancelResizeOutput) SetImportTablesNotStarted(v []*string) *CancelResizeOutput

SetImportTablesNotStarted sets the ImportTablesNotStarted field's value.

func (*CancelResizeOutput) SetMessage

func (s *CancelResizeOutput) SetMessage(v string) *CancelResizeOutput

SetMessage sets the Message field's value.

func (*CancelResizeOutput) SetProgressInMegaBytes

func (s *CancelResizeOutput) SetProgressInMegaBytes(v int64) *CancelResizeOutput

SetProgressInMegaBytes sets the ProgressInMegaBytes field's value.

func (*CancelResizeOutput) SetResizeType

func (s *CancelResizeOutput) SetResizeType(v string) *CancelResizeOutput

SetResizeType sets the ResizeType field's value.

func (*CancelResizeOutput) SetStatus

func (s *CancelResizeOutput) SetStatus(v string) *CancelResizeOutput

SetStatus sets the Status field's value.

func (*CancelResizeOutput) SetTargetClusterType

func (s *CancelResizeOutput) SetTargetClusterType(v string) *CancelResizeOutput

SetTargetClusterType sets the TargetClusterType field's value.

func (*CancelResizeOutput) SetTargetEncryptionType

func (s *CancelResizeOutput) SetTargetEncryptionType(v string) *CancelResizeOutput

SetTargetEncryptionType sets the TargetEncryptionType field's value.

func (*CancelResizeOutput) SetTargetNodeType

func (s *CancelResizeOutput) SetTargetNodeType(v string) *CancelResizeOutput

SetTargetNodeType sets the TargetNodeType field's value.

func (*CancelResizeOutput) SetTargetNumberOfNodes

func (s *CancelResizeOutput) SetTargetNumberOfNodes(v int64) *CancelResizeOutput

SetTargetNumberOfNodes sets the TargetNumberOfNodes field's value.

func (*CancelResizeOutput) SetTotalResizeDataInMegaBytes

func (s *CancelResizeOutput) SetTotalResizeDataInMegaBytes(v int64) *CancelResizeOutput

SetTotalResizeDataInMegaBytes sets the TotalResizeDataInMegaBytes field's value.

func (CancelResizeOutput) String

func (s CancelResizeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CertificateAssociation

type CertificateAssociation struct {

    // The cluster identifier for the certificate association.
    ClusterIdentifier *string `type:"string"`

    // The custom domain name for the certificate association.
    CustomDomainName *string `type:"string"`
    // contains filtered or unexported fields
}

A cluster ID and custom domain name tied to a specific certificate. These are typically returned in a list.

func (CertificateAssociation) GoString

func (s CertificateAssociation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CertificateAssociation) SetClusterIdentifier

func (s *CertificateAssociation) SetClusterIdentifier(v string) *CertificateAssociation

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (*CertificateAssociation) SetCustomDomainName

func (s *CertificateAssociation) SetCustomDomainName(v string) *CertificateAssociation

SetCustomDomainName sets the CustomDomainName field's value.

func (CertificateAssociation) String

func (s CertificateAssociation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Cluster

type Cluster struct {

    // A boolean value that, if true, indicates that major version upgrades will
    // be applied automatically to the cluster during the maintenance window.
    AllowVersionUpgrade *bool `type:"boolean"`

    // This field is retired. Amazon Redshift automatically determines whether to
    // use AQUA (Advanced Query Accelerator).
    AquaConfiguration *AquaConfiguration `type:"structure"`

    // The number of days that automatic cluster snapshots are retained.
    AutomatedSnapshotRetentionPeriod *int64 `type:"integer"`

    // The name of the Availability Zone in which the cluster is located.
    AvailabilityZone *string `type:"string"`

    // Describes the status of the Availability Zone relocation operation.
    AvailabilityZoneRelocationStatus *string `type:"string"`

    // The availability status of the cluster for queries. Possible values are the
    // following:
    //
    //    * Available - The cluster is available for queries.
    //
    //    * Unavailable - The cluster is not available for queries.
    //
    //    * Maintenance - The cluster is intermittently available for queries due
    //    to maintenance activities.
    //
    //    * Modifying - The cluster is intermittently available for queries due
    //    to changes that modify the cluster.
    //
    //    * Failed - The cluster failed and is not available for queries.
    ClusterAvailabilityStatus *string `type:"string"`

    // The date and time that the cluster was created.
    ClusterCreateTime *time.Time `type:"timestamp"`

    // The unique identifier of the cluster.
    ClusterIdentifier *string `type:"string"`

    // The namespace Amazon Resource Name (ARN) of the cluster.
    ClusterNamespaceArn *string `type:"string"`

    // The nodes in the cluster.
    ClusterNodes []*ClusterNode `type:"list"`

    // The list of cluster parameter groups that are associated with this cluster.
    // Each parameter group in the list is returned with its status.
    ClusterParameterGroups []*ClusterParameterGroupStatus `locationNameList:"ClusterParameterGroup" type:"list"`

    // The public key for the cluster.
    ClusterPublicKey *string `type:"string"`

    // The specific revision number of the database in the cluster.
    ClusterRevisionNumber *string `type:"string"`

    // A list of cluster security group that are associated with the cluster. Each
    // security group is represented by an element that contains ClusterSecurityGroup.Name
    // and ClusterSecurityGroup.Status subelements.
    //
    // Cluster security groups are used when the cluster is not created in an Amazon
    // Virtual Private Cloud (VPC). Clusters that are created in a VPC use VPC security
    // groups, which are listed by the VpcSecurityGroups parameter.
    ClusterSecurityGroups []*ClusterSecurityGroupMembership `locationNameList:"ClusterSecurityGroup" type:"list"`

    // A value that returns the destination region and retention period that are
    // configured for cross-region snapshot copy.
    ClusterSnapshotCopyStatus *ClusterSnapshotCopyStatus `type:"structure"`

    // The current state of the cluster. Possible values are the following:
    //
    //    * available
    //
    //    * available, prep-for-resize
    //
    //    * available, resize-cleanup
    //
    //    * cancelling-resize
    //
    //    * creating
    //
    //    * deleting
    //
    //    * final-snapshot
    //
    //    * hardware-failure
    //
    //    * incompatible-hsm
    //
    //    * incompatible-network
    //
    //    * incompatible-parameters
    //
    //    * incompatible-restore
    //
    //    * modifying
    //
    //    * paused
    //
    //    * rebooting
    //
    //    * renaming
    //
    //    * resizing
    //
    //    * rotating-keys
    //
    //    * storage-full
    //
    //    * updating-hsm
    ClusterStatus *string `type:"string"`

    // The name of the subnet group that is associated with the cluster. This parameter
    // is valid only when the cluster is in a VPC.
    ClusterSubnetGroupName *string `type:"string"`

    // The version ID of the Amazon Redshift engine that is running on the cluster.
    ClusterVersion *string `type:"string"`

    // The certificate Amazon Resource Name (ARN) for the custom domain name.
    CustomDomainCertificateArn *string `type:"string"`

    // The expiration date for the certificate associated with the custom domain
    // name.
    CustomDomainCertificateExpiryDate *time.Time `type:"timestamp"`

    // The custom domain name associated with the cluster.
    CustomDomainName *string `type:"string"`

    // The name of the initial database that was created when the cluster was created.
    // This same name is returned for the life of the cluster. If an initial database
    // was not specified, a database named devdev was created by default.
    DBName *string `type:"string"`

    // Describes the status of a cluster while it is in the process of resizing
    // with an incremental resize.
    DataTransferProgress *DataTransferProgress `type:"structure"`

    // The Amazon Resource Name (ARN) for the IAM role set as default for the cluster.
    DefaultIamRoleArn *string `type:"string"`

    // Describes a group of DeferredMaintenanceWindow objects.
    DeferredMaintenanceWindows []*DeferredMaintenanceWindow `locationNameList:"DeferredMaintenanceWindow" type:"list"`

    // The status of the elastic IP (EIP) address.
    ElasticIpStatus *ElasticIpStatus `type:"structure"`

    // The number of nodes that you can resize the cluster to with the elastic resize
    // method.
    ElasticResizeNumberOfNodeOptions *string `type:"string"`

    // A boolean value that, if true, indicates that data in the cluster is encrypted
    // at rest.
    Encrypted *bool `type:"boolean"`

    // The connection endpoint.
    Endpoint *Endpoint `type:"structure"`

    // An option that specifies whether to create the cluster with enhanced VPC
    // routing enabled. To create a cluster that uses enhanced VPC routing, the
    // cluster must be in a VPC. For more information, see Enhanced VPC Routing
    // (https://docs.aws.amazon.com/redshift/latest/mgmt/enhanced-vpc-routing.html)
    // in the Amazon Redshift Cluster Management Guide.
    //
    // If this option is true, enhanced VPC routing is enabled.
    //
    // Default: false
    EnhancedVpcRouting *bool `type:"boolean"`

    // The date and time when the next snapshot is expected to be taken for clusters
    // with a valid snapshot schedule and backups enabled.
    ExpectedNextSnapshotScheduleTime *time.Time `type:"timestamp"`

    // The status of next expected snapshot for clusters having a valid snapshot
    // schedule and backups enabled. Possible values are the following:
    //
    //    * OnTrack - The next snapshot is expected to be taken on time.
    //
    //    * Pending - The next snapshot is pending to be taken.
    ExpectedNextSnapshotScheduleTimeStatus *string `type:"string"`

    // A value that reports whether the Amazon Redshift cluster has finished applying
    // any hardware security module (HSM) settings changes specified in a modify
    // cluster command.
    //
    // Values: active, applying
    HsmStatus *HsmStatus `type:"structure"`

    // A list of Identity and Access Management (IAM) roles that can be used by
    // the cluster to access other Amazon Web Services services.
    IamRoles []*ClusterIamRole `locationNameList:"ClusterIamRole" type:"list"`

    // The IP address type for the cluster. Possible values are ipv4 and dualstack.
    IpAddressType *string `type:"string"`

    // The Key Management Service (KMS) key ID of the encryption key used to encrypt
    // data in the cluster.
    KmsKeyId *string `type:"string"`

    // The name of the maintenance track for the cluster.
    MaintenanceTrackName *string `type:"string"`

    // The default number of days to retain a manual snapshot. If the value is -1,
    // the snapshot is retained indefinitely. This setting doesn't change the retention
    // period of existing snapshots.
    //
    // The value must be either -1 or an integer between 1 and 3,653.
    ManualSnapshotRetentionPeriod *int64 `type:"integer"`

    // The Amazon Resource Name (ARN) for the cluster's admin user credentials secret.
    MasterPasswordSecretArn *string `type:"string"`

    // The ID of the Key Management Service (KMS) key used to encrypt and store
    // the cluster's admin credentials secret.
    MasterPasswordSecretKmsKeyId *string `type:"string"`

    // The admin user name for the cluster. This name is used to connect to the
    // database that is specified in the DBName parameter.
    MasterUsername *string `type:"string"`

    // The status of a modify operation, if any, initiated for the cluster.
    ModifyStatus *string `type:"string"`

    // A boolean value that, if true, indicates that the cluster is deployed in
    // two Availability Zones.
    MultiAZ *string `type:"string"`

    // The secondary compute unit of a cluster, if Multi-AZ deployment is turned
    // on.
    MultiAZSecondary *SecondaryClusterInfo `type:"structure"`

    // The date and time in UTC when system maintenance can begin.
    NextMaintenanceWindowStartTime *time.Time `type:"timestamp"`

    // The node type for the nodes in the cluster.
    NodeType *string `type:"string"`

    // The number of compute nodes in the cluster.
    NumberOfNodes *int64 `type:"integer"`

    // Cluster operations that are waiting to be started.
    PendingActions []*string `type:"list"`

    // A value that, if present, indicates that changes to the cluster are pending.
    // Specific pending changes are identified by subelements.
    PendingModifiedValues *PendingModifiedValues `type:"structure"`

    // The weekly time range, in Universal Coordinated Time (UTC), during which
    // system maintenance can occur.
    PreferredMaintenanceWindow *string `type:"string"`

    // A boolean value that, if true, indicates that the cluster can be accessed
    // from a public network.
    PubliclyAccessible *bool `type:"boolean"`

    // The status of the reserved-node exchange request. Statuses include in-progress
    // and requested.
    ReservedNodeExchangeStatus *ReservedNodeExchangeStatus `type:"structure"`

    // Returns the following:
    //
    //    * AllowCancelResize: a boolean value indicating if the resize operation
    //    can be cancelled.
    //
    //    * ResizeType: Returns ClassicResize
    ResizeInfo *ResizeInfo `type:"structure"`

    // A value that describes the status of a cluster restore action. This parameter
    // returns null if the cluster was not created by restoring a snapshot.
    RestoreStatus *RestoreStatus `type:"structure"`

    // A unique identifier for the cluster snapshot schedule.
    SnapshotScheduleIdentifier *string `type:"string"`

    // The current state of the cluster snapshot schedule.
    SnapshotScheduleState *string `type:"string" enum:"ScheduleState"`

    // The list of tags for the cluster.
    Tags []*Tag `locationNameList:"Tag" type:"list"`

    // The total storage capacity of the cluster in megabytes.
    TotalStorageCapacityInMegaBytes *int64 `type:"long"`

    // The identifier of the VPC the cluster is in, if the cluster is in a VPC.
    VpcId *string `type:"string"`

    // A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that
    // are associated with the cluster. This parameter is returned only if the cluster
    // is in a VPC.
    VpcSecurityGroups []*VpcSecurityGroupMembership `locationNameList:"VpcSecurityGroup" type:"list"`
    // contains filtered or unexported fields
}

Describes a cluster.

func (Cluster) GoString

func (s Cluster) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Cluster) SetAllowVersionUpgrade

func (s *Cluster) SetAllowVersionUpgrade(v bool) *Cluster

SetAllowVersionUpgrade sets the AllowVersionUpgrade field's value.

func (*Cluster) SetAquaConfiguration

func (s *Cluster) SetAquaConfiguration(v *AquaConfiguration) *Cluster

SetAquaConfiguration sets the AquaConfiguration field's value.

func (*Cluster) SetAutomatedSnapshotRetentionPeriod

func (s *Cluster) SetAutomatedSnapshotRetentionPeriod(v int64) *Cluster

SetAutomatedSnapshotRetentionPeriod sets the AutomatedSnapshotRetentionPeriod field's value.

func (*Cluster) SetAvailabilityZone

func (s *Cluster) SetAvailabilityZone(v string) *Cluster

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*Cluster) SetAvailabilityZoneRelocationStatus

func (s *Cluster) SetAvailabilityZoneRelocationStatus(v string) *Cluster

SetAvailabilityZoneRelocationStatus sets the AvailabilityZoneRelocationStatus field's value.

func (*Cluster) SetClusterAvailabilityStatus

func (s *Cluster) SetClusterAvailabilityStatus(v string) *Cluster

SetClusterAvailabilityStatus sets the ClusterAvailabilityStatus field's value.

func (*Cluster) SetClusterCreateTime

func (s *Cluster) SetClusterCreateTime(v time.Time) *Cluster

SetClusterCreateTime sets the ClusterCreateTime field's value.

func (*Cluster) SetClusterIdentifier

func (s *Cluster) SetClusterIdentifier(v string) *Cluster

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (*Cluster) SetClusterNamespaceArn

func (s *Cluster) SetClusterNamespaceArn(v string) *Cluster

SetClusterNamespaceArn sets the ClusterNamespaceArn field's value.

func (*Cluster) SetClusterNodes

func (s *Cluster) SetClusterNodes(v []*ClusterNode) *Cluster

SetClusterNodes sets the ClusterNodes field's value.

func (*Cluster) SetClusterParameterGroups

func (s *Cluster) SetClusterParameterGroups(v []*ClusterParameterGroupStatus) *Cluster

SetClusterParameterGroups sets the ClusterParameterGroups field's value.

func (*Cluster) SetClusterPublicKey

func (s *Cluster) SetClusterPublicKey(v string) *Cluster

SetClusterPublicKey sets the ClusterPublicKey field's value.

func (*Cluster) SetClusterRevisionNumber

func (s *Cluster) SetClusterRevisionNumber(v string) *Cluster

SetClusterRevisionNumber sets the ClusterRevisionNumber field's value.

func (*Cluster) SetClusterSecurityGroups

func (s *Cluster) SetClusterSecurityGroups(v []*ClusterSecurityGroupMembership) *Cluster

SetClusterSecurityGroups sets the ClusterSecurityGroups field's value.

func (*Cluster) SetClusterSnapshotCopyStatus

func (s *Cluster) SetClusterSnapshotCopyStatus(v *ClusterSnapshotCopyStatus) *Cluster

SetClusterSnapshotCopyStatus sets the ClusterSnapshotCopyStatus field's value.

func (*Cluster) SetClusterStatus

func (s *Cluster) SetClusterStatus(v string) *Cluster

SetClusterStatus sets the ClusterStatus field's value.

func (*Cluster) SetClusterSubnetGroupName

func (s *Cluster) SetClusterSubnetGroupName(v string) *Cluster

SetClusterSubnetGroupName sets the ClusterSubnetGroupName field's value.

func (*Cluster) SetClusterVersion

func (s *Cluster) SetClusterVersion(v string) *Cluster

SetClusterVersion sets the ClusterVersion field's value.

func (*Cluster) SetCustomDomainCertificateArn

func (s *Cluster) SetCustomDomainCertificateArn(v string) *Cluster

SetCustomDomainCertificateArn sets the CustomDomainCertificateArn field's value.

func (*Cluster) SetCustomDomainCertificateExpiryDate

func (s *Cluster) SetCustomDomainCertificateExpiryDate(v time.Time) *Cluster

SetCustomDomainCertificateExpiryDate sets the CustomDomainCertificateExpiryDate field's value.

func (*Cluster) SetCustomDomainName

func (s *Cluster) SetCustomDomainName(v string) *Cluster

SetCustomDomainName sets the CustomDomainName field's value.

func (*Cluster) SetDBName

func (s *Cluster) SetDBName(v string) *Cluster

SetDBName sets the DBName field's value.

func (*Cluster) SetDataTransferProgress

func (s *Cluster) SetDataTransferProgress(v *DataTransferProgress) *Cluster

SetDataTransferProgress sets the DataTransferProgress field's value.

func (*Cluster) SetDefaultIamRoleArn

func (s *Cluster) SetDefaultIamRoleArn(v string) *Cluster

SetDefaultIamRoleArn sets the DefaultIamRoleArn field's value.

func (*Cluster) SetDeferredMaintenanceWindows

func (s *Cluster) SetDeferredMaintenanceWindows(v []*DeferredMaintenanceWindow) *Cluster

SetDeferredMaintenanceWindows sets the DeferredMaintenanceWindows field's value.

func (*Cluster) SetElasticIpStatus

func (s *Cluster) SetElasticIpStatus(v *ElasticIpStatus) *Cluster

SetElasticIpStatus sets the ElasticIpStatus field's value.

func (*Cluster) SetElasticResizeNumberOfNodeOptions

func (s *Cluster) SetElasticResizeNumberOfNodeOptions(v string) *Cluster

SetElasticResizeNumberOfNodeOptions sets the ElasticResizeNumberOfNodeOptions field's value.

func (*Cluster) SetEncrypted

func (s *Cluster) SetEncrypted(v bool) *Cluster

SetEncrypted sets the Encrypted field's value.

func (*Cluster) SetEndpoint

func (s *Cluster) SetEndpoint(v *Endpoint) *Cluster

SetEndpoint sets the Endpoint field's value.

func (*Cluster) SetEnhancedVpcRouting

func (s *Cluster) SetEnhancedVpcRouting(v bool) *Cluster

SetEnhancedVpcRouting sets the EnhancedVpcRouting field's value.

func (*Cluster) SetExpectedNextSnapshotScheduleTime

func (s *Cluster) SetExpectedNextSnapshotScheduleTime(v time.Time) *Cluster

SetExpectedNextSnapshotScheduleTime sets the ExpectedNextSnapshotScheduleTime field's value.

func (*Cluster) SetExpectedNextSnapshotScheduleTimeStatus

func (s *Cluster) SetExpectedNextSnapshotScheduleTimeStatus(v string) *Cluster

SetExpectedNextSnapshotScheduleTimeStatus sets the ExpectedNextSnapshotScheduleTimeStatus field's value.

func (*Cluster) SetHsmStatus

func (s *Cluster) SetHsmStatus(v *HsmStatus) *Cluster

SetHsmStatus sets the HsmStatus field's value.

func (*Cluster) SetIamRoles

func (s *Cluster) SetIamRoles(v []*ClusterIamRole) *Cluster

SetIamRoles sets the IamRoles field's value.

func (*Cluster) SetIpAddressType

func (s *Cluster) SetIpAddressType(v string) *Cluster

SetIpAddressType sets the IpAddressType field's value.

func (*Cluster) SetKmsKeyId

func (s *Cluster) SetKmsKeyId(v string) *Cluster

SetKmsKeyId sets the KmsKeyId field's value.

func (*Cluster) SetMaintenanceTrackName

func (s *Cluster) SetMaintenanceTrackName(v string) *Cluster

SetMaintenanceTrackName sets the MaintenanceTrackName field's value.

func (*Cluster) SetManualSnapshotRetentionPeriod

func (s *Cluster) SetManualSnapshotRetentionPeriod(v int64) *Cluster

SetManualSnapshotRetentionPeriod sets the ManualSnapshotRetentionPeriod field's value.

func (*Cluster) SetMasterPasswordSecretArn

func (s *Cluster) SetMasterPasswordSecretArn(v string) *Cluster

SetMasterPasswordSecretArn sets the MasterPasswordSecretArn field's value.

func (*Cluster) SetMasterPasswordSecretKmsKeyId

func (s *Cluster) SetMasterPasswordSecretKmsKeyId(v string) *Cluster

SetMasterPasswordSecretKmsKeyId sets the MasterPasswordSecretKmsKeyId field's value.

func (*Cluster) SetMasterUsername

func (s *Cluster) SetMasterUsername(v string) *Cluster

SetMasterUsername sets the MasterUsername field's value.

func (*Cluster) SetModifyStatus

func (s *Cluster) SetModifyStatus(v string) *Cluster

SetModifyStatus sets the ModifyStatus field's value.

func (*Cluster) SetMultiAZ

func (s *Cluster) SetMultiAZ(v string) *Cluster

SetMultiAZ sets the MultiAZ field's value.

func (*Cluster) SetMultiAZSecondary

func (s *Cluster) SetMultiAZSecondary(v *SecondaryClusterInfo) *Cluster

SetMultiAZSecondary sets the MultiAZSecondary field's value.

func (*Cluster) SetNextMaintenanceWindowStartTime

func (s *Cluster) SetNextMaintenanceWindowStartTime(v time.Time) *Cluster

SetNextMaintenanceWindowStartTime sets the NextMaintenanceWindowStartTime field's value.

func (*Cluster) SetNodeType

func (s *Cluster) SetNodeType(v string) *Cluster

SetNodeType sets the NodeType field's value.

func (*Cluster) SetNumberOfNodes

func (s *Cluster) SetNumberOfNodes(v int64) *Cluster

SetNumberOfNodes sets the NumberOfNodes field's value.

func (*Cluster) SetPendingActions

func (s *Cluster) SetPendingActions(v []*string) *Cluster

SetPendingActions sets the PendingActions field's value.

func (*Cluster) SetPendingModifiedValues

func (s *Cluster) SetPendingModifiedValues(v *PendingModifiedValues) *Cluster

SetPendingModifiedValues sets the PendingModifiedValues field's value.

func (*Cluster) SetPreferredMaintenanceWindow

func (s *Cluster) SetPreferredMaintenanceWindow(v string) *Cluster

SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value.

func (*Cluster) SetPubliclyAccessible

func (s *Cluster) SetPubliclyAccessible(v bool) *Cluster

SetPubliclyAccessible sets the PubliclyAccessible field's value.

func (*Cluster) SetReservedNodeExchangeStatus

func (s *Cluster) SetReservedNodeExchangeStatus(v *ReservedNodeExchangeStatus) *Cluster

SetReservedNodeExchangeStatus sets the ReservedNodeExchangeStatus field's value.

func (*Cluster) SetResizeInfo

func (s *Cluster) SetResizeInfo(v *ResizeInfo) *Cluster

SetResizeInfo sets the ResizeInfo field's value.

func (*Cluster) SetRestoreStatus

func (s *Cluster) SetRestoreStatus(v *RestoreStatus) *Cluster

SetRestoreStatus sets the RestoreStatus field's value.

func (*Cluster) SetSnapshotScheduleIdentifier

func (s *Cluster) SetSnapshotScheduleIdentifier(v string) *Cluster

SetSnapshotScheduleIdentifier sets the SnapshotScheduleIdentifier field's value.

func (*Cluster) SetSnapshotScheduleState

func (s *Cluster) SetSnapshotScheduleState(v string) *Cluster

SetSnapshotScheduleState sets the SnapshotScheduleState field's value.

func (*Cluster) SetTags

func (s *Cluster) SetTags(v []*Tag) *Cluster

SetTags sets the Tags field's value.

func (*Cluster) SetTotalStorageCapacityInMegaBytes

func (s *Cluster) SetTotalStorageCapacityInMegaBytes(v int64) *Cluster

SetTotalStorageCapacityInMegaBytes sets the TotalStorageCapacityInMegaBytes field's value.

func (*Cluster) SetVpcId

func (s *Cluster) SetVpcId(v string) *Cluster

SetVpcId sets the VpcId field's value.

func (*Cluster) SetVpcSecurityGroups

func (s *Cluster) SetVpcSecurityGroups(v []*VpcSecurityGroupMembership) *Cluster

SetVpcSecurityGroups sets the VpcSecurityGroups field's value.

func (Cluster) String

func (s Cluster) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ClusterAssociatedToSchedule

type ClusterAssociatedToSchedule struct {
    ClusterIdentifier *string `type:"string"`

    ScheduleAssociationState *string `type:"string" enum:"ScheduleState"`
    // contains filtered or unexported fields
}

func (ClusterAssociatedToSchedule) GoString

func (s ClusterAssociatedToSchedule) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClusterAssociatedToSchedule) SetClusterIdentifier

func (s *ClusterAssociatedToSchedule) SetClusterIdentifier(v string) *ClusterAssociatedToSchedule

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (*ClusterAssociatedToSchedule) SetScheduleAssociationState

func (s *ClusterAssociatedToSchedule) SetScheduleAssociationState(v string) *ClusterAssociatedToSchedule

SetScheduleAssociationState sets the ScheduleAssociationState field's value.

func (ClusterAssociatedToSchedule) String

func (s ClusterAssociatedToSchedule) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ClusterDbRevision

type ClusterDbRevision struct {

    // The unique identifier of the cluster.
    ClusterIdentifier *string `type:"string"`

    // A string representing the current cluster version.
    CurrentDatabaseRevision *string `type:"string"`

    // The date on which the database revision was released.
    DatabaseRevisionReleaseDate *time.Time `type:"timestamp"`

    // A list of RevisionTarget objects, where each object describes the database
    // revision that a cluster can be updated to.
    RevisionTargets []*RevisionTarget `locationNameList:"RevisionTarget" type:"list"`
    // contains filtered or unexported fields
}

Describes a ClusterDbRevision.

func (ClusterDbRevision) GoString

func (s ClusterDbRevision) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClusterDbRevision) SetClusterIdentifier

func (s *ClusterDbRevision) SetClusterIdentifier(v string) *ClusterDbRevision

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (*ClusterDbRevision) SetCurrentDatabaseRevision

func (s *ClusterDbRevision) SetCurrentDatabaseRevision(v string) *ClusterDbRevision

SetCurrentDatabaseRevision sets the CurrentDatabaseRevision field's value.

func (*ClusterDbRevision) SetDatabaseRevisionReleaseDate

func (s *ClusterDbRevision) SetDatabaseRevisionReleaseDate(v time.Time) *ClusterDbRevision

SetDatabaseRevisionReleaseDate sets the DatabaseRevisionReleaseDate field's value.

func (*ClusterDbRevision) SetRevisionTargets

func (s *ClusterDbRevision) SetRevisionTargets(v []*RevisionTarget) *ClusterDbRevision

SetRevisionTargets sets the RevisionTargets field's value.

func (ClusterDbRevision) String

func (s ClusterDbRevision) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ClusterIamRole

type ClusterIamRole struct {

    // A value that describes the status of the IAM role's association with an Amazon
    // Redshift cluster.
    //
    // The following are possible statuses and descriptions.
    //
    //    * in-sync: The role is available for use by the cluster.
    //
    //    * adding: The role is in the process of being associated with the cluster.
    //
    //    * removing: The role is in the process of being disassociated with the
    //    cluster.
    ApplyStatus *string `type:"string"`

    // The Amazon Resource Name (ARN) of the IAM role, for example, arn:aws:iam::123456789012:role/RedshiftCopyUnload.
    IamRoleArn *string `type:"string"`
    // contains filtered or unexported fields
}

An Identity and Access Management (IAM) role that can be used by the associated Amazon Redshift cluster to access other Amazon Web Services services.

func (ClusterIamRole) GoString

func (s ClusterIamRole) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClusterIamRole) SetApplyStatus

func (s *ClusterIamRole) SetApplyStatus(v string) *ClusterIamRole

SetApplyStatus sets the ApplyStatus field's value.

func (*ClusterIamRole) SetIamRoleArn

func (s *ClusterIamRole) SetIamRoleArn(v string) *ClusterIamRole

SetIamRoleArn sets the IamRoleArn field's value.

func (ClusterIamRole) String

func (s ClusterIamRole) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ClusterNode

type ClusterNode struct {

    // Whether the node is a leader node or a compute node.
    NodeRole *string `type:"string"`

    // The private IP address of a node within a cluster.
    PrivateIPAddress *string `type:"string"`

    // The public IP address of a node within a cluster.
    PublicIPAddress *string `type:"string"`
    // contains filtered or unexported fields
}

The identifier of a node in a cluster.

func (ClusterNode) GoString

func (s ClusterNode) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClusterNode) SetNodeRole

func (s *ClusterNode) SetNodeRole(v string) *ClusterNode

SetNodeRole sets the NodeRole field's value.

func (*ClusterNode) SetPrivateIPAddress

func (s *ClusterNode) SetPrivateIPAddress(v string) *ClusterNode

SetPrivateIPAddress sets the PrivateIPAddress field's value.

func (*ClusterNode) SetPublicIPAddress

func (s *ClusterNode) SetPublicIPAddress(v string) *ClusterNode

SetPublicIPAddress sets the PublicIPAddress field's value.

func (ClusterNode) String

func (s ClusterNode) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ClusterParameterGroup

type ClusterParameterGroup struct {

    // The description of the parameter group.
    Description *string `type:"string"`

    // The name of the cluster parameter group family that this cluster parameter
    // group is compatible with.
    ParameterGroupFamily *string `type:"string"`

    // The name of the cluster parameter group.
    ParameterGroupName *string `type:"string"`

    // The list of tags for the cluster parameter group.
    Tags []*Tag `locationNameList:"Tag" type:"list"`
    // contains filtered or unexported fields
}

Describes a parameter group.

func (ClusterParameterGroup) GoString

func (s ClusterParameterGroup) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClusterParameterGroup) SetDescription

func (s *ClusterParameterGroup) SetDescription(v string) *ClusterParameterGroup

SetDescription sets the Description field's value.

func (*ClusterParameterGroup) SetParameterGroupFamily

func (s *ClusterParameterGroup) SetParameterGroupFamily(v string) *ClusterParameterGroup

SetParameterGroupFamily sets the ParameterGroupFamily field's value.

func (*ClusterParameterGroup) SetParameterGroupName

func (s *ClusterParameterGroup) SetParameterGroupName(v string) *ClusterParameterGroup

SetParameterGroupName sets the ParameterGroupName field's value.

func (*ClusterParameterGroup) SetTags

func (s *ClusterParameterGroup) SetTags(v []*Tag) *ClusterParameterGroup

SetTags sets the Tags field's value.

func (ClusterParameterGroup) String

func (s ClusterParameterGroup) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ClusterParameterGroupNameMessage

type ClusterParameterGroupNameMessage struct {

    // The name of the cluster parameter group.
    ParameterGroupName *string `type:"string"`

    // The status of the parameter group. For example, if you made a change to a
    // parameter group name-value pair, then the change could be pending a reboot
    // of an associated cluster.
    ParameterGroupStatus *string `type:"string"`
    // contains filtered or unexported fields
}

func (ClusterParameterGroupNameMessage) GoString

func (s ClusterParameterGroupNameMessage) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClusterParameterGroupNameMessage) SetParameterGroupName

func (s *ClusterParameterGroupNameMessage) SetParameterGroupName(v string) *ClusterParameterGroupNameMessage

SetParameterGroupName sets the ParameterGroupName field's value.

func (*ClusterParameterGroupNameMessage) SetParameterGroupStatus

func (s *ClusterParameterGroupNameMessage) SetParameterGroupStatus(v string) *ClusterParameterGroupNameMessage

SetParameterGroupStatus sets the ParameterGroupStatus field's value.

func (ClusterParameterGroupNameMessage) String

func (s ClusterParameterGroupNameMessage) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ClusterParameterGroupStatus

type ClusterParameterGroupStatus struct {

    // The list of parameter statuses.
    //
    // For more information about parameters and parameter groups, go to Amazon
    // Redshift Parameter Groups (https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html)
    // in the Amazon Redshift Cluster Management Guide.
    ClusterParameterStatusList []*ClusterParameterStatus `type:"list"`

    // The status of parameter updates.
    ParameterApplyStatus *string `type:"string"`

    // The name of the cluster parameter group.
    ParameterGroupName *string `type:"string"`
    // contains filtered or unexported fields
}

Describes the status of a parameter group.

func (ClusterParameterGroupStatus) GoString

func (s ClusterParameterGroupStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClusterParameterGroupStatus) SetClusterParameterStatusList

func (s *ClusterParameterGroupStatus) SetClusterParameterStatusList(v []*ClusterParameterStatus) *ClusterParameterGroupStatus

SetClusterParameterStatusList sets the ClusterParameterStatusList field's value.

func (*ClusterParameterGroupStatus) SetParameterApplyStatus

func (s *ClusterParameterGroupStatus) SetParameterApplyStatus(v string) *ClusterParameterGroupStatus

SetParameterApplyStatus sets the ParameterApplyStatus field's value.

func (*ClusterParameterGroupStatus) SetParameterGroupName

func (s *ClusterParameterGroupStatus) SetParameterGroupName(v string) *ClusterParameterGroupStatus

SetParameterGroupName sets the ParameterGroupName field's value.

func (ClusterParameterGroupStatus) String

func (s ClusterParameterGroupStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ClusterParameterStatus

type ClusterParameterStatus struct {

    // The error that prevented the parameter from being applied to the database.
    ParameterApplyErrorDescription *string `type:"string"`

    // The status of the parameter that indicates whether the parameter is in sync
    // with the database, waiting for a cluster reboot, or encountered an error
    // when being applied.
    //
    // The following are possible statuses and descriptions.
    //
    //    * in-sync: The parameter value is in sync with the database.
    //
    //    * pending-reboot: The parameter value will be applied after the cluster
    //    reboots.
    //
    //    * applying: The parameter value is being applied to the database.
    //
    //    * invalid-parameter: Cannot apply the parameter value because it has an
    //    invalid value or syntax.
    //
    //    * apply-deferred: The parameter contains static property changes. The
    //    changes are deferred until the cluster reboots.
    //
    //    * apply-error: Cannot connect to the cluster. The parameter change will
    //    be applied after the cluster reboots.
    //
    //    * unknown-error: Cannot apply the parameter change right now. The change
    //    will be applied after the cluster reboots.
    ParameterApplyStatus *string `type:"string"`

    // The name of the parameter.
    ParameterName *string `type:"string"`
    // contains filtered or unexported fields
}

Describes the status of a parameter group.

func (ClusterParameterStatus) GoString

func (s ClusterParameterStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClusterParameterStatus) SetParameterApplyErrorDescription

func (s *ClusterParameterStatus) SetParameterApplyErrorDescription(v string) *ClusterParameterStatus

SetParameterApplyErrorDescription sets the ParameterApplyErrorDescription field's value.

func (*ClusterParameterStatus) SetParameterApplyStatus

func (s *ClusterParameterStatus) SetParameterApplyStatus(v string) *ClusterParameterStatus

SetParameterApplyStatus sets the ParameterApplyStatus field's value.

func (*ClusterParameterStatus) SetParameterName

func (s *ClusterParameterStatus) SetParameterName(v string) *ClusterParameterStatus

SetParameterName sets the ParameterName field's value.

func (ClusterParameterStatus) String

func (s ClusterParameterStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ClusterSecurityGroup

type ClusterSecurityGroup struct {

    // The name of the cluster security group to which the operation was applied.
    ClusterSecurityGroupName *string `type:"string"`

    // A description of the security group.
    Description *string `type:"string"`

    // A list of EC2 security groups that are permitted to access clusters associated
    // with this cluster security group.
    EC2SecurityGroups []*EC2SecurityGroup `locationNameList:"EC2SecurityGroup" type:"list"`

    // A list of IP ranges (CIDR blocks) that are permitted to access clusters associated
    // with this cluster security group.
    IPRanges []*IPRange `locationNameList:"IPRange" type:"list"`

    // The list of tags for the cluster security group.
    Tags []*Tag `locationNameList:"Tag" type:"list"`
    // contains filtered or unexported fields
}

Describes a security group.

func (ClusterSecurityGroup) GoString

func (s ClusterSecurityGroup) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClusterSecurityGroup) SetClusterSecurityGroupName

func (s *ClusterSecurityGroup) SetClusterSecurityGroupName(v string) *ClusterSecurityGroup

SetClusterSecurityGroupName sets the ClusterSecurityGroupName field's value.

func (*ClusterSecurityGroup) SetDescription

func (s *ClusterSecurityGroup) SetDescription(v string) *ClusterSecurityGroup

SetDescription sets the Description field's value.

func (*ClusterSecurityGroup) SetEC2SecurityGroups

func (s *ClusterSecurityGroup) SetEC2SecurityGroups(v []*EC2SecurityGroup) *ClusterSecurityGroup

SetEC2SecurityGroups sets the EC2SecurityGroups field's value.

func (*ClusterSecurityGroup) SetIPRanges

func (s *ClusterSecurityGroup) SetIPRanges(v []*IPRange) *ClusterSecurityGroup

SetIPRanges sets the IPRanges field's value.

func (*ClusterSecurityGroup) SetTags

func (s *ClusterSecurityGroup) SetTags(v []*Tag) *ClusterSecurityGroup

SetTags sets the Tags field's value.

func (ClusterSecurityGroup) String

func (s ClusterSecurityGroup) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ClusterSecurityGroupMembership

type ClusterSecurityGroupMembership struct {

    // The name of the cluster security group.
    ClusterSecurityGroupName *string `type:"string"`

    // The status of the cluster security group.
    Status *string `type:"string"`
    // contains filtered or unexported fields
}

Describes a cluster security group.

func (ClusterSecurityGroupMembership) GoString

func (s ClusterSecurityGroupMembership) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClusterSecurityGroupMembership) SetClusterSecurityGroupName

func (s *ClusterSecurityGroupMembership) SetClusterSecurityGroupName(v string) *ClusterSecurityGroupMembership

SetClusterSecurityGroupName sets the ClusterSecurityGroupName field's value.

func (*ClusterSecurityGroupMembership) SetStatus

func (s *ClusterSecurityGroupMembership) SetStatus(v string) *ClusterSecurityGroupMembership

SetStatus sets the Status field's value.

func (ClusterSecurityGroupMembership) String

func (s ClusterSecurityGroupMembership) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ClusterSnapshotCopyStatus

type ClusterSnapshotCopyStatus struct {

    // The destination region that snapshots are automatically copied to when cross-region
    // snapshot copy is enabled.
    DestinationRegion *string `type:"string"`

    // The number of days that automated snapshots are retained in the destination
    // region after they are copied from a source region. If the value is -1, the
    // manual snapshot is retained indefinitely.
    //
    // The value must be either -1 or an integer between 1 and 3,653.
    ManualSnapshotRetentionPeriod *int64 `type:"integer"`

    // The number of days that automated snapshots are retained in the destination
    // region after they are copied from a source region.
    RetentionPeriod *int64 `type:"long"`

    // The name of the snapshot copy grant.
    SnapshotCopyGrantName *string `type:"string"`
    // contains filtered or unexported fields
}

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

func (ClusterSnapshotCopyStatus) GoString

func (s ClusterSnapshotCopyStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClusterSnapshotCopyStatus) SetDestinationRegion

func (s *ClusterSnapshotCopyStatus) SetDestinationRegion(v string) *ClusterSnapshotCopyStatus

SetDestinationRegion sets the DestinationRegion field's value.

func (*ClusterSnapshotCopyStatus) SetManualSnapshotRetentionPeriod

func (s *ClusterSnapshotCopyStatus) SetManualSnapshotRetentionPeriod(v int64) *ClusterSnapshotCopyStatus

SetManualSnapshotRetentionPeriod sets the ManualSnapshotRetentionPeriod field's value.

func (*ClusterSnapshotCopyStatus) SetRetentionPeriod

func (s *ClusterSnapshotCopyStatus) SetRetentionPeriod(v int64) *ClusterSnapshotCopyStatus

SetRetentionPeriod sets the RetentionPeriod field's value.

func (*ClusterSnapshotCopyStatus) SetSnapshotCopyGrantName

func (s *ClusterSnapshotCopyStatus) SetSnapshotCopyGrantName(v string) *ClusterSnapshotCopyStatus

SetSnapshotCopyGrantName sets the SnapshotCopyGrantName field's value.

func (ClusterSnapshotCopyStatus) String

func (s ClusterSnapshotCopyStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ClusterSubnetGroup

type ClusterSubnetGroup struct {

    // The name of the cluster subnet group.
    ClusterSubnetGroupName *string `type:"string"`

    // The description of the cluster subnet group.
    Description *string `type:"string"`

    // The status of the cluster subnet group. Possible values are Complete, Incomplete
    // and Invalid.
    SubnetGroupStatus *string `type:"string"`

    // A list of the VPC Subnet elements.
    Subnets []*Subnet `locationNameList:"Subnet" type:"list"`

    // The IP address types supported by this cluster subnet group. Possible values
    // are ipv4 and dualstack.
    SupportedClusterIpAddressTypes []*string `locationNameList:"item" type:"list"`

    // The list of tags for the cluster subnet group.
    Tags []*Tag `locationNameList:"Tag" type:"list"`

    // The VPC ID of the cluster subnet group.
    VpcId *string `type:"string"`
    // contains filtered or unexported fields
}

Describes a subnet group.

func (ClusterSubnetGroup) GoString

func (s ClusterSubnetGroup) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClusterSubnetGroup) SetClusterSubnetGroupName

func (s *ClusterSubnetGroup) SetClusterSubnetGroupName(v string) *ClusterSubnetGroup

SetClusterSubnetGroupName sets the ClusterSubnetGroupName field's value.

func (*ClusterSubnetGroup) SetDescription

func (s *ClusterSubnetGroup) SetDescription(v string) *ClusterSubnetGroup

SetDescription sets the Description field's value.

func (*ClusterSubnetGroup) SetSubnetGroupStatus

func (s *ClusterSubnetGroup) SetSubnetGroupStatus(v string) *ClusterSubnetGroup

SetSubnetGroupStatus sets the SubnetGroupStatus field's value.

func (*ClusterSubnetGroup) SetSubnets

func (s *ClusterSubnetGroup) SetSubnets(v []*Subnet) *ClusterSubnetGroup

SetSubnets sets the Subnets field's value.

func (*ClusterSubnetGroup) SetSupportedClusterIpAddressTypes

func (s *ClusterSubnetGroup) SetSupportedClusterIpAddressTypes(v []*string) *ClusterSubnetGroup

SetSupportedClusterIpAddressTypes sets the SupportedClusterIpAddressTypes field's value.

func (*ClusterSubnetGroup) SetTags

func (s *ClusterSubnetGroup) SetTags(v []*Tag) *ClusterSubnetGroup

SetTags sets the Tags field's value.

func (*ClusterSubnetGroup) SetVpcId

func (s *ClusterSubnetGroup) SetVpcId(v string) *ClusterSubnetGroup

SetVpcId sets the VpcId field's value.

func (ClusterSubnetGroup) String

func (s ClusterSubnetGroup) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ClusterVersion

type ClusterVersion struct {

    // The name of the cluster parameter group family for the cluster.
    ClusterParameterGroupFamily *string `type:"string"`

    // The version number used by the cluster.
    ClusterVersion *string `type:"string"`

    // The description of the cluster version.
    Description *string `type:"string"`
    // contains filtered or unexported fields
}

Describes a cluster version, including the parameter group family and description of the version.

func (ClusterVersion) GoString

func (s ClusterVersion) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClusterVersion) SetClusterParameterGroupFamily

func (s *ClusterVersion) SetClusterParameterGroupFamily(v string) *ClusterVersion

SetClusterParameterGroupFamily sets the ClusterParameterGroupFamily field's value.

func (*ClusterVersion) SetClusterVersion

func (s *ClusterVersion) SetClusterVersion(v string) *ClusterVersion

SetClusterVersion sets the ClusterVersion field's value.

func (*ClusterVersion) SetDescription

func (s *ClusterVersion) SetDescription(v string) *ClusterVersion

SetDescription sets the Description field's value.

func (ClusterVersion) String

func (s ClusterVersion) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CopyClusterSnapshotInput

type CopyClusterSnapshotInput struct {

    // The number of days that a manual snapshot is retained. If the value is -1,
    // the manual snapshot is retained indefinitely.
    //
    // The value must be either -1 or an integer between 1 and 3,653.
    //
    // The default value is -1.
    ManualSnapshotRetentionPeriod *int64 `type:"integer"`

    // The identifier of the cluster the source snapshot was created from. This
    // parameter is required if your IAM user has a policy containing a snapshot
    // resource element that specifies anything other than * for the cluster name.
    //
    // Constraints:
    //
    //    * Must be the identifier for a valid cluster.
    SourceSnapshotClusterIdentifier *string `type:"string"`

    // The identifier for the source snapshot.
    //
    // Constraints:
    //
    //    * Must be the identifier for a valid automated snapshot whose state is
    //    available.
    //
    // SourceSnapshotIdentifier is a required field
    SourceSnapshotIdentifier *string `type:"string" required:"true"`

    // The identifier given to the new manual snapshot.
    //
    // Constraints:
    //
    //    * Cannot be null, empty, or blank.
    //
    //    * Must contain from 1 to 255 alphanumeric characters or hyphens.
    //
    //    * First character must be a letter.
    //
    //    * Cannot end with a hyphen or contain two consecutive hyphens.
    //
    //    * Must be unique for the Amazon Web Services account that is making the
    //    request.
    //
    // TargetSnapshotIdentifier is a required field
    TargetSnapshotIdentifier *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CopyClusterSnapshotInput) GoString

func (s CopyClusterSnapshotInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CopyClusterSnapshotInput) SetManualSnapshotRetentionPeriod

func (s *CopyClusterSnapshotInput) SetManualSnapshotRetentionPeriod(v int64) *CopyClusterSnapshotInput

SetManualSnapshotRetentionPeriod sets the ManualSnapshotRetentionPeriod field's value.

func (*CopyClusterSnapshotInput) SetSourceSnapshotClusterIdentifier

func (s *CopyClusterSnapshotInput) SetSourceSnapshotClusterIdentifier(v string) *CopyClusterSnapshotInput

SetSourceSnapshotClusterIdentifier sets the SourceSnapshotClusterIdentifier field's value.

func (*CopyClusterSnapshotInput) SetSourceSnapshotIdentifier

func (s *CopyClusterSnapshotInput) SetSourceSnapshotIdentifier(v string) *CopyClusterSnapshotInput

SetSourceSnapshotIdentifier sets the SourceSnapshotIdentifier field's value.

func (*CopyClusterSnapshotInput) SetTargetSnapshotIdentifier

func (s *CopyClusterSnapshotInput) SetTargetSnapshotIdentifier(v string) *CopyClusterSnapshotInput

SetTargetSnapshotIdentifier sets the TargetSnapshotIdentifier field's value.

func (CopyClusterSnapshotInput) String

func (s CopyClusterSnapshotInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CopyClusterSnapshotInput) Validate

func (s *CopyClusterSnapshotInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CopyClusterSnapshotOutput

type CopyClusterSnapshotOutput struct {

    // Describes a snapshot.
    Snapshot *Snapshot `type:"structure"`
    // contains filtered or unexported fields
}

func (CopyClusterSnapshotOutput) GoString

func (s CopyClusterSnapshotOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CopyClusterSnapshotOutput) SetSnapshot

func (s *CopyClusterSnapshotOutput) SetSnapshot(v *Snapshot) *CopyClusterSnapshotOutput

SetSnapshot sets the Snapshot field's value.

func (CopyClusterSnapshotOutput) String

func (s CopyClusterSnapshotOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAuthenticationProfileInput

type CreateAuthenticationProfileInput struct {

    // The content of the authentication profile in JSON format. The maximum length
    // of the JSON string is determined by a quota for your account.
    //
    // AuthenticationProfileContent is a required field
    AuthenticationProfileContent *string `type:"string" required:"true"`

    // The name of the authentication profile to be created.
    //
    // AuthenticationProfileName is a required field
    AuthenticationProfileName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateAuthenticationProfileInput) GoString

func (s CreateAuthenticationProfileInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAuthenticationProfileInput) SetAuthenticationProfileContent

func (s *CreateAuthenticationProfileInput) SetAuthenticationProfileContent(v string) *CreateAuthenticationProfileInput

SetAuthenticationProfileContent sets the AuthenticationProfileContent field's value.

func (*CreateAuthenticationProfileInput) SetAuthenticationProfileName

func (s *CreateAuthenticationProfileInput) SetAuthenticationProfileName(v string) *CreateAuthenticationProfileInput

SetAuthenticationProfileName sets the AuthenticationProfileName field's value.

func (CreateAuthenticationProfileInput) String

func (s CreateAuthenticationProfileInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAuthenticationProfileInput) Validate

func (s *CreateAuthenticationProfileInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAuthenticationProfileOutput

type CreateAuthenticationProfileOutput struct {

    // The content of the authentication profile in JSON format.
    AuthenticationProfileContent *string `type:"string"`

    // The name of the authentication profile that was created.
    AuthenticationProfileName *string `type:"string"`
    // contains filtered or unexported fields
}

func (CreateAuthenticationProfileOutput) GoString

func (s CreateAuthenticationProfileOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAuthenticationProfileOutput) SetAuthenticationProfileContent

func (s *CreateAuthenticationProfileOutput) SetAuthenticationProfileContent(v string) *CreateAuthenticationProfileOutput

SetAuthenticationProfileContent sets the AuthenticationProfileContent field's value.

func (*CreateAuthenticationProfileOutput) SetAuthenticationProfileName

func (s *CreateAuthenticationProfileOutput) SetAuthenticationProfileName(v string) *CreateAuthenticationProfileOutput

SetAuthenticationProfileName sets the AuthenticationProfileName field's value.

func (CreateAuthenticationProfileOutput) String

func (s CreateAuthenticationProfileOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateClusterInput

type CreateClusterInput struct {

    // Reserved.
    AdditionalInfo *string `type:"string"`

    // If true, major version upgrades can be applied during the maintenance window
    // to the Amazon Redshift engine that is running on the cluster.
    //
    // When a new major version of the Amazon Redshift engine is released, you can
    // request that the service automatically apply upgrades during the maintenance
    // window to the Amazon Redshift engine that is running on your cluster.
    //
    // Default: true
    AllowVersionUpgrade *bool `type:"boolean"`

    // This parameter is retired. It does not set the AQUA configuration status.
    // Amazon Redshift automatically determines whether to use AQUA (Advanced Query
    // Accelerator).
    AquaConfigurationStatus *string `type:"string" enum:"AquaConfigurationStatus"`

    // The number of days that automated snapshots are retained. If the value is
    // 0, automated snapshots are disabled. Even if automated snapshots are disabled,
    // you can still create manual snapshots when you want with CreateClusterSnapshot.
    //
    // You can't disable automated snapshots for RA3 node types. Set the automated
    // retention period from 1-35 days.
    //
    // Default: 1
    //
    // Constraints: Must be a value from 0 to 35.
    AutomatedSnapshotRetentionPeriod *int64 `type:"integer"`

    // The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision
    // the cluster. For example, if you have several EC2 instances running in a
    // specific Availability Zone, then you might want the cluster to be provisioned
    // in the same zone in order to decrease network latency.
    //
    // Default: A random, system-chosen Availability Zone in the region that is
    // specified by the endpoint.
    //
    // Example: us-east-2d
    //
    // Constraint: The specified Availability Zone must be in the same region as
    // the current endpoint.
    AvailabilityZone *string `type:"string"`

    // The option to enable relocation for an Amazon Redshift cluster between Availability
    // Zones after the cluster is created.
    AvailabilityZoneRelocation *bool `type:"boolean"`

    // A unique identifier for the cluster. You use this identifier to refer to
    // the cluster for any subsequent cluster operations such as deleting or modifying.
    // The identifier also appears in the Amazon Redshift console.
    //
    // Constraints:
    //
    //    * Must contain from 1 to 63 alphanumeric characters or hyphens.
    //
    //    * Alphabetic characters must be lowercase.
    //
    //    * First character must be a letter.
    //
    //    * Cannot end with a hyphen or contain two consecutive hyphens.
    //
    //    * Must be unique for all clusters within an Amazon Web Services account.
    //
    // Example: myexamplecluster
    //
    // ClusterIdentifier is a required field
    ClusterIdentifier *string `type:"string" required:"true"`

    // The name of the parameter group to be associated with this cluster.
    //
    // Default: The default Amazon Redshift cluster parameter group. For information
    // about the default parameter group, go to Working with Amazon Redshift Parameter
    // Groups (https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html)
    //
    // Constraints:
    //
    //    * Must be 1 to 255 alphanumeric characters or hyphens.
    //
    //    * First character must be a letter.
    //
    //    * Cannot end with a hyphen or contain two consecutive hyphens.
    ClusterParameterGroupName *string `type:"string"`

    // A list of security groups to be associated with this cluster.
    //
    // Default: The default cluster security group for Amazon Redshift.
    ClusterSecurityGroups []*string `locationNameList:"ClusterSecurityGroupName" type:"list"`

    // The name of a cluster subnet group to be associated with this cluster.
    //
    // If this parameter is not provided the resulting cluster will be deployed
    // outside virtual private cloud (VPC).
    ClusterSubnetGroupName *string `type:"string"`

    // The type of the cluster. When cluster type is specified as
    //
    //    * single-node, the NumberOfNodes parameter is not required.
    //
    //    * multi-node, the NumberOfNodes parameter is required.
    //
    // Valid Values: multi-node | single-node
    //
    // Default: multi-node
    ClusterType *string `type:"string"`

    // The version of the Amazon Redshift engine software that you want to deploy
    // on the cluster.
    //
    // The version selected runs on all the nodes in the cluster.
    //
    // Constraints: Only version 1.0 is currently available.
    //
    // Example: 1.0
    ClusterVersion *string `type:"string"`

    // The name of the first database to be created when the cluster is created.
    //
    // To create additional databases after the cluster is created, connect to the
    // cluster with a SQL client and use SQL commands to create a database. For
    // more information, go to Create a Database (https://docs.aws.amazon.com/redshift/latest/dg/t_creating_database.html)
    // in the Amazon Redshift Database Developer Guide.
    //
    // Default: dev
    //
    // Constraints:
    //
    //    * Must contain 1 to 64 alphanumeric characters.
    //
    //    * Must contain only lowercase letters.
    //
    //    * Cannot be a word that is reserved by the service. A list of reserved
    //    words can be found in Reserved Words (https://docs.aws.amazon.com/redshift/latest/dg/r_pg_keywords.html)
    //    in the Amazon Redshift Database Developer Guide.
    DBName *string `type:"string"`

    // The Amazon Resource Name (ARN) for the IAM role that was set as default for
    // the cluster when the cluster was created.
    DefaultIamRoleArn *string `type:"string"`

    // The Elastic IP (EIP) address for the cluster.
    //
    // Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible
    // through an Internet gateway. Don't specify the Elastic IP address for a publicly
    // accessible cluster with availability zone relocation turned on. For more
    // information about provisioning clusters in EC2-VPC, go to Supported Platforms
    // to Launch Your Cluster (https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#cluster-platforms)
    // in the Amazon Redshift Cluster Management Guide.
    ElasticIp *string `type:"string"`

    // If true, the data in the cluster is encrypted at rest.
    //
    // Default: false
    Encrypted *bool `type:"boolean"`

    // An option that specifies whether to create the cluster with enhanced VPC
    // routing enabled. To create a cluster that uses enhanced VPC routing, the
    // cluster must be in a VPC. For more information, see Enhanced VPC Routing
    // (https://docs.aws.amazon.com/redshift/latest/mgmt/enhanced-vpc-routing.html)
    // in the Amazon Redshift Cluster Management Guide.
    //
    // If this option is true, enhanced VPC routing is enabled.
    //
    // Default: false
    EnhancedVpcRouting *bool `type:"boolean"`

    // Specifies the name of the HSM client certificate the Amazon Redshift cluster
    // uses to retrieve the data encryption keys stored in an HSM.
    HsmClientCertificateIdentifier *string `type:"string"`

    // Specifies the name of the HSM configuration that contains the information
    // the Amazon Redshift cluster can use to retrieve and store keys in an HSM.
    HsmConfigurationIdentifier *string `type:"string"`

    // A list of Identity and Access Management (IAM) roles that can be used by
    // the cluster to access other Amazon Web Services services. You must supply
    // the IAM roles in their Amazon Resource Name (ARN) format.
    //
    // The maximum number of IAM roles that you can associate is subject to a quota.
    // For more information, go to Quotas and limits (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
    // in the Amazon Redshift Cluster Management Guide.
    IamRoles []*string `locationNameList:"IamRoleArn" type:"list"`

    // The IP address types that the cluster supports. Possible values are ipv4
    // and dualstack.
    IpAddressType *string `type:"string"`

    // The Key Management Service (KMS) key ID of the encryption key that you want
    // to use to encrypt data in the cluster.
    KmsKeyId *string `type:"string"`

    // A flag that specifies whether to load sample data once the cluster is created.
    LoadSampleData *string `type:"string"`

    // An optional parameter for the name of the maintenance track for the cluster.
    // If you don't provide a maintenance track name, the cluster is assigned to
    // the current track.
    MaintenanceTrackName *string `type:"string"`

    // If true, Amazon Redshift uses Secrets Manager to manage this cluster's admin
    // credentials. You can't use MasterUserPassword if ManageMasterPassword is
    // true. If ManageMasterPassword is false or not set, Amazon Redshift uses MasterUserPassword
    // for the admin user account's password.
    ManageMasterPassword *bool `type:"boolean"`

    // The default number of days to retain a manual snapshot. If the value is -1,
    // the snapshot is retained indefinitely. This setting doesn't change the retention
    // period of existing snapshots.
    //
    // The value must be either -1 or an integer between 1 and 3,653.
    ManualSnapshotRetentionPeriod *int64 `type:"integer"`

    // The ID of the Key Management Service (KMS) key used to encrypt and store
    // the cluster's admin credentials secret. You can only use this parameter if
    // ManageMasterPassword is true.
    MasterPasswordSecretKmsKeyId *string `type:"string"`

    // The password associated with the admin user account for the cluster that
    // is being created.
    //
    // You can't use MasterUserPassword if ManageMasterPassword is true.
    //
    // Constraints:
    //
    //    * Must be between 8 and 64 characters in length.
    //
    //    * Must contain at least one uppercase letter.
    //
    //    * Must contain at least one lowercase letter.
    //
    //    * Must contain one number.
    //
    //    * Can be any printable ASCII character (ASCII code 33-126) except ' (single
    //    quote), " (double quote), \, /, or @.
    //
    // MasterUserPassword is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CreateClusterInput's
    // String and GoString methods.
    MasterUserPassword *string `type:"string" sensitive:"true"`

    // The user name associated with the admin user account for the cluster that
    // is being created.
    //
    // Constraints:
    //
    //    * Must be 1 - 128 alphanumeric characters or hyphens. The user name can't
    //    be PUBLIC.
    //
    //    * Must contain only lowercase letters, numbers, underscore, plus sign,
    //    period (dot), at symbol (@), or hyphen.
    //
    //    * The first character must be a letter.
    //
    //    * Must not contain a colon (:) or a slash (/).
    //
    //    * Cannot be a reserved word. A list of reserved words can be found in
    //    Reserved Words (https://docs.aws.amazon.com/redshift/latest/dg/r_pg_keywords.html)
    //    in the Amazon Redshift Database Developer Guide.
    //
    // MasterUsername is a required field
    MasterUsername *string `type:"string" required:"true"`

    // If true, Amazon Redshift will deploy the cluster in two Availability Zones
    // (AZ).
    MultiAZ *bool `type:"boolean"`

    // The node type to be provisioned for the cluster. For information about node
    // types, go to Working with Clusters (https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#how-many-nodes)
    // in the Amazon Redshift Cluster Management Guide.
    //
    // Valid Values: dc2.large | dc2.8xlarge | ra3.xlplus | ra3.4xlarge | ra3.16xlarge
    //
    // NodeType is a required field
    NodeType *string `type:"string" required:"true"`

    // The number of compute nodes in the cluster. This parameter is required when
    // the ClusterType parameter is specified as multi-node.
    //
    // For information about determining how many nodes you need, go to Working
    // with Clusters (https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#how-many-nodes)
    // in the Amazon Redshift Cluster Management Guide.
    //
    // If you don't specify this parameter, you get a single-node cluster. When
    // requesting a multi-node cluster, you must specify the number of nodes that
    // you want in the cluster.
    //
    // Default: 1
    //
    // Constraints: Value must be at least 1 and no more than 100.
    NumberOfNodes *int64 `type:"integer"`

    // The port number on which the cluster accepts incoming connections.
    //
    // The cluster is accessible only via the JDBC and ODBC connection strings.
    // Part of the connection string requires the port on which the cluster will
    // listen for incoming connections.
    //
    // Default: 5439
    //
    // Valid Values:
    //
    //    * For clusters with ra3 nodes - Select a port within the ranges 5431-5455
    //    or 8191-8215. (If you have an existing cluster with ra3 nodes, it isn't
    //    required that you change the port to these ranges.)
    //
    //    * For clusters with dc2 nodes - Select a port within the range 1150-65535.
    Port *int64 `type:"integer"`

    // The weekly time range (in UTC) during which automated cluster maintenance
    // can occur.
    //
    // Format: ddd:hh24:mi-ddd:hh24:mi
    //
    // Default: A 30-minute window selected at random from an 8-hour block of time
    // per region, occurring on a random day of the week. For more information about
    // the time blocks for each region, see Maintenance Windows (https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#rs-maintenance-windows)
    // in Amazon Redshift Cluster Management Guide.
    //
    // Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
    //
    // Constraints: Minimum 30-minute window.
    PreferredMaintenanceWindow *string `type:"string"`

    // If true, the cluster can be accessed from a public network.
    PubliclyAccessible *bool `type:"boolean"`

    // The Amazon resource name (ARN) of the Amazon Redshift IAM Identity Center
    // application.
    RedshiftIdcApplicationArn *string `type:"string"`

    // A unique identifier for the snapshot schedule.
    SnapshotScheduleIdentifier *string `type:"string"`

    // A list of tag instances.
    Tags []*Tag `locationNameList:"Tag" type:"list"`

    // A list of Virtual Private Cloud (VPC) security groups to be associated with
    // the cluster.
    //
    // Default: The default VPC security group is associated with the cluster.
    VpcSecurityGroupIds []*string `locationNameList:"VpcSecurityGroupId" type:"list"`
    // contains filtered or unexported fields
}

func (CreateClusterInput) GoString

func (s CreateClusterInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateClusterInput) SetAdditionalInfo

func (s *CreateClusterInput) SetAdditionalInfo(v string) *CreateClusterInput

SetAdditionalInfo sets the AdditionalInfo field's value.

func (*CreateClusterInput) SetAllowVersionUpgrade

func (s *CreateClusterInput) SetAllowVersionUpgrade(v bool) *CreateClusterInput

SetAllowVersionUpgrade sets the AllowVersionUpgrade field's value.

func (*CreateClusterInput) SetAquaConfigurationStatus

func (s *CreateClusterInput) SetAquaConfigurationStatus(v string) *CreateClusterInput

SetAquaConfigurationStatus sets the AquaConfigurationStatus field's value.

func (*CreateClusterInput) SetAutomatedSnapshotRetentionPeriod

func (s *CreateClusterInput) SetAutomatedSnapshotRetentionPeriod(v int64) *CreateClusterInput

SetAutomatedSnapshotRetentionPeriod sets the AutomatedSnapshotRetentionPeriod field's value.

func (*CreateClusterInput) SetAvailabilityZone

func (s *CreateClusterInput) SetAvailabilityZone(v string) *CreateClusterInput

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*CreateClusterInput) SetAvailabilityZoneRelocation

func (s *CreateClusterInput) SetAvailabilityZoneRelocation(v bool) *CreateClusterInput

SetAvailabilityZoneRelocation sets the AvailabilityZoneRelocation field's value.

func (*CreateClusterInput) SetClusterIdentifier

func (s *CreateClusterInput) SetClusterIdentifier(v string) *CreateClusterInput

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (*CreateClusterInput) SetClusterParameterGroupName

func (s *CreateClusterInput) SetClusterParameterGroupName(v string) *CreateClusterInput

SetClusterParameterGroupName sets the ClusterParameterGroupName field's value.

func (*CreateClusterInput) SetClusterSecurityGroups

func (s *CreateClusterInput) SetClusterSecurityGroups(v []*string) *CreateClusterInput

SetClusterSecurityGroups sets the ClusterSecurityGroups field's value.

func (*CreateClusterInput) SetClusterSubnetGroupName

func (s *CreateClusterInput) SetClusterSubnetGroupName(v string) *CreateClusterInput

SetClusterSubnetGroupName sets the ClusterSubnetGroupName field's value.

func (*CreateClusterInput) SetClusterType

func (s *CreateClusterInput) SetClusterType(v string) *CreateClusterInput

SetClusterType sets the ClusterType field's value.

func (*CreateClusterInput) SetClusterVersion

func (s *CreateClusterInput) SetClusterVersion(v string) *CreateClusterInput

SetClusterVersion sets the ClusterVersion field's value.

func (*CreateClusterInput) SetDBName

func (s *CreateClusterInput) SetDBName(v string) *CreateClusterInput

SetDBName sets the DBName field's value.

func (*CreateClusterInput) SetDefaultIamRoleArn

func (s *CreateClusterInput) SetDefaultIamRoleArn(v string) *CreateClusterInput

SetDefaultIamRoleArn sets the DefaultIamRoleArn field's value.

func (*CreateClusterInput) SetElasticIp

func (s *CreateClusterInput) SetElasticIp(v string) *CreateClusterInput

SetElasticIp sets the ElasticIp field's value.

func (*CreateClusterInput) SetEncrypted

func (s *CreateClusterInput) SetEncrypted(v bool) *CreateClusterInput

SetEncrypted sets the Encrypted field's value.

func (*CreateClusterInput) SetEnhancedVpcRouting

func (s *CreateClusterInput) SetEnhancedVpcRouting(v bool) *CreateClusterInput

SetEnhancedVpcRouting sets the EnhancedVpcRouting field's value.

func (*CreateClusterInput) SetHsmClientCertificateIdentifier

func (s *CreateClusterInput) SetHsmClientCertificateIdentifier(v string) *CreateClusterInput

SetHsmClientCertificateIdentifier sets the HsmClientCertificateIdentifier field's value.

func (*CreateClusterInput) SetHsmConfigurationIdentifier

func (s *CreateClusterInput) SetHsmConfigurationIdentifier(v string) *CreateClusterInput

SetHsmConfigurationIdentifier sets the HsmConfigurationIdentifier field's value.

func (*CreateClusterInput) SetIamRoles

func (s *CreateClusterInput) SetIamRoles(v []*string) *CreateClusterInput

SetIamRoles sets the IamRoles field's value.

func (*CreateClusterInput) SetIpAddressType

func (s *CreateClusterInput) SetIpAddressType(v string) *CreateClusterInput

SetIpAddressType sets the IpAddressType field's value.

func (*CreateClusterInput) SetKmsKeyId

func (s *CreateClusterInput) SetKmsKeyId(v string) *CreateClusterInput

SetKmsKeyId sets the KmsKeyId field's value.

func (*CreateClusterInput) SetLoadSampleData

func (s *CreateClusterInput) SetLoadSampleData(v string) *CreateClusterInput

SetLoadSampleData sets the LoadSampleData field's value.

func (*CreateClusterInput) SetMaintenanceTrackName

func (s *CreateClusterInput) SetMaintenanceTrackName(v string) *CreateClusterInput

SetMaintenanceTrackName sets the MaintenanceTrackName field's value.

func (*CreateClusterInput) SetManageMasterPassword

func (s *CreateClusterInput) SetManageMasterPassword(v bool) *CreateClusterInput

SetManageMasterPassword sets the ManageMasterPassword field's value.

func (*CreateClusterInput) SetManualSnapshotRetentionPeriod

func (s *CreateClusterInput) SetManualSnapshotRetentionPeriod(v int64) *CreateClusterInput

SetManualSnapshotRetentionPeriod sets the ManualSnapshotRetentionPeriod field's value.

func (*CreateClusterInput) SetMasterPasswordSecretKmsKeyId

func (s *CreateClusterInput) SetMasterPasswordSecretKmsKeyId(v string) *CreateClusterInput

SetMasterPasswordSecretKmsKeyId sets the MasterPasswordSecretKmsKeyId field's value.

func (*CreateClusterInput) SetMasterUserPassword

func (s *CreateClusterInput) SetMasterUserPassword(v string) *CreateClusterInput

SetMasterUserPassword sets the MasterUserPassword field's value.

func (*CreateClusterInput) SetMasterUsername

func (s *CreateClusterInput) SetMasterUsername(v string) *CreateClusterInput

SetMasterUsername sets the MasterUsername field's value.

func (*CreateClusterInput) SetMultiAZ

func (s *CreateClusterInput) SetMultiAZ(v bool) *CreateClusterInput

SetMultiAZ sets the MultiAZ field's value.

func (*CreateClusterInput) SetNodeType

func (s *CreateClusterInput) SetNodeType(v string) *CreateClusterInput

SetNodeType sets the NodeType field's value.

func (*CreateClusterInput) SetNumberOfNodes

func (s *CreateClusterInput) SetNumberOfNodes(v int64) *CreateClusterInput

SetNumberOfNodes sets the NumberOfNodes field's value.

func (*CreateClusterInput) SetPort

func (s *CreateClusterInput) SetPort(v int64) *CreateClusterInput

SetPort sets the Port field's value.

func (*CreateClusterInput) SetPreferredMaintenanceWindow

func (s *CreateClusterInput) SetPreferredMaintenanceWindow(v string) *CreateClusterInput

SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value.

func (*CreateClusterInput) SetPubliclyAccessible

func (s *CreateClusterInput) SetPubliclyAccessible(v bool) *CreateClusterInput

SetPubliclyAccessible sets the PubliclyAccessible field's value.

func (*CreateClusterInput) SetRedshiftIdcApplicationArn

func (s *CreateClusterInput) SetRedshiftIdcApplicationArn(v string) *CreateClusterInput

SetRedshiftIdcApplicationArn sets the RedshiftIdcApplicationArn field's value.

func (*CreateClusterInput) SetSnapshotScheduleIdentifier

func (s *CreateClusterInput) SetSnapshotScheduleIdentifier(v string) *CreateClusterInput

SetSnapshotScheduleIdentifier sets the SnapshotScheduleIdentifier field's value.

func (*CreateClusterInput) SetTags

func (s *CreateClusterInput) SetTags(v []*Tag) *CreateClusterInput

SetTags sets the Tags field's value.

func (*CreateClusterInput) SetVpcSecurityGroupIds

func (s *CreateClusterInput) SetVpcSecurityGroupIds(v []*string) *CreateClusterInput

SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value.

func (CreateClusterInput) String

func (s CreateClusterInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateClusterInput) Validate

func (s *CreateClusterInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateClusterOutput

type CreateClusterOutput struct {

    // Describes a cluster.
    Cluster *Cluster `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateClusterOutput) GoString

func (s CreateClusterOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateClusterOutput) SetCluster

func (s *CreateClusterOutput) SetCluster(v *Cluster) *CreateClusterOutput

SetCluster sets the Cluster field's value.

func (CreateClusterOutput) String

func (s CreateClusterOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateClusterParameterGroupInput

type CreateClusterParameterGroupInput struct {

    // A description of the parameter group.
    //
    // Description is a required field
    Description *string `type:"string" required:"true"`

    // The Amazon Redshift engine version to which the cluster parameter group applies.
    // The cluster engine version determines the set of parameters.
    //
    // To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups.
    // By default, Amazon Redshift returns a list of all the parameter groups that
    // are owned by your Amazon Web Services account, including the default parameter
    // groups for each Amazon Redshift engine version. The parameter group family
    // names associated with the default parameter groups provide you the valid
    // values. For example, a valid family name is "redshift-1.0".
    //
    // ParameterGroupFamily is a required field
    ParameterGroupFamily *string `type:"string" required:"true"`

    // The name of the cluster parameter group.
    //
    // Constraints:
    //
    //    * Must be 1 to 255 alphanumeric characters or hyphens
    //
    //    * First character must be a letter.
    //
    //    * Cannot end with a hyphen or contain two consecutive hyphens.
    //
    //    * Must be unique withing your Amazon Web Services account.
    //
    // This value is stored as a lower-case string.
    //
    // ParameterGroupName is a required field
    ParameterGroupName *string `type:"string" required:"true"`

    // A list of tag instances.
    Tags []*Tag `locationNameList:"Tag" type:"list"`
    // contains filtered or unexported fields
}

func (CreateClusterParameterGroupInput) GoString

func (s CreateClusterParameterGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateClusterParameterGroupInput) SetDescription

func (s *CreateClusterParameterGroupInput) SetDescription(v string) *CreateClusterParameterGroupInput

SetDescription sets the Description field's value.

func (*CreateClusterParameterGroupInput) SetParameterGroupFamily

func (s *CreateClusterParameterGroupInput) SetParameterGroupFamily(v string) *CreateClusterParameterGroupInput

SetParameterGroupFamily sets the ParameterGroupFamily field's value.

func (*CreateClusterParameterGroupInput) SetParameterGroupName

func (s *CreateClusterParameterGroupInput) SetParameterGroupName(v string) *CreateClusterParameterGroupInput

SetParameterGroupName sets the ParameterGroupName field's value.

func (*CreateClusterParameterGroupInput) SetTags

func (s *CreateClusterParameterGroupInput) SetTags(v []*Tag) *CreateClusterParameterGroupInput

SetTags sets the Tags field's value.

func (CreateClusterParameterGroupInput) String

func (s CreateClusterParameterGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateClusterParameterGroupInput) Validate

func (s *CreateClusterParameterGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateClusterParameterGroupOutput

type CreateClusterParameterGroupOutput struct {

    // Describes a parameter group.
    ClusterParameterGroup *ClusterParameterGroup `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateClusterParameterGroupOutput) GoString

func (s CreateClusterParameterGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateClusterParameterGroupOutput) SetClusterParameterGroup

func (s *CreateClusterParameterGroupOutput) SetClusterParameterGroup(v *ClusterParameterGroup) *CreateClusterParameterGroupOutput

SetClusterParameterGroup sets the ClusterParameterGroup field's value.

func (CreateClusterParameterGroupOutput) String

func (s CreateClusterParameterGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateClusterSecurityGroupInput

type CreateClusterSecurityGroupInput struct {

    // The name for the security group. Amazon Redshift stores the value as a lowercase
    // string.
    //
    // Constraints:
    //
    //    * Must contain no more than 255 alphanumeric characters or hyphens.
    //
    //    * Must not be "Default".
    //
    //    * Must be unique for all security groups that are created by your Amazon
    //    Web Services account.
    //
    // Example: examplesecuritygroup
    //
    // ClusterSecurityGroupName is a required field
    ClusterSecurityGroupName *string `type:"string" required:"true"`

    // A description for the security group.
    //
    // Description is a required field
    Description *string `type:"string" required:"true"`

    // A list of tag instances.
    Tags []*Tag `locationNameList:"Tag" type:"list"`
    // contains filtered or unexported fields
}

func (CreateClusterSecurityGroupInput) GoString

func (s CreateClusterSecurityGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateClusterSecurityGroupInput) SetClusterSecurityGroupName

func (s *CreateClusterSecurityGroupInput) SetClusterSecurityGroupName(v string) *CreateClusterSecurityGroupInput

SetClusterSecurityGroupName sets the ClusterSecurityGroupName field's value.

func (*CreateClusterSecurityGroupInput) SetDescription

func (s *CreateClusterSecurityGroupInput) SetDescription(v string) *CreateClusterSecurityGroupInput

SetDescription sets the Description field's value.

func (*CreateClusterSecurityGroupInput) SetTags

func (s *CreateClusterSecurityGroupInput) SetTags(v []*Tag) *CreateClusterSecurityGroupInput

SetTags sets the Tags field's value.

func (CreateClusterSecurityGroupInput) String

func (s CreateClusterSecurityGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateClusterSecurityGroupInput) Validate

func (s *CreateClusterSecurityGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateClusterSecurityGroupOutput

type CreateClusterSecurityGroupOutput struct {

    // Describes a security group.
    ClusterSecurityGroup *ClusterSecurityGroup `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateClusterSecurityGroupOutput) GoString

func (s CreateClusterSecurityGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateClusterSecurityGroupOutput) SetClusterSecurityGroup

func (s *CreateClusterSecurityGroupOutput) SetClusterSecurityGroup(v *ClusterSecurityGroup) *CreateClusterSecurityGroupOutput

SetClusterSecurityGroup sets the ClusterSecurityGroup field's value.

func (CreateClusterSecurityGroupOutput) String

func (s CreateClusterSecurityGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateClusterSnapshotInput

type CreateClusterSnapshotInput struct {

    // The cluster identifier for which you want a snapshot.
    //
    // ClusterIdentifier is a required field
    ClusterIdentifier *string `type:"string" required:"true"`

    // The number of days that a manual snapshot is retained. If the value is -1,
    // the manual snapshot is retained indefinitely.
    //
    // The value must be either -1 or an integer between 1 and 3,653.
    //
    // The default value is -1.
    ManualSnapshotRetentionPeriod *int64 `type:"integer"`

    // A unique identifier for the snapshot that you are requesting. This identifier
    // must be unique for all snapshots within the Amazon Web Services account.
    //
    // Constraints:
    //
    //    * Cannot be null, empty, or blank
    //
    //    * Must contain from 1 to 255 alphanumeric characters or hyphens
    //
    //    * First character must be a letter
    //
    //    * Cannot end with a hyphen or contain two consecutive hyphens
    //
    // Example: my-snapshot-id
    //
    // SnapshotIdentifier is a required field
    SnapshotIdentifier *string `type:"string" required:"true"`

    // A list of tag instances.
    Tags []*Tag `locationNameList:"Tag" type:"list"`
    // contains filtered or unexported fields
}

func (CreateClusterSnapshotInput) GoString

func (s CreateClusterSnapshotInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateClusterSnapshotInput) SetClusterIdentifier

func (s *CreateClusterSnapshotInput) SetClusterIdentifier(v string) *CreateClusterSnapshotInput

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (*CreateClusterSnapshotInput) SetManualSnapshotRetentionPeriod

func (s *CreateClusterSnapshotInput) SetManualSnapshotRetentionPeriod(v int64) *CreateClusterSnapshotInput

SetManualSnapshotRetentionPeriod sets the ManualSnapshotRetentionPeriod field's value.

func (*CreateClusterSnapshotInput) SetSnapshotIdentifier

func (s *CreateClusterSnapshotInput) SetSnapshotIdentifier(v string) *CreateClusterSnapshotInput

SetSnapshotIdentifier sets the SnapshotIdentifier field's value.

func (*CreateClusterSnapshotInput) SetTags

func (s *CreateClusterSnapshotInput) SetTags(v []*Tag) *CreateClusterSnapshotInput

SetTags sets the Tags field's value.

func (CreateClusterSnapshotInput) String

func (s CreateClusterSnapshotInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateClusterSnapshotInput) Validate

func (s *CreateClusterSnapshotInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateClusterSnapshotOutput

type CreateClusterSnapshotOutput struct {

    // Describes a snapshot.
    Snapshot *Snapshot `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateClusterSnapshotOutput) GoString

func (s CreateClusterSnapshotOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateClusterSnapshotOutput) SetSnapshot

func (s *CreateClusterSnapshotOutput) SetSnapshot(v *Snapshot) *CreateClusterSnapshotOutput

SetSnapshot sets the Snapshot field's value.

func (CreateClusterSnapshotOutput) String

func (s CreateClusterSnapshotOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateClusterSubnetGroupInput

type CreateClusterSubnetGroupInput struct {

    // The name for the subnet group. Amazon Redshift stores the value as a lowercase
    // string.
    //
    // Constraints:
    //
    //    * Must contain no more than 255 alphanumeric characters or hyphens.
    //
    //    * Must not be "Default".
    //
    //    * Must be unique for all subnet groups that are created by your Amazon
    //    Web Services account.
    //
    // Example: examplesubnetgroup
    //
    // ClusterSubnetGroupName is a required field
    ClusterSubnetGroupName *string `type:"string" required:"true"`

    // A description for the subnet group.
    //
    // Description is a required field
    Description *string `type:"string" required:"true"`

    // An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a
    // single request.
    //
    // SubnetIds is a required field
    SubnetIds []*string `locationNameList:"SubnetIdentifier" type:"list" required:"true"`

    // A list of tag instances.
    Tags []*Tag `locationNameList:"Tag" type:"list"`
    // contains filtered or unexported fields
}

func (CreateClusterSubnetGroupInput) GoString

func (s CreateClusterSubnetGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateClusterSubnetGroupInput) SetClusterSubnetGroupName

func (s *CreateClusterSubnetGroupInput) SetClusterSubnetGroupName(v string) *CreateClusterSubnetGroupInput

SetClusterSubnetGroupName sets the ClusterSubnetGroupName field's value.

func (*CreateClusterSubnetGroupInput) SetDescription

func (s *CreateClusterSubnetGroupInput) SetDescription(v string) *CreateClusterSubnetGroupInput

SetDescription sets the Description field's value.

func (*CreateClusterSubnetGroupInput) SetSubnetIds

func (s *CreateClusterSubnetGroupInput) SetSubnetIds(v []*string) *CreateClusterSubnetGroupInput

SetSubnetIds sets the SubnetIds field's value.

func (*CreateClusterSubnetGroupInput) SetTags

func (s *CreateClusterSubnetGroupInput) SetTags(v []*Tag) *CreateClusterSubnetGroupInput

SetTags sets the Tags field's value.

func (CreateClusterSubnetGroupInput) String

func (s CreateClusterSubnetGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateClusterSubnetGroupInput) Validate

func (s *CreateClusterSubnetGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateClusterSubnetGroupOutput

type CreateClusterSubnetGroupOutput struct {

    // Describes a subnet group.
    ClusterSubnetGroup *ClusterSubnetGroup `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateClusterSubnetGroupOutput) GoString

func (s CreateClusterSubnetGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateClusterSubnetGroupOutput) SetClusterSubnetGroup

func (s *CreateClusterSubnetGroupOutput) SetClusterSubnetGroup(v *ClusterSubnetGroup) *CreateClusterSubnetGroupOutput

SetClusterSubnetGroup sets the ClusterSubnetGroup field's value.

func (CreateClusterSubnetGroupOutput) String

func (s CreateClusterSubnetGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateCustomDomainAssociationInput

type CreateCustomDomainAssociationInput struct {

    // The cluster identifier that the custom domain is associated with.
    //
    // ClusterIdentifier is a required field
    ClusterIdentifier *string `type:"string" required:"true"`

    // The certificate Amazon Resource Name (ARN) for the custom domain name association.
    //
    // CustomDomainCertificateArn is a required field
    CustomDomainCertificateArn *string `min:"20" type:"string" required:"true"`

    // The custom domain name for a custom domain association.
    //
    // CustomDomainName is a required field
    CustomDomainName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateCustomDomainAssociationInput) GoString

func (s CreateCustomDomainAssociationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateCustomDomainAssociationInput) SetClusterIdentifier

func (s *CreateCustomDomainAssociationInput) SetClusterIdentifier(v string) *CreateCustomDomainAssociationInput

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (*CreateCustomDomainAssociationInput) SetCustomDomainCertificateArn

func (s *CreateCustomDomainAssociationInput) SetCustomDomainCertificateArn(v string) *CreateCustomDomainAssociationInput

SetCustomDomainCertificateArn sets the CustomDomainCertificateArn field's value.

func (*CreateCustomDomainAssociationInput) SetCustomDomainName

func (s *CreateCustomDomainAssociationInput) SetCustomDomainName(v string) *CreateCustomDomainAssociationInput

SetCustomDomainName sets the CustomDomainName field's value.

func (CreateCustomDomainAssociationInput) String

func (s CreateCustomDomainAssociationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateCustomDomainAssociationInput) Validate

func (s *CreateCustomDomainAssociationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateCustomDomainAssociationOutput

type CreateCustomDomainAssociationOutput struct {

    // The identifier of the cluster that the custom domain is associated with.
    ClusterIdentifier *string `type:"string"`

    // The expiration time for the certificate for the custom domain.
    CustomDomainCertExpiryTime *string `type:"string"`

    // The Amazon Resource Name (ARN) for the certificate associated with the custom
    // domain name.
    CustomDomainCertificateArn *string `min:"20" type:"string"`

    // The custom domain name for the association result.
    CustomDomainName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (CreateCustomDomainAssociationOutput) GoString

func (s CreateCustomDomainAssociationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateCustomDomainAssociationOutput) SetClusterIdentifier

func (s *CreateCustomDomainAssociationOutput) SetClusterIdentifier(v string) *CreateCustomDomainAssociationOutput

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (*CreateCustomDomainAssociationOutput) SetCustomDomainCertExpiryTime

func (s *CreateCustomDomainAssociationOutput) SetCustomDomainCertExpiryTime(v string) *CreateCustomDomainAssociationOutput

SetCustomDomainCertExpiryTime sets the CustomDomainCertExpiryTime field's value.

func (*CreateCustomDomainAssociationOutput) SetCustomDomainCertificateArn

func (s *CreateCustomDomainAssociationOutput) SetCustomDomainCertificateArn(v string) *CreateCustomDomainAssociationOutput

SetCustomDomainCertificateArn sets the CustomDomainCertificateArn field's value.

func (*CreateCustomDomainAssociationOutput) SetCustomDomainName

func (s *CreateCustomDomainAssociationOutput) SetCustomDomainName(v string) *CreateCustomDomainAssociationOutput

SetCustomDomainName sets the CustomDomainName field's value.

func (CreateCustomDomainAssociationOutput) String

func (s CreateCustomDomainAssociationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateEndpointAccessInput

type CreateEndpointAccessInput struct {

    // The cluster identifier of the cluster to access.
    ClusterIdentifier *string `type:"string"`

    // The Redshift-managed VPC endpoint name.
    //
    // An endpoint name must contain 1-30 characters. Valid characters are A-Z,
    // a-z, 0-9, and hyphen(-). The first character must be a letter. The name can't
    // contain two consecutive hyphens or end with a hyphen.
    //
    // EndpointName is a required field
    EndpointName *string `type:"string" required:"true"`

    // The Amazon Web Services account ID of the owner of the cluster. This is only
    // required if the cluster is in another Amazon Web Services account.
    ResourceOwner *string `type:"string"`

    // The subnet group from which Amazon Redshift chooses the subnet to deploy
    // the endpoint.
    //
    // SubnetGroupName is a required field
    SubnetGroupName *string `type:"string" required:"true"`

    // The security group that defines the ports, protocols, and sources for inbound
    // traffic that you are authorizing into your endpoint.
    VpcSecurityGroupIds []*string `locationNameList:"VpcSecurityGroupId" type:"list"`
    // contains filtered or unexported fields
}

func (CreateEndpointAccessInput) GoString

func (s CreateEndpointAccessInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEndpointAccessInput) SetClusterIdentifier

func (s *CreateEndpointAccessInput) SetClusterIdentifier(v string) *CreateEndpointAccessInput

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (*CreateEndpointAccessInput) SetEndpointName

func (s *CreateEndpointAccessInput) SetEndpointName(v string) *CreateEndpointAccessInput

SetEndpointName sets the EndpointName field's value.

func (*CreateEndpointAccessInput) SetResourceOwner

func (s *CreateEndpointAccessInput) SetResourceOwner(v string) *CreateEndpointAccessInput

SetResourceOwner sets the ResourceOwner field's value.

func (*CreateEndpointAccessInput) SetSubnetGroupName

func (s *CreateEndpointAccessInput) SetSubnetGroupName(v string) *CreateEndpointAccessInput

SetSubnetGroupName sets the SubnetGroupName field's value.

func (*CreateEndpointAccessInput) SetVpcSecurityGroupIds

func (s *CreateEndpointAccessInput) SetVpcSecurityGroupIds(v []*string) *CreateEndpointAccessInput

SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value.

func (CreateEndpointAccessInput) String

func (s CreateEndpointAccessInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEndpointAccessInput) Validate

func (s *CreateEndpointAccessInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateEndpointAccessOutput

type CreateEndpointAccessOutput struct {

    // The DNS address of the endpoint.
    Address *string `type:"string"`

    // The cluster identifier of the cluster associated with the endpoint.
    ClusterIdentifier *string `type:"string"`

    // The time (UTC) that the endpoint was created.
    EndpointCreateTime *time.Time `type:"timestamp"`

    // The name of the endpoint.
    EndpointName *string `type:"string"`

    // The status of the endpoint.
    EndpointStatus *string `type:"string"`

    // The port number on which the cluster accepts incoming connections.
    Port *int64 `type:"integer"`

    // The Amazon Web Services account ID of the owner of the cluster.
    ResourceOwner *string `type:"string"`

    // The subnet group name where Amazon Redshift chooses to deploy the endpoint.
    SubnetGroupName *string `type:"string"`

    // The connection endpoint for connecting to an Amazon Redshift cluster through
    // the proxy.
    VpcEndpoint *VpcEndpoint `type:"structure"`

    // The security groups associated with the endpoint.
    VpcSecurityGroups []*VpcSecurityGroupMembership `locationNameList:"VpcSecurityGroup" type:"list"`
    // contains filtered or unexported fields
}

Describes a Redshift-managed VPC endpoint.

func (CreateEndpointAccessOutput) GoString

func (s CreateEndpointAccessOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEndpointAccessOutput) SetAddress

func (s *CreateEndpointAccessOutput) SetAddress(v string) *CreateEndpointAccessOutput

SetAddress sets the Address field's value.

func (*CreateEndpointAccessOutput) SetClusterIdentifier

func (s *CreateEndpointAccessOutput) SetClusterIdentifier(v string) *CreateEndpointAccessOutput

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (*CreateEndpointAccessOutput) SetEndpointCreateTime

func (s *CreateEndpointAccessOutput) SetEndpointCreateTime(v time.Time) *CreateEndpointAccessOutput

SetEndpointCreateTime sets the EndpointCreateTime field's value.

func (*CreateEndpointAccessOutput) SetEndpointName

func (s *CreateEndpointAccessOutput) SetEndpointName(v string) *CreateEndpointAccessOutput

SetEndpointName sets the EndpointName field's value.

func (*CreateEndpointAccessOutput) SetEndpointStatus

func (s *CreateEndpointAccessOutput) SetEndpointStatus(v string) *CreateEndpointAccessOutput

SetEndpointStatus sets the EndpointStatus field's value.

func (*CreateEndpointAccessOutput) SetPort

func (s *CreateEndpointAccessOutput) SetPort(v int64) *CreateEndpointAccessOutput

SetPort sets the Port field's value.

func (*CreateEndpointAccessOutput) SetResourceOwner

func (s *CreateEndpointAccessOutput) SetResourceOwner(v string) *CreateEndpointAccessOutput

SetResourceOwner sets the ResourceOwner field's value.

func (*CreateEndpointAccessOutput) SetSubnetGroupName

func (s *CreateEndpointAccessOutput) SetSubnetGroupName(v string) *CreateEndpointAccessOutput

SetSubnetGroupName sets the SubnetGroupName field's value.

func (*CreateEndpointAccessOutput) SetVpcEndpoint

func (s *CreateEndpointAccessOutput) SetVpcEndpoint(v *VpcEndpoint) *CreateEndpointAccessOutput

SetVpcEndpoint sets the VpcEndpoint field's value.

func (*CreateEndpointAccessOutput) SetVpcSecurityGroups

func (s *CreateEndpointAccessOutput) SetVpcSecurityGroups(v []*VpcSecurityGroupMembership) *CreateEndpointAccessOutput

SetVpcSecurityGroups sets the VpcSecurityGroups field's value.

func (CreateEndpointAccessOutput) String

func (s CreateEndpointAccessOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateEventSubscriptionInput

type CreateEventSubscriptionInput struct {

    // A boolean value; set to true to activate the subscription, and set to false
    // to create the subscription but not activate it.
    Enabled *bool `type:"boolean"`

    // Specifies the Amazon Redshift event categories to be published by the event
    // notification subscription.
    //
    // Values: configuration, management, monitoring, security, pending
    EventCategories []*string `locationNameList:"EventCategory" type:"list"`

    // Specifies the Amazon Redshift event severity to be published by the event
    // notification subscription.
    //
    // Values: ERROR, INFO
    Severity *string `type:"string"`

    // The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the
    // event notifications. The ARN is created by Amazon SNS when you create a topic
    // and subscribe to it.
    //
    // SnsTopicArn is a required field
    SnsTopicArn *string `type:"string" required:"true"`

    // A list of one or more identifiers of Amazon Redshift source objects. All
    // of the objects must be of the same type as was specified in the source type
    // parameter. The event subscription will return only events generated by the
    // specified objects. If not specified, then events are returned for all objects
    // within the source type specified.
    //
    // Example: my-cluster-1, my-cluster-2
    //
    // Example: my-snapshot-20131010
    SourceIds []*string `locationNameList:"SourceId" type:"list"`

    // The type of source that will be generating the events. For example, if you
    // want to be notified of events generated by a cluster, you would set this
    // parameter to cluster. If this value is not specified, events are returned
    // for all Amazon Redshift objects in your Amazon Web Services account. You
    // must specify a source type in order to specify source IDs.
    //
    // Valid values: cluster, cluster-parameter-group, cluster-security-group, cluster-snapshot,
    // and scheduled-action.
    SourceType *string `type:"string"`

    // The name of the event subscription to be created.
    //
    // Constraints:
    //
    //    * Cannot be null, empty, or blank.
    //
    //    * Must contain from 1 to 255 alphanumeric characters or hyphens.
    //
    //    * First character must be a letter.
    //
    //    * Cannot end with a hyphen or contain two consecutive hyphens.
    //
    // SubscriptionName is a required field
    SubscriptionName *string `type:"string" required:"true"`

    // A list of tag instances.
    Tags []*Tag `locationNameList:"Tag" type:"list"`
    // contains filtered or unexported fields
}

func (CreateEventSubscriptionInput) GoString

func (s CreateEventSubscriptionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEventSubscriptionInput) SetEnabled

func (s *CreateEventSubscriptionInput) SetEnabled(v bool) *CreateEventSubscriptionInput

SetEnabled sets the Enabled field's value.

func (*CreateEventSubscriptionInput) SetEventCategories

func (s *CreateEventSubscriptionInput) SetEventCategories(v []*string) *CreateEventSubscriptionInput

SetEventCategories sets the EventCategories field's value.

func (*CreateEventSubscriptionInput) SetSeverity

func (s *CreateEventSubscriptionInput) SetSeverity(v string) *CreateEventSubscriptionInput

SetSeverity sets the Severity field's value.

func (*CreateEventSubscriptionInput) SetSnsTopicArn

func (s *CreateEventSubscriptionInput) SetSnsTopicArn(v string) *CreateEventSubscriptionInput

SetSnsTopicArn sets the SnsTopicArn field's value.

func (*CreateEventSubscriptionInput) SetSourceIds

func (s *CreateEventSubscriptionInput) SetSourceIds(v []*string) *CreateEventSubscriptionInput

SetSourceIds sets the SourceIds field's value.

func (*CreateEventSubscriptionInput) SetSourceType

func (s *CreateEventSubscriptionInput) SetSourceType(v string) *CreateEventSubscriptionInput

SetSourceType sets the SourceType field's value.

func (*CreateEventSubscriptionInput) SetSubscriptionName

func (s *CreateEventSubscriptionInput) SetSubscriptionName(v string) *CreateEventSubscriptionInput

SetSubscriptionName sets the SubscriptionName field's value.

func (*CreateEventSubscriptionInput) SetTags

func (s *CreateEventSubscriptionInput) SetTags(v []*Tag) *CreateEventSubscriptionInput

SetTags sets the Tags field's value.

func (CreateEventSubscriptionInput) String

func (s CreateEventSubscriptionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEventSubscriptionInput) Validate

func (s *CreateEventSubscriptionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateEventSubscriptionOutput

type CreateEventSubscriptionOutput struct {

    // Describes event subscriptions.
    EventSubscription *EventSubscription `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateEventSubscriptionOutput) GoString

func (s CreateEventSubscriptionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEventSubscriptionOutput) SetEventSubscription

func (s *CreateEventSubscriptionOutput) SetEventSubscription(v *EventSubscription) *CreateEventSubscriptionOutput

SetEventSubscription sets the EventSubscription field's value.

func (CreateEventSubscriptionOutput) String

func (s CreateEventSubscriptionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateHsmClientCertificateInput

type CreateHsmClientCertificateInput struct {

    // The identifier to be assigned to the new HSM client certificate that the
    // cluster will use to connect to the HSM to use the database encryption keys.
    //
    // HsmClientCertificateIdentifier is a required field
    HsmClientCertificateIdentifier *string `type:"string" required:"true"`

    // A list of tag instances.
    Tags []*Tag `locationNameList:"Tag" type:"list"`
    // contains filtered or unexported fields
}

func (CreateHsmClientCertificateInput) GoString

func (s CreateHsmClientCertificateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHsmClientCertificateInput) SetHsmClientCertificateIdentifier

func (s *CreateHsmClientCertificateInput) SetHsmClientCertificateIdentifier(v string) *CreateHsmClientCertificateInput

SetHsmClientCertificateIdentifier sets the HsmClientCertificateIdentifier field's value.

func (*CreateHsmClientCertificateInput) SetTags

func (s *CreateHsmClientCertificateInput) SetTags(v []*Tag) *CreateHsmClientCertificateInput

SetTags sets the Tags field's value.

func (CreateHsmClientCertificateInput) String

func (s CreateHsmClientCertificateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHsmClientCertificateInput) Validate

func (s *CreateHsmClientCertificateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateHsmClientCertificateOutput

type CreateHsmClientCertificateOutput struct {

    // 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.
    HsmClientCertificate *HsmClientCertificate `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateHsmClientCertificateOutput) GoString

func (s CreateHsmClientCertificateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHsmClientCertificateOutput) SetHsmClientCertificate

func (s *CreateHsmClientCertificateOutput) SetHsmClientCertificate(v *HsmClientCertificate) *CreateHsmClientCertificateOutput

SetHsmClientCertificate sets the HsmClientCertificate field's value.

func (CreateHsmClientCertificateOutput) String

func (s CreateHsmClientCertificateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateHsmConfigurationInput

type CreateHsmConfigurationInput struct {

    // A text description of the HSM configuration to be created.
    //
    // Description is a required field
    Description *string `type:"string" required:"true"`

    // The identifier to be assigned to the new Amazon Redshift HSM configuration.
    //
    // HsmConfigurationIdentifier is a required field
    HsmConfigurationIdentifier *string `type:"string" required:"true"`

    // The IP address that the Amazon Redshift cluster must use to access the HSM.
    //
    // HsmIpAddress is a required field
    HsmIpAddress *string `type:"string" required:"true"`

    // The name of the partition in the HSM where the Amazon Redshift clusters will
    // store their database encryption keys.
    //
    // HsmPartitionName is a required field
    HsmPartitionName *string `type:"string" required:"true"`

    // The password required to access the HSM partition.
    //
    // HsmPartitionPassword is a required field
    HsmPartitionPassword *string `type:"string" required:"true"`

    // The HSMs public certificate file. When using Cloud HSM, the file name is
    // server.pem.
    //
    // HsmServerPublicCertificate is a required field
    HsmServerPublicCertificate *string `type:"string" required:"true"`

    // A list of tag instances.
    Tags []*Tag `locationNameList:"Tag" type:"list"`
    // contains filtered or unexported fields
}

func (CreateHsmConfigurationInput) GoString

func (s CreateHsmConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHsmConfigurationInput) SetDescription

func (s *CreateHsmConfigurationInput) SetDescription(v string) *CreateHsmConfigurationInput

SetDescription sets the Description field's value.

func (*CreateHsmConfigurationInput) SetHsmConfigurationIdentifier

func (s *CreateHsmConfigurationInput) SetHsmConfigurationIdentifier(v string) *CreateHsmConfigurationInput

SetHsmConfigurationIdentifier sets the HsmConfigurationIdentifier field's value.

func (*CreateHsmConfigurationInput) SetHsmIpAddress

func (s *CreateHsmConfigurationInput) SetHsmIpAddress(v string) *CreateHsmConfigurationInput

SetHsmIpAddress sets the HsmIpAddress field's value.

func (*CreateHsmConfigurationInput) SetHsmPartitionName

func (s *CreateHsmConfigurationInput) SetHsmPartitionName(v string) *CreateHsmConfigurationInput

SetHsmPartitionName sets the HsmPartitionName field's value.

func (*CreateHsmConfigurationInput) SetHsmPartitionPassword

func (s *CreateHsmConfigurationInput) SetHsmPartitionPassword(v string) *CreateHsmConfigurationInput

SetHsmPartitionPassword sets the HsmPartitionPassword field's value.

func (*CreateHsmConfigurationInput) SetHsmServerPublicCertificate

func (s *CreateHsmConfigurationInput) SetHsmServerPublicCertificate(v string) *CreateHsmConfigurationInput

SetHsmServerPublicCertificate sets the HsmServerPublicCertificate field's value.

func (*CreateHsmConfigurationInput) SetTags

func (s *CreateHsmConfigurationInput) SetTags(v []*Tag) *CreateHsmConfigurationInput

SetTags sets the Tags field's value.

func (CreateHsmConfigurationInput) String

func (s CreateHsmConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHsmConfigurationInput) Validate

func (s *CreateHsmConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateHsmConfigurationOutput

type CreateHsmConfigurationOutput struct {

    // 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.
    HsmConfiguration *HsmConfiguration `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateHsmConfigurationOutput) GoString

func (s CreateHsmConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHsmConfigurationOutput) SetHsmConfiguration

func (s *CreateHsmConfigurationOutput) SetHsmConfiguration(v *HsmConfiguration) *CreateHsmConfigurationOutput

SetHsmConfiguration sets the HsmConfiguration field's value.

func (CreateHsmConfigurationOutput) String

func (s CreateHsmConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateRedshiftIdcApplicationInput

type CreateRedshiftIdcApplicationInput struct {

    // The token issuer list for the Amazon Redshift IAM Identity Center application
    // instance.
    AuthorizedTokenIssuerList []*AuthorizedTokenIssuer `type:"list"`

    // The IAM role ARN for the Amazon Redshift IAM Identity Center application
    // instance. It has the required permissions to be assumed and invoke the IDC
    // Identity Center API.
    //
    // IamRoleArn is a required field
    IamRoleArn *string `type:"string" required:"true"`

    // The display name for the Amazon Redshift IAM Identity Center application
    // instance. It appears in the console.
    //
    // IdcDisplayName is a required field
    IdcDisplayName *string `min:"1" type:"string" required:"true"`

    // The Amazon resource name (ARN) of the IAM Identity Center instance where
    // Amazon Redshift creates a new managed application.
    //
    // IdcInstanceArn is a required field
    IdcInstanceArn *string `type:"string" required:"true"`

    // The namespace for the Amazon Redshift IAM Identity Center application instance.
    // It determines which managed application verifies the connection token.
    IdentityNamespace *string `min:"1" type:"string"`

    // The name of the Redshift application in IAM Identity Center.
    //
    // RedshiftIdcApplicationName is a required field
    RedshiftIdcApplicationName *string `min:"1" type:"string" required:"true"`

    // A collection of service integrations for the Redshift IAM Identity Center
    // application.
    ServiceIntegrations []*ServiceIntegrationsUnion `type:"list"`
    // contains filtered or unexported fields
}

func (CreateRedshiftIdcApplicationInput) GoString

func (s CreateRedshiftIdcApplicationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateRedshiftIdcApplicationInput) SetAuthorizedTokenIssuerList

func (s *CreateRedshiftIdcApplicationInput) SetAuthorizedTokenIssuerList(v []*AuthorizedTokenIssuer) *CreateRedshiftIdcApplicationInput

SetAuthorizedTokenIssuerList sets the AuthorizedTokenIssuerList field's value.

func (*CreateRedshiftIdcApplicationInput) SetIamRoleArn

func (s *CreateRedshiftIdcApplicationInput) SetIamRoleArn(v string) *CreateRedshiftIdcApplicationInput

SetIamRoleArn sets the IamRoleArn field's value.

func (*CreateRedshiftIdcApplicationInput) SetIdcDisplayName

func (s *CreateRedshiftIdcApplicationInput) SetIdcDisplayName(v string) *CreateRedshiftIdcApplicationInput

SetIdcDisplayName sets the IdcDisplayName field's value.

func (*CreateRedshiftIdcApplicationInput) SetIdcInstanceArn

func (s *CreateRedshiftIdcApplicationInput) SetIdcInstanceArn(v string) *CreateRedshiftIdcApplicationInput

SetIdcInstanceArn sets the IdcInstanceArn field's value.

func (*CreateRedshiftIdcApplicationInput) SetIdentityNamespace

func (s *CreateRedshiftIdcApplicationInput) SetIdentityNamespace(v string) *CreateRedshiftIdcApplicationInput

SetIdentityNamespace sets the IdentityNamespace field's value.

func (*CreateRedshiftIdcApplicationInput) SetRedshiftIdcApplicationName

func (s *CreateRedshiftIdcApplicationInput) SetRedshiftIdcApplicationName(v string) *CreateRedshiftIdcApplicationInput

SetRedshiftIdcApplicationName sets the RedshiftIdcApplicationName field's value.

func (*CreateRedshiftIdcApplicationInput) SetServiceIntegrations

func (s *CreateRedshiftIdcApplicationInput) SetServiceIntegrations(v []*ServiceIntegrationsUnion) *CreateRedshiftIdcApplicationInput

SetServiceIntegrations sets the ServiceIntegrations field's value.

func (CreateRedshiftIdcApplicationInput) String

func (s CreateRedshiftIdcApplicationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateRedshiftIdcApplicationInput) Validate

func (s *CreateRedshiftIdcApplicationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateRedshiftIdcApplicationOutput

type CreateRedshiftIdcApplicationOutput struct {

    // Contains properties for the Redshift IDC application.
    RedshiftIdcApplication *RedshiftIdcApplication `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateRedshiftIdcApplicationOutput) GoString

func (s CreateRedshiftIdcApplicationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateRedshiftIdcApplicationOutput) SetRedshiftIdcApplication

func (s *CreateRedshiftIdcApplicationOutput) SetRedshiftIdcApplication(v *RedshiftIdcApplication) *CreateRedshiftIdcApplicationOutput

SetRedshiftIdcApplication sets the RedshiftIdcApplication field's value.

func (CreateRedshiftIdcApplicationOutput) String

func (s CreateRedshiftIdcApplicationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateScheduledActionInput

type CreateScheduledActionInput struct {

    // If true, the schedule is enabled. If false, the scheduled action does not
    // trigger. For more information about state of the scheduled action, see ScheduledAction.
    Enable *bool `type:"boolean"`

    // The end time in UTC of the scheduled action. After this time, the scheduled
    // action does not trigger. For more information about this parameter, see ScheduledAction.
    EndTime *time.Time `type:"timestamp"`

    // The IAM role to assume to run the target action. For more information about
    // this parameter, see ScheduledAction.
    //
    // IamRole is a required field
    IamRole *string `type:"string" required:"true"`

    // The schedule in at( ) or cron( ) format. For more information about this
    // parameter, see ScheduledAction.
    //
    // Schedule is a required field
    Schedule *string `type:"string" required:"true"`

    // The description of the scheduled action.
    ScheduledActionDescription *string `type:"string"`

    // The name of the scheduled action. The name must be unique within an account.
    // For more information about this parameter, see ScheduledAction.
    //
    // ScheduledActionName is a required field
    ScheduledActionName *string `type:"string" required:"true"`

    // The start time in UTC of the scheduled action. Before this time, the scheduled
    // action does not trigger. For more information about this parameter, see ScheduledAction.
    StartTime *time.Time `type:"timestamp"`

    // A JSON format string of the Amazon Redshift API operation with input parameters.
    // For more information about this parameter, see ScheduledAction.
    //
    // TargetAction is a required field
    TargetAction *ScheduledActionType `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateScheduledActionInput) GoString

func (s CreateScheduledActionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateScheduledActionInput) SetEnable

func (s *CreateScheduledActionInput) SetEnable(v bool) *CreateScheduledActionInput

SetEnable sets the Enable field's value.

func (*CreateScheduledActionInput) SetEndTime

func (s *CreateScheduledActionInput) SetEndTime(v time.Time) *CreateScheduledActionInput

SetEndTime sets the EndTime field's value.

func (*CreateScheduledActionInput) SetIamRole

func (s *CreateScheduledActionInput) SetIamRole(v string) *CreateScheduledActionInput

SetIamRole sets the IamRole field's value.

func (*CreateScheduledActionInput) SetSchedule

func (s *CreateScheduledActionInput) SetSchedule(v string) *CreateScheduledActionInput

SetSchedule sets the Schedule field's value.

func (*CreateScheduledActionInput) SetScheduledActionDescription

func (s *CreateScheduledActionInput) SetScheduledActionDescription(v string) *CreateScheduledActionInput

SetScheduledActionDescription sets the ScheduledActionDescription field's value.

func (*CreateScheduledActionInput) SetScheduledActionName

func (s *CreateScheduledActionInput) SetScheduledActionName(v string) *CreateScheduledActionInput

SetScheduledActionName sets the ScheduledActionName field's value.

func (*CreateScheduledActionInput) SetStartTime

func (s *CreateScheduledActionInput) SetStartTime(v time.Time) *CreateScheduledActionInput

SetStartTime sets the StartTime field's value.

func (*CreateScheduledActionInput) SetTargetAction

func (s *CreateScheduledActionInput) SetTargetAction(v *ScheduledActionType) *CreateScheduledActionInput

SetTargetAction sets the TargetAction field's value.

func (CreateScheduledActionInput) String

func (s CreateScheduledActionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateScheduledActionInput) Validate

func (s *CreateScheduledActionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateScheduledActionOutput

type CreateScheduledActionOutput struct {

    // The end time in UTC when the schedule is no longer active. After this time,
    // the scheduled action does not trigger.
    EndTime *time.Time `type:"timestamp"`

    // The IAM role to assume to run the scheduled action. This IAM role must have
    // permission to run the Amazon Redshift API operation in the scheduled action.
    // This IAM role must allow the Amazon Redshift scheduler (Principal scheduler.redshift.amazonaws.com)
    // to assume permissions on your behalf. For more information about the IAM
    // role to use with the Amazon Redshift scheduler, see Using Identity-Based
    // Policies for Amazon Redshift (https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html)
    // in the Amazon Redshift Cluster Management Guide.
    IamRole *string `type:"string"`

    // List of times when the scheduled action will run.
    NextInvocations []*time.Time `locationNameList:"ScheduledActionTime" type:"list"`

    // The schedule for a one-time (at format) or recurring (cron format) scheduled
    // action. Schedule invocations must be separated by at least one hour.
    //
    // Format of at expressions is "at(yyyy-mm-ddThh:mm:ss)". For example, "at(2016-03-04T17:27:00)".
    //
    // Format of cron expressions is "cron(Minutes Hours Day-of-month Month Day-of-week
    // Year)". For example, "cron(0 10 ? * MON *)". For more information, see Cron
    // Expressions (https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions)
    // in the Amazon CloudWatch Events User Guide.
    Schedule *string `type:"string"`

    // The description of the scheduled action.
    ScheduledActionDescription *string `type:"string"`

    // The name of the scheduled action.
    ScheduledActionName *string `type:"string"`

    // The start time in UTC when the schedule is active. Before this time, the
    // scheduled action does not trigger.
    StartTime *time.Time `type:"timestamp"`

    // The state of the scheduled action. For example, DISABLED.
    State *string `type:"string" enum:"ScheduledActionState"`

    // A JSON format string of the Amazon Redshift API operation with input parameters.
    //
    // "{\"ResizeCluster\":{\"NodeType\":\"ra3.4xlarge\",\"ClusterIdentifier\":\"my-test-cluster\",\"NumberOfNodes\":3}}".
    TargetAction *ScheduledActionType `type:"structure"`
    // contains filtered or unexported fields
}

Describes a scheduled action. You can use a scheduled action to trigger some Amazon Redshift API operations on a schedule. For information about which API operations can be scheduled, see ScheduledActionType.

func (CreateScheduledActionOutput) GoString

func (s CreateScheduledActionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateScheduledActionOutput) SetEndTime

func (s *CreateScheduledActionOutput) SetEndTime(v time.Time) *CreateScheduledActionOutput

SetEndTime sets the EndTime field's value.

func (*CreateScheduledActionOutput) SetIamRole

func (s *CreateScheduledActionOutput) SetIamRole(v string) *CreateScheduledActionOutput

SetIamRole sets the IamRole field's value.

func (*CreateScheduledActionOutput) SetNextInvocations

func (s *CreateScheduledActionOutput) SetNextInvocations(v []*time.Time) *CreateScheduledActionOutput

SetNextInvocations sets the NextInvocations field's value.

func (*CreateScheduledActionOutput) SetSchedule

func (s *CreateScheduledActionOutput) SetSchedule(v string) *CreateScheduledActionOutput

SetSchedule sets the Schedule field's value.

func (*CreateScheduledActionOutput) SetScheduledActionDescription

func (s *CreateScheduledActionOutput) SetScheduledActionDescription(v string) *CreateScheduledActionOutput

SetScheduledActionDescription sets the ScheduledActionDescription field's value.

func (*CreateScheduledActionOutput) SetScheduledActionName

func (s *CreateScheduledActionOutput) SetScheduledActionName(v string) *CreateScheduledActionOutput

SetScheduledActionName sets the ScheduledActionName field's value.

func (*CreateScheduledActionOutput) SetStartTime

func (s *CreateScheduledActionOutput) SetStartTime(v time.Time) *CreateScheduledActionOutput

SetStartTime sets the StartTime field's value.

func (*CreateScheduledActionOutput) SetState

func (s *CreateScheduledActionOutput) SetState(v string) *CreateScheduledActionOutput

SetState sets the State field's value.

func (*CreateScheduledActionOutput) SetTargetAction

func (s *CreateScheduledActionOutput) SetTargetAction(v *ScheduledActionType) *CreateScheduledActionOutput

SetTargetAction sets the TargetAction field's value.

func (CreateScheduledActionOutput) String

func (s CreateScheduledActionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateSnapshotCopyGrantInput

type CreateSnapshotCopyGrantInput struct {

    // The unique identifier of the encrypted symmetric key to which to grant Amazon
    // Redshift permission. If no key is specified, the default key is used.
    KmsKeyId *string `type:"string"`

    // The name of the snapshot copy grant. This name must be unique in the region
    // for the Amazon Web Services account.
    //
    // Constraints:
    //
    //    * Must contain from 1 to 63 alphanumeric characters or hyphens.
    //
    //    * Alphabetic characters must be lowercase.
    //
    //    * First character must be a letter.
    //
    //    * Cannot end with a hyphen or contain two consecutive hyphens.
    //
    //    * Must be unique for all clusters within an Amazon Web Services account.
    //
    // SnapshotCopyGrantName is a required field
    SnapshotCopyGrantName *string `type:"string" required:"true"`

    // A list of tag instances.
    Tags []*Tag `locationNameList:"Tag" type:"list"`
    // contains filtered or unexported fields
}

The result of the CreateSnapshotCopyGrant action.

func (CreateSnapshotCopyGrantInput) GoString

func (s CreateSnapshotCopyGrantInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSnapshotCopyGrantInput) SetKmsKeyId

func (s *CreateSnapshotCopyGrantInput) SetKmsKeyId(v string) *CreateSnapshotCopyGrantInput

SetKmsKeyId sets the KmsKeyId field's value.

func (*CreateSnapshotCopyGrantInput) SetSnapshotCopyGrantName

func (s *CreateSnapshotCopyGrantInput) SetSnapshotCopyGrantName(v string) *CreateSnapshotCopyGrantInput

SetSnapshotCopyGrantName sets the SnapshotCopyGrantName field's value.

func (*CreateSnapshotCopyGrantInput) SetTags

func (s *CreateSnapshotCopyGrantInput) SetTags(v []*Tag) *CreateSnapshotCopyGrantInput

SetTags sets the Tags field's value.

func (CreateSnapshotCopyGrantInput) String

func (s CreateSnapshotCopyGrantInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSnapshotCopyGrantInput) Validate

func (s *CreateSnapshotCopyGrantInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateSnapshotCopyGrantOutput

type CreateSnapshotCopyGrantOutput struct {

    // The snapshot copy grant that grants Amazon Redshift permission to encrypt
    // copied snapshots with the specified encrypted symmetric key from Amazon Web
    // Services KMS in the destination region.
    //
    // For more information about managing snapshot copy grants, go to Amazon Redshift
    // Database Encryption (https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-db-encryption.html)
    // in the Amazon Redshift Cluster Management Guide.
    SnapshotCopyGrant *SnapshotCopyGrant `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateSnapshotCopyGrantOutput) GoString

func (s CreateSnapshotCopyGrantOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSnapshotCopyGrantOutput) SetSnapshotCopyGrant

func (s *CreateSnapshotCopyGrantOutput) SetSnapshotCopyGrant(v *SnapshotCopyGrant) *CreateSnapshotCopyGrantOutput

SetSnapshotCopyGrant sets the SnapshotCopyGrant field's value.

func (CreateSnapshotCopyGrantOutput) String

func (s CreateSnapshotCopyGrantOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateSnapshotScheduleInput

type CreateSnapshotScheduleInput struct {
    DryRun *bool `type:"boolean"`

    NextInvocations *int64 `type:"integer"`

    // The definition of the snapshot schedule. The definition is made up of schedule
    // expressions, for example "cron(30 12 *)" or "rate(12 hours)".
    ScheduleDefinitions []*string `locationNameList:"ScheduleDefinition" type:"list"`

    // The description of the snapshot schedule.
    ScheduleDescription *string `type:"string"`

    // A unique identifier for a snapshot schedule. Only alphanumeric characters
    // are allowed for the identifier.
    ScheduleIdentifier *string `type:"string"`

    // An optional set of tags you can use to search for the schedule.
    Tags []*Tag `locationNameList:"Tag" type:"list"`
    // contains filtered or unexported fields
}

func (CreateSnapshotScheduleInput) GoString

func (s CreateSnapshotScheduleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSnapshotScheduleInput) SetDryRun

func (s *CreateSnapshotScheduleInput) SetDryRun(v bool) *CreateSnapshotScheduleInput

SetDryRun sets the DryRun field's value.

func (*CreateSnapshotScheduleInput) SetNextInvocations

func (s *CreateSnapshotScheduleInput) SetNextInvocations(v int64) *CreateSnapshotScheduleInput

SetNextInvocations sets the NextInvocations field's value.

func (*CreateSnapshotScheduleInput) SetScheduleDefinitions

func (s *CreateSnapshotScheduleInput) SetScheduleDefinitions(v []*string) *CreateSnapshotScheduleInput

SetScheduleDefinitions sets the ScheduleDefinitions field's value.

func (*CreateSnapshotScheduleInput) SetScheduleDescription

func (s *CreateSnapshotScheduleInput) SetScheduleDescription(v string) *CreateSnapshotScheduleInput

SetScheduleDescription sets the ScheduleDescription field's value.

func (*CreateSnapshotScheduleInput) SetScheduleIdentifier

func (s *CreateSnapshotScheduleInput) SetScheduleIdentifier(v string) *CreateSnapshotScheduleInput

SetScheduleIdentifier sets the ScheduleIdentifier field's value.

func (*CreateSnapshotScheduleInput) SetTags

func (s *CreateSnapshotScheduleInput) SetTags(v []*Tag) *CreateSnapshotScheduleInput

SetTags sets the Tags field's value.

func (CreateSnapshotScheduleInput) String

func (s CreateSnapshotScheduleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateSnapshotScheduleOutput

type CreateSnapshotScheduleOutput struct {

    // The number of clusters associated with the schedule.
    AssociatedClusterCount *int64 `type:"integer"`

    // A list of clusters associated with the schedule. A maximum of 100 clusters
    // is returned.
    AssociatedClusters []*ClusterAssociatedToSchedule `locationNameList:"ClusterAssociatedToSchedule" type:"list"`

    NextInvocations []*time.Time `locationNameList:"SnapshotTime" type:"list"`

    // A list of ScheduleDefinitions.
    ScheduleDefinitions []*string `locationNameList:"ScheduleDefinition" type:"list"`

    // The description of the schedule.
    ScheduleDescription *string `type:"string"`

    // A unique identifier for the schedule.
    ScheduleIdentifier *string `type:"string"`

    // An optional set of tags describing the schedule.
    Tags []*Tag `locationNameList:"Tag" type:"list"`
    // contains filtered or unexported fields
}

Describes a snapshot schedule. You can set a regular interval for creating snapshots of a cluster. You can also schedule snapshots for specific dates.

func (CreateSnapshotScheduleOutput) GoString

func (s CreateSnapshotScheduleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSnapshotScheduleOutput) SetAssociatedClusterCount

func (s *CreateSnapshotScheduleOutput) SetAssociatedClusterCount(v int64) *CreateSnapshotScheduleOutput

SetAssociatedClusterCount sets the AssociatedClusterCount field's value.

func (*CreateSnapshotScheduleOutput) SetAssociatedClusters

func (s *CreateSnapshotScheduleOutput) SetAssociatedClusters(v []*ClusterAssociatedToSchedule) *CreateSnapshotScheduleOutput

SetAssociatedClusters sets the AssociatedClusters field's value.

func (*CreateSnapshotScheduleOutput) SetNextInvocations

func (s *CreateSnapshotScheduleOutput) SetNextInvocations(v []*time.Time) *CreateSnapshotScheduleOutput

SetNextInvocations sets the NextInvocations field's value.

func (*CreateSnapshotScheduleOutput) SetScheduleDefinitions

func (s *CreateSnapshotScheduleOutput) SetScheduleDefinitions(v []*string) *CreateSnapshotScheduleOutput

SetScheduleDefinitions sets the ScheduleDefinitions field's value.

func (*CreateSnapshotScheduleOutput) SetScheduleDescription

func (s *CreateSnapshotScheduleOutput) SetScheduleDescription(v string) *CreateSnapshotScheduleOutput

SetScheduleDescription sets the ScheduleDescription field's value.

func (*CreateSnapshotScheduleOutput) SetScheduleIdentifier

func (s *CreateSnapshotScheduleOutput) SetScheduleIdentifier(v string) *CreateSnapshotScheduleOutput

SetScheduleIdentifier sets the ScheduleIdentifier field's value.

func (*CreateSnapshotScheduleOutput) SetTags

func (s *CreateSnapshotScheduleOutput) SetTags(v []*Tag) *CreateSnapshotScheduleOutput

SetTags sets the Tags field's value.

func (CreateSnapshotScheduleOutput) String

func (s CreateSnapshotScheduleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateTagsInput

type CreateTagsInput struct {

    // The Amazon Resource Name (ARN) to which you want to add the tag or tags.
    // For example, arn:aws:redshift:us-east-2:123456789:cluster:t1.
    //
    // ResourceName is a required field
    ResourceName *string `type:"string" required:"true"`

    // One or more name/value pairs to add as tags to the specified resource. Each
    // tag name is passed in with the parameter Key and the corresponding value
    // is passed in with the parameter Value. The Key and Value parameters are separated
    // by a comma (,). Separate multiple tags with a space. For example, --tags
    // "Key"="owner","Value"="admin" "Key"="environment","Value"="test" "Key"="version","Value"="1.0".
    //
    // Tags is a required field
    Tags []*Tag `locationNameList:"Tag" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Contains the output from the CreateTags action.

func (CreateTagsInput) GoString

func (s CreateTagsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTagsInput) SetResourceName

func (s *CreateTagsInput) SetResourceName(v string) *CreateTagsInput

SetResourceName sets the ResourceName field's value.

func (*CreateTagsInput) SetTags

func (s *CreateTagsInput) SetTags(v []*Tag) *CreateTagsInput

SetTags sets the Tags field's value.

func (CreateTagsInput) String

func (s CreateTagsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTagsInput) Validate

func (s *CreateTagsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateTagsOutput

type CreateTagsOutput struct {
    // contains filtered or unexported fields
}

func (CreateTagsOutput) GoString

func (s CreateTagsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateTagsOutput) String

func (s CreateTagsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateUsageLimitInput

type CreateUsageLimitInput struct {

    // The limit amount. If time-based, this amount is in minutes. If data-based,
    // this amount is in terabytes (TB). The value must be a positive number.
    //
    // Amount is a required field
    Amount *int64 `type:"long" required:"true"`

    // The action that Amazon Redshift takes when the limit is reached. The default
    // is log. For more information about this parameter, see UsageLimit.
    BreachAction *string `type:"string" enum:"UsageLimitBreachAction"`

    // The identifier of the cluster that you want to limit usage.
    //
    // ClusterIdentifier is a required field
    ClusterIdentifier *string `type:"string" required:"true"`

    // The Amazon Redshift feature that you want to limit.
    //
    // FeatureType is a required field
    FeatureType *string `type:"string" required:"true" enum:"UsageLimitFeatureType"`

    // The type of limit. Depending on the feature type, this can be based on a
    // time duration or data size. If FeatureType is spectrum, then LimitType must
    // be data-scanned. If FeatureType is concurrency-scaling, then LimitType must
    // be time. If FeatureType is cross-region-datasharing, then LimitType must
    // be data-scanned.
    //
    // LimitType is a required field
    LimitType *string `type:"string" required:"true" enum:"UsageLimitLimitType"`

    // The time period that the amount applies to. A weekly period begins on Sunday.
    // The default is monthly.
    Period *string `type:"string" enum:"UsageLimitPeriod"`

    // A list of tag instances.
    Tags []*Tag `locationNameList:"Tag" type:"list"`
    // contains filtered or unexported fields
}

func (CreateUsageLimitInput) GoString

func (s CreateUsageLimitInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateUsageLimitInput) SetAmount

func (s *CreateUsageLimitInput) SetAmount(v int64) *CreateUsageLimitInput

SetAmount sets the Amount field's value.

func (*CreateUsageLimitInput) SetBreachAction

func (s *CreateUsageLimitInput) SetBreachAction(v string) *CreateUsageLimitInput

SetBreachAction sets the BreachAction field's value.

func (*CreateUsageLimitInput) SetClusterIdentifier

func (s *CreateUsageLimitInput) SetClusterIdentifier(v string) *CreateUsageLimitInput

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (*CreateUsageLimitInput) SetFeatureType

func (s *CreateUsageLimitInput) SetFeatureType(v string) *CreateUsageLimitInput

SetFeatureType sets the FeatureType field's value.

func (*CreateUsageLimitInput) SetLimitType

func (s *CreateUsageLimitInput) SetLimitType(v string) *CreateUsageLimitInput

SetLimitType sets the LimitType field's value.

func (*CreateUsageLimitInput) SetPeriod

func (s *CreateUsageLimitInput) SetPeriod(v string) *CreateUsageLimitInput

SetPeriod sets the Period field's value.

func (*CreateUsageLimitInput) SetTags

func (s *CreateUsageLimitInput) SetTags(v []*Tag) *CreateUsageLimitInput

SetTags sets the Tags field's value.

func (CreateUsageLimitInput) String

func (s CreateUsageLimitInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateUsageLimitInput) Validate

func (s *CreateUsageLimitInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateUsageLimitOutput

type CreateUsageLimitOutput struct {

    // The limit amount. If time-based, this amount is in minutes. If data-based,
    // this amount is in terabytes (TB).
    Amount *int64 `type:"long"`

    // The action that Amazon Redshift takes when the limit is reached. Possible
    // values are:
    //
    //    * log - To log an event in a system table. The default is log.
    //
    //    * emit-metric - To emit CloudWatch metrics.
    //
    //    * disable - To disable the feature until the next usage period begins.
    BreachAction *string `type:"string" enum:"UsageLimitBreachAction"`

    // The identifier of the cluster with a usage limit.
    ClusterIdentifier *string `type:"string"`

    // The Amazon Redshift feature to which the limit applies.
    FeatureType *string `type:"string" enum:"UsageLimitFeatureType"`

    // The type of limit. Depending on the feature type, this can be based on a
    // time duration or data size.
    LimitType *string `type:"string" enum:"UsageLimitLimitType"`

    // The time period that the amount applies to. A weekly period begins on Sunday.
    // The default is monthly.
    Period *string `type:"string" enum:"UsageLimitPeriod"`

    // A list of tag instances.
    Tags []*Tag `locationNameList:"Tag" type:"list"`

    // The identifier of the usage limit.
    UsageLimitId *string `type:"string"`
    // contains filtered or unexported fields
}

Describes a usage limit object for a cluster.

func (CreateUsageLimitOutput) GoString

func (s CreateUsageLimitOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateUsageLimitOutput) SetAmount

func (s *CreateUsageLimitOutput) SetAmount(v int64) *CreateUsageLimitOutput

SetAmount sets the Amount field's value.

func (*CreateUsageLimitOutput) SetBreachAction

func (s *CreateUsageLimitOutput) SetBreachAction(v string) *CreateUsageLimitOutput

SetBreachAction sets the BreachAction field's value.

func (*CreateUsageLimitOutput) SetClusterIdentifier

func (s *CreateUsageLimitOutput) SetClusterIdentifier(v string) *CreateUsageLimitOutput

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (*CreateUsageLimitOutput) SetFeatureType

func (s *CreateUsageLimitOutput) SetFeatureType(v string) *CreateUsageLimitOutput

SetFeatureType sets the FeatureType field's value.

func (*CreateUsageLimitOutput) SetLimitType

func (s *CreateUsageLimitOutput) SetLimitType(v string) *CreateUsageLimitOutput

SetLimitType sets the LimitType field's value.

func (*CreateUsageLimitOutput) SetPeriod

func (s *CreateUsageLimitOutput) SetPeriod(v string) *CreateUsageLimitOutput

SetPeriod sets the Period field's value.

func (*CreateUsageLimitOutput) SetTags

func (s *CreateUsageLimitOutput) SetTags(v []*Tag) *CreateUsageLimitOutput

SetTags sets the Tags field's value.

func (*CreateUsageLimitOutput) SetUsageLimitId

func (s *CreateUsageLimitOutput) SetUsageLimitId(v string) *CreateUsageLimitOutput

SetUsageLimitId sets the UsageLimitId field's value.

func (CreateUsageLimitOutput) String

func (s CreateUsageLimitOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataShare

type DataShare struct {

    // A value that specifies whether the datashare can be shared to a publicly
    // accessible cluster.
    AllowPubliclyAccessibleConsumers *bool `type:"boolean"`

    // The Amazon Resource Name (ARN) of the datashare that the consumer is to use.
    DataShareArn *string `type:"string"`

    // A value that specifies when the datashare has an association between producer
    // and data consumers.
    DataShareAssociations []*DataShareAssociation `type:"list"`

    // The identifier of a datashare to show its managing entity.
    ManagedBy *string `type:"string"`

    // The Amazon Resource Name (ARN) of the producer namespace.
    ProducerArn *string `type:"string"`
    // contains filtered or unexported fields
}

func (DataShare) GoString

func (s DataShare) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataShare) SetAllowPubliclyAccessibleConsumers

func (s *DataShare) SetAllowPubliclyAccessibleConsumers(v bool) *DataShare

SetAllowPubliclyAccessibleConsumers sets the AllowPubliclyAccessibleConsumers field's value.

func (*DataShare) SetDataShareArn

func (s *DataShare) SetDataShareArn(v string) *DataShare

SetDataShareArn sets the DataShareArn field's value.

func (*DataShare) SetDataShareAssociations

func (s *DataShare) SetDataShareAssociations(v []*DataShareAssociation) *DataShare

SetDataShareAssociations sets the DataShareAssociations field's value.

func (*DataShare) SetManagedBy

func (s *DataShare) SetManagedBy(v string) *DataShare

SetManagedBy sets the ManagedBy field's value.

func (*DataShare) SetProducerArn

func (s *DataShare) SetProducerArn(v string) *DataShare

SetProducerArn sets the ProducerArn field's value.

func (DataShare) String

func (s DataShare) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataShareAssociation

type DataShareAssociation struct {

    // Specifies whether write operations were allowed during data share association.
    ConsumerAcceptedWrites *bool `type:"boolean"`

    // The name of the consumer accounts that have an association with a producer
    // datashare.
    ConsumerIdentifier *string `type:"string"`

    // The Amazon Web Services Region of the consumer accounts that have an association
    // with a producer datashare.
    ConsumerRegion *string `type:"string"`

    // The creation date of the datashare that is associated.
    CreatedDate *time.Time `type:"timestamp"`

    // Specifies whether write operations were allowed during data share authorization.
    ProducerAllowedWrites *bool `type:"boolean"`

    // The status of the datashare that is associated.
    Status *string `type:"string" enum:"DataShareStatus"`

    // The status change data of the datashare that is associated.
    StatusChangeDate *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

The association of a datashare from a producer account with a data consumer.

func (DataShareAssociation) GoString

func (s DataShareAssociation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataShareAssociation) SetConsumerAcceptedWrites

func (s *DataShareAssociation) SetConsumerAcceptedWrites(v bool) *DataShareAssociation

SetConsumerAcceptedWrites sets the ConsumerAcceptedWrites field's value.

func (*DataShareAssociation) SetConsumerIdentifier

func (s *DataShareAssociation) SetConsumerIdentifier(v string) *DataShareAssociation

SetConsumerIdentifier sets the ConsumerIdentifier field's value.

func (*DataShareAssociation) SetConsumerRegion

func (s *DataShareAssociation) SetConsumerRegion(v string) *DataShareAssociation

SetConsumerRegion sets the ConsumerRegion field's value.

func (*DataShareAssociation) SetCreatedDate

func (s *DataShareAssociation) SetCreatedDate(v time.Time) *DataShareAssociation

SetCreatedDate sets the CreatedDate field's value.

func (*DataShareAssociation) SetProducerAllowedWrites

func (s *DataShareAssociation) SetProducerAllowedWrites(v bool) *DataShareAssociation

SetProducerAllowedWrites sets the ProducerAllowedWrites field's value.

func (*DataShareAssociation) SetStatus

func (s *DataShareAssociation) SetStatus(v string) *DataShareAssociation

SetStatus sets the Status field's value.

func (*DataShareAssociation) SetStatusChangeDate

func (s *DataShareAssociation) SetStatusChangeDate(v time.Time) *DataShareAssociation

SetStatusChangeDate sets the StatusChangeDate field's value.

func (DataShareAssociation) String

func (s DataShareAssociation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataTransferProgress

type DataTransferProgress struct {

    // Describes the data transfer rate in MB's per second.
    CurrentRateInMegaBytesPerSecond *float64 `type:"double"`

    // Describes the total amount of data that has been transfered in MB's.
    DataTransferredInMegaBytes *int64 `type:"long"`

    // Describes the number of seconds that have elapsed during the data transfer.
    ElapsedTimeInSeconds *int64 `type:"long"`

    // Describes the estimated number of seconds remaining to complete the transfer.
    EstimatedTimeToCompletionInSeconds *int64 `type:"long"`

    // Describes the status of the cluster. While the transfer is in progress the
    // status is transferringdata.
    Status *string `type:"string"`

    // Describes the total amount of data to be transfered in megabytes.
    TotalDataInMegaBytes *int64 `type:"long"`
    // contains filtered or unexported fields
}

Describes the status of a cluster while it is in the process of resizing with an incremental resize.

func (DataTransferProgress) GoString

func (s DataTransferProgress) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataTransferProgress) SetCurrentRateInMegaBytesPerSecond

func (s *DataTransferProgress) SetCurrentRateInMegaBytesPerSecond(v float64) *DataTransferProgress

SetCurrentRateInMegaBytesPerSecond sets the CurrentRateInMegaBytesPerSecond field's value.

func (*DataTransferProgress) SetDataTransferredInMegaBytes

func (s *DataTransferProgress) SetDataTransferredInMegaBytes(v int64) *DataTransferProgress

SetDataTransferredInMegaBytes sets the DataTransferredInMegaBytes field's value.

func (*DataTransferProgress) SetElapsedTimeInSeconds

func (s *DataTransferProgress) SetElapsedTimeInSeconds(v int64) *DataTransferProgress

SetElapsedTimeInSeconds sets the ElapsedTimeInSeconds field's value.

func (*DataTransferProgress) SetEstimatedTimeToCompletionInSeconds

func (s *DataTransferProgress) SetEstimatedTimeToCompletionInSeconds(v int64) *DataTransferProgress

SetEstimatedTimeToCompletionInSeconds sets the EstimatedTimeToCompletionInSeconds field's value.

func (*DataTransferProgress) SetStatus

func (s *DataTransferProgress) SetStatus(v string) *DataTransferProgress

SetStatus sets the Status field's value.

func (*DataTransferProgress) SetTotalDataInMegaBytes

func (s *DataTransferProgress) SetTotalDataInMegaBytes(v int64) *DataTransferProgress

SetTotalDataInMegaBytes sets the TotalDataInMegaBytes field's value.

func (DataTransferProgress) String

func (s DataTransferProgress) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeauthorizeDataShareInput

type DeauthorizeDataShareInput struct {

    // The identifier of the data consumer that is to have authorization removed
    // from the datashare. This identifier is an Amazon Web Services account ID
    // or a keyword, such as ADX.
    //
    // ConsumerIdentifier is a required field
    ConsumerIdentifier *string `type:"string" required:"true"`

    // The namespace Amazon Resource Name (ARN) of the datashare to remove authorization
    // from.
    //
    // DataShareArn is a required field
    DataShareArn *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeauthorizeDataShareInput) GoString

func (s DeauthorizeDataShareInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeauthorizeDataShareInput) SetConsumerIdentifier

func (s *DeauthorizeDataShareInput) SetConsumerIdentifier(v string) *DeauthorizeDataShareInput

SetConsumerIdentifier sets the ConsumerIdentifier field's value.

func (*DeauthorizeDataShareInput) SetDataShareArn

func (s *DeauthorizeDataShareInput) SetDataShareArn(v string) *DeauthorizeDataShareInput

SetDataShareArn sets the DataShareArn field's value.

func (DeauthorizeDataShareInput) String

func (s DeauthorizeDataShareInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeauthorizeDataShareInput) Validate

func (s *DeauthorizeDataShareInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeauthorizeDataShareOutput

type DeauthorizeDataShareOutput struct {

    // A value that specifies whether the datashare can be shared to a publicly
    // accessible cluster.
    AllowPubliclyAccessibleConsumers *bool `type:"boolean"`

    // The Amazon Resource Name (ARN) of the datashare that the consumer is to use.
    DataShareArn *string `type:"string"`

    // A value that specifies when the datashare has an association between producer
    // and data consumers.
    DataShareAssociations []*DataShareAssociation `type:"list"`

    // The identifier of a datashare to show its managing entity.
    ManagedBy *string `type:"string"`

    // The Amazon Resource Name (ARN) of the producer namespace.
    ProducerArn *string `type:"string"`
    // contains filtered or unexported fields
}

func (DeauthorizeDataShareOutput) GoString

func (s DeauthorizeDataShareOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeauthorizeDataShareOutput) SetAllowPubliclyAccessibleConsumers

func (s *DeauthorizeDataShareOutput) SetAllowPubliclyAccessibleConsumers(v bool) *DeauthorizeDataShareOutput

SetAllowPubliclyAccessibleConsumers sets the AllowPubliclyAccessibleConsumers field's value.

func (*DeauthorizeDataShareOutput) SetDataShareArn

func (s *DeauthorizeDataShareOutput) SetDataShareArn(v string) *DeauthorizeDataShareOutput

SetDataShareArn sets the DataShareArn field's value.

func (*DeauthorizeDataShareOutput) SetDataShareAssociations

func (s *DeauthorizeDataShareOutput) SetDataShareAssociations(v []*DataShareAssociation) *DeauthorizeDataShareOutput

SetDataShareAssociations sets the DataShareAssociations field's value.

func (*DeauthorizeDataShareOutput) SetManagedBy

func (s *DeauthorizeDataShareOutput) SetManagedBy(v string) *DeauthorizeDataShareOutput

SetManagedBy sets the ManagedBy field's value.

func (*DeauthorizeDataShareOutput) SetProducerArn

func (s *DeauthorizeDataShareOutput) SetProducerArn(v string) *DeauthorizeDataShareOutput

SetProducerArn sets the ProducerArn field's value.

func (DeauthorizeDataShareOutput) String

func (s DeauthorizeDataShareOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DefaultClusterParameters

type DefaultClusterParameters struct {

    // A value that indicates the starting point for the next set of response records
    // in a subsequent request. If a value is returned in a response, you can retrieve
    // the next set of records by providing this returned marker value in the Marker
    // parameter and retrying the command. If the Marker field is empty, all response
    // records have been retrieved for the request.
    Marker *string `type:"string"`

    // The name of the cluster parameter group family to which the engine default
    // parameters apply.
    ParameterGroupFamily *string `type:"string"`

    // The list of cluster default parameters.
    Parameters []*Parameter `locationNameList:"Parameter" type:"list"`
    // contains filtered or unexported fields
}

Describes the default cluster parameters for a parameter group family.

func (DefaultClusterParameters) GoString

func (s DefaultClusterParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DefaultClusterParameters) SetMarker

func (s *DefaultClusterParameters) SetMarker(v string) *DefaultClusterParameters

SetMarker sets the Marker field's value.

func (*DefaultClusterParameters) SetParameterGroupFamily

func (s *DefaultClusterParameters) SetParameterGroupFamily(v string) *DefaultClusterParameters

SetParameterGroupFamily sets the ParameterGroupFamily field's value.

func (*DefaultClusterParameters) SetParameters

func (s *DefaultClusterParameters) SetParameters(v []*Parameter) *DefaultClusterParameters

SetParameters sets the Parameters field's value.

func (DefaultClusterParameters) String

func (s DefaultClusterParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeferredMaintenanceWindow

type DeferredMaintenanceWindow struct {

    // A timestamp for the end of the time period when we defer maintenance.
    DeferMaintenanceEndTime *time.Time `type:"timestamp"`

    // A unique identifier for the maintenance window.
    DeferMaintenanceIdentifier *string `type:"string"`

    // A timestamp for the beginning of the time period when we defer maintenance.
    DeferMaintenanceStartTime *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

Describes a deferred maintenance window

func (DeferredMaintenanceWindow) GoString

func (s DeferredMaintenanceWindow) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeferredMaintenanceWindow) SetDeferMaintenanceEndTime

func (s *DeferredMaintenanceWindow) SetDeferMaintenanceEndTime(v time.Time) *DeferredMaintenanceWindow

SetDeferMaintenanceEndTime sets the DeferMaintenanceEndTime field's value.

func (*DeferredMaintenanceWindow) SetDeferMaintenanceIdentifier

func (s *DeferredMaintenanceWindow) SetDeferMaintenanceIdentifier(v string) *DeferredMaintenanceWindow

SetDeferMaintenanceIdentifier sets the DeferMaintenanceIdentifier field's value.

func (*DeferredMaintenanceWindow) SetDeferMaintenanceStartTime

func (s *DeferredMaintenanceWindow) SetDeferMaintenanceStartTime(v time.Time) *DeferredMaintenanceWindow

SetDeferMaintenanceStartTime sets the DeferMaintenanceStartTime field's value.

func (DeferredMaintenanceWindow) String

func (s DeferredMaintenanceWindow) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteAuthenticationProfileInput

type DeleteAuthenticationProfileInput struct {

    // The name of the authentication profile to delete.
    //
    // AuthenticationProfileName is a required field
    AuthenticationProfileName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteAuthenticationProfileInput) GoString

func (s DeleteAuthenticationProfileInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAuthenticationProfileInput) SetAuthenticationProfileName

func (s *DeleteAuthenticationProfileInput) SetAuthenticationProfileName(v string) *DeleteAuthenticationProfileInput

SetAuthenticationProfileName sets the AuthenticationProfileName field's value.

func (DeleteAuthenticationProfileInput) String

func (s DeleteAuthenticationProfileInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAuthenticationProfileInput) Validate

func (s *DeleteAuthenticationProfileInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAuthenticationProfileOutput

type DeleteAuthenticationProfileOutput struct {

    // The name of the authentication profile that was deleted.
    AuthenticationProfileName *string `type:"string"`
    // contains filtered or unexported fields
}

func (DeleteAuthenticationProfileOutput) GoString

func (s DeleteAuthenticationProfileOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAuthenticationProfileOutput) SetAuthenticationProfileName

func (s *DeleteAuthenticationProfileOutput) SetAuthenticationProfileName(v string) *DeleteAuthenticationProfileOutput

SetAuthenticationProfileName sets the AuthenticationProfileName field's value.

func (DeleteAuthenticationProfileOutput) String

func (s DeleteAuthenticationProfileOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteClusterInput

type DeleteClusterInput struct {

    // The identifier of the cluster to be deleted.
    //
    // Constraints:
    //
    //    * Must contain lowercase characters.
    //
    //    * Must contain from 1 to 63 alphanumeric characters or hyphens.
    //
    //    * First character must be a letter.
    //
    //    * Cannot end with a hyphen or contain two consecutive hyphens.
    //
    // ClusterIdentifier is a required field
    ClusterIdentifier *string `type:"string" required:"true"`

    // The identifier of the final snapshot that is to be created immediately before
    // deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot
    // must be false.
    //
    // Constraints:
    //
    //    * Must be 1 to 255 alphanumeric characters.
    //
    //    * First character must be a letter.
    //
    //    * Cannot end with a hyphen or contain two consecutive hyphens.
    FinalClusterSnapshotIdentifier *string `type:"string"`

    // The number of days that a manual snapshot is retained. If the value is -1,
    // the manual snapshot is retained indefinitely.
    //
    // The value must be either -1 or an integer between 1 and 3,653.
    //
    // The default value is -1.
    FinalClusterSnapshotRetentionPeriod *int64 `type:"integer"`

    // Determines whether a final snapshot of the cluster is created before Amazon
    // Redshift deletes the cluster. If true, a final cluster snapshot is not created.
    // If false, a final cluster snapshot is created before the cluster is deleted.
    //
    // The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot
    // is false.
    //
    // Default: false
    SkipFinalClusterSnapshot *bool `type:"boolean"`
    // contains filtered or unexported fields
}

func (DeleteClusterInput) GoString

func (s DeleteClusterInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteClusterInput) SetClusterIdentifier

func (s *DeleteClusterInput) SetClusterIdentifier(v string) *DeleteClusterInput

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (*DeleteClusterInput) SetFinalClusterSnapshotIdentifier

func (s *DeleteClusterInput) SetFinalClusterSnapshotIdentifier(v string) *DeleteClusterInput

SetFinalClusterSnapshotIdentifier sets the FinalClusterSnapshotIdentifier field's value.

func (*DeleteClusterInput) SetFinalClusterSnapshotRetentionPeriod

func (s *DeleteClusterInput) SetFinalClusterSnapshotRetentionPeriod(v int64) *DeleteClusterInput

SetFinalClusterSnapshotRetentionPeriod sets the FinalClusterSnapshotRetentionPeriod field's value.

func (*DeleteClusterInput) SetSkipFinalClusterSnapshot

func (s *DeleteClusterInput) SetSkipFinalClusterSnapshot(v bool) *DeleteClusterInput

SetSkipFinalClusterSnapshot sets the SkipFinalClusterSnapshot field's value.

func (DeleteClusterInput) String

func (s DeleteClusterInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteClusterInput) Validate

func (s *DeleteClusterInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteClusterOutput

type DeleteClusterOutput struct {

    // Describes a cluster.
    Cluster *Cluster `type:"structure"`
    // contains filtered or unexported fields
}

func (DeleteClusterOutput) GoString

func (s DeleteClusterOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteClusterOutput) SetCluster

func (s *DeleteClusterOutput) SetCluster(v *Cluster) *DeleteClusterOutput

SetCluster sets the Cluster field's value.

func (DeleteClusterOutput) String

func (s DeleteClusterOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteClusterParameterGroupInput

type DeleteClusterParameterGroupInput struct {

    // The name of the parameter group to be deleted.
    //
    // Constraints:
    //
    //    * Must be the name of an existing cluster parameter group.
    //
    //    * Cannot delete a default cluster parameter group.
    //
    // ParameterGroupName is a required field
    ParameterGroupName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteClusterParameterGroupInput) GoString

func (s DeleteClusterParameterGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteClusterParameterGroupInput) SetParameterGroupName

func (s *DeleteClusterParameterGroupInput) SetParameterGroupName(v string) *DeleteClusterParameterGroupInput

SetParameterGroupName sets the ParameterGroupName field's value.

func (DeleteClusterParameterGroupInput) String

func (s DeleteClusterParameterGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteClusterParameterGroupInput) Validate

func (s *DeleteClusterParameterGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteClusterParameterGroupOutput

type DeleteClusterParameterGroupOutput struct {
    // contains filtered or unexported fields
}

func (DeleteClusterParameterGroupOutput) GoString

func (s DeleteClusterParameterGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteClusterParameterGroupOutput) String

func (s DeleteClusterParameterGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteClusterSecurityGroupInput

type DeleteClusterSecurityGroupInput struct {

    // The name of the cluster security group to be deleted.
    //
    // ClusterSecurityGroupName is a required field
    ClusterSecurityGroupName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteClusterSecurityGroupInput) GoString

func (s DeleteClusterSecurityGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteClusterSecurityGroupInput) SetClusterSecurityGroupName

func (s *DeleteClusterSecurityGroupInput) SetClusterSecurityGroupName(v string) *DeleteClusterSecurityGroupInput

SetClusterSecurityGroupName sets the ClusterSecurityGroupName field's value.

func (DeleteClusterSecurityGroupInput) String

func (s DeleteClusterSecurityGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteClusterSecurityGroupInput) Validate

func (s *DeleteClusterSecurityGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteClusterSecurityGroupOutput

type DeleteClusterSecurityGroupOutput struct {
    // contains filtered or unexported fields
}

func (DeleteClusterSecurityGroupOutput) GoString

func (s DeleteClusterSecurityGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteClusterSecurityGroupOutput) String

func (s DeleteClusterSecurityGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteClusterSnapshotInput

type DeleteClusterSnapshotInput struct {

    // The unique identifier of the cluster the snapshot was created from. This
    // parameter is required if your IAM user has a policy containing a snapshot
    // resource element that specifies anything other than * for the cluster name.
    //
    // Constraints: Must be the name of valid cluster.
    SnapshotClusterIdentifier *string `type:"string"`

    // The unique identifier of the manual snapshot to be deleted.
    //
    // Constraints: Must be the name of an existing snapshot that is in the available,
    // failed, or cancelled state.
    //
    // SnapshotIdentifier is a required field
    SnapshotIdentifier *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteClusterSnapshotInput) GoString

func (s DeleteClusterSnapshotInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteClusterSnapshotInput) SetSnapshotClusterIdentifier

func (s *DeleteClusterSnapshotInput) SetSnapshotClusterIdentifier(v string) *DeleteClusterSnapshotInput

SetSnapshotClusterIdentifier sets the SnapshotClusterIdentifier field's value.

func (*DeleteClusterSnapshotInput) SetSnapshotIdentifier

func (s *DeleteClusterSnapshotInput) SetSnapshotIdentifier(v string) *DeleteClusterSnapshotInput

SetSnapshotIdentifier sets the SnapshotIdentifier field's value.

func (DeleteClusterSnapshotInput) String

func (s DeleteClusterSnapshotInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteClusterSnapshotInput) Validate

func (s *DeleteClusterSnapshotInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteClusterSnapshotMessage

type DeleteClusterSnapshotMessage struct {

    // The unique identifier of the cluster the snapshot was created from. This
    // parameter is required if your IAM user has a policy containing a snapshot
    // resource element that specifies anything other than * for the cluster name.
    //
    // Constraints: Must be the name of valid cluster.
    SnapshotClusterIdentifier *string `type:"string"`

    // The unique identifier of the manual snapshot to be deleted.
    //
    // Constraints: Must be the name of an existing snapshot that is in the available,
    // failed, or cancelled state.
    //
    // SnapshotIdentifier is a required field
    SnapshotIdentifier *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteClusterSnapshotMessage) GoString

func (s DeleteClusterSnapshotMessage) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteClusterSnapshotMessage) SetSnapshotClusterIdentifier

func (s *DeleteClusterSnapshotMessage) SetSnapshotClusterIdentifier(v string) *DeleteClusterSnapshotMessage

SetSnapshotClusterIdentifier sets the SnapshotClusterIdentifier field's value.

func (*DeleteClusterSnapshotMessage) SetSnapshotIdentifier

func (s *DeleteClusterSnapshotMessage) SetSnapshotIdentifier(v string) *DeleteClusterSnapshotMessage

SetSnapshotIdentifier sets the SnapshotIdentifier field's value.

func (DeleteClusterSnapshotMessage) String

func (s DeleteClusterSnapshotMessage) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteClusterSnapshotMessage) Validate

func (s *DeleteClusterSnapshotMessage) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteClusterSnapshotOutput

type DeleteClusterSnapshotOutput struct {

    // Describes a snapshot.
    Snapshot *Snapshot `type:"structure"`
    // contains filtered or unexported fields
}

func (DeleteClusterSnapshotOutput) GoString

func (s DeleteClusterSnapshotOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteClusterSnapshotOutput) SetSnapshot

func (s *DeleteClusterSnapshotOutput) SetSnapshot(v *Snapshot) *DeleteClusterSnapshotOutput

SetSnapshot sets the Snapshot field's value.

func (DeleteClusterSnapshotOutput) String

func (s DeleteClusterSnapshotOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteClusterSubnetGroupInput

type DeleteClusterSubnetGroupInput struct {

    // The name of the cluster subnet group name to be deleted.
    //
    // ClusterSubnetGroupName is a required field
    ClusterSubnetGroupName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteClusterSubnetGroupInput) GoString

func (s DeleteClusterSubnetGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteClusterSubnetGroupInput) SetClusterSubnetGroupName

func (s *DeleteClusterSubnetGroupInput) SetClusterSubnetGroupName(v string) *DeleteClusterSubnetGroupInput

SetClusterSubnetGroupName sets the ClusterSubnetGroupName field's value.

func (DeleteClusterSubnetGroupInput) String

func (s DeleteClusterSubnetGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteClusterSubnetGroupInput) Validate

func (s *DeleteClusterSubnetGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteClusterSubnetGroupOutput

type DeleteClusterSubnetGroupOutput struct {
    // contains filtered or unexported fields
}

func (DeleteClusterSubnetGroupOutput) GoString

func (s DeleteClusterSubnetGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteClusterSubnetGroupOutput) String

func (s DeleteClusterSubnetGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteCustomDomainAssociationInput

type DeleteCustomDomainAssociationInput struct {

    // The identifier of the cluster to delete a custom domain association for.
    //
    // ClusterIdentifier is a required field
    ClusterIdentifier *string `type:"string" required:"true"`

    // The custom domain name for the custom domain association.
    //
    // CustomDomainName is a required field
    CustomDomainName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteCustomDomainAssociationInput) GoString

func (s DeleteCustomDomainAssociationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteCustomDomainAssociationInput) SetClusterIdentifier

func (s *DeleteCustomDomainAssociationInput) SetClusterIdentifier(v string) *DeleteCustomDomainAssociationInput

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (*DeleteCustomDomainAssociationInput) SetCustomDomainName

func (s *DeleteCustomDomainAssociationInput) SetCustomDomainName(v string) *DeleteCustomDomainAssociationInput

SetCustomDomainName sets the CustomDomainName field's value.

func (DeleteCustomDomainAssociationInput) String

func (s DeleteCustomDomainAssociationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteCustomDomainAssociationInput) Validate

func (s *DeleteCustomDomainAssociationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteCustomDomainAssociationOutput

type DeleteCustomDomainAssociationOutput struct {
    // contains filtered or unexported fields
}

func (DeleteCustomDomainAssociationOutput) GoString

func (s DeleteCustomDomainAssociationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteCustomDomainAssociationOutput) String

func (s DeleteCustomDomainAssociationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteEndpointAccessInput

type DeleteEndpointAccessInput struct {

    // The Redshift-managed VPC endpoint to delete.
    //
    // EndpointName is a required field
    EndpointName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteEndpointAccessInput) GoString

func (s DeleteEndpointAccessInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEndpointAccessInput) SetEndpointName

func (s *DeleteEndpointAccessInput) SetEndpointName(v string) *DeleteEndpointAccessInput

SetEndpointName sets the EndpointName field's value.

func (DeleteEndpointAccessInput) String

func (s DeleteEndpointAccessInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEndpointAccessInput) Validate

func (s *DeleteEndpointAccessInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteEndpointAccessOutput

type DeleteEndpointAccessOutput struct {

    // The DNS address of the endpoint.
    Address *string `type:"string"`

    // The cluster identifier of the cluster associated with the endpoint.
    ClusterIdentifier *string `type:"string"`

    // The time (UTC) that the endpoint was created.
    EndpointCreateTime *time.Time `type:"timestamp"`

    // The name of the endpoint.
    EndpointName *string `type:"string"`

    // The status of the endpoint.
    EndpointStatus *string `type:"string"`

    // The port number on which the cluster accepts incoming connections.
    Port *int64 `type:"integer"`

    // The Amazon Web Services account ID of the owner of the cluster.
    ResourceOwner *string `type:"string"`

    // The subnet group name where Amazon Redshift chooses to deploy the endpoint.
    SubnetGroupName *string `type:"string"`

    // The connection endpoint for connecting to an Amazon Redshift cluster through
    // the proxy.
    VpcEndpoint *VpcEndpoint `type:"structure"`

    // The security groups associated with the endpoint.
    VpcSecurityGroups []*VpcSecurityGroupMembership `locationNameList:"VpcSecurityGroup" type:"list"`
    // contains filtered or unexported fields
}

Describes a Redshift-managed VPC endpoint.

func (DeleteEndpointAccessOutput) GoString

func (s DeleteEndpointAccessOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEndpointAccessOutput) SetAddress

func (s *DeleteEndpointAccessOutput) SetAddress(v string) *DeleteEndpointAccessOutput

SetAddress sets the Address field's value.

func (*DeleteEndpointAccessOutput) SetClusterIdentifier

func (s *DeleteEndpointAccessOutput) SetClusterIdentifier(v string) *DeleteEndpointAccessOutput

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (*DeleteEndpointAccessOutput) SetEndpointCreateTime

func (s *DeleteEndpointAccessOutput) SetEndpointCreateTime(v time.Time) *DeleteEndpointAccessOutput

SetEndpointCreateTime sets the EndpointCreateTime field's value.

func (*DeleteEndpointAccessOutput) SetEndpointName

func (s *DeleteEndpointAccessOutput) SetEndpointName(v string) *DeleteEndpointAccessOutput

SetEndpointName sets the EndpointName field's value.

func (*DeleteEndpointAccessOutput) SetEndpointStatus

func (s *DeleteEndpointAccessOutput) SetEndpointStatus(v string) *DeleteEndpointAccessOutput

SetEndpointStatus sets the EndpointStatus field's value.

func (*DeleteEndpointAccessOutput) SetPort

func (s *DeleteEndpointAccessOutput) SetPort(v int64) *DeleteEndpointAccessOutput

SetPort sets the Port field's value.

func (*DeleteEndpointAccessOutput) SetResourceOwner

func (s *DeleteEndpointAccessOutput) SetResourceOwner(v string) *DeleteEndpointAccessOutput

SetResourceOwner sets the ResourceOwner field's value.

func (*DeleteEndpointAccessOutput) SetSubnetGroupName

func (s *DeleteEndpointAccessOutput) SetSubnetGroupName(v string) *DeleteEndpointAccessOutput

SetSubnetGroupName sets the SubnetGroupName field's value.

func (*DeleteEndpointAccessOutput) SetVpcEndpoint

func (s *DeleteEndpointAccessOutput) SetVpcEndpoint(v *VpcEndpoint) *DeleteEndpointAccessOutput

SetVpcEndpoint sets the VpcEndpoint field's value.

func (*DeleteEndpointAccessOutput) SetVpcSecurityGroups

func (s *DeleteEndpointAccessOutput) SetVpcSecurityGroups(v []*VpcSecurityGroupMembership) *DeleteEndpointAccessOutput

SetVpcSecurityGroups sets the VpcSecurityGroups field's value.

func (DeleteEndpointAccessOutput) String

func (s DeleteEndpointAccessOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteEventSubscriptionInput

type DeleteEventSubscriptionInput struct {

    // The name of the Amazon Redshift event notification subscription to be deleted.
    //
    // SubscriptionName is a required field
    SubscriptionName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteEventSubscriptionInput) GoString

func (s DeleteEventSubscriptionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEventSubscriptionInput) SetSubscriptionName

func (s *DeleteEventSubscriptionInput) SetSubscriptionName(v string) *DeleteEventSubscriptionInput

SetSubscriptionName sets the SubscriptionName field's value.

func (DeleteEventSubscriptionInput) String

func (s DeleteEventSubscriptionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEventSubscriptionInput) Validate

func (s *DeleteEventSubscriptionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteEventSubscriptionOutput

type DeleteEventSubscriptionOutput struct {
    // contains filtered or unexported fields
}

func (DeleteEventSubscriptionOutput) GoString

func (s DeleteEventSubscriptionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteEventSubscriptionOutput) String

func (s DeleteEventSubscriptionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteHsmClientCertificateInput

type DeleteHsmClientCertificateInput struct {

    // The identifier of the HSM client certificate to be deleted.
    //
    // HsmClientCertificateIdentifier is a required field
    HsmClientCertificateIdentifier *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteHsmClientCertificateInput) GoString

func (s DeleteHsmClientCertificateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteHsmClientCertificateInput) SetHsmClientCertificateIdentifier

func (s *DeleteHsmClientCertificateInput) SetHsmClientCertificateIdentifier(v string) *DeleteHsmClientCertificateInput

SetHsmClientCertificateIdentifier sets the HsmClientCertificateIdentifier field's value.

func (DeleteHsmClientCertificateInput) String

func (s DeleteHsmClientCertificateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteHsmClientCertificateInput) Validate

func (s *DeleteHsmClientCertificateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteHsmClientCertificateOutput

type DeleteHsmClientCertificateOutput struct {
    // contains filtered or unexported fields
}

func (DeleteHsmClientCertificateOutput) GoString

func (s DeleteHsmClientCertificateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteHsmClientCertificateOutput) String

func (s DeleteHsmClientCertificateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteHsmConfigurationInput

type DeleteHsmConfigurationInput struct {

    // The identifier of the Amazon Redshift HSM configuration to be deleted.
    //
    // HsmConfigurationIdentifier is a required field
    HsmConfigurationIdentifier *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteHsmConfigurationInput) GoString

func (s DeleteHsmConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteHsmConfigurationInput) SetHsmConfigurationIdentifier

func (s *DeleteHsmConfigurationInput) SetHsmConfigurationIdentifier(v string) *DeleteHsmConfigurationInput

SetHsmConfigurationIdentifier sets the HsmConfigurationIdentifier field's value.

func (DeleteHsmConfigurationInput) String

func (s DeleteHsmConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteHsmConfigurationInput) Validate

func (s *DeleteHsmConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteHsmConfigurationOutput

type DeleteHsmConfigurationOutput struct {
    // contains filtered or unexported fields
}

func (DeleteHsmConfigurationOutput) GoString

func (s DeleteHsmConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteHsmConfigurationOutput) String

func (s DeleteHsmConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeletePartnerInput

type DeletePartnerInput struct {

    // The Amazon Web Services account ID that owns the cluster.
    //
    // AccountId is a required field
    AccountId *string `min:"12" type:"string" required:"true"`

    // The cluster identifier of the cluster that receives data from the partner.
    //
    // ClusterIdentifier is a required field
    ClusterIdentifier *string `type:"string" required:"true"`

    // The name of the database that receives data from the partner.
    //
    // DatabaseName is a required field
    DatabaseName *string `type:"string" required:"true"`

    // The name of the partner that is authorized to send data.
    //
    // PartnerName is a required field
    PartnerName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeletePartnerInput) GoString

func (s DeletePartnerInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePartnerInput) SetAccountId

func (s *DeletePartnerInput) SetAccountId(v string) *DeletePartnerInput

SetAccountId sets the AccountId field's value.

func (*DeletePartnerInput) SetClusterIdentifier

func (s *DeletePartnerInput) SetClusterIdentifier(v string) *DeletePartnerInput

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (*DeletePartnerInput) SetDatabaseName

func (s *DeletePartnerInput) SetDatabaseName(v string) *DeletePartnerInput

SetDatabaseName sets the DatabaseName field's value.

func (*DeletePartnerInput) SetPartnerName

func (s *DeletePartnerInput) SetPartnerName(v string) *DeletePartnerInput

SetPartnerName sets the PartnerName field's value.

func (DeletePartnerInput) String

func (s DeletePartnerInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePartnerInput) Validate

func (s *DeletePartnerInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeletePartnerOutput

type DeletePartnerOutput struct {

    // The name of the database that receives data from the partner.
    DatabaseName *string `type:"string"`

    // The name of the partner that is authorized to send data.
    PartnerName *string `type:"string"`
    // contains filtered or unexported fields
}

func (DeletePartnerOutput) GoString

func (s DeletePartnerOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePartnerOutput) SetDatabaseName

func (s *DeletePartnerOutput) SetDatabaseName(v string) *DeletePartnerOutput

SetDatabaseName sets the DatabaseName field's value.

func (*DeletePartnerOutput) SetPartnerName

func (s *DeletePartnerOutput) SetPartnerName(v string) *DeletePartnerOutput

SetPartnerName sets the PartnerName field's value.

func (DeletePartnerOutput) String

func (s DeletePartnerOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteRedshiftIdcApplicationInput

type DeleteRedshiftIdcApplicationInput struct {

    // The ARN for a deleted Amazon Redshift IAM Identity Center application.
    //
    // RedshiftIdcApplicationArn is a required field
    RedshiftIdcApplicationArn *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteRedshiftIdcApplicationInput) GoString

func (s DeleteRedshiftIdcApplicationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteRedshiftIdcApplicationInput) SetRedshiftIdcApplicationArn

func (s *DeleteRedshiftIdcApplicationInput) SetRedshiftIdcApplicationArn(v string) *DeleteRedshiftIdcApplicationInput

SetRedshiftIdcApplicationArn sets the RedshiftIdcApplicationArn field's value.

func (DeleteRedshiftIdcApplicationInput) String

func (s DeleteRedshiftIdcApplicationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteRedshiftIdcApplicationInput) Validate

func (s *DeleteRedshiftIdcApplicationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteRedshiftIdcApplicationOutput

type DeleteRedshiftIdcApplicationOutput struct {
    // contains filtered or unexported fields
}

func (DeleteRedshiftIdcApplicationOutput) GoString

func (s DeleteRedshiftIdcApplicationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteRedshiftIdcApplicationOutput) String

func (s DeleteRedshiftIdcApplicationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteResourcePolicyInput

type DeleteResourcePolicyInput struct {

    // The Amazon Resource Name (ARN) of the resource of which its resource policy
    // is deleted.
    //
    // ResourceArn is a required field
    ResourceArn *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteResourcePolicyInput) GoString

func (s DeleteResourcePolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteResourcePolicyInput) SetResourceArn

func (s *DeleteResourcePolicyInput) SetResourceArn(v string) *DeleteResourcePolicyInput

SetResourceArn sets the ResourceArn field's value.

func (DeleteResourcePolicyInput) String

func (s DeleteResourcePolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteResourcePolicyInput) Validate

func (s *DeleteResourcePolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteResourcePolicyOutput

type DeleteResourcePolicyOutput struct {
    // contains filtered or unexported fields
}

func (DeleteResourcePolicyOutput) GoString

func (s DeleteResourcePolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteResourcePolicyOutput) String

func (s DeleteResourcePolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteScheduledActionInput

type DeleteScheduledActionInput struct {

    // The name of the scheduled action to delete.
    //
    // ScheduledActionName is a required field
    ScheduledActionName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteScheduledActionInput) GoString

func (s DeleteScheduledActionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteScheduledActionInput) SetScheduledActionName

func (s *DeleteScheduledActionInput) SetScheduledActionName(v string) *DeleteScheduledActionInput

SetScheduledActionName sets the ScheduledActionName field's value.

func (DeleteScheduledActionInput) String

func (s DeleteScheduledActionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteScheduledActionInput) Validate

func (s *DeleteScheduledActionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteScheduledActionOutput

type DeleteScheduledActionOutput struct {
    // contains filtered or unexported fields
}

func (DeleteScheduledActionOutput) GoString

func (s DeleteScheduledActionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteScheduledActionOutput) String

func (s DeleteScheduledActionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteSnapshotCopyGrantInput

type DeleteSnapshotCopyGrantInput struct {

    // The name of the snapshot copy grant to delete.
    //
    // SnapshotCopyGrantName is a required field
    SnapshotCopyGrantName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

The result of the DeleteSnapshotCopyGrant action.

func (DeleteSnapshotCopyGrantInput) GoString

func (s DeleteSnapshotCopyGrantInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteSnapshotCopyGrantInput) SetSnapshotCopyGrantName

func (s *DeleteSnapshotCopyGrantInput) SetSnapshotCopyGrantName(v string) *DeleteSnapshotCopyGrantInput

SetSnapshotCopyGrantName sets the SnapshotCopyGrantName field's value.

func (DeleteSnapshotCopyGrantInput) String

func (s DeleteSnapshotCopyGrantInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteSnapshotCopyGrantInput) Validate

func (s *DeleteSnapshotCopyGrantInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteSnapshotCopyGrantOutput

type DeleteSnapshotCopyGrantOutput struct {
    // contains filtered or unexported fields
}

func (DeleteSnapshotCopyGrantOutput) GoString

func (s DeleteSnapshotCopyGrantOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteSnapshotCopyGrantOutput) String

func (s DeleteSnapshotCopyGrantOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteSnapshotScheduleInput

type DeleteSnapshotScheduleInput struct {

    // A unique identifier of the snapshot schedule to delete.
    //
    // ScheduleIdentifier is a required field
    ScheduleIdentifier *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteSnapshotScheduleInput) GoString

func (s DeleteSnapshotScheduleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteSnapshotScheduleInput) SetScheduleIdentifier

func (s *DeleteSnapshotScheduleInput) SetScheduleIdentifier(v string) *DeleteSnapshotScheduleInput

SetScheduleIdentifier sets the ScheduleIdentifier field's value.

func (DeleteSnapshotScheduleInput) String

func (s DeleteSnapshotScheduleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteSnapshotScheduleInput) Validate

func (s *DeleteSnapshotScheduleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteSnapshotScheduleOutput

type DeleteSnapshotScheduleOutput struct {
    // contains filtered or unexported fields
}

func (DeleteSnapshotScheduleOutput) GoString

func (s DeleteSnapshotScheduleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteSnapshotScheduleOutput) String

func (s DeleteSnapshotScheduleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteTagsInput

type DeleteTagsInput struct {

    // The Amazon Resource Name (ARN) from which you want to remove the tag or tags.
    // For example, arn:aws:redshift:us-east-2:123456789:cluster:t1.
    //
    // ResourceName is a required field
    ResourceName *string `type:"string" required:"true"`

    // The tag key that you want to delete.
    //
    // TagKeys is a required field
    TagKeys []*string `locationNameList:"TagKey" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Contains the output from the DeleteTags action.

func (DeleteTagsInput) GoString

func (s DeleteTagsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTagsInput) SetResourceName

func (s *DeleteTagsInput) SetResourceName(v string) *DeleteTagsInput

SetResourceName sets the ResourceName field's value.

func (*DeleteTagsInput) SetTagKeys

func (s *DeleteTagsInput) SetTagKeys(v []*string) *DeleteTagsInput

SetTagKeys sets the TagKeys field's value.

func (DeleteTagsInput) String

func (s DeleteTagsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTagsInput) Validate

func (s *DeleteTagsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteTagsOutput

type DeleteTagsOutput struct {
    // contains filtered or unexported fields
}

func (DeleteTagsOutput) GoString

func (s DeleteTagsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteTagsOutput) String

func (s DeleteTagsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteUsageLimitInput

type DeleteUsageLimitInput struct {

    // The identifier of the usage limit to delete.
    //
    // UsageLimitId is a required field
    UsageLimitId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteUsageLimitInput) GoString

func (s DeleteUsageLimitInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteUsageLimitInput) SetUsageLimitId

func (s *DeleteUsageLimitInput) SetUsageLimitId(v string) *DeleteUsageLimitInput

SetUsageLimitId sets the UsageLimitId field's value.

func (DeleteUsageLimitInput) String

func (s DeleteUsageLimitInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteUsageLimitInput) Validate

func (s *DeleteUsageLimitInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteUsageLimitOutput

type DeleteUsageLimitOutput struct {
    // contains filtered or unexported fields
}

func (DeleteUsageLimitOutput) GoString

func (s DeleteUsageLimitOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteUsageLimitOutput) String

func (s DeleteUsageLimitOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAccountAttributesInput

type DescribeAccountAttributesInput struct {

    // A list of attribute names.
    AttributeNames []*string `locationNameList:"AttributeName" type:"list"`
    // contains filtered or unexported fields
}

func (DescribeAccountAttributesInput) GoString

func (s DescribeAccountAttributesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountAttributesInput) SetAttributeNames

func (s *DescribeAccountAttributesInput) SetAttributeNames(v []*string) *DescribeAccountAttributesInput

SetAttributeNames sets the AttributeNames field's value.

func (DescribeAccountAttributesInput) String

func (s DescribeAccountAttributesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAccountAttributesOutput

type DescribeAccountAttributesOutput struct {

    // A list of attributes assigned to an account.
    AccountAttributes []*AccountAttribute `locationNameList:"AccountAttribute" type:"list"`
    // contains filtered or unexported fields
}

func (DescribeAccountAttributesOutput) GoString

func (s DescribeAccountAttributesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountAttributesOutput) SetAccountAttributes

func (s *DescribeAccountAttributesOutput) SetAccountAttributes(v []*AccountAttribute) *DescribeAccountAttributesOutput

SetAccountAttributes sets the AccountAttributes field's value.

func (DescribeAccountAttributesOutput) String

func (s DescribeAccountAttributesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAuthenticationProfilesInput

type DescribeAuthenticationProfilesInput struct {

    // The name of the authentication profile to describe. If not specified then
    // all authentication profiles owned by the account are listed.
    AuthenticationProfileName *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeAuthenticationProfilesInput) GoString

func (s DescribeAuthenticationProfilesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAuthenticationProfilesInput) SetAuthenticationProfileName

func (s *DescribeAuthenticationProfilesInput) SetAuthenticationProfileName(v string) *DescribeAuthenticationProfilesInput

SetAuthenticationProfileName sets the AuthenticationProfileName field's value.

func (DescribeAuthenticationProfilesInput) String

func (s DescribeAuthenticationProfilesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAuthenticationProfilesOutput

type DescribeAuthenticationProfilesOutput struct {

    // The list of authentication profiles.
    AuthenticationProfiles []*AuthenticationProfile `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeAuthenticationProfilesOutput) GoString

func (s DescribeAuthenticationProfilesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAuthenticationProfilesOutput) SetAuthenticationProfiles

func (s *DescribeAuthenticationProfilesOutput) SetAuthenticationProfiles(v []*AuthenticationProfile) *DescribeAuthenticationProfilesOutput

SetAuthenticationProfiles sets the AuthenticationProfiles field's value.

func (DescribeAuthenticationProfilesOutput) String

func (s DescribeAuthenticationProfilesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeClusterDbRevisionsInput

type DescribeClusterDbRevisionsInput struct {

    // A unique identifier for a cluster whose ClusterDbRevisions you are requesting.
    // This parameter is case sensitive. All clusters defined for an account are
    // returned by default.
    ClusterIdentifier *string `type:"string"`

    // An optional parameter that specifies the starting point for returning a set
    // of response records. When the results of a DescribeClusterDbRevisions request
    // exceed the value specified in MaxRecords, Amazon Redshift returns a value
    // in the marker field of the response. You can retrieve the next set of response
    // records by providing the returned marker value in the marker parameter and
    // retrying the request.
    //
    // Constraints: You can specify either the ClusterIdentifier parameter, or the
    // marker parameter, but not both.
    Marker *string `type:"string"`

    // The maximum number of response records to return in each call. If the number
    // of remaining response records exceeds the specified MaxRecords value, a value
    // is returned in the marker field of the response. You can retrieve the next
    // set of response records by providing the returned marker value in the marker
    // parameter and retrying the request.
    //
    // Default: 100
    //
    // Constraints: minimum 20, maximum 100.
    MaxRecords *int64 `type:"integer"`
    // contains filtered or unexported fields
}

func (DescribeClusterDbRevisionsInput) GoString

func (s DescribeClusterDbRevisionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClusterDbRevisionsInput) SetClusterIdentifier

func (s *DescribeClusterDbRevisionsInput) SetClusterIdentifier(v string) *DescribeClusterDbRevisionsInput

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (*DescribeClusterDbRevisionsInput) SetMarker

func (s *DescribeClusterDbRevisionsInput) SetMarker(v string) *DescribeClusterDbRevisionsInput

SetMarker sets the Marker field's value.

func (*DescribeClusterDbRevisionsInput) SetMaxRecords

func (s *DescribeClusterDbRevisionsInput) SetMaxRecords(v int64) *DescribeClusterDbRevisionsInput

SetMaxRecords sets the MaxRecords field's value.

func (DescribeClusterDbRevisionsInput) String

func (s DescribeClusterDbRevisionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeClusterDbRevisionsOutput

type DescribeClusterDbRevisionsOutput struct {

    // A list of revisions.
    ClusterDbRevisions []*ClusterDbRevision `locationNameList:"ClusterDbRevision" type:"list"`

    // A string representing the starting point for the next set of revisions. If
    // a value is returned in a response, you can retrieve the next set of revisions
    // by providing the value in the marker parameter and retrying the command.
    // If the marker field is empty, all revisions have already been returned.
    Marker *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeClusterDbRevisionsOutput) GoString

func (s DescribeClusterDbRevisionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClusterDbRevisionsOutput) SetClusterDbRevisions

func (s *DescribeClusterDbRevisionsOutput) SetClusterDbRevisions(v []*ClusterDbRevision) *DescribeClusterDbRevisionsOutput

SetClusterDbRevisions sets the ClusterDbRevisions field's value.

func (*DescribeClusterDbRevisionsOutput) SetMarker

func (s *DescribeClusterDbRevisionsOutput) SetMarker(v string) *DescribeClusterDbRevisionsOutput

SetMarker sets the Marker field's value.

func (DescribeClusterDbRevisionsOutput) String

func (s DescribeClusterDbRevisionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeClusterParameterGroupsInput

type DescribeClusterParameterGroupsInput struct {

    // An optional parameter that specifies the starting point to return a set of
    // response records. When the results of a DescribeClusterParameterGroups request
    // exceed the value specified in MaxRecords, Amazon Web Services returns a value
    // in the Marker field of the response. You can retrieve the next set of response
    // records by providing the returned marker value in the Marker parameter and
    // retrying the request.
    Marker *string `type:"string"`

    // The maximum number of response records to return in each call. If the number
    // of remaining response records exceeds the specified MaxRecords value, a value
    // is returned in a marker field of the response. You can retrieve the next
    // set of records by retrying the command with the returned marker value.
    //
    // Default: 100
    //
    // Constraints: minimum 20, maximum 100.
    MaxRecords *int64 `type:"integer"`

    // The name of a specific parameter group for which to return details. By default,
    // details about all parameter groups and the default parameter group are returned.
    ParameterGroupName *string `type:"string"`

    // A tag key or keys for which you want to return all matching cluster parameter
    // groups that are associated with the specified key or keys. For example, suppose
    // that you have parameter groups that are tagged with keys called owner and
    // environment. If you specify both of these tag keys in the request, Amazon
    // Redshift returns a response with the parameter groups that have either or
    // both of these tag keys associated with them.
    TagKeys []*string `locationNameList:"TagKey" type:"list"`

    // A tag value or values for which you want to return all matching cluster parameter
    // groups that are associated with the specified tag value or values. For example,
    // suppose that you have parameter groups that are tagged with values called
    // admin and test. If you specify both of these tag values in the request, Amazon
    // Redshift returns a response with the parameter groups that have either or
    // both of these tag values associated with them.
    TagValues []*string `locationNameList:"TagValue" type:"list"`
    // contains filtered or unexported fields
}

func (DescribeClusterParameterGroupsInput) GoString

func (s DescribeClusterParameterGroupsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClusterParameterGroupsInput) SetMarker

func (s *DescribeClusterParameterGroupsInput) SetMarker(v string) *DescribeClusterParameterGroupsInput

SetMarker sets the Marker field's value.

func (*DescribeClusterParameterGroupsInput) SetMaxRecords

func (s *DescribeClusterParameterGroupsInput) SetMaxRecords(v int64) *DescribeClusterParameterGroupsInput

SetMaxRecords sets the MaxRecords field's value.

func (*DescribeClusterParameterGroupsInput) SetParameterGroupName

func (s *DescribeClusterParameterGroupsInput) SetParameterGroupName(v string) *DescribeClusterParameterGroupsInput

SetParameterGroupName sets the ParameterGroupName field's value.

func (*DescribeClusterParameterGroupsInput) SetTagKeys

func (s *DescribeClusterParameterGroupsInput) SetTagKeys(v []*string) *DescribeClusterParameterGroupsInput

SetTagKeys sets the TagKeys field's value.

func (*DescribeClusterParameterGroupsInput) SetTagValues

func (s *DescribeClusterParameterGroupsInput) SetTagValues(v []*string) *DescribeClusterParameterGroupsInput

SetTagValues sets the TagValues field's value.

func (DescribeClusterParameterGroupsInput) String

func (s DescribeClusterParameterGroupsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeClusterParameterGroupsOutput

type DescribeClusterParameterGroupsOutput struct {

    // A value that indicates the starting point for the next set of response records
    // in a subsequent request. If a value is returned in a response, you can retrieve
    // the next set of records by providing this returned marker value in the Marker
    // parameter and retrying the command. If the Marker field is empty, all response
    // records have been retrieved for the request.
    Marker *string `type:"string"`

    // A list of ClusterParameterGroup instances. Each instance describes one cluster
    // parameter group.
    ParameterGroups []*ClusterParameterGroup `locationNameList:"ClusterParameterGroup" type:"list"`
    // contains filtered or unexported fields
}

Contains the output from the DescribeClusterParameterGroups action.

func (DescribeClusterParameterGroupsOutput) GoString

func (s DescribeClusterParameterGroupsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClusterParameterGroupsOutput) SetMarker

func (s *DescribeClusterParameterGroupsOutput) SetMarker(v string) *DescribeClusterParameterGroupsOutput

SetMarker sets the Marker field's value.

func (*DescribeClusterParameterGroupsOutput) SetParameterGroups

func (s *DescribeClusterParameterGroupsOutput) SetParameterGroups(v []*ClusterParameterGroup) *DescribeClusterParameterGroupsOutput

SetParameterGroups sets the ParameterGroups field's value.

func (DescribeClusterParameterGroupsOutput) String

func (s DescribeClusterParameterGroupsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeClusterParametersInput

type DescribeClusterParametersInput struct {

    // An optional parameter that specifies the starting point to return a set of
    // response records. When the results of a DescribeClusterParameters request
    // exceed the value specified in MaxRecords, Amazon Web Services returns a value
    // in the Marker field of the response. You can retrieve the next set of response
    // records by providing the returned marker value in the Marker parameter and
    // retrying the request.
    Marker *string `type:"string"`

    // The maximum number of response records to return in each call. If the number
    // of remaining response records exceeds the specified MaxRecords value, a value
    // is returned in a marker field of the response. You can retrieve the next
    // set of records by retrying the command with the returned marker value.
    //
    // Default: 100
    //
    // Constraints: minimum 20, maximum 100.
    MaxRecords *int64 `type:"integer"`

    // The name of a cluster parameter group for which to return details.
    //
    // ParameterGroupName is a required field
    ParameterGroupName *string `type:"string" required:"true"`

    // The parameter types to return. Specify user to show parameters that are different
    // form the default. Similarly, specify engine-default to show parameters that
    // are the same as the default parameter group.
    //
    // Default: All parameter types returned.
    //
    // Valid Values: user | engine-default
    Source *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeClusterParametersInput) GoString

func (s DescribeClusterParametersInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClusterParametersInput) SetMarker

func (s *DescribeClusterParametersInput) SetMarker(v string) *DescribeClusterParametersInput

SetMarker sets the Marker field's value.

func (*DescribeClusterParametersInput) SetMaxRecords

func (s *DescribeClusterParametersInput) SetMaxRecords(v int64) *DescribeClusterParametersInput

SetMaxRecords sets the MaxRecords field's value.

func (*DescribeClusterParametersInput) SetParameterGroupName

func (s *DescribeClusterParametersInput) SetParameterGroupName(v string) *DescribeClusterParametersInput

SetParameterGroupName sets the ParameterGroupName field's value.

func (*DescribeClusterParametersInput) SetSource

func (s *DescribeClusterParametersInput) SetSource(v string) *DescribeClusterParametersInput

SetSource sets the Source field's value.

func (DescribeClusterParametersInput) String

func (s DescribeClusterParametersInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClusterParametersInput) Validate

func (s *DescribeClusterParametersInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeClusterParametersOutput

type DescribeClusterParametersOutput struct {

    // A value that indicates the starting point for the next set of response records
    // in a subsequent request. If a value is returned in a response, you can retrieve
    // the next set of records by providing this returned marker value in the Marker
    // parameter and retrying the command. If the Marker field is empty, all response
    // records have been retrieved for the request.
    Marker *string `type:"string"`

    // A list of Parameter instances. Each instance lists the parameters of one
    // cluster parameter group.
    Parameters []*Parameter `locationNameList:"Parameter" type:"list"`
    // contains filtered or unexported fields
}

Contains the output from the DescribeClusterParameters action.

func (DescribeClusterParametersOutput) GoString

func (s DescribeClusterParametersOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClusterParametersOutput) SetMarker

func (s *DescribeClusterParametersOutput) SetMarker(v string) *DescribeClusterParametersOutput

SetMarker sets the Marker field's value.

func (*DescribeClusterParametersOutput) SetParameters

func (s *DescribeClusterParametersOutput) SetParameters(v []*Parameter) *DescribeClusterParametersOutput

SetParameters sets the Parameters field's value.

func (DescribeClusterParametersOutput) String

func (s DescribeClusterParametersOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeClusterSecurityGroupsInput

type DescribeClusterSecurityGroupsInput struct {

    // The name of a cluster security group for which you are requesting details.
    // You must specify either the Marker parameter or a ClusterSecurityGroupName
    // parameter, but not both.
    //
    // Example: securitygroup1
    ClusterSecurityGroupName *string `type:"string"`

    // An optional parameter that specifies the starting point to return a set of
    // response records. When the results of a DescribeClusterSecurityGroups request
    // exceed the value specified in MaxRecords, Amazon Web Services returns a value
    // in the Marker field of the response. You can retrieve the next set of response
    // records by providing the returned marker value in the Marker parameter and
    // retrying the request.
    //
    // Constraints: You must specify either the ClusterSecurityGroupName parameter
    // or the Marker parameter, but not both.
    Marker *string `type:"string"`

    // The maximum number of response records to return in each call. If the number
    // of remaining response records exceeds the specified MaxRecords value, a value
    // is returned in a marker field of the response. You can retrieve the next
    // set of records by retrying the command with the returned marker value.
    //
    // Default: 100
    //
    // Constraints: minimum 20, maximum 100.
    MaxRecords *int64 `type:"integer"`

    // A tag key or keys for which you want to return all matching cluster security
    // groups that are associated with the specified key or keys. For example, suppose
    // that you have security groups that are tagged with keys called owner and
    // environment. If you specify both of these tag keys in the request, Amazon
    // Redshift returns a response with the security groups that have either or
    // both of these tag keys associated with them.
    TagKeys []*string `locationNameList:"TagKey" type:"list"`

    // A tag value or values for which you want to return all matching cluster security
    // groups that are associated with the specified tag value or values. For example,
    // suppose that you have security groups that are tagged with values called
    // admin and test. If you specify both of these tag values in the request, Amazon
    // Redshift returns a response with the security groups that have either or
    // both of these tag values associated with them.
    TagValues []*string `locationNameList:"TagValue" type:"list"`
    // contains filtered or unexported fields
}

func (DescribeClusterSecurityGroupsInput) GoString

func (s DescribeClusterSecurityGroupsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClusterSecurityGroupsInput) SetClusterSecurityGroupName

func (s *DescribeClusterSecurityGroupsInput) SetClusterSecurityGroupName(v string) *DescribeClusterSecurityGroupsInput

SetClusterSecurityGroupName sets the ClusterSecurityGroupName field's value.

func (*DescribeClusterSecurityGroupsInput) SetMarker

func (s *DescribeClusterSecurityGroupsInput) SetMarker(v string) *DescribeClusterSecurityGroupsInput

SetMarker sets the Marker field's value.

func (*DescribeClusterSecurityGroupsInput) SetMaxRecords

func (s *DescribeClusterSecurityGroupsInput) SetMaxRecords(v int64) *DescribeClusterSecurityGroupsInput

SetMaxRecords sets the MaxRecords field's value.

func (*DescribeClusterSecurityGroupsInput) SetTagKeys

func (s *DescribeClusterSecurityGroupsInput) SetTagKeys(v []*string) *DescribeClusterSecurityGroupsInput

SetTagKeys sets the TagKeys field's value.

func (*DescribeClusterSecurityGroupsInput) SetTagValues

func (s *DescribeClusterSecurityGroupsInput) SetTagValues(v []*string) *DescribeClusterSecurityGroupsInput

SetTagValues sets the TagValues field's value.

func (DescribeClusterSecurityGroupsInput) String

func (s DescribeClusterSecurityGroupsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeClusterSecurityGroupsOutput

type DescribeClusterSecurityGroupsOutput struct {

    // A list of ClusterSecurityGroup instances.
    ClusterSecurityGroups []*ClusterSecurityGroup `locationNameList:"ClusterSecurityGroup" type:"list"`

    // A value that indicates the starting point for the next set of response records
    // in a subsequent request. If a value is returned in a response, you can retrieve
    // the next set of records by providing this returned marker value in the Marker
    // parameter and retrying the command. If the Marker field is empty, all response
    // records have been retrieved for the request.
    Marker *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeClusterSecurityGroupsOutput) GoString

func (s DescribeClusterSecurityGroupsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClusterSecurityGroupsOutput) SetClusterSecurityGroups

func (s *DescribeClusterSecurityGroupsOutput) SetClusterSecurityGroups(v []*ClusterSecurityGroup) *DescribeClusterSecurityGroupsOutput

SetClusterSecurityGroups sets the ClusterSecurityGroups field's value.

func (*DescribeClusterSecurityGroupsOutput) SetMarker

func (s *DescribeClusterSecurityGroupsOutput) SetMarker(v string) *DescribeClusterSecurityGroupsOutput

SetMarker sets the Marker field's value.

func (DescribeClusterSecurityGroupsOutput) String

func (s DescribeClusterSecurityGroupsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeClusterSnapshotsInput

type DescribeClusterSnapshotsInput struct {

    // A value that indicates whether to return snapshots only for an existing cluster.
    // You can perform table-level restore only by using a snapshot of an existing
    // cluster, that is, a cluster that has not been deleted. Values for this parameter
    // work as follows:
    //
    //    * If ClusterExists is set to true, ClusterIdentifier is required.
    //
    //    * If ClusterExists is set to false and ClusterIdentifier isn't specified,
    //    all snapshots associated with deleted clusters (orphaned snapshots) are
    //    returned.
    //
    //    * If ClusterExists is set to false and ClusterIdentifier is specified
    //    for a deleted cluster, snapshots associated with that cluster are returned.
    //
    //    * If ClusterExists is set to false and ClusterIdentifier is specified
    //    for an existing cluster, no snapshots are returned.
    ClusterExists *bool `type:"boolean"`

    // The identifier of the cluster which generated the requested snapshots.
    ClusterIdentifier *string `type:"string"`

    // A time value that requests only snapshots created at or before the specified
    // time. The time value is specified in ISO 8601 format. For more information
    // about ISO 8601, go to the ISO8601 Wikipedia page. (http://en.wikipedia.org/wiki/ISO_8601)
    //
    // Example: 2012-07-16T18:00:00Z
    EndTime *time.Time `type:"timestamp"`

    // An optional parameter that specifies the starting point to return a set of
    // response records. When the results of a DescribeClusterSnapshots request
    // exceed the value specified in MaxRecords, Amazon Web Services returns a value
    // in the Marker field of the response. You can retrieve the next set of response
    // records by providing the returned marker value in the Marker parameter and
    // retrying the request.
    Marker *string `type:"string"`

    // The maximum number of response records to return in each call. If the number
    // of remaining response records exceeds the specified MaxRecords value, a value
    // is returned in a marker field of the response. You can retrieve the next
    // set of records by retrying the command with the returned marker value.
    //
    // Default: 100
    //
    // Constraints: minimum 20, maximum 100.
    MaxRecords *int64 `type:"integer"`

    // The Amazon Web Services account used to create or copy the snapshot. Use
    // this field to filter the results to snapshots owned by a particular account.
    // To describe snapshots you own, either specify your Amazon Web Services account,
    // or do not specify the parameter.
    OwnerAccount *string `type:"string"`

    // The Amazon Resource Name (ARN) of the snapshot associated with the message
    // to describe cluster snapshots.
    SnapshotArn *string `type:"string"`

    // The snapshot identifier of the snapshot about which to return information.
    SnapshotIdentifier *string `type:"string"`

    // The type of snapshots for which you are requesting information. By default,
    // snapshots of all types are returned.
    //
    // Valid Values: automated | manual
    SnapshotType *string `type:"string"`

    SortingEntities []*SnapshotSortingEntity `locationNameList:"SnapshotSortingEntity" type:"list"`

    // A value that requests only snapshots created at or after the specified time.
    // The time value is specified in ISO 8601 format. For more information about
    // ISO 8601, go to the ISO8601 Wikipedia page. (http://en.wikipedia.org/wiki/ISO_8601)
    //
    // Example: 2012-07-16T18:00:00Z
    StartTime *time.Time `type:"timestamp"`

    // A tag key or keys for which you want to return all matching cluster snapshots
    // that are associated with the specified key or keys. For example, suppose
    // that you have snapshots that are tagged with keys called owner and environment.
    // If you specify both of these tag keys in the request, Amazon Redshift returns
    // a response with the snapshots that have either or both of these tag keys
    // associated with them.
    TagKeys []*string `locationNameList:"TagKey" type:"list"`

    // A tag value or values for which you want to return all matching cluster snapshots
    // that are associated with the specified tag value or values. For example,
    // suppose that you have snapshots that are tagged with values called admin
    // and test. If you specify both of these tag values in the request, Amazon
    // Redshift returns a response with the snapshots that have either or both of
    // these tag values associated with them.
    TagValues []*string `locationNameList:"TagValue" type:"list"`
    // contains filtered or unexported fields
}

func (DescribeClusterSnapshotsInput) GoString

func (s DescribeClusterSnapshotsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClusterSnapshotsInput) SetClusterExists

func (s *DescribeClusterSnapshotsInput) SetClusterExists(v bool) *DescribeClusterSnapshotsInput

SetClusterExists sets the ClusterExists field's value.

func (*DescribeClusterSnapshotsInput) SetClusterIdentifier

func (s *DescribeClusterSnapshotsInput) SetClusterIdentifier(v string) *DescribeClusterSnapshotsInput

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (*DescribeClusterSnapshotsInput) SetEndTime

func (s *DescribeClusterSnapshotsInput) SetEndTime(v time.Time) *DescribeClusterSnapshotsInput

SetEndTime sets the EndTime field's value.

func (*DescribeClusterSnapshotsInput) SetMarker

func (s *DescribeClusterSnapshotsInput) SetMarker(v string) *DescribeClusterSnapshotsInput

SetMarker sets the Marker field's value.

func (*DescribeClusterSnapshotsInput) SetMaxRecords

func (s *DescribeClusterSnapshotsInput) SetMaxRecords(v int64) *DescribeClusterSnapshotsInput

SetMaxRecords sets the MaxRecords field's value.

func (*DescribeClusterSnapshotsInput) SetOwnerAccount

func (s *DescribeClusterSnapshotsInput) SetOwnerAccount(v string) *DescribeClusterSnapshotsInput

SetOwnerAccount sets the OwnerAccount field's value.

func (*DescribeClusterSnapshotsInput) SetSnapshotArn

func (s *DescribeClusterSnapshotsInput) SetSnapshotArn(v string) *DescribeClusterSnapshotsInput

SetSnapshotArn sets the SnapshotArn field's value.

func (*DescribeClusterSnapshotsInput) SetSnapshotIdentifier

func (s *DescribeClusterSnapshotsInput) SetSnapshotIdentifier(v string) *DescribeClusterSnapshotsInput

SetSnapshotIdentifier sets the SnapshotIdentifier field's value.

func (*DescribeClusterSnapshotsInput) SetSnapshotType

func (s *DescribeClusterSnapshotsInput) SetSnapshotType(v string) *DescribeClusterSnapshotsInput

SetSnapshotType sets the SnapshotType field's value.

func (*DescribeClusterSnapshotsInput) SetSortingEntities

func (s *DescribeClusterSnapshotsInput) SetSortingEntities(v []*SnapshotSortingEntity) *DescribeClusterSnapshotsInput

SetSortingEntities sets the SortingEntities field's value.

func (*DescribeClusterSnapshotsInput) SetStartTime

func (s *DescribeClusterSnapshotsInput) SetStartTime(v time.Time) *DescribeClusterSnapshotsInput

SetStartTime sets the StartTime field's value.

func (*DescribeClusterSnapshotsInput) SetTagKeys

func (s *DescribeClusterSnapshotsInput) SetTagKeys(v []*string) *DescribeClusterSnapshotsInput

SetTagKeys sets the TagKeys field's value.

func (*DescribeClusterSnapshotsInput) SetTagValues

func (s *DescribeClusterSnapshotsInput) SetTagValues(v []*string) *DescribeClusterSnapshotsInput

SetTagValues sets the TagValues field's value.

func (DescribeClusterSnapshotsInput) String

func (s DescribeClusterSnapshotsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClusterSnapshotsInput) Validate

func (s *DescribeClusterSnapshotsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeClusterSnapshotsOutput

type DescribeClusterSnapshotsOutput struct {

    // A value that indicates the starting point for the next set of response records
    // in a subsequent request. If a value is returned in a response, you can retrieve
    // the next set of records by providing this returned marker value in the Marker
    // parameter and retrying the command. If the Marker field is empty, all response
    // records have been retrieved for the request.
    Marker *string `type:"string"`

    // A list of Snapshot instances.
    Snapshots []*Snapshot `locationNameList:"Snapshot" type:"list"`
    // contains filtered or unexported fields
}

Contains the output from the DescribeClusterSnapshots action.

func (DescribeClusterSnapshotsOutput) GoString

func (s DescribeClusterSnapshotsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClusterSnapshotsOutput) SetMarker

func (s *DescribeClusterSnapshotsOutput) SetMarker(v string) *DescribeClusterSnapshotsOutput

SetMarker sets the Marker field's value.

func (*DescribeClusterSnapshotsOutput) SetSnapshots

func (s *DescribeClusterSnapshotsOutput) SetSnapshots(v []*Snapshot) *DescribeClusterSnapshotsOutput

SetSnapshots sets the Snapshots field's value.

func (DescribeClusterSnapshotsOutput) String

func (s DescribeClusterSnapshotsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeClusterSubnetGroupsInput

type DescribeClusterSubnetGroupsInput struct {

    // The name of the cluster subnet group for which information is requested.
    ClusterSubnetGroupName *string `type:"string"`

    // An optional parameter that specifies the starting point to return a set of
    // response records. When the results of a DescribeClusterSubnetGroups request
    // exceed the value specified in MaxRecords, Amazon Web Services returns a value
    // in the Marker field of the response. You can retrieve the next set of response
    // records by providing the returned marker value in the Marker parameter and
    // retrying the request.
    Marker *string `type:"string"`

    // The maximum number of response records to return in each call. If the number
    // of remaining response records exceeds the specified MaxRecords value, a value
    // is returned in a marker field of the response. You can retrieve the next
    // set of records by retrying the command with the returned marker value.
    //
    // Default: 100
    //
    // Constraints: minimum 20, maximum 100.
    MaxRecords *int64 `type:"integer"`

    // A tag key or keys for which you want to return all matching cluster subnet
    // groups that are associated with the specified key or keys. For example, suppose
    // that you have subnet groups that are tagged with keys called owner and environment.
    // If you specify both of these tag keys in the request, Amazon Redshift returns
    // a response with the subnet groups that have either or both of these tag keys
    // associated with them.
    TagKeys []*string `locationNameList:"TagKey" type:"list"`

    // A tag value or values for which you want to return all matching cluster subnet
    // groups that are associated with the specified tag value or values. For example,
    // suppose that you have subnet groups that are tagged with values called admin
    // and test. If you specify both of these tag values in the request, Amazon
    // Redshift returns a response with the subnet groups that have either or both
    // of these tag values associated with them.
    TagValues []*string `locationNameList:"TagValue" type:"list"`
    // contains filtered or unexported fields
}

func (DescribeClusterSubnetGroupsInput) GoString

func (s DescribeClusterSubnetGroupsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClusterSubnetGroupsInput) SetClusterSubnetGroupName

func (s *DescribeClusterSubnetGroupsInput) SetClusterSubnetGroupName(v string) *DescribeClusterSubnetGroupsInput

SetClusterSubnetGroupName sets the ClusterSubnetGroupName field's value.

func (*DescribeClusterSubnetGroupsInput) SetMarker

func (s *DescribeClusterSubnetGroupsInput) SetMarker(v string) *DescribeClusterSubnetGroupsInput

SetMarker sets the Marker field's value.

func (*DescribeClusterSubnetGroupsInput) SetMaxRecords

func (s *DescribeClusterSubnetGroupsInput) SetMaxRecords(v int64) *DescribeClusterSubnetGroupsInput

SetMaxRecords sets the MaxRecords field's value.

func (*DescribeClusterSubnetGroupsInput) SetTagKeys

func (s *DescribeClusterSubnetGroupsInput) SetTagKeys(v []*string) *DescribeClusterSubnetGroupsInput

SetTagKeys sets the TagKeys field's value.

func (*DescribeClusterSubnetGroupsInput) SetTagValues

func (s *DescribeClusterSubnetGroupsInput) SetTagValues(v []*string) *DescribeClusterSubnetGroupsInput

SetTagValues sets the TagValues field's value.

func (DescribeClusterSubnetGroupsInput) String

func (s DescribeClusterSubnetGroupsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeClusterSubnetGroupsOutput

type DescribeClusterSubnetGroupsOutput struct {

    // A list of ClusterSubnetGroup instances.
    ClusterSubnetGroups []*ClusterSubnetGroup `locationNameList:"ClusterSubnetGroup" type:"list"`

    // A value that indicates the starting point for the next set of response records
    // in a subsequent request. If a value is returned in a response, you can retrieve
    // the next set of records by providing this returned marker value in the Marker
    // parameter and retrying the command. If the Marker field is empty, all response
    // records have been retrieved for the request.
    Marker *string `type:"string"`
    // contains filtered or unexported fields
}

Contains the output from the DescribeClusterSubnetGroups action.

func (DescribeClusterSubnetGroupsOutput) GoString

func (s DescribeClusterSubnetGroupsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClusterSubnetGroupsOutput) SetClusterSubnetGroups

func (s *DescribeClusterSubnetGroupsOutput) SetClusterSubnetGroups(v []*ClusterSubnetGroup) *DescribeClusterSubnetGroupsOutput

SetClusterSubnetGroups sets the ClusterSubnetGroups field's value.

func (*DescribeClusterSubnetGroupsOutput) SetMarker

func (s *DescribeClusterSubnetGroupsOutput) SetMarker(v string) *DescribeClusterSubnetGroupsOutput

SetMarker sets the Marker field's value.

func (DescribeClusterSubnetGroupsOutput) String

func (s DescribeClusterSubnetGroupsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeClusterTracksInput

type DescribeClusterTracksInput struct {

    // The name of the maintenance track.
    MaintenanceTrackName *string `type:"string"`

    // An optional parameter that specifies the starting point to return a set of
    // response records. When the results of a DescribeClusterTracks request exceed
    // the value specified in MaxRecords, Amazon Redshift returns a value in the
    // Marker field of the response. You can retrieve the next set of response records
    // by providing the returned marker value in the Marker parameter and retrying
    // the request.
    Marker *string `type:"string"`

    // An integer value for the maximum number of maintenance tracks to return.
    MaxRecords *int64 `type:"integer"`
    // contains filtered or unexported fields
}

func (DescribeClusterTracksInput) GoString

func (s DescribeClusterTracksInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClusterTracksInput) SetMaintenanceTrackName

func (s *DescribeClusterTracksInput) SetMaintenanceTrackName(v string) *DescribeClusterTracksInput

SetMaintenanceTrackName sets the MaintenanceTrackName field's value.

func (*DescribeClusterTracksInput) SetMarker

func (s *DescribeClusterTracksInput) SetMarker(v string) *DescribeClusterTracksInput

SetMarker sets the Marker field's value.

func (*DescribeClusterTracksInput) SetMaxRecords

func (s *DescribeClusterTracksInput) SetMaxRecords(v int64) *DescribeClusterTracksInput

SetMaxRecords sets the MaxRecords field's value.

func (DescribeClusterTracksInput) String

func (s DescribeClusterTracksInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeClusterTracksOutput

type DescribeClusterTracksOutput struct {

    // A list of maintenance tracks output by the DescribeClusterTracks operation.
    MaintenanceTracks []*MaintenanceTrack `locationNameList:"MaintenanceTrack" type:"list"`

    // The starting point to return a set of response tracklist records. You can
    // retrieve the next set of response records by providing the returned marker
    // value in the Marker parameter and retrying the request.
    Marker *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeClusterTracksOutput) GoString

func (s DescribeClusterTracksOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClusterTracksOutput) SetMaintenanceTracks

func (s *DescribeClusterTracksOutput) SetMaintenanceTracks(v []*MaintenanceTrack) *DescribeClusterTracksOutput

SetMaintenanceTracks sets the MaintenanceTracks field's value.

func (*DescribeClusterTracksOutput) SetMarker

func (s *DescribeClusterTracksOutput) SetMarker(v string) *DescribeClusterTracksOutput

SetMarker sets the Marker field's value.

func (DescribeClusterTracksOutput) String

func (s DescribeClusterTracksOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeClusterVersionsInput

type DescribeClusterVersionsInput struct {

    // The name of a specific cluster parameter group family to return details for.
    //
    // Constraints:
    //
    //    * Must be 1 to 255 alphanumeric characters
    //
    //    * First character must be a letter
    //
    //    * Cannot end with a hyphen or contain two consecutive hyphens
    ClusterParameterGroupFamily *string `type:"string"`

    // The specific cluster version to return.
    //
    // Example: 1.0
    ClusterVersion *string `type:"string"`

    // An optional parameter that specifies the starting point to return a set of
    // response records. When the results of a DescribeClusterVersions request exceed
    // the value specified in MaxRecords, Amazon Web Services returns a value in
    // the Marker field of the response. You can retrieve the next set of response
    // records by providing the returned marker value in the Marker parameter and
    // retrying the request.
    Marker *string `type:"string"`

    // The maximum number of response records to return in each call. If the number
    // of remaining response records exceeds the specified MaxRecords value, a value
    // is returned in a marker field of the response. You can retrieve the next
    // set of records by retrying the command with the returned marker value.
    //
    // Default: 100
    //
    // Constraints: minimum 20, maximum 100.
    MaxRecords *int64 `type:"integer"`
    // contains filtered or unexported fields
}

func (DescribeClusterVersionsInput) GoString

func (s DescribeClusterVersionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClusterVersionsInput) SetClusterParameterGroupFamily

func (s *DescribeClusterVersionsInput) SetClusterParameterGroupFamily(v string) *DescribeClusterVersionsInput

SetClusterParameterGroupFamily sets the ClusterParameterGroupFamily field's value.

func (*DescribeClusterVersionsInput) SetClusterVersion

func (s *DescribeClusterVersionsInput) SetClusterVersion(v string) *DescribeClusterVersionsInput

SetClusterVersion sets the ClusterVersion field's value.

func (*DescribeClusterVersionsInput) SetMarker

func (s *DescribeClusterVersionsInput) SetMarker(v string) *DescribeClusterVersionsInput

SetMarker sets the Marker field's value.

func (*DescribeClusterVersionsInput) SetMaxRecords

func (s *DescribeClusterVersionsInput) SetMaxRecords(v int64) *DescribeClusterVersionsInput

SetMaxRecords sets the MaxRecords field's value.

func (DescribeClusterVersionsInput) String

func (s DescribeClusterVersionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeClusterVersionsOutput

type DescribeClusterVersionsOutput struct {

    // A list of Version elements.
    ClusterVersions []*ClusterVersion `locationNameList:"ClusterVersion" type:"list"`

    // A value that indicates the starting point for the next set of response records
    // in a subsequent request. If a value is returned in a response, you can retrieve
    // the next set of records by providing this returned marker value in the Marker
    // parameter and retrying the command. If the Marker field is empty, all response
    // records have been retrieved for the request.
    Marker *string `type:"string"`
    // contains filtered or unexported fields
}

Contains the output from the DescribeClusterVersions action.

func (DescribeClusterVersionsOutput) GoString

func (s DescribeClusterVersionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClusterVersionsOutput) SetClusterVersions

func (s *DescribeClusterVersionsOutput) SetClusterVersions(v []*ClusterVersion) *DescribeClusterVersionsOutput

SetClusterVersions sets the ClusterVersions field's value.

func (*DescribeClusterVersionsOutput) SetMarker

func (s *DescribeClusterVersionsOutput) SetMarker(v string) *DescribeClusterVersionsOutput

SetMarker sets the Marker field's value.

func (DescribeClusterVersionsOutput) String

func (s DescribeClusterVersionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeClustersInput

type DescribeClustersInput struct {

    // The unique identifier of a cluster whose properties you are requesting. This
    // parameter is case sensitive.
    //
    // The default is that all clusters defined for an account are returned.
    ClusterIdentifier *string `type:"string"`

    // An optional parameter that specifies the starting point to return a set of
    // response records. When the results of a DescribeClusters request exceed the
    // value specified in MaxRecords, Amazon Web Services returns a value in the
    // Marker field of the response. You can retrieve the next set of response records
    // by providing the returned marker value in the Marker parameter and retrying
    // the request.
    //
    // Constraints: You can specify either the ClusterIdentifier parameter or the
    // Marker parameter, but not both.
    Marker *string `type:"string"`

    // The maximum number of response records to return in each call. If the number
    // of remaining response records exceeds the specified MaxRecords value, a value
    // is returned in a marker field of the response. You can retrieve the next
    // set of records by retrying the command with the returned marker value.
    //
    // Default: 100
    //
    // Constraints: minimum 20, maximum 100.
    MaxRecords *int64 `type:"integer"`

    // A tag key or keys for which you want to return all matching clusters that
    // are associated with the specified key or keys. For example, suppose that
    // you have clusters that are tagged with keys called owner and environment.
    // If you specify both of these tag keys in the request, Amazon Redshift returns
    // a response with the clusters that have either or both of these tag keys associated
    // with them.
    TagKeys []*string `locationNameList:"TagKey" type:"list"`

    // A tag value or values for which you want to return all matching clusters
    // that are associated with the specified tag value or values. For example,
    // suppose that you have clusters that are tagged with values called admin and
    // test. If you specify both of these tag values in the request, Amazon Redshift
    // returns a response with the clusters that have either or both of these tag
    // values associated with them.
    TagValues []*string `locationNameList:"TagValue" type:"list"`
    // contains filtered or unexported fields
}

func (DescribeClustersInput) GoString

func (s DescribeClustersInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClustersInput) SetClusterIdentifier

func (s *DescribeClustersInput) SetClusterIdentifier(v string) *DescribeClustersInput

SetClusterIdentifier sets the ClusterIdentifier field's value.

func (*DescribeClustersInput) SetMarker

func (s *DescribeClustersInput) SetMarker(v string) *DescribeClustersInput

SetMarker sets the Marker field's value.

func (*DescribeClustersInput) SetMaxRecords

func (s *DescribeClustersInput) SetMaxRecords(v int64) *DescribeClustersInput

SetMaxRecords sets the MaxRecords field's value.

func (*DescribeClustersInput) SetTagKeys

func (s *DescribeClustersInput) SetTagKeys(v []*string) *DescribeClustersInput

SetTagKeys sets the TagKeys field's value.

func (*DescribeClustersInput) SetTagValues

func (s *DescribeClustersInput) SetTagValues(v []*string) *DescribeClustersInput

SetTagValues sets the TagValues field's value.

func (DescribeClustersInput) String

func (s DescribeClustersInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeClustersOutput

type DescribeClustersOutput struct {

    // A list of Cluster objects, where each object describes one cluster.
    Clusters []*Cluster `locationNameList:"Cluster" type:"list"`

    // A value that indicates the starting point for the next set of response records
    // in a subsequent request. If a value is returned in a response, you can retrieve
    // the next set of records by providing this returned marker value in the Marker
    // parameter and retrying the command. If the Marker field is empty, all response
    // records have been retrieved for the request.
    Marker *string `type:"string"`
    // contains filtered or unexported fields
}

Contains the output from the DescribeClusters action.

func (DescribeClustersOutput) GoString

func (s DescribeClustersOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClustersOutput) SetClusters

func (s *DescribeClustersOutput) SetClusters(v []*Cluster) *DescribeClustersOutput

SetClusters sets the Clusters field's value.

func (*DescribeClustersOutput) SetMarker

func (s *DescribeClustersOutput) SetMarker(v string) *DescribeClustersOutput

SetMarker sets the Marker field's value.

func (DescribeClustersOutput) String

func (s DescribeClustersOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeCustomDomainAssociationsInput

type DescribeCustomDomainAssociationsInput struct {

    // The certificate Amazon Resource Name (ARN) for the custom domain association.
    CustomDomainCertificateArn *string `min:"20" type:"string"`

    // The custom domain name for the custom domain association.
    CustomDomainName *string `min:"1" type:"string"`

    // The marker for the custom domain association.
    Marker *string `type:"string"`

    // The maximum records setting for the associated custom domain.
    MaxRecords *int64 `type:"integer"`
    // contains filtered or unexported fields
}

func (DescribeCustomDomainAssociationsInput) GoString

func (s DescribeCustomDomainAssociationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCustomDomainAssociationsInput) SetCustomDomainCertificateArn

func (s *DescribeCustomDomainAssociationsInput) SetCustomDomainCertificateArn(v string) *DescribeCustomDomainAssociationsInput

SetCustomDomainCertificateArn sets the CustomDomainCertificateArn field's value.

func (*DescribeCustomDomainAssociationsInput) SetCustomDomainName

func (s *DescribeCustomDomainAssociationsInput) SetCustomDomainName(v string) *DescribeCustomDomainAssociationsInput

SetCustomDomainName sets the CustomDomainName field's value.

func (*DescribeCustomDomainAssociationsInput) SetMarker

func (s *DescribeCustomDomainAssociationsInput) SetMarker(v string) *DescribeCustomDomainAssociationsInput

SetMarker sets the Marker field's value.

func (*DescribeCustomDomainAssociationsInput) SetMaxRecords

func (s *DescribeCustomDomainAssociationsInput) SetMaxRecords(v int64) *DescribeCustomDomainAssociationsInput

SetMaxRecords sets the MaxRecords field's value.

func (DescribeCustomDomainAssociationsInput) String

func (s DescribeCustomDomainAssociationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCustomDomainAssociationsInput) Validate

func (s *DescribeCustomDomainAssociationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeCustomDomainAssociationsOutput

type DescribeCustomDomainAssociationsOutput struct {

    // The associations for the custom domain.
    Associations []*Association `locationNameList:"Association" type:"list"`

    // The marker for the custom domain association.
    Marker *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeCustomDomainAssociationsOutput) GoString

func (s DescribeCustomDomainAssociationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCustomDomainAssociationsOutput) SetAssociations

func (s *DescribeCustomDomainAssociationsOutput) SetAssociations(v []*Association) *DescribeCustomDomainAssociationsOutput

SetAssociations sets the Associations field's value.

func (*DescribeCustomDomainAssociationsOutput) SetMarker

func (s *DescribeCustomDomainAssociationsOutput) SetMarker(v string) *DescribeCustomDomainAssociationsOutput

SetMarker sets the Marker field's value.

func (DescribeCustomDomainAssociationsOutput) String

func (s DescribeCustomDomainAssociationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDataSharesForConsumerInput

type DescribeDataSharesForConsumerInput struct {

    // The Amazon Resource Name (ARN) of the consumer namespace that returns in
    // the list of datashares.
    ConsumerArn *string `type:"string"`

    // An optional parameter that specifies the starting point to return a set of
    // response records. When the results of a DescribeDataSharesForConsumer request
    // exceed the value specified in MaxRecords, Amazon Web Services returns a value
    // in the Marker field of the response. You can retrieve the next set of response
    // records by providing the returned marker value in the Marker parameter and
    // retrying the request.
    Marker *string `type:"string"`

    // The maximum number of response records to return in each call. If the number
    // of remaining response records exceeds the specified MaxRecords value, a value
    // is returned in a marker field of the response. You can retrieve the next
    // set of records by retrying the command with the returned marker value.
    MaxRecords *int64 `type:"integer"`

    // An identifier giving the status of a datashare in the consumer cluster. If
    // this field is specified, Amazon Redshift returns the list of datashares that
    // have the specified status.
    Status *string `type:"string" enum:"DataShareStatusForConsumer"`
    // contains filtered or unexported fields
}

func (DescribeDataSharesForConsumerInput) GoString

func (s DescribeDataSharesForConsumerInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataSharesForConsumerInput) SetConsumerArn

func (s *DescribeDataSharesForConsumerInput) SetConsumerArn(v string) *DescribeDataSharesForConsumerInput

SetConsumerArn sets the ConsumerArn field's value.

func (*DescribeDataSharesForConsumerInput) SetMarker

func (s *DescribeDataSharesForConsumerInput) SetMarker(v string) *DescribeDataSharesForConsumerInput

SetMarker sets the Marker field's value.

func (*DescribeDataSharesForConsumerInput) SetMaxRecords

func (s *DescribeDataSharesForConsumerInput) SetMaxRecords(v int64) *DescribeDataSharesForConsumerInput

SetMaxRecords sets the MaxRecords field's value.

func (*DescribeDataSharesForConsumerInput) SetStatus

func (s *DescribeDataSharesForConsumerInput) SetStatus(v string) *DescribeDataSharesForConsumerInput

SetStatus sets the Status field's value.

func (DescribeDataSharesForConsumerInput) String

func (s DescribeDataSharesForConsumerInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDataSharesForConsumerOutput

type DescribeDataSharesForConsumerOutput struct {

    // Shows the results of datashares available for consumers.
    DataShares []*DataShare `type:"list"`

    // An optional parameter that specifies the starting point to return a set of
    // response records. When the results of a DescribeDataSharesForConsumer request
    // exceed the value specified in MaxRecords, Amazon Web Services returns a value
    // in the Marker field of the response. You can retrieve the next set of response
    // records by providing the returned marker value in the Marker parameter and
    // retrying the request.
    Marker *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeDataSharesForConsumerOutput) GoString

func (s DescribeDataSharesForConsumerOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataSharesForConsumerOutput) SetDataShares

func (s *DescribeDataSharesForConsumerOutput) SetDataShares(v []*DataShare) *DescribeDataSharesForConsumerOutput

SetDataShares sets the DataShares field's value.

func (*DescribeDataSharesForConsumerOutput) SetMarker

func (s *DescribeDataSharesForConsumerOutput) SetMarker(v string) *DescribeDataSharesForConsumerOutput

SetMarker sets the Marker field's value.

func (DescribeDataSharesForConsumerOutput) String

func (s DescribeDataSharesForConsumerOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDataSharesForProducerInput

type DescribeDataSharesForProducerInput struct {

    // An optional parameter that specifies the starting point to return a set of
    // response records. When the results of a DescribeDataSharesForProducer request
    // exceed the value specified in MaxRecords, Amazon Web Services returns a value
    // in the Marker field of the response. You can retrieve the next set of response
    // records by providing the returned marker value in the Marker parameter and
    // retrying the request.
    Marker *string `type:"string"`

    // The maximum number of response records to return in each call. If the number
    // of remaining response records exceeds the specified MaxRecords value, a value
    // is returned in a marker field of the response. You can retrieve the next
    // set of records by retrying the command with the returned marker value.
    MaxRecords *int64 `type:"integer"`

    // The Amazon Resource Name (ARN) of the producer namespace that returns in
    // the list of datashares.
    ProducerArn *string `type:"string"`

    // An identifier giving the status of a datashare in the producer. If this field
    // is specified, Amazon Redshift returns the list of datashares that have the
    // specified status.
    Status *string `type:"string" enum:"DataShareStatusForProducer"`
    // contains filtered or unexported fields
}

func (DescribeDataSharesForProducerInput) GoString

func (s DescribeDataSharesForProducerInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataSharesForProducerInput) SetMarker

func (s *DescribeDataSharesForProducerInput) SetMarker(v string) *DescribeDataSharesForProducerInput

SetMarker sets the Marker field's value.

func (*DescribeDataSharesForProducerInput) SetMaxRecords

func (s *DescribeDataSharesForProducerInput) SetMaxRecords(v int64) *DescribeDataSharesForProducerInput

SetMaxRecords sets the MaxRecords field's value.

func (*DescribeDataSharesForProducerInput) SetProducerArn

func (s *DescribeDataSharesForProducerInput) SetProducerArn(v string) *DescribeDataSharesForProducerInput

SetProducerArn sets the ProducerArn field's value.

func (*DescribeDataSharesForProducerInput) SetStatus

func (s *DescribeDataSharesForProducerInput) SetStatus(v string) *DescribeDataSharesForProducerInput

SetStatus sets the Status field's value.

func (DescribeDataSharesForProducerInput) String

func (s DescribeDataSharesForProducerInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDataSharesForProducerOutput

type DescribeDataSharesForProducerOutput struct {

    // Shows the results of datashares available for producers.
    DataShares []*DataShare `type:"list"`

    // An optional parameter that specifies the starting point to return a set of
    // response records. When the results of a DescribeDataSharesForProducer request
    // exceed the value specified in MaxRecords, Amazon Web Services returns a value
    // in the Marker field of the response. You can retrieve the next set of response
    // records by providing the returned marker value in the Marker parameter and
    // retrying the request.
    Marker *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeDataSharesForProducerOutput) GoString

func (s DescribeDataSharesForProducerOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataSharesForProducerOutput) SetDataShares

func (s *DescribeDataSharesForProducerOutput) SetDataShares(v []*DataShare) *DescribeDataSharesForProducerOutput

SetDataShares sets the DataShares field's value.

func (*DescribeDataSharesForProducerOutput) SetMarker

func (s *DescribeDataSharesForProducerOutput) SetMarker(v string) *DescribeDataSharesForProducerOutput

SetMarker sets the Marker field's value.

func (DescribeDataSharesForProducerOutput) String

func (s DescribeDataSharesForProducerOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDataSharesInput

type DescribeDataSharesInput struct {

    // The Amazon resource name (ARN) of the datashare to describe details of.
    DataShareArn *string `type:"string"`

    // An optional parameter that specifies the starting point to return a set of
    // response records. When the results of a DescribeDataShares request exceed
    // the value specified in MaxRecords, Amazon Web Services returns a value in
    // the Marker field of the response. You can retrieve the next set of response
    // records by providing the returned marker value in the Marker parameter and
    // retrying the request.
    Marker *string `type:"string"`

    // The maximum number of response records to return in each call. If the number
    // of remaining response records exceeds the specified MaxRecords value, a value
    // is returned in a marker field of the response. You can retrieve the next
    // set of records by retrying the command with the returned marker value.
    MaxRecords *int64 `type:"integer"`
    // contains filtered or unexported fields
}

func (DescribeDataSharesInput) GoString

func (s DescribeDataSharesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataSharesInput) SetDataShareArn

func (s *DescribeDataSharesInput) SetDataShareArn(v string) *DescribeDataSharesInput

SetDataShareArn sets the DataShareArn field's value.

func (*DescribeDataSharesInput) SetMarker

func (s *DescribeDataSharesInput) SetMarker(v string) *DescribeDataSharesInput

SetMarker sets the Marker field's value.

func (*DescribeDataSharesInput) SetMaxRecords

func (s *DescribeDataSharesInput) SetMaxRecords(v int64) *DescribeDataSharesInput

SetMaxRecords sets the MaxRecords field's value.

func (DescribeDataSharesInput) String

func (s DescribeDataSharesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDataSharesOutput

type DescribeDataSharesOutput struct {

    // The results returned from describing datashares.
    DataShares []*DataShare `type:"list"`

    // An optional parameter that specifies the starting point to return a set of
    // response records. When the results of a DescribeDataShares request exceed
    // the value specified in MaxRecords, Amazon Web Services returns a value in
    // the Marker field of the response. You can retrieve the next set of response
    // records by providing the returned marker value in the Marker parameter and
    // retrying the request.
    Marker *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeDataSharesOutput) GoString

func (s DescribeDataSharesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataSharesOutput) SetDataShares

func (s *DescribeDataSharesOutput) SetDataShares(v []*DataShare) *DescribeDataSharesOutput

SetDataShares sets the DataShares field's value.

func (*DescribeDataSharesOutput) SetMarker

func (s *DescribeDataSharesOutput) SetMarker(v string) *DescribeDataSharesOutput

SetMarker sets the Marker field's value.

func (DescribeDataSharesOutput) String

func (s DescribeDataSharesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDefaultClusterParametersInput

type DescribeDefaultClusterParametersInput struct {

    // An optional parameter that specifies the starting point to return a set of
    // response records. When the results of a DescribeDefaultClusterParameters
    // request exceed the value specified in MaxRecords, Amazon Web Services returns
    // a value in the Marker field of the response. You can retrieve the next set
    // of response records by providing the returned marker value in the Marker
    // parameter and retrying the request.
    Marker *string `type:"string"`

    // The maximum number of response records to return in each call. If the number
    // of remaining response records exceeds the specified MaxRecords value, a value
    // is returned in a marker field of the response. You can retrieve the next
    // set of records by retrying the command with the returned marker value.
    //
    // Default: 100
    //
    // Constraints: minimum 20, maximum 100.
    MaxRecords *int64 `type:"integer"`

    // The name of the cluster parameter group family.
    //
    // ParameterGroupFamily is a required field
    ParameterGroupFamily *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeDefaultClusterParametersInput) GoString

func (s DescribeDefaultClusterParametersInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDefaultClusterParametersInput) SetMarker

func (s *DescribeDefaultClusterParametersInput) SetMarker(v string) *DescribeDefaultClusterParametersInput

SetMarker sets the Marker field's value.

func (*DescribeDefaultClusterParametersInput) SetMaxRecords

func (s *DescribeDefaultClusterParametersInput) SetMaxRecords(v int64) *DescribeDefaultClusterParametersInput

SetMaxRecords sets the MaxRecords field's value.

func (*DescribeDefaultClusterParametersInput) SetParameterGroupFamily

func (s *DescribeDefaultClusterParametersInput) SetParameterGroupFamily(v string) *DescribeDefaultClusterParametersInput

SetParameterGroupFamily sets the ParameterGroupFamily field's value.

func (DescribeDefaultClusterParametersInput) String

func (s DescribeDefaultClusterParametersInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDefaultClusterParametersInput) Validate

func (s *DescribeDefaultClusterParametersInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDefaultClusterParametersOutput

type DescribeDefaultClusterParametersOutput struct {

    // Describes the default cluster parameters for a parameter group family.
    DefaultClusterParameters *DefaultClusterParameters `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeDefaultClusterParametersOutput) GoString

func (s DescribeDefaultClusterParametersOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDefaultClusterParametersOutput) SetDefaultClusterParameters

func (s *DescribeDefaultClusterParametersOutput) SetDefaultClusterParameters(v *DefaultClusterParameters) *DescribeDefaultClusterParametersOutput

SetDefaultClusterParameters sets the DefaultClusterParameters field's value.

func (DescribeDefaultClusterParametersOutput) String

func (s DescribeDefaultClusterParametersOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeEndpointAccessInput

type DescribeEndpointAccessInput struct {

    // The cluster identifier associated with the described endp