Skip to content

Commit cca0ef0

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent 17376d7 commit cca0ef0

File tree

50 files changed

+3863
-569
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+3863
-569
lines changed

apis/cloudtrail/2013-11-01/api-2.json

Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,22 @@
195195
],
196196
"idempotent":true
197197
},
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+
},
198214
"GetEventDataStore":{
199215
"name":"GetEventDataStore",
200216
"http":{
@@ -297,6 +313,21 @@
297313
],
298314
"idempotent":true
299315
},
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+
},
300331
"ListEventDataStores":{
301332
"name":"ListEventDataStores",
302333
"http":{
@@ -686,6 +717,41 @@
686717
"QueryStatus":{"shape":"QueryStatus"}
687718
}
688719
},
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+
},
689755
"CloudTrailARNInvalidException":{
690756
"type":"structure",
691757
"members":{
@@ -861,6 +927,30 @@
861927
"trailList":{"shape":"TrailList"}
862928
}
863929
},
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+
},
864954
"ErrorMessage":{
865955
"type":"string",
866956
"max":1000,
@@ -1007,6 +1097,23 @@
10071097
"type":"list",
10081098
"member":{"shape":"String"}
10091099
},
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+
},
10101117
"GetEventDataStoreRequest":{
10111118
"type":"structure",
10121119
"required":["EventDataStore"],
@@ -1340,6 +1447,25 @@
13401447
},
13411448
"exception":true
13421449
},
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+
},
13431469
"ListEventDataStoresMaxResultsCount":{
13441470
"type":"integer",
13451471
"max":1000,
@@ -1426,6 +1552,12 @@
14261552
"NextToken":{"shape":"String"}
14271553
}
14281554
},
1555+
"Location":{
1556+
"type":"string",
1557+
"max":1024,
1558+
"min":3,
1559+
"pattern":"^[a-zA-Z0-9._/\\-:]+$"
1560+
},
14291561
"Long":{"type":"long"},
14301562
"LookupAttribute":{
14311563
"type":"structure",
@@ -1760,6 +1892,19 @@
17601892
"min":0,
17611893
"pattern":".*"
17621894
},
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+
},
17631908
"StartLoggingRequest":{
17641909
"type":"structure",
17651910
"required":["Name"],

0 commit comments

Comments
 (0)