aws-sdk-states 1.27.0 → 1.32.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-states.rb +4 -2
- data/lib/aws-sdk-states/client.rb +29 -10
- data/lib/aws-sdk-states/client_api.rb +2 -0
- data/lib/aws-sdk-states/errors.rb +2 -0
- data/lib/aws-sdk-states/resource.rb +2 -0
- data/lib/aws-sdk-states/types.rb +99 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7875b8b51a96fcac35ba59b8a5b0817fc561e94b86b46d3cff0e4ae157aa0319
|
4
|
+
data.tar.gz: 2614b3cf6990694db500d2d522e42bcac16b531a36c8a5a29cefe407fccaba2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb4ed6995920f93c23ff61ef60184f81f3fc5047b4e7e74972b0d8360a44bff38e72fdd39252c1724f97efb089dcef7b9cfcfc5434805806e379e3e4515f6fc5
|
7
|
+
data.tar.gz: 219dfc774138b91f0a5074b0603398be7491dc6afb61be1a5799e09c005cc3eb60f8704f6fb04bbb977b6d0cc82c20d781e9a85cfa31c7810f21e106dfbce300
|
data/lib/aws-sdk-states.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -42,9 +44,9 @@ require_relative 'aws-sdk-states/customizations'
|
|
42
44
|
#
|
43
45
|
# See {Errors} for more information.
|
44
46
|
#
|
45
|
-
#
|
47
|
+
# @!group service
|
46
48
|
module Aws::States
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.32.0'
|
49
51
|
|
50
52
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
29
32
|
|
@@ -69,6 +72,7 @@ module Aws::States
|
|
69
72
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
71
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
72
76
|
add_plugin(Aws::Plugins::SignatureV4)
|
73
77
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
74
78
|
|
@@ -81,13 +85,28 @@ module Aws::States
|
|
81
85
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
82
86
|
# credentials.
|
83
87
|
#
|
88
|
+
# * `Aws::SharedCredentials` - Used for loading static credentials from a
|
89
|
+
# shared file, such as `~/.aws/config`.
|
90
|
+
#
|
91
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
92
|
+
#
|
93
|
+
# * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
|
94
|
+
# assume a role after providing credentials via the web.
|
95
|
+
#
|
96
|
+
# * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
|
97
|
+
# access token generated from `aws login`.
|
98
|
+
#
|
99
|
+
# * `Aws::ProcessCredentials` - Used for loading credentials from a
|
100
|
+
# process that outputs to stdout.
|
101
|
+
#
|
84
102
|
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
85
103
|
# from an EC2 IMDS on an EC2 instance.
|
86
104
|
#
|
87
|
-
# * `Aws::
|
88
|
-
#
|
105
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
106
|
+
# instances running in ECS.
|
89
107
|
#
|
90
|
-
# * `Aws::
|
108
|
+
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
109
|
+
# from the Cognito Identity service.
|
91
110
|
#
|
92
111
|
# When `:credentials` are not configured directly, the following
|
93
112
|
# locations will be searched for credentials:
|
@@ -97,10 +116,10 @@ module Aws::States
|
|
97
116
|
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
98
117
|
# * `~/.aws/credentials`
|
99
118
|
# * `~/.aws/config`
|
100
|
-
# * EC2 IMDS instance profile - When used by default, the timeouts
|
101
|
-
# very aggressive. Construct and pass an instance of
|
102
|
-
# `Aws::InstanceProfileCredentails`
|
103
|
-
# timeouts.
|
119
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
|
+
# are very aggressive. Construct and pass an instance of
|
121
|
+
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
+
# enable retries and extended timeouts.
|
104
123
|
#
|
105
124
|
# @option options [required, String] :region
|
106
125
|
# The AWS region to connect to. The configured `:region` is
|
@@ -161,7 +180,7 @@ module Aws::States
|
|
161
180
|
# @option options [String] :endpoint
|
162
181
|
# The client endpoint is normally constructed from the `:region`
|
163
182
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be a valid HTTP(S) URI.
|
183
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
184
|
#
|
166
185
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
186
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -176,7 +195,7 @@ module Aws::States
|
|
176
195
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
196
|
#
|
178
197
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
198
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
199
|
#
|
181
200
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
201
|
# The log formatter.
|
@@ -1619,7 +1638,7 @@ module Aws::States
|
|
1619
1638
|
params: params,
|
1620
1639
|
config: config)
|
1621
1640
|
context[:gem_name] = 'aws-sdk-states'
|
1622
|
-
context[:gem_version] = '1.
|
1641
|
+
context[:gem_version] = '1.32.0'
|
1623
1642
|
Seahorse::Client::Request.new(handlers, context)
|
1624
1643
|
end
|
1625
1644
|
|
data/lib/aws-sdk-states/types.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -17,6 +19,7 @@ module Aws::States
|
|
17
19
|
#
|
18
20
|
class ActivityDoesNotExist < Struct.new(
|
19
21
|
:message)
|
22
|
+
SENSITIVE = []
|
20
23
|
include Aws::Structure
|
21
24
|
end
|
22
25
|
|
@@ -35,6 +38,7 @@ module Aws::States
|
|
35
38
|
class ActivityFailedEventDetails < Struct.new(
|
36
39
|
:error,
|
37
40
|
:cause)
|
41
|
+
SENSITIVE = [:error, :cause]
|
38
42
|
include Aws::Structure
|
39
43
|
end
|
40
44
|
|
@@ -48,6 +52,7 @@ module Aws::States
|
|
48
52
|
#
|
49
53
|
class ActivityLimitExceeded < Struct.new(
|
50
54
|
:message)
|
55
|
+
SENSITIVE = []
|
51
56
|
include Aws::Structure
|
52
57
|
end
|
53
58
|
|
@@ -86,6 +91,7 @@ module Aws::States
|
|
86
91
|
:activity_arn,
|
87
92
|
:name,
|
88
93
|
:creation_date)
|
94
|
+
SENSITIVE = []
|
89
95
|
include Aws::Structure
|
90
96
|
end
|
91
97
|
|
@@ -105,6 +111,7 @@ module Aws::States
|
|
105
111
|
class ActivityScheduleFailedEventDetails < Struct.new(
|
106
112
|
:error,
|
107
113
|
:cause)
|
114
|
+
SENSITIVE = [:error, :cause]
|
108
115
|
include Aws::Structure
|
109
116
|
end
|
110
117
|
|
@@ -134,6 +141,7 @@ module Aws::States
|
|
134
141
|
:input,
|
135
142
|
:timeout_in_seconds,
|
136
143
|
:heartbeat_in_seconds)
|
144
|
+
SENSITIVE = [:input]
|
137
145
|
include Aws::Structure
|
138
146
|
end
|
139
147
|
|
@@ -148,6 +156,7 @@ module Aws::States
|
|
148
156
|
#
|
149
157
|
class ActivityStartedEventDetails < Struct.new(
|
150
158
|
:worker_name)
|
159
|
+
SENSITIVE = []
|
151
160
|
include Aws::Structure
|
152
161
|
end
|
153
162
|
|
@@ -162,6 +171,7 @@ module Aws::States
|
|
162
171
|
#
|
163
172
|
class ActivitySucceededEventDetails < Struct.new(
|
164
173
|
:output)
|
174
|
+
SENSITIVE = [:output]
|
165
175
|
include Aws::Structure
|
166
176
|
end
|
167
177
|
|
@@ -181,6 +191,7 @@ module Aws::States
|
|
181
191
|
class ActivityTimedOutEventDetails < Struct.new(
|
182
192
|
:error,
|
183
193
|
:cause)
|
194
|
+
SENSITIVE = [:error, :cause]
|
184
195
|
include Aws::Structure
|
185
196
|
end
|
186
197
|
|
@@ -194,6 +205,7 @@ module Aws::States
|
|
194
205
|
#
|
195
206
|
class ActivityWorkerLimitExceeded < Struct.new(
|
196
207
|
:message)
|
208
|
+
SENSITIVE = []
|
197
209
|
include Aws::Structure
|
198
210
|
end
|
199
211
|
|
@@ -213,6 +225,7 @@ module Aws::States
|
|
213
225
|
#
|
214
226
|
class CloudWatchLogsLogGroup < Struct.new(
|
215
227
|
:log_group_arn)
|
228
|
+
SENSITIVE = []
|
216
229
|
include Aws::Structure
|
217
230
|
end
|
218
231
|
|
@@ -276,6 +289,7 @@ module Aws::States
|
|
276
289
|
class CreateActivityInput < Struct.new(
|
277
290
|
:name,
|
278
291
|
:tags)
|
292
|
+
SENSITIVE = []
|
279
293
|
include Aws::Structure
|
280
294
|
end
|
281
295
|
|
@@ -292,6 +306,7 @@ module Aws::States
|
|
292
306
|
class CreateActivityOutput < Struct.new(
|
293
307
|
:activity_arn,
|
294
308
|
:creation_date)
|
309
|
+
SENSITIVE = []
|
295
310
|
include Aws::Structure
|
296
311
|
end
|
297
312
|
|
@@ -400,6 +415,7 @@ module Aws::States
|
|
400
415
|
:type,
|
401
416
|
:logging_configuration,
|
402
417
|
:tags)
|
418
|
+
SENSITIVE = [:definition]
|
403
419
|
include Aws::Structure
|
404
420
|
end
|
405
421
|
|
@@ -417,6 +433,7 @@ module Aws::States
|
|
417
433
|
class CreateStateMachineOutput < Struct.new(
|
418
434
|
:state_machine_arn,
|
419
435
|
:creation_date)
|
436
|
+
SENSITIVE = []
|
420
437
|
include Aws::Structure
|
421
438
|
end
|
422
439
|
|
@@ -435,6 +452,7 @@ module Aws::States
|
|
435
452
|
#
|
436
453
|
class DeleteActivityInput < Struct.new(
|
437
454
|
:activity_arn)
|
455
|
+
SENSITIVE = []
|
438
456
|
include Aws::Structure
|
439
457
|
end
|
440
458
|
|
@@ -457,6 +475,7 @@ module Aws::States
|
|
457
475
|
#
|
458
476
|
class DeleteStateMachineInput < Struct.new(
|
459
477
|
:state_machine_arn)
|
478
|
+
SENSITIVE = []
|
460
479
|
include Aws::Structure
|
461
480
|
end
|
462
481
|
|
@@ -479,6 +498,7 @@ module Aws::States
|
|
479
498
|
#
|
480
499
|
class DescribeActivityInput < Struct.new(
|
481
500
|
:activity_arn)
|
501
|
+
SENSITIVE = []
|
482
502
|
include Aws::Structure
|
483
503
|
end
|
484
504
|
|
@@ -515,6 +535,7 @@ module Aws::States
|
|
515
535
|
:activity_arn,
|
516
536
|
:name,
|
517
537
|
:creation_date)
|
538
|
+
SENSITIVE = []
|
518
539
|
include Aws::Structure
|
519
540
|
end
|
520
541
|
|
@@ -533,6 +554,7 @@ module Aws::States
|
|
533
554
|
#
|
534
555
|
class DescribeExecutionInput < Struct.new(
|
535
556
|
:execution_arn)
|
557
|
+
SENSITIVE = []
|
536
558
|
include Aws::Structure
|
537
559
|
end
|
538
560
|
|
@@ -599,6 +621,7 @@ module Aws::States
|
|
599
621
|
:stop_date,
|
600
622
|
:input,
|
601
623
|
:output)
|
624
|
+
SENSITIVE = [:input, :output]
|
602
625
|
include Aws::Structure
|
603
626
|
end
|
604
627
|
|
@@ -618,6 +641,7 @@ module Aws::States
|
|
618
641
|
#
|
619
642
|
class DescribeStateMachineForExecutionInput < Struct.new(
|
620
643
|
:execution_arn)
|
644
|
+
SENSITIVE = []
|
621
645
|
include Aws::Structure
|
622
646
|
end
|
623
647
|
|
@@ -664,6 +688,7 @@ module Aws::States
|
|
664
688
|
:role_arn,
|
665
689
|
:update_date,
|
666
690
|
:logging_configuration)
|
691
|
+
SENSITIVE = [:definition]
|
667
692
|
include Aws::Structure
|
668
693
|
end
|
669
694
|
|
@@ -682,6 +707,7 @@ module Aws::States
|
|
682
707
|
#
|
683
708
|
class DescribeStateMachineInput < Struct.new(
|
684
709
|
:state_machine_arn)
|
710
|
+
SENSITIVE = []
|
685
711
|
include Aws::Structure
|
686
712
|
end
|
687
713
|
|
@@ -751,6 +777,7 @@ module Aws::States
|
|
751
777
|
:type,
|
752
778
|
:creation_date,
|
753
779
|
:logging_configuration)
|
780
|
+
SENSITIVE = [:definition]
|
754
781
|
include Aws::Structure
|
755
782
|
end
|
756
783
|
|
@@ -769,6 +796,7 @@ module Aws::States
|
|
769
796
|
class ExecutionAbortedEventDetails < Struct.new(
|
770
797
|
:error,
|
771
798
|
:cause)
|
799
|
+
SENSITIVE = [:error, :cause]
|
772
800
|
include Aws::Structure
|
773
801
|
end
|
774
802
|
|
@@ -786,6 +814,7 @@ module Aws::States
|
|
786
814
|
#
|
787
815
|
class ExecutionAlreadyExists < Struct.new(
|
788
816
|
:message)
|
817
|
+
SENSITIVE = []
|
789
818
|
include Aws::Structure
|
790
819
|
end
|
791
820
|
|
@@ -798,6 +827,7 @@ module Aws::States
|
|
798
827
|
#
|
799
828
|
class ExecutionDoesNotExist < Struct.new(
|
800
829
|
:message)
|
830
|
+
SENSITIVE = []
|
801
831
|
include Aws::Structure
|
802
832
|
end
|
803
833
|
|
@@ -816,6 +846,7 @@ module Aws::States
|
|
816
846
|
class ExecutionFailedEventDetails < Struct.new(
|
817
847
|
:error,
|
818
848
|
:cause)
|
849
|
+
SENSITIVE = [:error, :cause]
|
819
850
|
include Aws::Structure
|
820
851
|
end
|
821
852
|
|
@@ -830,6 +861,7 @@ module Aws::States
|
|
830
861
|
#
|
831
862
|
class ExecutionLimitExceeded < Struct.new(
|
832
863
|
:message)
|
864
|
+
SENSITIVE = []
|
833
865
|
include Aws::Structure
|
834
866
|
end
|
835
867
|
|
@@ -883,6 +915,7 @@ module Aws::States
|
|
883
915
|
:status,
|
884
916
|
:start_date,
|
885
917
|
:stop_date)
|
918
|
+
SENSITIVE = []
|
886
919
|
include Aws::Structure
|
887
920
|
end
|
888
921
|
|
@@ -902,6 +935,7 @@ module Aws::States
|
|
902
935
|
class ExecutionStartedEventDetails < Struct.new(
|
903
936
|
:input,
|
904
937
|
:role_arn)
|
938
|
+
SENSITIVE = [:input]
|
905
939
|
include Aws::Structure
|
906
940
|
end
|
907
941
|
|
@@ -915,6 +949,7 @@ module Aws::States
|
|
915
949
|
#
|
916
950
|
class ExecutionSucceededEventDetails < Struct.new(
|
917
951
|
:output)
|
952
|
+
SENSITIVE = [:output]
|
918
953
|
include Aws::Structure
|
919
954
|
end
|
920
955
|
|
@@ -934,6 +969,7 @@ module Aws::States
|
|
934
969
|
class ExecutionTimedOutEventDetails < Struct.new(
|
935
970
|
:error,
|
936
971
|
:cause)
|
972
|
+
SENSITIVE = [:error, :cause]
|
937
973
|
include Aws::Structure
|
938
974
|
end
|
939
975
|
|
@@ -961,6 +997,7 @@ module Aws::States
|
|
961
997
|
class GetActivityTaskInput < Struct.new(
|
962
998
|
:activity_arn,
|
963
999
|
:worker_name)
|
1000
|
+
SENSITIVE = []
|
964
1001
|
include Aws::Structure
|
965
1002
|
end
|
966
1003
|
|
@@ -980,6 +1017,7 @@ module Aws::States
|
|
980
1017
|
class GetActivityTaskOutput < Struct.new(
|
981
1018
|
:task_token,
|
982
1019
|
:input)
|
1020
|
+
SENSITIVE = [:input]
|
983
1021
|
include Aws::Structure
|
984
1022
|
end
|
985
1023
|
|
@@ -1027,6 +1065,7 @@ module Aws::States
|
|
1027
1065
|
:max_results,
|
1028
1066
|
:reverse_order,
|
1029
1067
|
:next_token)
|
1068
|
+
SENSITIVE = []
|
1030
1069
|
include Aws::Structure
|
1031
1070
|
end
|
1032
1071
|
|
@@ -1048,6 +1087,7 @@ module Aws::States
|
|
1048
1087
|
class GetExecutionHistoryOutput < Struct.new(
|
1049
1088
|
:events,
|
1050
1089
|
:next_token)
|
1090
|
+
SENSITIVE = []
|
1051
1091
|
include Aws::Structure
|
1052
1092
|
end
|
1053
1093
|
|
@@ -1247,6 +1287,7 @@ module Aws::States
|
|
1247
1287
|
:lambda_function_timed_out_event_details,
|
1248
1288
|
:state_entered_event_details,
|
1249
1289
|
:state_exited_event_details)
|
1290
|
+
SENSITIVE = []
|
1250
1291
|
include Aws::Structure
|
1251
1292
|
end
|
1252
1293
|
|
@@ -1259,6 +1300,7 @@ module Aws::States
|
|
1259
1300
|
#
|
1260
1301
|
class InvalidArn < Struct.new(
|
1261
1302
|
:message)
|
1303
|
+
SENSITIVE = []
|
1262
1304
|
include Aws::Structure
|
1263
1305
|
end
|
1264
1306
|
|
@@ -1271,6 +1313,7 @@ module Aws::States
|
|
1271
1313
|
#
|
1272
1314
|
class InvalidDefinition < Struct.new(
|
1273
1315
|
:message)
|
1316
|
+
SENSITIVE = []
|
1274
1317
|
include Aws::Structure
|
1275
1318
|
end
|
1276
1319
|
|
@@ -1283,6 +1326,7 @@ module Aws::States
|
|
1283
1326
|
#
|
1284
1327
|
class InvalidExecutionInput < Struct.new(
|
1285
1328
|
:message)
|
1329
|
+
SENSITIVE = []
|
1286
1330
|
include Aws::Structure
|
1287
1331
|
end
|
1288
1332
|
|
@@ -1293,6 +1337,7 @@ module Aws::States
|
|
1293
1337
|
#
|
1294
1338
|
class InvalidLoggingConfiguration < Struct.new(
|
1295
1339
|
:message)
|
1340
|
+
SENSITIVE = []
|
1296
1341
|
include Aws::Structure
|
1297
1342
|
end
|
1298
1343
|
|
@@ -1305,6 +1350,7 @@ module Aws::States
|
|
1305
1350
|
#
|
1306
1351
|
class InvalidName < Struct.new(
|
1307
1352
|
:message)
|
1353
|
+
SENSITIVE = []
|
1308
1354
|
include Aws::Structure
|
1309
1355
|
end
|
1310
1356
|
|
@@ -1317,6 +1363,7 @@ module Aws::States
|
|
1317
1363
|
#
|
1318
1364
|
class InvalidOutput < Struct.new(
|
1319
1365
|
:message)
|
1366
|
+
SENSITIVE = []
|
1320
1367
|
include Aws::Structure
|
1321
1368
|
end
|
1322
1369
|
|
@@ -1329,6 +1376,7 @@ module Aws::States
|
|
1329
1376
|
#
|
1330
1377
|
class InvalidToken < Struct.new(
|
1331
1378
|
:message)
|
1379
|
+
SENSITIVE = []
|
1332
1380
|
include Aws::Structure
|
1333
1381
|
end
|
1334
1382
|
|
@@ -1348,6 +1396,7 @@ module Aws::States
|
|
1348
1396
|
class LambdaFunctionFailedEventDetails < Struct.new(
|
1349
1397
|
:error,
|
1350
1398
|
:cause)
|
1399
|
+
SENSITIVE = [:error, :cause]
|
1351
1400
|
include Aws::Structure
|
1352
1401
|
end
|
1353
1402
|
|
@@ -1367,6 +1416,7 @@ module Aws::States
|
|
1367
1416
|
class LambdaFunctionScheduleFailedEventDetails < Struct.new(
|
1368
1417
|
:error,
|
1369
1418
|
:cause)
|
1419
|
+
SENSITIVE = [:error, :cause]
|
1370
1420
|
include Aws::Structure
|
1371
1421
|
end
|
1372
1422
|
|
@@ -1391,6 +1441,7 @@ module Aws::States
|
|
1391
1441
|
:resource,
|
1392
1442
|
:input,
|
1393
1443
|
:timeout_in_seconds)
|
1444
|
+
SENSITIVE = [:input]
|
1394
1445
|
include Aws::Structure
|
1395
1446
|
end
|
1396
1447
|
|
@@ -1410,6 +1461,7 @@ module Aws::States
|
|
1410
1461
|
class LambdaFunctionStartFailedEventDetails < Struct.new(
|
1411
1462
|
:error,
|
1412
1463
|
:cause)
|
1464
|
+
SENSITIVE = [:error, :cause]
|
1413
1465
|
include Aws::Structure
|
1414
1466
|
end
|
1415
1467
|
|
@@ -1424,6 +1476,7 @@ module Aws::States
|
|
1424
1476
|
#
|
1425
1477
|
class LambdaFunctionSucceededEventDetails < Struct.new(
|
1426
1478
|
:output)
|
1479
|
+
SENSITIVE = [:output]
|
1427
1480
|
include Aws::Structure
|
1428
1481
|
end
|
1429
1482
|
|
@@ -1443,6 +1496,7 @@ module Aws::States
|
|
1443
1496
|
class LambdaFunctionTimedOutEventDetails < Struct.new(
|
1444
1497
|
:error,
|
1445
1498
|
:cause)
|
1499
|
+
SENSITIVE = [:error, :cause]
|
1446
1500
|
include Aws::Structure
|
1447
1501
|
end
|
1448
1502
|
|
@@ -1478,6 +1532,7 @@ module Aws::States
|
|
1478
1532
|
class ListActivitiesInput < Struct.new(
|
1479
1533
|
:max_results,
|
1480
1534
|
:next_token)
|
1535
|
+
SENSITIVE = []
|
1481
1536
|
include Aws::Structure
|
1482
1537
|
end
|
1483
1538
|
|
@@ -1499,6 +1554,7 @@ module Aws::States
|
|
1499
1554
|
class ListActivitiesOutput < Struct.new(
|
1500
1555
|
:activities,
|
1501
1556
|
:next_token)
|
1557
|
+
SENSITIVE = []
|
1502
1558
|
include Aws::Structure
|
1503
1559
|
end
|
1504
1560
|
|
@@ -1548,6 +1604,7 @@ module Aws::States
|
|
1548
1604
|
:status_filter,
|
1549
1605
|
:max_results,
|
1550
1606
|
:next_token)
|
1607
|
+
SENSITIVE = []
|
1551
1608
|
include Aws::Structure
|
1552
1609
|
end
|
1553
1610
|
|
@@ -1569,6 +1626,7 @@ module Aws::States
|
|
1569
1626
|
class ListExecutionsOutput < Struct.new(
|
1570
1627
|
:executions,
|
1571
1628
|
:next_token)
|
1629
|
+
SENSITIVE = []
|
1572
1630
|
include Aws::Structure
|
1573
1631
|
end
|
1574
1632
|
|
@@ -1604,6 +1662,7 @@ module Aws::States
|
|
1604
1662
|
class ListStateMachinesInput < Struct.new(
|
1605
1663
|
:max_results,
|
1606
1664
|
:next_token)
|
1665
|
+
SENSITIVE = []
|
1607
1666
|
include Aws::Structure
|
1608
1667
|
end
|
1609
1668
|
|
@@ -1624,6 +1683,7 @@ module Aws::States
|
|
1624
1683
|
class ListStateMachinesOutput < Struct.new(
|
1625
1684
|
:state_machines,
|
1626
1685
|
:next_token)
|
1686
|
+
SENSITIVE = []
|
1627
1687
|
include Aws::Structure
|
1628
1688
|
end
|
1629
1689
|
|
@@ -1643,6 +1703,7 @@ module Aws::States
|
|
1643
1703
|
#
|
1644
1704
|
class ListTagsForResourceInput < Struct.new(
|
1645
1705
|
:resource_arn)
|
1706
|
+
SENSITIVE = []
|
1646
1707
|
include Aws::Structure
|
1647
1708
|
end
|
1648
1709
|
|
@@ -1654,6 +1715,7 @@ module Aws::States
|
|
1654
1715
|
#
|
1655
1716
|
class ListTagsForResourceOutput < Struct.new(
|
1656
1717
|
:tags)
|
1718
|
+
SENSITIVE = []
|
1657
1719
|
include Aws::Structure
|
1658
1720
|
end
|
1659
1721
|
|
@@ -1679,6 +1741,7 @@ module Aws::States
|
|
1679
1741
|
#
|
1680
1742
|
class LogDestination < Struct.new(
|
1681
1743
|
:cloud_watch_logs_log_group)
|
1744
|
+
SENSITIVE = []
|
1682
1745
|
include Aws::Structure
|
1683
1746
|
end
|
1684
1747
|
|
@@ -1721,6 +1784,7 @@ module Aws::States
|
|
1721
1784
|
:level,
|
1722
1785
|
:include_execution_data,
|
1723
1786
|
:destinations)
|
1787
|
+
SENSITIVE = []
|
1724
1788
|
include Aws::Structure
|
1725
1789
|
end
|
1726
1790
|
|
@@ -1739,6 +1803,7 @@ module Aws::States
|
|
1739
1803
|
class MapIterationEventDetails < Struct.new(
|
1740
1804
|
:name,
|
1741
1805
|
:index)
|
1806
|
+
SENSITIVE = []
|
1742
1807
|
include Aws::Structure
|
1743
1808
|
end
|
1744
1809
|
|
@@ -1752,6 +1817,7 @@ module Aws::States
|
|
1752
1817
|
#
|
1753
1818
|
class MapStateStartedEventDetails < Struct.new(
|
1754
1819
|
:length)
|
1820
|
+
SENSITIVE = []
|
1755
1821
|
include Aws::Structure
|
1756
1822
|
end
|
1757
1823
|
|
@@ -1765,6 +1831,7 @@ module Aws::States
|
|
1765
1831
|
#
|
1766
1832
|
class MissingRequiredParameter < Struct.new(
|
1767
1833
|
:message)
|
1834
|
+
SENSITIVE = []
|
1768
1835
|
include Aws::Structure
|
1769
1836
|
end
|
1770
1837
|
|
@@ -1782,6 +1849,7 @@ module Aws::States
|
|
1782
1849
|
class ResourceNotFound < Struct.new(
|
1783
1850
|
:message,
|
1784
1851
|
:resource_name)
|
1852
|
+
SENSITIVE = []
|
1785
1853
|
include Aws::Structure
|
1786
1854
|
end
|
1787
1855
|
|
@@ -1819,6 +1887,7 @@ module Aws::States
|
|
1819
1887
|
:task_token,
|
1820
1888
|
:error,
|
1821
1889
|
:cause)
|
1890
|
+
SENSITIVE = [:error, :cause]
|
1822
1891
|
include Aws::Structure
|
1823
1892
|
end
|
1824
1893
|
|
@@ -1848,6 +1917,7 @@ module Aws::States
|
|
1848
1917
|
#
|
1849
1918
|
class SendTaskHeartbeatInput < Struct.new(
|
1850
1919
|
:task_token)
|
1920
|
+
SENSITIVE = []
|
1851
1921
|
include Aws::Structure
|
1852
1922
|
end
|
1853
1923
|
|
@@ -1883,6 +1953,7 @@ module Aws::States
|
|
1883
1953
|
class SendTaskSuccessInput < Struct.new(
|
1884
1954
|
:task_token,
|
1885
1955
|
:output)
|
1956
|
+
SENSITIVE = [:output]
|
1886
1957
|
include Aws::Structure
|
1887
1958
|
end
|
1888
1959
|
|
@@ -1947,6 +2018,7 @@ module Aws::States
|
|
1947
2018
|
:state_machine_arn,
|
1948
2019
|
:name,
|
1949
2020
|
:input)
|
2021
|
+
SENSITIVE = [:input]
|
1950
2022
|
include Aws::Structure
|
1951
2023
|
end
|
1952
2024
|
|
@@ -1963,6 +2035,7 @@ module Aws::States
|
|
1963
2035
|
class StartExecutionOutput < Struct.new(
|
1964
2036
|
:execution_arn,
|
1965
2037
|
:start_date)
|
2038
|
+
SENSITIVE = []
|
1966
2039
|
include Aws::Structure
|
1967
2040
|
end
|
1968
2041
|
|
@@ -1981,6 +2054,7 @@ module Aws::States
|
|
1981
2054
|
class StateEnteredEventDetails < Struct.new(
|
1982
2055
|
:name,
|
1983
2056
|
:input)
|
2057
|
+
SENSITIVE = [:input]
|
1984
2058
|
include Aws::Structure
|
1985
2059
|
end
|
1986
2060
|
|
@@ -2014,6 +2088,7 @@ module Aws::States
|
|
2014
2088
|
class StateExitedEventDetails < Struct.new(
|
2015
2089
|
:name,
|
2016
2090
|
:output)
|
2091
|
+
SENSITIVE = [:output]
|
2017
2092
|
include Aws::Structure
|
2018
2093
|
end
|
2019
2094
|
|
@@ -2027,6 +2102,7 @@ module Aws::States
|
|
2027
2102
|
#
|
2028
2103
|
class StateMachineAlreadyExists < Struct.new(
|
2029
2104
|
:message)
|
2105
|
+
SENSITIVE = []
|
2030
2106
|
include Aws::Structure
|
2031
2107
|
end
|
2032
2108
|
|
@@ -2039,6 +2115,7 @@ module Aws::States
|
|
2039
2115
|
#
|
2040
2116
|
class StateMachineDeleting < Struct.new(
|
2041
2117
|
:message)
|
2118
|
+
SENSITIVE = []
|
2042
2119
|
include Aws::Structure
|
2043
2120
|
end
|
2044
2121
|
|
@@ -2051,6 +2128,7 @@ module Aws::States
|
|
2051
2128
|
#
|
2052
2129
|
class StateMachineDoesNotExist < Struct.new(
|
2053
2130
|
:message)
|
2131
|
+
SENSITIVE = []
|
2054
2132
|
include Aws::Structure
|
2055
2133
|
end
|
2056
2134
|
|
@@ -2064,6 +2142,7 @@ module Aws::States
|
|
2064
2142
|
#
|
2065
2143
|
class StateMachineLimitExceeded < Struct.new(
|
2066
2144
|
:message)
|
2145
|
+
SENSITIVE = []
|
2067
2146
|
include Aws::Structure
|
2068
2147
|
end
|
2069
2148
|
|
@@ -2106,6 +2185,7 @@ module Aws::States
|
|
2106
2185
|
:name,
|
2107
2186
|
:type,
|
2108
2187
|
:creation_date)
|
2188
|
+
SENSITIVE = []
|
2109
2189
|
include Aws::Structure
|
2110
2190
|
end
|
2111
2191
|
|
@@ -2116,6 +2196,7 @@ module Aws::States
|
|
2116
2196
|
#
|
2117
2197
|
class StateMachineTypeNotSupported < Struct.new(
|
2118
2198
|
:message)
|
2199
|
+
SENSITIVE = []
|
2119
2200
|
include Aws::Structure
|
2120
2201
|
end
|
2121
2202
|
|
@@ -2146,6 +2227,7 @@ module Aws::States
|
|
2146
2227
|
:execution_arn,
|
2147
2228
|
:error,
|
2148
2229
|
:cause)
|
2230
|
+
SENSITIVE = [:error, :cause]
|
2149
2231
|
include Aws::Structure
|
2150
2232
|
end
|
2151
2233
|
|
@@ -2157,6 +2239,7 @@ module Aws::States
|
|
2157
2239
|
#
|
2158
2240
|
class StopExecutionOutput < Struct.new(
|
2159
2241
|
:stop_date)
|
2242
|
+
SENSITIVE = []
|
2160
2243
|
include Aws::Structure
|
2161
2244
|
end
|
2162
2245
|
|
@@ -2196,6 +2279,7 @@ module Aws::States
|
|
2196
2279
|
class Tag < Struct.new(
|
2197
2280
|
:key,
|
2198
2281
|
:value)
|
2282
|
+
SENSITIVE = []
|
2199
2283
|
include Aws::Structure
|
2200
2284
|
end
|
2201
2285
|
|
@@ -2229,6 +2313,7 @@ module Aws::States
|
|
2229
2313
|
class TagResourceInput < Struct.new(
|
2230
2314
|
:resource_arn,
|
2231
2315
|
:tags)
|
2316
|
+
SENSITIVE = []
|
2232
2317
|
include Aws::Structure
|
2233
2318
|
end
|
2234
2319
|
|
@@ -2243,6 +2328,7 @@ module Aws::States
|
|
2243
2328
|
#
|
2244
2329
|
class TaskDoesNotExist < Struct.new(
|
2245
2330
|
:message)
|
2331
|
+
SENSITIVE = []
|
2246
2332
|
include Aws::Structure
|
2247
2333
|
end
|
2248
2334
|
|
@@ -2271,6 +2357,7 @@ module Aws::States
|
|
2271
2357
|
:resource,
|
2272
2358
|
:error,
|
2273
2359
|
:cause)
|
2360
|
+
SENSITIVE = [:error, :cause]
|
2274
2361
|
include Aws::Structure
|
2275
2362
|
end
|
2276
2363
|
|
@@ -2304,6 +2391,7 @@ module Aws::States
|
|
2304
2391
|
:region,
|
2305
2392
|
:parameters,
|
2306
2393
|
:timeout_in_seconds)
|
2394
|
+
SENSITIVE = [:parameters]
|
2307
2395
|
include Aws::Structure
|
2308
2396
|
end
|
2309
2397
|
|
@@ -2333,6 +2421,7 @@ module Aws::States
|
|
2333
2421
|
:resource,
|
2334
2422
|
:error,
|
2335
2423
|
:cause)
|
2424
|
+
SENSITIVE = [:error, :cause]
|
2336
2425
|
include Aws::Structure
|
2337
2426
|
end
|
2338
2427
|
|
@@ -2351,6 +2440,7 @@ module Aws::States
|
|
2351
2440
|
class TaskStartedEventDetails < Struct.new(
|
2352
2441
|
:resource_type,
|
2353
2442
|
:resource)
|
2443
|
+
SENSITIVE = []
|
2354
2444
|
include Aws::Structure
|
2355
2445
|
end
|
2356
2446
|
|
@@ -2380,6 +2470,7 @@ module Aws::States
|
|
2380
2470
|
:resource,
|
2381
2471
|
:error,
|
2382
2472
|
:cause)
|
2473
|
+
SENSITIVE = [:error, :cause]
|
2383
2474
|
include Aws::Structure
|
2384
2475
|
end
|
2385
2476
|
|
@@ -2403,6 +2494,7 @@ module Aws::States
|
|
2403
2494
|
:resource_type,
|
2404
2495
|
:resource,
|
2405
2496
|
:output)
|
2497
|
+
SENSITIVE = [:output]
|
2406
2498
|
include Aws::Structure
|
2407
2499
|
end
|
2408
2500
|
|
@@ -2427,6 +2519,7 @@ module Aws::States
|
|
2427
2519
|
:resource_type,
|
2428
2520
|
:resource,
|
2429
2521
|
:output)
|
2522
|
+
SENSITIVE = [:output]
|
2430
2523
|
include Aws::Structure
|
2431
2524
|
end
|
2432
2525
|
|
@@ -2437,6 +2530,7 @@ module Aws::States
|
|
2437
2530
|
#
|
2438
2531
|
class TaskTimedOut < Struct.new(
|
2439
2532
|
:message)
|
2533
|
+
SENSITIVE = []
|
2440
2534
|
include Aws::Structure
|
2441
2535
|
end
|
2442
2536
|
|
@@ -2466,6 +2560,7 @@ module Aws::States
|
|
2466
2560
|
:resource,
|
2467
2561
|
:error,
|
2468
2562
|
:cause)
|
2563
|
+
SENSITIVE = [:error, :cause]
|
2469
2564
|
include Aws::Structure
|
2470
2565
|
end
|
2471
2566
|
|
@@ -2487,6 +2582,7 @@ module Aws::States
|
|
2487
2582
|
class TooManyTags < Struct.new(
|
2488
2583
|
:message,
|
2489
2584
|
:resource_name)
|
2585
|
+
SENSITIVE = []
|
2490
2586
|
include Aws::Structure
|
2491
2587
|
end
|
2492
2588
|
|
@@ -2512,6 +2608,7 @@ module Aws::States
|
|
2512
2608
|
class UntagResourceInput < Struct.new(
|
2513
2609
|
:resource_arn,
|
2514
2610
|
:tag_keys)
|
2611
|
+
SENSITIVE = []
|
2515
2612
|
include Aws::Structure
|
2516
2613
|
end
|
2517
2614
|
|
@@ -2568,6 +2665,7 @@ module Aws::States
|
|
2568
2665
|
:definition,
|
2569
2666
|
:role_arn,
|
2570
2667
|
:logging_configuration)
|
2668
|
+
SENSITIVE = [:definition]
|
2571
2669
|
include Aws::Structure
|
2572
2670
|
end
|
2573
2671
|
|
@@ -2579,6 +2677,7 @@ module Aws::States
|
|
2579
2677
|
#
|
2580
2678
|
class UpdateStateMachineOutput < Struct.new(
|
2581
2679
|
:update_date)
|
2680
|
+
SENSITIVE = []
|
2582
2681
|
include Aws::Structure
|
2583
2682
|
end
|
2584
2683
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-states
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.32.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: 2020-
|
11
|
+
date: 2020-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.99.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.99.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|