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

Description

Views all executions for a specific association ID.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeAssociationExecutions Source #

See: newDescribeAssociationExecutions smart constructor.

Constructors

DescribeAssociationExecutions' 

Fields

  • filters :: Maybe (NonEmpty AssociationExecutionFilter)

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

    ExecutionId (EQUAL)

    Status (EQUAL)

    CreatedTime (EQUAL, GREATER_THAN, LESS_THAN)

  • 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 for which you want to view execution history details.

Instances

Instances details
Eq DescribeAssociationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutions

Read DescribeAssociationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutions

Show DescribeAssociationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutions

Generic DescribeAssociationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutions

Associated Types

type Rep DescribeAssociationExecutions :: Type -> Type #

NFData DescribeAssociationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutions

Hashable DescribeAssociationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutions

ToJSON DescribeAssociationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutions

AWSPager DescribeAssociationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutions

AWSRequest DescribeAssociationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutions

ToHeaders DescribeAssociationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutions

ToPath DescribeAssociationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutions

ToQuery DescribeAssociationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutions

type Rep DescribeAssociationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutions

type Rep DescribeAssociationExecutions = D1 ('MetaData "DescribeAssociationExecutions" "Amazonka.SSM.DescribeAssociationExecutions" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "DescribeAssociationExecutions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AssociationExecutionFilter))) :*: 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))))
type AWSResponse DescribeAssociationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutions

newDescribeAssociationExecutions Source #

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

ExecutionId (EQUAL)

Status (EQUAL)

CreatedTime (EQUAL, GREATER_THAN, LESS_THAN)

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

$sel:maxResults:DescribeAssociationExecutions', describeAssociationExecutions_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:DescribeAssociationExecutions', describeAssociationExecutions_associationId - The association ID for which you want to view execution history details.

Request Lenses

describeAssociationExecutions_filters :: Lens' DescribeAssociationExecutions (Maybe (NonEmpty AssociationExecutionFilter)) Source #

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

ExecutionId (EQUAL)

Status (EQUAL)

CreatedTime (EQUAL, GREATER_THAN, LESS_THAN)

describeAssociationExecutions_nextToken :: Lens' DescribeAssociationExecutions (Maybe Text) Source #

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

describeAssociationExecutions_maxResults :: Lens' DescribeAssociationExecutions (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.

describeAssociationExecutions_associationId :: Lens' DescribeAssociationExecutions Text Source #

The association ID for which you want to view execution history details.

Destructuring the Response

data DescribeAssociationExecutionsResponse Source #

Constructors

DescribeAssociationExecutionsResponse' 

Fields

Instances

Instances details
Eq DescribeAssociationExecutionsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutions

Read DescribeAssociationExecutionsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutions

Show DescribeAssociationExecutionsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutions

Generic DescribeAssociationExecutionsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutions

NFData DescribeAssociationExecutionsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutions

type Rep DescribeAssociationExecutionsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeAssociationExecutions

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

newDescribeAssociationExecutionsResponse Source #

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

$sel:associationExecutions:DescribeAssociationExecutionsResponse', describeAssociationExecutionsResponse_associationExecutions - A list of the executions for the specified association ID.

$sel:httpStatus:DescribeAssociationExecutionsResponse', describeAssociationExecutionsResponse_httpStatus - The response's http status code.

Response Lenses

describeAssociationExecutionsResponse_nextToken :: Lens' DescribeAssociationExecutionsResponse (Maybe Text) Source #

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