Versions in this module Expand all Collapse all v1 v1.0.1 Jul 4, 2024 v1.0.0 Jul 4, 2024 Changes in this version + const ClientSideTimestampsStatusEnabled + const EncryptionTypeAwsOwnedKmsKey + const EncryptionTypeCustomerManagedKmsKey + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeValidationException + const PointInTimeRecoveryStatusDisabled + const PointInTimeRecoveryStatusEnabled + const RsMultiRegion + const RsSingleRegion + const ServiceID + const ServiceName + const SortOrderAsc + const SortOrderDesc + const TableStatusActive + const TableStatusCreating + const TableStatusDeleted + const TableStatusDeleting + const TableStatusInaccessibleEncryptionCredentials + const TableStatusRestoring + const TableStatusUpdating + const ThroughputModePayPerRequest + const ThroughputModeProvisioned + const TimeToLiveStatusEnabled + func ClientSideTimestampsStatus_Values() []string + func EncryptionType_Values() []string + func PointInTimeRecoveryStatus_Values() []string + func Rs_Values() []string + func SortOrder_Values() []string + func TableStatus_Values() []string + func ThroughputMode_Values() []string + func TimeToLiveStatus_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type CapacitySpecification struct + ReadCapacityUnits *int64 + ThroughputMode *string + WriteCapacityUnits *int64 + func (s *CapacitySpecification) SetReadCapacityUnits(v int64) *CapacitySpecification + func (s *CapacitySpecification) SetThroughputMode(v string) *CapacitySpecification + func (s *CapacitySpecification) SetWriteCapacityUnits(v int64) *CapacitySpecification + func (s *CapacitySpecification) Validate() error + func (s CapacitySpecification) GoString() string + func (s CapacitySpecification) String() string + type CapacitySpecificationSummary struct + LastUpdateToPayPerRequestTimestamp *time.Time + ReadCapacityUnits *int64 + ThroughputMode *string + WriteCapacityUnits *int64 + func (s *CapacitySpecificationSummary) SetLastUpdateToPayPerRequestTimestamp(v time.Time) *CapacitySpecificationSummary + func (s *CapacitySpecificationSummary) SetReadCapacityUnits(v int64) *CapacitySpecificationSummary + func (s *CapacitySpecificationSummary) SetThroughputMode(v string) *CapacitySpecificationSummary + func (s *CapacitySpecificationSummary) SetWriteCapacityUnits(v int64) *CapacitySpecificationSummary + func (s CapacitySpecificationSummary) GoString() string + func (s CapacitySpecificationSummary) String() string + type ClientSideTimestamps struct + Status *string + func (s *ClientSideTimestamps) SetStatus(v string) *ClientSideTimestamps + func (s *ClientSideTimestamps) Validate() error + func (s ClientSideTimestamps) GoString() string + func (s ClientSideTimestamps) String() string + type ClusteringKey struct + Name *string + OrderBy *string + func (s *ClusteringKey) SetName(v string) *ClusteringKey + func (s *ClusteringKey) SetOrderBy(v string) *ClusteringKey + func (s *ClusteringKey) Validate() error + func (s ClusteringKey) GoString() string + func (s ClusteringKey) String() string + type ColumnDefinition struct + Name *string + Type *string + func (s *ColumnDefinition) SetName(v string) *ColumnDefinition + func (s *ColumnDefinition) SetType(v string) *ColumnDefinition + func (s *ColumnDefinition) Validate() error + func (s ColumnDefinition) GoString() string + func (s ColumnDefinition) String() string + type Comment struct + Message *string + func (s *Comment) SetMessage(v string) *Comment + func (s *Comment) Validate() error + func (s Comment) GoString() string + func (s Comment) String() string + type ConflictException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type CreateKeyspaceInput struct + KeyspaceName *string + ReplicationSpecification *ReplicationSpecification + Tags []*Tag + func (s *CreateKeyspaceInput) SetKeyspaceName(v string) *CreateKeyspaceInput + func (s *CreateKeyspaceInput) SetReplicationSpecification(v *ReplicationSpecification) *CreateKeyspaceInput + func (s *CreateKeyspaceInput) SetTags(v []*Tag) *CreateKeyspaceInput + func (s *CreateKeyspaceInput) Validate() error + func (s CreateKeyspaceInput) GoString() string + func (s CreateKeyspaceInput) String() string + type CreateKeyspaceOutput struct + ResourceArn *string + func (s *CreateKeyspaceOutput) SetResourceArn(v string) *CreateKeyspaceOutput + func (s CreateKeyspaceOutput) GoString() string + func (s CreateKeyspaceOutput) String() string + type CreateTableInput struct + CapacitySpecification *CapacitySpecification + ClientSideTimestamps *ClientSideTimestamps + Comment *Comment + DefaultTimeToLive *int64 + EncryptionSpecification *EncryptionSpecification + KeyspaceName *string + PointInTimeRecovery *PointInTimeRecovery + SchemaDefinition *SchemaDefinition + TableName *string + Tags []*Tag + Ttl *TimeToLive + func (s *CreateTableInput) SetCapacitySpecification(v *CapacitySpecification) *CreateTableInput + func (s *CreateTableInput) SetClientSideTimestamps(v *ClientSideTimestamps) *CreateTableInput + func (s *CreateTableInput) SetComment(v *Comment) *CreateTableInput + func (s *CreateTableInput) SetDefaultTimeToLive(v int64) *CreateTableInput + func (s *CreateTableInput) SetEncryptionSpecification(v *EncryptionSpecification) *CreateTableInput + func (s *CreateTableInput) SetKeyspaceName(v string) *CreateTableInput + func (s *CreateTableInput) SetPointInTimeRecovery(v *PointInTimeRecovery) *CreateTableInput + func (s *CreateTableInput) SetSchemaDefinition(v *SchemaDefinition) *CreateTableInput + func (s *CreateTableInput) SetTableName(v string) *CreateTableInput + func (s *CreateTableInput) SetTags(v []*Tag) *CreateTableInput + func (s *CreateTableInput) SetTtl(v *TimeToLive) *CreateTableInput + func (s *CreateTableInput) Validate() error + func (s CreateTableInput) GoString() string + func (s CreateTableInput) String() string + type CreateTableOutput struct + ResourceArn *string + func (s *CreateTableOutput) SetResourceArn(v string) *CreateTableOutput + func (s CreateTableOutput) GoString() string + func (s CreateTableOutput) String() string + type DeleteKeyspaceInput struct + KeyspaceName *string + func (s *DeleteKeyspaceInput) SetKeyspaceName(v string) *DeleteKeyspaceInput + func (s *DeleteKeyspaceInput) Validate() error + func (s DeleteKeyspaceInput) GoString() string + func (s DeleteKeyspaceInput) String() string + type DeleteKeyspaceOutput struct + func (s DeleteKeyspaceOutput) GoString() string + func (s DeleteKeyspaceOutput) String() string + type DeleteTableInput struct + KeyspaceName *string + TableName *string + func (s *DeleteTableInput) SetKeyspaceName(v string) *DeleteTableInput + func (s *DeleteTableInput) SetTableName(v string) *DeleteTableInput + func (s *DeleteTableInput) Validate() error + func (s DeleteTableInput) GoString() string + func (s DeleteTableInput) String() string + type DeleteTableOutput struct + func (s DeleteTableOutput) GoString() string + func (s DeleteTableOutput) String() string + type EncryptionSpecification struct + KmsKeyIdentifier *string + Type *string + func (s *EncryptionSpecification) SetKmsKeyIdentifier(v string) *EncryptionSpecification + func (s *EncryptionSpecification) SetType(v string) *EncryptionSpecification + func (s *EncryptionSpecification) Validate() error + func (s EncryptionSpecification) GoString() string + func (s EncryptionSpecification) String() string + type GetKeyspaceInput struct + KeyspaceName *string + func (s *GetKeyspaceInput) SetKeyspaceName(v string) *GetKeyspaceInput + func (s *GetKeyspaceInput) Validate() error + func (s GetKeyspaceInput) GoString() string + func (s GetKeyspaceInput) String() string + type GetKeyspaceOutput struct + KeyspaceName *string + ReplicationRegions []*string + ReplicationStrategy *string + ResourceArn *string + func (s *GetKeyspaceOutput) SetKeyspaceName(v string) *GetKeyspaceOutput + func (s *GetKeyspaceOutput) SetReplicationRegions(v []*string) *GetKeyspaceOutput + func (s *GetKeyspaceOutput) SetReplicationStrategy(v string) *GetKeyspaceOutput + func (s *GetKeyspaceOutput) SetResourceArn(v string) *GetKeyspaceOutput + func (s GetKeyspaceOutput) GoString() string + func (s GetKeyspaceOutput) String() string + type GetTableInput struct + KeyspaceName *string + TableName *string + func (s *GetTableInput) SetKeyspaceName(v string) *GetTableInput + func (s *GetTableInput) SetTableName(v string) *GetTableInput + func (s *GetTableInput) Validate() error + func (s GetTableInput) GoString() string + func (s GetTableInput) String() string + type GetTableOutput struct + CapacitySpecification *CapacitySpecificationSummary + ClientSideTimestamps *ClientSideTimestamps + Comment *Comment + CreationTimestamp *time.Time + DefaultTimeToLive *int64 + EncryptionSpecification *EncryptionSpecification + KeyspaceName *string + PointInTimeRecovery *PointInTimeRecoverySummary + ResourceArn *string + SchemaDefinition *SchemaDefinition + Status *string + TableName *string + Ttl *TimeToLive + func (s *GetTableOutput) SetCapacitySpecification(v *CapacitySpecificationSummary) *GetTableOutput + func (s *GetTableOutput) SetClientSideTimestamps(v *ClientSideTimestamps) *GetTableOutput + func (s *GetTableOutput) SetComment(v *Comment) *GetTableOutput + func (s *GetTableOutput) SetCreationTimestamp(v time.Time) *GetTableOutput + func (s *GetTableOutput) SetDefaultTimeToLive(v int64) *GetTableOutput + func (s *GetTableOutput) SetEncryptionSpecification(v *EncryptionSpecification) *GetTableOutput + func (s *GetTableOutput) SetKeyspaceName(v string) *GetTableOutput + func (s *GetTableOutput) SetPointInTimeRecovery(v *PointInTimeRecoverySummary) *GetTableOutput + func (s *GetTableOutput) SetResourceArn(v string) *GetTableOutput + func (s *GetTableOutput) SetSchemaDefinition(v *SchemaDefinition) *GetTableOutput + func (s *GetTableOutput) SetStatus(v string) *GetTableOutput + func (s *GetTableOutput) SetTableName(v string) *GetTableOutput + func (s *GetTableOutput) SetTtl(v *TimeToLive) *GetTableOutput + func (s GetTableOutput) GoString() string + func (s GetTableOutput) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type KeyspaceSummary struct + KeyspaceName *string + ReplicationRegions []*string + ReplicationStrategy *string + ResourceArn *string + func (s *KeyspaceSummary) SetKeyspaceName(v string) *KeyspaceSummary + func (s *KeyspaceSummary) SetReplicationRegions(v []*string) *KeyspaceSummary + func (s *KeyspaceSummary) SetReplicationStrategy(v string) *KeyspaceSummary + func (s *KeyspaceSummary) SetResourceArn(v string) *KeyspaceSummary + func (s KeyspaceSummary) GoString() string + func (s KeyspaceSummary) String() string + type Keyspaces struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *Keyspaces + func (c *Keyspaces) CreateKeyspace(input *CreateKeyspaceInput) (*CreateKeyspaceOutput, error) + func (c *Keyspaces) CreateKeyspaceRequest(input *CreateKeyspaceInput) (req *request.Request, output *CreateKeyspaceOutput) + func (c *Keyspaces) CreateKeyspaceWithContext(ctx aws.Context, input *CreateKeyspaceInput, opts ...request.Option) (*CreateKeyspaceOutput, error) + func (c *Keyspaces) CreateTable(input *CreateTableInput) (*CreateTableOutput, error) + func (c *Keyspaces) CreateTableRequest(input *CreateTableInput) (req *request.Request, output *CreateTableOutput) + func (c *Keyspaces) CreateTableWithContext(ctx aws.Context, input *CreateTableInput, opts ...request.Option) (*CreateTableOutput, error) + func (c *Keyspaces) DeleteKeyspace(input *DeleteKeyspaceInput) (*DeleteKeyspaceOutput, error) + func (c *Keyspaces) DeleteKeyspaceRequest(input *DeleteKeyspaceInput) (req *request.Request, output *DeleteKeyspaceOutput) + func (c *Keyspaces) DeleteKeyspaceWithContext(ctx aws.Context, input *DeleteKeyspaceInput, opts ...request.Option) (*DeleteKeyspaceOutput, error) + func (c *Keyspaces) DeleteTable(input *DeleteTableInput) (*DeleteTableOutput, error) + func (c *Keyspaces) DeleteTableRequest(input *DeleteTableInput) (req *request.Request, output *DeleteTableOutput) + func (c *Keyspaces) DeleteTableWithContext(ctx aws.Context, input *DeleteTableInput, opts ...request.Option) (*DeleteTableOutput, error) + func (c *Keyspaces) GetKeyspace(input *GetKeyspaceInput) (*GetKeyspaceOutput, error) + func (c *Keyspaces) GetKeyspaceRequest(input *GetKeyspaceInput) (req *request.Request, output *GetKeyspaceOutput) + func (c *Keyspaces) GetKeyspaceWithContext(ctx aws.Context, input *GetKeyspaceInput, opts ...request.Option) (*GetKeyspaceOutput, error) + func (c *Keyspaces) GetTable(input *GetTableInput) (*GetTableOutput, error) + func (c *Keyspaces) GetTableRequest(input *GetTableInput) (req *request.Request, output *GetTableOutput) + func (c *Keyspaces) GetTableWithContext(ctx aws.Context, input *GetTableInput, opts ...request.Option) (*GetTableOutput, error) + func (c *Keyspaces) ListKeyspaces(input *ListKeyspacesInput) (*ListKeyspacesOutput, error) + func (c *Keyspaces) ListKeyspacesPages(input *ListKeyspacesInput, fn func(*ListKeyspacesOutput, bool) bool) error + func (c *Keyspaces) ListKeyspacesPagesWithContext(ctx aws.Context, input *ListKeyspacesInput, ...) error + func (c *Keyspaces) ListKeyspacesRequest(input *ListKeyspacesInput) (req *request.Request, output *ListKeyspacesOutput) + func (c *Keyspaces) ListKeyspacesWithContext(ctx aws.Context, input *ListKeyspacesInput, opts ...request.Option) (*ListKeyspacesOutput, error) + func (c *Keyspaces) ListTables(input *ListTablesInput) (*ListTablesOutput, error) + func (c *Keyspaces) ListTablesPages(input *ListTablesInput, fn func(*ListTablesOutput, bool) bool) error + func (c *Keyspaces) ListTablesPagesWithContext(ctx aws.Context, input *ListTablesInput, fn func(*ListTablesOutput, bool) bool, ...) error + func (c *Keyspaces) ListTablesRequest(input *ListTablesInput) (req *request.Request, output *ListTablesOutput) + func (c *Keyspaces) ListTablesWithContext(ctx aws.Context, input *ListTablesInput, opts ...request.Option) (*ListTablesOutput, error) + func (c *Keyspaces) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *Keyspaces) ListTagsForResourcePages(input *ListTagsForResourceInput, ...) error + func (c *Keyspaces) ListTagsForResourcePagesWithContext(ctx aws.Context, input *ListTagsForResourceInput, ...) error + func (c *Keyspaces) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *Keyspaces) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *Keyspaces) RestoreTable(input *RestoreTableInput) (*RestoreTableOutput, error) + func (c *Keyspaces) RestoreTableRequest(input *RestoreTableInput) (req *request.Request, output *RestoreTableOutput) + func (c *Keyspaces) RestoreTableWithContext(ctx aws.Context, input *RestoreTableInput, opts ...request.Option) (*RestoreTableOutput, error) + func (c *Keyspaces) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *Keyspaces) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *Keyspaces) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *Keyspaces) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *Keyspaces) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *Keyspaces) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *Keyspaces) UpdateTable(input *UpdateTableInput) (*UpdateTableOutput, error) + func (c *Keyspaces) UpdateTableRequest(input *UpdateTableInput) (req *request.Request, output *UpdateTableOutput) + func (c *Keyspaces) UpdateTableWithContext(ctx aws.Context, input *UpdateTableInput, opts ...request.Option) (*UpdateTableOutput, error) + type ListKeyspacesInput struct + MaxResults *int64 + NextToken *string + func (s *ListKeyspacesInput) SetMaxResults(v int64) *ListKeyspacesInput + func (s *ListKeyspacesInput) SetNextToken(v string) *ListKeyspacesInput + func (s *ListKeyspacesInput) Validate() error + func (s ListKeyspacesInput) GoString() string + func (s ListKeyspacesInput) String() string + type ListKeyspacesOutput struct + Keyspaces []*KeyspaceSummary + NextToken *string + func (s *ListKeyspacesOutput) SetKeyspaces(v []*KeyspaceSummary) *ListKeyspacesOutput + func (s *ListKeyspacesOutput) SetNextToken(v string) *ListKeyspacesOutput + func (s ListKeyspacesOutput) GoString() string + func (s ListKeyspacesOutput) String() string + type ListTablesInput struct + KeyspaceName *string + MaxResults *int64 + NextToken *string + func (s *ListTablesInput) SetKeyspaceName(v string) *ListTablesInput + func (s *ListTablesInput) SetMaxResults(v int64) *ListTablesInput + func (s *ListTablesInput) SetNextToken(v string) *ListTablesInput + func (s *ListTablesInput) Validate() error + func (s ListTablesInput) GoString() string + func (s ListTablesInput) String() string + type ListTablesOutput struct + NextToken *string + Tables []*TableSummary + func (s *ListTablesOutput) SetNextToken(v string) *ListTablesOutput + func (s *ListTablesOutput) SetTables(v []*TableSummary) *ListTablesOutput + func (s ListTablesOutput) GoString() string + func (s ListTablesOutput) String() string + type ListTagsForResourceInput struct + MaxResults *int64 + NextToken *string + ResourceArn *string + func (s *ListTagsForResourceInput) SetMaxResults(v int64) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) SetNextToken(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + NextToken *string + Tags []*Tag + func (s *ListTagsForResourceOutput) SetNextToken(v string) *ListTagsForResourceOutput + func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type PartitionKey struct + Name *string + func (s *PartitionKey) SetName(v string) *PartitionKey + func (s *PartitionKey) Validate() error + func (s PartitionKey) GoString() string + func (s PartitionKey) String() string + type PointInTimeRecovery struct + Status *string + func (s *PointInTimeRecovery) SetStatus(v string) *PointInTimeRecovery + func (s *PointInTimeRecovery) Validate() error + func (s PointInTimeRecovery) GoString() string + func (s PointInTimeRecovery) String() string + type PointInTimeRecoverySummary struct + EarliestRestorableTimestamp *time.Time + Status *string + func (s *PointInTimeRecoverySummary) SetEarliestRestorableTimestamp(v time.Time) *PointInTimeRecoverySummary + func (s *PointInTimeRecoverySummary) SetStatus(v string) *PointInTimeRecoverySummary + func (s PointInTimeRecoverySummary) GoString() string + func (s PointInTimeRecoverySummary) String() string + type ReplicationSpecification struct + RegionList []*string + ReplicationStrategy *string + func (s *ReplicationSpecification) SetRegionList(v []*string) *ReplicationSpecification + func (s *ReplicationSpecification) SetReplicationStrategy(v string) *ReplicationSpecification + func (s *ReplicationSpecification) Validate() error + func (s ReplicationSpecification) GoString() string + func (s ReplicationSpecification) String() string + type ResourceNotFoundException struct + Message_ *string + ResourceArn *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type RestoreTableInput struct + CapacitySpecificationOverride *CapacitySpecification + EncryptionSpecificationOverride *EncryptionSpecification + PointInTimeRecoveryOverride *PointInTimeRecovery + RestoreTimestamp *time.Time + SourceKeyspaceName *string + SourceTableName *string + TagsOverride []*Tag + TargetKeyspaceName *string + TargetTableName *string + func (s *RestoreTableInput) SetCapacitySpecificationOverride(v *CapacitySpecification) *RestoreTableInput + func (s *RestoreTableInput) SetEncryptionSpecificationOverride(v *EncryptionSpecification) *RestoreTableInput + func (s *RestoreTableInput) SetPointInTimeRecoveryOverride(v *PointInTimeRecovery) *RestoreTableInput + func (s *RestoreTableInput) SetRestoreTimestamp(v time.Time) *RestoreTableInput + func (s *RestoreTableInput) SetSourceKeyspaceName(v string) *RestoreTableInput + func (s *RestoreTableInput) SetSourceTableName(v string) *RestoreTableInput + func (s *RestoreTableInput) SetTagsOverride(v []*Tag) *RestoreTableInput + func (s *RestoreTableInput) SetTargetKeyspaceName(v string) *RestoreTableInput + func (s *RestoreTableInput) SetTargetTableName(v string) *RestoreTableInput + func (s *RestoreTableInput) Validate() error + func (s RestoreTableInput) GoString() string + func (s RestoreTableInput) String() string + type RestoreTableOutput struct + RestoredTableARN *string + func (s *RestoreTableOutput) SetRestoredTableARN(v string) *RestoreTableOutput + func (s RestoreTableOutput) GoString() string + func (s RestoreTableOutput) String() string + type SchemaDefinition struct + AllColumns []*ColumnDefinition + ClusteringKeys []*ClusteringKey + PartitionKeys []*PartitionKey + StaticColumns []*StaticColumn + func (s *SchemaDefinition) SetAllColumns(v []*ColumnDefinition) *SchemaDefinition + func (s *SchemaDefinition) SetClusteringKeys(v []*ClusteringKey) *SchemaDefinition + func (s *SchemaDefinition) SetPartitionKeys(v []*PartitionKey) *SchemaDefinition + func (s *SchemaDefinition) SetStaticColumns(v []*StaticColumn) *SchemaDefinition + func (s *SchemaDefinition) Validate() error + func (s SchemaDefinition) GoString() string + func (s SchemaDefinition) String() string + type ServiceQuotaExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceQuotaExceededException) Code() string + func (s *ServiceQuotaExceededException) Error() string + func (s *ServiceQuotaExceededException) Message() string + func (s *ServiceQuotaExceededException) OrigErr() error + func (s *ServiceQuotaExceededException) RequestID() string + func (s *ServiceQuotaExceededException) StatusCode() int + func (s ServiceQuotaExceededException) GoString() string + func (s ServiceQuotaExceededException) String() string + type StaticColumn struct + Name *string + func (s *StaticColumn) SetName(v string) *StaticColumn + func (s *StaticColumn) Validate() error + func (s StaticColumn) GoString() string + func (s StaticColumn) String() string + type TableSummary struct + KeyspaceName *string + ResourceArn *string + TableName *string + func (s *TableSummary) SetKeyspaceName(v string) *TableSummary + func (s *TableSummary) SetResourceArn(v string) *TableSummary + func (s *TableSummary) SetTableName(v string) *TableSummary + func (s TableSummary) GoString() string + func (s TableSummary) String() string + type Tag struct + Key *string + Value *string + func (s *Tag) SetKey(v string) *Tag + func (s *Tag) SetValue(v string) *Tag + func (s *Tag) Validate() error + func (s Tag) GoString() string + func (s Tag) String() string + type TagResourceInput struct + ResourceArn *string + Tags []*Tag + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type TimeToLive struct + Status *string + func (s *TimeToLive) SetStatus(v string) *TimeToLive + func (s *TimeToLive) Validate() error + func (s TimeToLive) GoString() string + func (s TimeToLive) String() string + type UntagResourceInput struct + ResourceArn *string + Tags []*Tag + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTags(v []*Tag) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateTableInput struct + AddColumns []*ColumnDefinition + CapacitySpecification *CapacitySpecification + ClientSideTimestamps *ClientSideTimestamps + DefaultTimeToLive *int64 + EncryptionSpecification *EncryptionSpecification + KeyspaceName *string + PointInTimeRecovery *PointInTimeRecovery + TableName *string + Ttl *TimeToLive + func (s *UpdateTableInput) SetAddColumns(v []*ColumnDefinition) *UpdateTableInput + func (s *UpdateTableInput) SetCapacitySpecification(v *CapacitySpecification) *UpdateTableInput + func (s *UpdateTableInput) SetClientSideTimestamps(v *ClientSideTimestamps) *UpdateTableInput + func (s *UpdateTableInput) SetDefaultTimeToLive(v int64) *UpdateTableInput + func (s *UpdateTableInput) SetEncryptionSpecification(v *EncryptionSpecification) *UpdateTableInput + func (s *UpdateTableInput) SetKeyspaceName(v string) *UpdateTableInput + func (s *UpdateTableInput) SetPointInTimeRecovery(v *PointInTimeRecovery) *UpdateTableInput + func (s *UpdateTableInput) SetTableName(v string) *UpdateTableInput + func (s *UpdateTableInput) SetTtl(v *TimeToLive) *UpdateTableInput + func (s *UpdateTableInput) Validate() error + func (s UpdateTableInput) GoString() string + func (s UpdateTableInput) String() string + type UpdateTableOutput struct + ResourceArn *string + func (s *UpdateTableOutput) SetResourceArn(v string) *UpdateTableOutput + func (s UpdateTableOutput) GoString() string + func (s UpdateTableOutput) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string