amazonka-iottwinmaker-2.0: Amazon IoT TwinMaker 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.IotTwinMaker.ListComponentTypes

Description

Lists all component types in a workspace.

Synopsis

Creating a Request

data ListComponentTypes Source #

See: newListComponentTypes smart constructor.

Constructors

ListComponentTypes' 

Fields

Instances

Instances details
ToJSON ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

ToHeaders ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

ToPath ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

ToQuery ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

AWSRequest ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

Associated Types

type AWSResponse ListComponentTypes #

Generic ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

Associated Types

type Rep ListComponentTypes :: Type -> Type #

Read ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

Show ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

NFData ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

Methods

rnf :: ListComponentTypes -> () #

Eq ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

Hashable ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

type AWSResponse ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

type Rep ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

type Rep ListComponentTypes = D1 ('MetaData "ListComponentTypes" "Amazonka.IotTwinMaker.ListComponentTypes" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ListComponentTypes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ListComponentTypesFilter])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListComponentTypes Source #

Create a value of ListComponentTypes 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:filters:ListComponentTypes', listComponentTypes_filters - A list of objects that filter the request.

ListComponentTypes, listComponentTypes_maxResults - The maximum number of results to return at one time. The default is 25.

Valid Range: Minimum value of 1. Maximum value of 250.

ListComponentTypes, listComponentTypes_nextToken - The string that specifies the next page of results.

ListComponentTypes, listComponentTypes_workspaceId - The ID of the workspace.

Request Lenses

listComponentTypes_maxResults :: Lens' ListComponentTypes (Maybe Natural) Source #

The maximum number of results to return at one time. The default is 25.

Valid Range: Minimum value of 1. Maximum value of 250.

listComponentTypes_nextToken :: Lens' ListComponentTypes (Maybe Text) Source #

The string that specifies the next page of results.

Destructuring the Response

data ListComponentTypesResponse Source #

See: newListComponentTypesResponse smart constructor.

Constructors

ListComponentTypesResponse' 

Fields

Instances

Instances details
Generic ListComponentTypesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

Associated Types

type Rep ListComponentTypesResponse :: Type -> Type #

Read ListComponentTypesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

Show ListComponentTypesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

NFData ListComponentTypesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

Eq ListComponentTypesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

type Rep ListComponentTypesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

type Rep ListComponentTypesResponse = D1 ('MetaData "ListComponentTypesResponse" "Amazonka.IotTwinMaker.ListComponentTypes" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ListComponentTypesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "componentTypeSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ComponentTypeSummary])))))

newListComponentTypesResponse Source #

Create a value of ListComponentTypesResponse 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:

ListComponentTypes, listComponentTypesResponse_maxResults - Specifies the maximum number of results to display.

ListComponentTypes, listComponentTypesResponse_nextToken - The string that specifies the next page of results.

$sel:httpStatus:ListComponentTypesResponse', listComponentTypesResponse_httpStatus - The response's http status code.

ListComponentTypes, listComponentTypesResponse_workspaceId - The ID of the workspace.

$sel:componentTypeSummaries:ListComponentTypesResponse', listComponentTypesResponse_componentTypeSummaries - A list of objects that contain information about the component types.

Response Lenses

listComponentTypesResponse_maxResults :: Lens' ListComponentTypesResponse (Maybe Natural) Source #

Specifies the maximum number of results to display.

listComponentTypesResponse_nextToken :: Lens' ListComponentTypesResponse (Maybe Text) Source #

The string that specifies the next page of results.

listComponentTypesResponse_componentTypeSummaries :: Lens' ListComponentTypesResponse [ComponentTypeSummary] Source #

A list of objects that contain information about the component types.