Skip to content

Commit e1ab74f

Browse files
Update Replicator Coverage Docs (#104)
* fix the replicator and persistence coverage workflow * update generated replicator coverage file --------- Co-authored-by: LocalStack Bot <localstack-bot@users.noreply.github.com>
1 parent 7234015 commit e1ab74f

File tree

2 files changed

+75
-1
lines changed

2 files changed

+75
-1
lines changed

src/data/persistence/coverage.json

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@
2727
"test_suite": true,
2828
"limitations": ""
2929
},
30+
"aiops": {
31+
"service": "aiops",
32+
"full_name": "aiops",
33+
"support": "unknown",
34+
"test_suite": false,
35+
"limitations": ""
36+
},
3037
"amp": {
3138
"service": "amp",
3239
"full_name": "amp",
@@ -1014,6 +1021,13 @@
10141021
"test_suite": false,
10151022
"limitations": ""
10161023
},
1024+
"evs": {
1025+
"service": "evs",
1026+
"full_name": "evs",
1027+
"support": "unknown",
1028+
"test_suite": false,
1029+
"limitations": ""
1030+
},
10171031
"finspace": {
10181032
"service": "finspace",
10191033
"full_name": "finspace",
@@ -1427,6 +1441,13 @@
14271441
"test_suite": false,
14281442
"limitations": ""
14291443
},
1444+
"keyspacesstreams": {
1445+
"service": "keyspacesstreams",
1446+
"full_name": "keyspacesstreams",
1447+
"support": "unknown",
1448+
"test_suite": false,
1449+
"limitations": ""
1450+
},
14301451
"kinesis": {
14311452
"service": "kinesis",
14321453
"full_name": "Kinesis",
@@ -1812,6 +1833,13 @@
18121833
"test_suite": false,
18131834
"limitations": ""
18141835
},
1836+
"mpa": {
1837+
"service": "mpa",
1838+
"full_name": "mpa",
1839+
"support": "unknown",
1840+
"test_suite": false,
1841+
"limitations": ""
1842+
},
18151843
"mq": {
18161844
"service": "mq",
18171845
"full_name": "Amazon MQ",
@@ -1910,6 +1938,13 @@
19101938
"test_suite": false,
19111939
"limitations": ""
19121940
},
1941+
"odb": {
1942+
"service": "odb",
1943+
"full_name": "odb",
1944+
"support": "unknown",
1945+
"test_suite": false,
1946+
"limitations": ""
1947+
},
19131948
"omics": {
19141949
"service": "omics",
19151950
"full_name": "omics",
@@ -2575,6 +2610,13 @@
25752610
"test_suite": false,
25762611
"limitations": ""
25772612
},
2613+
"ssm-guiconnect": {
2614+
"service": "ssm-guiconnect",
2615+
"full_name": "ssm-guiconnect",
2616+
"support": "unknown",
2617+
"test_suite": false,
2618+
"limitations": ""
2619+
},
25782620
"ssm-incidents": {
25792621
"service": "ssm-incidents",
25802622
"full_name": "ssm-incidents",
@@ -2694,6 +2736,20 @@
26942736
"test_suite": true,
26952737
"limitations": ""
26962738
},
2739+
"timestream-query": {
2740+
"service": "timestream-query",
2741+
"full_name": "Timestream Query",
2742+
"support": "unknown",
2743+
"test_suite": false,
2744+
"limitations": ""
2745+
},
2746+
"timestream-write": {
2747+
"service": "timestream-write",
2748+
"full_name": "Timestream Write",
2749+
"support": "unknown",
2750+
"test_suite": false,
2751+
"limitations": ""
2752+
},
26972753
"tnb": {
26982754
"service": "tnb",
26992755
"full_name": "tnb",
@@ -2806,6 +2862,13 @@
28062862
"test_suite": false,
28072863
"limitations": ""
28082864
},
2865+
"workspaces-instances": {
2866+
"service": "workspaces-instances",
2867+
"full_name": "workspaces-instances",
2868+
"support": "unknown",
2869+
"test_suite": false,
2870+
"limitations": ""
2871+
},
28092872
"workspaces-thin-client": {
28102873
"service": "workspaces-thin-client",
28112874
"full_name": "workspaces-thin-client",
@@ -2827,4 +2890,4 @@
28272890
"test_suite": true,
28282891
"limitations": ""
28292892
}
2830-
}
2893+
}

src/data/replicator/coverage.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,17 @@
7777
"service": "lambda",
7878
"identifier": "LayerVersionArn"
7979
},
80+
{
81+
"resource_type": "AWS::Route53::HostedZone",
82+
"policy_statements": [
83+
"cloudformation:GetResource",
84+
"route53:GetHostedZone",
85+
"route53:ListQueryLoggingConfigs",
86+
"route53:ListTagsForResource"
87+
],
88+
"service": "route53",
89+
"identifier": "Id"
90+
},
8091
{
8192
"resource_type": "AWS::SSM::Parameter",
8293
"policy_statements": [

0 commit comments

Comments
 (0)