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

Description

Provides details about all active and terminated Automation executions.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeAutomationExecutions Source #

See: newDescribeAutomationExecutions smart constructor.

Constructors

DescribeAutomationExecutions' 

Fields

Instances

Instances details
Eq DescribeAutomationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAutomationExecutions

Read DescribeAutomationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAutomationExecutions

Show DescribeAutomationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAutomationExecutions

Generic DescribeAutomationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAutomationExecutions

Associated Types

type Rep DescribeAutomationExecutions :: Type -> Type #

NFData DescribeAutomationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAutomationExecutions

Hashable DescribeAutomationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAutomationExecutions

ToJSON DescribeAutomationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAutomationExecutions

AWSPager DescribeAutomationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAutomationExecutions

AWSRequest DescribeAutomationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAutomationExecutions

ToHeaders DescribeAutomationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAutomationExecutions

ToPath DescribeAutomationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAutomationExecutions

ToQuery DescribeAutomationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAutomationExecutions

type Rep DescribeAutomationExecutions Source # 
Instance details

Defined in Amazonka.SSM.DescribeAutomationExecutions

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

Defined in Amazonka.SSM.DescribeAutomationExecutions

newDescribeAutomationExecutions :: DescribeAutomationExecutions Source #

Create a value of DescribeAutomationExecutions 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:DescribeAutomationExecutions', describeAutomationExecutions_filters - Filters used to limit the scope of executions that are requested.

$sel:nextToken:DescribeAutomationExecutions', describeAutomationExecutions_nextToken - The token for the next set of items to return. (You received this token from a previous call.)

$sel:maxResults:DescribeAutomationExecutions', describeAutomationExecutions_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.

Request Lenses

describeAutomationExecutions_filters :: Lens' DescribeAutomationExecutions (Maybe (NonEmpty AutomationExecutionFilter)) Source #

Filters used to limit the scope of executions that are requested.

describeAutomationExecutions_nextToken :: Lens' DescribeAutomationExecutions (Maybe Text) Source #

The token for the next set of items to return. (You received this token from a previous call.)

describeAutomationExecutions_maxResults :: Lens' DescribeAutomationExecutions (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.

Destructuring the Response

data DescribeAutomationExecutionsResponse Source #

Constructors

DescribeAutomationExecutionsResponse' 

Fields

Instances

Instances details
Eq DescribeAutomationExecutionsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeAutomationExecutions

Read DescribeAutomationExecutionsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeAutomationExecutions

Show DescribeAutomationExecutionsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeAutomationExecutions

Generic DescribeAutomationExecutionsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeAutomationExecutions

NFData DescribeAutomationExecutionsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeAutomationExecutions

type Rep DescribeAutomationExecutionsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeAutomationExecutions

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

newDescribeAutomationExecutionsResponse Source #

Create a value of DescribeAutomationExecutionsResponse 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:DescribeAutomationExecutions', describeAutomationExecutionsResponse_nextToken - The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

$sel:automationExecutionMetadataList:DescribeAutomationExecutionsResponse', describeAutomationExecutionsResponse_automationExecutionMetadataList - The list of details about each automation execution which has occurred which matches the filter specification, if any.

$sel:httpStatus:DescribeAutomationExecutionsResponse', describeAutomationExecutionsResponse_httpStatus - The response's http status code.

Response Lenses

describeAutomationExecutionsResponse_nextToken :: Lens' DescribeAutomationExecutionsResponse (Maybe Text) Source #

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

describeAutomationExecutionsResponse_automationExecutionMetadataList :: Lens' DescribeAutomationExecutionsResponse (Maybe [AutomationExecutionMetadata]) Source #

The list of details about each automation execution which has occurred which matches the filter specification, if any.