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 EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeAutomationExecutionException + const ErrCodeAutomationExecutionTimeoutException + const ErrCodeInternalServerException + const ErrCodeRequestTimeoutException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeServiceUnavailableException + const ErrCodeThrottlingException + const ErrCodeValidationException + const ErrorCodeAccessDenied + const ErrorCodeFileEmptyError + const ErrorCodeFileNotFoundError + const ErrorCodeFileParsingError + const ErrorCodeFileSizeLimitError + const ErrorCodeInvalidFileTypeError + const ErrorCodeInvalidImportOptionsError + const ErrorCodeInvalidTableColumnIdError + const ErrorCodeInvalidTableIdError + const ErrorCodeInvalidUrlError + const ErrorCodeResourceNotFoundError + const ErrorCodeSystemLimitError + const ErrorCodeTableNotFoundError + const ErrorCodeUnknownError + const FormatAccounting + const FormatAuto + const FormatContact + const FormatCurrency + const FormatDate + const FormatDateTime + const FormatNumber + const FormatPercentage + const FormatRowlink + const FormatRowset + const FormatText + const FormatTime + const ImportDataCharacterEncodingIso88591 + const ImportDataCharacterEncodingUsAscii + const ImportDataCharacterEncodingUtf16 + const ImportDataCharacterEncodingUtf16be + const ImportDataCharacterEncodingUtf16le + const ImportDataCharacterEncodingUtf8 + const ImportSourceDataFormatDelimitedText + const ServiceID + const ServiceName + const TableDataImportJobStatusCompleted + const TableDataImportJobStatusFailed + const TableDataImportJobStatusInProgress + const TableDataImportJobStatusSubmitted + const UpsertActionAppended + const UpsertActionUpdated + func ErrorCode_Values() []string + func Format_Values() []string + func ImportDataCharacterEncoding_Values() []string + func ImportSourceDataFormat_Values() []string + func TableDataImportJobStatus_Values() []string + func UpsertAction_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type AutomationExecutionException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AutomationExecutionException) Code() string + func (s *AutomationExecutionException) Error() string + func (s *AutomationExecutionException) Message() string + func (s *AutomationExecutionException) OrigErr() error + func (s *AutomationExecutionException) RequestID() string + func (s *AutomationExecutionException) StatusCode() int + func (s AutomationExecutionException) GoString() string + func (s AutomationExecutionException) String() string + type AutomationExecutionTimeoutException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AutomationExecutionTimeoutException) Code() string + func (s *AutomationExecutionTimeoutException) Error() string + func (s *AutomationExecutionTimeoutException) Message() string + func (s *AutomationExecutionTimeoutException) OrigErr() error + func (s *AutomationExecutionTimeoutException) RequestID() string + func (s *AutomationExecutionTimeoutException) StatusCode() int + func (s AutomationExecutionTimeoutException) GoString() string + func (s AutomationExecutionTimeoutException) String() string + type BatchCreateTableRowsInput struct + ClientRequestToken *string + RowsToCreate []*CreateRowData + TableId *string + WorkbookId *string + func (s *BatchCreateTableRowsInput) SetClientRequestToken(v string) *BatchCreateTableRowsInput + func (s *BatchCreateTableRowsInput) SetRowsToCreate(v []*CreateRowData) *BatchCreateTableRowsInput + func (s *BatchCreateTableRowsInput) SetTableId(v string) *BatchCreateTableRowsInput + func (s *BatchCreateTableRowsInput) SetWorkbookId(v string) *BatchCreateTableRowsInput + func (s *BatchCreateTableRowsInput) Validate() error + func (s BatchCreateTableRowsInput) GoString() string + func (s BatchCreateTableRowsInput) String() string + type BatchCreateTableRowsOutput struct + CreatedRows map[string]*string + FailedBatchItems []*FailedBatchItem + WorkbookCursor *int64 + func (s *BatchCreateTableRowsOutput) SetCreatedRows(v map[string]*string) *BatchCreateTableRowsOutput + func (s *BatchCreateTableRowsOutput) SetFailedBatchItems(v []*FailedBatchItem) *BatchCreateTableRowsOutput + func (s *BatchCreateTableRowsOutput) SetWorkbookCursor(v int64) *BatchCreateTableRowsOutput + func (s BatchCreateTableRowsOutput) GoString() string + func (s BatchCreateTableRowsOutput) String() string + type BatchDeleteTableRowsInput struct + ClientRequestToken *string + RowIds []*string + TableId *string + WorkbookId *string + func (s *BatchDeleteTableRowsInput) SetClientRequestToken(v string) *BatchDeleteTableRowsInput + func (s *BatchDeleteTableRowsInput) SetRowIds(v []*string) *BatchDeleteTableRowsInput + func (s *BatchDeleteTableRowsInput) SetTableId(v string) *BatchDeleteTableRowsInput + func (s *BatchDeleteTableRowsInput) SetWorkbookId(v string) *BatchDeleteTableRowsInput + func (s *BatchDeleteTableRowsInput) Validate() error + func (s BatchDeleteTableRowsInput) GoString() string + func (s BatchDeleteTableRowsInput) String() string + type BatchDeleteTableRowsOutput struct + FailedBatchItems []*FailedBatchItem + WorkbookCursor *int64 + func (s *BatchDeleteTableRowsOutput) SetFailedBatchItems(v []*FailedBatchItem) *BatchDeleteTableRowsOutput + func (s *BatchDeleteTableRowsOutput) SetWorkbookCursor(v int64) *BatchDeleteTableRowsOutput + func (s BatchDeleteTableRowsOutput) GoString() string + func (s BatchDeleteTableRowsOutput) String() string + type BatchUpdateTableRowsInput struct + ClientRequestToken *string + RowsToUpdate []*UpdateRowData + TableId *string + WorkbookId *string + func (s *BatchUpdateTableRowsInput) SetClientRequestToken(v string) *BatchUpdateTableRowsInput + func (s *BatchUpdateTableRowsInput) SetRowsToUpdate(v []*UpdateRowData) *BatchUpdateTableRowsInput + func (s *BatchUpdateTableRowsInput) SetTableId(v string) *BatchUpdateTableRowsInput + func (s *BatchUpdateTableRowsInput) SetWorkbookId(v string) *BatchUpdateTableRowsInput + func (s *BatchUpdateTableRowsInput) Validate() error + func (s BatchUpdateTableRowsInput) GoString() string + func (s BatchUpdateTableRowsInput) String() string + type BatchUpdateTableRowsOutput struct + FailedBatchItems []*FailedBatchItem + WorkbookCursor *int64 + func (s *BatchUpdateTableRowsOutput) SetFailedBatchItems(v []*FailedBatchItem) *BatchUpdateTableRowsOutput + func (s *BatchUpdateTableRowsOutput) SetWorkbookCursor(v int64) *BatchUpdateTableRowsOutput + func (s BatchUpdateTableRowsOutput) GoString() string + func (s BatchUpdateTableRowsOutput) String() string + type BatchUpsertTableRowsInput struct + ClientRequestToken *string + RowsToUpsert []*UpsertRowData + TableId *string + WorkbookId *string + func (s *BatchUpsertTableRowsInput) SetClientRequestToken(v string) *BatchUpsertTableRowsInput + func (s *BatchUpsertTableRowsInput) SetRowsToUpsert(v []*UpsertRowData) *BatchUpsertTableRowsInput + func (s *BatchUpsertTableRowsInput) SetTableId(v string) *BatchUpsertTableRowsInput + func (s *BatchUpsertTableRowsInput) SetWorkbookId(v string) *BatchUpsertTableRowsInput + func (s *BatchUpsertTableRowsInput) Validate() error + func (s BatchUpsertTableRowsInput) GoString() string + func (s BatchUpsertTableRowsInput) String() string + type BatchUpsertTableRowsOutput struct + FailedBatchItems []*FailedBatchItem + Rows map[string]*UpsertRowsResult + WorkbookCursor *int64 + func (s *BatchUpsertTableRowsOutput) SetFailedBatchItems(v []*FailedBatchItem) *BatchUpsertTableRowsOutput + func (s *BatchUpsertTableRowsOutput) SetRows(v map[string]*UpsertRowsResult) *BatchUpsertTableRowsOutput + func (s *BatchUpsertTableRowsOutput) SetWorkbookCursor(v int64) *BatchUpsertTableRowsOutput + func (s BatchUpsertTableRowsOutput) GoString() string + func (s BatchUpsertTableRowsOutput) String() string + type Cell struct + Format *string + FormattedValue *string + FormattedValues []*string + Formula *string + RawValue *string + func (s *Cell) SetFormat(v string) *Cell + func (s *Cell) SetFormattedValue(v string) *Cell + func (s *Cell) SetFormattedValues(v []*string) *Cell + func (s *Cell) SetFormula(v string) *Cell + func (s *Cell) SetRawValue(v string) *Cell + func (s Cell) GoString() string + func (s Cell) String() string + type CellInput struct + Fact *string + Facts []*string + func (s *CellInput) SetFact(v string) *CellInput + func (s *CellInput) SetFacts(v []*string) *CellInput + func (s CellInput) GoString() string + func (s CellInput) String() string + type ColumnMetadata struct + Format *string + Name *string + func (s *ColumnMetadata) SetFormat(v string) *ColumnMetadata + func (s *ColumnMetadata) SetName(v string) *ColumnMetadata + func (s ColumnMetadata) GoString() string + func (s ColumnMetadata) String() string + type CreateRowData struct + BatchItemId *string + CellsToCreate map[string]*CellInput + func (s *CreateRowData) SetBatchItemId(v string) *CreateRowData + func (s *CreateRowData) SetCellsToCreate(v map[string]*CellInput) *CreateRowData + func (s *CreateRowData) Validate() error + func (s CreateRowData) GoString() string + func (s CreateRowData) String() string + type DataItem struct + FormattedValue *string + OverrideFormat *string + RawValue *string + func (s *DataItem) SetFormattedValue(v string) *DataItem + func (s *DataItem) SetOverrideFormat(v string) *DataItem + func (s *DataItem) SetRawValue(v string) *DataItem + func (s DataItem) GoString() string + func (s DataItem) String() string + type DelimitedTextImportOptions struct + DataCharacterEncoding *string + Delimiter *string + HasHeaderRow *bool + IgnoreEmptyRows *bool + func (s *DelimitedTextImportOptions) SetDataCharacterEncoding(v string) *DelimitedTextImportOptions + func (s *DelimitedTextImportOptions) SetDelimiter(v string) *DelimitedTextImportOptions + func (s *DelimitedTextImportOptions) SetHasHeaderRow(v bool) *DelimitedTextImportOptions + func (s *DelimitedTextImportOptions) SetIgnoreEmptyRows(v bool) *DelimitedTextImportOptions + func (s *DelimitedTextImportOptions) Validate() error + func (s DelimitedTextImportOptions) GoString() string + func (s DelimitedTextImportOptions) String() string + type DescribeTableDataImportJobInput struct + JobId *string + TableId *string + WorkbookId *string + func (s *DescribeTableDataImportJobInput) SetJobId(v string) *DescribeTableDataImportJobInput + func (s *DescribeTableDataImportJobInput) SetTableId(v string) *DescribeTableDataImportJobInput + func (s *DescribeTableDataImportJobInput) SetWorkbookId(v string) *DescribeTableDataImportJobInput + func (s *DescribeTableDataImportJobInput) Validate() error + func (s DescribeTableDataImportJobInput) GoString() string + func (s DescribeTableDataImportJobInput) String() string + type DescribeTableDataImportJobOutput struct + ErrorCode *string + JobMetadata *TableDataImportJobMetadata + JobStatus *string + Message *string + func (s *DescribeTableDataImportJobOutput) SetErrorCode(v string) *DescribeTableDataImportJobOutput + func (s *DescribeTableDataImportJobOutput) SetJobMetadata(v *TableDataImportJobMetadata) *DescribeTableDataImportJobOutput + func (s *DescribeTableDataImportJobOutput) SetJobStatus(v string) *DescribeTableDataImportJobOutput + func (s *DescribeTableDataImportJobOutput) SetMessage(v string) *DescribeTableDataImportJobOutput + func (s DescribeTableDataImportJobOutput) GoString() string + func (s DescribeTableDataImportJobOutput) String() string + type DestinationOptions struct + ColumnMap map[string]*SourceDataColumnProperties + func (s *DestinationOptions) SetColumnMap(v map[string]*SourceDataColumnProperties) *DestinationOptions + func (s *DestinationOptions) Validate() error + func (s DestinationOptions) GoString() string + func (s DestinationOptions) String() string + type FailedBatchItem struct + ErrorMessage *string + Id *string + func (s *FailedBatchItem) SetErrorMessage(v string) *FailedBatchItem + func (s *FailedBatchItem) SetId(v string) *FailedBatchItem + func (s FailedBatchItem) GoString() string + func (s FailedBatchItem) String() string + type Filter struct + ContextRowId *string + Formula *string + func (s *Filter) SetContextRowId(v string) *Filter + func (s *Filter) SetFormula(v string) *Filter + func (s *Filter) Validate() error + func (s Filter) GoString() string + func (s Filter) String() string + type GetScreenDataInput struct + AppId *string + MaxResults *int64 + NextToken *string + ScreenId *string + Variables map[string]*VariableValue + WorkbookId *string + func (s *GetScreenDataInput) SetAppId(v string) *GetScreenDataInput + func (s *GetScreenDataInput) SetMaxResults(v int64) *GetScreenDataInput + func (s *GetScreenDataInput) SetNextToken(v string) *GetScreenDataInput + func (s *GetScreenDataInput) SetScreenId(v string) *GetScreenDataInput + func (s *GetScreenDataInput) SetVariables(v map[string]*VariableValue) *GetScreenDataInput + func (s *GetScreenDataInput) SetWorkbookId(v string) *GetScreenDataInput + func (s *GetScreenDataInput) Validate() error + func (s GetScreenDataInput) GoString() string + func (s GetScreenDataInput) String() string + type GetScreenDataOutput struct + NextToken *string + Results map[string]*ResultSet + WorkbookCursor *int64 + func (s *GetScreenDataOutput) SetNextToken(v string) *GetScreenDataOutput + func (s *GetScreenDataOutput) SetResults(v map[string]*ResultSet) *GetScreenDataOutput + func (s *GetScreenDataOutput) SetWorkbookCursor(v int64) *GetScreenDataOutput + func (s GetScreenDataOutput) GoString() string + func (s GetScreenDataOutput) String() string + type Honeycode struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *Honeycode + func (c *Honeycode) BatchCreateTableRows(input *BatchCreateTableRowsInput) (*BatchCreateTableRowsOutput, error) + func (c *Honeycode) BatchCreateTableRowsRequest(input *BatchCreateTableRowsInput) (req *request.Request, output *BatchCreateTableRowsOutput) + func (c *Honeycode) BatchCreateTableRowsWithContext(ctx aws.Context, input *BatchCreateTableRowsInput, opts ...request.Option) (*BatchCreateTableRowsOutput, error) + func (c *Honeycode) BatchDeleteTableRows(input *BatchDeleteTableRowsInput) (*BatchDeleteTableRowsOutput, error) + func (c *Honeycode) BatchDeleteTableRowsRequest(input *BatchDeleteTableRowsInput) (req *request.Request, output *BatchDeleteTableRowsOutput) + func (c *Honeycode) BatchDeleteTableRowsWithContext(ctx aws.Context, input *BatchDeleteTableRowsInput, opts ...request.Option) (*BatchDeleteTableRowsOutput, error) + func (c *Honeycode) BatchUpdateTableRows(input *BatchUpdateTableRowsInput) (*BatchUpdateTableRowsOutput, error) + func (c *Honeycode) BatchUpdateTableRowsRequest(input *BatchUpdateTableRowsInput) (req *request.Request, output *BatchUpdateTableRowsOutput) + func (c *Honeycode) BatchUpdateTableRowsWithContext(ctx aws.Context, input *BatchUpdateTableRowsInput, opts ...request.Option) (*BatchUpdateTableRowsOutput, error) + func (c *Honeycode) BatchUpsertTableRows(input *BatchUpsertTableRowsInput) (*BatchUpsertTableRowsOutput, error) + func (c *Honeycode) BatchUpsertTableRowsRequest(input *BatchUpsertTableRowsInput) (req *request.Request, output *BatchUpsertTableRowsOutput) + func (c *Honeycode) BatchUpsertTableRowsWithContext(ctx aws.Context, input *BatchUpsertTableRowsInput, opts ...request.Option) (*BatchUpsertTableRowsOutput, error) + func (c *Honeycode) DescribeTableDataImportJob(input *DescribeTableDataImportJobInput) (*DescribeTableDataImportJobOutput, error) + func (c *Honeycode) DescribeTableDataImportJobRequest(input *DescribeTableDataImportJobInput) (req *request.Request, output *DescribeTableDataImportJobOutput) + func (c *Honeycode) DescribeTableDataImportJobWithContext(ctx aws.Context, input *DescribeTableDataImportJobInput, ...) (*DescribeTableDataImportJobOutput, error) + func (c *Honeycode) GetScreenData(input *GetScreenDataInput) (*GetScreenDataOutput, error) + func (c *Honeycode) GetScreenDataRequest(input *GetScreenDataInput) (req *request.Request, output *GetScreenDataOutput) + func (c *Honeycode) GetScreenDataWithContext(ctx aws.Context, input *GetScreenDataInput, opts ...request.Option) (*GetScreenDataOutput, error) + func (c *Honeycode) InvokeScreenAutomation(input *InvokeScreenAutomationInput) (*InvokeScreenAutomationOutput, error) + func (c *Honeycode) InvokeScreenAutomationRequest(input *InvokeScreenAutomationInput) (req *request.Request, output *InvokeScreenAutomationOutput) + func (c *Honeycode) InvokeScreenAutomationWithContext(ctx aws.Context, input *InvokeScreenAutomationInput, opts ...request.Option) (*InvokeScreenAutomationOutput, error) + func (c *Honeycode) ListTableColumns(input *ListTableColumnsInput) (*ListTableColumnsOutput, error) + func (c *Honeycode) ListTableColumnsPages(input *ListTableColumnsInput, fn func(*ListTableColumnsOutput, bool) bool) error + func (c *Honeycode) ListTableColumnsPagesWithContext(ctx aws.Context, input *ListTableColumnsInput, ...) error + func (c *Honeycode) ListTableColumnsRequest(input *ListTableColumnsInput) (req *request.Request, output *ListTableColumnsOutput) + func (c *Honeycode) ListTableColumnsWithContext(ctx aws.Context, input *ListTableColumnsInput, opts ...request.Option) (*ListTableColumnsOutput, error) + func (c *Honeycode) ListTableRows(input *ListTableRowsInput) (*ListTableRowsOutput, error) + func (c *Honeycode) ListTableRowsPages(input *ListTableRowsInput, fn func(*ListTableRowsOutput, bool) bool) error + func (c *Honeycode) ListTableRowsPagesWithContext(ctx aws.Context, input *ListTableRowsInput, ...) error + func (c *Honeycode) ListTableRowsRequest(input *ListTableRowsInput) (req *request.Request, output *ListTableRowsOutput) + func (c *Honeycode) ListTableRowsWithContext(ctx aws.Context, input *ListTableRowsInput, opts ...request.Option) (*ListTableRowsOutput, error) + func (c *Honeycode) ListTables(input *ListTablesInput) (*ListTablesOutput, error) + func (c *Honeycode) ListTablesPages(input *ListTablesInput, fn func(*ListTablesOutput, bool) bool) error + func (c *Honeycode) ListTablesPagesWithContext(ctx aws.Context, input *ListTablesInput, fn func(*ListTablesOutput, bool) bool, ...) error + func (c *Honeycode) ListTablesRequest(input *ListTablesInput) (req *request.Request, output *ListTablesOutput) + func (c *Honeycode) ListTablesWithContext(ctx aws.Context, input *ListTablesInput, opts ...request.Option) (*ListTablesOutput, error) + func (c *Honeycode) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *Honeycode) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *Honeycode) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *Honeycode) QueryTableRows(input *QueryTableRowsInput) (*QueryTableRowsOutput, error) + func (c *Honeycode) QueryTableRowsPages(input *QueryTableRowsInput, fn func(*QueryTableRowsOutput, bool) bool) error + func (c *Honeycode) QueryTableRowsPagesWithContext(ctx aws.Context, input *QueryTableRowsInput, ...) error + func (c *Honeycode) QueryTableRowsRequest(input *QueryTableRowsInput) (req *request.Request, output *QueryTableRowsOutput) + func (c *Honeycode) QueryTableRowsWithContext(ctx aws.Context, input *QueryTableRowsInput, opts ...request.Option) (*QueryTableRowsOutput, error) + func (c *Honeycode) StartTableDataImportJob(input *StartTableDataImportJobInput) (*StartTableDataImportJobOutput, error) + func (c *Honeycode) StartTableDataImportJobRequest(input *StartTableDataImportJobInput) (req *request.Request, output *StartTableDataImportJobOutput) + func (c *Honeycode) StartTableDataImportJobWithContext(ctx aws.Context, input *StartTableDataImportJobInput, opts ...request.Option) (*StartTableDataImportJobOutput, error) + func (c *Honeycode) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *Honeycode) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *Honeycode) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *Honeycode) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *Honeycode) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *Honeycode) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + type ImportDataSource struct + DataSourceConfig *ImportDataSourceConfig + func (s *ImportDataSource) SetDataSourceConfig(v *ImportDataSourceConfig) *ImportDataSource + func (s *ImportDataSource) Validate() error + func (s ImportDataSource) GoString() string + func (s ImportDataSource) String() string + type ImportDataSourceConfig struct + DataSourceUrl *string + func (s *ImportDataSourceConfig) SetDataSourceUrl(v string) *ImportDataSourceConfig + func (s *ImportDataSourceConfig) Validate() error + func (s ImportDataSourceConfig) GoString() string + func (s ImportDataSourceConfig) String() string + type ImportJobSubmitter struct + Email *string + UserArn *string + func (s *ImportJobSubmitter) SetEmail(v string) *ImportJobSubmitter + func (s *ImportJobSubmitter) SetUserArn(v string) *ImportJobSubmitter + func (s ImportJobSubmitter) GoString() string + func (s ImportJobSubmitter) String() string + type ImportOptions struct + DelimitedTextOptions *DelimitedTextImportOptions + DestinationOptions *DestinationOptions + func (s *ImportOptions) SetDelimitedTextOptions(v *DelimitedTextImportOptions) *ImportOptions + func (s *ImportOptions) SetDestinationOptions(v *DestinationOptions) *ImportOptions + func (s *ImportOptions) Validate() error + func (s ImportOptions) GoString() string + func (s ImportOptions) 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 InvokeScreenAutomationInput struct + AppId *string + ClientRequestToken *string + RowId *string + ScreenAutomationId *string + ScreenId *string + Variables map[string]*VariableValue + WorkbookId *string + func (s *InvokeScreenAutomationInput) SetAppId(v string) *InvokeScreenAutomationInput + func (s *InvokeScreenAutomationInput) SetClientRequestToken(v string) *InvokeScreenAutomationInput + func (s *InvokeScreenAutomationInput) SetRowId(v string) *InvokeScreenAutomationInput + func (s *InvokeScreenAutomationInput) SetScreenAutomationId(v string) *InvokeScreenAutomationInput + func (s *InvokeScreenAutomationInput) SetScreenId(v string) *InvokeScreenAutomationInput + func (s *InvokeScreenAutomationInput) SetVariables(v map[string]*VariableValue) *InvokeScreenAutomationInput + func (s *InvokeScreenAutomationInput) SetWorkbookId(v string) *InvokeScreenAutomationInput + func (s *InvokeScreenAutomationInput) Validate() error + func (s InvokeScreenAutomationInput) GoString() string + func (s InvokeScreenAutomationInput) String() string + type InvokeScreenAutomationOutput struct + WorkbookCursor *int64 + func (s *InvokeScreenAutomationOutput) SetWorkbookCursor(v int64) *InvokeScreenAutomationOutput + func (s InvokeScreenAutomationOutput) GoString() string + func (s InvokeScreenAutomationOutput) String() string + type ListTableColumnsInput struct + NextToken *string + TableId *string + WorkbookId *string + func (s *ListTableColumnsInput) SetNextToken(v string) *ListTableColumnsInput + func (s *ListTableColumnsInput) SetTableId(v string) *ListTableColumnsInput + func (s *ListTableColumnsInput) SetWorkbookId(v string) *ListTableColumnsInput + func (s *ListTableColumnsInput) Validate() error + func (s ListTableColumnsInput) GoString() string + func (s ListTableColumnsInput) String() string + type ListTableColumnsOutput struct + NextToken *string + TableColumns []*TableColumn + WorkbookCursor *int64 + func (s *ListTableColumnsOutput) SetNextToken(v string) *ListTableColumnsOutput + func (s *ListTableColumnsOutput) SetTableColumns(v []*TableColumn) *ListTableColumnsOutput + func (s *ListTableColumnsOutput) SetWorkbookCursor(v int64) *ListTableColumnsOutput + func (s ListTableColumnsOutput) GoString() string + func (s ListTableColumnsOutput) String() string + type ListTableRowsInput struct + MaxResults *int64 + NextToken *string + RowIds []*string + TableId *string + WorkbookId *string + func (s *ListTableRowsInput) SetMaxResults(v int64) *ListTableRowsInput + func (s *ListTableRowsInput) SetNextToken(v string) *ListTableRowsInput + func (s *ListTableRowsInput) SetRowIds(v []*string) *ListTableRowsInput + func (s *ListTableRowsInput) SetTableId(v string) *ListTableRowsInput + func (s *ListTableRowsInput) SetWorkbookId(v string) *ListTableRowsInput + func (s *ListTableRowsInput) Validate() error + func (s ListTableRowsInput) GoString() string + func (s ListTableRowsInput) String() string + type ListTableRowsOutput struct + ColumnIds []*string + NextToken *string + RowIdsNotFound []*string + Rows []*TableRow + WorkbookCursor *int64 + func (s *ListTableRowsOutput) SetColumnIds(v []*string) *ListTableRowsOutput + func (s *ListTableRowsOutput) SetNextToken(v string) *ListTableRowsOutput + func (s *ListTableRowsOutput) SetRowIdsNotFound(v []*string) *ListTableRowsOutput + func (s *ListTableRowsOutput) SetRows(v []*TableRow) *ListTableRowsOutput + func (s *ListTableRowsOutput) SetWorkbookCursor(v int64) *ListTableRowsOutput + func (s ListTableRowsOutput) GoString() string + func (s ListTableRowsOutput) String() string + type ListTablesInput struct + MaxResults *int64 + NextToken *string + WorkbookId *string + func (s *ListTablesInput) SetMaxResults(v int64) *ListTablesInput + func (s *ListTablesInput) SetNextToken(v string) *ListTablesInput + func (s *ListTablesInput) SetWorkbookId(v string) *ListTablesInput + func (s *ListTablesInput) Validate() error + func (s ListTablesInput) GoString() string + func (s ListTablesInput) String() string + type ListTablesOutput struct + NextToken *string + Tables []*Table + WorkbookCursor *int64 + func (s *ListTablesOutput) SetNextToken(v string) *ListTablesOutput + func (s *ListTablesOutput) SetTables(v []*Table) *ListTablesOutput + func (s *ListTablesOutput) SetWorkbookCursor(v int64) *ListTablesOutput + func (s ListTablesOutput) GoString() string + func (s ListTablesOutput) String() string + type ListTagsForResourceInput struct + ResourceArn *string + 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 + Tags map[string]*string + func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type QueryTableRowsInput struct + FilterFormula *Filter + MaxResults *int64 + NextToken *string + TableId *string + WorkbookId *string + func (s *QueryTableRowsInput) SetFilterFormula(v *Filter) *QueryTableRowsInput + func (s *QueryTableRowsInput) SetMaxResults(v int64) *QueryTableRowsInput + func (s *QueryTableRowsInput) SetNextToken(v string) *QueryTableRowsInput + func (s *QueryTableRowsInput) SetTableId(v string) *QueryTableRowsInput + func (s *QueryTableRowsInput) SetWorkbookId(v string) *QueryTableRowsInput + func (s *QueryTableRowsInput) Validate() error + func (s QueryTableRowsInput) GoString() string + func (s QueryTableRowsInput) String() string + type QueryTableRowsOutput struct + ColumnIds []*string + NextToken *string + Rows []*TableRow + WorkbookCursor *int64 + func (s *QueryTableRowsOutput) SetColumnIds(v []*string) *QueryTableRowsOutput + func (s *QueryTableRowsOutput) SetNextToken(v string) *QueryTableRowsOutput + func (s *QueryTableRowsOutput) SetRows(v []*TableRow) *QueryTableRowsOutput + func (s *QueryTableRowsOutput) SetWorkbookCursor(v int64) *QueryTableRowsOutput + func (s QueryTableRowsOutput) GoString() string + func (s QueryTableRowsOutput) String() string + type RequestTimeoutException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *RequestTimeoutException) Code() string + func (s *RequestTimeoutException) Error() string + func (s *RequestTimeoutException) Message() string + func (s *RequestTimeoutException) OrigErr() error + func (s *RequestTimeoutException) RequestID() string + func (s *RequestTimeoutException) StatusCode() int + func (s RequestTimeoutException) GoString() string + func (s RequestTimeoutException) String() string + type ResourceNotFoundException struct + Message_ *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 ResultRow struct + DataItems []*DataItem + RowId *string + func (s *ResultRow) SetDataItems(v []*DataItem) *ResultRow + func (s *ResultRow) SetRowId(v string) *ResultRow + func (s ResultRow) GoString() string + func (s ResultRow) String() string + type ResultSet struct + Headers []*ColumnMetadata + Rows []*ResultRow + func (s *ResultSet) SetHeaders(v []*ColumnMetadata) *ResultSet + func (s *ResultSet) SetRows(v []*ResultRow) *ResultSet + func (s ResultSet) GoString() string + func (s ResultSet) String() string + type ServiceQuotaExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceQuotaExceededException) Code() string + func (s *ServiceQuotaExceededException) Error() string + func (s *ServiceQuotaExceededException) Message() string + func (s *ServiceQuotaExceededException) OrigErr() error + func (s *ServiceQuotaExceededException) RequestID() string + func (s *ServiceQuotaExceededException) StatusCode() int + func (s ServiceQuotaExceededException) GoString() string + func (s ServiceQuotaExceededException) String() string + type ServiceUnavailableException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceUnavailableException) Code() string + func (s *ServiceUnavailableException) Error() string + func (s *ServiceUnavailableException) Message() string + func (s *ServiceUnavailableException) OrigErr() error + func (s *ServiceUnavailableException) RequestID() string + func (s *ServiceUnavailableException) StatusCode() int + func (s ServiceUnavailableException) GoString() string + func (s ServiceUnavailableException) String() string + type SourceDataColumnProperties struct + ColumnIndex *int64 + func (s *SourceDataColumnProperties) SetColumnIndex(v int64) *SourceDataColumnProperties + func (s *SourceDataColumnProperties) Validate() error + func (s SourceDataColumnProperties) GoString() string + func (s SourceDataColumnProperties) String() string + type StartTableDataImportJobInput struct + ClientRequestToken *string + DataFormat *string + DataSource *ImportDataSource + DestinationTableId *string + ImportOptions *ImportOptions + WorkbookId *string + func (s *StartTableDataImportJobInput) SetClientRequestToken(v string) *StartTableDataImportJobInput + func (s *StartTableDataImportJobInput) SetDataFormat(v string) *StartTableDataImportJobInput + func (s *StartTableDataImportJobInput) SetDataSource(v *ImportDataSource) *StartTableDataImportJobInput + func (s *StartTableDataImportJobInput) SetDestinationTableId(v string) *StartTableDataImportJobInput + func (s *StartTableDataImportJobInput) SetImportOptions(v *ImportOptions) *StartTableDataImportJobInput + func (s *StartTableDataImportJobInput) SetWorkbookId(v string) *StartTableDataImportJobInput + func (s *StartTableDataImportJobInput) Validate() error + func (s StartTableDataImportJobInput) GoString() string + func (s StartTableDataImportJobInput) String() string + type StartTableDataImportJobOutput struct + JobId *string + JobStatus *string + func (s *StartTableDataImportJobOutput) SetJobId(v string) *StartTableDataImportJobOutput + func (s *StartTableDataImportJobOutput) SetJobStatus(v string) *StartTableDataImportJobOutput + func (s StartTableDataImportJobOutput) GoString() string + func (s StartTableDataImportJobOutput) String() string + type Table struct + TableId *string + TableName *string + func (s *Table) SetTableId(v string) *Table + func (s *Table) SetTableName(v string) *Table + func (s Table) GoString() string + func (s Table) String() string + type TableColumn struct + Format *string + TableColumnId *string + TableColumnName *string + func (s *TableColumn) SetFormat(v string) *TableColumn + func (s *TableColumn) SetTableColumnId(v string) *TableColumn + func (s *TableColumn) SetTableColumnName(v string) *TableColumn + func (s TableColumn) GoString() string + func (s TableColumn) String() string + type TableDataImportJobMetadata struct + DataSource *ImportDataSource + ImportOptions *ImportOptions + SubmitTime *time.Time + Submitter *ImportJobSubmitter + func (s *TableDataImportJobMetadata) SetDataSource(v *ImportDataSource) *TableDataImportJobMetadata + func (s *TableDataImportJobMetadata) SetImportOptions(v *ImportOptions) *TableDataImportJobMetadata + func (s *TableDataImportJobMetadata) SetSubmitTime(v time.Time) *TableDataImportJobMetadata + func (s *TableDataImportJobMetadata) SetSubmitter(v *ImportJobSubmitter) *TableDataImportJobMetadata + func (s TableDataImportJobMetadata) GoString() string + func (s TableDataImportJobMetadata) String() string + type TableRow struct + Cells []*Cell + RowId *string + func (s *TableRow) SetCells(v []*Cell) *TableRow + func (s *TableRow) SetRowId(v string) *TableRow + func (s TableRow) GoString() string + func (s TableRow) String() string + type TagResourceInput struct + ResourceArn *string + Tags map[string]*string + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *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 ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) 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 UpdateRowData struct + CellsToUpdate map[string]*CellInput + RowId *string + func (s *UpdateRowData) SetCellsToUpdate(v map[string]*CellInput) *UpdateRowData + func (s *UpdateRowData) SetRowId(v string) *UpdateRowData + func (s *UpdateRowData) Validate() error + func (s UpdateRowData) GoString() string + func (s UpdateRowData) String() string + type UpsertRowData struct + BatchItemId *string + CellsToUpdate map[string]*CellInput + Filter *Filter + func (s *UpsertRowData) SetBatchItemId(v string) *UpsertRowData + func (s *UpsertRowData) SetCellsToUpdate(v map[string]*CellInput) *UpsertRowData + func (s *UpsertRowData) SetFilter(v *Filter) *UpsertRowData + func (s *UpsertRowData) Validate() error + func (s UpsertRowData) GoString() string + func (s UpsertRowData) String() string + type UpsertRowsResult struct + RowIds []*string + UpsertAction *string + func (s *UpsertRowsResult) SetRowIds(v []*string) *UpsertRowsResult + func (s *UpsertRowsResult) SetUpsertAction(v string) *UpsertRowsResult + func (s UpsertRowsResult) GoString() string + func (s UpsertRowsResult) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string + type VariableValue struct + RawValue *string + func (s *VariableValue) SetRawValue(v string) *VariableValue + func (s *VariableValue) Validate() error + func (s VariableValue) GoString() string + func (s VariableValue) String() string