amazonka-imagebuilder-2.0: Amazon EC2 Image Builder 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.ImageBuilder.ListInfrastructureConfigurations

Description

Returns a list of infrastructure configurations.

Synopsis

Creating a Request

data ListInfrastructureConfigurations Source #

See: newListInfrastructureConfigurations smart constructor.

Constructors

ListInfrastructureConfigurations' 

Fields

Instances

Instances details
ToJSON ListInfrastructureConfigurations Source # 
Instance details

Defined in Amazonka.ImageBuilder.ListInfrastructureConfigurations

ToHeaders ListInfrastructureConfigurations Source # 
Instance details

Defined in Amazonka.ImageBuilder.ListInfrastructureConfigurations

ToPath ListInfrastructureConfigurations Source # 
Instance details

Defined in Amazonka.ImageBuilder.ListInfrastructureConfigurations

ToQuery ListInfrastructureConfigurations Source # 
Instance details

Defined in Amazonka.ImageBuilder.ListInfrastructureConfigurations

AWSRequest ListInfrastructureConfigurations Source # 
Instance details

Defined in Amazonka.ImageBuilder.ListInfrastructureConfigurations

Generic ListInfrastructureConfigurations Source # 
Instance details

Defined in Amazonka.ImageBuilder.ListInfrastructureConfigurations

Associated Types

type Rep ListInfrastructureConfigurations :: Type -> Type #

Read ListInfrastructureConfigurations Source # 
Instance details

Defined in Amazonka.ImageBuilder.ListInfrastructureConfigurations

Show ListInfrastructureConfigurations Source # 
Instance details

Defined in Amazonka.ImageBuilder.ListInfrastructureConfigurations

NFData ListInfrastructureConfigurations Source # 
Instance details

Defined in Amazonka.ImageBuilder.ListInfrastructureConfigurations

Eq ListInfrastructureConfigurations Source # 
Instance details

Defined in Amazonka.ImageBuilder.ListInfrastructureConfigurations

Hashable ListInfrastructureConfigurations Source # 
Instance details

Defined in Amazonka.ImageBuilder.ListInfrastructureConfigurations

type AWSResponse ListInfrastructureConfigurations Source # 
Instance details

Defined in Amazonka.ImageBuilder.ListInfrastructureConfigurations

type Rep ListInfrastructureConfigurations Source # 
Instance details

Defined in Amazonka.ImageBuilder.ListInfrastructureConfigurations

type Rep ListInfrastructureConfigurations = D1 ('MetaData "ListInfrastructureConfigurations" "Amazonka.ImageBuilder.ListInfrastructureConfigurations" "amazonka-imagebuilder-2.0-BBLLjX59RW72O8VbQ3vKvH" 'False) (C1 ('MetaCons "ListInfrastructureConfigurations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Filter))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListInfrastructureConfigurations :: ListInfrastructureConfigurations Source #

Create a value of ListInfrastructureConfigurations 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:ListInfrastructureConfigurations', listInfrastructureConfigurations_filters - You can filter on name to streamline results.

$sel:maxResults:ListInfrastructureConfigurations', listInfrastructureConfigurations_maxResults - The maximum items to return in a request.

ListInfrastructureConfigurations, listInfrastructureConfigurations_nextToken - A token to specify where to start paginating. This is the NextToken from a previously truncated response.

Request Lenses

listInfrastructureConfigurations_nextToken :: Lens' ListInfrastructureConfigurations (Maybe Text) Source #

A token to specify where to start paginating. This is the NextToken from a previously truncated response.

Destructuring the Response

data ListInfrastructureConfigurationsResponse Source #

Constructors

ListInfrastructureConfigurationsResponse' 

Fields

Instances

Instances details
Generic ListInfrastructureConfigurationsResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.ListInfrastructureConfigurations

Read ListInfrastructureConfigurationsResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.ListInfrastructureConfigurations

Show ListInfrastructureConfigurationsResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.ListInfrastructureConfigurations

NFData ListInfrastructureConfigurationsResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.ListInfrastructureConfigurations

Eq ListInfrastructureConfigurationsResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.ListInfrastructureConfigurations

type Rep ListInfrastructureConfigurationsResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.ListInfrastructureConfigurations

type Rep ListInfrastructureConfigurationsResponse = D1 ('MetaData "ListInfrastructureConfigurationsResponse" "Amazonka.ImageBuilder.ListInfrastructureConfigurations" "amazonka-imagebuilder-2.0-BBLLjX59RW72O8VbQ3vKvH" 'False) (C1 ('MetaCons "ListInfrastructureConfigurationsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "infrastructureConfigurationSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InfrastructureConfigurationSummary])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListInfrastructureConfigurationsResponse Source #

Create a value of ListInfrastructureConfigurationsResponse 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:infrastructureConfigurationSummaryList:ListInfrastructureConfigurationsResponse', listInfrastructureConfigurationsResponse_infrastructureConfigurationSummaryList - The list of infrastructure configurations.

ListInfrastructureConfigurations, listInfrastructureConfigurationsResponse_nextToken - The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.

$sel:requestId:ListInfrastructureConfigurationsResponse', listInfrastructureConfigurationsResponse_requestId - The request ID that uniquely identifies this request.

$sel:httpStatus:ListInfrastructureConfigurationsResponse', listInfrastructureConfigurationsResponse_httpStatus - The response's http status code.

Response Lenses

listInfrastructureConfigurationsResponse_nextToken :: Lens' ListInfrastructureConfigurationsResponse (Maybe Text) Source #

The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.