aws-sdk-states 1.49.0 → 1.51.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.
@@ -44,6 +44,8 @@ module Aws::States
44
44
  DescribeActivityOutput = Shapes::StructureShape.new(name: 'DescribeActivityOutput')
45
45
  DescribeExecutionInput = Shapes::StructureShape.new(name: 'DescribeExecutionInput')
46
46
  DescribeExecutionOutput = Shapes::StructureShape.new(name: 'DescribeExecutionOutput')
47
+ DescribeMapRunInput = Shapes::StructureShape.new(name: 'DescribeMapRunInput')
48
+ DescribeMapRunOutput = Shapes::StructureShape.new(name: 'DescribeMapRunOutput')
47
49
  DescribeStateMachineForExecutionInput = Shapes::StructureShape.new(name: 'DescribeStateMachineForExecutionInput')
48
50
  DescribeStateMachineForExecutionOutput = Shapes::StructureShape.new(name: 'DescribeStateMachineForExecutionOutput')
49
51
  DescribeStateMachineInput = Shapes::StructureShape.new(name: 'DescribeStateMachineInput')
@@ -92,6 +94,8 @@ module Aws::States
92
94
  ListExecutionsInput = Shapes::StructureShape.new(name: 'ListExecutionsInput')
93
95
  ListExecutionsOutput = Shapes::StructureShape.new(name: 'ListExecutionsOutput')
94
96
  ListExecutionsPageToken = Shapes::StringShape.new(name: 'ListExecutionsPageToken')
97
+ ListMapRunsInput = Shapes::StructureShape.new(name: 'ListMapRunsInput')
98
+ ListMapRunsOutput = Shapes::StructureShape.new(name: 'ListMapRunsOutput')
95
99
  ListStateMachinesInput = Shapes::StructureShape.new(name: 'ListStateMachinesInput')
96
100
  ListStateMachinesOutput = Shapes::StructureShape.new(name: 'ListStateMachinesOutput')
97
101
  ListTagsForResourceInput = Shapes::StructureShape.new(name: 'ListTagsForResourceInput')
@@ -100,8 +104,18 @@ module Aws::States
100
104
  LogDestinationList = Shapes::ListShape.new(name: 'LogDestinationList')
101
105
  LogLevel = Shapes::StringShape.new(name: 'LogLevel')
102
106
  LoggingConfiguration = Shapes::StructureShape.new(name: 'LoggingConfiguration')
107
+ LongArn = Shapes::StringShape.new(name: 'LongArn')
103
108
  MapIterationEventDetails = Shapes::StructureShape.new(name: 'MapIterationEventDetails')
109
+ MapRunExecutionCounts = Shapes::StructureShape.new(name: 'MapRunExecutionCounts')
110
+ MapRunFailedEventDetails = Shapes::StructureShape.new(name: 'MapRunFailedEventDetails')
111
+ MapRunItemCounts = Shapes::StructureShape.new(name: 'MapRunItemCounts')
112
+ MapRunLabel = Shapes::StringShape.new(name: 'MapRunLabel')
113
+ MapRunList = Shapes::ListShape.new(name: 'MapRunList')
114
+ MapRunListItem = Shapes::StructureShape.new(name: 'MapRunListItem')
115
+ MapRunStartedEventDetails = Shapes::StructureShape.new(name: 'MapRunStartedEventDetails')
116
+ MapRunStatus = Shapes::StringShape.new(name: 'MapRunStatus')
104
117
  MapStateStartedEventDetails = Shapes::StructureShape.new(name: 'MapStateStartedEventDetails')
118
+ MaxConcurrency = Shapes::IntegerShape.new(name: 'MaxConcurrency')
105
119
  MissingRequiredParameter = Shapes::StructureShape.new(name: 'MissingRequiredParameter')
106
120
  Name = Shapes::StringShape.new(name: 'Name')
107
121
  PageSize = Shapes::IntegerShape.new(name: 'PageSize')
@@ -143,6 +157,7 @@ module Aws::States
143
157
  TagResourceInput = Shapes::StructureShape.new(name: 'TagResourceInput')
144
158
  TagResourceOutput = Shapes::StructureShape.new(name: 'TagResourceOutput')
145
159
  TagValue = Shapes::StringShape.new(name: 'TagValue')
160
+ TaskCredentials = Shapes::StructureShape.new(name: 'TaskCredentials')
146
161
  TaskDoesNotExist = Shapes::StructureShape.new(name: 'TaskDoesNotExist')
147
162
  TaskFailedEventDetails = Shapes::StructureShape.new(name: 'TaskFailedEventDetails')
148
163
  TaskScheduledEventDetails = Shapes::StructureShape.new(name: 'TaskScheduledEventDetails')
@@ -156,14 +171,21 @@ module Aws::States
156
171
  TaskToken = Shapes::StringShape.new(name: 'TaskToken')
157
172
  TimeoutInSeconds = Shapes::IntegerShape.new(name: 'TimeoutInSeconds')
158
173
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
174
+ ToleratedFailureCount = Shapes::IntegerShape.new(name: 'ToleratedFailureCount')
175
+ ToleratedFailurePercentage = Shapes::FloatShape.new(name: 'ToleratedFailurePercentage')
159
176
  TooManyTags = Shapes::StructureShape.new(name: 'TooManyTags')
160
177
  TraceHeader = Shapes::StringShape.new(name: 'TraceHeader')
161
178
  TracingConfiguration = Shapes::StructureShape.new(name: 'TracingConfiguration')
162
179
  UnsignedInteger = Shapes::IntegerShape.new(name: 'UnsignedInteger')
180
+ UnsignedLong = Shapes::IntegerShape.new(name: 'UnsignedLong')
163
181
  UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
164
182
  UntagResourceOutput = Shapes::StructureShape.new(name: 'UntagResourceOutput')
183
+ UpdateMapRunInput = Shapes::StructureShape.new(name: 'UpdateMapRunInput')
184
+ UpdateMapRunOutput = Shapes::StructureShape.new(name: 'UpdateMapRunOutput')
165
185
  UpdateStateMachineInput = Shapes::StructureShape.new(name: 'UpdateStateMachineInput')
166
186
  UpdateStateMachineOutput = Shapes::StructureShape.new(name: 'UpdateStateMachineOutput')
187
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
188
+ ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
167
189
  includedDetails = Shapes::BooleanShape.new(name: 'includedDetails')
168
190
  truncated = Shapes::BooleanShape.new(name: 'truncated')
169
191
 
@@ -272,8 +294,26 @@ module Aws::States
272
294
  DescribeExecutionOutput.add_member(:output, Shapes::ShapeRef.new(shape: SensitiveData, location_name: "output"))
273
295
  DescribeExecutionOutput.add_member(:output_details, Shapes::ShapeRef.new(shape: CloudWatchEventsExecutionDataDetails, location_name: "outputDetails"))
274
296
  DescribeExecutionOutput.add_member(:trace_header, Shapes::ShapeRef.new(shape: TraceHeader, location_name: "traceHeader"))
297
+ DescribeExecutionOutput.add_member(:map_run_arn, Shapes::ShapeRef.new(shape: LongArn, location_name: "mapRunArn"))
298
+ DescribeExecutionOutput.add_member(:error, Shapes::ShapeRef.new(shape: SensitiveError, location_name: "error"))
299
+ DescribeExecutionOutput.add_member(:cause, Shapes::ShapeRef.new(shape: SensitiveCause, location_name: "cause"))
275
300
  DescribeExecutionOutput.struct_class = Types::DescribeExecutionOutput
276
301
 
302
+ DescribeMapRunInput.add_member(:map_run_arn, Shapes::ShapeRef.new(shape: LongArn, required: true, location_name: "mapRunArn"))
303
+ DescribeMapRunInput.struct_class = Types::DescribeMapRunInput
304
+
305
+ DescribeMapRunOutput.add_member(:map_run_arn, Shapes::ShapeRef.new(shape: LongArn, required: true, location_name: "mapRunArn"))
306
+ DescribeMapRunOutput.add_member(:execution_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "executionArn"))
307
+ DescribeMapRunOutput.add_member(:status, Shapes::ShapeRef.new(shape: MapRunStatus, required: true, location_name: "status"))
308
+ DescribeMapRunOutput.add_member(:start_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startDate"))
309
+ DescribeMapRunOutput.add_member(:stop_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "stopDate"))
310
+ DescribeMapRunOutput.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, required: true, location_name: "maxConcurrency"))
311
+ DescribeMapRunOutput.add_member(:tolerated_failure_percentage, Shapes::ShapeRef.new(shape: ToleratedFailurePercentage, required: true, location_name: "toleratedFailurePercentage"))
312
+ DescribeMapRunOutput.add_member(:tolerated_failure_count, Shapes::ShapeRef.new(shape: ToleratedFailureCount, required: true, location_name: "toleratedFailureCount"))
313
+ DescribeMapRunOutput.add_member(:item_counts, Shapes::ShapeRef.new(shape: MapRunItemCounts, required: true, location_name: "itemCounts"))
314
+ DescribeMapRunOutput.add_member(:execution_counts, Shapes::ShapeRef.new(shape: MapRunExecutionCounts, required: true, location_name: "executionCounts"))
315
+ DescribeMapRunOutput.struct_class = Types::DescribeMapRunOutput
316
+
277
317
  DescribeStateMachineForExecutionInput.add_member(:execution_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "executionArn"))
278
318
  DescribeStateMachineForExecutionInput.struct_class = Types::DescribeStateMachineForExecutionInput
279
319
 
@@ -284,6 +324,8 @@ module Aws::States
284
324
  DescribeStateMachineForExecutionOutput.add_member(:update_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDate"))
285
325
  DescribeStateMachineForExecutionOutput.add_member(:logging_configuration, Shapes::ShapeRef.new(shape: LoggingConfiguration, location_name: "loggingConfiguration"))
286
326
  DescribeStateMachineForExecutionOutput.add_member(:tracing_configuration, Shapes::ShapeRef.new(shape: TracingConfiguration, location_name: "tracingConfiguration"))
327
+ DescribeStateMachineForExecutionOutput.add_member(:map_run_arn, Shapes::ShapeRef.new(shape: LongArn, location_name: "mapRunArn"))
328
+ DescribeStateMachineForExecutionOutput.add_member(:label, Shapes::ShapeRef.new(shape: MapRunLabel, location_name: "label"))
287
329
  DescribeStateMachineForExecutionOutput.struct_class = Types::DescribeStateMachineForExecutionOutput
288
330
 
289
331
  DescribeStateMachineInput.add_member(:state_machine_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "stateMachineArn"))
@@ -298,6 +340,7 @@ module Aws::States
298
340
  DescribeStateMachineOutput.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDate"))
299
341
  DescribeStateMachineOutput.add_member(:logging_configuration, Shapes::ShapeRef.new(shape: LoggingConfiguration, location_name: "loggingConfiguration"))
300
342
  DescribeStateMachineOutput.add_member(:tracing_configuration, Shapes::ShapeRef.new(shape: TracingConfiguration, location_name: "tracingConfiguration"))
343
+ DescribeStateMachineOutput.add_member(:label, Shapes::ShapeRef.new(shape: MapRunLabel, location_name: "label"))
301
344
  DescribeStateMachineOutput.struct_class = Types::DescribeStateMachineOutput
302
345
 
303
346
  ExecutionAbortedEventDetails.add_member(:error, Shapes::ShapeRef.new(shape: SensitiveError, location_name: "error"))
@@ -325,6 +368,8 @@ module Aws::States
325
368
  ExecutionListItem.add_member(:status, Shapes::ShapeRef.new(shape: ExecutionStatus, required: true, location_name: "status"))
326
369
  ExecutionListItem.add_member(:start_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startDate"))
327
370
  ExecutionListItem.add_member(:stop_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "stopDate"))
371
+ ExecutionListItem.add_member(:map_run_arn, Shapes::ShapeRef.new(shape: LongArn, location_name: "mapRunArn"))
372
+ ExecutionListItem.add_member(:item_count, Shapes::ShapeRef.new(shape: UnsignedInteger, location_name: "itemCount", metadata: {"box"=>true}))
328
373
  ExecutionListItem.struct_class = Types::ExecutionListItem
329
374
 
330
375
  ExecutionStartedEventDetails.add_member(:input, Shapes::ShapeRef.new(shape: SensitiveData, location_name: "input"))
@@ -395,6 +440,8 @@ module Aws::States
395
440
  HistoryEvent.add_member(:lambda_function_timed_out_event_details, Shapes::ShapeRef.new(shape: LambdaFunctionTimedOutEventDetails, location_name: "lambdaFunctionTimedOutEventDetails"))
396
441
  HistoryEvent.add_member(:state_entered_event_details, Shapes::ShapeRef.new(shape: StateEnteredEventDetails, location_name: "stateEnteredEventDetails"))
397
442
  HistoryEvent.add_member(:state_exited_event_details, Shapes::ShapeRef.new(shape: StateExitedEventDetails, location_name: "stateExitedEventDetails"))
443
+ HistoryEvent.add_member(:map_run_started_event_details, Shapes::ShapeRef.new(shape: MapRunStartedEventDetails, location_name: "mapRunStartedEventDetails"))
444
+ HistoryEvent.add_member(:map_run_failed_event_details, Shapes::ShapeRef.new(shape: MapRunFailedEventDetails, location_name: "mapRunFailedEventDetails"))
398
445
  HistoryEvent.struct_class = Types::HistoryEvent
399
446
 
400
447
  HistoryEventExecutionDataDetails.add_member(:truncated, Shapes::ShapeRef.new(shape: truncated, location_name: "truncated"))
@@ -438,6 +485,7 @@ module Aws::States
438
485
  LambdaFunctionScheduledEventDetails.add_member(:input, Shapes::ShapeRef.new(shape: SensitiveData, location_name: "input"))
439
486
  LambdaFunctionScheduledEventDetails.add_member(:input_details, Shapes::ShapeRef.new(shape: HistoryEventExecutionDataDetails, location_name: "inputDetails"))
440
487
  LambdaFunctionScheduledEventDetails.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: TimeoutInSeconds, location_name: "timeoutInSeconds", metadata: {"box"=>true}))
488
+ LambdaFunctionScheduledEventDetails.add_member(:task_credentials, Shapes::ShapeRef.new(shape: TaskCredentials, location_name: "taskCredentials"))
441
489
  LambdaFunctionScheduledEventDetails.struct_class = Types::LambdaFunctionScheduledEventDetails
442
490
 
443
491
  LambdaFunctionStartFailedEventDetails.add_member(:error, Shapes::ShapeRef.new(shape: SensitiveError, location_name: "error"))
@@ -460,16 +508,26 @@ module Aws::States
460
508
  ListActivitiesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextToken"))
461
509
  ListActivitiesOutput.struct_class = Types::ListActivitiesOutput
462
510
 
463
- ListExecutionsInput.add_member(:state_machine_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "stateMachineArn"))
511
+ ListExecutionsInput.add_member(:state_machine_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "stateMachineArn"))
464
512
  ListExecutionsInput.add_member(:status_filter, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "statusFilter"))
465
513
  ListExecutionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "maxResults"))
466
514
  ListExecutionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListExecutionsPageToken, location_name: "nextToken"))
515
+ ListExecutionsInput.add_member(:map_run_arn, Shapes::ShapeRef.new(shape: LongArn, location_name: "mapRunArn"))
467
516
  ListExecutionsInput.struct_class = Types::ListExecutionsInput
468
517
 
469
518
  ListExecutionsOutput.add_member(:executions, Shapes::ShapeRef.new(shape: ExecutionList, required: true, location_name: "executions"))
470
519
  ListExecutionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListExecutionsPageToken, location_name: "nextToken"))
471
520
  ListExecutionsOutput.struct_class = Types::ListExecutionsOutput
472
521
 
522
+ ListMapRunsInput.add_member(:execution_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "executionArn"))
523
+ ListMapRunsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "maxResults"))
524
+ ListMapRunsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextToken"))
525
+ ListMapRunsInput.struct_class = Types::ListMapRunsInput
526
+
527
+ ListMapRunsOutput.add_member(:map_runs, Shapes::ShapeRef.new(shape: MapRunList, required: true, location_name: "mapRuns"))
528
+ ListMapRunsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextToken"))
529
+ ListMapRunsOutput.struct_class = Types::ListMapRunsOutput
530
+
473
531
  ListStateMachinesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "maxResults"))
474
532
  ListStateMachinesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextToken"))
475
533
  ListStateMachinesInput.struct_class = Types::ListStateMachinesInput
@@ -498,6 +556,42 @@ module Aws::States
498
556
  MapIterationEventDetails.add_member(:index, Shapes::ShapeRef.new(shape: UnsignedInteger, location_name: "index"))
499
557
  MapIterationEventDetails.struct_class = Types::MapIterationEventDetails
500
558
 
559
+ MapRunExecutionCounts.add_member(:pending, Shapes::ShapeRef.new(shape: UnsignedLong, required: true, location_name: "pending"))
560
+ MapRunExecutionCounts.add_member(:running, Shapes::ShapeRef.new(shape: UnsignedLong, required: true, location_name: "running"))
561
+ MapRunExecutionCounts.add_member(:succeeded, Shapes::ShapeRef.new(shape: UnsignedLong, required: true, location_name: "succeeded"))
562
+ MapRunExecutionCounts.add_member(:failed, Shapes::ShapeRef.new(shape: UnsignedLong, required: true, location_name: "failed"))
563
+ MapRunExecutionCounts.add_member(:timed_out, Shapes::ShapeRef.new(shape: UnsignedLong, required: true, location_name: "timedOut"))
564
+ MapRunExecutionCounts.add_member(:aborted, Shapes::ShapeRef.new(shape: UnsignedLong, required: true, location_name: "aborted"))
565
+ MapRunExecutionCounts.add_member(:total, Shapes::ShapeRef.new(shape: UnsignedLong, required: true, location_name: "total"))
566
+ MapRunExecutionCounts.add_member(:results_written, Shapes::ShapeRef.new(shape: UnsignedLong, required: true, location_name: "resultsWritten"))
567
+ MapRunExecutionCounts.struct_class = Types::MapRunExecutionCounts
568
+
569
+ MapRunFailedEventDetails.add_member(:error, Shapes::ShapeRef.new(shape: SensitiveError, location_name: "error"))
570
+ MapRunFailedEventDetails.add_member(:cause, Shapes::ShapeRef.new(shape: SensitiveCause, location_name: "cause"))
571
+ MapRunFailedEventDetails.struct_class = Types::MapRunFailedEventDetails
572
+
573
+ MapRunItemCounts.add_member(:pending, Shapes::ShapeRef.new(shape: UnsignedLong, required: true, location_name: "pending"))
574
+ MapRunItemCounts.add_member(:running, Shapes::ShapeRef.new(shape: UnsignedLong, required: true, location_name: "running"))
575
+ MapRunItemCounts.add_member(:succeeded, Shapes::ShapeRef.new(shape: UnsignedLong, required: true, location_name: "succeeded"))
576
+ MapRunItemCounts.add_member(:failed, Shapes::ShapeRef.new(shape: UnsignedLong, required: true, location_name: "failed"))
577
+ MapRunItemCounts.add_member(:timed_out, Shapes::ShapeRef.new(shape: UnsignedLong, required: true, location_name: "timedOut"))
578
+ MapRunItemCounts.add_member(:aborted, Shapes::ShapeRef.new(shape: UnsignedLong, required: true, location_name: "aborted"))
579
+ MapRunItemCounts.add_member(:total, Shapes::ShapeRef.new(shape: UnsignedLong, required: true, location_name: "total"))
580
+ MapRunItemCounts.add_member(:results_written, Shapes::ShapeRef.new(shape: UnsignedLong, required: true, location_name: "resultsWritten"))
581
+ MapRunItemCounts.struct_class = Types::MapRunItemCounts
582
+
583
+ MapRunList.member = Shapes::ShapeRef.new(shape: MapRunListItem)
584
+
585
+ MapRunListItem.add_member(:execution_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "executionArn"))
586
+ MapRunListItem.add_member(:map_run_arn, Shapes::ShapeRef.new(shape: LongArn, required: true, location_name: "mapRunArn"))
587
+ MapRunListItem.add_member(:state_machine_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "stateMachineArn"))
588
+ MapRunListItem.add_member(:start_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startDate"))
589
+ MapRunListItem.add_member(:stop_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "stopDate"))
590
+ MapRunListItem.struct_class = Types::MapRunListItem
591
+
592
+ MapRunStartedEventDetails.add_member(:map_run_arn, Shapes::ShapeRef.new(shape: LongArn, location_name: "mapRunArn"))
593
+ MapRunStartedEventDetails.struct_class = Types::MapRunStartedEventDetails
594
+
501
595
  MapStateStartedEventDetails.add_member(:length, Shapes::ShapeRef.new(shape: UnsignedInteger, location_name: "length"))
502
596
  MapStateStartedEventDetails.struct_class = Types::MapStateStartedEventDetails
503
597
 
@@ -613,6 +707,9 @@ module Aws::States
613
707
 
614
708
  TagResourceOutput.struct_class = Types::TagResourceOutput
615
709
 
710
+ TaskCredentials.add_member(:role_arn, Shapes::ShapeRef.new(shape: LongArn, location_name: "roleArn"))
711
+ TaskCredentials.struct_class = Types::TaskCredentials
712
+
616
713
  TaskDoesNotExist.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
617
714
  TaskDoesNotExist.struct_class = Types::TaskDoesNotExist
618
715
 
@@ -628,6 +725,7 @@ module Aws::States
628
725
  TaskScheduledEventDetails.add_member(:parameters, Shapes::ShapeRef.new(shape: ConnectorParameters, required: true, location_name: "parameters"))
629
726
  TaskScheduledEventDetails.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: TimeoutInSeconds, location_name: "timeoutInSeconds", metadata: {"box"=>true}))
630
727
  TaskScheduledEventDetails.add_member(:heartbeat_in_seconds, Shapes::ShapeRef.new(shape: TimeoutInSeconds, location_name: "heartbeatInSeconds", metadata: {"box"=>true}))
728
+ TaskScheduledEventDetails.add_member(:task_credentials, Shapes::ShapeRef.new(shape: TaskCredentials, location_name: "taskCredentials"))
631
729
  TaskScheduledEventDetails.struct_class = Types::TaskScheduledEventDetails
632
730
 
633
731
  TaskStartFailedEventDetails.add_member(:resource_type, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "resourceType"))
@@ -680,6 +778,14 @@ module Aws::States
680
778
 
681
779
  UntagResourceOutput.struct_class = Types::UntagResourceOutput
682
780
 
781
+ UpdateMapRunInput.add_member(:map_run_arn, Shapes::ShapeRef.new(shape: LongArn, required: true, location_name: "mapRunArn"))
782
+ UpdateMapRunInput.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "maxConcurrency", metadata: {"box"=>true}))
783
+ UpdateMapRunInput.add_member(:tolerated_failure_percentage, Shapes::ShapeRef.new(shape: ToleratedFailurePercentage, location_name: "toleratedFailurePercentage", metadata: {"box"=>true}))
784
+ UpdateMapRunInput.add_member(:tolerated_failure_count, Shapes::ShapeRef.new(shape: ToleratedFailureCount, location_name: "toleratedFailureCount", metadata: {"box"=>true}))
785
+ UpdateMapRunInput.struct_class = Types::UpdateMapRunInput
786
+
787
+ UpdateMapRunOutput.struct_class = Types::UpdateMapRunOutput
788
+
683
789
  UpdateStateMachineInput.add_member(:state_machine_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "stateMachineArn"))
684
790
  UpdateStateMachineInput.add_member(:definition, Shapes::ShapeRef.new(shape: Definition, location_name: "definition"))
685
791
  UpdateStateMachineInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "roleArn"))
@@ -690,6 +796,10 @@ module Aws::States
690
796
  UpdateStateMachineOutput.add_member(:update_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDate"))
691
797
  UpdateStateMachineOutput.struct_class = Types::UpdateStateMachineOutput
692
798
 
799
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
800
+ ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, location_name: "reason"))
801
+ ValidationException.struct_class = Types::ValidationException
802
+
693
803
 
694
804
  # @api private
695
805
  API = Seahorse::Model::Api.new.tap do |api|
@@ -754,6 +864,7 @@ module Aws::States
754
864
  o.input = Shapes::ShapeRef.new(shape: DeleteStateMachineInput)
755
865
  o.output = Shapes::ShapeRef.new(shape: DeleteStateMachineOutput)
756
866
  o.errors << Shapes::ShapeRef.new(shape: InvalidArn)
867
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
757
868
  end)
758
869
 
759
870
  api.add_operation(:describe_activity, Seahorse::Model::Operation.new.tap do |o|
@@ -776,6 +887,16 @@ module Aws::States
776
887
  o.errors << Shapes::ShapeRef.new(shape: InvalidArn)
777
888
  end)
778
889
 
890
+ api.add_operation(:describe_map_run, Seahorse::Model::Operation.new.tap do |o|
891
+ o.name = "DescribeMapRun"
892
+ o.http_method = "POST"
893
+ o.http_request_uri = "/"
894
+ o.input = Shapes::ShapeRef.new(shape: DescribeMapRunInput)
895
+ o.output = Shapes::ShapeRef.new(shape: DescribeMapRunOutput)
896
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
897
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArn)
898
+ end)
899
+
779
900
  api.add_operation(:describe_state_machine, Seahorse::Model::Operation.new.tap do |o|
780
901
  o.name = "DescribeStateMachine"
781
902
  o.http_method = "POST"
@@ -849,6 +970,25 @@ module Aws::States
849
970
  o.errors << Shapes::ShapeRef.new(shape: InvalidToken)
850
971
  o.errors << Shapes::ShapeRef.new(shape: StateMachineDoesNotExist)
851
972
  o.errors << Shapes::ShapeRef.new(shape: StateMachineTypeNotSupported)
973
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
974
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
975
+ o[:pager] = Aws::Pager.new(
976
+ limit_key: "max_results",
977
+ tokens: {
978
+ "next_token" => "next_token"
979
+ }
980
+ )
981
+ end)
982
+
983
+ api.add_operation(:list_map_runs, Seahorse::Model::Operation.new.tap do |o|
984
+ o.name = "ListMapRuns"
985
+ o.http_method = "POST"
986
+ o.http_request_uri = "/"
987
+ o.input = Shapes::ShapeRef.new(shape: ListMapRunsInput)
988
+ o.output = Shapes::ShapeRef.new(shape: ListMapRunsOutput)
989
+ o.errors << Shapes::ShapeRef.new(shape: ExecutionDoesNotExist)
990
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArn)
991
+ o.errors << Shapes::ShapeRef.new(shape: InvalidToken)
852
992
  o[:pager] = Aws::Pager.new(
853
993
  limit_key: "max_results",
854
994
  tokens: {
@@ -929,6 +1069,7 @@ module Aws::States
929
1069
  o.errors << Shapes::ShapeRef.new(shape: InvalidName)
930
1070
  o.errors << Shapes::ShapeRef.new(shape: StateMachineDoesNotExist)
931
1071
  o.errors << Shapes::ShapeRef.new(shape: StateMachineDeleting)
1072
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
932
1073
  end)
933
1074
 
934
1075
  api.add_operation(:start_sync_execution, Seahorse::Model::Operation.new.tap do |o|
@@ -956,6 +1097,7 @@ module Aws::States
956
1097
  o.output = Shapes::ShapeRef.new(shape: StopExecutionOutput)
957
1098
  o.errors << Shapes::ShapeRef.new(shape: ExecutionDoesNotExist)
958
1099
  o.errors << Shapes::ShapeRef.new(shape: InvalidArn)
1100
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
959
1101
  end)
960
1102
 
961
1103
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -979,6 +1121,17 @@ module Aws::States
979
1121
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
980
1122
  end)
981
1123
 
1124
+ api.add_operation(:update_map_run, Seahorse::Model::Operation.new.tap do |o|
1125
+ o.name = "UpdateMapRun"
1126
+ o.http_method = "POST"
1127
+ o.http_request_uri = "/"
1128
+ o.input = Shapes::ShapeRef.new(shape: UpdateMapRunInput)
1129
+ o.output = Shapes::ShapeRef.new(shape: UpdateMapRunOutput)
1130
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
1131
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArn)
1132
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1133
+ end)
1134
+
982
1135
  api.add_operation(:update_state_machine, Seahorse::Model::Operation.new.tap do |o|
983
1136
  o.name = "UpdateStateMachine"
984
1137
  o.http_method = "POST"
@@ -992,6 +1145,7 @@ module Aws::States
992
1145
  o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameter)
993
1146
  o.errors << Shapes::ShapeRef.new(shape: StateMachineDeleting)
994
1147
  o.errors << Shapes::ShapeRef.new(shape: StateMachineDoesNotExist)
1148
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
995
1149
  end)
996
1150
  end
997
1151
 
@@ -50,6 +50,9 @@ module Aws::States
50
50
 
51
51
  def initialize(options = {})
52
52
  self[:region] = options[:region]
53
+ if self[:region].nil?
54
+ raise ArgumentError, "Missing required EndpointParameter: :region"
55
+ end
53
56
  self[:use_dual_stack] = options[:use_dual_stack]
54
57
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
55
58
  if self[:use_dual_stack].nil?
@@ -29,87 +29,86 @@ module Aws::States
29
29
  # @api private
30
30
  RULES = <<-JSON
31
31
  eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
32
- bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOmZhbHNlLCJkb2N1bWVu
33
- dGF0aW9uIjoiVGhlIEFXUyByZWdpb24gdXNlZCB0byBkaXNwYXRjaCB0aGUg
34
- cmVxdWVzdC4iLCJ0eXBlIjoiU3RyaW5nIn0sIlVzZUR1YWxTdGFjayI6eyJi
35
- dWlsdEluIjoiQVdTOjpVc2VEdWFsU3RhY2siLCJyZXF1aXJlZCI6dHJ1ZSwi
36
- ZGVmYXVsdCI6ZmFsc2UsImRvY3VtZW50YXRpb24iOiJXaGVuIHRydWUsIHVz
37
- ZSB0aGUgZHVhbC1zdGFjayBlbmRwb2ludC4gSWYgdGhlIGNvbmZpZ3VyZWQg
38
- ZW5kcG9pbnQgZG9lcyBub3Qgc3VwcG9ydCBkdWFsLXN0YWNrLCBkaXNwYXRj
39
- aGluZyB0aGUgcmVxdWVzdCBNQVkgcmV0dXJuIGFuIGVycm9yLiIsInR5cGUi
40
- OiJCb29sZWFuIn0sIlVzZUZJUFMiOnsiYnVpbHRJbiI6IkFXUzo6VXNlRklQ
41
- UyIsInJlcXVpcmVkIjp0cnVlLCJkZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRh
42
- dGlvbiI6IldoZW4gdHJ1ZSwgc2VuZCB0aGlzIHJlcXVlc3QgdG8gdGhlIEZJ
43
- UFMtY29tcGxpYW50IHJlZ2lvbmFsIGVuZHBvaW50LiBJZiB0aGUgY29uZmln
44
- dXJlZCBlbmRwb2ludCBkb2VzIG5vdCBoYXZlIGEgRklQUyBjb21wbGlhbnQg
45
- ZW5kcG9pbnQsIGRpc3BhdGNoaW5nIHRoZSByZXF1ZXN0IHdpbGwgcmV0dXJu
46
- IGFuIGVycm9yLiIsInR5cGUiOiJCb29sZWFuIn0sIkVuZHBvaW50Ijp7ImJ1
47
- aWx0SW4iOiJTREs6OkVuZHBvaW50IiwicmVxdWlyZWQiOmZhbHNlLCJkb2N1
48
- bWVudGF0aW9uIjoiT3ZlcnJpZGUgdGhlIGVuZHBvaW50IHVzZWQgdG8gc2Vu
49
- ZCB0aGlzIHJlcXVlc3QiLCJ0eXBlIjoiU3RyaW5nIn19LCJydWxlcyI6W3si
50
- Y29uZGl0aW9ucyI6W3siZm4iOiJhd3MucGFydGl0aW9uIiwiYXJndiI6W3si
51
- cmVmIjoiUmVnaW9uIn1dLCJhc3NpZ24iOiJQYXJ0aXRpb25SZXN1bHQifV0s
52
- InR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoi
53
- aXNTZXQiLCJhcmd2IjpbeyJyZWYiOiJFbmRwb2ludCJ9XX0seyJmbiI6InBh
54
- cnNlVVJMIiwiYXJndiI6W3sicmVmIjoiRW5kcG9pbnQifV0sImFzc2lnbiI6
55
- InVybCJ9XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6
56
- W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQ
57
- UyJ9LHRydWVdfV0sImVycm9yIjoiSW52YWxpZCBDb25maWd1cmF0aW9uOiBG
58
- SVBTIGFuZCBjdXN0b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0
59
- eXBlIjoiZXJyb3IifSx7ImNvbmRpdGlvbnMiOltdLCJ0eXBlIjoidHJlZSIs
60
- InJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMi
61
- LCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJlcnJv
62
- ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRHVhbHN0YWNrIGFuZCBjdXN0
63
- b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0eXBlIjoiZXJyb3Ii
64
- fSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOnsicmVmIjoi
65
- RW5kcG9pbnQifSwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlw
66
- ZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29s
67
- ZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQUyJ9LHRydWVdfSx7
68
- ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxT
69
- dGFjayJ9LHRydWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRp
70
- dGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsi
71
- Zm4iOiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0
72
- In0sInN1cHBvcnRzRklQUyJdfV19LHsiZm4iOiJib29sZWFuRXF1YWxzIiwi
73
- YXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQ
74
- YXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1dfV0sInR5
75
- cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2lu
76
- dCI6eyJ1cmwiOiJodHRwczovL3N0YXRlcy1maXBzLntSZWdpb259LntQYXJ0
77
- aXRpb25SZXN1bHQjZHVhbFN0YWNrRG5zU3VmZml4fSIsInByb3BlcnRpZXMi
78
- Ont9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX0seyJjb25k
79
- aXRpb25zIjpbXSwiZXJyb3IiOiJGSVBTIGFuZCBEdWFsU3RhY2sgYXJlIGVu
80
- YWJsZWQsIGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0IG9u
81
- ZSBvciBib3RoIiwidHlwZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOlt7
82
- ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMi
83
- fSx0cnVlXX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25z
84
- IjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoi
85
- Z2V0QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJz
86
- dXBwb3J0c0ZJUFMiXX1dfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNv
87
- bmRpdGlvbnMiOltdLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRp
88
- b25zIjpbeyJmbiI6InN0cmluZ0VxdWFscyIsImFyZ3YiOlt7InJlZiI6IlJl
89
- Z2lvbiJ9LCJ1cy1nb3Ytd2VzdC0xIl19XSwiZW5kcG9pbnQiOnsidXJsIjoi
90
- aHR0cHM6Ly9zdGF0ZXMudXMtZ292LXdlc3QtMS5hbWF6b25hd3MuY29tIiwi
91
- cHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50
92
- In0seyJjb25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6
93
- Ly9zdGF0ZXMtZmlwcy57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2Ruc1N1
94
- ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoi
95
- ZW5kcG9pbnQifV19XX0seyJjb25kaXRpb25zIjpbXSwiZXJyb3IiOiJGSVBT
96
- IGlzIGVuYWJsZWQgYnV0IHRoaXMgcGFydGl0aW9uIGRvZXMgbm90IHN1cHBv
97
- cnQgRklQUyIsInR5cGUiOiJlcnJvciJ9XX0seyJjb25kaXRpb25zIjpbeyJm
98
- biI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3Rh
99
- Y2sifSx0cnVlXX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRp
100
- b25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZu
101
- IjoiZ2V0QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9
102
- LCJzdXBwb3J0c0R1YWxTdGFjayJdfV19XSwidHlwZSI6InRyZWUiLCJydWxl
103
- cyI6W3siY29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBz
104
- Oi8vc3RhdGVzLntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZHVhbFN0YWNr
105
- RG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5
106
- cGUiOiJlbmRwb2ludCJ9XX0seyJjb25kaXRpb25zIjpbXSwiZXJyb3IiOiJE
107
- dWFsU3RhY2sgaXMgZW5hYmxlZCBidXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBu
108
- b3Qgc3VwcG9ydCBEdWFsU3RhY2siLCJ0eXBlIjoiZXJyb3IifV19LHsiY29u
109
- ZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vc3RhdGVz
110
- LntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZG5zU3VmZml4fSIsInByb3Bl
111
- cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1d
112
- fQ==
32
+ bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOnRydWUsImRvY3VtZW50
33
+ YXRpb24iOiJUaGUgQVdTIHJlZ2lvbiB1c2VkIHRvIGRpc3BhdGNoIHRoZSBy
34
+ ZXF1ZXN0LiIsInR5cGUiOiJTdHJpbmcifSwiVXNlRHVhbFN0YWNrIjp7ImJ1
35
+ aWx0SW4iOiJBV1M6OlVzZUR1YWxTdGFjayIsInJlcXVpcmVkIjp0cnVlLCJk
36
+ ZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRhdGlvbiI6IldoZW4gdHJ1ZSwgdXNl
37
+ IHRoZSBkdWFsLXN0YWNrIGVuZHBvaW50LiBJZiB0aGUgY29uZmlndXJlZCBl
38
+ bmRwb2ludCBkb2VzIG5vdCBzdXBwb3J0IGR1YWwtc3RhY2ssIGRpc3BhdGNo
39
+ aW5nIHRoZSByZXF1ZXN0IE1BWSByZXR1cm4gYW4gZXJyb3IuIiwidHlwZSI6
40
+ IkJvb2xlYW4ifSwiVXNlRklQUyI6eyJidWlsdEluIjoiQVdTOjpVc2VGSVBT
41
+ IiwicmVxdWlyZWQiOnRydWUsImRlZmF1bHQiOmZhbHNlLCJkb2N1bWVudGF0
42
+ aW9uIjoiV2hlbiB0cnVlLCBzZW5kIHRoaXMgcmVxdWVzdCB0byB0aGUgRklQ
43
+ Uy1jb21wbGlhbnQgcmVnaW9uYWwgZW5kcG9pbnQuIElmIHRoZSBjb25maWd1
44
+ cmVkIGVuZHBvaW50IGRvZXMgbm90IGhhdmUgYSBGSVBTIGNvbXBsaWFudCBl
45
+ bmRwb2ludCwgZGlzcGF0Y2hpbmcgdGhlIHJlcXVlc3Qgd2lsbCByZXR1cm4g
46
+ YW4gZXJyb3IuIiwidHlwZSI6IkJvb2xlYW4ifSwiRW5kcG9pbnQiOnsiYnVp
47
+ bHRJbiI6IlNESzo6RW5kcG9pbnQiLCJyZXF1aXJlZCI6ZmFsc2UsImRvY3Vt
48
+ ZW50YXRpb24iOiJPdmVycmlkZSB0aGUgZW5kcG9pbnQgdXNlZCB0byBzZW5k
49
+ IHRoaXMgcmVxdWVzdCIsInR5cGUiOiJTdHJpbmcifX0sInJ1bGVzIjpbeyJj
50
+ b25kaXRpb25zIjpbeyJmbiI6ImF3cy5wYXJ0aXRpb24iLCJhcmd2IjpbeyJy
51
+ ZWYiOiJSZWdpb24ifV0sImFzc2lnbiI6IlBhcnRpdGlvblJlc3VsdCJ9XSwi
52
+ dHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJp
53
+ c1NldCIsImFyZ3YiOlt7InJlZiI6IkVuZHBvaW50In1dfSx7ImZuIjoicGFy
54
+ c2VVUkwiLCJhcmd2IjpbeyJyZWYiOiJFbmRwb2ludCJ9XSwiYXNzaWduIjoi
55
+ dXJsIn1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpb
56
+ eyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VGSVBT
57
+ In0sdHJ1ZV19XSwiZXJyb3IiOiJJbnZhbGlkIENvbmZpZ3VyYXRpb246IEZJ
58
+ UFMgYW5kIGN1c3RvbSBlbmRwb2ludCBhcmUgbm90IHN1cHBvcnRlZCIsInR5
59
+ cGUiOiJlcnJvciJ9LHsiY29uZGl0aW9ucyI6W10sInR5cGUiOiJ0cmVlIiwi
60
+ cnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIs
61
+ ImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxTdGFjayJ9LHRydWVdfV0sImVycm9y
62
+ IjoiSW52YWxpZCBDb25maWd1cmF0aW9uOiBEdWFsc3RhY2sgYW5kIGN1c3Rv
63
+ bSBlbmRwb2ludCBhcmUgbm90IHN1cHBvcnRlZCIsInR5cGUiOiJlcnJvciJ9
64
+ LHsiY29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6eyJyZWYiOiJF
65
+ bmRwb2ludCJ9LCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBl
66
+ IjoiZW5kcG9pbnQifV19XX0seyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xl
67
+ YW5FcXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VGSVBTIn0sdHJ1ZV19LHsi
68
+ Zm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRHVhbFN0
69
+ YWNrIn0sdHJ1ZV19XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
70
+ aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3RydWUseyJm
71
+ biI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQYXJ0aXRpb25SZXN1bHQi
72
+ fSwic3VwcG9ydHNGSVBTIl19XX0seyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJh
73
+ cmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBh
74
+ cnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0R1YWxTdGFjayJdfV19XSwidHlw
75
+ ZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W10sImVuZHBvaW50
76
+ Ijp7InVybCI6Imh0dHBzOi8vc3RhdGVzLWZpcHMue1JlZ2lvbn0ue1BhcnRp
77
+ dGlvblJlc3VsdCNkdWFsU3RhY2tEbnNTdWZmaXh9IiwicHJvcGVydGllcyI6
78
+ e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1dfSx7ImNvbmRp
79
+ dGlvbnMiOltdLCJlcnJvciI6IkZJUFMgYW5kIER1YWxTdGFjayBhcmUgZW5h
80
+ YmxlZCwgYnV0IHRoaXMgcGFydGl0aW9uIGRvZXMgbm90IHN1cHBvcnQgb25l
81
+ IG9yIGJvdGgiLCJ0eXBlIjoiZXJyb3IifV19LHsiY29uZGl0aW9ucyI6W3si
82
+ Zm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQUyJ9
83
+ LHRydWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMi
84
+ Olt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4iOiJn
85
+ ZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0sInN1
86
+ cHBvcnRzRklQUyJdfV19XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29u
87
+ ZGl0aW9ucyI6W10sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlv
88
+ bnMiOlt7ImZuIjoic3RyaW5nRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiUmVn
89
+ aW9uIn0sInVzLWdvdi13ZXN0LTEiXX1dLCJlbmRwb2ludCI6eyJ1cmwiOiJo
90
+ dHRwczovL3N0YXRlcy51cy1nb3Ytd2VzdC0xLmFtYXpvbmF3cy5jb20iLCJw
91
+ cm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQi
92
+ fSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOiJodHRwczov
93
+ L3N0YXRlcy1maXBzLntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZG5zU3Vm
94
+ Zml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJl
95
+ bmRwb2ludCJ9XX1dfSx7ImNvbmRpdGlvbnMiOltdLCJlcnJvciI6IkZJUFMg
96
+ aXMgZW5hYmxlZCBidXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9y
97
+ dCBGSVBTIiwidHlwZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOlt7ImZu
98
+ IjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxTdGFj
99
+ ayJ9LHRydWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlv
100
+ bnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4i
101
+ OiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0s
102
+ InN1cHBvcnRzRHVhbFN0YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVz
103
+ IjpbeyJjb25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6
104
+ Ly9zdGF0ZXMue1JlZ2lvbn0ue1BhcnRpdGlvblJlc3VsdCNkdWFsU3RhY2tE
105
+ bnNTdWZmaXh9IiwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlw
106
+ ZSI6ImVuZHBvaW50In1dfSx7ImNvbmRpdGlvbnMiOltdLCJlcnJvciI6IkR1
107
+ YWxTdGFjayBpcyBlbmFibGVkIGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5v
108
+ dCBzdXBwb3J0IER1YWxTdGFjayIsInR5cGUiOiJlcnJvciJ9XX0seyJjb25k
109
+ aXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9zdGF0ZXMu
110
+ e1JlZ2lvbn0ue1BhcnRpdGlvblJlc3VsdCNkbnNTdWZmaXh9IiwicHJvcGVy
111
+ dGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1dfV19
113
112
 
114
113
  JSON
115
114
  end
@@ -95,6 +95,20 @@ module Aws::States
95
95
  end
96
96
  end
97
97
 
98
+ class DescribeMapRun
99
+ def self.build(context)
100
+ unless context.config.regional_endpoint
101
+ endpoint = context.config.endpoint.to_s
102
+ end
103
+ Aws::States::EndpointParameters.new(
104
+ region: context.config.region,
105
+ use_dual_stack: context.config.use_dualstack_endpoint,
106
+ use_fips: context.config.use_fips_endpoint,
107
+ endpoint: endpoint,
108
+ )
109
+ end
110
+ end
111
+
98
112
  class DescribeStateMachine
99
113
  def self.build(context)
100
114
  unless context.config.regional_endpoint
@@ -179,6 +193,20 @@ module Aws::States
179
193
  end
180
194
  end
181
195
 
196
+ class ListMapRuns
197
+ def self.build(context)
198
+ unless context.config.regional_endpoint
199
+ endpoint = context.config.endpoint.to_s
200
+ end
201
+ Aws::States::EndpointParameters.new(
202
+ region: context.config.region,
203
+ use_dual_stack: context.config.use_dualstack_endpoint,
204
+ use_fips: context.config.use_fips_endpoint,
205
+ endpoint: endpoint,
206
+ )
207
+ end
208
+ end
209
+
182
210
  class ListStateMachines
183
211
  def self.build(context)
184
212
  unless context.config.regional_endpoint
@@ -319,6 +347,20 @@ module Aws::States
319
347
  end
320
348
  end
321
349
 
350
+ class UpdateMapRun
351
+ def self.build(context)
352
+ unless context.config.regional_endpoint
353
+ endpoint = context.config.endpoint.to_s
354
+ end
355
+ Aws::States::EndpointParameters.new(
356
+ region: context.config.region,
357
+ use_dual_stack: context.config.use_dualstack_endpoint,
358
+ use_fips: context.config.use_fips_endpoint,
359
+ endpoint: endpoint,
360
+ )
361
+ end
362
+ end
363
+
322
364
  class UpdateStateMachine
323
365
  def self.build(context)
324
366
  unless context.config.regional_endpoint
@@ -51,6 +51,7 @@ module Aws::States
51
51
  # * {TaskDoesNotExist}
52
52
  # * {TaskTimedOut}
53
53
  # * {TooManyTags}
54
+ # * {ValidationException}
54
55
  #
55
56
  # Additionally, error classes are dynamically generated for service errors based on the error code
56
57
  # if they are not defined above.
@@ -428,5 +429,25 @@ module Aws::States
428
429
  end
429
430
  end
430
431
 
432
+ class ValidationException < ServiceError
433
+
434
+ # @param [Seahorse::Client::RequestContext] context
435
+ # @param [String] message
436
+ # @param [Aws::States::Types::ValidationException] data
437
+ def initialize(context, message, data = Aws::EmptyStructure.new)
438
+ super(context, message, data)
439
+ end
440
+
441
+ # @return [String]
442
+ def message
443
+ @message || @data[:message]
444
+ end
445
+
446
+ # @return [String]
447
+ def reason
448
+ @data[:reason]
449
+ end
450
+ end
451
+
431
452
  end
432
453
  end
@@ -68,6 +68,8 @@ module Aws::States
68
68
  Aws::States::Endpoints::DescribeActivity.build(context)
69
69
  when :describe_execution
70
70
  Aws::States::Endpoints::DescribeExecution.build(context)
71
+ when :describe_map_run
72
+ Aws::States::Endpoints::DescribeMapRun.build(context)
71
73
  when :describe_state_machine
72
74
  Aws::States::Endpoints::DescribeStateMachine.build(context)
73
75
  when :describe_state_machine_for_execution
@@ -80,6 +82,8 @@ module Aws::States
80
82
  Aws::States::Endpoints::ListActivities.build(context)
81
83
  when :list_executions
82
84
  Aws::States::Endpoints::ListExecutions.build(context)
85
+ when :list_map_runs
86
+ Aws::States::Endpoints::ListMapRuns.build(context)
83
87
  when :list_state_machines
84
88
  Aws::States::Endpoints::ListStateMachines.build(context)
85
89
  when :list_tags_for_resource
@@ -100,6 +104,8 @@ module Aws::States
100
104
  Aws::States::Endpoints::TagResource.build(context)
101
105
  when :untag_resource
102
106
  Aws::States::Endpoints::UntagResource.build(context)
107
+ when :update_map_run
108
+ Aws::States::Endpoints::UpdateMapRun.build(context)
103
109
  when :update_state_machine
104
110
  Aws::States::Endpoints::UpdateStateMachine.build(context)
105
111
  end