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 CalculationExecutionStateCanceled + const CalculationExecutionStateCanceling + const CalculationExecutionStateCompleted + const CalculationExecutionStateCreated + const CalculationExecutionStateCreating + const CalculationExecutionStateFailed + const CalculationExecutionStateQueued + const CalculationExecutionStateRunning + const CapacityAllocationStatusFailed + const CapacityAllocationStatusPending + const CapacityAllocationStatusSucceeded + const CapacityReservationStatusActive + const CapacityReservationStatusCancelled + const CapacityReservationStatusCancelling + const CapacityReservationStatusFailed + const CapacityReservationStatusPending + const CapacityReservationStatusUpdatePending + const ColumnNullableNotNull + const ColumnNullableNullable + const ColumnNullableUnknown + const DataCatalogTypeGlue + const DataCatalogTypeHive + const DataCatalogTypeLambda + const EncryptionOptionCseKms + const EncryptionOptionSseKms + const EncryptionOptionSseS3 + const EndpointsID + const ErrCodeInternalServerException + const ErrCodeInvalidRequestException + const ErrCodeMetadataException + const ErrCodeResourceNotFoundException + const ErrCodeSessionAlreadyExistsException + const ErrCodeTooManyRequestsException + const ExecutorStateCreated + const ExecutorStateCreating + const ExecutorStateFailed + const ExecutorStateRegistered + const ExecutorStateTerminated + const ExecutorStateTerminating + const ExecutorTypeCoordinator + const ExecutorTypeGateway + const ExecutorTypeWorker + const NotebookTypeIpynb + const QueryExecutionStateCancelled + const QueryExecutionStateFailed + const QueryExecutionStateQueued + const QueryExecutionStateRunning + const QueryExecutionStateSucceeded + const S3AclOptionBucketOwnerFullControl + const ServiceID + const ServiceName + const SessionStateBusy + const SessionStateCreated + const SessionStateCreating + const SessionStateDegraded + const SessionStateFailed + const SessionStateIdle + const SessionStateTerminated + const SessionStateTerminating + const StatementTypeDdl + const StatementTypeDml + const StatementTypeUtility + const ThrottleReasonConcurrentQueryLimitExceeded + const WorkGroupStateDisabled + const WorkGroupStateEnabled + func CalculationExecutionState_Values() []string + func CapacityAllocationStatus_Values() []string + func CapacityReservationStatus_Values() []string + func ColumnNullable_Values() []string + func DataCatalogType_Values() []string + func EncryptionOption_Values() []string + func ExecutorState_Values() []string + func ExecutorType_Values() []string + func NotebookType_Values() []string + func QueryExecutionState_Values() []string + func S3AclOption_Values() []string + func SessionState_Values() []string + func StatementType_Values() []string + func ThrottleReason_Values() []string + func WorkGroupState_Values() []string + type AclConfiguration struct + S3AclOption *string + func (s *AclConfiguration) SetS3AclOption(v string) *AclConfiguration + func (s *AclConfiguration) Validate() error + func (s AclConfiguration) GoString() string + func (s AclConfiguration) String() string + type ApplicationDPUSizes struct + ApplicationRuntimeId *string + SupportedDPUSizes []*int64 + func (s *ApplicationDPUSizes) SetApplicationRuntimeId(v string) *ApplicationDPUSizes + func (s *ApplicationDPUSizes) SetSupportedDPUSizes(v []*int64) *ApplicationDPUSizes + func (s ApplicationDPUSizes) GoString() string + func (s ApplicationDPUSizes) String() string + type Athena struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *Athena + func (c *Athena) BatchGetNamedQuery(input *BatchGetNamedQueryInput) (*BatchGetNamedQueryOutput, error) + func (c *Athena) BatchGetNamedQueryRequest(input *BatchGetNamedQueryInput) (req *request.Request, output *BatchGetNamedQueryOutput) + func (c *Athena) BatchGetNamedQueryWithContext(ctx aws.Context, input *BatchGetNamedQueryInput, opts ...request.Option) (*BatchGetNamedQueryOutput, error) + func (c *Athena) BatchGetPreparedStatement(input *BatchGetPreparedStatementInput) (*BatchGetPreparedStatementOutput, error) + func (c *Athena) BatchGetPreparedStatementRequest(input *BatchGetPreparedStatementInput) (req *request.Request, output *BatchGetPreparedStatementOutput) + func (c *Athena) BatchGetPreparedStatementWithContext(ctx aws.Context, input *BatchGetPreparedStatementInput, opts ...request.Option) (*BatchGetPreparedStatementOutput, error) + func (c *Athena) BatchGetQueryExecution(input *BatchGetQueryExecutionInput) (*BatchGetQueryExecutionOutput, error) + func (c *Athena) BatchGetQueryExecutionRequest(input *BatchGetQueryExecutionInput) (req *request.Request, output *BatchGetQueryExecutionOutput) + func (c *Athena) BatchGetQueryExecutionWithContext(ctx aws.Context, input *BatchGetQueryExecutionInput, opts ...request.Option) (*BatchGetQueryExecutionOutput, error) + func (c *Athena) CancelCapacityReservation(input *CancelCapacityReservationInput) (*CancelCapacityReservationOutput, error) + func (c *Athena) CancelCapacityReservationRequest(input *CancelCapacityReservationInput) (req *request.Request, output *CancelCapacityReservationOutput) + func (c *Athena) CancelCapacityReservationWithContext(ctx aws.Context, input *CancelCapacityReservationInput, opts ...request.Option) (*CancelCapacityReservationOutput, error) + func (c *Athena) CreateCapacityReservation(input *CreateCapacityReservationInput) (*CreateCapacityReservationOutput, error) + func (c *Athena) CreateCapacityReservationRequest(input *CreateCapacityReservationInput) (req *request.Request, output *CreateCapacityReservationOutput) + func (c *Athena) CreateCapacityReservationWithContext(ctx aws.Context, input *CreateCapacityReservationInput, opts ...request.Option) (*CreateCapacityReservationOutput, error) + func (c *Athena) CreateDataCatalog(input *CreateDataCatalogInput) (*CreateDataCatalogOutput, error) + func (c *Athena) CreateDataCatalogRequest(input *CreateDataCatalogInput) (req *request.Request, output *CreateDataCatalogOutput) + func (c *Athena) CreateDataCatalogWithContext(ctx aws.Context, input *CreateDataCatalogInput, opts ...request.Option) (*CreateDataCatalogOutput, error) + func (c *Athena) CreateNamedQuery(input *CreateNamedQueryInput) (*CreateNamedQueryOutput, error) + func (c *Athena) CreateNamedQueryRequest(input *CreateNamedQueryInput) (req *request.Request, output *CreateNamedQueryOutput) + func (c *Athena) CreateNamedQueryWithContext(ctx aws.Context, input *CreateNamedQueryInput, opts ...request.Option) (*CreateNamedQueryOutput, error) + func (c *Athena) CreateNotebook(input *CreateNotebookInput) (*CreateNotebookOutput, error) + func (c *Athena) CreateNotebookRequest(input *CreateNotebookInput) (req *request.Request, output *CreateNotebookOutput) + func (c *Athena) CreateNotebookWithContext(ctx aws.Context, input *CreateNotebookInput, opts ...request.Option) (*CreateNotebookOutput, error) + func (c *Athena) CreatePreparedStatement(input *CreatePreparedStatementInput) (*CreatePreparedStatementOutput, error) + func (c *Athena) CreatePreparedStatementRequest(input *CreatePreparedStatementInput) (req *request.Request, output *CreatePreparedStatementOutput) + func (c *Athena) CreatePreparedStatementWithContext(ctx aws.Context, input *CreatePreparedStatementInput, opts ...request.Option) (*CreatePreparedStatementOutput, error) + func (c *Athena) CreatePresignedNotebookUrl(input *CreatePresignedNotebookUrlInput) (*CreatePresignedNotebookUrlOutput, error) + func (c *Athena) CreatePresignedNotebookUrlRequest(input *CreatePresignedNotebookUrlInput) (req *request.Request, output *CreatePresignedNotebookUrlOutput) + func (c *Athena) CreatePresignedNotebookUrlWithContext(ctx aws.Context, input *CreatePresignedNotebookUrlInput, ...) (*CreatePresignedNotebookUrlOutput, error) + func (c *Athena) CreateWorkGroup(input *CreateWorkGroupInput) (*CreateWorkGroupOutput, error) + func (c *Athena) CreateWorkGroupRequest(input *CreateWorkGroupInput) (req *request.Request, output *CreateWorkGroupOutput) + func (c *Athena) CreateWorkGroupWithContext(ctx aws.Context, input *CreateWorkGroupInput, opts ...request.Option) (*CreateWorkGroupOutput, error) + func (c *Athena) DeleteCapacityReservation(input *DeleteCapacityReservationInput) (*DeleteCapacityReservationOutput, error) + func (c *Athena) DeleteCapacityReservationRequest(input *DeleteCapacityReservationInput) (req *request.Request, output *DeleteCapacityReservationOutput) + func (c *Athena) DeleteCapacityReservationWithContext(ctx aws.Context, input *DeleteCapacityReservationInput, opts ...request.Option) (*DeleteCapacityReservationOutput, error) + func (c *Athena) DeleteDataCatalog(input *DeleteDataCatalogInput) (*DeleteDataCatalogOutput, error) + func (c *Athena) DeleteDataCatalogRequest(input *DeleteDataCatalogInput) (req *request.Request, output *DeleteDataCatalogOutput) + func (c *Athena) DeleteDataCatalogWithContext(ctx aws.Context, input *DeleteDataCatalogInput, opts ...request.Option) (*DeleteDataCatalogOutput, error) + func (c *Athena) DeleteNamedQuery(input *DeleteNamedQueryInput) (*DeleteNamedQueryOutput, error) + func (c *Athena) DeleteNamedQueryRequest(input *DeleteNamedQueryInput) (req *request.Request, output *DeleteNamedQueryOutput) + func (c *Athena) DeleteNamedQueryWithContext(ctx aws.Context, input *DeleteNamedQueryInput, opts ...request.Option) (*DeleteNamedQueryOutput, error) + func (c *Athena) DeleteNotebook(input *DeleteNotebookInput) (*DeleteNotebookOutput, error) + func (c *Athena) DeleteNotebookRequest(input *DeleteNotebookInput) (req *request.Request, output *DeleteNotebookOutput) + func (c *Athena) DeleteNotebookWithContext(ctx aws.Context, input *DeleteNotebookInput, opts ...request.Option) (*DeleteNotebookOutput, error) + func (c *Athena) DeletePreparedStatement(input *DeletePreparedStatementInput) (*DeletePreparedStatementOutput, error) + func (c *Athena) DeletePreparedStatementRequest(input *DeletePreparedStatementInput) (req *request.Request, output *DeletePreparedStatementOutput) + func (c *Athena) DeletePreparedStatementWithContext(ctx aws.Context, input *DeletePreparedStatementInput, opts ...request.Option) (*DeletePreparedStatementOutput, error) + func (c *Athena) DeleteWorkGroup(input *DeleteWorkGroupInput) (*DeleteWorkGroupOutput, error) + func (c *Athena) DeleteWorkGroupRequest(input *DeleteWorkGroupInput) (req *request.Request, output *DeleteWorkGroupOutput) + func (c *Athena) DeleteWorkGroupWithContext(ctx aws.Context, input *DeleteWorkGroupInput, opts ...request.Option) (*DeleteWorkGroupOutput, error) + func (c *Athena) ExportNotebook(input *ExportNotebookInput) (*ExportNotebookOutput, error) + func (c *Athena) ExportNotebookRequest(input *ExportNotebookInput) (req *request.Request, output *ExportNotebookOutput) + func (c *Athena) ExportNotebookWithContext(ctx aws.Context, input *ExportNotebookInput, opts ...request.Option) (*ExportNotebookOutput, error) + func (c *Athena) GetCalculationExecution(input *GetCalculationExecutionInput) (*GetCalculationExecutionOutput, error) + func (c *Athena) GetCalculationExecutionCode(input *GetCalculationExecutionCodeInput) (*GetCalculationExecutionCodeOutput, error) + func (c *Athena) GetCalculationExecutionCodeRequest(input *GetCalculationExecutionCodeInput) (req *request.Request, output *GetCalculationExecutionCodeOutput) + func (c *Athena) GetCalculationExecutionCodeWithContext(ctx aws.Context, input *GetCalculationExecutionCodeInput, ...) (*GetCalculationExecutionCodeOutput, error) + func (c *Athena) GetCalculationExecutionRequest(input *GetCalculationExecutionInput) (req *request.Request, output *GetCalculationExecutionOutput) + func (c *Athena) GetCalculationExecutionStatus(input *GetCalculationExecutionStatusInput) (*GetCalculationExecutionStatusOutput, error) + func (c *Athena) GetCalculationExecutionStatusRequest(input *GetCalculationExecutionStatusInput) (req *request.Request, output *GetCalculationExecutionStatusOutput) + func (c *Athena) GetCalculationExecutionStatusWithContext(ctx aws.Context, input *GetCalculationExecutionStatusInput, ...) (*GetCalculationExecutionStatusOutput, error) + func (c *Athena) GetCalculationExecutionWithContext(ctx aws.Context, input *GetCalculationExecutionInput, opts ...request.Option) (*GetCalculationExecutionOutput, error) + func (c *Athena) GetCapacityAssignmentConfiguration(input *GetCapacityAssignmentConfigurationInput) (*GetCapacityAssignmentConfigurationOutput, error) + func (c *Athena) GetCapacityAssignmentConfigurationRequest(input *GetCapacityAssignmentConfigurationInput) (req *request.Request, output *GetCapacityAssignmentConfigurationOutput) + func (c *Athena) GetCapacityAssignmentConfigurationWithContext(ctx aws.Context, input *GetCapacityAssignmentConfigurationInput, ...) (*GetCapacityAssignmentConfigurationOutput, error) + func (c *Athena) GetCapacityReservation(input *GetCapacityReservationInput) (*GetCapacityReservationOutput, error) + func (c *Athena) GetCapacityReservationRequest(input *GetCapacityReservationInput) (req *request.Request, output *GetCapacityReservationOutput) + func (c *Athena) GetCapacityReservationWithContext(ctx aws.Context, input *GetCapacityReservationInput, opts ...request.Option) (*GetCapacityReservationOutput, error) + func (c *Athena) GetDataCatalog(input *GetDataCatalogInput) (*GetDataCatalogOutput, error) + func (c *Athena) GetDataCatalogRequest(input *GetDataCatalogInput) (req *request.Request, output *GetDataCatalogOutput) + func (c *Athena) GetDataCatalogWithContext(ctx aws.Context, input *GetDataCatalogInput, opts ...request.Option) (*GetDataCatalogOutput, error) + func (c *Athena) GetDatabase(input *GetDatabaseInput) (*GetDatabaseOutput, error) + func (c *Athena) GetDatabaseRequest(input *GetDatabaseInput) (req *request.Request, output *GetDatabaseOutput) + func (c *Athena) GetDatabaseWithContext(ctx aws.Context, input *GetDatabaseInput, opts ...request.Option) (*GetDatabaseOutput, error) + func (c *Athena) GetNamedQuery(input *GetNamedQueryInput) (*GetNamedQueryOutput, error) + func (c *Athena) GetNamedQueryRequest(input *GetNamedQueryInput) (req *request.Request, output *GetNamedQueryOutput) + func (c *Athena) GetNamedQueryWithContext(ctx aws.Context, input *GetNamedQueryInput, opts ...request.Option) (*GetNamedQueryOutput, error) + func (c *Athena) GetNotebookMetadata(input *GetNotebookMetadataInput) (*GetNotebookMetadataOutput, error) + func (c *Athena) GetNotebookMetadataRequest(input *GetNotebookMetadataInput) (req *request.Request, output *GetNotebookMetadataOutput) + func (c *Athena) GetNotebookMetadataWithContext(ctx aws.Context, input *GetNotebookMetadataInput, opts ...request.Option) (*GetNotebookMetadataOutput, error) + func (c *Athena) GetPreparedStatement(input *GetPreparedStatementInput) (*GetPreparedStatementOutput, error) + func (c *Athena) GetPreparedStatementRequest(input *GetPreparedStatementInput) (req *request.Request, output *GetPreparedStatementOutput) + func (c *Athena) GetPreparedStatementWithContext(ctx aws.Context, input *GetPreparedStatementInput, opts ...request.Option) (*GetPreparedStatementOutput, error) + func (c *Athena) GetQueryExecution(input *GetQueryExecutionInput) (*GetQueryExecutionOutput, error) + func (c *Athena) GetQueryExecutionRequest(input *GetQueryExecutionInput) (req *request.Request, output *GetQueryExecutionOutput) + func (c *Athena) GetQueryExecutionWithContext(ctx aws.Context, input *GetQueryExecutionInput, opts ...request.Option) (*GetQueryExecutionOutput, error) + func (c *Athena) GetQueryResults(input *GetQueryResultsInput) (*GetQueryResultsOutput, error) + func (c *Athena) GetQueryResultsPages(input *GetQueryResultsInput, fn func(*GetQueryResultsOutput, bool) bool) error + func (c *Athena) GetQueryResultsPagesWithContext(ctx aws.Context, input *GetQueryResultsInput, ...) error + func (c *Athena) GetQueryResultsRequest(input *GetQueryResultsInput) (req *request.Request, output *GetQueryResultsOutput) + func (c *Athena) GetQueryResultsWithContext(ctx aws.Context, input *GetQueryResultsInput, opts ...request.Option) (*GetQueryResultsOutput, error) + func (c *Athena) GetQueryRuntimeStatistics(input *GetQueryRuntimeStatisticsInput) (*GetQueryRuntimeStatisticsOutput, error) + func (c *Athena) GetQueryRuntimeStatisticsRequest(input *GetQueryRuntimeStatisticsInput) (req *request.Request, output *GetQueryRuntimeStatisticsOutput) + func (c *Athena) GetQueryRuntimeStatisticsWithContext(ctx aws.Context, input *GetQueryRuntimeStatisticsInput, opts ...request.Option) (*GetQueryRuntimeStatisticsOutput, error) + func (c *Athena) GetSession(input *GetSessionInput) (*GetSessionOutput, error) + func (c *Athena) GetSessionRequest(input *GetSessionInput) (req *request.Request, output *GetSessionOutput) + func (c *Athena) GetSessionStatus(input *GetSessionStatusInput) (*GetSessionStatusOutput, error) + func (c *Athena) GetSessionStatusRequest(input *GetSessionStatusInput) (req *request.Request, output *GetSessionStatusOutput) + func (c *Athena) GetSessionStatusWithContext(ctx aws.Context, input *GetSessionStatusInput, opts ...request.Option) (*GetSessionStatusOutput, error) + func (c *Athena) GetSessionWithContext(ctx aws.Context, input *GetSessionInput, opts ...request.Option) (*GetSessionOutput, error) + func (c *Athena) GetTableMetadata(input *GetTableMetadataInput) (*GetTableMetadataOutput, error) + func (c *Athena) GetTableMetadataRequest(input *GetTableMetadataInput) (req *request.Request, output *GetTableMetadataOutput) + func (c *Athena) GetTableMetadataWithContext(ctx aws.Context, input *GetTableMetadataInput, opts ...request.Option) (*GetTableMetadataOutput, error) + func (c *Athena) GetWorkGroup(input *GetWorkGroupInput) (*GetWorkGroupOutput, error) + func (c *Athena) GetWorkGroupRequest(input *GetWorkGroupInput) (req *request.Request, output *GetWorkGroupOutput) + func (c *Athena) GetWorkGroupWithContext(ctx aws.Context, input *GetWorkGroupInput, opts ...request.Option) (*GetWorkGroupOutput, error) + func (c *Athena) ImportNotebook(input *ImportNotebookInput) (*ImportNotebookOutput, error) + func (c *Athena) ImportNotebookRequest(input *ImportNotebookInput) (req *request.Request, output *ImportNotebookOutput) + func (c *Athena) ImportNotebookWithContext(ctx aws.Context, input *ImportNotebookInput, opts ...request.Option) (*ImportNotebookOutput, error) + func (c *Athena) ListApplicationDPUSizes(input *ListApplicationDPUSizesInput) (*ListApplicationDPUSizesOutput, error) + func (c *Athena) ListApplicationDPUSizesPages(input *ListApplicationDPUSizesInput, ...) error + func (c *Athena) ListApplicationDPUSizesPagesWithContext(ctx aws.Context, input *ListApplicationDPUSizesInput, ...) error + func (c *Athena) ListApplicationDPUSizesRequest(input *ListApplicationDPUSizesInput) (req *request.Request, output *ListApplicationDPUSizesOutput) + func (c *Athena) ListApplicationDPUSizesWithContext(ctx aws.Context, input *ListApplicationDPUSizesInput, opts ...request.Option) (*ListApplicationDPUSizesOutput, error) + func (c *Athena) ListCalculationExecutions(input *ListCalculationExecutionsInput) (*ListCalculationExecutionsOutput, error) + func (c *Athena) ListCalculationExecutionsPages(input *ListCalculationExecutionsInput, ...) error + func (c *Athena) ListCalculationExecutionsPagesWithContext(ctx aws.Context, input *ListCalculationExecutionsInput, ...) error + func (c *Athena) ListCalculationExecutionsRequest(input *ListCalculationExecutionsInput) (req *request.Request, output *ListCalculationExecutionsOutput) + func (c *Athena) ListCalculationExecutionsWithContext(ctx aws.Context, input *ListCalculationExecutionsInput, opts ...request.Option) (*ListCalculationExecutionsOutput, error) + func (c *Athena) ListCapacityReservations(input *ListCapacityReservationsInput) (*ListCapacityReservationsOutput, error) + func (c *Athena) ListCapacityReservationsPages(input *ListCapacityReservationsInput, ...) error + func (c *Athena) ListCapacityReservationsPagesWithContext(ctx aws.Context, input *ListCapacityReservationsInput, ...) error + func (c *Athena) ListCapacityReservationsRequest(input *ListCapacityReservationsInput) (req *request.Request, output *ListCapacityReservationsOutput) + func (c *Athena) ListCapacityReservationsWithContext(ctx aws.Context, input *ListCapacityReservationsInput, opts ...request.Option) (*ListCapacityReservationsOutput, error) + func (c *Athena) ListDataCatalogs(input *ListDataCatalogsInput) (*ListDataCatalogsOutput, error) + func (c *Athena) ListDataCatalogsPages(input *ListDataCatalogsInput, fn func(*ListDataCatalogsOutput, bool) bool) error + func (c *Athena) ListDataCatalogsPagesWithContext(ctx aws.Context, input *ListDataCatalogsInput, ...) error + func (c *Athena) ListDataCatalogsRequest(input *ListDataCatalogsInput) (req *request.Request, output *ListDataCatalogsOutput) + func (c *Athena) ListDataCatalogsWithContext(ctx aws.Context, input *ListDataCatalogsInput, opts ...request.Option) (*ListDataCatalogsOutput, error) + func (c *Athena) ListDatabases(input *ListDatabasesInput) (*ListDatabasesOutput, error) + func (c *Athena) ListDatabasesPages(input *ListDatabasesInput, fn func(*ListDatabasesOutput, bool) bool) error + func (c *Athena) ListDatabasesPagesWithContext(ctx aws.Context, input *ListDatabasesInput, ...) error + func (c *Athena) ListDatabasesRequest(input *ListDatabasesInput) (req *request.Request, output *ListDatabasesOutput) + func (c *Athena) ListDatabasesWithContext(ctx aws.Context, input *ListDatabasesInput, opts ...request.Option) (*ListDatabasesOutput, error) + func (c *Athena) ListEngineVersions(input *ListEngineVersionsInput) (*ListEngineVersionsOutput, error) + func (c *Athena) ListEngineVersionsPages(input *ListEngineVersionsInput, fn func(*ListEngineVersionsOutput, bool) bool) error + func (c *Athena) ListEngineVersionsPagesWithContext(ctx aws.Context, input *ListEngineVersionsInput, ...) error + func (c *Athena) ListEngineVersionsRequest(input *ListEngineVersionsInput) (req *request.Request, output *ListEngineVersionsOutput) + func (c *Athena) ListEngineVersionsWithContext(ctx aws.Context, input *ListEngineVersionsInput, opts ...request.Option) (*ListEngineVersionsOutput, error) + func (c *Athena) ListExecutors(input *ListExecutorsInput) (*ListExecutorsOutput, error) + func (c *Athena) ListExecutorsPages(input *ListExecutorsInput, fn func(*ListExecutorsOutput, bool) bool) error + func (c *Athena) ListExecutorsPagesWithContext(ctx aws.Context, input *ListExecutorsInput, ...) error + func (c *Athena) ListExecutorsRequest(input *ListExecutorsInput) (req *request.Request, output *ListExecutorsOutput) + func (c *Athena) ListExecutorsWithContext(ctx aws.Context, input *ListExecutorsInput, opts ...request.Option) (*ListExecutorsOutput, error) + func (c *Athena) ListNamedQueries(input *ListNamedQueriesInput) (*ListNamedQueriesOutput, error) + func (c *Athena) ListNamedQueriesPages(input *ListNamedQueriesInput, fn func(*ListNamedQueriesOutput, bool) bool) error + func (c *Athena) ListNamedQueriesPagesWithContext(ctx aws.Context, input *ListNamedQueriesInput, ...) error + func (c *Athena) ListNamedQueriesRequest(input *ListNamedQueriesInput) (req *request.Request, output *ListNamedQueriesOutput) + func (c *Athena) ListNamedQueriesWithContext(ctx aws.Context, input *ListNamedQueriesInput, opts ...request.Option) (*ListNamedQueriesOutput, error) + func (c *Athena) ListNotebookMetadata(input *ListNotebookMetadataInput) (*ListNotebookMetadataOutput, error) + func (c *Athena) ListNotebookMetadataRequest(input *ListNotebookMetadataInput) (req *request.Request, output *ListNotebookMetadataOutput) + func (c *Athena) ListNotebookMetadataWithContext(ctx aws.Context, input *ListNotebookMetadataInput, opts ...request.Option) (*ListNotebookMetadataOutput, error) + func (c *Athena) ListNotebookSessions(input *ListNotebookSessionsInput) (*ListNotebookSessionsOutput, error) + func (c *Athena) ListNotebookSessionsRequest(input *ListNotebookSessionsInput) (req *request.Request, output *ListNotebookSessionsOutput) + func (c *Athena) ListNotebookSessionsWithContext(ctx aws.Context, input *ListNotebookSessionsInput, opts ...request.Option) (*ListNotebookSessionsOutput, error) + func (c *Athena) ListPreparedStatements(input *ListPreparedStatementsInput) (*ListPreparedStatementsOutput, error) + func (c *Athena) ListPreparedStatementsPages(input *ListPreparedStatementsInput, ...) error + func (c *Athena) ListPreparedStatementsPagesWithContext(ctx aws.Context, input *ListPreparedStatementsInput, ...) error + func (c *Athena) ListPreparedStatementsRequest(input *ListPreparedStatementsInput) (req *request.Request, output *ListPreparedStatementsOutput) + func (c *Athena) ListPreparedStatementsWithContext(ctx aws.Context, input *ListPreparedStatementsInput, opts ...request.Option) (*ListPreparedStatementsOutput, error) + func (c *Athena) ListQueryExecutions(input *ListQueryExecutionsInput) (*ListQueryExecutionsOutput, error) + func (c *Athena) ListQueryExecutionsPages(input *ListQueryExecutionsInput, ...) error + func (c *Athena) ListQueryExecutionsPagesWithContext(ctx aws.Context, input *ListQueryExecutionsInput, ...) error + func (c *Athena) ListQueryExecutionsRequest(input *ListQueryExecutionsInput) (req *request.Request, output *ListQueryExecutionsOutput) + func (c *Athena) ListQueryExecutionsWithContext(ctx aws.Context, input *ListQueryExecutionsInput, opts ...request.Option) (*ListQueryExecutionsOutput, error) + func (c *Athena) ListSessions(input *ListSessionsInput) (*ListSessionsOutput, error) + func (c *Athena) ListSessionsPages(input *ListSessionsInput, fn func(*ListSessionsOutput, bool) bool) error + func (c *Athena) ListSessionsPagesWithContext(ctx aws.Context, input *ListSessionsInput, ...) error + func (c *Athena) ListSessionsRequest(input *ListSessionsInput) (req *request.Request, output *ListSessionsOutput) + func (c *Athena) ListSessionsWithContext(ctx aws.Context, input *ListSessionsInput, opts ...request.Option) (*ListSessionsOutput, error) + func (c *Athena) ListTableMetadata(input *ListTableMetadataInput) (*ListTableMetadataOutput, error) + func (c *Athena) ListTableMetadataPages(input *ListTableMetadataInput, fn func(*ListTableMetadataOutput, bool) bool) error + func (c *Athena) ListTableMetadataPagesWithContext(ctx aws.Context, input *ListTableMetadataInput, ...) error + func (c *Athena) ListTableMetadataRequest(input *ListTableMetadataInput) (req *request.Request, output *ListTableMetadataOutput) + func (c *Athena) ListTableMetadataWithContext(ctx aws.Context, input *ListTableMetadataInput, opts ...request.Option) (*ListTableMetadataOutput, error) + func (c *Athena) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *Athena) ListTagsForResourcePages(input *ListTagsForResourceInput, ...) error + func (c *Athena) ListTagsForResourcePagesWithContext(ctx aws.Context, input *ListTagsForResourceInput, ...) error + func (c *Athena) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *Athena) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *Athena) ListWorkGroups(input *ListWorkGroupsInput) (*ListWorkGroupsOutput, error) + func (c *Athena) ListWorkGroupsPages(input *ListWorkGroupsInput, fn func(*ListWorkGroupsOutput, bool) bool) error + func (c *Athena) ListWorkGroupsPagesWithContext(ctx aws.Context, input *ListWorkGroupsInput, ...) error + func (c *Athena) ListWorkGroupsRequest(input *ListWorkGroupsInput) (req *request.Request, output *ListWorkGroupsOutput) + func (c *Athena) ListWorkGroupsWithContext(ctx aws.Context, input *ListWorkGroupsInput, opts ...request.Option) (*ListWorkGroupsOutput, error) + func (c *Athena) PutCapacityAssignmentConfiguration(input *PutCapacityAssignmentConfigurationInput) (*PutCapacityAssignmentConfigurationOutput, error) + func (c *Athena) PutCapacityAssignmentConfigurationRequest(input *PutCapacityAssignmentConfigurationInput) (req *request.Request, output *PutCapacityAssignmentConfigurationOutput) + func (c *Athena) PutCapacityAssignmentConfigurationWithContext(ctx aws.Context, input *PutCapacityAssignmentConfigurationInput, ...) (*PutCapacityAssignmentConfigurationOutput, error) + func (c *Athena) StartCalculationExecution(input *StartCalculationExecutionInput) (*StartCalculationExecutionOutput, error) + func (c *Athena) StartCalculationExecutionRequest(input *StartCalculationExecutionInput) (req *request.Request, output *StartCalculationExecutionOutput) + func (c *Athena) StartCalculationExecutionWithContext(ctx aws.Context, input *StartCalculationExecutionInput, opts ...request.Option) (*StartCalculationExecutionOutput, error) + func (c *Athena) StartQueryExecution(input *StartQueryExecutionInput) (*StartQueryExecutionOutput, error) + func (c *Athena) StartQueryExecutionRequest(input *StartQueryExecutionInput) (req *request.Request, output *StartQueryExecutionOutput) + func (c *Athena) StartQueryExecutionWithContext(ctx aws.Context, input *StartQueryExecutionInput, opts ...request.Option) (*StartQueryExecutionOutput, error) + func (c *Athena) StartSession(input *StartSessionInput) (*StartSessionOutput, error) + func (c *Athena) StartSessionRequest(input *StartSessionInput) (req *request.Request, output *StartSessionOutput) + func (c *Athena) StartSessionWithContext(ctx aws.Context, input *StartSessionInput, opts ...request.Option) (*StartSessionOutput, error) + func (c *Athena) StopCalculationExecution(input *StopCalculationExecutionInput) (*StopCalculationExecutionOutput, error) + func (c *Athena) StopCalculationExecutionRequest(input *StopCalculationExecutionInput) (req *request.Request, output *StopCalculationExecutionOutput) + func (c *Athena) StopCalculationExecutionWithContext(ctx aws.Context, input *StopCalculationExecutionInput, opts ...request.Option) (*StopCalculationExecutionOutput, error) + func (c *Athena) StopQueryExecution(input *StopQueryExecutionInput) (*StopQueryExecutionOutput, error) + func (c *Athena) StopQueryExecutionRequest(input *StopQueryExecutionInput) (req *request.Request, output *StopQueryExecutionOutput) + func (c *Athena) StopQueryExecutionWithContext(ctx aws.Context, input *StopQueryExecutionInput, opts ...request.Option) (*StopQueryExecutionOutput, error) + func (c *Athena) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *Athena) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *Athena) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *Athena) TerminateSession(input *TerminateSessionInput) (*TerminateSessionOutput, error) + func (c *Athena) TerminateSessionRequest(input *TerminateSessionInput) (req *request.Request, output *TerminateSessionOutput) + func (c *Athena) TerminateSessionWithContext(ctx aws.Context, input *TerminateSessionInput, opts ...request.Option) (*TerminateSessionOutput, error) + func (c *Athena) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *Athena) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *Athena) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *Athena) UpdateCapacityReservation(input *UpdateCapacityReservationInput) (*UpdateCapacityReservationOutput, error) + func (c *Athena) UpdateCapacityReservationRequest(input *UpdateCapacityReservationInput) (req *request.Request, output *UpdateCapacityReservationOutput) + func (c *Athena) UpdateCapacityReservationWithContext(ctx aws.Context, input *UpdateCapacityReservationInput, opts ...request.Option) (*UpdateCapacityReservationOutput, error) + func (c *Athena) UpdateDataCatalog(input *UpdateDataCatalogInput) (*UpdateDataCatalogOutput, error) + func (c *Athena) UpdateDataCatalogRequest(input *UpdateDataCatalogInput) (req *request.Request, output *UpdateDataCatalogOutput) + func (c *Athena) UpdateDataCatalogWithContext(ctx aws.Context, input *UpdateDataCatalogInput, opts ...request.Option) (*UpdateDataCatalogOutput, error) + func (c *Athena) UpdateNamedQuery(input *UpdateNamedQueryInput) (*UpdateNamedQueryOutput, error) + func (c *Athena) UpdateNamedQueryRequest(input *UpdateNamedQueryInput) (req *request.Request, output *UpdateNamedQueryOutput) + func (c *Athena) UpdateNamedQueryWithContext(ctx aws.Context, input *UpdateNamedQueryInput, opts ...request.Option) (*UpdateNamedQueryOutput, error) + func (c *Athena) UpdateNotebook(input *UpdateNotebookInput) (*UpdateNotebookOutput, error) + func (c *Athena) UpdateNotebookMetadata(input *UpdateNotebookMetadataInput) (*UpdateNotebookMetadataOutput, error) + func (c *Athena) UpdateNotebookMetadataRequest(input *UpdateNotebookMetadataInput) (req *request.Request, output *UpdateNotebookMetadataOutput) + func (c *Athena) UpdateNotebookMetadataWithContext(ctx aws.Context, input *UpdateNotebookMetadataInput, opts ...request.Option) (*UpdateNotebookMetadataOutput, error) + func (c *Athena) UpdateNotebookRequest(input *UpdateNotebookInput) (req *request.Request, output *UpdateNotebookOutput) + func (c *Athena) UpdateNotebookWithContext(ctx aws.Context, input *UpdateNotebookInput, opts ...request.Option) (*UpdateNotebookOutput, error) + func (c *Athena) UpdatePreparedStatement(input *UpdatePreparedStatementInput) (*UpdatePreparedStatementOutput, error) + func (c *Athena) UpdatePreparedStatementRequest(input *UpdatePreparedStatementInput) (req *request.Request, output *UpdatePreparedStatementOutput) + func (c *Athena) UpdatePreparedStatementWithContext(ctx aws.Context, input *UpdatePreparedStatementInput, opts ...request.Option) (*UpdatePreparedStatementOutput, error) + func (c *Athena) UpdateWorkGroup(input *UpdateWorkGroupInput) (*UpdateWorkGroupOutput, error) + func (c *Athena) UpdateWorkGroupRequest(input *UpdateWorkGroupInput) (req *request.Request, output *UpdateWorkGroupOutput) + func (c *Athena) UpdateWorkGroupWithContext(ctx aws.Context, input *UpdateWorkGroupInput, opts ...request.Option) (*UpdateWorkGroupOutput, error) + type AthenaError struct + ErrorCategory *int64 + ErrorMessage *string + ErrorType *int64 + Retryable *bool + func (s *AthenaError) SetErrorCategory(v int64) *AthenaError + func (s *AthenaError) SetErrorMessage(v string) *AthenaError + func (s *AthenaError) SetErrorType(v int64) *AthenaError + func (s *AthenaError) SetRetryable(v bool) *AthenaError + func (s AthenaError) GoString() string + func (s AthenaError) String() string + type BatchGetNamedQueryInput struct + NamedQueryIds []*string + func (s *BatchGetNamedQueryInput) SetNamedQueryIds(v []*string) *BatchGetNamedQueryInput + func (s *BatchGetNamedQueryInput) Validate() error + func (s BatchGetNamedQueryInput) GoString() string + func (s BatchGetNamedQueryInput) String() string + type BatchGetNamedQueryOutput struct + NamedQueries []*NamedQuery + UnprocessedNamedQueryIds []*UnprocessedNamedQueryId + func (s *BatchGetNamedQueryOutput) SetNamedQueries(v []*NamedQuery) *BatchGetNamedQueryOutput + func (s *BatchGetNamedQueryOutput) SetUnprocessedNamedQueryIds(v []*UnprocessedNamedQueryId) *BatchGetNamedQueryOutput + func (s BatchGetNamedQueryOutput) GoString() string + func (s BatchGetNamedQueryOutput) String() string + type BatchGetPreparedStatementInput struct + PreparedStatementNames []*string + WorkGroup *string + func (s *BatchGetPreparedStatementInput) SetPreparedStatementNames(v []*string) *BatchGetPreparedStatementInput + func (s *BatchGetPreparedStatementInput) SetWorkGroup(v string) *BatchGetPreparedStatementInput + func (s *BatchGetPreparedStatementInput) Validate() error + func (s BatchGetPreparedStatementInput) GoString() string + func (s BatchGetPreparedStatementInput) String() string + type BatchGetPreparedStatementOutput struct + PreparedStatements []*PreparedStatement + UnprocessedPreparedStatementNames []*UnprocessedPreparedStatementName + func (s *BatchGetPreparedStatementOutput) SetPreparedStatements(v []*PreparedStatement) *BatchGetPreparedStatementOutput + func (s *BatchGetPreparedStatementOutput) SetUnprocessedPreparedStatementNames(v []*UnprocessedPreparedStatementName) *BatchGetPreparedStatementOutput + func (s BatchGetPreparedStatementOutput) GoString() string + func (s BatchGetPreparedStatementOutput) String() string + type BatchGetQueryExecutionInput struct + QueryExecutionIds []*string + func (s *BatchGetQueryExecutionInput) SetQueryExecutionIds(v []*string) *BatchGetQueryExecutionInput + func (s *BatchGetQueryExecutionInput) Validate() error + func (s BatchGetQueryExecutionInput) GoString() string + func (s BatchGetQueryExecutionInput) String() string + type BatchGetQueryExecutionOutput struct + QueryExecutions []*QueryExecution + UnprocessedQueryExecutionIds []*UnprocessedQueryExecutionId + func (s *BatchGetQueryExecutionOutput) SetQueryExecutions(v []*QueryExecution) *BatchGetQueryExecutionOutput + func (s *BatchGetQueryExecutionOutput) SetUnprocessedQueryExecutionIds(v []*UnprocessedQueryExecutionId) *BatchGetQueryExecutionOutput + func (s BatchGetQueryExecutionOutput) GoString() string + func (s BatchGetQueryExecutionOutput) String() string + type CalculationConfiguration struct + CodeBlock *string + func (s *CalculationConfiguration) SetCodeBlock(v string) *CalculationConfiguration + func (s CalculationConfiguration) GoString() string + func (s CalculationConfiguration) String() string + type CalculationResult struct + ResultS3Uri *string + ResultType *string + StdErrorS3Uri *string + StdOutS3Uri *string + func (s *CalculationResult) SetResultS3Uri(v string) *CalculationResult + func (s *CalculationResult) SetResultType(v string) *CalculationResult + func (s *CalculationResult) SetStdErrorS3Uri(v string) *CalculationResult + func (s *CalculationResult) SetStdOutS3Uri(v string) *CalculationResult + func (s CalculationResult) GoString() string + func (s CalculationResult) String() string + type CalculationStatistics struct + DpuExecutionInMillis *int64 + Progress *string + func (s *CalculationStatistics) SetDpuExecutionInMillis(v int64) *CalculationStatistics + func (s *CalculationStatistics) SetProgress(v string) *CalculationStatistics + func (s CalculationStatistics) GoString() string + func (s CalculationStatistics) String() string + type CalculationStatus struct + CompletionDateTime *time.Time + State *string + StateChangeReason *string + SubmissionDateTime *time.Time + func (s *CalculationStatus) SetCompletionDateTime(v time.Time) *CalculationStatus + func (s *CalculationStatus) SetState(v string) *CalculationStatus + func (s *CalculationStatus) SetStateChangeReason(v string) *CalculationStatus + func (s *CalculationStatus) SetSubmissionDateTime(v time.Time) *CalculationStatus + func (s CalculationStatus) GoString() string + func (s CalculationStatus) String() string + type CalculationSummary struct + CalculationExecutionId *string + Description *string + Status *CalculationStatus + func (s *CalculationSummary) SetCalculationExecutionId(v string) *CalculationSummary + func (s *CalculationSummary) SetDescription(v string) *CalculationSummary + func (s *CalculationSummary) SetStatus(v *CalculationStatus) *CalculationSummary + func (s CalculationSummary) GoString() string + func (s CalculationSummary) String() string + type CancelCapacityReservationInput struct + Name *string + func (s *CancelCapacityReservationInput) SetName(v string) *CancelCapacityReservationInput + func (s *CancelCapacityReservationInput) Validate() error + func (s CancelCapacityReservationInput) GoString() string + func (s CancelCapacityReservationInput) String() string + type CancelCapacityReservationOutput struct + func (s CancelCapacityReservationOutput) GoString() string + func (s CancelCapacityReservationOutput) String() string + type CapacityAllocation struct + RequestCompletionTime *time.Time + RequestTime *time.Time + Status *string + StatusMessage *string + func (s *CapacityAllocation) SetRequestCompletionTime(v time.Time) *CapacityAllocation + func (s *CapacityAllocation) SetRequestTime(v time.Time) *CapacityAllocation + func (s *CapacityAllocation) SetStatus(v string) *CapacityAllocation + func (s *CapacityAllocation) SetStatusMessage(v string) *CapacityAllocation + func (s CapacityAllocation) GoString() string + func (s CapacityAllocation) String() string + type CapacityAssignment struct + WorkGroupNames []*string + func (s *CapacityAssignment) SetWorkGroupNames(v []*string) *CapacityAssignment + func (s CapacityAssignment) GoString() string + func (s CapacityAssignment) String() string + type CapacityAssignmentConfiguration struct + CapacityAssignments []*CapacityAssignment + CapacityReservationName *string + func (s *CapacityAssignmentConfiguration) SetCapacityAssignments(v []*CapacityAssignment) *CapacityAssignmentConfiguration + func (s *CapacityAssignmentConfiguration) SetCapacityReservationName(v string) *CapacityAssignmentConfiguration + func (s CapacityAssignmentConfiguration) GoString() string + func (s CapacityAssignmentConfiguration) String() string + type CapacityReservation struct + AllocatedDpus *int64 + CreationTime *time.Time + LastAllocation *CapacityAllocation + LastSuccessfulAllocationTime *time.Time + Name *string + Status *string + TargetDpus *int64 + func (s *CapacityReservation) SetAllocatedDpus(v int64) *CapacityReservation + func (s *CapacityReservation) SetCreationTime(v time.Time) *CapacityReservation + func (s *CapacityReservation) SetLastAllocation(v *CapacityAllocation) *CapacityReservation + func (s *CapacityReservation) SetLastSuccessfulAllocationTime(v time.Time) *CapacityReservation + func (s *CapacityReservation) SetName(v string) *CapacityReservation + func (s *CapacityReservation) SetStatus(v string) *CapacityReservation + func (s *CapacityReservation) SetTargetDpus(v int64) *CapacityReservation + func (s CapacityReservation) GoString() string + func (s CapacityReservation) String() string + type Column struct + Comment *string + Name *string + Type *string + func (s *Column) SetComment(v string) *Column + func (s *Column) SetName(v string) *Column + func (s *Column) SetType(v string) *Column + func (s Column) GoString() string + func (s Column) String() string + type ColumnInfo struct + CaseSensitive *bool + CatalogName *string + Label *string + Name *string + Nullable *string + Precision *int64 + Scale *int64 + SchemaName *string + TableName *string + Type *string + func (s *ColumnInfo) SetCaseSensitive(v bool) *ColumnInfo + func (s *ColumnInfo) SetCatalogName(v string) *ColumnInfo + func (s *ColumnInfo) SetLabel(v string) *ColumnInfo + func (s *ColumnInfo) SetName(v string) *ColumnInfo + func (s *ColumnInfo) SetNullable(v string) *ColumnInfo + func (s *ColumnInfo) SetPrecision(v int64) *ColumnInfo + func (s *ColumnInfo) SetScale(v int64) *ColumnInfo + func (s *ColumnInfo) SetSchemaName(v string) *ColumnInfo + func (s *ColumnInfo) SetTableName(v string) *ColumnInfo + func (s *ColumnInfo) SetType(v string) *ColumnInfo + func (s ColumnInfo) GoString() string + func (s ColumnInfo) String() string + type CreateCapacityReservationInput struct + Name *string + Tags []*Tag + TargetDpus *int64 + func (s *CreateCapacityReservationInput) SetName(v string) *CreateCapacityReservationInput + func (s *CreateCapacityReservationInput) SetTags(v []*Tag) *CreateCapacityReservationInput + func (s *CreateCapacityReservationInput) SetTargetDpus(v int64) *CreateCapacityReservationInput + func (s *CreateCapacityReservationInput) Validate() error + func (s CreateCapacityReservationInput) GoString() string + func (s CreateCapacityReservationInput) String() string + type CreateCapacityReservationOutput struct + func (s CreateCapacityReservationOutput) GoString() string + func (s CreateCapacityReservationOutput) String() string + type CreateDataCatalogInput struct + Description *string + Name *string + Parameters map[string]*string + Tags []*Tag + Type *string + func (s *CreateDataCatalogInput) SetDescription(v string) *CreateDataCatalogInput + func (s *CreateDataCatalogInput) SetName(v string) *CreateDataCatalogInput + func (s *CreateDataCatalogInput) SetParameters(v map[string]*string) *CreateDataCatalogInput + func (s *CreateDataCatalogInput) SetTags(v []*Tag) *CreateDataCatalogInput + func (s *CreateDataCatalogInput) SetType(v string) *CreateDataCatalogInput + func (s *CreateDataCatalogInput) Validate() error + func (s CreateDataCatalogInput) GoString() string + func (s CreateDataCatalogInput) String() string + type CreateDataCatalogOutput struct + func (s CreateDataCatalogOutput) GoString() string + func (s CreateDataCatalogOutput) String() string + type CreateNamedQueryInput struct + ClientRequestToken *string + Database *string + Description *string + Name *string + QueryString *string + WorkGroup *string + func (s *CreateNamedQueryInput) SetClientRequestToken(v string) *CreateNamedQueryInput + func (s *CreateNamedQueryInput) SetDatabase(v string) *CreateNamedQueryInput + func (s *CreateNamedQueryInput) SetDescription(v string) *CreateNamedQueryInput + func (s *CreateNamedQueryInput) SetName(v string) *CreateNamedQueryInput + func (s *CreateNamedQueryInput) SetQueryString(v string) *CreateNamedQueryInput + func (s *CreateNamedQueryInput) SetWorkGroup(v string) *CreateNamedQueryInput + func (s *CreateNamedQueryInput) Validate() error + func (s CreateNamedQueryInput) GoString() string + func (s CreateNamedQueryInput) String() string + type CreateNamedQueryOutput struct + NamedQueryId *string + func (s *CreateNamedQueryOutput) SetNamedQueryId(v string) *CreateNamedQueryOutput + func (s CreateNamedQueryOutput) GoString() string + func (s CreateNamedQueryOutput) String() string + type CreateNotebookInput struct + ClientRequestToken *string + Name *string + WorkGroup *string + func (s *CreateNotebookInput) SetClientRequestToken(v string) *CreateNotebookInput + func (s *CreateNotebookInput) SetName(v string) *CreateNotebookInput + func (s *CreateNotebookInput) SetWorkGroup(v string) *CreateNotebookInput + func (s *CreateNotebookInput) Validate() error + func (s CreateNotebookInput) GoString() string + func (s CreateNotebookInput) String() string + type CreateNotebookOutput struct + NotebookId *string + func (s *CreateNotebookOutput) SetNotebookId(v string) *CreateNotebookOutput + func (s CreateNotebookOutput) GoString() string + func (s CreateNotebookOutput) String() string + type CreatePreparedStatementInput struct + Description *string + QueryStatement *string + StatementName *string + WorkGroup *string + func (s *CreatePreparedStatementInput) SetDescription(v string) *CreatePreparedStatementInput + func (s *CreatePreparedStatementInput) SetQueryStatement(v string) *CreatePreparedStatementInput + func (s *CreatePreparedStatementInput) SetStatementName(v string) *CreatePreparedStatementInput + func (s *CreatePreparedStatementInput) SetWorkGroup(v string) *CreatePreparedStatementInput + func (s *CreatePreparedStatementInput) Validate() error + func (s CreatePreparedStatementInput) GoString() string + func (s CreatePreparedStatementInput) String() string + type CreatePreparedStatementOutput struct + func (s CreatePreparedStatementOutput) GoString() string + func (s CreatePreparedStatementOutput) String() string + type CreatePresignedNotebookUrlInput struct + SessionId *string + func (s *CreatePresignedNotebookUrlInput) SetSessionId(v string) *CreatePresignedNotebookUrlInput + func (s *CreatePresignedNotebookUrlInput) Validate() error + func (s CreatePresignedNotebookUrlInput) GoString() string + func (s CreatePresignedNotebookUrlInput) String() string + type CreatePresignedNotebookUrlOutput struct + AuthToken *string + AuthTokenExpirationTime *int64 + NotebookUrl *string + func (s *CreatePresignedNotebookUrlOutput) SetAuthToken(v string) *CreatePresignedNotebookUrlOutput + func (s *CreatePresignedNotebookUrlOutput) SetAuthTokenExpirationTime(v int64) *CreatePresignedNotebookUrlOutput + func (s *CreatePresignedNotebookUrlOutput) SetNotebookUrl(v string) *CreatePresignedNotebookUrlOutput + func (s CreatePresignedNotebookUrlOutput) GoString() string + func (s CreatePresignedNotebookUrlOutput) String() string + type CreateWorkGroupInput struct + Configuration *WorkGroupConfiguration + Description *string + Name *string + Tags []*Tag + func (s *CreateWorkGroupInput) SetConfiguration(v *WorkGroupConfiguration) *CreateWorkGroupInput + func (s *CreateWorkGroupInput) SetDescription(v string) *CreateWorkGroupInput + func (s *CreateWorkGroupInput) SetName(v string) *CreateWorkGroupInput + func (s *CreateWorkGroupInput) SetTags(v []*Tag) *CreateWorkGroupInput + func (s *CreateWorkGroupInput) Validate() error + func (s CreateWorkGroupInput) GoString() string + func (s CreateWorkGroupInput) String() string + type CreateWorkGroupOutput struct + func (s CreateWorkGroupOutput) GoString() string + func (s CreateWorkGroupOutput) String() string + type CustomerContentEncryptionConfiguration struct + KmsKey *string + func (s *CustomerContentEncryptionConfiguration) SetKmsKey(v string) *CustomerContentEncryptionConfiguration + func (s *CustomerContentEncryptionConfiguration) Validate() error + func (s CustomerContentEncryptionConfiguration) GoString() string + func (s CustomerContentEncryptionConfiguration) String() string + type DataCatalog struct + Description *string + Name *string + Parameters map[string]*string + Type *string + func (s *DataCatalog) SetDescription(v string) *DataCatalog + func (s *DataCatalog) SetName(v string) *DataCatalog + func (s *DataCatalog) SetParameters(v map[string]*string) *DataCatalog + func (s *DataCatalog) SetType(v string) *DataCatalog + func (s DataCatalog) GoString() string + func (s DataCatalog) String() string + type DataCatalogSummary struct + CatalogName *string + Type *string + func (s *DataCatalogSummary) SetCatalogName(v string) *DataCatalogSummary + func (s *DataCatalogSummary) SetType(v string) *DataCatalogSummary + func (s DataCatalogSummary) GoString() string + func (s DataCatalogSummary) String() string + type Database struct + Description *string + Name *string + Parameters map[string]*string + func (s *Database) SetDescription(v string) *Database + func (s *Database) SetName(v string) *Database + func (s *Database) SetParameters(v map[string]*string) *Database + func (s Database) GoString() string + func (s Database) String() string + type Datum struct + VarCharValue *string + func (s *Datum) SetVarCharValue(v string) *Datum + func (s Datum) GoString() string + func (s Datum) String() string + type DeleteCapacityReservationInput struct + Name *string + func (s *DeleteCapacityReservationInput) SetName(v string) *DeleteCapacityReservationInput + func (s *DeleteCapacityReservationInput) Validate() error + func (s DeleteCapacityReservationInput) GoString() string + func (s DeleteCapacityReservationInput) String() string + type DeleteCapacityReservationOutput struct + func (s DeleteCapacityReservationOutput) GoString() string + func (s DeleteCapacityReservationOutput) String() string + type DeleteDataCatalogInput struct + Name *string + func (s *DeleteDataCatalogInput) SetName(v string) *DeleteDataCatalogInput + func (s *DeleteDataCatalogInput) Validate() error + func (s DeleteDataCatalogInput) GoString() string + func (s DeleteDataCatalogInput) String() string + type DeleteDataCatalogOutput struct + func (s DeleteDataCatalogOutput) GoString() string + func (s DeleteDataCatalogOutput) String() string + type DeleteNamedQueryInput struct + NamedQueryId *string + func (s *DeleteNamedQueryInput) SetNamedQueryId(v string) *DeleteNamedQueryInput + func (s *DeleteNamedQueryInput) Validate() error + func (s DeleteNamedQueryInput) GoString() string + func (s DeleteNamedQueryInput) String() string + type DeleteNamedQueryOutput struct + func (s DeleteNamedQueryOutput) GoString() string + func (s DeleteNamedQueryOutput) String() string + type DeleteNotebookInput struct + NotebookId *string + func (s *DeleteNotebookInput) SetNotebookId(v string) *DeleteNotebookInput + func (s *DeleteNotebookInput) Validate() error + func (s DeleteNotebookInput) GoString() string + func (s DeleteNotebookInput) String() string + type DeleteNotebookOutput struct + func (s DeleteNotebookOutput) GoString() string + func (s DeleteNotebookOutput) String() string + type DeletePreparedStatementInput struct + StatementName *string + WorkGroup *string + func (s *DeletePreparedStatementInput) SetStatementName(v string) *DeletePreparedStatementInput + func (s *DeletePreparedStatementInput) SetWorkGroup(v string) *DeletePreparedStatementInput + func (s *DeletePreparedStatementInput) Validate() error + func (s DeletePreparedStatementInput) GoString() string + func (s DeletePreparedStatementInput) String() string + type DeletePreparedStatementOutput struct + func (s DeletePreparedStatementOutput) GoString() string + func (s DeletePreparedStatementOutput) String() string + type DeleteWorkGroupInput struct + RecursiveDeleteOption *bool + WorkGroup *string + func (s *DeleteWorkGroupInput) SetRecursiveDeleteOption(v bool) *DeleteWorkGroupInput + func (s *DeleteWorkGroupInput) SetWorkGroup(v string) *DeleteWorkGroupInput + func (s *DeleteWorkGroupInput) Validate() error + func (s DeleteWorkGroupInput) GoString() string + func (s DeleteWorkGroupInput) String() string + type DeleteWorkGroupOutput struct + func (s DeleteWorkGroupOutput) GoString() string + func (s DeleteWorkGroupOutput) String() string + type EncryptionConfiguration struct + EncryptionOption *string + KmsKey *string + func (s *EncryptionConfiguration) SetEncryptionOption(v string) *EncryptionConfiguration + func (s *EncryptionConfiguration) SetKmsKey(v string) *EncryptionConfiguration + func (s *EncryptionConfiguration) Validate() error + func (s EncryptionConfiguration) GoString() string + func (s EncryptionConfiguration) String() string + type EngineConfiguration struct + AdditionalConfigs map[string]*string + CoordinatorDpuSize *int64 + DefaultExecutorDpuSize *int64 + MaxConcurrentDpus *int64 + SparkProperties map[string]*string + func (s *EngineConfiguration) SetAdditionalConfigs(v map[string]*string) *EngineConfiguration + func (s *EngineConfiguration) SetCoordinatorDpuSize(v int64) *EngineConfiguration + func (s *EngineConfiguration) SetDefaultExecutorDpuSize(v int64) *EngineConfiguration + func (s *EngineConfiguration) SetMaxConcurrentDpus(v int64) *EngineConfiguration + func (s *EngineConfiguration) SetSparkProperties(v map[string]*string) *EngineConfiguration + func (s *EngineConfiguration) Validate() error + func (s EngineConfiguration) GoString() string + func (s EngineConfiguration) String() string + type EngineVersion struct + EffectiveEngineVersion *string + SelectedEngineVersion *string + func (s *EngineVersion) SetEffectiveEngineVersion(v string) *EngineVersion + func (s *EngineVersion) SetSelectedEngineVersion(v string) *EngineVersion + func (s *EngineVersion) Validate() error + func (s EngineVersion) GoString() string + func (s EngineVersion) String() string + type ExecutorsSummary struct + ExecutorId *string + ExecutorSize *int64 + ExecutorState *string + ExecutorType *string + StartDateTime *int64 + TerminationDateTime *int64 + func (s *ExecutorsSummary) SetExecutorId(v string) *ExecutorsSummary + func (s *ExecutorsSummary) SetExecutorSize(v int64) *ExecutorsSummary + func (s *ExecutorsSummary) SetExecutorState(v string) *ExecutorsSummary + func (s *ExecutorsSummary) SetExecutorType(v string) *ExecutorsSummary + func (s *ExecutorsSummary) SetStartDateTime(v int64) *ExecutorsSummary + func (s *ExecutorsSummary) SetTerminationDateTime(v int64) *ExecutorsSummary + func (s ExecutorsSummary) GoString() string + func (s ExecutorsSummary) String() string + type ExportNotebookInput struct + NotebookId *string + func (s *ExportNotebookInput) SetNotebookId(v string) *ExportNotebookInput + func (s *ExportNotebookInput) Validate() error + func (s ExportNotebookInput) GoString() string + func (s ExportNotebookInput) String() string + type ExportNotebookOutput struct + NotebookMetadata *NotebookMetadata + Payload *string + func (s *ExportNotebookOutput) SetNotebookMetadata(v *NotebookMetadata) *ExportNotebookOutput + func (s *ExportNotebookOutput) SetPayload(v string) *ExportNotebookOutput + func (s ExportNotebookOutput) GoString() string + func (s ExportNotebookOutput) String() string + type FilterDefinition struct + Name *string + func (s *FilterDefinition) SetName(v string) *FilterDefinition + func (s *FilterDefinition) Validate() error + func (s FilterDefinition) GoString() string + func (s FilterDefinition) String() string + type GetCalculationExecutionCodeInput struct + CalculationExecutionId *string + func (s *GetCalculationExecutionCodeInput) SetCalculationExecutionId(v string) *GetCalculationExecutionCodeInput + func (s *GetCalculationExecutionCodeInput) Validate() error + func (s GetCalculationExecutionCodeInput) GoString() string + func (s GetCalculationExecutionCodeInput) String() string + type GetCalculationExecutionCodeOutput struct + CodeBlock *string + func (s *GetCalculationExecutionCodeOutput) SetCodeBlock(v string) *GetCalculationExecutionCodeOutput + func (s GetCalculationExecutionCodeOutput) GoString() string + func (s GetCalculationExecutionCodeOutput) String() string + type GetCalculationExecutionInput struct + CalculationExecutionId *string + func (s *GetCalculationExecutionInput) SetCalculationExecutionId(v string) *GetCalculationExecutionInput + func (s *GetCalculationExecutionInput) Validate() error + func (s GetCalculationExecutionInput) GoString() string + func (s GetCalculationExecutionInput) String() string + type GetCalculationExecutionOutput struct + CalculationExecutionId *string + Description *string + Result *CalculationResult + SessionId *string + Statistics *CalculationStatistics + Status *CalculationStatus + WorkingDirectory *string + func (s *GetCalculationExecutionOutput) SetCalculationExecutionId(v string) *GetCalculationExecutionOutput + func (s *GetCalculationExecutionOutput) SetDescription(v string) *GetCalculationExecutionOutput + func (s *GetCalculationExecutionOutput) SetResult(v *CalculationResult) *GetCalculationExecutionOutput + func (s *GetCalculationExecutionOutput) SetSessionId(v string) *GetCalculationExecutionOutput + func (s *GetCalculationExecutionOutput) SetStatistics(v *CalculationStatistics) *GetCalculationExecutionOutput + func (s *GetCalculationExecutionOutput) SetStatus(v *CalculationStatus) *GetCalculationExecutionOutput + func (s *GetCalculationExecutionOutput) SetWorkingDirectory(v string) *GetCalculationExecutionOutput + func (s GetCalculationExecutionOutput) GoString() string + func (s GetCalculationExecutionOutput) String() string + type GetCalculationExecutionStatusInput struct + CalculationExecutionId *string + func (s *GetCalculationExecutionStatusInput) SetCalculationExecutionId(v string) *GetCalculationExecutionStatusInput + func (s *GetCalculationExecutionStatusInput) Validate() error + func (s GetCalculationExecutionStatusInput) GoString() string + func (s GetCalculationExecutionStatusInput) String() string + type GetCalculationExecutionStatusOutput struct + Statistics *CalculationStatistics + Status *CalculationStatus + func (s *GetCalculationExecutionStatusOutput) SetStatistics(v *CalculationStatistics) *GetCalculationExecutionStatusOutput + func (s *GetCalculationExecutionStatusOutput) SetStatus(v *CalculationStatus) *GetCalculationExecutionStatusOutput + func (s GetCalculationExecutionStatusOutput) GoString() string + func (s GetCalculationExecutionStatusOutput) String() string + type GetCapacityAssignmentConfigurationInput struct + CapacityReservationName *string + func (s *GetCapacityAssignmentConfigurationInput) SetCapacityReservationName(v string) *GetCapacityAssignmentConfigurationInput + func (s *GetCapacityAssignmentConfigurationInput) Validate() error + func (s GetCapacityAssignmentConfigurationInput) GoString() string + func (s GetCapacityAssignmentConfigurationInput) String() string + type GetCapacityAssignmentConfigurationOutput struct + CapacityAssignmentConfiguration *CapacityAssignmentConfiguration + func (s *GetCapacityAssignmentConfigurationOutput) SetCapacityAssignmentConfiguration(v *CapacityAssignmentConfiguration) *GetCapacityAssignmentConfigurationOutput + func (s GetCapacityAssignmentConfigurationOutput) GoString() string + func (s GetCapacityAssignmentConfigurationOutput) String() string + type GetCapacityReservationInput struct + Name *string + func (s *GetCapacityReservationInput) SetName(v string) *GetCapacityReservationInput + func (s *GetCapacityReservationInput) Validate() error + func (s GetCapacityReservationInput) GoString() string + func (s GetCapacityReservationInput) String() string + type GetCapacityReservationOutput struct + CapacityReservation *CapacityReservation + func (s *GetCapacityReservationOutput) SetCapacityReservation(v *CapacityReservation) *GetCapacityReservationOutput + func (s GetCapacityReservationOutput) GoString() string + func (s GetCapacityReservationOutput) String() string + type GetDataCatalogInput struct + Name *string + func (s *GetDataCatalogInput) SetName(v string) *GetDataCatalogInput + func (s *GetDataCatalogInput) Validate() error + func (s GetDataCatalogInput) GoString() string + func (s GetDataCatalogInput) String() string + type GetDataCatalogOutput struct + DataCatalog *DataCatalog + func (s *GetDataCatalogOutput) SetDataCatalog(v *DataCatalog) *GetDataCatalogOutput + func (s GetDataCatalogOutput) GoString() string + func (s GetDataCatalogOutput) String() string + type GetDatabaseInput struct + CatalogName *string + DatabaseName *string + func (s *GetDatabaseInput) SetCatalogName(v string) *GetDatabaseInput + func (s *GetDatabaseInput) SetDatabaseName(v string) *GetDatabaseInput + func (s *GetDatabaseInput) Validate() error + func (s GetDatabaseInput) GoString() string + func (s GetDatabaseInput) String() string + type GetDatabaseOutput struct + Database *Database + func (s *GetDatabaseOutput) SetDatabase(v *Database) *GetDatabaseOutput + func (s GetDatabaseOutput) GoString() string + func (s GetDatabaseOutput) String() string + type GetNamedQueryInput struct + NamedQueryId *string + func (s *GetNamedQueryInput) SetNamedQueryId(v string) *GetNamedQueryInput + func (s *GetNamedQueryInput) Validate() error + func (s GetNamedQueryInput) GoString() string + func (s GetNamedQueryInput) String() string + type GetNamedQueryOutput struct + NamedQuery *NamedQuery + func (s *GetNamedQueryOutput) SetNamedQuery(v *NamedQuery) *GetNamedQueryOutput + func (s GetNamedQueryOutput) GoString() string + func (s GetNamedQueryOutput) String() string + type GetNotebookMetadataInput struct + NotebookId *string + func (s *GetNotebookMetadataInput) SetNotebookId(v string) *GetNotebookMetadataInput + func (s *GetNotebookMetadataInput) Validate() error + func (s GetNotebookMetadataInput) GoString() string + func (s GetNotebookMetadataInput) String() string + type GetNotebookMetadataOutput struct + NotebookMetadata *NotebookMetadata + func (s *GetNotebookMetadataOutput) SetNotebookMetadata(v *NotebookMetadata) *GetNotebookMetadataOutput + func (s GetNotebookMetadataOutput) GoString() string + func (s GetNotebookMetadataOutput) String() string + type GetPreparedStatementInput struct + StatementName *string + WorkGroup *string + func (s *GetPreparedStatementInput) SetStatementName(v string) *GetPreparedStatementInput + func (s *GetPreparedStatementInput) SetWorkGroup(v string) *GetPreparedStatementInput + func (s *GetPreparedStatementInput) Validate() error + func (s GetPreparedStatementInput) GoString() string + func (s GetPreparedStatementInput) String() string + type GetPreparedStatementOutput struct + PreparedStatement *PreparedStatement + func (s *GetPreparedStatementOutput) SetPreparedStatement(v *PreparedStatement) *GetPreparedStatementOutput + func (s GetPreparedStatementOutput) GoString() string + func (s GetPreparedStatementOutput) String() string + type GetQueryExecutionInput struct + QueryExecutionId *string + func (s *GetQueryExecutionInput) SetQueryExecutionId(v string) *GetQueryExecutionInput + func (s *GetQueryExecutionInput) Validate() error + func (s GetQueryExecutionInput) GoString() string + func (s GetQueryExecutionInput) String() string + type GetQueryExecutionOutput struct + QueryExecution *QueryExecution + func (s *GetQueryExecutionOutput) SetQueryExecution(v *QueryExecution) *GetQueryExecutionOutput + func (s GetQueryExecutionOutput) GoString() string + func (s GetQueryExecutionOutput) String() string + type GetQueryResultsInput struct + MaxResults *int64 + NextToken *string + QueryExecutionId *string + func (s *GetQueryResultsInput) SetMaxResults(v int64) *GetQueryResultsInput + func (s *GetQueryResultsInput) SetNextToken(v string) *GetQueryResultsInput + func (s *GetQueryResultsInput) SetQueryExecutionId(v string) *GetQueryResultsInput + func (s *GetQueryResultsInput) Validate() error + func (s GetQueryResultsInput) GoString() string + func (s GetQueryResultsInput) String() string + type GetQueryResultsOutput struct + NextToken *string + ResultSet *ResultSet + UpdateCount *int64 + func (s *GetQueryResultsOutput) SetNextToken(v string) *GetQueryResultsOutput + func (s *GetQueryResultsOutput) SetResultSet(v *ResultSet) *GetQueryResultsOutput + func (s *GetQueryResultsOutput) SetUpdateCount(v int64) *GetQueryResultsOutput + func (s GetQueryResultsOutput) GoString() string + func (s GetQueryResultsOutput) String() string + type GetQueryRuntimeStatisticsInput struct + QueryExecutionId *string + func (s *GetQueryRuntimeStatisticsInput) SetQueryExecutionId(v string) *GetQueryRuntimeStatisticsInput + func (s *GetQueryRuntimeStatisticsInput) Validate() error + func (s GetQueryRuntimeStatisticsInput) GoString() string + func (s GetQueryRuntimeStatisticsInput) String() string + type GetQueryRuntimeStatisticsOutput struct + QueryRuntimeStatistics *QueryRuntimeStatistics + func (s *GetQueryRuntimeStatisticsOutput) SetQueryRuntimeStatistics(v *QueryRuntimeStatistics) *GetQueryRuntimeStatisticsOutput + func (s GetQueryRuntimeStatisticsOutput) GoString() string + func (s GetQueryRuntimeStatisticsOutput) String() string + type GetSessionInput struct + SessionId *string + func (s *GetSessionInput) SetSessionId(v string) *GetSessionInput + func (s *GetSessionInput) Validate() error + func (s GetSessionInput) GoString() string + func (s GetSessionInput) String() string + type GetSessionOutput struct + Description *string + EngineConfiguration *EngineConfiguration + EngineVersion *string + NotebookVersion *string + SessionConfiguration *SessionConfiguration + SessionId *string + Statistics *SessionStatistics + Status *SessionStatus + WorkGroup *string + func (s *GetSessionOutput) SetDescription(v string) *GetSessionOutput + func (s *GetSessionOutput) SetEngineConfiguration(v *EngineConfiguration) *GetSessionOutput + func (s *GetSessionOutput) SetEngineVersion(v string) *GetSessionOutput + func (s *GetSessionOutput) SetNotebookVersion(v string) *GetSessionOutput + func (s *GetSessionOutput) SetSessionConfiguration(v *SessionConfiguration) *GetSessionOutput + func (s *GetSessionOutput) SetSessionId(v string) *GetSessionOutput + func (s *GetSessionOutput) SetStatistics(v *SessionStatistics) *GetSessionOutput + func (s *GetSessionOutput) SetStatus(v *SessionStatus) *GetSessionOutput + func (s *GetSessionOutput) SetWorkGroup(v string) *GetSessionOutput + func (s GetSessionOutput) GoString() string + func (s GetSessionOutput) String() string + type GetSessionStatusInput struct + SessionId *string + func (s *GetSessionStatusInput) SetSessionId(v string) *GetSessionStatusInput + func (s *GetSessionStatusInput) Validate() error + func (s GetSessionStatusInput) GoString() string + func (s GetSessionStatusInput) String() string + type GetSessionStatusOutput struct + SessionId *string + Status *SessionStatus + func (s *GetSessionStatusOutput) SetSessionId(v string) *GetSessionStatusOutput + func (s *GetSessionStatusOutput) SetStatus(v *SessionStatus) *GetSessionStatusOutput + func (s GetSessionStatusOutput) GoString() string + func (s GetSessionStatusOutput) String() string + type GetTableMetadataInput struct + CatalogName *string + DatabaseName *string + TableName *string + func (s *GetTableMetadataInput) SetCatalogName(v string) *GetTableMetadataInput + func (s *GetTableMetadataInput) SetDatabaseName(v string) *GetTableMetadataInput + func (s *GetTableMetadataInput) SetTableName(v string) *GetTableMetadataInput + func (s *GetTableMetadataInput) Validate() error + func (s GetTableMetadataInput) GoString() string + func (s GetTableMetadataInput) String() string + type GetTableMetadataOutput struct + TableMetadata *TableMetadata + func (s *GetTableMetadataOutput) SetTableMetadata(v *TableMetadata) *GetTableMetadataOutput + func (s GetTableMetadataOutput) GoString() string + func (s GetTableMetadataOutput) String() string + type GetWorkGroupInput struct + WorkGroup *string + func (s *GetWorkGroupInput) SetWorkGroup(v string) *GetWorkGroupInput + func (s *GetWorkGroupInput) Validate() error + func (s GetWorkGroupInput) GoString() string + func (s GetWorkGroupInput) String() string + type GetWorkGroupOutput struct + WorkGroup *WorkGroup + func (s *GetWorkGroupOutput) SetWorkGroup(v *WorkGroup) *GetWorkGroupOutput + func (s GetWorkGroupOutput) GoString() string + func (s GetWorkGroupOutput) String() string + type ImportNotebookInput struct + ClientRequestToken *string + Name *string + Payload *string + Type *string + WorkGroup *string + func (s *ImportNotebookInput) SetClientRequestToken(v string) *ImportNotebookInput + func (s *ImportNotebookInput) SetName(v string) *ImportNotebookInput + func (s *ImportNotebookInput) SetPayload(v string) *ImportNotebookInput + func (s *ImportNotebookInput) SetType(v string) *ImportNotebookInput + func (s *ImportNotebookInput) SetWorkGroup(v string) *ImportNotebookInput + func (s *ImportNotebookInput) Validate() error + func (s ImportNotebookInput) GoString() string + func (s ImportNotebookInput) String() string + type ImportNotebookOutput struct + NotebookId *string + func (s *ImportNotebookOutput) SetNotebookId(v string) *ImportNotebookOutput + func (s ImportNotebookOutput) GoString() string + func (s ImportNotebookOutput) 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 InvalidRequestException struct + AthenaErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidRequestException) Code() string + func (s *InvalidRequestException) Error() string + func (s *InvalidRequestException) Message() string + func (s *InvalidRequestException) OrigErr() error + func (s *InvalidRequestException) RequestID() string + func (s *InvalidRequestException) StatusCode() int + func (s InvalidRequestException) GoString() string + func (s InvalidRequestException) String() string + type ListApplicationDPUSizesInput struct + MaxResults *int64 + NextToken *string + func (s *ListApplicationDPUSizesInput) SetMaxResults(v int64) *ListApplicationDPUSizesInput + func (s *ListApplicationDPUSizesInput) SetNextToken(v string) *ListApplicationDPUSizesInput + func (s *ListApplicationDPUSizesInput) Validate() error + func (s ListApplicationDPUSizesInput) GoString() string + func (s ListApplicationDPUSizesInput) String() string + type ListApplicationDPUSizesOutput struct + ApplicationDPUSizes []*ApplicationDPUSizes + NextToken *string + func (s *ListApplicationDPUSizesOutput) SetApplicationDPUSizes(v []*ApplicationDPUSizes) *ListApplicationDPUSizesOutput + func (s *ListApplicationDPUSizesOutput) SetNextToken(v string) *ListApplicationDPUSizesOutput + func (s ListApplicationDPUSizesOutput) GoString() string + func (s ListApplicationDPUSizesOutput) String() string + type ListCalculationExecutionsInput struct + MaxResults *int64 + NextToken *string + SessionId *string + StateFilter *string + func (s *ListCalculationExecutionsInput) SetMaxResults(v int64) *ListCalculationExecutionsInput + func (s *ListCalculationExecutionsInput) SetNextToken(v string) *ListCalculationExecutionsInput + func (s *ListCalculationExecutionsInput) SetSessionId(v string) *ListCalculationExecutionsInput + func (s *ListCalculationExecutionsInput) SetStateFilter(v string) *ListCalculationExecutionsInput + func (s *ListCalculationExecutionsInput) Validate() error + func (s ListCalculationExecutionsInput) GoString() string + func (s ListCalculationExecutionsInput) String() string + type ListCalculationExecutionsOutput struct + Calculations []*CalculationSummary + NextToken *string + func (s *ListCalculationExecutionsOutput) SetCalculations(v []*CalculationSummary) *ListCalculationExecutionsOutput + func (s *ListCalculationExecutionsOutput) SetNextToken(v string) *ListCalculationExecutionsOutput + func (s ListCalculationExecutionsOutput) GoString() string + func (s ListCalculationExecutionsOutput) String() string + type ListCapacityReservationsInput struct + MaxResults *int64 + NextToken *string + func (s *ListCapacityReservationsInput) SetMaxResults(v int64) *ListCapacityReservationsInput + func (s *ListCapacityReservationsInput) SetNextToken(v string) *ListCapacityReservationsInput + func (s *ListCapacityReservationsInput) Validate() error + func (s ListCapacityReservationsInput) GoString() string + func (s ListCapacityReservationsInput) String() string + type ListCapacityReservationsOutput struct + CapacityReservations []*CapacityReservation + NextToken *string + func (s *ListCapacityReservationsOutput) SetCapacityReservations(v []*CapacityReservation) *ListCapacityReservationsOutput + func (s *ListCapacityReservationsOutput) SetNextToken(v string) *ListCapacityReservationsOutput + func (s ListCapacityReservationsOutput) GoString() string + func (s ListCapacityReservationsOutput) String() string + type ListDataCatalogsInput struct + MaxResults *int64 + NextToken *string + func (s *ListDataCatalogsInput) SetMaxResults(v int64) *ListDataCatalogsInput + func (s *ListDataCatalogsInput) SetNextToken(v string) *ListDataCatalogsInput + func (s *ListDataCatalogsInput) Validate() error + func (s ListDataCatalogsInput) GoString() string + func (s ListDataCatalogsInput) String() string + type ListDataCatalogsOutput struct + DataCatalogsSummary []*DataCatalogSummary + NextToken *string + func (s *ListDataCatalogsOutput) SetDataCatalogsSummary(v []*DataCatalogSummary) *ListDataCatalogsOutput + func (s *ListDataCatalogsOutput) SetNextToken(v string) *ListDataCatalogsOutput + func (s ListDataCatalogsOutput) GoString() string + func (s ListDataCatalogsOutput) String() string + type ListDatabasesInput struct + CatalogName *string + MaxResults *int64 + NextToken *string + func (s *ListDatabasesInput) SetCatalogName(v string) *ListDatabasesInput + func (s *ListDatabasesInput) SetMaxResults(v int64) *ListDatabasesInput + func (s *ListDatabasesInput) SetNextToken(v string) *ListDatabasesInput + func (s *ListDatabasesInput) Validate() error + func (s ListDatabasesInput) GoString() string + func (s ListDatabasesInput) String() string + type ListDatabasesOutput struct + DatabaseList []*Database + NextToken *string + func (s *ListDatabasesOutput) SetDatabaseList(v []*Database) *ListDatabasesOutput + func (s *ListDatabasesOutput) SetNextToken(v string) *ListDatabasesOutput + func (s ListDatabasesOutput) GoString() string + func (s ListDatabasesOutput) String() string + type ListEngineVersionsInput struct + MaxResults *int64 + NextToken *string + func (s *ListEngineVersionsInput) SetMaxResults(v int64) *ListEngineVersionsInput + func (s *ListEngineVersionsInput) SetNextToken(v string) *ListEngineVersionsInput + func (s *ListEngineVersionsInput) Validate() error + func (s ListEngineVersionsInput) GoString() string + func (s ListEngineVersionsInput) String() string + type ListEngineVersionsOutput struct + EngineVersions []*EngineVersion + NextToken *string + func (s *ListEngineVersionsOutput) SetEngineVersions(v []*EngineVersion) *ListEngineVersionsOutput + func (s *ListEngineVersionsOutput) SetNextToken(v string) *ListEngineVersionsOutput + func (s ListEngineVersionsOutput) GoString() string + func (s ListEngineVersionsOutput) String() string + type ListExecutorsInput struct + ExecutorStateFilter *string + MaxResults *int64 + NextToken *string + SessionId *string + func (s *ListExecutorsInput) SetExecutorStateFilter(v string) *ListExecutorsInput + func (s *ListExecutorsInput) SetMaxResults(v int64) *ListExecutorsInput + func (s *ListExecutorsInput) SetNextToken(v string) *ListExecutorsInput + func (s *ListExecutorsInput) SetSessionId(v string) *ListExecutorsInput + func (s *ListExecutorsInput) Validate() error + func (s ListExecutorsInput) GoString() string + func (s ListExecutorsInput) String() string + type ListExecutorsOutput struct + ExecutorsSummary []*ExecutorsSummary + NextToken *string + SessionId *string + func (s *ListExecutorsOutput) SetExecutorsSummary(v []*ExecutorsSummary) *ListExecutorsOutput + func (s *ListExecutorsOutput) SetNextToken(v string) *ListExecutorsOutput + func (s *ListExecutorsOutput) SetSessionId(v string) *ListExecutorsOutput + func (s ListExecutorsOutput) GoString() string + func (s ListExecutorsOutput) String() string + type ListNamedQueriesInput struct + MaxResults *int64 + NextToken *string + WorkGroup *string + func (s *ListNamedQueriesInput) SetMaxResults(v int64) *ListNamedQueriesInput + func (s *ListNamedQueriesInput) SetNextToken(v string) *ListNamedQueriesInput + func (s *ListNamedQueriesInput) SetWorkGroup(v string) *ListNamedQueriesInput + func (s *ListNamedQueriesInput) Validate() error + func (s ListNamedQueriesInput) GoString() string + func (s ListNamedQueriesInput) String() string + type ListNamedQueriesOutput struct + NamedQueryIds []*string + NextToken *string + func (s *ListNamedQueriesOutput) SetNamedQueryIds(v []*string) *ListNamedQueriesOutput + func (s *ListNamedQueriesOutput) SetNextToken(v string) *ListNamedQueriesOutput + func (s ListNamedQueriesOutput) GoString() string + func (s ListNamedQueriesOutput) String() string + type ListNotebookMetadataInput struct + Filters *FilterDefinition + MaxResults *int64 + NextToken *string + WorkGroup *string + func (s *ListNotebookMetadataInput) SetFilters(v *FilterDefinition) *ListNotebookMetadataInput + func (s *ListNotebookMetadataInput) SetMaxResults(v int64) *ListNotebookMetadataInput + func (s *ListNotebookMetadataInput) SetNextToken(v string) *ListNotebookMetadataInput + func (s *ListNotebookMetadataInput) SetWorkGroup(v string) *ListNotebookMetadataInput + func (s *ListNotebookMetadataInput) Validate() error + func (s ListNotebookMetadataInput) GoString() string + func (s ListNotebookMetadataInput) String() string + type ListNotebookMetadataOutput struct + NextToken *string + NotebookMetadataList []*NotebookMetadata + func (s *ListNotebookMetadataOutput) SetNextToken(v string) *ListNotebookMetadataOutput + func (s *ListNotebookMetadataOutput) SetNotebookMetadataList(v []*NotebookMetadata) *ListNotebookMetadataOutput + func (s ListNotebookMetadataOutput) GoString() string + func (s ListNotebookMetadataOutput) String() string + type ListNotebookSessionsInput struct + MaxResults *int64 + NextToken *string + NotebookId *string + func (s *ListNotebookSessionsInput) SetMaxResults(v int64) *ListNotebookSessionsInput + func (s *ListNotebookSessionsInput) SetNextToken(v string) *ListNotebookSessionsInput + func (s *ListNotebookSessionsInput) SetNotebookId(v string) *ListNotebookSessionsInput + func (s *ListNotebookSessionsInput) Validate() error + func (s ListNotebookSessionsInput) GoString() string + func (s ListNotebookSessionsInput) String() string + type ListNotebookSessionsOutput struct + NextToken *string + NotebookSessionsList []*NotebookSessionSummary + func (s *ListNotebookSessionsOutput) SetNextToken(v string) *ListNotebookSessionsOutput + func (s *ListNotebookSessionsOutput) SetNotebookSessionsList(v []*NotebookSessionSummary) *ListNotebookSessionsOutput + func (s ListNotebookSessionsOutput) GoString() string + func (s ListNotebookSessionsOutput) String() string + type ListPreparedStatementsInput struct + MaxResults *int64 + NextToken *string + WorkGroup *string + func (s *ListPreparedStatementsInput) SetMaxResults(v int64) *ListPreparedStatementsInput + func (s *ListPreparedStatementsInput) SetNextToken(v string) *ListPreparedStatementsInput + func (s *ListPreparedStatementsInput) SetWorkGroup(v string) *ListPreparedStatementsInput + func (s *ListPreparedStatementsInput) Validate() error + func (s ListPreparedStatementsInput) GoString() string + func (s ListPreparedStatementsInput) String() string + type ListPreparedStatementsOutput struct + NextToken *string + PreparedStatements []*PreparedStatementSummary + func (s *ListPreparedStatementsOutput) SetNextToken(v string) *ListPreparedStatementsOutput + func (s *ListPreparedStatementsOutput) SetPreparedStatements(v []*PreparedStatementSummary) *ListPreparedStatementsOutput + func (s ListPreparedStatementsOutput) GoString() string + func (s ListPreparedStatementsOutput) String() string + type ListQueryExecutionsInput struct + MaxResults *int64 + NextToken *string + WorkGroup *string + func (s *ListQueryExecutionsInput) SetMaxResults(v int64) *ListQueryExecutionsInput + func (s *ListQueryExecutionsInput) SetNextToken(v string) *ListQueryExecutionsInput + func (s *ListQueryExecutionsInput) SetWorkGroup(v string) *ListQueryExecutionsInput + func (s *ListQueryExecutionsInput) Validate() error + func (s ListQueryExecutionsInput) GoString() string + func (s ListQueryExecutionsInput) String() string + type ListQueryExecutionsOutput struct + NextToken *string + QueryExecutionIds []*string + func (s *ListQueryExecutionsOutput) SetNextToken(v string) *ListQueryExecutionsOutput + func (s *ListQueryExecutionsOutput) SetQueryExecutionIds(v []*string) *ListQueryExecutionsOutput + func (s ListQueryExecutionsOutput) GoString() string + func (s ListQueryExecutionsOutput) String() string + type ListSessionsInput struct + MaxResults *int64 + NextToken *string + StateFilter *string + WorkGroup *string + func (s *ListSessionsInput) SetMaxResults(v int64) *ListSessionsInput + func (s *ListSessionsInput) SetNextToken(v string) *ListSessionsInput + func (s *ListSessionsInput) SetStateFilter(v string) *ListSessionsInput + func (s *ListSessionsInput) SetWorkGroup(v string) *ListSessionsInput + func (s *ListSessionsInput) Validate() error + func (s ListSessionsInput) GoString() string + func (s ListSessionsInput) String() string + type ListSessionsOutput struct + NextToken *string + Sessions []*SessionSummary + func (s *ListSessionsOutput) SetNextToken(v string) *ListSessionsOutput + func (s *ListSessionsOutput) SetSessions(v []*SessionSummary) *ListSessionsOutput + func (s ListSessionsOutput) GoString() string + func (s ListSessionsOutput) String() string + type ListTableMetadataInput struct + CatalogName *string + DatabaseName *string + Expression *string + MaxResults *int64 + NextToken *string + func (s *ListTableMetadataInput) SetCatalogName(v string) *ListTableMetadataInput + func (s *ListTableMetadataInput) SetDatabaseName(v string) *ListTableMetadataInput + func (s *ListTableMetadataInput) SetExpression(v string) *ListTableMetadataInput + func (s *ListTableMetadataInput) SetMaxResults(v int64) *ListTableMetadataInput + func (s *ListTableMetadataInput) SetNextToken(v string) *ListTableMetadataInput + func (s *ListTableMetadataInput) Validate() error + func (s ListTableMetadataInput) GoString() string + func (s ListTableMetadataInput) String() string + type ListTableMetadataOutput struct + NextToken *string + TableMetadataList []*TableMetadata + func (s *ListTableMetadataOutput) SetNextToken(v string) *ListTableMetadataOutput + func (s *ListTableMetadataOutput) SetTableMetadataList(v []*TableMetadata) *ListTableMetadataOutput + func (s ListTableMetadataOutput) GoString() string + func (s ListTableMetadataOutput) 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 ListWorkGroupsInput struct + MaxResults *int64 + NextToken *string + func (s *ListWorkGroupsInput) SetMaxResults(v int64) *ListWorkGroupsInput + func (s *ListWorkGroupsInput) SetNextToken(v string) *ListWorkGroupsInput + func (s *ListWorkGroupsInput) Validate() error + func (s ListWorkGroupsInput) GoString() string + func (s ListWorkGroupsInput) String() string + type ListWorkGroupsOutput struct + NextToken *string + WorkGroups []*WorkGroupSummary + func (s *ListWorkGroupsOutput) SetNextToken(v string) *ListWorkGroupsOutput + func (s *ListWorkGroupsOutput) SetWorkGroups(v []*WorkGroupSummary) *ListWorkGroupsOutput + func (s ListWorkGroupsOutput) GoString() string + func (s ListWorkGroupsOutput) String() string + type MetadataException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *MetadataException) Code() string + func (s *MetadataException) Error() string + func (s *MetadataException) Message() string + func (s *MetadataException) OrigErr() error + func (s *MetadataException) RequestID() string + func (s *MetadataException) StatusCode() int + func (s MetadataException) GoString() string + func (s MetadataException) String() string + type NamedQuery struct + Database *string + Description *string + Name *string + NamedQueryId *string + QueryString *string + WorkGroup *string + func (s *NamedQuery) SetDatabase(v string) *NamedQuery + func (s *NamedQuery) SetDescription(v string) *NamedQuery + func (s *NamedQuery) SetName(v string) *NamedQuery + func (s *NamedQuery) SetNamedQueryId(v string) *NamedQuery + func (s *NamedQuery) SetQueryString(v string) *NamedQuery + func (s *NamedQuery) SetWorkGroup(v string) *NamedQuery + func (s NamedQuery) GoString() string + func (s NamedQuery) String() string + type NotebookMetadata struct + CreationTime *time.Time + LastModifiedTime *time.Time + Name *string + NotebookId *string + Type *string + WorkGroup *string + func (s *NotebookMetadata) SetCreationTime(v time.Time) *NotebookMetadata + func (s *NotebookMetadata) SetLastModifiedTime(v time.Time) *NotebookMetadata + func (s *NotebookMetadata) SetName(v string) *NotebookMetadata + func (s *NotebookMetadata) SetNotebookId(v string) *NotebookMetadata + func (s *NotebookMetadata) SetType(v string) *NotebookMetadata + func (s *NotebookMetadata) SetWorkGroup(v string) *NotebookMetadata + func (s NotebookMetadata) GoString() string + func (s NotebookMetadata) String() string + type NotebookSessionSummary struct + CreationTime *time.Time + SessionId *string + func (s *NotebookSessionSummary) SetCreationTime(v time.Time) *NotebookSessionSummary + func (s *NotebookSessionSummary) SetSessionId(v string) *NotebookSessionSummary + func (s NotebookSessionSummary) GoString() string + func (s NotebookSessionSummary) String() string + type PreparedStatement struct + Description *string + LastModifiedTime *time.Time + QueryStatement *string + StatementName *string + WorkGroupName *string + func (s *PreparedStatement) SetDescription(v string) *PreparedStatement + func (s *PreparedStatement) SetLastModifiedTime(v time.Time) *PreparedStatement + func (s *PreparedStatement) SetQueryStatement(v string) *PreparedStatement + func (s *PreparedStatement) SetStatementName(v string) *PreparedStatement + func (s *PreparedStatement) SetWorkGroupName(v string) *PreparedStatement + func (s PreparedStatement) GoString() string + func (s PreparedStatement) String() string + type PreparedStatementSummary struct + LastModifiedTime *time.Time + StatementName *string + func (s *PreparedStatementSummary) SetLastModifiedTime(v time.Time) *PreparedStatementSummary + func (s *PreparedStatementSummary) SetStatementName(v string) *PreparedStatementSummary + func (s PreparedStatementSummary) GoString() string + func (s PreparedStatementSummary) String() string + type PutCapacityAssignmentConfigurationInput struct + CapacityAssignments []*CapacityAssignment + CapacityReservationName *string + func (s *PutCapacityAssignmentConfigurationInput) SetCapacityAssignments(v []*CapacityAssignment) *PutCapacityAssignmentConfigurationInput + func (s *PutCapacityAssignmentConfigurationInput) SetCapacityReservationName(v string) *PutCapacityAssignmentConfigurationInput + func (s *PutCapacityAssignmentConfigurationInput) Validate() error + func (s PutCapacityAssignmentConfigurationInput) GoString() string + func (s PutCapacityAssignmentConfigurationInput) String() string + type PutCapacityAssignmentConfigurationOutput struct + func (s PutCapacityAssignmentConfigurationOutput) GoString() string + func (s PutCapacityAssignmentConfigurationOutput) String() string + type QueryExecution struct + EngineVersion *EngineVersion + ExecutionParameters []*string + Query *string + QueryExecutionContext *QueryExecutionContext + QueryExecutionId *string + ResultConfiguration *ResultConfiguration + ResultReuseConfiguration *ResultReuseConfiguration + StatementType *string + Statistics *QueryExecutionStatistics + Status *QueryExecutionStatus + SubstatementType *string + WorkGroup *string + func (s *QueryExecution) SetEngineVersion(v *EngineVersion) *QueryExecution + func (s *QueryExecution) SetExecutionParameters(v []*string) *QueryExecution + func (s *QueryExecution) SetQuery(v string) *QueryExecution + func (s *QueryExecution) SetQueryExecutionContext(v *QueryExecutionContext) *QueryExecution + func (s *QueryExecution) SetQueryExecutionId(v string) *QueryExecution + func (s *QueryExecution) SetResultConfiguration(v *ResultConfiguration) *QueryExecution + func (s *QueryExecution) SetResultReuseConfiguration(v *ResultReuseConfiguration) *QueryExecution + func (s *QueryExecution) SetStatementType(v string) *QueryExecution + func (s *QueryExecution) SetStatistics(v *QueryExecutionStatistics) *QueryExecution + func (s *QueryExecution) SetStatus(v *QueryExecutionStatus) *QueryExecution + func (s *QueryExecution) SetSubstatementType(v string) *QueryExecution + func (s *QueryExecution) SetWorkGroup(v string) *QueryExecution + func (s QueryExecution) GoString() string + func (s QueryExecution) String() string + type QueryExecutionContext struct + Catalog *string + Database *string + func (s *QueryExecutionContext) SetCatalog(v string) *QueryExecutionContext + func (s *QueryExecutionContext) SetDatabase(v string) *QueryExecutionContext + func (s *QueryExecutionContext) Validate() error + func (s QueryExecutionContext) GoString() string + func (s QueryExecutionContext) String() string + type QueryExecutionStatistics struct + DataManifestLocation *string + DataScannedInBytes *int64 + EngineExecutionTimeInMillis *int64 + QueryPlanningTimeInMillis *int64 + QueryQueueTimeInMillis *int64 + ResultReuseInformation *ResultReuseInformation + ServiceProcessingTimeInMillis *int64 + TotalExecutionTimeInMillis *int64 + func (s *QueryExecutionStatistics) SetDataManifestLocation(v string) *QueryExecutionStatistics + func (s *QueryExecutionStatistics) SetDataScannedInBytes(v int64) *QueryExecutionStatistics + func (s *QueryExecutionStatistics) SetEngineExecutionTimeInMillis(v int64) *QueryExecutionStatistics + func (s *QueryExecutionStatistics) SetQueryPlanningTimeInMillis(v int64) *QueryExecutionStatistics + func (s *QueryExecutionStatistics) SetQueryQueueTimeInMillis(v int64) *QueryExecutionStatistics + func (s *QueryExecutionStatistics) SetResultReuseInformation(v *ResultReuseInformation) *QueryExecutionStatistics + func (s *QueryExecutionStatistics) SetServiceProcessingTimeInMillis(v int64) *QueryExecutionStatistics + func (s *QueryExecutionStatistics) SetTotalExecutionTimeInMillis(v int64) *QueryExecutionStatistics + func (s QueryExecutionStatistics) GoString() string + func (s QueryExecutionStatistics) String() string + type QueryExecutionStatus struct + AthenaError *AthenaError + CompletionDateTime *time.Time + State *string + StateChangeReason *string + SubmissionDateTime *time.Time + func (s *QueryExecutionStatus) SetAthenaError(v *AthenaError) *QueryExecutionStatus + func (s *QueryExecutionStatus) SetCompletionDateTime(v time.Time) *QueryExecutionStatus + func (s *QueryExecutionStatus) SetState(v string) *QueryExecutionStatus + func (s *QueryExecutionStatus) SetStateChangeReason(v string) *QueryExecutionStatus + func (s *QueryExecutionStatus) SetSubmissionDateTime(v time.Time) *QueryExecutionStatus + func (s QueryExecutionStatus) GoString() string + func (s QueryExecutionStatus) String() string + type QueryRuntimeStatistics struct + OutputStage *QueryStage + Rows *QueryRuntimeStatisticsRows + Timeline *QueryRuntimeStatisticsTimeline + func (s *QueryRuntimeStatistics) SetOutputStage(v *QueryStage) *QueryRuntimeStatistics + func (s *QueryRuntimeStatistics) SetRows(v *QueryRuntimeStatisticsRows) *QueryRuntimeStatistics + func (s *QueryRuntimeStatistics) SetTimeline(v *QueryRuntimeStatisticsTimeline) *QueryRuntimeStatistics + func (s QueryRuntimeStatistics) GoString() string + func (s QueryRuntimeStatistics) String() string + type QueryRuntimeStatisticsRows struct + InputBytes *int64 + InputRows *int64 + OutputBytes *int64 + OutputRows *int64 + func (s *QueryRuntimeStatisticsRows) SetInputBytes(v int64) *QueryRuntimeStatisticsRows + func (s *QueryRuntimeStatisticsRows) SetInputRows(v int64) *QueryRuntimeStatisticsRows + func (s *QueryRuntimeStatisticsRows) SetOutputBytes(v int64) *QueryRuntimeStatisticsRows + func (s *QueryRuntimeStatisticsRows) SetOutputRows(v int64) *QueryRuntimeStatisticsRows + func (s QueryRuntimeStatisticsRows) GoString() string + func (s QueryRuntimeStatisticsRows) String() string + type QueryRuntimeStatisticsTimeline struct + EngineExecutionTimeInMillis *int64 + QueryPlanningTimeInMillis *int64 + QueryQueueTimeInMillis *int64 + ServiceProcessingTimeInMillis *int64 + TotalExecutionTimeInMillis *int64 + func (s *QueryRuntimeStatisticsTimeline) SetEngineExecutionTimeInMillis(v int64) *QueryRuntimeStatisticsTimeline + func (s *QueryRuntimeStatisticsTimeline) SetQueryPlanningTimeInMillis(v int64) *QueryRuntimeStatisticsTimeline + func (s *QueryRuntimeStatisticsTimeline) SetQueryQueueTimeInMillis(v int64) *QueryRuntimeStatisticsTimeline + func (s *QueryRuntimeStatisticsTimeline) SetServiceProcessingTimeInMillis(v int64) *QueryRuntimeStatisticsTimeline + func (s *QueryRuntimeStatisticsTimeline) SetTotalExecutionTimeInMillis(v int64) *QueryRuntimeStatisticsTimeline + func (s QueryRuntimeStatisticsTimeline) GoString() string + func (s QueryRuntimeStatisticsTimeline) String() string + type QueryStage struct + ExecutionTime *int64 + InputBytes *int64 + InputRows *int64 + OutputBytes *int64 + OutputRows *int64 + QueryStagePlan *QueryStagePlanNode + StageId *int64 + State *string + SubStages []*QueryStage + func (s *QueryStage) SetExecutionTime(v int64) *QueryStage + func (s *QueryStage) SetInputBytes(v int64) *QueryStage + func (s *QueryStage) SetInputRows(v int64) *QueryStage + func (s *QueryStage) SetOutputBytes(v int64) *QueryStage + func (s *QueryStage) SetOutputRows(v int64) *QueryStage + func (s *QueryStage) SetQueryStagePlan(v *QueryStagePlanNode) *QueryStage + func (s *QueryStage) SetStageId(v int64) *QueryStage + func (s *QueryStage) SetState(v string) *QueryStage + func (s *QueryStage) SetSubStages(v []*QueryStage) *QueryStage + func (s QueryStage) GoString() string + func (s QueryStage) String() string + type QueryStagePlanNode struct + Children []*QueryStagePlanNode + Identifier *string + Name *string + RemoteSources []*string + func (s *QueryStagePlanNode) SetChildren(v []*QueryStagePlanNode) *QueryStagePlanNode + func (s *QueryStagePlanNode) SetIdentifier(v string) *QueryStagePlanNode + func (s *QueryStagePlanNode) SetName(v string) *QueryStagePlanNode + func (s *QueryStagePlanNode) SetRemoteSources(v []*string) *QueryStagePlanNode + func (s QueryStagePlanNode) GoString() string + func (s QueryStagePlanNode) String() string + type ResourceNotFoundException struct + Message_ *string + ResourceName *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 ResultConfiguration struct + AclConfiguration *AclConfiguration + EncryptionConfiguration *EncryptionConfiguration + ExpectedBucketOwner *string + OutputLocation *string + func (s *ResultConfiguration) SetAclConfiguration(v *AclConfiguration) *ResultConfiguration + func (s *ResultConfiguration) SetEncryptionConfiguration(v *EncryptionConfiguration) *ResultConfiguration + func (s *ResultConfiguration) SetExpectedBucketOwner(v string) *ResultConfiguration + func (s *ResultConfiguration) SetOutputLocation(v string) *ResultConfiguration + func (s *ResultConfiguration) Validate() error + func (s ResultConfiguration) GoString() string + func (s ResultConfiguration) String() string + type ResultConfigurationUpdates struct + AclConfiguration *AclConfiguration + EncryptionConfiguration *EncryptionConfiguration + ExpectedBucketOwner *string + OutputLocation *string + RemoveAclConfiguration *bool + RemoveEncryptionConfiguration *bool + RemoveExpectedBucketOwner *bool + RemoveOutputLocation *bool + func (s *ResultConfigurationUpdates) SetAclConfiguration(v *AclConfiguration) *ResultConfigurationUpdates + func (s *ResultConfigurationUpdates) SetEncryptionConfiguration(v *EncryptionConfiguration) *ResultConfigurationUpdates + func (s *ResultConfigurationUpdates) SetExpectedBucketOwner(v string) *ResultConfigurationUpdates + func (s *ResultConfigurationUpdates) SetOutputLocation(v string) *ResultConfigurationUpdates + func (s *ResultConfigurationUpdates) SetRemoveAclConfiguration(v bool) *ResultConfigurationUpdates + func (s *ResultConfigurationUpdates) SetRemoveEncryptionConfiguration(v bool) *ResultConfigurationUpdates + func (s *ResultConfigurationUpdates) SetRemoveExpectedBucketOwner(v bool) *ResultConfigurationUpdates + func (s *ResultConfigurationUpdates) SetRemoveOutputLocation(v bool) *ResultConfigurationUpdates + func (s *ResultConfigurationUpdates) Validate() error + func (s ResultConfigurationUpdates) GoString() string + func (s ResultConfigurationUpdates) String() string + type ResultReuseByAgeConfiguration struct + Enabled *bool + MaxAgeInMinutes *int64 + func (s *ResultReuseByAgeConfiguration) SetEnabled(v bool) *ResultReuseByAgeConfiguration + func (s *ResultReuseByAgeConfiguration) SetMaxAgeInMinutes(v int64) *ResultReuseByAgeConfiguration + func (s *ResultReuseByAgeConfiguration) Validate() error + func (s ResultReuseByAgeConfiguration) GoString() string + func (s ResultReuseByAgeConfiguration) String() string + type ResultReuseConfiguration struct + ResultReuseByAgeConfiguration *ResultReuseByAgeConfiguration + func (s *ResultReuseConfiguration) SetResultReuseByAgeConfiguration(v *ResultReuseByAgeConfiguration) *ResultReuseConfiguration + func (s *ResultReuseConfiguration) Validate() error + func (s ResultReuseConfiguration) GoString() string + func (s ResultReuseConfiguration) String() string + type ResultReuseInformation struct + ReusedPreviousResult *bool + func (s *ResultReuseInformation) SetReusedPreviousResult(v bool) *ResultReuseInformation + func (s ResultReuseInformation) GoString() string + func (s ResultReuseInformation) String() string + type ResultSet struct + ResultSetMetadata *ResultSetMetadata + Rows []*Row + func (s *ResultSet) SetResultSetMetadata(v *ResultSetMetadata) *ResultSet + func (s *ResultSet) SetRows(v []*Row) *ResultSet + func (s ResultSet) GoString() string + func (s ResultSet) String() string + type ResultSetMetadata struct + ColumnInfo []*ColumnInfo + func (s *ResultSetMetadata) SetColumnInfo(v []*ColumnInfo) *ResultSetMetadata + func (s ResultSetMetadata) GoString() string + func (s ResultSetMetadata) String() string + type Row struct + Data []*Datum + func (s *Row) SetData(v []*Datum) *Row + func (s Row) GoString() string + func (s Row) String() string + type SessionAlreadyExistsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *SessionAlreadyExistsException) Code() string + func (s *SessionAlreadyExistsException) Error() string + func (s *SessionAlreadyExistsException) Message() string + func (s *SessionAlreadyExistsException) OrigErr() error + func (s *SessionAlreadyExistsException) RequestID() string + func (s *SessionAlreadyExistsException) StatusCode() int + func (s SessionAlreadyExistsException) GoString() string + func (s SessionAlreadyExistsException) String() string + type SessionConfiguration struct + EncryptionConfiguration *EncryptionConfiguration + ExecutionRole *string + IdleTimeoutSeconds *int64 + WorkingDirectory *string + func (s *SessionConfiguration) SetEncryptionConfiguration(v *EncryptionConfiguration) *SessionConfiguration + func (s *SessionConfiguration) SetExecutionRole(v string) *SessionConfiguration + func (s *SessionConfiguration) SetIdleTimeoutSeconds(v int64) *SessionConfiguration + func (s *SessionConfiguration) SetWorkingDirectory(v string) *SessionConfiguration + func (s SessionConfiguration) GoString() string + func (s SessionConfiguration) String() string + type SessionStatistics struct + DpuExecutionInMillis *int64 + func (s *SessionStatistics) SetDpuExecutionInMillis(v int64) *SessionStatistics + func (s SessionStatistics) GoString() string + func (s SessionStatistics) String() string + type SessionStatus struct + EndDateTime *time.Time + IdleSinceDateTime *time.Time + LastModifiedDateTime *time.Time + StartDateTime *time.Time + State *string + StateChangeReason *string + func (s *SessionStatus) SetEndDateTime(v time.Time) *SessionStatus + func (s *SessionStatus) SetIdleSinceDateTime(v time.Time) *SessionStatus + func (s *SessionStatus) SetLastModifiedDateTime(v time.Time) *SessionStatus + func (s *SessionStatus) SetStartDateTime(v time.Time) *SessionStatus + func (s *SessionStatus) SetState(v string) *SessionStatus + func (s *SessionStatus) SetStateChangeReason(v string) *SessionStatus + func (s SessionStatus) GoString() string + func (s SessionStatus) String() string + type SessionSummary struct + Description *string + EngineVersion *EngineVersion + NotebookVersion *string + SessionId *string + Status *SessionStatus + func (s *SessionSummary) SetDescription(v string) *SessionSummary + func (s *SessionSummary) SetEngineVersion(v *EngineVersion) *SessionSummary + func (s *SessionSummary) SetNotebookVersion(v string) *SessionSummary + func (s *SessionSummary) SetSessionId(v string) *SessionSummary + func (s *SessionSummary) SetStatus(v *SessionStatus) *SessionSummary + func (s SessionSummary) GoString() string + func (s SessionSummary) String() string + type StartCalculationExecutionInput struct + CalculationConfiguration *CalculationConfiguration + ClientRequestToken *string + CodeBlock *string + Description *string + SessionId *string + func (s *StartCalculationExecutionInput) SetCalculationConfiguration(v *CalculationConfiguration) *StartCalculationExecutionInput + func (s *StartCalculationExecutionInput) SetClientRequestToken(v string) *StartCalculationExecutionInput + func (s *StartCalculationExecutionInput) SetCodeBlock(v string) *StartCalculationExecutionInput + func (s *StartCalculationExecutionInput) SetDescription(v string) *StartCalculationExecutionInput + func (s *StartCalculationExecutionInput) SetSessionId(v string) *StartCalculationExecutionInput + func (s *StartCalculationExecutionInput) Validate() error + func (s StartCalculationExecutionInput) GoString() string + func (s StartCalculationExecutionInput) String() string + type StartCalculationExecutionOutput struct + CalculationExecutionId *string + State *string + func (s *StartCalculationExecutionOutput) SetCalculationExecutionId(v string) *StartCalculationExecutionOutput + func (s *StartCalculationExecutionOutput) SetState(v string) *StartCalculationExecutionOutput + func (s StartCalculationExecutionOutput) GoString() string + func (s StartCalculationExecutionOutput) String() string + type StartQueryExecutionInput struct + ClientRequestToken *string + ExecutionParameters []*string + QueryExecutionContext *QueryExecutionContext + QueryString *string + ResultConfiguration *ResultConfiguration + ResultReuseConfiguration *ResultReuseConfiguration + WorkGroup *string + func (s *StartQueryExecutionInput) SetClientRequestToken(v string) *StartQueryExecutionInput + func (s *StartQueryExecutionInput) SetExecutionParameters(v []*string) *StartQueryExecutionInput + func (s *StartQueryExecutionInput) SetQueryExecutionContext(v *QueryExecutionContext) *StartQueryExecutionInput + func (s *StartQueryExecutionInput) SetQueryString(v string) *StartQueryExecutionInput + func (s *StartQueryExecutionInput) SetResultConfiguration(v *ResultConfiguration) *StartQueryExecutionInput + func (s *StartQueryExecutionInput) SetResultReuseConfiguration(v *ResultReuseConfiguration) *StartQueryExecutionInput + func (s *StartQueryExecutionInput) SetWorkGroup(v string) *StartQueryExecutionInput + func (s *StartQueryExecutionInput) Validate() error + func (s StartQueryExecutionInput) GoString() string + func (s StartQueryExecutionInput) String() string + type StartQueryExecutionOutput struct + QueryExecutionId *string + func (s *StartQueryExecutionOutput) SetQueryExecutionId(v string) *StartQueryExecutionOutput + func (s StartQueryExecutionOutput) GoString() string + func (s StartQueryExecutionOutput) String() string + type StartSessionInput struct + ClientRequestToken *string + Description *string + EngineConfiguration *EngineConfiguration + NotebookVersion *string + SessionIdleTimeoutInMinutes *int64 + WorkGroup *string + func (s *StartSessionInput) SetClientRequestToken(v string) *StartSessionInput + func (s *StartSessionInput) SetDescription(v string) *StartSessionInput + func (s *StartSessionInput) SetEngineConfiguration(v *EngineConfiguration) *StartSessionInput + func (s *StartSessionInput) SetNotebookVersion(v string) *StartSessionInput + func (s *StartSessionInput) SetSessionIdleTimeoutInMinutes(v int64) *StartSessionInput + func (s *StartSessionInput) SetWorkGroup(v string) *StartSessionInput + func (s *StartSessionInput) Validate() error + func (s StartSessionInput) GoString() string + func (s StartSessionInput) String() string + type StartSessionOutput struct + SessionId *string + State *string + func (s *StartSessionOutput) SetSessionId(v string) *StartSessionOutput + func (s *StartSessionOutput) SetState(v string) *StartSessionOutput + func (s StartSessionOutput) GoString() string + func (s StartSessionOutput) String() string + type StopCalculationExecutionInput struct + CalculationExecutionId *string + func (s *StopCalculationExecutionInput) SetCalculationExecutionId(v string) *StopCalculationExecutionInput + func (s *StopCalculationExecutionInput) Validate() error + func (s StopCalculationExecutionInput) GoString() string + func (s StopCalculationExecutionInput) String() string + type StopCalculationExecutionOutput struct + State *string + func (s *StopCalculationExecutionOutput) SetState(v string) *StopCalculationExecutionOutput + func (s StopCalculationExecutionOutput) GoString() string + func (s StopCalculationExecutionOutput) String() string + type StopQueryExecutionInput struct + QueryExecutionId *string + func (s *StopQueryExecutionInput) SetQueryExecutionId(v string) *StopQueryExecutionInput + func (s *StopQueryExecutionInput) Validate() error + func (s StopQueryExecutionInput) GoString() string + func (s StopQueryExecutionInput) String() string + type StopQueryExecutionOutput struct + func (s StopQueryExecutionOutput) GoString() string + func (s StopQueryExecutionOutput) String() string + type TableMetadata struct + Columns []*Column + CreateTime *time.Time + LastAccessTime *time.Time + Name *string + Parameters map[string]*string + PartitionKeys []*Column + TableType *string + func (s *TableMetadata) SetColumns(v []*Column) *TableMetadata + func (s *TableMetadata) SetCreateTime(v time.Time) *TableMetadata + func (s *TableMetadata) SetLastAccessTime(v time.Time) *TableMetadata + func (s *TableMetadata) SetName(v string) *TableMetadata + func (s *TableMetadata) SetParameters(v map[string]*string) *TableMetadata + func (s *TableMetadata) SetPartitionKeys(v []*Column) *TableMetadata + func (s *TableMetadata) SetTableType(v string) *TableMetadata + func (s TableMetadata) GoString() string + func (s TableMetadata) 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 TerminateSessionInput struct + SessionId *string + func (s *TerminateSessionInput) SetSessionId(v string) *TerminateSessionInput + func (s *TerminateSessionInput) Validate() error + func (s TerminateSessionInput) GoString() string + func (s TerminateSessionInput) String() string + type TerminateSessionOutput struct + State *string + func (s *TerminateSessionOutput) SetState(v string) *TerminateSessionOutput + func (s TerminateSessionOutput) GoString() string + func (s TerminateSessionOutput) String() string + type TooManyRequestsException struct + Message_ *string + Reason *string + RespMetadata protocol.ResponseMetadata + func (s *TooManyRequestsException) Code() string + func (s *TooManyRequestsException) Error() string + func (s *TooManyRequestsException) Message() string + func (s *TooManyRequestsException) OrigErr() error + func (s *TooManyRequestsException) RequestID() string + func (s *TooManyRequestsException) StatusCode() int + func (s TooManyRequestsException) GoString() string + func (s TooManyRequestsException) String() string + type UnprocessedNamedQueryId struct + ErrorCode *string + ErrorMessage *string + NamedQueryId *string + func (s *UnprocessedNamedQueryId) SetErrorCode(v string) *UnprocessedNamedQueryId + func (s *UnprocessedNamedQueryId) SetErrorMessage(v string) *UnprocessedNamedQueryId + func (s *UnprocessedNamedQueryId) SetNamedQueryId(v string) *UnprocessedNamedQueryId + func (s UnprocessedNamedQueryId) GoString() string + func (s UnprocessedNamedQueryId) String() string + type UnprocessedPreparedStatementName struct + ErrorCode *string + ErrorMessage *string + StatementName *string + func (s *UnprocessedPreparedStatementName) SetErrorCode(v string) *UnprocessedPreparedStatementName + func (s *UnprocessedPreparedStatementName) SetErrorMessage(v string) *UnprocessedPreparedStatementName + func (s *UnprocessedPreparedStatementName) SetStatementName(v string) *UnprocessedPreparedStatementName + func (s UnprocessedPreparedStatementName) GoString() string + func (s UnprocessedPreparedStatementName) String() string + type UnprocessedQueryExecutionId struct + ErrorCode *string + ErrorMessage *string + QueryExecutionId *string + func (s *UnprocessedQueryExecutionId) SetErrorCode(v string) *UnprocessedQueryExecutionId + func (s *UnprocessedQueryExecutionId) SetErrorMessage(v string) *UnprocessedQueryExecutionId + func (s *UnprocessedQueryExecutionId) SetQueryExecutionId(v string) *UnprocessedQueryExecutionId + func (s UnprocessedQueryExecutionId) GoString() string + func (s UnprocessedQueryExecutionId) String() string + type UntagResourceInput struct + ResourceARN *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceARN(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *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 UpdateCapacityReservationInput struct + Name *string + TargetDpus *int64 + func (s *UpdateCapacityReservationInput) SetName(v string) *UpdateCapacityReservationInput + func (s *UpdateCapacityReservationInput) SetTargetDpus(v int64) *UpdateCapacityReservationInput + func (s *UpdateCapacityReservationInput) Validate() error + func (s UpdateCapacityReservationInput) GoString() string + func (s UpdateCapacityReservationInput) String() string + type UpdateCapacityReservationOutput struct + func (s UpdateCapacityReservationOutput) GoString() string + func (s UpdateCapacityReservationOutput) String() string + type UpdateDataCatalogInput struct + Description *string + Name *string + Parameters map[string]*string + Type *string + func (s *UpdateDataCatalogInput) SetDescription(v string) *UpdateDataCatalogInput + func (s *UpdateDataCatalogInput) SetName(v string) *UpdateDataCatalogInput + func (s *UpdateDataCatalogInput) SetParameters(v map[string]*string) *UpdateDataCatalogInput + func (s *UpdateDataCatalogInput) SetType(v string) *UpdateDataCatalogInput + func (s *UpdateDataCatalogInput) Validate() error + func (s UpdateDataCatalogInput) GoString() string + func (s UpdateDataCatalogInput) String() string + type UpdateDataCatalogOutput struct + func (s UpdateDataCatalogOutput) GoString() string + func (s UpdateDataCatalogOutput) String() string + type UpdateNamedQueryInput struct + Description *string + Name *string + NamedQueryId *string + QueryString *string + func (s *UpdateNamedQueryInput) SetDescription(v string) *UpdateNamedQueryInput + func (s *UpdateNamedQueryInput) SetName(v string) *UpdateNamedQueryInput + func (s *UpdateNamedQueryInput) SetNamedQueryId(v string) *UpdateNamedQueryInput + func (s *UpdateNamedQueryInput) SetQueryString(v string) *UpdateNamedQueryInput + func (s *UpdateNamedQueryInput) Validate() error + func (s UpdateNamedQueryInput) GoString() string + func (s UpdateNamedQueryInput) String() string + type UpdateNamedQueryOutput struct + func (s UpdateNamedQueryOutput) GoString() string + func (s UpdateNamedQueryOutput) String() string + type UpdateNotebookInput struct + ClientRequestToken *string + NotebookId *string + Payload *string + SessionId *string + Type *string + func (s *UpdateNotebookInput) SetClientRequestToken(v string) *UpdateNotebookInput + func (s *UpdateNotebookInput) SetNotebookId(v string) *UpdateNotebookInput + func (s *UpdateNotebookInput) SetPayload(v string) *UpdateNotebookInput + func (s *UpdateNotebookInput) SetSessionId(v string) *UpdateNotebookInput + func (s *UpdateNotebookInput) SetType(v string) *UpdateNotebookInput + func (s *UpdateNotebookInput) Validate() error + func (s UpdateNotebookInput) GoString() string + func (s UpdateNotebookInput) String() string + type UpdateNotebookMetadataInput struct + ClientRequestToken *string + Name *string + NotebookId *string + func (s *UpdateNotebookMetadataInput) SetClientRequestToken(v string) *UpdateNotebookMetadataInput + func (s *UpdateNotebookMetadataInput) SetName(v string) *UpdateNotebookMetadataInput + func (s *UpdateNotebookMetadataInput) SetNotebookId(v string) *UpdateNotebookMetadataInput + func (s *UpdateNotebookMetadataInput) Validate() error + func (s UpdateNotebookMetadataInput) GoString() string + func (s UpdateNotebookMetadataInput) String() string + type UpdateNotebookMetadataOutput struct + func (s UpdateNotebookMetadataOutput) GoString() string + func (s UpdateNotebookMetadataOutput) String() string + type UpdateNotebookOutput struct + func (s UpdateNotebookOutput) GoString() string + func (s UpdateNotebookOutput) String() string + type UpdatePreparedStatementInput struct + Description *string + QueryStatement *string + StatementName *string + WorkGroup *string + func (s *UpdatePreparedStatementInput) SetDescription(v string) *UpdatePreparedStatementInput + func (s *UpdatePreparedStatementInput) SetQueryStatement(v string) *UpdatePreparedStatementInput + func (s *UpdatePreparedStatementInput) SetStatementName(v string) *UpdatePreparedStatementInput + func (s *UpdatePreparedStatementInput) SetWorkGroup(v string) *UpdatePreparedStatementInput + func (s *UpdatePreparedStatementInput) Validate() error + func (s UpdatePreparedStatementInput) GoString() string + func (s UpdatePreparedStatementInput) String() string + type UpdatePreparedStatementOutput struct + func (s UpdatePreparedStatementOutput) GoString() string + func (s UpdatePreparedStatementOutput) String() string + type UpdateWorkGroupInput struct + ConfigurationUpdates *WorkGroupConfigurationUpdates + Description *string + State *string + WorkGroup *string + func (s *UpdateWorkGroupInput) SetConfigurationUpdates(v *WorkGroupConfigurationUpdates) *UpdateWorkGroupInput + func (s *UpdateWorkGroupInput) SetDescription(v string) *UpdateWorkGroupInput + func (s *UpdateWorkGroupInput) SetState(v string) *UpdateWorkGroupInput + func (s *UpdateWorkGroupInput) SetWorkGroup(v string) *UpdateWorkGroupInput + func (s *UpdateWorkGroupInput) Validate() error + func (s UpdateWorkGroupInput) GoString() string + func (s UpdateWorkGroupInput) String() string + type UpdateWorkGroupOutput struct + func (s UpdateWorkGroupOutput) GoString() string + func (s UpdateWorkGroupOutput) String() string + type WorkGroup struct + Configuration *WorkGroupConfiguration + CreationTime *time.Time + Description *string + Name *string + State *string + func (s *WorkGroup) SetConfiguration(v *WorkGroupConfiguration) *WorkGroup + func (s *WorkGroup) SetCreationTime(v time.Time) *WorkGroup + func (s *WorkGroup) SetDescription(v string) *WorkGroup + func (s *WorkGroup) SetName(v string) *WorkGroup + func (s *WorkGroup) SetState(v string) *WorkGroup + func (s WorkGroup) GoString() string + func (s WorkGroup) String() string + type WorkGroupConfiguration struct + AdditionalConfiguration *string + BytesScannedCutoffPerQuery *int64 + CustomerContentEncryptionConfiguration *CustomerContentEncryptionConfiguration + EnableMinimumEncryptionConfiguration *bool + EnforceWorkGroupConfiguration *bool + EngineVersion *EngineVersion + ExecutionRole *string + PublishCloudWatchMetricsEnabled *bool + RequesterPaysEnabled *bool + ResultConfiguration *ResultConfiguration + func (s *WorkGroupConfiguration) SetAdditionalConfiguration(v string) *WorkGroupConfiguration + func (s *WorkGroupConfiguration) SetBytesScannedCutoffPerQuery(v int64) *WorkGroupConfiguration + func (s *WorkGroupConfiguration) SetCustomerContentEncryptionConfiguration(v *CustomerContentEncryptionConfiguration) *WorkGroupConfiguration + func (s *WorkGroupConfiguration) SetEnableMinimumEncryptionConfiguration(v bool) *WorkGroupConfiguration + func (s *WorkGroupConfiguration) SetEnforceWorkGroupConfiguration(v bool) *WorkGroupConfiguration + func (s *WorkGroupConfiguration) SetEngineVersion(v *EngineVersion) *WorkGroupConfiguration + func (s *WorkGroupConfiguration) SetExecutionRole(v string) *WorkGroupConfiguration + func (s *WorkGroupConfiguration) SetPublishCloudWatchMetricsEnabled(v bool) *WorkGroupConfiguration + func (s *WorkGroupConfiguration) SetRequesterPaysEnabled(v bool) *WorkGroupConfiguration + func (s *WorkGroupConfiguration) SetResultConfiguration(v *ResultConfiguration) *WorkGroupConfiguration + func (s *WorkGroupConfiguration) Validate() error + func (s WorkGroupConfiguration) GoString() string + func (s WorkGroupConfiguration) String() string + type WorkGroupConfigurationUpdates struct + AdditionalConfiguration *string + BytesScannedCutoffPerQuery *int64 + CustomerContentEncryptionConfiguration *CustomerContentEncryptionConfiguration + EnableMinimumEncryptionConfiguration *bool + EnforceWorkGroupConfiguration *bool + EngineVersion *EngineVersion + ExecutionRole *string + PublishCloudWatchMetricsEnabled *bool + RemoveBytesScannedCutoffPerQuery *bool + RemoveCustomerContentEncryptionConfiguration *bool + RequesterPaysEnabled *bool + ResultConfigurationUpdates *ResultConfigurationUpdates + func (s *WorkGroupConfigurationUpdates) SetAdditionalConfiguration(v string) *WorkGroupConfigurationUpdates + func (s *WorkGroupConfigurationUpdates) SetBytesScannedCutoffPerQuery(v int64) *WorkGroupConfigurationUpdates + func (s *WorkGroupConfigurationUpdates) SetCustomerContentEncryptionConfiguration(v *CustomerContentEncryptionConfiguration) *WorkGroupConfigurationUpdates + func (s *WorkGroupConfigurationUpdates) SetEnableMinimumEncryptionConfiguration(v bool) *WorkGroupConfigurationUpdates + func (s *WorkGroupConfigurationUpdates) SetEnforceWorkGroupConfiguration(v bool) *WorkGroupConfigurationUpdates + func (s *WorkGroupConfigurationUpdates) SetEngineVersion(v *EngineVersion) *WorkGroupConfigurationUpdates + func (s *WorkGroupConfigurationUpdates) SetExecutionRole(v string) *WorkGroupConfigurationUpdates + func (s *WorkGroupConfigurationUpdates) SetPublishCloudWatchMetricsEnabled(v bool) *WorkGroupConfigurationUpdates + func (s *WorkGroupConfigurationUpdates) SetRemoveBytesScannedCutoffPerQuery(v bool) *WorkGroupConfigurationUpdates + func (s *WorkGroupConfigurationUpdates) SetRemoveCustomerContentEncryptionConfiguration(v bool) *WorkGroupConfigurationUpdates + func (s *WorkGroupConfigurationUpdates) SetRequesterPaysEnabled(v bool) *WorkGroupConfigurationUpdates + func (s *WorkGroupConfigurationUpdates) SetResultConfigurationUpdates(v *ResultConfigurationUpdates) *WorkGroupConfigurationUpdates + func (s *WorkGroupConfigurationUpdates) Validate() error + func (s WorkGroupConfigurationUpdates) GoString() string + func (s WorkGroupConfigurationUpdates) String() string + type WorkGroupSummary struct + CreationTime *time.Time + Description *string + EngineVersion *EngineVersion + Name *string + State *string + func (s *WorkGroupSummary) SetCreationTime(v time.Time) *WorkGroupSummary + func (s *WorkGroupSummary) SetDescription(v string) *WorkGroupSummary + func (s *WorkGroupSummary) SetEngineVersion(v *EngineVersion) *WorkGroupSummary + func (s *WorkGroupSummary) SetName(v string) *WorkGroupSummary + func (s *WorkGroupSummary) SetState(v string) *WorkGroupSummary + func (s WorkGroupSummary) GoString() string + func (s WorkGroupSummary) String() string