aws-sdk-swf 1.37.0 → 1.38.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -324,14 +324,6 @@ module Aws::SWF
324
324
 
325
325
  # Represents an activity type.
326
326
  #
327
- # @note When making an API call, you may pass ActivityType
328
- # data as a hash:
329
- #
330
- # {
331
- # name: "Name", # required
332
- # version: "Version", # required
333
- # }
334
- #
335
327
  # @!attribute [rw] name
336
328
  # The name of this activity.
337
329
  #
@@ -553,13 +545,6 @@ module Aws::SWF
553
545
  #
554
546
  # [1]: https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html
555
547
  #
556
- # @note When making an API call, you may pass CancelTimerDecisionAttributes
557
- # data as a hash:
558
- #
559
- # {
560
- # timer_id: "TimerId", # required
561
- # }
562
- #
563
548
  # @!attribute [rw] timer_id
564
549
  # The unique ID of the timer to cancel.
565
550
  # @return [String]
@@ -633,13 +618,6 @@ module Aws::SWF
633
618
  #
634
619
  # [1]: https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html
635
620
  #
636
- # @note When making an API call, you may pass CancelWorkflowExecutionDecisionAttributes
637
- # data as a hash:
638
- #
639
- # {
640
- # details: "Data",
641
- # }
642
- #
643
621
  # @!attribute [rw] details
644
622
  # Details of the cancellation.
645
623
  # @return [String]
@@ -908,13 +886,6 @@ module Aws::SWF
908
886
  # Used to filter the closed workflow executions in visibility APIs by
909
887
  # their close status.
910
888
  #
911
- # @note When making an API call, you may pass CloseStatusFilter
912
- # data as a hash:
913
- #
914
- # {
915
- # status: "COMPLETED", # required, accepts COMPLETED, FAILED, CANCELED, TERMINATED, CONTINUED_AS_NEW, TIMED_OUT
916
- # }
917
- #
918
889
  # @!attribute [rw] status
919
890
  # The close status that must match the close status of an execution
920
891
  # for it to meet the criteria of this filter.
@@ -952,13 +923,6 @@ module Aws::SWF
952
923
  #
953
924
  # [1]: https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html
954
925
  #
955
- # @note When making an API call, you may pass CompleteWorkflowExecutionDecisionAttributes
956
- # data as a hash:
957
- #
958
- # {
959
- # result: "Data",
960
- # }
961
- #
962
926
  # @!attribute [rw] result
963
927
  # The result of the workflow execution. The form of the result is
964
928
  # implementation defined.
@@ -1037,23 +1001,6 @@ module Aws::SWF
1037
1001
  #
1038
1002
  # [1]: https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html
1039
1003
  #
1040
- # @note When making an API call, you may pass ContinueAsNewWorkflowExecutionDecisionAttributes
1041
- # data as a hash:
1042
- #
1043
- # {
1044
- # input: "Data",
1045
- # execution_start_to_close_timeout: "DurationInSecondsOptional",
1046
- # task_list: {
1047
- # name: "Name", # required
1048
- # },
1049
- # task_priority: "TaskPriority",
1050
- # task_start_to_close_timeout: "DurationInSecondsOptional",
1051
- # child_policy: "TERMINATE", # accepts TERMINATE, REQUEST_CANCEL, ABANDON
1052
- # tag_list: ["Tag"],
1053
- # workflow_type_version: "Version",
1054
- # lambda_role: "Arn",
1055
- # }
1056
- #
1057
1004
  # @!attribute [rw] input
1058
1005
  # The input provided to the new workflow execution.
1059
1006
  # @return [String]
@@ -1204,34 +1151,6 @@ module Aws::SWF
1204
1151
  include Aws::Structure
1205
1152
  end
1206
1153
 
1207
- # @note When making an API call, you may pass CountClosedWorkflowExecutionsInput
1208
- # data as a hash:
1209
- #
1210
- # {
1211
- # domain: "DomainName", # required
1212
- # start_time_filter: {
1213
- # oldest_date: Time.now, # required
1214
- # latest_date: Time.now,
1215
- # },
1216
- # close_time_filter: {
1217
- # oldest_date: Time.now, # required
1218
- # latest_date: Time.now,
1219
- # },
1220
- # execution_filter: {
1221
- # workflow_id: "WorkflowId", # required
1222
- # },
1223
- # type_filter: {
1224
- # name: "Name", # required
1225
- # version: "VersionOptional",
1226
- # },
1227
- # tag_filter: {
1228
- # tag: "Tag", # required
1229
- # },
1230
- # close_status_filter: {
1231
- # status: "COMPLETED", # required, accepts COMPLETED, FAILED, CANCELED, TERMINATED, CONTINUED_AS_NEW, TIMED_OUT
1232
- # },
1233
- # }
1234
- #
1235
1154
  # @!attribute [rw] domain
1236
1155
  # The name of the domain containing the workflow executions to count.
1237
1156
  # @return [String]
@@ -1313,27 +1232,6 @@ module Aws::SWF
1313
1232
  include Aws::Structure
1314
1233
  end
1315
1234
 
1316
- # @note When making an API call, you may pass CountOpenWorkflowExecutionsInput
1317
- # data as a hash:
1318
- #
1319
- # {
1320
- # domain: "DomainName", # required
1321
- # start_time_filter: { # required
1322
- # oldest_date: Time.now, # required
1323
- # latest_date: Time.now,
1324
- # },
1325
- # type_filter: {
1326
- # name: "Name", # required
1327
- # version: "VersionOptional",
1328
- # },
1329
- # tag_filter: {
1330
- # tag: "Tag", # required
1331
- # },
1332
- # execution_filter: {
1333
- # workflow_id: "WorkflowId", # required
1334
- # },
1335
- # }
1336
- #
1337
1235
  # @!attribute [rw] domain
1338
1236
  # The name of the domain containing the workflow executions to count.
1339
1237
  # @return [String]
@@ -1382,16 +1280,6 @@ module Aws::SWF
1382
1280
  include Aws::Structure
1383
1281
  end
1384
1282
 
1385
- # @note When making an API call, you may pass CountPendingActivityTasksInput
1386
- # data as a hash:
1387
- #
1388
- # {
1389
- # domain: "DomainName", # required
1390
- # task_list: { # required
1391
- # name: "Name", # required
1392
- # },
1393
- # }
1394
- #
1395
1283
  # @!attribute [rw] domain
1396
1284
  # The name of the domain that contains the task list.
1397
1285
  # @return [String]
@@ -1407,16 +1295,6 @@ module Aws::SWF
1407
1295
  include Aws::Structure
1408
1296
  end
1409
1297
 
1410
- # @note When making an API call, you may pass CountPendingDecisionTasksInput
1411
- # data as a hash:
1412
- #
1413
- # {
1414
- # domain: "DomainName", # required
1415
- # task_list: { # required
1416
- # name: "Name", # required
1417
- # },
1418
- # }
1419
- #
1420
1298
  # @!attribute [rw] domain
1421
1299
  # The name of the domain that contains the task list.
1422
1300
  # @return [String]
@@ -1615,105 +1493,6 @@ module Aws::SWF
1615
1493
  #
1616
1494
  # [1]: https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html
1617
1495
  #
1618
- # @note When making an API call, you may pass Decision
1619
- # data as a hash:
1620
- #
1621
- # {
1622
- # decision_type: "ScheduleActivityTask", # required, accepts ScheduleActivityTask, RequestCancelActivityTask, CompleteWorkflowExecution, FailWorkflowExecution, CancelWorkflowExecution, ContinueAsNewWorkflowExecution, RecordMarker, StartTimer, CancelTimer, SignalExternalWorkflowExecution, RequestCancelExternalWorkflowExecution, StartChildWorkflowExecution, ScheduleLambdaFunction
1623
- # schedule_activity_task_decision_attributes: {
1624
- # activity_type: { # required
1625
- # name: "Name", # required
1626
- # version: "Version", # required
1627
- # },
1628
- # activity_id: "ActivityId", # required
1629
- # control: "Data",
1630
- # input: "Data",
1631
- # schedule_to_close_timeout: "DurationInSecondsOptional",
1632
- # task_list: {
1633
- # name: "Name", # required
1634
- # },
1635
- # task_priority: "TaskPriority",
1636
- # schedule_to_start_timeout: "DurationInSecondsOptional",
1637
- # start_to_close_timeout: "DurationInSecondsOptional",
1638
- # heartbeat_timeout: "DurationInSecondsOptional",
1639
- # },
1640
- # request_cancel_activity_task_decision_attributes: {
1641
- # activity_id: "ActivityId", # required
1642
- # },
1643
- # complete_workflow_execution_decision_attributes: {
1644
- # result: "Data",
1645
- # },
1646
- # fail_workflow_execution_decision_attributes: {
1647
- # reason: "FailureReason",
1648
- # details: "Data",
1649
- # },
1650
- # cancel_workflow_execution_decision_attributes: {
1651
- # details: "Data",
1652
- # },
1653
- # continue_as_new_workflow_execution_decision_attributes: {
1654
- # input: "Data",
1655
- # execution_start_to_close_timeout: "DurationInSecondsOptional",
1656
- # task_list: {
1657
- # name: "Name", # required
1658
- # },
1659
- # task_priority: "TaskPriority",
1660
- # task_start_to_close_timeout: "DurationInSecondsOptional",
1661
- # child_policy: "TERMINATE", # accepts TERMINATE, REQUEST_CANCEL, ABANDON
1662
- # tag_list: ["Tag"],
1663
- # workflow_type_version: "Version",
1664
- # lambda_role: "Arn",
1665
- # },
1666
- # record_marker_decision_attributes: {
1667
- # marker_name: "MarkerName", # required
1668
- # details: "Data",
1669
- # },
1670
- # start_timer_decision_attributes: {
1671
- # timer_id: "TimerId", # required
1672
- # control: "Data",
1673
- # start_to_fire_timeout: "DurationInSeconds", # required
1674
- # },
1675
- # cancel_timer_decision_attributes: {
1676
- # timer_id: "TimerId", # required
1677
- # },
1678
- # signal_external_workflow_execution_decision_attributes: {
1679
- # workflow_id: "WorkflowId", # required
1680
- # run_id: "WorkflowRunIdOptional",
1681
- # signal_name: "SignalName", # required
1682
- # input: "Data",
1683
- # control: "Data",
1684
- # },
1685
- # request_cancel_external_workflow_execution_decision_attributes: {
1686
- # workflow_id: "WorkflowId", # required
1687
- # run_id: "WorkflowRunIdOptional",
1688
- # control: "Data",
1689
- # },
1690
- # start_child_workflow_execution_decision_attributes: {
1691
- # workflow_type: { # required
1692
- # name: "Name", # required
1693
- # version: "Version", # required
1694
- # },
1695
- # workflow_id: "WorkflowId", # required
1696
- # control: "Data",
1697
- # input: "Data",
1698
- # execution_start_to_close_timeout: "DurationInSecondsOptional",
1699
- # task_list: {
1700
- # name: "Name", # required
1701
- # },
1702
- # task_priority: "TaskPriority",
1703
- # task_start_to_close_timeout: "DurationInSecondsOptional",
1704
- # child_policy: "TERMINATE", # accepts TERMINATE, REQUEST_CANCEL, ABANDON
1705
- # tag_list: ["Tag"],
1706
- # lambda_role: "Arn",
1707
- # },
1708
- # schedule_lambda_function_decision_attributes: {
1709
- # id: "FunctionId", # required
1710
- # name: "FunctionName", # required
1711
- # control: "Data",
1712
- # input: "FunctionInput",
1713
- # start_to_close_timeout: "DurationInSecondsOptional",
1714
- # },
1715
- # }
1716
- #
1717
1496
  # @!attribute [rw] decision_type
1718
1497
  # Specifies the type of the decision.
1719
1498
  # @return [String]
@@ -1997,17 +1776,6 @@ module Aws::SWF
1997
1776
  include Aws::Structure
1998
1777
  end
1999
1778
 
2000
- # @note When making an API call, you may pass DeprecateActivityTypeInput
2001
- # data as a hash:
2002
- #
2003
- # {
2004
- # domain: "DomainName", # required
2005
- # activity_type: { # required
2006
- # name: "Name", # required
2007
- # version: "Version", # required
2008
- # },
2009
- # }
2010
- #
2011
1779
  # @!attribute [rw] domain
2012
1780
  # The name of the domain in which the activity type is registered.
2013
1781
  # @return [String]
@@ -2023,13 +1791,6 @@ module Aws::SWF
2023
1791
  include Aws::Structure
2024
1792
  end
2025
1793
 
2026
- # @note When making an API call, you may pass DeprecateDomainInput
2027
- # data as a hash:
2028
- #
2029
- # {
2030
- # name: "DomainName", # required
2031
- # }
2032
- #
2033
1794
  # @!attribute [rw] name
2034
1795
  # The name of the domain to deprecate.
2035
1796
  # @return [String]
@@ -2040,17 +1801,6 @@ module Aws::SWF
2040
1801
  include Aws::Structure
2041
1802
  end
2042
1803
 
2043
- # @note When making an API call, you may pass DeprecateWorkflowTypeInput
2044
- # data as a hash:
2045
- #
2046
- # {
2047
- # domain: "DomainName", # required
2048
- # workflow_type: { # required
2049
- # name: "Name", # required
2050
- # version: "Version", # required
2051
- # },
2052
- # }
2053
- #
2054
1804
  # @!attribute [rw] domain
2055
1805
  # The name of the domain in which the workflow type is registered.
2056
1806
  # @return [String]
@@ -2066,17 +1816,6 @@ module Aws::SWF
2066
1816
  include Aws::Structure
2067
1817
  end
2068
1818
 
2069
- # @note When making an API call, you may pass DescribeActivityTypeInput
2070
- # data as a hash:
2071
- #
2072
- # {
2073
- # domain: "DomainName", # required
2074
- # activity_type: { # required
2075
- # name: "Name", # required
2076
- # version: "Version", # required
2077
- # },
2078
- # }
2079
- #
2080
1819
  # @!attribute [rw] domain
2081
1820
  # The name of the domain in which the activity type is registered.
2082
1821
  # @return [String]
@@ -2094,13 +1833,6 @@ module Aws::SWF
2094
1833
  include Aws::Structure
2095
1834
  end
2096
1835
 
2097
- # @note When making an API call, you may pass DescribeDomainInput
2098
- # data as a hash:
2099
- #
2100
- # {
2101
- # name: "DomainName", # required
2102
- # }
2103
- #
2104
1836
  # @!attribute [rw] name
2105
1837
  # The name of the domain to describe.
2106
1838
  # @return [String]
@@ -2111,17 +1843,6 @@ module Aws::SWF
2111
1843
  include Aws::Structure
2112
1844
  end
2113
1845
 
2114
- # @note When making an API call, you may pass DescribeWorkflowExecutionInput
2115
- # data as a hash:
2116
- #
2117
- # {
2118
- # domain: "DomainName", # required
2119
- # execution: { # required
2120
- # workflow_id: "WorkflowId", # required
2121
- # run_id: "WorkflowRunId", # required
2122
- # },
2123
- # }
2124
- #
2125
1846
  # @!attribute [rw] domain
2126
1847
  # The name of the domain containing the workflow execution.
2127
1848
  # @return [String]
@@ -2137,17 +1858,6 @@ module Aws::SWF
2137
1858
  include Aws::Structure
2138
1859
  end
2139
1860
 
2140
- # @note When making an API call, you may pass DescribeWorkflowTypeInput
2141
- # data as a hash:
2142
- #
2143
- # {
2144
- # domain: "DomainName", # required
2145
- # workflow_type: { # required
2146
- # name: "Name", # required
2147
- # version: "Version", # required
2148
- # },
2149
- # }
2150
- #
2151
1861
  # @!attribute [rw] domain
2152
1862
  # The name of the domain in which this workflow type is registered.
2153
1863
  # @return [String]
@@ -2289,14 +1999,6 @@ module Aws::SWF
2289
1999
  #
2290
2000
  # [1]: https://en.wikipedia.org/wiki/Unix_time
2291
2001
  #
2292
- # @note When making an API call, you may pass ExecutionTimeFilter
2293
- # data as a hash:
2294
- #
2295
- # {
2296
- # oldest_date: Time.now, # required
2297
- # latest_date: Time.now,
2298
- # }
2299
- #
2300
2002
  # @!attribute [rw] oldest_date
2301
2003
  # Specifies the oldest start or close date and time to return.
2302
2004
  # @return [Time]
@@ -2382,14 +2084,6 @@ module Aws::SWF
2382
2084
  #
2383
2085
  # [1]: https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html
2384
2086
  #
2385
- # @note When making an API call, you may pass FailWorkflowExecutionDecisionAttributes
2386
- # data as a hash:
2387
- #
2388
- # {
2389
- # reason: "FailureReason",
2390
- # details: "Data",
2391
- # }
2392
- #
2393
2087
  # @!attribute [rw] reason
2394
2088
  # A descriptive reason for the failure that may help in diagnostics.
2395
2089
  # @return [String]
@@ -2438,20 +2132,6 @@ module Aws::SWF
2438
2132
  include Aws::Structure
2439
2133
  end
2440
2134
 
2441
- # @note When making an API call, you may pass GetWorkflowExecutionHistoryInput
2442
- # data as a hash:
2443
- #
2444
- # {
2445
- # domain: "DomainName", # required
2446
- # execution: { # required
2447
- # workflow_id: "WorkflowId", # required
2448
- # run_id: "WorkflowRunId", # required
2449
- # },
2450
- # next_page_token: "PageToken",
2451
- # maximum_page_size: 1,
2452
- # reverse_order: false,
2453
- # }
2454
- #
2455
2135
  # @!attribute [rw] domain
2456
2136
  # The name of the domain containing the workflow execution.
2457
2137
  # @return [String]
@@ -3233,18 +2913,6 @@ module Aws::SWF
3233
2913
  include Aws::Structure
3234
2914
  end
3235
2915
 
3236
- # @note When making an API call, you may pass ListActivityTypesInput
3237
- # data as a hash:
3238
- #
3239
- # {
3240
- # domain: "DomainName", # required
3241
- # name: "Name",
3242
- # registration_status: "REGISTERED", # required, accepts REGISTERED, DEPRECATED
3243
- # next_page_token: "PageToken",
3244
- # maximum_page_size: 1,
3245
- # reverse_order: false,
3246
- # }
3247
- #
3248
2916
  # @!attribute [rw] domain
3249
2917
  # The name of the domain in which the activity types have been
3250
2918
  # registered.
@@ -3293,37 +2961,6 @@ module Aws::SWF
3293
2961
  include Aws::Structure
3294
2962
  end
3295
2963
 
3296
- # @note When making an API call, you may pass ListClosedWorkflowExecutionsInput
3297
- # data as a hash:
3298
- #
3299
- # {
3300
- # domain: "DomainName", # required
3301
- # start_time_filter: {
3302
- # oldest_date: Time.now, # required
3303
- # latest_date: Time.now,
3304
- # },
3305
- # close_time_filter: {
3306
- # oldest_date: Time.now, # required
3307
- # latest_date: Time.now,
3308
- # },
3309
- # execution_filter: {
3310
- # workflow_id: "WorkflowId", # required
3311
- # },
3312
- # close_status_filter: {
3313
- # status: "COMPLETED", # required, accepts COMPLETED, FAILED, CANCELED, TERMINATED, CONTINUED_AS_NEW, TIMED_OUT
3314
- # },
3315
- # type_filter: {
3316
- # name: "Name", # required
3317
- # version: "VersionOptional",
3318
- # },
3319
- # tag_filter: {
3320
- # tag: "Tag", # required
3321
- # },
3322
- # next_page_token: "PageToken",
3323
- # maximum_page_size: 1,
3324
- # reverse_order: false,
3325
- # }
3326
- #
3327
2964
  # @!attribute [rw] domain
3328
2965
  # The name of the domain that contains the workflow executions to
3329
2966
  # list.
@@ -3436,16 +3073,6 @@ module Aws::SWF
3436
3073
  include Aws::Structure
3437
3074
  end
3438
3075
 
3439
- # @note When making an API call, you may pass ListDomainsInput
3440
- # data as a hash:
3441
- #
3442
- # {
3443
- # next_page_token: "PageToken",
3444
- # registration_status: "REGISTERED", # required, accepts REGISTERED, DEPRECATED
3445
- # maximum_page_size: 1,
3446
- # reverse_order: false,
3447
- # }
3448
- #
3449
3076
  # @!attribute [rw] next_page_token
3450
3077
  # If `NextPageToken` is returned there are more results available. The
3451
3078
  # value of `NextPageToken` is a unique pagination token for each page.
@@ -3483,30 +3110,6 @@ module Aws::SWF
3483
3110
  include Aws::Structure
3484
3111
  end
3485
3112
 
3486
- # @note When making an API call, you may pass ListOpenWorkflowExecutionsInput
3487
- # data as a hash:
3488
- #
3489
- # {
3490
- # domain: "DomainName", # required
3491
- # start_time_filter: { # required
3492
- # oldest_date: Time.now, # required
3493
- # latest_date: Time.now,
3494
- # },
3495
- # type_filter: {
3496
- # name: "Name", # required
3497
- # version: "VersionOptional",
3498
- # },
3499
- # tag_filter: {
3500
- # tag: "Tag", # required
3501
- # },
3502
- # next_page_token: "PageToken",
3503
- # maximum_page_size: 1,
3504
- # reverse_order: false,
3505
- # execution_filter: {
3506
- # workflow_id: "WorkflowId", # required
3507
- # },
3508
- # }
3509
- #
3510
3113
  # @!attribute [rw] domain
3511
3114
  # The name of the domain that contains the workflow executions to
3512
3115
  # list.
@@ -3584,13 +3187,6 @@ module Aws::SWF
3584
3187
  include Aws::Structure
3585
3188
  end
3586
3189
 
3587
- # @note When making an API call, you may pass ListTagsForResourceInput
3588
- # data as a hash:
3589
- #
3590
- # {
3591
- # resource_arn: "Arn", # required
3592
- # }
3593
- #
3594
3190
  # @!attribute [rw] resource_arn
3595
3191
  # The Amazon Resource Name (ARN) for the Amazon SWF domain.
3596
3192
  # @return [String]
@@ -3611,18 +3207,6 @@ module Aws::SWF
3611
3207
  include Aws::Structure
3612
3208
  end
3613
3209
 
3614
- # @note When making an API call, you may pass ListWorkflowTypesInput
3615
- # data as a hash:
3616
- #
3617
- # {
3618
- # domain: "DomainName", # required
3619
- # name: "Name",
3620
- # registration_status: "REGISTERED", # required, accepts REGISTERED, DEPRECATED
3621
- # next_page_token: "PageToken",
3622
- # maximum_page_size: 1,
3623
- # reverse_order: false,
3624
- # }
3625
- #
3626
3210
  # @!attribute [rw] domain
3627
3211
  # The name of the domain in which the workflow types have been
3628
3212
  # registered.
@@ -3729,17 +3313,6 @@ module Aws::SWF
3729
3313
  include Aws::Structure
3730
3314
  end
3731
3315
 
3732
- # @note When making an API call, you may pass PollForActivityTaskInput
3733
- # data as a hash:
3734
- #
3735
- # {
3736
- # domain: "DomainName", # required
3737
- # task_list: { # required
3738
- # name: "Name", # required
3739
- # },
3740
- # identity: "Identity",
3741
- # }
3742
- #
3743
3316
  # @!attribute [rw] domain
3744
3317
  # The name of the domain that contains the task lists being polled.
3745
3318
  # @return [String]
@@ -3768,20 +3341,6 @@ module Aws::SWF
3768
3341
  include Aws::Structure
3769
3342
  end
3770
3343
 
3771
- # @note When making an API call, you may pass PollForDecisionTaskInput
3772
- # data as a hash:
3773
- #
3774
- # {
3775
- # domain: "DomainName", # required
3776
- # task_list: { # required
3777
- # name: "Name", # required
3778
- # },
3779
- # identity: "Identity",
3780
- # next_page_token: "PageToken",
3781
- # maximum_page_size: 1,
3782
- # reverse_order: false,
3783
- # }
3784
- #
3785
3344
  # @!attribute [rw] domain
3786
3345
  # The name of the domain containing the task lists to poll.
3787
3346
  # @return [String]
@@ -3848,14 +3407,6 @@ module Aws::SWF
3848
3407
  include Aws::Structure
3849
3408
  end
3850
3409
 
3851
- # @note When making an API call, you may pass RecordActivityTaskHeartbeatInput
3852
- # data as a hash:
3853
- #
3854
- # {
3855
- # task_token: "TaskToken", # required
3856
- # details: "LimitedData",
3857
- # }
3858
- #
3859
3410
  # @!attribute [rw] task_token
3860
3411
  # The `taskToken` of the ActivityTask.
3861
3412
  #
@@ -3902,14 +3453,6 @@ module Aws::SWF
3902
3453
  #
3903
3454
  # [1]: https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html
3904
3455
  #
3905
- # @note When making an API call, you may pass RecordMarkerDecisionAttributes
3906
- # data as a hash:
3907
- #
3908
- # {
3909
- # marker_name: "MarkerName", # required
3910
- # details: "Data",
3911
- # }
3912
- #
3913
3456
  # @!attribute [rw] marker_name
3914
3457
  # The name of the marker.
3915
3458
  # @return [String]
@@ -3963,24 +3506,6 @@ module Aws::SWF
3963
3506
  include Aws::Structure
3964
3507
  end
3965
3508
 
3966
- # @note When making an API call, you may pass RegisterActivityTypeInput
3967
- # data as a hash:
3968
- #
3969
- # {
3970
- # domain: "DomainName", # required
3971
- # name: "Name", # required
3972
- # version: "Version", # required
3973
- # description: "Description",
3974
- # default_task_start_to_close_timeout: "DurationInSecondsOptional",
3975
- # default_task_heartbeat_timeout: "DurationInSecondsOptional",
3976
- # default_task_list: {
3977
- # name: "Name", # required
3978
- # },
3979
- # default_task_priority: "TaskPriority",
3980
- # default_task_schedule_to_start_timeout: "DurationInSecondsOptional",
3981
- # default_task_schedule_to_close_timeout: "DurationInSecondsOptional",
3982
- # }
3983
- #
3984
3509
  # @!attribute [rw] domain
3985
3510
  # The name of the domain in which this activity is to be registered.
3986
3511
  # @return [String]
@@ -4094,21 +3619,6 @@ module Aws::SWF
4094
3619
  include Aws::Structure
4095
3620
  end
4096
3621
 
4097
- # @note When making an API call, you may pass RegisterDomainInput
4098
- # data as a hash:
4099
- #
4100
- # {
4101
- # name: "DomainName", # required
4102
- # description: "Description",
4103
- # workflow_execution_retention_period_in_days: "DurationInDays", # required
4104
- # tags: [
4105
- # {
4106
- # key: "ResourceTagKey", # required
4107
- # value: "ResourceTagValue",
4108
- # },
4109
- # ],
4110
- # }
4111
- #
4112
3622
  # @!attribute [rw] name
4113
3623
  # Name of the domain to register. The name must be unique in the
4114
3624
  # region that the domain is registered in.
@@ -4158,24 +3668,6 @@ module Aws::SWF
4158
3668
  include Aws::Structure
4159
3669
  end
4160
3670
 
4161
- # @note When making an API call, you may pass RegisterWorkflowTypeInput
4162
- # data as a hash:
4163
- #
4164
- # {
4165
- # domain: "DomainName", # required
4166
- # name: "Name", # required
4167
- # version: "Version", # required
4168
- # description: "Description",
4169
- # default_task_start_to_close_timeout: "DurationInSecondsOptional",
4170
- # default_execution_start_to_close_timeout: "DurationInSecondsOptional",
4171
- # default_task_list: {
4172
- # name: "Name", # required
4173
- # },
4174
- # default_task_priority: "TaskPriority",
4175
- # default_child_policy: "TERMINATE", # accepts TERMINATE, REQUEST_CANCEL, ABANDON
4176
- # default_lambda_role: "Arn",
4177
- # }
4178
- #
4179
3671
  # @!attribute [rw] domain
4180
3672
  # The name of the domain in which to register the workflow type.
4181
3673
  # @return [String]
@@ -4335,13 +3827,6 @@ module Aws::SWF
4335
3827
  #
4336
3828
  # [1]: https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html
4337
3829
  #
4338
- # @note When making an API call, you may pass RequestCancelActivityTaskDecisionAttributes
4339
- # data as a hash:
4340
- #
4341
- # {
4342
- # activity_id: "ActivityId", # required
4343
- # }
4344
- #
4345
3830
  # @!attribute [rw] activity_id
4346
3831
  # The `activityId` of the activity task to be canceled.
4347
3832
  # @return [String]
@@ -4418,15 +3903,6 @@ module Aws::SWF
4418
3903
  #
4419
3904
  # [1]: https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html
4420
3905
  #
4421
- # @note When making an API call, you may pass RequestCancelExternalWorkflowExecutionDecisionAttributes
4422
- # data as a hash:
4423
- #
4424
- # {
4425
- # workflow_id: "WorkflowId", # required
4426
- # run_id: "WorkflowRunIdOptional",
4427
- # control: "Data",
4428
- # }
4429
- #
4430
3906
  # @!attribute [rw] workflow_id
4431
3907
  # The `workflowId` of the external workflow execution to cancel.
4432
3908
  # @return [String]
@@ -4544,15 +4020,6 @@ module Aws::SWF
4544
4020
  include Aws::Structure
4545
4021
  end
4546
4022
 
4547
- # @note When making an API call, you may pass RequestCancelWorkflowExecutionInput
4548
- # data as a hash:
4549
- #
4550
- # {
4551
- # domain: "DomainName", # required
4552
- # workflow_id: "WorkflowId", # required
4553
- # run_id: "WorkflowRunIdOptional",
4554
- # }
4555
- #
4556
4023
  # @!attribute [rw] domain
4557
4024
  # The name of the domain containing the workflow execution to cancel.
4558
4025
  # @return [String]
@@ -4579,14 +4046,6 @@ module Aws::SWF
4579
4046
  # Tags may only contain unicode letters, digits, whitespace, or these
4580
4047
  # symbols: `_ . : / = + - @`.
4581
4048
  #
4582
- # @note When making an API call, you may pass ResourceTag
4583
- # data as a hash:
4584
- #
4585
- # {
4586
- # key: "ResourceTagKey", # required
4587
- # value: "ResourceTagValue",
4588
- # }
4589
- #
4590
4049
  # @!attribute [rw] key
4591
4050
  # The key of a tag.
4592
4051
  # @return [String]
@@ -4602,14 +4061,6 @@ module Aws::SWF
4602
4061
  include Aws::Structure
4603
4062
  end
4604
4063
 
4605
- # @note When making an API call, you may pass RespondActivityTaskCanceledInput
4606
- # data as a hash:
4607
- #
4608
- # {
4609
- # task_token: "TaskToken", # required
4610
- # details: "Data",
4611
- # }
4612
- #
4613
4064
  # @!attribute [rw] task_token
4614
4065
  # The `taskToken` of the ActivityTask.
4615
4066
  #
@@ -4630,14 +4081,6 @@ module Aws::SWF
4630
4081
  include Aws::Structure
4631
4082
  end
4632
4083
 
4633
- # @note When making an API call, you may pass RespondActivityTaskCompletedInput
4634
- # data as a hash:
4635
- #
4636
- # {
4637
- # task_token: "TaskToken", # required
4638
- # result: "Data",
4639
- # }
4640
- #
4641
4084
  # @!attribute [rw] task_token
4642
4085
  # The `taskToken` of the ActivityTask.
4643
4086
  #
@@ -4659,15 +4102,6 @@ module Aws::SWF
4659
4102
  include Aws::Structure
4660
4103
  end
4661
4104
 
4662
- # @note When making an API call, you may pass RespondActivityTaskFailedInput
4663
- # data as a hash:
4664
- #
4665
- # {
4666
- # task_token: "TaskToken", # required
4667
- # reason: "FailureReason",
4668
- # details: "Data",
4669
- # }
4670
- #
4671
4105
  # @!attribute [rw] task_token
4672
4106
  # The `taskToken` of the ActivityTask.
4673
4107
  #
@@ -4695,111 +4129,6 @@ module Aws::SWF
4695
4129
 
4696
4130
  # Input data for a TaskCompleted response to a decision task.
4697
4131
  #
4698
- # @note When making an API call, you may pass RespondDecisionTaskCompletedInput
4699
- # data as a hash:
4700
- #
4701
- # {
4702
- # task_token: "TaskToken", # required
4703
- # decisions: [
4704
- # {
4705
- # decision_type: "ScheduleActivityTask", # required, accepts ScheduleActivityTask, RequestCancelActivityTask, CompleteWorkflowExecution, FailWorkflowExecution, CancelWorkflowExecution, ContinueAsNewWorkflowExecution, RecordMarker, StartTimer, CancelTimer, SignalExternalWorkflowExecution, RequestCancelExternalWorkflowExecution, StartChildWorkflowExecution, ScheduleLambdaFunction
4706
- # schedule_activity_task_decision_attributes: {
4707
- # activity_type: { # required
4708
- # name: "Name", # required
4709
- # version: "Version", # required
4710
- # },
4711
- # activity_id: "ActivityId", # required
4712
- # control: "Data",
4713
- # input: "Data",
4714
- # schedule_to_close_timeout: "DurationInSecondsOptional",
4715
- # task_list: {
4716
- # name: "Name", # required
4717
- # },
4718
- # task_priority: "TaskPriority",
4719
- # schedule_to_start_timeout: "DurationInSecondsOptional",
4720
- # start_to_close_timeout: "DurationInSecondsOptional",
4721
- # heartbeat_timeout: "DurationInSecondsOptional",
4722
- # },
4723
- # request_cancel_activity_task_decision_attributes: {
4724
- # activity_id: "ActivityId", # required
4725
- # },
4726
- # complete_workflow_execution_decision_attributes: {
4727
- # result: "Data",
4728
- # },
4729
- # fail_workflow_execution_decision_attributes: {
4730
- # reason: "FailureReason",
4731
- # details: "Data",
4732
- # },
4733
- # cancel_workflow_execution_decision_attributes: {
4734
- # details: "Data",
4735
- # },
4736
- # continue_as_new_workflow_execution_decision_attributes: {
4737
- # input: "Data",
4738
- # execution_start_to_close_timeout: "DurationInSecondsOptional",
4739
- # task_list: {
4740
- # name: "Name", # required
4741
- # },
4742
- # task_priority: "TaskPriority",
4743
- # task_start_to_close_timeout: "DurationInSecondsOptional",
4744
- # child_policy: "TERMINATE", # accepts TERMINATE, REQUEST_CANCEL, ABANDON
4745
- # tag_list: ["Tag"],
4746
- # workflow_type_version: "Version",
4747
- # lambda_role: "Arn",
4748
- # },
4749
- # record_marker_decision_attributes: {
4750
- # marker_name: "MarkerName", # required
4751
- # details: "Data",
4752
- # },
4753
- # start_timer_decision_attributes: {
4754
- # timer_id: "TimerId", # required
4755
- # control: "Data",
4756
- # start_to_fire_timeout: "DurationInSeconds", # required
4757
- # },
4758
- # cancel_timer_decision_attributes: {
4759
- # timer_id: "TimerId", # required
4760
- # },
4761
- # signal_external_workflow_execution_decision_attributes: {
4762
- # workflow_id: "WorkflowId", # required
4763
- # run_id: "WorkflowRunIdOptional",
4764
- # signal_name: "SignalName", # required
4765
- # input: "Data",
4766
- # control: "Data",
4767
- # },
4768
- # request_cancel_external_workflow_execution_decision_attributes: {
4769
- # workflow_id: "WorkflowId", # required
4770
- # run_id: "WorkflowRunIdOptional",
4771
- # control: "Data",
4772
- # },
4773
- # start_child_workflow_execution_decision_attributes: {
4774
- # workflow_type: { # required
4775
- # name: "Name", # required
4776
- # version: "Version", # required
4777
- # },
4778
- # workflow_id: "WorkflowId", # required
4779
- # control: "Data",
4780
- # input: "Data",
4781
- # execution_start_to_close_timeout: "DurationInSecondsOptional",
4782
- # task_list: {
4783
- # name: "Name", # required
4784
- # },
4785
- # task_priority: "TaskPriority",
4786
- # task_start_to_close_timeout: "DurationInSecondsOptional",
4787
- # child_policy: "TERMINATE", # accepts TERMINATE, REQUEST_CANCEL, ABANDON
4788
- # tag_list: ["Tag"],
4789
- # lambda_role: "Arn",
4790
- # },
4791
- # schedule_lambda_function_decision_attributes: {
4792
- # id: "FunctionId", # required
4793
- # name: "FunctionName", # required
4794
- # control: "Data",
4795
- # input: "FunctionInput",
4796
- # start_to_close_timeout: "DurationInSecondsOptional",
4797
- # },
4798
- # },
4799
- # ],
4800
- # execution_context: "Data",
4801
- # }
4802
- #
4803
4132
  # @!attribute [rw] task_token
4804
4133
  # The `taskToken` from the DecisionTask.
4805
4134
  #
@@ -4876,27 +4205,6 @@ module Aws::SWF
4876
4205
  #
4877
4206
  # [1]: https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html
4878
4207
  #
4879
- # @note When making an API call, you may pass ScheduleActivityTaskDecisionAttributes
4880
- # data as a hash:
4881
- #
4882
- # {
4883
- # activity_type: { # required
4884
- # name: "Name", # required
4885
- # version: "Version", # required
4886
- # },
4887
- # activity_id: "ActivityId", # required
4888
- # control: "Data",
4889
- # input: "Data",
4890
- # schedule_to_close_timeout: "DurationInSecondsOptional",
4891
- # task_list: {
4892
- # name: "Name", # required
4893
- # },
4894
- # task_priority: "TaskPriority",
4895
- # schedule_to_start_timeout: "DurationInSecondsOptional",
4896
- # start_to_close_timeout: "DurationInSecondsOptional",
4897
- # heartbeat_timeout: "DurationInSecondsOptional",
4898
- # }
4899
- #
4900
4208
  # @!attribute [rw] activity_type
4901
4209
  # The type of the activity task to schedule.
4902
4210
  # @return [Types::ActivityType]
@@ -5077,17 +4385,6 @@ module Aws::SWF
5077
4385
  # `scheduleLambdaFunctionDecisionAttributes` within the list of
5078
4386
  # decisions `decisions` passed to RespondDecisionTaskCompleted.
5079
4387
  #
5080
- # @note When making an API call, you may pass ScheduleLambdaFunctionDecisionAttributes
5081
- # data as a hash:
5082
- #
5083
- # {
5084
- # id: "FunctionId", # required
5085
- # name: "FunctionName", # required
5086
- # control: "Data",
5087
- # input: "FunctionInput",
5088
- # start_to_close_timeout: "DurationInSecondsOptional",
5089
- # }
5090
- #
5091
4388
  # @!attribute [rw] id
5092
4389
  # A string that identifies the Lambda function execution in the event
5093
4390
  # history.
@@ -5195,17 +4492,6 @@ module Aws::SWF
5195
4492
  #
5196
4493
  # [1]: https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html
5197
4494
  #
5198
- # @note When making an API call, you may pass SignalExternalWorkflowExecutionDecisionAttributes
5199
- # data as a hash:
5200
- #
5201
- # {
5202
- # workflow_id: "WorkflowId", # required
5203
- # run_id: "WorkflowRunIdOptional",
5204
- # signal_name: "SignalName", # required
5205
- # input: "Data",
5206
- # control: "Data",
5207
- # }
5208
- #
5209
4495
  # @!attribute [rw] workflow_id
5210
4496
  # The `workflowId` of the workflow execution to be signaled.
5211
4497
  # @return [String]
@@ -5345,17 +4631,6 @@ module Aws::SWF
5345
4631
  include Aws::Structure
5346
4632
  end
5347
4633
 
5348
- # @note When making an API call, you may pass SignalWorkflowExecutionInput
5349
- # data as a hash:
5350
- #
5351
- # {
5352
- # domain: "DomainName", # required
5353
- # workflow_id: "WorkflowId", # required
5354
- # run_id: "WorkflowRunIdOptional",
5355
- # signal_name: "SignalName", # required
5356
- # input: "Data",
5357
- # }
5358
- #
5359
4634
  # @!attribute [rw] domain
5360
4635
  # The name of the domain containing the workflow execution to signal.
5361
4636
  # @return [String]
@@ -5426,28 +4701,6 @@ module Aws::SWF
5426
4701
  #
5427
4702
  # [1]: https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html
5428
4703
  #
5429
- # @note When making an API call, you may pass StartChildWorkflowExecutionDecisionAttributes
5430
- # data as a hash:
5431
- #
5432
- # {
5433
- # workflow_type: { # required
5434
- # name: "Name", # required
5435
- # version: "Version", # required
5436
- # },
5437
- # workflow_id: "WorkflowId", # required
5438
- # control: "Data",
5439
- # input: "Data",
5440
- # execution_start_to_close_timeout: "DurationInSecondsOptional",
5441
- # task_list: {
5442
- # name: "Name", # required
5443
- # },
5444
- # task_priority: "TaskPriority",
5445
- # task_start_to_close_timeout: "DurationInSecondsOptional",
5446
- # child_policy: "TERMINATE", # accepts TERMINATE, REQUEST_CANCEL, ABANDON
5447
- # tag_list: ["Tag"],
5448
- # lambda_role: "Arn",
5449
- # }
5450
- #
5451
4704
  # @!attribute [rw] workflow_type
5452
4705
  # The type of the workflow execution to be started.
5453
4706
  # @return [Types::WorkflowType]
@@ -5831,15 +5084,6 @@ module Aws::SWF
5831
5084
  #
5832
5085
  # [1]: https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html
5833
5086
  #
5834
- # @note When making an API call, you may pass StartTimerDecisionAttributes
5835
- # data as a hash:
5836
- #
5837
- # {
5838
- # timer_id: "TimerId", # required
5839
- # control: "Data",
5840
- # start_to_fire_timeout: "DurationInSeconds", # required
5841
- # }
5842
- #
5843
5087
  # @!attribute [rw] timer_id
5844
5088
  # The unique ID of the timer.
5845
5089
  #
@@ -5907,28 +5151,6 @@ module Aws::SWF
5907
5151
  include Aws::Structure
5908
5152
  end
5909
5153
 
5910
- # @note When making an API call, you may pass StartWorkflowExecutionInput
5911
- # data as a hash:
5912
- #
5913
- # {
5914
- # domain: "DomainName", # required
5915
- # workflow_id: "WorkflowId", # required
5916
- # workflow_type: { # required
5917
- # name: "Name", # required
5918
- # version: "Version", # required
5919
- # },
5920
- # task_list: {
5921
- # name: "Name", # required
5922
- # },
5923
- # task_priority: "TaskPriority",
5924
- # input: "Data",
5925
- # execution_start_to_close_timeout: "DurationInSecondsOptional",
5926
- # tag_list: ["Tag"],
5927
- # task_start_to_close_timeout: "DurationInSecondsOptional",
5928
- # child_policy: "TERMINATE", # accepts TERMINATE, REQUEST_CANCEL, ABANDON
5929
- # lambda_role: "Arn",
5930
- # }
5931
- #
5932
5154
  # @!attribute [rw] domain
5933
5155
  # The name of the domain in which the workflow execution is created.
5934
5156
  # @return [String]
@@ -6101,13 +5323,6 @@ module Aws::SWF
6101
5323
  # Used to filter the workflow executions in visibility APIs based on a
6102
5324
  # tag.
6103
5325
  #
6104
- # @note When making an API call, you may pass TagFilter
6105
- # data as a hash:
6106
- #
6107
- # {
6108
- # tag: "Tag", # required
6109
- # }
6110
- #
6111
5326
  # @!attribute [rw] tag
6112
5327
  # Specifies the tag that must be associated with the execution for it
6113
5328
  # to meet the filter criteria.
@@ -6122,19 +5337,6 @@ module Aws::SWF
6122
5337
  include Aws::Structure
6123
5338
  end
6124
5339
 
6125
- # @note When making an API call, you may pass TagResourceInput
6126
- # data as a hash:
6127
- #
6128
- # {
6129
- # resource_arn: "Arn", # required
6130
- # tags: [ # required
6131
- # {
6132
- # key: "ResourceTagKey", # required
6133
- # value: "ResourceTagValue",
6134
- # },
6135
- # ],
6136
- # }
6137
- #
6138
5340
  # @!attribute [rw] resource_arn
6139
5341
  # The Amazon Resource Name (ARN) for the Amazon SWF domain.
6140
5342
  # @return [String]
@@ -6155,13 +5357,6 @@ module Aws::SWF
6155
5357
 
6156
5358
  # Represents a task list.
6157
5359
  #
6158
- # @note When making an API call, you may pass TaskList
6159
- # data as a hash:
6160
- #
6161
- # {
6162
- # name: "Name", # required
6163
- # }
6164
- #
6165
5360
  # @!attribute [rw] name
6166
5361
  # The name of the task list.
6167
5362
  # @return [String]
@@ -6172,18 +5367,6 @@ module Aws::SWF
6172
5367
  include Aws::Structure
6173
5368
  end
6174
5369
 
6175
- # @note When making an API call, you may pass TerminateWorkflowExecutionInput
6176
- # data as a hash:
6177
- #
6178
- # {
6179
- # domain: "DomainName", # required
6180
- # workflow_id: "WorkflowId", # required
6181
- # run_id: "WorkflowRunIdOptional",
6182
- # reason: "TerminateReason",
6183
- # details: "Data",
6184
- # child_policy: "TERMINATE", # accepts TERMINATE, REQUEST_CANCEL, ABANDON
6185
- # }
6186
- #
6187
5370
  # @!attribute [rw] domain
6188
5371
  # The domain of the workflow execution to terminate.
6189
5372
  # @return [String]
@@ -6361,17 +5544,6 @@ module Aws::SWF
6361
5544
  include Aws::Structure
6362
5545
  end
6363
5546
 
6364
- # @note When making an API call, you may pass UndeprecateActivityTypeInput
6365
- # data as a hash:
6366
- #
6367
- # {
6368
- # domain: "DomainName", # required
6369
- # activity_type: { # required
6370
- # name: "Name", # required
6371
- # version: "Version", # required
6372
- # },
6373
- # }
6374
- #
6375
5547
  # @!attribute [rw] domain
6376
5548
  # The name of the domain of the deprecated activity type.
6377
5549
  # @return [String]
@@ -6387,13 +5559,6 @@ module Aws::SWF
6387
5559
  include Aws::Structure
6388
5560
  end
6389
5561
 
6390
- # @note When making an API call, you may pass UndeprecateDomainInput
6391
- # data as a hash:
6392
- #
6393
- # {
6394
- # name: "DomainName", # required
6395
- # }
6396
- #
6397
5562
  # @!attribute [rw] name
6398
5563
  # The name of the domain of the deprecated workflow type.
6399
5564
  # @return [String]
@@ -6404,17 +5569,6 @@ module Aws::SWF
6404
5569
  include Aws::Structure
6405
5570
  end
6406
5571
 
6407
- # @note When making an API call, you may pass UndeprecateWorkflowTypeInput
6408
- # data as a hash:
6409
- #
6410
- # {
6411
- # domain: "DomainName", # required
6412
- # workflow_type: { # required
6413
- # name: "Name", # required
6414
- # version: "Version", # required
6415
- # },
6416
- # }
6417
- #
6418
5572
  # @!attribute [rw] domain
6419
5573
  # The name of the domain of the deprecated workflow type.
6420
5574
  # @return [String]
@@ -6445,14 +5599,6 @@ module Aws::SWF
6445
5599
  include Aws::Structure
6446
5600
  end
6447
5601
 
6448
- # @note When making an API call, you may pass UntagResourceInput
6449
- # data as a hash:
6450
- #
6451
- # {
6452
- # resource_arn: "Arn", # required
6453
- # tag_keys: ["ResourceTagKey"], # required
6454
- # }
6455
- #
6456
5602
  # @!attribute [rw] resource_arn
6457
5603
  # The Amazon Resource Name (ARN) for the Amazon SWF domain.
6458
5604
  # @return [String]
@@ -6470,14 +5616,6 @@ module Aws::SWF
6470
5616
 
6471
5617
  # Represents a workflow execution.
6472
5618
  #
6473
- # @note When making an API call, you may pass WorkflowExecution
6474
- # data as a hash:
6475
- #
6476
- # {
6477
- # workflow_id: "WorkflowId", # required
6478
- # run_id: "WorkflowRunId", # required
6479
- # }
6480
- #
6481
5619
  # @!attribute [rw] workflow_id
6482
5620
  # The user defined identifier associated with the workflow execution.
6483
5621
  # @return [String]
@@ -6831,13 +5969,6 @@ module Aws::SWF
6831
5969
  # Used to filter the workflow executions in visibility APIs by their
6832
5970
  # `workflowId`.
6833
5971
  #
6834
- # @note When making an API call, you may pass WorkflowExecutionFilter
6835
- # data as a hash:
6836
- #
6837
- # {
6838
- # workflow_id: "WorkflowId", # required
6839
- # }
6840
- #
6841
5972
  # @!attribute [rw] workflow_id
6842
5973
  # The workflowId to pass of match the criteria of this filter.
6843
5974
  # @return [String]
@@ -7192,14 +6323,6 @@ module Aws::SWF
7192
6323
 
7193
6324
  # Represents a workflow type.
7194
6325
  #
7195
- # @note When making an API call, you may pass WorkflowType
7196
- # data as a hash:
7197
- #
7198
- # {
7199
- # name: "Name", # required
7200
- # version: "Version", # required
7201
- # }
7202
- #
7203
6326
  # @!attribute [rw] name
7204
6327
  # The name of the workflow type.
7205
6328
  #
@@ -7362,14 +6485,6 @@ module Aws::SWF
7362
6485
  # parameter, if specified, defines a rule that must be satisfied by each
7363
6486
  # returned result.
7364
6487
  #
7365
- # @note When making an API call, you may pass WorkflowTypeFilter
7366
- # data as a hash:
7367
- #
7368
- # {
7369
- # name: "Name", # required
7370
- # version: "VersionOptional",
7371
- # }
7372
- #
7373
6488
  # @!attribute [rw] name
7374
6489
  # Name of the workflow type.
7375
6490
  # @return [String]