Skip to content

Commit e652c54

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent dca0f17 commit e652c54

File tree

1,843 files changed

+6522
-1989
lines changed

Some content is hidden

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

1,843 files changed

+6522
-1989
lines changed

apis/kinesis/2013-12-02/api-2.json

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,24 @@
6363
"OperationType":{"value":"control"}
6464
}
6565
},
66+
"DeleteResourcePolicy":{
67+
"name":"DeleteResourcePolicy",
68+
"http":{
69+
"method":"POST",
70+
"requestUri":"/"
71+
},
72+
"input":{"shape":"DeleteResourcePolicyInput"},
73+
"errors":[
74+
{"shape":"AccessDeniedException"},
75+
{"shape":"ResourceNotFoundException"},
76+
{"shape":"LimitExceededException"},
77+
{"shape":"InvalidArgumentException"},
78+
{"shape":"ResourceInUseException"}
79+
],
80+
"staticContextParams":{
81+
"OperationType":{"value":"control"}
82+
}
83+
},
6684
"DeleteStream":{
6785
"name":"DeleteStream",
6886
"http":{
@@ -225,6 +243,24 @@
225243
"OperationType":{"value":"data"}
226244
}
227245
},
246+
"GetResourcePolicy":{
247+
"name":"GetResourcePolicy",
248+
"http":{
249+
"method":"POST",
250+
"requestUri":"/"
251+
},
252+
"input":{"shape":"GetResourcePolicyInput"},
253+
"output":{"shape":"GetResourcePolicyOutput"},
254+
"errors":[
255+
{"shape":"AccessDeniedException"},
256+
{"shape":"ResourceNotFoundException"},
257+
{"shape":"LimitExceededException"},
258+
{"shape":"InvalidArgumentException"}
259+
],
260+
"staticContextParams":{
261+
"OperationType":{"value":"control"}
262+
}
263+
},
228264
"GetShardIterator":{
229265
"name":"GetShardIterator",
230266
"http":{
@@ -399,6 +435,24 @@
399435
"OperationType":{"value":"data"}
400436
}
401437
},
438+
"PutResourcePolicy":{
439+
"name":"PutResourcePolicy",
440+
"http":{
441+
"method":"POST",
442+
"requestUri":"/"
443+
},
444+
"input":{"shape":"PutResourcePolicyInput"},
445+
"errors":[
446+
{"shape":"AccessDeniedException"},
447+
{"shape":"ResourceNotFoundException"},
448+
{"shape":"LimitExceededException"},
449+
{"shape":"InvalidArgumentException"},
450+
{"shape":"ResourceInUseException"}
451+
],
452+
"staticContextParams":{
453+
"OperationType":{"value":"control"}
454+
}
455+
},
402456
"RegisterStreamConsumer":{
403457
"name":"RegisterStreamConsumer",
404458
"http":{
@@ -678,6 +732,16 @@
678732
}
679733
}
680734
},
735+
"DeleteResourcePolicyInput":{
736+
"type":"structure",
737+
"required":["ResourceARN"],
738+
"members":{
739+
"ResourceARN":{
740+
"shape":"ResourceARN",
741+
"contextParam":{"name":"ResourceARN"}
742+
}
743+
}
744+
},
681745
"DeleteStreamInput":{
682746
"type":"structure",
683747
"members":{
@@ -878,6 +942,23 @@
878942
"ChildShards":{"shape":"ChildShardList"}
879943
}
880944
},
945+
"GetResourcePolicyInput":{
946+
"type":"structure",
947+
"required":["ResourceARN"],
948+
"members":{
949+
"ResourceARN":{
950+
"shape":"ResourceARN",
951+
"contextParam":{"name":"ResourceARN"}
952+
}
953+
}
954+
},
955+
"GetResourcePolicyOutput":{
956+
"type":"structure",
957+
"required":["Policy"],
958+
"members":{
959+
"Policy":{"shape":"Policy"}
960+
}
961+
},
881962
"GetShardIteratorInput":{
882963
"type":"structure",
883964
"required":[
@@ -1163,6 +1244,7 @@
11631244
"max":256,
11641245
"min":1
11651246
},
1247+
"Policy":{"type":"string"},
11661248
"PositiveIntegerObject":{
11671249
"type":"integer",
11681250
"min":1
@@ -1258,6 +1340,20 @@
12581340
"max":500,
12591341
"min":1
12601342
},
1343+
"PutResourcePolicyInput":{
1344+
"type":"structure",
1345+
"required":[
1346+
"ResourceARN",
1347+
"Policy"
1348+
],
1349+
"members":{
1350+
"ResourceARN":{
1351+
"shape":"ResourceARN",
1352+
"contextParam":{"name":"ResourceARN"}
1353+
},
1354+
"Policy":{"shape":"Policy"}
1355+
}
1356+
},
12611357
"Record":{
12621358
"type":"structure",
12631359
"required":[
@@ -1310,6 +1406,12 @@
13101406
}
13111407
}
13121408
},
1409+
"ResourceARN":{
1410+
"type":"string",
1411+
"max":2048,
1412+
"min":1,
1413+
"pattern":"arn:aws.*:kinesis:.*:\\d{12}:.*stream/\\S+"
1414+
},
13131415
"ResourceInUseException":{
13141416
"type":"structure",
13151417
"members":{

apis/kinesis/2013-12-02/docs-2.json

Lines changed: 59 additions & 21 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)