...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/honeycode"
Overview
Constants

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

The stub package, honeycodeiface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Types ▾

type Honeycode
func New(p client.ConfigProvider, cfgs ...*aws.Config) *Honeycode
func (c *Honeycode) BatchCreateTableRows(input *BatchCreateTableRowsInput) (*BatchCreateTableRowsOutput, error)
func (c *Honeycode) BatchCreateTableRowsRequest(input *BatchCreateTableRowsInput) (req *request.Request, output *BatchCreateTableRowsOutput)
func (c *Honeycode) BatchCreateTableRowsWithContext(ctx aws.Context, input *BatchCreateTableRowsInput, opts ...request.Option) (*BatchCreateTableRowsOutput, error)
func (c *Honeycode) BatchDeleteTableRows(input *BatchDeleteTableRowsInput) (*BatchDeleteTableRowsOutput, error)
func (c *Honeycode) BatchDeleteTableRowsRequest(input *BatchDeleteTableRowsInput) (req *request.Request, output *BatchDeleteTableRowsOutput)
func (c *Honeycode) BatchDeleteTableRowsWithContext(ctx aws.Context, input *BatchDeleteTableRowsInput, opts ...request.Option) (*BatchDeleteTableRowsOutput, error)
func (c *Honeycode) BatchUpdateTableRows(input *BatchUpdateTableRowsInput) (*BatchUpdateTableRowsOutput, error)
func (c *Honeycode) BatchUpdateTableRowsRequest(input *BatchUpdateTableRowsInput) (req *request.Request, output *BatchUpdateTableRowsOutput)
func (c *Honeycode) BatchUpdateTableRowsWithContext(ctx aws.Context, input *BatchUpdateTableRowsInput, opts ...request.Option) (*BatchUpdateTableRowsOutput, error)
func (c *Honeycode) BatchUpsertTableRows(input *BatchUpsertTableRowsInput) (*BatchUpsertTableRowsOutput, error)
func (c *Honeycode) BatchUpsertTableRowsRequest(input *BatchUpsertTableRowsInput) (req *request.Request, output *BatchUpsertTableRowsOutput)
func (c *Honeycode) BatchUpsertTableRowsWithContext(ctx aws.Context, input *BatchUpsertTableRowsInput, opts ...request.Option) (*BatchUpsertTableRowsOutput, error)
func (c *Honeycode) DescribeTableDataImportJob(input *DescribeTableDataImportJobInput) (*DescribeTableDataImportJobOutput, error)
func (c *Honeycode) DescribeTableDataImportJobRequest(input *DescribeTableDataImportJobInput) (req *request.Request, output *DescribeTableDataImportJobOutput)
func (c *Honeycode) DescribeTableDataImportJobWithContext(ctx aws.Context, input *DescribeTableDataImportJobInput, opts ...request.Option) (*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, fn func(*ListTableColumnsOutput, bool) bool, opts ...request.Option) 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, fn func(*ListTableRowsOutput, bool) bool, opts ...request.Option) 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, opts ...request.Option) 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, fn func(*QueryTableRowsOutput, bool) bool, opts ...request.Option) 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)
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
type AutomationExecutionException
type AutomationExecutionTimeoutException
type BatchCreateTableRowsInput
type BatchCreateTableRowsOutput
type BatchDeleteTableRowsInput
type BatchDeleteTableRowsOutput
type BatchUpdateTableRowsInput
type BatchUpdateTableRowsOutput
type BatchUpsertTableRowsInput
type BatchUpsertTableRowsOutput
type Cell
type CellInput
type ColumnMetadata
type CreateRowData
type DataItem
type DelimitedTextImportOptions
type DescribeTableDataImportJobInput
type DescribeTableDataImportJobOutput
type DestinationOptions
type FailedBatchItem
type Filter
type GetScreenDataInput
type GetScreenDataOutput
type ImportDataSource
type ImportDataSourceConfig
type ImportJobSubmitter
type ImportOptions
type InternalServerException
type InvokeScreenAutomationInput
type InvokeScreenAutomationOutput
type ListTableColumnsInput
type ListTableColumnsOutput
type ListTableRowsInput
type ListTableRowsOutput
type ListTablesInput
type ListTablesOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type QueryTableRowsInput
type QueryTableRowsOutput
type RequestTimeoutException
type ResourceNotFoundException
type ResultRow
type ResultSet
type ServiceQuotaExceededException
type ServiceUnavailableException
type SourceDataColumnProperties
type StartTableDataImportJobInput
type StartTableDataImportJobOutput
type Table
type TableColumn
type TableDataImportJobMetadata
type TableRow
type TagResourceInput
type TagResourceOutput
type ThrottlingException
type UntagResourceInput
type UntagResourceOutput
type UpdateRowData
type UpsertRowData
type UpsertRowsResult
type ValidationException
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"

    // ErrCodeServiceUnavailableException for service response error code
    // "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"
)

func ErrorCode_Values

func ErrorCode_Values() []string

ErrorCode_Values returns all elements of the ErrorCode enum

func Format_Values

func Format_Values() []string

Format_Values returns all elements of the Format enum

func ImportDataCharacterEncoding_Values

func ImportDataCharacterEncoding_Values() []string

ImportDataCharacterEncoding_Values returns all elements of the ImportDataCharacterEncoding enum

func ImportSourceDataFormat_Values

func ImportSourceDataFormat_Values() []string

ImportSourceDataFormat_Values returns all elements of the ImportSourceDataFormat enum

func TableDataImportJobStatus_Values

func TableDataImportJobStatus_Values() []string

TableDataImportJobStatus_Values returns all elements of the TableDataImportJobStatus enum

func UpsertAction_Values

func UpsertAction_Values() []string

UpsertAction_Values returns all elements of the UpsertAction enum

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

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

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

func (s *BatchCreateTableRowsInput) SetClientRequestToken(v string) *BatchCreateTableRowsInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*BatchCreateTableRowsInput) SetRowsToCreate

func (s *BatchCreateTableRowsInput) SetRowsToCreate(v []*CreateRowData) *BatchCreateTableRowsInput

SetRowsToCreate sets the RowsToCreate field's value.

func (*BatchCreateTableRowsInput) SetTableId

func (s *BatchCreateTableRowsInput) SetTableId(v string) *BatchCreateTableRowsInput

SetTableId sets the TableId field's value.

func (*BatchCreateTableRowsInput) SetWorkbookId

func (s *BatchCreateTableRowsInput) SetWorkbookId(v string) *BatchCreateTableRowsInput

SetWorkbookId sets the WorkbookId field's value.

func (BatchCreateTableRowsInput) String

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

func (s *BatchCreateTableRowsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchCreateTableRowsOutput

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

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

func (s *BatchCreateTableRowsOutput) SetCreatedRows(v map[string]*string) *BatchCreateTableRowsOutput

SetCreatedRows sets the CreatedRows field's value.

func (*BatchCreateTableRowsOutput) SetFailedBatchItems

func (s *BatchCreateTableRowsOutput) SetFailedBatchItems(v []*FailedBatchItem) *BatchCreateTableRowsOutput

SetFailedBatchItems sets the FailedBatchItems field's value.

func (*BatchCreateTableRowsOutput) SetWorkbookCursor

func (s *BatchCreateTableRowsOutput) SetWorkbookCursor(v int64) *BatchCreateTableRowsOutput

SetWorkbookCursor sets the WorkbookCursor field's value.

func (BatchCreateTableRowsOutput) String

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

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

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

func (s *BatchDeleteTableRowsInput) SetClientRequestToken(v string) *BatchDeleteTableRowsInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*BatchDeleteTableRowsInput) SetRowIds

func (s *BatchDeleteTableRowsInput) SetRowIds(v []*string) *BatchDeleteTableRowsInput

SetRowIds sets the RowIds field's value.

func (*BatchDeleteTableRowsInput) SetTableId

func (s *BatchDeleteTableRowsInput) SetTableId(v string) *BatchDeleteTableRowsInput

SetTableId sets the TableId field's value.

func (*BatchDeleteTableRowsInput) SetWorkbookId

func (s *BatchDeleteTableRowsInput) SetWorkbookId(v string) *BatchDeleteTableRowsInput

SetWorkbookId sets the WorkbookId field's value.

func (BatchDeleteTableRowsInput) String

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

func (s *BatchDeleteTableRowsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchDeleteTableRowsOutput

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

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

func (s *BatchDeleteTableRowsOutput) SetFailedBatchItems(v []*FailedBatchItem) *BatchDeleteTableRowsOutput

SetFailedBatchItems sets the FailedBatchItems field's value.

func (*BatchDeleteTableRowsOutput) SetWorkbookCursor

func (s *BatchDeleteTableRowsOutput) SetWorkbookCursor(v int64) *BatchDeleteTableRowsOutput

SetWorkbookCursor sets the WorkbookCursor field's value.

func (BatchDeleteTableRowsOutput) String

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

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

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

func (s *BatchUpdateTableRowsInput) SetClientRequestToken(v string) *BatchUpdateTableRowsInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*BatchUpdateTableRowsInput) SetRowsToUpdate

func (s *BatchUpdateTableRowsInput) SetRowsToUpdate(v []*UpdateRowData) *BatchUpdateTableRowsInput

SetRowsToUpdate sets the RowsToUpdate field's value.

func (*BatchUpdateTableRowsInput) SetTableId

func (s *BatchUpdateTableRowsInput) SetTableId(v string) *BatchUpdateTableRowsInput

SetTableId sets the TableId field's value.

func (*BatchUpdateTableRowsInput) SetWorkbookId

func (s *BatchUpdateTableRowsInput) SetWorkbookId(v string) *BatchUpdateTableRowsInput

SetWorkbookId sets the WorkbookId field's value.

func (BatchUpdateTableRowsInput) String

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

func (s *BatchUpdateTableRowsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchUpdateTableRowsOutput

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

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

func (s *BatchUpdateTableRowsOutput) SetFailedBatchItems(v []*FailedBatchItem) *BatchUpdateTableRowsOutput

SetFailedBatchItems sets the FailedBatchItems field's value.

func (*BatchUpdateTableRowsOutput) SetWorkbookCursor

func (s *BatchUpdateTableRowsOutput) SetWorkbookCursor(v int64) *BatchUpdateTableRowsOutput

SetWorkbookCursor sets the WorkbookCursor field's value.

func (BatchUpdateTableRowsOutput) String

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

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

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

func (s *BatchUpsertTableRowsInput) SetClientRequestToken(v string) *BatchUpsertTableRowsInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*BatchUpsertTableRowsInput) SetRowsToUpsert

func (s *BatchUpsertTableRowsInput) SetRowsToUpsert(v []*UpsertRowData) *BatchUpsertTableRowsInput

SetRowsToUpsert sets the RowsToUpsert field's value.

func (*BatchUpsertTableRowsInput) SetTableId

func (s *BatchUpsertTableRowsInput) SetTableId(v string) *BatchUpsertTableRowsInput

SetTableId sets the TableId field's value.

func (*BatchUpsertTableRowsInput) SetWorkbookId

func (s *BatchUpsertTableRowsInput) SetWorkbookId(v string) *BatchUpsertTableRowsInput

SetWorkbookId sets the WorkbookId field's value.

func (BatchUpsertTableRowsInput) String

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

func (s *BatchUpsertTableRowsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchUpsertTableRowsOutput

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

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

func (s *BatchUpsertTableRowsOutput) SetFailedBatchItems(v []*FailedBatchItem) *BatchUpsertTableRowsOutput

SetFailedBatchItems sets the FailedBatchItems field's value.

func (*BatchUpsertTableRowsOutput) SetRows

func (s *BatchUpsertTableRowsOutput) SetRows(v map[string]*UpsertRowsResult) *BatchUpsertTableRowsOutput

SetRows sets the Rows field's value.

func (*BatchUpsertTableRowsOutput) SetWorkbookCursor

func (s *BatchUpsertTableRowsOutput) SetWorkbookCursor(v int64) *BatchUpsertTableRowsOutput

SetWorkbookCursor sets the WorkbookCursor field's value.

func (BatchUpsertTableRowsOutput) String

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

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

func (s Cell) 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 (*Cell) SetFormat

func (s *Cell) SetFormat(v string) *Cell

SetFormat sets the Format field's value.

func (*Cell) SetFormattedValue

func (s *Cell) SetFormattedValue(v string) *Cell

SetFormattedValue sets the FormattedValue field's value.

func (*Cell) SetFormattedValues

func (s *Cell) SetFormattedValues(v []*string) *Cell

SetFormattedValues sets the FormattedValues field's value.

func (*Cell) SetFormula

func (s *Cell) SetFormula(v string) *Cell

SetFormula sets the Formula field's value.

func (*Cell) SetRawValue

func (s *Cell) SetRawValue(v string) *Cell

SetRawValue sets the RawValue field's value.

func (Cell) String

func (s Cell) 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 CellInput

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

func (s CellInput) 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 (*CellInput) SetFact

func (s *CellInput) SetFact(v string) *CellInput

SetFact sets the Fact field's value.

func (*CellInput) SetFacts

func (s *CellInput) SetFacts(v []*string) *CellInput

SetFacts sets the Facts field's value.

func (CellInput) String

func (s CellInput) 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 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

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

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

func (s *CreateRowData) SetBatchItemId(v string) *CreateRowData

SetBatchItemId sets the BatchItemId field's value.

func (*CreateRowData) SetCellsToCreate

func (s *CreateRowData) SetCellsToCreate(v map[string]*CellInput) *CreateRowData

SetCellsToCreate sets the CellsToCreate field's value.

func (CreateRowData) String

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

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

func (s DataItem) 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 (*DataItem) SetFormattedValue

func (s *DataItem) SetFormattedValue(v string) *DataItem

SetFormattedValue sets the FormattedValue field's value.

func (*DataItem) SetOverrideFormat

func (s *DataItem) SetOverrideFormat(v string) *DataItem

SetOverrideFormat sets the OverrideFormat field's value.

func (*DataItem) SetRawValue

func (s *DataItem) SetRawValue(v string) *DataItem

SetRawValue sets the RawValue field's value.

func (DataItem) String

func (s DataItem) 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 DelimitedTextImportOptions

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

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

func (s *DelimitedTextImportOptions) SetDataCharacterEncoding(v string) *DelimitedTextImportOptions

SetDataCharacterEncoding sets the DataCharacterEncoding field's value.

func (*DelimitedTextImportOptions) SetDelimiter

func (s *DelimitedTextImportOptions) SetDelimiter(v string) *DelimitedTextImportOptions

SetDelimiter sets the Delimiter field's value.

func (*DelimitedTextImportOptions) SetHasHeaderRow

func (s *DelimitedTextImportOptions) SetHasHeaderRow(v bool) *DelimitedTextImportOptions

SetHasHeaderRow sets the HasHeaderRow field's value.

func (*DelimitedTextImportOptions) SetIgnoreEmptyRows

func (s *DelimitedTextImportOptions) SetIgnoreEmptyRows(v bool) *DelimitedTextImportOptions

SetIgnoreEmptyRows sets the IgnoreEmptyRows field's value.

func (DelimitedTextImportOptions) String

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

func (s *DelimitedTextImportOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeTableDataImportJobInput

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

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

func (s *DescribeTableDataImportJobInput) SetJobId(v string) *DescribeTableDataImportJobInput

SetJobId sets the JobId field's value.

func (*DescribeTableDataImportJobInput) SetTableId

func (s *DescribeTableDataImportJobInput) SetTableId(v string) *DescribeTableDataImportJobInput

SetTableId sets the TableId field's value.

func (*DescribeTableDataImportJobInput) SetWorkbookId

func (s *DescribeTableDataImportJobInput) SetWorkbookId(v string) *DescribeTableDataImportJobInput

SetWorkbookId sets the WorkbookId field's value.

func (DescribeTableDataImportJobInput) String

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

func (s *DescribeTableDataImportJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeTableDataImportJobOutput

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

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

func (s *DescribeTableDataImportJobOutput) SetErrorCode(v string) *DescribeTableDataImportJobOutput

SetErrorCode sets the ErrorCode field's value.

func (*DescribeTableDataImportJobOutput) SetJobMetadata

func (s *DescribeTableDataImportJobOutput) SetJobMetadata(v *TableDataImportJobMetadata) *DescribeTableDataImportJobOutput

SetJobMetadata sets the JobMetadata field's value.

func (*DescribeTableDataImportJobOutput) SetJobStatus

func (s *DescribeTableDataImportJobOutput) SetJobStatus(v string) *DescribeTableDataImportJobOutput

SetJobStatus sets the JobStatus field's value.

func (*DescribeTableDataImportJobOutput) SetMessage

func (s *DescribeTableDataImportJobOutput) SetMessage(v string) *DescribeTableDataImportJobOutput

SetMessage sets the Message field's value.

func (DescribeTableDataImportJobOutput) String

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

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

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

func (s *DestinationOptions) SetColumnMap(v map[string]*SourceDataColumnProperties) *DestinationOptions

SetColumnMap sets the ColumnMap field's value.

func (DestinationOptions) String

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

func (s *DestinationOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FailedBatchItem

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

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

func (s *FailedBatchItem) SetErrorMessage(v string) *FailedBatchItem

SetErrorMessage sets the ErrorMessage field's value.

func (*FailedBatchItem) SetId

func (s *FailedBatchItem) SetId(v string) *FailedBatchItem

SetId sets the Id field's value.

func (FailedBatchItem) String

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

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

func (s Filter) 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 (*Filter) SetContextRowId

func (s *Filter) SetContextRowId(v string) *Filter

SetContextRowId sets the ContextRowId field's value.

func (*Filter) SetFormula

func (s *Filter) SetFormula(v string) *Filter

SetFormula sets the Formula field's value.

func (Filter) String

func (s Filter) 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 (*Filter) Validate

func (s *Filter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

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

type Honeycode struct {
    *client.Client
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

func (s *ImportDataSource) SetDataSourceConfig(v *ImportDataSourceConfig) *ImportDataSource

SetDataSourceConfig sets the DataSourceConfig field's value.

func (ImportDataSource) String

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

func (s *ImportDataSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ImportDataSourceConfig

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

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

func (s *ImportDataSourceConfig) SetDataSourceUrl(v string) *ImportDataSourceConfig

SetDataSourceUrl sets the DataSourceUrl field's value.

func (ImportDataSourceConfig) String

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

func (s *ImportDataSourceConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ImportJobSubmitter

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

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

func (s *ImportJobSubmitter) SetEmail(v string) *ImportJobSubmitter

SetEmail sets the Email field's value.

func (*ImportJobSubmitter) SetUserArn

func (s *ImportJobSubmitter) SetUserArn(v string) *ImportJobSubmitter

SetUserArn sets the UserArn field's value.

func (ImportJobSubmitter) String

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

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

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

func (s *ImportOptions) SetDelimitedTextOptions(v *DelimitedTextImportOptions) *ImportOptions

SetDelimitedTextOptions sets the DelimitedTextOptions field's value.

func (*ImportOptions) SetDestinationOptions

func (s *ImportOptions) SetDestinationOptions(v *DestinationOptions) *ImportOptions

SetDestinationOptions sets the DestinationOptions field's value.

func (ImportOptions) String

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

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

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

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

func (s *ListTableColumnsInput) SetNextToken(v string) *ListTableColumnsInput

SetNextToken sets the NextToken field's value.

func (*ListTableColumnsInput) SetTableId

func (s *ListTableColumnsInput) SetTableId(v string) *ListTableColumnsInput

SetTableId sets the TableId field's value.

func (*ListTableColumnsInput) SetWorkbookId

func (s *ListTableColumnsInput) SetWorkbookId(v string) *ListTableColumnsInput

SetWorkbookId sets the WorkbookId field's value.

func (ListTableColumnsInput) String

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

func (s *ListTableColumnsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTableColumnsOutput

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

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

func (s *ListTableColumnsOutput) SetNextToken(v string) *ListTableColumnsOutput

SetNextToken sets the NextToken field's value.

func (*ListTableColumnsOutput) SetTableColumns

func (s *ListTableColumnsOutput) SetTableColumns(v []*TableColumn) *ListTableColumnsOutput

SetTableColumns sets the TableColumns field's value.

func (*ListTableColumnsOutput) SetWorkbookCursor

func (s *ListTableColumnsOutput) SetWorkbookCursor(v int64) *ListTableColumnsOutput

SetWorkbookCursor sets the WorkbookCursor field's value.

func (ListTableColumnsOutput) String

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

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

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

func (s *ListTableRowsInput) SetMaxResults(v int64) *ListTableRowsInput

SetMaxResults sets the MaxResults field's value.

func (*ListTableRowsInput) SetNextToken

func (s *ListTableRowsInput) SetNextToken(v string) *ListTableRowsInput

SetNextToken sets the NextToken field's value.

func (*ListTableRowsInput) SetRowIds

func (s *ListTableRowsInput) SetRowIds(v []*string) *ListTableRowsInput

SetRowIds sets the RowIds field's value.

func (*ListTableRowsInput) SetTableId

func (s *ListTableRowsInput) SetTableId(v string) *ListTableRowsInput

SetTableId sets the TableId field's value.

func (*ListTableRowsInput) SetWorkbookId

func (s *ListTableRowsInput) SetWorkbookId(v string) *ListTableRowsInput

SetWorkbookId sets the WorkbookId field's value.

func (ListTableRowsInput) String

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

func (s *ListTableRowsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTableRowsOutput

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

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

func (s *ListTableRowsOutput) SetColumnIds(v []*string) *ListTableRowsOutput

SetColumnIds sets the ColumnIds field's value.

func (*ListTableRowsOutput) SetNextToken

func (s *ListTableRowsOutput) SetNextToken(v string) *ListTableRowsOutput

SetNextToken sets the NextToken field's value.

func (*ListTableRowsOutput) SetRowIdsNotFound

func (s *ListTableRowsOutput) SetRowIdsNotFound(v []*string) *ListTableRowsOutput

SetRowIdsNotFound sets the RowIdsNotFound field's value.

func (*ListTableRowsOutput) SetRows

func (s *ListTableRowsOutput) SetRows(v []*TableRow) *ListTableRowsOutput

SetRows sets the Rows field's value.

func (*ListTableRowsOutput) SetWorkbookCursor

func (s *ListTableRowsOutput) SetWorkbookCursor(v int64) *ListTableRowsOutput

SetWorkbookCursor sets the WorkbookCursor field's value.

func (ListTableRowsOutput) String

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

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

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

func (s *ListTablesInput) SetMaxResults(v int64) *ListTablesInput

SetMaxResults sets the MaxResults field's value.

func (*ListTablesInput) SetNextToken

func (s *ListTablesInput) SetNextToken(v string) *ListTablesInput

SetNextToken sets the NextToken field's value.

func (*ListTablesInput) SetWorkbookId

func (s *ListTablesInput) SetWorkbookId(v string) *ListTablesInput

SetWorkbookId sets the WorkbookId field's value.

func (ListTablesInput) String

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

func (s *ListTablesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTablesOutput

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

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

func (s *ListTablesOutput) SetNextToken(v string) *ListTablesOutput

SetNextToken sets the NextToken field's value.

func (*ListTablesOutput) SetTables

func (s *ListTablesOutput) SetTables(v []*Table) *ListTablesOutput

SetTables sets the Tables field's value.

func (*ListTablesOutput) SetWorkbookCursor

func (s *ListTablesOutput) SetWorkbookCursor(v int64) *ListTablesOutput

SetWorkbookCursor sets the WorkbookCursor field's value.

func (ListTablesOutput) String

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

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

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

func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput

SetResourceArn sets the ResourceArn field's value.

func (ListTagsForResourceInput) String

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

func (s *ListTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourceOutput

type ListTagsForResourceOutput struct {

    // The resource's tags.
    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceOutput) GoString

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

func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput

SetTags sets the Tags field's value.

func (ListTagsForResourceOutput) String

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

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

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

func (s *QueryTableRowsInput) SetFilterFormula(v *Filter) *QueryTableRowsInput

SetFilterFormula sets the FilterFormula field's value.

func (*QueryTableRowsInput) SetMaxResults

func (s *QueryTableRowsInput) SetMaxResults(v int64) *QueryTableRowsInput

SetMaxResults sets the MaxResults field's value.

func (*QueryTableRowsInput) SetNextToken

func (s *QueryTableRowsInput) SetNextToken(v string) *QueryTableRowsInput

SetNextToken sets the NextToken field's value.

func (*QueryTableRowsInput) SetTableId

func (s *QueryTableRowsInput) SetTableId(v string) *QueryTableRowsInput

SetTableId sets the TableId field's value.

func (*QueryTableRowsInput) SetWorkbookId

func (s *QueryTableRowsInput) SetWorkbookId(v string) *QueryTableRowsInput

SetWorkbookId sets the WorkbookId field's value.

func (QueryTableRowsInput) String

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

func (s *QueryTableRowsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type QueryTableRowsOutput

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

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

func (s *QueryTableRowsOutput) SetColumnIds(v []*string) *QueryTableRowsOutput

SetColumnIds sets the ColumnIds field's value.

func (*QueryTableRowsOutput) SetNextToken

func (s *QueryTableRowsOutput) SetNextToken(v string) *QueryTableRowsOutput

SetNextToken sets the NextToken field's value.

func (*QueryTableRowsOutput) SetRows

func (s *QueryTableRowsOutput) SetRows(v []*TableRow) *QueryTableRowsOutput

SetRows sets the Rows field's value.

func (*QueryTableRowsOutput) SetWorkbookCursor

func (s *QueryTableRowsOutput) SetWorkbookCursor(v int64) *QueryTableRowsOutput

SetWorkbookCursor sets the WorkbookCursor field's value.

func (QueryTableRowsOutput) String

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

func (s ResultRow) 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 (*ResultRow) SetDataItems

func (s *ResultRow) SetDataItems(v []*DataItem) *ResultRow

SetDataItems sets the DataItems field's value.

func (*ResultRow) SetRowId

func (s *ResultRow) SetRowId(v string) *ResultRow

SetRowId sets the RowId field's value.

func (ResultRow) String

func (s ResultRow) 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 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

func (s ResultSet) 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 (*ResultSet) SetHeaders

func (s *ResultSet) SetHeaders(v []*ColumnMetadata) *ResultSet

SetHeaders sets the Headers field's value.

func (*ResultSet) SetRows

func (s *ResultSet) SetRows(v []*ResultRow) *ResultSet

SetRows sets the Rows field's value.

func (ResultSet) String

func (s ResultSet) 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 ServiceQuotaExceededException

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

func (s *ServiceQuotaExceededException) Code() string

Code returns the exception type name.

func (*ServiceQuotaExceededException) Error

func (s *ServiceQuotaExceededException) Error() string

func (ServiceQuotaExceededException) GoString

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

func (s *ServiceQuotaExceededException) Message() string

Message returns the exception's message.

func (*ServiceQuotaExceededException) OrigErr

func (s *ServiceQuotaExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ServiceQuotaExceededException) RequestID

func (s *ServiceQuotaExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ServiceQuotaExceededException) StatusCode

func (s *ServiceQuotaExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ServiceQuotaExceededException) String

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 {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // 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

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

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

func (s *SourceDataColumnProperties) SetColumnIndex(v int64) *SourceDataColumnProperties

SetColumnIndex sets the ColumnIndex field's value.

func (SourceDataColumnProperties) String

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

func (s *SourceDataColumnProperties) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartTableDataImportJobInput

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

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

func (s *StartTableDataImportJobInput) SetClientRequestToken(v string) *StartTableDataImportJobInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*StartTableDataImportJobInput) SetDataFormat

func (s *StartTableDataImportJobInput) SetDataFormat(v string) *StartTableDataImportJobInput

SetDataFormat sets the DataFormat field's value.

func (*StartTableDataImportJobInput) SetDataSource

func (s *StartTableDataImportJobInput) SetDataSource(v *ImportDataSource) *StartTableDataImportJobInput

SetDataSource sets the DataSource field's value.

func (*StartTableDataImportJobInput) SetDestinationTableId

func (s *StartTableDataImportJobInput) SetDestinationTableId(v string) *StartTableDataImportJobInput

SetDestinationTableId sets the DestinationTableId field's value.

func (*StartTableDataImportJobInput) SetImportOptions

func (s *StartTableDataImportJobInput) SetImportOptions(v *ImportOptions) *StartTableDataImportJobInput

SetImportOptions sets the ImportOptions field's value.

func (*StartTableDataImportJobInput) SetWorkbookId

func (s *StartTableDataImportJobInput) SetWorkbookId(v string) *StartTableDataImportJobInput

SetWorkbookId sets the WorkbookId field's value.

func (StartTableDataImportJobInput) String

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

func (s *StartTableDataImportJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartTableDataImportJobOutput

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

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

func (s *StartTableDataImportJobOutput) SetJobId(v string) *StartTableDataImportJobOutput

SetJobId sets the JobId field's value.

func (*StartTableDataImportJobOutput) SetJobStatus

func (s *StartTableDataImportJobOutput) SetJobStatus(v string) *StartTableDataImportJobOutput

SetJobStatus sets the JobStatus field's value.

func (StartTableDataImportJobOutput) String

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

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

func (s Table) 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 (*Table) SetTableId

func (s *Table) SetTableId(v string) *Table

SetTableId sets the TableId field's value.

func (*Table) SetTableName

func (s *Table) SetTableName(v string) *Table

SetTableName sets the TableName field's value.

func (Table) String

func (s Table) 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 TableColumn

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

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

func (s *TableColumn) SetFormat(v string) *TableColumn

SetFormat sets the Format field's value.

func (*TableColumn) SetTableColumnId

func (s *TableColumn) SetTableColumnId(v string) *TableColumn

SetTableColumnId sets the TableColumnId field's value.

func (*TableColumn) SetTableColumnName

func (s *TableColumn) SetTableColumnName(v string) *TableColumn

SetTableColumnName sets the TableColumnName field's value.

func (TableColumn) String

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

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

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

func (s *TableDataImportJobMetadata) SetDataSource(v *ImportDataSource) *TableDataImportJobMetadata

SetDataSource sets the DataSource field's value.

func (*TableDataImportJobMetadata) SetImportOptions

func (s *TableDataImportJobMetadata) SetImportOptions(v *ImportOptions) *TableDataImportJobMetadata

SetImportOptions sets the ImportOptions field's value.

func (*TableDataImportJobMetadata) SetSubmitTime

func (s *TableDataImportJobMetadata) SetSubmitTime(v time.Time) *TableDataImportJobMetadata

SetSubmitTime sets the SubmitTime field's value.

func (*TableDataImportJobMetadata) SetSubmitter

func (s *TableDataImportJobMetadata) SetSubmitter(v *ImportJobSubmitter) *TableDataImportJobMetadata

SetSubmitter sets the Submitter field's value.

func (TableDataImportJobMetadata) String

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

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

func (s TableRow) 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 (*TableRow) SetCells

func (s *TableRow) SetCells(v []*Cell) *TableRow

SetCells sets the Cells field's value.

func (*TableRow) SetRowId

func (s *TableRow) SetRowId(v string) *TableRow

SetRowId sets the RowId field's value.

func (TableRow) String

func (s TableRow) 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 TagResourceInput

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

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

func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*TagResourceInput) SetTags

func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput

SetTags sets the Tags field's value.

func (TagResourceInput) String

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

func (s *TagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceOutput

type TagResourceOutput struct {
    // contains filtered or unexported fields
}

func (TagResourceOutput) GoString

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

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

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

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

func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*UntagResourceInput) SetTagKeys

func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput

SetTagKeys sets the TagKeys field's value.

func (UntagResourceInput) String

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

func (s *UntagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourceOutput

type UntagResourceOutput struct {
    // contains filtered or unexported fields
}

func (UntagResourceOutput) GoString

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

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

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

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

func (s *UpdateRowData) SetCellsToUpdate(v map[string]*CellInput) *UpdateRowData

SetCellsToUpdate sets the CellsToUpdate field's value.

func (*UpdateRowData) SetRowId

func (s *UpdateRowData) SetRowId(v string) *UpdateRowData

SetRowId sets the RowId field's value.

func (UpdateRowData) String

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

func (s *UpdateRowData) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpsertRowData

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

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

func (s *UpsertRowData) SetBatchItemId(v string) *UpsertRowData

SetBatchItemId sets the BatchItemId field's value.

func (*UpsertRowData) SetCellsToUpdate

func (s *UpsertRowData) SetCellsToUpdate(v map[string]*CellInput) *UpsertRowData

SetCellsToUpdate sets the CellsToUpdate field's value.

func (*UpsertRowData) SetFilter

func (s *UpsertRowData) SetFilter(v *Filter) *UpsertRowData

SetFilter sets the Filter field's value.

func (UpsertRowData) String

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

func (s *UpsertRowData) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpsertRowsResult

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

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

func (s *UpsertRowsResult) SetRowIds(v []*string) *UpsertRowsResult

SetRowIds sets the RowIds field's value.

func (*UpsertRowsResult) SetUpsertAction

func (s *UpsertRowsResult) SetUpsertAction(v string) *UpsertRowsResult

SetUpsertAction sets the UpsertAction field's value.

func (UpsertRowsResult) String

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.