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

Description

Stops an in-progress operation on a stack set and its associated stack instances.

Synopsis

Creating a Request

data StopStackSetOperation Source #

See: newStopStackSetOperation smart constructor.

Constructors

StopStackSetOperation' 

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 unique ID of the stack set that you want to stop the operation for.

  • operationId :: Text

    The ID of the stack operation.

Instances

Instances details
Eq StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

Read StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

Show StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

Generic StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

Associated Types

type Rep StopStackSetOperation :: Type -> Type #

NFData StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

Methods

rnf :: StopStackSetOperation -> () #

Hashable StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

AWSRequest StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

Associated Types

type AWSResponse StopStackSetOperation #

ToHeaders StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

ToPath StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

ToQuery StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

type Rep StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

type Rep StopStackSetOperation = D1 ('MetaData "StopStackSetOperation" "Amazonka.CloudFormation.StopStackSetOperation" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StopStackSetOperation'" '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 StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

newStopStackSetOperation Source #

Create a value of StopStackSetOperation 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:StopStackSetOperation', stopStackSetOperation_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:StopStackSetOperation', stopStackSetOperation_stackSetName - The name or unique ID of the stack set that you want to stop the operation for.

$sel:operationId:StopStackSetOperation', stopStackSetOperation_operationId - The ID of the stack operation.

Request Lenses

stopStackSetOperation_callAs :: Lens' StopStackSetOperation (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.

stopStackSetOperation_stackSetName :: Lens' StopStackSetOperation Text Source #

The name or unique ID of the stack set that you want to stop the operation for.

Destructuring the Response

data StopStackSetOperationResponse Source #

See: newStopStackSetOperationResponse smart constructor.

Constructors

StopStackSetOperationResponse' 

Fields

Instances

Instances details
Eq StopStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

Read StopStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

Show StopStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

Generic StopStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

Associated Types

type Rep StopStackSetOperationResponse :: Type -> Type #

NFData StopStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

type Rep StopStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

type Rep StopStackSetOperationResponse = D1 ('MetaData "StopStackSetOperationResponse" "Amazonka.CloudFormation.StopStackSetOperation" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StopStackSetOperationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopStackSetOperationResponse Source #

Create a value of StopStackSetOperationResponse 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:httpStatus:StopStackSetOperationResponse', stopStackSetOperationResponse_httpStatus - The response's http status code.

Response Lenses