aws-sdk-swf 1.38.0 → 1.40.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-swf/client.rb +87 -83
- data/lib/aws-sdk-swf/client_api.rb +2 -0
- data/lib/aws-sdk-swf/endpoint_provider.rb +30 -24
- data/lib/aws-sdk-swf/types.rb +59 -57
- data/lib/aws-sdk-swf.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f54f865251c167f9bfd96d7b4ba28551f1b0cd348bb8d6f492f2a481b035cd9f
|
4
|
+
data.tar.gz: 48130b119a098f61fbc9312910fc5743f9e96d0508293c7d7712a70985a94af5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ed24c80faea3907f2f57428e3188173e4c36f76b87c1af98f056937bd1894cf0ccd26a41ba0ceb159894ea6f011d1732c1edcb46c94765e5d7861ae93508ac7
|
7
|
+
data.tar.gz: 9ceab14acca82ffa276ee110ef88367bcea7a42ba9e027febd2061f58e4e7e5e665562d1a1ef048aae7c90b700aad1ab81985ef189f1683c78f163ff7156bc01
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.40.0 (2023-05-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds a new API parameter to exclude old history events from decision tasks.
|
8
|
+
|
9
|
+
1.39.0 (2023-01-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Enabled FIPS endpoints for GovCloud (US) regions in SDK.
|
13
|
+
|
4
14
|
1.38.0 (2023-01-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.40.0
|
data/lib/aws-sdk-swf/client.rb
CHANGED
@@ -402,13 +402,13 @@ module Aws::SWF
|
|
402
402
|
# * Constrain the following parameters by using a `Condition` element
|
403
403
|
# with the appropriate keys.
|
404
404
|
#
|
405
|
-
# * `tagFilter.tag
|
405
|
+
# * `tagFilter.tag`: String constraint. The key is
|
406
406
|
# `swf:tagFilter.tag`.
|
407
407
|
#
|
408
|
-
# * `typeFilter.name
|
408
|
+
# * `typeFilter.name`: String constraint. The key is
|
409
409
|
# `swf:typeFilter.name`.
|
410
410
|
#
|
411
|
-
# * `typeFilter.version
|
411
|
+
# * `typeFilter.version`: String constraint. The key is
|
412
412
|
# `swf:typeFilter.version`.
|
413
413
|
#
|
414
414
|
# If the caller doesn't have sufficient permissions to invoke the
|
@@ -550,13 +550,13 @@ module Aws::SWF
|
|
550
550
|
# * Constrain the following parameters by using a `Condition` element
|
551
551
|
# with the appropriate keys.
|
552
552
|
#
|
553
|
-
# * `tagFilter.tag
|
553
|
+
# * `tagFilter.tag`: String constraint. The key is
|
554
554
|
# `swf:tagFilter.tag`.
|
555
555
|
#
|
556
|
-
# * `typeFilter.name
|
556
|
+
# * `typeFilter.name`: String constraint. The key is
|
557
557
|
# `swf:typeFilter.name`.
|
558
558
|
#
|
559
|
-
# * `typeFilter.version
|
559
|
+
# * `typeFilter.version`: String constraint. The key is
|
560
560
|
# `swf:typeFilter.version`.
|
561
561
|
#
|
562
562
|
# If the caller doesn't have sufficient permissions to invoke the
|
@@ -790,10 +790,10 @@ module Aws::SWF
|
|
790
790
|
# * Constrain the following parameters by using a `Condition` element
|
791
791
|
# with the appropriate keys.
|
792
792
|
#
|
793
|
-
# * `activityType.name
|
793
|
+
# * `activityType.name`: String constraint. The key is
|
794
794
|
# `swf:activityType.name`.
|
795
795
|
#
|
796
|
-
# * `activityType.version
|
796
|
+
# * `activityType.version`: String constraint. The key is
|
797
797
|
# `swf:activityType.version`.
|
798
798
|
#
|
799
799
|
# If the caller doesn't have sufficient permissions to invoke the
|
@@ -911,10 +911,10 @@ module Aws::SWF
|
|
911
911
|
# * Constrain the following parameters by using a `Condition` element
|
912
912
|
# with the appropriate keys.
|
913
913
|
#
|
914
|
-
# * `workflowType.name
|
914
|
+
# * `workflowType.name`: String constraint. The key is
|
915
915
|
# `swf:workflowType.name`.
|
916
916
|
#
|
917
|
-
# * `workflowType.version
|
917
|
+
# * `workflowType.version`: String constraint. The key is
|
918
918
|
# `swf:workflowType.version`.
|
919
919
|
#
|
920
920
|
# If the caller doesn't have sufficient permissions to invoke the
|
@@ -971,10 +971,10 @@ module Aws::SWF
|
|
971
971
|
# * Constrain the following parameters by using a `Condition` element
|
972
972
|
# with the appropriate keys.
|
973
973
|
#
|
974
|
-
# * `activityType.name
|
974
|
+
# * `activityType.name`: String constraint. The key is
|
975
975
|
# `swf:activityType.name`.
|
976
976
|
#
|
977
|
-
# * `activityType.version
|
977
|
+
# * `activityType.version`: String constraint. The key is
|
978
978
|
# `swf:activityType.version`.
|
979
979
|
#
|
980
980
|
# If the caller doesn't have sufficient permissions to invoke the
|
@@ -1199,10 +1199,10 @@ module Aws::SWF
|
|
1199
1199
|
# * Constrain the following parameters by using a `Condition` element
|
1200
1200
|
# with the appropriate keys.
|
1201
1201
|
#
|
1202
|
-
# * `workflowType.name
|
1202
|
+
# * `workflowType.name`: String constraint. The key is
|
1203
1203
|
# `swf:workflowType.name`.
|
1204
1204
|
#
|
1205
|
-
# * `workflowType.version
|
1205
|
+
# * `workflowType.version`: String constraint. The key is
|
1206
1206
|
# `swf:workflowType.version`.
|
1207
1207
|
#
|
1208
1208
|
# If the caller doesn't have sufficient permissions to invoke the
|
@@ -1303,8 +1303,8 @@ module Aws::SWF
|
|
1303
1303
|
# value of `NextPageToken` is a unique pagination token for each page.
|
1304
1304
|
# Make the call again using the returned token to retrieve the next
|
1305
1305
|
# page. Keep all other arguments unchanged. Each pagination token
|
1306
|
-
# expires after
|
1307
|
-
#
|
1306
|
+
# expires after 24 hours. Using an expired pagination token will return
|
1307
|
+
# a `400` error: "`Specified token has exceeded its maximum
|
1308
1308
|
# lifetime`".
|
1309
1309
|
#
|
1310
1310
|
# The configured `maximumPageSize` determines how many results can be
|
@@ -1642,8 +1642,8 @@ module Aws::SWF
|
|
1642
1642
|
# value of `NextPageToken` is a unique pagination token for each page.
|
1643
1643
|
# Make the call again using the returned token to retrieve the next
|
1644
1644
|
# page. Keep all other arguments unchanged. Each pagination token
|
1645
|
-
# expires after
|
1646
|
-
#
|
1645
|
+
# expires after 24 hours. Using an expired pagination token will return
|
1646
|
+
# a `400` error: "`Specified token has exceeded its maximum
|
1647
1647
|
# lifetime`".
|
1648
1648
|
#
|
1649
1649
|
# The configured `maximumPageSize` determines how many results can be
|
@@ -1718,13 +1718,13 @@ module Aws::SWF
|
|
1718
1718
|
# * Constrain the following parameters by using a `Condition` element
|
1719
1719
|
# with the appropriate keys.
|
1720
1720
|
#
|
1721
|
-
# * `tagFilter.tag
|
1721
|
+
# * `tagFilter.tag`: String constraint. The key is
|
1722
1722
|
# `swf:tagFilter.tag`.
|
1723
1723
|
#
|
1724
|
-
# * `typeFilter.name
|
1724
|
+
# * `typeFilter.name`: String constraint. The key is
|
1725
1725
|
# `swf:typeFilter.name`.
|
1726
1726
|
#
|
1727
|
-
# * `typeFilter.version
|
1727
|
+
# * `typeFilter.version`: String constraint. The key is
|
1728
1728
|
# `swf:typeFilter.version`.
|
1729
1729
|
#
|
1730
1730
|
# If the caller doesn't have sufficient permissions to invoke the
|
@@ -1808,8 +1808,8 @@ module Aws::SWF
|
|
1808
1808
|
# value of `NextPageToken` is a unique pagination token for each page.
|
1809
1809
|
# Make the call again using the returned token to retrieve the next
|
1810
1810
|
# page. Keep all other arguments unchanged. Each pagination token
|
1811
|
-
# expires after
|
1812
|
-
#
|
1811
|
+
# expires after 24 hours. Using an expired pagination token will return
|
1812
|
+
# a `400` error: "`Specified token has exceeded its maximum
|
1813
1813
|
# lifetime`".
|
1814
1814
|
#
|
1815
1815
|
# The configured `maximumPageSize` determines how many results can be
|
@@ -1926,8 +1926,8 @@ module Aws::SWF
|
|
1926
1926
|
# value of `NextPageToken` is a unique pagination token for each page.
|
1927
1927
|
# Make the call again using the returned token to retrieve the next
|
1928
1928
|
# page. Keep all other arguments unchanged. Each pagination token
|
1929
|
-
# expires after
|
1930
|
-
#
|
1929
|
+
# expires after 24 hours. Using an expired pagination token will return
|
1930
|
+
# a `400` error: "`Specified token has exceeded its maximum
|
1931
1931
|
# lifetime`".
|
1932
1932
|
#
|
1933
1933
|
# The configured `maximumPageSize` determines how many results can be
|
@@ -2001,13 +2001,13 @@ module Aws::SWF
|
|
2001
2001
|
# * Constrain the following parameters by using a `Condition` element
|
2002
2002
|
# with the appropriate keys.
|
2003
2003
|
#
|
2004
|
-
# * `tagFilter.tag
|
2004
|
+
# * `tagFilter.tag`: String constraint. The key is
|
2005
2005
|
# `swf:tagFilter.tag`.
|
2006
2006
|
#
|
2007
|
-
# * `typeFilter.name
|
2007
|
+
# * `typeFilter.name`: String constraint. The key is
|
2008
2008
|
# `swf:typeFilter.name`.
|
2009
2009
|
#
|
2010
|
-
# * `typeFilter.version
|
2010
|
+
# * `typeFilter.version`: String constraint. The key is
|
2011
2011
|
# `swf:typeFilter.version`.
|
2012
2012
|
#
|
2013
2013
|
# If the caller doesn't have sufficient permissions to invoke the
|
@@ -2051,8 +2051,8 @@ module Aws::SWF
|
|
2051
2051
|
# value of `NextPageToken` is a unique pagination token for each page.
|
2052
2052
|
# Make the call again using the returned token to retrieve the next
|
2053
2053
|
# page. Keep all other arguments unchanged. Each pagination token
|
2054
|
-
# expires after
|
2055
|
-
#
|
2054
|
+
# expires after 24 hours. Using an expired pagination token will return
|
2055
|
+
# a `400` error: "`Specified token has exceeded its maximum
|
2056
2056
|
# lifetime`".
|
2057
2057
|
#
|
2058
2058
|
# The configured `maximumPageSize` determines how many results can be
|
@@ -2202,8 +2202,8 @@ module Aws::SWF
|
|
2202
2202
|
# value of `NextPageToken` is a unique pagination token for each page.
|
2203
2203
|
# Make the call again using the returned token to retrieve the next
|
2204
2204
|
# page. Keep all other arguments unchanged. Each pagination token
|
2205
|
-
# expires after
|
2206
|
-
#
|
2205
|
+
# expires after 24 hours. Using an expired pagination token will return
|
2206
|
+
# a `400` error: "`Specified token has exceeded its maximum
|
2207
2207
|
# lifetime`".
|
2208
2208
|
#
|
2209
2209
|
# The configured `maximumPageSize` determines how many results can be
|
@@ -2303,7 +2303,7 @@ module Aws::SWF
|
|
2303
2303
|
# The specified string must not start or end with whitespace. It must
|
2304
2304
|
# not contain a `:` (colon), `/` (slash), `|` (vertical bar), or any
|
2305
2305
|
# control characters (`\u0000-\u001f` \| `\u007f-\u009f`). Also, it must
|
2306
|
-
# not
|
2306
|
+
# *not* be the literal string `arn`.
|
2307
2307
|
#
|
2308
2308
|
# @option params [String] :identity
|
2309
2309
|
# Identity of the worker making the request, recorded in the
|
@@ -2405,10 +2405,9 @@ module Aws::SWF
|
|
2405
2405
|
# @option params [required, Types::TaskList] :task_list
|
2406
2406
|
# Specifies the task list to poll for decision tasks.
|
2407
2407
|
#
|
2408
|
-
# The specified string must not
|
2409
|
-
#
|
2410
|
-
#
|
2411
|
-
# not *be* the literal string `arn`.
|
2408
|
+
# The specified string must not contain a `:` (colon), `/` (slash), `|`
|
2409
|
+
# (vertical bar), or any control characters (`\u0000-\u001f` \|
|
2410
|
+
# `\u007f-\u009f`). Also, it must *not* be the literal string `arn`.
|
2412
2411
|
#
|
2413
2412
|
# @option params [String] :identity
|
2414
2413
|
# Identity of the decider making the request, which is recorded in the
|
@@ -2421,8 +2420,8 @@ module Aws::SWF
|
|
2421
2420
|
# value of `NextPageToken` is a unique pagination token for each page.
|
2422
2421
|
# Make the call again using the returned token to retrieve the next
|
2423
2422
|
# page. Keep all other arguments unchanged. Each pagination token
|
2424
|
-
# expires after
|
2425
|
-
#
|
2423
|
+
# expires after 24 hours. Using an expired pagination token will return
|
2424
|
+
# a `400` error: "`Specified token has exceeded its maximum
|
2426
2425
|
# lifetime`".
|
2427
2426
|
#
|
2428
2427
|
# The configured `maximumPageSize` determines how many results can be
|
@@ -2448,6 +2447,12 @@ module Aws::SWF
|
|
2448
2447
|
# the results are returned in ascending order of the `eventTimestamp` of
|
2449
2448
|
# the events.
|
2450
2449
|
#
|
2450
|
+
# @option params [Boolean] :start_at_previous_started_event
|
2451
|
+
# When set to `true`, returns the events with `eventTimestamp` greater
|
2452
|
+
# than or equal to `eventTimestamp` of the most recent
|
2453
|
+
# `DecisionTaskStarted` event. By default, this parameter is set to
|
2454
|
+
# `false`.
|
2455
|
+
#
|
2451
2456
|
# @return [Types::DecisionTask] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2452
2457
|
#
|
2453
2458
|
# * {Types::DecisionTask#task_token #task_token} => String
|
@@ -2471,6 +2476,7 @@ module Aws::SWF
|
|
2471
2476
|
# next_page_token: "PageToken",
|
2472
2477
|
# maximum_page_size: 1,
|
2473
2478
|
# reverse_order: false,
|
2479
|
+
# start_at_previous_started_event: false,
|
2474
2480
|
# })
|
2475
2481
|
#
|
2476
2482
|
# @example Response structure
|
@@ -2851,12 +2857,12 @@ module Aws::SWF
|
|
2851
2857
|
# * Constrain the following parameters by using a `Condition` element
|
2852
2858
|
# with the appropriate keys.
|
2853
2859
|
#
|
2854
|
-
# * `defaultTaskList.name
|
2860
|
+
# * `defaultTaskList.name`: String constraint. The key is
|
2855
2861
|
# `swf:defaultTaskList.name`.
|
2856
2862
|
#
|
2857
|
-
# * `name
|
2863
|
+
# * `name`: String constraint. The key is `swf:name`.
|
2858
2864
|
#
|
2859
|
-
# * `version
|
2865
|
+
# * `version`: String constraint. The key is `swf:version`.
|
2860
2866
|
#
|
2861
2867
|
# If the caller doesn't have sufficient permissions to invoke the
|
2862
2868
|
# action, or the parameter values fall outside the specified
|
@@ -2875,10 +2881,9 @@ module Aws::SWF
|
|
2875
2881
|
# @option params [required, String] :name
|
2876
2882
|
# The name of the activity type within the domain.
|
2877
2883
|
#
|
2878
|
-
# The specified string must not
|
2879
|
-
#
|
2880
|
-
#
|
2881
|
-
# not *be* the literal string `arn`.
|
2884
|
+
# The specified string must not contain a `:` (colon), `/` (slash), `|`
|
2885
|
+
# (vertical bar), or any control characters (`\u0000-\u001f` \|
|
2886
|
+
# `\u007f-\u009f`). Also, it must *not* be the literal string `arn`.
|
2882
2887
|
#
|
2883
2888
|
# @option params [required, String] :version
|
2884
2889
|
# The version of the activity type.
|
@@ -2888,10 +2893,9 @@ module Aws::SWF
|
|
2888
2893
|
#
|
2889
2894
|
# </note>
|
2890
2895
|
#
|
2891
|
-
# The specified string must not
|
2892
|
-
#
|
2893
|
-
#
|
2894
|
-
# not *be* the literal string `arn`.
|
2896
|
+
# The specified string must not contain a `:` (colon), `/` (slash), `|`
|
2897
|
+
# (vertical bar), or any control characters (`\u0000-\u001f` \|
|
2898
|
+
# `\u007f-\u009f`). Also, it must *not* be the literal string `arn`.
|
2895
2899
|
#
|
2896
2900
|
# @option params [String] :description
|
2897
2901
|
# A textual description of the activity type.
|
@@ -3015,7 +3019,7 @@ module Aws::SWF
|
|
3015
3019
|
# The specified string must not start or end with whitespace. It must
|
3016
3020
|
# not contain a `:` (colon), `/` (slash), `|` (vertical bar), or any
|
3017
3021
|
# control characters (`\u0000-\u001f` \| `\u007f-\u009f`). Also, it must
|
3018
|
-
# not
|
3022
|
+
# *not* be the literal string `arn`.
|
3019
3023
|
#
|
3020
3024
|
# @option params [String] :description
|
3021
3025
|
# A text description of the domain.
|
@@ -3091,12 +3095,12 @@ module Aws::SWF
|
|
3091
3095
|
# * Constrain the following parameters by using a `Condition` element
|
3092
3096
|
# with the appropriate keys.
|
3093
3097
|
#
|
3094
|
-
# * `defaultTaskList.name
|
3098
|
+
# * `defaultTaskList.name`: String constraint. The key is
|
3095
3099
|
# `swf:defaultTaskList.name`.
|
3096
3100
|
#
|
3097
|
-
# * `name
|
3101
|
+
# * `name`: String constraint. The key is `swf:name`.
|
3098
3102
|
#
|
3099
|
-
# * `version
|
3103
|
+
# * `version`: String constraint. The key is `swf:version`.
|
3100
3104
|
#
|
3101
3105
|
# If the caller doesn't have sufficient permissions to invoke the
|
3102
3106
|
# action, or the parameter values fall outside the specified
|
@@ -3115,10 +3119,9 @@ module Aws::SWF
|
|
3115
3119
|
# @option params [required, String] :name
|
3116
3120
|
# The name of the workflow type.
|
3117
3121
|
#
|
3118
|
-
# The specified string must not
|
3119
|
-
#
|
3120
|
-
#
|
3121
|
-
# not *be* the literal string `arn`.
|
3122
|
+
# The specified string must not contain a `:` (colon), `/` (slash), `|`
|
3123
|
+
# (vertical bar), or any control characters (`\u0000-\u001f` \|
|
3124
|
+
# `\u007f-\u009f`). Also, it must *not* be the literal string `arn`.
|
3122
3125
|
#
|
3123
3126
|
# @option params [required, String] :version
|
3124
3127
|
# The version of the workflow type.
|
@@ -3129,10 +3132,9 @@ module Aws::SWF
|
|
3129
3132
|
#
|
3130
3133
|
# </note>
|
3131
3134
|
#
|
3132
|
-
# The specified string must not
|
3133
|
-
#
|
3134
|
-
#
|
3135
|
-
# not *be* the literal string `arn`.
|
3135
|
+
# The specified string must not contain a `:` (colon), `/` (slash), `|`
|
3136
|
+
# (vertical bar), or any control characters (`\u0000-\u001f` \|
|
3137
|
+
# `\u007f-\u009f`). Also, it must *not* be the literal string `arn`.
|
3136
3138
|
#
|
3137
3139
|
# @option params [String] :description
|
3138
3140
|
# Textual description of the workflow type.
|
@@ -3765,22 +3767,22 @@ module Aws::SWF
|
|
3765
3767
|
# * Constrain the following parameters by using a `Condition` element
|
3766
3768
|
# with the appropriate keys.
|
3767
3769
|
#
|
3768
|
-
# * `tagList.member.0
|
3770
|
+
# * `tagList.member.0`: The key is `swf:tagList.member.0`.
|
3769
3771
|
#
|
3770
|
-
# * `tagList.member.1
|
3772
|
+
# * `tagList.member.1`: The key is `swf:tagList.member.1`.
|
3771
3773
|
#
|
3772
|
-
# * `tagList.member.2
|
3774
|
+
# * `tagList.member.2`: The key is `swf:tagList.member.2`.
|
3773
3775
|
#
|
3774
|
-
# * `tagList.member.3
|
3776
|
+
# * `tagList.member.3`: The key is `swf:tagList.member.3`.
|
3775
3777
|
#
|
3776
|
-
# * `tagList.member.4
|
3778
|
+
# * `tagList.member.4`: The key is `swf:tagList.member.4`.
|
3777
3779
|
#
|
3778
|
-
# * `taskList
|
3780
|
+
# * `taskList`: String constraint. The key is `swf:taskList.name`.
|
3779
3781
|
#
|
3780
|
-
# * `workflowType.name
|
3782
|
+
# * `workflowType.name`: String constraint. The key is
|
3781
3783
|
# `swf:workflowType.name`.
|
3782
3784
|
#
|
3783
|
-
# * `workflowType.version
|
3785
|
+
# * `workflowType.version`: String constraint. The key is
|
3784
3786
|
# `swf:workflowType.version`.
|
3785
3787
|
#
|
3786
3788
|
# If the caller doesn't have sufficient permissions to invoke the
|
@@ -3797,6 +3799,10 @@ module Aws::SWF
|
|
3797
3799
|
# @option params [required, String] :domain
|
3798
3800
|
# The name of the domain in which the workflow execution is created.
|
3799
3801
|
#
|
3802
|
+
# The specified string must not contain a `:` (colon), `/` (slash), `|`
|
3803
|
+
# (vertical bar), or any control characters (`\u0000-\u001f` \|
|
3804
|
+
# `\u007f-\u009f`). Also, it must *not* be the literal string `arn`.
|
3805
|
+
#
|
3800
3806
|
# @option params [required, String] :workflow_id
|
3801
3807
|
# The user defined identifier associated with the workflow execution.
|
3802
3808
|
# You can use this to associate a custom identifier with the workflow
|
@@ -3805,10 +3811,9 @@ module Aws::SWF
|
|
3805
3811
|
# open workflow executions with the same `workflowId` at the same time
|
3806
3812
|
# within the same domain.
|
3807
3813
|
#
|
3808
|
-
# The specified string must not
|
3809
|
-
#
|
3810
|
-
#
|
3811
|
-
# not *be* the literal string `arn`.
|
3814
|
+
# The specified string must not contain a `:` (colon), `/` (slash), `|`
|
3815
|
+
# (vertical bar), or any control characters (`\u0000-\u001f` \|
|
3816
|
+
# `\u007f-\u009f`). Also, it must *not* be the literal string `arn`.
|
3812
3817
|
#
|
3813
3818
|
# @option params [required, Types::WorkflowType] :workflow_type
|
3814
3819
|
# The type of the workflow to start.
|
@@ -3825,10 +3830,9 @@ module Aws::SWF
|
|
3825
3830
|
#
|
3826
3831
|
# </note>
|
3827
3832
|
#
|
3828
|
-
# The specified string must not
|
3829
|
-
#
|
3830
|
-
#
|
3831
|
-
# not *be* the literal string `arn`.
|
3833
|
+
# The specified string must not contain a `:` (colon), `/` (slash), `|`
|
3834
|
+
# (vertical bar), or any control characters (`\u0000-\u001f` \|
|
3835
|
+
# `\u007f-\u009f`). Also, it must *not* be the literal string `arn`.
|
3832
3836
|
#
|
3833
3837
|
# @option params [String] :task_priority
|
3834
3838
|
# The task priority to use for this workflow execution. This overrides
|
@@ -4134,10 +4138,10 @@ module Aws::SWF
|
|
4134
4138
|
# * Constrain the following parameters by using a `Condition` element
|
4135
4139
|
# with the appropriate keys.
|
4136
4140
|
#
|
4137
|
-
# * `activityType.name
|
4141
|
+
# * `activityType.name`: String constraint. The key is
|
4138
4142
|
# `swf:activityType.name`.
|
4139
4143
|
#
|
4140
|
-
# * `activityType.version
|
4144
|
+
# * `activityType.version`: String constraint. The key is
|
4141
4145
|
# `swf:activityType.version`.
|
4142
4146
|
#
|
4143
4147
|
# If the caller doesn't have sufficient permissions to invoke the
|
@@ -4250,10 +4254,10 @@ module Aws::SWF
|
|
4250
4254
|
# * Constrain the following parameters by using a `Condition` element
|
4251
4255
|
# with the appropriate keys.
|
4252
4256
|
#
|
4253
|
-
# * `workflowType.name
|
4257
|
+
# * `workflowType.name`: String constraint. The key is
|
4254
4258
|
# `swf:workflowType.name`.
|
4255
4259
|
#
|
4256
|
-
# * `workflowType.version
|
4260
|
+
# * `workflowType.version`: String constraint. The key is
|
4257
4261
|
# `swf:workflowType.version`.
|
4258
4262
|
#
|
4259
4263
|
# If the caller doesn't have sufficient permissions to invoke the
|
@@ -4329,7 +4333,7 @@ module Aws::SWF
|
|
4329
4333
|
params: params,
|
4330
4334
|
config: config)
|
4331
4335
|
context[:gem_name] = 'aws-sdk-swf'
|
4332
|
-
context[:gem_version] = '1.
|
4336
|
+
context[:gem_version] = '1.40.0'
|
4333
4337
|
Seahorse::Client::Request.new(handlers, context)
|
4334
4338
|
end
|
4335
4339
|
|
@@ -172,6 +172,7 @@ module Aws::SWF
|
|
172
172
|
SignalExternalWorkflowExecutionInitiatedEventAttributes = Shapes::StructureShape.new(name: 'SignalExternalWorkflowExecutionInitiatedEventAttributes')
|
173
173
|
SignalName = Shapes::StringShape.new(name: 'SignalName')
|
174
174
|
SignalWorkflowExecutionInput = Shapes::StructureShape.new(name: 'SignalWorkflowExecutionInput')
|
175
|
+
StartAtPreviousStartedEvent = Shapes::BooleanShape.new(name: 'StartAtPreviousStartedEvent')
|
175
176
|
StartChildWorkflowExecutionDecisionAttributes = Shapes::StructureShape.new(name: 'StartChildWorkflowExecutionDecisionAttributes')
|
176
177
|
StartChildWorkflowExecutionFailedCause = Shapes::StringShape.new(name: 'StartChildWorkflowExecutionFailedCause')
|
177
178
|
StartChildWorkflowExecutionFailedEventAttributes = Shapes::StructureShape.new(name: 'StartChildWorkflowExecutionFailedEventAttributes')
|
@@ -723,6 +724,7 @@ module Aws::SWF
|
|
723
724
|
PollForDecisionTaskInput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextPageToken"))
|
724
725
|
PollForDecisionTaskInput.add_member(:maximum_page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "maximumPageSize"))
|
725
726
|
PollForDecisionTaskInput.add_member(:reverse_order, Shapes::ShapeRef.new(shape: ReverseOrder, location_name: "reverseOrder"))
|
727
|
+
PollForDecisionTaskInput.add_member(:start_at_previous_started_event, Shapes::ShapeRef.new(shape: StartAtPreviousStartedEvent, location_name: "startAtPreviousStartedEvent"))
|
726
728
|
PollForDecisionTaskInput.struct_class = Types::PollForDecisionTaskInput
|
727
729
|
|
728
730
|
RecordActivityTaskHeartbeatInput.add_member(:task_token, Shapes::ShapeRef.new(shape: TaskToken, required: true, location_name: "taskToken"))
|
@@ -14,36 +14,42 @@ module Aws::SWF
|
|
14
14
|
use_dual_stack = parameters.use_dual_stack
|
15
15
|
use_fips = parameters.use_fips
|
16
16
|
endpoint = parameters.endpoint
|
17
|
-
if
|
18
|
-
if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
|
19
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
20
|
-
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
21
|
-
end
|
22
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
23
|
-
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
24
|
-
end
|
25
|
-
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
26
|
-
end
|
27
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
28
|
-
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
29
|
-
return Aws::Endpoints::Endpoint.new(url: "https://swf-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
30
|
-
end
|
31
|
-
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
32
|
-
end
|
17
|
+
if Aws::Endpoints::Matchers.set?(endpoint)
|
33
18
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
34
|
-
|
35
|
-
return Aws::Endpoints::Endpoint.new(url: "https://swf-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
36
|
-
end
|
37
|
-
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
19
|
+
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
38
20
|
end
|
39
21
|
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
40
|
-
|
41
|
-
|
22
|
+
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
23
|
+
end
|
24
|
+
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
25
|
+
end
|
26
|
+
if Aws::Endpoints::Matchers.set?(region)
|
27
|
+
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
28
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
29
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
30
|
+
return Aws::Endpoints::Endpoint.new(url: "https://swf-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
31
|
+
end
|
32
|
+
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
|
+
end
|
34
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
|
36
|
+
if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
|
37
|
+
return Aws::Endpoints::Endpoint.new(url: "https://swf.#{region}.amazonaws.com", headers: {}, properties: {})
|
38
|
+
end
|
39
|
+
return Aws::Endpoints::Endpoint.new(url: "https://swf-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
40
|
+
end
|
41
|
+
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
42
|
+
end
|
43
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
44
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
45
|
+
return Aws::Endpoints::Endpoint.new(url: "https://swf.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
46
|
+
end
|
47
|
+
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
42
48
|
end
|
43
|
-
|
49
|
+
return Aws::Endpoints::Endpoint.new(url: "https://swf.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
44
50
|
end
|
45
|
-
return Aws::Endpoints::Endpoint.new(url: "https://swf.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
46
51
|
end
|
52
|
+
raise ArgumentError, "Invalid Configuration: Missing Region"
|
47
53
|
raise ArgumentError, 'No endpoint could be resolved'
|
48
54
|
|
49
55
|
end
|
data/lib/aws-sdk-swf/types.rb
CHANGED
@@ -2145,7 +2145,7 @@ module Aws::SWF
|
|
2145
2145
|
# value of `NextPageToken` is a unique pagination token for each page.
|
2146
2146
|
# Make the call again using the returned token to retrieve the next
|
2147
2147
|
# page. Keep all other arguments unchanged. Each pagination token
|
2148
|
-
# expires after
|
2148
|
+
# expires after 24 hours. Using an expired pagination token will
|
2149
2149
|
# return a `400` error: "`Specified token has exceeded its maximum
|
2150
2150
|
# lifetime`".
|
2151
2151
|
#
|
@@ -2931,7 +2931,7 @@ module Aws::SWF
|
|
2931
2931
|
# value of `NextPageToken` is a unique pagination token for each page.
|
2932
2932
|
# Make the call again using the returned token to retrieve the next
|
2933
2933
|
# page. Keep all other arguments unchanged. Each pagination token
|
2934
|
-
# expires after
|
2934
|
+
# expires after 24 hours. Using an expired pagination token will
|
2935
2935
|
# return a `400` error: "`Specified token has exceeded its maximum
|
2936
2936
|
# lifetime`".
|
2937
2937
|
#
|
@@ -3039,7 +3039,7 @@ module Aws::SWF
|
|
3039
3039
|
# value of `NextPageToken` is a unique pagination token for each page.
|
3040
3040
|
# Make the call again using the returned token to retrieve the next
|
3041
3041
|
# page. Keep all other arguments unchanged. Each pagination token
|
3042
|
-
# expires after
|
3042
|
+
# expires after 24 hours. Using an expired pagination token will
|
3043
3043
|
# return a `400` error: "`Specified token has exceeded its maximum
|
3044
3044
|
# lifetime`".
|
3045
3045
|
#
|
@@ -3078,7 +3078,7 @@ module Aws::SWF
|
|
3078
3078
|
# value of `NextPageToken` is a unique pagination token for each page.
|
3079
3079
|
# Make the call again using the returned token to retrieve the next
|
3080
3080
|
# page. Keep all other arguments unchanged. Each pagination token
|
3081
|
-
# expires after
|
3081
|
+
# expires after 24 hours. Using an expired pagination token will
|
3082
3082
|
# return a `400` error: "`Specified token has exceeded its maximum
|
3083
3083
|
# lifetime`".
|
3084
3084
|
#
|
@@ -3145,7 +3145,7 @@ module Aws::SWF
|
|
3145
3145
|
# value of `NextPageToken` is a unique pagination token for each page.
|
3146
3146
|
# Make the call again using the returned token to retrieve the next
|
3147
3147
|
# page. Keep all other arguments unchanged. Each pagination token
|
3148
|
-
# expires after
|
3148
|
+
# expires after 24 hours. Using an expired pagination token will
|
3149
3149
|
# return a `400` error: "`Specified token has exceeded its maximum
|
3150
3150
|
# lifetime`".
|
3151
3151
|
#
|
@@ -3225,7 +3225,7 @@ module Aws::SWF
|
|
3225
3225
|
# value of `NextPageToken` is a unique pagination token for each page.
|
3226
3226
|
# Make the call again using the returned token to retrieve the next
|
3227
3227
|
# page. Keep all other arguments unchanged. Each pagination token
|
3228
|
-
# expires after
|
3228
|
+
# expires after 24 hours. Using an expired pagination token will
|
3229
3229
|
# return a `400` error: "`Specified token has exceeded its maximum
|
3230
3230
|
# lifetime`".
|
3231
3231
|
#
|
@@ -3323,7 +3323,7 @@ module Aws::SWF
|
|
3323
3323
|
# The specified string must not start or end with whitespace. It must
|
3324
3324
|
# not contain a `:` (colon), `/` (slash), `|` (vertical bar), or any
|
3325
3325
|
# control characters (`\u0000-\u001f` \| `\u007f-\u009f`). Also, it
|
3326
|
-
# must not
|
3326
|
+
# must *not* be the literal string `arn`.
|
3327
3327
|
# @return [Types::TaskList]
|
3328
3328
|
#
|
3329
3329
|
# @!attribute [rw] identity
|
@@ -3348,10 +3348,9 @@ module Aws::SWF
|
|
3348
3348
|
# @!attribute [rw] task_list
|
3349
3349
|
# Specifies the task list to poll for decision tasks.
|
3350
3350
|
#
|
3351
|
-
# The specified string must not
|
3352
|
-
#
|
3353
|
-
#
|
3354
|
-
# must not *be* the literal string `arn`.
|
3351
|
+
# The specified string must not contain a `:` (colon), `/` (slash),
|
3352
|
+
# `|` (vertical bar), or any control characters (`\u0000-\u001f` \|
|
3353
|
+
# `\u007f-\u009f`). Also, it must *not* be the literal string `arn`.
|
3355
3354
|
# @return [Types::TaskList]
|
3356
3355
|
#
|
3357
3356
|
# @!attribute [rw] identity
|
@@ -3366,7 +3365,7 @@ module Aws::SWF
|
|
3366
3365
|
# value of `NextPageToken` is a unique pagination token for each page.
|
3367
3366
|
# Make the call again using the returned token to retrieve the next
|
3368
3367
|
# page. Keep all other arguments unchanged. Each pagination token
|
3369
|
-
# expires after
|
3368
|
+
# expires after 24 hours. Using an expired pagination token will
|
3370
3369
|
# return a `400` error: "`Specified token has exceeded its maximum
|
3371
3370
|
# lifetime`".
|
3372
3371
|
#
|
@@ -3396,13 +3395,21 @@ module Aws::SWF
|
|
3396
3395
|
# of the events.
|
3397
3396
|
# @return [Boolean]
|
3398
3397
|
#
|
3398
|
+
# @!attribute [rw] start_at_previous_started_event
|
3399
|
+
# When set to `true`, returns the events with `eventTimestamp` greater
|
3400
|
+
# than or equal to `eventTimestamp` of the most recent
|
3401
|
+
# `DecisionTaskStarted` event. By default, this parameter is set to
|
3402
|
+
# `false`.
|
3403
|
+
# @return [Boolean]
|
3404
|
+
#
|
3399
3405
|
class PollForDecisionTaskInput < Struct.new(
|
3400
3406
|
:domain,
|
3401
3407
|
:task_list,
|
3402
3408
|
:identity,
|
3403
3409
|
:next_page_token,
|
3404
3410
|
:maximum_page_size,
|
3405
|
-
:reverse_order
|
3411
|
+
:reverse_order,
|
3412
|
+
:start_at_previous_started_event)
|
3406
3413
|
SENSITIVE = []
|
3407
3414
|
include Aws::Structure
|
3408
3415
|
end
|
@@ -3513,10 +3520,9 @@ module Aws::SWF
|
|
3513
3520
|
# @!attribute [rw] name
|
3514
3521
|
# The name of the activity type within the domain.
|
3515
3522
|
#
|
3516
|
-
# The specified string must not
|
3517
|
-
#
|
3518
|
-
#
|
3519
|
-
# must not *be* the literal string `arn`.
|
3523
|
+
# The specified string must not contain a `:` (colon), `/` (slash),
|
3524
|
+
# `|` (vertical bar), or any control characters (`\u0000-\u001f` \|
|
3525
|
+
# `\u007f-\u009f`). Also, it must *not* be the literal string `arn`.
|
3520
3526
|
# @return [String]
|
3521
3527
|
#
|
3522
3528
|
# @!attribute [rw] version
|
@@ -3527,10 +3533,9 @@ module Aws::SWF
|
|
3527
3533
|
#
|
3528
3534
|
# </note>
|
3529
3535
|
#
|
3530
|
-
# The specified string must not
|
3531
|
-
#
|
3532
|
-
#
|
3533
|
-
# must not *be* the literal string `arn`.
|
3536
|
+
# The specified string must not contain a `:` (colon), `/` (slash),
|
3537
|
+
# `|` (vertical bar), or any control characters (`\u0000-\u001f` \|
|
3538
|
+
# `\u007f-\u009f`). Also, it must *not* be the literal string `arn`.
|
3534
3539
|
# @return [String]
|
3535
3540
|
#
|
3536
3541
|
# @!attribute [rw] description
|
@@ -3626,7 +3631,7 @@ module Aws::SWF
|
|
3626
3631
|
# The specified string must not start or end with whitespace. It must
|
3627
3632
|
# not contain a `:` (colon), `/` (slash), `|` (vertical bar), or any
|
3628
3633
|
# control characters (`\u0000-\u001f` \| `\u007f-\u009f`). Also, it
|
3629
|
-
# must not
|
3634
|
+
# must *not* be the literal string `arn`.
|
3630
3635
|
# @return [String]
|
3631
3636
|
#
|
3632
3637
|
# @!attribute [rw] description
|
@@ -3675,10 +3680,9 @@ module Aws::SWF
|
|
3675
3680
|
# @!attribute [rw] name
|
3676
3681
|
# The name of the workflow type.
|
3677
3682
|
#
|
3678
|
-
# The specified string must not
|
3679
|
-
#
|
3680
|
-
#
|
3681
|
-
# must not *be* the literal string `arn`.
|
3683
|
+
# The specified string must not contain a `:` (colon), `/` (slash),
|
3684
|
+
# `|` (vertical bar), or any control characters (`\u0000-\u001f` \|
|
3685
|
+
# `\u007f-\u009f`). Also, it must *not* be the literal string `arn`.
|
3682
3686
|
# @return [String]
|
3683
3687
|
#
|
3684
3688
|
# @!attribute [rw] version
|
@@ -3691,10 +3695,9 @@ module Aws::SWF
|
|
3691
3695
|
#
|
3692
3696
|
# </note>
|
3693
3697
|
#
|
3694
|
-
# The specified string must not
|
3695
|
-
#
|
3696
|
-
#
|
3697
|
-
# must not *be* the literal string `arn`.
|
3698
|
+
# The specified string must not contain a `:` (colon), `/` (slash),
|
3699
|
+
# `|` (vertical bar), or any control characters (`\u0000-\u001f` \|
|
3700
|
+
# `\u007f-\u009f`). Also, it must *not* be the literal string `arn`.
|
3698
3701
|
# @return [String]
|
3699
3702
|
#
|
3700
3703
|
# @!attribute [rw] description
|
@@ -4212,10 +4215,9 @@ module Aws::SWF
|
|
4212
4215
|
# @!attribute [rw] activity_id
|
4213
4216
|
# The `activityId` of the activity task.
|
4214
4217
|
#
|
4215
|
-
# The specified string must not
|
4216
|
-
#
|
4217
|
-
#
|
4218
|
-
# must not contain the literal string `arn`.
|
4218
|
+
# The specified string must not contain a `:` (colon), `/` (slash),
|
4219
|
+
# `|` (vertical bar), or any control characters (`\u0000-\u001f` \|
|
4220
|
+
# `\u007f-\u009f`). Also, it must *not* be the literal string `arn`.
|
4219
4221
|
# @return [String]
|
4220
4222
|
#
|
4221
4223
|
# @!attribute [rw] control
|
@@ -4253,10 +4255,9 @@ module Aws::SWF
|
|
4253
4255
|
#
|
4254
4256
|
# </note>
|
4255
4257
|
#
|
4256
|
-
# The specified string must not
|
4257
|
-
#
|
4258
|
-
#
|
4259
|
-
# must not contain the literal string `arn`.
|
4258
|
+
# The specified string must not contain a `:` (colon), `/` (slash),
|
4259
|
+
# `|` (vertical bar), or any control characters (`\u0000-\u001f` \|
|
4260
|
+
# `\u007f-\u009f`). Also, it must *not* be the literal string `arn`.
|
4260
4261
|
# @return [Types::TaskList]
|
4261
4262
|
#
|
4262
4263
|
# @!attribute [rw] task_priority
|
@@ -4406,8 +4407,9 @@ module Aws::SWF
|
|
4406
4407
|
# @!attribute [rw] start_to_close_timeout
|
4407
4408
|
# The timeout value, in seconds, after which the Lambda function is
|
4408
4409
|
# considered to be failed once it has started. This can be any integer
|
4409
|
-
# from 1-
|
4410
|
-
#
|
4410
|
+
# from 1-900 (1s-15m).
|
4411
|
+
#
|
4412
|
+
# If no value is supplied, then a default value of 900s is assumed.
|
4411
4413
|
# @return [String]
|
4412
4414
|
#
|
4413
4415
|
class ScheduleLambdaFunctionDecisionAttributes < Struct.new(
|
@@ -4708,10 +4710,9 @@ module Aws::SWF
|
|
4708
4710
|
# @!attribute [rw] workflow_id
|
4709
4711
|
# The `workflowId` of the workflow execution.
|
4710
4712
|
#
|
4711
|
-
# The specified string must not
|
4712
|
-
#
|
4713
|
-
#
|
4714
|
-
# must not contain the literal string `arn`.
|
4713
|
+
# The specified string must not contain a `:` (colon), `/` (slash),
|
4714
|
+
# `|` (vertical bar), or any control characters (`\u0000-\u001f` \|
|
4715
|
+
# `\u007f-\u009f`). Also, it must *not* be the literal string `arn`.
|
4715
4716
|
# @return [String]
|
4716
4717
|
#
|
4717
4718
|
# @!attribute [rw] control
|
@@ -4755,7 +4756,7 @@ module Aws::SWF
|
|
4755
4756
|
# The specified string must not start or end with whitespace. It must
|
4756
4757
|
# not contain a `:` (colon), `/` (slash), `|` (vertical bar), or any
|
4757
4758
|
# control characters (`\u0000-\u001f` \| `\u007f-\u009f`). Also, it
|
4758
|
-
# must not
|
4759
|
+
# must *not* be the literal string `arn`.
|
4759
4760
|
# @return [Types::TaskList]
|
4760
4761
|
#
|
4761
4762
|
# @!attribute [rw] task_priority
|
@@ -5087,10 +5088,9 @@ module Aws::SWF
|
|
5087
5088
|
# @!attribute [rw] timer_id
|
5088
5089
|
# The unique ID of the timer.
|
5089
5090
|
#
|
5090
|
-
# The specified string must not
|
5091
|
-
#
|
5092
|
-
#
|
5093
|
-
# must not contain the literal string `arn`.
|
5091
|
+
# The specified string must not contain a `:` (colon), `/` (slash),
|
5092
|
+
# `|` (vertical bar), or any control characters (`\u0000-\u001f` \|
|
5093
|
+
# `\u007f-\u009f`). Also, it must *not* be the literal string `arn`.
|
5094
5094
|
# @return [String]
|
5095
5095
|
#
|
5096
5096
|
# @!attribute [rw] control
|
@@ -5153,6 +5153,10 @@ module Aws::SWF
|
|
5153
5153
|
|
5154
5154
|
# @!attribute [rw] domain
|
5155
5155
|
# The name of the domain in which the workflow execution is created.
|
5156
|
+
#
|
5157
|
+
# The specified string must not contain a `:` (colon), `/` (slash),
|
5158
|
+
# `|` (vertical bar), or any control characters (`\u0000-\u001f` \|
|
5159
|
+
# `\u007f-\u009f`). Also, it must *not* be the literal string `arn`.
|
5156
5160
|
# @return [String]
|
5157
5161
|
#
|
5158
5162
|
# @!attribute [rw] workflow_id
|
@@ -5163,10 +5167,9 @@ module Aws::SWF
|
|
5163
5167
|
# cannot have two open workflow executions with the same `workflowId`
|
5164
5168
|
# at the same time within the same domain.
|
5165
5169
|
#
|
5166
|
-
# The specified string must not
|
5167
|
-
#
|
5168
|
-
#
|
5169
|
-
# must not *be* the literal string `arn`.
|
5170
|
+
# The specified string must not contain a `:` (colon), `/` (slash),
|
5171
|
+
# `|` (vertical bar), or any control characters (`\u0000-\u001f` \|
|
5172
|
+
# `\u007f-\u009f`). Also, it must *not* be the literal string `arn`.
|
5170
5173
|
# @return [String]
|
5171
5174
|
#
|
5172
5175
|
# @!attribute [rw] workflow_type
|
@@ -5185,10 +5188,9 @@ module Aws::SWF
|
|
5185
5188
|
#
|
5186
5189
|
# </note>
|
5187
5190
|
#
|
5188
|
-
# The specified string must not
|
5189
|
-
#
|
5190
|
-
#
|
5191
|
-
# must not *be* the literal string `arn`.
|
5191
|
+
# The specified string must not contain a `:` (colon), `/` (slash),
|
5192
|
+
# `|` (vertical bar), or any control characters (`\u0000-\u001f` \|
|
5193
|
+
# `\u007f-\u009f`). Also, it must *not* be the literal string `arn`.
|
5192
5194
|
# @return [Types::TaskList]
|
5193
5195
|
#
|
5194
5196
|
# @!attribute [rw] task_priority
|
data/lib/aws-sdk-swf.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-swf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.40.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-05-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|