aws-sdk-states 1.48.0 → 1.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-states/client.rb +71 -32
- data/lib/aws-sdk-states/client_api.rb +7 -0
- data/lib/aws-sdk-states/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-states/endpoint_provider.rb +116 -0
- data/lib/aws-sdk-states/endpoints.rb +337 -0
- data/lib/aws-sdk-states/plugins/endpoints.rb +114 -0
- data/lib/aws-sdk-states/types.rb +89 -63
- data/lib/aws-sdk-states.rb +5 -1
- metadata +8 -4
data/lib/aws-sdk-states/types.rb
CHANGED
@@ -290,9 +290,9 @@ module Aws::States
|
|
290
290
|
#
|
291
291
|
# @!attribute [rw] name
|
292
292
|
# The name of the activity to create. This name must be unique for
|
293
|
-
# your
|
294
|
-
# Limits Related to State Machine Executions][1] in
|
295
|
-
# Functions Developer Guide*.
|
293
|
+
# your Amazon Web Services account and region for 90 days. For more
|
294
|
+
# information, see [ Limits Related to State Machine Executions][1] in
|
295
|
+
# the *Step Functions Developer Guide*.
|
296
296
|
#
|
297
297
|
# A name must *not* contain:
|
298
298
|
#
|
@@ -318,8 +318,8 @@ module Aws::States
|
|
318
318
|
# The list of tags to add to a resource.
|
319
319
|
#
|
320
320
|
# An array of key-value pairs. For more information, see [Using Cost
|
321
|
-
# Allocation Tags][1] in the *
|
322
|
-
# Guide*, and [Controlling Access Using IAM Tags][2].
|
321
|
+
# Allocation Tags][1] in the *Amazon Web Services Billing and Cost
|
322
|
+
# Management User Guide*, and [Controlling Access Using IAM Tags][2].
|
323
323
|
#
|
324
324
|
# Tags may only contain Unicode letters, digits, white space, or these
|
325
325
|
# symbols: `_ . : / = + - @`.
|
@@ -430,7 +430,7 @@ module Aws::States
|
|
430
430
|
# logged.
|
431
431
|
#
|
432
432
|
# <note markdown="1"> By default, the `level` is set to `OFF`. For more information see
|
433
|
-
# [Log Levels][1] in the
|
433
|
+
# [Log Levels][1] in the Step Functions User Guide.
|
434
434
|
#
|
435
435
|
# </note>
|
436
436
|
#
|
@@ -443,8 +443,8 @@ module Aws::States
|
|
443
443
|
# Tags to be added when creating a state machine.
|
444
444
|
#
|
445
445
|
# An array of key-value pairs. For more information, see [Using Cost
|
446
|
-
# Allocation Tags][1] in the *
|
447
|
-
# Guide*, and [Controlling Access Using IAM Tags][2].
|
446
|
+
# Allocation Tags][1] in the *Amazon Web Services Billing and Cost
|
447
|
+
# Management User Guide*, and [Controlling Access Using IAM Tags][2].
|
448
448
|
#
|
449
449
|
# Tags may only contain Unicode letters, digits, white space, or these
|
450
450
|
# symbols: `_ . : / = + - @`.
|
@@ -456,7 +456,7 @@ module Aws::States
|
|
456
456
|
# @return [Array<Types::Tag>]
|
457
457
|
#
|
458
458
|
# @!attribute [rw] tracing_configuration
|
459
|
-
# Selects whether
|
459
|
+
# Selects whether X-Ray tracing is enabled.
|
460
460
|
# @return [Types::TracingConfiguration]
|
461
461
|
#
|
462
462
|
# @see http://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/CreateStateMachineInput AWS API Documentation
|
@@ -676,7 +676,7 @@ module Aws::States
|
|
676
676
|
# @return [Types::CloudWatchEventsExecutionDataDetails]
|
677
677
|
#
|
678
678
|
# @!attribute [rw] trace_header
|
679
|
-
# The
|
679
|
+
# The X-Ray trace header that was passed to the execution.
|
680
680
|
# @return [String]
|
681
681
|
#
|
682
682
|
# @see http://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/DescribeExecutionOutput AWS API Documentation
|
@@ -752,7 +752,7 @@ module Aws::States
|
|
752
752
|
# @return [Types::LoggingConfiguration]
|
753
753
|
#
|
754
754
|
# @!attribute [rw] tracing_configuration
|
755
|
-
# Selects whether
|
755
|
+
# Selects whether X-Ray tracing is enabled.
|
756
756
|
# @return [Types::TracingConfiguration]
|
757
757
|
#
|
758
758
|
# @see http://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/DescribeStateMachineForExecutionOutput AWS API Documentation
|
@@ -827,7 +827,7 @@ module Aws::States
|
|
827
827
|
# @!attribute [rw] role_arn
|
828
828
|
# The Amazon Resource Name (ARN) of the IAM role used when creating
|
829
829
|
# this state machine. (The IAM role maintains security by granting
|
830
|
-
# Step Functions access to
|
830
|
+
# Step Functions access to Amazon Web Services resources.)
|
831
831
|
# @return [String]
|
832
832
|
#
|
833
833
|
# @!attribute [rw] type
|
@@ -844,7 +844,7 @@ module Aws::States
|
|
844
844
|
# @return [Types::LoggingConfiguration]
|
845
845
|
#
|
846
846
|
# @!attribute [rw] tracing_configuration
|
847
|
-
# Selects whether
|
847
|
+
# Selects whether X-Ray tracing is enabled.
|
848
848
|
# @return [Types::TracingConfiguration]
|
849
849
|
#
|
850
850
|
# @see http://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/DescribeStateMachineOutput AWS API Documentation
|
@@ -1014,7 +1014,7 @@ module Aws::States
|
|
1014
1014
|
#
|
1015
1015
|
# @!attribute [rw] role_arn
|
1016
1016
|
# The Amazon Resource Name (ARN) of the IAM role used for executing
|
1017
|
-
#
|
1017
|
+
# Lambda tasks.
|
1018
1018
|
# @return [String]
|
1019
1019
|
#
|
1020
1020
|
# @see http://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ExecutionStartedEventDetails AWS API Documentation
|
@@ -1314,17 +1314,17 @@ module Aws::States
|
|
1314
1314
|
# @return [Types::MapIterationEventDetails]
|
1315
1315
|
#
|
1316
1316
|
# @!attribute [rw] lambda_function_failed_event_details
|
1317
|
-
# Contains details about a
|
1317
|
+
# Contains details about a Lambda function that failed during an
|
1318
1318
|
# execution.
|
1319
1319
|
# @return [Types::LambdaFunctionFailedEventDetails]
|
1320
1320
|
#
|
1321
1321
|
# @!attribute [rw] lambda_function_schedule_failed_event_details
|
1322
|
-
# Contains details about a failed
|
1322
|
+
# Contains details about a failed Lambda function schedule event that
|
1323
1323
|
# occurred during an execution.
|
1324
1324
|
# @return [Types::LambdaFunctionScheduleFailedEventDetails]
|
1325
1325
|
#
|
1326
1326
|
# @!attribute [rw] lambda_function_scheduled_event_details
|
1327
|
-
# Contains details about a
|
1327
|
+
# Contains details about a Lambda function scheduled during an
|
1328
1328
|
# execution.
|
1329
1329
|
# @return [Types::LambdaFunctionScheduledEventDetails]
|
1330
1330
|
#
|
@@ -1334,12 +1334,12 @@ module Aws::States
|
|
1334
1334
|
# @return [Types::LambdaFunctionStartFailedEventDetails]
|
1335
1335
|
#
|
1336
1336
|
# @!attribute [rw] lambda_function_succeeded_event_details
|
1337
|
-
# Contains details about a
|
1337
|
+
# Contains details about a Lambda function that terminated
|
1338
1338
|
# successfully during an execution.
|
1339
1339
|
# @return [Types::LambdaFunctionSucceededEventDetails]
|
1340
1340
|
#
|
1341
1341
|
# @!attribute [rw] lambda_function_timed_out_event_details
|
1342
|
-
# Contains details about a
|
1342
|
+
# Contains details about a Lambda function timeout that occurred
|
1343
1343
|
# during an execution.
|
1344
1344
|
# @return [Types::LambdaFunctionTimedOutEventDetails]
|
1345
1345
|
#
|
@@ -1512,7 +1512,7 @@ module Aws::States
|
|
1512
1512
|
include Aws::Structure
|
1513
1513
|
end
|
1514
1514
|
|
1515
|
-
# Contains details about a
|
1515
|
+
# Contains details about a Lambda function that failed during an
|
1516
1516
|
# execution.
|
1517
1517
|
#
|
1518
1518
|
# @!attribute [rw] error
|
@@ -1532,7 +1532,7 @@ module Aws::States
|
|
1532
1532
|
include Aws::Structure
|
1533
1533
|
end
|
1534
1534
|
|
1535
|
-
# Contains details about a failed
|
1535
|
+
# Contains details about a failed Lambda function schedule event that
|
1536
1536
|
# occurred during an execution.
|
1537
1537
|
#
|
1538
1538
|
# @!attribute [rw] error
|
@@ -1552,15 +1552,15 @@ module Aws::States
|
|
1552
1552
|
include Aws::Structure
|
1553
1553
|
end
|
1554
1554
|
|
1555
|
-
# Contains details about a
|
1555
|
+
# Contains details about a Lambda function scheduled during an
|
1556
1556
|
# execution.
|
1557
1557
|
#
|
1558
1558
|
# @!attribute [rw] resource
|
1559
|
-
# The Amazon Resource Name (ARN) of the scheduled
|
1559
|
+
# The Amazon Resource Name (ARN) of the scheduled Lambda function.
|
1560
1560
|
# @return [String]
|
1561
1561
|
#
|
1562
1562
|
# @!attribute [rw] input
|
1563
|
-
# The JSON data input to the
|
1563
|
+
# The JSON data input to the Lambda function. Length constraints apply
|
1564
1564
|
# to the payload size, and are expressed as bytes in UTF-8 encoding.
|
1565
1565
|
# @return [String]
|
1566
1566
|
#
|
@@ -1569,16 +1569,21 @@ module Aws::States
|
|
1569
1569
|
# @return [Types::HistoryEventExecutionDataDetails]
|
1570
1570
|
#
|
1571
1571
|
# @!attribute [rw] timeout_in_seconds
|
1572
|
-
# The maximum allowed duration of the
|
1572
|
+
# The maximum allowed duration of the Lambda function.
|
1573
1573
|
# @return [Integer]
|
1574
1574
|
#
|
1575
|
+
# @!attribute [rw] task_credentials
|
1576
|
+
# The credentials that Step Functions uses for the task.
|
1577
|
+
# @return [Types::TaskCredentials]
|
1578
|
+
#
|
1575
1579
|
# @see http://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/LambdaFunctionScheduledEventDetails AWS API Documentation
|
1576
1580
|
#
|
1577
1581
|
class LambdaFunctionScheduledEventDetails < Struct.new(
|
1578
1582
|
:resource,
|
1579
1583
|
:input,
|
1580
1584
|
:input_details,
|
1581
|
-
:timeout_in_seconds
|
1585
|
+
:timeout_in_seconds,
|
1586
|
+
:task_credentials)
|
1582
1587
|
SENSITIVE = [:input]
|
1583
1588
|
include Aws::Structure
|
1584
1589
|
end
|
@@ -1603,11 +1608,11 @@ module Aws::States
|
|
1603
1608
|
include Aws::Structure
|
1604
1609
|
end
|
1605
1610
|
|
1606
|
-
# Contains details about a
|
1611
|
+
# Contains details about a Lambda function that successfully terminated
|
1607
1612
|
# during an execution.
|
1608
1613
|
#
|
1609
1614
|
# @!attribute [rw] output
|
1610
|
-
# The JSON data output by the
|
1615
|
+
# The JSON data output by the Lambda function. Length constraints
|
1611
1616
|
# apply to the payload size, and are expressed as bytes in UTF-8
|
1612
1617
|
# encoding.
|
1613
1618
|
# @return [String]
|
@@ -1625,7 +1630,7 @@ module Aws::States
|
|
1625
1630
|
include Aws::Structure
|
1626
1631
|
end
|
1627
1632
|
|
1628
|
-
# Contains details about a
|
1633
|
+
# Contains details about a Lambda function timeout that occurred during
|
1629
1634
|
# an execution.
|
1630
1635
|
#
|
1631
1636
|
# @!attribute [rw] error
|
@@ -1875,7 +1880,7 @@ module Aws::States
|
|
1875
1880
|
#
|
1876
1881
|
# @!attribute [rw] cloud_watch_logs_log_group
|
1877
1882
|
# An object describing a CloudWatch log group. For more information,
|
1878
|
-
# see [AWS::Logs::LogGroup][1] in the
|
1883
|
+
# see [AWS::Logs::LogGroup][1] in the CloudFormation User Guide.
|
1879
1884
|
#
|
1880
1885
|
#
|
1881
1886
|
#
|
@@ -2122,10 +2127,10 @@ module Aws::States
|
|
2122
2127
|
# @return [String]
|
2123
2128
|
#
|
2124
2129
|
# @!attribute [rw] name
|
2125
|
-
# The name of the execution. This name must be unique for your
|
2126
|
-
# account, region, and state machine for 90 days. For
|
2127
|
-
# information, see [ Limits Related to State Machine
|
2128
|
-
# the *
|
2130
|
+
# The name of the execution. This name must be unique for your Amazon
|
2131
|
+
# Web Services account, region, and state machine for 90 days. For
|
2132
|
+
# more information, see [ Limits Related to State Machine
|
2133
|
+
# Executions][1] in the *Step Functions Developer Guide*.
|
2129
2134
|
#
|
2130
2135
|
# A name must *not* contain:
|
2131
2136
|
#
|
@@ -2163,8 +2168,8 @@ module Aws::States
|
|
2163
2168
|
# @return [String]
|
2164
2169
|
#
|
2165
2170
|
# @!attribute [rw] trace_header
|
2166
|
-
# Passes the
|
2167
|
-
#
|
2171
|
+
# Passes the X-Ray trace header. The trace header can also be passed
|
2172
|
+
# in the request payload.
|
2168
2173
|
# @return [String]
|
2169
2174
|
#
|
2170
2175
|
# @see http://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/StartExecutionInput AWS API Documentation
|
@@ -2229,8 +2234,8 @@ module Aws::States
|
|
2229
2234
|
# @return [String]
|
2230
2235
|
#
|
2231
2236
|
# @!attribute [rw] trace_header
|
2232
|
-
# Passes the
|
2233
|
-
#
|
2237
|
+
# Passes the X-Ray trace header. The trace header can also be passed
|
2238
|
+
# in the request payload.
|
2234
2239
|
# @return [String]
|
2235
2240
|
#
|
2236
2241
|
# @see http://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/StartSyncExecutionInput AWS API Documentation
|
@@ -2301,7 +2306,7 @@ module Aws::States
|
|
2301
2306
|
# @return [Types::CloudWatchEventsExecutionDataDetails]
|
2302
2307
|
#
|
2303
2308
|
# @!attribute [rw] trace_header
|
2304
|
-
# The
|
2309
|
+
# The X-Ray trace header that was passed to the execution.
|
2305
2310
|
# @return [String]
|
2306
2311
|
#
|
2307
2312
|
# @!attribute [rw] billing_details
|
@@ -2551,8 +2556,8 @@ module Aws::States
|
|
2551
2556
|
# state machines and activities.
|
2552
2557
|
#
|
2553
2558
|
# An array of key-value pairs. For more information, see [Using Cost
|
2554
|
-
# Allocation Tags][1] in the *
|
2555
|
-
# Guide*, and [Controlling Access Using IAM Tags][2].
|
2559
|
+
# Allocation Tags][1] in the *Amazon Web Services Billing and Cost
|
2560
|
+
# Management User Guide*, and [Controlling Access Using IAM Tags][2].
|
2556
2561
|
#
|
2557
2562
|
# Tags may only contain Unicode letters, digits, white space, or these
|
2558
2563
|
# symbols: `_ . : / = + - @`.
|
@@ -2625,6 +2630,22 @@ module Aws::States
|
|
2625
2630
|
#
|
2626
2631
|
class TagResourceOutput < Aws::EmptyStructure; end
|
2627
2632
|
|
2633
|
+
# Contains details about the credentials that Step Functions uses for a
|
2634
|
+
# task.
|
2635
|
+
#
|
2636
|
+
# @!attribute [rw] role_arn
|
2637
|
+
# The ARN of an IAM role that Step Functions assumes for the task. The
|
2638
|
+
# role can allow cross-account access to resources.
|
2639
|
+
# @return [String]
|
2640
|
+
#
|
2641
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/TaskCredentials AWS API Documentation
|
2642
|
+
#
|
2643
|
+
class TaskCredentials < Struct.new(
|
2644
|
+
:role_arn)
|
2645
|
+
SENSITIVE = []
|
2646
|
+
include Aws::Structure
|
2647
|
+
end
|
2648
|
+
|
2628
2649
|
# @!attribute [rw] message
|
2629
2650
|
# @return [String]
|
2630
2651
|
#
|
@@ -2639,11 +2660,11 @@ module Aws::States
|
|
2639
2660
|
# Contains details about a task failure event.
|
2640
2661
|
#
|
2641
2662
|
# @!attribute [rw] resource_type
|
2642
|
-
# The
|
2663
|
+
# The service name of the resource in a task state.
|
2643
2664
|
# @return [String]
|
2644
2665
|
#
|
2645
2666
|
# @!attribute [rw] resource
|
2646
|
-
# The
|
2667
|
+
# The action of the resource called by a task state.
|
2647
2668
|
# @return [String]
|
2648
2669
|
#
|
2649
2670
|
# @!attribute [rw] error
|
@@ -2668,11 +2689,11 @@ module Aws::States
|
|
2668
2689
|
# Contains details about a task scheduled during an execution.
|
2669
2690
|
#
|
2670
2691
|
# @!attribute [rw] resource_type
|
2671
|
-
# The
|
2692
|
+
# The service name of the resource in a task state.
|
2672
2693
|
# @return [String]
|
2673
2694
|
#
|
2674
2695
|
# @!attribute [rw] resource
|
2675
|
-
# The
|
2696
|
+
# The action of the resource called by a task state.
|
2676
2697
|
# @return [String]
|
2677
2698
|
#
|
2678
2699
|
# @!attribute [rw] region
|
@@ -2693,6 +2714,10 @@ module Aws::States
|
|
2693
2714
|
# The maximum allowed duration between two heartbeats for the task.
|
2694
2715
|
# @return [Integer]
|
2695
2716
|
#
|
2717
|
+
# @!attribute [rw] task_credentials
|
2718
|
+
# The credentials that Step Functions uses for the task.
|
2719
|
+
# @return [Types::TaskCredentials]
|
2720
|
+
#
|
2696
2721
|
# @see http://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/TaskScheduledEventDetails AWS API Documentation
|
2697
2722
|
#
|
2698
2723
|
class TaskScheduledEventDetails < Struct.new(
|
@@ -2701,7 +2726,8 @@ module Aws::States
|
|
2701
2726
|
:region,
|
2702
2727
|
:parameters,
|
2703
2728
|
:timeout_in_seconds,
|
2704
|
-
:heartbeat_in_seconds
|
2729
|
+
:heartbeat_in_seconds,
|
2730
|
+
:task_credentials)
|
2705
2731
|
SENSITIVE = [:parameters]
|
2706
2732
|
include Aws::Structure
|
2707
2733
|
end
|
@@ -2710,11 +2736,11 @@ module Aws::States
|
|
2710
2736
|
# execution.
|
2711
2737
|
#
|
2712
2738
|
# @!attribute [rw] resource_type
|
2713
|
-
# The
|
2739
|
+
# The service name of the resource in a task state.
|
2714
2740
|
# @return [String]
|
2715
2741
|
#
|
2716
2742
|
# @!attribute [rw] resource
|
2717
|
-
# The
|
2743
|
+
# The action of the resource called by a task state.
|
2718
2744
|
# @return [String]
|
2719
2745
|
#
|
2720
2746
|
# @!attribute [rw] error
|
@@ -2739,11 +2765,11 @@ module Aws::States
|
|
2739
2765
|
# Contains details about the start of a task during an execution.
|
2740
2766
|
#
|
2741
2767
|
# @!attribute [rw] resource_type
|
2742
|
-
# The
|
2768
|
+
# The service name of the resource in a task state.
|
2743
2769
|
# @return [String]
|
2744
2770
|
#
|
2745
2771
|
# @!attribute [rw] resource
|
2746
|
-
# The
|
2772
|
+
# The action of the resource called by a task state.
|
2747
2773
|
# @return [String]
|
2748
2774
|
#
|
2749
2775
|
# @see http://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/TaskStartedEventDetails AWS API Documentation
|
@@ -2759,11 +2785,11 @@ module Aws::States
|
|
2759
2785
|
# execution.
|
2760
2786
|
#
|
2761
2787
|
# @!attribute [rw] resource_type
|
2762
|
-
# The
|
2788
|
+
# The service name of the resource in a task state.
|
2763
2789
|
# @return [String]
|
2764
2790
|
#
|
2765
2791
|
# @!attribute [rw] resource
|
2766
|
-
# The
|
2792
|
+
# The action of the resource called by a task state.
|
2767
2793
|
# @return [String]
|
2768
2794
|
#
|
2769
2795
|
# @!attribute [rw] error
|
@@ -2788,11 +2814,11 @@ module Aws::States
|
|
2788
2814
|
# Contains details about a task submitted to a resource .
|
2789
2815
|
#
|
2790
2816
|
# @!attribute [rw] resource_type
|
2791
|
-
# The
|
2817
|
+
# The service name of the resource in a task state.
|
2792
2818
|
# @return [String]
|
2793
2819
|
#
|
2794
2820
|
# @!attribute [rw] resource
|
2795
|
-
# The
|
2821
|
+
# The action of the resource called by a task state.
|
2796
2822
|
# @return [String]
|
2797
2823
|
#
|
2798
2824
|
# @!attribute [rw] output
|
@@ -2819,11 +2845,11 @@ module Aws::States
|
|
2819
2845
|
# Contains details about the successful completion of a task state.
|
2820
2846
|
#
|
2821
2847
|
# @!attribute [rw] resource_type
|
2822
|
-
# The
|
2848
|
+
# The service name of the resource in a task state.
|
2823
2849
|
# @return [String]
|
2824
2850
|
#
|
2825
2851
|
# @!attribute [rw] resource
|
2826
|
-
# The
|
2852
|
+
# The action of the resource called by a task state.
|
2827
2853
|
# @return [String]
|
2828
2854
|
#
|
2829
2855
|
# @!attribute [rw] output
|
@@ -2863,11 +2889,11 @@ module Aws::States
|
|
2863
2889
|
# execution.
|
2864
2890
|
#
|
2865
2891
|
# @!attribute [rw] resource_type
|
2866
|
-
# The
|
2892
|
+
# The service name of the resource in a task state.
|
2867
2893
|
# @return [String]
|
2868
2894
|
#
|
2869
2895
|
# @!attribute [rw] resource
|
2870
|
-
# The
|
2896
|
+
# The action of the resource called by a task state.
|
2871
2897
|
# @return [String]
|
2872
2898
|
#
|
2873
2899
|
# @!attribute [rw] error
|
@@ -2890,7 +2916,7 @@ module Aws::States
|
|
2890
2916
|
end
|
2891
2917
|
|
2892
2918
|
# You've exceeded the number of tags allowed for a resource. See the [
|
2893
|
-
# Limits Topic][1] in the
|
2919
|
+
# Limits Topic][1] in the Step Functions Developer Guide.
|
2894
2920
|
#
|
2895
2921
|
#
|
2896
2922
|
#
|
@@ -2911,8 +2937,8 @@ module Aws::States
|
|
2911
2937
|
include Aws::Structure
|
2912
2938
|
end
|
2913
2939
|
|
2914
|
-
# Selects whether or not the state machine's
|
2915
|
-
#
|
2940
|
+
# Selects whether or not the state machine's X-Ray tracing is enabled.
|
2941
|
+
# Default is `false`
|
2916
2942
|
#
|
2917
2943
|
# @note When making an API call, you may pass TracingConfiguration
|
2918
2944
|
# data as a hash:
|
@@ -2922,7 +2948,7 @@ module Aws::States
|
|
2922
2948
|
# }
|
2923
2949
|
#
|
2924
2950
|
# @!attribute [rw] enabled
|
2925
|
-
# When set to `true`,
|
2951
|
+
# When set to `true`, X-Ray tracing is enabled.
|
2926
2952
|
# @return [Boolean]
|
2927
2953
|
#
|
2928
2954
|
# @see http://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/TracingConfiguration AWS API Documentation
|
@@ -3009,7 +3035,7 @@ module Aws::States
|
|
3009
3035
|
# @return [Types::LoggingConfiguration]
|
3010
3036
|
#
|
3011
3037
|
# @!attribute [rw] tracing_configuration
|
3012
|
-
# Selects whether
|
3038
|
+
# Selects whether X-Ray tracing is enabled.
|
3013
3039
|
# @return [Types::TracingConfiguration]
|
3014
3040
|
#
|
3015
3041
|
# @see http://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/UpdateStateMachineInput AWS API Documentation
|
data/lib/aws-sdk-states.rb
CHANGED
@@ -13,9 +13,13 @@ require 'aws-sigv4'
|
|
13
13
|
|
14
14
|
require_relative 'aws-sdk-states/types'
|
15
15
|
require_relative 'aws-sdk-states/client_api'
|
16
|
+
require_relative 'aws-sdk-states/plugins/endpoints.rb'
|
16
17
|
require_relative 'aws-sdk-states/client'
|
17
18
|
require_relative 'aws-sdk-states/errors'
|
18
19
|
require_relative 'aws-sdk-states/resource'
|
20
|
+
require_relative 'aws-sdk-states/endpoint_parameters'
|
21
|
+
require_relative 'aws-sdk-states/endpoint_provider'
|
22
|
+
require_relative 'aws-sdk-states/endpoints'
|
19
23
|
require_relative 'aws-sdk-states/customizations'
|
20
24
|
|
21
25
|
# This module provides support for AWS Step Functions. This module is available in the
|
@@ -48,6 +52,6 @@ require_relative 'aws-sdk-states/customizations'
|
|
48
52
|
# @!group service
|
49
53
|
module Aws::States
|
50
54
|
|
51
|
-
GEM_VERSION = '1.
|
55
|
+
GEM_VERSION = '1.50.0'
|
52
56
|
|
53
57
|
end
|
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.50.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: 2022-
|
11
|
+
date: 2022-11-18 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.165.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.165.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -59,7 +59,11 @@ files:
|
|
59
59
|
- lib/aws-sdk-states/client.rb
|
60
60
|
- lib/aws-sdk-states/client_api.rb
|
61
61
|
- lib/aws-sdk-states/customizations.rb
|
62
|
+
- lib/aws-sdk-states/endpoint_parameters.rb
|
63
|
+
- lib/aws-sdk-states/endpoint_provider.rb
|
64
|
+
- lib/aws-sdk-states/endpoints.rb
|
62
65
|
- lib/aws-sdk-states/errors.rb
|
66
|
+
- lib/aws-sdk-states/plugins/endpoints.rb
|
63
67
|
- lib/aws-sdk-states/resource.rb
|
64
68
|
- lib/aws-sdk-states/types.rb
|
65
69
|
homepage: https://github.com/aws/aws-sdk-ruby
|