aws-sdk-swf 1.0.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1618 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing for info on making contributions:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module SWF
10
+ # @api private
11
+ module ClientApi
12
+
13
+ include Seahorse::Model
14
+
15
+ ActivityId = Shapes::StringShape.new(name: 'ActivityId')
16
+ ActivityTask = Shapes::StructureShape.new(name: 'ActivityTask')
17
+ ActivityTaskCancelRequestedEventAttributes = Shapes::StructureShape.new(name: 'ActivityTaskCancelRequestedEventAttributes')
18
+ ActivityTaskCanceledEventAttributes = Shapes::StructureShape.new(name: 'ActivityTaskCanceledEventAttributes')
19
+ ActivityTaskCompletedEventAttributes = Shapes::StructureShape.new(name: 'ActivityTaskCompletedEventAttributes')
20
+ ActivityTaskFailedEventAttributes = Shapes::StructureShape.new(name: 'ActivityTaskFailedEventAttributes')
21
+ ActivityTaskScheduledEventAttributes = Shapes::StructureShape.new(name: 'ActivityTaskScheduledEventAttributes')
22
+ ActivityTaskStartedEventAttributes = Shapes::StructureShape.new(name: 'ActivityTaskStartedEventAttributes')
23
+ ActivityTaskStatus = Shapes::StructureShape.new(name: 'ActivityTaskStatus')
24
+ ActivityTaskTimedOutEventAttributes = Shapes::StructureShape.new(name: 'ActivityTaskTimedOutEventAttributes')
25
+ ActivityTaskTimeoutType = Shapes::StringShape.new(name: 'ActivityTaskTimeoutType')
26
+ ActivityType = Shapes::StructureShape.new(name: 'ActivityType')
27
+ ActivityTypeConfiguration = Shapes::StructureShape.new(name: 'ActivityTypeConfiguration')
28
+ ActivityTypeDetail = Shapes::StructureShape.new(name: 'ActivityTypeDetail')
29
+ ActivityTypeInfo = Shapes::StructureShape.new(name: 'ActivityTypeInfo')
30
+ ActivityTypeInfoList = Shapes::ListShape.new(name: 'ActivityTypeInfoList')
31
+ ActivityTypeInfos = Shapes::StructureShape.new(name: 'ActivityTypeInfos')
32
+ Arn = Shapes::StringShape.new(name: 'Arn')
33
+ CancelTimerDecisionAttributes = Shapes::StructureShape.new(name: 'CancelTimerDecisionAttributes')
34
+ CancelTimerFailedCause = Shapes::StringShape.new(name: 'CancelTimerFailedCause')
35
+ CancelTimerFailedEventAttributes = Shapes::StructureShape.new(name: 'CancelTimerFailedEventAttributes')
36
+ CancelWorkflowExecutionDecisionAttributes = Shapes::StructureShape.new(name: 'CancelWorkflowExecutionDecisionAttributes')
37
+ CancelWorkflowExecutionFailedCause = Shapes::StringShape.new(name: 'CancelWorkflowExecutionFailedCause')
38
+ CancelWorkflowExecutionFailedEventAttributes = Shapes::StructureShape.new(name: 'CancelWorkflowExecutionFailedEventAttributes')
39
+ Canceled = Shapes::BooleanShape.new(name: 'Canceled')
40
+ CauseMessage = Shapes::StringShape.new(name: 'CauseMessage')
41
+ ChildPolicy = Shapes::StringShape.new(name: 'ChildPolicy')
42
+ ChildWorkflowExecutionCanceledEventAttributes = Shapes::StructureShape.new(name: 'ChildWorkflowExecutionCanceledEventAttributes')
43
+ ChildWorkflowExecutionCompletedEventAttributes = Shapes::StructureShape.new(name: 'ChildWorkflowExecutionCompletedEventAttributes')
44
+ ChildWorkflowExecutionFailedEventAttributes = Shapes::StructureShape.new(name: 'ChildWorkflowExecutionFailedEventAttributes')
45
+ ChildWorkflowExecutionStartedEventAttributes = Shapes::StructureShape.new(name: 'ChildWorkflowExecutionStartedEventAttributes')
46
+ ChildWorkflowExecutionTerminatedEventAttributes = Shapes::StructureShape.new(name: 'ChildWorkflowExecutionTerminatedEventAttributes')
47
+ ChildWorkflowExecutionTimedOutEventAttributes = Shapes::StructureShape.new(name: 'ChildWorkflowExecutionTimedOutEventAttributes')
48
+ CloseStatus = Shapes::StringShape.new(name: 'CloseStatus')
49
+ CloseStatusFilter = Shapes::StructureShape.new(name: 'CloseStatusFilter')
50
+ CompleteWorkflowExecutionDecisionAttributes = Shapes::StructureShape.new(name: 'CompleteWorkflowExecutionDecisionAttributes')
51
+ CompleteWorkflowExecutionFailedCause = Shapes::StringShape.new(name: 'CompleteWorkflowExecutionFailedCause')
52
+ CompleteWorkflowExecutionFailedEventAttributes = Shapes::StructureShape.new(name: 'CompleteWorkflowExecutionFailedEventAttributes')
53
+ ContinueAsNewWorkflowExecutionDecisionAttributes = Shapes::StructureShape.new(name: 'ContinueAsNewWorkflowExecutionDecisionAttributes')
54
+ ContinueAsNewWorkflowExecutionFailedCause = Shapes::StringShape.new(name: 'ContinueAsNewWorkflowExecutionFailedCause')
55
+ ContinueAsNewWorkflowExecutionFailedEventAttributes = Shapes::StructureShape.new(name: 'ContinueAsNewWorkflowExecutionFailedEventAttributes')
56
+ Count = Shapes::IntegerShape.new(name: 'Count')
57
+ CountClosedWorkflowExecutionsInput = Shapes::StructureShape.new(name: 'CountClosedWorkflowExecutionsInput')
58
+ CountOpenWorkflowExecutionsInput = Shapes::StructureShape.new(name: 'CountOpenWorkflowExecutionsInput')
59
+ CountPendingActivityTasksInput = Shapes::StructureShape.new(name: 'CountPendingActivityTasksInput')
60
+ CountPendingDecisionTasksInput = Shapes::StructureShape.new(name: 'CountPendingDecisionTasksInput')
61
+ Data = Shapes::StringShape.new(name: 'Data')
62
+ Decision = Shapes::StructureShape.new(name: 'Decision')
63
+ DecisionList = Shapes::ListShape.new(name: 'DecisionList')
64
+ DecisionTask = Shapes::StructureShape.new(name: 'DecisionTask')
65
+ DecisionTaskCompletedEventAttributes = Shapes::StructureShape.new(name: 'DecisionTaskCompletedEventAttributes')
66
+ DecisionTaskScheduledEventAttributes = Shapes::StructureShape.new(name: 'DecisionTaskScheduledEventAttributes')
67
+ DecisionTaskStartedEventAttributes = Shapes::StructureShape.new(name: 'DecisionTaskStartedEventAttributes')
68
+ DecisionTaskTimedOutEventAttributes = Shapes::StructureShape.new(name: 'DecisionTaskTimedOutEventAttributes')
69
+ DecisionTaskTimeoutType = Shapes::StringShape.new(name: 'DecisionTaskTimeoutType')
70
+ DecisionType = Shapes::StringShape.new(name: 'DecisionType')
71
+ DefaultUndefinedFault = Shapes::StructureShape.new(name: 'DefaultUndefinedFault')
72
+ DeprecateActivityTypeInput = Shapes::StructureShape.new(name: 'DeprecateActivityTypeInput')
73
+ DeprecateDomainInput = Shapes::StructureShape.new(name: 'DeprecateDomainInput')
74
+ DeprecateWorkflowTypeInput = Shapes::StructureShape.new(name: 'DeprecateWorkflowTypeInput')
75
+ DescribeActivityTypeInput = Shapes::StructureShape.new(name: 'DescribeActivityTypeInput')
76
+ DescribeDomainInput = Shapes::StructureShape.new(name: 'DescribeDomainInput')
77
+ DescribeWorkflowExecutionInput = Shapes::StructureShape.new(name: 'DescribeWorkflowExecutionInput')
78
+ DescribeWorkflowTypeInput = Shapes::StructureShape.new(name: 'DescribeWorkflowTypeInput')
79
+ Description = Shapes::StringShape.new(name: 'Description')
80
+ DomainAlreadyExistsFault = Shapes::StructureShape.new(name: 'DomainAlreadyExistsFault')
81
+ DomainConfiguration = Shapes::StructureShape.new(name: 'DomainConfiguration')
82
+ DomainDeprecatedFault = Shapes::StructureShape.new(name: 'DomainDeprecatedFault')
83
+ DomainDetail = Shapes::StructureShape.new(name: 'DomainDetail')
84
+ DomainInfo = Shapes::StructureShape.new(name: 'DomainInfo')
85
+ DomainInfoList = Shapes::ListShape.new(name: 'DomainInfoList')
86
+ DomainInfos = Shapes::StructureShape.new(name: 'DomainInfos')
87
+ DomainName = Shapes::StringShape.new(name: 'DomainName')
88
+ DurationInDays = Shapes::StringShape.new(name: 'DurationInDays')
89
+ DurationInSeconds = Shapes::StringShape.new(name: 'DurationInSeconds')
90
+ DurationInSecondsOptional = Shapes::StringShape.new(name: 'DurationInSecondsOptional')
91
+ ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
92
+ EventId = Shapes::IntegerShape.new(name: 'EventId')
93
+ EventType = Shapes::StringShape.new(name: 'EventType')
94
+ ExecutionStatus = Shapes::StringShape.new(name: 'ExecutionStatus')
95
+ ExecutionTimeFilter = Shapes::StructureShape.new(name: 'ExecutionTimeFilter')
96
+ ExternalWorkflowExecutionCancelRequestedEventAttributes = Shapes::StructureShape.new(name: 'ExternalWorkflowExecutionCancelRequestedEventAttributes')
97
+ ExternalWorkflowExecutionSignaledEventAttributes = Shapes::StructureShape.new(name: 'ExternalWorkflowExecutionSignaledEventAttributes')
98
+ FailWorkflowExecutionDecisionAttributes = Shapes::StructureShape.new(name: 'FailWorkflowExecutionDecisionAttributes')
99
+ FailWorkflowExecutionFailedCause = Shapes::StringShape.new(name: 'FailWorkflowExecutionFailedCause')
100
+ FailWorkflowExecutionFailedEventAttributes = Shapes::StructureShape.new(name: 'FailWorkflowExecutionFailedEventAttributes')
101
+ FailureReason = Shapes::StringShape.new(name: 'FailureReason')
102
+ FunctionId = Shapes::StringShape.new(name: 'FunctionId')
103
+ FunctionInput = Shapes::StringShape.new(name: 'FunctionInput')
104
+ FunctionName = Shapes::StringShape.new(name: 'FunctionName')
105
+ GetWorkflowExecutionHistoryInput = Shapes::StructureShape.new(name: 'GetWorkflowExecutionHistoryInput')
106
+ History = Shapes::StructureShape.new(name: 'History')
107
+ HistoryEvent = Shapes::StructureShape.new(name: 'HistoryEvent')
108
+ HistoryEventList = Shapes::ListShape.new(name: 'HistoryEventList')
109
+ Identity = Shapes::StringShape.new(name: 'Identity')
110
+ LambdaFunctionCompletedEventAttributes = Shapes::StructureShape.new(name: 'LambdaFunctionCompletedEventAttributes')
111
+ LambdaFunctionFailedEventAttributes = Shapes::StructureShape.new(name: 'LambdaFunctionFailedEventAttributes')
112
+ LambdaFunctionScheduledEventAttributes = Shapes::StructureShape.new(name: 'LambdaFunctionScheduledEventAttributes')
113
+ LambdaFunctionStartedEventAttributes = Shapes::StructureShape.new(name: 'LambdaFunctionStartedEventAttributes')
114
+ LambdaFunctionTimedOutEventAttributes = Shapes::StructureShape.new(name: 'LambdaFunctionTimedOutEventAttributes')
115
+ LambdaFunctionTimeoutType = Shapes::StringShape.new(name: 'LambdaFunctionTimeoutType')
116
+ LimitExceededFault = Shapes::StructureShape.new(name: 'LimitExceededFault')
117
+ LimitedData = Shapes::StringShape.new(name: 'LimitedData')
118
+ ListActivityTypesInput = Shapes::StructureShape.new(name: 'ListActivityTypesInput')
119
+ ListClosedWorkflowExecutionsInput = Shapes::StructureShape.new(name: 'ListClosedWorkflowExecutionsInput')
120
+ ListDomainsInput = Shapes::StructureShape.new(name: 'ListDomainsInput')
121
+ ListOpenWorkflowExecutionsInput = Shapes::StructureShape.new(name: 'ListOpenWorkflowExecutionsInput')
122
+ ListWorkflowTypesInput = Shapes::StructureShape.new(name: 'ListWorkflowTypesInput')
123
+ MarkerName = Shapes::StringShape.new(name: 'MarkerName')
124
+ MarkerRecordedEventAttributes = Shapes::StructureShape.new(name: 'MarkerRecordedEventAttributes')
125
+ Name = Shapes::StringShape.new(name: 'Name')
126
+ OpenDecisionTasksCount = Shapes::IntegerShape.new(name: 'OpenDecisionTasksCount')
127
+ OperationNotPermittedFault = Shapes::StructureShape.new(name: 'OperationNotPermittedFault')
128
+ PageSize = Shapes::IntegerShape.new(name: 'PageSize')
129
+ PageToken = Shapes::StringShape.new(name: 'PageToken')
130
+ PendingTaskCount = Shapes::StructureShape.new(name: 'PendingTaskCount')
131
+ PollForActivityTaskInput = Shapes::StructureShape.new(name: 'PollForActivityTaskInput')
132
+ PollForDecisionTaskInput = Shapes::StructureShape.new(name: 'PollForDecisionTaskInput')
133
+ RecordActivityTaskHeartbeatInput = Shapes::StructureShape.new(name: 'RecordActivityTaskHeartbeatInput')
134
+ RecordMarkerDecisionAttributes = Shapes::StructureShape.new(name: 'RecordMarkerDecisionAttributes')
135
+ RecordMarkerFailedCause = Shapes::StringShape.new(name: 'RecordMarkerFailedCause')
136
+ RecordMarkerFailedEventAttributes = Shapes::StructureShape.new(name: 'RecordMarkerFailedEventAttributes')
137
+ RegisterActivityTypeInput = Shapes::StructureShape.new(name: 'RegisterActivityTypeInput')
138
+ RegisterDomainInput = Shapes::StructureShape.new(name: 'RegisterDomainInput')
139
+ RegisterWorkflowTypeInput = Shapes::StructureShape.new(name: 'RegisterWorkflowTypeInput')
140
+ RegistrationStatus = Shapes::StringShape.new(name: 'RegistrationStatus')
141
+ RequestCancelActivityTaskDecisionAttributes = Shapes::StructureShape.new(name: 'RequestCancelActivityTaskDecisionAttributes')
142
+ RequestCancelActivityTaskFailedCause = Shapes::StringShape.new(name: 'RequestCancelActivityTaskFailedCause')
143
+ RequestCancelActivityTaskFailedEventAttributes = Shapes::StructureShape.new(name: 'RequestCancelActivityTaskFailedEventAttributes')
144
+ RequestCancelExternalWorkflowExecutionDecisionAttributes = Shapes::StructureShape.new(name: 'RequestCancelExternalWorkflowExecutionDecisionAttributes')
145
+ RequestCancelExternalWorkflowExecutionFailedCause = Shapes::StringShape.new(name: 'RequestCancelExternalWorkflowExecutionFailedCause')
146
+ RequestCancelExternalWorkflowExecutionFailedEventAttributes = Shapes::StructureShape.new(name: 'RequestCancelExternalWorkflowExecutionFailedEventAttributes')
147
+ RequestCancelExternalWorkflowExecutionInitiatedEventAttributes = Shapes::StructureShape.new(name: 'RequestCancelExternalWorkflowExecutionInitiatedEventAttributes')
148
+ RequestCancelWorkflowExecutionInput = Shapes::StructureShape.new(name: 'RequestCancelWorkflowExecutionInput')
149
+ RespondActivityTaskCanceledInput = Shapes::StructureShape.new(name: 'RespondActivityTaskCanceledInput')
150
+ RespondActivityTaskCompletedInput = Shapes::StructureShape.new(name: 'RespondActivityTaskCompletedInput')
151
+ RespondActivityTaskFailedInput = Shapes::StructureShape.new(name: 'RespondActivityTaskFailedInput')
152
+ RespondDecisionTaskCompletedInput = Shapes::StructureShape.new(name: 'RespondDecisionTaskCompletedInput')
153
+ ReverseOrder = Shapes::BooleanShape.new(name: 'ReverseOrder')
154
+ Run = Shapes::StructureShape.new(name: 'Run')
155
+ RunId = Shapes::StringShape.new(name: 'RunId')
156
+ RunIdOptional = Shapes::StringShape.new(name: 'RunIdOptional')
157
+ ScheduleActivityTaskDecisionAttributes = Shapes::StructureShape.new(name: 'ScheduleActivityTaskDecisionAttributes')
158
+ ScheduleActivityTaskFailedCause = Shapes::StringShape.new(name: 'ScheduleActivityTaskFailedCause')
159
+ ScheduleActivityTaskFailedEventAttributes = Shapes::StructureShape.new(name: 'ScheduleActivityTaskFailedEventAttributes')
160
+ ScheduleLambdaFunctionDecisionAttributes = Shapes::StructureShape.new(name: 'ScheduleLambdaFunctionDecisionAttributes')
161
+ ScheduleLambdaFunctionFailedCause = Shapes::StringShape.new(name: 'ScheduleLambdaFunctionFailedCause')
162
+ ScheduleLambdaFunctionFailedEventAttributes = Shapes::StructureShape.new(name: 'ScheduleLambdaFunctionFailedEventAttributes')
163
+ SignalExternalWorkflowExecutionDecisionAttributes = Shapes::StructureShape.new(name: 'SignalExternalWorkflowExecutionDecisionAttributes')
164
+ SignalExternalWorkflowExecutionFailedCause = Shapes::StringShape.new(name: 'SignalExternalWorkflowExecutionFailedCause')
165
+ SignalExternalWorkflowExecutionFailedEventAttributes = Shapes::StructureShape.new(name: 'SignalExternalWorkflowExecutionFailedEventAttributes')
166
+ SignalExternalWorkflowExecutionInitiatedEventAttributes = Shapes::StructureShape.new(name: 'SignalExternalWorkflowExecutionInitiatedEventAttributes')
167
+ SignalName = Shapes::StringShape.new(name: 'SignalName')
168
+ SignalWorkflowExecutionInput = Shapes::StructureShape.new(name: 'SignalWorkflowExecutionInput')
169
+ StartChildWorkflowExecutionDecisionAttributes = Shapes::StructureShape.new(name: 'StartChildWorkflowExecutionDecisionAttributes')
170
+ StartChildWorkflowExecutionFailedCause = Shapes::StringShape.new(name: 'StartChildWorkflowExecutionFailedCause')
171
+ StartChildWorkflowExecutionFailedEventAttributes = Shapes::StructureShape.new(name: 'StartChildWorkflowExecutionFailedEventAttributes')
172
+ StartChildWorkflowExecutionInitiatedEventAttributes = Shapes::StructureShape.new(name: 'StartChildWorkflowExecutionInitiatedEventAttributes')
173
+ StartLambdaFunctionFailedCause = Shapes::StringShape.new(name: 'StartLambdaFunctionFailedCause')
174
+ StartLambdaFunctionFailedEventAttributes = Shapes::StructureShape.new(name: 'StartLambdaFunctionFailedEventAttributes')
175
+ StartTimerDecisionAttributes = Shapes::StructureShape.new(name: 'StartTimerDecisionAttributes')
176
+ StartTimerFailedCause = Shapes::StringShape.new(name: 'StartTimerFailedCause')
177
+ StartTimerFailedEventAttributes = Shapes::StructureShape.new(name: 'StartTimerFailedEventAttributes')
178
+ StartWorkflowExecutionInput = Shapes::StructureShape.new(name: 'StartWorkflowExecutionInput')
179
+ Tag = Shapes::StringShape.new(name: 'Tag')
180
+ TagFilter = Shapes::StructureShape.new(name: 'TagFilter')
181
+ TagList = Shapes::ListShape.new(name: 'TagList')
182
+ TaskList = Shapes::StructureShape.new(name: 'TaskList')
183
+ TaskPriority = Shapes::StringShape.new(name: 'TaskPriority')
184
+ TaskToken = Shapes::StringShape.new(name: 'TaskToken')
185
+ TerminateReason = Shapes::StringShape.new(name: 'TerminateReason')
186
+ TerminateWorkflowExecutionInput = Shapes::StructureShape.new(name: 'TerminateWorkflowExecutionInput')
187
+ TimerCanceledEventAttributes = Shapes::StructureShape.new(name: 'TimerCanceledEventAttributes')
188
+ TimerFiredEventAttributes = Shapes::StructureShape.new(name: 'TimerFiredEventAttributes')
189
+ TimerId = Shapes::StringShape.new(name: 'TimerId')
190
+ TimerStartedEventAttributes = Shapes::StructureShape.new(name: 'TimerStartedEventAttributes')
191
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
192
+ Truncated = Shapes::BooleanShape.new(name: 'Truncated')
193
+ TypeAlreadyExistsFault = Shapes::StructureShape.new(name: 'TypeAlreadyExistsFault')
194
+ TypeDeprecatedFault = Shapes::StructureShape.new(name: 'TypeDeprecatedFault')
195
+ UnknownResourceFault = Shapes::StructureShape.new(name: 'UnknownResourceFault')
196
+ Version = Shapes::StringShape.new(name: 'Version')
197
+ VersionOptional = Shapes::StringShape.new(name: 'VersionOptional')
198
+ WorkflowExecution = Shapes::StructureShape.new(name: 'WorkflowExecution')
199
+ WorkflowExecutionAlreadyStartedFault = Shapes::StructureShape.new(name: 'WorkflowExecutionAlreadyStartedFault')
200
+ WorkflowExecutionCancelRequestedCause = Shapes::StringShape.new(name: 'WorkflowExecutionCancelRequestedCause')
201
+ WorkflowExecutionCancelRequestedEventAttributes = Shapes::StructureShape.new(name: 'WorkflowExecutionCancelRequestedEventAttributes')
202
+ WorkflowExecutionCanceledEventAttributes = Shapes::StructureShape.new(name: 'WorkflowExecutionCanceledEventAttributes')
203
+ WorkflowExecutionCompletedEventAttributes = Shapes::StructureShape.new(name: 'WorkflowExecutionCompletedEventAttributes')
204
+ WorkflowExecutionConfiguration = Shapes::StructureShape.new(name: 'WorkflowExecutionConfiguration')
205
+ WorkflowExecutionContinuedAsNewEventAttributes = Shapes::StructureShape.new(name: 'WorkflowExecutionContinuedAsNewEventAttributes')
206
+ WorkflowExecutionCount = Shapes::StructureShape.new(name: 'WorkflowExecutionCount')
207
+ WorkflowExecutionDetail = Shapes::StructureShape.new(name: 'WorkflowExecutionDetail')
208
+ WorkflowExecutionFailedEventAttributes = Shapes::StructureShape.new(name: 'WorkflowExecutionFailedEventAttributes')
209
+ WorkflowExecutionFilter = Shapes::StructureShape.new(name: 'WorkflowExecutionFilter')
210
+ WorkflowExecutionInfo = Shapes::StructureShape.new(name: 'WorkflowExecutionInfo')
211
+ WorkflowExecutionInfoList = Shapes::ListShape.new(name: 'WorkflowExecutionInfoList')
212
+ WorkflowExecutionInfos = Shapes::StructureShape.new(name: 'WorkflowExecutionInfos')
213
+ WorkflowExecutionOpenCounts = Shapes::StructureShape.new(name: 'WorkflowExecutionOpenCounts')
214
+ WorkflowExecutionSignaledEventAttributes = Shapes::StructureShape.new(name: 'WorkflowExecutionSignaledEventAttributes')
215
+ WorkflowExecutionStartedEventAttributes = Shapes::StructureShape.new(name: 'WorkflowExecutionStartedEventAttributes')
216
+ WorkflowExecutionTerminatedCause = Shapes::StringShape.new(name: 'WorkflowExecutionTerminatedCause')
217
+ WorkflowExecutionTerminatedEventAttributes = Shapes::StructureShape.new(name: 'WorkflowExecutionTerminatedEventAttributes')
218
+ WorkflowExecutionTimedOutEventAttributes = Shapes::StructureShape.new(name: 'WorkflowExecutionTimedOutEventAttributes')
219
+ WorkflowExecutionTimeoutType = Shapes::StringShape.new(name: 'WorkflowExecutionTimeoutType')
220
+ WorkflowId = Shapes::StringShape.new(name: 'WorkflowId')
221
+ WorkflowType = Shapes::StructureShape.new(name: 'WorkflowType')
222
+ WorkflowTypeConfiguration = Shapes::StructureShape.new(name: 'WorkflowTypeConfiguration')
223
+ WorkflowTypeDetail = Shapes::StructureShape.new(name: 'WorkflowTypeDetail')
224
+ WorkflowTypeFilter = Shapes::StructureShape.new(name: 'WorkflowTypeFilter')
225
+ WorkflowTypeInfo = Shapes::StructureShape.new(name: 'WorkflowTypeInfo')
226
+ WorkflowTypeInfoList = Shapes::ListShape.new(name: 'WorkflowTypeInfoList')
227
+ WorkflowTypeInfos = Shapes::StructureShape.new(name: 'WorkflowTypeInfos')
228
+
229
+ ActivityTask.add_member(:task_token, Shapes::ShapeRef.new(shape: TaskToken, required: true, location_name: "taskToken"))
230
+ ActivityTask.add_member(:activity_id, Shapes::ShapeRef.new(shape: ActivityId, required: true, location_name: "activityId"))
231
+ ActivityTask.add_member(:started_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "startedEventId"))
232
+ ActivityTask.add_member(:workflow_execution, Shapes::ShapeRef.new(shape: WorkflowExecution, required: true, location_name: "workflowExecution"))
233
+ ActivityTask.add_member(:activity_type, Shapes::ShapeRef.new(shape: ActivityType, required: true, location_name: "activityType"))
234
+ ActivityTask.add_member(:input, Shapes::ShapeRef.new(shape: Data, location_name: "input"))
235
+ ActivityTask.struct_class = Types::ActivityTask
236
+
237
+ ActivityTaskCancelRequestedEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
238
+ ActivityTaskCancelRequestedEventAttributes.add_member(:activity_id, Shapes::ShapeRef.new(shape: ActivityId, required: true, location_name: "activityId"))
239
+ ActivityTaskCancelRequestedEventAttributes.struct_class = Types::ActivityTaskCancelRequestedEventAttributes
240
+
241
+ ActivityTaskCanceledEventAttributes.add_member(:details, Shapes::ShapeRef.new(shape: Data, location_name: "details"))
242
+ ActivityTaskCanceledEventAttributes.add_member(:scheduled_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "scheduledEventId"))
243
+ ActivityTaskCanceledEventAttributes.add_member(:started_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "startedEventId"))
244
+ ActivityTaskCanceledEventAttributes.add_member(:latest_cancel_requested_event_id, Shapes::ShapeRef.new(shape: EventId, location_name: "latestCancelRequestedEventId"))
245
+ ActivityTaskCanceledEventAttributes.struct_class = Types::ActivityTaskCanceledEventAttributes
246
+
247
+ ActivityTaskCompletedEventAttributes.add_member(:result, Shapes::ShapeRef.new(shape: Data, location_name: "result"))
248
+ ActivityTaskCompletedEventAttributes.add_member(:scheduled_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "scheduledEventId"))
249
+ ActivityTaskCompletedEventAttributes.add_member(:started_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "startedEventId"))
250
+ ActivityTaskCompletedEventAttributes.struct_class = Types::ActivityTaskCompletedEventAttributes
251
+
252
+ ActivityTaskFailedEventAttributes.add_member(:reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "reason"))
253
+ ActivityTaskFailedEventAttributes.add_member(:details, Shapes::ShapeRef.new(shape: Data, location_name: "details"))
254
+ ActivityTaskFailedEventAttributes.add_member(:scheduled_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "scheduledEventId"))
255
+ ActivityTaskFailedEventAttributes.add_member(:started_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "startedEventId"))
256
+ ActivityTaskFailedEventAttributes.struct_class = Types::ActivityTaskFailedEventAttributes
257
+
258
+ ActivityTaskScheduledEventAttributes.add_member(:activity_type, Shapes::ShapeRef.new(shape: ActivityType, required: true, location_name: "activityType"))
259
+ ActivityTaskScheduledEventAttributes.add_member(:activity_id, Shapes::ShapeRef.new(shape: ActivityId, required: true, location_name: "activityId"))
260
+ ActivityTaskScheduledEventAttributes.add_member(:input, Shapes::ShapeRef.new(shape: Data, location_name: "input"))
261
+ ActivityTaskScheduledEventAttributes.add_member(:control, Shapes::ShapeRef.new(shape: Data, location_name: "control"))
262
+ ActivityTaskScheduledEventAttributes.add_member(:schedule_to_start_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "scheduleToStartTimeout"))
263
+ ActivityTaskScheduledEventAttributes.add_member(:schedule_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "scheduleToCloseTimeout"))
264
+ ActivityTaskScheduledEventAttributes.add_member(:start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "startToCloseTimeout"))
265
+ ActivityTaskScheduledEventAttributes.add_member(:task_list, Shapes::ShapeRef.new(shape: TaskList, required: true, location_name: "taskList"))
266
+ ActivityTaskScheduledEventAttributes.add_member(:task_priority, Shapes::ShapeRef.new(shape: TaskPriority, location_name: "taskPriority"))
267
+ ActivityTaskScheduledEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
268
+ ActivityTaskScheduledEventAttributes.add_member(:heartbeat_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "heartbeatTimeout"))
269
+ ActivityTaskScheduledEventAttributes.struct_class = Types::ActivityTaskScheduledEventAttributes
270
+
271
+ ActivityTaskStartedEventAttributes.add_member(:identity, Shapes::ShapeRef.new(shape: Identity, location_name: "identity"))
272
+ ActivityTaskStartedEventAttributes.add_member(:scheduled_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "scheduledEventId"))
273
+ ActivityTaskStartedEventAttributes.struct_class = Types::ActivityTaskStartedEventAttributes
274
+
275
+ ActivityTaskStatus.add_member(:cancel_requested, Shapes::ShapeRef.new(shape: Canceled, required: true, location_name: "cancelRequested"))
276
+ ActivityTaskStatus.struct_class = Types::ActivityTaskStatus
277
+
278
+ ActivityTaskTimedOutEventAttributes.add_member(:timeout_type, Shapes::ShapeRef.new(shape: ActivityTaskTimeoutType, required: true, location_name: "timeoutType"))
279
+ ActivityTaskTimedOutEventAttributes.add_member(:scheduled_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "scheduledEventId"))
280
+ ActivityTaskTimedOutEventAttributes.add_member(:started_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "startedEventId"))
281
+ ActivityTaskTimedOutEventAttributes.add_member(:details, Shapes::ShapeRef.new(shape: LimitedData, location_name: "details"))
282
+ ActivityTaskTimedOutEventAttributes.struct_class = Types::ActivityTaskTimedOutEventAttributes
283
+
284
+ ActivityType.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
285
+ ActivityType.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "version"))
286
+ ActivityType.struct_class = Types::ActivityType
287
+
288
+ ActivityTypeConfiguration.add_member(:default_task_start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "defaultTaskStartToCloseTimeout"))
289
+ ActivityTypeConfiguration.add_member(:default_task_heartbeat_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "defaultTaskHeartbeatTimeout"))
290
+ ActivityTypeConfiguration.add_member(:default_task_list, Shapes::ShapeRef.new(shape: TaskList, location_name: "defaultTaskList"))
291
+ ActivityTypeConfiguration.add_member(:default_task_priority, Shapes::ShapeRef.new(shape: TaskPriority, location_name: "defaultTaskPriority"))
292
+ ActivityTypeConfiguration.add_member(:default_task_schedule_to_start_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "defaultTaskScheduleToStartTimeout"))
293
+ ActivityTypeConfiguration.add_member(:default_task_schedule_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "defaultTaskScheduleToCloseTimeout"))
294
+ ActivityTypeConfiguration.struct_class = Types::ActivityTypeConfiguration
295
+
296
+ ActivityTypeDetail.add_member(:type_info, Shapes::ShapeRef.new(shape: ActivityTypeInfo, required: true, location_name: "typeInfo"))
297
+ ActivityTypeDetail.add_member(:configuration, Shapes::ShapeRef.new(shape: ActivityTypeConfiguration, required: true, location_name: "configuration"))
298
+ ActivityTypeDetail.struct_class = Types::ActivityTypeDetail
299
+
300
+ ActivityTypeInfo.add_member(:activity_type, Shapes::ShapeRef.new(shape: ActivityType, required: true, location_name: "activityType"))
301
+ ActivityTypeInfo.add_member(:status, Shapes::ShapeRef.new(shape: RegistrationStatus, required: true, location_name: "status"))
302
+ ActivityTypeInfo.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
303
+ ActivityTypeInfo.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDate"))
304
+ ActivityTypeInfo.add_member(:deprecation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "deprecationDate"))
305
+ ActivityTypeInfo.struct_class = Types::ActivityTypeInfo
306
+
307
+ ActivityTypeInfoList.member = Shapes::ShapeRef.new(shape: ActivityTypeInfo)
308
+
309
+ ActivityTypeInfos.add_member(:type_infos, Shapes::ShapeRef.new(shape: ActivityTypeInfoList, required: true, location_name: "typeInfos"))
310
+ ActivityTypeInfos.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextPageToken"))
311
+ ActivityTypeInfos.struct_class = Types::ActivityTypeInfos
312
+
313
+ CancelTimerDecisionAttributes.add_member(:timer_id, Shapes::ShapeRef.new(shape: TimerId, required: true, location_name: "timerId"))
314
+ CancelTimerDecisionAttributes.struct_class = Types::CancelTimerDecisionAttributes
315
+
316
+ CancelTimerFailedEventAttributes.add_member(:timer_id, Shapes::ShapeRef.new(shape: TimerId, required: true, location_name: "timerId"))
317
+ CancelTimerFailedEventAttributes.add_member(:cause, Shapes::ShapeRef.new(shape: CancelTimerFailedCause, required: true, location_name: "cause"))
318
+ CancelTimerFailedEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
319
+ CancelTimerFailedEventAttributes.struct_class = Types::CancelTimerFailedEventAttributes
320
+
321
+ CancelWorkflowExecutionDecisionAttributes.add_member(:details, Shapes::ShapeRef.new(shape: Data, location_name: "details"))
322
+ CancelWorkflowExecutionDecisionAttributes.struct_class = Types::CancelWorkflowExecutionDecisionAttributes
323
+
324
+ CancelWorkflowExecutionFailedEventAttributes.add_member(:cause, Shapes::ShapeRef.new(shape: CancelWorkflowExecutionFailedCause, required: true, location_name: "cause"))
325
+ CancelWorkflowExecutionFailedEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
326
+ CancelWorkflowExecutionFailedEventAttributes.struct_class = Types::CancelWorkflowExecutionFailedEventAttributes
327
+
328
+ ChildWorkflowExecutionCanceledEventAttributes.add_member(:workflow_execution, Shapes::ShapeRef.new(shape: WorkflowExecution, required: true, location_name: "workflowExecution"))
329
+ ChildWorkflowExecutionCanceledEventAttributes.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "workflowType"))
330
+ ChildWorkflowExecutionCanceledEventAttributes.add_member(:details, Shapes::ShapeRef.new(shape: Data, location_name: "details"))
331
+ ChildWorkflowExecutionCanceledEventAttributes.add_member(:initiated_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "initiatedEventId"))
332
+ ChildWorkflowExecutionCanceledEventAttributes.add_member(:started_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "startedEventId"))
333
+ ChildWorkflowExecutionCanceledEventAttributes.struct_class = Types::ChildWorkflowExecutionCanceledEventAttributes
334
+
335
+ ChildWorkflowExecutionCompletedEventAttributes.add_member(:workflow_execution, Shapes::ShapeRef.new(shape: WorkflowExecution, required: true, location_name: "workflowExecution"))
336
+ ChildWorkflowExecutionCompletedEventAttributes.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "workflowType"))
337
+ ChildWorkflowExecutionCompletedEventAttributes.add_member(:result, Shapes::ShapeRef.new(shape: Data, location_name: "result"))
338
+ ChildWorkflowExecutionCompletedEventAttributes.add_member(:initiated_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "initiatedEventId"))
339
+ ChildWorkflowExecutionCompletedEventAttributes.add_member(:started_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "startedEventId"))
340
+ ChildWorkflowExecutionCompletedEventAttributes.struct_class = Types::ChildWorkflowExecutionCompletedEventAttributes
341
+
342
+ ChildWorkflowExecutionFailedEventAttributes.add_member(:workflow_execution, Shapes::ShapeRef.new(shape: WorkflowExecution, required: true, location_name: "workflowExecution"))
343
+ ChildWorkflowExecutionFailedEventAttributes.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "workflowType"))
344
+ ChildWorkflowExecutionFailedEventAttributes.add_member(:reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "reason"))
345
+ ChildWorkflowExecutionFailedEventAttributes.add_member(:details, Shapes::ShapeRef.new(shape: Data, location_name: "details"))
346
+ ChildWorkflowExecutionFailedEventAttributes.add_member(:initiated_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "initiatedEventId"))
347
+ ChildWorkflowExecutionFailedEventAttributes.add_member(:started_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "startedEventId"))
348
+ ChildWorkflowExecutionFailedEventAttributes.struct_class = Types::ChildWorkflowExecutionFailedEventAttributes
349
+
350
+ ChildWorkflowExecutionStartedEventAttributes.add_member(:workflow_execution, Shapes::ShapeRef.new(shape: WorkflowExecution, required: true, location_name: "workflowExecution"))
351
+ ChildWorkflowExecutionStartedEventAttributes.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "workflowType"))
352
+ ChildWorkflowExecutionStartedEventAttributes.add_member(:initiated_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "initiatedEventId"))
353
+ ChildWorkflowExecutionStartedEventAttributes.struct_class = Types::ChildWorkflowExecutionStartedEventAttributes
354
+
355
+ ChildWorkflowExecutionTerminatedEventAttributes.add_member(:workflow_execution, Shapes::ShapeRef.new(shape: WorkflowExecution, required: true, location_name: "workflowExecution"))
356
+ ChildWorkflowExecutionTerminatedEventAttributes.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "workflowType"))
357
+ ChildWorkflowExecutionTerminatedEventAttributes.add_member(:initiated_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "initiatedEventId"))
358
+ ChildWorkflowExecutionTerminatedEventAttributes.add_member(:started_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "startedEventId"))
359
+ ChildWorkflowExecutionTerminatedEventAttributes.struct_class = Types::ChildWorkflowExecutionTerminatedEventAttributes
360
+
361
+ ChildWorkflowExecutionTimedOutEventAttributes.add_member(:workflow_execution, Shapes::ShapeRef.new(shape: WorkflowExecution, required: true, location_name: "workflowExecution"))
362
+ ChildWorkflowExecutionTimedOutEventAttributes.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "workflowType"))
363
+ ChildWorkflowExecutionTimedOutEventAttributes.add_member(:timeout_type, Shapes::ShapeRef.new(shape: WorkflowExecutionTimeoutType, required: true, location_name: "timeoutType"))
364
+ ChildWorkflowExecutionTimedOutEventAttributes.add_member(:initiated_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "initiatedEventId"))
365
+ ChildWorkflowExecutionTimedOutEventAttributes.add_member(:started_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "startedEventId"))
366
+ ChildWorkflowExecutionTimedOutEventAttributes.struct_class = Types::ChildWorkflowExecutionTimedOutEventAttributes
367
+
368
+ CloseStatusFilter.add_member(:status, Shapes::ShapeRef.new(shape: CloseStatus, required: true, location_name: "status"))
369
+ CloseStatusFilter.struct_class = Types::CloseStatusFilter
370
+
371
+ CompleteWorkflowExecutionDecisionAttributes.add_member(:result, Shapes::ShapeRef.new(shape: Data, location_name: "result"))
372
+ CompleteWorkflowExecutionDecisionAttributes.struct_class = Types::CompleteWorkflowExecutionDecisionAttributes
373
+
374
+ CompleteWorkflowExecutionFailedEventAttributes.add_member(:cause, Shapes::ShapeRef.new(shape: CompleteWorkflowExecutionFailedCause, required: true, location_name: "cause"))
375
+ CompleteWorkflowExecutionFailedEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
376
+ CompleteWorkflowExecutionFailedEventAttributes.struct_class = Types::CompleteWorkflowExecutionFailedEventAttributes
377
+
378
+ ContinueAsNewWorkflowExecutionDecisionAttributes.add_member(:input, Shapes::ShapeRef.new(shape: Data, location_name: "input"))
379
+ ContinueAsNewWorkflowExecutionDecisionAttributes.add_member(:execution_start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "executionStartToCloseTimeout"))
380
+ ContinueAsNewWorkflowExecutionDecisionAttributes.add_member(:task_list, Shapes::ShapeRef.new(shape: TaskList, location_name: "taskList"))
381
+ ContinueAsNewWorkflowExecutionDecisionAttributes.add_member(:task_priority, Shapes::ShapeRef.new(shape: TaskPriority, location_name: "taskPriority"))
382
+ ContinueAsNewWorkflowExecutionDecisionAttributes.add_member(:task_start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "taskStartToCloseTimeout"))
383
+ ContinueAsNewWorkflowExecutionDecisionAttributes.add_member(:child_policy, Shapes::ShapeRef.new(shape: ChildPolicy, location_name: "childPolicy"))
384
+ ContinueAsNewWorkflowExecutionDecisionAttributes.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "tagList"))
385
+ ContinueAsNewWorkflowExecutionDecisionAttributes.add_member(:workflow_type_version, Shapes::ShapeRef.new(shape: Version, location_name: "workflowTypeVersion"))
386
+ ContinueAsNewWorkflowExecutionDecisionAttributes.add_member(:lambda_role, Shapes::ShapeRef.new(shape: Arn, location_name: "lambdaRole"))
387
+ ContinueAsNewWorkflowExecutionDecisionAttributes.struct_class = Types::ContinueAsNewWorkflowExecutionDecisionAttributes
388
+
389
+ ContinueAsNewWorkflowExecutionFailedEventAttributes.add_member(:cause, Shapes::ShapeRef.new(shape: ContinueAsNewWorkflowExecutionFailedCause, required: true, location_name: "cause"))
390
+ ContinueAsNewWorkflowExecutionFailedEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
391
+ ContinueAsNewWorkflowExecutionFailedEventAttributes.struct_class = Types::ContinueAsNewWorkflowExecutionFailedEventAttributes
392
+
393
+ CountClosedWorkflowExecutionsInput.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domain"))
394
+ CountClosedWorkflowExecutionsInput.add_member(:start_time_filter, Shapes::ShapeRef.new(shape: ExecutionTimeFilter, location_name: "startTimeFilter"))
395
+ CountClosedWorkflowExecutionsInput.add_member(:close_time_filter, Shapes::ShapeRef.new(shape: ExecutionTimeFilter, location_name: "closeTimeFilter"))
396
+ CountClosedWorkflowExecutionsInput.add_member(:execution_filter, Shapes::ShapeRef.new(shape: WorkflowExecutionFilter, location_name: "executionFilter"))
397
+ CountClosedWorkflowExecutionsInput.add_member(:type_filter, Shapes::ShapeRef.new(shape: WorkflowTypeFilter, location_name: "typeFilter"))
398
+ CountClosedWorkflowExecutionsInput.add_member(:tag_filter, Shapes::ShapeRef.new(shape: TagFilter, location_name: "tagFilter"))
399
+ CountClosedWorkflowExecutionsInput.add_member(:close_status_filter, Shapes::ShapeRef.new(shape: CloseStatusFilter, location_name: "closeStatusFilter"))
400
+ CountClosedWorkflowExecutionsInput.struct_class = Types::CountClosedWorkflowExecutionsInput
401
+
402
+ CountOpenWorkflowExecutionsInput.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domain"))
403
+ CountOpenWorkflowExecutionsInput.add_member(:start_time_filter, Shapes::ShapeRef.new(shape: ExecutionTimeFilter, required: true, location_name: "startTimeFilter"))
404
+ CountOpenWorkflowExecutionsInput.add_member(:type_filter, Shapes::ShapeRef.new(shape: WorkflowTypeFilter, location_name: "typeFilter"))
405
+ CountOpenWorkflowExecutionsInput.add_member(:tag_filter, Shapes::ShapeRef.new(shape: TagFilter, location_name: "tagFilter"))
406
+ CountOpenWorkflowExecutionsInput.add_member(:execution_filter, Shapes::ShapeRef.new(shape: WorkflowExecutionFilter, location_name: "executionFilter"))
407
+ CountOpenWorkflowExecutionsInput.struct_class = Types::CountOpenWorkflowExecutionsInput
408
+
409
+ CountPendingActivityTasksInput.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domain"))
410
+ CountPendingActivityTasksInput.add_member(:task_list, Shapes::ShapeRef.new(shape: TaskList, required: true, location_name: "taskList"))
411
+ CountPendingActivityTasksInput.struct_class = Types::CountPendingActivityTasksInput
412
+
413
+ CountPendingDecisionTasksInput.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domain"))
414
+ CountPendingDecisionTasksInput.add_member(:task_list, Shapes::ShapeRef.new(shape: TaskList, required: true, location_name: "taskList"))
415
+ CountPendingDecisionTasksInput.struct_class = Types::CountPendingDecisionTasksInput
416
+
417
+ Decision.add_member(:decision_type, Shapes::ShapeRef.new(shape: DecisionType, required: true, location_name: "decisionType"))
418
+ Decision.add_member(:schedule_activity_task_decision_attributes, Shapes::ShapeRef.new(shape: ScheduleActivityTaskDecisionAttributes, location_name: "scheduleActivityTaskDecisionAttributes"))
419
+ Decision.add_member(:request_cancel_activity_task_decision_attributes, Shapes::ShapeRef.new(shape: RequestCancelActivityTaskDecisionAttributes, location_name: "requestCancelActivityTaskDecisionAttributes"))
420
+ Decision.add_member(:complete_workflow_execution_decision_attributes, Shapes::ShapeRef.new(shape: CompleteWorkflowExecutionDecisionAttributes, location_name: "completeWorkflowExecutionDecisionAttributes"))
421
+ Decision.add_member(:fail_workflow_execution_decision_attributes, Shapes::ShapeRef.new(shape: FailWorkflowExecutionDecisionAttributes, location_name: "failWorkflowExecutionDecisionAttributes"))
422
+ Decision.add_member(:cancel_workflow_execution_decision_attributes, Shapes::ShapeRef.new(shape: CancelWorkflowExecutionDecisionAttributes, location_name: "cancelWorkflowExecutionDecisionAttributes"))
423
+ Decision.add_member(:continue_as_new_workflow_execution_decision_attributes, Shapes::ShapeRef.new(shape: ContinueAsNewWorkflowExecutionDecisionAttributes, location_name: "continueAsNewWorkflowExecutionDecisionAttributes"))
424
+ Decision.add_member(:record_marker_decision_attributes, Shapes::ShapeRef.new(shape: RecordMarkerDecisionAttributes, location_name: "recordMarkerDecisionAttributes"))
425
+ Decision.add_member(:start_timer_decision_attributes, Shapes::ShapeRef.new(shape: StartTimerDecisionAttributes, location_name: "startTimerDecisionAttributes"))
426
+ Decision.add_member(:cancel_timer_decision_attributes, Shapes::ShapeRef.new(shape: CancelTimerDecisionAttributes, location_name: "cancelTimerDecisionAttributes"))
427
+ Decision.add_member(:signal_external_workflow_execution_decision_attributes, Shapes::ShapeRef.new(shape: SignalExternalWorkflowExecutionDecisionAttributes, location_name: "signalExternalWorkflowExecutionDecisionAttributes"))
428
+ Decision.add_member(:request_cancel_external_workflow_execution_decision_attributes, Shapes::ShapeRef.new(shape: RequestCancelExternalWorkflowExecutionDecisionAttributes, location_name: "requestCancelExternalWorkflowExecutionDecisionAttributes"))
429
+ Decision.add_member(:start_child_workflow_execution_decision_attributes, Shapes::ShapeRef.new(shape: StartChildWorkflowExecutionDecisionAttributes, location_name: "startChildWorkflowExecutionDecisionAttributes"))
430
+ Decision.add_member(:schedule_lambda_function_decision_attributes, Shapes::ShapeRef.new(shape: ScheduleLambdaFunctionDecisionAttributes, location_name: "scheduleLambdaFunctionDecisionAttributes"))
431
+ Decision.struct_class = Types::Decision
432
+
433
+ DecisionList.member = Shapes::ShapeRef.new(shape: Decision)
434
+
435
+ DecisionTask.add_member(:task_token, Shapes::ShapeRef.new(shape: TaskToken, required: true, location_name: "taskToken"))
436
+ DecisionTask.add_member(:started_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "startedEventId"))
437
+ DecisionTask.add_member(:workflow_execution, Shapes::ShapeRef.new(shape: WorkflowExecution, required: true, location_name: "workflowExecution"))
438
+ DecisionTask.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "workflowType"))
439
+ DecisionTask.add_member(:events, Shapes::ShapeRef.new(shape: HistoryEventList, required: true, location_name: "events"))
440
+ DecisionTask.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextPageToken"))
441
+ DecisionTask.add_member(:previous_started_event_id, Shapes::ShapeRef.new(shape: EventId, location_name: "previousStartedEventId"))
442
+ DecisionTask.struct_class = Types::DecisionTask
443
+
444
+ DecisionTaskCompletedEventAttributes.add_member(:execution_context, Shapes::ShapeRef.new(shape: Data, location_name: "executionContext"))
445
+ DecisionTaskCompletedEventAttributes.add_member(:scheduled_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "scheduledEventId"))
446
+ DecisionTaskCompletedEventAttributes.add_member(:started_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "startedEventId"))
447
+ DecisionTaskCompletedEventAttributes.struct_class = Types::DecisionTaskCompletedEventAttributes
448
+
449
+ DecisionTaskScheduledEventAttributes.add_member(:task_list, Shapes::ShapeRef.new(shape: TaskList, required: true, location_name: "taskList"))
450
+ DecisionTaskScheduledEventAttributes.add_member(:task_priority, Shapes::ShapeRef.new(shape: TaskPriority, location_name: "taskPriority"))
451
+ DecisionTaskScheduledEventAttributes.add_member(:start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "startToCloseTimeout"))
452
+ DecisionTaskScheduledEventAttributes.struct_class = Types::DecisionTaskScheduledEventAttributes
453
+
454
+ DecisionTaskStartedEventAttributes.add_member(:identity, Shapes::ShapeRef.new(shape: Identity, location_name: "identity"))
455
+ DecisionTaskStartedEventAttributes.add_member(:scheduled_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "scheduledEventId"))
456
+ DecisionTaskStartedEventAttributes.struct_class = Types::DecisionTaskStartedEventAttributes
457
+
458
+ DecisionTaskTimedOutEventAttributes.add_member(:timeout_type, Shapes::ShapeRef.new(shape: DecisionTaskTimeoutType, required: true, location_name: "timeoutType"))
459
+ DecisionTaskTimedOutEventAttributes.add_member(:scheduled_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "scheduledEventId"))
460
+ DecisionTaskTimedOutEventAttributes.add_member(:started_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "startedEventId"))
461
+ DecisionTaskTimedOutEventAttributes.struct_class = Types::DecisionTaskTimedOutEventAttributes
462
+
463
+ DeprecateActivityTypeInput.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domain"))
464
+ DeprecateActivityTypeInput.add_member(:activity_type, Shapes::ShapeRef.new(shape: ActivityType, required: true, location_name: "activityType"))
465
+ DeprecateActivityTypeInput.struct_class = Types::DeprecateActivityTypeInput
466
+
467
+ DeprecateDomainInput.add_member(:name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "name"))
468
+ DeprecateDomainInput.struct_class = Types::DeprecateDomainInput
469
+
470
+ DeprecateWorkflowTypeInput.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domain"))
471
+ DeprecateWorkflowTypeInput.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "workflowType"))
472
+ DeprecateWorkflowTypeInput.struct_class = Types::DeprecateWorkflowTypeInput
473
+
474
+ DescribeActivityTypeInput.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domain"))
475
+ DescribeActivityTypeInput.add_member(:activity_type, Shapes::ShapeRef.new(shape: ActivityType, required: true, location_name: "activityType"))
476
+ DescribeActivityTypeInput.struct_class = Types::DescribeActivityTypeInput
477
+
478
+ DescribeDomainInput.add_member(:name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "name"))
479
+ DescribeDomainInput.struct_class = Types::DescribeDomainInput
480
+
481
+ DescribeWorkflowExecutionInput.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domain"))
482
+ DescribeWorkflowExecutionInput.add_member(:execution, Shapes::ShapeRef.new(shape: WorkflowExecution, required: true, location_name: "execution"))
483
+ DescribeWorkflowExecutionInput.struct_class = Types::DescribeWorkflowExecutionInput
484
+
485
+ DescribeWorkflowTypeInput.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domain"))
486
+ DescribeWorkflowTypeInput.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "workflowType"))
487
+ DescribeWorkflowTypeInput.struct_class = Types::DescribeWorkflowTypeInput
488
+
489
+ DomainConfiguration.add_member(:workflow_execution_retention_period_in_days, Shapes::ShapeRef.new(shape: DurationInDays, required: true, location_name: "workflowExecutionRetentionPeriodInDays"))
490
+ DomainConfiguration.struct_class = Types::DomainConfiguration
491
+
492
+ DomainDetail.add_member(:domain_info, Shapes::ShapeRef.new(shape: DomainInfo, required: true, location_name: "domainInfo"))
493
+ DomainDetail.add_member(:configuration, Shapes::ShapeRef.new(shape: DomainConfiguration, required: true, location_name: "configuration"))
494
+ DomainDetail.struct_class = Types::DomainDetail
495
+
496
+ DomainInfo.add_member(:name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "name"))
497
+ DomainInfo.add_member(:status, Shapes::ShapeRef.new(shape: RegistrationStatus, required: true, location_name: "status"))
498
+ DomainInfo.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
499
+ DomainInfo.struct_class = Types::DomainInfo
500
+
501
+ DomainInfoList.member = Shapes::ShapeRef.new(shape: DomainInfo)
502
+
503
+ DomainInfos.add_member(:domain_infos, Shapes::ShapeRef.new(shape: DomainInfoList, required: true, location_name: "domainInfos"))
504
+ DomainInfos.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextPageToken"))
505
+ DomainInfos.struct_class = Types::DomainInfos
506
+
507
+ ExecutionTimeFilter.add_member(:oldest_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "oldestDate"))
508
+ ExecutionTimeFilter.add_member(:latest_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "latestDate"))
509
+ ExecutionTimeFilter.struct_class = Types::ExecutionTimeFilter
510
+
511
+ ExternalWorkflowExecutionCancelRequestedEventAttributes.add_member(:workflow_execution, Shapes::ShapeRef.new(shape: WorkflowExecution, required: true, location_name: "workflowExecution"))
512
+ ExternalWorkflowExecutionCancelRequestedEventAttributes.add_member(:initiated_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "initiatedEventId"))
513
+ ExternalWorkflowExecutionCancelRequestedEventAttributes.struct_class = Types::ExternalWorkflowExecutionCancelRequestedEventAttributes
514
+
515
+ ExternalWorkflowExecutionSignaledEventAttributes.add_member(:workflow_execution, Shapes::ShapeRef.new(shape: WorkflowExecution, required: true, location_name: "workflowExecution"))
516
+ ExternalWorkflowExecutionSignaledEventAttributes.add_member(:initiated_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "initiatedEventId"))
517
+ ExternalWorkflowExecutionSignaledEventAttributes.struct_class = Types::ExternalWorkflowExecutionSignaledEventAttributes
518
+
519
+ FailWorkflowExecutionDecisionAttributes.add_member(:reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "reason"))
520
+ FailWorkflowExecutionDecisionAttributes.add_member(:details, Shapes::ShapeRef.new(shape: Data, location_name: "details"))
521
+ FailWorkflowExecutionDecisionAttributes.struct_class = Types::FailWorkflowExecutionDecisionAttributes
522
+
523
+ FailWorkflowExecutionFailedEventAttributes.add_member(:cause, Shapes::ShapeRef.new(shape: FailWorkflowExecutionFailedCause, required: true, location_name: "cause"))
524
+ FailWorkflowExecutionFailedEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
525
+ FailWorkflowExecutionFailedEventAttributes.struct_class = Types::FailWorkflowExecutionFailedEventAttributes
526
+
527
+ GetWorkflowExecutionHistoryInput.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domain"))
528
+ GetWorkflowExecutionHistoryInput.add_member(:execution, Shapes::ShapeRef.new(shape: WorkflowExecution, required: true, location_name: "execution"))
529
+ GetWorkflowExecutionHistoryInput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextPageToken"))
530
+ GetWorkflowExecutionHistoryInput.add_member(:maximum_page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "maximumPageSize"))
531
+ GetWorkflowExecutionHistoryInput.add_member(:reverse_order, Shapes::ShapeRef.new(shape: ReverseOrder, location_name: "reverseOrder"))
532
+ GetWorkflowExecutionHistoryInput.struct_class = Types::GetWorkflowExecutionHistoryInput
533
+
534
+ History.add_member(:events, Shapes::ShapeRef.new(shape: HistoryEventList, required: true, location_name: "events"))
535
+ History.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextPageToken"))
536
+ History.struct_class = Types::History
537
+
538
+ HistoryEvent.add_member(:event_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "eventTimestamp"))
539
+ HistoryEvent.add_member(:event_type, Shapes::ShapeRef.new(shape: EventType, required: true, location_name: "eventType"))
540
+ HistoryEvent.add_member(:event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "eventId"))
541
+ HistoryEvent.add_member(:workflow_execution_started_event_attributes, Shapes::ShapeRef.new(shape: WorkflowExecutionStartedEventAttributes, location_name: "workflowExecutionStartedEventAttributes"))
542
+ HistoryEvent.add_member(:workflow_execution_completed_event_attributes, Shapes::ShapeRef.new(shape: WorkflowExecutionCompletedEventAttributes, location_name: "workflowExecutionCompletedEventAttributes"))
543
+ HistoryEvent.add_member(:complete_workflow_execution_failed_event_attributes, Shapes::ShapeRef.new(shape: CompleteWorkflowExecutionFailedEventAttributes, location_name: "completeWorkflowExecutionFailedEventAttributes"))
544
+ HistoryEvent.add_member(:workflow_execution_failed_event_attributes, Shapes::ShapeRef.new(shape: WorkflowExecutionFailedEventAttributes, location_name: "workflowExecutionFailedEventAttributes"))
545
+ HistoryEvent.add_member(:fail_workflow_execution_failed_event_attributes, Shapes::ShapeRef.new(shape: FailWorkflowExecutionFailedEventAttributes, location_name: "failWorkflowExecutionFailedEventAttributes"))
546
+ HistoryEvent.add_member(:workflow_execution_timed_out_event_attributes, Shapes::ShapeRef.new(shape: WorkflowExecutionTimedOutEventAttributes, location_name: "workflowExecutionTimedOutEventAttributes"))
547
+ HistoryEvent.add_member(:workflow_execution_canceled_event_attributes, Shapes::ShapeRef.new(shape: WorkflowExecutionCanceledEventAttributes, location_name: "workflowExecutionCanceledEventAttributes"))
548
+ HistoryEvent.add_member(:cancel_workflow_execution_failed_event_attributes, Shapes::ShapeRef.new(shape: CancelWorkflowExecutionFailedEventAttributes, location_name: "cancelWorkflowExecutionFailedEventAttributes"))
549
+ HistoryEvent.add_member(:workflow_execution_continued_as_new_event_attributes, Shapes::ShapeRef.new(shape: WorkflowExecutionContinuedAsNewEventAttributes, location_name: "workflowExecutionContinuedAsNewEventAttributes"))
550
+ HistoryEvent.add_member(:continue_as_new_workflow_execution_failed_event_attributes, Shapes::ShapeRef.new(shape: ContinueAsNewWorkflowExecutionFailedEventAttributes, location_name: "continueAsNewWorkflowExecutionFailedEventAttributes"))
551
+ HistoryEvent.add_member(:workflow_execution_terminated_event_attributes, Shapes::ShapeRef.new(shape: WorkflowExecutionTerminatedEventAttributes, location_name: "workflowExecutionTerminatedEventAttributes"))
552
+ HistoryEvent.add_member(:workflow_execution_cancel_requested_event_attributes, Shapes::ShapeRef.new(shape: WorkflowExecutionCancelRequestedEventAttributes, location_name: "workflowExecutionCancelRequestedEventAttributes"))
553
+ HistoryEvent.add_member(:decision_task_scheduled_event_attributes, Shapes::ShapeRef.new(shape: DecisionTaskScheduledEventAttributes, location_name: "decisionTaskScheduledEventAttributes"))
554
+ HistoryEvent.add_member(:decision_task_started_event_attributes, Shapes::ShapeRef.new(shape: DecisionTaskStartedEventAttributes, location_name: "decisionTaskStartedEventAttributes"))
555
+ HistoryEvent.add_member(:decision_task_completed_event_attributes, Shapes::ShapeRef.new(shape: DecisionTaskCompletedEventAttributes, location_name: "decisionTaskCompletedEventAttributes"))
556
+ HistoryEvent.add_member(:decision_task_timed_out_event_attributes, Shapes::ShapeRef.new(shape: DecisionTaskTimedOutEventAttributes, location_name: "decisionTaskTimedOutEventAttributes"))
557
+ HistoryEvent.add_member(:activity_task_scheduled_event_attributes, Shapes::ShapeRef.new(shape: ActivityTaskScheduledEventAttributes, location_name: "activityTaskScheduledEventAttributes"))
558
+ HistoryEvent.add_member(:activity_task_started_event_attributes, Shapes::ShapeRef.new(shape: ActivityTaskStartedEventAttributes, location_name: "activityTaskStartedEventAttributes"))
559
+ HistoryEvent.add_member(:activity_task_completed_event_attributes, Shapes::ShapeRef.new(shape: ActivityTaskCompletedEventAttributes, location_name: "activityTaskCompletedEventAttributes"))
560
+ HistoryEvent.add_member(:activity_task_failed_event_attributes, Shapes::ShapeRef.new(shape: ActivityTaskFailedEventAttributes, location_name: "activityTaskFailedEventAttributes"))
561
+ HistoryEvent.add_member(:activity_task_timed_out_event_attributes, Shapes::ShapeRef.new(shape: ActivityTaskTimedOutEventAttributes, location_name: "activityTaskTimedOutEventAttributes"))
562
+ HistoryEvent.add_member(:activity_task_canceled_event_attributes, Shapes::ShapeRef.new(shape: ActivityTaskCanceledEventAttributes, location_name: "activityTaskCanceledEventAttributes"))
563
+ HistoryEvent.add_member(:activity_task_cancel_requested_event_attributes, Shapes::ShapeRef.new(shape: ActivityTaskCancelRequestedEventAttributes, location_name: "activityTaskCancelRequestedEventAttributes"))
564
+ HistoryEvent.add_member(:workflow_execution_signaled_event_attributes, Shapes::ShapeRef.new(shape: WorkflowExecutionSignaledEventAttributes, location_name: "workflowExecutionSignaledEventAttributes"))
565
+ HistoryEvent.add_member(:marker_recorded_event_attributes, Shapes::ShapeRef.new(shape: MarkerRecordedEventAttributes, location_name: "markerRecordedEventAttributes"))
566
+ HistoryEvent.add_member(:record_marker_failed_event_attributes, Shapes::ShapeRef.new(shape: RecordMarkerFailedEventAttributes, location_name: "recordMarkerFailedEventAttributes"))
567
+ HistoryEvent.add_member(:timer_started_event_attributes, Shapes::ShapeRef.new(shape: TimerStartedEventAttributes, location_name: "timerStartedEventAttributes"))
568
+ HistoryEvent.add_member(:timer_fired_event_attributes, Shapes::ShapeRef.new(shape: TimerFiredEventAttributes, location_name: "timerFiredEventAttributes"))
569
+ HistoryEvent.add_member(:timer_canceled_event_attributes, Shapes::ShapeRef.new(shape: TimerCanceledEventAttributes, location_name: "timerCanceledEventAttributes"))
570
+ HistoryEvent.add_member(:start_child_workflow_execution_initiated_event_attributes, Shapes::ShapeRef.new(shape: StartChildWorkflowExecutionInitiatedEventAttributes, location_name: "startChildWorkflowExecutionInitiatedEventAttributes"))
571
+ HistoryEvent.add_member(:child_workflow_execution_started_event_attributes, Shapes::ShapeRef.new(shape: ChildWorkflowExecutionStartedEventAttributes, location_name: "childWorkflowExecutionStartedEventAttributes"))
572
+ HistoryEvent.add_member(:child_workflow_execution_completed_event_attributes, Shapes::ShapeRef.new(shape: ChildWorkflowExecutionCompletedEventAttributes, location_name: "childWorkflowExecutionCompletedEventAttributes"))
573
+ HistoryEvent.add_member(:child_workflow_execution_failed_event_attributes, Shapes::ShapeRef.new(shape: ChildWorkflowExecutionFailedEventAttributes, location_name: "childWorkflowExecutionFailedEventAttributes"))
574
+ HistoryEvent.add_member(:child_workflow_execution_timed_out_event_attributes, Shapes::ShapeRef.new(shape: ChildWorkflowExecutionTimedOutEventAttributes, location_name: "childWorkflowExecutionTimedOutEventAttributes"))
575
+ HistoryEvent.add_member(:child_workflow_execution_canceled_event_attributes, Shapes::ShapeRef.new(shape: ChildWorkflowExecutionCanceledEventAttributes, location_name: "childWorkflowExecutionCanceledEventAttributes"))
576
+ HistoryEvent.add_member(:child_workflow_execution_terminated_event_attributes, Shapes::ShapeRef.new(shape: ChildWorkflowExecutionTerminatedEventAttributes, location_name: "childWorkflowExecutionTerminatedEventAttributes"))
577
+ HistoryEvent.add_member(:signal_external_workflow_execution_initiated_event_attributes, Shapes::ShapeRef.new(shape: SignalExternalWorkflowExecutionInitiatedEventAttributes, location_name: "signalExternalWorkflowExecutionInitiatedEventAttributes"))
578
+ HistoryEvent.add_member(:external_workflow_execution_signaled_event_attributes, Shapes::ShapeRef.new(shape: ExternalWorkflowExecutionSignaledEventAttributes, location_name: "externalWorkflowExecutionSignaledEventAttributes"))
579
+ HistoryEvent.add_member(:signal_external_workflow_execution_failed_event_attributes, Shapes::ShapeRef.new(shape: SignalExternalWorkflowExecutionFailedEventAttributes, location_name: "signalExternalWorkflowExecutionFailedEventAttributes"))
580
+ HistoryEvent.add_member(:external_workflow_execution_cancel_requested_event_attributes, Shapes::ShapeRef.new(shape: ExternalWorkflowExecutionCancelRequestedEventAttributes, location_name: "externalWorkflowExecutionCancelRequestedEventAttributes"))
581
+ HistoryEvent.add_member(:request_cancel_external_workflow_execution_initiated_event_attributes, Shapes::ShapeRef.new(shape: RequestCancelExternalWorkflowExecutionInitiatedEventAttributes, location_name: "requestCancelExternalWorkflowExecutionInitiatedEventAttributes"))
582
+ HistoryEvent.add_member(:request_cancel_external_workflow_execution_failed_event_attributes, Shapes::ShapeRef.new(shape: RequestCancelExternalWorkflowExecutionFailedEventAttributes, location_name: "requestCancelExternalWorkflowExecutionFailedEventAttributes"))
583
+ HistoryEvent.add_member(:schedule_activity_task_failed_event_attributes, Shapes::ShapeRef.new(shape: ScheduleActivityTaskFailedEventAttributes, location_name: "scheduleActivityTaskFailedEventAttributes"))
584
+ HistoryEvent.add_member(:request_cancel_activity_task_failed_event_attributes, Shapes::ShapeRef.new(shape: RequestCancelActivityTaskFailedEventAttributes, location_name: "requestCancelActivityTaskFailedEventAttributes"))
585
+ HistoryEvent.add_member(:start_timer_failed_event_attributes, Shapes::ShapeRef.new(shape: StartTimerFailedEventAttributes, location_name: "startTimerFailedEventAttributes"))
586
+ HistoryEvent.add_member(:cancel_timer_failed_event_attributes, Shapes::ShapeRef.new(shape: CancelTimerFailedEventAttributes, location_name: "cancelTimerFailedEventAttributes"))
587
+ HistoryEvent.add_member(:start_child_workflow_execution_failed_event_attributes, Shapes::ShapeRef.new(shape: StartChildWorkflowExecutionFailedEventAttributes, location_name: "startChildWorkflowExecutionFailedEventAttributes"))
588
+ HistoryEvent.add_member(:lambda_function_scheduled_event_attributes, Shapes::ShapeRef.new(shape: LambdaFunctionScheduledEventAttributes, location_name: "lambdaFunctionScheduledEventAttributes"))
589
+ HistoryEvent.add_member(:lambda_function_started_event_attributes, Shapes::ShapeRef.new(shape: LambdaFunctionStartedEventAttributes, location_name: "lambdaFunctionStartedEventAttributes"))
590
+ HistoryEvent.add_member(:lambda_function_completed_event_attributes, Shapes::ShapeRef.new(shape: LambdaFunctionCompletedEventAttributes, location_name: "lambdaFunctionCompletedEventAttributes"))
591
+ HistoryEvent.add_member(:lambda_function_failed_event_attributes, Shapes::ShapeRef.new(shape: LambdaFunctionFailedEventAttributes, location_name: "lambdaFunctionFailedEventAttributes"))
592
+ HistoryEvent.add_member(:lambda_function_timed_out_event_attributes, Shapes::ShapeRef.new(shape: LambdaFunctionTimedOutEventAttributes, location_name: "lambdaFunctionTimedOutEventAttributes"))
593
+ HistoryEvent.add_member(:schedule_lambda_function_failed_event_attributes, Shapes::ShapeRef.new(shape: ScheduleLambdaFunctionFailedEventAttributes, location_name: "scheduleLambdaFunctionFailedEventAttributes"))
594
+ HistoryEvent.add_member(:start_lambda_function_failed_event_attributes, Shapes::ShapeRef.new(shape: StartLambdaFunctionFailedEventAttributes, location_name: "startLambdaFunctionFailedEventAttributes"))
595
+ HistoryEvent.struct_class = Types::HistoryEvent
596
+
597
+ HistoryEventList.member = Shapes::ShapeRef.new(shape: HistoryEvent)
598
+
599
+ LambdaFunctionCompletedEventAttributes.add_member(:scheduled_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "scheduledEventId"))
600
+ LambdaFunctionCompletedEventAttributes.add_member(:started_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "startedEventId"))
601
+ LambdaFunctionCompletedEventAttributes.add_member(:result, Shapes::ShapeRef.new(shape: Data, location_name: "result"))
602
+ LambdaFunctionCompletedEventAttributes.struct_class = Types::LambdaFunctionCompletedEventAttributes
603
+
604
+ LambdaFunctionFailedEventAttributes.add_member(:scheduled_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "scheduledEventId"))
605
+ LambdaFunctionFailedEventAttributes.add_member(:started_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "startedEventId"))
606
+ LambdaFunctionFailedEventAttributes.add_member(:reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "reason"))
607
+ LambdaFunctionFailedEventAttributes.add_member(:details, Shapes::ShapeRef.new(shape: Data, location_name: "details"))
608
+ LambdaFunctionFailedEventAttributes.struct_class = Types::LambdaFunctionFailedEventAttributes
609
+
610
+ LambdaFunctionScheduledEventAttributes.add_member(:id, Shapes::ShapeRef.new(shape: FunctionId, required: true, location_name: "id"))
611
+ LambdaFunctionScheduledEventAttributes.add_member(:name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location_name: "name"))
612
+ LambdaFunctionScheduledEventAttributes.add_member(:input, Shapes::ShapeRef.new(shape: FunctionInput, location_name: "input"))
613
+ LambdaFunctionScheduledEventAttributes.add_member(:start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "startToCloseTimeout"))
614
+ LambdaFunctionScheduledEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
615
+ LambdaFunctionScheduledEventAttributes.struct_class = Types::LambdaFunctionScheduledEventAttributes
616
+
617
+ LambdaFunctionStartedEventAttributes.add_member(:scheduled_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "scheduledEventId"))
618
+ LambdaFunctionStartedEventAttributes.struct_class = Types::LambdaFunctionStartedEventAttributes
619
+
620
+ LambdaFunctionTimedOutEventAttributes.add_member(:scheduled_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "scheduledEventId"))
621
+ LambdaFunctionTimedOutEventAttributes.add_member(:started_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "startedEventId"))
622
+ LambdaFunctionTimedOutEventAttributes.add_member(:timeout_type, Shapes::ShapeRef.new(shape: LambdaFunctionTimeoutType, location_name: "timeoutType"))
623
+ LambdaFunctionTimedOutEventAttributes.struct_class = Types::LambdaFunctionTimedOutEventAttributes
624
+
625
+ ListActivityTypesInput.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domain"))
626
+ ListActivityTypesInput.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
627
+ ListActivityTypesInput.add_member(:registration_status, Shapes::ShapeRef.new(shape: RegistrationStatus, required: true, location_name: "registrationStatus"))
628
+ ListActivityTypesInput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextPageToken"))
629
+ ListActivityTypesInput.add_member(:maximum_page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "maximumPageSize"))
630
+ ListActivityTypesInput.add_member(:reverse_order, Shapes::ShapeRef.new(shape: ReverseOrder, location_name: "reverseOrder"))
631
+ ListActivityTypesInput.struct_class = Types::ListActivityTypesInput
632
+
633
+ ListClosedWorkflowExecutionsInput.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domain"))
634
+ ListClosedWorkflowExecutionsInput.add_member(:start_time_filter, Shapes::ShapeRef.new(shape: ExecutionTimeFilter, location_name: "startTimeFilter"))
635
+ ListClosedWorkflowExecutionsInput.add_member(:close_time_filter, Shapes::ShapeRef.new(shape: ExecutionTimeFilter, location_name: "closeTimeFilter"))
636
+ ListClosedWorkflowExecutionsInput.add_member(:execution_filter, Shapes::ShapeRef.new(shape: WorkflowExecutionFilter, location_name: "executionFilter"))
637
+ ListClosedWorkflowExecutionsInput.add_member(:close_status_filter, Shapes::ShapeRef.new(shape: CloseStatusFilter, location_name: "closeStatusFilter"))
638
+ ListClosedWorkflowExecutionsInput.add_member(:type_filter, Shapes::ShapeRef.new(shape: WorkflowTypeFilter, location_name: "typeFilter"))
639
+ ListClosedWorkflowExecutionsInput.add_member(:tag_filter, Shapes::ShapeRef.new(shape: TagFilter, location_name: "tagFilter"))
640
+ ListClosedWorkflowExecutionsInput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextPageToken"))
641
+ ListClosedWorkflowExecutionsInput.add_member(:maximum_page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "maximumPageSize"))
642
+ ListClosedWorkflowExecutionsInput.add_member(:reverse_order, Shapes::ShapeRef.new(shape: ReverseOrder, location_name: "reverseOrder"))
643
+ ListClosedWorkflowExecutionsInput.struct_class = Types::ListClosedWorkflowExecutionsInput
644
+
645
+ ListDomainsInput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextPageToken"))
646
+ ListDomainsInput.add_member(:registration_status, Shapes::ShapeRef.new(shape: RegistrationStatus, required: true, location_name: "registrationStatus"))
647
+ ListDomainsInput.add_member(:maximum_page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "maximumPageSize"))
648
+ ListDomainsInput.add_member(:reverse_order, Shapes::ShapeRef.new(shape: ReverseOrder, location_name: "reverseOrder"))
649
+ ListDomainsInput.struct_class = Types::ListDomainsInput
650
+
651
+ ListOpenWorkflowExecutionsInput.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domain"))
652
+ ListOpenWorkflowExecutionsInput.add_member(:start_time_filter, Shapes::ShapeRef.new(shape: ExecutionTimeFilter, required: true, location_name: "startTimeFilter"))
653
+ ListOpenWorkflowExecutionsInput.add_member(:type_filter, Shapes::ShapeRef.new(shape: WorkflowTypeFilter, location_name: "typeFilter"))
654
+ ListOpenWorkflowExecutionsInput.add_member(:tag_filter, Shapes::ShapeRef.new(shape: TagFilter, location_name: "tagFilter"))
655
+ ListOpenWorkflowExecutionsInput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextPageToken"))
656
+ ListOpenWorkflowExecutionsInput.add_member(:maximum_page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "maximumPageSize"))
657
+ ListOpenWorkflowExecutionsInput.add_member(:reverse_order, Shapes::ShapeRef.new(shape: ReverseOrder, location_name: "reverseOrder"))
658
+ ListOpenWorkflowExecutionsInput.add_member(:execution_filter, Shapes::ShapeRef.new(shape: WorkflowExecutionFilter, location_name: "executionFilter"))
659
+ ListOpenWorkflowExecutionsInput.struct_class = Types::ListOpenWorkflowExecutionsInput
660
+
661
+ ListWorkflowTypesInput.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domain"))
662
+ ListWorkflowTypesInput.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
663
+ ListWorkflowTypesInput.add_member(:registration_status, Shapes::ShapeRef.new(shape: RegistrationStatus, required: true, location_name: "registrationStatus"))
664
+ ListWorkflowTypesInput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextPageToken"))
665
+ ListWorkflowTypesInput.add_member(:maximum_page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "maximumPageSize"))
666
+ ListWorkflowTypesInput.add_member(:reverse_order, Shapes::ShapeRef.new(shape: ReverseOrder, location_name: "reverseOrder"))
667
+ ListWorkflowTypesInput.struct_class = Types::ListWorkflowTypesInput
668
+
669
+ MarkerRecordedEventAttributes.add_member(:marker_name, Shapes::ShapeRef.new(shape: MarkerName, required: true, location_name: "markerName"))
670
+ MarkerRecordedEventAttributes.add_member(:details, Shapes::ShapeRef.new(shape: Data, location_name: "details"))
671
+ MarkerRecordedEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
672
+ MarkerRecordedEventAttributes.struct_class = Types::MarkerRecordedEventAttributes
673
+
674
+ PendingTaskCount.add_member(:count, Shapes::ShapeRef.new(shape: Count, required: true, location_name: "count"))
675
+ PendingTaskCount.add_member(:truncated, Shapes::ShapeRef.new(shape: Truncated, location_name: "truncated"))
676
+ PendingTaskCount.struct_class = Types::PendingTaskCount
677
+
678
+ PollForActivityTaskInput.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domain"))
679
+ PollForActivityTaskInput.add_member(:task_list, Shapes::ShapeRef.new(shape: TaskList, required: true, location_name: "taskList"))
680
+ PollForActivityTaskInput.add_member(:identity, Shapes::ShapeRef.new(shape: Identity, location_name: "identity"))
681
+ PollForActivityTaskInput.struct_class = Types::PollForActivityTaskInput
682
+
683
+ PollForDecisionTaskInput.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domain"))
684
+ PollForDecisionTaskInput.add_member(:task_list, Shapes::ShapeRef.new(shape: TaskList, required: true, location_name: "taskList"))
685
+ PollForDecisionTaskInput.add_member(:identity, Shapes::ShapeRef.new(shape: Identity, location_name: "identity"))
686
+ PollForDecisionTaskInput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextPageToken"))
687
+ PollForDecisionTaskInput.add_member(:maximum_page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "maximumPageSize"))
688
+ PollForDecisionTaskInput.add_member(:reverse_order, Shapes::ShapeRef.new(shape: ReverseOrder, location_name: "reverseOrder"))
689
+ PollForDecisionTaskInput.struct_class = Types::PollForDecisionTaskInput
690
+
691
+ RecordActivityTaskHeartbeatInput.add_member(:task_token, Shapes::ShapeRef.new(shape: TaskToken, required: true, location_name: "taskToken"))
692
+ RecordActivityTaskHeartbeatInput.add_member(:details, Shapes::ShapeRef.new(shape: LimitedData, location_name: "details"))
693
+ RecordActivityTaskHeartbeatInput.struct_class = Types::RecordActivityTaskHeartbeatInput
694
+
695
+ RecordMarkerDecisionAttributes.add_member(:marker_name, Shapes::ShapeRef.new(shape: MarkerName, required: true, location_name: "markerName"))
696
+ RecordMarkerDecisionAttributes.add_member(:details, Shapes::ShapeRef.new(shape: Data, location_name: "details"))
697
+ RecordMarkerDecisionAttributes.struct_class = Types::RecordMarkerDecisionAttributes
698
+
699
+ RecordMarkerFailedEventAttributes.add_member(:marker_name, Shapes::ShapeRef.new(shape: MarkerName, required: true, location_name: "markerName"))
700
+ RecordMarkerFailedEventAttributes.add_member(:cause, Shapes::ShapeRef.new(shape: RecordMarkerFailedCause, required: true, location_name: "cause"))
701
+ RecordMarkerFailedEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
702
+ RecordMarkerFailedEventAttributes.struct_class = Types::RecordMarkerFailedEventAttributes
703
+
704
+ RegisterActivityTypeInput.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domain"))
705
+ RegisterActivityTypeInput.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
706
+ RegisterActivityTypeInput.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "version"))
707
+ RegisterActivityTypeInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
708
+ RegisterActivityTypeInput.add_member(:default_task_start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "defaultTaskStartToCloseTimeout"))
709
+ RegisterActivityTypeInput.add_member(:default_task_heartbeat_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "defaultTaskHeartbeatTimeout"))
710
+ RegisterActivityTypeInput.add_member(:default_task_list, Shapes::ShapeRef.new(shape: TaskList, location_name: "defaultTaskList"))
711
+ RegisterActivityTypeInput.add_member(:default_task_priority, Shapes::ShapeRef.new(shape: TaskPriority, location_name: "defaultTaskPriority"))
712
+ RegisterActivityTypeInput.add_member(:default_task_schedule_to_start_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "defaultTaskScheduleToStartTimeout"))
713
+ RegisterActivityTypeInput.add_member(:default_task_schedule_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "defaultTaskScheduleToCloseTimeout"))
714
+ RegisterActivityTypeInput.struct_class = Types::RegisterActivityTypeInput
715
+
716
+ RegisterDomainInput.add_member(:name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "name"))
717
+ RegisterDomainInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
718
+ RegisterDomainInput.add_member(:workflow_execution_retention_period_in_days, Shapes::ShapeRef.new(shape: DurationInDays, required: true, location_name: "workflowExecutionRetentionPeriodInDays"))
719
+ RegisterDomainInput.struct_class = Types::RegisterDomainInput
720
+
721
+ RegisterWorkflowTypeInput.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domain"))
722
+ RegisterWorkflowTypeInput.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
723
+ RegisterWorkflowTypeInput.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "version"))
724
+ RegisterWorkflowTypeInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
725
+ RegisterWorkflowTypeInput.add_member(:default_task_start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "defaultTaskStartToCloseTimeout"))
726
+ RegisterWorkflowTypeInput.add_member(:default_execution_start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "defaultExecutionStartToCloseTimeout"))
727
+ RegisterWorkflowTypeInput.add_member(:default_task_list, Shapes::ShapeRef.new(shape: TaskList, location_name: "defaultTaskList"))
728
+ RegisterWorkflowTypeInput.add_member(:default_task_priority, Shapes::ShapeRef.new(shape: TaskPriority, location_name: "defaultTaskPriority"))
729
+ RegisterWorkflowTypeInput.add_member(:default_child_policy, Shapes::ShapeRef.new(shape: ChildPolicy, location_name: "defaultChildPolicy"))
730
+ RegisterWorkflowTypeInput.add_member(:default_lambda_role, Shapes::ShapeRef.new(shape: Arn, location_name: "defaultLambdaRole"))
731
+ RegisterWorkflowTypeInput.struct_class = Types::RegisterWorkflowTypeInput
732
+
733
+ RequestCancelActivityTaskDecisionAttributes.add_member(:activity_id, Shapes::ShapeRef.new(shape: ActivityId, required: true, location_name: "activityId"))
734
+ RequestCancelActivityTaskDecisionAttributes.struct_class = Types::RequestCancelActivityTaskDecisionAttributes
735
+
736
+ RequestCancelActivityTaskFailedEventAttributes.add_member(:activity_id, Shapes::ShapeRef.new(shape: ActivityId, required: true, location_name: "activityId"))
737
+ RequestCancelActivityTaskFailedEventAttributes.add_member(:cause, Shapes::ShapeRef.new(shape: RequestCancelActivityTaskFailedCause, required: true, location_name: "cause"))
738
+ RequestCancelActivityTaskFailedEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
739
+ RequestCancelActivityTaskFailedEventAttributes.struct_class = Types::RequestCancelActivityTaskFailedEventAttributes
740
+
741
+ RequestCancelExternalWorkflowExecutionDecisionAttributes.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "workflowId"))
742
+ RequestCancelExternalWorkflowExecutionDecisionAttributes.add_member(:run_id, Shapes::ShapeRef.new(shape: RunIdOptional, location_name: "runId"))
743
+ RequestCancelExternalWorkflowExecutionDecisionAttributes.add_member(:control, Shapes::ShapeRef.new(shape: Data, location_name: "control"))
744
+ RequestCancelExternalWorkflowExecutionDecisionAttributes.struct_class = Types::RequestCancelExternalWorkflowExecutionDecisionAttributes
745
+
746
+ RequestCancelExternalWorkflowExecutionFailedEventAttributes.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "workflowId"))
747
+ RequestCancelExternalWorkflowExecutionFailedEventAttributes.add_member(:run_id, Shapes::ShapeRef.new(shape: RunIdOptional, location_name: "runId"))
748
+ RequestCancelExternalWorkflowExecutionFailedEventAttributes.add_member(:cause, Shapes::ShapeRef.new(shape: RequestCancelExternalWorkflowExecutionFailedCause, required: true, location_name: "cause"))
749
+ RequestCancelExternalWorkflowExecutionFailedEventAttributes.add_member(:initiated_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "initiatedEventId"))
750
+ RequestCancelExternalWorkflowExecutionFailedEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
751
+ RequestCancelExternalWorkflowExecutionFailedEventAttributes.add_member(:control, Shapes::ShapeRef.new(shape: Data, location_name: "control"))
752
+ RequestCancelExternalWorkflowExecutionFailedEventAttributes.struct_class = Types::RequestCancelExternalWorkflowExecutionFailedEventAttributes
753
+
754
+ RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "workflowId"))
755
+ RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.add_member(:run_id, Shapes::ShapeRef.new(shape: RunIdOptional, location_name: "runId"))
756
+ RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
757
+ RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.add_member(:control, Shapes::ShapeRef.new(shape: Data, location_name: "control"))
758
+ RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.struct_class = Types::RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
759
+
760
+ RequestCancelWorkflowExecutionInput.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domain"))
761
+ RequestCancelWorkflowExecutionInput.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "workflowId"))
762
+ RequestCancelWorkflowExecutionInput.add_member(:run_id, Shapes::ShapeRef.new(shape: RunIdOptional, location_name: "runId"))
763
+ RequestCancelWorkflowExecutionInput.struct_class = Types::RequestCancelWorkflowExecutionInput
764
+
765
+ RespondActivityTaskCanceledInput.add_member(:task_token, Shapes::ShapeRef.new(shape: TaskToken, required: true, location_name: "taskToken"))
766
+ RespondActivityTaskCanceledInput.add_member(:details, Shapes::ShapeRef.new(shape: Data, location_name: "details"))
767
+ RespondActivityTaskCanceledInput.struct_class = Types::RespondActivityTaskCanceledInput
768
+
769
+ RespondActivityTaskCompletedInput.add_member(:task_token, Shapes::ShapeRef.new(shape: TaskToken, required: true, location_name: "taskToken"))
770
+ RespondActivityTaskCompletedInput.add_member(:result, Shapes::ShapeRef.new(shape: Data, location_name: "result"))
771
+ RespondActivityTaskCompletedInput.struct_class = Types::RespondActivityTaskCompletedInput
772
+
773
+ RespondActivityTaskFailedInput.add_member(:task_token, Shapes::ShapeRef.new(shape: TaskToken, required: true, location_name: "taskToken"))
774
+ RespondActivityTaskFailedInput.add_member(:reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "reason"))
775
+ RespondActivityTaskFailedInput.add_member(:details, Shapes::ShapeRef.new(shape: Data, location_name: "details"))
776
+ RespondActivityTaskFailedInput.struct_class = Types::RespondActivityTaskFailedInput
777
+
778
+ RespondDecisionTaskCompletedInput.add_member(:task_token, Shapes::ShapeRef.new(shape: TaskToken, required: true, location_name: "taskToken"))
779
+ RespondDecisionTaskCompletedInput.add_member(:decisions, Shapes::ShapeRef.new(shape: DecisionList, location_name: "decisions"))
780
+ RespondDecisionTaskCompletedInput.add_member(:execution_context, Shapes::ShapeRef.new(shape: Data, location_name: "executionContext"))
781
+ RespondDecisionTaskCompletedInput.struct_class = Types::RespondDecisionTaskCompletedInput
782
+
783
+ Run.add_member(:run_id, Shapes::ShapeRef.new(shape: RunId, location_name: "runId"))
784
+ Run.struct_class = Types::Run
785
+
786
+ ScheduleActivityTaskDecisionAttributes.add_member(:activity_type, Shapes::ShapeRef.new(shape: ActivityType, required: true, location_name: "activityType"))
787
+ ScheduleActivityTaskDecisionAttributes.add_member(:activity_id, Shapes::ShapeRef.new(shape: ActivityId, required: true, location_name: "activityId"))
788
+ ScheduleActivityTaskDecisionAttributes.add_member(:control, Shapes::ShapeRef.new(shape: Data, location_name: "control"))
789
+ ScheduleActivityTaskDecisionAttributes.add_member(:input, Shapes::ShapeRef.new(shape: Data, location_name: "input"))
790
+ ScheduleActivityTaskDecisionAttributes.add_member(:schedule_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "scheduleToCloseTimeout"))
791
+ ScheduleActivityTaskDecisionAttributes.add_member(:task_list, Shapes::ShapeRef.new(shape: TaskList, location_name: "taskList"))
792
+ ScheduleActivityTaskDecisionAttributes.add_member(:task_priority, Shapes::ShapeRef.new(shape: TaskPriority, location_name: "taskPriority"))
793
+ ScheduleActivityTaskDecisionAttributes.add_member(:schedule_to_start_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "scheduleToStartTimeout"))
794
+ ScheduleActivityTaskDecisionAttributes.add_member(:start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "startToCloseTimeout"))
795
+ ScheduleActivityTaskDecisionAttributes.add_member(:heartbeat_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "heartbeatTimeout"))
796
+ ScheduleActivityTaskDecisionAttributes.struct_class = Types::ScheduleActivityTaskDecisionAttributes
797
+
798
+ ScheduleActivityTaskFailedEventAttributes.add_member(:activity_type, Shapes::ShapeRef.new(shape: ActivityType, required: true, location_name: "activityType"))
799
+ ScheduleActivityTaskFailedEventAttributes.add_member(:activity_id, Shapes::ShapeRef.new(shape: ActivityId, required: true, location_name: "activityId"))
800
+ ScheduleActivityTaskFailedEventAttributes.add_member(:cause, Shapes::ShapeRef.new(shape: ScheduleActivityTaskFailedCause, required: true, location_name: "cause"))
801
+ ScheduleActivityTaskFailedEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
802
+ ScheduleActivityTaskFailedEventAttributes.struct_class = Types::ScheduleActivityTaskFailedEventAttributes
803
+
804
+ ScheduleLambdaFunctionDecisionAttributes.add_member(:id, Shapes::ShapeRef.new(shape: FunctionId, required: true, location_name: "id"))
805
+ ScheduleLambdaFunctionDecisionAttributes.add_member(:name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location_name: "name"))
806
+ ScheduleLambdaFunctionDecisionAttributes.add_member(:input, Shapes::ShapeRef.new(shape: FunctionInput, location_name: "input"))
807
+ ScheduleLambdaFunctionDecisionAttributes.add_member(:start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "startToCloseTimeout"))
808
+ ScheduleLambdaFunctionDecisionAttributes.struct_class = Types::ScheduleLambdaFunctionDecisionAttributes
809
+
810
+ ScheduleLambdaFunctionFailedEventAttributes.add_member(:id, Shapes::ShapeRef.new(shape: FunctionId, required: true, location_name: "id"))
811
+ ScheduleLambdaFunctionFailedEventAttributes.add_member(:name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location_name: "name"))
812
+ ScheduleLambdaFunctionFailedEventAttributes.add_member(:cause, Shapes::ShapeRef.new(shape: ScheduleLambdaFunctionFailedCause, required: true, location_name: "cause"))
813
+ ScheduleLambdaFunctionFailedEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
814
+ ScheduleLambdaFunctionFailedEventAttributes.struct_class = Types::ScheduleLambdaFunctionFailedEventAttributes
815
+
816
+ SignalExternalWorkflowExecutionDecisionAttributes.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "workflowId"))
817
+ SignalExternalWorkflowExecutionDecisionAttributes.add_member(:run_id, Shapes::ShapeRef.new(shape: RunIdOptional, location_name: "runId"))
818
+ SignalExternalWorkflowExecutionDecisionAttributes.add_member(:signal_name, Shapes::ShapeRef.new(shape: SignalName, required: true, location_name: "signalName"))
819
+ SignalExternalWorkflowExecutionDecisionAttributes.add_member(:input, Shapes::ShapeRef.new(shape: Data, location_name: "input"))
820
+ SignalExternalWorkflowExecutionDecisionAttributes.add_member(:control, Shapes::ShapeRef.new(shape: Data, location_name: "control"))
821
+ SignalExternalWorkflowExecutionDecisionAttributes.struct_class = Types::SignalExternalWorkflowExecutionDecisionAttributes
822
+
823
+ SignalExternalWorkflowExecutionFailedEventAttributes.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "workflowId"))
824
+ SignalExternalWorkflowExecutionFailedEventAttributes.add_member(:run_id, Shapes::ShapeRef.new(shape: RunIdOptional, location_name: "runId"))
825
+ SignalExternalWorkflowExecutionFailedEventAttributes.add_member(:cause, Shapes::ShapeRef.new(shape: SignalExternalWorkflowExecutionFailedCause, required: true, location_name: "cause"))
826
+ SignalExternalWorkflowExecutionFailedEventAttributes.add_member(:initiated_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "initiatedEventId"))
827
+ SignalExternalWorkflowExecutionFailedEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
828
+ SignalExternalWorkflowExecutionFailedEventAttributes.add_member(:control, Shapes::ShapeRef.new(shape: Data, location_name: "control"))
829
+ SignalExternalWorkflowExecutionFailedEventAttributes.struct_class = Types::SignalExternalWorkflowExecutionFailedEventAttributes
830
+
831
+ SignalExternalWorkflowExecutionInitiatedEventAttributes.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "workflowId"))
832
+ SignalExternalWorkflowExecutionInitiatedEventAttributes.add_member(:run_id, Shapes::ShapeRef.new(shape: RunIdOptional, location_name: "runId"))
833
+ SignalExternalWorkflowExecutionInitiatedEventAttributes.add_member(:signal_name, Shapes::ShapeRef.new(shape: SignalName, required: true, location_name: "signalName"))
834
+ SignalExternalWorkflowExecutionInitiatedEventAttributes.add_member(:input, Shapes::ShapeRef.new(shape: Data, location_name: "input"))
835
+ SignalExternalWorkflowExecutionInitiatedEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
836
+ SignalExternalWorkflowExecutionInitiatedEventAttributes.add_member(:control, Shapes::ShapeRef.new(shape: Data, location_name: "control"))
837
+ SignalExternalWorkflowExecutionInitiatedEventAttributes.struct_class = Types::SignalExternalWorkflowExecutionInitiatedEventAttributes
838
+
839
+ SignalWorkflowExecutionInput.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domain"))
840
+ SignalWorkflowExecutionInput.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "workflowId"))
841
+ SignalWorkflowExecutionInput.add_member(:run_id, Shapes::ShapeRef.new(shape: RunIdOptional, location_name: "runId"))
842
+ SignalWorkflowExecutionInput.add_member(:signal_name, Shapes::ShapeRef.new(shape: SignalName, required: true, location_name: "signalName"))
843
+ SignalWorkflowExecutionInput.add_member(:input, Shapes::ShapeRef.new(shape: Data, location_name: "input"))
844
+ SignalWorkflowExecutionInput.struct_class = Types::SignalWorkflowExecutionInput
845
+
846
+ StartChildWorkflowExecutionDecisionAttributes.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "workflowType"))
847
+ StartChildWorkflowExecutionDecisionAttributes.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "workflowId"))
848
+ StartChildWorkflowExecutionDecisionAttributes.add_member(:control, Shapes::ShapeRef.new(shape: Data, location_name: "control"))
849
+ StartChildWorkflowExecutionDecisionAttributes.add_member(:input, Shapes::ShapeRef.new(shape: Data, location_name: "input"))
850
+ StartChildWorkflowExecutionDecisionAttributes.add_member(:execution_start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "executionStartToCloseTimeout"))
851
+ StartChildWorkflowExecutionDecisionAttributes.add_member(:task_list, Shapes::ShapeRef.new(shape: TaskList, location_name: "taskList"))
852
+ StartChildWorkflowExecutionDecisionAttributes.add_member(:task_priority, Shapes::ShapeRef.new(shape: TaskPriority, location_name: "taskPriority"))
853
+ StartChildWorkflowExecutionDecisionAttributes.add_member(:task_start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "taskStartToCloseTimeout"))
854
+ StartChildWorkflowExecutionDecisionAttributes.add_member(:child_policy, Shapes::ShapeRef.new(shape: ChildPolicy, location_name: "childPolicy"))
855
+ StartChildWorkflowExecutionDecisionAttributes.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "tagList"))
856
+ StartChildWorkflowExecutionDecisionAttributes.add_member(:lambda_role, Shapes::ShapeRef.new(shape: Arn, location_name: "lambdaRole"))
857
+ StartChildWorkflowExecutionDecisionAttributes.struct_class = Types::StartChildWorkflowExecutionDecisionAttributes
858
+
859
+ StartChildWorkflowExecutionFailedEventAttributes.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "workflowType"))
860
+ StartChildWorkflowExecutionFailedEventAttributes.add_member(:cause, Shapes::ShapeRef.new(shape: StartChildWorkflowExecutionFailedCause, required: true, location_name: "cause"))
861
+ StartChildWorkflowExecutionFailedEventAttributes.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "workflowId"))
862
+ StartChildWorkflowExecutionFailedEventAttributes.add_member(:initiated_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "initiatedEventId"))
863
+ StartChildWorkflowExecutionFailedEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
864
+ StartChildWorkflowExecutionFailedEventAttributes.add_member(:control, Shapes::ShapeRef.new(shape: Data, location_name: "control"))
865
+ StartChildWorkflowExecutionFailedEventAttributes.struct_class = Types::StartChildWorkflowExecutionFailedEventAttributes
866
+
867
+ StartChildWorkflowExecutionInitiatedEventAttributes.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "workflowId"))
868
+ StartChildWorkflowExecutionInitiatedEventAttributes.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "workflowType"))
869
+ StartChildWorkflowExecutionInitiatedEventAttributes.add_member(:control, Shapes::ShapeRef.new(shape: Data, location_name: "control"))
870
+ StartChildWorkflowExecutionInitiatedEventAttributes.add_member(:input, Shapes::ShapeRef.new(shape: Data, location_name: "input"))
871
+ StartChildWorkflowExecutionInitiatedEventAttributes.add_member(:execution_start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "executionStartToCloseTimeout"))
872
+ StartChildWorkflowExecutionInitiatedEventAttributes.add_member(:task_list, Shapes::ShapeRef.new(shape: TaskList, required: true, location_name: "taskList"))
873
+ StartChildWorkflowExecutionInitiatedEventAttributes.add_member(:task_priority, Shapes::ShapeRef.new(shape: TaskPriority, location_name: "taskPriority"))
874
+ StartChildWorkflowExecutionInitiatedEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
875
+ StartChildWorkflowExecutionInitiatedEventAttributes.add_member(:child_policy, Shapes::ShapeRef.new(shape: ChildPolicy, required: true, location_name: "childPolicy"))
876
+ StartChildWorkflowExecutionInitiatedEventAttributes.add_member(:task_start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "taskStartToCloseTimeout"))
877
+ StartChildWorkflowExecutionInitiatedEventAttributes.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "tagList"))
878
+ StartChildWorkflowExecutionInitiatedEventAttributes.add_member(:lambda_role, Shapes::ShapeRef.new(shape: Arn, location_name: "lambdaRole"))
879
+ StartChildWorkflowExecutionInitiatedEventAttributes.struct_class = Types::StartChildWorkflowExecutionInitiatedEventAttributes
880
+
881
+ StartLambdaFunctionFailedEventAttributes.add_member(:scheduled_event_id, Shapes::ShapeRef.new(shape: EventId, location_name: "scheduledEventId"))
882
+ StartLambdaFunctionFailedEventAttributes.add_member(:cause, Shapes::ShapeRef.new(shape: StartLambdaFunctionFailedCause, location_name: "cause"))
883
+ StartLambdaFunctionFailedEventAttributes.add_member(:message, Shapes::ShapeRef.new(shape: CauseMessage, location_name: "message"))
884
+ StartLambdaFunctionFailedEventAttributes.struct_class = Types::StartLambdaFunctionFailedEventAttributes
885
+
886
+ StartTimerDecisionAttributes.add_member(:timer_id, Shapes::ShapeRef.new(shape: TimerId, required: true, location_name: "timerId"))
887
+ StartTimerDecisionAttributes.add_member(:control, Shapes::ShapeRef.new(shape: Data, location_name: "control"))
888
+ StartTimerDecisionAttributes.add_member(:start_to_fire_timeout, Shapes::ShapeRef.new(shape: DurationInSeconds, required: true, location_name: "startToFireTimeout"))
889
+ StartTimerDecisionAttributes.struct_class = Types::StartTimerDecisionAttributes
890
+
891
+ StartTimerFailedEventAttributes.add_member(:timer_id, Shapes::ShapeRef.new(shape: TimerId, required: true, location_name: "timerId"))
892
+ StartTimerFailedEventAttributes.add_member(:cause, Shapes::ShapeRef.new(shape: StartTimerFailedCause, required: true, location_name: "cause"))
893
+ StartTimerFailedEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
894
+ StartTimerFailedEventAttributes.struct_class = Types::StartTimerFailedEventAttributes
895
+
896
+ StartWorkflowExecutionInput.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domain"))
897
+ StartWorkflowExecutionInput.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "workflowId"))
898
+ StartWorkflowExecutionInput.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "workflowType"))
899
+ StartWorkflowExecutionInput.add_member(:task_list, Shapes::ShapeRef.new(shape: TaskList, location_name: "taskList"))
900
+ StartWorkflowExecutionInput.add_member(:task_priority, Shapes::ShapeRef.new(shape: TaskPriority, location_name: "taskPriority"))
901
+ StartWorkflowExecutionInput.add_member(:input, Shapes::ShapeRef.new(shape: Data, location_name: "input"))
902
+ StartWorkflowExecutionInput.add_member(:execution_start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "executionStartToCloseTimeout"))
903
+ StartWorkflowExecutionInput.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "tagList"))
904
+ StartWorkflowExecutionInput.add_member(:task_start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "taskStartToCloseTimeout"))
905
+ StartWorkflowExecutionInput.add_member(:child_policy, Shapes::ShapeRef.new(shape: ChildPolicy, location_name: "childPolicy"))
906
+ StartWorkflowExecutionInput.add_member(:lambda_role, Shapes::ShapeRef.new(shape: Arn, location_name: "lambdaRole"))
907
+ StartWorkflowExecutionInput.struct_class = Types::StartWorkflowExecutionInput
908
+
909
+ TagFilter.add_member(:tag, Shapes::ShapeRef.new(shape: Tag, required: true, location_name: "tag"))
910
+ TagFilter.struct_class = Types::TagFilter
911
+
912
+ TagList.member = Shapes::ShapeRef.new(shape: Tag)
913
+
914
+ TaskList.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
915
+ TaskList.struct_class = Types::TaskList
916
+
917
+ TerminateWorkflowExecutionInput.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domain"))
918
+ TerminateWorkflowExecutionInput.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "workflowId"))
919
+ TerminateWorkflowExecutionInput.add_member(:run_id, Shapes::ShapeRef.new(shape: RunIdOptional, location_name: "runId"))
920
+ TerminateWorkflowExecutionInput.add_member(:reason, Shapes::ShapeRef.new(shape: TerminateReason, location_name: "reason"))
921
+ TerminateWorkflowExecutionInput.add_member(:details, Shapes::ShapeRef.new(shape: Data, location_name: "details"))
922
+ TerminateWorkflowExecutionInput.add_member(:child_policy, Shapes::ShapeRef.new(shape: ChildPolicy, location_name: "childPolicy"))
923
+ TerminateWorkflowExecutionInput.struct_class = Types::TerminateWorkflowExecutionInput
924
+
925
+ TimerCanceledEventAttributes.add_member(:timer_id, Shapes::ShapeRef.new(shape: TimerId, required: true, location_name: "timerId"))
926
+ TimerCanceledEventAttributes.add_member(:started_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "startedEventId"))
927
+ TimerCanceledEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
928
+ TimerCanceledEventAttributes.struct_class = Types::TimerCanceledEventAttributes
929
+
930
+ TimerFiredEventAttributes.add_member(:timer_id, Shapes::ShapeRef.new(shape: TimerId, required: true, location_name: "timerId"))
931
+ TimerFiredEventAttributes.add_member(:started_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "startedEventId"))
932
+ TimerFiredEventAttributes.struct_class = Types::TimerFiredEventAttributes
933
+
934
+ TimerStartedEventAttributes.add_member(:timer_id, Shapes::ShapeRef.new(shape: TimerId, required: true, location_name: "timerId"))
935
+ TimerStartedEventAttributes.add_member(:control, Shapes::ShapeRef.new(shape: Data, location_name: "control"))
936
+ TimerStartedEventAttributes.add_member(:start_to_fire_timeout, Shapes::ShapeRef.new(shape: DurationInSeconds, required: true, location_name: "startToFireTimeout"))
937
+ TimerStartedEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
938
+ TimerStartedEventAttributes.struct_class = Types::TimerStartedEventAttributes
939
+
940
+ WorkflowExecution.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "workflowId"))
941
+ WorkflowExecution.add_member(:run_id, Shapes::ShapeRef.new(shape: RunId, required: true, location_name: "runId"))
942
+ WorkflowExecution.struct_class = Types::WorkflowExecution
943
+
944
+ WorkflowExecutionCancelRequestedEventAttributes.add_member(:external_workflow_execution, Shapes::ShapeRef.new(shape: WorkflowExecution, location_name: "externalWorkflowExecution"))
945
+ WorkflowExecutionCancelRequestedEventAttributes.add_member(:external_initiated_event_id, Shapes::ShapeRef.new(shape: EventId, location_name: "externalInitiatedEventId"))
946
+ WorkflowExecutionCancelRequestedEventAttributes.add_member(:cause, Shapes::ShapeRef.new(shape: WorkflowExecutionCancelRequestedCause, location_name: "cause"))
947
+ WorkflowExecutionCancelRequestedEventAttributes.struct_class = Types::WorkflowExecutionCancelRequestedEventAttributes
948
+
949
+ WorkflowExecutionCanceledEventAttributes.add_member(:details, Shapes::ShapeRef.new(shape: Data, location_name: "details"))
950
+ WorkflowExecutionCanceledEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
951
+ WorkflowExecutionCanceledEventAttributes.struct_class = Types::WorkflowExecutionCanceledEventAttributes
952
+
953
+ WorkflowExecutionCompletedEventAttributes.add_member(:result, Shapes::ShapeRef.new(shape: Data, location_name: "result"))
954
+ WorkflowExecutionCompletedEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
955
+ WorkflowExecutionCompletedEventAttributes.struct_class = Types::WorkflowExecutionCompletedEventAttributes
956
+
957
+ WorkflowExecutionConfiguration.add_member(:task_start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSeconds, required: true, location_name: "taskStartToCloseTimeout"))
958
+ WorkflowExecutionConfiguration.add_member(:execution_start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSeconds, required: true, location_name: "executionStartToCloseTimeout"))
959
+ WorkflowExecutionConfiguration.add_member(:task_list, Shapes::ShapeRef.new(shape: TaskList, required: true, location_name: "taskList"))
960
+ WorkflowExecutionConfiguration.add_member(:task_priority, Shapes::ShapeRef.new(shape: TaskPriority, location_name: "taskPriority"))
961
+ WorkflowExecutionConfiguration.add_member(:child_policy, Shapes::ShapeRef.new(shape: ChildPolicy, required: true, location_name: "childPolicy"))
962
+ WorkflowExecutionConfiguration.add_member(:lambda_role, Shapes::ShapeRef.new(shape: Arn, location_name: "lambdaRole"))
963
+ WorkflowExecutionConfiguration.struct_class = Types::WorkflowExecutionConfiguration
964
+
965
+ WorkflowExecutionContinuedAsNewEventAttributes.add_member(:input, Shapes::ShapeRef.new(shape: Data, location_name: "input"))
966
+ WorkflowExecutionContinuedAsNewEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
967
+ WorkflowExecutionContinuedAsNewEventAttributes.add_member(:new_execution_run_id, Shapes::ShapeRef.new(shape: RunId, required: true, location_name: "newExecutionRunId"))
968
+ WorkflowExecutionContinuedAsNewEventAttributes.add_member(:execution_start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "executionStartToCloseTimeout"))
969
+ WorkflowExecutionContinuedAsNewEventAttributes.add_member(:task_list, Shapes::ShapeRef.new(shape: TaskList, required: true, location_name: "taskList"))
970
+ WorkflowExecutionContinuedAsNewEventAttributes.add_member(:task_priority, Shapes::ShapeRef.new(shape: TaskPriority, location_name: "taskPriority"))
971
+ WorkflowExecutionContinuedAsNewEventAttributes.add_member(:task_start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "taskStartToCloseTimeout"))
972
+ WorkflowExecutionContinuedAsNewEventAttributes.add_member(:child_policy, Shapes::ShapeRef.new(shape: ChildPolicy, required: true, location_name: "childPolicy"))
973
+ WorkflowExecutionContinuedAsNewEventAttributes.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "tagList"))
974
+ WorkflowExecutionContinuedAsNewEventAttributes.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "workflowType"))
975
+ WorkflowExecutionContinuedAsNewEventAttributes.add_member(:lambda_role, Shapes::ShapeRef.new(shape: Arn, location_name: "lambdaRole"))
976
+ WorkflowExecutionContinuedAsNewEventAttributes.struct_class = Types::WorkflowExecutionContinuedAsNewEventAttributes
977
+
978
+ WorkflowExecutionCount.add_member(:count, Shapes::ShapeRef.new(shape: Count, required: true, location_name: "count"))
979
+ WorkflowExecutionCount.add_member(:truncated, Shapes::ShapeRef.new(shape: Truncated, location_name: "truncated"))
980
+ WorkflowExecutionCount.struct_class = Types::WorkflowExecutionCount
981
+
982
+ WorkflowExecutionDetail.add_member(:execution_info, Shapes::ShapeRef.new(shape: WorkflowExecutionInfo, required: true, location_name: "executionInfo"))
983
+ WorkflowExecutionDetail.add_member(:execution_configuration, Shapes::ShapeRef.new(shape: WorkflowExecutionConfiguration, required: true, location_name: "executionConfiguration"))
984
+ WorkflowExecutionDetail.add_member(:open_counts, Shapes::ShapeRef.new(shape: WorkflowExecutionOpenCounts, required: true, location_name: "openCounts"))
985
+ WorkflowExecutionDetail.add_member(:latest_activity_task_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "latestActivityTaskTimestamp"))
986
+ WorkflowExecutionDetail.add_member(:latest_execution_context, Shapes::ShapeRef.new(shape: Data, location_name: "latestExecutionContext"))
987
+ WorkflowExecutionDetail.struct_class = Types::WorkflowExecutionDetail
988
+
989
+ WorkflowExecutionFailedEventAttributes.add_member(:reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "reason"))
990
+ WorkflowExecutionFailedEventAttributes.add_member(:details, Shapes::ShapeRef.new(shape: Data, location_name: "details"))
991
+ WorkflowExecutionFailedEventAttributes.add_member(:decision_task_completed_event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "decisionTaskCompletedEventId"))
992
+ WorkflowExecutionFailedEventAttributes.struct_class = Types::WorkflowExecutionFailedEventAttributes
993
+
994
+ WorkflowExecutionFilter.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "workflowId"))
995
+ WorkflowExecutionFilter.struct_class = Types::WorkflowExecutionFilter
996
+
997
+ WorkflowExecutionInfo.add_member(:execution, Shapes::ShapeRef.new(shape: WorkflowExecution, required: true, location_name: "execution"))
998
+ WorkflowExecutionInfo.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "workflowType"))
999
+ WorkflowExecutionInfo.add_member(:start_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTimestamp"))
1000
+ WorkflowExecutionInfo.add_member(:close_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "closeTimestamp"))
1001
+ WorkflowExecutionInfo.add_member(:execution_status, Shapes::ShapeRef.new(shape: ExecutionStatus, required: true, location_name: "executionStatus"))
1002
+ WorkflowExecutionInfo.add_member(:close_status, Shapes::ShapeRef.new(shape: CloseStatus, location_name: "closeStatus"))
1003
+ WorkflowExecutionInfo.add_member(:parent, Shapes::ShapeRef.new(shape: WorkflowExecution, location_name: "parent"))
1004
+ WorkflowExecutionInfo.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "tagList"))
1005
+ WorkflowExecutionInfo.add_member(:cancel_requested, Shapes::ShapeRef.new(shape: Canceled, location_name: "cancelRequested"))
1006
+ WorkflowExecutionInfo.struct_class = Types::WorkflowExecutionInfo
1007
+
1008
+ WorkflowExecutionInfoList.member = Shapes::ShapeRef.new(shape: WorkflowExecutionInfo)
1009
+
1010
+ WorkflowExecutionInfos.add_member(:execution_infos, Shapes::ShapeRef.new(shape: WorkflowExecutionInfoList, required: true, location_name: "executionInfos"))
1011
+ WorkflowExecutionInfos.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextPageToken"))
1012
+ WorkflowExecutionInfos.struct_class = Types::WorkflowExecutionInfos
1013
+
1014
+ WorkflowExecutionOpenCounts.add_member(:open_activity_tasks, Shapes::ShapeRef.new(shape: Count, required: true, location_name: "openActivityTasks"))
1015
+ WorkflowExecutionOpenCounts.add_member(:open_decision_tasks, Shapes::ShapeRef.new(shape: OpenDecisionTasksCount, required: true, location_name: "openDecisionTasks"))
1016
+ WorkflowExecutionOpenCounts.add_member(:open_timers, Shapes::ShapeRef.new(shape: Count, required: true, location_name: "openTimers"))
1017
+ WorkflowExecutionOpenCounts.add_member(:open_child_workflow_executions, Shapes::ShapeRef.new(shape: Count, required: true, location_name: "openChildWorkflowExecutions"))
1018
+ WorkflowExecutionOpenCounts.add_member(:open_lambda_functions, Shapes::ShapeRef.new(shape: Count, location_name: "openLambdaFunctions"))
1019
+ WorkflowExecutionOpenCounts.struct_class = Types::WorkflowExecutionOpenCounts
1020
+
1021
+ WorkflowExecutionSignaledEventAttributes.add_member(:signal_name, Shapes::ShapeRef.new(shape: SignalName, required: true, location_name: "signalName"))
1022
+ WorkflowExecutionSignaledEventAttributes.add_member(:input, Shapes::ShapeRef.new(shape: Data, location_name: "input"))
1023
+ WorkflowExecutionSignaledEventAttributes.add_member(:external_workflow_execution, Shapes::ShapeRef.new(shape: WorkflowExecution, location_name: "externalWorkflowExecution"))
1024
+ WorkflowExecutionSignaledEventAttributes.add_member(:external_initiated_event_id, Shapes::ShapeRef.new(shape: EventId, location_name: "externalInitiatedEventId"))
1025
+ WorkflowExecutionSignaledEventAttributes.struct_class = Types::WorkflowExecutionSignaledEventAttributes
1026
+
1027
+ WorkflowExecutionStartedEventAttributes.add_member(:input, Shapes::ShapeRef.new(shape: Data, location_name: "input"))
1028
+ WorkflowExecutionStartedEventAttributes.add_member(:execution_start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "executionStartToCloseTimeout"))
1029
+ WorkflowExecutionStartedEventAttributes.add_member(:task_start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "taskStartToCloseTimeout"))
1030
+ WorkflowExecutionStartedEventAttributes.add_member(:child_policy, Shapes::ShapeRef.new(shape: ChildPolicy, required: true, location_name: "childPolicy"))
1031
+ WorkflowExecutionStartedEventAttributes.add_member(:task_list, Shapes::ShapeRef.new(shape: TaskList, required: true, location_name: "taskList"))
1032
+ WorkflowExecutionStartedEventAttributes.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "workflowType"))
1033
+ WorkflowExecutionStartedEventAttributes.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "tagList"))
1034
+ WorkflowExecutionStartedEventAttributes.add_member(:task_priority, Shapes::ShapeRef.new(shape: TaskPriority, location_name: "taskPriority"))
1035
+ WorkflowExecutionStartedEventAttributes.add_member(:continued_execution_run_id, Shapes::ShapeRef.new(shape: RunIdOptional, location_name: "continuedExecutionRunId"))
1036
+ WorkflowExecutionStartedEventAttributes.add_member(:parent_workflow_execution, Shapes::ShapeRef.new(shape: WorkflowExecution, location_name: "parentWorkflowExecution"))
1037
+ WorkflowExecutionStartedEventAttributes.add_member(:parent_initiated_event_id, Shapes::ShapeRef.new(shape: EventId, location_name: "parentInitiatedEventId"))
1038
+ WorkflowExecutionStartedEventAttributes.add_member(:lambda_role, Shapes::ShapeRef.new(shape: Arn, location_name: "lambdaRole"))
1039
+ WorkflowExecutionStartedEventAttributes.struct_class = Types::WorkflowExecutionStartedEventAttributes
1040
+
1041
+ WorkflowExecutionTerminatedEventAttributes.add_member(:reason, Shapes::ShapeRef.new(shape: TerminateReason, location_name: "reason"))
1042
+ WorkflowExecutionTerminatedEventAttributes.add_member(:details, Shapes::ShapeRef.new(shape: Data, location_name: "details"))
1043
+ WorkflowExecutionTerminatedEventAttributes.add_member(:child_policy, Shapes::ShapeRef.new(shape: ChildPolicy, required: true, location_name: "childPolicy"))
1044
+ WorkflowExecutionTerminatedEventAttributes.add_member(:cause, Shapes::ShapeRef.new(shape: WorkflowExecutionTerminatedCause, location_name: "cause"))
1045
+ WorkflowExecutionTerminatedEventAttributes.struct_class = Types::WorkflowExecutionTerminatedEventAttributes
1046
+
1047
+ WorkflowExecutionTimedOutEventAttributes.add_member(:timeout_type, Shapes::ShapeRef.new(shape: WorkflowExecutionTimeoutType, required: true, location_name: "timeoutType"))
1048
+ WorkflowExecutionTimedOutEventAttributes.add_member(:child_policy, Shapes::ShapeRef.new(shape: ChildPolicy, required: true, location_name: "childPolicy"))
1049
+ WorkflowExecutionTimedOutEventAttributes.struct_class = Types::WorkflowExecutionTimedOutEventAttributes
1050
+
1051
+ WorkflowType.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
1052
+ WorkflowType.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "version"))
1053
+ WorkflowType.struct_class = Types::WorkflowType
1054
+
1055
+ WorkflowTypeConfiguration.add_member(:default_task_start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "defaultTaskStartToCloseTimeout"))
1056
+ WorkflowTypeConfiguration.add_member(:default_execution_start_to_close_timeout, Shapes::ShapeRef.new(shape: DurationInSecondsOptional, location_name: "defaultExecutionStartToCloseTimeout"))
1057
+ WorkflowTypeConfiguration.add_member(:default_task_list, Shapes::ShapeRef.new(shape: TaskList, location_name: "defaultTaskList"))
1058
+ WorkflowTypeConfiguration.add_member(:default_task_priority, Shapes::ShapeRef.new(shape: TaskPriority, location_name: "defaultTaskPriority"))
1059
+ WorkflowTypeConfiguration.add_member(:default_child_policy, Shapes::ShapeRef.new(shape: ChildPolicy, location_name: "defaultChildPolicy"))
1060
+ WorkflowTypeConfiguration.add_member(:default_lambda_role, Shapes::ShapeRef.new(shape: Arn, location_name: "defaultLambdaRole"))
1061
+ WorkflowTypeConfiguration.struct_class = Types::WorkflowTypeConfiguration
1062
+
1063
+ WorkflowTypeDetail.add_member(:type_info, Shapes::ShapeRef.new(shape: WorkflowTypeInfo, required: true, location_name: "typeInfo"))
1064
+ WorkflowTypeDetail.add_member(:configuration, Shapes::ShapeRef.new(shape: WorkflowTypeConfiguration, required: true, location_name: "configuration"))
1065
+ WorkflowTypeDetail.struct_class = Types::WorkflowTypeDetail
1066
+
1067
+ WorkflowTypeFilter.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
1068
+ WorkflowTypeFilter.add_member(:version, Shapes::ShapeRef.new(shape: VersionOptional, location_name: "version"))
1069
+ WorkflowTypeFilter.struct_class = Types::WorkflowTypeFilter
1070
+
1071
+ WorkflowTypeInfo.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "workflowType"))
1072
+ WorkflowTypeInfo.add_member(:status, Shapes::ShapeRef.new(shape: RegistrationStatus, required: true, location_name: "status"))
1073
+ WorkflowTypeInfo.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1074
+ WorkflowTypeInfo.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDate"))
1075
+ WorkflowTypeInfo.add_member(:deprecation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "deprecationDate"))
1076
+ WorkflowTypeInfo.struct_class = Types::WorkflowTypeInfo
1077
+
1078
+ WorkflowTypeInfoList.member = Shapes::ShapeRef.new(shape: WorkflowTypeInfo)
1079
+
1080
+ WorkflowTypeInfos.add_member(:type_infos, Shapes::ShapeRef.new(shape: WorkflowTypeInfoList, required: true, location_name: "typeInfos"))
1081
+ WorkflowTypeInfos.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextPageToken"))
1082
+ WorkflowTypeInfos.struct_class = Types::WorkflowTypeInfos
1083
+
1084
+
1085
+ # @api private
1086
+ API = Seahorse::Model::Api.new.tap do |api|
1087
+
1088
+ api.version = "2012-01-25"
1089
+
1090
+ api.metadata = {
1091
+ "endpointPrefix" => "swf",
1092
+ "jsonVersion" => "1.0",
1093
+ "protocol" => "json",
1094
+ "serviceFullName" => "Amazon Simple Workflow Service",
1095
+ "signatureVersion" => "v4",
1096
+ "targetPrefix" => "SimpleWorkflowService",
1097
+ "timestampFormat" => "unixTimestamp",
1098
+ }
1099
+
1100
+ api.add_operation(:count_closed_workflow_executions, Seahorse::Model::Operation.new.tap do |o|
1101
+ o.name = "CountClosedWorkflowExecutions"
1102
+ o.http_method = "POST"
1103
+ o.http_request_uri = "/"
1104
+ o.input = Shapes::ShapeRef.new(shape: CountClosedWorkflowExecutionsInput)
1105
+ o.output = Shapes::ShapeRef.new(shape: WorkflowExecutionCount)
1106
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1107
+ "exception" => true
1108
+ })
1109
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1110
+ "exception" => true
1111
+ })
1112
+ end)
1113
+
1114
+ api.add_operation(:count_open_workflow_executions, Seahorse::Model::Operation.new.tap do |o|
1115
+ o.name = "CountOpenWorkflowExecutions"
1116
+ o.http_method = "POST"
1117
+ o.http_request_uri = "/"
1118
+ o.input = Shapes::ShapeRef.new(shape: CountOpenWorkflowExecutionsInput)
1119
+ o.output = Shapes::ShapeRef.new(shape: WorkflowExecutionCount)
1120
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1121
+ "exception" => true
1122
+ })
1123
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1124
+ "exception" => true
1125
+ })
1126
+ end)
1127
+
1128
+ api.add_operation(:count_pending_activity_tasks, Seahorse::Model::Operation.new.tap do |o|
1129
+ o.name = "CountPendingActivityTasks"
1130
+ o.http_method = "POST"
1131
+ o.http_request_uri = "/"
1132
+ o.input = Shapes::ShapeRef.new(shape: CountPendingActivityTasksInput)
1133
+ o.output = Shapes::ShapeRef.new(shape: PendingTaskCount)
1134
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1135
+ "exception" => true
1136
+ })
1137
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1138
+ "exception" => true
1139
+ })
1140
+ end)
1141
+
1142
+ api.add_operation(:count_pending_decision_tasks, Seahorse::Model::Operation.new.tap do |o|
1143
+ o.name = "CountPendingDecisionTasks"
1144
+ o.http_method = "POST"
1145
+ o.http_request_uri = "/"
1146
+ o.input = Shapes::ShapeRef.new(shape: CountPendingDecisionTasksInput)
1147
+ o.output = Shapes::ShapeRef.new(shape: PendingTaskCount)
1148
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1149
+ "exception" => true
1150
+ })
1151
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1152
+ "exception" => true
1153
+ })
1154
+ end)
1155
+
1156
+ api.add_operation(:deprecate_activity_type, Seahorse::Model::Operation.new.tap do |o|
1157
+ o.name = "DeprecateActivityType"
1158
+ o.http_method = "POST"
1159
+ o.http_request_uri = "/"
1160
+ o.input = Shapes::ShapeRef.new(shape: DeprecateActivityTypeInput)
1161
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1162
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1163
+ "exception" => true
1164
+ })
1165
+ o.errors << Shapes::ShapeRef.new(shape: TypeDeprecatedFault, metadata: {
1166
+ "exception" => true
1167
+ })
1168
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1169
+ "exception" => true
1170
+ })
1171
+ end)
1172
+
1173
+ api.add_operation(:deprecate_domain, Seahorse::Model::Operation.new.tap do |o|
1174
+ o.name = "DeprecateDomain"
1175
+ o.http_method = "POST"
1176
+ o.http_request_uri = "/"
1177
+ o.input = Shapes::ShapeRef.new(shape: DeprecateDomainInput)
1178
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1179
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1180
+ "exception" => true
1181
+ })
1182
+ o.errors << Shapes::ShapeRef.new(shape: DomainDeprecatedFault, metadata: {
1183
+ "exception" => true
1184
+ })
1185
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1186
+ "exception" => true
1187
+ })
1188
+ end)
1189
+
1190
+ api.add_operation(:deprecate_workflow_type, Seahorse::Model::Operation.new.tap do |o|
1191
+ o.name = "DeprecateWorkflowType"
1192
+ o.http_method = "POST"
1193
+ o.http_request_uri = "/"
1194
+ o.input = Shapes::ShapeRef.new(shape: DeprecateWorkflowTypeInput)
1195
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1196
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1197
+ "exception" => true
1198
+ })
1199
+ o.errors << Shapes::ShapeRef.new(shape: TypeDeprecatedFault, metadata: {
1200
+ "exception" => true
1201
+ })
1202
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1203
+ "exception" => true
1204
+ })
1205
+ end)
1206
+
1207
+ api.add_operation(:describe_activity_type, Seahorse::Model::Operation.new.tap do |o|
1208
+ o.name = "DescribeActivityType"
1209
+ o.http_method = "POST"
1210
+ o.http_request_uri = "/"
1211
+ o.input = Shapes::ShapeRef.new(shape: DescribeActivityTypeInput)
1212
+ o.output = Shapes::ShapeRef.new(shape: ActivityTypeDetail)
1213
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1214
+ "exception" => true
1215
+ })
1216
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1217
+ "exception" => true
1218
+ })
1219
+ end)
1220
+
1221
+ api.add_operation(:describe_domain, Seahorse::Model::Operation.new.tap do |o|
1222
+ o.name = "DescribeDomain"
1223
+ o.http_method = "POST"
1224
+ o.http_request_uri = "/"
1225
+ o.input = Shapes::ShapeRef.new(shape: DescribeDomainInput)
1226
+ o.output = Shapes::ShapeRef.new(shape: DomainDetail)
1227
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1228
+ "exception" => true
1229
+ })
1230
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1231
+ "exception" => true
1232
+ })
1233
+ end)
1234
+
1235
+ api.add_operation(:describe_workflow_execution, Seahorse::Model::Operation.new.tap do |o|
1236
+ o.name = "DescribeWorkflowExecution"
1237
+ o.http_method = "POST"
1238
+ o.http_request_uri = "/"
1239
+ o.input = Shapes::ShapeRef.new(shape: DescribeWorkflowExecutionInput)
1240
+ o.output = Shapes::ShapeRef.new(shape: WorkflowExecutionDetail)
1241
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1242
+ "exception" => true
1243
+ })
1244
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1245
+ "exception" => true
1246
+ })
1247
+ end)
1248
+
1249
+ api.add_operation(:describe_workflow_type, Seahorse::Model::Operation.new.tap do |o|
1250
+ o.name = "DescribeWorkflowType"
1251
+ o.http_method = "POST"
1252
+ o.http_request_uri = "/"
1253
+ o.input = Shapes::ShapeRef.new(shape: DescribeWorkflowTypeInput)
1254
+ o.output = Shapes::ShapeRef.new(shape: WorkflowTypeDetail)
1255
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1256
+ "exception" => true
1257
+ })
1258
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1259
+ "exception" => true
1260
+ })
1261
+ end)
1262
+
1263
+ api.add_operation(:get_workflow_execution_history, Seahorse::Model::Operation.new.tap do |o|
1264
+ o.name = "GetWorkflowExecutionHistory"
1265
+ o.http_method = "POST"
1266
+ o.http_request_uri = "/"
1267
+ o.input = Shapes::ShapeRef.new(shape: GetWorkflowExecutionHistoryInput)
1268
+ o.output = Shapes::ShapeRef.new(shape: History)
1269
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1270
+ "exception" => true
1271
+ })
1272
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1273
+ "exception" => true
1274
+ })
1275
+ o[:pager] = Aws::Pager.new(
1276
+ limit_key: "maximum_page_size",
1277
+ tokens: {
1278
+ "next_page_token" => "next_page_token"
1279
+ }
1280
+ )
1281
+ end)
1282
+
1283
+ api.add_operation(:list_activity_types, Seahorse::Model::Operation.new.tap do |o|
1284
+ o.name = "ListActivityTypes"
1285
+ o.http_method = "POST"
1286
+ o.http_request_uri = "/"
1287
+ o.input = Shapes::ShapeRef.new(shape: ListActivityTypesInput)
1288
+ o.output = Shapes::ShapeRef.new(shape: ActivityTypeInfos)
1289
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1290
+ "exception" => true
1291
+ })
1292
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1293
+ "exception" => true
1294
+ })
1295
+ o[:pager] = Aws::Pager.new(
1296
+ limit_key: "maximum_page_size",
1297
+ tokens: {
1298
+ "next_page_token" => "next_page_token"
1299
+ }
1300
+ )
1301
+ end)
1302
+
1303
+ api.add_operation(:list_closed_workflow_executions, Seahorse::Model::Operation.new.tap do |o|
1304
+ o.name = "ListClosedWorkflowExecutions"
1305
+ o.http_method = "POST"
1306
+ o.http_request_uri = "/"
1307
+ o.input = Shapes::ShapeRef.new(shape: ListClosedWorkflowExecutionsInput)
1308
+ o.output = Shapes::ShapeRef.new(shape: WorkflowExecutionInfos)
1309
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1310
+ "exception" => true
1311
+ })
1312
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1313
+ "exception" => true
1314
+ })
1315
+ o[:pager] = Aws::Pager.new(
1316
+ limit_key: "maximum_page_size",
1317
+ tokens: {
1318
+ "next_page_token" => "next_page_token"
1319
+ }
1320
+ )
1321
+ end)
1322
+
1323
+ api.add_operation(:list_domains, Seahorse::Model::Operation.new.tap do |o|
1324
+ o.name = "ListDomains"
1325
+ o.http_method = "POST"
1326
+ o.http_request_uri = "/"
1327
+ o.input = Shapes::ShapeRef.new(shape: ListDomainsInput)
1328
+ o.output = Shapes::ShapeRef.new(shape: DomainInfos)
1329
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1330
+ "exception" => true
1331
+ })
1332
+ o[:pager] = Aws::Pager.new(
1333
+ limit_key: "maximum_page_size",
1334
+ tokens: {
1335
+ "next_page_token" => "next_page_token"
1336
+ }
1337
+ )
1338
+ end)
1339
+
1340
+ api.add_operation(:list_open_workflow_executions, Seahorse::Model::Operation.new.tap do |o|
1341
+ o.name = "ListOpenWorkflowExecutions"
1342
+ o.http_method = "POST"
1343
+ o.http_request_uri = "/"
1344
+ o.input = Shapes::ShapeRef.new(shape: ListOpenWorkflowExecutionsInput)
1345
+ o.output = Shapes::ShapeRef.new(shape: WorkflowExecutionInfos)
1346
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1347
+ "exception" => true
1348
+ })
1349
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1350
+ "exception" => true
1351
+ })
1352
+ o[:pager] = Aws::Pager.new(
1353
+ limit_key: "maximum_page_size",
1354
+ tokens: {
1355
+ "next_page_token" => "next_page_token"
1356
+ }
1357
+ )
1358
+ end)
1359
+
1360
+ api.add_operation(:list_workflow_types, Seahorse::Model::Operation.new.tap do |o|
1361
+ o.name = "ListWorkflowTypes"
1362
+ o.http_method = "POST"
1363
+ o.http_request_uri = "/"
1364
+ o.input = Shapes::ShapeRef.new(shape: ListWorkflowTypesInput)
1365
+ o.output = Shapes::ShapeRef.new(shape: WorkflowTypeInfos)
1366
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1367
+ "exception" => true
1368
+ })
1369
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1370
+ "exception" => true
1371
+ })
1372
+ o[:pager] = Aws::Pager.new(
1373
+ limit_key: "maximum_page_size",
1374
+ tokens: {
1375
+ "next_page_token" => "next_page_token"
1376
+ }
1377
+ )
1378
+ end)
1379
+
1380
+ api.add_operation(:poll_for_activity_task, Seahorse::Model::Operation.new.tap do |o|
1381
+ o.name = "PollForActivityTask"
1382
+ o.http_method = "POST"
1383
+ o.http_request_uri = "/"
1384
+ o.input = Shapes::ShapeRef.new(shape: PollForActivityTaskInput)
1385
+ o.output = Shapes::ShapeRef.new(shape: ActivityTask)
1386
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1387
+ "exception" => true
1388
+ })
1389
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1390
+ "exception" => true
1391
+ })
1392
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault, metadata: {
1393
+ "exception" => true
1394
+ })
1395
+ end)
1396
+
1397
+ api.add_operation(:poll_for_decision_task, Seahorse::Model::Operation.new.tap do |o|
1398
+ o.name = "PollForDecisionTask"
1399
+ o.http_method = "POST"
1400
+ o.http_request_uri = "/"
1401
+ o.input = Shapes::ShapeRef.new(shape: PollForDecisionTaskInput)
1402
+ o.output = Shapes::ShapeRef.new(shape: DecisionTask)
1403
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1404
+ "exception" => true
1405
+ })
1406
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1407
+ "exception" => true
1408
+ })
1409
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault, metadata: {
1410
+ "exception" => true
1411
+ })
1412
+ o[:pager] = Aws::Pager.new(
1413
+ limit_key: "maximum_page_size",
1414
+ tokens: {
1415
+ "next_page_token" => "next_page_token"
1416
+ }
1417
+ )
1418
+ end)
1419
+
1420
+ api.add_operation(:record_activity_task_heartbeat, Seahorse::Model::Operation.new.tap do |o|
1421
+ o.name = "RecordActivityTaskHeartbeat"
1422
+ o.http_method = "POST"
1423
+ o.http_request_uri = "/"
1424
+ o.input = Shapes::ShapeRef.new(shape: RecordActivityTaskHeartbeatInput)
1425
+ o.output = Shapes::ShapeRef.new(shape: ActivityTaskStatus)
1426
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1427
+ "exception" => true
1428
+ })
1429
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1430
+ "exception" => true
1431
+ })
1432
+ end)
1433
+
1434
+ api.add_operation(:register_activity_type, Seahorse::Model::Operation.new.tap do |o|
1435
+ o.name = "RegisterActivityType"
1436
+ o.http_method = "POST"
1437
+ o.http_request_uri = "/"
1438
+ o.input = Shapes::ShapeRef.new(shape: RegisterActivityTypeInput)
1439
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1440
+ o.errors << Shapes::ShapeRef.new(shape: TypeAlreadyExistsFault, metadata: {
1441
+ "exception" => true
1442
+ })
1443
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault, metadata: {
1444
+ "exception" => true
1445
+ })
1446
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1447
+ "exception" => true
1448
+ })
1449
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1450
+ "exception" => true
1451
+ })
1452
+ end)
1453
+
1454
+ api.add_operation(:register_domain, Seahorse::Model::Operation.new.tap do |o|
1455
+ o.name = "RegisterDomain"
1456
+ o.http_method = "POST"
1457
+ o.http_request_uri = "/"
1458
+ o.input = Shapes::ShapeRef.new(shape: RegisterDomainInput)
1459
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1460
+ o.errors << Shapes::ShapeRef.new(shape: DomainAlreadyExistsFault, metadata: {
1461
+ "exception" => true
1462
+ })
1463
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault, metadata: {
1464
+ "exception" => true
1465
+ })
1466
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1467
+ "exception" => true
1468
+ })
1469
+ end)
1470
+
1471
+ api.add_operation(:register_workflow_type, Seahorse::Model::Operation.new.tap do |o|
1472
+ o.name = "RegisterWorkflowType"
1473
+ o.http_method = "POST"
1474
+ o.http_request_uri = "/"
1475
+ o.input = Shapes::ShapeRef.new(shape: RegisterWorkflowTypeInput)
1476
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1477
+ o.errors << Shapes::ShapeRef.new(shape: TypeAlreadyExistsFault, metadata: {
1478
+ "exception" => true
1479
+ })
1480
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault, metadata: {
1481
+ "exception" => true
1482
+ })
1483
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1484
+ "exception" => true
1485
+ })
1486
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1487
+ "exception" => true
1488
+ })
1489
+ end)
1490
+
1491
+ api.add_operation(:request_cancel_workflow_execution, Seahorse::Model::Operation.new.tap do |o|
1492
+ o.name = "RequestCancelWorkflowExecution"
1493
+ o.http_method = "POST"
1494
+ o.http_request_uri = "/"
1495
+ o.input = Shapes::ShapeRef.new(shape: RequestCancelWorkflowExecutionInput)
1496
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1497
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1498
+ "exception" => true
1499
+ })
1500
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1501
+ "exception" => true
1502
+ })
1503
+ end)
1504
+
1505
+ api.add_operation(:respond_activity_task_canceled, Seahorse::Model::Operation.new.tap do |o|
1506
+ o.name = "RespondActivityTaskCanceled"
1507
+ o.http_method = "POST"
1508
+ o.http_request_uri = "/"
1509
+ o.input = Shapes::ShapeRef.new(shape: RespondActivityTaskCanceledInput)
1510
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1511
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1512
+ "exception" => true
1513
+ })
1514
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1515
+ "exception" => true
1516
+ })
1517
+ end)
1518
+
1519
+ api.add_operation(:respond_activity_task_completed, Seahorse::Model::Operation.new.tap do |o|
1520
+ o.name = "RespondActivityTaskCompleted"
1521
+ o.http_method = "POST"
1522
+ o.http_request_uri = "/"
1523
+ o.input = Shapes::ShapeRef.new(shape: RespondActivityTaskCompletedInput)
1524
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1525
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1526
+ "exception" => true
1527
+ })
1528
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1529
+ "exception" => true
1530
+ })
1531
+ end)
1532
+
1533
+ api.add_operation(:respond_activity_task_failed, Seahorse::Model::Operation.new.tap do |o|
1534
+ o.name = "RespondActivityTaskFailed"
1535
+ o.http_method = "POST"
1536
+ o.http_request_uri = "/"
1537
+ o.input = Shapes::ShapeRef.new(shape: RespondActivityTaskFailedInput)
1538
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1539
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1540
+ "exception" => true
1541
+ })
1542
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1543
+ "exception" => true
1544
+ })
1545
+ end)
1546
+
1547
+ api.add_operation(:respond_decision_task_completed, Seahorse::Model::Operation.new.tap do |o|
1548
+ o.name = "RespondDecisionTaskCompleted"
1549
+ o.http_method = "POST"
1550
+ o.http_request_uri = "/"
1551
+ o.input = Shapes::ShapeRef.new(shape: RespondDecisionTaskCompletedInput)
1552
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1553
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1554
+ "exception" => true
1555
+ })
1556
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1557
+ "exception" => true
1558
+ })
1559
+ end)
1560
+
1561
+ api.add_operation(:signal_workflow_execution, Seahorse::Model::Operation.new.tap do |o|
1562
+ o.name = "SignalWorkflowExecution"
1563
+ o.http_method = "POST"
1564
+ o.http_request_uri = "/"
1565
+ o.input = Shapes::ShapeRef.new(shape: SignalWorkflowExecutionInput)
1566
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1567
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1568
+ "exception" => true
1569
+ })
1570
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1571
+ "exception" => true
1572
+ })
1573
+ end)
1574
+
1575
+ api.add_operation(:start_workflow_execution, Seahorse::Model::Operation.new.tap do |o|
1576
+ o.name = "StartWorkflowExecution"
1577
+ o.http_method = "POST"
1578
+ o.http_request_uri = "/"
1579
+ o.input = Shapes::ShapeRef.new(shape: StartWorkflowExecutionInput)
1580
+ o.output = Shapes::ShapeRef.new(shape: Run)
1581
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1582
+ "exception" => true
1583
+ })
1584
+ o.errors << Shapes::ShapeRef.new(shape: TypeDeprecatedFault, metadata: {
1585
+ "exception" => true
1586
+ })
1587
+ o.errors << Shapes::ShapeRef.new(shape: WorkflowExecutionAlreadyStartedFault, metadata: {
1588
+ "exception" => true
1589
+ })
1590
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault, metadata: {
1591
+ "exception" => true
1592
+ })
1593
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1594
+ "exception" => true
1595
+ })
1596
+ o.errors << Shapes::ShapeRef.new(shape: DefaultUndefinedFault, metadata: {
1597
+ "exception" => true
1598
+ })
1599
+ end)
1600
+
1601
+ api.add_operation(:terminate_workflow_execution, Seahorse::Model::Operation.new.tap do |o|
1602
+ o.name = "TerminateWorkflowExecution"
1603
+ o.http_method = "POST"
1604
+ o.http_request_uri = "/"
1605
+ o.input = Shapes::ShapeRef.new(shape: TerminateWorkflowExecutionInput)
1606
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1607
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceFault, metadata: {
1608
+ "exception" => true
1609
+ })
1610
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedFault, metadata: {
1611
+ "exception" => true
1612
+ })
1613
+ end)
1614
+ end
1615
+
1616
+ end
1617
+ end
1618
+ end