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

Description

Views information about a specific execution of a specific association.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeAssociationExecutionTargets Source #

Constructors

DescribeAssociationExecutionTargets' 

Fields

  • filters :: Maybe (NonEmpty AssociationExecutionTargetsFilter)

    Filters for the request. You can specify the following filters and values.

    Status (EQUAL)

    ResourceId (EQUAL)

    ResourceType (EQUAL)

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

  • associationId :: Text

    The association ID that includes the execution for which you want to view details.

  • executionId :: Text

    The execution ID for which you want to view details.

Instances

Instances details
Eq DescribeAssociationExecutionTargets Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutionTargets

Read DescribeAssociationExecutionTargets Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutionTargets

Show DescribeAssociationExecutionTargets Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutionTargets

Generic DescribeAssociationExecutionTargets Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutionTargets

NFData DescribeAssociationExecutionTargets Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutionTargets

Hashable DescribeAssociationExecutionTargets Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutionTargets

ToJSON DescribeAssociationExecutionTargets Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutionTargets

AWSPager DescribeAssociationExecutionTargets Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutionTargets

AWSRequest DescribeAssociationExecutionTargets Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutionTargets

ToHeaders DescribeAssociationExecutionTargets Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutionTargets

ToPath DescribeAssociationExecutionTargets Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutionTargets

ToQuery DescribeAssociationExecutionTargets Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutionTargets

type Rep DescribeAssociationExecutionTargets Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutionTargets

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

Defined in Amazonka.SSM.DescribeAssociationExecutionTargets

newDescribeAssociationExecutionTargets Source #

Create a value of DescribeAssociationExecutionTargets 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:DescribeAssociationExecutionTargets', describeAssociationExecutionTargets_filters - Filters for the request. You can specify the following filters and values.

Status (EQUAL)

ResourceId (EQUAL)

ResourceType (EQUAL)

$sel:nextToken:DescribeAssociationExecutionTargets', describeAssociationExecutionTargets_nextToken - A token to start the list. Use this token to get the next set of results.

$sel:maxResults:DescribeAssociationExecutionTargets', describeAssociationExecutionTargets_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:associationId:DescribeAssociationExecutionTargets', describeAssociationExecutionTargets_associationId - The association ID that includes the execution for which you want to view details.

$sel:executionId:DescribeAssociationExecutionTargets', describeAssociationExecutionTargets_executionId - The execution ID for which you want to view details.

Request Lenses

describeAssociationExecutionTargets_filters :: Lens' DescribeAssociationExecutionTargets (Maybe (NonEmpty AssociationExecutionTargetsFilter)) Source #

Filters for the request. You can specify the following filters and values.

Status (EQUAL)

ResourceId (EQUAL)

ResourceType (EQUAL)

describeAssociationExecutionTargets_nextToken :: Lens' DescribeAssociationExecutionTargets (Maybe Text) Source #

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

describeAssociationExecutionTargets_maxResults :: Lens' DescribeAssociationExecutionTargets (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.

describeAssociationExecutionTargets_associationId :: Lens' DescribeAssociationExecutionTargets Text Source #

The association ID that includes the execution for which you want to view details.

Destructuring the Response

data DescribeAssociationExecutionTargetsResponse Source #

Constructors

DescribeAssociationExecutionTargetsResponse' 

Fields

Instances

Instances details
Eq DescribeAssociationExecutionTargetsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutionTargets

Read DescribeAssociationExecutionTargetsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutionTargets

Show DescribeAssociationExecutionTargetsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutionTargets

Generic DescribeAssociationExecutionTargetsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutionTargets

NFData DescribeAssociationExecutionTargetsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutionTargets

type Rep DescribeAssociationExecutionTargetsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutionTargets

type Rep DescribeAssociationExecutionTargetsResponse = D1 ('MetaData "DescribeAssociationExecutionTargetsResponse" "Amazonka.SSM.DescribeAssociationExecutionTargets" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "DescribeAssociationExecutionTargetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "associationExecutionTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssociationExecutionTarget])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeAssociationExecutionTargetsResponse Source #

Create a value of DescribeAssociationExecutionTargetsResponse 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:DescribeAssociationExecutionTargets', describeAssociationExecutionTargetsResponse_nextToken - The token for the next set of items to return. Use this token to get the next set of results.

$sel:associationExecutionTargets:DescribeAssociationExecutionTargetsResponse', describeAssociationExecutionTargetsResponse_associationExecutionTargets - Information about the execution.

$sel:httpStatus:DescribeAssociationExecutionTargetsResponse', describeAssociationExecutionTargetsResponse_httpStatus - The response's http status code.

Response Lenses

describeAssociationExecutionTargetsResponse_nextToken :: Lens' DescribeAssociationExecutionTargetsResponse (Maybe Text) Source #

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