Documentation ¶
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
Index ¶
- Constants
- 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
- func (s AcceptReservedNodeExchangeInput) GoString() string
- func (s *AcceptReservedNodeExchangeInput) SetReservedNodeId(v string) *AcceptReservedNodeExchangeInput
- func (s *AcceptReservedNodeExchangeInput) SetTargetReservedNodeOfferingId(v string) *AcceptReservedNodeExchangeInput
- func (s AcceptReservedNodeExchangeInput) String() string
- func (s *AcceptReservedNodeExchangeInput) Validate() error
- type AcceptReservedNodeExchangeOutput
- type AccountAttribute
- type AccountWithRestoreAccess
- type AddPartnerInput
- func (s AddPartnerInput) GoString() string
- func (s *AddPartnerInput) SetAccountId(v string) *AddPartnerInput
- func (s *AddPartnerInput) SetClusterIdentifier(v string) *AddPartnerInput
- func (s *AddPartnerInput) SetDatabaseName(v string) *AddPartnerInput
- func (s *AddPartnerInput) SetPartnerName(v string) *AddPartnerInput
- func (s AddPartnerInput) String() string
- func (s *AddPartnerInput) Validate() error
- type AddPartnerOutput
- type AquaConfiguration
- type AssociateDataShareConsumerInput
- func (s AssociateDataShareConsumerInput) GoString() string
- func (s *AssociateDataShareConsumerInput) SetAllowWrites(v bool) *AssociateDataShareConsumerInput
- func (s *AssociateDataShareConsumerInput) SetAssociateEntireAccount(v bool) *AssociateDataShareConsumerInput
- func (s *AssociateDataShareConsumerInput) SetConsumerArn(v string) *AssociateDataShareConsumerInput
- func (s *AssociateDataShareConsumerInput) SetConsumerRegion(v string) *AssociateDataShareConsumerInput
- func (s *AssociateDataShareConsumerInput) SetDataShareArn(v string) *AssociateDataShareConsumerInput
- func (s AssociateDataShareConsumerInput) String() string
- func (s *AssociateDataShareConsumerInput) Validate() error
- type AssociateDataShareConsumerOutput
- func (s AssociateDataShareConsumerOutput) GoString() string
- func (s *AssociateDataShareConsumerOutput) SetAllowPubliclyAccessibleConsumers(v bool) *AssociateDataShareConsumerOutput
- func (s *AssociateDataShareConsumerOutput) SetDataShareArn(v string) *AssociateDataShareConsumerOutput
- func (s *AssociateDataShareConsumerOutput) SetDataShareAssociations(v []*DataShareAssociation) *AssociateDataShareConsumerOutput
- func (s *AssociateDataShareConsumerOutput) SetManagedBy(v string) *AssociateDataShareConsumerOutput
- func (s *AssociateDataShareConsumerOutput) SetProducerArn(v string) *AssociateDataShareConsumerOutput
- func (s AssociateDataShareConsumerOutput) String() string
- type Association
- func (s Association) GoString() string
- func (s *Association) SetCertificateAssociations(v []*CertificateAssociation) *Association
- func (s *Association) SetCustomDomainCertificateArn(v string) *Association
- func (s *Association) SetCustomDomainCertificateExpiryDate(v time.Time) *Association
- func (s Association) String() string
- type AttributeValueTarget
- type AuthenticationProfile
- type AuthorizeClusterSecurityGroupIngressInput
- func (s AuthorizeClusterSecurityGroupIngressInput) GoString() string
- func (s *AuthorizeClusterSecurityGroupIngressInput) SetCIDRIP(v string) *AuthorizeClusterSecurityGroupIngressInput
- func (s *AuthorizeClusterSecurityGroupIngressInput) SetClusterSecurityGroupName(v string) *AuthorizeClusterSecurityGroupIngressInput
- func (s *AuthorizeClusterSecurityGroupIngressInput) SetEC2SecurityGroupName(v string) *AuthorizeClusterSecurityGroupIngressInput
- func (s *AuthorizeClusterSecurityGroupIngressInput) SetEC2SecurityGroupOwnerId(v string) *AuthorizeClusterSecurityGroupIngressInput
- func (s AuthorizeClusterSecurityGroupIngressInput) String() string
- func (s *AuthorizeClusterSecurityGroupIngressInput) Validate() error
- type AuthorizeClusterSecurityGroupIngressOutput
- type AuthorizeDataShareInput
- func (s AuthorizeDataShareInput) GoString() string
- func (s *AuthorizeDataShareInput) SetAllowWrites(v bool) *AuthorizeDataShareInput
- func (s *AuthorizeDataShareInput) SetConsumerIdentifier(v string) *AuthorizeDataShareInput
- func (s *AuthorizeDataShareInput) SetDataShareArn(v string) *AuthorizeDataShareInput
- func (s AuthorizeDataShareInput) String() string
- func (s *AuthorizeDataShareInput) Validate() error
- type AuthorizeDataShareOutput
- func (s AuthorizeDataShareOutput) GoString() string
- func (s *AuthorizeDataShareOutput) SetAllowPubliclyAccessibleConsumers(v bool) *AuthorizeDataShareOutput
- func (s *AuthorizeDataShareOutput) SetDataShareArn(v string) *AuthorizeDataShareOutput
- func (s *AuthorizeDataShareOutput) SetDataShareAssociations(v []*DataShareAssociation) *AuthorizeDataShareOutput
- func (s *AuthorizeDataShareOutput) SetManagedBy(v string) *AuthorizeDataShareOutput
- func (s *AuthorizeDataShareOutput) SetProducerArn(v string) *AuthorizeDataShareOutput
- func (s AuthorizeDataShareOutput) String() string
- type AuthorizeEndpointAccessInput
- func (s AuthorizeEndpointAccessInput) GoString() string
- func (s *AuthorizeEndpointAccessInput) SetAccount(v string) *AuthorizeEndpointAccessInput
- func (s *AuthorizeEndpointAccessInput) SetClusterIdentifier(v string) *AuthorizeEndpointAccessInput
- func (s *AuthorizeEndpointAccessInput) SetVpcIds(v []*string) *AuthorizeEndpointAccessInput
- func (s AuthorizeEndpointAccessInput) String() string
- func (s *AuthorizeEndpointAccessInput) Validate() error
- type AuthorizeEndpointAccessOutput
- func (s AuthorizeEndpointAccessOutput) GoString() string
- func (s *AuthorizeEndpointAccessOutput) SetAllowedAllVPCs(v bool) *AuthorizeEndpointAccessOutput
- func (s *AuthorizeEndpointAccessOutput) SetAllowedVPCs(v []*string) *AuthorizeEndpointAccessOutput
- func (s *AuthorizeEndpointAccessOutput) SetAuthorizeTime(v time.Time) *AuthorizeEndpointAccessOutput
- func (s *AuthorizeEndpointAccessOutput) SetClusterIdentifier(v string) *AuthorizeEndpointAccessOutput
- func (s *AuthorizeEndpointAccessOutput) SetClusterStatus(v string) *AuthorizeEndpointAccessOutput
- func (s *AuthorizeEndpointAccessOutput) SetEndpointCount(v int64) *AuthorizeEndpointAccessOutput
- func (s *AuthorizeEndpointAccessOutput) SetGrantee(v string) *AuthorizeEndpointAccessOutput
- func (s *AuthorizeEndpointAccessOutput) SetGrantor(v string) *AuthorizeEndpointAccessOutput
- func (s *AuthorizeEndpointAccessOutput) SetStatus(v string) *AuthorizeEndpointAccessOutput
- func (s AuthorizeEndpointAccessOutput) String() string
- type AuthorizeSnapshotAccessInput
- func (s AuthorizeSnapshotAccessInput) GoString() string
- func (s *AuthorizeSnapshotAccessInput) SetAccountWithRestoreAccess(v string) *AuthorizeSnapshotAccessInput
- func (s *AuthorizeSnapshotAccessInput) SetSnapshotArn(v string) *AuthorizeSnapshotAccessInput
- func (s *AuthorizeSnapshotAccessInput) SetSnapshotClusterIdentifier(v string) *AuthorizeSnapshotAccessInput
- func (s *AuthorizeSnapshotAccessInput) SetSnapshotIdentifier(v string) *AuthorizeSnapshotAccessInput
- func (s AuthorizeSnapshotAccessInput) String() string
- func (s *AuthorizeSnapshotAccessInput) Validate() error
- type AuthorizeSnapshotAccessOutput
- type AuthorizedTokenIssuer
- type AvailabilityZone
- type BatchDeleteClusterSnapshotsInput
- func (s BatchDeleteClusterSnapshotsInput) GoString() string
- func (s *BatchDeleteClusterSnapshotsInput) SetIdentifiers(v []*DeleteClusterSnapshotMessage) *BatchDeleteClusterSnapshotsInput
- func (s BatchDeleteClusterSnapshotsInput) String() string
- func (s *BatchDeleteClusterSnapshotsInput) Validate() error
- type BatchDeleteClusterSnapshotsOutput
- func (s BatchDeleteClusterSnapshotsOutput) GoString() string
- func (s *BatchDeleteClusterSnapshotsOutput) SetErrors(v []*SnapshotErrorMessage) *BatchDeleteClusterSnapshotsOutput
- func (s *BatchDeleteClusterSnapshotsOutput) SetResources(v []*string) *BatchDeleteClusterSnapshotsOutput
- func (s BatchDeleteClusterSnapshotsOutput) String() string
- type BatchModifyClusterSnapshotsInput
- func (s BatchModifyClusterSnapshotsInput) GoString() string
- func (s *BatchModifyClusterSnapshotsInput) SetForce(v bool) *BatchModifyClusterSnapshotsInput
- func (s *BatchModifyClusterSnapshotsInput) SetManualSnapshotRetentionPeriod(v int64) *BatchModifyClusterSnapshotsInput
- func (s *BatchModifyClusterSnapshotsInput) SetSnapshotIdentifierList(v []*string) *BatchModifyClusterSnapshotsInput
- func (s BatchModifyClusterSnapshotsInput) String() string
- func (s *BatchModifyClusterSnapshotsInput) Validate() error
- type BatchModifyClusterSnapshotsOutput
- func (s BatchModifyClusterSnapshotsOutput) GoString() string
- func (s *BatchModifyClusterSnapshotsOutput) SetErrors(v []*SnapshotErrorMessage) *BatchModifyClusterSnapshotsOutput
- func (s *BatchModifyClusterSnapshotsOutput) SetResources(v []*string) *BatchModifyClusterSnapshotsOutput
- func (s BatchModifyClusterSnapshotsOutput) String() string
- type CancelResizeInput
- type CancelResizeOutput
- func (s CancelResizeOutput) GoString() string
- func (s *CancelResizeOutput) SetAvgResizeRateInMegaBytesPerSecond(v float64) *CancelResizeOutput
- func (s *CancelResizeOutput) SetDataTransferProgressPercent(v float64) *CancelResizeOutput
- func (s *CancelResizeOutput) SetElapsedTimeInSeconds(v int64) *CancelResizeOutput
- func (s *CancelResizeOutput) SetEstimatedTimeToCompletionInSeconds(v int64) *CancelResizeOutput
- func (s *CancelResizeOutput) SetImportTablesCompleted(v []*string) *CancelResizeOutput
- func (s *CancelResizeOutput) SetImportTablesInProgress(v []*string) *CancelResizeOutput
- func (s *CancelResizeOutput) SetImportTablesNotStarted(v []*string) *CancelResizeOutput
- func (s *CancelResizeOutput) SetMessage(v string) *CancelResizeOutput
- func (s *CancelResizeOutput) SetProgressInMegaBytes(v int64) *CancelResizeOutput
- func (s *CancelResizeOutput) SetResizeType(v string) *CancelResizeOutput
- func (s *CancelResizeOutput) SetStatus(v string) *CancelResizeOutput
- func (s *CancelResizeOutput) SetTargetClusterType(v string) *CancelResizeOutput
- func (s *CancelResizeOutput) SetTargetEncryptionType(v string) *CancelResizeOutput
- func (s *CancelResizeOutput) SetTargetNodeType(v string) *CancelResizeOutput
- func (s *CancelResizeOutput) SetTargetNumberOfNodes(v int64) *CancelResizeOutput
- func (s *CancelResizeOutput) SetTotalResizeDataInMegaBytes(v int64) *CancelResizeOutput
- func (s CancelResizeOutput) String() string
- type CertificateAssociation
- type Cluster
- func (s Cluster) GoString() string
- func (s *Cluster) SetAllowVersionUpgrade(v bool) *Cluster
- func (s *Cluster) SetAquaConfiguration(v *AquaConfiguration) *Cluster
- func (s *Cluster) SetAutomatedSnapshotRetentionPeriod(v int64) *Cluster
- func (s *Cluster) SetAvailabilityZone(v string) *Cluster
- func (s *Cluster) SetAvailabilityZoneRelocationStatus(v string) *Cluster
- func (s *Cluster) SetClusterAvailabilityStatus(v string) *Cluster
- func (s *Cluster) SetClusterCreateTime(v time.Time) *Cluster
- func (s *Cluster) SetClusterIdentifier(v string) *Cluster
- func (s *Cluster) SetClusterNamespaceArn(v string) *Cluster
- func (s *Cluster) SetClusterNodes(v []*ClusterNode) *Cluster
- func (s *Cluster) SetClusterParameterGroups(v []*ClusterParameterGroupStatus) *Cluster
- func (s *Cluster) SetClusterPublicKey(v string) *Cluster
- func (s *Cluster) SetClusterRevisionNumber(v string) *Cluster
- func (s *Cluster) SetClusterSecurityGroups(v []*ClusterSecurityGroupMembership) *Cluster
- func (s *Cluster) SetClusterSnapshotCopyStatus(v *ClusterSnapshotCopyStatus) *Cluster
- func (s *Cluster) SetClusterStatus(v string) *Cluster
- func (s *Cluster) SetClusterSubnetGroupName(v string) *Cluster
- func (s *Cluster) SetClusterVersion(v string) *Cluster
- func (s *Cluster) SetCustomDomainCertificateArn(v string) *Cluster
- func (s *Cluster) SetCustomDomainCertificateExpiryDate(v time.Time) *Cluster
- func (s *Cluster) SetCustomDomainName(v string) *Cluster
- func (s *Cluster) SetDBName(v string) *Cluster
- func (s *Cluster) SetDataTransferProgress(v *DataTransferProgress) *Cluster
- func (s *Cluster) SetDefaultIamRoleArn(v string) *Cluster
- func (s *Cluster) SetDeferredMaintenanceWindows(v []*DeferredMaintenanceWindow) *Cluster
- func (s *Cluster) SetElasticIpStatus(v *ElasticIpStatus) *Cluster
- func (s *Cluster) SetElasticResizeNumberOfNodeOptions(v string) *Cluster
- func (s *Cluster) SetEncrypted(v bool) *Cluster
- func (s *Cluster) SetEndpoint(v *Endpoint) *Cluster
- func (s *Cluster) SetEnhancedVpcRouting(v bool) *Cluster
- func (s *Cluster) SetExpectedNextSnapshotScheduleTime(v time.Time) *Cluster
- func (s *Cluster) SetExpectedNextSnapshotScheduleTimeStatus(v string) *Cluster
- func (s *Cluster) SetHsmStatus(v *HsmStatus) *Cluster
- func (s *Cluster) SetIamRoles(v []*ClusterIamRole) *Cluster
- func (s *Cluster) SetIpAddressType(v string) *Cluster
- func (s *Cluster) SetKmsKeyId(v string) *Cluster
- func (s *Cluster) SetMaintenanceTrackName(v string) *Cluster
- func (s *Cluster) SetManualSnapshotRetentionPeriod(v int64) *Cluster
- func (s *Cluster) SetMasterPasswordSecretArn(v string) *Cluster
- func (s *Cluster) SetMasterPasswordSecretKmsKeyId(v string) *Cluster
- func (s *Cluster) SetMasterUsername(v string) *Cluster
- func (s *Cluster) SetModifyStatus(v string) *Cluster
- func (s *Cluster) SetMultiAZ(v string) *Cluster
- func (s *Cluster) SetMultiAZSecondary(v *SecondaryClusterInfo) *Cluster
- func (s *Cluster) SetNextMaintenanceWindowStartTime(v time.Time) *Cluster
- func (s *Cluster) SetNodeType(v string) *Cluster
- func (s *Cluster) SetNumberOfNodes(v int64) *Cluster
- func (s *Cluster) SetPendingActions(v []*string) *Cluster
- func (s *Cluster) SetPendingModifiedValues(v *PendingModifiedValues) *Cluster
- func (s *Cluster) SetPreferredMaintenanceWindow(v string) *Cluster
- func (s *Cluster) SetPubliclyAccessible(v bool) *Cluster
- func (s *Cluster) SetReservedNodeExchangeStatus(v *ReservedNodeExchangeStatus) *Cluster
- func (s *Cluster) SetResizeInfo(v *ResizeInfo) *Cluster
- func (s *Cluster) SetRestoreStatus(v *RestoreStatus) *Cluster
- func (s *Cluster) SetSnapshotScheduleIdentifier(v string) *Cluster
- func (s *Cluster) SetSnapshotScheduleState(v string) *Cluster
- func (s *Cluster) SetTags(v []*Tag) *Cluster
- func (s *Cluster) SetTotalStorageCapacityInMegaBytes(v int64) *Cluster
- func (s *Cluster) SetVpcId(v string) *Cluster
- func (s *Cluster) SetVpcSecurityGroups(v []*VpcSecurityGroupMembership) *Cluster
- func (s Cluster) String() string
- type ClusterAssociatedToSchedule
- func (s ClusterAssociatedToSchedule) GoString() string
- func (s *ClusterAssociatedToSchedule) SetClusterIdentifier(v string) *ClusterAssociatedToSchedule
- func (s *ClusterAssociatedToSchedule) SetScheduleAssociationState(v string) *ClusterAssociatedToSchedule
- func (s ClusterAssociatedToSchedule) String() string
- type ClusterDbRevision
- func (s ClusterDbRevision) GoString() string
- func (s *ClusterDbRevision) SetClusterIdentifier(v string) *ClusterDbRevision
- func (s *ClusterDbRevision) SetCurrentDatabaseRevision(v string) *ClusterDbRevision
- func (s *ClusterDbRevision) SetDatabaseRevisionReleaseDate(v time.Time) *ClusterDbRevision
- func (s *ClusterDbRevision) SetRevisionTargets(v []*RevisionTarget) *ClusterDbRevision
- func (s ClusterDbRevision) String() string
- type ClusterIamRole
- type ClusterNode
- type ClusterParameterGroup
- func (s ClusterParameterGroup) GoString() string
- func (s *ClusterParameterGroup) SetDescription(v string) *ClusterParameterGroup
- func (s *ClusterParameterGroup) SetParameterGroupFamily(v string) *ClusterParameterGroup
- func (s *ClusterParameterGroup) SetParameterGroupName(v string) *ClusterParameterGroup
- func (s *ClusterParameterGroup) SetTags(v []*Tag) *ClusterParameterGroup
- func (s ClusterParameterGroup) String() string
- type ClusterParameterGroupNameMessage
- func (s ClusterParameterGroupNameMessage) GoString() string
- func (s *ClusterParameterGroupNameMessage) SetParameterGroupName(v string) *ClusterParameterGroupNameMessage
- func (s *ClusterParameterGroupNameMessage) SetParameterGroupStatus(v string) *ClusterParameterGroupNameMessage
- func (s ClusterParameterGroupNameMessage) String() string
- type ClusterParameterGroupStatus
- func (s ClusterParameterGroupStatus) GoString() string
- func (s *ClusterParameterGroupStatus) SetClusterParameterStatusList(v []*ClusterParameterStatus) *ClusterParameterGroupStatus
- func (s *ClusterParameterGroupStatus) SetParameterApplyStatus(v string) *ClusterParameterGroupStatus
- func (s *ClusterParameterGroupStatus) SetParameterGroupName(v string) *ClusterParameterGroupStatus
- func (s ClusterParameterGroupStatus) String() string
- type ClusterParameterStatus
- func (s ClusterParameterStatus) GoString() string
- func (s *ClusterParameterStatus) SetParameterApplyErrorDescription(v string) *ClusterParameterStatus
- func (s *ClusterParameterStatus) SetParameterApplyStatus(v string) *ClusterParameterStatus
- func (s *ClusterParameterStatus) SetParameterName(v string) *ClusterParameterStatus
- func (s ClusterParameterStatus) String() string
- type ClusterSecurityGroup
- func (s ClusterSecurityGroup) GoString() string
- func (s *ClusterSecurityGroup) SetClusterSecurityGroupName(v string) *ClusterSecurityGroup
- func (s *ClusterSecurityGroup) SetDescription(v string) *ClusterSecurityGroup
- func (s *ClusterSecurityGroup) SetEC2SecurityGroups(v []*EC2SecurityGroup) *ClusterSecurityGroup
- func (s *ClusterSecurityGroup) SetIPRanges(v []*IPRange) *ClusterSecurityGroup
- func (s *ClusterSecurityGroup) SetTags(v []*Tag) *ClusterSecurityGroup
- func (s ClusterSecurityGroup) String() string
- type ClusterSecurityGroupMembership
- func (s ClusterSecurityGroupMembership) GoString() string
- func (s *ClusterSecurityGroupMembership) SetClusterSecurityGroupName(v string) *ClusterSecurityGroupMembership
- func (s *ClusterSecurityGroupMembership) SetStatus(v string) *ClusterSecurityGroupMembership
- func (s ClusterSecurityGroupMembership) String() string
- type ClusterSnapshotCopyStatus
- func (s ClusterSnapshotCopyStatus) GoString() string
- func (s *ClusterSnapshotCopyStatus) SetDestinationRegion(v string) *ClusterSnapshotCopyStatus
- func (s *ClusterSnapshotCopyStatus) SetManualSnapshotRetentionPeriod(v int64) *ClusterSnapshotCopyStatus
- func (s *ClusterSnapshotCopyStatus) SetRetentionPeriod(v int64) *ClusterSnapshotCopyStatus
- func (s *ClusterSnapshotCopyStatus) SetSnapshotCopyGrantName(v string) *ClusterSnapshotCopyStatus
- func (s ClusterSnapshotCopyStatus) String() string
- type ClusterSubnetGroup
- func (s ClusterSubnetGroup) GoString() string
- func (s *ClusterSubnetGroup) SetClusterSubnetGroupName(v string) *ClusterSubnetGroup
- func (s *ClusterSubnetGroup) SetDescription(v string) *ClusterSubnetGroup
- func (s *ClusterSubnetGroup) SetSubnetGroupStatus(v string) *ClusterSubnetGroup
- func (s *ClusterSubnetGroup) SetSubnets(v []*Subnet) *ClusterSubnetGroup
- func (s *ClusterSubnetGroup) SetSupportedClusterIpAddressTypes(v []*string) *ClusterSubnetGroup
- func (s *ClusterSubnetGroup) SetTags(v []*Tag) *ClusterSubnetGroup
- func (s *ClusterSubnetGroup) SetVpcId(v string) *ClusterSubnetGroup
- func (s ClusterSubnetGroup) String() string
- type ClusterVersion
- type CopyClusterSnapshotInput
- func (s CopyClusterSnapshotInput) GoString() string
- func (s *CopyClusterSnapshotInput) SetManualSnapshotRetentionPeriod(v int64) *CopyClusterSnapshotInput
- func (s *CopyClusterSnapshotInput) SetSourceSnapshotClusterIdentifier(v string) *CopyClusterSnapshotInput
- func (s *CopyClusterSnapshotInput) SetSourceSnapshotIdentifier(v string) *CopyClusterSnapshotInput
- func (s *CopyClusterSnapshotInput) SetTargetSnapshotIdentifier(v string) *CopyClusterSnapshotInput
- func (s CopyClusterSnapshotInput) String() string
- func (s *CopyClusterSnapshotInput) Validate() error
- type CopyClusterSnapshotOutput
- type CreateAuthenticationProfileInput
- func (s CreateAuthenticationProfileInput) GoString() string
- func (s *CreateAuthenticationProfileInput) SetAuthenticationProfileContent(v string) *CreateAuthenticationProfileInput
- func (s *CreateAuthenticationProfileInput) SetAuthenticationProfileName(v string) *CreateAuthenticationProfileInput
- func (s CreateAuthenticationProfileInput) String() string
- func (s *CreateAuthenticationProfileInput) Validate() error
- type CreateAuthenticationProfileOutput
- func (s CreateAuthenticationProfileOutput) GoString() string
- func (s *CreateAuthenticationProfileOutput) SetAuthenticationProfileContent(v string) *CreateAuthenticationProfileOutput
- func (s *CreateAuthenticationProfileOutput) SetAuthenticationProfileName(v string) *CreateAuthenticationProfileOutput
- func (s CreateAuthenticationProfileOutput) String() string
- type CreateClusterInput
- func (s CreateClusterInput) GoString() string
- func (s *CreateClusterInput) SetAdditionalInfo(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetAllowVersionUpgrade(v bool) *CreateClusterInput
- func (s *CreateClusterInput) SetAquaConfigurationStatus(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetAutomatedSnapshotRetentionPeriod(v int64) *CreateClusterInput
- func (s *CreateClusterInput) SetAvailabilityZone(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetAvailabilityZoneRelocation(v bool) *CreateClusterInput
- func (s *CreateClusterInput) SetClusterIdentifier(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetClusterParameterGroupName(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetClusterSecurityGroups(v []*string) *CreateClusterInput
- func (s *CreateClusterInput) SetClusterSubnetGroupName(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetClusterType(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetClusterVersion(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetDBName(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetDefaultIamRoleArn(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetElasticIp(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetEncrypted(v bool) *CreateClusterInput
- func (s *CreateClusterInput) SetEnhancedVpcRouting(v bool) *CreateClusterInput
- func (s *CreateClusterInput) SetHsmClientCertificateIdentifier(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetHsmConfigurationIdentifier(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetIamRoles(v []*string) *CreateClusterInput
- func (s *CreateClusterInput) SetIpAddressType(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetKmsKeyId(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetLoadSampleData(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetMaintenanceTrackName(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetManageMasterPassword(v bool) *CreateClusterInput
- func (s *CreateClusterInput) SetManualSnapshotRetentionPeriod(v int64) *CreateClusterInput
- func (s *CreateClusterInput) SetMasterPasswordSecretKmsKeyId(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetMasterUserPassword(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetMasterUsername(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetMultiAZ(v bool) *CreateClusterInput
- func (s *CreateClusterInput) SetNodeType(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetNumberOfNodes(v int64) *CreateClusterInput
- func (s *CreateClusterInput) SetPort(v int64) *CreateClusterInput
- func (s *CreateClusterInput) SetPreferredMaintenanceWindow(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetPubliclyAccessible(v bool) *CreateClusterInput
- func (s *CreateClusterInput) SetRedshiftIdcApplicationArn(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetSnapshotScheduleIdentifier(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetTags(v []*Tag) *CreateClusterInput
- func (s *CreateClusterInput) SetVpcSecurityGroupIds(v []*string) *CreateClusterInput
- func (s CreateClusterInput) String() string
- func (s *CreateClusterInput) Validate() error
- type CreateClusterOutput
- type CreateClusterParameterGroupInput
- func (s CreateClusterParameterGroupInput) GoString() string
- func (s *CreateClusterParameterGroupInput) SetDescription(v string) *CreateClusterParameterGroupInput
- func (s *CreateClusterParameterGroupInput) SetParameterGroupFamily(v string) *CreateClusterParameterGroupInput
- func (s *CreateClusterParameterGroupInput) SetParameterGroupName(v string) *CreateClusterParameterGroupInput
- func (s *CreateClusterParameterGroupInput) SetTags(v []*Tag) *CreateClusterParameterGroupInput
- func (s CreateClusterParameterGroupInput) String() string
- func (s *CreateClusterParameterGroupInput) Validate() error
- type CreateClusterParameterGroupOutput
- type CreateClusterSecurityGroupInput
- func (s CreateClusterSecurityGroupInput) GoString() string
- func (s *CreateClusterSecurityGroupInput) SetClusterSecurityGroupName(v string) *CreateClusterSecurityGroupInput
- func (s *CreateClusterSecurityGroupInput) SetDescription(v string) *CreateClusterSecurityGroupInput
- func (s *CreateClusterSecurityGroupInput) SetTags(v []*Tag) *CreateClusterSecurityGroupInput
- func (s CreateClusterSecurityGroupInput) String() string
- func (s *CreateClusterSecurityGroupInput) Validate() error
- type CreateClusterSecurityGroupOutput
- type CreateClusterSnapshotInput
- func (s CreateClusterSnapshotInput) GoString() string
- func (s *CreateClusterSnapshotInput) SetClusterIdentifier(v string) *CreateClusterSnapshotInput
- func (s *CreateClusterSnapshotInput) SetManualSnapshotRetentionPeriod(v int64) *CreateClusterSnapshotInput
- func (s *CreateClusterSnapshotInput) SetSnapshotIdentifier(v string) *CreateClusterSnapshotInput
- func (s *CreateClusterSnapshotInput) SetTags(v []*Tag) *CreateClusterSnapshotInput
- func (s CreateClusterSnapshotInput) String() string
- func (s *CreateClusterSnapshotInput) Validate() error
- type CreateClusterSnapshotOutput
- type CreateClusterSubnetGroupInput
- func (s CreateClusterSubnetGroupInput) GoString() string
- func (s *CreateClusterSubnetGroupInput) SetClusterSubnetGroupName(v string) *CreateClusterSubnetGroupInput
- func (s *CreateClusterSubnetGroupInput) SetDescription(v string) *CreateClusterSubnetGroupInput
- func (s *CreateClusterSubnetGroupInput) SetSubnetIds(v []*string) *CreateClusterSubnetGroupInput
- func (s *CreateClusterSubnetGroupInput) SetTags(v []*Tag) *CreateClusterSubnetGroupInput
- func (s CreateClusterSubnetGroupInput) String() string
- func (s *CreateClusterSubnetGroupInput) Validate() error
- type CreateClusterSubnetGroupOutput
- type CreateCustomDomainAssociationInput
- func (s CreateCustomDomainAssociationInput) GoString() string
- func (s *CreateCustomDomainAssociationInput) SetClusterIdentifier(v string) *CreateCustomDomainAssociationInput
- func (s *CreateCustomDomainAssociationInput) SetCustomDomainCertificateArn(v string) *CreateCustomDomainAssociationInput
- func (s *CreateCustomDomainAssociationInput) SetCustomDomainName(v string) *CreateCustomDomainAssociationInput
- func (s CreateCustomDomainAssociationInput) String() string
- func (s *CreateCustomDomainAssociationInput) Validate() error
- type CreateCustomDomainAssociationOutput
- func (s CreateCustomDomainAssociationOutput) GoString() string
- func (s *CreateCustomDomainAssociationOutput) SetClusterIdentifier(v string) *CreateCustomDomainAssociationOutput
- func (s *CreateCustomDomainAssociationOutput) SetCustomDomainCertExpiryTime(v string) *CreateCustomDomainAssociationOutput
- func (s *CreateCustomDomainAssociationOutput) SetCustomDomainCertificateArn(v string) *CreateCustomDomainAssociationOutput
- func (s *CreateCustomDomainAssociationOutput) SetCustomDomainName(v string) *CreateCustomDomainAssociationOutput
- func (s CreateCustomDomainAssociationOutput) String() string
- type CreateEndpointAccessInput
- func (s CreateEndpointAccessInput) GoString() string
- func (s *CreateEndpointAccessInput) SetClusterIdentifier(v string) *CreateEndpointAccessInput
- func (s *CreateEndpointAccessInput) SetEndpointName(v string) *CreateEndpointAccessInput
- func (s *CreateEndpointAccessInput) SetResourceOwner(v string) *CreateEndpointAccessInput
- func (s *CreateEndpointAccessInput) SetSubnetGroupName(v string) *CreateEndpointAccessInput
- func (s *CreateEndpointAccessInput) SetVpcSecurityGroupIds(v []*string) *CreateEndpointAccessInput
- func (s CreateEndpointAccessInput) String() string
- func (s *CreateEndpointAccessInput) Validate() error
- type CreateEndpointAccessOutput
- func (s CreateEndpointAccessOutput) GoString() string
- func (s *CreateEndpointAccessOutput) SetAddress(v string) *CreateEndpointAccessOutput
- func (s *CreateEndpointAccessOutput) SetClusterIdentifier(v string) *CreateEndpointAccessOutput
- func (s *CreateEndpointAccessOutput) SetEndpointCreateTime(v time.Time) *CreateEndpointAccessOutput
- func (s *CreateEndpointAccessOutput) SetEndpointName(v string) *CreateEndpointAccessOutput
- func (s *CreateEndpointAccessOutput) SetEndpointStatus(v string) *CreateEndpointAccessOutput
- func (s *CreateEndpointAccessOutput) SetPort(v int64) *CreateEndpointAccessOutput
- func (s *CreateEndpointAccessOutput) SetResourceOwner(v string) *CreateEndpointAccessOutput
- func (s *CreateEndpointAccessOutput) SetSubnetGroupName(v string) *CreateEndpointAccessOutput
- func (s *CreateEndpointAccessOutput) SetVpcEndpoint(v *VpcEndpoint) *CreateEndpointAccessOutput
- func (s *CreateEndpointAccessOutput) SetVpcSecurityGroups(v []*VpcSecurityGroupMembership) *CreateEndpointAccessOutput
- func (s CreateEndpointAccessOutput) String() string
- type CreateEventSubscriptionInput
- func (s CreateEventSubscriptionInput) GoString() string
- func (s *CreateEventSubscriptionInput) SetEnabled(v bool) *CreateEventSubscriptionInput
- func (s *CreateEventSubscriptionInput) SetEventCategories(v []*string) *CreateEventSubscriptionInput
- func (s *CreateEventSubscriptionInput) SetSeverity(v string) *CreateEventSubscriptionInput
- func (s *CreateEventSubscriptionInput) SetSnsTopicArn(v string) *CreateEventSubscriptionInput
- func (s *CreateEventSubscriptionInput) SetSourceIds(v []*string) *CreateEventSubscriptionInput
- func (s *CreateEventSubscriptionInput) SetSourceType(v string) *CreateEventSubscriptionInput
- func (s *CreateEventSubscriptionInput) SetSubscriptionName(v string) *CreateEventSubscriptionInput
- func (s *CreateEventSubscriptionInput) SetTags(v []*Tag) *CreateEventSubscriptionInput
- func (s CreateEventSubscriptionInput) String() string
- func (s *CreateEventSubscriptionInput) Validate() error
- type CreateEventSubscriptionOutput
- type CreateHsmClientCertificateInput
- func (s CreateHsmClientCertificateInput) GoString() string
- func (s *CreateHsmClientCertificateInput) SetHsmClientCertificateIdentifier(v string) *CreateHsmClientCertificateInput
- func (s *CreateHsmClientCertificateInput) SetTags(v []*Tag) *CreateHsmClientCertificateInput
- func (s CreateHsmClientCertificateInput) String() string
- func (s *CreateHsmClientCertificateInput) Validate() error
- type CreateHsmClientCertificateOutput
- type CreateHsmConfigurationInput
- func (s CreateHsmConfigurationInput) GoString() string
- func (s *CreateHsmConfigurationInput) SetDescription(v string) *CreateHsmConfigurationInput
- func (s *CreateHsmConfigurationInput) SetHsmConfigurationIdentifier(v string) *CreateHsmConfigurationInput
- func (s *CreateHsmConfigurationInput) SetHsmIpAddress(v string) *CreateHsmConfigurationInput
- func (s *CreateHsmConfigurationInput) SetHsmPartitionName(v string) *CreateHsmConfigurationInput
- func (s *CreateHsmConfigurationInput) SetHsmPartitionPassword(v string) *CreateHsmConfigurationInput
- func (s *CreateHsmConfigurationInput) SetHsmServerPublicCertificate(v string) *CreateHsmConfigurationInput
- func (s *CreateHsmConfigurationInput) SetTags(v []*Tag) *CreateHsmConfigurationInput
- func (s CreateHsmConfigurationInput) String() string
- func (s *CreateHsmConfigurationInput) Validate() error
- type CreateHsmConfigurationOutput
- type CreateRedshiftIdcApplicationInput
- func (s CreateRedshiftIdcApplicationInput) GoString() string
- func (s *CreateRedshiftIdcApplicationInput) SetAuthorizedTokenIssuerList(v []*AuthorizedTokenIssuer) *CreateRedshiftIdcApplicationInput
- func (s *CreateRedshiftIdcApplicationInput) SetIamRoleArn(v string) *CreateRedshiftIdcApplicationInput
- func (s *CreateRedshiftIdcApplicationInput) SetIdcDisplayName(v string) *CreateRedshiftIdcApplicationInput
- func (s *CreateRedshiftIdcApplicationInput) SetIdcInstanceArn(v string) *CreateRedshiftIdcApplicationInput
- func (s *CreateRedshiftIdcApplicationInput) SetIdentityNamespace(v string) *CreateRedshiftIdcApplicationInput
- func (s *CreateRedshiftIdcApplicationInput) SetRedshiftIdcApplicationName(v string) *CreateRedshiftIdcApplicationInput
- func (s *CreateRedshiftIdcApplicationInput) SetServiceIntegrations(v []*ServiceIntegrationsUnion) *CreateRedshiftIdcApplicationInput
- func (s CreateRedshiftIdcApplicationInput) String() string
- func (s *CreateRedshiftIdcApplicationInput) Validate() error
- type CreateRedshiftIdcApplicationOutput
- type CreateScheduledActionInput
- func (s CreateScheduledActionInput) GoString() string
- func (s *CreateScheduledActionInput) SetEnable(v bool) *CreateScheduledActionInput
- func (s *CreateScheduledActionInput) SetEndTime(v time.Time) *CreateScheduledActionInput
- func (s *CreateScheduledActionInput) SetIamRole(v string) *CreateScheduledActionInput
- func (s *CreateScheduledActionInput) SetSchedule(v string) *CreateScheduledActionInput
- func (s *CreateScheduledActionInput) SetScheduledActionDescription(v string) *CreateScheduledActionInput
- func (s *CreateScheduledActionInput) SetScheduledActionName(v string) *CreateScheduledActionInput
- func (s *CreateScheduledActionInput) SetStartTime(v time.Time) *CreateScheduledActionInput
- func (s *CreateScheduledActionInput) SetTargetAction(v *ScheduledActionType) *CreateScheduledActionInput
- func (s CreateScheduledActionInput) String() string
- func (s *CreateScheduledActionInput) Validate() error
- type CreateScheduledActionOutput
- func (s CreateScheduledActionOutput) GoString() string
- func (s *CreateScheduledActionOutput) SetEndTime(v time.Time) *CreateScheduledActionOutput
- func (s *CreateScheduledActionOutput) SetIamRole(v string) *CreateScheduledActionOutput
- func (s *CreateScheduledActionOutput) SetNextInvocations(v []*time.Time) *CreateScheduledActionOutput
- func (s *CreateScheduledActionOutput) SetSchedule(v string) *CreateScheduledActionOutput
- func (s *CreateScheduledActionOutput) SetScheduledActionDescription(v string) *CreateScheduledActionOutput
- func (s *CreateScheduledActionOutput) SetScheduledActionName(v string) *CreateScheduledActionOutput
- func (s *CreateScheduledActionOutput) SetStartTime(v time.Time) *CreateScheduledActionOutput
- func (s *CreateScheduledActionOutput) SetState(v string) *CreateScheduledActionOutput
- func (s *CreateScheduledActionOutput) SetTargetAction(v *ScheduledActionType) *CreateScheduledActionOutput
- func (s CreateScheduledActionOutput) String() string
- type CreateSnapshotCopyGrantInput
- func (s CreateSnapshotCopyGrantInput) GoString() string
- func (s *CreateSnapshotCopyGrantInput) SetKmsKeyId(v string) *CreateSnapshotCopyGrantInput
- func (s *CreateSnapshotCopyGrantInput) SetSnapshotCopyGrantName(v string) *CreateSnapshotCopyGrantInput
- func (s *CreateSnapshotCopyGrantInput) SetTags(v []*Tag) *CreateSnapshotCopyGrantInput
- func (s CreateSnapshotCopyGrantInput) String() string
- func (s *CreateSnapshotCopyGrantInput) Validate() error
- type CreateSnapshotCopyGrantOutput
- type CreateSnapshotScheduleInput
- func (s CreateSnapshotScheduleInput) GoString() string
- func (s *CreateSnapshotScheduleInput) SetDryRun(v bool) *CreateSnapshotScheduleInput
- func (s *CreateSnapshotScheduleInput) SetNextInvocations(v int64) *CreateSnapshotScheduleInput
- func (s *CreateSnapshotScheduleInput) SetScheduleDefinitions(v []*string) *CreateSnapshotScheduleInput
- func (s *CreateSnapshotScheduleInput) SetScheduleDescription(v string) *CreateSnapshotScheduleInput
- func (s *CreateSnapshotScheduleInput) SetScheduleIdentifier(v string) *CreateSnapshotScheduleInput
- func (s *CreateSnapshotScheduleInput) SetTags(v []*Tag) *CreateSnapshotScheduleInput
- func (s CreateSnapshotScheduleInput) String() string
- type CreateSnapshotScheduleOutput
- func (s CreateSnapshotScheduleOutput) GoString() string
- func (s *CreateSnapshotScheduleOutput) SetAssociatedClusterCount(v int64) *CreateSnapshotScheduleOutput
- func (s *CreateSnapshotScheduleOutput) SetAssociatedClusters(v []*ClusterAssociatedToSchedule) *CreateSnapshotScheduleOutput
- func (s *CreateSnapshotScheduleOutput) SetNextInvocations(v []*time.Time) *CreateSnapshotScheduleOutput
- func (s *CreateSnapshotScheduleOutput) SetScheduleDefinitions(v []*string) *CreateSnapshotScheduleOutput
- func (s *CreateSnapshotScheduleOutput) SetScheduleDescription(v string) *CreateSnapshotScheduleOutput
- func (s *CreateSnapshotScheduleOutput) SetScheduleIdentifier(v string) *CreateSnapshotScheduleOutput
- func (s *CreateSnapshotScheduleOutput) SetTags(v []*Tag) *CreateSnapshotScheduleOutput
- func (s CreateSnapshotScheduleOutput) String() string
- type CreateTagsInput
- type CreateTagsOutput
- type CreateUsageLimitInput
- func (s CreateUsageLimitInput) GoString() string
- func (s *CreateUsageLimitInput) SetAmount(v int64) *CreateUsageLimitInput
- func (s *CreateUsageLimitInput) SetBreachAction(v string) *CreateUsageLimitInput
- func (s *CreateUsageLimitInput) SetClusterIdentifier(v string) *CreateUsageLimitInput
- func (s *CreateUsageLimitInput) SetFeatureType(v string) *CreateUsageLimitInput
- func (s *CreateUsageLimitInput) SetLimitType(v string) *CreateUsageLimitInput
- func (s *CreateUsageLimitInput) SetPeriod(v string) *CreateUsageLimitInput
- func (s *CreateUsageLimitInput) SetTags(v []*Tag) *CreateUsageLimitInput
- func (s CreateUsageLimitInput) String() string
- func (s *CreateUsageLimitInput) Validate() error
- type CreateUsageLimitOutput
- func (s CreateUsageLimitOutput) GoString() string
- func (s *CreateUsageLimitOutput) SetAmount(v int64) *CreateUsageLimitOutput
- func (s *CreateUsageLimitOutput) SetBreachAction(v string) *CreateUsageLimitOutput
- func (s *CreateUsageLimitOutput) SetClusterIdentifier(v string) *CreateUsageLimitOutput
- func (s *CreateUsageLimitOutput) SetFeatureType(v string) *CreateUsageLimitOutput
- func (s *CreateUsageLimitOutput) SetLimitType(v string) *CreateUsageLimitOutput
- func (s *CreateUsageLimitOutput) SetPeriod(v string) *CreateUsageLimitOutput
- func (s *CreateUsageLimitOutput) SetTags(v []*Tag) *CreateUsageLimitOutput
- func (s *CreateUsageLimitOutput) SetUsageLimitId(v string) *CreateUsageLimitOutput
- func (s CreateUsageLimitOutput) String() string
- type DataShare
- func (s DataShare) GoString() string
- func (s *DataShare) SetAllowPubliclyAccessibleConsumers(v bool) *DataShare
- func (s *DataShare) SetDataShareArn(v string) *DataShare
- func (s *DataShare) SetDataShareAssociations(v []*DataShareAssociation) *DataShare
- func (s *DataShare) SetManagedBy(v string) *DataShare
- func (s *DataShare) SetProducerArn(v string) *DataShare
- func (s DataShare) String() string
- type DataShareAssociation
- func (s DataShareAssociation) GoString() string
- func (s *DataShareAssociation) SetConsumerAcceptedWrites(v bool) *DataShareAssociation
- func (s *DataShareAssociation) SetConsumerIdentifier(v string) *DataShareAssociation
- func (s *DataShareAssociation) SetConsumerRegion(v string) *DataShareAssociation
- func (s *DataShareAssociation) SetCreatedDate(v time.Time) *DataShareAssociation
- func (s *DataShareAssociation) SetProducerAllowedWrites(v bool) *DataShareAssociation
- func (s *DataShareAssociation) SetStatus(v string) *DataShareAssociation
- func (s *DataShareAssociation) SetStatusChangeDate(v time.Time) *DataShareAssociation
- func (s DataShareAssociation) String() string
- type DataTransferProgress
- func (s DataTransferProgress) GoString() string
- func (s *DataTransferProgress) SetCurrentRateInMegaBytesPerSecond(v float64) *DataTransferProgress
- func (s *DataTransferProgress) SetDataTransferredInMegaBytes(v int64) *DataTransferProgress
- func (s *DataTransferProgress) SetElapsedTimeInSeconds(v int64) *DataTransferProgress
- func (s *DataTransferProgress) SetEstimatedTimeToCompletionInSeconds(v int64) *DataTransferProgress
- func (s *DataTransferProgress) SetStatus(v string) *DataTransferProgress
- func (s *DataTransferProgress) SetTotalDataInMegaBytes(v int64) *DataTransferProgress
- func (s DataTransferProgress) String() string
- type DeauthorizeDataShareInput