aws-sdk-core 2.11.312 → 2.11.313
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/eventbridge/2015-10-07/api-2.json +1462 -0
- data/apis/eventbridge/2015-10-07/examples-1.json +5 -0
- data/apis/eventbridge/2015-10-07/paginators-1.json +4 -0
- data/apis/eventbridge/2015-10-07/smoke.json +18 -0
- data/apis/events/2015-10-07/api-2.json +506 -12
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/eventbridge.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +7 -2
@@ -0,0 +1,18 @@
|
|
1
|
+
{
|
2
|
+
"version": 1,
|
3
|
+
"defaultRegion": "us-west-2",
|
4
|
+
"testCases": [
|
5
|
+
{
|
6
|
+
"operationName": "ListRules",
|
7
|
+
"input": {},
|
8
|
+
"errorExpectedFromService": false
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"operationName": "DescribeRule",
|
12
|
+
"input": {
|
13
|
+
"Name": "fake-rule"
|
14
|
+
},
|
15
|
+
"errorExpectedFromService": true
|
16
|
+
}
|
17
|
+
]
|
18
|
+
}
|
@@ -12,6 +12,86 @@
|
|
12
12
|
"uid":"events-2015-10-07"
|
13
13
|
},
|
14
14
|
"operations":{
|
15
|
+
"ActivateEventSource":{
|
16
|
+
"name":"ActivateEventSource",
|
17
|
+
"http":{
|
18
|
+
"method":"POST",
|
19
|
+
"requestUri":"/"
|
20
|
+
},
|
21
|
+
"input":{"shape":"ActivateEventSourceRequest"},
|
22
|
+
"errors":[
|
23
|
+
{"shape":"ResourceNotFoundException"},
|
24
|
+
{"shape":"InvalidStateException"},
|
25
|
+
{"shape":"InternalException"}
|
26
|
+
]
|
27
|
+
},
|
28
|
+
"CreateEventBus":{
|
29
|
+
"name":"CreateEventBus",
|
30
|
+
"http":{
|
31
|
+
"method":"POST",
|
32
|
+
"requestUri":"/"
|
33
|
+
},
|
34
|
+
"input":{"shape":"CreateEventBusRequest"},
|
35
|
+
"output":{"shape":"CreateEventBusResponse"},
|
36
|
+
"errors":[
|
37
|
+
{"shape":"ResourceAlreadyExistsException"},
|
38
|
+
{"shape":"ResourceNotFoundException"},
|
39
|
+
{"shape":"InvalidStateException"},
|
40
|
+
{"shape":"InternalException"},
|
41
|
+
{"shape":"ConcurrentModificationException"},
|
42
|
+
{"shape":"LimitExceededException"}
|
43
|
+
]
|
44
|
+
},
|
45
|
+
"CreatePartnerEventSource":{
|
46
|
+
"name":"CreatePartnerEventSource",
|
47
|
+
"http":{
|
48
|
+
"method":"POST",
|
49
|
+
"requestUri":"/"
|
50
|
+
},
|
51
|
+
"input":{"shape":"CreatePartnerEventSourceRequest"},
|
52
|
+
"output":{"shape":"CreatePartnerEventSourceResponse"},
|
53
|
+
"errors":[
|
54
|
+
{"shape":"ResourceAlreadyExistsException"},
|
55
|
+
{"shape":"InternalException"},
|
56
|
+
{"shape":"ConcurrentModificationException"},
|
57
|
+
{"shape":"LimitExceededException"}
|
58
|
+
]
|
59
|
+
},
|
60
|
+
"DeactivateEventSource":{
|
61
|
+
"name":"DeactivateEventSource",
|
62
|
+
"http":{
|
63
|
+
"method":"POST",
|
64
|
+
"requestUri":"/"
|
65
|
+
},
|
66
|
+
"input":{"shape":"DeactivateEventSourceRequest"},
|
67
|
+
"errors":[
|
68
|
+
{"shape":"ResourceNotFoundException"},
|
69
|
+
{"shape":"InvalidStateException"},
|
70
|
+
{"shape":"InternalException"}
|
71
|
+
]
|
72
|
+
},
|
73
|
+
"DeleteEventBus":{
|
74
|
+
"name":"DeleteEventBus",
|
75
|
+
"http":{
|
76
|
+
"method":"POST",
|
77
|
+
"requestUri":"/"
|
78
|
+
},
|
79
|
+
"input":{"shape":"DeleteEventBusRequest"},
|
80
|
+
"errors":[
|
81
|
+
{"shape":"InternalException"}
|
82
|
+
]
|
83
|
+
},
|
84
|
+
"DeletePartnerEventSource":{
|
85
|
+
"name":"DeletePartnerEventSource",
|
86
|
+
"http":{
|
87
|
+
"method":"POST",
|
88
|
+
"requestUri":"/"
|
89
|
+
},
|
90
|
+
"input":{"shape":"DeletePartnerEventSourceRequest"},
|
91
|
+
"errors":[
|
92
|
+
{"shape":"InternalException"}
|
93
|
+
]
|
94
|
+
},
|
15
95
|
"DeleteRule":{
|
16
96
|
"name":"DeleteRule",
|
17
97
|
"http":{
|
@@ -22,7 +102,8 @@
|
|
22
102
|
"errors":[
|
23
103
|
{"shape":"ConcurrentModificationException"},
|
24
104
|
{"shape":"ManagedRuleException"},
|
25
|
-
{"shape":"InternalException"}
|
105
|
+
{"shape":"InternalException"},
|
106
|
+
{"shape":"ResourceNotFoundException"}
|
26
107
|
]
|
27
108
|
},
|
28
109
|
"DescribeEventBus":{
|
@@ -38,6 +119,32 @@
|
|
38
119
|
{"shape":"InternalException"}
|
39
120
|
]
|
40
121
|
},
|
122
|
+
"DescribeEventSource":{
|
123
|
+
"name":"DescribeEventSource",
|
124
|
+
"http":{
|
125
|
+
"method":"POST",
|
126
|
+
"requestUri":"/"
|
127
|
+
},
|
128
|
+
"input":{"shape":"DescribeEventSourceRequest"},
|
129
|
+
"output":{"shape":"DescribeEventSourceResponse"},
|
130
|
+
"errors":[
|
131
|
+
{"shape":"ResourceNotFoundException"},
|
132
|
+
{"shape":"InternalException"}
|
133
|
+
]
|
134
|
+
},
|
135
|
+
"DescribePartnerEventSource":{
|
136
|
+
"name":"DescribePartnerEventSource",
|
137
|
+
"http":{
|
138
|
+
"method":"POST",
|
139
|
+
"requestUri":"/"
|
140
|
+
},
|
141
|
+
"input":{"shape":"DescribePartnerEventSourceRequest"},
|
142
|
+
"output":{"shape":"DescribePartnerEventSourceResponse"},
|
143
|
+
"errors":[
|
144
|
+
{"shape":"ResourceNotFoundException"},
|
145
|
+
{"shape":"InternalException"}
|
146
|
+
]
|
147
|
+
},
|
41
148
|
"DescribeRule":{
|
42
149
|
"name":"DescribeRule",
|
43
150
|
"http":{
|
@@ -79,6 +186,55 @@
|
|
79
186
|
{"shape":"InternalException"}
|
80
187
|
]
|
81
188
|
},
|
189
|
+
"ListEventBuses":{
|
190
|
+
"name":"ListEventBuses",
|
191
|
+
"http":{
|
192
|
+
"method":"POST",
|
193
|
+
"requestUri":"/"
|
194
|
+
},
|
195
|
+
"input":{"shape":"ListEventBusesRequest"},
|
196
|
+
"output":{"shape":"ListEventBusesResponse"},
|
197
|
+
"errors":[
|
198
|
+
{"shape":"InternalException"}
|
199
|
+
]
|
200
|
+
},
|
201
|
+
"ListEventSources":{
|
202
|
+
"name":"ListEventSources",
|
203
|
+
"http":{
|
204
|
+
"method":"POST",
|
205
|
+
"requestUri":"/"
|
206
|
+
},
|
207
|
+
"input":{"shape":"ListEventSourcesRequest"},
|
208
|
+
"output":{"shape":"ListEventSourcesResponse"},
|
209
|
+
"errors":[
|
210
|
+
{"shape":"InternalException"}
|
211
|
+
]
|
212
|
+
},
|
213
|
+
"ListPartnerEventSourceAccounts":{
|
214
|
+
"name":"ListPartnerEventSourceAccounts",
|
215
|
+
"http":{
|
216
|
+
"method":"POST",
|
217
|
+
"requestUri":"/"
|
218
|
+
},
|
219
|
+
"input":{"shape":"ListPartnerEventSourceAccountsRequest"},
|
220
|
+
"output":{"shape":"ListPartnerEventSourceAccountsResponse"},
|
221
|
+
"errors":[
|
222
|
+
{"shape":"ResourceNotFoundException"},
|
223
|
+
{"shape":"InternalException"}
|
224
|
+
]
|
225
|
+
},
|
226
|
+
"ListPartnerEventSources":{
|
227
|
+
"name":"ListPartnerEventSources",
|
228
|
+
"http":{
|
229
|
+
"method":"POST",
|
230
|
+
"requestUri":"/"
|
231
|
+
},
|
232
|
+
"input":{"shape":"ListPartnerEventSourcesRequest"},
|
233
|
+
"output":{"shape":"ListPartnerEventSourcesResponse"},
|
234
|
+
"errors":[
|
235
|
+
{"shape":"InternalException"}
|
236
|
+
]
|
237
|
+
},
|
82
238
|
"ListRuleNamesByTarget":{
|
83
239
|
"name":"ListRuleNamesByTarget",
|
84
240
|
"http":{
|
@@ -88,7 +244,8 @@
|
|
88
244
|
"input":{"shape":"ListRuleNamesByTargetRequest"},
|
89
245
|
"output":{"shape":"ListRuleNamesByTargetResponse"},
|
90
246
|
"errors":[
|
91
|
-
{"shape":"InternalException"}
|
247
|
+
{"shape":"InternalException"},
|
248
|
+
{"shape":"ResourceNotFoundException"}
|
92
249
|
]
|
93
250
|
},
|
94
251
|
"ListRules":{
|
@@ -100,7 +257,8 @@
|
|
100
257
|
"input":{"shape":"ListRulesRequest"},
|
101
258
|
"output":{"shape":"ListRulesResponse"},
|
102
259
|
"errors":[
|
103
|
-
{"shape":"InternalException"}
|
260
|
+
{"shape":"InternalException"},
|
261
|
+
{"shape":"ResourceNotFoundException"}
|
104
262
|
]
|
105
263
|
},
|
106
264
|
"ListTagsForResource":{
|
@@ -141,6 +299,18 @@
|
|
141
299
|
{"shape":"InternalException"}
|
142
300
|
]
|
143
301
|
},
|
302
|
+
"PutPartnerEvents":{
|
303
|
+
"name":"PutPartnerEvents",
|
304
|
+
"http":{
|
305
|
+
"method":"POST",
|
306
|
+
"requestUri":"/"
|
307
|
+
},
|
308
|
+
"input":{"shape":"PutPartnerEventsRequest"},
|
309
|
+
"output":{"shape":"PutPartnerEventsResponse"},
|
310
|
+
"errors":[
|
311
|
+
{"shape":"InternalException"}
|
312
|
+
]
|
313
|
+
},
|
144
314
|
"PutPermission":{
|
145
315
|
"name":"PutPermission",
|
146
316
|
"http":{
|
@@ -168,7 +338,8 @@
|
|
168
338
|
{"shape":"LimitExceededException"},
|
169
339
|
{"shape":"ConcurrentModificationException"},
|
170
340
|
{"shape":"ManagedRuleException"},
|
171
|
-
{"shape":"InternalException"}
|
341
|
+
{"shape":"InternalException"},
|
342
|
+
{"shape":"ResourceNotFoundException"}
|
172
343
|
]
|
173
344
|
},
|
174
345
|
"PutTargets":{
|
@@ -260,12 +431,25 @@
|
|
260
431
|
}
|
261
432
|
},
|
262
433
|
"shapes":{
|
434
|
+
"AccountId":{
|
435
|
+
"type":"string",
|
436
|
+
"max":12,
|
437
|
+
"min":12,
|
438
|
+
"pattern":"\\d{12}"
|
439
|
+
},
|
263
440
|
"Action":{
|
264
441
|
"type":"string",
|
265
442
|
"max":64,
|
266
443
|
"min":1,
|
267
444
|
"pattern":"events:[a-zA-Z]+"
|
268
445
|
},
|
446
|
+
"ActivateEventSourceRequest":{
|
447
|
+
"type":"structure",
|
448
|
+
"required":["Name"],
|
449
|
+
"members":{
|
450
|
+
"Name":{"shape":"EventSourceName"}
|
451
|
+
}
|
452
|
+
},
|
269
453
|
"Arn":{
|
270
454
|
"type":"string",
|
271
455
|
"max":1600,
|
@@ -332,17 +516,75 @@
|
|
332
516
|
"Value":{"shape":"String"}
|
333
517
|
}
|
334
518
|
},
|
519
|
+
"CreateEventBusRequest":{
|
520
|
+
"type":"structure",
|
521
|
+
"required":["Name"],
|
522
|
+
"members":{
|
523
|
+
"Name":{"shape":"EventBusName"},
|
524
|
+
"EventSourceName":{"shape":"EventSourceName"}
|
525
|
+
}
|
526
|
+
},
|
527
|
+
"CreateEventBusResponse":{
|
528
|
+
"type":"structure",
|
529
|
+
"members":{
|
530
|
+
"EventBusArn":{"shape":"String"}
|
531
|
+
}
|
532
|
+
},
|
533
|
+
"CreatePartnerEventSourceRequest":{
|
534
|
+
"type":"structure",
|
535
|
+
"required":[
|
536
|
+
"Name",
|
537
|
+
"Account"
|
538
|
+
],
|
539
|
+
"members":{
|
540
|
+
"Name":{"shape":"EventSourceName"},
|
541
|
+
"Account":{"shape":"AccountId"}
|
542
|
+
}
|
543
|
+
},
|
544
|
+
"CreatePartnerEventSourceResponse":{
|
545
|
+
"type":"structure",
|
546
|
+
"members":{
|
547
|
+
"EventSourceArn":{"shape":"String"}
|
548
|
+
}
|
549
|
+
},
|
550
|
+
"DeactivateEventSourceRequest":{
|
551
|
+
"type":"structure",
|
552
|
+
"required":["Name"],
|
553
|
+
"members":{
|
554
|
+
"Name":{"shape":"EventSourceName"}
|
555
|
+
}
|
556
|
+
},
|
557
|
+
"DeleteEventBusRequest":{
|
558
|
+
"type":"structure",
|
559
|
+
"required":["Name"],
|
560
|
+
"members":{
|
561
|
+
"Name":{"shape":"EventBusName"}
|
562
|
+
}
|
563
|
+
},
|
564
|
+
"DeletePartnerEventSourceRequest":{
|
565
|
+
"type":"structure",
|
566
|
+
"required":[
|
567
|
+
"Name",
|
568
|
+
"Account"
|
569
|
+
],
|
570
|
+
"members":{
|
571
|
+
"Name":{"shape":"EventSourceName"},
|
572
|
+
"Account":{"shape":"AccountId"}
|
573
|
+
}
|
574
|
+
},
|
335
575
|
"DeleteRuleRequest":{
|
336
576
|
"type":"structure",
|
337
577
|
"required":["Name"],
|
338
578
|
"members":{
|
339
579
|
"Name":{"shape":"RuleName"},
|
580
|
+
"EventBusName":{"shape":"EventBusName"},
|
340
581
|
"Force":{"shape":"Boolean"}
|
341
582
|
}
|
342
583
|
},
|
343
584
|
"DescribeEventBusRequest":{
|
344
585
|
"type":"structure",
|
345
586
|
"members":{
|
587
|
+
"Name":{"shape":"EventBusName"}
|
346
588
|
}
|
347
589
|
},
|
348
590
|
"DescribeEventBusResponse":{
|
@@ -353,11 +595,44 @@
|
|
353
595
|
"Policy":{"shape":"String"}
|
354
596
|
}
|
355
597
|
},
|
598
|
+
"DescribeEventSourceRequest":{
|
599
|
+
"type":"structure",
|
600
|
+
"required":["Name"],
|
601
|
+
"members":{
|
602
|
+
"Name":{"shape":"EventSourceName"}
|
603
|
+
}
|
604
|
+
},
|
605
|
+
"DescribeEventSourceResponse":{
|
606
|
+
"type":"structure",
|
607
|
+
"members":{
|
608
|
+
"Arn":{"shape":"String"},
|
609
|
+
"CreatedBy":{"shape":"String"},
|
610
|
+
"CreationTime":{"shape":"Timestamp"},
|
611
|
+
"ExpirationTime":{"shape":"Timestamp"},
|
612
|
+
"Name":{"shape":"String"},
|
613
|
+
"State":{"shape":"EventSourceState"}
|
614
|
+
}
|
615
|
+
},
|
616
|
+
"DescribePartnerEventSourceRequest":{
|
617
|
+
"type":"structure",
|
618
|
+
"required":["Name"],
|
619
|
+
"members":{
|
620
|
+
"Name":{"shape":"EventSourceName"}
|
621
|
+
}
|
622
|
+
},
|
623
|
+
"DescribePartnerEventSourceResponse":{
|
624
|
+
"type":"structure",
|
625
|
+
"members":{
|
626
|
+
"Arn":{"shape":"String"},
|
627
|
+
"Name":{"shape":"String"}
|
628
|
+
}
|
629
|
+
},
|
356
630
|
"DescribeRuleRequest":{
|
357
631
|
"type":"structure",
|
358
632
|
"required":["Name"],
|
359
633
|
"members":{
|
360
|
-
"Name":{"shape":"RuleName"}
|
634
|
+
"Name":{"shape":"RuleName"},
|
635
|
+
"EventBusName":{"shape":"EventBusName"}
|
361
636
|
}
|
362
637
|
},
|
363
638
|
"DescribeRuleResponse":{
|
@@ -370,14 +645,16 @@
|
|
370
645
|
"State":{"shape":"RuleState"},
|
371
646
|
"Description":{"shape":"RuleDescription"},
|
372
647
|
"RoleArn":{"shape":"RoleArn"},
|
373
|
-
"ManagedBy":{"shape":"ManagedBy"}
|
648
|
+
"ManagedBy":{"shape":"ManagedBy"},
|
649
|
+
"EventBusName":{"shape":"EventBusName"}
|
374
650
|
}
|
375
651
|
},
|
376
652
|
"DisableRuleRequest":{
|
377
653
|
"type":"structure",
|
378
654
|
"required":["Name"],
|
379
655
|
"members":{
|
380
|
-
"Name":{"shape":"RuleName"}
|
656
|
+
"Name":{"shape":"RuleName"},
|
657
|
+
"EventBusName":{"shape":"EventBusName"}
|
381
658
|
}
|
382
659
|
},
|
383
660
|
"EcsParameters":{
|
@@ -396,11 +673,30 @@
|
|
396
673
|
"type":"structure",
|
397
674
|
"required":["Name"],
|
398
675
|
"members":{
|
399
|
-
"Name":{"shape":"RuleName"}
|
676
|
+
"Name":{"shape":"RuleName"},
|
677
|
+
"EventBusName":{"shape":"EventBusName"}
|
400
678
|
}
|
401
679
|
},
|
402
680
|
"ErrorCode":{"type":"string"},
|
403
681
|
"ErrorMessage":{"type":"string"},
|
682
|
+
"EventBus":{
|
683
|
+
"type":"structure",
|
684
|
+
"members":{
|
685
|
+
"Name":{"shape":"String"},
|
686
|
+
"Arn":{"shape":"String"},
|
687
|
+
"Policy":{"shape":"String"}
|
688
|
+
}
|
689
|
+
},
|
690
|
+
"EventBusList":{
|
691
|
+
"type":"list",
|
692
|
+
"member":{"shape":"EventBus"}
|
693
|
+
},
|
694
|
+
"EventBusName":{
|
695
|
+
"type":"string",
|
696
|
+
"max":256,
|
697
|
+
"min":1,
|
698
|
+
"pattern":"[/\\.\\-_A-Za-z0-9]+"
|
699
|
+
},
|
404
700
|
"EventId":{"type":"string"},
|
405
701
|
"EventPattern":{"type":"string"},
|
406
702
|
"EventResource":{"type":"string"},
|
@@ -408,6 +704,41 @@
|
|
408
704
|
"type":"list",
|
409
705
|
"member":{"shape":"EventResource"}
|
410
706
|
},
|
707
|
+
"EventSource":{
|
708
|
+
"type":"structure",
|
709
|
+
"members":{
|
710
|
+
"Arn":{"shape":"String"},
|
711
|
+
"CreatedBy":{"shape":"String"},
|
712
|
+
"CreationTime":{"shape":"Timestamp"},
|
713
|
+
"ExpirationTime":{"shape":"Timestamp"},
|
714
|
+
"Name":{"shape":"String"},
|
715
|
+
"State":{"shape":"EventSourceState"}
|
716
|
+
}
|
717
|
+
},
|
718
|
+
"EventSourceList":{
|
719
|
+
"type":"list",
|
720
|
+
"member":{"shape":"EventSource"}
|
721
|
+
},
|
722
|
+
"EventSourceName":{
|
723
|
+
"type":"string",
|
724
|
+
"max":256,
|
725
|
+
"min":1,
|
726
|
+
"pattern":"aws\\.partner(/[\\.\\-_A-Za-z0-9]+){2,}"
|
727
|
+
},
|
728
|
+
"EventSourceNamePrefix":{
|
729
|
+
"type":"string",
|
730
|
+
"max":256,
|
731
|
+
"min":1,
|
732
|
+
"pattern":"[/\\.\\-_A-Za-z0-9]+"
|
733
|
+
},
|
734
|
+
"EventSourceState":{
|
735
|
+
"type":"string",
|
736
|
+
"enum":[
|
737
|
+
"PENDING",
|
738
|
+
"ACTIVE",
|
739
|
+
"DELETED"
|
740
|
+
]
|
741
|
+
},
|
411
742
|
"EventTime":{"type":"timestamp"},
|
412
743
|
"InputTransformer":{
|
413
744
|
"type":"structure",
|
@@ -437,6 +768,12 @@
|
|
437
768
|
},
|
438
769
|
"exception":true
|
439
770
|
},
|
771
|
+
"InvalidStateException":{
|
772
|
+
"type":"structure",
|
773
|
+
"members":{
|
774
|
+
},
|
775
|
+
"exception":true
|
776
|
+
},
|
440
777
|
"KinesisParameters":{
|
441
778
|
"type":"structure",
|
442
779
|
"required":["PartitionKeyPath"],
|
@@ -466,11 +803,74 @@
|
|
466
803
|
"type":"integer",
|
467
804
|
"min":1
|
468
805
|
},
|
806
|
+
"ListEventBusesRequest":{
|
807
|
+
"type":"structure",
|
808
|
+
"members":{
|
809
|
+
"NamePrefix":{"shape":"EventBusName"},
|
810
|
+
"NextToken":{"shape":"NextToken"},
|
811
|
+
"Limit":{"shape":"LimitMax100"}
|
812
|
+
}
|
813
|
+
},
|
814
|
+
"ListEventBusesResponse":{
|
815
|
+
"type":"structure",
|
816
|
+
"members":{
|
817
|
+
"EventBuses":{"shape":"EventBusList"},
|
818
|
+
"NextToken":{"shape":"NextToken"}
|
819
|
+
}
|
820
|
+
},
|
821
|
+
"ListEventSourcesRequest":{
|
822
|
+
"type":"structure",
|
823
|
+
"members":{
|
824
|
+
"NamePrefix":{"shape":"EventSourceNamePrefix"},
|
825
|
+
"NextToken":{"shape":"NextToken"},
|
826
|
+
"Limit":{"shape":"LimitMax100"}
|
827
|
+
}
|
828
|
+
},
|
829
|
+
"ListEventSourcesResponse":{
|
830
|
+
"type":"structure",
|
831
|
+
"members":{
|
832
|
+
"EventSources":{"shape":"EventSourceList"},
|
833
|
+
"NextToken":{"shape":"NextToken"}
|
834
|
+
}
|
835
|
+
},
|
836
|
+
"ListPartnerEventSourceAccountsRequest":{
|
837
|
+
"type":"structure",
|
838
|
+
"required":["EventSourceName"],
|
839
|
+
"members":{
|
840
|
+
"EventSourceName":{"shape":"EventSourceName"},
|
841
|
+
"NextToken":{"shape":"NextToken"},
|
842
|
+
"Limit":{"shape":"LimitMax100"}
|
843
|
+
}
|
844
|
+
},
|
845
|
+
"ListPartnerEventSourceAccountsResponse":{
|
846
|
+
"type":"structure",
|
847
|
+
"members":{
|
848
|
+
"PartnerEventSourceAccounts":{"shape":"PartnerEventSourceAccountList"},
|
849
|
+
"NextToken":{"shape":"NextToken"}
|
850
|
+
}
|
851
|
+
},
|
852
|
+
"ListPartnerEventSourcesRequest":{
|
853
|
+
"type":"structure",
|
854
|
+
"required":["NamePrefix"],
|
855
|
+
"members":{
|
856
|
+
"NamePrefix":{"shape":"PartnerEventSourceNamePrefix"},
|
857
|
+
"NextToken":{"shape":"NextToken"},
|
858
|
+
"Limit":{"shape":"LimitMax100"}
|
859
|
+
}
|
860
|
+
},
|
861
|
+
"ListPartnerEventSourcesResponse":{
|
862
|
+
"type":"structure",
|
863
|
+
"members":{
|
864
|
+
"PartnerEventSources":{"shape":"PartnerEventSourceList"},
|
865
|
+
"NextToken":{"shape":"NextToken"}
|
866
|
+
}
|
867
|
+
},
|
469
868
|
"ListRuleNamesByTargetRequest":{
|
470
869
|
"type":"structure",
|
471
870
|
"required":["TargetArn"],
|
472
871
|
"members":{
|
473
872
|
"TargetArn":{"shape":"TargetArn"},
|
873
|
+
"EventBusName":{"shape":"EventBusName"},
|
474
874
|
"NextToken":{"shape":"NextToken"},
|
475
875
|
"Limit":{"shape":"LimitMax100"}
|
476
876
|
}
|
@@ -486,6 +886,7 @@
|
|
486
886
|
"type":"structure",
|
487
887
|
"members":{
|
488
888
|
"NamePrefix":{"shape":"RuleName"},
|
889
|
+
"EventBusName":{"shape":"EventBusName"},
|
489
890
|
"NextToken":{"shape":"NextToken"},
|
490
891
|
"Limit":{"shape":"LimitMax100"}
|
491
892
|
}
|
@@ -515,6 +916,7 @@
|
|
515
916
|
"required":["Rule"],
|
516
917
|
"members":{
|
517
918
|
"Rule":{"shape":"RuleName"},
|
919
|
+
"EventBusName":{"shape":"EventBusName"},
|
518
920
|
"NextToken":{"shape":"NextToken"},
|
519
921
|
"Limit":{"shape":"LimitMax100"}
|
520
922
|
}
|
@@ -549,6 +951,42 @@
|
|
549
951
|
"max":2048,
|
550
952
|
"min":1
|
551
953
|
},
|
954
|
+
"NonPartnerEventBusName":{
|
955
|
+
"type":"string",
|
956
|
+
"max":256,
|
957
|
+
"min":1,
|
958
|
+
"pattern":"[\\.\\-_A-Za-z0-9]+"
|
959
|
+
},
|
960
|
+
"PartnerEventSource":{
|
961
|
+
"type":"structure",
|
962
|
+
"members":{
|
963
|
+
"Arn":{"shape":"String"},
|
964
|
+
"Name":{"shape":"String"}
|
965
|
+
}
|
966
|
+
},
|
967
|
+
"PartnerEventSourceAccount":{
|
968
|
+
"type":"structure",
|
969
|
+
"members":{
|
970
|
+
"Account":{"shape":"AccountId"},
|
971
|
+
"CreationTime":{"shape":"Timestamp"},
|
972
|
+
"ExpirationTime":{"shape":"Timestamp"},
|
973
|
+
"State":{"shape":"EventSourceState"}
|
974
|
+
}
|
975
|
+
},
|
976
|
+
"PartnerEventSourceAccountList":{
|
977
|
+
"type":"list",
|
978
|
+
"member":{"shape":"PartnerEventSourceAccount"}
|
979
|
+
},
|
980
|
+
"PartnerEventSourceList":{
|
981
|
+
"type":"list",
|
982
|
+
"member":{"shape":"PartnerEventSource"}
|
983
|
+
},
|
984
|
+
"PartnerEventSourceNamePrefix":{
|
985
|
+
"type":"string",
|
986
|
+
"max":256,
|
987
|
+
"min":1,
|
988
|
+
"pattern":"aws\\.partner/[\\.\\-_A-Za-z0-9]+/[/\\.\\-_A-Za-z0-9]*"
|
989
|
+
},
|
552
990
|
"PolicyLengthExceededException":{
|
553
991
|
"type":"structure",
|
554
992
|
"members":{
|
@@ -575,7 +1013,8 @@
|
|
575
1013
|
"Source":{"shape":"String"},
|
576
1014
|
"Resources":{"shape":"EventResourceList"},
|
577
1015
|
"DetailType":{"shape":"String"},
|
578
|
-
"Detail":{"shape":"String"}
|
1016
|
+
"Detail":{"shape":"String"},
|
1017
|
+
"EventBusName":{"shape":"NonPartnerEventBusName"}
|
579
1018
|
}
|
580
1019
|
},
|
581
1020
|
"PutEventsRequestEntryList":{
|
@@ -603,6 +1042,48 @@
|
|
603
1042
|
"type":"list",
|
604
1043
|
"member":{"shape":"PutEventsResultEntry"}
|
605
1044
|
},
|
1045
|
+
"PutPartnerEventsRequest":{
|
1046
|
+
"type":"structure",
|
1047
|
+
"required":["Entries"],
|
1048
|
+
"members":{
|
1049
|
+
"Entries":{"shape":"PutPartnerEventsRequestEntryList"}
|
1050
|
+
}
|
1051
|
+
},
|
1052
|
+
"PutPartnerEventsRequestEntry":{
|
1053
|
+
"type":"structure",
|
1054
|
+
"members":{
|
1055
|
+
"Time":{"shape":"EventTime"},
|
1056
|
+
"Source":{"shape":"String"},
|
1057
|
+
"Resources":{"shape":"EventResourceList"},
|
1058
|
+
"DetailType":{"shape":"String"},
|
1059
|
+
"Detail":{"shape":"String"}
|
1060
|
+
}
|
1061
|
+
},
|
1062
|
+
"PutPartnerEventsRequestEntryList":{
|
1063
|
+
"type":"list",
|
1064
|
+
"member":{"shape":"PutPartnerEventsRequestEntry"},
|
1065
|
+
"max":20,
|
1066
|
+
"min":1
|
1067
|
+
},
|
1068
|
+
"PutPartnerEventsResponse":{
|
1069
|
+
"type":"structure",
|
1070
|
+
"members":{
|
1071
|
+
"FailedEntryCount":{"shape":"Integer"},
|
1072
|
+
"Entries":{"shape":"PutPartnerEventsResultEntryList"}
|
1073
|
+
}
|
1074
|
+
},
|
1075
|
+
"PutPartnerEventsResultEntry":{
|
1076
|
+
"type":"structure",
|
1077
|
+
"members":{
|
1078
|
+
"EventId":{"shape":"EventId"},
|
1079
|
+
"ErrorCode":{"shape":"ErrorCode"},
|
1080
|
+
"ErrorMessage":{"shape":"ErrorMessage"}
|
1081
|
+
}
|
1082
|
+
},
|
1083
|
+
"PutPartnerEventsResultEntryList":{
|
1084
|
+
"type":"list",
|
1085
|
+
"member":{"shape":"PutPartnerEventsResultEntry"}
|
1086
|
+
},
|
606
1087
|
"PutPermissionRequest":{
|
607
1088
|
"type":"structure",
|
608
1089
|
"required":[
|
@@ -611,6 +1092,7 @@
|
|
611
1092
|
"StatementId"
|
612
1093
|
],
|
613
1094
|
"members":{
|
1095
|
+
"EventBusName":{"shape":"NonPartnerEventBusName"},
|
614
1096
|
"Action":{"shape":"Action"},
|
615
1097
|
"Principal":{"shape":"Principal"},
|
616
1098
|
"StatementId":{"shape":"StatementId"},
|
@@ -627,7 +1109,8 @@
|
|
627
1109
|
"State":{"shape":"RuleState"},
|
628
1110
|
"Description":{"shape":"RuleDescription"},
|
629
1111
|
"RoleArn":{"shape":"RoleArn"},
|
630
|
-
"Tags":{"shape":"TagList"}
|
1112
|
+
"Tags":{"shape":"TagList"},
|
1113
|
+
"EventBusName":{"shape":"EventBusName"}
|
631
1114
|
}
|
632
1115
|
},
|
633
1116
|
"PutRuleResponse":{
|
@@ -644,6 +1127,7 @@
|
|
644
1127
|
],
|
645
1128
|
"members":{
|
646
1129
|
"Rule":{"shape":"RuleName"},
|
1130
|
+
"EventBusName":{"shape":"EventBusName"},
|
647
1131
|
"Targets":{"shape":"TargetList"}
|
648
1132
|
}
|
649
1133
|
},
|
@@ -670,7 +1154,8 @@
|
|
670
1154
|
"type":"structure",
|
671
1155
|
"required":["StatementId"],
|
672
1156
|
"members":{
|
673
|
-
"StatementId":{"shape":"StatementId"}
|
1157
|
+
"StatementId":{"shape":"StatementId"},
|
1158
|
+
"EventBusName":{"shape":"NonPartnerEventBusName"}
|
674
1159
|
}
|
675
1160
|
},
|
676
1161
|
"RemoveTargetsRequest":{
|
@@ -681,6 +1166,7 @@
|
|
681
1166
|
],
|
682
1167
|
"members":{
|
683
1168
|
"Rule":{"shape":"RuleName"},
|
1169
|
+
"EventBusName":{"shape":"EventBusName"},
|
684
1170
|
"Ids":{"shape":"TargetIdList"},
|
685
1171
|
"Force":{"shape":"Boolean"}
|
686
1172
|
}
|
@@ -704,6 +1190,12 @@
|
|
704
1190
|
"type":"list",
|
705
1191
|
"member":{"shape":"RemoveTargetsResultEntry"}
|
706
1192
|
},
|
1193
|
+
"ResourceAlreadyExistsException":{
|
1194
|
+
"type":"structure",
|
1195
|
+
"members":{
|
1196
|
+
},
|
1197
|
+
"exception":true
|
1198
|
+
},
|
707
1199
|
"ResourceNotFoundException":{
|
708
1200
|
"type":"structure",
|
709
1201
|
"members":{
|
@@ -725,7 +1217,8 @@
|
|
725
1217
|
"Description":{"shape":"RuleDescription"},
|
726
1218
|
"ScheduleExpression":{"shape":"ScheduleExpression"},
|
727
1219
|
"RoleArn":{"shape":"RoleArn"},
|
728
|
-
"ManagedBy":{"shape":"ManagedBy"}
|
1220
|
+
"ManagedBy":{"shape":"ManagedBy"},
|
1221
|
+
"EventBusName":{"shape":"EventBusName"}
|
729
1222
|
}
|
730
1223
|
},
|
731
1224
|
"RuleArn":{
|
@@ -937,6 +1430,7 @@
|
|
937
1430
|
"Result":{"shape":"Boolean"}
|
938
1431
|
}
|
939
1432
|
},
|
1433
|
+
"Timestamp":{"type":"timestamp"},
|
940
1434
|
"TransformerInput":{
|
941
1435
|
"type":"string",
|
942
1436
|
"max":8192,
|