|
140 | 140 | 'DescribeEvents' => [ |
141 | 141 | 'name' => 'DescribeEvents', |
142 | 142 | 'http' => [ |
143 | | - 'method' => 'POST', |
| 143 | + 'method' => 'GET', |
144 | 144 | 'requestUri' => '/v1/regions/{regionId}/memories/{memoryId}/events', |
145 | 145 | ], |
146 | 146 | 'input' => [ 'shape' => 'DescribeEventsRequestShape', ], |
147 | 147 | 'output' => [ 'shape' => 'DescribeEventsResponseShape', ], |
148 | 148 | ], |
| 149 | + 'CreateEvent' => [ |
| 150 | + 'name' => 'CreateEvent', |
| 151 | + 'http' => [ |
| 152 | + 'method' => 'POST', |
| 153 | + 'requestUri' => '/v1/regions/{regionId}/memories/{memoryId}/events', |
| 154 | + ], |
| 155 | + 'input' => [ 'shape' => 'CreateEventRequestShape', ], |
| 156 | + 'output' => [ 'shape' => 'CreateEventResponseShape', ], |
| 157 | + ], |
149 | 158 | 'DescribeEvent' => [ |
150 | 159 | 'name' => 'DescribeEvent', |
151 | 160 | 'http' => [ |
|
222 | 231 | 'name' => 'InvokeRuntime', |
223 | 232 | 'http' => [ |
224 | 233 | 'method' => 'POST', |
225 | | - 'requestUri' => '/v1/regions/{regionId}/runtimes/{agentRuntimeId}/invocations/{proxyPath}', |
| 234 | + 'requestUri' => '/v1/regions/{regionId}/runtimes/{agentRuntimeId}/invocations', |
226 | 235 | ], |
227 | 236 | 'input' => [ 'shape' => 'InvokeRuntimeRequestShape', ], |
228 | 237 | 'output' => [ 'shape' => 'InvokeRuntimeResponseShape', ], |
|
451 | 460 | 'CreateCodeInterpreterRequestShape' => [ |
452 | 461 | 'type' => 'structure', |
453 | 462 | 'members' => [ |
454 | | - 'body' => [ 'shape' => 'CreateCodeInterpreterSpec', ], |
| 463 | + 'erpAccount' => [ 'type' => 'string', 'locationName' => 'erpAccount', ], |
| 464 | + 'pin' => [ 'type' => 'string', 'locationName' => 'pin', ], |
| 465 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 466 | + 'description' => [ 'type' => 'string', 'locationName' => 'description', ], |
| 467 | + 'name' => [ 'type' => 'string', 'locationName' => 'name', ], |
455 | 468 | 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
456 | 469 | ], |
457 | 470 | ], |
|
466 | 479 | 'type' => 'structure', |
467 | 480 | 'members' => [ |
468 | 481 | 'codeInterpreterId' => [ 'type' => 'string', 'locationName' => 'codeInterpreterId', ], |
469 | | - 'body' => [ 'shape' => 'UpdateCodeInterpreterSpec', ], |
| 482 | + 'erpAccount' => [ 'type' => 'string', 'locationName' => 'erpAccount', ], |
| 483 | + 'pin' => [ 'type' => 'string', 'locationName' => 'pin', ], |
| 484 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 485 | + 'description' => [ 'type' => 'string', 'locationName' => 'description', ], |
| 486 | + 'name' => [ 'type' => 'string', 'locationName' => 'name', ], |
470 | 487 | 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
471 | 488 | ], |
472 | 489 | ], |
|
592 | 609 | 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
593 | 610 | ], |
594 | 611 | ], |
| 612 | + 'CreateEventResultShape' => [ |
| 613 | + 'type' => 'structure', |
| 614 | + 'members' => [ |
| 615 | + 'events' => [ 'type' => 'list', 'member' => [ 'shape' => 'EventResponseSpec', ], ], |
| 616 | + ], |
| 617 | + ], |
595 | 618 | 'CreateMemoryRequestShape' => [ |
596 | 619 | 'type' => 'structure', |
597 | 620 | 'members' => [ |
598 | | - 'body' => [ 'shape' => 'CreateMemorySpec', ], |
| 621 | + 'erpAccount' => [ 'type' => 'string', 'locationName' => 'erpAccount', ], |
| 622 | + 'pin' => [ 'type' => 'string', 'locationName' => 'pin', ], |
| 623 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 624 | + 'description' => [ 'type' => 'string', 'locationName' => 'description', ], |
| 625 | + 'name' => [ 'type' => 'string', 'locationName' => 'name', ], |
599 | 626 | 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
600 | 627 | ], |
601 | 628 | ], |
|
643 | 670 | 'type' => 'structure', |
644 | 671 | 'members' => [ |
645 | 672 | 'memoryId' => [ 'type' => 'string', 'locationName' => 'memoryId', ], |
646 | | - 'body' => [ 'shape' => 'SearchEventsSpec', ], |
| 673 | + 'actor' => [ 'type' => 'string', 'locationName' => 'actor', ], |
| 674 | + 'query' => [ 'type' => 'string', 'locationName' => 'query', ], |
| 675 | + 'sessionId' => [ 'type' => 'string', 'locationName' => 'sessionId', ], |
647 | 676 | 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
648 | 677 | ], |
649 | 678 | ], |
|
664 | 693 | 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
665 | 694 | ], |
666 | 695 | ], |
| 696 | + 'CreateEventRequestShape' => [ |
| 697 | + 'type' => 'structure', |
| 698 | + 'members' => [ |
| 699 | + 'erpAccount' => [ 'type' => 'string', 'locationName' => 'erpAccount', ], |
| 700 | + 'pin' => [ 'type' => 'string', 'locationName' => 'pin', ], |
| 701 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 702 | + 'actor' => [ 'type' => 'string', 'locationName' => 'actor', ], |
| 703 | + 'infer' => [ 'type' => 'boolean', 'locationName' => 'infer', ], |
| 704 | + 'memoryId' => [ 'type' => 'string', 'locationName' => 'memoryId', ], |
| 705 | + 'messages' => [ 'type' => 'list', 'member' => [ 'shape' => 'Message', ], ], |
| 706 | + 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
| 707 | + 'sessionId' => [ 'type' => 'string', 'locationName' => 'sessionId', ], |
| 708 | + ], |
| 709 | + ], |
667 | 710 | 'UpdateMemoryRequestShape' => [ |
668 | 711 | 'type' => 'structure', |
669 | 712 | 'members' => [ |
670 | 713 | 'memoryId' => [ 'type' => 'string', 'locationName' => 'memoryId', ], |
671 | | - 'body' => [ 'shape' => 'UpdateMemorySpec', ], |
| 714 | + 'erpAccount' => [ 'type' => 'string', 'locationName' => 'erpAccount', ], |
| 715 | + 'pin' => [ 'type' => 'string', 'locationName' => 'pin', ], |
| 716 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 717 | + 'description' => [ 'type' => 'string', 'locationName' => 'description', ], |
| 718 | + 'name' => [ 'type' => 'string', 'locationName' => 'name', ], |
672 | 719 | 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
673 | 720 | ], |
674 | 721 | ], |
|
769 | 816 | 'CreateRuntimeRequestShape' => [ |
770 | 817 | 'type' => 'structure', |
771 | 818 | 'members' => [ |
772 | | - 'body' => [ 'shape' => 'CreateRuntimeSpec', ], |
| 819 | + 'agentRuntimeArtifact' => [ 'shape' => 'AgentRuntimeArtifact', ], |
| 820 | + 'agentRuntimeName' => [ 'type' => 'string', 'locationName' => 'agentRuntimeName', ], |
| 821 | + 'description' => [ 'type' => 'string', 'locationName' => 'description', ], |
773 | 822 | 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
774 | 823 | ], |
775 | 824 | ], |
|
789 | 838 | 'UpdateRuntimeRequestShape' => [ |
790 | 839 | 'type' => 'structure', |
791 | 840 | 'members' => [ |
792 | | - 'body' => [ 'shape' => 'CreateRuntimeSpec', ], |
| 841 | + 'agentRuntimeArtifact' => [ 'shape' => 'AgentRuntimeArtifact', ], |
| 842 | + 'agentRuntimeName' => [ 'type' => 'string', 'locationName' => 'agentRuntimeName', ], |
| 843 | + 'description' => [ 'type' => 'string', 'locationName' => 'description', ], |
793 | 844 | 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
794 | 845 | 'agentRuntimeId' => [ 'type' => 'string', 'locationName' => 'agentRuntimeId', ], |
795 | 846 | ], |
|
845 | 896 | 'body' => [ 'type' => '', 'locationName' => 'body', ], |
846 | 897 | 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
847 | 898 | 'agentRuntimeId' => [ 'type' => 'string', 'locationName' => 'agentRuntimeId', ], |
848 | | - 'proxyPath' => [ 'type' => 'string', 'locationName' => 'proxyPath', ], |
849 | 899 | ], |
850 | 900 | ], |
851 | 901 | ], |
|
0 commit comments