From 13aacc805cdb5e3e84d09e3c50316de4f8ddecdc Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Wed, 12 Jul 2017 18:01:15 +0000 Subject: [PATCH] Updated service API models for release. --- CHANGELOG.md | 4 + .../apis/autoscaling/2011-01-01/api-2.json | 94 +- .../apis/autoscaling/2011-01-01/docs-2.json | 264 ++++-- aws-sdk-core/apis/swf/2012-01-25/api-2.json | 504 +++------- aws-sdk-core/apis/swf/2012-01-25/docs-2.json | 868 +++++++++--------- .../apis/swf/2012-01-25/examples-1.json | 5 + .../apis/swf/2012-01-25/paginators-1.json | 16 +- aws-sdk-core/endpoints.json | 33 +- aws-sdk-core/lib/aws-sdk-core/swf.rb | 1 + 9 files changed, 883 insertions(+), 906 deletions(-) create mode 100644 aws-sdk-core/apis/swf/2012-01-25/examples-1.json diff --git a/CHANGELOG.md b/CHANGELOG.md index f674081e0a1..1a5d108c3a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Unreleased Changes ------------------ +* Feature - Aws::AutoScaling - Updated the API, and documentation for Auto Scaling. + +* Feature - Aws::SWF - Updated the API, and documentation for Amazon Simple Workflow Service. + 2.10.9 (2017-07-06) ------------------ diff --git a/aws-sdk-core/apis/autoscaling/2011-01-01/api-2.json b/aws-sdk-core/apis/autoscaling/2011-01-01/api-2.json index 50d41e7e639..364ae9a278e 100644 --- a/aws-sdk-core/apis/autoscaling/2011-01-01/api-2.json +++ b/aws-sdk-core/apis/autoscaling/2011-01-01/api-2.json @@ -102,7 +102,8 @@ "errors":[ {"shape":"LimitExceededFault"}, {"shape":"AlreadyExistsFault"}, - {"shape":"ResourceContentionFault"} + {"shape":"ResourceContentionFault"}, + {"shape":"ResourceInUseFault"} ] }, "DeleteAutoScalingGroup":{ @@ -186,7 +187,8 @@ }, "input":{"shape":"DeleteTagsType"}, "errors":[ - {"shape":"ResourceContentionFault"} + {"shape":"ResourceContentionFault"}, + {"shape":"ResourceInUseFault"} ] }, "DescribeAccountLimits":{ @@ -1077,6 +1079,21 @@ "Tags":{"shape":"Tags"} } }, + "CustomizedMetricSpecification":{ + "type":"structure", + "required":[ + "MetricName", + "Namespace", + "Statistic" + ], + "members":{ + "MetricName":{"shape":"MetricName"}, + "Namespace":{"shape":"MetricNamespace"}, + "Dimensions":{"shape":"MetricDimensions"}, + "Statistic":{"shape":"MetricStatistic"}, + "Unit":{"shape":"MetricUnit"} + } + }, "DeleteAutoScalingGroupType":{ "type":"structure", "required":["AutoScalingGroupName"], @@ -1344,6 +1361,7 @@ "Metrics":{"shape":"Metrics"} } }, + "DisableScaleIn":{"type":"boolean"}, "Ebs":{ "type":"structure", "members":{ @@ -1568,7 +1586,8 @@ }, "LifecycleHookNames":{ "type":"list", - "member":{"shape":"AsciiStringMaxLen255"} + "member":{"shape":"AsciiStringMaxLen255"}, + "max":50 }, "LifecycleHooks":{ "type":"list", @@ -1644,6 +1663,23 @@ "type":"list", "member":{"shape":"MetricCollectionType"} }, + "MetricDimension":{ + "type":"structure", + "required":[ + "Name", + "Value" + ], + "members":{ + "Name":{"shape":"MetricDimensionName"}, + "Value":{"shape":"MetricDimensionValue"} + } + }, + "MetricDimensionName":{"type":"string"}, + "MetricDimensionValue":{"type":"string"}, + "MetricDimensions":{ + "type":"list", + "member":{"shape":"MetricDimension"} + }, "MetricGranularityType":{ "type":"structure", "members":{ @@ -1654,7 +1690,29 @@ "type":"list", "member":{"shape":"MetricGranularityType"} }, + "MetricName":{"type":"string"}, + "MetricNamespace":{"type":"string"}, "MetricScale":{"type":"double"}, + "MetricStatistic":{ + "type":"string", + "enum":[ + "Average", + "Minimum", + "Maximum", + "SampleCount", + "Sum" + ] + }, + "MetricType":{ + "type":"string", + "enum":[ + "ASGAverageCPUUtilization", + "ASGAverageNetworkIn", + "ASGAverageNetworkOut", + "ALBRequestCountPerTarget" + ] + }, + "MetricUnit":{"type":"string"}, "Metrics":{ "type":"list", "member":{"shape":"XmlStringMaxLen255"} @@ -1696,7 +1754,8 @@ "PolicyARNType":{ "type":"structure", "members":{ - "PolicyARN":{"shape":"ResourceName"} + "PolicyARN":{"shape":"ResourceName"}, + "Alarms":{"shape":"Alarms"} } }, "PolicyIncrement":{"type":"integer"}, @@ -1708,6 +1767,14 @@ "type":"list", "member":{"shape":"XmlStringMaxLen64"} }, + "PredefinedMetricSpecification":{ + "type":"structure", + "required":["PredefinedMetricType"], + "members":{ + "PredefinedMetricType":{"shape":"MetricType"}, + "ResourceLabel":{"shape":"XmlStringMaxLen1023"} + } + }, "ProcessNames":{ "type":"list", "member":{"shape":"XmlStringMaxLen255"} @@ -1771,8 +1838,7 @@ "type":"structure", "required":[ "AutoScalingGroupName", - "PolicyName", - "AdjustmentType" + "PolicyName" ], "members":{ "AutoScalingGroupName":{"shape":"ResourceName"}, @@ -1785,7 +1851,8 @@ "Cooldown":{"shape":"Cooldown"}, "MetricAggregationType":{"shape":"XmlStringMaxLen32"}, "StepAdjustments":{"shape":"StepAdjustments"}, - "EstimatedInstanceWarmup":{"shape":"EstimatedInstanceWarmup"} + "EstimatedInstanceWarmup":{"shape":"EstimatedInstanceWarmup"}, + "TargetTrackingConfiguration":{"shape":"TargetTrackingConfiguration"} } }, "PutScheduledUpdateGroupActionType":{ @@ -1902,7 +1969,8 @@ "StepAdjustments":{"shape":"StepAdjustments"}, "MetricAggregationType":{"shape":"XmlStringMaxLen32"}, "EstimatedInstanceWarmup":{"shape":"EstimatedInstanceWarmup"}, - "Alarms":{"shape":"Alarms"} + "Alarms":{"shape":"Alarms"}, + "TargetTrackingConfiguration":{"shape":"TargetTrackingConfiguration"} } }, "ScalingProcessQuery":{ @@ -2072,6 +2140,16 @@ "type":"list", "member":{"shape":"XmlStringMaxLen511"} }, + "TargetTrackingConfiguration":{ + "type":"structure", + "required":["TargetValue"], + "members":{ + "PredefinedMetricSpecification":{"shape":"PredefinedMetricSpecification"}, + "CustomizedMetricSpecification":{"shape":"CustomizedMetricSpecification"}, + "TargetValue":{"shape":"MetricScale"}, + "DisableScaleIn":{"shape":"DisableScaleIn"} + } + }, "TerminateInstanceInAutoScalingGroupType":{ "type":"structure", "required":[ diff --git a/aws-sdk-core/apis/autoscaling/2011-01-01/docs-2.json b/aws-sdk-core/apis/autoscaling/2011-01-01/docs-2.json index a2014c9ef14..4af1251818b 100644 --- a/aws-sdk-core/apis/autoscaling/2011-01-01/docs-2.json +++ b/aws-sdk-core/apis/autoscaling/2011-01-01/docs-2.json @@ -34,14 +34,14 @@ "DescribeScheduledActions": "

Describes the actions scheduled for your Auto Scaling group that haven't run. To describe the actions that have already run, use DescribeScalingActivities.

", "DescribeTags": "

Describes the specified tags.

You can use filters to limit the results. For example, you can query for the tags for a specific Auto Scaling group. You can specify multiple values for a filter. A tag must match at least one of the specified values for it to be included in the results.

You can also specify multiple filters. The result includes information for a particular tag only if it matches all the filters. If there's no match, no special message is returned.

", "DescribeTerminationPolicyTypes": "

Describes the termination policies supported by Auto Scaling.

", - "DetachInstances": "

Removes one or more instances from the specified Auto Scaling group.

After the instances are detached, you can manage them independent of the Auto Scaling group.

If you do not specify the option to decrement the desired capacity, Auto Scaling launches instances to replace the ones that are detached.

If there is a Classic Load Balancer attached to the Auto Scaling group, the instances are deregistered from the load balancer. If there are target groups attached to the Auto Scaling group, the instances are deregistered from the target groups.

For more information, see Detach EC2 Instances from Your Auto Scaling Group in the Auto Scaling User Guide.

", + "DetachInstances": "

Removes one or more instances from the specified Auto Scaling group.

After the instances are detached, you can manage them independently from the rest of the Auto Scaling group.

If you do not specify the option to decrement the desired capacity, Auto Scaling launches instances to replace the ones that are detached.

If there is a Classic Load Balancer attached to the Auto Scaling group, the instances are deregistered from the load balancer. If there are target groups attached to the Auto Scaling group, the instances are deregistered from the target groups.

For more information, see Detach EC2 Instances from Your Auto Scaling Group in the Auto Scaling User Guide.

", "DetachLoadBalancerTargetGroups": "

Detaches one or more target groups from the specified Auto Scaling group.

", "DetachLoadBalancers": "

Detaches one or more Classic Load Balancers from the specified Auto Scaling group.

Note that this operation detaches only Classic Load Balancers. If you have Application Load Balancers, use DetachLoadBalancerTargetGroups instead.

When you detach a load balancer, it enters the Removing state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the load balancer using DescribeLoadBalancers. Note that the instances remain running.

", "DisableMetricsCollection": "

Disables group metrics for the specified Auto Scaling group.

", "EnableMetricsCollection": "

Enables group metrics for the specified Auto Scaling group. For more information, see Monitoring Your Auto Scaling Groups and Instances in the Auto Scaling User Guide.

", - "EnterStandby": "

Moves the specified instances into the standby state.

For more information, see Temporarily Removing Instances from Your Auto Scaling Group in the Auto Scaling User Guide.

", + "EnterStandby": "

Moves the specified instances into Standby mode.

For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.

", "ExecutePolicy": "

Executes the specified policy.

", - "ExitStandby": "

Moves the specified instances out of the standby state.

For more information, see Temporarily Removing Instances from Your Auto Scaling Group in the Auto Scaling User Guide.

", + "ExitStandby": "

Moves the specified instances out of Standby mode.

For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.

", "PutLifecycleHook": "

Creates or updates a lifecycle hook for the specified Auto Scaling Group.

A lifecycle hook tells Auto Scaling that you want to perform an action on an instance that is not actively in service; for example, either when the instance launches or before the instance terminates.

This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group:

  1. (Optional) Create a Lambda function and a rule that allows CloudWatch Events to invoke your Lambda function when Auto Scaling launches or terminates instances.

  2. (Optional) Create a notification target and an IAM role. The target can be either an Amazon SQS queue or an Amazon SNS topic. The role allows Auto Scaling to publish lifecycle notifications to the target.

  3. Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate.

  4. If you need more time, record the lifecycle action heartbeat to keep the instance in a pending state.

  5. If you finish before the timeout period ends, complete the lifecycle action.

For more information, see Auto Scaling Lifecycle Hooks in the Auto Scaling User Guide.

If you exceed your maximum limit of lifecycle hooks, which by default is 50 per Auto Scaling group, the call fails. For information about updating this limit, see AWS Service Limits in the Amazon Web Services General Reference.

", "PutNotificationConfiguration": "

Configures an Auto Scaling group to send notifications when specified events take place. Subscribers to the specified topic can have messages delivered to an endpoint such as a web server or an email address.

This configuration overwrites any existing configuration.

For more information see Getting SNS Notifications When Your Auto Scaling Group Scales in the Auto Scaling User Guide.

", "PutScalingPolicy": "

Creates or updates a policy for an Auto Scaling group. To update an existing policy, use the existing policy name and set the parameters you want to change. Any existing parameter not changed in an update to an existing policy is not changed in this update request.

If you exceed your maximum limit of step adjustments, which by default is 20 per region, the call fails. For information about updating this limit, see AWS Service Limits in the Amazon Web Services General Reference.

", @@ -53,7 +53,7 @@ "SetInstanceProtection": "

Updates the instance protection settings of the specified instances.

For more information, see Instance Protection in the Auto Scaling User Guide.

", "SuspendProcesses": "

Suspends the specified Auto Scaling processes, or all processes, for the specified Auto Scaling group.

Note that if you suspend either the Launch or Terminate process types, it can prevent other process types from functioning properly.

To resume processes that have been suspended, use ResumeProcesses.

For more information, see Suspending and Resuming Auto Scaling Processes in the Auto Scaling User Guide.

", "TerminateInstanceInAutoScalingGroup": "

Terminates the specified instance and optionally adjusts the desired group size.

This call simply makes a termination request. The instance is not terminated immediately.

", - "UpdateAutoScalingGroup": "

Updates the configuration for the specified Auto Scaling group.

The new settings take effect on any scaling activities after this call returns. Scaling activities that are currently in progress aren't affected.

To update an Auto Scaling group with a launch configuration with InstanceMonitoring set to false, you must first disable the collection of group metrics. Otherwise, you will get an error. If you have previously enabled the collection of group metrics, you can disable it using DisableMetricsCollection.

Note the following:

" + "UpdateAutoScalingGroup": "

Updates the configuration for the specified Auto Scaling group.

To update an Auto Scaling group with a launch configuration with InstanceMonitoring set to False, you must first disable the collection of group metrics. Otherwise, you will get an error. If you have previously enabled the collection of group metrics, you can disable it using DisableMetricsCollection.

The new settings are registered upon the completion of this call. Any launch configuration settings take effect on any triggers after this call returns. Scaling activities that are currently in progress aren't affected.

Note the following:

" }, "shapes": { "Activities": { @@ -66,7 +66,7 @@ } }, "ActivitiesType": { - "base": null, + "base": "

Contains the output of DescribeScalingActivities.

", "refs": { } }, @@ -84,7 +84,7 @@ } }, "ActivityType": { - "base": null, + "base": "

Contains the output of TerminateInstancesInAutoScalingGroup.

", "refs": { } }, @@ -109,6 +109,7 @@ "Alarms": { "base": null, "refs": { + "PolicyARNType$Alarms": "

The CloudWatch alarms created for the target tracking policy. This parameter will be empty if the policy type is anything other than TargetTrackingScaling.

", "ScalingPolicy$Alarms": "

The CloudWatch alarms related to the policy.

" } }, @@ -136,7 +137,7 @@ } }, "AttachInstancesQuery": { - "base": null, + "base": "

Contains the parameters for AttachInstances.

", "refs": { } }, @@ -146,17 +147,17 @@ } }, "AttachLoadBalancerTargetGroupsType": { - "base": null, + "base": "

Contains the parameters for AttachLoadBalancerTargetGroups.

", "refs": { } }, "AttachLoadBalancersResultType": { - "base": null, + "base": "

Contains the output of AttachLoadBalancers.

", "refs": { } }, "AttachLoadBalancersType": { - "base": null, + "base": "

Contains the parameters for AttachLoadBalancers.

", "refs": { } }, @@ -170,7 +171,7 @@ "base": null, "refs": { "AutoScalingGroup$DesiredCapacity": "

The desired size of the group.

", - "CreateAutoScalingGroupType$DesiredCapacity": "

The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group. If you do not specify a desired capacity, the default is the minimum size of the group.

", + "CreateAutoScalingGroupType$DesiredCapacity": "

The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.

", "PutScheduledUpdateGroupActionType$DesiredCapacity": "

The number of EC2 instances that should be running in the group.

", "ScheduledUpdateGroupAction$DesiredCapacity": "

The number of instances you prefer to maintain in the group.

", "SetDesiredCapacityType$DesiredCapacity": "

The number of EC2 instances that should be running in the Auto Scaling group.

", @@ -205,7 +206,7 @@ } }, "AutoScalingGroupNamesType": { - "base": null, + "base": "

Contains the parameters for DescribeAutoScalingGroups.

", "refs": { } }, @@ -216,7 +217,7 @@ } }, "AutoScalingGroupsType": { - "base": null, + "base": "

Contains the output for DescribeAutoScalingGroups.

", "refs": { } }, @@ -233,7 +234,7 @@ } }, "AutoScalingInstancesType": { - "base": null, + "base": "

Contains the output of DescribeAutoScalingInstances.

", "refs": { } }, @@ -304,12 +305,12 @@ } }, "CompleteLifecycleActionAnswer": { - "base": null, + "base": "

Contains the output of CompleteLifecycleAction.

", "refs": { } }, "CompleteLifecycleActionType": { - "base": null, + "base": "

Contains the parameters for CompleteLifecycleAction.

", "refs": { } }, @@ -318,163 +319,169 @@ "refs": { "AutoScalingGroup$DefaultCooldown": "

The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.

", "CreateAutoScalingGroupType$DefaultCooldown": "

The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

For more information, see Auto Scaling Cooldowns in the Auto Scaling User Guide.

", - "PutScalingPolicyType$Cooldown": "

The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies.

This parameter is not supported unless the policy type is SimpleScaling.

For more information, see Auto Scaling Cooldowns in the Auto Scaling User Guide.

", - "ScalingPolicy$Cooldown": "

The amount of time, in seconds, after a scaling activity completes before any further dynamic scaling activities can start.

", + "PutScalingPolicyType$Cooldown": "

The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies.

This parameter is supported if the policy type is SimpleScaling.

For more information, see Auto Scaling Cooldowns in the Auto Scaling User Guide.

", + "ScalingPolicy$Cooldown": "

The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.

", "UpdateAutoScalingGroupType$DefaultCooldown": "

The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.

For more information, see Auto Scaling Cooldowns in the Auto Scaling User Guide.

" } }, "CreateAutoScalingGroupType": { - "base": null, + "base": "

Contains the parameters for CreateAutoScalingGroup.

", "refs": { } }, "CreateLaunchConfigurationType": { - "base": null, + "base": "

Contains the parameters for CreateLaunchConfiguration.

", "refs": { } }, "CreateOrUpdateTagsType": { - "base": null, + "base": "

Contains the parameters for CreateOrUpdateTags.

", + "refs": { + } + }, + "CustomizedMetricSpecification": { + "base": "

Configures a customized metric for a target tracking policy.

", "refs": { + "TargetTrackingConfiguration$CustomizedMetricSpecification": "

A customized metric.

" } }, "DeleteAutoScalingGroupType": { - "base": null, + "base": "

Contains the parameters for DeleteAutoScalingGroup.

", "refs": { } }, "DeleteLifecycleHookAnswer": { - "base": null, + "base": "

Contains the output of DeleteLifecycleHook.

", "refs": { } }, "DeleteLifecycleHookType": { - "base": null, + "base": "

Contains the parameters for DeleteLifecycleHook.

", "refs": { } }, "DeleteNotificationConfigurationType": { - "base": null, + "base": "

Contains the parameters for DeleteNotificationConfiguration.

", "refs": { } }, "DeletePolicyType": { - "base": null, + "base": "

Contains the parameters for DeletePolicy.

", "refs": { } }, "DeleteScheduledActionType": { - "base": null, + "base": "

Contains the parameters for DeleteScheduledAction.

", "refs": { } }, "DeleteTagsType": { - "base": null, + "base": "

Contains the parameters for DeleteTags.

", "refs": { } }, "DescribeAccountLimitsAnswer": { - "base": null, + "base": "

Contains the parameters for DescribeAccountLimits.

", "refs": { } }, "DescribeAdjustmentTypesAnswer": { - "base": null, + "base": "

Contains the parameters for DescribeAdjustmentTypes.

", "refs": { } }, "DescribeAutoScalingInstancesType": { - "base": null, + "base": "

Contains the parameters for DescribeAutoScalingInstances.

", "refs": { } }, "DescribeAutoScalingNotificationTypesAnswer": { - "base": null, + "base": "

Contains the output of DescribeAutoScalingNotificationTypes.

", "refs": { } }, "DescribeLifecycleHookTypesAnswer": { - "base": null, + "base": "

Contains the output of DescribeLifecycleHookTypes.

", "refs": { } }, "DescribeLifecycleHooksAnswer": { - "base": null, + "base": "

Contains the output of DescribeLifecycleHooks.

", "refs": { } }, "DescribeLifecycleHooksType": { - "base": null, + "base": "

Contains the parameters for DescribeLifecycleHooks.

", "refs": { } }, "DescribeLoadBalancerTargetGroupsRequest": { - "base": null, + "base": "

Contains the parameters for DescribeLoadBalancerTargetGroups.

", "refs": { } }, "DescribeLoadBalancerTargetGroupsResponse": { - "base": null, + "base": "

Contains the output of DescribeLoadBalancerTargetGroups.

", "refs": { } }, "DescribeLoadBalancersRequest": { - "base": null, + "base": "

Contains the parameters for DescribeLoadBalancers.

", "refs": { } }, "DescribeLoadBalancersResponse": { - "base": null, + "base": "

Contains the output of DescribeLoadBalancers.

", "refs": { } }, "DescribeMetricCollectionTypesAnswer": { - "base": null, + "base": "

Contains the output of DescribeMetricsCollectionTypes.

", "refs": { } }, "DescribeNotificationConfigurationsAnswer": { - "base": null, + "base": "

Contains the output from DescribeNotificationConfigurations.

", "refs": { } }, "DescribeNotificationConfigurationsType": { - "base": null, + "base": "

Contains the parameters for DescribeNotificationConfigurations.

", "refs": { } }, "DescribePoliciesType": { - "base": null, + "base": "

Contains the parameters for DescribePolicies.

", "refs": { } }, "DescribeScalingActivitiesType": { - "base": null, + "base": "

Contains the parameters for DescribeScalingActivities.

", "refs": { } }, "DescribeScheduledActionsType": { - "base": null, + "base": "

Contains the parameters for DescribeScheduledActions.

", "refs": { } }, "DescribeTagsType": { - "base": null, + "base": "

Contains the parameters for DescribeTags.

", "refs": { } }, "DescribeTerminationPolicyTypesAnswer": { - "base": null, + "base": "

Contains the output of DescribeTerminationPolicyTypes.

", "refs": { } }, "DetachInstancesAnswer": { - "base": null, + "base": "

Contains the output of DetachInstances.

", "refs": { } }, "DetachInstancesQuery": { - "base": null, + "base": "

Contains the parameters for DetachInstances.

", "refs": { } }, @@ -489,18 +496,24 @@ } }, "DetachLoadBalancersResultType": { - "base": null, + "base": "

Contains the output for DetachLoadBalancers.

", "refs": { } }, "DetachLoadBalancersType": { - "base": null, + "base": "

Contains the parameters for DetachLoadBalancers.

", "refs": { } }, "DisableMetricsCollectionQuery": { + "base": "

Contains the parameters for DisableMetricsCollection.

", + "refs": { + } + }, + "DisableScaleIn": { "base": null, "refs": { + "TargetTrackingConfiguration$DisableScaleIn": "

If the parameter is true, then scale-in will be disabled for the target tracking policy, i.e. the target tracking policy will not scale in the Auto Scaling group. The default value is false.

" } }, "Ebs": { @@ -517,7 +530,7 @@ } }, "EnableMetricsCollectionQuery": { - "base": null, + "base": "

Contains the parameters for EnableMetricsCollection.

", "refs": { } }, @@ -534,34 +547,34 @@ } }, "EnterStandbyAnswer": { - "base": null, + "base": "

Contains the output of EnterStandby.

", "refs": { } }, "EnterStandbyQuery": { - "base": null, + "base": "

Contains the parameters for EnteStandby.

", "refs": { } }, "EstimatedInstanceWarmup": { "base": null, "refs": { - "PutScalingPolicyType$EstimatedInstanceWarmup": "

The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group.

This parameter is not supported if the policy type is SimpleScaling.

", + "PutScalingPolicyType$EstimatedInstanceWarmup": "

The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group.

This parameter is supported if the policy type is StepScaling or TargetTrackingScaling.

", "ScalingPolicy$EstimatedInstanceWarmup": "

The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.

" } }, "ExecutePolicyType": { - "base": null, + "base": "

Contains the parameters for ExecutePolicy.

", "refs": { } }, "ExitStandbyAnswer": { - "base": null, + "base": "

Contains the parameters for ExitStandby.

", "refs": { } }, "ExitStandbyQuery": { - "base": null, + "base": "

Contains the parameters for ExitStandby.

", "refs": { } }, @@ -629,9 +642,9 @@ } }, "InstanceMonitoring": { - "base": "

Describes whether detailed monitoring is enabled for the Auto Scaling instances.

", + "base": "

Describes whether instance monitoring is enabled.

", "refs": { - "CreateLaunchConfigurationType$InstanceMonitoring": "

Enables detailed monitoring (true) or basic monitoring (false) for the Auto Scaling instances. The default is true.

", + "CreateLaunchConfigurationType$InstanceMonitoring": "

Enables detailed monitoring (true) or basic monitoring (false) for the Auto Scaling instances.

", "LaunchConfiguration$InstanceMonitoring": "

Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.

" } }, @@ -663,7 +676,7 @@ } }, "LaunchConfigurationNameType": { - "base": null, + "base": "

Contains the parameters for DeleteLaunchConfiguration.

", "refs": { } }, @@ -674,7 +687,7 @@ } }, "LaunchConfigurationNamesType": { - "base": null, + "base": "

Contains the parameters for DescribeLaunchConfigurations.

", "refs": { } }, @@ -685,7 +698,7 @@ } }, "LaunchConfigurationsType": { - "base": null, + "base": "

Contains the output of DescribeLaunchConfigurations.

", "refs": { } }, @@ -812,6 +825,30 @@ "DescribeMetricCollectionTypesAnswer$Metrics": "

One or more metrics.

" } }, + "MetricDimension": { + "base": "

Describes the dimension of a metric.

", + "refs": { + "MetricDimensions$member": null + } + }, + "MetricDimensionName": { + "base": null, + "refs": { + "MetricDimension$Name": "

The name of the dimension.

" + } + }, + "MetricDimensionValue": { + "base": null, + "refs": { + "MetricDimension$Value": "

The value of the dimension.

" + } + }, + "MetricDimensions": { + "base": null, + "refs": { + "CustomizedMetricSpecification$Dimensions": "

The dimensions of the metric.

" + } + }, "MetricGranularityType": { "base": "

Describes a granularity of a metric.

", "refs": { @@ -824,13 +861,44 @@ "DescribeMetricCollectionTypesAnswer$Granularities": "

The granularities for the metrics.

" } }, + "MetricName": { + "base": null, + "refs": { + "CustomizedMetricSpecification$MetricName": "

The name of the metric.

" + } + }, + "MetricNamespace": { + "base": null, + "refs": { + "CustomizedMetricSpecification$Namespace": "

The namespace of the metric.

" + } + }, "MetricScale": { "base": null, "refs": { "ExecutePolicyType$MetricValue": "

The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59.

If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.

This parameter is required if the policy type is StepScaling and not supported otherwise.

", "ExecutePolicyType$BreachThreshold": "

The breach threshold for the alarm.

This parameter is required if the policy type is StepScaling and not supported otherwise.

", "StepAdjustment$MetricIntervalLowerBound": "

The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

", - "StepAdjustment$MetricIntervalUpperBound": "

The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

The upper bound must be greater than the lower bound.

" + "StepAdjustment$MetricIntervalUpperBound": "

The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

The upper bound must be greater than the lower bound.

", + "TargetTrackingConfiguration$TargetValue": "

The target value for the metric.

" + } + }, + "MetricStatistic": { + "base": null, + "refs": { + "CustomizedMetricSpecification$Statistic": "

The statistic of the metric.

" + } + }, + "MetricType": { + "base": null, + "refs": { + "PredefinedMetricSpecification$PredefinedMetricType": "

The metric type.

" + } + }, + "MetricUnit": { + "base": null, + "refs": { + "CustomizedMetricSpecification$Unit": "

The unit of the metric.

" } }, "Metrics": { @@ -843,7 +911,7 @@ "MinAdjustmentMagnitude": { "base": null, "refs": { - "PutScalingPolicyType$MinAdjustmentMagnitude": "

The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

", + "PutScalingPolicyType$MinAdjustmentMagnitude": "

The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

This parameter is supported if the policy type is SimpleScaling or StepScaling.

", "ScalingPolicy$MinAdjustmentMagnitude": "

The minimum number of instances to scale. If the value of AdjustmentType is PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least this many instances. Otherwise, the error is ValidationError.

" } }, @@ -857,7 +925,7 @@ "MonitoringEnabled": { "base": null, "refs": { - "InstanceMonitoring$Enabled": "

If true, detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

" + "InstanceMonitoring$Enabled": "

If True, instance monitoring is enabled.

" } }, "NoDevice": { @@ -897,12 +965,12 @@ } }, "PoliciesType": { - "base": null, + "base": "

Contains the output of DescribePolicies.

", "refs": { } }, "PolicyARNType": { - "base": null, + "base": "

Contains the output of PutScalingPolicy.

", "refs": { } }, @@ -926,6 +994,12 @@ "DescribePoliciesType$PolicyTypes": "

One or more policy types. Valid values are SimpleScaling and StepScaling.

" } }, + "PredefinedMetricSpecification": { + "base": "

Configures a predefined metric for a target tracking policy. The following predefined metrics are available:

", + "refs": { + "TargetTrackingConfiguration$PredefinedMetricSpecification": "

A predefined metric. You can specify either a predefined metric or a customized metric.

" + } + }, "ProcessNames": { "base": null, "refs": { @@ -945,7 +1019,7 @@ } }, "ProcessesType": { - "base": null, + "base": "

Contains the output of DescribeScalingProcessTypes.

", "refs": { } }, @@ -969,37 +1043,37 @@ } }, "PutLifecycleHookAnswer": { - "base": null, + "base": "

Contains the output of PutLifecycleHook.

", "refs": { } }, "PutLifecycleHookType": { - "base": null, + "base": "

Contains the parameters for PutLifecycleHook.

", "refs": { } }, "PutNotificationConfigurationType": { - "base": null, + "base": "

Contains the parameters for PutNotificationConfiguration.

", "refs": { } }, "PutScalingPolicyType": { - "base": null, + "base": "

Contains the parameters for PutScalingPolicy.

", "refs": { } }, "PutScheduledUpdateGroupActionType": { - "base": null, + "base": "

Contains the parameters for PutScheduledUpdateGroupAction.

", "refs": { } }, "RecordLifecycleActionHeartbeatAnswer": { - "base": null, + "base": "

Contains the output of RecordLifecycleActionHeartBeat.

", "refs": { } }, "RecordLifecycleActionHeartbeatType": { - "base": null, + "base": "

Contains the parameters for RecordLifecycleActionHeartbeat.

", "refs": { } }, @@ -1098,7 +1172,7 @@ } }, "ScalingProcessQuery": { - "base": null, + "base": "

Contains the parameters for SuspendProcesses and ResumeProcesses.

", "refs": { } }, @@ -1109,7 +1183,7 @@ } }, "ScheduledActionsType": { - "base": null, + "base": "

Contains the output of DescribeScheduledActions.

", "refs": { } }, @@ -1133,22 +1207,22 @@ } }, "SetDesiredCapacityType": { - "base": null, + "base": "

Contains the parameters for SetDesiredCapacity.

", "refs": { } }, "SetInstanceHealthQuery": { - "base": null, + "base": "

Contains the parameters for SetInstanceHealth.

", "refs": { } }, "SetInstanceProtectionAnswer": { - "base": null, + "base": "

Contains the output of SetInstanceProtection.

", "refs": { } }, "SetInstanceProtectionQuery": { - "base": null, + "base": "

Contains the parameters for SetInstanceProtection.

", "refs": { } }, @@ -1240,7 +1314,7 @@ } }, "TagsType": { - "base": null, + "base": "

Contains the output of DescribeTags.

", "refs": { } }, @@ -1253,8 +1327,15 @@ "DetachLoadBalancerTargetGroupsType$TargetGroupARNs": "

The Amazon Resource Names (ARN) of the target groups.

" } }, + "TargetTrackingConfiguration": { + "base": "

Represents a target tracking policy configuration.

", + "refs": { + "PutScalingPolicyType$TargetTrackingConfiguration": "

The configuration of a target tracking policy.

This parameter is required if the policy type is TargetTrackingScaling and not supported otherwise.

", + "ScalingPolicy$TargetTrackingConfiguration": "

A target tracking policy.

" + } + }, "TerminateInstanceInAutoScalingGroupType": { - "base": null, + "base": "

Contains the parameters for TerminateInstanceInAutoScalingGroup.

", "refs": { } }, @@ -1285,7 +1366,7 @@ } }, "UpdateAutoScalingGroupType": { - "base": null, + "base": "

Contains the parameters for UpdateAutoScalingGroup.

", "refs": { } }, @@ -1336,6 +1417,7 @@ "refs": { "Activity$Cause": "

The reason the activity began.

", "LifecycleHook$NotificationMetadata": "

Additional information that you want to include any time Auto Scaling sends a message to the notification target.

", + "PredefinedMetricSpecification$ResourceLabel": "

Identifies the resource associated with the metric type. For predefined metric types ASGAverageCPUUtilization, ASGAverageNetworkIn and ASGAverageNetworkOut, the parameter must not be specified as the resource associated with the metric type is the Auto Scaling group. For predefined metric type ALBRequestCountPerTarget, the parameter must be specified in the format app/load-balancer-name/load-balancer-id/targetgroup/target-group-name/target-group-id , where app/load-balancer-name/load-balancer-id is the final portion of the load balancer ARN, and targetgroup/target-group-name/target-group-id is the final portion of the target group ARN. The target group must be attached to the Auto Scaling group.

", "PutLifecycleHookType$NotificationMetadata": "

Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.

" } }, @@ -1353,7 +1435,7 @@ "AutoScalingInstanceDetails$InstanceId": "

The ID of the instance.

", "CompleteLifecycleActionType$InstanceId": "

The ID of the instance.

", "CreateAutoScalingGroupType$InstanceId": "

The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.

When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.

For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling User Guide.

", - "CreateLaunchConfigurationType$InstanceId": "

The ID of the instance to use to create the launch configuration. The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

If you do not specify InstanceId, you must specify both ImageId and InstanceType.

To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling User Guide.

", + "CreateLaunchConfigurationType$InstanceId": "

The ID of the instance to use to create the launch configuration.

The new launch configuration derives attributes from the instance, with the exception of the block device mapping.

To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

For more information, see Create a Launch Configuration Using an EC2 Instance in the Auto Scaling User Guide.

", "Instance$InstanceId": "

The ID of the instance.

", "InstanceIds$member": null, "RecordLifecycleActionHeartbeatType$InstanceId": "

The ID of the instance.

", @@ -1392,10 +1474,10 @@ "CreateAutoScalingGroupType$AutoScalingGroupName": "

The name of the group. This name must be unique within the scope of your AWS account.

", "CreateAutoScalingGroupType$PlacementGroup": "

The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

", "CreateLaunchConfigurationType$LaunchConfigurationName": "

The name of the launch configuration. This name must be unique within the scope of your AWS account.

", - "CreateLaunchConfigurationType$ImageId": "

The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances.

If you do not specify InstanceId, you must specify ImageId.

For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.

", + "CreateLaunchConfigurationType$ImageId": "

The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon Elastic Compute Cloud User Guide.

", "CreateLaunchConfigurationType$KeyName": "

The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide.

", "CreateLaunchConfigurationType$ClassicLinkVPCId": "

The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

", - "CreateLaunchConfigurationType$InstanceType": "

The instance type of the EC2 instance.

If you do not specify InstanceId, you must specify InstanceType.

For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.

", + "CreateLaunchConfigurationType$InstanceType": "

The instance type of the EC2 instance. For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.

", "CreateLaunchConfigurationType$KernelId": "

The ID of the kernel associated with the AMI.

", "CreateLaunchConfigurationType$RamdiskId": "

The ID of the RAM disk associated with the AMI.

", "Ebs$SnapshotId": "

The ID of the snapshot.

", @@ -1424,7 +1506,7 @@ "ProcessNames$member": null, "ProcessType$ProcessName": "

One of the following processes:

", "PutScalingPolicyType$PolicyName": "

The name of the policy.

", - "PutScalingPolicyType$AdjustmentType": "

The adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

For more information, see Dynamic Scaling in the Auto Scaling User Guide.

", + "PutScalingPolicyType$AdjustmentType": "

The adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

This parameter is supported if the policy type is SimpleScaling or StepScaling.

For more information, see Dynamic Scaling in the Auto Scaling User Guide.

", "PutScheduledUpdateGroupActionType$ScheduledActionName": "

The name of this scaling action.

", "PutScheduledUpdateGroupActionType$Recurrence": "

The recurring schedule for this action, in Unix cron syntax format. For more information, see Cron in Wikipedia.

", "ResourceContentionFault$message": "

", @@ -1449,7 +1531,7 @@ "AutoScalingInstanceDetails$HealthStatus": "

The last reported health status of this instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.

", "CreateAutoScalingGroupType$HealthCheckType": "

The service to use for the health checks. The valid values are EC2 and ELB.

By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling User Guide.

", "Instance$HealthStatus": "

The last reported health status of the instance. \"Healthy\" means that the instance is healthy and should remain in service. \"Unhealthy\" means that the instance is unhealthy and Auto Scaling should terminate and replace it.

", - "PutScalingPolicyType$MetricAggregationType": "

The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

This parameter is not supported if the policy type is SimpleScaling.

", + "PutScalingPolicyType$MetricAggregationType": "

The aggregation type for the CloudWatch metrics. The valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

This parameter is supported if the policy type is StepScaling.

", "ScalingPolicy$MetricAggregationType": "

The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average.

", "SetInstanceHealthQuery$HealthStatus": "

The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.

", "UpdateAutoScalingGroupType$HealthCheckType": "

The service to use for the health checks. The valid values are EC2 and ELB.

" @@ -1468,7 +1550,7 @@ "CreateLaunchConfigurationType$PlacementTenancy": "

The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware and can only be launched into a VPC.

You must set the value of this parameter to dedicated if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to default).

If you specify this parameter, be sure to specify at least one subnet when you create your group.

For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling User Guide.

Valid values: default | dedicated

", "LaunchConfiguration$PlacementTenancy": "

The tenancy of the instance, either default or dedicated. An instance with dedicated tenancy runs in an isolated, single-tenant hardware and can only be launched into a VPC.

", "PolicyTypes$member": null, - "PutScalingPolicyType$PolicyType": "

The policy type. Valid values are SimpleScaling and StepScaling. If the policy type is null, the value is treated as SimpleScaling.

", + "PutScalingPolicyType$PolicyType": "

The policy type. The valid values are SimpleScaling, StepScaling, and TargetTrackingScaling. If the policy type is null, the value is treated as SimpleScaling.

", "ScalingPolicy$PolicyType": "

The policy type. Valid values are SimpleScaling and StepScaling.

" } }, diff --git a/aws-sdk-core/apis/swf/2012-01-25/api-2.json b/aws-sdk-core/apis/swf/2012-01-25/api-2.json index af5d426ee83..a2b71091539 100644 --- a/aws-sdk-core/apis/swf/2012-01-25/api-2.json +++ b/aws-sdk-core/apis/swf/2012-01-25/api-2.json @@ -1,16 +1,16 @@ { "version":"2.0", "metadata":{ - "uid":"swf-2012-01-25", "apiVersion":"2012-01-25", "endpointPrefix":"swf", "jsonVersion":"1.0", + "protocol":"json", "serviceAbbreviation":"Amazon SWF", "serviceFullName":"Amazon Simple Workflow Service", "signatureVersion":"v4", "targetPrefix":"SimpleWorkflowService", "timestampFormat":"unixTimestamp", - "protocol":"json" + "uid":"swf-2012-01-25" }, "operations":{ "CountClosedWorkflowExecutions":{ @@ -22,14 +22,8 @@ "input":{"shape":"CountClosedWorkflowExecutionsInput"}, "output":{"shape":"WorkflowExecutionCount"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "CountOpenWorkflowExecutions":{ @@ -41,14 +35,8 @@ "input":{"shape":"CountOpenWorkflowExecutionsInput"}, "output":{"shape":"WorkflowExecutionCount"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "CountPendingActivityTasks":{ @@ -60,14 +48,8 @@ "input":{"shape":"CountPendingActivityTasksInput"}, "output":{"shape":"PendingTaskCount"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "CountPendingDecisionTasks":{ @@ -79,14 +61,8 @@ "input":{"shape":"CountPendingDecisionTasksInput"}, "output":{"shape":"PendingTaskCount"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "DeprecateActivityType":{ @@ -97,18 +73,9 @@ }, "input":{"shape":"DeprecateActivityTypeInput"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"TypeDeprecatedFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"TypeDeprecatedFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "DeprecateDomain":{ @@ -119,18 +86,9 @@ }, "input":{"shape":"DeprecateDomainInput"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"DomainDeprecatedFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"DomainDeprecatedFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "DeprecateWorkflowType":{ @@ -141,18 +99,9 @@ }, "input":{"shape":"DeprecateWorkflowTypeInput"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"TypeDeprecatedFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"TypeDeprecatedFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "DescribeActivityType":{ @@ -164,14 +113,8 @@ "input":{"shape":"DescribeActivityTypeInput"}, "output":{"shape":"ActivityTypeDetail"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "DescribeDomain":{ @@ -183,14 +126,8 @@ "input":{"shape":"DescribeDomainInput"}, "output":{"shape":"DomainDetail"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "DescribeWorkflowExecution":{ @@ -202,14 +139,8 @@ "input":{"shape":"DescribeWorkflowExecutionInput"}, "output":{"shape":"WorkflowExecutionDetail"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "DescribeWorkflowType":{ @@ -221,14 +152,8 @@ "input":{"shape":"DescribeWorkflowTypeInput"}, "output":{"shape":"WorkflowTypeDetail"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "GetWorkflowExecutionHistory":{ @@ -240,14 +165,8 @@ "input":{"shape":"GetWorkflowExecutionHistoryInput"}, "output":{"shape":"History"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "ListActivityTypes":{ @@ -259,14 +178,8 @@ "input":{"shape":"ListActivityTypesInput"}, "output":{"shape":"ActivityTypeInfos"}, "errors":[ - { - "shape":"OperationNotPermittedFault", - "exception":true - }, - { - "shape":"UnknownResourceFault", - "exception":true - } + {"shape":"OperationNotPermittedFault"}, + {"shape":"UnknownResourceFault"} ] }, "ListClosedWorkflowExecutions":{ @@ -278,14 +191,8 @@ "input":{"shape":"ListClosedWorkflowExecutionsInput"}, "output":{"shape":"WorkflowExecutionInfos"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "ListDomains":{ @@ -297,10 +204,7 @@ "input":{"shape":"ListDomainsInput"}, "output":{"shape":"DomainInfos"}, "errors":[ - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"OperationNotPermittedFault"} ] }, "ListOpenWorkflowExecutions":{ @@ -312,14 +216,8 @@ "input":{"shape":"ListOpenWorkflowExecutionsInput"}, "output":{"shape":"WorkflowExecutionInfos"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "ListWorkflowTypes":{ @@ -331,14 +229,8 @@ "input":{"shape":"ListWorkflowTypesInput"}, "output":{"shape":"WorkflowTypeInfos"}, "errors":[ - { - "shape":"OperationNotPermittedFault", - "exception":true - }, - { - "shape":"UnknownResourceFault", - "exception":true - } + {"shape":"OperationNotPermittedFault"}, + {"shape":"UnknownResourceFault"} ] }, "PollForActivityTask":{ @@ -350,18 +242,9 @@ "input":{"shape":"PollForActivityTaskInput"}, "output":{"shape":"ActivityTask"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - }, - { - "shape":"LimitExceededFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"}, + {"shape":"LimitExceededFault"} ] }, "PollForDecisionTask":{ @@ -373,18 +256,9 @@ "input":{"shape":"PollForDecisionTaskInput"}, "output":{"shape":"DecisionTask"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - }, - { - "shape":"LimitExceededFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"}, + {"shape":"LimitExceededFault"} ] }, "RecordActivityTaskHeartbeat":{ @@ -396,14 +270,8 @@ "input":{"shape":"RecordActivityTaskHeartbeatInput"}, "output":{"shape":"ActivityTaskStatus"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "RegisterActivityType":{ @@ -414,22 +282,10 @@ }, "input":{"shape":"RegisterActivityTypeInput"}, "errors":[ - { - "shape":"TypeAlreadyExistsFault", - "exception":true - }, - { - "shape":"LimitExceededFault", - "exception":true - }, - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"TypeAlreadyExistsFault"}, + {"shape":"LimitExceededFault"}, + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "RegisterDomain":{ @@ -440,18 +296,9 @@ }, "input":{"shape":"RegisterDomainInput"}, "errors":[ - { - "shape":"DomainAlreadyExistsFault", - "exception":true - }, - { - "shape":"LimitExceededFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"DomainAlreadyExistsFault"}, + {"shape":"LimitExceededFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "RegisterWorkflowType":{ @@ -462,22 +309,10 @@ }, "input":{"shape":"RegisterWorkflowTypeInput"}, "errors":[ - { - "shape":"TypeAlreadyExistsFault", - "exception":true - }, - { - "shape":"LimitExceededFault", - "exception":true - }, - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"TypeAlreadyExistsFault"}, + {"shape":"LimitExceededFault"}, + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "RequestCancelWorkflowExecution":{ @@ -488,14 +323,8 @@ }, "input":{"shape":"RequestCancelWorkflowExecutionInput"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "RespondActivityTaskCanceled":{ @@ -506,14 +335,8 @@ }, "input":{"shape":"RespondActivityTaskCanceledInput"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "RespondActivityTaskCompleted":{ @@ -524,14 +347,8 @@ }, "input":{"shape":"RespondActivityTaskCompletedInput"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "RespondActivityTaskFailed":{ @@ -542,14 +359,8 @@ }, "input":{"shape":"RespondActivityTaskFailedInput"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "RespondDecisionTaskCompleted":{ @@ -560,14 +371,8 @@ }, "input":{"shape":"RespondDecisionTaskCompletedInput"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "SignalWorkflowExecution":{ @@ -578,14 +383,8 @@ }, "input":{"shape":"SignalWorkflowExecutionInput"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"} ] }, "StartWorkflowExecution":{ @@ -597,30 +396,12 @@ "input":{"shape":"StartWorkflowExecutionInput"}, "output":{"shape":"Run"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"TypeDeprecatedFault", - "exception":true - }, - { - "shape":"WorkflowExecutionAlreadyStartedFault", - "exception":true - }, - { - "shape":"LimitExceededFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - }, - { - "shape":"DefaultUndefinedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"TypeDeprecatedFault"}, + {"shape":"WorkflowExecutionAlreadyStartedFault"}, + {"shape":"LimitExceededFault"}, + {"shape":"OperationNotPermittedFault"}, + {"shape":"DefaultUndefinedFault"} ] }, "TerminateWorkflowExecution":{ @@ -631,22 +412,16 @@ }, "input":{"shape":"TerminateWorkflowExecutionInput"}, "errors":[ - { - "shape":"UnknownResourceFault", - "exception":true - }, - { - "shape":"OperationNotPermittedFault", - "exception":true - } + {"shape":"UnknownResourceFault"}, + {"shape":"OperationNotPermittedFault"} ] } }, "shapes":{ "ActivityId":{ "type":"string", - "min":1, - "max":256 + "max":256, + "min":1 }, "ActivityTask":{ "type":"structure", @@ -837,8 +612,8 @@ }, "Arn":{ "type":"string", - "min":1, - "max":1224 + "max":1600, + "min":1 }, "CancelTimerDecisionAttributes":{ "type":"structure", @@ -1381,18 +1156,18 @@ }, "DomainName":{ "type":"string", - "min":1, - "max":256 + "max":256, + "min":1 }, "DurationInDays":{ "type":"string", - "min":1, - "max":8 + "max":8, + "min":1 }, "DurationInSeconds":{ "type":"string", - "min":1, - "max":8 + "max":8, + "min":1 }, "DurationInSecondsOptional":{ "type":"string", @@ -1527,18 +1302,18 @@ }, "FunctionId":{ "type":"string", - "min":1, - "max":256 + "max":256, + "min":1 }, "FunctionInput":{ "type":"string", - "min":1, - "max":32768 + "max":32768, + "min":0 }, "FunctionName":{ "type":"string", - "min":1, - "max":64 + "max":64, + "min":1 }, "GetWorkflowExecutionHistoryInput":{ "type":"structure", @@ -1672,6 +1447,7 @@ "members":{ "id":{"shape":"FunctionId"}, "name":{"shape":"FunctionName"}, + "control":{"shape":"Data"}, "input":{"shape":"FunctionInput"}, "startToCloseTimeout":{"shape":"DurationInSecondsOptional"}, "decisionTaskCompletedEventId":{"shape":"EventId"} @@ -1786,8 +1562,8 @@ }, "MarkerName":{ "type":"string", - "min":1, - "max":256 + "max":256, + "min":1 }, "MarkerRecordedEventAttributes":{ "type":"structure", @@ -1803,13 +1579,13 @@ }, "Name":{ "type":"string", - "min":1, - "max":256 + "max":256, + "min":1 }, "OpenDecisionTasksCount":{ "type":"integer", - "min":0, - "max":1 + "max":1, + "min":0 }, "OperationNotPermittedFault":{ "type":"structure", @@ -1820,8 +1596,8 @@ }, "PageSize":{ "type":"integer", - "min":0, - "max":1000 + "max":1000, + "min":0 }, "PageToken":{ "type":"string", @@ -1986,7 +1762,7 @@ "required":["workflowId"], "members":{ "workflowId":{"shape":"WorkflowId"}, - "runId":{"shape":"RunIdOptional"}, + "runId":{"shape":"WorkflowRunIdOptional"}, "control":{"shape":"Data"} } }, @@ -2008,7 +1784,7 @@ ], "members":{ "workflowId":{"shape":"WorkflowId"}, - "runId":{"shape":"RunIdOptional"}, + "runId":{"shape":"WorkflowRunIdOptional"}, "cause":{"shape":"RequestCancelExternalWorkflowExecutionFailedCause"}, "initiatedEventId":{"shape":"EventId"}, "decisionTaskCompletedEventId":{"shape":"EventId"}, @@ -2023,7 +1799,7 @@ ], "members":{ "workflowId":{"shape":"WorkflowId"}, - "runId":{"shape":"RunIdOptional"}, + "runId":{"shape":"WorkflowRunIdOptional"}, "decisionTaskCompletedEventId":{"shape":"EventId"}, "control":{"shape":"Data"} } @@ -2037,7 +1813,7 @@ "members":{ "domain":{"shape":"DomainName"}, "workflowId":{"shape":"WorkflowId"}, - "runId":{"shape":"RunIdOptional"} + "runId":{"shape":"WorkflowRunIdOptional"} } }, "RespondActivityTaskCanceledInput":{ @@ -2078,18 +1854,9 @@ "Run":{ "type":"structure", "members":{ - "runId":{"shape":"RunId"} + "runId":{"shape":"WorkflowRunId"} } }, - "RunId":{ - "type":"string", - "min":1, - "max":64 - }, - "RunIdOptional":{ - "type":"string", - "max":64 - }, "ScheduleActivityTaskDecisionAttributes":{ "type":"structure", "required":[ @@ -2149,6 +1916,7 @@ "members":{ "id":{"shape":"FunctionId"}, "name":{"shape":"FunctionName"}, + "control":{"shape":"Data"}, "input":{"shape":"FunctionInput"}, "startToCloseTimeout":{"shape":"DurationInSecondsOptional"} } @@ -2185,7 +1953,7 @@ ], "members":{ "workflowId":{"shape":"WorkflowId"}, - "runId":{"shape":"RunIdOptional"}, + "runId":{"shape":"WorkflowRunIdOptional"}, "signalName":{"shape":"SignalName"}, "input":{"shape":"Data"}, "control":{"shape":"Data"} @@ -2209,7 +1977,7 @@ ], "members":{ "workflowId":{"shape":"WorkflowId"}, - "runId":{"shape":"RunIdOptional"}, + "runId":{"shape":"WorkflowRunIdOptional"}, "cause":{"shape":"SignalExternalWorkflowExecutionFailedCause"}, "initiatedEventId":{"shape":"EventId"}, "decisionTaskCompletedEventId":{"shape":"EventId"}, @@ -2225,7 +1993,7 @@ ], "members":{ "workflowId":{"shape":"WorkflowId"}, - "runId":{"shape":"RunIdOptional"}, + "runId":{"shape":"WorkflowRunIdOptional"}, "signalName":{"shape":"SignalName"}, "input":{"shape":"Data"}, "decisionTaskCompletedEventId":{"shape":"EventId"}, @@ -2234,8 +2002,8 @@ }, "SignalName":{ "type":"string", - "min":1, - "max":256 + "max":256, + "min":1 }, "SignalWorkflowExecutionInput":{ "type":"structure", @@ -2247,7 +2015,7 @@ "members":{ "domain":{"shape":"DomainName"}, "workflowId":{"shape":"WorkflowId"}, - "runId":{"shape":"RunIdOptional"}, + "runId":{"shape":"WorkflowRunIdOptional"}, "signalName":{"shape":"SignalName"}, "input":{"shape":"Data"} } @@ -2399,8 +2167,8 @@ }, "Tag":{ "type":"string", - "min":1, - "max":256 + "max":256, + "min":0 }, "TagFilter":{ "type":"structure", @@ -2421,14 +2189,11 @@ "name":{"shape":"Name"} } }, - "TaskPriority":{ - "type":"string", - "max":11 - }, + "TaskPriority":{"type":"string"}, "TaskToken":{ "type":"string", - "min":1, - "max":1024 + "max":1024, + "min":1 }, "TerminateReason":{ "type":"string", @@ -2443,7 +2208,7 @@ "members":{ "domain":{"shape":"DomainName"}, "workflowId":{"shape":"WorkflowId"}, - "runId":{"shape":"RunIdOptional"}, + "runId":{"shape":"WorkflowRunIdOptional"}, "reason":{"shape":"TerminateReason"}, "details":{"shape":"Data"}, "childPolicy":{"shape":"ChildPolicy"} @@ -2475,8 +2240,8 @@ }, "TimerId":{ "type":"string", - "min":1, - "max":256 + "max":256, + "min":1 }, "TimerStartedEventAttributes":{ "type":"structure", @@ -2517,8 +2282,8 @@ }, "Version":{ "type":"string", - "min":1, - "max":64 + "max":64, + "min":1 }, "VersionOptional":{ "type":"string", @@ -2532,7 +2297,7 @@ ], "members":{ "workflowId":{"shape":"WorkflowId"}, - "runId":{"shape":"RunId"} + "runId":{"shape":"WorkflowRunId"} } }, "WorkflowExecutionAlreadyStartedFault":{ @@ -2599,7 +2364,7 @@ "members":{ "input":{"shape":"Data"}, "decisionTaskCompletedEventId":{"shape":"EventId"}, - "newExecutionRunId":{"shape":"RunId"}, + "newExecutionRunId":{"shape":"WorkflowRunId"}, "executionStartToCloseTimeout":{"shape":"DurationInSecondsOptional"}, "taskList":{"shape":"TaskList"}, "taskPriority":{"shape":"TaskPriority"}, @@ -2720,10 +2485,10 @@ "taskStartToCloseTimeout":{"shape":"DurationInSecondsOptional"}, "childPolicy":{"shape":"ChildPolicy"}, "taskList":{"shape":"TaskList"}, + "taskPriority":{"shape":"TaskPriority"}, "workflowType":{"shape":"WorkflowType"}, "tagList":{"shape":"TagList"}, - "taskPriority":{"shape":"TaskPriority"}, - "continuedExecutionRunId":{"shape":"RunIdOptional"}, + "continuedExecutionRunId":{"shape":"WorkflowRunIdOptional"}, "parentWorkflowExecution":{"shape":"WorkflowExecution"}, "parentInitiatedEventId":{"shape":"EventId"}, "lambdaRole":{"shape":"Arn"} @@ -2764,8 +2529,17 @@ }, "WorkflowId":{ "type":"string", - "min":1, - "max":256 + "max":256, + "min":1 + }, + "WorkflowRunId":{ + "type":"string", + "max":64, + "min":1 + }, + "WorkflowRunIdOptional":{ + "type":"string", + "max":64 }, "WorkflowType":{ "type":"structure", diff --git a/aws-sdk-core/apis/swf/2012-01-25/docs-2.json b/aws-sdk-core/apis/swf/2012-01-25/docs-2.json index b2b5d16ca19..247649314f4 100644 --- a/aws-sdk-core/apis/swf/2012-01-25/docs-2.json +++ b/aws-sdk-core/apis/swf/2012-01-25/docs-2.json @@ -1,39 +1,39 @@ { "version": "2.0", + "service": "Amazon Simple Workflow Service

The Amazon Simple Workflow Service (Amazon SWF) makes it easy to build applications that use Amazon's cloud to coordinate work across distributed components. In Amazon SWF, a task represents a logical unit of work that is performed by a component of your workflow. Coordinating tasks in a workflow involves managing intertask dependencies, scheduling, and concurrency in accordance with the logical flow of the application.

Amazon SWF gives you full control over implementing tasks and coordinating them without worrying about underlying complexities such as tracking their progress and maintaining their state.

This documentation serves as reference only. For a broader overview of the Amazon SWF programming model, see the Amazon SWF Developer Guide .

", "operations": { - "CountClosedWorkflowExecutions": "

Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.

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:

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "CountOpenWorkflowExecutions": "

Returns the number of open workflow executions within the given domain that meet the specified filtering criteria.

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:

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "CountPendingActivityTasks": "

Returns the estimated number of activity tasks in the specified task list. The count returned is an approximation and is not guaranteed to be exact. If you specify a task list that no activity task was ever scheduled in then 0 will be returned.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "CountPendingDecisionTasks": "

Returns the estimated number of decision tasks in the specified task list. The count returned is an approximation and is not guaranteed to be exact. If you specify a task list that no decision task was ever scheduled in then 0 will be returned.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "DeprecateActivityType": "

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 will 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:

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "DeprecateDomain": "

Deprecates the specified domain. After a domain has been deprecated it cannot be used to create new workflow executions or register new types. However, you can still use visibility actions on this domain. Deprecating a domain also deprecates all activity and workflow types registered in the domain. Executions that were started before the domain was deprecated will 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:

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "DeprecateWorkflowType": "

Deprecates the specified workflow type. After a workflow type has been deprecated, you cannot create new executions of that type. Executions that were started before the type was deprecated will continue to run. A deprecated workflow type may still be used when calling visibility actions.

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:

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "DescribeActivityType": "

Returns information about the specified activity type. This includes configuration settings provided when the type was registered and other general information about the type.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "DescribeDomain": "

Returns information about the specified domain, including description and status.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "DescribeWorkflowExecution": "

Returns information about the specified workflow execution including its type and some statistics.

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:

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "DescribeWorkflowType": "

Returns information about the specified workflow type. This includes configuration settings specified when the type was registered and other information such as creation date, current status, and so on.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "GetWorkflowExecutionHistory": "

Returns the history of the specified workflow execution. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call.

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:

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "ListActivityTypes": "

Returns information about all activities registered in the specified domain that match the specified name and registration status. The result includes information like creation date, current status of the activity, etc. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "ListClosedWorkflowExecutions": "

Returns a list of closed workflow executions in the specified domain that meet the filtering criteria. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call.

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:

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "ListDomains": "

Returns the list of domains registered in the account. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call.

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:

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "ListOpenWorkflowExecutions": "

Returns a list of open workflow executions in the specified domain that meet the filtering criteria. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call.

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:

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "ListWorkflowTypes": "

Returns information about workflow types in the specified domain. The results may be split into multiple pages that can be retrieved by making the call repeatedly.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "PollForActivityTask": "

Used by workers to get an ActivityTask from the specified activity taskList. This initiates a long poll, where the service holds the HTTP connection open and responds as soon as a task becomes available. The maximum time the service holds on to the request before responding is 60 seconds. If no task is available within 60 seconds, the poll will return an empty result. An empty result, in this context, means that an ActivityTask is returned, but that the value of taskToken is an empty string. If a task is returned, the worker should use its type to identify and process it correctly.

Workers should set their client side socket timeout to at least 70 seconds (10 seconds higher than the maximum time service may hold the poll request).

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "PollForDecisionTask": "

Used by deciders to get a DecisionTask from the specified decision taskList. A decision task may be returned for any open workflow execution that is using the specified task list. The task includes a paginated view of the history of the workflow execution. The decider should use the workflow type and the history to determine how to properly handle the task.

This action initiates a long poll, where the service holds the HTTP connection open and responds as soon a task becomes available. If no decision task is available in the specified task list before the timeout of 60 seconds expires, an empty result is returned. An empty result, in this context, means that a DecisionTask is returned, but that the value of taskToken is an empty string.

Deciders should set their client-side socket timeout to at least 70 seconds (10 seconds higher than the timeout). Because the number of workflow history events for a single workflow execution might be very large, the result returned might be split up across a number of pages. To retrieve subsequent pages, make additional calls to PollForDecisionTask using the nextPageToken returned by the initial call. Note that you do not call GetWorkflowExecutionHistory with this nextPageToken. Instead, call PollForDecisionTask again.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "RecordActivityTaskHeartbeat": "

Used by activity workers to report to the service that the ActivityTask represented by the specified taskToken is still making progress. The worker can also (optionally) specify details of the progress, for example percent complete, using the details parameter. This action can also be used by the worker as a mechanism to check if cancellation is being requested for the activity task. If a cancellation is being attempted for the specified task, then the boolean cancelRequested flag returned by the service is set to true.

This action resets the taskHeartbeatTimeout clock. The taskHeartbeatTimeout is specified in RegisterActivityType.

This action does not in itself create an event in the workflow execution history. However, if the task times out, the workflow execution history will contain a ActivityTaskTimedOut event that contains the information from the last heartbeat generated by the activity worker.

The taskStartToCloseTimeout of an activity type is the maximum duration of an activity task, regardless of the number of RecordActivityTaskHeartbeat requests received. The taskStartToCloseTimeout is also specified in RegisterActivityType. This operation is only useful for long-lived activities to report liveliness of the task and to determine if a cancellation is being attempted. If the cancelRequested flag returns true, a cancellation is being attempted. If the worker can cancel the activity, it should respond with RespondActivityTaskCanceled. Otherwise, it should ignore the cancellation request.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "RegisterActivityType": "

Registers a new activity type along with its configuration settings in the specified domain.

A TypeAlreadyExists fault is returned if the type already exists in the domain. You cannot change any configuration settings of the type after its registration, and it must be registered as a new version.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "RegisterDomain": "

Registers a new domain.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "RegisterWorkflowType": "

Registers a new workflow type and its configuration settings in the specified domain.

The retention period for the workflow history is set by the RegisterDomain action.

If the type already exists, then a TypeAlreadyExists fault is returned. You cannot change the configuration settings of a workflow type once it is registered and it must be registered as a new version.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "RequestCancelWorkflowExecution": "

Records a WorkflowExecutionCancelRequested event in the currently running workflow execution identified by the given domain, workflowId, and runId. This logically requests the cancellation of the workflow execution as a whole. It is up to the decider to take appropriate actions when it receives an execution history with this event.

If the runId is not specified, the WorkflowExecutionCancelRequested event is recorded in the history of the current open workflow execution with the specified workflowId in the domain. Because this action allows the workflow to properly clean up and gracefully close, it should be used instead of TerminateWorkflowExecution when possible.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "RespondActivityTaskCanceled": "

Used by workers to tell the service that the ActivityTask identified by the taskToken was successfully canceled. Additional details can be optionally provided using the details argument.

These details (if provided) appear in the ActivityTaskCanceled event added to the workflow history.

Only use this operation if the canceled flag of a RecordActivityTaskHeartbeat request returns true and if the activity can be safely undone or abandoned.

A task is considered open from the time that it is scheduled until it is closed. Therefore a task is reported as open while a worker is processing it. A task is closed after it has been specified in a call to RespondActivityTaskCompleted, RespondActivityTaskCanceled, RespondActivityTaskFailed, or the task has timed out.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "RespondActivityTaskCompleted": "

Used by workers to tell the service that the ActivityTask identified by the taskToken completed successfully with a result (if provided). The result appears in the ActivityTaskCompleted event in the workflow history.

If the requested task does not complete successfully, use RespondActivityTaskFailed instead. If the worker finds that the task is canceled through the canceled flag returned by RecordActivityTaskHeartbeat, it should cancel the task, clean up and then call RespondActivityTaskCanceled.

A task is considered open from the time that it is scheduled until it is closed. Therefore a task is reported as open while a worker is processing it. A task is closed after it has been specified in a call to RespondActivityTaskCompleted, RespondActivityTaskCanceled, RespondActivityTaskFailed, or the task has timed out.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "RespondActivityTaskFailed": "

Used by workers to tell the service that the ActivityTask identified by the taskToken has failed with reason (if specified). The reason and details appear in the ActivityTaskFailed event added to the workflow history.

A task is considered open from the time that it is scheduled until it is closed. Therefore a task is reported as open while a worker is processing it. A task is closed after it has been specified in a call to RespondActivityTaskCompleted, RespondActivityTaskCanceled, RespondActivityTaskFailed, or the task has timed out.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "RespondDecisionTaskCompleted": "

Used by deciders to tell the service that the DecisionTask identified by the taskToken has successfully completed. The decisions argument specifies the list of decisions made while processing the task.

A DecisionTaskCompleted event is added to the workflow history. The executionContext specified is attached to the event in the workflow execution history.

Access Control

If an IAM policy grants permission to use RespondDecisionTaskCompleted, it can express permissions for the list of decisions in the decisions parameter. Each of the decisions has one or more parameters, much like a regular API call. To allow for policies to be as readable as possible, you can express permissions on decisions as if they were actual API calls, including applying conditions to some parameters. For more information, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "SignalWorkflowExecution": "

Records a WorkflowExecutionSignaled event in the workflow execution history and creates a decision task for the workflow execution identified by the given domain, workflowId and runId. The event is recorded with the specified user defined signalName and input (if provided).

If a runId is not specified, then the WorkflowExecutionSignaled event is recorded in the history of the current open workflow with the matching workflowId in the domain. If the specified workflow execution is not open, this method fails with UnknownResource.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "StartWorkflowExecution": "

Starts an execution of the workflow type in the specified domain using the provided workflowId and input data.

This action returns the newly started workflow execution.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", - "TerminateWorkflowExecution": "

Records a WorkflowExecutionTerminated event and forces closure of the workflow execution identified by the given domain, runId, and workflowId. The child policy, registered with the workflow type or specified when starting this execution, is applied to any open child workflow executions of this workflow execution.

If the identified workflow execution was in progress, it is terminated immediately. If a runId is not specified, then the WorkflowExecutionTerminated event is recorded in the history of the current open workflow with the matching workflowId in the domain. You should consider using RequestCancelWorkflowExecution action instead because it allows the workflow to gracefully close while TerminateWorkflowExecution does not.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

" + "CountClosedWorkflowExecutions": "

Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.

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:

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.

", + "CountOpenWorkflowExecutions": "

Returns the number of open workflow executions within the given domain that meet the specified filtering criteria.

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:

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.

", + "CountPendingActivityTasks": "

Returns the estimated number of activity tasks in the specified task list. The count returned is an approximation and isn't guaranteed to be exact. If you specify a task list that no activity task was ever scheduled in then 0 is returned.

Access Control

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

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.

", + "CountPendingDecisionTasks": "

Returns the estimated number of decision tasks in the specified task list. The count returned is an approximation and isn't guaranteed to be exact. If you specify a task list that no decision task was ever scheduled in then 0 is returned.

Access Control

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

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.

", + "DeprecateActivityType": "

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:

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.

", + "DeprecateDomain": "

Deprecates the specified domain. After a domain has been deprecated it cannot be used to create new workflow executions or register new types. However, you can still use visibility actions on this domain. Deprecating a domain also deprecates all activity and workflow types registered in the domain. Executions that were started before the domain was deprecated continues 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:

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.

", + "DeprecateWorkflowType": "

Deprecates the specified workflow type. After a workflow type has been deprecated, you cannot create new executions of that type. Executions that were started before the type was deprecated continues to run. A deprecated workflow type may still be used when calling visibility actions.

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:

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.

", + "DescribeActivityType": "

Returns information about the specified activity type. This includes configuration settings provided when the type was registered and other general information about the type.

Access Control

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

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.

", + "DescribeDomain": "

Returns information about the specified domain, including description and status.

Access Control

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

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.

", + "DescribeWorkflowExecution": "

Returns information about the specified workflow execution including its type and some statistics.

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:

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.

", + "DescribeWorkflowType": "

Returns information about the specified workflow type. This includes configuration settings specified when the type was registered and other information such as creation date, current status, etc.

Access Control

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

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.

", + "GetWorkflowExecutionHistory": "

Returns the history of the specified workflow execution. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call.

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:

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.

", + "ListActivityTypes": "

Returns information about all activities registered in the specified domain that match the specified name and registration status. The result includes information like creation date, current status of the activity, etc. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call.

Access Control

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

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.

", + "ListClosedWorkflowExecutions": "

Returns a list of closed workflow executions in the specified domain that meet the filtering criteria. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call.

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:

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.

", + "ListDomains": "

Returns the list of domains registered in the account. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call.

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:

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.

", + "ListOpenWorkflowExecutions": "

Returns a list of open workflow executions in the specified domain that meet the filtering criteria. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call.

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:

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.

", + "ListWorkflowTypes": "

Returns information about workflow types in the specified domain. The results may be split into multiple pages that can be retrieved by making the call repeatedly.

Access Control

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

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.

", + "PollForActivityTask": "

Used by workers to get an ActivityTask from the specified activity taskList. This initiates a long poll, where the service holds the HTTP connection open and responds as soon as a task becomes available. The maximum time the service holds on to the request before responding is 60 seconds. If no task is available within 60 seconds, the poll returns an empty result. An empty result, in this context, means that an ActivityTask is returned, but that the value of taskToken is an empty string. If a task is returned, the worker should use its type to identify and process it correctly.

Workers should set their client side socket timeout to at least 70 seconds (10 seconds higher than the maximum time service may hold the poll request).

Access Control

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

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.

", + "PollForDecisionTask": "

Used by deciders to get a DecisionTask from the specified decision taskList. A decision task may be returned for any open workflow execution that is using the specified task list. The task includes a paginated view of the history of the workflow execution. The decider should use the workflow type and the history to determine how to properly handle the task.

This action initiates a long poll, where the service holds the HTTP connection open and responds as soon a task becomes available. If no decision task is available in the specified task list before the timeout of 60 seconds expires, an empty result is returned. An empty result, in this context, means that a DecisionTask is returned, but that the value of taskToken is an empty string.

Deciders should set their client side socket timeout to at least 70 seconds (10 seconds higher than the timeout).

Because the number of workflow history events for a single workflow execution might be very large, the result returned might be split up across a number of pages. To retrieve subsequent pages, make additional calls to PollForDecisionTask using the nextPageToken returned by the initial call. Note that you do not call GetWorkflowExecutionHistory with this nextPageToken. Instead, call PollForDecisionTask again.

Access Control

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

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.

", + "RecordActivityTaskHeartbeat": "

Used by activity workers to report to the service that the ActivityTask represented by the specified taskToken is still making progress. The worker can also specify details of the progress, for example percent complete, using the details parameter. This action can also be used by the worker as a mechanism to check if cancellation is being requested for the activity task. If a cancellation is being attempted for the specified task, then the boolean cancelRequested flag returned by the service is set to true.

This action resets the taskHeartbeatTimeout clock. The taskHeartbeatTimeout is specified in RegisterActivityType.

This action doesn't in itself create an event in the workflow execution history. However, if the task times out, the workflow execution history contains a ActivityTaskTimedOut event that contains the information from the last heartbeat generated by the activity worker.

The taskStartToCloseTimeout of an activity type is the maximum duration of an activity task, regardless of the number of RecordActivityTaskHeartbeat requests received. The taskStartToCloseTimeout is also specified in RegisterActivityType.

This operation is only useful for long-lived activities to report liveliness of the task and to determine if a cancellation is being attempted.

If the cancelRequested flag returns true, a cancellation is being attempted. If the worker can cancel the activity, it should respond with RespondActivityTaskCanceled. Otherwise, it should ignore the cancellation request.

Access Control

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

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.

", + "RegisterActivityType": "

Registers a new activity type along with its configuration settings in the specified domain.

A TypeAlreadyExists fault is returned if the type already exists in the domain. You cannot change any configuration settings of the type after its registration, and it must be registered as a new version.

Access Control

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

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.

", + "RegisterDomain": "

Registers a new domain.

Access Control

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

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.

", + "RegisterWorkflowType": "

Registers a new workflow type and its configuration settings in the specified domain.

The retention period for the workflow history is set by the RegisterDomain action.

If the type already exists, then a TypeAlreadyExists fault is returned. You cannot change the configuration settings of a workflow type once it is registered and it must be registered as a new version.

Access Control

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

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.

", + "RequestCancelWorkflowExecution": "

Records a WorkflowExecutionCancelRequested event in the currently running workflow execution identified by the given domain, workflowId, and runId. This logically requests the cancellation of the workflow execution as a whole. It is up to the decider to take appropriate actions when it receives an execution history with this event.

If the runId isn't specified, the WorkflowExecutionCancelRequested event is recorded in the history of the current open workflow execution with the specified workflowId in the domain.

Because this action allows the workflow to properly clean up and gracefully close, it should be used instead of TerminateWorkflowExecution when possible.

Access Control

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

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.

", + "RespondActivityTaskCanceled": "

Used by workers to tell the service that the ActivityTask identified by the taskToken was successfully canceled. Additional details can be provided using the details argument.

These details (if provided) appear in the ActivityTaskCanceled event added to the workflow history.

Only use this operation if the canceled flag of a RecordActivityTaskHeartbeat request returns true and if the activity can be safely undone or abandoned.

A task is considered open from the time that it is scheduled until it is closed. Therefore a task is reported as open while a worker is processing it. A task is closed after it has been specified in a call to RespondActivityTaskCompleted, RespondActivityTaskCanceled, RespondActivityTaskFailed, or the task has timed out.

Access Control

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

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.

", + "RespondActivityTaskCompleted": "

Used by workers to tell the service that the ActivityTask identified by the taskToken completed successfully with a result (if provided). The result appears in the ActivityTaskCompleted event in the workflow history.

If the requested task doesn't complete successfully, use RespondActivityTaskFailed instead. If the worker finds that the task is canceled through the canceled flag returned by RecordActivityTaskHeartbeat, it should cancel the task, clean up and then call RespondActivityTaskCanceled.

A task is considered open from the time that it is scheduled until it is closed. Therefore a task is reported as open while a worker is processing it. A task is closed after it has been specified in a call to RespondActivityTaskCompleted, RespondActivityTaskCanceled, RespondActivityTaskFailed, or the task has timed out.

Access Control

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

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.

", + "RespondActivityTaskFailed": "

Used by workers to tell the service that the ActivityTask identified by the taskToken has failed with reason (if specified). The reason and details appear in the ActivityTaskFailed event added to the workflow history.

A task is considered open from the time that it is scheduled until it is closed. Therefore a task is reported as open while a worker is processing it. A task is closed after it has been specified in a call to RespondActivityTaskCompleted, RespondActivityTaskCanceled, RespondActivityTaskFailed, or the task has timed out.

Access Control

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

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.

", + "RespondDecisionTaskCompleted": "

Used by deciders to tell the service that the DecisionTask identified by the taskToken has successfully completed. The decisions argument specifies the list of decisions made while processing the task.

A DecisionTaskCompleted event is added to the workflow history. The executionContext specified is attached to the event in the workflow execution history.

Access Control

If an IAM policy grants permission to use RespondDecisionTaskCompleted, it can express permissions for the list of decisions in the decisions parameter. Each of the decisions has one or more parameters, much like a regular API call. To allow for policies to be as readable as possible, you can express permissions on decisions as if they were actual API calls, including applying conditions to some parameters. For more information, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

", + "SignalWorkflowExecution": "

Records a WorkflowExecutionSignaled event in the workflow execution history and creates a decision task for the workflow execution identified by the given domain, workflowId and runId. The event is recorded with the specified user defined signalName and input (if provided).

If a runId isn't specified, then the WorkflowExecutionSignaled event is recorded in the history of the current open workflow with the matching workflowId in the domain.

If the specified workflow execution isn't open, this method fails with UnknownResource.

Access Control

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

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.

", + "StartWorkflowExecution": "

Starts an execution of the workflow type in the specified domain using the provided workflowId and input data.

This action returns the newly started workflow execution.

Access Control

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

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.

", + "TerminateWorkflowExecution": "

Records a WorkflowExecutionTerminated event and forces closure of the workflow execution identified by the given domain, runId, and workflowId. The child policy, registered with the workflow type or specified when starting this execution, is applied to any open child workflow executions of this workflow execution.

If the identified workflow execution was in progress, it is terminated immediately.

If a runId isn't specified, then the WorkflowExecutionTerminated event is recorded in the history of the current open workflow with the matching workflowId in the domain.

You should consider using RequestCancelWorkflowExecution action instead because it allows the workflow to gracefully close while TerminateWorkflowExecution doesn't.

Access Control

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

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.

" }, - "service": "Amazon Simple Workflow Service

The Amazon Simple Workflow Service (Amazon SWF) makes it easy to build applications that use Amazon's cloud to coordinate work across distributed components. In Amazon SWF, a task represents a logical unit of work that is performed by a component of your workflow. Coordinating tasks in a workflow involves managing intertask dependencies, scheduling, and concurrency in accordance with the logical flow of the application.

Amazon SWF gives you full control over implementing tasks and coordinating them without worrying about underlying complexities such as tracking their progress and maintaining their state.

This documentation serves as reference only. For a broader overview of the Amazon SWF programming model, see the Amazon SWF Developer Guide.

", "shapes": { "ActivityId": { "base": null, @@ -43,7 +43,7 @@ "ActivityTaskScheduledEventAttributes$activityId": "

The unique ID of the activity task.

", "RequestCancelActivityTaskDecisionAttributes$activityId": "

The activityId of the activity task to be canceled.

", "RequestCancelActivityTaskFailedEventAttributes$activityId": "

The activityId provided in the RequestCancelActivityTask decision that failed.

", - "ScheduleActivityTaskDecisionAttributes$activityId": "

Required. The activityId of the activity task.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.

", + "ScheduleActivityTaskDecisionAttributes$activityId": "

The activityId of the activity task.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f-\\u009f). Also, it must not contain the literal string arn.

", "ScheduleActivityTaskFailedEventAttributes$activityId": "

The activityId provided in the ScheduleActivityTask decision that failed.

" } }, @@ -53,39 +53,39 @@ } }, "ActivityTaskCancelRequestedEventAttributes": { - "base": "

Provides details of the ActivityTaskCancelRequested event.

", + "base": "

Provides the details of the ActivityTaskCancelRequested event.

", "refs": { - "HistoryEvent$activityTaskCancelRequestedEventAttributes": "

If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$activityTaskCancelRequestedEventAttributes": "

If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "ActivityTaskCanceledEventAttributes": { - "base": "

Provides details of the ActivityTaskCanceled event.

", + "base": "

Provides the details of the ActivityTaskCanceled event.

", "refs": { - "HistoryEvent$activityTaskCanceledEventAttributes": "

If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$activityTaskCanceledEventAttributes": "

If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "ActivityTaskCompletedEventAttributes": { - "base": "

Provides details of the ActivityTaskCompleted event.

", + "base": "

Provides the details of the ActivityTaskCompleted event.

", "refs": { - "HistoryEvent$activityTaskCompletedEventAttributes": "

If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$activityTaskCompletedEventAttributes": "

If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "ActivityTaskFailedEventAttributes": { - "base": "

Provides details of the ActivityTaskFailed event.

", + "base": "

Provides the details of the ActivityTaskFailed event.

", "refs": { - "HistoryEvent$activityTaskFailedEventAttributes": "

If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$activityTaskFailedEventAttributes": "

If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "ActivityTaskScheduledEventAttributes": { - "base": "

Provides details of the ActivityTaskScheduled event.

", + "base": "

Provides the details of the ActivityTaskScheduled event.

", "refs": { - "HistoryEvent$activityTaskScheduledEventAttributes": "

If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$activityTaskScheduledEventAttributes": "

If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "ActivityTaskStartedEventAttributes": { - "base": "

Provides details of the ActivityTaskStarted event.

", + "base": "

Provides the details of the ActivityTaskStarted event.

", "refs": { - "HistoryEvent$activityTaskStartedEventAttributes": "

If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$activityTaskStartedEventAttributes": "

If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "ActivityTaskStatus": { @@ -94,9 +94,9 @@ } }, "ActivityTaskTimedOutEventAttributes": { - "base": "

Provides details of the ActivityTaskTimedOut event.

", + "base": "

Provides the details of the ActivityTaskTimedOut event.

", "refs": { - "HistoryEvent$activityTaskTimedOutEventAttributes": "

If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$activityTaskTimedOutEventAttributes": "

If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "ActivityTaskTimeoutType": { @@ -113,7 +113,7 @@ "ActivityTypeInfo$activityType": "

The ActivityType type structure representing the activity type.

", "DeprecateActivityTypeInput$activityType": "

The activity type to deprecate.

", "DescribeActivityTypeInput$activityType": "

The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.

", - "ScheduleActivityTaskDecisionAttributes$activityType": "

Required. The type of the activity task to schedule.

", + "ScheduleActivityTaskDecisionAttributes$activityType": "

The type of the activity task to schedule.

", "ScheduleActivityTaskFailedEventAttributes$activityType": "

The activity type provided in the ScheduleActivityTask decision that failed.

" } }, @@ -131,7 +131,7 @@ "ActivityTypeInfo": { "base": "

Detailed information about an activity type.

", "refs": { - "ActivityTypeDetail$typeInfo": "

General information about the activity type.

The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.

", + "ActivityTypeDetail$typeInfo": "

General information about the activity type.

The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.

", "ActivityTypeInfoList$member": null } }, @@ -149,51 +149,51 @@ "Arn": { "base": null, "refs": { - "ContinueAsNewWorkflowExecutionDecisionAttributes$lambdaRole": "

The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.

In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field.", - "RegisterWorkflowTypeInput$defaultLambdaRole": "

The ARN of the default IAM role to use when a workflow execution of this type invokes AWS Lambda functions.

This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution and ContinueAsNewWorkflowExecution decision.

", - "StartChildWorkflowExecutionDecisionAttributes$lambdaRole": "

The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.

In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field.", - "StartChildWorkflowExecutionInitiatedEventAttributes$lambdaRole": "

The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

", - "StartWorkflowExecutionInput$lambdaRole": "

The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.

In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field.", - "WorkflowExecutionConfiguration$lambdaRole": "

The IAM role used by this workflow execution when invoking AWS Lambda functions.

", - "WorkflowExecutionContinuedAsNewEventAttributes$lambdaRole": "

The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

", - "WorkflowExecutionStartedEventAttributes$lambdaRole": "

The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

", - "WorkflowTypeConfiguration$defaultLambdaRole": "

The default IAM role to use when a workflow execution invokes a AWS Lambda function.

" + "ContinueAsNewWorkflowExecutionDecisionAttributes$lambdaRole": "

The IAM role to attach to the new (continued) execution.

", + "RegisterWorkflowTypeInput$defaultLambdaRole": "

The default IAM role attached to this workflow type.

Executions of this workflow type need IAM roles to invoke Lambda functions. If you don't specify an IAM role when you start this workflow type, the default Lambda role is attached to the execution. For more information, see http://docs.aws.amazon.com/amazonswf/latest/developerguide/lambda-task.html in the Amazon SWF Developer Guide.

", + "StartChildWorkflowExecutionDecisionAttributes$lambdaRole": "

The IAM role attached to the child workflow execution.

", + "StartChildWorkflowExecutionInitiatedEventAttributes$lambdaRole": "

The IAM role to attach to the child workflow execution.

", + "StartWorkflowExecutionInput$lambdaRole": "

The IAM role to attach to this workflow execution.

Executions of this workflow type need IAM roles to invoke Lambda functions. If you don't attach an IAM role, any attempt to schedule a Lambda task fails. This results in a ScheduleLambdaFunctionFailed history event. For more information, see http://docs.aws.amazon.com/amazonswf/latest/developerguide/lambda-task.html in the Amazon SWF Developer Guide.

", + "WorkflowExecutionConfiguration$lambdaRole": "

The IAM role attached to the child workflow execution.

", + "WorkflowExecutionContinuedAsNewEventAttributes$lambdaRole": "

The IAM role to attach to the new (continued) workflow execution.

", + "WorkflowExecutionStartedEventAttributes$lambdaRole": "

The IAM role attached to the workflow execution.

", + "WorkflowTypeConfiguration$defaultLambdaRole": "

The default IAM role attached to this workflow type.

Executions of this workflow type need IAM roles to invoke Lambda functions. If you don't specify an IAM role when starting this workflow type, the default Lambda role is attached to the execution. For more information, see http://docs.aws.amazon.com/amazonswf/latest/developerguide/lambda-task.html in the Amazon SWF Developer Guide.

" } }, "CancelTimerDecisionAttributes": { - "base": "

Provides details of the CancelTimer decision.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", + "base": "

Provides the details of the CancelTimer decision.

Access Control

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

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.

", "refs": { - "Decision$cancelTimerDecisionAttributes": "

Provides details of the CancelTimer decision. It is not set for other decision types.

" + "Decision$cancelTimerDecisionAttributes": "

Provides the details of the CancelTimer decision. It isn't set for other decision types.

" } }, "CancelTimerFailedCause": { "base": null, "refs": { - "CancelTimerFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows." + "CancelTimerFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

" } }, "CancelTimerFailedEventAttributes": { - "base": "

Provides details of the CancelTimerFailed event.

", + "base": "

Provides the details of the CancelTimerFailed event.

", "refs": { - "HistoryEvent$cancelTimerFailedEventAttributes": "

If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$cancelTimerFailedEventAttributes": "

If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "CancelWorkflowExecutionDecisionAttributes": { - "base": "

Provides details of the CancelWorkflowExecution decision.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", + "base": "

Provides the details of the CancelWorkflowExecution decision.

Access Control

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

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.

", "refs": { - "Decision$cancelWorkflowExecutionDecisionAttributes": "

Provides details of the CancelWorkflowExecution decision. It is not set for other decision types.

" + "Decision$cancelWorkflowExecutionDecisionAttributes": "

Provides the details of the CancelWorkflowExecution decision. It isn't set for other decision types.

" } }, "CancelWorkflowExecutionFailedCause": { "base": null, "refs": { - "CancelWorkflowExecutionFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows." + "CancelWorkflowExecutionFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

" } }, "CancelWorkflowExecutionFailedEventAttributes": { - "base": "

Provides details of the CancelWorkflowExecutionFailed event.

", + "base": "

Provides the details of the CancelWorkflowExecutionFailed event.

", "refs": { - "HistoryEvent$cancelWorkflowExecutionFailedEventAttributes": "

If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$cancelWorkflowExecutionFailedEventAttributes": "

If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "Canceled": { @@ -206,110 +206,110 @@ "CauseMessage": { "base": null, "refs": { - "StartLambdaFunctionFailedEventAttributes$message": "

The error message (if any).

" + "StartLambdaFunctionFailedEventAttributes$message": "

A description that can help diagnose the cause of the fault.

" } }, "ChildPolicy": { "base": null, "refs": { - "ContinueAsNewWorkflowExecutionDecisionAttributes$childPolicy": "

If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.

The supported child policies are:

A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned.", - "RegisterWorkflowTypeInput$defaultChildPolicy": "

If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

The supported child policies are:

", - "StartChildWorkflowExecutionDecisionAttributes$childPolicy": "

Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.

The supported child policies are:

A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned.", - "StartChildWorkflowExecutionInitiatedEventAttributes$childPolicy": "

The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

The supported child policies are:

", - "StartWorkflowExecutionInput$childPolicy": "

If set, specifies the policy to use for the child workflow executions of this workflow execution if it is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.

The supported child policies are:

A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned.", - "TerminateWorkflowExecutionInput$childPolicy": "

If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the execution.

The supported child policies are:

A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned.", - "WorkflowExecutionConfiguration$childPolicy": "

The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

The supported child policies are:

", - "WorkflowExecutionContinuedAsNewEventAttributes$childPolicy": "

The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

The supported child policies are:

", - "WorkflowExecutionStartedEventAttributes$childPolicy": "

The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

The supported child policies are:

", - "WorkflowExecutionTerminatedEventAttributes$childPolicy": "

The policy used for the child workflow executions of this workflow execution.

The supported child policies are:

", - "WorkflowExecutionTimedOutEventAttributes$childPolicy": "

The policy used for the child workflow executions of this workflow execution.

The supported child policies are:

", - "WorkflowTypeConfiguration$defaultChildPolicy": "

Optional. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

The supported child policies are:

" + "ContinueAsNewWorkflowExecutionDecisionAttributes$childPolicy": "

If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.

The supported child policies are:

A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault is returned.

", + "RegisterWorkflowTypeInput$defaultChildPolicy": "

If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

The supported child policies are:

", + "StartChildWorkflowExecutionDecisionAttributes$childPolicy": "

If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.

The supported child policies are:

A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault is returned.

", + "StartChildWorkflowExecutionInitiatedEventAttributes$childPolicy": "

The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

The supported child policies are:

", + "StartWorkflowExecutionInput$childPolicy": "

If set, specifies the policy to use for the child workflow executions of this workflow execution if it is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.

The supported child policies are:

A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault is returned.

", + "TerminateWorkflowExecutionInput$childPolicy": "

If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the execution.

The supported child policies are:

A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault is returned.

", + "WorkflowExecutionConfiguration$childPolicy": "

The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

The supported child policies are:

", + "WorkflowExecutionContinuedAsNewEventAttributes$childPolicy": "

The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

The supported child policies are:

", + "WorkflowExecutionStartedEventAttributes$childPolicy": "

The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

The supported child policies are:

", + "WorkflowExecutionTerminatedEventAttributes$childPolicy": "

The policy used for the child workflow executions of this workflow execution.

The supported child policies are:

", + "WorkflowExecutionTimedOutEventAttributes$childPolicy": "

The policy used for the child workflow executions of this workflow execution.

The supported child policies are:

", + "WorkflowTypeConfiguration$defaultChildPolicy": "

The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

The supported child policies are:

" } }, "ChildWorkflowExecutionCanceledEventAttributes": { "base": "

Provide details of the ChildWorkflowExecutionCanceled event.

", "refs": { - "HistoryEvent$childWorkflowExecutionCanceledEventAttributes": "

If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$childWorkflowExecutionCanceledEventAttributes": "

If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "ChildWorkflowExecutionCompletedEventAttributes": { - "base": "

Provides details of the ChildWorkflowExecutionCompleted event.

", + "base": "

Provides the details of the ChildWorkflowExecutionCompleted event.

", "refs": { - "HistoryEvent$childWorkflowExecutionCompletedEventAttributes": "

If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$childWorkflowExecutionCompletedEventAttributes": "

If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "ChildWorkflowExecutionFailedEventAttributes": { - "base": "

Provides details of the ChildWorkflowExecutionFailed event.

", + "base": "

Provides the details of the ChildWorkflowExecutionFailed event.

", "refs": { - "HistoryEvent$childWorkflowExecutionFailedEventAttributes": "

If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$childWorkflowExecutionFailedEventAttributes": "

If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "ChildWorkflowExecutionStartedEventAttributes": { - "base": "

Provides details of the ChildWorkflowExecutionStarted event.

", + "base": "

Provides the details of the ChildWorkflowExecutionStarted event.

", "refs": { - "HistoryEvent$childWorkflowExecutionStartedEventAttributes": "

If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$childWorkflowExecutionStartedEventAttributes": "

If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "ChildWorkflowExecutionTerminatedEventAttributes": { - "base": "

Provides details of the ChildWorkflowExecutionTerminated event.

", + "base": "

Provides the details of the ChildWorkflowExecutionTerminated event.

", "refs": { - "HistoryEvent$childWorkflowExecutionTerminatedEventAttributes": "

If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$childWorkflowExecutionTerminatedEventAttributes": "

If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "ChildWorkflowExecutionTimedOutEventAttributes": { - "base": "

Provides details of the ChildWorkflowExecutionTimedOut event.

", + "base": "

Provides the details of the ChildWorkflowExecutionTimedOut event.

", "refs": { - "HistoryEvent$childWorkflowExecutionTimedOutEventAttributes": "

If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$childWorkflowExecutionTimedOutEventAttributes": "

If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "CloseStatus": { "base": null, "refs": { - "CloseStatusFilter$status": "

Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.

", - "WorkflowExecutionInfo$closeStatus": "

If the execution status is closed then this specifies how the execution was closed:

" + "CloseStatusFilter$status": "

The close status that must match the close status of an execution for it to meet the criteria of this filter.

", + "WorkflowExecutionInfo$closeStatus": "

If the execution status is closed then this specifies how the execution was closed:

" } }, "CloseStatusFilter": { "base": "

Used to filter the closed workflow executions in visibility APIs by their close status.

", "refs": { - "CountClosedWorkflowExecutionsInput$closeStatusFilter": "

If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", - "ListClosedWorkflowExecutionsInput$closeStatusFilter": "

If specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request." + "CountClosedWorkflowExecutionsInput$closeStatusFilter": "

If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

", + "ListClosedWorkflowExecutionsInput$closeStatusFilter": "

If specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

" } }, "CompleteWorkflowExecutionDecisionAttributes": { - "base": "

Provides details of the CompleteWorkflowExecution decision.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", + "base": "

Provides the details of the CompleteWorkflowExecution decision.

Access Control

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

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.

", "refs": { - "Decision$completeWorkflowExecutionDecisionAttributes": "

Provides details of the CompleteWorkflowExecution decision. It is not set for other decision types.

" + "Decision$completeWorkflowExecutionDecisionAttributes": "

Provides the details of the CompleteWorkflowExecution decision. It isn't set for other decision types.

" } }, "CompleteWorkflowExecutionFailedCause": { "base": null, "refs": { - "CompleteWorkflowExecutionFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows." + "CompleteWorkflowExecutionFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

" } }, "CompleteWorkflowExecutionFailedEventAttributes": { - "base": "

Provides details of the CompleteWorkflowExecutionFailed event.

", + "base": "

Provides the details of the CompleteWorkflowExecutionFailed event.

", "refs": { - "HistoryEvent$completeWorkflowExecutionFailedEventAttributes": "

If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$completeWorkflowExecutionFailedEventAttributes": "

If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "ContinueAsNewWorkflowExecutionDecisionAttributes": { - "base": "

Provides details of the ContinueAsNewWorkflowExecution decision.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", + "base": "

Provides the details of the ContinueAsNewWorkflowExecution decision.

Access Control

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

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.

", "refs": { - "Decision$continueAsNewWorkflowExecutionDecisionAttributes": "

Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other decision types.

" + "Decision$continueAsNewWorkflowExecutionDecisionAttributes": "

Provides the details of the ContinueAsNewWorkflowExecution decision. It isn't set for other decision types.

" } }, "ContinueAsNewWorkflowExecutionFailedCause": { "base": null, "refs": { - "ContinueAsNewWorkflowExecutionFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows." + "ContinueAsNewWorkflowExecutionFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

" } }, "ContinueAsNewWorkflowExecutionFailedEventAttributes": { - "base": "

Provides details of the ContinueAsNewWorkflowExecutionFailed event.

", + "base": "

Provides the details of the ContinueAsNewWorkflowExecutionFailed event.

", "refs": { - "HistoryEvent$continueAsNewWorkflowExecutionFailedEventAttributes": "

If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$continueAsNewWorkflowExecutionFailedEventAttributes": "

If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "Count": { @@ -317,10 +317,10 @@ "refs": { "PendingTaskCount$count": "

The number of tasks in the task list.

", "WorkflowExecutionCount$count": "

The number of workflow executions.

", - "WorkflowExecutionOpenCounts$openActivityTasks": "

The count of activity tasks whose status is OPEN.

", + "WorkflowExecutionOpenCounts$openActivityTasks": "

The count of activity tasks whose status is OPEN.

", "WorkflowExecutionOpenCounts$openTimers": "

The count of timers started by this workflow execution that have not fired yet.

", - "WorkflowExecutionOpenCounts$openChildWorkflowExecutions": "

The count of child workflow executions whose status is OPEN.

", - "WorkflowExecutionOpenCounts$openLambdaFunctions": "

The count of AWS Lambda functions that are currently executing.

" + "WorkflowExecutionOpenCounts$openChildWorkflowExecutions": "

The count of child workflow executions whose status is OPEN.

", + "WorkflowExecutionOpenCounts$openLambdaFunctions": "

The count of Lambda tasks whose status is OPEN.

" } }, "CountClosedWorkflowExecutionsInput": { @@ -347,59 +347,61 @@ "base": null, "refs": { "ActivityTask$input": "

The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.

", - "ActivityTaskCanceledEventAttributes$details": "

Details of the cancellation (if any).

", - "ActivityTaskCompletedEventAttributes$result": "

The results of the activity task (if any).

", - "ActivityTaskFailedEventAttributes$details": "

The details of the failure (if any).

", + "ActivityTaskCanceledEventAttributes$details": "

Details of the cancellation.

", + "ActivityTaskCompletedEventAttributes$result": "

The results of the activity task.

", + "ActivityTaskFailedEventAttributes$details": "

The details of the failure.

", "ActivityTaskScheduledEventAttributes$input": "

The input provided to the activity task.

", - "ActivityTaskScheduledEventAttributes$control": "

Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the activity.

", - "CancelWorkflowExecutionDecisionAttributes$details": "

Optional. details of the cancellation.

", + "ActivityTaskScheduledEventAttributes$control": "

Data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the activity.

", + "CancelWorkflowExecutionDecisionAttributes$details": "

Details of the cancellation.

", "ChildWorkflowExecutionCanceledEventAttributes$details": "

Details of the cancellation (if provided).

", - "ChildWorkflowExecutionCompletedEventAttributes$result": "

The result of the child workflow execution (if any).

", + "ChildWorkflowExecutionCompletedEventAttributes$result": "

The result of the child workflow execution.

", "ChildWorkflowExecutionFailedEventAttributes$details": "

The details of the failure (if provided).

", "CompleteWorkflowExecutionDecisionAttributes$result": "

The result of the workflow execution. The form of the result is implementation defined.

", "ContinueAsNewWorkflowExecutionDecisionAttributes$input": "

The input provided to the new workflow execution.

", "DecisionTaskCompletedEventAttributes$executionContext": "

User defined context for the workflow execution.

", - "FailWorkflowExecutionDecisionAttributes$details": "

Optional. Details of the failure.

", - "LambdaFunctionCompletedEventAttributes$result": "

The result of the function execution (if any).

", - "LambdaFunctionFailedEventAttributes$details": "

The details of the failure (if any).

", - "MarkerRecordedEventAttributes$details": "

Details of the marker (if any).

", - "RecordMarkerDecisionAttributes$details": "

Optional. details of the marker.

", - "RequestCancelExternalWorkflowExecutionDecisionAttributes$control": "

Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.

", - "RequestCancelExternalWorkflowExecutionFailedEventAttributes$control": null, - "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes$control": "

Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.

", - "RespondActivityTaskCanceledInput$details": "

Optional. Information about the cancellation.

", + "FailWorkflowExecutionDecisionAttributes$details": "

Details of the failure.

", + "LambdaFunctionCompletedEventAttributes$result": "

The results of the Lambda task.

", + "LambdaFunctionFailedEventAttributes$details": "

The details of the failure.

", + "LambdaFunctionScheduledEventAttributes$control": "

Data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.

", + "MarkerRecordedEventAttributes$details": "

The details of the marker.

", + "RecordMarkerDecisionAttributes$details": "

The details of the marker.

", + "RequestCancelExternalWorkflowExecutionDecisionAttributes$control": "

The data attached to the event that can be used by the decider in subsequent workflow tasks.

", + "RequestCancelExternalWorkflowExecutionFailedEventAttributes$control": "

The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.

", + "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes$control": "

Data attached to the event that can be used by the decider in subsequent workflow tasks.

", + "RespondActivityTaskCanceledInput$details": "

Information about the cancellation.

", "RespondActivityTaskCompletedInput$result": "

The result of the activity task. It is a free form string that is implementation specific.

", - "RespondActivityTaskFailedInput$details": "

Optional. Detailed information about the failure.

", + "RespondActivityTaskFailedInput$details": "

Detailed information about the failure.

", "RespondDecisionTaskCompletedInput$executionContext": "

User defined context to add to workflow execution.

", - "ScheduleActivityTaskDecisionAttributes$control": "

Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the activity.

", + "ScheduleActivityTaskDecisionAttributes$control": "

Data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the activity.

", "ScheduleActivityTaskDecisionAttributes$input": "

The input provided to the activity task.

", - "SignalExternalWorkflowExecutionDecisionAttributes$input": "

Optional. Input data to be provided with the signal. The target workflow execution will use the signal name and input data to process the signal.

", - "SignalExternalWorkflowExecutionDecisionAttributes$control": "

Optional. Data attached to the event that can be used by the decider in subsequent decision tasks.

", - "SignalExternalWorkflowExecutionFailedEventAttributes$control": null, - "SignalExternalWorkflowExecutionInitiatedEventAttributes$input": "

Input provided to the signal (if any).

", - "SignalExternalWorkflowExecutionInitiatedEventAttributes$control": "

Optional. data attached to the event that can be used by the decider in subsequent decision tasks.

", + "ScheduleLambdaFunctionDecisionAttributes$control": "

The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.

", + "SignalExternalWorkflowExecutionDecisionAttributes$input": "

The input data to be provided with the signal. The target workflow execution uses the signal name and input data to process the signal.

", + "SignalExternalWorkflowExecutionDecisionAttributes$control": "

The data attached to the event that can be used by the decider in subsequent decision tasks.

", + "SignalExternalWorkflowExecutionFailedEventAttributes$control": "

The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.

", + "SignalExternalWorkflowExecutionInitiatedEventAttributes$input": "

The input provided to the signal.

", + "SignalExternalWorkflowExecutionInitiatedEventAttributes$control": "

Data attached to the event that can be used by the decider in subsequent decision tasks.

", "SignalWorkflowExecutionInput$input": "

Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.

", - "StartChildWorkflowExecutionDecisionAttributes$control": "

Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the child workflow execution.

", + "StartChildWorkflowExecutionDecisionAttributes$control": "

The data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the child workflow execution.

", "StartChildWorkflowExecutionDecisionAttributes$input": "

The input to be provided to the workflow execution.

", - "StartChildWorkflowExecutionFailedEventAttributes$control": null, - "StartChildWorkflowExecutionInitiatedEventAttributes$control": "

Optional. Data attached to the event that can be used by the decider in subsequent decision tasks. This data is not sent to the activity.

", - "StartChildWorkflowExecutionInitiatedEventAttributes$input": "

The inputs provided to the child workflow execution (if any).

", - "StartTimerDecisionAttributes$control": "

Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.

", + "StartChildWorkflowExecutionFailedEventAttributes$control": "

The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the child workflow execution.

", + "StartChildWorkflowExecutionInitiatedEventAttributes$control": "

Data attached to the event that can be used by the decider in subsequent decision tasks. This data isn't sent to the activity.

", + "StartChildWorkflowExecutionInitiatedEventAttributes$input": "

The inputs provided to the child workflow execution.

", + "StartTimerDecisionAttributes$control": "

The data attached to the event that can be used by the decider in subsequent workflow tasks.

", "StartWorkflowExecutionInput$input": "

The input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This input is made available to the new workflow execution in the WorkflowExecutionStarted history event.

", - "TerminateWorkflowExecutionInput$details": "

Optional. Details for terminating the workflow execution.

", - "TimerStartedEventAttributes$control": "

Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.

", - "WorkflowExecutionCanceledEventAttributes$details": "

Details for the cancellation (if any).

", + "TerminateWorkflowExecutionInput$details": "

Details for terminating the workflow execution.

", + "TimerStartedEventAttributes$control": "

Data attached to the event that can be used by the decider in subsequent workflow tasks.

", + "WorkflowExecutionCanceledEventAttributes$details": "

The details of the cancellation.

", "WorkflowExecutionCompletedEventAttributes$result": "

The result produced by the workflow execution upon successful completion.

", "WorkflowExecutionContinuedAsNewEventAttributes$input": "

The input provided to the new workflow execution.

", "WorkflowExecutionDetail$latestExecutionContext": "

The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.

", - "WorkflowExecutionFailedEventAttributes$details": "

The details of the failure (if any).

", - "WorkflowExecutionSignaledEventAttributes$input": "

Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.

", - "WorkflowExecutionStartedEventAttributes$input": "

The input provided to the workflow execution (if any).

", - "WorkflowExecutionTerminatedEventAttributes$details": "

The details provided for the termination (if any).

" + "WorkflowExecutionFailedEventAttributes$details": "

The details of the failure.

", + "WorkflowExecutionSignaledEventAttributes$input": "

The inputs provided with the signal. The decider can use the signal name and inputs to determine how to process the signal.

", + "WorkflowExecutionStartedEventAttributes$input": "

The input provided to the workflow execution.

", + "WorkflowExecutionTerminatedEventAttributes$details": "

The details provided for the termination.

" } }, "Decision": { - "base": "

Specifies a decision made by the decider. A decision can be one of these types:

Access Control

If you grant permission to use RespondDecisionTaskCompleted, you can use IAM policies to express permissions for the list of decisions returned by this action as if they were members of the API. Treating decisions as a pseudo API maintains a uniform conceptual model and helps keep policies readable. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

Decision Failure

Decisions can fail for several reasons

One of the following events might be added to the history to indicate an error. The event attribute's cause parameter indicates the cause. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

The preceding error events might occur due to an error in the decider logic, which might put the workflow execution in an unstable state The cause field in the event structure for the error event indicates the cause of the error.

A workflow execution may be closed by the decider by returning one of the following decisions when completing a decision task: CompleteWorkflowExecution, FailWorkflowExecution, CancelWorkflowExecution and ContinueAsNewWorkflowExecution. An UnhandledDecision fault will be returned if a workflow closing decision is specified and a signal or activity event had been added to the history while the decision task was being performed by the decider. Unlike the above situations which are logic issues, this fault is always possible because of race conditions in a distributed system. The right action here is to call RespondDecisionTaskCompleted without any decisions. This would result in another decision task with these new events included in the history. The decider should handle the new events and may decide to close the workflow execution.

How to code a decision

You code a decision by first setting the decision type field to one of the above decision values, and then set the corresponding attributes field shown below:

", + "base": "

Specifies a decision made by the decider. A decision can be one of these types:

Access Control

If you grant permission to use RespondDecisionTaskCompleted, you can use IAM policies to express permissions for the list of decisions returned by this action as if they were members of the API. Treating decisions as a pseudo API maintains a uniform conceptual model and helps keep policies readable. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

Decision Failure

Decisions can fail for several reasons

One of the following events might be added to the history to indicate an error. The event attribute's cause parameter indicates the cause. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

The preceding error events might occur due to an error in the decider logic, which might put the workflow execution in an unstable state The cause field in the event structure for the error event indicates the cause of the error.

A workflow execution may be closed by the decider by returning one of the following decisions when completing a decision task: CompleteWorkflowExecution, FailWorkflowExecution, CancelWorkflowExecution and ContinueAsNewWorkflowExecution. An UnhandledDecision fault is returned if a workflow closing decision is specified and a signal or activity event had been added to the history while the decision task was being performed by the decider. Unlike the above situations which are logic issues, this fault is always possible because of race conditions in a distributed system. The right action here is to call RespondDecisionTaskCompleted without any decisions. This would result in another decision task with these new events included in the history. The decider should handle the new events and may decide to close the workflow execution.

How to Code a Decision

You code a decision by first setting the decision type field to one of the above decision values, and then set the corresponding attributes field shown below:

", "refs": { "DecisionList$member": null } @@ -407,7 +409,7 @@ "DecisionList": { "base": null, "refs": { - "RespondDecisionTaskCompletedInput$decisions": "

The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the decision structure for details.

" + "RespondDecisionTaskCompletedInput$decisions": "

The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the Decision structure for details.

" } }, "DecisionTask": { @@ -416,27 +418,27 @@ } }, "DecisionTaskCompletedEventAttributes": { - "base": "

Provides details of the DecisionTaskCompleted event.

", + "base": "

Provides the details of the DecisionTaskCompleted event.

", "refs": { - "HistoryEvent$decisionTaskCompletedEventAttributes": "

If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$decisionTaskCompletedEventAttributes": "

If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "DecisionTaskScheduledEventAttributes": { "base": "

Provides details about the DecisionTaskScheduled event.

", "refs": { - "HistoryEvent$decisionTaskScheduledEventAttributes": "

If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$decisionTaskScheduledEventAttributes": "

If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "DecisionTaskStartedEventAttributes": { - "base": "

Provides details of the DecisionTaskStarted event.

", + "base": "

Provides the details of the DecisionTaskStarted event.

", "refs": { - "HistoryEvent$decisionTaskStartedEventAttributes": "

If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$decisionTaskStartedEventAttributes": "

If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "DecisionTaskTimedOutEventAttributes": { - "base": "

Provides details of the DecisionTaskTimedOut event.

", + "base": "

Provides the details of the DecisionTaskTimedOut event.

", "refs": { - "HistoryEvent$decisionTaskTimedOutEventAttributes": "

If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$decisionTaskTimedOutEventAttributes": "

If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "DecisionTaskTimeoutType": { @@ -452,7 +454,7 @@ } }, "DefaultUndefinedFault": { - "base": null, + "base": "

The StartWorkflowExecution API action was called without the required parameters set.

Some workflow execution parameters, such as the decision taskList, must be set to start the execution. However, these parameters might have been set as defaults when the workflow type was registered. In this case, you can omit these parameters from the StartWorkflowExecution call and Amazon SWF uses the values defined in the workflow type.

If these parameters aren't set and no default parameters were defined in the workflow type, this error is displayed.

", "refs": { } }, @@ -503,14 +505,14 @@ } }, "DomainAlreadyExistsFault": { - "base": "

Returned if the specified domain already exists. You will get this fault even if the existing domain is in deprecated status.

", + "base": "

Returned if the specified domain already exists. You get this fault even if the existing domain is in deprecated status.

", "refs": { } }, "DomainConfiguration": { "base": "

Contains the configuration settings of a domain.

", "refs": { - "DomainDetail$configuration": null + "DomainDetail$configuration": "

The domain configuration. Currently, this includes only the domain's retention period.

" } }, "DomainDeprecatedFault": { @@ -526,7 +528,7 @@ "DomainInfo": { "base": "

Contains general information about a domain.

", "refs": { - "DomainDetail$domainInfo": null, + "DomainDetail$domainInfo": "

The basic information about a domain, such as its name, status, and description.

", "DomainInfoList$member": null } }, @@ -564,7 +566,7 @@ "PollForActivityTaskInput$domain": "

The name of the domain that contains the task lists being polled.

", "PollForDecisionTaskInput$domain": "

The name of the domain containing the task lists to poll.

", "RegisterActivityTypeInput$domain": "

The name of the domain in which this activity is to be registered.

", - "RegisterDomainInput$name": "

Name of the domain to register. The name must be unique in the region that the domain is registered in.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.

", + "RegisterDomainInput$name": "

Name of the domain to register. The name must be unique in the region that the domain is registered in.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f-\\u009f). Also, it must not contain the literal string arn.

", "RegisterWorkflowTypeInput$domain": "

The name of the domain in which to register the workflow type.

", "RequestCancelWorkflowExecutionInput$domain": "

The name of the domain containing the workflow execution to cancel.

", "SignalWorkflowExecutionInput$domain": "

The name of the domain containing the workflow execution to signal.

", @@ -576,16 +578,16 @@ "base": null, "refs": { "DomainConfiguration$workflowExecutionRetentionPeriodInDays": "

The retention period for workflow executions in this domain.

", - "RegisterDomainInput$workflowExecutionRetentionPeriodInDays": "

The duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution is not available in the results of visibility calls.

If you pass the value NONE or 0 (zero), then the workflow execution history will not be retained. As soon as the workflow execution completes, the execution record and its history are deleted.

The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.

" + "RegisterDomainInput$workflowExecutionRetentionPeriodInDays": "

The duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution isn't available in the results of visibility calls.

If you pass the value NONE or 0 (zero), then the workflow execution history isn't retained. As soon as the workflow execution completes, the execution record and its history are deleted.

The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.

" } }, "DurationInSeconds": { "base": null, "refs": { - "StartTimerDecisionAttributes$startToFireTimeout": "

Required. The duration to wait before firing the timer.

The duration is specified in seconds; an integer greater than or equal to 0.

", - "TimerStartedEventAttributes$startToFireTimeout": "

The duration of time after which the timer will fire.

The duration is specified in seconds; an integer greater than or equal to 0.

", - "WorkflowExecutionConfiguration$taskStartToCloseTimeout": "

The maximum duration allowed for decision tasks for this workflow execution.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", - "WorkflowExecutionConfiguration$executionStartToCloseTimeout": "

The total duration for this workflow execution.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

" + "StartTimerDecisionAttributes$startToFireTimeout": "

The duration to wait before firing the timer.

The duration is specified in seconds, an integer greater than or equal to 0.

", + "TimerStartedEventAttributes$startToFireTimeout": "

The duration of time after which the timer fires.

The duration is specified in seconds, an integer greater than or equal to 0.

", + "WorkflowExecutionConfiguration$taskStartToCloseTimeout": "

The maximum duration allowed for decision tasks for this workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

", + "WorkflowExecutionConfiguration$executionStartToCloseTimeout": "

The total duration for this workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

" } }, "DurationInSecondsOptional": { @@ -594,38 +596,38 @@ "ActivityTaskScheduledEventAttributes$scheduleToStartTimeout": "

The maximum amount of time the activity task can wait to be assigned to a worker.

", "ActivityTaskScheduledEventAttributes$scheduleToCloseTimeout": "

The maximum amount of time for this activity task.

", "ActivityTaskScheduledEventAttributes$startToCloseTimeout": "

The maximum amount of time a worker may take to process the activity task.

", - "ActivityTaskScheduledEventAttributes$heartbeatTimeout": "

The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.

", - "ActivityTypeConfiguration$defaultTaskStartToCloseTimeout": "

Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", - "ActivityTypeConfiguration$defaultTaskHeartbeatTimeout": "

Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", - "ActivityTypeConfiguration$defaultTaskScheduleToStartTimeout": "

Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", - "ActivityTypeConfiguration$defaultTaskScheduleToCloseTimeout": "

Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", - "ContinueAsNewWorkflowExecutionDecisionAttributes$executionStartToCloseTimeout": "

If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.", - "ContinueAsNewWorkflowExecutionDecisionAttributes$taskStartToCloseTimeout": "

Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering the workflow type using RegisterWorkflowType.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.", - "DecisionTaskScheduledEventAttributes$startToCloseTimeout": "

The maximum duration for this decision task. The task is considered timed out if it does not completed within this duration.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", - "LambdaFunctionScheduledEventAttributes$startToCloseTimeout": "

The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.

", - "RegisterActivityTypeInput$defaultTaskStartToCloseTimeout": "

If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", - "RegisterActivityTypeInput$defaultTaskHeartbeatTimeout": "

If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", - "RegisterActivityTypeInput$defaultTaskScheduleToStartTimeout": "

If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", - "RegisterActivityTypeInput$defaultTaskScheduleToCloseTimeout": "

If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", - "RegisterWorkflowTypeInput$defaultTaskStartToCloseTimeout": "

If set, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", - "RegisterWorkflowTypeInput$defaultExecutionStartToCloseTimeout": "

If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit will always cause the workflow execution to time out.

", - "ScheduleActivityTaskDecisionAttributes$scheduleToCloseTimeout": "

The maximum duration for this activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

A schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault will be returned.", - "ScheduleActivityTaskDecisionAttributes$scheduleToStartTimeout": "

Optional. If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

A schedule-to-start timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-start timeout was specified at registration time then a fault will be returned.", - "ScheduleActivityTaskDecisionAttributes$startToCloseTimeout": "

If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

A start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault will be returned.", - "ScheduleActivityTaskDecisionAttributes$heartbeatTimeout": "

If set, specifies the maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or returns a result, it will be ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", - "ScheduleLambdaFunctionDecisionAttributes$startToCloseTimeout": "

If set, specifies the maximum duration the function may take to execute.

", - "StartChildWorkflowExecutionDecisionAttributes$executionStartToCloseTimeout": "

The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.", - "StartChildWorkflowExecutionDecisionAttributes$taskStartToCloseTimeout": "

Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering the workflow type using RegisterWorkflowType.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.", - "StartChildWorkflowExecutionInitiatedEventAttributes$executionStartToCloseTimeout": "

The maximum duration for the child workflow execution. If the workflow execution is not closed within this duration, it will be timed out and force terminated.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", - "StartChildWorkflowExecutionInitiatedEventAttributes$taskStartToCloseTimeout": "

The maximum duration allowed for the decision tasks for this workflow execution.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", - "StartWorkflowExecutionInput$executionStartToCloseTimeout": "

The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.

The duration is specified in seconds; an integer greater than or equal to 0. Exceeding this limit will cause the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is returned.", - "StartWorkflowExecutionInput$taskStartToCloseTimeout": "

Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering the workflow type using RegisterWorkflowType.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.", - "WorkflowExecutionContinuedAsNewEventAttributes$executionStartToCloseTimeout": "

The total duration allowed for the new workflow execution.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", - "WorkflowExecutionContinuedAsNewEventAttributes$taskStartToCloseTimeout": "

The maximum duration of decision tasks for the new workflow execution.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", - "WorkflowExecutionStartedEventAttributes$executionStartToCloseTimeout": "

The maximum duration for this workflow execution.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", - "WorkflowExecutionStartedEventAttributes$taskStartToCloseTimeout": "

The maximum duration of decision tasks for this workflow type.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", - "WorkflowTypeConfiguration$defaultTaskStartToCloseTimeout": "

Optional. The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task does not close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", - "WorkflowTypeConfiguration$defaultExecutionStartToCloseTimeout": "

Optional. The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

" + "ActivityTaskScheduledEventAttributes$heartbeatTimeout": "

The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it is ignored.

", + "ActivityTypeConfiguration$defaultTaskStartToCloseTimeout": "

The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

", + "ActivityTypeConfiguration$defaultTaskHeartbeatTimeout": "

The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask Decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

", + "ActivityTypeConfiguration$defaultTaskScheduleToStartTimeout": "

The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

", + "ActivityTypeConfiguration$defaultTaskScheduleToCloseTimeout": "

The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

", + "ContinueAsNewWorkflowExecutionDecisionAttributes$executionStartToCloseTimeout": "

If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault is returned.

", + "ContinueAsNewWorkflowExecutionDecisionAttributes$taskStartToCloseTimeout": "

Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering the workflow type using RegisterWorkflowType.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault is returned.

", + "DecisionTaskScheduledEventAttributes$startToCloseTimeout": "

The maximum duration for this decision task. The task is considered timed out if it doesn't completed within this duration.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

", + "LambdaFunctionScheduledEventAttributes$startToCloseTimeout": "

The maximum amount of time a worker can take to process the Lambda task.

", + "RegisterActivityTypeInput$defaultTaskStartToCloseTimeout": "

If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

", + "RegisterActivityTypeInput$defaultTaskHeartbeatTimeout": "

If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the ScheduleActivityTask Decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

", + "RegisterActivityTypeInput$defaultTaskScheduleToStartTimeout": "

If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the ScheduleActivityTask Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

", + "RegisterActivityTypeInput$defaultTaskScheduleToCloseTimeout": "

If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

", + "RegisterWorkflowTypeInput$defaultTaskStartToCloseTimeout": "

If set, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

", + "RegisterWorkflowTypeInput$defaultExecutionStartToCloseTimeout": "

If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution Action or StartChildWorkflowExecution Decision.

The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit always causes the workflow execution to time out.

", + "ScheduleActivityTaskDecisionAttributes$scheduleToCloseTimeout": "

The maximum duration for this activity task.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

A schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault is returned.

", + "ScheduleActivityTaskDecisionAttributes$scheduleToStartTimeout": "

If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

A schedule-to-start timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-start timeout was specified at registration time then a fault is returned.

", + "ScheduleActivityTaskDecisionAttributes$startToCloseTimeout": "

If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

A start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault is returned.

", + "ScheduleActivityTaskDecisionAttributes$heartbeatTimeout": "

If set, specifies the maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or returns a result, it is ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

", + "ScheduleLambdaFunctionDecisionAttributes$startToCloseTimeout": "

The timeout value, in seconds, after which the Lambda function is considered to be failed once it has started. This can be any integer from 1-300 (1s-5m). If no value is supplied, than a default value of 300s is assumed.

", + "StartChildWorkflowExecutionDecisionAttributes$executionStartToCloseTimeout": "

The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault is returned.

", + "StartChildWorkflowExecutionDecisionAttributes$taskStartToCloseTimeout": "

Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering the workflow type using RegisterWorkflowType.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault is returned.

", + "StartChildWorkflowExecutionInitiatedEventAttributes$executionStartToCloseTimeout": "

The maximum duration for the child workflow execution. If the workflow execution isn't closed within this duration, it is timed out and force-terminated.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

", + "StartChildWorkflowExecutionInitiatedEventAttributes$taskStartToCloseTimeout": "

The maximum duration allowed for the decision tasks for this workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

", + "StartWorkflowExecutionInput$executionStartToCloseTimeout": "

The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.

The duration is specified in seconds; an integer greater than or equal to 0. Exceeding this limit causes the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is returned.

", + "StartWorkflowExecutionInput$taskStartToCloseTimeout": "

Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering the workflow type using RegisterWorkflowType.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault is returned.

", + "WorkflowExecutionContinuedAsNewEventAttributes$executionStartToCloseTimeout": "

The total duration allowed for the new workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

", + "WorkflowExecutionContinuedAsNewEventAttributes$taskStartToCloseTimeout": "

The maximum duration of decision tasks for the new workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

", + "WorkflowExecutionStartedEventAttributes$executionStartToCloseTimeout": "

The maximum duration for this workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

", + "WorkflowExecutionStartedEventAttributes$taskStartToCloseTimeout": "

The maximum duration of decision tasks for this workflow type.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

", + "WorkflowTypeConfiguration$defaultTaskStartToCloseTimeout": "

The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task doesn'tdo close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

", + "WorkflowTypeConfiguration$defaultExecutionStartToCloseTimeout": "

The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

" } }, "ErrorMessage": { @@ -660,16 +662,16 @@ "ActivityTaskTimedOutEventAttributes$startedEventId": "

The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", "CancelTimerFailedEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelTimer decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", "CancelWorkflowExecutionFailedEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", - "ChildWorkflowExecutionCanceledEventAttributes$initiatedEventId": "

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", + "ChildWorkflowExecutionCanceledEventAttributes$initiatedEventId": "

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", "ChildWorkflowExecutionCanceledEventAttributes$startedEventId": "

The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", - "ChildWorkflowExecutionCompletedEventAttributes$initiatedEventId": "

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", + "ChildWorkflowExecutionCompletedEventAttributes$initiatedEventId": "

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", "ChildWorkflowExecutionCompletedEventAttributes$startedEventId": "

The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", - "ChildWorkflowExecutionFailedEventAttributes$initiatedEventId": "

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", + "ChildWorkflowExecutionFailedEventAttributes$initiatedEventId": "

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", "ChildWorkflowExecutionFailedEventAttributes$startedEventId": "

The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", - "ChildWorkflowExecutionStartedEventAttributes$initiatedEventId": "

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", - "ChildWorkflowExecutionTerminatedEventAttributes$initiatedEventId": "

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", + "ChildWorkflowExecutionStartedEventAttributes$initiatedEventId": "

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", + "ChildWorkflowExecutionTerminatedEventAttributes$initiatedEventId": "

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", "ChildWorkflowExecutionTerminatedEventAttributes$startedEventId": "

The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", - "ChildWorkflowExecutionTimedOutEventAttributes$initiatedEventId": "

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", + "ChildWorkflowExecutionTimedOutEventAttributes$initiatedEventId": "

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", "ChildWorkflowExecutionTimedOutEventAttributes$startedEventId": "

The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", "CompleteWorkflowExecutionFailedEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", "ContinueAsNewWorkflowExecutionFailedEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", @@ -684,14 +686,14 @@ "ExternalWorkflowExecutionSignaledEventAttributes$initiatedEventId": "

The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", "FailWorkflowExecutionFailedEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the FailWorkflowExecution decision to fail this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", "HistoryEvent$eventId": "

The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.

", - "LambdaFunctionCompletedEventAttributes$scheduledEventId": "

The ID of the LambdaFunctionScheduled event that was recorded when this AWS Lambda function was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", - "LambdaFunctionCompletedEventAttributes$startedEventId": "

The ID of the LambdaFunctionStarted event recorded in the history.

", - "LambdaFunctionFailedEventAttributes$scheduledEventId": "

The ID of the LambdaFunctionScheduled event that was recorded when this AWS Lambda function was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", - "LambdaFunctionFailedEventAttributes$startedEventId": "

The ID of the LambdaFunctionStarted event recorded in the history.

", - "LambdaFunctionScheduledEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event for the decision that resulted in the scheduling of this AWS Lambda function. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", - "LambdaFunctionStartedEventAttributes$scheduledEventId": "

The ID of the LambdaFunctionScheduled event that was recorded when this AWS Lambda function was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", - "LambdaFunctionTimedOutEventAttributes$scheduledEventId": "

The ID of the LambdaFunctionScheduled event that was recorded when this AWS Lambda function was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", - "LambdaFunctionTimedOutEventAttributes$startedEventId": "

The ID of the LambdaFunctionStarted event recorded in the history.

", + "LambdaFunctionCompletedEventAttributes$scheduledEventId": "

The ID of the LambdaFunctionScheduled event that was recorded when this Lambda task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

", + "LambdaFunctionCompletedEventAttributes$startedEventId": "

The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

", + "LambdaFunctionFailedEventAttributes$scheduledEventId": "

The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

", + "LambdaFunctionFailedEventAttributes$startedEventId": "

The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

", + "LambdaFunctionScheduledEventAttributes$decisionTaskCompletedEventId": "

The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this activity task. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

", + "LambdaFunctionStartedEventAttributes$scheduledEventId": "

The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

", + "LambdaFunctionTimedOutEventAttributes$scheduledEventId": "

The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

", + "LambdaFunctionTimedOutEventAttributes$startedEventId": "

The ID of the ActivityTaskStarted event that was recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

", "MarkerRecordedEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarker decision that requested this marker. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", "RecordMarkerFailedEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarkerFailed decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", "RequestCancelActivityTaskFailedEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelActivityTask decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", @@ -699,14 +701,14 @@ "RequestCancelExternalWorkflowExecutionFailedEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", "ScheduleActivityTaskFailedEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", - "ScheduleLambdaFunctionFailedEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event corresponding to the decision that resulted in the scheduling of this AWS Lambda function. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", + "ScheduleLambdaFunctionFailedEventAttributes$decisionTaskCompletedEventId": "

The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this Lambda task. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

", "SignalExternalWorkflowExecutionFailedEventAttributes$initiatedEventId": "

The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", "SignalExternalWorkflowExecutionFailedEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", "SignalExternalWorkflowExecutionInitiatedEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", - "StartChildWorkflowExecutionFailedEventAttributes$initiatedEventId": "

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", - "StartChildWorkflowExecutionFailedEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.

", - "StartChildWorkflowExecutionInitiatedEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.

", - "StartLambdaFunctionFailedEventAttributes$scheduledEventId": "

The ID of the LambdaFunctionScheduled event that was recorded when this AWS Lambda function was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", + "StartChildWorkflowExecutionFailedEventAttributes$initiatedEventId": "

When the cause is WORKFLOW_ALREADY_RUNNING, initiatedEventId is the ID of the StartChildWorkflowExecutionInitiated event that corresponds to the StartChildWorkflowExecution Decision to start the workflow execution. You can use this information to diagnose problems by tracing back the chain of events leading up to this event.

When the cause isn't WORKFLOW_ALREADY_RUNNING, initiatedEventId is set to 0 because the StartChildWorkflowExecutionInitiated event doesn't exist.

", + "StartChildWorkflowExecutionFailedEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution Decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events.

", + "StartChildWorkflowExecutionInitiatedEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution Decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.

", + "StartLambdaFunctionFailedEventAttributes$scheduledEventId": "

The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

", "StartTimerFailedEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", "TimerCanceledEventAttributes$startedEventId": "

The ID of the TimerStarted event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", "TimerCanceledEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelTimer decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", @@ -718,7 +720,7 @@ "WorkflowExecutionContinuedAsNewEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", "WorkflowExecutionFailedEventAttributes$decisionTaskCompletedEventId": "

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the FailWorkflowExecution decision to fail this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

", "WorkflowExecutionSignaledEventAttributes$externalInitiatedEventId": "

The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.

", - "WorkflowExecutionStartedEventAttributes$parentInitiatedEventId": "

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution decision to start this workflow execution. The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

" + "WorkflowExecutionStartedEventAttributes$parentInitiatedEventId": "

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this workflow execution. The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

" } }, "EventType": { @@ -734,78 +736,78 @@ } }, "ExecutionTimeFilter": { - "base": "

Used to filter the workflow executions in visibility APIs by various time-based rules. Each parameter, if specified, defines a rule that must be satisfied by each returned query result. The parameter values are in the Unix Time format. For example: \"oldestDate\": 1325376070.

", + "base": "

Used to filter the workflow executions in visibility APIs by various time-based rules. Each parameter, if specified, defines a rule that must be satisfied by each returned query result. The parameter values are in the Unix Time format. For example: \"oldestDate\": 1325376070.

", "refs": { - "CountClosedWorkflowExecutionsInput$startTimeFilter": "

If specified, only workflow executions that meet the start time criteria of the filter are counted.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.", - "CountClosedWorkflowExecutionsInput$closeTimeFilter": "

If specified, only workflow executions that meet the close time criteria of the filter are counted.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.", + "CountClosedWorkflowExecutionsInput$startTimeFilter": "

If specified, only workflow executions that meet the start time criteria of the filter are counted.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.

", + "CountClosedWorkflowExecutionsInput$closeTimeFilter": "

If specified, only workflow executions that meet the close time criteria of the filter are counted.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.

", "CountOpenWorkflowExecutionsInput$startTimeFilter": "

Specifies the start time criteria that workflow executions must meet in order to be counted.

", - "ListClosedWorkflowExecutionsInput$startTimeFilter": "

If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.", - "ListClosedWorkflowExecutionsInput$closeTimeFilter": "

If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.", + "ListClosedWorkflowExecutionsInput$startTimeFilter": "

If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.

", + "ListClosedWorkflowExecutionsInput$closeTimeFilter": "

If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.

", "ListOpenWorkflowExecutionsInput$startTimeFilter": "

Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.

" } }, "ExternalWorkflowExecutionCancelRequestedEventAttributes": { - "base": "

Provides details of the ExternalWorkflowExecutionCancelRequested event.

", + "base": "

Provides the details of the ExternalWorkflowExecutionCancelRequested event.

", "refs": { - "HistoryEvent$externalWorkflowExecutionCancelRequestedEventAttributes": "

If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$externalWorkflowExecutionCancelRequestedEventAttributes": "

If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "ExternalWorkflowExecutionSignaledEventAttributes": { - "base": "

Provides details of the ExternalWorkflowExecutionSignaled event.

", + "base": "

Provides the details of the ExternalWorkflowExecutionSignaled event.

", "refs": { - "HistoryEvent$externalWorkflowExecutionSignaledEventAttributes": "

If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$externalWorkflowExecutionSignaledEventAttributes": "

If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "FailWorkflowExecutionDecisionAttributes": { - "base": "

Provides details of the FailWorkflowExecution decision.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", + "base": "

Provides the details of the FailWorkflowExecution decision.

Access Control

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

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.

", "refs": { - "Decision$failWorkflowExecutionDecisionAttributes": "

Provides details of the FailWorkflowExecution decision. It is not set for other decision types.

" + "Decision$failWorkflowExecutionDecisionAttributes": "

Provides the details of the FailWorkflowExecution decision. It isn't set for other decision types.

" } }, "FailWorkflowExecutionFailedCause": { "base": null, "refs": { - "FailWorkflowExecutionFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows." + "FailWorkflowExecutionFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

" } }, "FailWorkflowExecutionFailedEventAttributes": { - "base": "

Provides details of the FailWorkflowExecutionFailed event.

", + "base": "

Provides the details of the FailWorkflowExecutionFailed event.

", "refs": { - "HistoryEvent$failWorkflowExecutionFailedEventAttributes": "

If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$failWorkflowExecutionFailedEventAttributes": "

If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "FailureReason": { "base": null, "refs": { - "ActivityTaskFailedEventAttributes$reason": "

The reason provided for the failure (if any).

", + "ActivityTaskFailedEventAttributes$reason": "

The reason provided for the failure.

", "ChildWorkflowExecutionFailedEventAttributes$reason": "

The reason for the failure (if provided).

", "FailWorkflowExecutionDecisionAttributes$reason": "

A descriptive reason for the failure that may help in diagnostics.

", - "LambdaFunctionFailedEventAttributes$reason": "

The reason provided for the failure (if any).

", + "LambdaFunctionFailedEventAttributes$reason": "

The reason provided for the failure.

", "RespondActivityTaskFailedInput$reason": "

Description of the error that may assist in diagnostics.

", - "WorkflowExecutionFailedEventAttributes$reason": "

The descriptive reason provided for the failure (if any).

" + "WorkflowExecutionFailedEventAttributes$reason": "

The descriptive reason provided for the failure.

" } }, "FunctionId": { "base": null, "refs": { - "LambdaFunctionScheduledEventAttributes$id": "

The unique Amazon SWF ID for the AWS Lambda task.

", - "ScheduleLambdaFunctionDecisionAttributes$id": "

Required. The SWF id of the AWS Lambda task.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.

", - "ScheduleLambdaFunctionFailedEventAttributes$id": "

The unique Amazon SWF ID of the AWS Lambda task.

" + "LambdaFunctionScheduledEventAttributes$id": "

The unique ID of the Lambda task.

", + "ScheduleLambdaFunctionDecisionAttributes$id": "

A string that identifies the Lambda function execution in the event history.

", + "ScheduleLambdaFunctionFailedEventAttributes$id": "

The ID provided in the ScheduleLambdaFunction decision that failed.

" } }, "FunctionInput": { "base": null, "refs": { - "LambdaFunctionScheduledEventAttributes$input": "

Input provided to the AWS Lambda function.

", - "ScheduleLambdaFunctionDecisionAttributes$input": "

The input provided to the AWS Lambda function.

" + "LambdaFunctionScheduledEventAttributes$input": "

The input provided to the Lambda task.

", + "ScheduleLambdaFunctionDecisionAttributes$input": "

The optional input data to be supplied to the Lambda function.

" } }, "FunctionName": { "base": null, "refs": { - "LambdaFunctionScheduledEventAttributes$name": "

The name of the scheduled AWS Lambda function.

", - "ScheduleLambdaFunctionDecisionAttributes$name": "

Required. The name of the AWS Lambda function to invoke.

", - "ScheduleLambdaFunctionFailedEventAttributes$name": "

The name of the scheduled AWS Lambda function.

" + "LambdaFunctionScheduledEventAttributes$name": "

The name of the Lambda function.

", + "ScheduleLambdaFunctionDecisionAttributes$name": "

The name, or ARN, of the Lambda function to schedule.

", + "ScheduleLambdaFunctionFailedEventAttributes$name": "

The name of the Lambda function.

" } }, "GetWorkflowExecutionHistoryInput": { @@ -819,7 +821,7 @@ } }, "HistoryEvent": { - "base": "

Event within a workflow execution. A history event can be one of these types:

", + "base": "

Event within a workflow execution. A history event can be one of these types:

", "refs": { "HistoryEventList$member": null } @@ -841,33 +843,33 @@ } }, "LambdaFunctionCompletedEventAttributes": { - "base": "

Provides details for the LambdaFunctionCompleted event.

", + "base": "

Provides the details of the LambdaFunctionCompleted event. It isn't set for other event types.

", "refs": { - "HistoryEvent$lambdaFunctionCompletedEventAttributes": null + "HistoryEvent$lambdaFunctionCompletedEventAttributes": "

Provides the details of the LambdaFunctionCompleted event. It isn't set for other event types.

" } }, "LambdaFunctionFailedEventAttributes": { - "base": "

Provides details for the LambdaFunctionFailed event.

", + "base": "

Provides the details of the LambdaFunctionFailed event. It isn't set for other event types.

", "refs": { - "HistoryEvent$lambdaFunctionFailedEventAttributes": null + "HistoryEvent$lambdaFunctionFailedEventAttributes": "

Provides the details of the LambdaFunctionFailed event. It isn't set for other event types.

" } }, "LambdaFunctionScheduledEventAttributes": { - "base": "

Provides details for the LambdaFunctionScheduled event.

", + "base": "

Provides the details of the LambdaFunctionScheduled event. It isn't set for other event types.

", "refs": { - "HistoryEvent$lambdaFunctionScheduledEventAttributes": null + "HistoryEvent$lambdaFunctionScheduledEventAttributes": "

Provides the details of the LambdaFunctionScheduled event. It isn't set for other event types.

" } }, "LambdaFunctionStartedEventAttributes": { - "base": "

Provides details for the LambdaFunctionStarted event.

", + "base": "

Provides the details of the LambdaFunctionStarted event. It isn't set for other event types.

", "refs": { - "HistoryEvent$lambdaFunctionStartedEventAttributes": null + "HistoryEvent$lambdaFunctionStartedEventAttributes": "

Provides the details of the LambdaFunctionStarted event. It isn't set for other event types.

" } }, "LambdaFunctionTimedOutEventAttributes": { - "base": "

Provides details for the LambdaFunctionTimedOut event.

", + "base": "

Provides details of the LambdaFunctionTimedOut event.

", "refs": { - "HistoryEvent$lambdaFunctionTimedOutEventAttributes": null + "HistoryEvent$lambdaFunctionTimedOutEventAttributes": "

Provides the details of the LambdaFunctionTimedOut event. It isn't set for other event types.

" } }, "LambdaFunctionTimeoutType": { @@ -917,27 +919,27 @@ "base": null, "refs": { "MarkerRecordedEventAttributes$markerName": "

The name of the marker.

", - "RecordMarkerDecisionAttributes$markerName": "

Required. The name of the marker.

", + "RecordMarkerDecisionAttributes$markerName": "

The name of the marker.

", "RecordMarkerFailedEventAttributes$markerName": "

The marker's name.

" } }, "MarkerRecordedEventAttributes": { - "base": "

Provides details of the MarkerRecorded event.

", + "base": "

Provides the details of the MarkerRecorded event.

", "refs": { - "HistoryEvent$markerRecordedEventAttributes": "

If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$markerRecordedEventAttributes": "

If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "Name": { "base": null, "refs": { - "ActivityType$name": "

The name of this activity.

The combination of activity type name and version must be unique within a domain.", + "ActivityType$name": "

The name of this activity.

The combination of activity type name and version must be unique within a domain.

", "ListActivityTypesInput$name": "

If specified, only lists the activity types that have this name.

", "ListWorkflowTypesInput$name": "

If specified, lists the workflow type with this name.

", - "RegisterActivityTypeInput$name": "

The name of the activity type within the domain.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.

", - "RegisterWorkflowTypeInput$name": "

The name of the workflow type.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.

", + "RegisterActivityTypeInput$name": "

The name of the activity type within the domain.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f-\\u009f). Also, it must not contain the literal string arn.

", + "RegisterWorkflowTypeInput$name": "

The name of the workflow type.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f-\\u009f). Also, it must not contain the literal string arn.

", "TaskList$name": "

The name of the task list.

", - "WorkflowType$name": "

Required. The name of the workflow type.

The combination of workflow type name and version must be unique with in a domain.", - "WorkflowTypeFilter$name": "

Required. Name of the workflow type.

" + "WorkflowType$name": "

The name of the workflow type.

The combination of workflow type name and version must be unique with in a domain.

", + "WorkflowTypeFilter$name": "

Name of the workflow type.

" } }, "OpenDecisionTasksCount": { @@ -947,20 +949,20 @@ } }, "OperationNotPermittedFault": { - "base": "

Returned when the caller does not have sufficient permissions to invoke the action.

", + "base": "

Returned when the caller doesn't have sufficient permissions to invoke the action.

", "refs": { } }, "PageSize": { "base": null, "refs": { - "GetWorkflowExecutionHistoryInput$maximumPageSize": "

The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

", - "ListActivityTypesInput$maximumPageSize": "

The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

", - "ListClosedWorkflowExecutionsInput$maximumPageSize": "

The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

", - "ListDomainsInput$maximumPageSize": "

The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

", - "ListOpenWorkflowExecutionsInput$maximumPageSize": "

The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

", - "ListWorkflowTypesInput$maximumPageSize": "

The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

", - "PollForDecisionTaskInput$maximumPageSize": "

The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

" + "GetWorkflowExecutionHistoryInput$maximumPageSize": "

The maximum number of results that are returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

", + "ListActivityTypesInput$maximumPageSize": "

The maximum number of results that are returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

", + "ListClosedWorkflowExecutionsInput$maximumPageSize": "

The maximum number of results that are returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

", + "ListDomainsInput$maximumPageSize": "

The maximum number of results that are returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

", + "ListOpenWorkflowExecutionsInput$maximumPageSize": "

The maximum number of results that are returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

", + "ListWorkflowTypesInput$maximumPageSize": "

The maximum number of results that are returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

", + "PollForDecisionTaskInput$maximumPageSize": "

The maximum number of results that are returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

" } }, "PageToken": { @@ -976,7 +978,7 @@ "ListDomainsInput$nextPageToken": "

If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged.

The configured maximumPageSize determines how many results can be returned in a single call.

", "ListOpenWorkflowExecutionsInput$nextPageToken": "

If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged.

The configured maximumPageSize determines how many results can be returned in a single call.

", "ListWorkflowTypesInput$nextPageToken": "

If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged.

The configured maximumPageSize determines how many results can be returned in a single call.

", - "PollForDecisionTaskInput$nextPageToken": "

If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged.

The configured maximumPageSize determines how many results can be returned in a single call.

The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken will not return a new decision task..", + "PollForDecisionTaskInput$nextPageToken": "

If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged.

The configured maximumPageSize determines how many results can be returned in a single call.

The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken doesn't return a new decision task.

", "WorkflowExecutionInfos$nextPageToken": "

If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged.

The configured maximumPageSize determines how many results can be returned in a single call.

", "WorkflowTypeInfos$nextPageToken": "

If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged.

The configured maximumPageSize determines how many results can be returned in a single call.

" } @@ -1002,21 +1004,21 @@ } }, "RecordMarkerDecisionAttributes": { - "base": "

Provides details of the RecordMarker decision.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", + "base": "

Provides the details of the RecordMarker decision.

Access Control

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

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.

", "refs": { - "Decision$recordMarkerDecisionAttributes": "

Provides details of the RecordMarker decision. It is not set for other decision types.

" + "Decision$recordMarkerDecisionAttributes": "

Provides the details of the RecordMarker decision. It isn't set for other decision types.

" } }, "RecordMarkerFailedCause": { "base": null, "refs": { - "RecordMarkerFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows." + "RecordMarkerFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

" } }, "RecordMarkerFailedEventAttributes": { - "base": "

Provides details of the RecordMarkerFailed event.

", + "base": "

Provides the details of the RecordMarkerFailed event.

", "refs": { - "HistoryEvent$recordMarkerFailedEventAttributes": "

If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$recordMarkerFailedEventAttributes": "

If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "RegisterActivityTypeInput": { @@ -1038,7 +1040,7 @@ "base": null, "refs": { "ActivityTypeInfo$status": "

The current status of the activity type.

", - "DomainInfo$status": "

The status of the domain:

", + "DomainInfo$status": "

The status of the domain:

", "ListActivityTypesInput$registrationStatus": "

Specifies the registration status of the activity types to list.

", "ListDomainsInput$registrationStatus": "

Specifies the registration status of the domains to list.

", "ListWorkflowTypesInput$registrationStatus": "

Specifies the registration status of the workflow types to list.

", @@ -1046,45 +1048,45 @@ } }, "RequestCancelActivityTaskDecisionAttributes": { - "base": "

Provides details of the RequestCancelActivityTask decision.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", + "base": "

Provides the details of the RequestCancelActivityTask decision.

Access Control

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

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.

", "refs": { - "Decision$requestCancelActivityTaskDecisionAttributes": "

Provides details of the RequestCancelActivityTask decision. It is not set for other decision types.

" + "Decision$requestCancelActivityTaskDecisionAttributes": "

Provides the details of the RequestCancelActivityTask decision. It isn't set for other decision types.

" } }, "RequestCancelActivityTaskFailedCause": { "base": null, "refs": { - "RequestCancelActivityTaskFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows." + "RequestCancelActivityTaskFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

" } }, "RequestCancelActivityTaskFailedEventAttributes": { - "base": "

Provides details of the RequestCancelActivityTaskFailed event.

", + "base": "

Provides the details of the RequestCancelActivityTaskFailed event.

", "refs": { - "HistoryEvent$requestCancelActivityTaskFailedEventAttributes": "

If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$requestCancelActivityTaskFailedEventAttributes": "

If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "RequestCancelExternalWorkflowExecutionDecisionAttributes": { - "base": "

Provides details of the RequestCancelExternalWorkflowExecution decision.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", + "base": "

Provides the details of the RequestCancelExternalWorkflowExecution decision.

Access Control

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

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.

", "refs": { - "Decision$requestCancelExternalWorkflowExecutionDecisionAttributes": "

Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set for other decision types.

" + "Decision$requestCancelExternalWorkflowExecutionDecisionAttributes": "

Provides the details of the RequestCancelExternalWorkflowExecution decision. It isn't set for other decision types.

" } }, "RequestCancelExternalWorkflowExecutionFailedCause": { "base": null, "refs": { - "RequestCancelExternalWorkflowExecutionFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows." + "RequestCancelExternalWorkflowExecutionFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

" } }, "RequestCancelExternalWorkflowExecutionFailedEventAttributes": { - "base": "

Provides details of the RequestCancelExternalWorkflowExecutionFailed event.

", + "base": "

Provides the details of the RequestCancelExternalWorkflowExecutionFailed event.

", "refs": { - "HistoryEvent$requestCancelExternalWorkflowExecutionFailedEventAttributes": "

If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$requestCancelExternalWorkflowExecutionFailedEventAttributes": "

If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes": { - "base": "

Provides details of the RequestCancelExternalWorkflowExecutionInitiated event.

", + "base": "

Provides the details of the RequestCancelExternalWorkflowExecutionInitiated event.

", "refs": { - "HistoryEvent$requestCancelExternalWorkflowExecutionInitiatedEventAttributes": "

If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$requestCancelExternalWorkflowExecutionInitiatedEventAttributes": "

If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "RequestCancelWorkflowExecutionInput": { @@ -1108,7 +1110,7 @@ } }, "RespondDecisionTaskCompletedInput": { - "base": null, + "base": "

Input data for a TaskCompleted response to a decision task.

", "refs": { } }, @@ -1129,93 +1131,70 @@ "refs": { } }, - "RunId": { - "base": null, - "refs": { - "Run$runId": "

The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.

", - "WorkflowExecution$runId": "

A system-generated unique identifier for the workflow execution.

", - "WorkflowExecutionContinuedAsNewEventAttributes$newExecutionRunId": "

The runId of the new workflow execution.

" - } - }, - "RunIdOptional": { - "base": null, - "refs": { - "RequestCancelExternalWorkflowExecutionDecisionAttributes$runId": "

The runId of the external workflow execution to cancel.

", - "RequestCancelExternalWorkflowExecutionFailedEventAttributes$runId": "

The runId of the external workflow execution.

", - "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes$runId": "

The runId of the external workflow execution to be canceled.

", - "RequestCancelWorkflowExecutionInput$runId": "

The runId of the workflow execution to cancel.

", - "SignalExternalWorkflowExecutionDecisionAttributes$runId": "

The runId of the workflow execution to be signaled.

", - "SignalExternalWorkflowExecutionFailedEventAttributes$runId": "

The runId of the external workflow execution that the signal was being delivered to.

", - "SignalExternalWorkflowExecutionInitiatedEventAttributes$runId": "

The runId of the external workflow execution to send the signal to.

", - "SignalWorkflowExecutionInput$runId": "

The runId of the workflow execution to signal.

", - "TerminateWorkflowExecutionInput$runId": "

The runId of the workflow execution to terminate.

", - "WorkflowExecutionStartedEventAttributes$continuedExecutionRunId": "

If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.

" - } - }, "ScheduleActivityTaskDecisionAttributes": { - "base": "

Provides details of the ScheduleActivityTask decision.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", + "base": "

Provides the details of the ScheduleActivityTask decision.

Access Control

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

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.

", "refs": { - "Decision$scheduleActivityTaskDecisionAttributes": "

Provides details of the ScheduleActivityTask decision. It is not set for other decision types.

" + "Decision$scheduleActivityTaskDecisionAttributes": "

Provides the details of the ScheduleActivityTask decision. It isn't set for other decision types.

" } }, "ScheduleActivityTaskFailedCause": { "base": null, "refs": { - "ScheduleActivityTaskFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows." + "ScheduleActivityTaskFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

" } }, "ScheduleActivityTaskFailedEventAttributes": { - "base": "

Provides details of the ScheduleActivityTaskFailed event.

", + "base": "

Provides the details of the ScheduleActivityTaskFailed event.

", "refs": { - "HistoryEvent$scheduleActivityTaskFailedEventAttributes": "

If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$scheduleActivityTaskFailedEventAttributes": "

If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "ScheduleLambdaFunctionDecisionAttributes": { - "base": "

Provides details of the ScheduleLambdaFunction decision.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", + "base": "

Decision attributes specified in scheduleLambdaFunctionDecisionAttributes within the list of decisions decisions passed to RespondDecisionTaskCompleted.

", "refs": { - "Decision$scheduleLambdaFunctionDecisionAttributes": null + "Decision$scheduleLambdaFunctionDecisionAttributes": "

Provides the details of the ScheduleLambdaFunction decision. It isn't set for other decision types.

" } }, "ScheduleLambdaFunctionFailedCause": { "base": null, "refs": { - "ScheduleLambdaFunctionFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows." + "ScheduleLambdaFunctionFailedEventAttributes$cause": "

The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

" } }, "ScheduleLambdaFunctionFailedEventAttributes": { - "base": "

Provides details for the ScheduleLambdaFunctionFailed event.

", + "base": "

Provides the details of the ScheduleLambdaFunctionFailed event. It isn't set for other event types.

", "refs": { - "HistoryEvent$scheduleLambdaFunctionFailedEventAttributes": null + "HistoryEvent$scheduleLambdaFunctionFailedEventAttributes": "

Provides the details of the ScheduleLambdaFunctionFailed event. It isn't set for other event types.

" } }, "SignalExternalWorkflowExecutionDecisionAttributes": { - "base": "

Provides details of the SignalExternalWorkflowExecution decision.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", + "base": "

Provides the details of the SignalExternalWorkflowExecution decision.

Access Control

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

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.

", "refs": { - "Decision$signalExternalWorkflowExecutionDecisionAttributes": "

Provides details of the SignalExternalWorkflowExecution decision. It is not set for other decision types.

" + "Decision$signalExternalWorkflowExecutionDecisionAttributes": "

Provides the details of the SignalExternalWorkflowExecution decision. It isn't set for other decision types.

" } }, "SignalExternalWorkflowExecutionFailedCause": { "base": null, "refs": { - "SignalExternalWorkflowExecutionFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows." + "SignalExternalWorkflowExecutionFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

" } }, "SignalExternalWorkflowExecutionFailedEventAttributes": { - "base": "

Provides details of the SignalExternalWorkflowExecutionFailed event.

", + "base": "

Provides the details of the SignalExternalWorkflowExecutionFailed event.

", "refs": { - "HistoryEvent$signalExternalWorkflowExecutionFailedEventAttributes": "

If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$signalExternalWorkflowExecutionFailedEventAttributes": "

If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "SignalExternalWorkflowExecutionInitiatedEventAttributes": { - "base": "

Provides details of the SignalExternalWorkflowExecutionInitiated event.

", + "base": "

Provides the details of the SignalExternalWorkflowExecutionInitiated event.

", "refs": { - "HistoryEvent$signalExternalWorkflowExecutionInitiatedEventAttributes": "

If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$signalExternalWorkflowExecutionInitiatedEventAttributes": "

If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "SignalName": { "base": null, "refs": { - "SignalExternalWorkflowExecutionDecisionAttributes$signalName": "

Required. The name of the signal.The target workflow execution will use the signal name and input to process the signal.

", + "SignalExternalWorkflowExecutionDecisionAttributes$signalName": "

The name of the signal.The target workflow execution uses the signal name and input to process the signal.

", "SignalExternalWorkflowExecutionInitiatedEventAttributes$signalName": "

The name of the signal.

", "SignalWorkflowExecutionInput$signalName": "

The name of the signal. This name must be meaningful to the target workflow.

", "WorkflowExecutionSignaledEventAttributes$signalName": "

The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.

" @@ -1227,57 +1206,57 @@ } }, "StartChildWorkflowExecutionDecisionAttributes": { - "base": "

Provides details of the StartChildWorkflowExecution decision.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", + "base": "

Provides the details of the StartChildWorkflowExecution decision.

Access Control

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

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.

", "refs": { - "Decision$startChildWorkflowExecutionDecisionAttributes": "

Provides details of the StartChildWorkflowExecution decision. It is not set for other decision types.

" + "Decision$startChildWorkflowExecutionDecisionAttributes": "

Provides the details of the StartChildWorkflowExecution decision. It isn't set for other decision types.

" } }, "StartChildWorkflowExecutionFailedCause": { "base": null, "refs": { - "StartChildWorkflowExecutionFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows." + "StartChildWorkflowExecutionFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

When cause is set to OPERATION_NOT_PERMITTED, the decision fails because it lacks sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

" } }, "StartChildWorkflowExecutionFailedEventAttributes": { - "base": "

Provides details of the StartChildWorkflowExecutionFailed event.

", + "base": "

Provides the details of the StartChildWorkflowExecutionFailed event.

", "refs": { - "HistoryEvent$startChildWorkflowExecutionFailedEventAttributes": "

If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$startChildWorkflowExecutionFailedEventAttributes": "

If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "StartChildWorkflowExecutionInitiatedEventAttributes": { - "base": "

Provides details of the StartChildWorkflowExecutionInitiated event.

", + "base": "

Provides the details of the StartChildWorkflowExecutionInitiated event.

", "refs": { - "HistoryEvent$startChildWorkflowExecutionInitiatedEventAttributes": "

If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$startChildWorkflowExecutionInitiatedEventAttributes": "

If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "StartLambdaFunctionFailedCause": { "base": null, "refs": { - "StartLambdaFunctionFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows." + "StartLambdaFunctionFailedEventAttributes$cause": "

The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because the IAM role attached to the execution lacked sufficient permissions. For details and example IAM policies, see Lambda Tasks in the Amazon SWF Developer Guide.

" } }, "StartLambdaFunctionFailedEventAttributes": { - "base": "

Provides details for the StartLambdaFunctionFailed event.

", + "base": "

Provides the details of the StartLambdaFunctionFailed event. It isn't set for other event types.

", "refs": { - "HistoryEvent$startLambdaFunctionFailedEventAttributes": null + "HistoryEvent$startLambdaFunctionFailedEventAttributes": "

Provides the details of the StartLambdaFunctionFailed event. It isn't set for other event types.

" } }, "StartTimerDecisionAttributes": { - "base": "

Provides details of the StartTimer decision.

Access Control

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

If the caller does not 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 will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

", + "base": "

Provides the details of the StartTimer decision.

Access Control

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

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.

", "refs": { - "Decision$startTimerDecisionAttributes": "

Provides details of the StartTimer decision. It is not set for other decision types.

" + "Decision$startTimerDecisionAttributes": "

Provides the details of the StartTimer decision. It isn't set for other decision types.

" } }, "StartTimerFailedCause": { "base": null, "refs": { - "StartTimerFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows." + "StartTimerFailedEventAttributes$cause": "

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

" } }, "StartTimerFailedEventAttributes": { - "base": "

Provides details of the StartTimerFailed event.

", + "base": "

Provides the details of the StartTimerFailed event.

", "refs": { - "HistoryEvent$startTimerFailedEventAttributes": "

If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$startTimerFailedEventAttributes": "

If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "StartWorkflowExecutionInput": { @@ -1288,17 +1267,17 @@ "Tag": { "base": null, "refs": { - "TagFilter$tag": "

Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.

", + "TagFilter$tag": "

Specifies the tag that must be associated with the execution for it to meet the filter criteria.

", "TagList$member": null } }, "TagFilter": { "base": "

Used to filter the workflow executions in visibility APIs based on a tag.

", "refs": { - "CountClosedWorkflowExecutionsInput$tagFilter": "

If specified, only executions that have a tag that matches the filter are counted.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", - "CountOpenWorkflowExecutionsInput$tagFilter": "

If specified, only executions that have a tag that matches the filter are counted.

executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", - "ListClosedWorkflowExecutionsInput$tagFilter": "

If specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", - "ListOpenWorkflowExecutionsInput$tagFilter": "

If specified, only executions that have the matching tag are listed.

executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request." + "CountClosedWorkflowExecutionsInput$tagFilter": "

If specified, only executions that have a tag that matches the filter are counted.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

", + "CountOpenWorkflowExecutionsInput$tagFilter": "

If specified, only executions that have a tag that matches the filter are counted.

executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

", + "ListClosedWorkflowExecutionsInput$tagFilter": "

If specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

", + "ListOpenWorkflowExecutionsInput$tagFilter": "

If specified, only executions that have the matching tag are listed.

executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

" } }, "TagList": { @@ -1317,42 +1296,42 @@ "base": "

Represents a task list.

", "refs": { "ActivityTaskScheduledEventAttributes$taskList": "

The task list in which the activity task has been scheduled.

", - "ActivityTypeConfiguration$defaultTaskList": "

Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask decision.

", - "ContinueAsNewWorkflowExecutionDecisionAttributes$taskList": null, + "ActivityTypeConfiguration$defaultTaskList": "

The default task list specified for this activity type at registration. This default is used if a task list isn't provided when a task is scheduled through the ScheduleActivityTask Decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask Decision.

", + "ContinueAsNewWorkflowExecutionDecisionAttributes$taskList": "

The task list to use for the decisions of the new (continued) workflow execution.

", "CountPendingActivityTasksInput$taskList": "

The name of the task list.

", "CountPendingDecisionTasksInput$taskList": "

The name of the task list.

", "DecisionTaskScheduledEventAttributes$taskList": "

The name of the task list in which the decision task was scheduled.

", - "PollForActivityTaskInput$taskList": "

Specifies the task list to poll for activity tasks.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.

", - "PollForDecisionTaskInput$taskList": "

Specifies the task list to poll for decision tasks.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.

", - "RegisterActivityTypeInput$defaultTaskList": "

If set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision.

", - "RegisterWorkflowTypeInput$defaultTaskList": "

If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list is not provided when starting the execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

", - "ScheduleActivityTaskDecisionAttributes$taskList": "

If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type will be used.

A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default task list was specified at registration time then a fault will be returned.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.

", - "StartChildWorkflowExecutionDecisionAttributes$taskList": "

The name of the task list to be used for decision tasks of the child workflow execution.

A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.

", + "PollForActivityTaskInput$taskList": "

Specifies the task list to poll for activity tasks.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f-\\u009f). Also, it must not contain the literal string arn.

", + "PollForDecisionTaskInput$taskList": "

Specifies the task list to poll for decision tasks.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f-\\u009f). Also, it must not contain the literal string arn.

", + "RegisterActivityTypeInput$defaultTaskList": "

If set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list isn't provided when a task is scheduled through the ScheduleActivityTask Decision.

", + "RegisterWorkflowTypeInput$defaultTaskList": "

If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list isn't provided when starting the execution through the StartWorkflowExecution Action or StartChildWorkflowExecution Decision.

", + "ScheduleActivityTaskDecisionAttributes$taskList": "

If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type is used.

A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default task list was specified at registration time then a fault is returned.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f-\\u009f). Also, it must not contain the literal string arn.

", + "StartChildWorkflowExecutionDecisionAttributes$taskList": "

The name of the task list to be used for decision tasks of the child workflow execution.

A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault is returned.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f-\\u009f). Also, it must not contain the literal string arn.

", "StartChildWorkflowExecutionInitiatedEventAttributes$taskList": "

The name of the task list used for the decision tasks of the child workflow execution.

", - "StartWorkflowExecutionInput$taskList": "

The task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.

", + "StartWorkflowExecutionInput$taskList": "

The task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault is returned.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f-\\u009f). Also, it must not contain the literal string arn.

", "WorkflowExecutionConfiguration$taskList": "

The task list used for the decision tasks generated for this workflow execution.

", - "WorkflowExecutionContinuedAsNewEventAttributes$taskList": null, + "WorkflowExecutionContinuedAsNewEventAttributes$taskList": "

The task list to use for the decisions of the new (continued) workflow execution.

", "WorkflowExecutionStartedEventAttributes$taskList": "

The name of the task list for scheduling the decision tasks for this workflow execution.

", - "WorkflowTypeConfiguration$defaultTaskList": "

Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

" + "WorkflowTypeConfiguration$defaultTaskList": "

The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

" } }, "TaskPriority": { "base": null, "refs": { - "ActivityTaskScheduledEventAttributes$taskPriority": "

Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.

Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.

", - "ActivityTypeConfiguration$defaultTaskPriority": "

Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.

Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.

", - "ContinueAsNewWorkflowExecutionDecisionAttributes$taskPriority": "

Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.

", - "DecisionTaskScheduledEventAttributes$taskPriority": "

Optional. A task priority that, if set, specifies the priority for this decision task. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.

", - "RegisterActivityTypeInput$defaultTaskPriority": "

The default task priority to assign to the activity type. If not assigned, then \"0\" will be used. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.

", - "RegisterWorkflowTypeInput$defaultTaskPriority": "

The default task priority to assign to the workflow type. If not assigned, then \"0\" will be used. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.

", - "ScheduleActivityTaskDecisionAttributes$taskPriority": "

Optional. If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.

", - "StartChildWorkflowExecutionDecisionAttributes$taskPriority": "

Optional. A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.

", - "StartChildWorkflowExecutionInitiatedEventAttributes$taskPriority": "

Optional. The priority assigned for the decision tasks for this workflow execution. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.

", - "StartWorkflowExecutionInput$taskPriority": "

The task priority to use for this workflow execution. This will override any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type will be used. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.

", - "WorkflowExecutionConfiguration$taskPriority": "

The priority assigned to decision tasks for this workflow execution. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.

", - "WorkflowExecutionContinuedAsNewEventAttributes$taskPriority": null, - "WorkflowExecutionStartedEventAttributes$taskPriority": null, - "WorkflowTypeConfiguration$defaultTaskPriority": "

Optional. The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.

" + "ActivityTaskScheduledEventAttributes$taskPriority": "

The priority to assign to the scheduled activity task. If set, this overrides any default priority value that was assigned when the activity type was registered.

Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

", + "ActivityTypeConfiguration$defaultTaskPriority": "

The default task priority for tasks of this activity type, specified at registration. If not set, then 0 is used as the default priority. This default can be overridden when scheduling an activity task.

Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

", + "ContinueAsNewWorkflowExecutionDecisionAttributes$taskPriority": "

The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

", + "DecisionTaskScheduledEventAttributes$taskPriority": "

A task priority that, if set, specifies the priority for this decision task. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

", + "RegisterActivityTypeInput$defaultTaskPriority": "

The default task priority to assign to the activity type. If not assigned, then 0 is used. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the in the Amazon SWF Developer Guide..

", + "RegisterWorkflowTypeInput$defaultTaskPriority": "

The default task priority to assign to the workflow type. If not assigned, then 0 is used. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

", + "ScheduleActivityTaskDecisionAttributes$taskPriority": "

If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

", + "StartChildWorkflowExecutionDecisionAttributes$taskPriority": "

A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

", + "StartChildWorkflowExecutionInitiatedEventAttributes$taskPriority": "

The priority assigned for the decision tasks for this workflow execution. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

", + "StartWorkflowExecutionInput$taskPriority": "

The task priority to use for this workflow execution. This overrides any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type is used. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

", + "WorkflowExecutionConfiguration$taskPriority": "

The priority assigned to decision tasks for this workflow execution. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

", + "WorkflowExecutionContinuedAsNewEventAttributes$taskPriority": "

The priority of the task to use for the decisions of the new (continued) workflow execution.

", + "WorkflowExecutionStartedEventAttributes$taskPriority": "

The priority of the decision tasks in the workflow execution.

", + "WorkflowTypeConfiguration$defaultTaskPriority": "

The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

" } }, "TaskToken": { @@ -1360,18 +1339,18 @@ "refs": { "ActivityTask$taskToken": "

The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

", "DecisionTask$taskToken": "

The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

", - "RecordActivityTaskHeartbeatInput$taskToken": "

The taskToken of the ActivityTask.

taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results. ", - "RespondActivityTaskCanceledInput$taskToken": "

The taskToken of the ActivityTask.

taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.", - "RespondActivityTaskCompletedInput$taskToken": "

The taskToken of the ActivityTask.

taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.", - "RespondActivityTaskFailedInput$taskToken": "

The taskToken of the ActivityTask.

taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.", - "RespondDecisionTaskCompletedInput$taskToken": "

The taskToken from the DecisionTask.

taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results." + "RecordActivityTaskHeartbeatInput$taskToken": "

The taskToken of the ActivityTask.

taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.

", + "RespondActivityTaskCanceledInput$taskToken": "

The taskToken of the ActivityTask.

taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.

", + "RespondActivityTaskCompletedInput$taskToken": "

The taskToken of the ActivityTask.

taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.

", + "RespondActivityTaskFailedInput$taskToken": "

The taskToken of the ActivityTask.

taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.

", + "RespondDecisionTaskCompletedInput$taskToken": "

The taskToken from the DecisionTask.

taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.

" } }, "TerminateReason": { "base": null, "refs": { - "TerminateWorkflowExecutionInput$reason": "

Optional. A descriptive reason for terminating the workflow execution.

", - "WorkflowExecutionTerminatedEventAttributes$reason": "

The reason provided for the termination (if any).

" + "TerminateWorkflowExecutionInput$reason": "

A descriptive reason for terminating the workflow execution.

", + "WorkflowExecutionTerminatedEventAttributes$reason": "

The reason provided for the termination.

" } }, "TerminateWorkflowExecutionInput": { @@ -1380,33 +1359,33 @@ } }, "TimerCanceledEventAttributes": { - "base": "

Provides details of the TimerCanceled event.

", + "base": "

Provides the details of the TimerCanceled event.

", "refs": { - "HistoryEvent$timerCanceledEventAttributes": "

If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$timerCanceledEventAttributes": "

If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "TimerFiredEventAttributes": { - "base": "

Provides details of the TimerFired event.

", + "base": "

Provides the details of the TimerFired event.

", "refs": { - "HistoryEvent$timerFiredEventAttributes": "

If the event is of type TimerFired then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$timerFiredEventAttributes": "

If the event is of type TimerFired then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "TimerId": { "base": null, "refs": { - "CancelTimerDecisionAttributes$timerId": "

Required. The unique ID of the timer to cancel.

", + "CancelTimerDecisionAttributes$timerId": "

The unique ID of the timer to cancel.

", "CancelTimerFailedEventAttributes$timerId": "

The timerId provided in the CancelTimer decision that failed.

", - "StartTimerDecisionAttributes$timerId": "

Required. The unique ID of the timer.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.

", + "StartTimerDecisionAttributes$timerId": "

The unique ID of the timer.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f-\\u009f). Also, it must not contain the literal string arn.

", "StartTimerFailedEventAttributes$timerId": "

The timerId provided in the StartTimer decision that failed.

", - "TimerCanceledEventAttributes$timerId": "

The unique ID of the timer that was canceled.

", + "TimerCanceledEventAttributes$timerId": "

The unique ID of the timer that was canceled.

", "TimerFiredEventAttributes$timerId": "

The unique ID of the timer that fired.

", "TimerStartedEventAttributes$timerId": "

The unique ID of the timer that was started.

" } }, "TimerStartedEventAttributes": { - "base": "

Provides details of the TimerStarted event.

", + "base": "

Provides the details of the TimerStarted event.

", "refs": { - "HistoryEvent$timerStartedEventAttributes": "

If the event is of type TimerStarted then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$timerStartedEventAttributes": "

If the event is of type TimerStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "Timestamp": { @@ -1432,7 +1411,7 @@ } }, "TypeAlreadyExistsFault": { - "base": "

Returned if the type already exists in the specified domain. You will get this fault even if the existing type is in deprecated status. You can specify another version if the intent is to create a new distinct version of the type.

", + "base": "

Returned if the type already exists in the specified domain. You get this fault even if the existing type is in deprecated status. You can specify another version if the intent is to create a new distinct version of the type.

", "refs": { } }, @@ -1449,11 +1428,11 @@ "Version": { "base": null, "refs": { - "ActivityType$version": "

The version of this activity.

The combination of activity type name and version must be unique with in a domain.", - "ContinueAsNewWorkflowExecutionDecisionAttributes$workflowTypeVersion": null, - "RegisterActivityTypeInput$version": "

The version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.

", - "RegisterWorkflowTypeInput$version": "

The version of the workflow type.

The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.

", - "WorkflowType$version": "

Required. The version of the workflow type.

The combination of workflow type name and version must be unique with in a domain." + "ActivityType$version": "

The version of this activity.

The combination of activity type name and version must be unique with in a domain.

", + "ContinueAsNewWorkflowExecutionDecisionAttributes$workflowTypeVersion": "

The version of the workflow to start.

", + "RegisterActivityTypeInput$version": "

The version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f-\\u009f). Also, it must not contain the literal string arn.

", + "RegisterWorkflowTypeInput$version": "

The version of the workflow type.

The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f-\\u009f). Also, it must not contain the literal string arn.

", + "WorkflowType$version": "

The version of the workflow type.

The combination of workflow type name and version must be unique with in a domain.

" } }, "VersionOptional": { @@ -1475,13 +1454,13 @@ "DecisionTask$workflowExecution": "

The workflow execution for which this decision task was created.

", "DescribeWorkflowExecutionInput$execution": "

The workflow execution to describe.

", "ExternalWorkflowExecutionCancelRequestedEventAttributes$workflowExecution": "

The external workflow execution to which the cancellation request was delivered.

", - "ExternalWorkflowExecutionSignaledEventAttributes$workflowExecution": "

The external workflow execution that the signal was delivered to.

", + "ExternalWorkflowExecutionSignaledEventAttributes$workflowExecution": "

The external workflow execution that the signal was delivered to.

", "GetWorkflowExecutionHistoryInput$execution": "

Specifies the workflow execution for which to return the history.

", "WorkflowExecutionCancelRequestedEventAttributes$externalWorkflowExecution": "

The external workflow execution for which the cancellation was requested.

", "WorkflowExecutionInfo$execution": "

The workflow execution this information is about.

", "WorkflowExecutionInfo$parent": "

If this workflow execution is a child of another execution then contains the workflow execution that started this execution.

", "WorkflowExecutionSignaledEventAttributes$externalWorkflowExecution": "

The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.

", - "WorkflowExecutionStartedEventAttributes$parentWorkflowExecution": "

The source workflow execution that started this workflow execution. The member is not set if the workflow execution was not started by a workflow.

" + "WorkflowExecutionStartedEventAttributes$parentWorkflowExecution": "

The source workflow execution that started this workflow execution. The member isn't set if the workflow execution was not started by a workflow.

" } }, "WorkflowExecutionAlreadyStartedFault": { @@ -1496,21 +1475,21 @@ } }, "WorkflowExecutionCancelRequestedEventAttributes": { - "base": "

Provides details of the WorkflowExecutionCancelRequested event.

", + "base": "

Provides the details of the WorkflowExecutionCancelRequested event.

", "refs": { - "HistoryEvent$workflowExecutionCancelRequestedEventAttributes": "

If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$workflowExecutionCancelRequestedEventAttributes": "

If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "WorkflowExecutionCanceledEventAttributes": { - "base": "

Provides details of the WorkflowExecutionCanceled event.

", + "base": "

Provides the details of the WorkflowExecutionCanceled event.

", "refs": { - "HistoryEvent$workflowExecutionCanceledEventAttributes": "

If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$workflowExecutionCanceledEventAttributes": "

If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "WorkflowExecutionCompletedEventAttributes": { - "base": "

Provides details of the WorkflowExecutionCompleted event.

", + "base": "

Provides the details of the WorkflowExecutionCompleted event.

", "refs": { - "HistoryEvent$workflowExecutionCompletedEventAttributes": "

If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$workflowExecutionCompletedEventAttributes": "

If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "WorkflowExecutionConfiguration": { @@ -1520,13 +1499,13 @@ } }, "WorkflowExecutionContinuedAsNewEventAttributes": { - "base": "

Provides details of the WorkflowExecutionContinuedAsNew event.

", + "base": "

Provides the details of the WorkflowExecutionContinuedAsNew event.

", "refs": { - "HistoryEvent$workflowExecutionContinuedAsNewEventAttributes": "

If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$workflowExecutionContinuedAsNewEventAttributes": "

If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "WorkflowExecutionCount": { - "base": "

Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions

", + "base": "

Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions

", "refs": { } }, @@ -1536,22 +1515,22 @@ } }, "WorkflowExecutionFailedEventAttributes": { - "base": "

Provides details of the WorkflowExecutionFailed event.

", + "base": "

Provides the details of the WorkflowExecutionFailed event.

", "refs": { - "HistoryEvent$workflowExecutionFailedEventAttributes": "

If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$workflowExecutionFailedEventAttributes": "

If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "WorkflowExecutionFilter": { "base": "

Used to filter the workflow executions in visibility APIs by their workflowId.

", "refs": { - "CountClosedWorkflowExecutionsInput$executionFilter": "

If specified, only workflow executions matching the WorkflowId in the filter are counted.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", - "CountOpenWorkflowExecutionsInput$executionFilter": "

If specified, only workflow executions matching the WorkflowId in the filter are counted.

executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", - "ListClosedWorkflowExecutionsInput$executionFilter": "

If specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", - "ListOpenWorkflowExecutionsInput$executionFilter": "

If specified, only workflow executions matching the workflow ID specified in the filter are returned.

executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request." + "CountClosedWorkflowExecutionsInput$executionFilter": "

If specified, only workflow executions matching the WorkflowId in the filter are counted.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

", + "CountOpenWorkflowExecutionsInput$executionFilter": "

If specified, only workflow executions matching the WorkflowId in the filter are counted.

executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

", + "ListClosedWorkflowExecutionsInput$executionFilter": "

If specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

", + "ListOpenWorkflowExecutionsInput$executionFilter": "

If specified, only workflow executions matching the workflow ID specified in the filter are returned.

executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

" } }, "WorkflowExecutionInfo": { - "base": "

Contains information about a workflow execution.

", + "base": "

Contains information about a workflow execution.

", "refs": { "WorkflowExecutionDetail$executionInfo": "

Information about the workflow execution.

", "WorkflowExecutionInfoList$member": null @@ -1575,15 +1554,15 @@ } }, "WorkflowExecutionSignaledEventAttributes": { - "base": "

Provides details of the WorkflowExecutionSignaled event.

", + "base": "

Provides the details of the WorkflowExecutionSignaled event.

", "refs": { - "HistoryEvent$workflowExecutionSignaledEventAttributes": "

If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$workflowExecutionSignaledEventAttributes": "

If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "WorkflowExecutionStartedEventAttributes": { "base": "

Provides details of WorkflowExecutionStarted event.

", "refs": { - "HistoryEvent$workflowExecutionStartedEventAttributes": "

If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$workflowExecutionStartedEventAttributes": "

If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "WorkflowExecutionTerminatedCause": { @@ -1593,15 +1572,15 @@ } }, "WorkflowExecutionTerminatedEventAttributes": { - "base": "

Provides details of the WorkflowExecutionTerminated event.

", + "base": "

Provides the details of the WorkflowExecutionTerminated event.

", "refs": { - "HistoryEvent$workflowExecutionTerminatedEventAttributes": "

If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$workflowExecutionTerminatedEventAttributes": "

If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "WorkflowExecutionTimedOutEventAttributes": { - "base": "

Provides details of the WorkflowExecutionTimedOut event.

", + "base": "

Provides the details of the WorkflowExecutionTimedOut event.

", "refs": { - "HistoryEvent$workflowExecutionTimedOutEventAttributes": "

If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

" + "HistoryEvent$workflowExecutionTimedOutEventAttributes": "

If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.

" } }, "WorkflowExecutionTimeoutType": { @@ -1614,40 +1593,63 @@ "WorkflowId": { "base": null, "refs": { - "RequestCancelExternalWorkflowExecutionDecisionAttributes$workflowId": "

Required. The workflowId of the external workflow execution to cancel.

", + "RequestCancelExternalWorkflowExecutionDecisionAttributes$workflowId": "

The workflowId of the external workflow execution to cancel.

", "RequestCancelExternalWorkflowExecutionFailedEventAttributes$workflowId": "

The workflowId of the external workflow to which the cancel request was to be delivered.

", "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes$workflowId": "

The workflowId of the external workflow execution to be canceled.

", "RequestCancelWorkflowExecutionInput$workflowId": "

The workflowId of the workflow execution to cancel.

", - "SignalExternalWorkflowExecutionDecisionAttributes$workflowId": "

Required. The workflowId of the workflow execution to be signaled.

", + "SignalExternalWorkflowExecutionDecisionAttributes$workflowId": "

The workflowId of the workflow execution to be signaled.

", "SignalExternalWorkflowExecutionFailedEventAttributes$workflowId": "

The workflowId of the external workflow execution that the signal was being delivered to.

", "SignalExternalWorkflowExecutionInitiatedEventAttributes$workflowId": "

The workflowId of the external workflow execution.

", "SignalWorkflowExecutionInput$workflowId": "

The workflowId of the workflow execution to signal.

", - "StartChildWorkflowExecutionDecisionAttributes$workflowId": "

Required. The workflowId of the workflow execution.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.

", + "StartChildWorkflowExecutionDecisionAttributes$workflowId": "

The workflowId of the workflow execution.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f-\\u009f). Also, it must not contain the literal string arn.

", "StartChildWorkflowExecutionFailedEventAttributes$workflowId": "

The workflowId of the child workflow execution.

", "StartChildWorkflowExecutionInitiatedEventAttributes$workflowId": "

The workflowId of the child workflow execution.

", - "StartWorkflowExecutionInput$workflowId": "

The user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.

", + "StartWorkflowExecutionInput$workflowId": "

The user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\\u0000-\\u001f | \\u007f-\\u009f). Also, it must not contain the literal string arn.

", "TerminateWorkflowExecutionInput$workflowId": "

The workflowId of the workflow execution to terminate.

", "WorkflowExecution$workflowId": "

The user defined identifier associated with the workflow execution.

", "WorkflowExecutionFilter$workflowId": "

The workflowId to pass of match the criteria of this filter.

" } }, + "WorkflowRunId": { + "base": null, + "refs": { + "Run$runId": "

The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.

", + "WorkflowExecution$runId": "

A system-generated unique identifier for the workflow execution.

", + "WorkflowExecutionContinuedAsNewEventAttributes$newExecutionRunId": "

The runId of the new workflow execution.

" + } + }, + "WorkflowRunIdOptional": { + "base": null, + "refs": { + "RequestCancelExternalWorkflowExecutionDecisionAttributes$runId": "

The runId of the external workflow execution to cancel.

", + "RequestCancelExternalWorkflowExecutionFailedEventAttributes$runId": "

The runId of the external workflow execution.

", + "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes$runId": "

The runId of the external workflow execution to be canceled.

", + "RequestCancelWorkflowExecutionInput$runId": "

The runId of the workflow execution to cancel.

", + "SignalExternalWorkflowExecutionDecisionAttributes$runId": "

The runId of the workflow execution to be signaled.

", + "SignalExternalWorkflowExecutionFailedEventAttributes$runId": "

The runId of the external workflow execution that the signal was being delivered to.

", + "SignalExternalWorkflowExecutionInitiatedEventAttributes$runId": "

The runId of the external workflow execution to send the signal to.

", + "SignalWorkflowExecutionInput$runId": "

The runId of the workflow execution to signal.

", + "TerminateWorkflowExecutionInput$runId": "

The runId of the workflow execution to terminate.

", + "WorkflowExecutionStartedEventAttributes$continuedExecutionRunId": "

If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.

" + } + }, "WorkflowType": { "base": "

Represents a workflow type.

", "refs": { "ChildWorkflowExecutionCanceledEventAttributes$workflowType": "

The type of the child workflow execution.

", "ChildWorkflowExecutionCompletedEventAttributes$workflowType": "

The type of the child workflow execution.

", "ChildWorkflowExecutionFailedEventAttributes$workflowType": "

The type of the child workflow execution.

", - "ChildWorkflowExecutionStartedEventAttributes$workflowType": "

The type of the child workflow execution.

", + "ChildWorkflowExecutionStartedEventAttributes$workflowType": "

The type of the child workflow execution.

", "ChildWorkflowExecutionTerminatedEventAttributes$workflowType": "

The type of the child workflow execution.

", "ChildWorkflowExecutionTimedOutEventAttributes$workflowType": "

The type of the child workflow execution.

", "DecisionTask$workflowType": "

The type of the workflow execution for which this decision task was created.

", "DeprecateWorkflowTypeInput$workflowType": "

The workflow type to deprecate.

", "DescribeWorkflowTypeInput$workflowType": "

The workflow type to describe.

", - "StartChildWorkflowExecutionDecisionAttributes$workflowType": "

Required. The type of the workflow execution to be started.

", - "StartChildWorkflowExecutionFailedEventAttributes$workflowType": "

The workflow type provided in the StartChildWorkflowExecution decision that failed.

", + "StartChildWorkflowExecutionDecisionAttributes$workflowType": "

The type of the workflow execution to be started.

", + "StartChildWorkflowExecutionFailedEventAttributes$workflowType": "

The workflow type provided in the StartChildWorkflowExecution Decision that failed.

", "StartChildWorkflowExecutionInitiatedEventAttributes$workflowType": "

The type of the child workflow execution.

", "StartWorkflowExecutionInput$workflowType": "

The type of the workflow to start.

", - "WorkflowExecutionContinuedAsNewEventAttributes$workflowType": null, + "WorkflowExecutionContinuedAsNewEventAttributes$workflowType": "

The workflow type of this execution.

", "WorkflowExecutionInfo$workflowType": "

The type of the workflow execution.

", "WorkflowExecutionStartedEventAttributes$workflowType": "

The workflow type of this execution.

", "WorkflowTypeInfo$workflowType": "

The workflow type this information is about.

" @@ -1656,7 +1658,7 @@ "WorkflowTypeConfiguration": { "base": "

The configuration settings of a workflow type.

", "refs": { - "WorkflowTypeDetail$configuration": "

Configuration settings of the workflow type registered through RegisterWorkflowType

" + "WorkflowTypeDetail$configuration": "

Configuration settings of the workflow type registered through RegisterWorkflowType

" } }, "WorkflowTypeDetail": { @@ -1667,16 +1669,16 @@ "WorkflowTypeFilter": { "base": "

Used to filter workflow execution query results by type. Each parameter, if specified, defines a rule that must be satisfied by each returned result.

", "refs": { - "CountClosedWorkflowExecutionsInput$typeFilter": "

If specified, indicates the type of the workflow executions to be counted.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", - "CountOpenWorkflowExecutionsInput$typeFilter": "

Specifies the type of the workflow executions to be counted.

executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", - "ListClosedWorkflowExecutionsInput$typeFilter": "

If specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", - "ListOpenWorkflowExecutionsInput$typeFilter": "

If specified, only executions of the type specified in the filter are returned.

executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request." + "CountClosedWorkflowExecutionsInput$typeFilter": "

If specified, indicates the type of the workflow executions to be counted.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

", + "CountOpenWorkflowExecutionsInput$typeFilter": "

Specifies the type of the workflow executions to be counted.

executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

", + "ListClosedWorkflowExecutionsInput$typeFilter": "

If specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

", + "ListOpenWorkflowExecutionsInput$typeFilter": "

If specified, only executions of the type specified in the filter are returned.

executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

" } }, "WorkflowTypeInfo": { "base": "

Contains information about a workflow type.

", "refs": { - "WorkflowTypeDetail$typeInfo": "

General information about the workflow type.

The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.

", + "WorkflowTypeDetail$typeInfo": "

General information about the workflow type.

The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.

", "WorkflowTypeInfoList$member": null } }, diff --git a/aws-sdk-core/apis/swf/2012-01-25/examples-1.json b/aws-sdk-core/apis/swf/2012-01-25/examples-1.json new file mode 100644 index 00000000000..0ea7e3b0bbe --- /dev/null +++ b/aws-sdk-core/apis/swf/2012-01-25/examples-1.json @@ -0,0 +1,5 @@ +{ + "version": "1.0", + "examples": { + } +} diff --git a/aws-sdk-core/apis/swf/2012-01-25/paginators-1.json b/aws-sdk-core/apis/swf/2012-01-25/paginators-1.json index 892ee38b5a1..86cec203b84 100644 --- a/aws-sdk-core/apis/swf/2012-01-25/paginators-1.json +++ b/aws-sdk-core/apis/swf/2012-01-25/paginators-1.json @@ -1,46 +1,46 @@ { "pagination": { "GetWorkflowExecutionHistory": { - "limit_key": "maximumPageSize", "input_token": "nextPageToken", + "limit_key": "maximumPageSize", "output_token": "nextPageToken", "result_key": "events" }, "ListActivityTypes": { - "limit_key": "maximumPageSize", "input_token": "nextPageToken", + "limit_key": "maximumPageSize", "output_token": "nextPageToken", "result_key": "typeInfos" }, "ListClosedWorkflowExecutions": { - "limit_key": "maximumPageSize", "input_token": "nextPageToken", + "limit_key": "maximumPageSize", "output_token": "nextPageToken", "result_key": "executionInfos" }, "ListDomains": { - "limit_key": "maximumPageSize", "input_token": "nextPageToken", + "limit_key": "maximumPageSize", "output_token": "nextPageToken", "result_key": "domainInfos" }, "ListOpenWorkflowExecutions": { - "limit_key": "maximumPageSize", "input_token": "nextPageToken", + "limit_key": "maximumPageSize", "output_token": "nextPageToken", "result_key": "executionInfos" }, "ListWorkflowTypes": { - "limit_key": "maximumPageSize", "input_token": "nextPageToken", + "limit_key": "maximumPageSize", "output_token": "nextPageToken", "result_key": "typeInfos" }, "PollForDecisionTask": { - "limit_key": "maximumPageSize", "input_token": "nextPageToken", + "limit_key": "maximumPageSize", "output_token": "nextPageToken", "result_key": "events" } } -} +} \ No newline at end of file diff --git a/aws-sdk-core/endpoints.json b/aws-sdk-core/endpoints.json index 6564646427a..204f5b1ddfe 100644 --- a/aws-sdk-core/endpoints.json +++ b/aws-sdk-core/endpoints.json @@ -131,6 +131,9 @@ }, "athena" : { "endpoints" : { + "ap-northeast-1" : { }, + "ap-southeast-1" : { }, + "eu-west-1" : { }, "us-east-1" : { }, "us-east-2" : { }, "us-west-2" : { } @@ -274,10 +277,13 @@ "ap-northeast-1" : { }, "ap-southeast-1" : { }, "ap-southeast-2" : { }, + "ca-central-1" : { }, "eu-central-1" : { }, "eu-west-1" : { }, + "eu-west-2" : { }, "us-east-1" : { }, "us-east-2" : { }, + "us-west-1" : { }, "us-west-2" : { } } }, @@ -285,8 +291,10 @@ "endpoints" : { "ap-northeast-1" : { }, "ap-northeast-2" : { }, + "ap-south-1" : { }, "ap-southeast-1" : { }, "ap-southeast-2" : { }, + "ca-central-1" : { }, "eu-central-1" : { }, "eu-west-1" : { }, "eu-west-2" : { }, @@ -320,11 +328,14 @@ "ap-northeast-1" : { }, "ap-southeast-1" : { }, "ap-southeast-2" : { }, + "ca-central-1" : { }, "eu-central-1" : { }, "eu-west-1" : { }, + "eu-west-2" : { }, "sa-east-1" : { }, "us-east-1" : { }, "us-east-2" : { }, + "us-west-1" : { }, "us-west-2" : { } } }, @@ -1604,6 +1615,16 @@ "cn-north-1" : { } } }, + "ecr" : { + "endpoints" : { + "cn-north-1" : { } + } + }, + "ecs" : { + "endpoints" : { + "cn-north-1" : { } + } + }, "elasticache" : { "endpoints" : { "cn-north-1" : { } @@ -1709,6 +1730,11 @@ "cn-north-1" : { } } }, + "ssm" : { + "endpoints" : { + "cn-north-1" : { } + } + }, "storagegateway" : { "endpoints" : { "cn-north-1" : { } @@ -1929,6 +1955,11 @@ } } }, + "ssm" : { + "endpoints" : { + "us-gov-west-1" : { } + } + }, "streams.dynamodb" : { "defaults" : { "credentialScope" : { @@ -1952,4 +1983,4 @@ } } ], "version" : 3 -} \ No newline at end of file +} diff --git a/aws-sdk-core/lib/aws-sdk-core/swf.rb b/aws-sdk-core/lib/aws-sdk-core/swf.rb index 2e3a0adafd4..869f8aae7d0 100644 --- a/aws-sdk-core/lib/aws-sdk-core/swf.rb +++ b/aws-sdk-core/lib/aws-sdk-core/swf.rb @@ -1,5 +1,6 @@ Aws.add_service(:SWF, { api: "#{Aws::API_DIR}/swf/2012-01-25/api-2.json", docs: "#{Aws::API_DIR}/swf/2012-01-25/docs-2.json", + examples: "#{Aws::API_DIR}/swf/2012-01-25/examples-1.json", paginators: "#{Aws::API_DIR}/swf/2012-01-25/paginators-1.json", })