amazonka-ssm-2.0: Amazon Simple Systems Manager (SSM) 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.SSM.ListOpsMetadata

Description

Amazon Web Services Systems Manager calls this API operation when displaying all Application Manager OpsMetadata objects or blobs.

This operation returns paginated results.

Synopsis

Creating a Request

data ListOpsMetadata Source #

See: newListOpsMetadata smart constructor.

Constructors

ListOpsMetadata' 

Fields

  • filters :: Maybe [OpsMetadataFilter]

    One or more filters to limit the number of OpsMetadata objects returned by the call.

  • maxResults :: Maybe Natural

    The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

  • nextToken :: Maybe Text

    A token to start the list. Use this token to get the next set of results.

Instances

Instances details
ToJSON ListOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.ListOpsMetadata

ToHeaders ListOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.ListOpsMetadata

ToPath ListOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.ListOpsMetadata

ToQuery ListOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.ListOpsMetadata

AWSPager ListOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.ListOpsMetadata

AWSRequest ListOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.ListOpsMetadata

Associated Types

type AWSResponse ListOpsMetadata #

Generic ListOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.ListOpsMetadata

Associated Types

type Rep ListOpsMetadata :: Type -> Type #

Read ListOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.ListOpsMetadata

Show ListOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.ListOpsMetadata

NFData ListOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.ListOpsMetadata

Methods

rnf :: ListOpsMetadata -> () #

Eq ListOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.ListOpsMetadata

Hashable ListOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.ListOpsMetadata

type AWSResponse ListOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.ListOpsMetadata

type Rep ListOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.ListOpsMetadata

type Rep ListOpsMetadata = D1 ('MetaData "ListOpsMetadata" "Amazonka.SSM.ListOpsMetadata" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ListOpsMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OpsMetadataFilter])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListOpsMetadata :: ListOpsMetadata Source #

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

ListOpsMetadata, listOpsMetadata_filters - One or more filters to limit the number of OpsMetadata objects returned by the call.

$sel:maxResults:ListOpsMetadata', listOpsMetadata_maxResults - The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

ListOpsMetadata, listOpsMetadata_nextToken - A token to start the list. Use this token to get the next set of results.

Request Lenses

listOpsMetadata_filters :: Lens' ListOpsMetadata (Maybe [OpsMetadataFilter]) Source #

One or more filters to limit the number of OpsMetadata objects returned by the call.

listOpsMetadata_maxResults :: Lens' ListOpsMetadata (Maybe Natural) Source #

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

listOpsMetadata_nextToken :: Lens' ListOpsMetadata (Maybe Text) Source #

A token to start the list. Use this token to get the next set of results.

Destructuring the Response

data ListOpsMetadataResponse Source #

See: newListOpsMetadataResponse smart constructor.

Constructors

ListOpsMetadataResponse' 

Fields

Instances

Instances details
Generic ListOpsMetadataResponse Source # 
Instance details

Defined in Amazonka.SSM.ListOpsMetadata

Associated Types

type Rep ListOpsMetadataResponse :: Type -> Type #

Read ListOpsMetadataResponse Source # 
Instance details

Defined in Amazonka.SSM.ListOpsMetadata

Show ListOpsMetadataResponse Source # 
Instance details

Defined in Amazonka.SSM.ListOpsMetadata

NFData ListOpsMetadataResponse Source # 
Instance details

Defined in Amazonka.SSM.ListOpsMetadata

Methods

rnf :: ListOpsMetadataResponse -> () #

Eq ListOpsMetadataResponse Source # 
Instance details

Defined in Amazonka.SSM.ListOpsMetadata

type Rep ListOpsMetadataResponse Source # 
Instance details

Defined in Amazonka.SSM.ListOpsMetadata

type Rep ListOpsMetadataResponse = D1 ('MetaData "ListOpsMetadataResponse" "Amazonka.SSM.ListOpsMetadata" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ListOpsMetadataResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "opsMetadataList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty OpsMetadata))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListOpsMetadataResponse Source #

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

ListOpsMetadata, listOpsMetadataResponse_nextToken - The token for the next set of items to return. Use this token to get the next set of results.

$sel:opsMetadataList:ListOpsMetadataResponse', listOpsMetadataResponse_opsMetadataList - Returns a list of OpsMetadata objects.

$sel:httpStatus:ListOpsMetadataResponse', listOpsMetadataResponse_httpStatus - The response's http status code.

Response Lenses

listOpsMetadataResponse_nextToken :: Lens' ListOpsMetadataResponse (Maybe Text) Source #

The token for the next set of items to return. Use this token to get the next set of results.