package types
import "github.com/aws/aws-sdk-go-v2/service/honeycode/types"
Index ¶
- type AccessDeniedException
- func (e *AccessDeniedException) Error() string
- func (e *AccessDeniedException) ErrorCode() string
- func (e *AccessDeniedException) ErrorFault() smithy.ErrorFault
- func (e *AccessDeniedException) ErrorMessage() string
- type AutomationExecutionException
- func (e *AutomationExecutionException) Error() string
- func (e *AutomationExecutionException) ErrorCode() string
- func (e *AutomationExecutionException) ErrorFault() smithy.ErrorFault
- func (e *AutomationExecutionException) ErrorMessage() string
- type AutomationExecutionTimeoutException
- func (e *AutomationExecutionTimeoutException) Error() string
- func (e *AutomationExecutionTimeoutException) ErrorCode() string
- func (e *AutomationExecutionTimeoutException) ErrorFault() smithy.ErrorFault
- func (e *AutomationExecutionTimeoutException) ErrorMessage() string
- type ColumnMetadata
- type DataItem
- type Format
- type InternalServerException
- func (e *InternalServerException) Error() string
- func (e *InternalServerException) ErrorCode() string
- func (e *InternalServerException) ErrorFault() smithy.ErrorFault
- func (e *InternalServerException) ErrorMessage() string
- type RequestTimeoutException
- func (e *RequestTimeoutException) Error() string
- func (e *RequestTimeoutException) ErrorCode() string
- func (e *RequestTimeoutException) ErrorFault() smithy.ErrorFault
- func (e *RequestTimeoutException) ErrorMessage() string
- type ResourceNotFoundException
- func (e *ResourceNotFoundException) Error() string
- func (e *ResourceNotFoundException) ErrorCode() string
- func (e *ResourceNotFoundException) ErrorFault() smithy.ErrorFault
- func (e *ResourceNotFoundException) ErrorMessage() string
- type ResultRow
- type ResultSet
- type ServiceUnavailableException
- func (e *ServiceUnavailableException) Error() string
- func (e *ServiceUnavailableException) ErrorCode() string
- func (e *ServiceUnavailableException) ErrorFault() smithy.ErrorFault
- func (e *ServiceUnavailableException) ErrorMessage() string
- type ThrottlingException
- func (e *ThrottlingException) Error() string
- func (e *ThrottlingException) ErrorCode() string
- func (e *ThrottlingException) ErrorFault() smithy.ErrorFault
- func (e *ThrottlingException) ErrorMessage() string
- type ValidationException
- func (e *ValidationException) Error() string
- func (e *ValidationException) ErrorCode() string
- func (e *ValidationException) ErrorFault() smithy.ErrorFault
- func (e *ValidationException) ErrorMessage() string
- type VariableValue
Types ¶
type AccessDeniedException ¶
type AccessDeniedException struct { Message *string }
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 screen/automation in the request.
func (*AccessDeniedException) Error ¶
func (e *AccessDeniedException) Error() string
func (*AccessDeniedException) ErrorCode ¶
func (e *AccessDeniedException) ErrorCode() string
func (*AccessDeniedException) ErrorFault ¶
func (e *AccessDeniedException) ErrorFault() smithy.ErrorFault
func (*AccessDeniedException) ErrorMessage ¶
func (e *AccessDeniedException) ErrorMessage() string
type AutomationExecutionException ¶
type AutomationExecutionException struct { Message *string }
The automation execution did not end successfully.
func (*AutomationExecutionException) Error ¶
func (e *AutomationExecutionException) Error() string
func (*AutomationExecutionException) ErrorCode ¶
func (e *AutomationExecutionException) ErrorCode() string
func (*AutomationExecutionException) ErrorFault ¶
func (e *AutomationExecutionException) ErrorFault() smithy.ErrorFault
func (*AutomationExecutionException) ErrorMessage ¶
func (e *AutomationExecutionException) ErrorMessage() string
type AutomationExecutionTimeoutException ¶
type AutomationExecutionTimeoutException struct { Message *string }
The automation execution timed out.
func (*AutomationExecutionTimeoutException) Error ¶
func (e *AutomationExecutionTimeoutException) Error() string
func (*AutomationExecutionTimeoutException) ErrorCode ¶
func (e *AutomationExecutionTimeoutException) ErrorCode() string
func (*AutomationExecutionTimeoutException) ErrorFault ¶
func (e *AutomationExecutionTimeoutException) ErrorFault() smithy.ErrorFault
func (*AutomationExecutionTimeoutException) ErrorMessage ¶
func (e *AutomationExecutionTimeoutException) ErrorMessage() string
type ColumnMetadata ¶
type ColumnMetadata struct { // The name of the column. // // This member is required. Name *string // The format of the column. // // This member is required. Format Format }
Metadata for column in the table.
type DataItem ¶
type DataItem struct { // The formatted value of the data. e.g. John Smith. FormattedValue *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 Format // The raw value of the data. e.g. jsmith@example.com RawValue *string }
The data in a particular data cell defined on the screen.
type Format ¶
type Format string
const ( FormatAuto Format = "AUTO" FormatNumber Format = "NUMBER" FormatCurrency Format = "CURRENCY" FormatDate Format = "DATE" FormatTime Format = "TIME" FormatDatetime Format = "DATE_TIME" FormatPercentage Format = "PERCENTAGE" FormatText Format = "TEXT" FormatAccounting Format = "ACCOUNTING" FormatContact Format = "CONTACT" FormatRowlink Format = "ROWLINK" )
Enum values for Format
type InternalServerException ¶
type InternalServerException struct { Message *string }
There were unexpected errors from the server.
func (*InternalServerException) Error ¶
func (e *InternalServerException) Error() string
func (*InternalServerException) ErrorCode ¶
func (e *InternalServerException) ErrorCode() string
func (*InternalServerException) ErrorFault ¶
func (e *InternalServerException) ErrorFault() smithy.ErrorFault
func (*InternalServerException) ErrorMessage ¶
func (e *InternalServerException) ErrorMessage() string
type RequestTimeoutException ¶
type RequestTimeoutException struct { Message *string }
The request timed out.
func (*RequestTimeoutException) Error ¶
func (e *RequestTimeoutException) Error() string
func (*RequestTimeoutException) ErrorCode ¶
func (e *RequestTimeoutException) ErrorCode() string
func (*RequestTimeoutException) ErrorFault ¶
func (e *RequestTimeoutException) ErrorFault() smithy.ErrorFault
func (*RequestTimeoutException) ErrorMessage ¶
func (e *RequestTimeoutException) ErrorMessage() string
type ResourceNotFoundException ¶
type ResourceNotFoundException struct { Message *string }
A Workbook, App, Screen or Screen Automation was not found with the given ID.
func (*ResourceNotFoundException) Error ¶
func (e *ResourceNotFoundException) Error() string
func (*ResourceNotFoundException) ErrorCode ¶
func (e *ResourceNotFoundException) ErrorCode() string
func (*ResourceNotFoundException) ErrorFault ¶
func (e *ResourceNotFoundException) ErrorFault() smithy.ErrorFault
func (*ResourceNotFoundException) ErrorMessage ¶
func (e *ResourceNotFoundException) ErrorMessage() string
type ResultRow ¶
type ResultRow struct { // The ID for a particular row. RowId *string // List of all the data cells in a row. // // This member is required. DataItems []*DataItem }
A single row in the ResultSet.
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. // // This member is required. Headers []*ColumnMetadata // 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. // // This member is required. Rows []*ResultRow }
ResultSet contains the results of the request for a single block or list defined on the screen.
type ServiceUnavailableException ¶
type ServiceUnavailableException struct { string }*
Remote service is unreachable.
func (*ServiceUnavailableException) Error ¶
func (e *ServiceUnavailableException) Error() string
func (*ServiceUnavailableException) ErrorCode ¶
func (e *ServiceUnavailableException) ErrorCode() string
func (*ServiceUnavailableException) ErrorFault ¶
func (e *ServiceUnavailableException) ErrorFault() smithy.ErrorFault
func (*ServiceUnavailableException) ErrorMessage ¶
func (e *ServiceUnavailableException) ErrorMessage() string
type ThrottlingException ¶
type ThrottlingException struct { Message *string }
Tps(transactions per second) rate reached.
func (*ThrottlingException) Error ¶
func (e *ThrottlingException) Error() string
func (*ThrottlingException) ErrorCode ¶
func (e *ThrottlingException) ErrorCode() string
func (*ThrottlingException) ErrorFault ¶
func (e *ThrottlingException) ErrorFault() smithy.ErrorFault
func (*ThrottlingException) ErrorMessage ¶
func (e *ThrottlingException) ErrorMessage() string
type ValidationException ¶
type ValidationException struct { Message *string }
Request is invalid. The message in the response contains details on why the request is invalid.
func (*ValidationException) Error ¶
func (e *ValidationException) Error() string
func (*ValidationException) ErrorCode ¶
func (e *ValidationException) ErrorCode() string
func (*ValidationException) ErrorFault ¶
func (e *ValidationException) ErrorFault() smithy.ErrorFault
func (*ValidationException) ErrorMessage ¶
func (e *ValidationException) ErrorMessage() string
type VariableValue ¶
type VariableValue struct { // Raw value of the variable. // // This member is required. RawValue *string }
The input variables to the app to be used by the InvokeScreenAutomation action request.
Source Files ¶
- Version
- v0.26.0
- Published
- Oct 1, 2020
- Platform
- windows/amd64
- Imports
- 2 packages
- Last checked
- 6 hours ago –
Tools for package owners.