Versions in this module Expand all Collapse all v1 v1.1.1 Apr 24, 2020 v1.1.0 Apr 22, 2020 Changes in this version + const QueryCancelled + const QueryFailed + const QueryRunning + const QuerySucceeded + type Column struct + Type *string + Value *string + type Database struct + DatabaseName string + type ExecuteAsyncQueryInput struct + UserID *string + type ExecuteAsyncQueryNotifyInput struct + DelaySeconds int + type ExecuteAsyncQueryNotifyOutput struct + type ExecuteAsyncQueryOutput struct + type ExecuteQueryInput = ExecuteAsyncQueryInput + type ExecuteQueryOutput = GetQueryResultsOutput + type GetDatabasesInput struct + type GetDatabasesOutput struct + Databases []*NameAndDescription + type GetQueryResultsInput struct + PageSize *int64 + type GetQueryResultsLinkInput struct + type GetQueryResultsLinkOutput struct + PresignedLink string + type GetQueryResultsOutput struct + ColumnInfo []*Column + ResultsPage QueryResultsPage + type GetQueryStatusInput = QueryInfo + type GetQueryStatusOutput struct + Stats *QueryResultsStats + type GetTablesDetailInput struct + Names []string + type GetTablesDetailOutput struct + type GetTablesInput struct + IncludePopulatedTablesOnly *bool + type GetTablesOutput struct + type InvokeNotifyLambdaInput struct + type InvokeNotifyLambdaOutput = InvokeNotifyLambdaInput + type LambdaInput struct + ExecuteAsyncQuery *ExecuteAsyncQueryInput + ExecuteAsyncQueryNotify *ExecuteAsyncQueryNotifyInput + ExecuteQuery *ExecuteQueryInput + GetDatabases *GetDatabasesInput + GetQueryResults *GetQueryResultsInput + GetQueryResultsLink *GetQueryResultsLinkInput + GetQueryStatus *GetQueryStatusInput + GetTables *GetTablesInput + GetTablesDetail *GetTablesDetailInput + InvokeNotifyLambda *InvokeNotifyLambdaInput + NotifyAppSync *NotifyAppSyncInput + StopQuery *StopQueryInput + type LambdaInvoke struct + LambdaName string + MethodName string + type NameAndDescription struct + Description *string + Name string + type NotifyAppSyncInput struct + type NotifyAppSyncOutput struct + StatusCode int + type NotifyInput struct + type OptionalName struct + Name *string + type Pagination struct + PaginationToken *string + type QueryInfo struct + QueryID string + type QueryResultsPage struct + NumRows int + Rows []*Row + type QueryResultsStats struct + DataScannedBytes int64 + ExecutionTimeMilliseconds int64 + type QueryStatus struct + SQLError string + Status string + type Row struct + Columns []*Column + type SQLQuery struct + SQL string + type StopQueryInput = QueryInfo + type StopQueryOutput = GetQueryStatusOutput + type TableColumn struct + Type string + type TableDescription struct + type TableDetail struct + Columns []*TableColumn + type TablesDetail struct + Tables []*TableDetail + type UserPassThruData struct + UserData string + type Workflow struct + WorkflowID string