amazonka-honeycode-2.0: Amazon Honeycode SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.HoneyCode.GetScreenData

Description

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.

Synopsis

Creating a Request

data GetScreenData Source #

See: newGetScreenData smart constructor.

Constructors

GetScreenData' 

Fields

  • maxResults :: Maybe Natural

    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.

  • nextToken :: Maybe Text

    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.

  • variables :: Maybe (Sensitive (HashMap Text (Sensitive VariableValue)))

    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.

  • workbookId :: Text

    The ID of the workbook that contains the screen.

  • appId :: Text

    The ID of the app that contains the screen.

  • screenId :: Text

    The ID of the screen.

Instances

Instances details
ToJSON GetScreenData Source # 
Instance details

Defined in Amazonka.HoneyCode.GetScreenData

ToHeaders GetScreenData Source # 
Instance details

Defined in Amazonka.HoneyCode.GetScreenData

ToPath GetScreenData Source # 
Instance details

Defined in Amazonka.HoneyCode.GetScreenData

ToQuery GetScreenData Source # 
Instance details

Defined in Amazonka.HoneyCode.GetScreenData

AWSRequest GetScreenData Source # 
Instance details

Defined in Amazonka.HoneyCode.GetScreenData

Associated Types

type AWSResponse GetScreenData #

Generic GetScreenData Source # 
Instance details

Defined in Amazonka.HoneyCode.GetScreenData

Associated Types

type Rep GetScreenData :: Type -> Type #

Show GetScreenData Source # 
Instance details

Defined in Amazonka.HoneyCode.GetScreenData

NFData GetScreenData Source # 
Instance details

Defined in Amazonka.HoneyCode.GetScreenData

Methods

rnf :: GetScreenData -> () #

Eq GetScreenData Source # 
Instance details

Defined in Amazonka.HoneyCode.GetScreenData

Hashable GetScreenData Source # 
Instance details

Defined in Amazonka.HoneyCode.GetScreenData

type AWSResponse GetScreenData Source # 
Instance details

Defined in Amazonka.HoneyCode.GetScreenData

type Rep GetScreenData Source # 
Instance details

Defined in Amazonka.HoneyCode.GetScreenData

newGetScreenData Source #

Create a value of GetScreenData with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxResults:GetScreenData', getScreenData_maxResults - 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.

GetScreenData, getScreenData_nextToken - 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.

$sel:variables:GetScreenData', getScreenData_variables - 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.

$sel:workbookId:GetScreenData', getScreenData_workbookId - The ID of the workbook that contains the screen.

$sel:appId:GetScreenData', getScreenData_appId - The ID of the app that contains the screen.

$sel:screenId:GetScreenData', getScreenData_screenId - The ID of the screen.

Request Lenses

getScreenData_maxResults :: Lens' GetScreenData (Maybe Natural) Source #

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.

getScreenData_nextToken :: Lens' GetScreenData (Maybe Text) Source #

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.

getScreenData_variables :: Lens' GetScreenData (Maybe (HashMap Text VariableValue)) Source #

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.

getScreenData_workbookId :: Lens' GetScreenData Text Source #

The ID of the workbook that contains the screen.

getScreenData_appId :: Lens' GetScreenData Text Source #

The ID of the app that contains the screen.

Destructuring the Response

data GetScreenDataResponse Source #

See: newGetScreenDataResponse smart constructor.

Constructors

GetScreenDataResponse' 

Fields

  • nextToken :: Maybe Text

    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.

  • httpStatus :: Int

    The response's http status code.

  • results :: HashMap Text ResultSet

    A map of all the rows on the screen keyed by block name.

  • workbookCursor :: Integer

    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.

Instances

Instances details
Generic GetScreenDataResponse Source # 
Instance details

Defined in Amazonka.HoneyCode.GetScreenData

Associated Types

type Rep GetScreenDataResponse :: Type -> Type #

Show GetScreenDataResponse Source # 
Instance details

Defined in Amazonka.HoneyCode.GetScreenData

NFData GetScreenDataResponse Source # 
Instance details

Defined in Amazonka.HoneyCode.GetScreenData

Methods

rnf :: GetScreenDataResponse -> () #

Eq GetScreenDataResponse Source # 
Instance details

Defined in Amazonka.HoneyCode.GetScreenData

type Rep GetScreenDataResponse Source # 
Instance details

Defined in Amazonka.HoneyCode.GetScreenData

type Rep GetScreenDataResponse = D1 ('MetaData "GetScreenDataResponse" "Amazonka.HoneyCode.GetScreenData" "amazonka-honeycode-2.0-IdtoOmZm6eT6kjUDWwPe6X" 'False) (C1 ('MetaCons "GetScreenDataResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "results") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text ResultSet)) :*: S1 ('MetaSel ('Just "workbookCursor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newGetScreenDataResponse Source #

Create a value of GetScreenDataResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetScreenData, getScreenDataResponse_nextToken - 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.

$sel:httpStatus:GetScreenDataResponse', getScreenDataResponse_httpStatus - The response's http status code.

$sel:results:GetScreenDataResponse', getScreenDataResponse_results - A map of all the rows on the screen keyed by block name.

$sel:workbookCursor:GetScreenDataResponse', getScreenDataResponse_workbookCursor - 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.

Response Lenses

getScreenDataResponse_nextToken :: Lens' GetScreenDataResponse (Maybe Text) Source #

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.

getScreenDataResponse_results :: Lens' GetScreenDataResponse (HashMap Text ResultSet) Source #

A map of all the rows on the screen keyed by block name.

getScreenDataResponse_workbookCursor :: Lens' GetScreenDataResponse Integer Source #

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.