Documentation ¶
Overview ¶
Package honeycode provides the client and types for making API requests to Amazon Honeycode.
Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without programming. Build Honeycode apps for managing almost anything, like projects, customers, operations, approvals, resources, and even your team.
See https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01 for more information on this service.
See honeycode package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/honeycode/
Using the Client ¶
To contact Amazon Honeycode with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the Amazon Honeycode client Honeycode for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/honeycode/#New
Index ¶
- Constants
- 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
- func (s *AccessDeniedException) Code() string
- func (s *AccessDeniedException) Error() string
- func (s AccessDeniedException) GoString() string
- func (s *AccessDeniedException) Message() string
- func (s *AccessDeniedException) OrigErr() error
- func (s *AccessDeniedException) RequestID() string
- func (s *AccessDeniedException) StatusCode() int
- func (s AccessDeniedException) String() string
- type AutomationExecutionException
- func (s *AutomationExecutionException) Code() string
- func (s *AutomationExecutionException) Error() string
- func (s AutomationExecutionException) GoString() string
- func (s *AutomationExecutionException) Message() string
- func (s *AutomationExecutionException) OrigErr() error
- func (s *AutomationExecutionException) RequestID() string
- func (s *AutomationExecutionException) StatusCode() int
- func (s AutomationExecutionException) String() string
- type AutomationExecutionTimeoutException
- func (s *AutomationExecutionTimeoutException) Code() string
- func (s *AutomationExecutionTimeoutException) Error() string
- func (s AutomationExecutionTimeoutException) GoString() string
- func (s *AutomationExecutionTimeoutException) Message() string
- func (s *AutomationExecutionTimeoutException) OrigErr() error
- func (s *AutomationExecutionTimeoutException) RequestID() string
- func (s *AutomationExecutionTimeoutException) StatusCode() int
- func (s AutomationExecutionTimeoutException) String() string
- type BatchCreateTableRowsInput
- func (s BatchCreateTableRowsInput) GoString() 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) String() string
- func (s *BatchCreateTableRowsInput) Validate() error
- type BatchCreateTableRowsOutput
- func (s BatchCreateTableRowsOutput) GoString() string
- 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) String() string
- type BatchDeleteTableRowsInput
- func (s BatchDeleteTableRowsInput) GoString() 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) String() string
- func (s *BatchDeleteTableRowsInput) Validate() error
- type BatchDeleteTableRowsOutput
- func (s BatchDeleteTableRowsOutput) GoString() string
- func (s *BatchDeleteTableRowsOutput) SetFailedBatchItems(v []*FailedBatchItem) *BatchDeleteTableRowsOutput
- func (s *BatchDeleteTableRowsOutput) SetWorkbookCursor(v int64) *BatchDeleteTableRowsOutput
- func (s BatchDeleteTableRowsOutput) String() string
- type BatchUpdateTableRowsInput
- func (s BatchUpdateTableRowsInput) GoString() 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) String() string
- func (s *BatchUpdateTableRowsInput) Validate() error
- type BatchUpdateTableRowsOutput
- func (s BatchUpdateTableRowsOutput) GoString() string
- func (s *BatchUpdateTableRowsOutput) SetFailedBatchItems(v []*FailedBatchItem) *BatchUpdateTableRowsOutput
- func (s *BatchUpdateTableRowsOutput) SetWorkbookCursor(v int64) *BatchUpdateTableRowsOutput
- func (s BatchUpdateTableRowsOutput) String() string
- type BatchUpsertTableRowsInput
- func (s BatchUpsertTableRowsInput) GoString() 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) String() string
- func (s *BatchUpsertTableRowsInput) Validate() error
- type BatchUpsertTableRowsOutput
- func (s BatchUpsertTableRowsOutput) GoString() string
- 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) String() string
- type Cell
- type CellInput
- type ColumnMetadata
- type CreateRowData
- type DataItem
- type DelimitedTextImportOptions
- func (s DelimitedTextImportOptions) GoString() string
- 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) String() string
- func (s *DelimitedTextImportOptions) Validate() error
- type DescribeTableDataImportJobInput
- func (s DescribeTableDataImportJobInput) GoString() 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) String() string
- func (s *DescribeTableDataImportJobInput) Validate() error
- type DescribeTableDataImportJobOutput
- func (s DescribeTableDataImportJobOutput) GoString() 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) String() string
- type DestinationOptions
- type FailedBatchItem
- type Filter
- type GetScreenDataInput
- func (s GetScreenDataInput) GoString() 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) String() string
- func (s *GetScreenDataInput) Validate() error
- type GetScreenDataOutput
- func (s GetScreenDataOutput) GoString() string
- 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) String() string
- type 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
- type ImportDataSourceConfig
- type ImportJobSubmitter
- type ImportOptions
- type InternalServerException
- func (s *InternalServerException) Code() string
- func (s *InternalServerException) Error() string
- func (s InternalServerException) GoString() string
- func (s *InternalServerException) Message() string
- func (s *InternalServerException) OrigErr() error
- func (s *InternalServerException) RequestID() string
- func (s *InternalServerException) StatusCode() int
- func (s InternalServerException) String() string
- type InvokeScreenAutomationInput
- func (s InvokeScreenAutomationInput) GoString() 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) String() string
- func (s *InvokeScreenAutomationInput) Validate() error
- type InvokeScreenAutomationOutput
- type ListTableColumnsInput
- func (s ListTableColumnsInput) GoString() 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) String() string
- func (s *ListTableColumnsInput) Validate() error
- type ListTableColumnsOutput
- func (s ListTableColumnsOutput) GoString() string
- func (s *ListTableColumnsOutput) SetNextToken(v string) *ListTableColumnsOutput
- func (s *ListTableColumnsOutput) SetTableColumns(v []*TableColumn) *ListTableColumnsOutput
- func (s *ListTableColumnsOutput) SetWorkbookCursor(v int64) *ListTableColumnsOutput
- func (s ListTableColumnsOutput) String() string
- type ListTableRowsInput
- func (s ListTableRowsInput) GoString() 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) String() string
- func (s *ListTableRowsInput) Validate() error
- type ListTableRowsOutput
- func (s ListTableRowsOutput) GoString() string
- 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) String() string
- type ListTablesInput
- func (s ListTablesInput) GoString() 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) String() string
- func (s *ListTablesInput) Validate() error
- type ListTablesOutput
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type QueryTableRowsInput
- func (s QueryTableRowsInput) GoString() 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) String() string
- func (s *QueryTableRowsInput) Validate() error
- type QueryTableRowsOutput
- func (s QueryTableRowsOutput) GoString() string
- 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) String() string
- type RequestTimeoutException
- func (s *RequestTimeoutException) Code() string
- func (s *RequestTimeoutException) Error() string
- func (s RequestTimeoutException) GoString() string
- func (s *RequestTimeoutException) Message() string
- func (s *RequestTimeoutException) OrigErr() error
- func (s *RequestTimeoutException) RequestID() string
- func (s *RequestTimeoutException) StatusCode() int
- func (s RequestTimeoutException) String() string
- type ResourceNotFoundException
- func (s *ResourceNotFoundException) Code() string
- func (s *ResourceNotFoundException) Error() string
- func (s ResourceNotFoundException) GoString() string
- func (s *ResourceNotFoundException) Message() string
- func (s *ResourceNotFoundException) OrigErr() error
- func (s *ResourceNotFoundException) RequestID() string
- func (s *ResourceNotFoundException) StatusCode() int
- func (s ResourceNotFoundException) String() string
- type ResultRow
- type ResultSet
- type ServiceQuotaExceededException
- func (s *ServiceQuotaExceededException) Code() string
- func (s *ServiceQuotaExceededException) Error() string
- func (s ServiceQuotaExceededException) GoString() string
- func (s *ServiceQuotaExceededException) Message() string
- func (s *ServiceQuotaExceededException) OrigErr() error
- func (s *ServiceQuotaExceededException) RequestID() string
- func (s *ServiceQuotaExceededException) StatusCode() int
- func (s ServiceQuotaExceededException) String() string
- type ServiceUnavailableException
- func (s *ServiceUnavailableException) Code() string
- func (s *ServiceUnavailableException) Error() string
- func (s ServiceUnavailableException) GoString() string
- func (s *ServiceUnavailableException) Message() string
- func (s *ServiceUnavailableException) OrigErr() error
- func (s *ServiceUnavailableException) RequestID() string
- func (s *ServiceUnavailableException) StatusCode() int
- func (s ServiceUnavailableException) String() string
- type SourceDataColumnProperties
- type StartTableDataImportJobInput
- func (s StartTableDataImportJobInput) GoString() 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) String() string
- func (s *StartTableDataImportJobInput) Validate() error
- type StartTableDataImportJobOutput
- type Table
- type TableColumn
- type TableDataImportJobMetadata
- func (s TableDataImportJobMetadata) GoString() string
- 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) String() string
- type TableRow
- type TagResourceInput
- type TagResourceOutput
- type ThrottlingException
- func (s *ThrottlingException) Code() string
- func (s *ThrottlingException) Error() string
- func (s ThrottlingException) GoString() string
- func (s *ThrottlingException) Message() string
- func (s *ThrottlingException) OrigErr() error
- func (s *ThrottlingException) RequestID() string
- func (s *ThrottlingException) StatusCode() int
- func (s ThrottlingException) String() string
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateRowData
- type UpsertRowData
- func (s UpsertRowData) GoString() string
- 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) String() string
- func (s *UpsertRowData) Validate() error
- type UpsertRowsResult
- type ValidationException
- func (s *ValidationException) Code() string
- func (s *ValidationException) Error() string
- func (s ValidationException) GoString() string
- func (s *ValidationException) Message() string
- func (s *ValidationException) OrigErr() error
- func (s *ValidationException) RequestID() string
- func (s *ValidationException) StatusCode() int
- func (s ValidationException) String() string
- type VariableValue
Constants ¶
const ( // ErrorCodeAccessDenied is a ErrorCode enum value ErrorCodeAccessDenied = "ACCESS_DENIED" // ErrorCodeInvalidUrlError is a ErrorCode enum value ErrorCodeInvalidUrlError = "INVALID_URL_ERROR" // ErrorCodeInvalidImportOptionsError is a ErrorCode enum value ErrorCodeInvalidImportOptionsError = "INVALID_IMPORT_OPTIONS_ERROR" // ErrorCodeInvalidTableIdError is a ErrorCode enum value ErrorCodeInvalidTableIdError = "INVALID_TABLE_ID_ERROR" // ErrorCodeInvalidTableColumnIdError is a ErrorCode enum value ErrorCodeInvalidTableColumnIdError = "INVALID_TABLE_COLUMN_ID_ERROR" // ErrorCodeTableNotFoundError is a ErrorCode enum value ErrorCodeTableNotFoundError = "TABLE_NOT_FOUND_ERROR" // ErrorCodeFileEmptyError is a ErrorCode enum value ErrorCodeFileEmptyError = "FILE_EMPTY_ERROR" // ErrorCodeInvalidFileTypeError is a ErrorCode enum value ErrorCodeInvalidFileTypeError = "INVALID_FILE_TYPE_ERROR" // ErrorCodeFileParsingError is a ErrorCode enum value ErrorCodeFileParsingError = "FILE_PARSING_ERROR" // ErrorCodeFileSizeLimitError is a ErrorCode enum value ErrorCodeFileSizeLimitError = "FILE_SIZE_LIMIT_ERROR" // ErrorCodeFileNotFoundError is a ErrorCode enum value ErrorCodeFileNotFoundError = "FILE_NOT_FOUND_ERROR" // ErrorCodeUnknownError is a ErrorCode enum value ErrorCodeUnknownError = "UNKNOWN_ERROR" // ErrorCodeResourceNotFoundError is a ErrorCode enum value ErrorCodeResourceNotFoundError = "RESOURCE_NOT_FOUND_ERROR" // ErrorCodeSystemLimitError is a ErrorCode enum value ErrorCodeSystemLimitError = "SYSTEM_LIMIT_ERROR" )
const ( // FormatAuto is a Format enum value FormatAuto = "AUTO" // FormatNumber is a Format enum value FormatNumber = "NUMBER" // FormatCurrency is a Format enum value FormatCurrency = "CURRENCY" // FormatDate is a Format enum value FormatDate = "DATE" // FormatTime is a Format enum value FormatTime = "TIME" // FormatDateTime is a Format enum value FormatDateTime = "DATE_TIME" // FormatPercentage is a Format enum value FormatPercentage = "PERCENTAGE" // FormatText is a Format enum value FormatText = "TEXT" // FormatAccounting is a Format enum value FormatAccounting = "ACCOUNTING" // FormatContact is a Format enum value FormatContact = "CONTACT" // FormatRowlink is a Format enum value FormatRowlink = "ROWLINK" // FormatRowset is a Format enum value FormatRowset = "ROWSET" )
const ( // ImportDataCharacterEncodingUtf8 is a ImportDataCharacterEncoding enum value ImportDataCharacterEncodingUtf8 = "UTF-8" // ImportDataCharacterEncodingUsAscii is a ImportDataCharacterEncoding enum value ImportDataCharacterEncodingUsAscii = "US-ASCII" // ImportDataCharacterEncodingIso88591 is a ImportDataCharacterEncoding enum value ImportDataCharacterEncodingIso88591 = "ISO-8859-1" // ImportDataCharacterEncodingUtf16be is a ImportDataCharacterEncoding enum value ImportDataCharacterEncodingUtf16be = "UTF-16BE" // ImportDataCharacterEncodingUtf16le is a ImportDataCharacterEncoding enum value ImportDataCharacterEncodingUtf16le = "UTF-16LE" // ImportDataCharacterEncodingUtf16 is a ImportDataCharacterEncoding enum value ImportDataCharacterEncodingUtf16 = "UTF-16" )
const ( // TableDataImportJobStatusSubmitted is a TableDataImportJobStatus enum value TableDataImportJobStatusSubmitted = "SUBMITTED" // TableDataImportJobStatusInProgress is a TableDataImportJobStatus enum value TableDataImportJobStatusInProgress = "IN_PROGRESS" // TableDataImportJobStatusCompleted is a TableDataImportJobStatus enum value TableDataImportJobStatusCompleted = "COMPLETED" // TableDataImportJobStatusFailed is a TableDataImportJobStatus enum value TableDataImportJobStatusFailed = "FAILED" )
const ( // UpsertActionUpdated is a UpsertAction enum value UpsertActionUpdated = "UPDATED" // UpsertActionAppended is a UpsertAction enum value UpsertActionAppended = "APPENDED" )
const ( // ErrCodeAccessDeniedException for service response error code // "AccessDeniedException". // // You do not have sufficient access to perform this action. Check that the // workbook is owned by you and your IAM policy allows access to the resource // in the request. ErrCodeAccessDeniedException = "AccessDeniedException" // ErrCodeAutomationExecutionException for service response error code // "AutomationExecutionException". // // The automation execution did not end successfully. ErrCodeAutomationExecutionException = "AutomationExecutionException" // ErrCodeAutomationExecutionTimeoutException for service response error code // "AutomationExecutionTimeoutException". // // The automation execution timed out. ErrCodeAutomationExecutionTimeoutException = "AutomationExecutionTimeoutException" // ErrCodeInternalServerException for service response error code // "InternalServerException". // // There were unexpected errors from the server. ErrCodeInternalServerException = "InternalServerException" // ErrCodeRequestTimeoutException for service response error code // "RequestTimeoutException". // // The request timed out. ErrCodeRequestTimeoutException = "RequestTimeoutException" // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // A Workbook, Table, App, Screen or Screen Automation was not found with the // given ID. ErrCodeResourceNotFoundException = "ResourceNotFoundException" // ErrCodeServiceQuotaExceededException for service response error code // "ServiceQuotaExceededException". // // The request caused service quota to be breached. ErrCodeServiceQuotaExceededException = "ServiceQuotaExceededException" // "ServiceUnavailableException". // // Remote service is unreachable. ErrCodeServiceUnavailableException = "ServiceUnavailableException" // ErrCodeThrottlingException for service response error code // "ThrottlingException". // // Tps(transactions per second) rate reached. ErrCodeThrottlingException = "ThrottlingException" // ErrCodeValidationException for service response error code // "ValidationException". // // Request is invalid. The message in the response contains details on why the // request is invalid. ErrCodeValidationException = "ValidationException" )
const ( ServiceName = "Honeycode" // Name of service. EndpointsID = "honeycode" // ID to lookup a service endpoint with. ServiceID = "Honeycode" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// ImportSourceDataFormatDelimitedText is a ImportSourceDataFormat enum value
ImportSourceDataFormatDelimitedText = "DELIMITED_TEXT"
)
Variables ¶
This section is empty.
Functions ¶
func ErrorCode_Values ¶ added in v1.42.35
func ErrorCode_Values() []string
ErrorCode_Values returns all elements of the ErrorCode enum
func Format_Values ¶ added in v1.34.3
func Format_Values() []string
Format_Values returns all elements of the Format enum
func ImportDataCharacterEncoding_Values ¶ added in v1.35.37
func ImportDataCharacterEncoding_Values() []string
ImportDataCharacterEncoding_Values returns all elements of the ImportDataCharacterEncoding enum
func ImportSourceDataFormat_Values ¶ added in v1.35.37
func ImportSourceDataFormat_Values() []string
ImportSourceDataFormat_Values returns all elements of the ImportSourceDataFormat enum
func TableDataImportJobStatus_Values ¶ added in v1.35.37
func TableDataImportJobStatus_Values() []string
TableDataImportJobStatus_Values returns all elements of the TableDataImportJobStatus enum
func UpsertAction_Values ¶ added in v1.35.37
func UpsertAction_Values() []string
UpsertAction_Values returns all elements of the UpsertAction enum
Types ¶
type AccessDeniedException ¶
type AccessDeniedException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.
func (*AccessDeniedException) Code ¶
func (s *AccessDeniedException) Code() string
Code returns the exception type name.
func (*AccessDeniedException) Error ¶
func (s *AccessDeniedException) Error() string
func (AccessDeniedException) GoString ¶
func (s AccessDeniedException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AccessDeniedException) Message ¶
func (s *AccessDeniedException) Message() string
Message returns the exception's message.
func (*AccessDeniedException) OrigErr ¶
func (s *AccessDeniedException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*AccessDeniedException) RequestID ¶
func (s *AccessDeniedException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*AccessDeniedException) StatusCode ¶
func (s *AccessDeniedException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (AccessDeniedException) String ¶
func (s AccessDeniedException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AutomationExecutionException ¶
type AutomationExecutionException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The automation execution did not end successfully.
func (*AutomationExecutionException) Code ¶
func (s *AutomationExecutionException) Code() string
Code returns the exception type name.
func (*AutomationExecutionException) Error ¶
func (s *AutomationExecutionException) Error() string
func (AutomationExecutionException) GoString ¶
func (s AutomationExecutionException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AutomationExecutionException) Message ¶
func (s *AutomationExecutionException) Message() string
Message returns the exception's message.
func (*AutomationExecutionException) OrigErr ¶
func (s *AutomationExecutionException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*AutomationExecutionException) RequestID ¶
func (s *AutomationExecutionException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*AutomationExecutionException) StatusCode ¶
func (s *AutomationExecutionException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (AutomationExecutionException) String ¶
func (s AutomationExecutionException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AutomationExecutionTimeoutException ¶
type AutomationExecutionTimeoutException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The automation execution timed out.
func (*AutomationExecutionTimeoutException) Code ¶
func (s *AutomationExecutionTimeoutException) Code() string
Code returns the exception type name.
func (*AutomationExecutionTimeoutException) Error ¶
func (s *AutomationExecutionTimeoutException) Error() string
func (AutomationExecutionTimeoutException) GoString ¶
func (s AutomationExecutionTimeoutException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AutomationExecutionTimeoutException) Message ¶
func (s *AutomationExecutionTimeoutException) Message() string
Message returns the exception's message.
func (*AutomationExecutionTimeoutException) OrigErr ¶
func (s *AutomationExecutionTimeoutException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*AutomationExecutionTimeoutException) RequestID ¶
func (s *AutomationExecutionTimeoutException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*AutomationExecutionTimeoutException) StatusCode ¶
func (s *AutomationExecutionTimeoutException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (AutomationExecutionTimeoutException) String ¶
func (s AutomationExecutionTimeoutException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchCreateTableRowsInput ¶ added in v1.35.37
type BatchCreateTableRowsInput struct { // The request token for performing the batch create operation. Request tokens // help to identify duplicate requests. If a call times out or fails due to // a transient error like a failed network connection, you can retry the call // with the same request token. The service ensures that if the first call using // that request token is successfully performed, the second call will not perform // the operation again. // // Note that request tokens are valid only for a few minutes. You cannot use // request tokens to dedupe requests spanning hours or days. ClientRequestToken *string `locationName:"clientRequestToken" min:"32" type:"string"` // The list of rows to create at the end of the table. Each item in this list // needs to have a batch item id to uniquely identify the element in the request // and the cells to create for that row. You need to specify at least one item // in this list. // // Note that if one of the column ids in any of the rows in the request does // not exist in the table, then the request fails and no updates are made to // the table. // // RowsToCreate is a required field RowsToCreate []*CreateRowData `locationName:"rowsToCreate" min:"1" type:"list" required:"true"` // The ID of the table where the new rows are being added. // // If a table with the specified ID could not be found, this API throws ResourceNotFoundException. // // TableId is a required field TableId *string `location:"uri" locationName:"tableId" min:"36" type:"string" required:"true"` // The ID of the workbook where the new rows are being added. // // If a workbook with the specified ID could not be found, this API throws ResourceNotFoundException. // // WorkbookId is a required field WorkbookId *string `location:"uri" locationName:"workbookId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (BatchCreateTableRowsInput) GoString ¶ added in v1.35.37
func (s BatchCreateTableRowsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchCreateTableRowsInput) SetClientRequestToken ¶ added in v1.35.37
func (s *BatchCreateTableRowsInput) SetClientRequestToken(v string) *BatchCreateTableRowsInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*BatchCreateTableRowsInput) SetRowsToCreate ¶ added in v1.35.37
func (s *BatchCreateTableRowsInput) SetRowsToCreate(v []*CreateRowData) *BatchCreateTableRowsInput
SetRowsToCreate sets the RowsToCreate field's value.
func (*BatchCreateTableRowsInput) SetTableId ¶ added in v1.35.37
func (s *BatchCreateTableRowsInput) SetTableId(v string) *BatchCreateTableRowsInput
SetTableId sets the TableId field's value.
func (*BatchCreateTableRowsInput) SetWorkbookId ¶ added in v1.35.37
func (s *BatchCreateTableRowsInput) SetWorkbookId(v string) *BatchCreateTableRowsInput
SetWorkbookId sets the WorkbookId field's value.
func (BatchCreateTableRowsInput) String ¶ added in v1.35.37
func (s BatchCreateTableRowsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchCreateTableRowsInput) Validate ¶ added in v1.35.37
func (s *BatchCreateTableRowsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchCreateTableRowsOutput ¶ added in v1.35.37
type BatchCreateTableRowsOutput struct { // The map of batch item id to the row id that was created for that item. // // CreatedRows is a required field CreatedRows map[string]*string `locationName:"createdRows" type:"map" required:"true"` // The list of batch items in the request that could not be added to the table. // Each element in this list contains one item from the request that could not // be added to the table along with the reason why that item could not be added. FailedBatchItems []*FailedBatchItem `locationName:"failedBatchItems" type:"list"` // The updated workbook cursor after adding the new rows at the end of the table. // // WorkbookCursor is a required field WorkbookCursor *int64 `locationName:"workbookCursor" type:"long" required:"true"` // contains filtered or unexported fields }
func (BatchCreateTableRowsOutput) GoString ¶ added in v1.35.37
func (s BatchCreateTableRowsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchCreateTableRowsOutput) SetCreatedRows ¶ added in v1.35.37
func (s *BatchCreateTableRowsOutput) SetCreatedRows(v map[string]*string) *BatchCreateTableRowsOutput
SetCreatedRows sets the CreatedRows field's value.
func (*BatchCreateTableRowsOutput) SetFailedBatchItems ¶ added in v1.35.37
func (s *BatchCreateTableRowsOutput) SetFailedBatchItems(v []*FailedBatchItem) *BatchCreateTableRowsOutput
SetFailedBatchItems sets the FailedBatchItems field's value.
func (*BatchCreateTableRowsOutput) SetWorkbookCursor ¶ added in v1.35.37
func (s *BatchCreateTableRowsOutput) SetWorkbookCursor(v int64) *BatchCreateTableRowsOutput
SetWorkbookCursor sets the WorkbookCursor field's value.
func (BatchCreateTableRowsOutput) String ¶ added in v1.35.37
func (s BatchCreateTableRowsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchDeleteTableRowsInput ¶ added in v1.35.37
type BatchDeleteTableRowsInput struct { // The request token for performing the delete action. Request tokens help to // identify duplicate requests. If a call times out or fails due to a transient // error like a failed network connection, you can retry the call with the same // request token. The service ensures that if the first call using that request // token is successfully performed, the second call will not perform the action // again. // // Note that request tokens are valid only for a few minutes. You cannot use // request tokens to dedupe requests spanning hours or days. ClientRequestToken *string `locationName:"clientRequestToken" min:"32" type:"string"` // The list of row ids to delete from the table. You need to specify at least // one row id in this list. // // Note that if one of the row ids provided in the request does not exist in // the table, then the request fails and no rows are deleted from the table. // // RowIds is a required field RowIds []*string `locationName:"rowIds" min:"1" type:"list" required:"true"` // The ID of the table where the rows are being deleted. // // If a table with the specified id could not be found, this API throws ResourceNotFoundException. // // TableId is a required field TableId *string `location:"uri" locationName:"tableId" min:"36" type:"string" required:"true"` // The ID of the workbook where the rows are being deleted. // // If a workbook with the specified id could not be found, this API throws ResourceNotFoundException. // // WorkbookId is a required field WorkbookId *string `location:"uri" locationName:"workbookId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (BatchDeleteTableRowsInput) GoString ¶ added in v1.35.37
func (s BatchDeleteTableRowsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDeleteTableRowsInput) SetClientRequestToken ¶ added in v1.35.37
func (s *BatchDeleteTableRowsInput) SetClientRequestToken(v string) *BatchDeleteTableRowsInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*BatchDeleteTableRowsInput) SetRowIds ¶ added in v1.35.37
func (s *BatchDeleteTableRowsInput) SetRowIds(v []*string) *BatchDeleteTableRowsInput
SetRowIds sets the RowIds field's value.
func (*BatchDeleteTableRowsInput) SetTableId ¶ added in v1.35.37
func (s *BatchDeleteTableRowsInput) SetTableId(v string) *BatchDeleteTableRowsInput
SetTableId sets the TableId field's value.
func (*BatchDeleteTableRowsInput) SetWorkbookId ¶ added in v1.35.37
func (s *BatchDeleteTableRowsInput) SetWorkbookId(v string) *BatchDeleteTableRowsInput
SetWorkbookId sets the WorkbookId field's value.
func (BatchDeleteTableRowsInput) String ¶ added in v1.35.37
func (s BatchDeleteTableRowsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDeleteTableRowsInput) Validate ¶ added in v1.35.37
func (s *BatchDeleteTableRowsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchDeleteTableRowsOutput ¶ added in v1.35.37
type BatchDeleteTableRowsOutput struct { // The list of row ids in the request that could not be deleted from the table. // Each element in this list contains one row id from the request that could // not be deleted along with the reason why that item could not be deleted. FailedBatchItems []*FailedBatchItem `locationName:"failedBatchItems" type:"list"` // The updated workbook cursor after deleting the rows from the table. // // WorkbookCursor is a required field WorkbookCursor *int64 `locationName:"workbookCursor" type:"long" required:"true"` // contains filtered or unexported fields }
func (BatchDeleteTableRowsOutput) GoString ¶ added in v1.35.37
func (s BatchDeleteTableRowsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDeleteTableRowsOutput) SetFailedBatchItems ¶ added in v1.35.37
func (s *BatchDeleteTableRowsOutput) SetFailedBatchItems(v []*FailedBatchItem) *BatchDeleteTableRowsOutput
SetFailedBatchItems sets the FailedBatchItems field's value.
func (*BatchDeleteTableRowsOutput) SetWorkbookCursor ¶ added in v1.35.37
func (s *BatchDeleteTableRowsOutput) SetWorkbookCursor(v int64) *BatchDeleteTableRowsOutput
SetWorkbookCursor sets the WorkbookCursor field's value.
func (BatchDeleteTableRowsOutput) String ¶ added in v1.35.37
func (s BatchDeleteTableRowsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchUpdateTableRowsInput ¶ added in v1.35.37
type BatchUpdateTableRowsInput struct { // The request token for performing the update action. Request tokens help to // identify duplicate requests. If a call times out or fails due to a transient // error like a failed network connection, you can retry the call with the same // request token. The service ensures that if the first call using that request // token is successfully performed, the second call will not perform the action // again. // // Note that request tokens are valid only for a few minutes. You cannot use // request tokens to dedupe requests spanning hours or days. ClientRequestToken *string `locationName:"clientRequestToken" min:"32" type:"string"` // The list of rows to update in the table. Each item in this list needs to // contain the row id to update along with the map of column id to cell values // for each column in that row that needs to be updated. You need to specify // at least one row in this list, and for each row, you need to specify at least // one column to update. // // Note that if one of the row or column ids in the request does not exist in // the table, then the request fails and no updates are made to the table. // // RowsToUpdate is a required field RowsToUpdate []*UpdateRowData `locationName:"rowsToUpdate" min:"1" type:"list" required:"true"` // The ID of the table where the rows are being updated. // // If a table with the specified id could not be found, this API throws ResourceNotFoundException. // // TableId is a required field TableId *string `location:"uri" locationName:"tableId" min:"36" type:"string" required:"true"` // The ID of the workbook where the rows are being updated. // // If a workbook with the specified id could not be found, this API throws ResourceNotFoundException. // // WorkbookId is a required field WorkbookId *string `location:"uri" locationName:"workbookId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (BatchUpdateTableRowsInput) GoString ¶ added in v1.35.37
func (s BatchUpdateTableRowsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchUpdateTableRowsInput) SetClientRequestToken ¶ added in v1.35.37
func (s *BatchUpdateTableRowsInput) SetClientRequestToken(v string) *BatchUpdateTableRowsInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*BatchUpdateTableRowsInput) SetRowsToUpdate ¶ added in v1.35.37
func (s *BatchUpdateTableRowsInput) SetRowsToUpdate(v []*UpdateRowData) *BatchUpdateTableRowsInput
SetRowsToUpdate sets the RowsToUpdate field's value.
func (*BatchUpdateTableRowsInput) SetTableId ¶ added in v1.35.37
func (s *BatchUpdateTableRowsInput) SetTableId(v string) *BatchUpdateTableRowsInput
SetTableId sets the TableId field's value.
func (*BatchUpdateTableRowsInput) SetWorkbookId ¶ added in v1.35.37
func (s *BatchUpdateTableRowsInput) SetWorkbookId(v string) *BatchUpdateTableRowsInput
SetWorkbookId sets the WorkbookId field's value.
func (BatchUpdateTableRowsInput) String ¶ added in v1.35.37
func (s BatchUpdateTableRowsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchUpdateTableRowsInput) Validate ¶ added in v1.35.37
func (s *BatchUpdateTableRowsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchUpdateTableRowsOutput ¶ added in v1.35.37
type BatchUpdateTableRowsOutput struct { // The list of batch items in the request that could not be updated in the table. // Each element in this list contains one item from the request that could not // be updated in the table along with the reason why that item could not be // updated. FailedBatchItems []*FailedBatchItem `locationName:"failedBatchItems" type:"list"` // The updated workbook cursor after adding the new rows at the end of the table. // // WorkbookCursor is a required field WorkbookCursor *int64 `locationName:"workbookCursor" type:"long" required:"true"` // contains filtered or unexported fields }
func (BatchUpdateTableRowsOutput) GoString ¶ added in v1.35.37
func (s BatchUpdateTableRowsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchUpdateTableRowsOutput) SetFailedBatchItems ¶ added in v1.35.37
func (s *BatchUpdateTableRowsOutput) SetFailedBatchItems(v []*FailedBatchItem) *BatchUpdateTableRowsOutput
SetFailedBatchItems sets the FailedBatchItems field's value.
func (*BatchUpdateTableRowsOutput) SetWorkbookCursor ¶ added in v1.35.37
func (s *BatchUpdateTableRowsOutput) SetWorkbookCursor(v int64) *BatchUpdateTableRowsOutput
SetWorkbookCursor sets the WorkbookCursor field's value.
func (BatchUpdateTableRowsOutput) String ¶ added in v1.35.37
func (s BatchUpdateTableRowsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchUpsertTableRowsInput ¶ added in v1.35.37
type BatchUpsertTableRowsInput struct { // The request token for performing the update action. Request tokens help to // identify duplicate requests. If a call times out or fails due to a transient // error like a failed network connection, you can retry the call with the same // request token. The service ensures that if the first call using that request // token is successfully performed, the second call will not perform the action // again. // // Note that request tokens are valid only for a few minutes. You cannot use // request tokens to dedupe requests spanning hours or days. ClientRequestToken *string `locationName:"clientRequestToken" min:"32" type:"string"` // The list of rows to upsert in the table. Each item in this list needs to // have a batch item id to uniquely identify the element in the request, a filter // expression to find the rows to update for that element and the cell values // to set for each column in the upserted rows. You need to specify at least // one item in this list. // // Note that if one of the filter formulas in the request fails to evaluate // because of an error or one of the column ids in any of the rows does not // exist in the table, then the request fails and no updates are made to the // table. // // RowsToUpsert is a required field RowsToUpsert []*UpsertRowData `locationName:"rowsToUpsert" type:"list" required:"true"` // The ID of the table where the rows are being upserted. // // If a table with the specified id could not be found, this API throws ResourceNotFoundException. // // TableId is a required field TableId *string `location:"uri" locationName:"tableId" min:"36" type:"string" required:"true"` // The ID of the workbook where the rows are being upserted. // // If a workbook with the specified id could not be found, this API throws ResourceNotFoundException. // // WorkbookId is a required field WorkbookId *string `location:"uri" locationName:"workbookId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (BatchUpsertTableRowsInput) GoString ¶ added in v1.35.37
func (s BatchUpsertTableRowsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchUpsertTableRowsInput) SetClientRequestToken ¶ added in v1.35.37
func (s *BatchUpsertTableRowsInput) SetClientRequestToken(v string) *BatchUpsertTableRowsInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*BatchUpsertTableRowsInput) SetRowsToUpsert ¶ added in v1.35.37
func (s *BatchUpsertTableRowsInput) SetRowsToUpsert(v []*UpsertRowData) *BatchUpsertTableRowsInput
SetRowsToUpsert sets the RowsToUpsert field's value.
func (*BatchUpsertTableRowsInput) SetTableId ¶ added in v1.35.37
func (s *BatchUpsertTableRowsInput) SetTableId(v string) *BatchUpsertTableRowsInput
SetTableId sets the TableId field's value.
func (*BatchUpsertTableRowsInput) SetWorkbookId ¶ added in v1.35.37
func (s *BatchUpsertTableRowsInput) SetWorkbookId(v string) *BatchUpsertTableRowsInput
SetWorkbookId sets the WorkbookId field's value.
func (BatchUpsertTableRowsInput) String ¶ added in v1.35.37
func (s BatchUpsertTableRowsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchUpsertTableRowsInput) Validate ¶ added in v1.35.37
func (s *BatchUpsertTableRowsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchUpsertTableRowsOutput ¶ added in v1.35.37
type BatchUpsertTableRowsOutput struct { // The list of batch items in the request that could not be updated or appended // in the table. Each element in this list contains one item from the request // that could not be updated in the table along with the reason why that item // could not be updated or appended. FailedBatchItems []*FailedBatchItem `locationName:"failedBatchItems" type:"list"` // A map with the batch item id as the key and the result of the upsert operation // as the value. The result of the upsert operation specifies whether existing // rows were updated or a new row was appended, along with the list of row ids // that were affected. // // Rows is a required field Rows map[string]*UpsertRowsResult `locationName:"rows" type:"map" required:"true"` // The updated workbook cursor after updating or appending rows in the table. // // WorkbookCursor is a required field WorkbookCursor *int64 `locationName:"workbookCursor" type:"long" required:"true"` // contains filtered or unexported fields }
func (BatchUpsertTableRowsOutput) GoString ¶ added in v1.35.37
func (s BatchUpsertTableRowsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchUpsertTableRowsOutput) SetFailedBatchItems ¶ added in v1.35.37
func (s *BatchUpsertTableRowsOutput) SetFailedBatchItems(v []*FailedBatchItem) *BatchUpsertTableRowsOutput
SetFailedBatchItems sets the FailedBatchItems field's value.
func (*BatchUpsertTableRowsOutput) SetRows ¶ added in v1.35.37
func (s *BatchUpsertTableRowsOutput) SetRows(v map[string]*UpsertRowsResult) *BatchUpsertTableRowsOutput
SetRows sets the Rows field's value.
func (*BatchUpsertTableRowsOutput) SetWorkbookCursor ¶ added in v1.35.37
func (s *BatchUpsertTableRowsOutput) SetWorkbookCursor(v int64) *BatchUpsertTableRowsOutput
SetWorkbookCursor sets the WorkbookCursor field's value.
func (BatchUpsertTableRowsOutput) String ¶ added in v1.35.37
func (s BatchUpsertTableRowsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Cell ¶ added in v1.35.37
type Cell struct { // The format of the cell. If this field is empty, then the format is either // not specified in the workbook or the format is set to AUTO. Format *string `locationName:"format" type:"string" enum:"Format"` // The formatted value of the cell. This is the value that you see displayed // in the cell in the UI. // // Note that the formatted value of a cell is always represented as a string // irrespective of the data that is stored in the cell. For example, if a cell // contains a date, the formatted value of the cell is the string representation // of the formatted date being shown in the cell in the UI. See details in the // rawValue field below for how cells of different formats will have different // raw and formatted values. FormattedValue *string `locationName:"formattedValue" type:"string"` // A list of formatted values of the cell. This field is only returned when // the cell is ROWSET format (aka multi-select or multi-record picklist). Values // in the list are always represented as strings. The formattedValue field will // be empty if this field is returned. FormattedValues []*string `locationName:"formattedValues" type:"list"` // The formula contained in the cell. This field is empty if a cell does not // have a formula. // // Formula is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by Cell's // String and GoString methods. Formula *string `locationName:"formula" type:"string" sensitive:"true"` // The raw value of the data contained in the cell. The raw value depends on // the format of the data in the cell. However the attribute in the API return // value is always a string containing the raw value. // // Cells with format DATE, DATE_TIME or TIME have the raw value as a floating // point number where the whole number represents the number of days since 1/1/1900 // and the fractional part represents the fraction of the day since midnight. // For example, a cell with date 11/3/2020 has the raw value "44138". A cell // with the time 9:00 AM has the raw value "0.375" and a cell with date/time // value of 11/3/2020 9:00 AM has the raw value "44138.375". Notice that even // though the raw value is a number in all three cases, it is still represented // as a string. // // Cells with format NUMBER, CURRENCY, PERCENTAGE and ACCOUNTING have the raw // value of the data as the number representing the data being displayed. For // example, the number 1.325 with two decimal places in the format will have // it's raw value as "1.325" and formatted value as "1.33". A currency value // for $10 will have the raw value as "10" and formatted value as "$10.00". // A value representing 20% with two decimal places in the format will have // its raw value as "0.2" and the formatted value as "20.00%". An accounting // value of -$25 will have "-25" as the raw value and "$ (25.00)" as the formatted // value. // // Cells with format TEXT will have the raw text as the raw value. For example, // a cell with text "John Smith" will have "John Smith" as both the raw value // and the formatted value. // // Cells with format CONTACT will have the name of the contact as a formatted // value and the email address of the contact as the raw value. For example, // a contact for John Smith will have "John Smith" as the formatted value and // "john.smith@example.com" as the raw value. // // Cells with format ROWLINK (aka picklist) will have the first column of the // linked row as the formatted value and the row id of the linked row as the // raw value. For example, a cell containing a picklist to a table that displays // task status might have "Completed" as the formatted value and "row:dfcefaee-5b37-4355-8f28-40c3e4ff5dd4/ca432b2f-b8eb-431d-9fb5-cbe0342f9f03" // as the raw value. // // Cells with format ROWSET (aka multi-select or multi-record picklist) will // by default have the first column of each of the linked rows as the formatted // value in the list, and the rowset id of the linked rows as the raw value. // For example, a cell containing a multi-select picklist to a table that contains // items might have "Item A", "Item B" in the formatted value list and "rows:b742c1f4-6cb0-4650-a845-35eb86fcc2bb/ // [fdea123b-8f68-474a-aa8a-5ff87aa333af,6daf41f0-a138-4eee-89da-123086d36ecf]" // as the raw value. // // Cells with format ATTACHMENT will have the name of the attachment as the // formatted value and the attachment id as the raw value. For example, a cell // containing an attachment named "image.jpeg" will have "image.jpeg" as the // formatted value and "attachment:ca432b2f-b8eb-431d-9fb5-cbe0342f9f03" as // the raw value. // // Cells with format AUTO or cells without any format that are auto-detected // as one of the formats above will contain the raw and formatted values as // mentioned above, based on the auto-detected formats. If there is no auto-detected // format, the raw and formatted values will be the same as the data in the // cell. RawValue *string `locationName:"rawValue" type:"string"` // contains filtered or unexported fields }
An object that represents a single cell in a table.
func (Cell) GoString ¶ added in v1.35.37
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Cell) SetFormattedValue ¶ added in v1.35.37
SetFormattedValue sets the FormattedValue field's value.
func (*Cell) SetFormattedValues ¶ added in v1.42.35
SetFormattedValues sets the FormattedValues field's value.
func (*Cell) SetFormula ¶ added in v1.35.37
SetFormula sets the Formula field's value.
func (*Cell) SetRawValue ¶ added in v1.35.37
SetRawValue sets the RawValue field's value.
type CellInput ¶ added in v1.35.37
type CellInput struct { // Fact represents the data that is entered into a cell. This data can be free // text or a formula. Formulas need to start with the equals (=) sign. // // Fact is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CellInput's // String and GoString methods. Fact *string `locationName:"fact" type:"string" sensitive:"true"` // A list representing the values that are entered into a ROWSET cell. Facts // list can have either only values or rowIDs, and rowIDs should from the same // table. Facts []*string `locationName:"facts" type:"list"` // contains filtered or unexported fields }
CellInput object contains the data needed to create or update cells in a table.
CellInput object has only a facts field or a fact field, but not both. A 400 bad request will be thrown if both fact and facts field are present.
func (CellInput) GoString ¶ added in v1.35.37
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ColumnMetadata ¶
type ColumnMetadata struct { // The format of the column. // // Format is a required field Format *string `locationName:"format" type:"string" required:"true" enum:"Format"` // The name of the column. // // Name is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ColumnMetadata's // String and GoString methods. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true" sensitive:"true"` // contains filtered or unexported fields }
Metadata for column in the table.
func (ColumnMetadata) GoString ¶
func (s ColumnMetadata) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ColumnMetadata) SetFormat ¶
func (s *ColumnMetadata) SetFormat(v string) *ColumnMetadata
SetFormat sets the Format field's value.
func (*ColumnMetadata) SetName ¶
func (s *ColumnMetadata) SetName(v string) *ColumnMetadata
SetName sets the Name field's value.
func (ColumnMetadata) String ¶
func (s ColumnMetadata) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateRowData ¶ added in v1.35.37
type CreateRowData struct { // An external identifier that represents the single row that is being created // as part of the BatchCreateTableRows request. This can be any string that // you can use to identify the row in the request. The BatchCreateTableRows // API puts the batch item id in the results to allow you to link data in the // request to data in the results. // // BatchItemId is a required field BatchItemId *string `locationName:"batchItemId" min:"1" type:"string" required:"true"` // A map representing the cells to create in the new row. The key is the column // id of the cell and the value is the CellInput object that represents the // data to set in that cell. // // CellsToCreate is a required field CellsToCreate map[string]*CellInput `locationName:"cellsToCreate" min:"1" type:"map" required:"true"` // contains filtered or unexported fields }
Data needed to create a single row in a table as part of the BatchCreateTableRows request.
func (CreateRowData) GoString ¶ added in v1.35.37
func (s CreateRowData) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateRowData) SetBatchItemId ¶ added in v1.35.37
func (s *CreateRowData) SetBatchItemId(v string) *CreateRowData
SetBatchItemId sets the BatchItemId field's value.
func (*CreateRowData) SetCellsToCreate ¶ added in v1.35.37
func (s *CreateRowData) SetCellsToCreate(v map[string]*CellInput) *CreateRowData
SetCellsToCreate sets the CellsToCreate field's value.
func (CreateRowData) String ¶ added in v1.35.37
func (s CreateRowData) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateRowData) Validate ¶ added in v1.35.37
func (s *CreateRowData) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DataItem ¶
type DataItem struct { // The formatted value of the data. e.g. John Smith. FormattedValue *string `locationName:"formattedValue" type:"string"` // The overrideFormat is optional and is specified only if a particular row // of data has a different format for the data than the default format defined // on the screen or the table. OverrideFormat *string `locationName:"overrideFormat" type:"string" enum:"Format"` // The raw value of the data. e.g. jsmith@example.com RawValue *string `locationName:"rawValue" type:"string"` // contains filtered or unexported fields }
The data in a particular data cell defined on the screen.
func (DataItem) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataItem) SetFormattedValue ¶
SetFormattedValue sets the FormattedValue field's value.
func (*DataItem) SetOverrideFormat ¶
SetOverrideFormat sets the OverrideFormat field's value.
func (*DataItem) SetRawValue ¶
SetRawValue sets the RawValue field's value.
type DelimitedTextImportOptions ¶ added in v1.35.37
type DelimitedTextImportOptions struct { // The encoding of the data in the input file. DataCharacterEncoding *string `locationName:"dataCharacterEncoding" type:"string" enum:"ImportDataCharacterEncoding"` // The delimiter to use for separating columns in a single row of the input. // // Delimiter is a required field Delimiter *string `locationName:"delimiter" min:"1" type:"string" required:"true"` // Indicates whether the input file has a header row at the top containing the // column names. HasHeaderRow *bool `locationName:"hasHeaderRow" type:"boolean"` // A parameter to indicate whether empty rows should be ignored or be included // in the import. IgnoreEmptyRows *bool `locationName:"ignoreEmptyRows" type:"boolean"` // contains filtered or unexported fields }
An object that contains the options relating to parsing delimited text as part of an import request.
func (DelimitedTextImportOptions) GoString ¶ added in v1.35.37
func (s DelimitedTextImportOptions) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DelimitedTextImportOptions) SetDataCharacterEncoding ¶ added in v1.35.37
func (s *DelimitedTextImportOptions) SetDataCharacterEncoding(v string) *DelimitedTextImportOptions
SetDataCharacterEncoding sets the DataCharacterEncoding field's value.
func (*DelimitedTextImportOptions) SetDelimiter ¶ added in v1.35.37
func (s *DelimitedTextImportOptions) SetDelimiter(v string) *DelimitedTextImportOptions
SetDelimiter sets the Delimiter field's value.
func (*DelimitedTextImportOptions) SetHasHeaderRow ¶ added in v1.35.37
func (s *DelimitedTextImportOptions) SetHasHeaderRow(v bool) *DelimitedTextImportOptions
SetHasHeaderRow sets the HasHeaderRow field's value.
func (*DelimitedTextImportOptions) SetIgnoreEmptyRows ¶ added in v1.35.37
func (s *DelimitedTextImportOptions) SetIgnoreEmptyRows(v bool) *DelimitedTextImportOptions
SetIgnoreEmptyRows sets the IgnoreEmptyRows field's value.
func (DelimitedTextImportOptions) String ¶ added in v1.35.37
func (s DelimitedTextImportOptions) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DelimitedTextImportOptions) Validate ¶ added in v1.35.37
func (s *DelimitedTextImportOptions) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeTableDataImportJobInput ¶ added in v1.35.37
type DescribeTableDataImportJobInput struct { // The ID of the job that was returned by the StartTableDataImportJob request. // // If a job with the specified id could not be found, this API throws ResourceNotFoundException. // // JobId is a required field JobId *string `location:"uri" locationName:"jobId" min:"1" type:"string" required:"true"` // The ID of the table into which data was imported. // // If a table with the specified id could not be found, this API throws ResourceNotFoundException. // // TableId is a required field TableId *string `location:"uri" locationName:"tableId" min:"36" type:"string" required:"true"` // The ID of the workbook into which data was imported. // // If a workbook with the specified id could not be found, this API throws ResourceNotFoundException. // // WorkbookId is a required field WorkbookId *string `location:"uri" locationName:"workbookId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeTableDataImportJobInput) GoString ¶ added in v1.35.37
func (s DescribeTableDataImportJobInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeTableDataImportJobInput) SetJobId ¶ added in v1.35.37
func (s *DescribeTableDataImportJobInput) SetJobId(v string) *DescribeTableDataImportJobInput
SetJobId sets the JobId field's value.
func (*DescribeTableDataImportJobInput) SetTableId ¶ added in v1.35.37
func (s *DescribeTableDataImportJobInput) SetTableId(v string) *DescribeTableDataImportJobInput
SetTableId sets the TableId field's value.
func (*DescribeTableDataImportJobInput) SetWorkbookId ¶ added in v1.35.37
func (s *DescribeTableDataImportJobInput) SetWorkbookId(v string) *DescribeTableDataImportJobInput
SetWorkbookId sets the WorkbookId field's value.
func (DescribeTableDataImportJobInput) String ¶ added in v1.35.37
func (s DescribeTableDataImportJobInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeTableDataImportJobInput) Validate ¶ added in v1.35.37
func (s *DescribeTableDataImportJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeTableDataImportJobOutput ¶ added in v1.35.37
type DescribeTableDataImportJobOutput struct { // If job status is failed, error code to understand reason for the failure. ErrorCode *string `locationName:"errorCode" type:"string" enum:"ErrorCode"` // The metadata about the job that was submitted for import. // // JobMetadata is a required field JobMetadata *TableDataImportJobMetadata `locationName:"jobMetadata" type:"structure" required:"true"` // The current status of the import job. // // JobStatus is a required field JobStatus *string `locationName:"jobStatus" type:"string" required:"true" enum:"TableDataImportJobStatus"` // A message providing more details about the current status of the import job. // // Message is a required field Message *string `locationName:"message" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeTableDataImportJobOutput) GoString ¶ added in v1.35.37
func (s DescribeTableDataImportJobOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeTableDataImportJobOutput) SetErrorCode ¶ added in v1.42.35
func (s *DescribeTableDataImportJobOutput) SetErrorCode(v string) *DescribeTableDataImportJobOutput
SetErrorCode sets the ErrorCode field's value.
func (*DescribeTableDataImportJobOutput) SetJobMetadata ¶ added in v1.35.37
func (s *DescribeTableDataImportJobOutput) SetJobMetadata(v *TableDataImportJobMetadata) *DescribeTableDataImportJobOutput
SetJobMetadata sets the JobMetadata field's value.
func (*DescribeTableDataImportJobOutput) SetJobStatus ¶ added in v1.35.37
func (s *DescribeTableDataImportJobOutput) SetJobStatus(v string) *DescribeTableDataImportJobOutput
SetJobStatus sets the JobStatus field's value.
func (*DescribeTableDataImportJobOutput) SetMessage ¶ added in v1.35.37
func (s *DescribeTableDataImportJobOutput) SetMessage(v string) *DescribeTableDataImportJobOutput
SetMessage sets the Message field's value.
func (DescribeTableDataImportJobOutput) String ¶ added in v1.35.37
func (s DescribeTableDataImportJobOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DestinationOptions ¶ added in v1.35.37
type DestinationOptions struct { // A map of the column id to the import properties for each column. ColumnMap map[string]*SourceDataColumnProperties `locationName:"columnMap" type:"map"` // contains filtered or unexported fields }
An object that contains the options relating to the destination of the import request.
func (DestinationOptions) GoString ¶ added in v1.35.37
func (s DestinationOptions) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DestinationOptions) SetColumnMap ¶ added in v1.35.37
func (s *DestinationOptions) SetColumnMap(v map[string]*SourceDataColumnProperties) *DestinationOptions
SetColumnMap sets the ColumnMap field's value.
func (DestinationOptions) String ¶ added in v1.35.37
func (s DestinationOptions) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DestinationOptions) Validate ¶ added in v1.35.37
func (s *DestinationOptions) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type FailedBatchItem ¶ added in v1.35.37
type FailedBatchItem struct { // The error message that indicates why the batch item failed. // // ErrorMessage is a required field ErrorMessage *string `locationName:"errorMessage" type:"string" required:"true"` // The id of the batch item that failed. This is the batch item id for the BatchCreateTableRows // and BatchUpsertTableRows operations and the row id for the BatchUpdateTableRows // and BatchDeleteTableRows operations. // // Id is a required field Id *string `locationName:"id" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
A single item in a batch that failed to perform the intended action because of an error preventing it from succeeding.
func (FailedBatchItem) GoString ¶ added in v1.35.37
func (s FailedBatchItem) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FailedBatchItem) SetErrorMessage ¶ added in v1.35.37
func (s *FailedBatchItem) SetErrorMessage(v string) *FailedBatchItem
SetErrorMessage sets the ErrorMessage field's value.
func (*FailedBatchItem) SetId ¶ added in v1.35.37
func (s *FailedBatchItem) SetId(v string) *FailedBatchItem
SetId sets the Id field's value.
func (FailedBatchItem) String ¶ added in v1.35.37
func (s FailedBatchItem) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Filter ¶ added in v1.35.37
type Filter struct { // The optional contextRowId attribute can be used to specify the row id of // the context row if the filter formula contains unqualified references to // table columns and needs a context row to evaluate them successfully. ContextRowId *string `locationName:"contextRowId" min:"77" type:"string"` // A formula representing a filter function that returns zero or more matching // rows from a table. Valid formulas in this field return a list of rows from // a table. The most common ways of writing a formula to return a list of rows // are to use the FindRow() or Filter() functions. Any other formula that returns // zero or more rows is also acceptable. For example, you can use a formula // that points to a cell that contains a filter function. // // Formula is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by Filter's // String and GoString methods. // // Formula is a required field Formula *string `locationName:"formula" type:"string" required:"true" sensitive:"true"` // contains filtered or unexported fields }
An object that represents a filter formula along with the id of the context row under which the filter function needs to evaluate.
func (Filter) GoString ¶ added in v1.35.37
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Filter) SetContextRowId ¶ added in v1.35.37
SetContextRowId sets the ContextRowId field's value.
func (*Filter) SetFormula ¶ added in v1.35.37
SetFormula sets the Formula field's value.
type GetScreenDataInput ¶
type GetScreenDataInput struct { // The ID of the app that contains the screen. // // AppId is a required field AppId *string `locationName:"appId" min:"36" type:"string" required:"true"` // The number of results to be returned on a single page. Specify a number between // 1 and 100. The maximum value is 100. // // This parameter is optional. If you don't specify this parameter, the default // page size is 100. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // This parameter is optional. If a nextToken is not specified, the API returns // the first page of data. // // Pagination tokens expire after 1 hour. If you use a token that was returned // more than an hour back, the API will throw ValidationException. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // The ID of the screen. // // ScreenId is a required field ScreenId *string `locationName:"screenId" min:"36" type:"string" required:"true"` // Variables are optional and are needed only if the screen requires them to // render correctly. Variables are specified as a map where the key is the name // of the variable as defined on the screen. The value is an object which currently // has only one property, rawValue, which holds the value of the variable to // be passed to the screen. // // Variables is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by GetScreenDataInput's // String and GoString methods. Variables map[string]*VariableValue `locationName:"variables" type:"map" sensitive:"true"` // The ID of the workbook that contains the screen. // // WorkbookId is a required field WorkbookId *string `locationName:"workbookId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetScreenDataInput) GoString ¶
func (s GetScreenDataInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetScreenDataInput) SetAppId ¶
func (s *GetScreenDataInput) SetAppId(v string) *GetScreenDataInput
SetAppId sets the AppId field's value.
func (*GetScreenDataInput) SetMaxResults ¶
func (s *GetScreenDataInput) SetMaxResults(v int64) *GetScreenDataInput
SetMaxResults sets the MaxResults field's value.
func (*GetScreenDataInput) SetNextToken ¶
func (s *GetScreenDataInput) SetNextToken(v string) *GetScreenDataInput
SetNextToken sets the NextToken field's value.
func (*GetScreenDataInput) SetScreenId ¶
func (s *GetScreenDataInput) SetScreenId(v string) *GetScreenDataInput
SetScreenId sets the ScreenId field's value.
func (*GetScreenDataInput) SetVariables ¶
func (s *GetScreenDataInput) SetVariables(v map[string]*VariableValue) *GetScreenDataInput
SetVariables sets the Variables field's value.
func (*GetScreenDataInput) SetWorkbookId ¶
func (s *GetScreenDataInput) SetWorkbookId(v string) *GetScreenDataInput
SetWorkbookId sets the WorkbookId field's value.
func (GetScreenDataInput) String ¶
func (s GetScreenDataInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetScreenDataInput) Validate ¶
func (s *GetScreenDataInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetScreenDataOutput ¶
type GetScreenDataOutput struct { // Provides the pagination token to load the next page if there are more results // matching the request. If a pagination token is not present in the response, // it means that all data matching the query has been loaded. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // A map of all the rows on the screen keyed by block name. // // Results is a required field Results map[string]*ResultSet `locationName:"results" type:"map" required:"true"` // Indicates the cursor of the workbook at which the data returned by this workbook // is read. Workbook cursor keeps increasing with every update and the increments // are not sequential. // // WorkbookCursor is a required field WorkbookCursor *int64 `locationName:"workbookCursor" type:"long" required:"true"` // contains filtered or unexported fields }
func (GetScreenDataOutput) GoString ¶
func (s GetScreenDataOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetScreenDataOutput) SetNextToken ¶
func (s *GetScreenDataOutput) SetNextToken(v string) *GetScreenDataOutput
SetNextToken sets the NextToken field's value.
func (*GetScreenDataOutput) SetResults ¶
func (s *GetScreenDataOutput) SetResults(v map[string]*ResultSet) *GetScreenDataOutput
SetResults sets the Results field's value.
func (*GetScreenDataOutput) SetWorkbookCursor ¶
func (s *GetScreenDataOutput) SetWorkbookCursor(v int64) *GetScreenDataOutput
SetWorkbookCursor sets the WorkbookCursor field's value.
func (GetScreenDataOutput) String ¶
func (s GetScreenDataOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Honeycode ¶
Honeycode provides the API operation methods for making requests to Amazon Honeycode. See this package's package overview docs for details on the service.
Honeycode methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *Honeycode
New creates a new instance of the Honeycode client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a Honeycode client from just a session. svc := honeycode.New(mySession) // Create a Honeycode client with additional configuration svc := honeycode.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*Honeycode) BatchCreateTableRows ¶ added in v1.35.37
func (c *Honeycode) BatchCreateTableRows(input *BatchCreateTableRowsInput) (*BatchCreateTableRowsOutput, error)
BatchCreateTableRows API operation for Amazon Honeycode.
The BatchCreateTableRows API allows you to create one or more rows at the end of a table in a workbook. The API allows you to specify the values to set in some or all of the columns in the new rows.
If a column is not explicitly set in a specific row, then the column level formula specified in the table will be applied to the new row. If there is no column level formula but the last row of the table has a formula, then that formula will be copied down to the new row. If there is no column level formula and no formula in the last row of the table, then that column will be left blank for the new rows.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Honeycode's API operation BatchCreateTableRows for usage and error information.
Returned Error Types:
AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.
InternalServerException There were unexpected errors from the server.
RequestTimeoutException The request timed out.
ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
ServiceQuotaExceededException The request caused service quota to be breached.
ServiceUnavailableException Remote service is unreachable.
ThrottlingException Tps(transactions per second) rate reached.
ValidationException Request is invalid. The message in the response contains details on why the request is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/BatchCreateTableRows
func (*Honeycode) BatchCreateTableRowsRequest ¶ added in v1.35.37
func (c *Honeycode) BatchCreateTableRowsRequest(input *BatchCreateTableRowsInput) (req *request.Request, output *BatchCreateTableRowsOutput)
BatchCreateTableRowsRequest generates a "aws/request.Request" representing the client's request for the BatchCreateTableRows operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchCreateTableRows for more information on using the BatchCreateTableRows API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchCreateTableRowsRequest method. req, resp := client.BatchCreateTableRowsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/BatchCreateTableRows
func (*Honeycode) BatchCreateTableRowsWithContext ¶ added in v1.35.37
func (c *Honeycode) BatchCreateTableRowsWithContext(ctx aws.Context, input *BatchCreateTableRowsInput, opts ...request.Option) (*BatchCreateTableRowsOutput, error)
BatchCreateTableRowsWithContext is the same as BatchCreateTableRows with the addition of the ability to pass a context and additional request options.
See BatchCreateTableRows for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Honeycode) BatchDeleteTableRows ¶ added in v1.35.37
func (c *Honeycode) BatchDeleteTableRows(input *BatchDeleteTableRowsInput) (*BatchDeleteTableRowsOutput, error)
BatchDeleteTableRows API operation for Amazon Honeycode.
The BatchDeleteTableRows API allows you to delete one or more rows from a table in a workbook. You need to specify the ids of the rows that you want to delete from the table.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Honeycode's API operation BatchDeleteTableRows for usage and error information.
Returned Error Types:
AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.
InternalServerException There were unexpected errors from the server.
ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
ServiceUnavailableException Remote service is unreachable.
ValidationException Request is invalid. The message in the response contains details on why the request is invalid.
RequestTimeoutException The request timed out.
ThrottlingException Tps(transactions per second) rate reached.
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/BatchDeleteTableRows
func (*Honeycode) BatchDeleteTableRowsRequest ¶ added in v1.35.37
func (c *Honeycode) BatchDeleteTableRowsRequest(input *BatchDeleteTableRowsInput) (req *request.Request, output *BatchDeleteTableRowsOutput)
BatchDeleteTableRowsRequest generates a "aws/request.Request" representing the client's request for the BatchDeleteTableRows operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchDeleteTableRows for more information on using the BatchDeleteTableRows API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchDeleteTableRowsRequest method. req, resp := client.BatchDeleteTableRowsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/BatchDeleteTableRows
func (*Honeycode) BatchDeleteTableRowsWithContext ¶ added in v1.35.37
func (c *Honeycode) BatchDeleteTableRowsWithContext(ctx aws.Context, input *BatchDeleteTableRowsInput, opts ...request.Option) (*BatchDeleteTableRowsOutput, error)
BatchDeleteTableRowsWithContext is the same as BatchDeleteTableRows with the addition of the ability to pass a context and additional request options.
See BatchDeleteTableRows for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Honeycode) BatchUpdateTableRows ¶ added in v1.35.37
func (c *Honeycode) BatchUpdateTableRows(input *BatchUpdateTableRowsInput) (*BatchUpdateTableRowsOutput, error)
BatchUpdateTableRows API operation for Amazon Honeycode.
The BatchUpdateTableRows API allows you to update one or more rows in a table in a workbook.
You can specify the values to set in some or all of the columns in the table for the specified rows. If a column is not explicitly specified in a particular row, then that column will not be updated for that row. To clear out the data in a specific cell, you need to set the value as an empty string ("").
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Honeycode's API operation BatchUpdateTableRows for usage and error information.
Returned Error Types:
AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.
InternalServerException There were unexpected errors from the server.
ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
ServiceUnavailableException Remote service is unreachable.
ValidationException Request is invalid. The message in the response contains details on why the request is invalid.
RequestTimeoutException The request timed out.
ThrottlingException Tps(transactions per second) rate reached.
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/BatchUpdateTableRows
func (*Honeycode) BatchUpdateTableRowsRequest ¶ added in v1.35.37
func (c *Honeycode) BatchUpdateTableRowsRequest(input *BatchUpdateTableRowsInput) (req *request.Request, output *BatchUpdateTableRowsOutput)
BatchUpdateTableRowsRequest generates a "aws/request.Request" representing the client's request for the BatchUpdateTableRows operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchUpdateTableRows for more information on using the BatchUpdateTableRows API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchUpdateTableRowsRequest method. req, resp := client.BatchUpdateTableRowsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/BatchUpdateTableRows
func (*Honeycode) BatchUpdateTableRowsWithContext ¶ added in v1.35.37
func (c *Honeycode) BatchUpdateTableRowsWithContext(ctx aws.Context, input *BatchUpdateTableRowsInput, opts ...request.Option) (*BatchUpdateTableRowsOutput, error)
BatchUpdateTableRowsWithContext is the same as BatchUpdateTableRows with the addition of the ability to pass a context and additional request options.
See BatchUpdateTableRows for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Honeycode) BatchUpsertTableRows ¶ added in v1.35.37
func (c *Honeycode) BatchUpsertTableRows(input *BatchUpsertTableRowsInput) (*BatchUpsertTableRowsOutput, error)
BatchUpsertTableRows API operation for Amazon Honeycode.
The BatchUpsertTableRows API allows you to upsert one or more rows in a table. The upsert operation takes a filter expression as input and evaluates it to find matching rows on the destination table. If matching rows are found, it will update the cells in the matching rows to new values specified in the request. If no matching rows are found, a new row is added at the end of the table and the cells in that row are set to the new values specified in the request.
You can specify the values to set in some or all of the columns in the table for the matching or newly appended rows. If a column is not explicitly specified for a particular row, then that column will not be updated for that row. To clear out the data in a specific cell, you need to set the value as an empty string ("").
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Honeycode's API operation BatchUpsertTableRows for usage and error information.
Returned Error Types:
AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.
InternalServerException There were unexpected errors from the server.
RequestTimeoutException The request timed out.
ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
ServiceQuotaExceededException The request caused service quota to be breached.
ServiceUnavailableException Remote service is unreachable.
ThrottlingException Tps(transactions per second) rate reached.
ValidationException Request is invalid. The message in the response contains details on why the request is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/BatchUpsertTableRows
func (*Honeycode) BatchUpsertTableRowsRequest ¶ added in v1.35.37
func (c *Honeycode) BatchUpsertTableRowsRequest(input *BatchUpsertTableRowsInput) (req *request.Request, output *BatchUpsertTableRowsOutput)
BatchUpsertTableRowsRequest generates a "aws/request.Request" representing the client's request for the BatchUpsertTableRows operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchUpsertTableRows for more information on using the BatchUpsertTableRows API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchUpsertTableRowsRequest method. req, resp := client.BatchUpsertTableRowsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/BatchUpsertTableRows
func (*Honeycode) BatchUpsertTableRowsWithContext ¶ added in v1.35.37
func (c *Honeycode) BatchUpsertTableRowsWithContext(ctx aws.Context, input *BatchUpsertTableRowsInput, opts ...request.Option) (*BatchUpsertTableRowsOutput, error)
BatchUpsertTableRowsWithContext is the same as BatchUpsertTableRows with the addition of the ability to pass a context and additional request options.
See BatchUpsertTableRows for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Honeycode) DescribeTableDataImportJob ¶ added in v1.35.37
func (c *Honeycode) DescribeTableDataImportJob(input *DescribeTableDataImportJobInput) (*DescribeTableDataImportJobOutput, error)
DescribeTableDataImportJob API operation for Amazon Honeycode.
The DescribeTableDataImportJob API allows you to retrieve the status and details of a table data import job.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Honeycode's API operation DescribeTableDataImportJob for usage and error information.
Returned Error Types:
AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.
InternalServerException There were unexpected errors from the server.
ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
ServiceUnavailableException Remote service is unreachable.
ThrottlingException Tps(transactions per second) rate reached.
ValidationException Request is invalid. The message in the response contains details on why the request is invalid.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/DescribeTableDataImportJob
func (*Honeycode) DescribeTableDataImportJobRequest ¶ added in v1.35.37
func (c *Honeycode) DescribeTableDataImportJobRequest(input *DescribeTableDataImportJobInput) (req *request.Request, output *DescribeTableDataImportJobOutput)
DescribeTableDataImportJobRequest generates a "aws/request.Request" representing the client's request for the DescribeTableDataImportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeTableDataImportJob for more information on using the DescribeTableDataImportJob API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeTableDataImportJobRequest method. req, resp := client.DescribeTableDataImportJobRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/DescribeTableDataImportJob
func (*Honeycode) DescribeTableDataImportJobWithContext ¶ added in v1.35.37
func (c *Honeycode) DescribeTableDataImportJobWithContext(ctx aws.Context, input *DescribeTableDataImportJobInput, opts ...request.Option) (*DescribeTableDataImportJobOutput, error)
DescribeTableDataImportJobWithContext is the same as DescribeTableDataImportJob with the addition of the ability to pass a context and additional request options.
See DescribeTableDataImportJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Honeycode) GetScreenData ¶
func (c *Honeycode) GetScreenData(input *GetScreenDataInput) (*GetScreenDataOutput, error)
GetScreenData API operation for Amazon Honeycode.
The GetScreenData API allows retrieval of data from a screen in a Honeycode app. The API allows setting local variables in the screen to filter, sort or otherwise affect what will be displayed on the screen.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Honeycode's API operation GetScreenData for usage and error information.
Returned Error Types:
AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.
InternalServerException There were unexpected errors from the server.
RequestTimeoutException The request timed out.
ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
ServiceUnavailableException Remote service is unreachable.
ThrottlingException Tps(transactions per second) rate reached.
ValidationException Request is invalid. The message in the response contains details on why the request is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/GetScreenData
func (*Honeycode) GetScreenDataRequest ¶
func (c *Honeycode) GetScreenDataRequest(input *GetScreenDataInput) (req *request.Request, output *GetScreenDataOutput)
GetScreenDataRequest generates a "aws/request.Request" representing the client's request for the GetScreenData operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetScreenData for more information on using the GetScreenData API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetScreenDataRequest method. req, resp := client.GetScreenDataRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/GetScreenData
func (*Honeycode) GetScreenDataWithContext ¶
func (c *Honeycode) GetScreenDataWithContext(ctx aws.Context, input *GetScreenDataInput, opts ...request.Option) (*GetScreenDataOutput, error)
GetScreenDataWithContext is the same as GetScreenData with the addition of the ability to pass a context and additional request options.
See GetScreenData for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Honeycode) InvokeScreenAutomation ¶
func (c *Honeycode) InvokeScreenAutomation(input *InvokeScreenAutomationInput) (*InvokeScreenAutomationOutput, error)
InvokeScreenAutomation API operation for Amazon Honeycode.
The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app. The API allows setting local variables, which can then be used in the automation being invoked. This allows automating the Honeycode app interactions to write, update or delete data in the workbook.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Honeycode's API operation InvokeScreenAutomation for usage and error information.
Returned Error Types:
AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.
InternalServerException There were unexpected errors from the server.
ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
ValidationException Request is invalid. The message in the response contains details on why the request is invalid.
ThrottlingException Tps(transactions per second) rate reached.
ServiceUnavailableException Remote service is unreachable.
AutomationExecutionException The automation execution did not end successfully.
AutomationExecutionTimeoutException The automation execution timed out.
RequestTimeoutException The request timed out.
ServiceQuotaExceededException The request caused service quota to be breached.
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/InvokeScreenAutomation
func (*Honeycode) InvokeScreenAutomationRequest ¶
func (c *Honeycode) InvokeScreenAutomationRequest(input *InvokeScreenAutomationInput) (req *request.Request, output *InvokeScreenAutomationOutput)
InvokeScreenAutomationRequest generates a "aws/request.Request" representing the client's request for the InvokeScreenAutomation operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See InvokeScreenAutomation for more information on using the InvokeScreenAutomation API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the InvokeScreenAutomationRequest method. req, resp := client.InvokeScreenAutomationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/InvokeScreenAutomation
func (*Honeycode) InvokeScreenAutomationWithContext ¶
func (c *Honeycode) InvokeScreenAutomationWithContext(ctx aws.Context, input *InvokeScreenAutomationInput, opts ...request.Option) (*InvokeScreenAutomationOutput, error)
InvokeScreenAutomationWithContext is the same as InvokeScreenAutomation with the addition of the ability to pass a context and additional request options.
See InvokeScreenAutomation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Honeycode) ListTableColumns ¶ added in v1.35.37
func (c *Honeycode) ListTableColumns(input *ListTableColumnsInput) (*ListTableColumnsOutput, error)
ListTableColumns API operation for Amazon Honeycode.
The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Honeycode's API operation ListTableColumns for usage and error information.
Returned Error Types:
AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.
InternalServerException There were unexpected errors from the server.
RequestTimeoutException The request timed out.
ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
ServiceUnavailableException Remote service is unreachable.
ThrottlingException Tps(transactions per second) rate reached.
ValidationException Request is invalid. The message in the response contains details on why the request is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/ListTableColumns
func (*Honeycode) ListTableColumnsPages ¶ added in v1.35.37
func (c *Honeycode) ListTableColumnsPages(input *ListTableColumnsInput, fn func(*ListTableColumnsOutput, bool) bool) error
ListTableColumnsPages iterates over the pages of a ListTableColumns operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListTableColumns method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListTableColumns operation. pageNum := 0 err := client.ListTableColumnsPages(params, func(page *honeycode.ListTableColumnsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Honeycode) ListTableColumnsPagesWithContext ¶ added in v1.35.37
func (c *Honeycode) ListTableColumnsPagesWithContext(ctx aws.Context, input *ListTableColumnsInput, fn func(*ListTableColumnsOutput, bool) bool, opts ...request.Option) error
ListTableColumnsPagesWithContext same as ListTableColumnsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Honeycode) ListTableColumnsRequest ¶ added in v1.35.37
func (c *Honeycode) ListTableColumnsRequest(input *ListTableColumnsInput) (req *request.Request, output *ListTableColumnsOutput)
ListTableColumnsRequest generates a "aws/request.Request" representing the client's request for the ListTableColumns operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTableColumns for more information on using the ListTableColumns API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTableColumnsRequest method. req, resp := client.ListTableColumnsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/ListTableColumns
func (*Honeycode) ListTableColumnsWithContext ¶ added in v1.35.37
func (c *Honeycode) ListTableColumnsWithContext(ctx aws.Context, input *ListTableColumnsInput, opts ...request.Option) (*ListTableColumnsOutput, error)
ListTableColumnsWithContext is the same as ListTableColumns with the addition of the ability to pass a context and additional request options.
See ListTableColumns for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Honeycode) ListTableRows ¶ added in v1.35.37
func (c *Honeycode) ListTableRows(input *ListTableRowsInput) (*ListTableRowsOutput, error)
ListTableRows API operation for Amazon Honeycode.
The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Honeycode's API operation ListTableRows for usage and error information.
Returned Error Types:
AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.
InternalServerException There were unexpected errors from the server.
ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
ServiceUnavailableException Remote service is unreachable.
ValidationException Request is invalid. The message in the response contains details on why the request is invalid.
RequestTimeoutException The request timed out.
ThrottlingException Tps(transactions per second) rate reached.
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/ListTableRows
func (*Honeycode) ListTableRowsPages ¶ added in v1.35.37
func (c *Honeycode) ListTableRowsPages(input *ListTableRowsInput, fn func(*ListTableRowsOutput, bool) bool) error
ListTableRowsPages iterates over the pages of a ListTableRows operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListTableRows method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListTableRows operation. pageNum := 0 err := client.ListTableRowsPages(params, func(page *honeycode.ListTableRowsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Honeycode) ListTableRowsPagesWithContext ¶ added in v1.35.37
func (c *Honeycode) ListTableRowsPagesWithContext(ctx aws.Context, input *ListTableRowsInput, fn func(*ListTableRowsOutput, bool) bool, opts ...request.Option) error
ListTableRowsPagesWithContext same as ListTableRowsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Honeycode) ListTableRowsRequest ¶ added in v1.35.37
func (c *Honeycode) ListTableRowsRequest(input *ListTableRowsInput) (req *request.Request, output *ListTableRowsOutput)
ListTableRowsRequest generates a "aws/request.Request" representing the client's request for the ListTableRows operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTableRows for more information on using the ListTableRows API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTableRowsRequest method. req, resp := client.ListTableRowsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/ListTableRows
func (*Honeycode) ListTableRowsWithContext ¶ added in v1.35.37
func (c *Honeycode) ListTableRowsWithContext(ctx aws.Context, input *ListTableRowsInput, opts ...request.Option) (*ListTableRowsOutput, error)
ListTableRowsWithContext is the same as ListTableRows with the addition of the ability to pass a context and additional request options.
See ListTableRows for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Honeycode) ListTables ¶ added in v1.35.37
func (c *Honeycode) ListTables(input *ListTablesInput) (*ListTablesOutput, error)
ListTables API operation for Amazon Honeycode.
The ListTables API allows you to retrieve a list of all the tables in a workbook.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Honeycode's API operation ListTables for usage and error information.
Returned Error Types:
AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.
InternalServerException There were unexpected errors from the server.
RequestTimeoutException The request timed out.
ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
ServiceUnavailableException Remote service is unreachable.
ThrottlingException Tps(transactions per second) rate reached.
ValidationException Request is invalid. The message in the response contains details on why the request is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/ListTables
func (*Honeycode) ListTablesPages ¶ added in v1.35.37
func (c *Honeycode) ListTablesPages(input *ListTablesInput, fn func(*ListTablesOutput, bool) bool) error
ListTablesPages iterates over the pages of a ListTables operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListTables method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListTables operation. pageNum := 0 err := client.ListTablesPages(params, func(page *honeycode.ListTablesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Honeycode) ListTablesPagesWithContext ¶ added in v1.35.37
func (c *Honeycode) ListTablesPagesWithContext(ctx aws.Context, input *ListTablesInput, fn func(*ListTablesOutput, bool) bool, opts ...request.Option) error
ListTablesPagesWithContext same as ListTablesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Honeycode) ListTablesRequest ¶ added in v1.35.37
func (c *Honeycode) ListTablesRequest(input *ListTablesInput) (req *request.Request, output *ListTablesOutput)
ListTablesRequest generates a "aws/request.Request" representing the client's request for the ListTables operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTables for more information on using the ListTables API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTablesRequest method. req, resp := client.ListTablesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/ListTables
func (*Honeycode) ListTablesWithContext ¶ added in v1.35.37
func (c *Honeycode) ListTablesWithContext(ctx aws.Context, input *ListTablesInput, opts ...request.Option) (*ListTablesOutput, error)
ListTablesWithContext is the same as ListTables with the addition of the ability to pass a context and additional request options.
See ListTables for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Honeycode) ListTagsForResource ¶ added in v1.42.33
func (c *Honeycode) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
ListTagsForResource API operation for Amazon Honeycode.
The ListTagsForResource API allows you to return a resource's tags.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Honeycode's API operation ListTagsForResource for usage and error information.
Returned Error Types:
AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.
InternalServerException There were unexpected errors from the server.
RequestTimeoutException The request timed out.
ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
ServiceUnavailableException Remote service is unreachable.
ThrottlingException Tps(transactions per second) rate reached.
ValidationException Request is invalid. The message in the response contains details on why the request is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/ListTagsForResource
func (*Honeycode) ListTagsForResourceRequest ¶ added in v1.42.33
func (c *Honeycode) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTagsForResourceRequest method. req, resp := client.ListTagsForResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/ListTagsForResource
func (*Honeycode) ListTagsForResourceWithContext ¶ added in v1.42.33
func (c *Honeycode) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.
See ListTagsForResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Honeycode) QueryTableRows ¶ added in v1.35.37
func (c *Honeycode) QueryTableRows(input *QueryTableRowsInput) (*QueryTableRowsOutput, error)
QueryTableRows API operation for Amazon Honeycode.
The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Honeycode's API operation QueryTableRows for usage and error information.
Returned Error Types:
AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.
InternalServerException There were unexpected errors from the server.
RequestTimeoutException The request timed out.
ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
ServiceUnavailableException Remote service is unreachable.
ThrottlingException Tps(transactions per second) rate reached.
ValidationException Request is invalid. The message in the response contains details on why the request is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/QueryTableRows
func (*Honeycode) QueryTableRowsPages ¶ added in v1.35.37
func (c *Honeycode) QueryTableRowsPages(input *QueryTableRowsInput, fn func(*QueryTableRowsOutput, bool) bool) error
QueryTableRowsPages iterates over the pages of a QueryTableRows operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See QueryTableRows method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a QueryTableRows operation. pageNum := 0 err := client.QueryTableRowsPages(params, func(page *honeycode.QueryTableRowsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Honeycode) QueryTableRowsPagesWithContext ¶ added in v1.35.37
func (c *Honeycode) QueryTableRowsPagesWithContext(ctx aws.Context, input *QueryTableRowsInput, fn func(*QueryTableRowsOutput, bool) bool, opts ...request.Option) error
QueryTableRowsPagesWithContext same as QueryTableRowsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Honeycode) QueryTableRowsRequest ¶ added in v1.35.37
func (c *Honeycode) QueryTableRowsRequest(input *QueryTableRowsInput) (req *request.Request, output *QueryTableRowsOutput)
QueryTableRowsRequest generates a "aws/request.Request" representing the client's request for the QueryTableRows operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See QueryTableRows for more information on using the QueryTableRows API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the QueryTableRowsRequest method. req, resp := client.QueryTableRowsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/QueryTableRows
func (*Honeycode) QueryTableRowsWithContext ¶ added in v1.35.37
func (c *Honeycode) QueryTableRowsWithContext(ctx aws.Context, input *QueryTableRowsInput, opts ...request.Option) (*QueryTableRowsOutput, error)
QueryTableRowsWithContext is the same as QueryTableRows with the addition of the ability to pass a context and additional request options.
See QueryTableRows for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Honeycode) StartTableDataImportJob ¶ added in v1.35.37
func (c *Honeycode) StartTableDataImportJob(input *StartTableDataImportJobInput) (*StartTableDataImportJobOutput, error)
StartTableDataImportJob API operation for Amazon Honeycode.
The StartTableDataImportJob API allows you to start an import job on a table. This API will only return the id of the job that was started. To find out the status of the import request, you need to call the DescribeTableDataImportJob API.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Honeycode's API operation StartTableDataImportJob for usage and error information.
Returned Error Types:
AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.
InternalServerException There were unexpected errors from the server.
ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
ServiceUnavailableException Remote service is unreachable.
ThrottlingException Tps(transactions per second) rate reached.
ValidationException Request is invalid. The message in the response contains details on why the request is invalid.
RequestTimeoutException The request timed out.
ServiceQuotaExceededException The request caused service quota to be breached.
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/StartTableDataImportJob
func (*Honeycode) StartTableDataImportJobRequest ¶ added in v1.35.37
func (c *Honeycode) StartTableDataImportJobRequest(input *StartTableDataImportJobInput) (req *request.Request, output *StartTableDataImportJobOutput)
StartTableDataImportJobRequest generates a "aws/request.Request" representing the client's request for the StartTableDataImportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartTableDataImportJob for more information on using the StartTableDataImportJob API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartTableDataImportJobRequest method. req, resp := client.StartTableDataImportJobRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/StartTableDataImportJob
func (*Honeycode) StartTableDataImportJobWithContext ¶ added in v1.35.37
func (c *Honeycode) StartTableDataImportJobWithContext(ctx aws.Context, input *StartTableDataImportJobInput, opts ...request.Option) (*StartTableDataImportJobOutput, error)
StartTableDataImportJobWithContext is the same as StartTableDataImportJob with the addition of the ability to pass a context and additional request options.
See StartTableDataImportJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Honeycode) TagResource ¶ added in v1.42.33
func (c *Honeycode) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
TagResource API operation for Amazon Honeycode.
The TagResource API allows you to add tags to an ARN-able resource. Resource includes workbook, table, screen and screen-automation.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Honeycode's API operation TagResource for usage and error information.
Returned Error Types:
AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.
InternalServerException There were unexpected errors from the server.
RequestTimeoutException The request timed out.
ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
ServiceUnavailableException Remote service is unreachable.
ThrottlingException Tps(transactions per second) rate reached.
ValidationException Request is invalid. The message in the response contains details on why the request is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/TagResource
func (*Honeycode) TagResourceRequest ¶ added in v1.42.33
func (c *Honeycode) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See TagResource for more information on using the TagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the TagResourceRequest method. req, resp := client.TagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/TagResource
func (*Honeycode) TagResourceWithContext ¶ added in v1.42.33
func (c *Honeycode) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.
See TagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Honeycode) UntagResource ¶ added in v1.42.33
func (c *Honeycode) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
UntagResource API operation for Amazon Honeycode.
The UntagResource API allows you to removes tags from an ARN-able resource. Resource includes workbook, table, screen and screen-automation.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Honeycode's API operation UntagResource for usage and error information.
Returned Error Types:
AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.
InternalServerException There were unexpected errors from the server.
RequestTimeoutException The request timed out.
ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
ServiceUnavailableException Remote service is unreachable.
ThrottlingException Tps(transactions per second) rate reached.
ValidationException Request is invalid. The message in the response contains details on why the request is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/UntagResource
func (*Honeycode) UntagResourceRequest ¶ added in v1.42.33
func (c *Honeycode) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UntagResource for more information on using the UntagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UntagResourceRequest method. req, resp := client.UntagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/UntagResource
func (*Honeycode) UntagResourceWithContext ¶ added in v1.42.33
func (c *Honeycode) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.
See UntagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type ImportDataSource ¶ added in v1.35.37
type ImportDataSource struct { // The configuration parameters for the data source of the import // // DataSourceConfig is a required field DataSourceConfig *ImportDataSourceConfig `locationName:"dataSourceConfig" type:"structure" required:"true"` // contains filtered or unexported fields }
An object that has details about the source of the data that was submitted for import.
func (ImportDataSource) GoString ¶ added in v1.35.37
func (s ImportDataSource) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ImportDataSource) SetDataSourceConfig ¶ added in v1.35.37
func (s *ImportDataSource) SetDataSourceConfig(v *ImportDataSourceConfig) *ImportDataSource
SetDataSourceConfig sets the DataSourceConfig field's value.
func (ImportDataSource) String ¶ added in v1.35.37
func (s ImportDataSource) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ImportDataSource) Validate ¶ added in v1.35.37
func (s *ImportDataSource) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ImportDataSourceConfig ¶ added in v1.35.37
type ImportDataSourceConfig struct { // The URL from which source data will be downloaded for the import request. // // DataSourceUrl is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ImportDataSourceConfig's // String and GoString methods. DataSourceUrl *string `locationName:"dataSourceUrl" min:"1" type:"string" sensitive:"true"` // contains filtered or unexported fields }
An object that contains the configuration parameters for the data source of an import request.
func (ImportDataSourceConfig) GoString ¶ added in v1.35.37
func (s ImportDataSourceConfig) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ImportDataSourceConfig) SetDataSourceUrl ¶ added in v1.35.37
func (s *ImportDataSourceConfig) SetDataSourceUrl(v string) *ImportDataSourceConfig
SetDataSourceUrl sets the DataSourceUrl field's value.
func (ImportDataSourceConfig) String ¶ added in v1.35.37
func (s ImportDataSourceConfig) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ImportDataSourceConfig) Validate ¶ added in v1.35.37
func (s *ImportDataSourceConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ImportJobSubmitter ¶ added in v1.35.37
type ImportJobSubmitter struct { // The email id of the submitter of the import job, if available. // // Email is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ImportJobSubmitter's // String and GoString methods. Email *string `locationName:"email" min:"3" type:"string" sensitive:"true"` // The AWS user ARN of the submitter of the import job, if available. UserArn *string `locationName:"userArn" min:"20" type:"string"` // contains filtered or unexported fields }
An object that contains the attributes of the submitter of the import job.
func (ImportJobSubmitter) GoString ¶ added in v1.35.37
func (s ImportJobSubmitter) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ImportJobSubmitter) SetEmail ¶ added in v1.35.37
func (s *ImportJobSubmitter) SetEmail(v string) *ImportJobSubmitter
SetEmail sets the Email field's value.
func (*ImportJobSubmitter) SetUserArn ¶ added in v1.35.37
func (s *ImportJobSubmitter) SetUserArn(v string) *ImportJobSubmitter
SetUserArn sets the UserArn field's value.
func (ImportJobSubmitter) String ¶ added in v1.35.37
func (s ImportJobSubmitter) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ImportOptions ¶ added in v1.35.37
type ImportOptions struct { // Options relating to parsing delimited text. Required if dataFormat is DELIMITED_TEXT. DelimitedTextOptions *DelimitedTextImportOptions `locationName:"delimitedTextOptions" type:"structure"` // Options relating to the destination of the import request. DestinationOptions *DestinationOptions `locationName:"destinationOptions" type:"structure"` // contains filtered or unexported fields }
An object that contains the options specified by the sumitter of the import request.
func (ImportOptions) GoString ¶ added in v1.35.37
func (s ImportOptions) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ImportOptions) SetDelimitedTextOptions ¶ added in v1.35.37
func (s *ImportOptions) SetDelimitedTextOptions(v *DelimitedTextImportOptions) *ImportOptions
SetDelimitedTextOptions sets the DelimitedTextOptions field's value.
func (*ImportOptions) SetDestinationOptions ¶ added in v1.35.37
func (s *ImportOptions) SetDestinationOptions(v *DestinationOptions) *ImportOptions
SetDestinationOptions sets the DestinationOptions field's value.
func (ImportOptions) String ¶ added in v1.35.37
func (s ImportOptions) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ImportOptions) Validate ¶ added in v1.35.37
func (s *ImportOptions) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type InternalServerException ¶
type InternalServerException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
There were unexpected errors from the server.
func (*InternalServerException) Code ¶
func (s *InternalServerException) Code() string
Code returns the exception type name.
func (*InternalServerException) Error ¶
func (s *InternalServerException) Error() string
func (InternalServerException) GoString ¶
func (s InternalServerException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InternalServerException) Message ¶
func (s *InternalServerException) Message() string
Message returns the exception's message.
func (*InternalServerException) OrigErr ¶
func (s *InternalServerException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InternalServerException) RequestID ¶
func (s *InternalServerException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InternalServerException) StatusCode ¶
func (s *InternalServerException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InternalServerException) String ¶
func (s InternalServerException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InvokeScreenAutomationInput ¶
type InvokeScreenAutomationInput struct { // The ID of the app that contains the screen automation. // // AppId is a required field AppId *string `location:"uri" locationName:"appId" min:"36" type:"string" required:"true"` // The request token for performing the automation action. Request tokens help // to identify duplicate requests. If a call times out or fails due to a transient // error like a failed network connection, you can retry the call with the same // request token. The service ensures that if the first call using that request // token is successfully performed, the second call will return the response // of the previous call rather than performing the action again. // // Note that request tokens are valid only for a few minutes. You cannot use // request tokens to dedupe requests spanning hours or days. ClientRequestToken *string `locationName:"clientRequestToken" min:"32" type:"string"` // The row ID for the automation if the automation is defined inside a block // with source or list. RowId *string `locationName:"rowId" min:"77" type:"string"` // The ID of the automation action to be performed. // // ScreenAutomationId is a required field ScreenAutomationId *string `location:"uri" locationName:"automationId" min:"36" type:"string" required:"true"` // The ID of the screen that contains the screen automation. // // ScreenId is a required field ScreenId *string `location:"uri" locationName:"screenId" min:"36" type:"string" required:"true"` // Variables are specified as a map where the key is the name of the variable // as defined on the screen. The value is an object which currently has only // one property, rawValue, which holds the value of the variable to be passed // to the screen. Any variables defined in a screen are required to be passed // in the call. // // Variables is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by InvokeScreenAutomationInput's // String and GoString methods. Variables map[string]*VariableValue `locationName:"variables" type:"map" sensitive:"true"` // The ID of the workbook that contains the screen automation. // // WorkbookId is a required field WorkbookId *string `location:"uri" locationName:"workbookId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (InvokeScreenAutomationInput) GoString ¶
func (s InvokeScreenAutomationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvokeScreenAutomationInput) SetAppId ¶
func (s *InvokeScreenAutomationInput) SetAppId(v string) *InvokeScreenAutomationInput
SetAppId sets the AppId field's value.
func (*InvokeScreenAutomationInput) SetClientRequestToken ¶
func (s *InvokeScreenAutomationInput) SetClientRequestToken(v string) *InvokeScreenAutomationInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*InvokeScreenAutomationInput) SetRowId ¶
func (s *InvokeScreenAutomationInput) SetRowId(v string) *InvokeScreenAutomationInput
SetRowId sets the RowId field's value.
func (*InvokeScreenAutomationInput) SetScreenAutomationId ¶
func (s *InvokeScreenAutomationInput) SetScreenAutomationId(v string) *InvokeScreenAutomationInput
SetScreenAutomationId sets the ScreenAutomationId field's value.
func (*InvokeScreenAutomationInput) SetScreenId ¶
func (s *InvokeScreenAutomationInput) SetScreenId(v string) *InvokeScreenAutomationInput
SetScreenId sets the ScreenId field's value.
func (*InvokeScreenAutomationInput) SetVariables ¶
func (s *InvokeScreenAutomationInput) SetVariables(v map[string]*VariableValue) *InvokeScreenAutomationInput
SetVariables sets the Variables field's value.
func (*InvokeScreenAutomationInput) SetWorkbookId ¶
func (s *InvokeScreenAutomationInput) SetWorkbookId(v string) *InvokeScreenAutomationInput
SetWorkbookId sets the WorkbookId field's value.
func (InvokeScreenAutomationInput) String ¶
func (s InvokeScreenAutomationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvokeScreenAutomationInput) Validate ¶
func (s *InvokeScreenAutomationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type InvokeScreenAutomationOutput ¶
type InvokeScreenAutomationOutput struct { // The updated workbook cursor after performing the automation action. // // WorkbookCursor is a required field WorkbookCursor *int64 `locationName:"workbookCursor" type:"long" required:"true"` // contains filtered or unexported fields }
func (InvokeScreenAutomationOutput) GoString ¶
func (s InvokeScreenAutomationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvokeScreenAutomationOutput) SetWorkbookCursor ¶
func (s *InvokeScreenAutomationOutput) SetWorkbookCursor(v int64) *InvokeScreenAutomationOutput
SetWorkbookCursor sets the WorkbookCursor field's value.
func (InvokeScreenAutomationOutput) String ¶
func (s InvokeScreenAutomationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListTableColumnsInput ¶ added in v1.35.37
type ListTableColumnsInput struct { // This parameter is optional. If a nextToken is not specified, the API returns // the first page of data. // // Pagination tokens expire after 1 hour. If you use a token that was returned // more than an hour back, the API will throw ValidationException. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // The ID of the table whose columns are being retrieved. // // If a table with the specified id could not be found, this API throws ResourceNotFoundException. // // TableId is a required field TableId *string `location:"uri" locationName:"tableId" min:"36" type:"string" required:"true"` // The ID of the workbook that contains the table whose columns are being retrieved. // // If a workbook with the specified id could not be found, this API throws ResourceNotFoundException. // // WorkbookId is a required field WorkbookId *string `location:"uri" locationName:"workbookId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListTableColumnsInput) GoString ¶ added in v1.35.37
func (s ListTableColumnsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTableColumnsInput) SetNextToken ¶ added in v1.35.37
func (s *ListTableColumnsInput) SetNextToken(v string) *ListTableColumnsInput
SetNextToken sets the NextToken field's value.
func (*ListTableColumnsInput) SetTableId ¶ added in v1.35.37
func (s *ListTableColumnsInput) SetTableId(v string) *ListTableColumnsInput
SetTableId sets the TableId field's value.
func (*ListTableColumnsInput) SetWorkbookId ¶ added in v1.35.37
func (s *ListTableColumnsInput) SetWorkbookId(v string) *ListTableColumnsInput
SetWorkbookId sets the WorkbookId field's value.
func (ListTableColumnsInput) String ¶ added in v1.35.37
func (s ListTableColumnsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTableColumnsInput) Validate ¶ added in v1.35.37
func (s *ListTableColumnsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTableColumnsOutput ¶ added in v1.35.37
type ListTableColumnsOutput struct { // Provides the pagination token to load the next page if there are more results // matching the request. If a pagination token is not present in the response, // it means that all data matching the request has been loaded. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // The list of columns in the table. // // TableColumns is a required field TableColumns []*TableColumn `locationName:"tableColumns" type:"list" required:"true"` // Indicates the cursor of the workbook at which the data returned by this request // is read. Workbook cursor keeps increasing with every update and the increments // are not sequential. WorkbookCursor *int64 `locationName:"workbookCursor" type:"long"` // contains filtered or unexported fields }
func (ListTableColumnsOutput) GoString ¶ added in v1.35.37
func (s ListTableColumnsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTableColumnsOutput) SetNextToken ¶ added in v1.35.37
func (s *ListTableColumnsOutput) SetNextToken(v string) *ListTableColumnsOutput
SetNextToken sets the NextToken field's value.
func (*ListTableColumnsOutput) SetTableColumns ¶ added in v1.35.37
func (s *ListTableColumnsOutput) SetTableColumns(v []*TableColumn) *ListTableColumnsOutput
SetTableColumns sets the TableColumns field's value.
func (*ListTableColumnsOutput) SetWorkbookCursor ¶ added in v1.35.37
func (s *ListTableColumnsOutput) SetWorkbookCursor(v int64) *ListTableColumnsOutput
SetWorkbookCursor sets the WorkbookCursor field's value.
func (ListTableColumnsOutput) String ¶ added in v1.35.37
func (s ListTableColumnsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListTableRowsInput ¶ added in v1.35.37
type ListTableRowsInput struct { // The maximum number of rows to return in each page of the results. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // This parameter is optional. If a nextToken is not specified, the API returns // the first page of data. // // Pagination tokens expire after 1 hour. If you use a token that was returned // more than an hour back, the API will throw ValidationException. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // This parameter is optional. If one or more row ids are specified in this // list, then only the specified row ids are returned in the result. If no row // ids are specified here, then all the rows in the table are returned. RowIds []*string `locationName:"rowIds" min:"1" type:"list"` // The ID of the table whose rows are being retrieved. // // If a table with the specified id could not be found, this API throws ResourceNotFoundException. // // TableId is a required field TableId *string `location:"uri" locationName:"tableId" min:"36" type:"string" required:"true"` // The ID of the workbook that contains the table whose rows are being retrieved. // // If a workbook with the specified id could not be found, this API throws ResourceNotFoundException. // // WorkbookId is a required field WorkbookId *string `location:"uri" locationName:"workbookId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListTableRowsInput) GoString ¶ added in v1.35.37
func (s ListTableRowsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTableRowsInput) SetMaxResults ¶ added in v1.35.37
func (s *ListTableRowsInput) SetMaxResults(v int64) *ListTableRowsInput
SetMaxResults sets the MaxResults field's value.
func (*ListTableRowsInput) SetNextToken ¶ added in v1.35.37
func (s *ListTableRowsInput) SetNextToken(v string) *ListTableRowsInput
SetNextToken sets the NextToken field's value.
func (*ListTableRowsInput) SetRowIds ¶ added in v1.35.37
func (s *ListTableRowsInput) SetRowIds(v []*string) *ListTableRowsInput
SetRowIds sets the RowIds field's value.
func (*ListTableRowsInput) SetTableId ¶ added in v1.35.37
func (s *ListTableRowsInput) SetTableId(v string) *ListTableRowsInput
SetTableId sets the TableId field's value.
func (*ListTableRowsInput) SetWorkbookId ¶ added in v1.35.37
func (s *ListTableRowsInput) SetWorkbookId(v string) *ListTableRowsInput
SetWorkbookId sets the WorkbookId field's value.
func (ListTableRowsInput) String ¶ added in v1.35.37
func (s ListTableRowsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTableRowsInput) Validate ¶ added in v1.35.37
func (s *ListTableRowsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTableRowsOutput ¶ added in v1.35.37
type ListTableRowsOutput struct { // The list of columns in the table whose row data is returned in the result. // // ColumnIds is a required field ColumnIds []*string `locationName:"columnIds" min:"1" type:"list" required:"true"` // Provides the pagination token to load the next page if there are more results // matching the request. If a pagination token is not present in the response, // it means that all data matching the request has been loaded. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // The list of row ids included in the request that were not found in the table. RowIdsNotFound []*string `locationName:"rowIdsNotFound" min:"1" type:"list"` // The list of rows in the table. Note that this result is paginated, so this // list contains a maximum of 100 rows. // // Rows is a required field Rows []*TableRow `locationName:"rows" type:"list" required:"true"` // Indicates the cursor of the workbook at which the data returned by this request // is read. Workbook cursor keeps increasing with every update and the increments // are not sequential. // // WorkbookCursor is a required field WorkbookCursor *int64 `locationName:"workbookCursor" type:"long" required:"true"` // contains filtered or unexported fields }
func (ListTableRowsOutput) GoString ¶ added in v1.35.37
func (s ListTableRowsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTableRowsOutput) SetColumnIds ¶ added in v1.35.37
func (s *ListTableRowsOutput) SetColumnIds(v []*string) *ListTableRowsOutput
SetColumnIds sets the ColumnIds field's value.
func (*ListTableRowsOutput) SetNextToken ¶ added in v1.35.37
func (s *ListTableRowsOutput) SetNextToken(v string) *ListTableRowsOutput
SetNextToken sets the NextToken field's value.
func (*ListTableRowsOutput) SetRowIdsNotFound ¶ added in v1.35.37
func (s *ListTableRowsOutput) SetRowIdsNotFound(v []*string) *ListTableRowsOutput
SetRowIdsNotFound sets the RowIdsNotFound field's value.
func (*ListTableRowsOutput) SetRows ¶ added in v1.35.37
func (s *ListTableRowsOutput) SetRows(v []*TableRow) *ListTableRowsOutput
SetRows sets the Rows field's value.
func (*ListTableRowsOutput) SetWorkbookCursor ¶ added in v1.35.37
func (s *ListTableRowsOutput) SetWorkbookCursor(v int64) *ListTableRowsOutput
SetWorkbookCursor sets the WorkbookCursor field's value.
func (ListTableRowsOutput) String ¶ added in v1.35.37
func (s ListTableRowsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListTablesInput ¶ added in v1.35.37
type ListTablesInput struct { // The maximum number of tables to return in each page of the results. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // This parameter is optional. If a nextToken is not specified, the API returns // the first page of data. // // Pagination tokens expire after 1 hour. If you use a token that was returned // more than an hour back, the API will throw ValidationException. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // The ID of the workbook whose tables are being retrieved. // // If a workbook with the specified id could not be found, this API throws ResourceNotFoundException. // // WorkbookId is a required field WorkbookId *string `location:"uri" locationName:"workbookId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListTablesInput) GoString ¶ added in v1.35.37
func (s ListTablesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTablesInput) SetMaxResults ¶ added in v1.35.37
func (s *ListTablesInput) SetMaxResults(v int64) *ListTablesInput
SetMaxResults sets the MaxResults field's value.
func (*ListTablesInput) SetNextToken ¶ added in v1.35.37
func (s *ListTablesInput) SetNextToken(v string) *ListTablesInput
SetNextToken sets the NextToken field's value.
func (*ListTablesInput) SetWorkbookId ¶ added in v1.35.37
func (s *ListTablesInput) SetWorkbookId(v string) *ListTablesInput
SetWorkbookId sets the WorkbookId field's value.
func (ListTablesInput) String ¶ added in v1.35.37
func (s ListTablesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTablesInput) Validate ¶ added in v1.35.37
func (s *ListTablesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTablesOutput ¶ added in v1.35.37
type ListTablesOutput struct { // Provides the pagination token to load the next page if there are more results // matching the request. If a pagination token is not present in the response, // it means that all data matching the request has been loaded. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // The list of tables in the workbook. // // Tables is a required field Tables []*Table `locationName:"tables" type:"list" required:"true"` // Indicates the cursor of the workbook at which the data returned by this request // is read. Workbook cursor keeps increasing with every update and the increments // are not sequential. WorkbookCursor *int64 `locationName:"workbookCursor" type:"long"` // contains filtered or unexported fields }
func (ListTablesOutput) GoString ¶ added in v1.35.37
func (s ListTablesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTablesOutput) SetNextToken ¶ added in v1.35.37
func (s *ListTablesOutput) SetNextToken(v string) *ListTablesOutput
SetNextToken sets the NextToken field's value.
func (*ListTablesOutput) SetTables ¶ added in v1.35.37
func (s *ListTablesOutput) SetTables(v []*Table) *ListTablesOutput
SetTables sets the Tables field's value.
func (*ListTablesOutput) SetWorkbookCursor ¶ added in v1.35.37
func (s *ListTablesOutput) SetWorkbookCursor(v int64) *ListTablesOutput
SetWorkbookCursor sets the WorkbookCursor field's value.
func (ListTablesOutput) String ¶ added in v1.35.37
func (s ListTablesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListTagsForResourceInput ¶ added in v1.42.33
type ListTagsForResourceInput struct { // The resource's Amazon Resource Name (ARN). // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"resourceArn" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListTagsForResourceInput) GoString ¶ added in v1.42.33
func (s ListTagsForResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceInput) SetResourceArn ¶ added in v1.42.33
func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (ListTagsForResourceInput) String ¶ added in v1.42.33
func (s ListTagsForResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceInput) Validate ¶ added in v1.42.33
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput ¶ added in v1.42.33
type ListTagsForResourceOutput struct { // The resource's tags. Tags map[string]*string `locationName:"tags" type:"map"` // contains filtered or unexported fields }
func (ListTagsForResourceOutput) GoString ¶ added in v1.42.33
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceOutput) SetTags ¶ added in v1.42.33
func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput
SetTags sets the Tags field's value.
func (ListTagsForResourceOutput) String ¶ added in v1.42.33
func (s ListTagsForResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type QueryTableRowsInput ¶ added in v1.35.37
type QueryTableRowsInput struct { // An object that represents a filter formula along with the id of the context // row under which the filter function needs to evaluate. // // FilterFormula is a required field FilterFormula *Filter `locationName:"filterFormula" type:"structure" required:"true"` // The maximum number of rows to return in each page of the results. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // This parameter is optional. If a nextToken is not specified, the API returns // the first page of data. // // Pagination tokens expire after 1 hour. If you use a token that was returned // more than an hour back, the API will throw ValidationException. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // The ID of the table whose rows are being queried. // // If a table with the specified id could not be found, this API throws ResourceNotFoundException. // // TableId is a required field TableId *string `location:"uri" locationName:"tableId" min:"36" type:"string" required:"true"` // The ID of the workbook whose table rows are being queried. // // If a workbook with the specified id could not be found, this API throws ResourceNotFoundException. // // WorkbookId is a required field WorkbookId *string `location:"uri" locationName:"workbookId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (QueryTableRowsInput) GoString ¶ added in v1.35.37
func (s QueryTableRowsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*QueryTableRowsInput) SetFilterFormula ¶ added in v1.35.37
func (s *QueryTableRowsInput) SetFilterFormula(v *Filter) *QueryTableRowsInput
SetFilterFormula sets the FilterFormula field's value.
func (*QueryTableRowsInput) SetMaxResults ¶ added in v1.35.37
func (s *QueryTableRowsInput) SetMaxResults(v int64) *QueryTableRowsInput
SetMaxResults sets the MaxResults field's value.
func (*QueryTableRowsInput) SetNextToken ¶ added in v1.35.37
func (s *QueryTableRowsInput) SetNextToken(v string) *QueryTableRowsInput
SetNextToken sets the NextToken field's value.
func (*QueryTableRowsInput) SetTableId ¶ added in v1.35.37
func (s *QueryTableRowsInput) SetTableId(v string) *QueryTableRowsInput
SetTableId sets the TableId field's value.
func (*QueryTableRowsInput) SetWorkbookId ¶ added in v1.35.37
func (s *QueryTableRowsInput) SetWorkbookId(v string) *QueryTableRowsInput
SetWorkbookId sets the WorkbookId field's value.
func (QueryTableRowsInput) String ¶ added in v1.35.37
func (s QueryTableRowsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*QueryTableRowsInput) Validate ¶ added in v1.35.37
func (s *QueryTableRowsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type QueryTableRowsOutput ¶ added in v1.35.37
type QueryTableRowsOutput struct { // The list of columns in the table whose row data is returned in the result. // // ColumnIds is a required field ColumnIds []*string `locationName:"columnIds" min:"1" type:"list" required:"true"` // Provides the pagination token to load the next page if there are more results // matching the request. If a pagination token is not present in the response, // it means that all data matching the request has been loaded. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // The list of rows in the table that match the query filter. // // Rows is a required field Rows []*TableRow `locationName:"rows" type:"list" required:"true"` // Indicates the cursor of the workbook at which the data returned by this request // is read. Workbook cursor keeps increasing with every update and the increments // are not sequential. // // WorkbookCursor is a required field WorkbookCursor *int64 `locationName:"workbookCursor" type:"long" required:"true"` // contains filtered or unexported fields }
func (QueryTableRowsOutput) GoString ¶ added in v1.35.37
func (s QueryTableRowsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*QueryTableRowsOutput) SetColumnIds ¶ added in v1.35.37
func (s *QueryTableRowsOutput) SetColumnIds(v []*string) *QueryTableRowsOutput
SetColumnIds sets the ColumnIds field's value.
func (*QueryTableRowsOutput) SetNextToken ¶ added in v1.35.37
func (s *QueryTableRowsOutput) SetNextToken(v string) *QueryTableRowsOutput
SetNextToken sets the NextToken field's value.
func (*QueryTableRowsOutput) SetRows ¶ added in v1.35.37
func (s *QueryTableRowsOutput) SetRows(v []*TableRow) *QueryTableRowsOutput
SetRows sets the Rows field's value.
func (*QueryTableRowsOutput) SetWorkbookCursor ¶ added in v1.35.37
func (s *QueryTableRowsOutput) SetWorkbookCursor(v int64) *QueryTableRowsOutput
SetWorkbookCursor sets the WorkbookCursor field's value.
func (QueryTableRowsOutput) String ¶ added in v1.35.37
func (s QueryTableRowsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type RequestTimeoutException ¶
type RequestTimeoutException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The request timed out.
func (*RequestTimeoutException) Code ¶
func (s *RequestTimeoutException) Code() string
Code returns the exception type name.
func (*RequestTimeoutException) Error ¶
func (s *RequestTimeoutException) Error() string
func (RequestTimeoutException) GoString ¶
func (s RequestTimeoutException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RequestTimeoutException) Message ¶
func (s *RequestTimeoutException) Message() string
Message returns the exception's message.
func (*RequestTimeoutException) OrigErr ¶
func (s *RequestTimeoutException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*RequestTimeoutException) RequestID ¶
func (s *RequestTimeoutException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*RequestTimeoutException) StatusCode ¶
func (s *RequestTimeoutException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (RequestTimeoutException) String ¶
func (s RequestTimeoutException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResourceNotFoundException ¶
type ResourceNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
func (*ResourceNotFoundException) Code ¶
func (s *ResourceNotFoundException) Code() string
Code returns the exception type name.
func (*ResourceNotFoundException) Error ¶
func (s *ResourceNotFoundException) Error() string
func (ResourceNotFoundException) GoString ¶
func (s ResourceNotFoundException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceNotFoundException) Message ¶
func (s *ResourceNotFoundException) Message() string
Message returns the exception's message.
func (*ResourceNotFoundException) OrigErr ¶
func (s *ResourceNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceNotFoundException) RequestID ¶
func (s *ResourceNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceNotFoundException) StatusCode ¶
func (s *ResourceNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceNotFoundException) String ¶
func (s ResourceNotFoundException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResultRow ¶
type ResultRow struct { // List of all the data cells in a row. // // DataItems is a required field DataItems []*DataItem `locationName:"dataItems" type:"list" required:"true"` // The ID for a particular row. RowId *string `locationName:"rowId" min:"77" type:"string"` // contains filtered or unexported fields }
A single row in the ResultSet.
func (ResultRow) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResultRow) SetDataItems ¶
SetDataItems sets the DataItems field's value.
type ResultSet ¶
type ResultSet struct { // List of headers for all the data cells in the block. The header identifies // the name and default format of the data cell. Data cells appear in the same // order in all rows as defined in the header. The names and formats are not // repeated in the rows. If a particular row does not have a value for a data // cell, a blank value is used. // // For example, a task list that displays the task name, due date and assigned // person might have headers [ { "name": "Task Name"}, {"name": "Due Date", // "format": "DATE"}, {"name": "Assigned", "format": "CONTACT"} ]. Every row // in the result will have the task name as the first item, due date as the // second item and assigned person as the third item. If a particular task does // not have a due date, that row will still have a blank value in the second // element and the assigned person will still be in the third element. // // Headers is a required field Headers []*ColumnMetadata `locationName:"headers" type:"list" required:"true"` // List of rows returned by the request. Each row has a row Id and a list of // data cells in that row. The data cells will be present in the same order // as they are defined in the header. // // Rows is a required field Rows []*ResultRow `locationName:"rows" type:"list" required:"true"` // contains filtered or unexported fields }
ResultSet contains the results of the request for a single block or list defined on the screen.
func (ResultSet) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResultSet) SetHeaders ¶
func (s *ResultSet) SetHeaders(v []*ColumnMetadata) *ResultSet
SetHeaders sets the Headers field's value.
type ServiceQuotaExceededException ¶ added in v1.35.37
type ServiceQuotaExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The request caused service quota to be breached.
func (*ServiceQuotaExceededException) Code ¶ added in v1.35.37
func (s *ServiceQuotaExceededException) Code() string
Code returns the exception type name.
func (*ServiceQuotaExceededException) Error ¶ added in v1.35.37
func (s *ServiceQuotaExceededException) Error() string
func (ServiceQuotaExceededException) GoString ¶ added in v1.35.37
func (s ServiceQuotaExceededException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServiceQuotaExceededException) Message ¶ added in v1.35.37
func (s *ServiceQuotaExceededException) Message() string
Message returns the exception's message.
func (*ServiceQuotaExceededException) OrigErr ¶ added in v1.35.37
func (s *ServiceQuotaExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ServiceQuotaExceededException) RequestID ¶ added in v1.35.37
func (s *ServiceQuotaExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ServiceQuotaExceededException) StatusCode ¶ added in v1.35.37
func (s *ServiceQuotaExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ServiceQuotaExceededException) String ¶ added in v1.35.37
func (s ServiceQuotaExceededException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ServiceUnavailableException ¶
type ServiceUnavailableException struct { // contains filtered or unexported fields }
Remote service is unreachable.
func (*ServiceUnavailableException) Code ¶
func (s *ServiceUnavailableException) Code() string
Code returns the exception type name.
func (*ServiceUnavailableException) Error ¶
func (s *ServiceUnavailableException) Error() string
func (ServiceUnavailableException) GoString ¶
func (s ServiceUnavailableException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServiceUnavailableException) Message ¶
func (s *ServiceUnavailableException) Message() string
Message returns the exception's message.
func (*ServiceUnavailableException) OrigErr ¶
func (s *ServiceUnavailableException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ServiceUnavailableException) RequestID ¶
func (s *ServiceUnavailableException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ServiceUnavailableException) StatusCode ¶
func (s *ServiceUnavailableException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ServiceUnavailableException) String ¶
func (s ServiceUnavailableException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SourceDataColumnProperties ¶ added in v1.35.37
type SourceDataColumnProperties struct { // The index of the column in the input file. ColumnIndex *int64 `locationName:"columnIndex" min:"1" type:"integer"` // contains filtered or unexported fields }
An object that contains the properties for importing data to a specific column in a table.
func (SourceDataColumnProperties) GoString ¶ added in v1.35.37
func (s SourceDataColumnProperties) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SourceDataColumnProperties) SetColumnIndex ¶ added in v1.35.37
func (s *SourceDataColumnProperties) SetColumnIndex(v int64) *SourceDataColumnProperties
SetColumnIndex sets the ColumnIndex field's value.
func (SourceDataColumnProperties) String ¶ added in v1.35.37
func (s SourceDataColumnProperties) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SourceDataColumnProperties) Validate ¶ added in v1.35.37
func (s *SourceDataColumnProperties) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartTableDataImportJobInput ¶ added in v1.35.37
type StartTableDataImportJobInput struct { // The request token for performing the update action. Request tokens help to // identify duplicate requests. If a call times out or fails due to a transient // error like a failed network connection, you can retry the call with the same // request token. The service ensures that if the first call using that request // token is successfully performed, the second call will not perform the action // again. // // Note that request tokens are valid only for a few minutes. You cannot use // request tokens to dedupe requests spanning hours or days. // // ClientRequestToken is a required field ClientRequestToken *string `locationName:"clientRequestToken" min:"32" type:"string" required:"true"` // The format of the data that is being imported. Currently the only option // supported is "DELIMITED_TEXT". // // DataFormat is a required field DataFormat *string `locationName:"dataFormat" type:"string" required:"true" enum:"ImportSourceDataFormat"` // The source of the data that is being imported. The size of source must be // no larger than 100 MB. Source must have no more than 100,000 cells and no // more than 1,000 rows. // // DataSource is a required field DataSource *ImportDataSource `locationName:"dataSource" type:"structure" required:"true"` // The ID of the table where the rows are being imported. // // If a table with the specified id could not be found, this API throws ResourceNotFoundException. // // DestinationTableId is a required field DestinationTableId *string `location:"uri" locationName:"tableId" min:"36" type:"string" required:"true"` // The options for customizing this import request. // // ImportOptions is a required field ImportOptions *ImportOptions `locationName:"importOptions" type:"structure" required:"true"` // The ID of the workbook where the rows are being imported. // // If a workbook with the specified id could not be found, this API throws ResourceNotFoundException. // // WorkbookId is a required field WorkbookId *string `location:"uri" locationName:"workbookId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (StartTableDataImportJobInput) GoString ¶ added in v1.35.37
func (s StartTableDataImportJobInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartTableDataImportJobInput) SetClientRequestToken ¶ added in v1.35.37
func (s *StartTableDataImportJobInput) SetClientRequestToken(v string) *StartTableDataImportJobInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*StartTableDataImportJobInput) SetDataFormat ¶ added in v1.35.37
func (s *StartTableDataImportJobInput) SetDataFormat(v string) *StartTableDataImportJobInput
SetDataFormat sets the DataFormat field's value.
func (*StartTableDataImportJobInput) SetDataSource ¶ added in v1.35.37
func (s *StartTableDataImportJobInput) SetDataSource(v *ImportDataSource) *StartTableDataImportJobInput
SetDataSource sets the DataSource field's value.
func (*StartTableDataImportJobInput) SetDestinationTableId ¶ added in v1.35.37
func (s *StartTableDataImportJobInput) SetDestinationTableId(v string) *StartTableDataImportJobInput
SetDestinationTableId sets the DestinationTableId field's value.
func (*StartTableDataImportJobInput) SetImportOptions ¶ added in v1.35.37
func (s *StartTableDataImportJobInput) SetImportOptions(v *ImportOptions) *StartTableDataImportJobInput
SetImportOptions sets the ImportOptions field's value.
func (*StartTableDataImportJobInput) SetWorkbookId ¶ added in v1.35.37
func (s *StartTableDataImportJobInput) SetWorkbookId(v string) *StartTableDataImportJobInput
SetWorkbookId sets the WorkbookId field's value.
func (StartTableDataImportJobInput) String ¶ added in v1.35.37
func (s StartTableDataImportJobInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartTableDataImportJobInput) Validate ¶ added in v1.35.37
func (s *StartTableDataImportJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartTableDataImportJobOutput ¶ added in v1.35.37
type StartTableDataImportJobOutput struct { // The id that is assigned to this import job. Future requests to find out the // status of this import job need to send this id in the appropriate parameter // in the request. // // JobId is a required field JobId *string `locationName:"jobId" min:"1" type:"string" required:"true"` // The status of the import job immediately after submitting the request. // // JobStatus is a required field JobStatus *string `locationName:"jobStatus" type:"string" required:"true" enum:"TableDataImportJobStatus"` // contains filtered or unexported fields }
func (StartTableDataImportJobOutput) GoString ¶ added in v1.35.37
func (s StartTableDataImportJobOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartTableDataImportJobOutput) SetJobId ¶ added in v1.35.37
func (s *StartTableDataImportJobOutput) SetJobId(v string) *StartTableDataImportJobOutput
SetJobId sets the JobId field's value.
func (*StartTableDataImportJobOutput) SetJobStatus ¶ added in v1.35.37
func (s *StartTableDataImportJobOutput) SetJobStatus(v string) *StartTableDataImportJobOutput
SetJobStatus sets the JobStatus field's value.
func (StartTableDataImportJobOutput) String ¶ added in v1.35.37
func (s StartTableDataImportJobOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Table ¶ added in v1.35.37
type Table struct { // The id of the table. TableId *string `locationName:"tableId" min:"36" type:"string"` // The name of the table. TableName *string `locationName:"tableName" type:"string"` // contains filtered or unexported fields }
An object representing the properties of a table in a workbook.
func (Table) GoString ¶ added in v1.35.37
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Table) SetTableId ¶ added in v1.35.37
SetTableId sets the TableId field's value.
func (*Table) SetTableName ¶ added in v1.35.37
SetTableName sets the TableName field's value.
type TableColumn ¶ added in v1.35.37
type TableColumn struct { // The column level format that is applied in the table. An empty value in this // field means that the column format is the default value 'AUTO'. Format *string `locationName:"format" type:"string" enum:"Format"` // The id of the column in the table. TableColumnId *string `locationName:"tableColumnId" min:"36" type:"string"` // The name of the column in the table. TableColumnName *string `locationName:"tableColumnName" type:"string"` // contains filtered or unexported fields }
An object that contains attributes about a single column in a table
func (TableColumn) GoString ¶ added in v1.35.37
func (s TableColumn) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TableColumn) SetFormat ¶ added in v1.35.37
func (s *TableColumn) SetFormat(v string) *TableColumn
SetFormat sets the Format field's value.
func (*TableColumn) SetTableColumnId ¶ added in v1.35.37
func (s *TableColumn) SetTableColumnId(v string) *TableColumn
SetTableColumnId sets the TableColumnId field's value.
func (*TableColumn) SetTableColumnName ¶ added in v1.35.37
func (s *TableColumn) SetTableColumnName(v string) *TableColumn
SetTableColumnName sets the TableColumnName field's value.
func (TableColumn) String ¶ added in v1.35.37
func (s TableColumn) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TableDataImportJobMetadata ¶ added in v1.35.37
type TableDataImportJobMetadata struct { // The source of the data that was submitted for import. // // DataSource is a required field DataSource *ImportDataSource `locationName:"dataSource" type:"structure" required:"true"` // The options that was specified at the time of submitting the import request. // // ImportOptions is a required field ImportOptions *ImportOptions `locationName:"importOptions" type:"structure" required:"true"` // The timestamp when the job was submitted for import. // // SubmitTime is a required field SubmitTime *time.Time `locationName:"submitTime" type:"timestamp" required:"true"` // Details about the submitter of the import request. // // Submitter is a required field Submitter *ImportJobSubmitter `locationName:"submitter" type:"structure" required:"true"` // contains filtered or unexported fields }
The metadata associated with the table data import job that was submitted.
func (TableDataImportJobMetadata) GoString ¶ added in v1.35.37
func (s TableDataImportJobMetadata) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TableDataImportJobMetadata) SetDataSource ¶ added in v1.35.37
func (s *TableDataImportJobMetadata) SetDataSource(v *ImportDataSource) *TableDataImportJobMetadata
SetDataSource sets the DataSource field's value.
func (*TableDataImportJobMetadata) SetImportOptions ¶ added in v1.35.37
func (s *TableDataImportJobMetadata) SetImportOptions(v *ImportOptions) *TableDataImportJobMetadata
SetImportOptions sets the ImportOptions field's value.
func (*TableDataImportJobMetadata) SetSubmitTime ¶ added in v1.35.37
func (s *TableDataImportJobMetadata) SetSubmitTime(v time.Time) *TableDataImportJobMetadata
SetSubmitTime sets the SubmitTime field's value.
func (*TableDataImportJobMetadata) SetSubmitter ¶ added in v1.35.37
func (s *TableDataImportJobMetadata) SetSubmitter(v *ImportJobSubmitter) *TableDataImportJobMetadata
SetSubmitter sets the Submitter field's value.
func (TableDataImportJobMetadata) String ¶ added in v1.35.37
func (s TableDataImportJobMetadata) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TableRow ¶ added in v1.35.37
type TableRow struct { // A list of cells in the table row. The cells appear in the same order as the // columns of the table. // // Cells is a required field Cells []*Cell `locationName:"cells" type:"list" required:"true"` // The id of the row in the table. // // RowId is a required field RowId *string `locationName:"rowId" min:"77" type:"string" required:"true"` // contains filtered or unexported fields }
An object that contains attributes about a single row in a table
func (TableRow) GoString ¶ added in v1.35.37
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TagResourceInput ¶ added in v1.42.33
type TagResourceInput struct { // The resource's Amazon Resource Name (ARN). // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"resourceArn" min:"1" type:"string" required:"true"` // A list of tags to apply to the resource. // // Tags is a required field Tags map[string]*string `locationName:"tags" type:"map" required:"true"` // contains filtered or unexported fields }
func (TagResourceInput) GoString ¶ added in v1.42.33
func (s TagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) SetResourceArn ¶ added in v1.42.33
func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*TagResourceInput) SetTags ¶ added in v1.42.33
func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput
SetTags sets the Tags field's value.
func (TagResourceInput) String ¶ added in v1.42.33
func (s TagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) Validate ¶ added in v1.42.33
func (s *TagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceOutput ¶ added in v1.42.33
type TagResourceOutput struct {
// contains filtered or unexported fields
}
func (TagResourceOutput) GoString ¶ added in v1.42.33
func (s TagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (TagResourceOutput) String ¶ added in v1.42.33
func (s TagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ThrottlingException ¶
type ThrottlingException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Tps(transactions per second) rate reached.
func (*ThrottlingException) Code ¶
func (s *ThrottlingException) Code() string
Code returns the exception type name.
func (*ThrottlingException) Error ¶
func (s *ThrottlingException) Error() string
func (ThrottlingException) GoString ¶
func (s ThrottlingException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ThrottlingException) Message ¶
func (s *ThrottlingException) Message() string
Message returns the exception's message.
func (*ThrottlingException) OrigErr ¶
func (s *ThrottlingException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ThrottlingException) RequestID ¶
func (s *ThrottlingException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ThrottlingException) StatusCode ¶
func (s *ThrottlingException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ThrottlingException) String ¶
func (s ThrottlingException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UntagResourceInput ¶ added in v1.42.33
type UntagResourceInput struct { // The resource's Amazon Resource Name (ARN). // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"resourceArn" min:"1" type:"string" required:"true"` // A list of tag keys to remove from the resource. // // TagKeys is a required field TagKeys []*string `location:"querystring" locationName:"tagKeys" type:"list" required:"true"` // contains filtered or unexported fields }
func (UntagResourceInput) GoString ¶ added in v1.42.33
func (s UntagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) SetResourceArn ¶ added in v1.42.33
func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*UntagResourceInput) SetTagKeys ¶ added in v1.42.33
func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourceInput) String ¶ added in v1.42.33
func (s UntagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) Validate ¶ added in v1.42.33
func (s *UntagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceOutput ¶ added in v1.42.33
type UntagResourceOutput struct {
// contains filtered or unexported fields
}
func (UntagResourceOutput) GoString ¶ added in v1.42.33
func (s UntagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UntagResourceOutput) String ¶ added in v1.42.33
func (s UntagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateRowData ¶ added in v1.35.37
type UpdateRowData struct { // A map representing the cells to update in the given row. The key is the column // id of the cell and the value is the CellInput object that represents the // data to set in that cell. // // CellsToUpdate is a required field CellsToUpdate map[string]*CellInput `locationName:"cellsToUpdate" min:"1" type:"map" required:"true"` // The id of the row that needs to be updated. // // RowId is a required field RowId *string `locationName:"rowId" min:"77" type:"string" required:"true"` // contains filtered or unexported fields }
Data needed to create a single row in a table as part of the BatchCreateTableRows request.
func (UpdateRowData) GoString ¶ added in v1.35.37
func (s UpdateRowData) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateRowData) SetCellsToUpdate ¶ added in v1.35.37
func (s *UpdateRowData) SetCellsToUpdate(v map[string]*CellInput) *UpdateRowData
SetCellsToUpdate sets the CellsToUpdate field's value.
func (*UpdateRowData) SetRowId ¶ added in v1.35.37
func (s *UpdateRowData) SetRowId(v string) *UpdateRowData
SetRowId sets the RowId field's value.
func (UpdateRowData) String ¶ added in v1.35.37
func (s UpdateRowData) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateRowData) Validate ¶ added in v1.35.37
func (s *UpdateRowData) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpsertRowData ¶ added in v1.35.37
type UpsertRowData struct { // An external identifier that represents a single item in the request that // is being upserted as part of the BatchUpsertTableRows request. This can be // any string that you can use to identify the item in the request. The BatchUpsertTableRows // API puts the batch item id in the results to allow you to link data in the // request to data in the results. // // BatchItemId is a required field BatchItemId *string `locationName:"batchItemId" min:"1" type:"string" required:"true"` // A map representing the cells to update for the matching rows or an appended // row. The key is the column id of the cell and the value is the CellInput // object that represents the data to set in that cell. // // CellsToUpdate is a required field CellsToUpdate map[string]*CellInput `locationName:"cellsToUpdate" min:"1" type:"map" required:"true"` // The filter formula to use to find existing matching rows to update. The formula // needs to return zero or more rows. If the formula returns 0 rows, then a // new row will be appended in the target table. If the formula returns one // or more rows, then the returned rows will be updated. // // Note that the filter formula needs to return rows from the target table for // the upsert operation to succeed. If the filter formula has a syntax error // or it doesn't evaluate to zero or more rows in the target table for any one // item in the input list, then the entire BatchUpsertTableRows request fails // and no updates are made to the table. // // Filter is a required field Filter *Filter `locationName:"filter" type:"structure" required:"true"` // contains filtered or unexported fields }
Data needed to upsert rows in a table as part of a single item in the BatchUpsertTableRows request.
func (UpsertRowData) GoString ¶ added in v1.35.37
func (s UpsertRowData) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpsertRowData) SetBatchItemId ¶ added in v1.35.37
func (s *UpsertRowData) SetBatchItemId(v string) *UpsertRowData
SetBatchItemId sets the BatchItemId field's value.
func (*UpsertRowData) SetCellsToUpdate ¶ added in v1.35.37
func (s *UpsertRowData) SetCellsToUpdate(v map[string]*CellInput) *UpsertRowData
SetCellsToUpdate sets the CellsToUpdate field's value.
func (*UpsertRowData) SetFilter ¶ added in v1.35.37
func (s *UpsertRowData) SetFilter(v *Filter) *UpsertRowData
SetFilter sets the Filter field's value.
func (UpsertRowData) String ¶ added in v1.35.37
func (s UpsertRowData) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpsertRowData) Validate ¶ added in v1.35.37
func (s *UpsertRowData) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpsertRowsResult ¶ added in v1.35.37
type UpsertRowsResult struct { // The list of row ids that were changed as part of an upsert row operation. // If the upsert resulted in an update, this list could potentially contain // multiple rows that matched the filter and hence got updated. If the upsert // resulted in an append, this list would only have the single row that was // appended. // // RowIds is a required field RowIds []*string `locationName:"rowIds" min:"1" type:"list" required:"true"` // The result of the upsert action. // // UpsertAction is a required field UpsertAction *string `locationName:"upsertAction" type:"string" required:"true" enum:"UpsertAction"` // contains filtered or unexported fields }
An object that represents the result of a single upsert row request.
func (UpsertRowsResult) GoString ¶ added in v1.35.37
func (s UpsertRowsResult) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpsertRowsResult) SetRowIds ¶ added in v1.35.37
func (s *UpsertRowsResult) SetRowIds(v []*string) *UpsertRowsResult
SetRowIds sets the RowIds field's value.
func (*UpsertRowsResult) SetUpsertAction ¶ added in v1.35.37
func (s *UpsertRowsResult) SetUpsertAction(v string) *UpsertRowsResult
SetUpsertAction sets the UpsertAction field's value.
func (UpsertRowsResult) String ¶ added in v1.35.37
func (s UpsertRowsResult) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ValidationException ¶
type ValidationException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Request is invalid. The message in the response contains details on why the request is invalid.
func (*ValidationException) Code ¶
func (s *ValidationException) Code() string
Code returns the exception type name.
func (*ValidationException) Error ¶
func (s *ValidationException) Error() string
func (ValidationException) GoString ¶
func (s ValidationException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ValidationException) Message ¶
func (s *ValidationException) Message() string
Message returns the exception's message.
func (*ValidationException) OrigErr ¶
func (s *ValidationException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ValidationException) RequestID ¶
func (s *ValidationException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ValidationException) StatusCode ¶
func (s *ValidationException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ValidationException) String ¶
func (s ValidationException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type VariableValue ¶
type VariableValue struct { // Raw value of the variable. // // RawValue is a required field RawValue *string `locationName:"rawValue" type:"string" required:"true"` // contains filtered or unexported fields }
The input variables to the app to be used by the InvokeScreenAutomation action request.
func (VariableValue) GoString ¶
func (s VariableValue) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*VariableValue) SetRawValue ¶
func (s *VariableValue) SetRawValue(v string) *VariableValue
SetRawValue sets the RawValue field's value.
func (VariableValue) String ¶
func (s VariableValue) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*VariableValue) Validate ¶
func (s *VariableValue) Validate() error
Validate inspects the fields of the type to determine if they are valid.
Directories ¶
Path | Synopsis |
---|---|
Package honeycodeiface provides an interface to enable mocking the Amazon Honeycode service client for testing your code.
|
Package honeycodeiface provides an interface to enable mocking the Amazon Honeycode service client for testing your code. |