amazonka-swf-2.0: Amazon Simple Workflow Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SWF.DeprecateActivityType

Description

Deprecates the specified activity type. After an activity type has been deprecated, you cannot create new tasks of that activity type. Tasks of this type that were scheduled before the type was deprecated continue to run.

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

Access Control

You can use IAM policies to control this action's access to Amazon SWF resources as follows:

  • Use a Resource element with the domain name to limit the action to only specified domains.
  • Use an Action element to allow or deny permission to call this action.
  • Constrain the following parameters by using a Condition element with the appropriate keys.

    • activityType.name: String constraint. The key is swf:activityType.name.
    • activityType.version: String constraint. The key is swf:activityType.version.

If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

Synopsis

Creating a Request

data DeprecateActivityType Source #

See: newDeprecateActivityType smart constructor.

Constructors

DeprecateActivityType' 

Fields

Instances

Instances details
ToJSON DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

ToHeaders DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

ToPath DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

ToQuery DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

AWSRequest DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Associated Types

type AWSResponse DeprecateActivityType #

Generic DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Associated Types

type Rep DeprecateActivityType :: Type -> Type #

Read DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Show DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

NFData DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Methods

rnf :: DeprecateActivityType -> () #

Eq DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Hashable DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

type AWSResponse DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

type Rep DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

type Rep DeprecateActivityType = D1 ('MetaData "DeprecateActivityType" "Amazonka.SWF.DeprecateActivityType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "DeprecateActivityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "activityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActivityType)))

newDeprecateActivityType Source #

Create a value of DeprecateActivityType 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:domain:DeprecateActivityType', deprecateActivityType_domain - The name of the domain in which the activity type is registered.

DeprecateActivityType, deprecateActivityType_activityType - The activity type to deprecate.

Request Lenses

deprecateActivityType_domain :: Lens' DeprecateActivityType Text Source #

The name of the domain in which the activity type is registered.

Destructuring the Response

data DeprecateActivityTypeResponse Source #

See: newDeprecateActivityTypeResponse smart constructor.

Instances

Instances details
Generic DeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Associated Types

type Rep DeprecateActivityTypeResponse :: Type -> Type #

Read DeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Show DeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

NFData DeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Eq DeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

type Rep DeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

type Rep DeprecateActivityTypeResponse = D1 ('MetaData "DeprecateActivityTypeResponse" "Amazonka.SWF.DeprecateActivityType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "DeprecateActivityTypeResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeprecateActivityTypeResponse :: DeprecateActivityTypeResponse Source #

Create a value of DeprecateActivityTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.