honeycode

package
v1.38.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2021 License: Apache-2.0 Imports: 10 Imported by: 13

Documentation

Overview

Package honeycode provides the client and types for making API requests to Amazon Honeycode.

Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without programming. Build Honeycode apps for managing almost anything, like projects, customers, operations, approvals, resources, and even your team.

See https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01 for more information on this service.

See honeycode package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/honeycode/

Using the Client

To contact Amazon Honeycode with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the Amazon Honeycode client Honeycode for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/honeycode/#New

Index

Constants

View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	// UpsertActionUpdated is a UpsertAction enum value
	UpsertActionUpdated = "UPDATED"

	// UpsertActionAppended is a UpsertAction enum value
	UpsertActionAppended = "APPENDED"
)
View Source
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"
)
View Source
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

View Source
const (
	// ImportSourceDataFormatDelimitedText is a ImportSourceDataFormat enum value
	ImportSourceDataFormatDelimitedText = "DELIMITED_TEXT"
)

Variables

This section is empty.

Functions

func Format_Values added in v1.34.3

func Format_Values() []string

Format_Values returns all elements of the Format enum

func ImportDataCharacterEncoding_Values added in v1.35.37

func ImportDataCharacterEncoding_Values() []string

ImportDataCharacterEncoding_Values returns all elements of the ImportDataCharacterEncoding enum

func ImportSourceDataFormat_Values added in v1.35.37

func ImportSourceDataFormat_Values() []string

ImportSourceDataFormat_Values returns all elements of the ImportSourceDataFormat enum

func TableDataImportJobStatus_Values added in v1.35.37

func TableDataImportJobStatus_Values() []string

TableDataImportJobStatus_Values returns all elements of the TableDataImportJobStatus enum

func UpsertAction_Values added in v1.35.37

func UpsertAction_Values() []string

UpsertAction_Values returns all elements of the UpsertAction enum

Types

type AccessDeniedException

type AccessDeniedException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.

func (*AccessDeniedException) Code

func (s *AccessDeniedException) Code() string

Code returns the exception type name.

func (*AccessDeniedException) Error

func (s *AccessDeniedException) Error() string

func (AccessDeniedException) GoString

func (s AccessDeniedException) GoString() string

GoString returns the string representation

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

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

Code returns the exception type name.

func (*AutomationExecutionException) Error

func (AutomationExecutionException) GoString

func (s AutomationExecutionException) GoString() string

GoString returns the string representation

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

String returns the string representation

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

Code returns the exception type name.

func (*AutomationExecutionTimeoutException) Error

func (AutomationExecutionTimeoutException) GoString

GoString returns the string representation

func (*AutomationExecutionTimeoutException) Message

Message returns the exception's message.

func (*AutomationExecutionTimeoutException) OrigErr

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AutomationExecutionTimeoutException) RequestID

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

String returns the string representation

type BatchCreateTableRowsInput added in v1.35.37

type BatchCreateTableRowsInput struct {

	// The request token for performing the batch create operation. Request tokens
	// help to identify duplicate requests. If a call times out or fails due to
	// a transient error like a failed network connection, you can retry the call
	// with the same request token. The service ensures that if the first call using
	// that request token is successfully performed, the second call will not perform
	// the operation again.
	//
	// Note that request tokens are valid only for a few minutes. You cannot use
	// request tokens to dedupe requests spanning hours or days.
	ClientRequestToken *string `locationName:"clientRequestToken" min:"32" type:"string"`

	// The list of rows to create at the end of the table. Each item in this list
	// needs to have a batch item id to uniquely identify the element in the request
	// and the cells to create for that row. You need to specify at least one item
	// in this list.
	//
	// Note that if one of the column ids in any of the rows in the request does
	// not exist in the table, then the request fails and no updates are made to
	// the table.
	//
	// RowsToCreate is a required field
	RowsToCreate []*CreateRowData `locationName:"rowsToCreate" min:"1" type:"list" required:"true"`

	// The ID of the table where the new rows are being added.
	//
	// If a table with the specified ID could not be found, this API throws ResourceNotFoundException.
	//
	// TableId is a required field
	TableId *string `location:"uri" locationName:"tableId" min:"36" type:"string" required:"true"`

	// The ID of the workbook where the new rows are being added.
	//
	// If a workbook with the specified ID could not be found, this API throws ResourceNotFoundException.
	//
	// WorkbookId is a required field
	WorkbookId *string `location:"uri" locationName:"workbookId" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (BatchCreateTableRowsInput) GoString added in v1.35.37

func (s BatchCreateTableRowsInput) GoString() string

GoString returns the string representation

func (*BatchCreateTableRowsInput) SetClientRequestToken added in v1.35.37

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

SetClientRequestToken sets the ClientRequestToken field's value.

func (*BatchCreateTableRowsInput) SetRowsToCreate added in v1.35.37

SetRowsToCreate sets the RowsToCreate field's value.

func (*BatchCreateTableRowsInput) SetTableId added in v1.35.37

SetTableId sets the TableId field's value.

func (*BatchCreateTableRowsInput) SetWorkbookId added in v1.35.37

SetWorkbookId sets the WorkbookId field's value.

func (BatchCreateTableRowsInput) String added in v1.35.37

func (s BatchCreateTableRowsInput) String() string

String returns the string representation

func (*BatchCreateTableRowsInput) Validate added in v1.35.37

func (s *BatchCreateTableRowsInput) Validate() error

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

type BatchCreateTableRowsOutput added in v1.35.37

type BatchCreateTableRowsOutput struct {

	// The map of batch item id to the row id that was created for that item.
	//
	// CreatedRows is a required field
	CreatedRows map[string]*string `locationName:"createdRows" type:"map" required:"true"`

	// The list of batch items in the request that could not be added to the table.
	// Each element in this list contains one item from the request that could not
	// be added to the table along with the reason why that item could not be added.
	FailedBatchItems []*FailedBatchItem `locationName:"failedBatchItems" type:"list"`

	// The updated workbook cursor after adding the new rows at the end of the table.
	//
	// WorkbookCursor is a required field
	WorkbookCursor *int64 `locationName:"workbookCursor" type:"long" required:"true"`
	// contains filtered or unexported fields
}

func (BatchCreateTableRowsOutput) GoString added in v1.35.37

func (s BatchCreateTableRowsOutput) GoString() string

GoString returns the string representation

func (*BatchCreateTableRowsOutput) SetCreatedRows added in v1.35.37

SetCreatedRows sets the CreatedRows field's value.

func (*BatchCreateTableRowsOutput) SetFailedBatchItems added in v1.35.37

SetFailedBatchItems sets the FailedBatchItems field's value.

func (*BatchCreateTableRowsOutput) SetWorkbookCursor added in v1.35.37

SetWorkbookCursor sets the WorkbookCursor field's value.

func (BatchCreateTableRowsOutput) String added in v1.35.37

String returns the string representation

type BatchDeleteTableRowsInput added in v1.35.37

type BatchDeleteTableRowsInput struct {

	// The request token for performing the delete action. Request tokens help to
	// identify duplicate requests. If a call times out or fails due to a transient
	// error like a failed network connection, you can retry the call with the same
	// request token. The service ensures that if the first call using that request
	// token is successfully performed, the second call will not perform the action
	// again.
	//
	// Note that request tokens are valid only for a few minutes. You cannot use
	// request tokens to dedupe requests spanning hours or days.
	ClientRequestToken *string `locationName:"clientRequestToken" min:"32" type:"string"`

	// The list of row ids to delete from the table. You need to specify at least
	// one row id in this list.
	//
	// Note that if one of the row ids provided in the request does not exist in
	// the table, then the request fails and no rows are deleted from the table.
	//
	// RowIds is a required field
	RowIds []*string `locationName:"rowIds" min:"1" type:"list" required:"true"`

	// The ID of the table where the rows are being deleted.
	//
	// If a table with the specified id could not be found, this API throws ResourceNotFoundException.
	//
	// TableId is a required field
	TableId *string `location:"uri" locationName:"tableId" min:"36" type:"string" required:"true"`

	// The ID of the workbook where the rows are being deleted.
	//
	// If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
	//
	// WorkbookId is a required field
	WorkbookId *string `location:"uri" locationName:"workbookId" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (BatchDeleteTableRowsInput) GoString added in v1.35.37

func (s BatchDeleteTableRowsInput) GoString() string

GoString returns the string representation

func (*BatchDeleteTableRowsInput) SetClientRequestToken added in v1.35.37

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

SetClientRequestToken sets the ClientRequestToken field's value.

func (*BatchDeleteTableRowsInput) SetRowIds added in v1.35.37

SetRowIds sets the RowIds field's value.

func (*BatchDeleteTableRowsInput) SetTableId added in v1.35.37

SetTableId sets the TableId field's value.

func (*BatchDeleteTableRowsInput) SetWorkbookId added in v1.35.37

SetWorkbookId sets the WorkbookId field's value.

func (BatchDeleteTableRowsInput) String added in v1.35.37

func (s BatchDeleteTableRowsInput) String() string

String returns the string representation

func (*BatchDeleteTableRowsInput) Validate added in v1.35.37

func (s *BatchDeleteTableRowsInput) Validate() error

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

type BatchDeleteTableRowsOutput added in v1.35.37

type BatchDeleteTableRowsOutput struct {

	// The list of row ids in the request that could not be deleted from the table.
	// Each element in this list contains one row id from the request that could
	// not be deleted along with the reason why that item could not be deleted.
	FailedBatchItems []*FailedBatchItem `locationName:"failedBatchItems" type:"list"`

	// The updated workbook cursor after deleting the rows from the table.
	//
	// WorkbookCursor is a required field
	WorkbookCursor *int64 `locationName:"workbookCursor" type:"long" required:"true"`
	// contains filtered or unexported fields
}

func (BatchDeleteTableRowsOutput) GoString added in v1.35.37

func (s BatchDeleteTableRowsOutput) GoString() string

GoString returns the string representation

func (*BatchDeleteTableRowsOutput) SetFailedBatchItems added in v1.35.37

SetFailedBatchItems sets the FailedBatchItems field's value.

func (*BatchDeleteTableRowsOutput) SetWorkbookCursor added in v1.35.37

SetWorkbookCursor sets the WorkbookCursor field's value.

func (BatchDeleteTableRowsOutput) String added in v1.35.37

String returns the string representation

type BatchUpdateTableRowsInput added in v1.35.37

type BatchUpdateTableRowsInput struct {

	// The request token for performing the update action. Request tokens help to
	// identify duplicate requests. If a call times out or fails due to a transient
	// error like a failed network connection, you can retry the call with the same
	// request token. The service ensures that if the first call using that request
	// token is successfully performed, the second call will not perform the action
	// again.
	//
	// Note that request tokens are valid only for a few minutes. You cannot use
	// request tokens to dedupe requests spanning hours or days.
	ClientRequestToken *string `locationName:"clientRequestToken" min:"32" type:"string"`

	// The list of rows to update in the table. Each item in this list needs to
	// contain the row id to update along with the map of column id to cell values
	// for each column in that row that needs to be updated. You need to specify
	// at least one row in this list, and for each row, you need to specify at least
	// one column to update.
	//
	// Note that if one of the row or column ids in the request does not exist in
	// the table, then the request fails and no updates are made to the table.
	//
	// RowsToUpdate is a required field
	RowsToUpdate []*UpdateRowData `locationName:"rowsToUpdate" min:"1" type:"list" required:"true"`

	// The ID of the table where the rows are being updated.
	//
	// If a table with the specified id could not be found, this API throws ResourceNotFoundException.
	//
	// TableId is a required field
	TableId *string `location:"uri" locationName:"tableId" min:"36" type:"string" required:"true"`

	// The ID of the workbook where the rows are being updated.
	//
	// If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
	//
	// WorkbookId is a required field
	WorkbookId *string `location:"uri" locationName:"workbookId" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (BatchUpdateTableRowsInput) GoString added in v1.35.37

func (s BatchUpdateTableRowsInput) GoString() string

GoString returns the string representation

func (*BatchUpdateTableRowsInput) SetClientRequestToken added in v1.35.37

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

SetClientRequestToken sets the ClientRequestToken field's value.

func (*BatchUpdateTableRowsInput) SetRowsToUpdate added in v1.35.37

SetRowsToUpdate sets the RowsToUpdate field's value.

func (*BatchUpdateTableRowsInput) SetTableId added in v1.35.37

SetTableId sets the TableId field's value.

func (*BatchUpdateTableRowsInput) SetWorkbookId added in v1.35.37

SetWorkbookId sets the WorkbookId field's value.

func (BatchUpdateTableRowsInput) String added in v1.35.37

func (s BatchUpdateTableRowsInput) String() string

String returns the string representation

func (*BatchUpdateTableRowsInput) Validate added in v1.35.37

func (s *BatchUpdateTableRowsInput) Validate() error

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

type BatchUpdateTableRowsOutput added in v1.35.37

type BatchUpdateTableRowsOutput struct {

	// The list of batch items in the request that could not be updated in the table.
	// Each element in this list contains one item from the request that could not
	// be updated in the table along with the reason why that item could not be
	// updated.
	FailedBatchItems []*FailedBatchItem `locationName:"failedBatchItems" type:"list"`

	// The updated workbook cursor after adding the new rows at the end of the table.
	//
	// WorkbookCursor is a required field
	WorkbookCursor *int64 `locationName:"workbookCursor" type:"long" required:"true"`
	// contains filtered or unexported fields
}

func (BatchUpdateTableRowsOutput) GoString added in v1.35.37

func (s BatchUpdateTableRowsOutput) GoString() string

GoString returns the string representation

func (*BatchUpdateTableRowsOutput) SetFailedBatchItems added in v1.35.37

SetFailedBatchItems sets the FailedBatchItems field's value.

func (*BatchUpdateTableRowsOutput) SetWorkbookCursor added in v1.35.37

SetWorkbookCursor sets the WorkbookCursor field's value.

func (BatchUpdateTableRowsOutput) String added in v1.35.37

String returns the string representation

type BatchUpsertTableRowsInput added in v1.35.37

type BatchUpsertTableRowsInput struct {

	// The request token for performing the update action. Request tokens help to
	// identify duplicate requests. If a call times out or fails due to a transient
	// error like a failed network connection, you can retry the call with the same
	// request token. The service ensures that if the first call using that request
	// token is successfully performed, the second call will not perform the action
	// again.
	//
	// Note that request tokens are valid only for a few minutes. You cannot use
	// request tokens to dedupe requests spanning hours or days.
	ClientRequestToken *string `locationName:"clientRequestToken" min:"32" type:"string"`

	// The list of rows to upsert in the table. Each item in this list needs to
	// have a batch item id to uniquely identify the element in the request, a filter
	// expression to find the rows to update for that element and the cell values
	// to set for each column in the upserted rows. You need to specify at least
	// one item in this list.
	//
	// Note that if one of the filter formulas in the request fails to evaluate
	// because of an error or one of the column ids in any of the rows does not
	// exist in the table, then the request fails and no updates are made to the
	// table.
	//
	// RowsToUpsert is a required field
	RowsToUpsert []*UpsertRowData `locationName:"rowsToUpsert" type:"list" required:"true"`

	// The ID of the table where the rows are being upserted.
	//
	// If a table with the specified id could not be found, this API throws ResourceNotFoundException.
	//
	// TableId is a required field
	TableId *string `location:"uri" locationName:"tableId" min:"36" type:"string" required:"true"`

	// The ID of the workbook where the rows are being upserted.
	//
	// If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
	//
	// WorkbookId is a required field
	WorkbookId *string `location:"uri" locationName:"workbookId" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (BatchUpsertTableRowsInput) GoString added in v1.35.37

func (s BatchUpsertTableRowsInput) GoString() string

GoString returns the string representation

func (*BatchUpsertTableRowsInput) SetClientRequestToken added in v1.35.37

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

SetClientRequestToken sets the ClientRequestToken field's value.

func (*BatchUpsertTableRowsInput) SetRowsToUpsert added in v1.35.37

SetRowsToUpsert sets the RowsToUpsert field's value.

func (*BatchUpsertTableRowsInput) SetTableId added in v1.35.37

SetTableId sets the TableId field's value.

func (*BatchUpsertTableRowsInput) SetWorkbookId added in v1.35.37

SetWorkbookId sets the WorkbookId field's value.

func (BatchUpsertTableRowsInput) String added in v1.35.37

func (s BatchUpsertTableRowsInput) String() string

String returns the string representation

func (*BatchUpsertTableRowsInput) Validate added in v1.35.37

func (s *BatchUpsertTableRowsInput) Validate() error

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

type BatchUpsertTableRowsOutput added in v1.35.37

type BatchUpsertTableRowsOutput struct {

	// The list of batch items in the request that could not be updated or appended
	// in the table. Each element in this list contains one item from the request
	// that could not be updated in the table along with the reason why that item
	// could not be updated or appended.
	FailedBatchItems []*FailedBatchItem `locationName:"failedBatchItems" type:"list"`

	// A map with the batch item id as the key and the result of the upsert operation
	// as the value. The result of the upsert operation specifies whether existing
	// rows were updated or a new row was appended, along with the list of row ids
	// that were affected.
	//
	// Rows is a required field
	Rows map[string]*UpsertRowsResult `locationName:"rows" type:"map" required:"true"`

	// The updated workbook cursor after updating or appending rows in the table.
	//
	// WorkbookCursor is a required field
	WorkbookCursor *int64 `locationName:"workbookCursor" type:"long" required:"true"`
	// contains filtered or unexported fields
}

func (BatchUpsertTableRowsOutput) GoString added in v1.35.37

func (s BatchUpsertTableRowsOutput) GoString() string

GoString returns the string representation

func (*BatchUpsertTableRowsOutput) SetFailedBatchItems added in v1.35.37

SetFailedBatchItems sets the FailedBatchItems field's value.

func (*BatchUpsertTableRowsOutput) SetRows added in v1.35.37

SetRows sets the Rows field's value.

func (*BatchUpsertTableRowsOutput) SetWorkbookCursor added in v1.35.37

SetWorkbookCursor sets the WorkbookCursor field's value.

func (BatchUpsertTableRowsOutput) String added in v1.35.37

String returns the string representation

type Cell added in v1.35.37

type Cell struct {

	// The format of the cell. If this field is empty, then the format is either
	// not specified in the workbook or the format is set to AUTO.
	Format *string `locationName:"format" type:"string" enum:"Format"`

	// The formatted value of the cell. This is the value that you see displayed
	// in the cell in the UI.
	//
	// Note that the formatted value of a cell is always represented as a string
	// irrespective of the data that is stored in the cell. For example, if a cell
	// contains a date, the formatted value of the cell is the string representation
	// of the formatted date being shown in the cell in the UI. See details in the
	// rawValue field below for how cells of different formats will have different
	// raw and formatted values.
	FormattedValue *string `locationName:"formattedValue" type:"string"`

	// The formula contained in the cell. This field is empty if a cell does not
	// have a formula.
	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 AUTO or cells without any format that are auto-detected
	// as one of the formats above will contain the raw and formatted values as
	// mentioned above, based on the auto-detected formats. If there is no auto-detected
	// format, the raw and formatted values will be the same as the data in the
	// cell.
	RawValue *string `locationName:"rawValue" type:"string"`
	// contains filtered or unexported fields
}

An object that represents a single cell in a table.

func (Cell) GoString added in v1.35.37

func (s Cell) GoString() string

GoString returns the string representation

func (*Cell) SetFormat added in v1.35.37

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

SetFormat sets the Format field's value.

func (*Cell) SetFormattedValue added in v1.35.37

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

SetFormattedValue sets the FormattedValue field's value.

func (*Cell) SetFormula added in v1.35.37

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

SetFormula sets the Formula field's value.

func (*Cell) SetRawValue added in v1.35.37

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

SetRawValue sets the RawValue field's value.

func (Cell) String added in v1.35.37

func (s Cell) String() string

String returns the string representation

type CellInput added in v1.35.37

type CellInput struct {

	// Fact represents the data that is entered into a cell. This data can be free
	// text or a formula. Formulas need to start with the equals (=) sign.
	Fact *string `locationName:"fact" type:"string" sensitive:"true"`
	// contains filtered or unexported fields
}

CellInput object contains the data needed to create or update cells in a table.

func (CellInput) GoString added in v1.35.37

func (s CellInput) GoString() string

GoString returns the string representation

func (*CellInput) SetFact added in v1.35.37

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

SetFact sets the Fact field's value.

func (CellInput) String added in v1.35.37

func (s CellInput) String() string

String returns the string representation

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 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

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

type CreateRowData added in v1.35.37

type CreateRowData struct {

	// An external identifier that represents the single row that is being created
	// as part of the BatchCreateTableRows request. This can be any string that
	// you can use to identify the row in the request. The BatchCreateTableRows
	// API puts the batch item id in the results to allow you to link data in the
	// request to data in the results.
	//
	// BatchItemId is a required field
	BatchItemId *string `locationName:"batchItemId" min:"1" type:"string" required:"true"`

	// A map representing the cells to create in the new row. The key is the column
	// id of the cell and the value is the CellInput object that represents the
	// data to set in that cell.
	//
	// CellsToCreate is a required field
	CellsToCreate map[string]*CellInput `locationName:"cellsToCreate" min:"1" type:"map" required:"true"`
	// contains filtered or unexported fields
}

Data needed to create a single row in a table as part of the BatchCreateTableRows request.

func (CreateRowData) GoString added in v1.35.37

func (s CreateRowData) GoString() string

GoString returns the string representation

func (*CreateRowData) SetBatchItemId added in v1.35.37

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

SetBatchItemId sets the BatchItemId field's value.

func (*CreateRowData) SetCellsToCreate added in v1.35.37

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

SetCellsToCreate sets the CellsToCreate field's value.

func (CreateRowData) String added in v1.35.37

func (s CreateRowData) String() string

String returns the string representation

func (*CreateRowData) Validate added in v1.35.37

func (s *CreateRowData) Validate() error

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

type DataItem

type DataItem struct {

	// The formatted value of the data. e.g. John Smith.
	FormattedValue *string `locationName:"formattedValue" type:"string"`

	// The overrideFormat is optional and is specified only if a particular row
	// of data has a different format for the data than the default format defined
	// on the screen or the table.
	OverrideFormat *string `locationName:"overrideFormat" type:"string" enum:"Format"`

	// The raw value of the data. e.g. jsmith@example.com
	RawValue *string `locationName:"rawValue" type:"string"`
	// contains filtered or unexported fields
}

The data in a particular data cell defined on the screen.

func (DataItem) GoString

func (s DataItem) GoString() string

GoString returns the string representation

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

type DelimitedTextImportOptions added in v1.35.37

type DelimitedTextImportOptions struct {

	// The encoding of the data in the input file.
	DataCharacterEncoding *string `locationName:"dataCharacterEncoding" type:"string" enum:"ImportDataCharacterEncoding"`

	// The delimiter to use for separating columns in a single row of the input.
	//
	// Delimiter is a required field
	Delimiter *string `locationName:"delimiter" min:"1" type:"string" required:"true"`

	// Indicates whether the input file has a header row at the top containing the
	// column names.
	HasHeaderRow *bool `locationName:"hasHeaderRow" type:"boolean"`

	// A parameter to indicate whether empty rows should be ignored or be included
	// in the import.
	IgnoreEmptyRows *bool `locationName:"ignoreEmptyRows" type:"boolean"`
	// contains filtered or unexported fields
}

An object that contains the options relating to parsing delimited text as part of an import request.

func (DelimitedTextImportOptions) GoString added in v1.35.37

func (s DelimitedTextImportOptions) GoString() string

GoString returns the string representation

func (*DelimitedTextImportOptions) SetDataCharacterEncoding added in v1.35.37

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

SetDataCharacterEncoding sets the DataCharacterEncoding field's value.

func (*DelimitedTextImportOptions) SetDelimiter added in v1.35.37

SetDelimiter sets the Delimiter field's value.

func (*DelimitedTextImportOptions) SetHasHeaderRow added in v1.35.37

SetHasHeaderRow sets the HasHeaderRow field's value.

func (*DelimitedTextImportOptions) SetIgnoreEmptyRows added in v1.35.37

SetIgnoreEmptyRows sets the IgnoreEmptyRows field's value.

func (DelimitedTextImportOptions) String added in v1.35.37

String returns the string representation

func (*DelimitedTextImportOptions) Validate added in v1.35.37

func (s *DelimitedTextImportOptions) Validate() error

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

type DescribeTableDataImportJobInput added in v1.35.37

type DescribeTableDataImportJobInput struct {

	// The ID of the job that was returned by the StartTableDataImportJob request.
	//
	// If a job with the specified id could not be found, this API throws ResourceNotFoundException.
	//
	// JobId is a required field
	JobId *string `location:"uri" locationName:"jobId" min:"1" type:"string" required:"true"`

	// The ID of the table into which data was imported.
	//
	// If a table with the specified id could not be found, this API throws ResourceNotFoundException.
	//
	// TableId is a required field
	TableId *string `location:"uri" locationName:"tableId" min:"36" type:"string" required:"true"`

	// The ID of the workbook into which data was imported.
	//
	// If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
	//
	// WorkbookId is a required field
	WorkbookId *string `location:"uri" locationName:"workbookId" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTableDataImportJobInput) GoString added in v1.35.37

GoString returns the string representation

func (*DescribeTableDataImportJobInput) SetJobId added in v1.35.37

SetJobId sets the JobId field's value.

func (*DescribeTableDataImportJobInput) SetTableId added in v1.35.37

SetTableId sets the TableId field's value.

func (*DescribeTableDataImportJobInput) SetWorkbookId added in v1.35.37

SetWorkbookId sets the WorkbookId field's value.

func (DescribeTableDataImportJobInput) String added in v1.35.37

String returns the string representation

func (*DescribeTableDataImportJobInput) Validate added in v1.35.37

func (s *DescribeTableDataImportJobInput) Validate() error

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

type DescribeTableDataImportJobOutput added in v1.35.37

type DescribeTableDataImportJobOutput struct {

	// The metadata about the job that was submitted for import.
	//
	// JobMetadata is a required field
	JobMetadata *TableDataImportJobMetadata `locationName:"jobMetadata" type:"structure" required:"true"`

	// The current status of the import job.
	//
	// JobStatus is a required field
	JobStatus *string `locationName:"jobStatus" type:"string" required:"true" enum:"TableDataImportJobStatus"`

	// A message providing more details about the current status of the import job.
	//
	// Message is a required field
	Message *string `locationName:"message" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTableDataImportJobOutput) GoString added in v1.35.37

GoString returns the string representation

func (*DescribeTableDataImportJobOutput) SetJobMetadata added in v1.35.37

SetJobMetadata sets the JobMetadata field's value.

func (*DescribeTableDataImportJobOutput) SetJobStatus added in v1.35.37

SetJobStatus sets the JobStatus field's value.

func (*DescribeTableDataImportJobOutput) SetMessage added in v1.35.37

SetMessage sets the Message field's value.

func (DescribeTableDataImportJobOutput) String added in v1.35.37

String returns the string representation

type DestinationOptions added in v1.35.37

type DestinationOptions struct {

	// A map of the column id to the import properties for each column.
	ColumnMap map[string]*SourceDataColumnProperties `locationName:"columnMap" type:"map"`
	// contains filtered or unexported fields
}

An object that contains the options relating to the destination of the import request.

func (DestinationOptions) GoString added in v1.35.37

func (s DestinationOptions) GoString() string

GoString returns the string representation

func (*DestinationOptions) SetColumnMap added in v1.35.37

SetColumnMap sets the ColumnMap field's value.

func (DestinationOptions) String added in v1.35.37

func (s DestinationOptions) String() string

String returns the string representation

func (*DestinationOptions) Validate added in v1.35.37

func (s *DestinationOptions) Validate() error

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

type FailedBatchItem added in v1.35.37

type FailedBatchItem struct {

	// The error message that indicates why the batch item failed.
	//
	// ErrorMessage is a required field
	ErrorMessage *string `locationName:"errorMessage" type:"string" required:"true"`

	// The id of the batch item that failed. This is the batch item id for the BatchCreateTableRows
	// and BatchUpsertTableRows operations and the row id for the BatchUpdateTableRows
	// and BatchDeleteTableRows operations.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A single item in a batch that failed to perform the intended action because of an error preventing it from succeeding.

func (FailedBatchItem) GoString added in v1.35.37

func (s FailedBatchItem) GoString() string

GoString returns the string representation

func (*FailedBatchItem) SetErrorMessage added in v1.35.37

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

SetErrorMessage sets the ErrorMessage field's value.

func (*FailedBatchItem) SetId added in v1.35.37

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

SetId sets the Id field's value.

func (FailedBatchItem) String added in v1.35.37

func (s FailedBatchItem) String() string

String returns the string representation

type Filter added in v1.35.37

type Filter struct {

	// The optional contextRowId attribute can be used to specify the row id of
	// the context row if the filter formula contains unqualified references to
	// table columns and needs a context row to evaluate them successfully.
	ContextRowId *string `locationName:"contextRowId" min:"77" type:"string"`

	// A formula representing a filter function that returns zero or more matching
	// rows from a table. Valid formulas in this field return a list of rows from
	// a table. The most common ways of writing a formula to return a list of rows
	// are to use the FindRow() or Filter() functions. Any other formula that returns
	// zero or more rows is also acceptable. For example, you can use a formula
	// that points to a cell that contains a filter function.
	//
	// Formula is a required field
	Formula *string `locationName:"formula" type:"string" required:"true" sensitive:"true"`
	// contains filtered or unexported fields
}

An object that represents a filter formula along with the id of the context row under which the filter function needs to evaluate.

func (Filter) GoString added in v1.35.37

func (s Filter) GoString() string

GoString returns the string representation

func (*Filter) SetContextRowId added in v1.35.37

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

SetContextRowId sets the ContextRowId field's value.

func (*Filter) SetFormula added in v1.35.37

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

SetFormula sets the Formula field's value.

func (Filter) String added in v1.35.37

func (s Filter) String() string

String returns the string representation

func (*Filter) Validate added in v1.35.37

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 screem.
	//
	// 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 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

func (*GetScreenDataInput) SetAppId

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

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

func (*GetScreenDataOutput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (*GetScreenDataOutput) SetResults

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

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 added in v1.35.37

func (c *Honeycode) BatchCreateTableRows(input *BatchCreateTableRowsInput) (*BatchCreateTableRowsOutput, error)

BatchCreateTableRows API operation for Amazon Honeycode.

The BatchCreateTableRows API allows you to create one or more rows at the end of a table in a workbook. The API allows you to specify the values to set in some or all of the columns in the new rows.

If a column is not explicitly set in a specific row, then the column level formula specified in the table will be applied to the new row. If there is no column level formula but the last row of the table has a formula, then that formula will be copied down to the new row. If there is no column level formula and no formula in the last row of the table, then that column will be left blank for the new rows.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Honeycode's API operation BatchCreateTableRows for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.

  • InternalServerException There were unexpected errors from the server.

  • RequestTimeoutException The request timed out.

  • ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.

  • ServiceQuotaExceededException The request caused service quota to be breached.

  • ServiceUnavailableException Remote service is unreachable.

  • ThrottlingException Tps(transactions per second) rate reached.

  • ValidationException Request is invalid. The message in the response contains details on why the request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/BatchCreateTableRows

func (*Honeycode) BatchCreateTableRowsRequest added in v1.35.37

func (c *Honeycode) BatchCreateTableRowsRequest(input *BatchCreateTableRowsInput) (req *request.Request, output *BatchCreateTableRowsOutput)

BatchCreateTableRowsRequest generates a "aws/request.Request" representing the client's request for the BatchCreateTableRows operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See BatchCreateTableRows for more information on using the BatchCreateTableRows API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the BatchCreateTableRowsRequest method.
req, resp := client.BatchCreateTableRowsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/BatchCreateTableRows

func (*Honeycode) BatchCreateTableRowsWithContext added in v1.35.37

func (c *Honeycode) BatchCreateTableRowsWithContext(ctx aws.Context, input *BatchCreateTableRowsInput, opts ...request.Option) (*BatchCreateTableRowsOutput, error)

BatchCreateTableRowsWithContext is the same as BatchCreateTableRows with the addition of the ability to pass a context and additional request options.

See BatchCreateTableRows for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Honeycode) BatchDeleteTableRows added in v1.35.37

func (c *Honeycode) BatchDeleteTableRows(input *BatchDeleteTableRowsInput) (*BatchDeleteTableRowsOutput, error)

BatchDeleteTableRows API operation for Amazon Honeycode.

The BatchDeleteTableRows API allows you to delete one or more rows from a table in a workbook. You need to specify the ids of the rows that you want to delete from the table.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Honeycode's API operation BatchDeleteTableRows for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.

  • InternalServerException There were unexpected errors from the server.

  • ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.

  • ServiceUnavailableException Remote service is unreachable.

  • ValidationException Request is invalid. The message in the response contains details on why the request is invalid.

  • RequestTimeoutException The request timed out.

  • ThrottlingException Tps(transactions per second) rate reached.

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/BatchDeleteTableRows

func (*Honeycode) BatchDeleteTableRowsRequest added in v1.35.37

func (c *Honeycode) BatchDeleteTableRowsRequest(input *BatchDeleteTableRowsInput) (req *request.Request, output *BatchDeleteTableRowsOutput)

BatchDeleteTableRowsRequest generates a "aws/request.Request" representing the client's request for the BatchDeleteTableRows operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See BatchDeleteTableRows for more information on using the BatchDeleteTableRows API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the BatchDeleteTableRowsRequest method.
req, resp := client.BatchDeleteTableRowsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/BatchDeleteTableRows

func (*Honeycode) BatchDeleteTableRowsWithContext added in v1.35.37

func (c *Honeycode) BatchDeleteTableRowsWithContext(ctx aws.Context, input *BatchDeleteTableRowsInput, opts ...request.Option) (*BatchDeleteTableRowsOutput, error)

BatchDeleteTableRowsWithContext is the same as BatchDeleteTableRows with the addition of the ability to pass a context and additional request options.

See BatchDeleteTableRows for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Honeycode) BatchUpdateTableRows added in v1.35.37

func (c *Honeycode) BatchUpdateTableRows(input *BatchUpdateTableRowsInput) (*BatchUpdateTableRowsOutput, error)

BatchUpdateTableRows API operation for Amazon Honeycode.

The BatchUpdateTableRows API allows you to update one or more rows in a table in a workbook.

You can specify the values to set in some or all of the columns in the table for the specified rows. If a column is not explicitly specified in a particular row, then that column will not be updated for that row. To clear out the data in a specific cell, you need to set the value as an empty string ("").

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Honeycode's API operation BatchUpdateTableRows for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.

  • InternalServerException There were unexpected errors from the server.

  • ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.

  • ServiceUnavailableException Remote service is unreachable.

  • ValidationException Request is invalid. The message in the response contains details on why the request is invalid.

  • RequestTimeoutException The request timed out.

  • ThrottlingException Tps(transactions per second) rate reached.

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/BatchUpdateTableRows

func (*Honeycode) BatchUpdateTableRowsRequest added in v1.35.37

func (c *Honeycode) BatchUpdateTableRowsRequest(input *BatchUpdateTableRowsInput) (req *request.Request, output *BatchUpdateTableRowsOutput)

BatchUpdateTableRowsRequest generates a "aws/request.Request" representing the client's request for the BatchUpdateTableRows operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See BatchUpdateTableRows for more information on using the BatchUpdateTableRows API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the BatchUpdateTableRowsRequest method.
req, resp := client.BatchUpdateTableRowsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/BatchUpdateTableRows

func (*Honeycode) BatchUpdateTableRowsWithContext added in v1.35.37

func (c *Honeycode) BatchUpdateTableRowsWithContext(ctx aws.Context, input *BatchUpdateTableRowsInput, opts ...request.Option) (*BatchUpdateTableRowsOutput, error)

BatchUpdateTableRowsWithContext is the same as BatchUpdateTableRows with the addition of the ability to pass a context and additional request options.

See BatchUpdateTableRows for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Honeycode) BatchUpsertTableRows added in v1.35.37

func (c *Honeycode) BatchUpsertTableRows(input *BatchUpsertTableRowsInput) (*BatchUpsertTableRowsOutput, error)

BatchUpsertTableRows API operation for Amazon Honeycode.

The BatchUpsertTableRows API allows you to upsert one or more rows in a table. The upsert operation takes a filter expression as input and evaluates it to find matching rows on the destination table. If matching rows are found, it will update the cells in the matching rows to new values specified in the request. If no matching rows are found, a new row is added at the end of the table and the cells in that row are set to the new values specified in the request.

You can specify the values to set in some or all of the columns in the table for the matching or newly appended rows. If a column is not explicitly specified for a particular row, then that column will not be updated for that row. To clear out the data in a specific cell, you need to set the value as an empty string ("").

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Honeycode's API operation BatchUpsertTableRows for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.

  • InternalServerException There were unexpected errors from the server.

  • RequestTimeoutException The request timed out.

  • ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.

  • ServiceQuotaExceededException The request caused service quota to be breached.

  • ServiceUnavailableException Remote service is unreachable.

  • ThrottlingException Tps(transactions per second) rate reached.

  • ValidationException Request is invalid. The message in the response contains details on why the request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/BatchUpsertTableRows

func (*Honeycode) BatchUpsertTableRowsRequest added in v1.35.37

func (c *Honeycode) BatchUpsertTableRowsRequest(input *BatchUpsertTableRowsInput) (req *request.Request, output *BatchUpsertTableRowsOutput)

BatchUpsertTableRowsRequest generates a "aws/request.Request" representing the client's request for the BatchUpsertTableRows operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See BatchUpsertTableRows for more information on using the BatchUpsertTableRows API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the BatchUpsertTableRowsRequest method.
req, resp := client.BatchUpsertTableRowsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/BatchUpsertTableRows

func (*Honeycode) BatchUpsertTableRowsWithContext added in v1.35.37

func (c *Honeycode) BatchUpsertTableRowsWithContext(ctx aws.Context, input *BatchUpsertTableRowsInput, opts ...request.Option) (*BatchUpsertTableRowsOutput, error)

BatchUpsertTableRowsWithContext is the same as BatchUpsertTableRows with the addition of the ability to pass a context and additional request options.

See BatchUpsertTableRows for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Honeycode) DescribeTableDataImportJob added in v1.35.37

func (c *Honeycode) DescribeTableDataImportJob(input *DescribeTableDataImportJobInput) (*DescribeTableDataImportJobOutput, error)

DescribeTableDataImportJob API operation for Amazon Honeycode.

The DescribeTableDataImportJob API allows you to retrieve the status and details of a table data import job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Honeycode's API operation DescribeTableDataImportJob for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.

  • InternalServerException There were unexpected errors from the server.

  • ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.

  • ServiceUnavailableException Remote service is unreachable.

  • ThrottlingException Tps(transactions per second) rate reached.

  • ValidationException Request is invalid. The message in the response contains details on why the request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/DescribeTableDataImportJob

func (*Honeycode) DescribeTableDataImportJobRequest added in v1.35.37

func (c *Honeycode) DescribeTableDataImportJobRequest(input *DescribeTableDataImportJobInput) (req *request.Request, output *DescribeTableDataImportJobOutput)

DescribeTableDataImportJobRequest generates a "aws/request.Request" representing the client's request for the DescribeTableDataImportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeTableDataImportJob for more information on using the DescribeTableDataImportJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeTableDataImportJobRequest method.
req, resp := client.DescribeTableDataImportJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/DescribeTableDataImportJob

func (*Honeycode) DescribeTableDataImportJobWithContext added in v1.35.37

func (c *Honeycode) DescribeTableDataImportJobWithContext(ctx aws.Context, input *DescribeTableDataImportJobInput, opts ...request.Option) (*DescribeTableDataImportJobOutput, error)

DescribeTableDataImportJobWithContext is the same as DescribeTableDataImportJob with the addition of the ability to pass a context and additional request options.

See DescribeTableDataImportJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Honeycode) GetScreenData

func (c *Honeycode) GetScreenData(input *GetScreenDataInput) (*GetScreenDataOutput, error)

GetScreenData API operation for Amazon Honeycode.

The GetScreenData API allows retrieval of data from a screen in a Honeycode app. The API allows setting local variables in the screen to filter, sort or otherwise affect what will be displayed on the screen.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Honeycode's API operation GetScreenData for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.

  • InternalServerException There were unexpected errors from the server.

  • RequestTimeoutException The request timed out.

  • ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.

  • ServiceUnavailableException Remote service is unreachable.

  • ThrottlingException Tps(transactions per second) rate reached.

  • ValidationException Request is invalid. The message in the response contains details on why the request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/GetScreenData

func (*Honeycode) GetScreenDataRequest

func (c *Honeycode) GetScreenDataRequest(input *GetScreenDataInput) (req *request.Request, output *GetScreenDataOutput)

GetScreenDataRequest generates a "aws/request.Request" representing the client's request for the GetScreenData operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetScreenData for more information on using the GetScreenData API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetScreenDataRequest method.
req, resp := client.GetScreenDataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/GetScreenData

func (*Honeycode) GetScreenDataWithContext

func (c *Honeycode) GetScreenDataWithContext(ctx aws.Context, input *GetScreenDataInput, opts ...request.Option) (*GetScreenDataOutput, error)

GetScreenDataWithContext is the same as GetScreenData with the addition of the ability to pass a context and additional request options.

See GetScreenData for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Honeycode) InvokeScreenAutomation

func (c *Honeycode) InvokeScreenAutomation(input *InvokeScreenAutomationInput) (*InvokeScreenAutomationOutput, error)

InvokeScreenAutomation API operation for Amazon Honeycode.

The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app. The API allows setting local variables, which can then be used in the automation being invoked. This allows automating the Honeycode app interactions to write, update or delete data in the workbook.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Honeycode's API operation InvokeScreenAutomation for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.

  • InternalServerException There were unexpected errors from the server.

  • ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.

  • ValidationException Request is invalid. The message in the response contains details on why the request is invalid.

  • ThrottlingException Tps(transactions per second) rate reached.

  • ServiceUnavailableException Remote service is unreachable.

  • AutomationExecutionException The automation execution did not end successfully.

  • AutomationExecutionTimeoutException The automation execution timed out.

  • RequestTimeoutException The request timed out.

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/InvokeScreenAutomation

func (*Honeycode) InvokeScreenAutomationRequest

func (c *Honeycode) InvokeScreenAutomationRequest(input *InvokeScreenAutomationInput) (req *request.Request, output *InvokeScreenAutomationOutput)

InvokeScreenAutomationRequest generates a "aws/request.Request" representing the client's request for the InvokeScreenAutomation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See InvokeScreenAutomation for more information on using the InvokeScreenAutomation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the InvokeScreenAutomationRequest method.
req, resp := client.InvokeScreenAutomationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/InvokeScreenAutomation

func (*Honeycode) InvokeScreenAutomationWithContext

func (c *Honeycode) InvokeScreenAutomationWithContext(ctx aws.Context, input *InvokeScreenAutomationInput, opts ...request.Option) (*InvokeScreenAutomationOutput, error)

InvokeScreenAutomationWithContext is the same as InvokeScreenAutomation with the addition of the ability to pass a context and additional request options.

See InvokeScreenAutomation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Honeycode) ListTableColumns added in v1.35.37

func (c *Honeycode) ListTableColumns(input *ListTableColumnsInput) (*ListTableColumnsOutput, error)

ListTableColumns API operation for Amazon Honeycode.

The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Honeycode's API operation ListTableColumns for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.

  • InternalServerException There were unexpected errors from the server.

  • RequestTimeoutException The request timed out.

  • ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.

  • ServiceUnavailableException Remote service is unreachable.

  • ThrottlingException Tps(transactions per second) rate reached.

  • ValidationException Request is invalid. The message in the response contains details on why the request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/ListTableColumns

func (*Honeycode) ListTableColumnsPages added in v1.35.37

func (c *Honeycode) ListTableColumnsPages(input *ListTableColumnsInput, fn func(*ListTableColumnsOutput, bool) bool) error

ListTableColumnsPages iterates over the pages of a ListTableColumns operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListTableColumns method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListTableColumns operation.
pageNum := 0
err := client.ListTableColumnsPages(params,
    func(page *honeycode.ListTableColumnsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Honeycode) ListTableColumnsPagesWithContext added in v1.35.37

func (c *Honeycode) ListTableColumnsPagesWithContext(ctx aws.Context, input *ListTableColumnsInput, fn func(*ListTableColumnsOutput, bool) bool, opts ...request.Option) error

ListTableColumnsPagesWithContext same as ListTableColumnsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Honeycode) ListTableColumnsRequest added in v1.35.37

func (c *Honeycode) ListTableColumnsRequest(input *ListTableColumnsInput) (req *request.Request, output *ListTableColumnsOutput)

ListTableColumnsRequest generates a "aws/request.Request" representing the client's request for the ListTableColumns operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTableColumns for more information on using the ListTableColumns API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTableColumnsRequest method.
req, resp := client.ListTableColumnsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/ListTableColumns

func (*Honeycode) ListTableColumnsWithContext added in v1.35.37

func (c *Honeycode) ListTableColumnsWithContext(ctx aws.Context, input *ListTableColumnsInput, opts ...request.Option) (*ListTableColumnsOutput, error)

ListTableColumnsWithContext is the same as ListTableColumns with the addition of the ability to pass a context and additional request options.

See ListTableColumns for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Honeycode) ListTableRows added in v1.35.37

func (c *Honeycode) ListTableRows(input *ListTableRowsInput) (*ListTableRowsOutput, error)

ListTableRows API operation for Amazon Honeycode.

The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Honeycode's API operation ListTableRows for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.

  • InternalServerException There were unexpected errors from the server.

  • ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.

  • ServiceUnavailableException Remote service is unreachable.

  • ValidationException Request is invalid. The message in the response contains details on why the request is invalid.

  • RequestTimeoutException The request timed out.

  • ThrottlingException Tps(transactions per second) rate reached.

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/ListTableRows

func (*Honeycode) ListTableRowsPages added in v1.35.37

func (c *Honeycode) ListTableRowsPages(input *ListTableRowsInput, fn func(*ListTableRowsOutput, bool) bool) error

ListTableRowsPages iterates over the pages of a ListTableRows operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListTableRows method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListTableRows operation.
pageNum := 0
err := client.ListTableRowsPages(params,
    func(page *honeycode.ListTableRowsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Honeycode) ListTableRowsPagesWithContext added in v1.35.37

func (c *Honeycode) ListTableRowsPagesWithContext(ctx aws.Context, input *ListTableRowsInput, fn func(*ListTableRowsOutput, bool) bool, opts ...request.Option) error

ListTableRowsPagesWithContext same as ListTableRowsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Honeycode) ListTableRowsRequest added in v1.35.37

func (c *Honeycode) ListTableRowsRequest(input *ListTableRowsInput) (req *request.Request, output *ListTableRowsOutput)

ListTableRowsRequest generates a "aws/request.Request" representing the client's request for the ListTableRows operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTableRows for more information on using the ListTableRows API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTableRowsRequest method.
req, resp := client.ListTableRowsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/ListTableRows

func (*Honeycode) ListTableRowsWithContext added in v1.35.37

func (c *Honeycode) ListTableRowsWithContext(ctx aws.Context, input *ListTableRowsInput, opts ...request.Option) (*ListTableRowsOutput, error)

ListTableRowsWithContext is the same as ListTableRows with the addition of the ability to pass a context and additional request options.

See ListTableRows for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Honeycode) ListTables added in v1.35.37

func (c *Honeycode) ListTables(input *ListTablesInput) (*ListTablesOutput, error)

ListTables API operation for Amazon Honeycode.

The ListTables API allows you to retrieve a list of all the tables in a workbook.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Honeycode's API operation ListTables for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.

  • InternalServerException There were unexpected errors from the server.

  • RequestTimeoutException The request timed out.

  • ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.

  • ServiceUnavailableException Remote service is unreachable.

  • ThrottlingException Tps(transactions per second) rate reached.

  • ValidationException Request is invalid. The message in the response contains details on why the request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/ListTables

func (*Honeycode) ListTablesPages added in v1.35.37

func (c *Honeycode) ListTablesPages(input *ListTablesInput, fn func(*ListTablesOutput, bool) bool) error

ListTablesPages iterates over the pages of a ListTables operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListTables method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListTables operation.
pageNum := 0
err := client.ListTablesPages(params,
    func(page *honeycode.ListTablesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Honeycode) ListTablesPagesWithContext added in v1.35.37

func (c *Honeycode) ListTablesPagesWithContext(ctx aws.Context, input *ListTablesInput, fn func(*ListTablesOutput, bool) bool, opts ...request.Option) error

ListTablesPagesWithContext same as ListTablesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Honeycode) ListTablesRequest added in v1.35.37

func (c *Honeycode) ListTablesRequest(input *ListTablesInput) (req *request.Request, output *ListTablesOutput)

ListTablesRequest generates a "aws/request.Request" representing the client's request for the ListTables operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTables for more information on using the ListTables API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTablesRequest method.
req, resp := client.ListTablesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/ListTables

func (*Honeycode) ListTablesWithContext added in v1.35.37

func (c *Honeycode) ListTablesWithContext(ctx aws.Context, input *ListTablesInput, opts ...request.Option) (*ListTablesOutput, error)

ListTablesWithContext is the same as ListTables with the addition of the ability to pass a context and additional request options.

See ListTables for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Honeycode) QueryTableRows added in v1.35.37

func (c *Honeycode) QueryTableRows(input *QueryTableRowsInput) (*QueryTableRowsOutput, error)

QueryTableRows API operation for Amazon Honeycode.

The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Honeycode's API operation QueryTableRows for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.

  • InternalServerException There were unexpected errors from the server.

  • RequestTimeoutException The request timed out.

  • ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.

  • ServiceUnavailableException Remote service is unreachable.

  • ThrottlingException Tps(transactions per second) rate reached.

  • ValidationException Request is invalid. The message in the response contains details on why the request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/QueryTableRows

func (*Honeycode) QueryTableRowsPages added in v1.35.37

func (c *Honeycode) QueryTableRowsPages(input *QueryTableRowsInput, fn func(*QueryTableRowsOutput, bool) bool) error

QueryTableRowsPages iterates over the pages of a QueryTableRows operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See QueryTableRows method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a QueryTableRows operation.
pageNum := 0
err := client.QueryTableRowsPages(params,
    func(page *honeycode.QueryTableRowsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Honeycode) QueryTableRowsPagesWithContext added in v1.35.37

func (c *Honeycode) QueryTableRowsPagesWithContext(ctx aws.Context, input *QueryTableRowsInput, fn func(*QueryTableRowsOutput, bool) bool, opts ...request.Option) error

QueryTableRowsPagesWithContext same as QueryTableRowsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Honeycode) QueryTableRowsRequest added in v1.35.37

func (c *Honeycode) QueryTableRowsRequest(input *QueryTableRowsInput) (req *request.Request, output *QueryTableRowsOutput)

QueryTableRowsRequest generates a "aws/request.Request" representing the client's request for the QueryTableRows operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See QueryTableRows for more information on using the QueryTableRows API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the QueryTableRowsRequest method.
req, resp := client.QueryTableRowsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/QueryTableRows

func (*Honeycode) QueryTableRowsWithContext added in v1.35.37

func (c *Honeycode) QueryTableRowsWithContext(ctx aws.Context, input *QueryTableRowsInput, opts ...request.Option) (*QueryTableRowsOutput, error)

QueryTableRowsWithContext is the same as QueryTableRows with the addition of the ability to pass a context and additional request options.

See QueryTableRows for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Honeycode) StartTableDataImportJob added in v1.35.37

func (c *Honeycode) StartTableDataImportJob(input *StartTableDataImportJobInput) (*StartTableDataImportJobOutput, error)

StartTableDataImportJob API operation for Amazon Honeycode.

The StartTableDataImportJob API allows you to start an import job on a table. This API will only return the id of the job that was started. To find out the status of the import request, you need to call the DescribeTableDataImportJob API.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Honeycode's API operation StartTableDataImportJob for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.

  • InternalServerException There were unexpected errors from the server.

  • ResourceNotFoundException A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.

  • ServiceUnavailableException Remote service is unreachable.

  • ThrottlingException Tps(transactions per second) rate reached.

  • ValidationException Request is invalid. The message in the response contains details on why the request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/StartTableDataImportJob

func (*Honeycode) StartTableDataImportJobRequest added in v1.35.37

func (c *Honeycode) StartTableDataImportJobRequest(input *StartTableDataImportJobInput) (req *request.Request, output *StartTableDataImportJobOutput)

StartTableDataImportJobRequest generates a "aws/request.Request" representing the client's request for the StartTableDataImportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartTableDataImportJob for more information on using the StartTableDataImportJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartTableDataImportJobRequest method.
req, resp := client.StartTableDataImportJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/StartTableDataImportJob

func (*Honeycode) StartTableDataImportJobWithContext added in v1.35.37

func (c *Honeycode) StartTableDataImportJobWithContext(ctx aws.Context, input *StartTableDataImportJobInput, opts ...request.Option) (*StartTableDataImportJobOutput, error)

StartTableDataImportJobWithContext is the same as StartTableDataImportJob with the addition of the ability to pass a context and additional request options.

See StartTableDataImportJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type ImportDataSource added in v1.35.37

type ImportDataSource struct {

	// The configuration parameters for the data source of the import
	//
	// DataSourceConfig is a required field
	DataSourceConfig *ImportDataSourceConfig `locationName:"dataSourceConfig" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

An object that has details about the source of the data that was submitted for import.

func (ImportDataSource) GoString added in v1.35.37

func (s ImportDataSource) GoString() string

GoString returns the string representation

func (*ImportDataSource) SetDataSourceConfig added in v1.35.37

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

SetDataSourceConfig sets the DataSourceConfig field's value.

func (ImportDataSource) String added in v1.35.37

func (s ImportDataSource) String() string

String returns the string representation

func (*ImportDataSource) Validate added in v1.35.37

func (s *ImportDataSource) Validate() error

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

type ImportDataSourceConfig added in v1.35.37

type ImportDataSourceConfig struct {

	// The URL from which source data will be downloaded for the import request.
	DataSourceUrl *string `locationName:"dataSourceUrl" min:"1" type:"string"`
	// contains filtered or unexported fields
}

An object that contains the configuration parameters for the data source of an import request.

func (ImportDataSourceConfig) GoString added in v1.35.37

func (s ImportDataSourceConfig) GoString() string

GoString returns the string representation

func (*ImportDataSourceConfig) SetDataSourceUrl added in v1.35.37

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

SetDataSourceUrl sets the DataSourceUrl field's value.

func (ImportDataSourceConfig) String added in v1.35.37

func (s ImportDataSourceConfig) String() string

String returns the string representation

func (*ImportDataSourceConfig) Validate added in v1.35.37

func (s *ImportDataSourceConfig) Validate() error

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

type ImportJobSubmitter added in v1.35.37

type ImportJobSubmitter struct {

	// The email id of the submitter of the import job, if available.
	Email *string `locationName:"email" min:"3" type:"string" sensitive:"true"`

	// The AWS user ARN of the submitter of the import job, if available.
	UserArn *string `locationName:"userArn" min:"20" type:"string"`
	// contains filtered or unexported fields
}

An object that contains the attributes of the submitter of the import job.

func (ImportJobSubmitter) GoString added in v1.35.37

func (s ImportJobSubmitter) GoString() string

GoString returns the string representation

func (*ImportJobSubmitter) SetEmail added in v1.35.37

SetEmail sets the Email field's value.

func (*ImportJobSubmitter) SetUserArn added in v1.35.37

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

SetUserArn sets the UserArn field's value.

func (ImportJobSubmitter) String added in v1.35.37

func (s ImportJobSubmitter) String() string

String returns the string representation

type ImportOptions added in v1.35.37

type ImportOptions struct {

	// Options relating to parsing delimited text. Required if dataFormat is DELIMITED_TEXT.
	DelimitedTextOptions *DelimitedTextImportOptions `locationName:"delimitedTextOptions" type:"structure"`

	// Options relating to the destination of the import request.
	DestinationOptions *DestinationOptions `locationName:"destinationOptions" type:"structure"`
	// contains filtered or unexported fields
}

An object that contains the options specified by the sumitter of the import request.

func (ImportOptions) GoString added in v1.35.37

func (s ImportOptions) GoString() string

GoString returns the string representation

func (*ImportOptions) SetDelimitedTextOptions added in v1.35.37

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

SetDelimitedTextOptions sets the DelimitedTextOptions field's value.

func (*ImportOptions) SetDestinationOptions added in v1.35.37

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

SetDestinationOptions sets the DestinationOptions field's value.

func (ImportOptions) String added in v1.35.37

func (s ImportOptions) String() string

String returns the string representation

func (*ImportOptions) Validate added in v1.35.37

func (s *ImportOptions) Validate() error

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

type InternalServerException

type InternalServerException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

There were unexpected errors from the server.

func (*InternalServerException) Code

func (s *InternalServerException) Code() string

Code returns the exception type name.

func (*InternalServerException) Error

func (s *InternalServerException) Error() string

func (InternalServerException) GoString

func (s InternalServerException) GoString() string

GoString returns the string representation

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

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 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

func (*InvokeScreenAutomationInput) SetAppId

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

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

SetScreenId sets the ScreenId field's value.

func (*InvokeScreenAutomationInput) SetVariables

SetVariables sets the Variables field's value.

func (*InvokeScreenAutomationInput) SetWorkbookId

SetWorkbookId sets the WorkbookId field's value.

func (InvokeScreenAutomationInput) String

String returns the string representation

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

func (*InvokeScreenAutomationOutput) SetWorkbookCursor

SetWorkbookCursor sets the WorkbookCursor field's value.

func (InvokeScreenAutomationOutput) String

String returns the string representation

type ListTableColumnsInput added in v1.35.37

type ListTableColumnsInput struct {

	// This parameter is optional. If a nextToken is not specified, the API returns
	// the first page of data.
	//
	// Pagination tokens expire after 1 hour. If you use a token that was returned
	// more than an hour back, the API will throw ValidationException.
	NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"`

	// The ID of the table whose columns are being retrieved.
	//
	// If a table with the specified id could not be found, this API throws ResourceNotFoundException.
	//
	// TableId is a required field
	TableId *string `location:"uri" locationName:"tableId" min:"36" type:"string" required:"true"`

	// The ID of the workbook that contains the table whose columns are being retrieved.
	//
	// If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
	//
	// WorkbookId is a required field
	WorkbookId *string `location:"uri" locationName:"workbookId" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListTableColumnsInput) GoString added in v1.35.37

func (s ListTableColumnsInput) GoString() string

GoString returns the string representation

func (*ListTableColumnsInput) SetNextToken added in v1.35.37

SetNextToken sets the NextToken field's value.

func (*ListTableColumnsInput) SetTableId added in v1.35.37

SetTableId sets the TableId field's value.

func (*ListTableColumnsInput) SetWorkbookId added in v1.35.37

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

SetWorkbookId sets the WorkbookId field's value.

func (ListTableColumnsInput) String added in v1.35.37

func (s ListTableColumnsInput) String() string

String returns the string representation

func (*ListTableColumnsInput) Validate added in v1.35.37

func (s *ListTableColumnsInput) Validate() error

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

type ListTableColumnsOutput added in v1.35.37

type ListTableColumnsOutput struct {

	// Provides the pagination token to load the next page if there are more results
	// matching the request. If a pagination token is not present in the response,
	// it means that all data matching the request has been loaded.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`

	// The list of columns in the table.
	//
	// TableColumns is a required field
	TableColumns []*TableColumn `locationName:"tableColumns" type:"list" required:"true"`

	// Indicates the cursor of the workbook at which the data returned by this request
	// is read. Workbook cursor keeps increasing with every update and the increments
	// are not sequential.
	WorkbookCursor *int64 `locationName:"workbookCursor" type:"long"`
	// contains filtered or unexported fields
}

func (ListTableColumnsOutput) GoString added in v1.35.37

func (s ListTableColumnsOutput) GoString() string

GoString returns the string representation

func (*ListTableColumnsOutput) SetNextToken added in v1.35.37

SetNextToken sets the NextToken field's value.

func (*ListTableColumnsOutput) SetTableColumns added in v1.35.37

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

SetTableColumns sets the TableColumns field's value.

func (*ListTableColumnsOutput) SetWorkbookCursor added in v1.35.37

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

SetWorkbookCursor sets the WorkbookCursor field's value.

func (ListTableColumnsOutput) String added in v1.35.37

func (s ListTableColumnsOutput) String() string

String returns the string representation

type ListTableRowsInput added in v1.35.37

type ListTableRowsInput struct {

	// The maximum number of rows to return in each page of the results.
	MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"`

	// This parameter is optional. If a nextToken is not specified, the API returns
	// the first page of data.
	//
	// Pagination tokens expire after 1 hour. If you use a token that was returned
	// more than an hour back, the API will throw ValidationException.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`

	// This parameter is optional. If one or more row ids are specified in this
	// list, then only the specified row ids are returned in the result. If no row
	// ids are specified here, then all the rows in the table are returned.
	RowIds []*string `locationName:"rowIds" min:"1" type:"list"`

	// The ID of the table whose rows are being retrieved.
	//
	// If a table with the specified id could not be found, this API throws ResourceNotFoundException.
	//
	// TableId is a required field
	TableId *string `location:"uri" locationName:"tableId" min:"36" type:"string" required:"true"`

	// The ID of the workbook that contains the table whose rows are being retrieved.
	//
	// If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
	//
	// WorkbookId is a required field
	WorkbookId *string `location:"uri" locationName:"workbookId" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListTableRowsInput) GoString added in v1.35.37

func (s ListTableRowsInput) GoString() string

GoString returns the string representation

func (*ListTableRowsInput) SetMaxResults added in v1.35.37

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

SetMaxResults sets the MaxResults field's value.

func (*ListTableRowsInput) SetNextToken added in v1.35.37

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

SetNextToken sets the NextToken field's value.

func (*ListTableRowsInput) SetRowIds added in v1.35.37

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

SetRowIds sets the RowIds field's value.

func (*ListTableRowsInput) SetTableId added in v1.35.37

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

SetTableId sets the TableId field's value.

func (*ListTableRowsInput) SetWorkbookId added in v1.35.37

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

SetWorkbookId sets the WorkbookId field's value.

func (ListTableRowsInput) String added in v1.35.37

func (s ListTableRowsInput) String() string

String returns the string representation

func (*ListTableRowsInput) Validate added in v1.35.37

func (s *ListTableRowsInput) Validate() error

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

type ListTableRowsOutput added in v1.35.37

type ListTableRowsOutput struct {

	// The list of columns in the table whose row data is returned in the result.
	//
	// ColumnIds is a required field
	ColumnIds []*string `locationName:"columnIds" min:"1" type:"list" required:"true"`

	// Provides the pagination token to load the next page if there are more results
	// matching the request. If a pagination token is not present in the response,
	// it means that all data matching the request has been loaded.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`

	// The list of row ids included in the request that were not found in the table.
	RowIdsNotFound []*string `locationName:"rowIdsNotFound" min:"1" type:"list"`

	// The list of rows in the table. Note that this result is paginated, so this
	// list contains a maximum of 100 rows.
	//
	// Rows is a required field
	Rows []*TableRow `locationName:"rows" type:"list" required:"true"`

	// Indicates the cursor of the workbook at which the data returned by this request
	// is read. Workbook cursor keeps increasing with every update and the increments
	// are not sequential.
	//
	// WorkbookCursor is a required field
	WorkbookCursor *int64 `locationName:"workbookCursor" type:"long" required:"true"`
	// contains filtered or unexported fields
}

func (ListTableRowsOutput) GoString added in v1.35.37

func (s ListTableRowsOutput) GoString() string

GoString returns the string representation

func (*ListTableRowsOutput) SetColumnIds added in v1.35.37

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

SetColumnIds sets the ColumnIds field's value.

func (*ListTableRowsOutput) SetNextToken added in v1.35.37

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

SetNextToken sets the NextToken field's value.

func (*ListTableRowsOutput) SetRowIdsNotFound added in v1.35.37

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

SetRowIdsNotFound sets the RowIdsNotFound field's value.

func (*ListTableRowsOutput) SetRows added in v1.35.37

SetRows sets the Rows field's value.

func (*ListTableRowsOutput) SetWorkbookCursor added in v1.35.37

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

SetWorkbookCursor sets the WorkbookCursor field's value.

func (ListTableRowsOutput) String added in v1.35.37

func (s ListTableRowsOutput) String() string

String returns the string representation

type ListTablesInput added in v1.35.37

type ListTablesInput struct {

	// The maximum number of tables to return in each page of the results.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// This parameter is optional. If a nextToken is not specified, the API returns
	// the first page of data.
	//
	// Pagination tokens expire after 1 hour. If you use a token that was returned
	// more than an hour back, the API will throw ValidationException.
	NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"`

	// The ID of the workbook whose tables are being retrieved.
	//
	// If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
	//
	// WorkbookId is a required field
	WorkbookId *string `location:"uri" locationName:"workbookId" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListTablesInput) GoString added in v1.35.37

func (s ListTablesInput) GoString() string

GoString returns the string representation

func (*ListTablesInput) SetMaxResults added in v1.35.37

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

SetMaxResults sets the MaxResults field's value.

func (*ListTablesInput) SetNextToken added in v1.35.37

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

SetNextToken sets the NextToken field's value.

func (*ListTablesInput) SetWorkbookId added in v1.35.37

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

SetWorkbookId sets the WorkbookId field's value.

func (ListTablesInput) String added in v1.35.37

func (s ListTablesInput) String() string

String returns the string representation

func (*ListTablesInput) Validate added in v1.35.37

func (s *ListTablesInput) Validate() error

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

type ListTablesOutput added in v1.35.37

type ListTablesOutput struct {

	// Provides the pagination token to load the next page if there are more results
	// matching the request. If a pagination token is not present in the response,
	// it means that all data matching the request has been loaded.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`

	// The list of tables in the workbook.
	//
	// Tables is a required field
	Tables []*Table `locationName:"tables" type:"list" required:"true"`

	// Indicates the cursor of the workbook at which the data returned by this request
	// is read. Workbook cursor keeps increasing with every update and the increments
	// are not sequential.
	WorkbookCursor *int64 `locationName:"workbookCursor" type:"long"`
	// contains filtered or unexported fields
}

func (ListTablesOutput) GoString added in v1.35.37

func (s ListTablesOutput) GoString() string

GoString returns the string representation

func (*ListTablesOutput) SetNextToken added in v1.35.37

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

SetNextToken sets the NextToken field's value.

func (*ListTablesOutput) SetTables added in v1.35.37

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

SetTables sets the Tables field's value.

func (*ListTablesOutput) SetWorkbookCursor added in v1.35.37

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

SetWorkbookCursor sets the WorkbookCursor field's value.

func (ListTablesOutput) String added in v1.35.37

func (s ListTablesOutput) String() string

String returns the string representation

type QueryTableRowsInput added in v1.35.37

type QueryTableRowsInput struct {

	// An object that represents a filter formula along with the id of the context
	// row under which the filter function needs to evaluate.
	//
	// FilterFormula is a required field
	FilterFormula *Filter `locationName:"filterFormula" type:"structure" required:"true"`

	// The maximum number of rows to return in each page of the results.
	MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"`

	// This parameter is optional. If a nextToken is not specified, the API returns
	// the first page of data.
	//
	// Pagination tokens expire after 1 hour. If you use a token that was returned
	// more than an hour back, the API will throw ValidationException.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`

	// The ID of the table whose rows are being queried.
	//
	// If a table with the specified id could not be found, this API throws ResourceNotFoundException.
	//
	// TableId is a required field
	TableId *string `location:"uri" locationName:"tableId" min:"36" type:"string" required:"true"`

	// The ID of the workbook whose table rows are being queried.
	//
	// If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
	//
	// WorkbookId is a required field
	WorkbookId *string `location:"uri" locationName:"workbookId" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (QueryTableRowsInput) GoString added in v1.35.37

func (s QueryTableRowsInput) GoString() string

GoString returns the string representation

func (*QueryTableRowsInput) SetFilterFormula added in v1.35.37

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

SetFilterFormula sets the FilterFormula field's value.

func (*QueryTableRowsInput) SetMaxResults added in v1.35.37

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

SetMaxResults sets the MaxResults field's value.

func (*QueryTableRowsInput) SetNextToken added in v1.35.37

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

SetNextToken sets the NextToken field's value.

func (*QueryTableRowsInput) SetTableId added in v1.35.37

SetTableId sets the TableId field's value.

func (*QueryTableRowsInput) SetWorkbookId added in v1.35.37

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

SetWorkbookId sets the WorkbookId field's value.

func (QueryTableRowsInput) String added in v1.35.37

func (s QueryTableRowsInput) String() string

String returns the string representation

func (*QueryTableRowsInput) Validate added in v1.35.37

func (s *QueryTableRowsInput) Validate() error

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

type QueryTableRowsOutput added in v1.35.37

type QueryTableRowsOutput struct {

	// The list of columns in the table whose row data is returned in the result.
	//
	// ColumnIds is a required field
	ColumnIds []*string `locationName:"columnIds" min:"1" type:"list" required:"true"`

	// Provides the pagination token to load the next page if there are more results
	// matching the request. If a pagination token is not present in the response,
	// it means that all data matching the request has been loaded.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`

	// The list of rows in the table that match the query filter.
	//
	// Rows is a required field
	Rows []*TableRow `locationName:"rows" type:"list" required:"true"`

	// Indicates the cursor of the workbook at which the data returned by this request
	// is read. Workbook cursor keeps increasing with every update and the increments
	// are not sequential.
	//
	// WorkbookCursor is a required field
	WorkbookCursor *int64 `locationName:"workbookCursor" type:"long" required:"true"`
	// contains filtered or unexported fields
}

func (QueryTableRowsOutput) GoString added in v1.35.37

func (s QueryTableRowsOutput) GoString() string

GoString returns the string representation

func (*QueryTableRowsOutput) SetColumnIds added in v1.35.37

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

SetColumnIds sets the ColumnIds field's value.

func (*QueryTableRowsOutput) SetNextToken added in v1.35.37

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

SetNextToken sets the NextToken field's value.

func (*QueryTableRowsOutput) SetRows added in v1.35.37

SetRows sets the Rows field's value.

func (*QueryTableRowsOutput) SetWorkbookCursor added in v1.35.37

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

SetWorkbookCursor sets the WorkbookCursor field's value.

func (QueryTableRowsOutput) String added in v1.35.37

func (s QueryTableRowsOutput) String() string

String returns the string representation

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

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

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

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

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

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

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

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

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

type ServiceQuotaExceededException added in v1.35.37

type ServiceQuotaExceededException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The request caused service quota to be breached.

func (*ServiceQuotaExceededException) Code added in v1.35.37

Code returns the exception type name.

func (*ServiceQuotaExceededException) Error added in v1.35.37

func (ServiceQuotaExceededException) GoString added in v1.35.37

GoString returns the string representation

func (*ServiceQuotaExceededException) Message added in v1.35.37

Message returns the exception's message.

func (*ServiceQuotaExceededException) OrigErr added in v1.35.37

func (s *ServiceQuotaExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ServiceQuotaExceededException) RequestID added in v1.35.37

func (s *ServiceQuotaExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ServiceQuotaExceededException) StatusCode added in v1.35.37

func (s *ServiceQuotaExceededException) StatusCode() int

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

func (ServiceQuotaExceededException) String added in v1.35.37

String returns the string representation

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

Code returns the exception type name.

func (*ServiceUnavailableException) Error

func (ServiceUnavailableException) GoString

func (s ServiceUnavailableException) GoString() string

GoString returns the string representation

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

String returns the string representation

type SourceDataColumnProperties added in v1.35.37

type SourceDataColumnProperties struct {

	// The index of the column in the input file.
	ColumnIndex *int64 `locationName:"columnIndex" min:"1" type:"integer"`
	// contains filtered or unexported fields
}

An object that contains the properties for importing data to a specific column in a table.

func (SourceDataColumnProperties) GoString added in v1.35.37

func (s SourceDataColumnProperties) GoString() string

GoString returns the string representation

func (*SourceDataColumnProperties) SetColumnIndex added in v1.35.37

SetColumnIndex sets the ColumnIndex field's value.

func (SourceDataColumnProperties) String added in v1.35.37

String returns the string representation

func (*SourceDataColumnProperties) Validate added in v1.35.37

func (s *SourceDataColumnProperties) Validate() error

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

type StartTableDataImportJobInput added in v1.35.37

type StartTableDataImportJobInput struct {

	// The request token for performing the update action. Request tokens help to
	// identify duplicate requests. If a call times out or fails due to a transient
	// error like a failed network connection, you can retry the call with the same
	// request token. The service ensures that if the first call using that request
	// token is successfully performed, the second call will not perform the action
	// again.
	//
	// Note that request tokens are valid only for a few minutes. You cannot use
	// request tokens to dedupe requests spanning hours or days.
	//
	// ClientRequestToken is a required field
	ClientRequestToken *string `locationName:"clientRequestToken" min:"32" type:"string" required:"true"`

	// The format of the data that is being imported. Currently the only option
	// supported is "DELIMITED_TEXT".
	//
	// DataFormat is a required field
	DataFormat *string `locationName:"dataFormat" type:"string" required:"true" enum:"ImportSourceDataFormat"`

	// The source of the data that is being imported. The size of source must be
	// no larger than 100 MB. Source must have no more than 100,000 cells and no
	// more than 1,000 rows.
	//
	// DataSource is a required field
	DataSource *ImportDataSource `locationName:"dataSource" type:"structure" required:"true"`

	// The ID of the table where the rows are being imported.
	//
	// If a table with the specified id could not be found, this API throws ResourceNotFoundException.
	//
	// DestinationTableId is a required field
	DestinationTableId *string `location:"uri" locationName:"tableId" min:"36" type:"string" required:"true"`

	// The options for customizing this import request.
	//
	// ImportOptions is a required field
	ImportOptions *ImportOptions `locationName:"importOptions" type:"structure" required:"true"`

	// The ID of the workbook where the rows are being imported.
	//
	// If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
	//
	// WorkbookId is a required field
	WorkbookId *string `location:"uri" locationName:"workbookId" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StartTableDataImportJobInput) GoString added in v1.35.37

func (s StartTableDataImportJobInput) GoString() string

GoString returns the string representation

func (*StartTableDataImportJobInput) SetClientRequestToken added in v1.35.37

SetClientRequestToken sets the ClientRequestToken field's value.

func (*StartTableDataImportJobInput) SetDataFormat added in v1.35.37

SetDataFormat sets the DataFormat field's value.

func (*StartTableDataImportJobInput) SetDataSource added in v1.35.37

SetDataSource sets the DataSource field's value.

func (*StartTableDataImportJobInput) SetDestinationTableId added in v1.35.37

SetDestinationTableId sets the DestinationTableId field's value.

func (*StartTableDataImportJobInput) SetImportOptions added in v1.35.37

SetImportOptions sets the ImportOptions field's value.

func (*StartTableDataImportJobInput) SetWorkbookId added in v1.35.37

SetWorkbookId sets the WorkbookId field's value.

func (StartTableDataImportJobInput) String added in v1.35.37

String returns the string representation

func (*StartTableDataImportJobInput) Validate added in v1.35.37

func (s *StartTableDataImportJobInput) Validate() error

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

type StartTableDataImportJobOutput added in v1.35.37

type StartTableDataImportJobOutput struct {

	// The id that is assigned to this import job. Future requests to find out the
	// status of this import job need to send this id in the appropriate parameter
	// in the request.
	//
	// JobId is a required field
	JobId *string `locationName:"jobId" min:"1" type:"string" required:"true"`

	// The status of the import job immediately after submitting the request.
	//
	// JobStatus is a required field
	JobStatus *string `locationName:"jobStatus" type:"string" required:"true" enum:"TableDataImportJobStatus"`
	// contains filtered or unexported fields
}

func (StartTableDataImportJobOutput) GoString added in v1.35.37

GoString returns the string representation

func (*StartTableDataImportJobOutput) SetJobId added in v1.35.37

SetJobId sets the JobId field's value.

func (*StartTableDataImportJobOutput) SetJobStatus added in v1.35.37

SetJobStatus sets the JobStatus field's value.

func (StartTableDataImportJobOutput) String added in v1.35.37

String returns the string representation

type Table added in v1.35.37

type Table struct {

	// The id of the table.
	TableId *string `locationName:"tableId" min:"36" type:"string"`

	// The name of the table.
	TableName *string `locationName:"tableName" type:"string"`
	// contains filtered or unexported fields
}

An object representing the properties of a table in a workbook.

func (Table) GoString added in v1.35.37

func (s Table) GoString() string

GoString returns the string representation

func (*Table) SetTableId added in v1.35.37

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

SetTableId sets the TableId field's value.

func (*Table) SetTableName added in v1.35.37

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

SetTableName sets the TableName field's value.

func (Table) String added in v1.35.37

func (s Table) String() string

String returns the string representation

type TableColumn added in v1.35.37

type TableColumn struct {

	// The column level format that is applied in the table. An empty value in this
	// field means that the column format is the default value 'AUTO'.
	Format *string `locationName:"format" type:"string" enum:"Format"`

	// The id of the column in the table.
	TableColumnId *string `locationName:"tableColumnId" min:"36" type:"string"`

	// The name of the column in the table.
	TableColumnName *string `locationName:"tableColumnName" type:"string"`
	// contains filtered or unexported fields
}

An object that contains attributes about a single column in a table

func (TableColumn) GoString added in v1.35.37

func (s TableColumn) GoString() string

GoString returns the string representation

func (*TableColumn) SetFormat added in v1.35.37

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

SetFormat sets the Format field's value.

func (*TableColumn) SetTableColumnId added in v1.35.37

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

SetTableColumnId sets the TableColumnId field's value.

func (*TableColumn) SetTableColumnName added in v1.35.37

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

SetTableColumnName sets the TableColumnName field's value.

func (TableColumn) String added in v1.35.37

func (s TableColumn) String() string

String returns the string representation

type TableDataImportJobMetadata added in v1.35.37

type TableDataImportJobMetadata struct {

	// The source of the data that was submitted for import.
	//
	// DataSource is a required field
	DataSource *ImportDataSource `locationName:"dataSource" type:"structure" required:"true"`

	// The options that was specified at the time of submitting the import request.
	//
	// ImportOptions is a required field
	ImportOptions *ImportOptions `locationName:"importOptions" type:"structure" required:"true"`

	// The timestamp when the job was submitted for import.
	//
	// SubmitTime is a required field
	SubmitTime *time.Time `locationName:"submitTime" type:"timestamp" required:"true"`

	// Details about the submitter of the import request.
	//
	// Submitter is a required field
	Submitter *ImportJobSubmitter `locationName:"submitter" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The metadata associated with the table data import job that was submitted.

func (TableDataImportJobMetadata) GoString added in v1.35.37

func (s TableDataImportJobMetadata) GoString() string

GoString returns the string representation

func (*TableDataImportJobMetadata) SetDataSource added in v1.35.37

SetDataSource sets the DataSource field's value.

func (*TableDataImportJobMetadata) SetImportOptions added in v1.35.37

SetImportOptions sets the ImportOptions field's value.

func (*TableDataImportJobMetadata) SetSubmitTime added in v1.35.37

SetSubmitTime sets the SubmitTime field's value.

func (*TableDataImportJobMetadata) SetSubmitter added in v1.35.37

SetSubmitter sets the Submitter field's value.

func (TableDataImportJobMetadata) String added in v1.35.37

String returns the string representation

type TableRow added in v1.35.37

type TableRow struct {

	// A list of cells in the table row. The cells appear in the same order as the
	// columns of the table.
	//
	// Cells is a required field
	Cells []*Cell `locationName:"cells" type:"list" required:"true"`

	// The id of the row in the table.
	//
	// RowId is a required field
	RowId *string `locationName:"rowId" min:"77" type:"string" required:"true"`
	// contains filtered or unexported fields
}

An object that contains attributes about a single row in a table

func (TableRow) GoString added in v1.35.37

func (s TableRow) GoString() string

GoString returns the string representation

func (*TableRow) SetCells added in v1.35.37

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

SetCells sets the Cells field's value.

func (*TableRow) SetRowId added in v1.35.37

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

SetRowId sets the RowId field's value.

func (TableRow) String added in v1.35.37

func (s TableRow) String() string

String returns the string representation

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

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

type UpdateRowData added in v1.35.37

type UpdateRowData struct {

	// A map representing the cells to update in the given row. The key is the column
	// id of the cell and the value is the CellInput object that represents the
	// data to set in that cell.
	//
	// CellsToUpdate is a required field
	CellsToUpdate map[string]*CellInput `locationName:"cellsToUpdate" min:"1" type:"map" required:"true"`

	// The id of the row that needs to be updated.
	//
	// RowId is a required field
	RowId *string `locationName:"rowId" min:"77" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Data needed to create a single row in a table as part of the BatchCreateTableRows request.

func (UpdateRowData) GoString added in v1.35.37

func (s UpdateRowData) GoString() string

GoString returns the string representation

func (*UpdateRowData) SetCellsToUpdate added in v1.35.37

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

SetCellsToUpdate sets the CellsToUpdate field's value.

func (*UpdateRowData) SetRowId added in v1.35.37

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

SetRowId sets the RowId field's value.

func (UpdateRowData) String added in v1.35.37

func (s UpdateRowData) String() string

String returns the string representation

func (*UpdateRowData) Validate added in v1.35.37

func (s *UpdateRowData) Validate() error

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

type UpsertRowData added in v1.35.37

type UpsertRowData struct {

	// An external identifier that represents a single item in the request that
	// is being upserted as part of the BatchUpsertTableRows request. This can be
	// any string that you can use to identify the item in the request. The BatchUpsertTableRows
	// API puts the batch item id in the results to allow you to link data in the
	// request to data in the results.
	//
	// BatchItemId is a required field
	BatchItemId *string `locationName:"batchItemId" min:"1" type:"string" required:"true"`

	// A map representing the cells to update for the matching rows or an appended
	// row. The key is the column id of the cell and the value is the CellInput
	// object that represents the data to set in that cell.
	//
	// CellsToUpdate is a required field
	CellsToUpdate map[string]*CellInput `locationName:"cellsToUpdate" min:"1" type:"map" required:"true"`

	// The filter formula to use to find existing matching rows to update. The formula
	// needs to return zero or more rows. If the formula returns 0 rows, then a
	// new row will be appended in the target table. If the formula returns one
	// or more rows, then the returned rows will be updated.
	//
	// Note that the filter formula needs to return rows from the target table for
	// the upsert operation to succeed. If the filter formula has a syntax error
	// or it doesn't evaluate to zero or more rows in the target table for any one
	// item in the input list, then the entire BatchUpsertTableRows request fails
	// and no updates are made to the table.
	//
	// Filter is a required field
	Filter *Filter `locationName:"filter" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Data needed to upsert rows in a table as part of a single item in the BatchUpsertTableRows request.

func (UpsertRowData) GoString added in v1.35.37

func (s UpsertRowData) GoString() string

GoString returns the string representation

func (*UpsertRowData) SetBatchItemId added in v1.35.37

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

SetBatchItemId sets the BatchItemId field's value.

func (*UpsertRowData) SetCellsToUpdate added in v1.35.37

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

SetCellsToUpdate sets the CellsToUpdate field's value.

func (*UpsertRowData) SetFilter added in v1.35.37

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

SetFilter sets the Filter field's value.

func (UpsertRowData) String added in v1.35.37

func (s UpsertRowData) String() string

String returns the string representation

func (*UpsertRowData) Validate added in v1.35.37

func (s *UpsertRowData) Validate() error

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

type UpsertRowsResult added in v1.35.37

type UpsertRowsResult struct {

	// The list of row ids that were changed as part of an upsert row operation.
	// If the upsert resulted in an update, this list could potentially contain
	// multiple rows that matched the filter and hence got updated. If the upsert
	// resulted in an append, this list would only have the single row that was
	// appended.
	//
	// RowIds is a required field
	RowIds []*string `locationName:"rowIds" min:"1" type:"list" required:"true"`

	// The result of the upsert action.
	//
	// UpsertAction is a required field
	UpsertAction *string `locationName:"upsertAction" type:"string" required:"true" enum:"UpsertAction"`
	// contains filtered or unexported fields
}

An object that represents the result of a single upsert row request.

func (UpsertRowsResult) GoString added in v1.35.37

func (s UpsertRowsResult) GoString() string

GoString returns the string representation

func (*UpsertRowsResult) SetRowIds added in v1.35.37

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

SetRowIds sets the RowIds field's value.

func (*UpsertRowsResult) SetUpsertAction added in v1.35.37

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

SetUpsertAction sets the UpsertAction field's value.

func (UpsertRowsResult) String added in v1.35.37

func (s UpsertRowsResult) String() string

String returns the string representation

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

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

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

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

func (*VariableValue) Validate

func (s *VariableValue) Validate() error

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

Directories

Path Synopsis
Package honeycodeiface provides an interface to enable mocking the Amazon Honeycode service client for testing your code.
Package honeycodeiface provides an interface to enable mocking the Amazon Honeycode service client for testing your code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL