libZSservicesZSamazonka-ssmZSamazonka-ssm
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.SSM.GetOpsMetadata

Description

View operational metadata related to an application in Application Manager.

Synopsis

Creating a Request

data GetOpsMetadata Source #

See: newGetOpsMetadata smart constructor.

Constructors

GetOpsMetadata' 

Fields

  • nextToken :: Maybe Text

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

  • 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.

  • opsMetadataArn :: Text

    The Amazon Resource Name (ARN) of an OpsMetadata Object to view.

Instances

Instances details
Eq GetOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.GetOpsMetadata

Read GetOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.GetOpsMetadata

Show GetOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.GetOpsMetadata

Generic GetOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.GetOpsMetadata

Associated Types

type Rep GetOpsMetadata :: Type -> Type #

NFData GetOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.GetOpsMetadata

Methods

rnf :: GetOpsMetadata -> () #

Hashable GetOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.GetOpsMetadata

ToJSON GetOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.GetOpsMetadata

AWSRequest GetOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.GetOpsMetadata

Associated Types

type AWSResponse GetOpsMetadata #

ToHeaders GetOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.GetOpsMetadata

ToPath GetOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.GetOpsMetadata

ToQuery GetOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.GetOpsMetadata

type Rep GetOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.GetOpsMetadata

type Rep GetOpsMetadata = D1 ('MetaData "GetOpsMetadata" "Amazonka.SSM.GetOpsMetadata" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "GetOpsMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "opsMetadataArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetOpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.GetOpsMetadata

newGetOpsMetadata Source #

Create a value of GetOpsMetadata 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:GetOpsMetadata', getOpsMetadata_nextToken - A token to start the list. Use this token to get the next set of results.

$sel:maxResults:GetOpsMetadata', getOpsMetadata_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.

$sel:opsMetadataArn:GetOpsMetadata', getOpsMetadata_opsMetadataArn - The Amazon Resource Name (ARN) of an OpsMetadata Object to view.

Request Lenses

getOpsMetadata_nextToken :: Lens' GetOpsMetadata (Maybe Text) Source #

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

getOpsMetadata_maxResults :: Lens' GetOpsMetadata (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.

getOpsMetadata_opsMetadataArn :: Lens' GetOpsMetadata Text Source #

The Amazon Resource Name (ARN) of an OpsMetadata Object to view.

Destructuring the Response

data GetOpsMetadataResponse Source #

See: newGetOpsMetadataResponse smart constructor.

Constructors

GetOpsMetadataResponse' 

Fields

Instances

Instances details
Eq GetOpsMetadataResponse Source # 
Instance details

Defined in Amazonka.SSM.GetOpsMetadata

Read GetOpsMetadataResponse Source # 
Instance details

Defined in Amazonka.SSM.GetOpsMetadata

Show GetOpsMetadataResponse Source # 
Instance details

Defined in Amazonka.SSM.GetOpsMetadata

Generic GetOpsMetadataResponse Source # 
Instance details

Defined in Amazonka.SSM.GetOpsMetadata

Associated Types

type Rep GetOpsMetadataResponse :: Type -> Type #

NFData GetOpsMetadataResponse Source # 
Instance details

Defined in Amazonka.SSM.GetOpsMetadata

Methods

rnf :: GetOpsMetadataResponse -> () #

type Rep GetOpsMetadataResponse Source # 
Instance details

Defined in Amazonka.SSM.GetOpsMetadata

type Rep GetOpsMetadataResponse = D1 ('MetaData "GetOpsMetadataResponse" "Amazonka.SSM.GetOpsMetadata" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "GetOpsMetadataResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text MetadataValue))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetOpsMetadataResponse Source #

Create a value of GetOpsMetadataResponse 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:resourceId:GetOpsMetadataResponse', getOpsMetadataResponse_resourceId - The resource ID of the Application Manager application.

$sel:nextToken:GetOpsMetadata', getOpsMetadataResponse_nextToken - The token for the next set of items to return. Use this token to get the next set of results.

$sel:metadata:GetOpsMetadataResponse', getOpsMetadataResponse_metadata - OpsMetadata for an Application Manager application.

$sel:httpStatus:GetOpsMetadataResponse', getOpsMetadataResponse_httpStatus - The response's http status code.

Response Lenses

getOpsMetadataResponse_resourceId :: Lens' GetOpsMetadataResponse (Maybe Text) Source #

The resource ID of the Application Manager application.

getOpsMetadataResponse_nextToken :: Lens' GetOpsMetadataResponse (Maybe Text) Source #

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

getOpsMetadataResponse_metadata :: Lens' GetOpsMetadataResponse (Maybe (HashMap Text MetadataValue)) Source #

OpsMetadata for an Application Manager application.