libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation
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.CloudFormation.DescribeStackSetOperation

Description

Returns the description of the specified stack set operation.

Synopsis

Creating a Request

data DescribeStackSetOperation Source #

See: newDescribeStackSetOperation smart constructor.

Constructors

DescribeStackSetOperation' 

Fields

  • callAs :: Maybe CallAs
    Service-managed permissions
    Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

    By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

    • If you are signed in to the management account, specify SELF.
    • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

      Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.

  • stackSetName :: Text

    The name or the unique stack ID of the stack set for the stack operation.

  • operationId :: Text

    The unique ID of the stack set operation.

Instances

Instances details
Eq DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

Read DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

Show DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

Generic DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

Associated Types

type Rep DescribeStackSetOperation :: Type -> Type #

NFData DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

Hashable DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

AWSRequest DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

ToHeaders DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

ToPath DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

ToQuery DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

type Rep DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

type Rep DescribeStackSetOperation = D1 ('MetaData "DescribeStackSetOperation" "Amazonka.CloudFormation.DescribeStackSetOperation" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeStackSetOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callAs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAs)) :*: (S1 ('MetaSel ('Just "stackSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

newDescribeStackSetOperation Source #

Create a value of DescribeStackSetOperation 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:callAs:DescribeStackSetOperation', describeStackSetOperation_callAs - [Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

  • If you are signed in to the management account, specify SELF.
  • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

    Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.

$sel:stackSetName:DescribeStackSetOperation', describeStackSetOperation_stackSetName - The name or the unique stack ID of the stack set for the stack operation.

$sel:operationId:DescribeStackSetOperation', describeStackSetOperation_operationId - The unique ID of the stack set operation.

Request Lenses

describeStackSetOperation_callAs :: Lens' DescribeStackSetOperation (Maybe CallAs) Source #

Service-managed permissions
Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

  • If you are signed in to the management account, specify SELF.
  • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

    Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.

describeStackSetOperation_stackSetName :: Lens' DescribeStackSetOperation Text Source #

The name or the unique stack ID of the stack set for the stack operation.

Destructuring the Response

data DescribeStackSetOperationResponse Source #

See: newDescribeStackSetOperationResponse smart constructor.

Constructors

DescribeStackSetOperationResponse' 

Fields

Instances

Instances details
Eq DescribeStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

Read DescribeStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

Show DescribeStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

Generic DescribeStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

Associated Types

type Rep DescribeStackSetOperationResponse :: Type -> Type #

NFData DescribeStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

type Rep DescribeStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

type Rep DescribeStackSetOperationResponse = D1 ('MetaData "DescribeStackSetOperationResponse" "Amazonka.CloudFormation.DescribeStackSetOperation" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeStackSetOperationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackSetOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetOperation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeStackSetOperationResponse Source #

Create a value of DescribeStackSetOperationResponse 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:stackSetOperation:DescribeStackSetOperationResponse', describeStackSetOperationResponse_stackSetOperation - The specified stack set operation.

$sel:httpStatus:DescribeStackSetOperationResponse', describeStackSetOperationResponse_httpStatus - The response's http status code.

Response Lenses