Skip to content

Commit 5d3bee6

Browse files
committed
update metadata
1 parent e311ba3 commit 5d3bee6

Some content is hidden

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

47 files changed

+704
-7
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "CreateAdvancedQueryHistory",
3+
"protocol": "HTTP|HTTPS",
4+
"method": "GET|POST",
5+
"pathPattern": "",
6+
"parameters": [
7+
{
8+
"name": "QuerySql",
9+
"position": "Query",
10+
"type": "String",
11+
"required": false
12+
},
13+
{
14+
"name": "SimpleQuery",
15+
"position": "Query",
16+
"type": "Boolean",
17+
"required": true
18+
}
19+
]
20+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "DeleteAdvancedQueryHistory",
3+
"protocol": "HTTP|HTTPS",
4+
"method": "GET|POST",
5+
"pathPattern": "",
6+
"parameters": [
7+
{
8+
"name": "QueryId",
9+
"position": "Query",
10+
"type": "String",
11+
"required": true
12+
}
13+
]
14+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "DescribeAdvancedQueryHistory",
3+
"protocol": "HTTP|HTTPS",
4+
"method": "GET|POST",
5+
"pathPattern": "",
6+
"parameters": []
7+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "DescribeResourceLifeCycleEvents",
3+
"protocol": "HTTP|HTTPS",
4+
"method": "GET|POST",
5+
"pathPattern": "",
6+
"parameters": [
7+
{
8+
"name": "ResourceType",
9+
"position": "Query",
10+
"type": "String",
11+
"required": false
12+
},
13+
{
14+
"name": "ServiceName",
15+
"position": "Query",
16+
"type": "String",
17+
"required": false
18+
}
19+
]
20+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "DescribeScenes",
3+
"protocol": "HTTP|HTTPS",
4+
"method": "GET|POST",
5+
"pathPattern": "",
6+
"parameters": [
7+
{
8+
"name": "SearchCode",
9+
"position": "Query",
10+
"type": "String",
11+
"required": false
12+
}
13+
]
14+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "DescribeSearchTemplates",
3+
"protocol": "HTTP|HTTPS",
4+
"method": "GET|POST",
5+
"pathPattern": "",
6+
"parameters": [
7+
{
8+
"name": "PageNumber",
9+
"position": "Query",
10+
"type": "Integer",
11+
"required": false
12+
},
13+
{
14+
"name": "PageSize",
15+
"position": "Query",
16+
"type": "Integer",
17+
"required": false
18+
},
19+
{
20+
"name": "SceneId",
21+
"position": "Query",
22+
"type": "String",
23+
"required": true
24+
}
25+
]
26+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "GetGovernanceMetrics",
3+
"protocol": "HTTPS",
4+
"method": "GET|POST",
5+
"pathPattern": "",
6+
"parameters": []
7+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "ListDataEventServices",
3+
"protocol": "HTTPS",
4+
"method": "GET|POST",
5+
"pathPattern": "",
6+
"parameters": [
7+
{
8+
"name": "MaxResults",
9+
"position": "Query",
10+
"type": "Integer",
11+
"required": false
12+
},
13+
{
14+
"name": "NextToken",
15+
"position": "Query",
16+
"type": "String",
17+
"required": false
18+
}
19+
]
20+
}

metadatas/dds/DescribeUserEncryptionKeyList.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
"type": "String",
1111
"required": true
1212
},
13+
{
14+
"name": "RoleARN",
15+
"position": "Query",
16+
"type": "String",
17+
"required": false
18+
},
1319
{
1420
"name": "TargetRegionId",
1521
"position": "Query",

metadatas/dms-enterprise/ExecuteScript.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
"type": "Boolean",
1717
"required": true
1818
},
19+
{
20+
"name": "RealLoginUserUid",
21+
"position": "Query",
22+
"type": "String",
23+
"required": false
24+
},
1925
{
2026
"name": "Script",
2127
"position": "Query",

0 commit comments

Comments
 (0)