|
716 | 716 | "max":256,
|
717 | 717 | "min":1
|
718 | 718 | },
|
| 719 | + "AssignedVariables":{ |
| 720 | + "type":"map", |
| 721 | + "key":{"shape":"VariableName"}, |
| 722 | + "value":{"shape":"VariableValue"} |
| 723 | + }, |
| 724 | + "AssignedVariablesDetails":{ |
| 725 | + "type":"structure", |
| 726 | + "members":{ |
| 727 | + "truncated":{"shape":"truncated"} |
| 728 | + } |
| 729 | + }, |
719 | 730 | "BilledDuration":{
|
720 | 731 | "type":"long",
|
721 | 732 | "min":0
|
|
1038 | 1049 | "mapRunArn":{"shape":"LongArn"},
|
1039 | 1050 | "label":{"shape":"MapRunLabel"},
|
1040 | 1051 | "revisionId":{"shape":"RevisionId"},
|
1041 |
| - "encryptionConfiguration":{"shape":"EncryptionConfiguration"} |
| 1052 | + "encryptionConfiguration":{"shape":"EncryptionConfiguration"}, |
| 1053 | + "variableReferences":{"shape":"VariableReferences"} |
1042 | 1054 | }
|
1043 | 1055 | },
|
1044 | 1056 | "DescribeStateMachineInput":{
|
|
1072 | 1084 | "label":{"shape":"MapRunLabel"},
|
1073 | 1085 | "revisionId":{"shape":"RevisionId"},
|
1074 | 1086 | "description":{"shape":"VersionDescription"},
|
1075 |
| - "encryptionConfiguration":{"shape":"EncryptionConfiguration"} |
| 1087 | + "encryptionConfiguration":{"shape":"EncryptionConfiguration"}, |
| 1088 | + "variableReferences":{"shape":"VariableReferences"} |
1076 | 1089 | }
|
1077 | 1090 | },
|
1078 | 1091 | "Enabled":{"type":"boolean"},
|
|
1096 | 1109 | ]
|
1097 | 1110 | },
|
1098 | 1111 | "ErrorMessage":{"type":"string"},
|
| 1112 | + "EvaluationFailedEventDetails":{ |
| 1113 | + "type":"structure", |
| 1114 | + "required":["state"], |
| 1115 | + "members":{ |
| 1116 | + "error":{"shape":"SensitiveError"}, |
| 1117 | + "cause":{"shape":"SensitiveCause"}, |
| 1118 | + "location":{"shape":"EvaluationFailureLocation"}, |
| 1119 | + "state":{"shape":"StateName"} |
| 1120 | + } |
| 1121 | + }, |
| 1122 | + "EvaluationFailureLocation":{ |
| 1123 | + "type":"string", |
| 1124 | + "max":256, |
| 1125 | + "min":0, |
| 1126 | + "sensitive":true |
| 1127 | + }, |
1099 | 1128 | "EventId":{"type":"long"},
|
1100 | 1129 | "ExecutionAbortedEventDetails":{
|
1101 | 1130 | "type":"structure",
|
|
1316 | 1345 | "stateExitedEventDetails":{"shape":"StateExitedEventDetails"},
|
1317 | 1346 | "mapRunStartedEventDetails":{"shape":"MapRunStartedEventDetails"},
|
1318 | 1347 | "mapRunFailedEventDetails":{"shape":"MapRunFailedEventDetails"},
|
1319 |
| - "mapRunRedrivenEventDetails":{"shape":"MapRunRedrivenEventDetails"} |
| 1348 | + "mapRunRedrivenEventDetails":{"shape":"MapRunRedrivenEventDetails"}, |
| 1349 | + "evaluationFailedEventDetails":{"shape":"EvaluationFailedEventDetails"} |
1320 | 1350 | }
|
1321 | 1351 | },
|
1322 | 1352 | "HistoryEventExecutionDataDetails":{
|
|
1392 | 1422 | "MapRunStarted",
|
1393 | 1423 | "MapRunSucceeded",
|
1394 | 1424 | "ExecutionRedriven",
|
1395 |
| - "MapRunRedriven" |
| 1425 | + "MapRunRedriven", |
| 1426 | + "EvaluationFailed" |
1396 | 1427 | ]
|
1397 | 1428 | },
|
1398 | 1429 | "Identity":{
|
|
1415 | 1446 | "type":"structure",
|
1416 | 1447 | "members":{
|
1417 | 1448 | "input":{"shape":"SensitiveData"},
|
| 1449 | + "afterArguments":{"shape":"SensitiveData"}, |
1418 | 1450 | "afterInputPath":{"shape":"SensitiveData"},
|
1419 | 1451 | "afterParameters":{"shape":"SensitiveData"},
|
1420 | 1452 | "result":{"shape":"SensitiveData"},
|
1421 | 1453 | "afterResultSelector":{"shape":"SensitiveData"},
|
1422 | 1454 | "afterResultPath":{"shape":"SensitiveData"},
|
1423 | 1455 | "request":{"shape":"InspectionDataRequest"},
|
1424 |
| - "response":{"shape":"InspectionDataResponse"} |
| 1456 | + "response":{"shape":"InspectionDataResponse"}, |
| 1457 | + "variables":{"shape":"SensitiveData"} |
1425 | 1458 | },
|
1426 | 1459 | "sensitive":true
|
1427 | 1460 | },
|
|
2112 | 2145 | "members":{
|
2113 | 2146 | "name":{"shape":"Name"},
|
2114 | 2147 | "output":{"shape":"SensitiveData"},
|
2115 |
| - "outputDetails":{"shape":"HistoryEventExecutionDataDetails"} |
| 2148 | + "outputDetails":{"shape":"HistoryEventExecutionDataDetails"}, |
| 2149 | + "assignedVariables":{"shape":"AssignedVariables"}, |
| 2150 | + "assignedVariablesDetails":{"shape":"AssignedVariablesDetails"} |
2116 | 2151 | }
|
2117 | 2152 | },
|
2118 | 2153 | "StateMachineAliasList":{
|
|
2432 | 2467 | },
|
2433 | 2468 | "TestStateInput":{
|
2434 | 2469 | "type":"structure",
|
2435 |
| - "required":[ |
2436 |
| - "definition", |
2437 |
| - "roleArn" |
2438 |
| - ], |
| 2470 | + "required":["definition"], |
2439 | 2471 | "members":{
|
2440 | 2472 | "definition":{"shape":"Definition"},
|
2441 | 2473 | "roleArn":{"shape":"Arn"},
|
2442 | 2474 | "input":{"shape":"SensitiveData"},
|
2443 | 2475 | "inspectionLevel":{"shape":"InspectionLevel"},
|
2444 |
| - "revealSecrets":{"shape":"RevealSecrets"} |
| 2476 | + "revealSecrets":{"shape":"RevealSecrets"}, |
| 2477 | + "variables":{"shape":"SensitiveData"} |
2445 | 2478 | }
|
2446 | 2479 | },
|
2447 | 2480 | "TestStateOutput":{
|
|
2574 | 2607 | "stateMachineVersionArn":{"shape":"Arn"}
|
2575 | 2608 | }
|
2576 | 2609 | },
|
2577 |
| - "ValidateStateMachineDefinitionCode":{"type":"string"}, |
| 2610 | + "ValidateStateMachineDefinitionCode":{ |
| 2611 | + "type":"string", |
| 2612 | + "sensitive":true |
| 2613 | + }, |
2578 | 2614 | "ValidateStateMachineDefinitionDiagnostic":{
|
2579 | 2615 | "type":"structure",
|
2580 | 2616 | "required":[
|
|
2603 | 2639 | "maxResults":{"shape":"ValidateStateMachineDefinitionMaxResult"}
|
2604 | 2640 | }
|
2605 | 2641 | },
|
2606 |
| - "ValidateStateMachineDefinitionLocation":{"type":"string"}, |
| 2642 | + "ValidateStateMachineDefinitionLocation":{ |
| 2643 | + "type":"string", |
| 2644 | + "sensitive":true |
| 2645 | + }, |
2607 | 2646 | "ValidateStateMachineDefinitionMaxResult":{
|
2608 | 2647 | "type":"integer",
|
2609 | 2648 | "max":100,
|
2610 | 2649 | "min":0
|
2611 | 2650 | },
|
2612 |
| - "ValidateStateMachineDefinitionMessage":{"type":"string"}, |
| 2651 | + "ValidateStateMachineDefinitionMessage":{ |
| 2652 | + "type":"string", |
| 2653 | + "sensitive":true |
| 2654 | + }, |
2613 | 2655 | "ValidateStateMachineDefinitionOutput":{
|
2614 | 2656 | "type":"structure",
|
2615 | 2657 | "required":[
|
|
2657 | 2699 | "INVALID_ROUTING_CONFIGURATION"
|
2658 | 2700 | ]
|
2659 | 2701 | },
|
| 2702 | + "VariableName":{ |
| 2703 | + "type":"string", |
| 2704 | + "sensitive":true |
| 2705 | + }, |
| 2706 | + "VariableNameList":{ |
| 2707 | + "type":"list", |
| 2708 | + "member":{"shape":"VariableName"} |
| 2709 | + }, |
| 2710 | + "VariableReferences":{ |
| 2711 | + "type":"map", |
| 2712 | + "key":{"shape":"StateName"}, |
| 2713 | + "value":{"shape":"VariableNameList"}, |
| 2714 | + "sensitive":true |
| 2715 | + }, |
| 2716 | + "VariableValue":{ |
| 2717 | + "type":"string", |
| 2718 | + "sensitive":true |
| 2719 | + }, |
2660 | 2720 | "VersionDescription":{
|
2661 | 2721 | "type":"string",
|
2662 | 2722 | "max":256,
|
|
0 commit comments