aws-sdk-core 2.11.620 → 2.11.621

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,6 +27,38 @@
27
27
  {"shape":"OperationDisabledException"}
28
28
  ]
29
29
  },
30
+ "CancelReplay":{
31
+ "name":"CancelReplay",
32
+ "http":{
33
+ "method":"POST",
34
+ "requestUri":"/"
35
+ },
36
+ "input":{"shape":"CancelReplayRequest"},
37
+ "output":{"shape":"CancelReplayResponse"},
38
+ "errors":[
39
+ {"shape":"ResourceNotFoundException"},
40
+ {"shape":"ConcurrentModificationException"},
41
+ {"shape":"IllegalStatusException"},
42
+ {"shape":"InternalException"}
43
+ ]
44
+ },
45
+ "CreateArchive":{
46
+ "name":"CreateArchive",
47
+ "http":{
48
+ "method":"POST",
49
+ "requestUri":"/"
50
+ },
51
+ "input":{"shape":"CreateArchiveRequest"},
52
+ "output":{"shape":"CreateArchiveResponse"},
53
+ "errors":[
54
+ {"shape":"ConcurrentModificationException"},
55
+ {"shape":"ResourceAlreadyExistsException"},
56
+ {"shape":"ResourceNotFoundException"},
57
+ {"shape":"InternalException"},
58
+ {"shape":"LimitExceededException"},
59
+ {"shape":"InvalidEventPatternException"}
60
+ ]
61
+ },
30
62
  "CreateEventBus":{
31
63
  "name":"CreateEventBus",
32
64
  "http":{
@@ -76,6 +108,20 @@
76
108
  {"shape":"OperationDisabledException"}
77
109
  ]
78
110
  },
111
+ "DeleteArchive":{
112
+ "name":"DeleteArchive",
113
+ "http":{
114
+ "method":"POST",
115
+ "requestUri":"/"
116
+ },
117
+ "input":{"shape":"DeleteArchiveRequest"},
118
+ "output":{"shape":"DeleteArchiveResponse"},
119
+ "errors":[
120
+ {"shape":"ConcurrentModificationException"},
121
+ {"shape":"ResourceNotFoundException"},
122
+ {"shape":"InternalException"}
123
+ ]
124
+ },
79
125
  "DeleteEventBus":{
80
126
  "name":"DeleteEventBus",
81
127
  "http":{
@@ -115,6 +161,20 @@
115
161
  {"shape":"ResourceNotFoundException"}
116
162
  ]
117
163
  },
164
+ "DescribeArchive":{
165
+ "name":"DescribeArchive",
166
+ "http":{
167
+ "method":"POST",
168
+ "requestUri":"/"
169
+ },
170
+ "input":{"shape":"DescribeArchiveRequest"},
171
+ "output":{"shape":"DescribeArchiveResponse"},
172
+ "errors":[
173
+ {"shape":"ResourceAlreadyExistsException"},
174
+ {"shape":"ResourceNotFoundException"},
175
+ {"shape":"InternalException"}
176
+ ]
177
+ },
118
178
  "DescribeEventBus":{
119
179
  "name":"DescribeEventBus",
120
180
  "http":{
@@ -156,6 +216,19 @@
156
216
  {"shape":"OperationDisabledException"}
157
217
  ]
158
218
  },
219
+ "DescribeReplay":{
220
+ "name":"DescribeReplay",
221
+ "http":{
222
+ "method":"POST",
223
+ "requestUri":"/"
224
+ },
225
+ "input":{"shape":"DescribeReplayRequest"},
226
+ "output":{"shape":"DescribeReplayResponse"},
227
+ "errors":[
228
+ {"shape":"ResourceNotFoundException"},
229
+ {"shape":"InternalException"}
230
+ ]
231
+ },
159
232
  "DescribeRule":{
160
233
  "name":"DescribeRule",
161
234
  "http":{
@@ -197,6 +270,19 @@
197
270
  {"shape":"InternalException"}
198
271
  ]
199
272
  },
273
+ "ListArchives":{
274
+ "name":"ListArchives",
275
+ "http":{
276
+ "method":"POST",
277
+ "requestUri":"/"
278
+ },
279
+ "input":{"shape":"ListArchivesRequest"},
280
+ "output":{"shape":"ListArchivesResponse"},
281
+ "errors":[
282
+ {"shape":"ResourceNotFoundException"},
283
+ {"shape":"InternalException"}
284
+ ]
285
+ },
200
286
  "ListEventBuses":{
201
287
  "name":"ListEventBuses",
202
288
  "http":{
@@ -249,6 +335,18 @@
249
335
  {"shape":"OperationDisabledException"}
250
336
  ]
251
337
  },
338
+ "ListReplays":{
339
+ "name":"ListReplays",
340
+ "http":{
341
+ "method":"POST",
342
+ "requestUri":"/"
343
+ },
344
+ "input":{"shape":"ListReplaysRequest"},
345
+ "output":{"shape":"ListReplaysResponse"},
346
+ "errors":[
347
+ {"shape":"InternalException"}
348
+ ]
349
+ },
252
350
  "ListRuleNamesByTarget":{
253
351
  "name":"ListRuleNamesByTarget",
254
352
  "http":{
@@ -401,6 +499,22 @@
401
499
  {"shape":"InternalException"}
402
500
  ]
403
501
  },
502
+ "StartReplay":{
503
+ "name":"StartReplay",
504
+ "http":{
505
+ "method":"POST",
506
+ "requestUri":"/"
507
+ },
508
+ "input":{"shape":"StartReplayRequest"},
509
+ "output":{"shape":"StartReplayResponse"},
510
+ "errors":[
511
+ {"shape":"ResourceNotFoundException"},
512
+ {"shape":"ResourceAlreadyExistsException"},
513
+ {"shape":"InvalidEventPatternException"},
514
+ {"shape":"LimitExceededException"},
515
+ {"shape":"InternalException"}
516
+ ]
517
+ },
404
518
  "TagResource":{
405
519
  "name":"TagResource",
406
520
  "http":{
@@ -443,6 +557,22 @@
443
557
  {"shape":"ConcurrentModificationException"},
444
558
  {"shape":"ManagedRuleException"}
445
559
  ]
560
+ },
561
+ "UpdateArchive":{
562
+ "name":"UpdateArchive",
563
+ "http":{
564
+ "method":"POST",
565
+ "requestUri":"/"
566
+ },
567
+ "input":{"shape":"UpdateArchiveRequest"},
568
+ "output":{"shape":"UpdateArchiveResponse"},
569
+ "errors":[
570
+ {"shape":"ConcurrentModificationException"},
571
+ {"shape":"ResourceNotFoundException"},
572
+ {"shape":"InternalException"},
573
+ {"shape":"LimitExceededException"},
574
+ {"shape":"InvalidEventPatternException"}
575
+ ]
446
576
  }
447
577
  },
448
578
  "shapes":{
@@ -465,6 +595,56 @@
465
595
  "Name":{"shape":"EventSourceName"}
466
596
  }
467
597
  },
598
+ "Archive":{
599
+ "type":"structure",
600
+ "members":{
601
+ "ArchiveName":{"shape":"ArchiveName"},
602
+ "EventSourceArn":{"shape":"Arn"},
603
+ "State":{"shape":"ArchiveState"},
604
+ "StateReason":{"shape":"ArchiveStateReason"},
605
+ "RetentionDays":{"shape":"RetentionDays"},
606
+ "SizeBytes":{"shape":"Long"},
607
+ "EventCount":{"shape":"Long"},
608
+ "CreationTime":{"shape":"Timestamp"}
609
+ }
610
+ },
611
+ "ArchiveArn":{
612
+ "type":"string",
613
+ "max":1600,
614
+ "min":1,
615
+ "pattern":"^arn:aws([a-z]|\\-)*:events:([a-z]|\\d|\\-)*:([0-9]{12})?:.+\\/.+$"
616
+ },
617
+ "ArchiveDescription":{
618
+ "type":"string",
619
+ "max":512,
620
+ "pattern":".*"
621
+ },
622
+ "ArchiveName":{
623
+ "type":"string",
624
+ "max":48,
625
+ "min":1,
626
+ "pattern":"[\\.\\-_A-Za-z0-9]+"
627
+ },
628
+ "ArchiveResponseList":{
629
+ "type":"list",
630
+ "member":{"shape":"Archive"}
631
+ },
632
+ "ArchiveState":{
633
+ "type":"string",
634
+ "enum":[
635
+ "ENABLED",
636
+ "DISABLED",
637
+ "CREATING",
638
+ "UPDATING",
639
+ "CREATE_FAILED",
640
+ "UPDATE_FAILED"
641
+ ]
642
+ },
643
+ "ArchiveStateReason":{
644
+ "type":"string",
645
+ "max":512,
646
+ "pattern":".*"
647
+ },
468
648
  "Arn":{
469
649
  "type":"string",
470
650
  "max":1600,
@@ -512,6 +692,21 @@
512
692
  }
513
693
  },
514
694
  "Boolean":{"type":"boolean"},
695
+ "CancelReplayRequest":{
696
+ "type":"structure",
697
+ "required":["ReplayName"],
698
+ "members":{
699
+ "ReplayName":{"shape":"ReplayName"}
700
+ }
701
+ },
702
+ "CancelReplayResponse":{
703
+ "type":"structure",
704
+ "members":{
705
+ "ReplayArn":{"shape":"ReplayArn"},
706
+ "State":{"shape":"ReplayState"},
707
+ "StateReason":{"shape":"ReplayStateReason"}
708
+ }
709
+ },
515
710
  "ConcurrentModificationException":{
516
711
  "type":"structure",
517
712
  "members":{
@@ -531,6 +726,29 @@
531
726
  "Value":{"shape":"String"}
532
727
  }
533
728
  },
729
+ "CreateArchiveRequest":{
730
+ "type":"structure",
731
+ "required":[
732
+ "ArchiveName",
733
+ "EventSourceArn"
734
+ ],
735
+ "members":{
736
+ "ArchiveName":{"shape":"ArchiveName"},
737
+ "EventSourceArn":{"shape":"Arn"},
738
+ "Description":{"shape":"ArchiveDescription"},
739
+ "EventPattern":{"shape":"EventPattern"},
740
+ "RetentionDays":{"shape":"RetentionDays"}
741
+ }
742
+ },
743
+ "CreateArchiveResponse":{
744
+ "type":"structure",
745
+ "members":{
746
+ "ArchiveArn":{"shape":"ArchiveArn"},
747
+ "State":{"shape":"ArchiveState"},
748
+ "StateReason":{"shape":"ArchiveStateReason"},
749
+ "CreationTime":{"shape":"Timestamp"}
750
+ }
751
+ },
534
752
  "CreateEventBusRequest":{
535
753
  "type":"structure",
536
754
  "required":["Name"],
@@ -588,6 +806,18 @@
588
806
  "Arn":{"shape":"ResourceArn"}
589
807
  }
590
808
  },
809
+ "DeleteArchiveRequest":{
810
+ "type":"structure",
811
+ "required":["ArchiveName"],
812
+ "members":{
813
+ "ArchiveName":{"shape":"ArchiveName"}
814
+ }
815
+ },
816
+ "DeleteArchiveResponse":{
817
+ "type":"structure",
818
+ "members":{
819
+ }
820
+ },
591
821
  "DeleteEventBusRequest":{
592
822
  "type":"structure",
593
823
  "required":["Name"],
@@ -615,6 +845,29 @@
615
845
  "Force":{"shape":"Boolean"}
616
846
  }
617
847
  },
848
+ "DescribeArchiveRequest":{
849
+ "type":"structure",
850
+ "required":["ArchiveName"],
851
+ "members":{
852
+ "ArchiveName":{"shape":"ArchiveName"}
853
+ }
854
+ },
855
+ "DescribeArchiveResponse":{
856
+ "type":"structure",
857
+ "members":{
858
+ "ArchiveArn":{"shape":"ArchiveArn"},
859
+ "ArchiveName":{"shape":"ArchiveName"},
860
+ "EventSourceArn":{"shape":"Arn"},
861
+ "Description":{"shape":"ArchiveDescription"},
862
+ "EventPattern":{"shape":"EventPattern"},
863
+ "State":{"shape":"ArchiveState"},
864
+ "StateReason":{"shape":"ArchiveStateReason"},
865
+ "RetentionDays":{"shape":"RetentionDays"},
866
+ "SizeBytes":{"shape":"Long"},
867
+ "EventCount":{"shape":"Long"},
868
+ "CreationTime":{"shape":"Timestamp"}
869
+ }
870
+ },
618
871
  "DescribeEventBusRequest":{
619
872
  "type":"structure",
620
873
  "members":{
@@ -661,6 +914,30 @@
661
914
  "Name":{"shape":"String"}
662
915
  }
663
916
  },
917
+ "DescribeReplayRequest":{
918
+ "type":"structure",
919
+ "required":["ReplayName"],
920
+ "members":{
921
+ "ReplayName":{"shape":"ReplayName"}
922
+ }
923
+ },
924
+ "DescribeReplayResponse":{
925
+ "type":"structure",
926
+ "members":{
927
+ "ReplayName":{"shape":"ReplayName"},
928
+ "ReplayArn":{"shape":"ReplayArn"},
929
+ "Description":{"shape":"ReplayDescription"},
930
+ "State":{"shape":"ReplayState"},
931
+ "StateReason":{"shape":"ReplayStateReason"},
932
+ "EventSourceArn":{"shape":"Arn"},
933
+ "Destination":{"shape":"ReplayDestination"},
934
+ "EventStartTime":{"shape":"Timestamp"},
935
+ "EventEndTime":{"shape":"Timestamp"},
936
+ "EventLastReplayedTime":{"shape":"Timestamp"},
937
+ "ReplayStartTime":{"shape":"Timestamp"},
938
+ "ReplayEndTime":{"shape":"Timestamp"}
939
+ }
940
+ },
664
941
  "DescribeRuleRequest":{
665
942
  "type":"structure",
666
943
  "required":["Name"],
@@ -797,6 +1074,12 @@
797
1074
  "QueryStringParameters":{"shape":"QueryStringParametersMap"}
798
1075
  }
799
1076
  },
1077
+ "IllegalStatusException":{
1078
+ "type":"structure",
1079
+ "members":{
1080
+ },
1081
+ "exception":true
1082
+ },
800
1083
  "InputTransformer":{
801
1084
  "type":"structure",
802
1085
  "required":["InputTemplate"],
@@ -860,6 +1143,23 @@
860
1143
  "type":"integer",
861
1144
  "min":1
862
1145
  },
1146
+ "ListArchivesRequest":{
1147
+ "type":"structure",
1148
+ "members":{
1149
+ "NamePrefix":{"shape":"ArchiveName"},
1150
+ "EventSourceArn":{"shape":"Arn"},
1151
+ "State":{"shape":"ArchiveState"},
1152
+ "NextToken":{"shape":"NextToken"},
1153
+ "Limit":{"shape":"LimitMax100"}
1154
+ }
1155
+ },
1156
+ "ListArchivesResponse":{
1157
+ "type":"structure",
1158
+ "members":{
1159
+ "Archives":{"shape":"ArchiveResponseList"},
1160
+ "NextToken":{"shape":"NextToken"}
1161
+ }
1162
+ },
863
1163
  "ListEventBusesRequest":{
864
1164
  "type":"structure",
865
1165
  "members":{
@@ -922,6 +1222,23 @@
922
1222
  "NextToken":{"shape":"NextToken"}
923
1223
  }
924
1224
  },
1225
+ "ListReplaysRequest":{
1226
+ "type":"structure",
1227
+ "members":{
1228
+ "NamePrefix":{"shape":"ReplayName"},
1229
+ "State":{"shape":"ReplayState"},
1230
+ "EventSourceArn":{"shape":"Arn"},
1231
+ "NextToken":{"shape":"NextToken"},
1232
+ "Limit":{"shape":"LimitMax100"}
1233
+ }
1234
+ },
1235
+ "ListReplaysResponse":{
1236
+ "type":"structure",
1237
+ "members":{
1238
+ "Replays":{"shape":"ReplayList"},
1239
+ "NextToken":{"shape":"NextToken"}
1240
+ }
1241
+ },
925
1242
  "ListRuleNamesByTargetRequest":{
926
1243
  "type":"structure",
927
1244
  "required":["TargetArn"],
@@ -985,6 +1302,7 @@
985
1302
  "NextToken":{"shape":"NextToken"}
986
1303
  }
987
1304
  },
1305
+ "Long":{"type":"long"},
988
1306
  "ManagedBy":{
989
1307
  "type":"string",
990
1308
  "max":128,
@@ -1307,6 +1625,69 @@
1307
1625
  "type":"list",
1308
1626
  "member":{"shape":"RemoveTargetsResultEntry"}
1309
1627
  },
1628
+ "Replay":{
1629
+ "type":"structure",
1630
+ "members":{
1631
+ "ReplayName":{"shape":"ReplayName"},
1632
+ "EventSourceArn":{"shape":"Arn"},
1633
+ "State":{"shape":"ReplayState"},
1634
+ "StateReason":{"shape":"ReplayStateReason"},
1635
+ "EventStartTime":{"shape":"Timestamp"},
1636
+ "EventEndTime":{"shape":"Timestamp"},
1637
+ "EventLastReplayedTime":{"shape":"Timestamp"},
1638
+ "ReplayStartTime":{"shape":"Timestamp"},
1639
+ "ReplayEndTime":{"shape":"Timestamp"}
1640
+ }
1641
+ },
1642
+ "ReplayArn":{
1643
+ "type":"string",
1644
+ "max":1600,
1645
+ "min":1,
1646
+ "pattern":"^arn:aws([a-z]|\\-)*:events:([a-z]|\\d|\\-)*:([0-9]{12})?:.+\\/[\\.\\-_A-Za-z0-9]+$"
1647
+ },
1648
+ "ReplayDescription":{
1649
+ "type":"string",
1650
+ "max":512,
1651
+ "pattern":".*"
1652
+ },
1653
+ "ReplayDestination":{
1654
+ "type":"structure",
1655
+ "required":["Arn"],
1656
+ "members":{
1657
+ "Arn":{"shape":"Arn"},
1658
+ "FilterArns":{"shape":"ReplayDestinationFilters"}
1659
+ }
1660
+ },
1661
+ "ReplayDestinationFilters":{
1662
+ "type":"list",
1663
+ "member":{"shape":"Arn"}
1664
+ },
1665
+ "ReplayList":{
1666
+ "type":"list",
1667
+ "member":{"shape":"Replay"}
1668
+ },
1669
+ "ReplayName":{
1670
+ "type":"string",
1671
+ "max":64,
1672
+ "min":1,
1673
+ "pattern":"[\\.\\-_A-Za-z0-9]+"
1674
+ },
1675
+ "ReplayState":{
1676
+ "type":"string",
1677
+ "enum":[
1678
+ "STARTING",
1679
+ "RUNNING",
1680
+ "CANCELLING",
1681
+ "COMPLETED",
1682
+ "CANCELLED",
1683
+ "FAILED"
1684
+ ]
1685
+ },
1686
+ "ReplayStateReason":{
1687
+ "type":"string",
1688
+ "max":512,
1689
+ "pattern":".*"
1690
+ },
1310
1691
  "ResourceAlreadyExistsException":{
1311
1692
  "type":"structure",
1312
1693
  "members":{
@@ -1324,6 +1705,10 @@
1324
1705
  },
1325
1706
  "exception":true
1326
1707
  },
1708
+ "RetentionDays":{
1709
+ "type":"integer",
1710
+ "min":0
1711
+ },
1327
1712
  "RetryPolicy":{
1328
1713
  "type":"structure",
1329
1714
  "members":{
@@ -1436,6 +1821,33 @@
1436
1821
  "MessageGroupId":{"shape":"MessageGroupId"}
1437
1822
  }
1438
1823
  },
1824
+ "StartReplayRequest":{
1825
+ "type":"structure",
1826
+ "required":[
1827
+ "ReplayName",
1828
+ "EventSourceArn",
1829
+ "EventStartTime",
1830
+ "EventEndTime",
1831
+ "Destination"
1832
+ ],
1833
+ "members":{
1834
+ "ReplayName":{"shape":"ReplayName"},
1835
+ "Description":{"shape":"ReplayDescription"},
1836
+ "EventSourceArn":{"shape":"Arn"},
1837
+ "EventStartTime":{"shape":"Timestamp"},
1838
+ "EventEndTime":{"shape":"Timestamp"},
1839
+ "Destination":{"shape":"ReplayDestination"}
1840
+ }
1841
+ },
1842
+ "StartReplayResponse":{
1843
+ "type":"structure",
1844
+ "members":{
1845
+ "ReplayArn":{"shape":"ReplayArn"},
1846
+ "State":{"shape":"ReplayState"},
1847
+ "StateReason":{"shape":"ReplayStateReason"},
1848
+ "ReplayStartTime":{"shape":"Timestamp"}
1849
+ }
1850
+ },
1439
1851
  "StatementId":{
1440
1852
  "type":"string",
1441
1853
  "max":64,
@@ -1600,6 +2012,25 @@
1600
2012
  "type":"structure",
1601
2013
  "members":{
1602
2014
  }
2015
+ },
2016
+ "UpdateArchiveRequest":{
2017
+ "type":"structure",
2018
+ "required":["ArchiveName"],
2019
+ "members":{
2020
+ "ArchiveName":{"shape":"ArchiveName"},
2021
+ "Description":{"shape":"ArchiveDescription"},
2022
+ "EventPattern":{"shape":"EventPattern"},
2023
+ "RetentionDays":{"shape":"RetentionDays"}
2024
+ }
2025
+ },
2026
+ "UpdateArchiveResponse":{
2027
+ "type":"structure",
2028
+ "members":{
2029
+ "ArchiveArn":{"shape":"ArchiveArn"},
2030
+ "State":{"shape":"ArchiveState"},
2031
+ "StateReason":{"shape":"ArchiveStateReason"},
2032
+ "CreationTime":{"shape":"Timestamp"}
2033
+ }
1603
2034
  }
1604
2035
  }
1605
2036
  }