libZSservicesZSamazonka-greengrassZSamazonka-greengrass
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Greengrass.ListBulkDeployments

Description

Returns a list of bulk deployments.

This operation returns paginated results.

Synopsis

Creating a Request

data ListBulkDeployments Source #

See: newListBulkDeployments smart constructor.

Constructors

ListBulkDeployments' 

Fields

  • nextToken :: Maybe Text

    The token for the next set of results, or ''null'' if there are no additional results.

  • maxResults :: Maybe Text

    The maximum number of results to be returned per request.

Instances

Instances details
Eq ListBulkDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ListBulkDeployments

Read ListBulkDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ListBulkDeployments

Show ListBulkDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ListBulkDeployments

Generic ListBulkDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ListBulkDeployments

Associated Types

type Rep ListBulkDeployments :: Type -> Type #

NFData ListBulkDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ListBulkDeployments

Methods

rnf :: ListBulkDeployments -> () #

Hashable ListBulkDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ListBulkDeployments

AWSPager ListBulkDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ListBulkDeployments

AWSRequest ListBulkDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ListBulkDeployments

Associated Types

type AWSResponse ListBulkDeployments #

ToHeaders ListBulkDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ListBulkDeployments

ToPath ListBulkDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ListBulkDeployments

ToQuery ListBulkDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ListBulkDeployments

type Rep ListBulkDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ListBulkDeployments

type Rep ListBulkDeployments = D1 ('MetaData "ListBulkDeployments" "Amazonka.Greengrass.ListBulkDeployments" "libZSservicesZSamazonka-greengrassZSamazonka-greengrass" 'False) (C1 ('MetaCons "ListBulkDeployments'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse ListBulkDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ListBulkDeployments

newListBulkDeployments :: ListBulkDeployments Source #

Create a value of ListBulkDeployments 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:nextToken:ListBulkDeployments', listBulkDeployments_nextToken - The token for the next set of results, or ''null'' if there are no additional results.

$sel:maxResults:ListBulkDeployments', listBulkDeployments_maxResults - The maximum number of results to be returned per request.

Request Lenses

listBulkDeployments_nextToken :: Lens' ListBulkDeployments (Maybe Text) Source #

The token for the next set of results, or ''null'' if there are no additional results.

listBulkDeployments_maxResults :: Lens' ListBulkDeployments (Maybe Text) Source #

The maximum number of results to be returned per request.

Destructuring the Response

data ListBulkDeploymentsResponse Source #

See: newListBulkDeploymentsResponse smart constructor.

Constructors

ListBulkDeploymentsResponse' 

Fields

Instances

Instances details
Eq ListBulkDeploymentsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListBulkDeployments

Read ListBulkDeploymentsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListBulkDeployments

Show ListBulkDeploymentsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListBulkDeployments

Generic ListBulkDeploymentsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListBulkDeployments

Associated Types

type Rep ListBulkDeploymentsResponse :: Type -> Type #

NFData ListBulkDeploymentsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListBulkDeployments

type Rep ListBulkDeploymentsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListBulkDeployments

type Rep ListBulkDeploymentsResponse = D1 ('MetaData "ListBulkDeploymentsResponse" "Amazonka.Greengrass.ListBulkDeployments" "libZSservicesZSamazonka-greengrassZSamazonka-greengrass" 'False) (C1 ('MetaCons "ListBulkDeploymentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "bulkDeployments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BulkDeployment])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListBulkDeploymentsResponse Source #

Create a value of ListBulkDeploymentsResponse 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:nextToken:ListBulkDeployments', listBulkDeploymentsResponse_nextToken - The token for the next set of results, or ''null'' if there are no additional results.

$sel:bulkDeployments:ListBulkDeploymentsResponse', listBulkDeploymentsResponse_bulkDeployments - A list of bulk deployments.

$sel:httpStatus:ListBulkDeploymentsResponse', listBulkDeploymentsResponse_httpStatus - The response's http status code.

Response Lenses

listBulkDeploymentsResponse_nextToken :: Lens' ListBulkDeploymentsResponse (Maybe Text) Source #

The token for the next set of results, or ''null'' if there are no additional results.