|
195 | 195 | ],
|
196 | 196 | "idempotent":true
|
197 | 197 | },
|
| 198 | + "GetChannel":{ |
| 199 | + "name":"GetChannel", |
| 200 | + "http":{ |
| 201 | + "method":"POST", |
| 202 | + "requestUri":"/" |
| 203 | + }, |
| 204 | + "input":{"shape":"GetChannelRequest"}, |
| 205 | + "output":{"shape":"GetChannelResponse"}, |
| 206 | + "errors":[ |
| 207 | + {"shape":"ChannelARNInvalidException"}, |
| 208 | + {"shape":"ChannelNotFoundException"}, |
| 209 | + {"shape":"OperationNotPermittedException"}, |
| 210 | + {"shape":"UnsupportedOperationException"} |
| 211 | + ], |
| 212 | + "idempotent":true |
| 213 | + }, |
198 | 214 | "GetEventDataStore":{
|
199 | 215 | "name":"GetEventDataStore",
|
200 | 216 | "http":{
|
|
297 | 313 | ],
|
298 | 314 | "idempotent":true
|
299 | 315 | },
|
| 316 | + "ListChannels":{ |
| 317 | + "name":"ListChannels", |
| 318 | + "http":{ |
| 319 | + "method":"POST", |
| 320 | + "requestUri":"/" |
| 321 | + }, |
| 322 | + "input":{"shape":"ListChannelsRequest"}, |
| 323 | + "output":{"shape":"ListChannelsResponse"}, |
| 324 | + "errors":[ |
| 325 | + {"shape":"InvalidNextTokenException"}, |
| 326 | + {"shape":"OperationNotPermittedException"}, |
| 327 | + {"shape":"UnsupportedOperationException"} |
| 328 | + ], |
| 329 | + "idempotent":true |
| 330 | + }, |
300 | 331 | "ListEventDataStores":{
|
301 | 332 | "name":"ListEventDataStores",
|
302 | 333 | "http":{
|
|
686 | 717 | "QueryStatus":{"shape":"QueryStatus"}
|
687 | 718 | }
|
688 | 719 | },
|
| 720 | + "Channel":{ |
| 721 | + "type":"structure", |
| 722 | + "members":{ |
| 723 | + "ChannelArn":{"shape":"ChannelArn"}, |
| 724 | + "Name":{"shape":"ChannelName"} |
| 725 | + } |
| 726 | + }, |
| 727 | + "ChannelARNInvalidException":{ |
| 728 | + "type":"structure", |
| 729 | + "members":{ |
| 730 | + }, |
| 731 | + "exception":true |
| 732 | + }, |
| 733 | + "ChannelArn":{ |
| 734 | + "type":"string", |
| 735 | + "max":256, |
| 736 | + "min":3, |
| 737 | + "pattern":"^[a-zA-Z0-9._/\\-:]+$" |
| 738 | + }, |
| 739 | + "ChannelName":{ |
| 740 | + "type":"string", |
| 741 | + "max":128, |
| 742 | + "min":3, |
| 743 | + "pattern":"^[a-zA-Z0-9._\\-]+$" |
| 744 | + }, |
| 745 | + "ChannelNotFoundException":{ |
| 746 | + "type":"structure", |
| 747 | + "members":{ |
| 748 | + }, |
| 749 | + "exception":true |
| 750 | + }, |
| 751 | + "Channels":{ |
| 752 | + "type":"list", |
| 753 | + "member":{"shape":"Channel"} |
| 754 | + }, |
689 | 755 | "CloudTrailARNInvalidException":{
|
690 | 756 | "type":"structure",
|
691 | 757 | "members":{
|
|
861 | 927 | "trailList":{"shape":"TrailList"}
|
862 | 928 | }
|
863 | 929 | },
|
| 930 | + "Destination":{ |
| 931 | + "type":"structure", |
| 932 | + "required":[ |
| 933 | + "Type", |
| 934 | + "Location" |
| 935 | + ], |
| 936 | + "members":{ |
| 937 | + "Type":{"shape":"DestinationType"}, |
| 938 | + "Location":{"shape":"Location"} |
| 939 | + } |
| 940 | + }, |
| 941 | + "DestinationType":{ |
| 942 | + "type":"string", |
| 943 | + "enum":[ |
| 944 | + "EVENT_DATA_STORE", |
| 945 | + "AWS_SERVICE" |
| 946 | + ] |
| 947 | + }, |
| 948 | + "Destinations":{ |
| 949 | + "type":"list", |
| 950 | + "member":{"shape":"Destination"}, |
| 951 | + "max":200, |
| 952 | + "min":1 |
| 953 | + }, |
864 | 954 | "ErrorMessage":{
|
865 | 955 | "type":"string",
|
866 | 956 | "max":1000,
|
|
1007 | 1097 | "type":"list",
|
1008 | 1098 | "member":{"shape":"String"}
|
1009 | 1099 | },
|
| 1100 | + "GetChannelRequest":{ |
| 1101 | + "type":"structure", |
| 1102 | + "required":["Channel"], |
| 1103 | + "members":{ |
| 1104 | + "Channel":{"shape":"ChannelArn"} |
| 1105 | + } |
| 1106 | + }, |
| 1107 | + "GetChannelResponse":{ |
| 1108 | + "type":"structure", |
| 1109 | + "members":{ |
| 1110 | + "ChannelArn":{"shape":"ChannelArn"}, |
| 1111 | + "Name":{"shape":"ChannelName"}, |
| 1112 | + "Source":{"shape":"Source"}, |
| 1113 | + "SourceConfig":{"shape":"SourceConfig"}, |
| 1114 | + "Destinations":{"shape":"Destinations"} |
| 1115 | + } |
| 1116 | + }, |
1010 | 1117 | "GetEventDataStoreRequest":{
|
1011 | 1118 | "type":"structure",
|
1012 | 1119 | "required":["EventDataStore"],
|
|
1340 | 1447 | },
|
1341 | 1448 | "exception":true
|
1342 | 1449 | },
|
| 1450 | + "ListChannelsMaxResultsCount":{ |
| 1451 | + "type":"integer", |
| 1452 | + "max":1000, |
| 1453 | + "min":1 |
| 1454 | + }, |
| 1455 | + "ListChannelsRequest":{ |
| 1456 | + "type":"structure", |
| 1457 | + "members":{ |
| 1458 | + "MaxResults":{"shape":"ListChannelsMaxResultsCount"}, |
| 1459 | + "NextToken":{"shape":"PaginationToken"} |
| 1460 | + } |
| 1461 | + }, |
| 1462 | + "ListChannelsResponse":{ |
| 1463 | + "type":"structure", |
| 1464 | + "members":{ |
| 1465 | + "Channels":{"shape":"Channels"}, |
| 1466 | + "NextToken":{"shape":"PaginationToken"} |
| 1467 | + } |
| 1468 | + }, |
1343 | 1469 | "ListEventDataStoresMaxResultsCount":{
|
1344 | 1470 | "type":"integer",
|
1345 | 1471 | "max":1000,
|
|
1426 | 1552 | "NextToken":{"shape":"String"}
|
1427 | 1553 | }
|
1428 | 1554 | },
|
| 1555 | + "Location":{ |
| 1556 | + "type":"string", |
| 1557 | + "max":1024, |
| 1558 | + "min":3, |
| 1559 | + "pattern":"^[a-zA-Z0-9._/\\-:]+$" |
| 1560 | + }, |
1429 | 1561 | "Long":{"type":"long"},
|
1430 | 1562 | "LookupAttribute":{
|
1431 | 1563 | "type":"structure",
|
|
1760 | 1892 | "min":0,
|
1761 | 1893 | "pattern":".*"
|
1762 | 1894 | },
|
| 1895 | + "Source":{ |
| 1896 | + "type":"string", |
| 1897 | + "max":256, |
| 1898 | + "min":1, |
| 1899 | + "pattern":".*" |
| 1900 | + }, |
| 1901 | + "SourceConfig":{ |
| 1902 | + "type":"structure", |
| 1903 | + "members":{ |
| 1904 | + "ApplyToAllRegions":{"shape":"Boolean"}, |
| 1905 | + "AdvancedEventSelectors":{"shape":"AdvancedEventSelectors"} |
| 1906 | + } |
| 1907 | + }, |
1763 | 1908 | "StartLoggingRequest":{
|
1764 | 1909 | "type":"structure",
|
1765 | 1910 | "required":["Name"],
|
|
0 commit comments