libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions
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.StepFunctions.DescribeStateMachine

Description

Describes a state machine.

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

Synopsis

Creating a Request

data DescribeStateMachine Source #

See: newDescribeStateMachine smart constructor.

Constructors

DescribeStateMachine' 

Fields

Instances

Instances details
Eq DescribeStateMachine Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachine

Read DescribeStateMachine Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachine

Show DescribeStateMachine Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachine

Generic DescribeStateMachine Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachine

Associated Types

type Rep DescribeStateMachine :: Type -> Type #

NFData DescribeStateMachine Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachine

Methods

rnf :: DescribeStateMachine -> () #

Hashable DescribeStateMachine Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachine

ToJSON DescribeStateMachine Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachine

AWSRequest DescribeStateMachine Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachine

Associated Types

type AWSResponse DescribeStateMachine #

ToHeaders DescribeStateMachine Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachine

ToPath DescribeStateMachine Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachine

ToQuery DescribeStateMachine Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachine

type Rep DescribeStateMachine Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachine

type Rep DescribeStateMachine = D1 ('MetaData "DescribeStateMachine" "Amazonka.StepFunctions.DescribeStateMachine" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "DescribeStateMachine'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stateMachineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeStateMachine Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachine

newDescribeStateMachine Source #

Create a value of DescribeStateMachine 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:stateMachineArn:DescribeStateMachine', describeStateMachine_stateMachineArn - The Amazon Resource Name (ARN) of the state machine to describe.

Request Lenses

describeStateMachine_stateMachineArn :: Lens' DescribeStateMachine Text Source #

The Amazon Resource Name (ARN) of the state machine to describe.

Destructuring the Response

data DescribeStateMachineResponse Source #

See: newDescribeStateMachineResponse smart constructor.

Constructors

DescribeStateMachineResponse' 

Fields

Instances

Instances details
Eq DescribeStateMachineResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachine

Show DescribeStateMachineResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachine

Generic DescribeStateMachineResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachine

Associated Types

type Rep DescribeStateMachineResponse :: Type -> Type #

NFData DescribeStateMachineResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachine

type Rep DescribeStateMachineResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachine

newDescribeStateMachineResponse Source #

Create a value of DescribeStateMachineResponse 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:status:DescribeStateMachineResponse', describeStateMachineResponse_status - The current status of the state machine.

$sel:tracingConfiguration:DescribeStateMachineResponse', describeStateMachineResponse_tracingConfiguration - Selects whether AWS X-Ray tracing is enabled.

$sel:loggingConfiguration:DescribeStateMachineResponse', describeStateMachineResponse_loggingConfiguration - Undocumented member.

$sel:httpStatus:DescribeStateMachineResponse', describeStateMachineResponse_httpStatus - The response's http status code.

$sel:stateMachineArn:DescribeStateMachine', describeStateMachineResponse_stateMachineArn - The Amazon Resource Name (ARN) that identifies the state machine.

$sel:name:DescribeStateMachineResponse', describeStateMachineResponse_name - The name of the state machine.

A name must not contain:

  • white space
  • brackets < > { } [ ]
  • wildcard characters ? *
  • special characters " # % \ ^ | ~ ` $ & , ; : /
  • control characters (U+0000-001F, U+007F-009F)

To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

$sel:definition:DescribeStateMachineResponse', describeStateMachineResponse_definition - The Amazon States Language definition of the state machine. See Amazon States Language.

$sel:roleArn:DescribeStateMachineResponse', describeStateMachineResponse_roleArn - The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)

$sel:type':DescribeStateMachineResponse', describeStateMachineResponse_type - The type of the state machine (STANDARD or EXPRESS).

$sel:creationDate:DescribeStateMachineResponse', describeStateMachineResponse_creationDate - The date the state machine is created.

Response Lenses

describeStateMachineResponse_stateMachineArn :: Lens' DescribeStateMachineResponse Text Source #

The Amazon Resource Name (ARN) that identifies the state machine.

describeStateMachineResponse_name :: Lens' DescribeStateMachineResponse Text Source #

The name of the state machine.

A name must not contain:

  • white space
  • brackets < > { } [ ]
  • wildcard characters ? *
  • special characters " # % \ ^ | ~ ` $ & , ; : /
  • control characters (U+0000-001F, U+007F-009F)

To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

describeStateMachineResponse_definition :: Lens' DescribeStateMachineResponse Text Source #

The Amazon States Language definition of the state machine. See Amazon States Language.

describeStateMachineResponse_roleArn :: Lens' DescribeStateMachineResponse Text Source #

The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)

describeStateMachineResponse_type :: Lens' DescribeStateMachineResponse StateMachineType Source #

The type of the state machine (STANDARD or EXPRESS).