amazonka-migrationhuborchestrator-2.0: Amazon Migration Hub Orchestrator 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.MigrationHubOrchestrator.ListTemplateStepGroups

Description

List the step groups in a template.

This operation returns paginated results.

Synopsis

Creating a Request

data ListTemplateStepGroups Source #

See: newListTemplateStepGroups smart constructor.

Constructors

ListTemplateStepGroups' 

Fields

Instances

Instances details
ToHeaders ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

ToPath ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

ToQuery ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

AWSPager ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

AWSRequest ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

Associated Types

type AWSResponse ListTemplateStepGroups #

Generic ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

Associated Types

type Rep ListTemplateStepGroups :: Type -> Type #

Read ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

Show ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

NFData ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

Methods

rnf :: ListTemplateStepGroups -> () #

Eq ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

Hashable ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

type AWSResponse ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

type Rep ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

type Rep ListTemplateStepGroups = D1 ('MetaData "ListTemplateStepGroups" "Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "ListTemplateStepGroups'" '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 "templateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListTemplateStepGroups Source #

Create a value of ListTemplateStepGroups 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:ListTemplateStepGroups', listTemplateStepGroups_maxResults - The maximum number of results that can be returned.

ListTemplateStepGroups, listTemplateStepGroups_nextToken - The pagination token.

ListTemplateStepGroups, listTemplateStepGroups_templateId - The ID of the template.

Request Lenses

listTemplateStepGroups_maxResults :: Lens' ListTemplateStepGroups (Maybe Natural) Source #

The maximum number of results that can be returned.

Destructuring the Response

data ListTemplateStepGroupsResponse Source #

See: newListTemplateStepGroupsResponse smart constructor.

Constructors

ListTemplateStepGroupsResponse' 

Fields

Instances

Instances details
Generic ListTemplateStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

Associated Types

type Rep ListTemplateStepGroupsResponse :: Type -> Type #

Read ListTemplateStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

Show ListTemplateStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

NFData ListTemplateStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

Eq ListTemplateStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

type Rep ListTemplateStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

type Rep ListTemplateStepGroupsResponse = D1 ('MetaData "ListTemplateStepGroupsResponse" "Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "ListTemplateStepGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "templateStepGroupSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [TemplateStepGroupSummary]))))

newListTemplateStepGroupsResponse Source #

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

ListTemplateStepGroups, listTemplateStepGroupsResponse_nextToken - The pagination token.

$sel:httpStatus:ListTemplateStepGroupsResponse', listTemplateStepGroupsResponse_httpStatus - The response's http status code.

$sel:templateStepGroupSummary:ListTemplateStepGroupsResponse', listTemplateStepGroupsResponse_templateStepGroupSummary - The summary of the step group in the template.

Response Lenses