@n8n-dev/n8n-nodes-amazonaws-pi 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +105 -0
- package/dist/banner.svg +119 -0
- package/dist/credentials/AmazonawsPiApi.credentials.d.ts +9 -0
- package/dist/credentials/AmazonawsPiApi.credentials.js +49 -0
- package/dist/credentials/AmazonawsPiApi.credentials.js.map +1 -0
- package/dist/icons/amazonaws-pi.dark.png +0 -0
- package/dist/icons/amazonaws-pi.png +0 -0
- package/dist/nodes/AmazonawsPi/AmazonawsPi.node.d.ts +4 -0
- package/dist/nodes/AmazonawsPi/AmazonawsPi.node.js +54 -0
- package/dist/nodes/AmazonawsPi/AmazonawsPi.node.js.map +1 -0
- package/dist/nodes/AmazonawsPi/AmazonawsPi.node.json +20 -0
- package/dist/nodes/AmazonawsPi/amazonaws-pi.dark.png +0 -0
- package/dist/nodes/AmazonawsPi/amazonaws-pi.png +0 -0
- package/dist/nodes/AmazonawsPi/resources/default/index.d.ts +2 -0
- package/dist/nodes/AmazonawsPi/resources/default/index.js +1781 -0
- package/dist/nodes/AmazonawsPi/resources/default/index.js.map +1 -0
- package/dist/nodes/AmazonawsPi/resources/index.d.ts +1 -0
- package/dist/nodes/AmazonawsPi/resources/index.js +6 -0
- package/dist/nodes/AmazonawsPi/resources/index.js.map +1 -0
- package/dist/package.json +62 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +62 -0
|
@@ -0,0 +1,1781 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.defaultDescription = void 0;
|
|
4
|
+
exports.defaultDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Default"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Describe Dimension Keys",
|
|
20
|
+
"value": "Describe Dimension Keys",
|
|
21
|
+
"action": "Describe Dimension Keys",
|
|
22
|
+
"description": "<p>For a specific time period, retrieve the top <code>N</code> dimension keys for a metric. </p> <note> <p>Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, only the first 500 bytes are returned.</p> </note>",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "POST",
|
|
26
|
+
"url": "=/#X-Amz-Target=PerformanceInsightsv20180227.DescribeDimensionKeys"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Get Dimension Key Details",
|
|
32
|
+
"value": "Get Dimension Key Details",
|
|
33
|
+
"action": "Get Dimension Key Details",
|
|
34
|
+
"description": "Get the attributes of the specified dimension group for a DB instance or data source. For example, if you specify a SQL ID, <code>GetDimensionKeyDetails</code> retrieves the full text of the dimension <code>db.sql.statement</code> associated with this ID. This operation is useful because <code>GetResourceMetrics</code> and <code>DescribeDimensionKeys</code> don't support retrieval of large SQL statement text.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "POST",
|
|
38
|
+
"url": "=/#X-Amz-Target=PerformanceInsightsv20180227.GetDimensionKeyDetails"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Get Resource Metadata",
|
|
44
|
+
"value": "Get Resource Metadata",
|
|
45
|
+
"action": "Get Resource Metadata",
|
|
46
|
+
"description": "Retrieve the metadata for different features. For example, the metadata might indicate that a feature is turned on or off on a specific DB instance. ",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "POST",
|
|
50
|
+
"url": "=/#X-Amz-Target=PerformanceInsightsv20180227.GetResourceMetadata"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Get Resource Metrics",
|
|
56
|
+
"value": "Get Resource Metrics",
|
|
57
|
+
"action": "Get Resource Metrics",
|
|
58
|
+
"description": "<p>Retrieve Performance Insights metrics for a set of data sources over a time period. You can provide specific dimension groups and dimensions, and provide aggregation and filtering criteria for each group.</p> <note> <p>Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, only the first 500 bytes are returned.</p> </note>",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "POST",
|
|
62
|
+
"url": "=/#X-Amz-Target=PerformanceInsightsv20180227.GetResourceMetrics"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "List Available Resource Dimensions",
|
|
68
|
+
"value": "List Available Resource Dimensions",
|
|
69
|
+
"action": "List Available Resource Dimensions",
|
|
70
|
+
"description": "Retrieve the dimensions that can be queried for each specified metric type on a specified DB instance.",
|
|
71
|
+
"routing": {
|
|
72
|
+
"request": {
|
|
73
|
+
"method": "POST",
|
|
74
|
+
"url": "=/#X-Amz-Target=PerformanceInsightsv20180227.ListAvailableResourceDimensions"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "List Available Resource Metrics",
|
|
80
|
+
"value": "List Available Resource Metrics",
|
|
81
|
+
"action": "List Available Resource Metrics",
|
|
82
|
+
"description": "Retrieve metrics of the specified types that can be queried for a specified DB instance. ",
|
|
83
|
+
"routing": {
|
|
84
|
+
"request": {
|
|
85
|
+
"method": "POST",
|
|
86
|
+
"url": "=/#X-Amz-Target=PerformanceInsightsv20180227.ListAvailableResourceMetrics"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"default": ""
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"displayName": "POST /#X-Amz-Target=PerformanceInsightsv20180227.DescribeDimensionKeys",
|
|
95
|
+
"name": "operation",
|
|
96
|
+
"type": "notice",
|
|
97
|
+
"typeOptions": {
|
|
98
|
+
"theme": "info"
|
|
99
|
+
},
|
|
100
|
+
"default": "",
|
|
101
|
+
"displayOptions": {
|
|
102
|
+
"show": {
|
|
103
|
+
"resource": [
|
|
104
|
+
"Default"
|
|
105
|
+
],
|
|
106
|
+
"operation": [
|
|
107
|
+
"Describe Dimension Keys"
|
|
108
|
+
]
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"displayName": "Max Results",
|
|
114
|
+
"name": "MaxResults",
|
|
115
|
+
"description": "Pagination limit",
|
|
116
|
+
"default": "",
|
|
117
|
+
"type": "string",
|
|
118
|
+
"routing": {
|
|
119
|
+
"send": {
|
|
120
|
+
"type": "query",
|
|
121
|
+
"property": "MaxResults",
|
|
122
|
+
"value": "={{ $value }}",
|
|
123
|
+
"propertyInDotNotation": false
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"displayOptions": {
|
|
127
|
+
"show": {
|
|
128
|
+
"resource": [
|
|
129
|
+
"Default"
|
|
130
|
+
],
|
|
131
|
+
"operation": [
|
|
132
|
+
"Describe Dimension Keys"
|
|
133
|
+
]
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"displayName": "Next Token",
|
|
139
|
+
"name": "NextToken",
|
|
140
|
+
"description": "Pagination token",
|
|
141
|
+
"default": "",
|
|
142
|
+
"type": "string",
|
|
143
|
+
"routing": {
|
|
144
|
+
"send": {
|
|
145
|
+
"type": "query",
|
|
146
|
+
"property": "NextToken",
|
|
147
|
+
"value": "={{ $value }}",
|
|
148
|
+
"propertyInDotNotation": false
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
"displayOptions": {
|
|
152
|
+
"show": {
|
|
153
|
+
"resource": [
|
|
154
|
+
"Default"
|
|
155
|
+
],
|
|
156
|
+
"operation": [
|
|
157
|
+
"Describe Dimension Keys"
|
|
158
|
+
]
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"displayName": "X Amz Target",
|
|
164
|
+
"name": "X-Amz-Target",
|
|
165
|
+
"required": true,
|
|
166
|
+
"default": "PerformanceInsightsv20180227.DescribeDimensionKeys",
|
|
167
|
+
"type": "options",
|
|
168
|
+
"options": [
|
|
169
|
+
{
|
|
170
|
+
"name": "Performance Insightsv 20180227 Describe Dimension Keys",
|
|
171
|
+
"value": "PerformanceInsightsv20180227.DescribeDimensionKeys"
|
|
172
|
+
}
|
|
173
|
+
],
|
|
174
|
+
"routing": {
|
|
175
|
+
"request": {
|
|
176
|
+
"headers": {
|
|
177
|
+
"X-Amz-Target": "={{ $value }}"
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"displayOptions": {
|
|
182
|
+
"show": {
|
|
183
|
+
"resource": [
|
|
184
|
+
"Default"
|
|
185
|
+
],
|
|
186
|
+
"operation": [
|
|
187
|
+
"Describe Dimension Keys"
|
|
188
|
+
]
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"required": true,
|
|
194
|
+
"displayName": "Service Type",
|
|
195
|
+
"name": "ServiceType",
|
|
196
|
+
"type": "options",
|
|
197
|
+
"default": "RDS",
|
|
198
|
+
"description": "<p>The Amazon Web Services service for which Performance Insights will return metrics. Valid values are as follows:</p> <ul> <li> <p> <code>RDS</code> </p> </li> <li> <p> <code>DOCDB</code> </p> </li> </ul>",
|
|
199
|
+
"options": [
|
|
200
|
+
{
|
|
201
|
+
"name": "RDS",
|
|
202
|
+
"value": "RDS"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"name": "DOCDB",
|
|
206
|
+
"value": "DOCDB"
|
|
207
|
+
}
|
|
208
|
+
],
|
|
209
|
+
"routing": {
|
|
210
|
+
"send": {
|
|
211
|
+
"property": "ServiceType",
|
|
212
|
+
"propertyInDotNotation": false,
|
|
213
|
+
"type": "body",
|
|
214
|
+
"value": "={{ $value }}"
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
"displayOptions": {
|
|
218
|
+
"show": {
|
|
219
|
+
"resource": [
|
|
220
|
+
"Default"
|
|
221
|
+
],
|
|
222
|
+
"operation": [
|
|
223
|
+
"Describe Dimension Keys"
|
|
224
|
+
]
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"required": true,
|
|
230
|
+
"displayName": "Identifier",
|
|
231
|
+
"name": "Identifier",
|
|
232
|
+
"type": "string",
|
|
233
|
+
"default": "",
|
|
234
|
+
"description": "<p>An immutable, Amazon Web Services Region-unique identifier for a data source. Performance Insights gathers metrics from this data source.</p> <p>To use an Amazon RDS instance as a data source, you specify its <code>DbiResourceId</code> value. For example, specify <code>db-FAIHNTYBKTGAUSUZQYPDS2GW4A</code>. </p>",
|
|
235
|
+
"routing": {
|
|
236
|
+
"send": {
|
|
237
|
+
"property": "Identifier",
|
|
238
|
+
"propertyInDotNotation": false,
|
|
239
|
+
"type": "body",
|
|
240
|
+
"value": "={{ $value }}"
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
"displayOptions": {
|
|
244
|
+
"show": {
|
|
245
|
+
"resource": [
|
|
246
|
+
"Default"
|
|
247
|
+
],
|
|
248
|
+
"operation": [
|
|
249
|
+
"Describe Dimension Keys"
|
|
250
|
+
]
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"required": true,
|
|
256
|
+
"displayName": "Start Time",
|
|
257
|
+
"name": "StartTime",
|
|
258
|
+
"type": "string",
|
|
259
|
+
"default": "",
|
|
260
|
+
"description": "<p>The date and time specifying the beginning of the requested time series data. You must specify a <code>StartTime</code> within the past 7 days. The value specified is <i>inclusive</i>, which means that data points equal to or greater than <code>StartTime</code> are returned. </p> <p>The value for <code>StartTime</code> must be earlier than the value for <code>EndTime</code>. </p>",
|
|
261
|
+
"routing": {
|
|
262
|
+
"send": {
|
|
263
|
+
"property": "StartTime",
|
|
264
|
+
"propertyInDotNotation": false,
|
|
265
|
+
"type": "body",
|
|
266
|
+
"value": "={{ $value }}"
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"displayOptions": {
|
|
270
|
+
"show": {
|
|
271
|
+
"resource": [
|
|
272
|
+
"Default"
|
|
273
|
+
],
|
|
274
|
+
"operation": [
|
|
275
|
+
"Describe Dimension Keys"
|
|
276
|
+
]
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"required": true,
|
|
282
|
+
"displayName": "End Time",
|
|
283
|
+
"name": "EndTime",
|
|
284
|
+
"type": "string",
|
|
285
|
+
"default": "",
|
|
286
|
+
"description": "<p>The date and time specifying the end of the requested time series data. The value specified is <i>exclusive</i>, which means that data points less than (but not equal to) <code>EndTime</code> are returned.</p> <p>The value for <code>EndTime</code> must be later than the value for <code>StartTime</code>.</p>",
|
|
287
|
+
"routing": {
|
|
288
|
+
"send": {
|
|
289
|
+
"property": "EndTime",
|
|
290
|
+
"propertyInDotNotation": false,
|
|
291
|
+
"type": "body",
|
|
292
|
+
"value": "={{ $value }}"
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
"displayOptions": {
|
|
296
|
+
"show": {
|
|
297
|
+
"resource": [
|
|
298
|
+
"Default"
|
|
299
|
+
],
|
|
300
|
+
"operation": [
|
|
301
|
+
"Describe Dimension Keys"
|
|
302
|
+
]
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"required": true,
|
|
308
|
+
"displayName": "Metric",
|
|
309
|
+
"name": "Metric",
|
|
310
|
+
"type": "string",
|
|
311
|
+
"default": "",
|
|
312
|
+
"description": "<p>The name of a Performance Insights metric to be measured.</p> <p>Valid values for <code>Metric</code> are:</p> <ul> <li> <p> <code>db.load.avg</code> - A scaled representation of the number of active sessions for the database engine. </p> </li> <li> <p> <code>db.sampledload.avg</code> - The raw number of active sessions for the database engine. </p> </li> </ul> <p>If the number of active sessions is less than an internal Performance Insights threshold, <code>db.load.avg</code> and <code>db.sampledload.avg</code> are the same value. If the number of active sessions is greater than the internal threshold, Performance Insights samples the active sessions, with <code>db.load.avg</code> showing the scaled values, <code>db.sampledload.avg</code> showing the raw values, and <code>db.sampledload.avg</code> less than <code>db.load.avg</code>. For most use cases, you can query <code>db.load.avg</code> only. </p>",
|
|
313
|
+
"routing": {
|
|
314
|
+
"send": {
|
|
315
|
+
"property": "Metric",
|
|
316
|
+
"propertyInDotNotation": false,
|
|
317
|
+
"type": "body",
|
|
318
|
+
"value": "={{ $value }}"
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
"displayOptions": {
|
|
322
|
+
"show": {
|
|
323
|
+
"resource": [
|
|
324
|
+
"Default"
|
|
325
|
+
],
|
|
326
|
+
"operation": [
|
|
327
|
+
"Describe Dimension Keys"
|
|
328
|
+
]
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"displayName": "Period In Seconds",
|
|
334
|
+
"name": "PeriodInSeconds",
|
|
335
|
+
"type": "number",
|
|
336
|
+
"default": 0,
|
|
337
|
+
"description": "<p>The granularity, in seconds, of the data points returned from Performance Insights. A period can be as short as one second, or as long as one day (86400 seconds). Valid values are: </p> <ul> <li> <p> <code>1</code> (one second)</p> </li> <li> <p> <code>60</code> (one minute)</p> </li> <li> <p> <code>300</code> (five minutes)</p> </li> <li> <p> <code>3600</code> (one hour)</p> </li> <li> <p> <code>86400</code> (twenty-four hours)</p> </li> </ul> <p>If you don't specify <code>PeriodInSeconds</code>, then Performance Insights chooses a value for you, with a goal of returning roughly 100-200 data points in the response. </p>",
|
|
338
|
+
"routing": {
|
|
339
|
+
"send": {
|
|
340
|
+
"property": "PeriodInSeconds",
|
|
341
|
+
"propertyInDotNotation": false,
|
|
342
|
+
"type": "body",
|
|
343
|
+
"value": "={{ $value }}"
|
|
344
|
+
}
|
|
345
|
+
},
|
|
346
|
+
"displayOptions": {
|
|
347
|
+
"show": {
|
|
348
|
+
"resource": [
|
|
349
|
+
"Default"
|
|
350
|
+
],
|
|
351
|
+
"operation": [
|
|
352
|
+
"Describe Dimension Keys"
|
|
353
|
+
]
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"required": true,
|
|
359
|
+
"displayName": "Group By",
|
|
360
|
+
"name": "GroupBy",
|
|
361
|
+
"type": "json",
|
|
362
|
+
"default": "{\n \"Dimensions\": {},\n \"Limit\": {}\n}",
|
|
363
|
+
"description": "A specification for how to aggregate the data points from a query result. You must specify a valid dimension group. Performance Insights returns all dimensions within this group, unless you provide the names of specific dimensions within this group. You can also request that Performance Insights return a limited number of values for a dimension. ",
|
|
364
|
+
"routing": {
|
|
365
|
+
"send": {
|
|
366
|
+
"property": "GroupBy",
|
|
367
|
+
"propertyInDotNotation": false,
|
|
368
|
+
"type": "body",
|
|
369
|
+
"value": "={{ JSON.parse($value) }}"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
"displayOptions": {
|
|
373
|
+
"show": {
|
|
374
|
+
"resource": [
|
|
375
|
+
"Default"
|
|
376
|
+
],
|
|
377
|
+
"operation": [
|
|
378
|
+
"Describe Dimension Keys"
|
|
379
|
+
]
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"displayName": "Additional Metrics",
|
|
385
|
+
"name": "AdditionalMetrics",
|
|
386
|
+
"type": "json",
|
|
387
|
+
"default": "[\n null\n]",
|
|
388
|
+
"description": "Additional metrics for the top <code>N</code> dimension keys. If the specified dimension group in the <code>GroupBy</code> parameter is <code>db.sql_tokenized</code>, you can specify per-SQL metrics to get the values for the top <code>N</code> SQL digests. The response syntax is as follows: <code>\"AdditionalMetrics\" : { \"<i>string</i>\" : \"<i>string</i>\" }</code>. ",
|
|
389
|
+
"routing": {
|
|
390
|
+
"send": {
|
|
391
|
+
"property": "AdditionalMetrics",
|
|
392
|
+
"propertyInDotNotation": false,
|
|
393
|
+
"type": "body",
|
|
394
|
+
"value": "={{ JSON.parse($value) }}"
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
"displayOptions": {
|
|
398
|
+
"show": {
|
|
399
|
+
"resource": [
|
|
400
|
+
"Default"
|
|
401
|
+
],
|
|
402
|
+
"operation": [
|
|
403
|
+
"Describe Dimension Keys"
|
|
404
|
+
]
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"displayName": "Partition By",
|
|
410
|
+
"name": "PartitionBy",
|
|
411
|
+
"type": "json",
|
|
412
|
+
"default": "{\n \"Dimensions\": {},\n \"Limit\": {}\n}",
|
|
413
|
+
"description": "For each dimension specified in <code>GroupBy</code>, specify a secondary dimension to further subdivide the partition keys in the response. ",
|
|
414
|
+
"routing": {
|
|
415
|
+
"send": {
|
|
416
|
+
"property": "PartitionBy",
|
|
417
|
+
"propertyInDotNotation": false,
|
|
418
|
+
"type": "body",
|
|
419
|
+
"value": "={{ JSON.parse($value) }}"
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
"displayOptions": {
|
|
423
|
+
"show": {
|
|
424
|
+
"resource": [
|
|
425
|
+
"Default"
|
|
426
|
+
],
|
|
427
|
+
"operation": [
|
|
428
|
+
"Describe Dimension Keys"
|
|
429
|
+
]
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"displayName": "Filter",
|
|
435
|
+
"name": "Filter",
|
|
436
|
+
"type": "json",
|
|
437
|
+
"default": "{}",
|
|
438
|
+
"description": "<p>One or more filters to apply in the request. Restrictions:</p> <ul> <li> <p>Any number of filters by the same dimension, as specified in the <code>GroupBy</code> or <code>Partition</code> parameters.</p> </li> <li> <p>A single filter for any other dimension in this dimension group.</p> </li> </ul>",
|
|
439
|
+
"routing": {
|
|
440
|
+
"send": {
|
|
441
|
+
"property": "Filter",
|
|
442
|
+
"propertyInDotNotation": false,
|
|
443
|
+
"type": "body",
|
|
444
|
+
"value": "={{ JSON.parse($value) }}"
|
|
445
|
+
}
|
|
446
|
+
},
|
|
447
|
+
"displayOptions": {
|
|
448
|
+
"show": {
|
|
449
|
+
"resource": [
|
|
450
|
+
"Default"
|
|
451
|
+
],
|
|
452
|
+
"operation": [
|
|
453
|
+
"Describe Dimension Keys"
|
|
454
|
+
]
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"displayName": "Max Results",
|
|
460
|
+
"name": "MaxResults",
|
|
461
|
+
"type": "number",
|
|
462
|
+
"default": 0,
|
|
463
|
+
"description": "The maximum number of items to return in the response. If more items exist than the specified <code>MaxRecords</code> value, a pagination token is included in the response so that the remaining results can be retrieved. ",
|
|
464
|
+
"routing": {
|
|
465
|
+
"send": {
|
|
466
|
+
"property": "MaxResults",
|
|
467
|
+
"propertyInDotNotation": false,
|
|
468
|
+
"type": "body",
|
|
469
|
+
"value": "={{ $value }}"
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
"displayOptions": {
|
|
473
|
+
"show": {
|
|
474
|
+
"resource": [
|
|
475
|
+
"Default"
|
|
476
|
+
],
|
|
477
|
+
"operation": [
|
|
478
|
+
"Describe Dimension Keys"
|
|
479
|
+
]
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"displayName": "Next Token",
|
|
485
|
+
"name": "NextToken",
|
|
486
|
+
"type": "string",
|
|
487
|
+
"default": "",
|
|
488
|
+
"description": "An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by <code>MaxRecords</code>.",
|
|
489
|
+
"routing": {
|
|
490
|
+
"send": {
|
|
491
|
+
"property": "NextToken",
|
|
492
|
+
"propertyInDotNotation": false,
|
|
493
|
+
"type": "body",
|
|
494
|
+
"value": "={{ $value }}"
|
|
495
|
+
}
|
|
496
|
+
},
|
|
497
|
+
"displayOptions": {
|
|
498
|
+
"show": {
|
|
499
|
+
"resource": [
|
|
500
|
+
"Default"
|
|
501
|
+
],
|
|
502
|
+
"operation": [
|
|
503
|
+
"Describe Dimension Keys"
|
|
504
|
+
]
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"displayName": "Hmac API Key",
|
|
510
|
+
"name": "security_hmac",
|
|
511
|
+
"type": "string",
|
|
512
|
+
"default": "",
|
|
513
|
+
"description": "Amazon Signature authorization v4",
|
|
514
|
+
"required": false,
|
|
515
|
+
"routing": {
|
|
516
|
+
"request": {
|
|
517
|
+
"headers": {
|
|
518
|
+
"Authorization": "={{ $value }}"
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
},
|
|
522
|
+
"displayOptions": {
|
|
523
|
+
"show": {
|
|
524
|
+
"resource": [
|
|
525
|
+
"Default"
|
|
526
|
+
],
|
|
527
|
+
"operation": [
|
|
528
|
+
"Describe Dimension Keys"
|
|
529
|
+
]
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"displayName": "POST /#X-Amz-Target=PerformanceInsightsv20180227.GetDimensionKeyDetails",
|
|
535
|
+
"name": "operation",
|
|
536
|
+
"type": "notice",
|
|
537
|
+
"typeOptions": {
|
|
538
|
+
"theme": "info"
|
|
539
|
+
},
|
|
540
|
+
"default": "",
|
|
541
|
+
"displayOptions": {
|
|
542
|
+
"show": {
|
|
543
|
+
"resource": [
|
|
544
|
+
"Default"
|
|
545
|
+
],
|
|
546
|
+
"operation": [
|
|
547
|
+
"Get Dimension Key Details"
|
|
548
|
+
]
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"displayName": "X Amz Target",
|
|
554
|
+
"name": "X-Amz-Target",
|
|
555
|
+
"required": true,
|
|
556
|
+
"default": "PerformanceInsightsv20180227.GetDimensionKeyDetails",
|
|
557
|
+
"type": "options",
|
|
558
|
+
"options": [
|
|
559
|
+
{
|
|
560
|
+
"name": "Performance Insightsv 20180227 Get Dimension Key Details",
|
|
561
|
+
"value": "PerformanceInsightsv20180227.GetDimensionKeyDetails"
|
|
562
|
+
}
|
|
563
|
+
],
|
|
564
|
+
"routing": {
|
|
565
|
+
"request": {
|
|
566
|
+
"headers": {
|
|
567
|
+
"X-Amz-Target": "={{ $value }}"
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
},
|
|
571
|
+
"displayOptions": {
|
|
572
|
+
"show": {
|
|
573
|
+
"resource": [
|
|
574
|
+
"Default"
|
|
575
|
+
],
|
|
576
|
+
"operation": [
|
|
577
|
+
"Get Dimension Key Details"
|
|
578
|
+
]
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"required": true,
|
|
584
|
+
"displayName": "Service Type",
|
|
585
|
+
"name": "ServiceType",
|
|
586
|
+
"type": "options",
|
|
587
|
+
"default": "RDS",
|
|
588
|
+
"description": "The Amazon Web Services service for which Performance Insights returns data. The only valid value is <code>RDS</code>.",
|
|
589
|
+
"options": [
|
|
590
|
+
{
|
|
591
|
+
"name": "RDS",
|
|
592
|
+
"value": "RDS"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"name": "DOCDB",
|
|
596
|
+
"value": "DOCDB"
|
|
597
|
+
}
|
|
598
|
+
],
|
|
599
|
+
"routing": {
|
|
600
|
+
"send": {
|
|
601
|
+
"property": "ServiceType",
|
|
602
|
+
"propertyInDotNotation": false,
|
|
603
|
+
"type": "body",
|
|
604
|
+
"value": "={{ $value }}"
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
"displayOptions": {
|
|
608
|
+
"show": {
|
|
609
|
+
"resource": [
|
|
610
|
+
"Default"
|
|
611
|
+
],
|
|
612
|
+
"operation": [
|
|
613
|
+
"Get Dimension Key Details"
|
|
614
|
+
]
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"required": true,
|
|
620
|
+
"displayName": "Identifier",
|
|
621
|
+
"name": "Identifier",
|
|
622
|
+
"type": "string",
|
|
623
|
+
"default": "",
|
|
624
|
+
"description": "The ID for a data source from which to gather dimension data. This ID must be immutable and unique within an Amazon Web Services Region. When a DB instance is the data source, specify its <code>DbiResourceId</code> value. For example, specify <code>db-ABCDEFGHIJKLMNOPQRSTU1VW2X</code>. ",
|
|
625
|
+
"routing": {
|
|
626
|
+
"send": {
|
|
627
|
+
"property": "Identifier",
|
|
628
|
+
"propertyInDotNotation": false,
|
|
629
|
+
"type": "body",
|
|
630
|
+
"value": "={{ $value }}"
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
"displayOptions": {
|
|
634
|
+
"show": {
|
|
635
|
+
"resource": [
|
|
636
|
+
"Default"
|
|
637
|
+
],
|
|
638
|
+
"operation": [
|
|
639
|
+
"Get Dimension Key Details"
|
|
640
|
+
]
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"required": true,
|
|
646
|
+
"displayName": "Group",
|
|
647
|
+
"name": "Group",
|
|
648
|
+
"type": "string",
|
|
649
|
+
"default": "",
|
|
650
|
+
"description": "<p>The name of the dimension group. Performance Insights searches the specified group for the dimension group ID. The following group name values are valid:</p> <ul> <li> <p> <code>db.query</code> (Amazon DocumentDB only)</p> </li> <li> <p> <code>db.sql</code> (Amazon RDS and Aurora only)</p> </li> </ul>",
|
|
651
|
+
"routing": {
|
|
652
|
+
"send": {
|
|
653
|
+
"property": "Group",
|
|
654
|
+
"propertyInDotNotation": false,
|
|
655
|
+
"type": "body",
|
|
656
|
+
"value": "={{ $value }}"
|
|
657
|
+
}
|
|
658
|
+
},
|
|
659
|
+
"displayOptions": {
|
|
660
|
+
"show": {
|
|
661
|
+
"resource": [
|
|
662
|
+
"Default"
|
|
663
|
+
],
|
|
664
|
+
"operation": [
|
|
665
|
+
"Get Dimension Key Details"
|
|
666
|
+
]
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"required": true,
|
|
672
|
+
"displayName": "Group Identifier",
|
|
673
|
+
"name": "GroupIdentifier",
|
|
674
|
+
"type": "string",
|
|
675
|
+
"default": "",
|
|
676
|
+
"description": "<p>The ID of the dimension group from which to retrieve dimension details. For dimension group <code>db.sql</code>, the group ID is <code>db.sql.id</code>. The following group ID values are valid:</p> <ul> <li> <p> <code>db.sql.id</code> for dimension group <code>db.sql</code> (Aurora and RDS only)</p> </li> <li> <p> <code>db.query.id</code> for dimension group <code>db.query</code> (DocumentDB only)</p> </li> </ul>",
|
|
677
|
+
"routing": {
|
|
678
|
+
"send": {
|
|
679
|
+
"property": "GroupIdentifier",
|
|
680
|
+
"propertyInDotNotation": false,
|
|
681
|
+
"type": "body",
|
|
682
|
+
"value": "={{ $value }}"
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
"displayOptions": {
|
|
686
|
+
"show": {
|
|
687
|
+
"resource": [
|
|
688
|
+
"Default"
|
|
689
|
+
],
|
|
690
|
+
"operation": [
|
|
691
|
+
"Get Dimension Key Details"
|
|
692
|
+
]
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"displayName": "Requested Dimensions",
|
|
698
|
+
"name": "RequestedDimensions",
|
|
699
|
+
"type": "json",
|
|
700
|
+
"default": "[\n null\n]",
|
|
701
|
+
"description": "<p>A list of dimensions to retrieve the detail data for within the given dimension group. If you don't specify this parameter, Performance Insights returns all dimension data within the specified dimension group. Specify dimension names for the following dimension groups:</p> <ul> <li> <p> <code>db.sql</code> - Specify either the full dimension name <code>db.sql.statement</code> or the short dimension name <code>statement</code> (Aurora and RDS only).</p> </li> <li> <p> <code>db.query</code> - Specify either the full dimension name <code>db.query.statement</code> or the short dimension name <code>statement</code> (DocumentDB only).</p> </li> </ul>",
|
|
702
|
+
"routing": {
|
|
703
|
+
"send": {
|
|
704
|
+
"property": "RequestedDimensions",
|
|
705
|
+
"propertyInDotNotation": false,
|
|
706
|
+
"type": "body",
|
|
707
|
+
"value": "={{ JSON.parse($value) }}"
|
|
708
|
+
}
|
|
709
|
+
},
|
|
710
|
+
"displayOptions": {
|
|
711
|
+
"show": {
|
|
712
|
+
"resource": [
|
|
713
|
+
"Default"
|
|
714
|
+
],
|
|
715
|
+
"operation": [
|
|
716
|
+
"Get Dimension Key Details"
|
|
717
|
+
]
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"displayName": "Hmac API Key",
|
|
723
|
+
"name": "security_hmac",
|
|
724
|
+
"type": "string",
|
|
725
|
+
"default": "",
|
|
726
|
+
"description": "Amazon Signature authorization v4",
|
|
727
|
+
"required": false,
|
|
728
|
+
"routing": {
|
|
729
|
+
"request": {
|
|
730
|
+
"headers": {
|
|
731
|
+
"Authorization": "={{ $value }}"
|
|
732
|
+
}
|
|
733
|
+
}
|
|
734
|
+
},
|
|
735
|
+
"displayOptions": {
|
|
736
|
+
"show": {
|
|
737
|
+
"resource": [
|
|
738
|
+
"Default"
|
|
739
|
+
],
|
|
740
|
+
"operation": [
|
|
741
|
+
"Get Dimension Key Details"
|
|
742
|
+
]
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"displayName": "POST /#X-Amz-Target=PerformanceInsightsv20180227.GetResourceMetadata",
|
|
748
|
+
"name": "operation",
|
|
749
|
+
"type": "notice",
|
|
750
|
+
"typeOptions": {
|
|
751
|
+
"theme": "info"
|
|
752
|
+
},
|
|
753
|
+
"default": "",
|
|
754
|
+
"displayOptions": {
|
|
755
|
+
"show": {
|
|
756
|
+
"resource": [
|
|
757
|
+
"Default"
|
|
758
|
+
],
|
|
759
|
+
"operation": [
|
|
760
|
+
"Get Resource Metadata"
|
|
761
|
+
]
|
|
762
|
+
}
|
|
763
|
+
}
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"displayName": "X Amz Target",
|
|
767
|
+
"name": "X-Amz-Target",
|
|
768
|
+
"required": true,
|
|
769
|
+
"default": "PerformanceInsightsv20180227.GetResourceMetadata",
|
|
770
|
+
"type": "options",
|
|
771
|
+
"options": [
|
|
772
|
+
{
|
|
773
|
+
"name": "Performance Insightsv 20180227 Get Resource Metadata",
|
|
774
|
+
"value": "PerformanceInsightsv20180227.GetResourceMetadata"
|
|
775
|
+
}
|
|
776
|
+
],
|
|
777
|
+
"routing": {
|
|
778
|
+
"request": {
|
|
779
|
+
"headers": {
|
|
780
|
+
"X-Amz-Target": "={{ $value }}"
|
|
781
|
+
}
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
"displayOptions": {
|
|
785
|
+
"show": {
|
|
786
|
+
"resource": [
|
|
787
|
+
"Default"
|
|
788
|
+
],
|
|
789
|
+
"operation": [
|
|
790
|
+
"Get Resource Metadata"
|
|
791
|
+
]
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"required": true,
|
|
797
|
+
"displayName": "Service Type",
|
|
798
|
+
"name": "ServiceType",
|
|
799
|
+
"type": "options",
|
|
800
|
+
"default": "RDS",
|
|
801
|
+
"description": "The Amazon Web Services service for which Performance Insights returns metrics.",
|
|
802
|
+
"options": [
|
|
803
|
+
{
|
|
804
|
+
"name": "RDS",
|
|
805
|
+
"value": "RDS"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"name": "DOCDB",
|
|
809
|
+
"value": "DOCDB"
|
|
810
|
+
}
|
|
811
|
+
],
|
|
812
|
+
"routing": {
|
|
813
|
+
"send": {
|
|
814
|
+
"property": "ServiceType",
|
|
815
|
+
"propertyInDotNotation": false,
|
|
816
|
+
"type": "body",
|
|
817
|
+
"value": "={{ $value }}"
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
"displayOptions": {
|
|
821
|
+
"show": {
|
|
822
|
+
"resource": [
|
|
823
|
+
"Default"
|
|
824
|
+
],
|
|
825
|
+
"operation": [
|
|
826
|
+
"Get Resource Metadata"
|
|
827
|
+
]
|
|
828
|
+
}
|
|
829
|
+
}
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"required": true,
|
|
833
|
+
"displayName": "Identifier",
|
|
834
|
+
"name": "Identifier",
|
|
835
|
+
"type": "string",
|
|
836
|
+
"default": "",
|
|
837
|
+
"description": "An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use a DB instance as a data source, specify its <code>DbiResourceId</code> value. For example, specify <code>db-ABCDEFGHIJKLMNOPQRSTU1VW2X</code>. ",
|
|
838
|
+
"routing": {
|
|
839
|
+
"send": {
|
|
840
|
+
"property": "Identifier",
|
|
841
|
+
"propertyInDotNotation": false,
|
|
842
|
+
"type": "body",
|
|
843
|
+
"value": "={{ $value }}"
|
|
844
|
+
}
|
|
845
|
+
},
|
|
846
|
+
"displayOptions": {
|
|
847
|
+
"show": {
|
|
848
|
+
"resource": [
|
|
849
|
+
"Default"
|
|
850
|
+
],
|
|
851
|
+
"operation": [
|
|
852
|
+
"Get Resource Metadata"
|
|
853
|
+
]
|
|
854
|
+
}
|
|
855
|
+
}
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"displayName": "Hmac API Key",
|
|
859
|
+
"name": "security_hmac",
|
|
860
|
+
"type": "string",
|
|
861
|
+
"default": "",
|
|
862
|
+
"description": "Amazon Signature authorization v4",
|
|
863
|
+
"required": false,
|
|
864
|
+
"routing": {
|
|
865
|
+
"request": {
|
|
866
|
+
"headers": {
|
|
867
|
+
"Authorization": "={{ $value }}"
|
|
868
|
+
}
|
|
869
|
+
}
|
|
870
|
+
},
|
|
871
|
+
"displayOptions": {
|
|
872
|
+
"show": {
|
|
873
|
+
"resource": [
|
|
874
|
+
"Default"
|
|
875
|
+
],
|
|
876
|
+
"operation": [
|
|
877
|
+
"Get Resource Metadata"
|
|
878
|
+
]
|
|
879
|
+
}
|
|
880
|
+
}
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"displayName": "POST /#X-Amz-Target=PerformanceInsightsv20180227.GetResourceMetrics",
|
|
884
|
+
"name": "operation",
|
|
885
|
+
"type": "notice",
|
|
886
|
+
"typeOptions": {
|
|
887
|
+
"theme": "info"
|
|
888
|
+
},
|
|
889
|
+
"default": "",
|
|
890
|
+
"displayOptions": {
|
|
891
|
+
"show": {
|
|
892
|
+
"resource": [
|
|
893
|
+
"Default"
|
|
894
|
+
],
|
|
895
|
+
"operation": [
|
|
896
|
+
"Get Resource Metrics"
|
|
897
|
+
]
|
|
898
|
+
}
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"displayName": "Max Results",
|
|
903
|
+
"name": "MaxResults",
|
|
904
|
+
"description": "Pagination limit",
|
|
905
|
+
"default": "",
|
|
906
|
+
"type": "string",
|
|
907
|
+
"routing": {
|
|
908
|
+
"send": {
|
|
909
|
+
"type": "query",
|
|
910
|
+
"property": "MaxResults",
|
|
911
|
+
"value": "={{ $value }}",
|
|
912
|
+
"propertyInDotNotation": false
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
"displayOptions": {
|
|
916
|
+
"show": {
|
|
917
|
+
"resource": [
|
|
918
|
+
"Default"
|
|
919
|
+
],
|
|
920
|
+
"operation": [
|
|
921
|
+
"Get Resource Metrics"
|
|
922
|
+
]
|
|
923
|
+
}
|
|
924
|
+
}
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"displayName": "Next Token",
|
|
928
|
+
"name": "NextToken",
|
|
929
|
+
"description": "Pagination token",
|
|
930
|
+
"default": "",
|
|
931
|
+
"type": "string",
|
|
932
|
+
"routing": {
|
|
933
|
+
"send": {
|
|
934
|
+
"type": "query",
|
|
935
|
+
"property": "NextToken",
|
|
936
|
+
"value": "={{ $value }}",
|
|
937
|
+
"propertyInDotNotation": false
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
"displayOptions": {
|
|
941
|
+
"show": {
|
|
942
|
+
"resource": [
|
|
943
|
+
"Default"
|
|
944
|
+
],
|
|
945
|
+
"operation": [
|
|
946
|
+
"Get Resource Metrics"
|
|
947
|
+
]
|
|
948
|
+
}
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"displayName": "X Amz Target",
|
|
953
|
+
"name": "X-Amz-Target",
|
|
954
|
+
"required": true,
|
|
955
|
+
"default": "PerformanceInsightsv20180227.GetResourceMetrics",
|
|
956
|
+
"type": "options",
|
|
957
|
+
"options": [
|
|
958
|
+
{
|
|
959
|
+
"name": "Performance Insightsv 20180227 Get Resource Metrics",
|
|
960
|
+
"value": "PerformanceInsightsv20180227.GetResourceMetrics"
|
|
961
|
+
}
|
|
962
|
+
],
|
|
963
|
+
"routing": {
|
|
964
|
+
"request": {
|
|
965
|
+
"headers": {
|
|
966
|
+
"X-Amz-Target": "={{ $value }}"
|
|
967
|
+
}
|
|
968
|
+
}
|
|
969
|
+
},
|
|
970
|
+
"displayOptions": {
|
|
971
|
+
"show": {
|
|
972
|
+
"resource": [
|
|
973
|
+
"Default"
|
|
974
|
+
],
|
|
975
|
+
"operation": [
|
|
976
|
+
"Get Resource Metrics"
|
|
977
|
+
]
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"required": true,
|
|
983
|
+
"displayName": "Service Type",
|
|
984
|
+
"name": "ServiceType",
|
|
985
|
+
"type": "options",
|
|
986
|
+
"default": "RDS",
|
|
987
|
+
"description": "<p>The Amazon Web Services service for which Performance Insights returns metrics. Valid values are as follows:</p> <ul> <li> <p> <code>RDS</code> </p> </li> <li> <p> <code>DOCDB</code> </p> </li> </ul>",
|
|
988
|
+
"options": [
|
|
989
|
+
{
|
|
990
|
+
"name": "RDS",
|
|
991
|
+
"value": "RDS"
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"name": "DOCDB",
|
|
995
|
+
"value": "DOCDB"
|
|
996
|
+
}
|
|
997
|
+
],
|
|
998
|
+
"routing": {
|
|
999
|
+
"send": {
|
|
1000
|
+
"property": "ServiceType",
|
|
1001
|
+
"propertyInDotNotation": false,
|
|
1002
|
+
"type": "body",
|
|
1003
|
+
"value": "={{ $value }}"
|
|
1004
|
+
}
|
|
1005
|
+
},
|
|
1006
|
+
"displayOptions": {
|
|
1007
|
+
"show": {
|
|
1008
|
+
"resource": [
|
|
1009
|
+
"Default"
|
|
1010
|
+
],
|
|
1011
|
+
"operation": [
|
|
1012
|
+
"Get Resource Metrics"
|
|
1013
|
+
]
|
|
1014
|
+
}
|
|
1015
|
+
}
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"required": true,
|
|
1019
|
+
"displayName": "Identifier",
|
|
1020
|
+
"name": "Identifier",
|
|
1021
|
+
"type": "string",
|
|
1022
|
+
"default": "",
|
|
1023
|
+
"description": "<p>An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. In the console, the identifier is shown as <i>ResourceID</i>. When you call <code>DescribeDBInstances</code>, the identifier is returned as <code>DbiResourceId</code>.</p> <p>To use a DB instance as a data source, specify its <code>DbiResourceId</code> value. For example, specify <code>db-ABCDEFGHIJKLMNOPQRSTU1VW2X</code>.</p>",
|
|
1024
|
+
"routing": {
|
|
1025
|
+
"send": {
|
|
1026
|
+
"property": "Identifier",
|
|
1027
|
+
"propertyInDotNotation": false,
|
|
1028
|
+
"type": "body",
|
|
1029
|
+
"value": "={{ $value }}"
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
"displayOptions": {
|
|
1033
|
+
"show": {
|
|
1034
|
+
"resource": [
|
|
1035
|
+
"Default"
|
|
1036
|
+
],
|
|
1037
|
+
"operation": [
|
|
1038
|
+
"Get Resource Metrics"
|
|
1039
|
+
]
|
|
1040
|
+
}
|
|
1041
|
+
}
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"required": true,
|
|
1045
|
+
"displayName": "Metric Queries",
|
|
1046
|
+
"name": "MetricQueries",
|
|
1047
|
+
"type": "json",
|
|
1048
|
+
"default": "[\n {\n \"GroupBy\": {},\n \"Filter\": {}\n }\n]",
|
|
1049
|
+
"description": "An array of one or more queries to perform. Each query must specify a Performance Insights metric, and can optionally specify aggregation and filtering criteria.",
|
|
1050
|
+
"routing": {
|
|
1051
|
+
"send": {
|
|
1052
|
+
"property": "MetricQueries",
|
|
1053
|
+
"propertyInDotNotation": false,
|
|
1054
|
+
"type": "body",
|
|
1055
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1056
|
+
}
|
|
1057
|
+
},
|
|
1058
|
+
"displayOptions": {
|
|
1059
|
+
"show": {
|
|
1060
|
+
"resource": [
|
|
1061
|
+
"Default"
|
|
1062
|
+
],
|
|
1063
|
+
"operation": [
|
|
1064
|
+
"Get Resource Metrics"
|
|
1065
|
+
]
|
|
1066
|
+
}
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"required": true,
|
|
1071
|
+
"displayName": "Start Time",
|
|
1072
|
+
"name": "StartTime",
|
|
1073
|
+
"type": "string",
|
|
1074
|
+
"default": "",
|
|
1075
|
+
"description": "<p>The date and time specifying the beginning of the requested time series query range. You can't specify a <code>StartTime</code> that is earlier than 7 days ago. By default, Performance Insights has 7 days of retention, but you can extend this range up to 2 years. The value specified is <i>inclusive</i>. Thus, the command returns data points equal to or greater than <code>StartTime</code>.</p> <p>The value for <code>StartTime</code> must be earlier than the value for <code>EndTime</code>.</p>",
|
|
1076
|
+
"routing": {
|
|
1077
|
+
"send": {
|
|
1078
|
+
"property": "StartTime",
|
|
1079
|
+
"propertyInDotNotation": false,
|
|
1080
|
+
"type": "body",
|
|
1081
|
+
"value": "={{ $value }}"
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
"displayOptions": {
|
|
1085
|
+
"show": {
|
|
1086
|
+
"resource": [
|
|
1087
|
+
"Default"
|
|
1088
|
+
],
|
|
1089
|
+
"operation": [
|
|
1090
|
+
"Get Resource Metrics"
|
|
1091
|
+
]
|
|
1092
|
+
}
|
|
1093
|
+
}
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"required": true,
|
|
1097
|
+
"displayName": "End Time",
|
|
1098
|
+
"name": "EndTime",
|
|
1099
|
+
"type": "string",
|
|
1100
|
+
"default": "",
|
|
1101
|
+
"description": "<p>The date and time specifying the end of the requested time series query range. The value specified is <i>exclusive</i>. Thus, the command returns data points less than (but not equal to) <code>EndTime</code>.</p> <p>The value for <code>EndTime</code> must be later than the value for <code>StartTime</code>.</p>",
|
|
1102
|
+
"routing": {
|
|
1103
|
+
"send": {
|
|
1104
|
+
"property": "EndTime",
|
|
1105
|
+
"propertyInDotNotation": false,
|
|
1106
|
+
"type": "body",
|
|
1107
|
+
"value": "={{ $value }}"
|
|
1108
|
+
}
|
|
1109
|
+
},
|
|
1110
|
+
"displayOptions": {
|
|
1111
|
+
"show": {
|
|
1112
|
+
"resource": [
|
|
1113
|
+
"Default"
|
|
1114
|
+
],
|
|
1115
|
+
"operation": [
|
|
1116
|
+
"Get Resource Metrics"
|
|
1117
|
+
]
|
|
1118
|
+
}
|
|
1119
|
+
}
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"displayName": "Period In Seconds",
|
|
1123
|
+
"name": "PeriodInSeconds",
|
|
1124
|
+
"type": "number",
|
|
1125
|
+
"default": 0,
|
|
1126
|
+
"description": "<p>The granularity, in seconds, of the data points returned from Performance Insights. A period can be as short as one second, or as long as one day (86400 seconds). Valid values are:</p> <ul> <li> <p> <code>1</code> (one second)</p> </li> <li> <p> <code>60</code> (one minute)</p> </li> <li> <p> <code>300</code> (five minutes)</p> </li> <li> <p> <code>3600</code> (one hour)</p> </li> <li> <p> <code>86400</code> (twenty-four hours)</p> </li> </ul> <p>If you don't specify <code>PeriodInSeconds</code>, then Performance Insights will choose a value for you, with a goal of returning roughly 100-200 data points in the response.</p>",
|
|
1127
|
+
"routing": {
|
|
1128
|
+
"send": {
|
|
1129
|
+
"property": "PeriodInSeconds",
|
|
1130
|
+
"propertyInDotNotation": false,
|
|
1131
|
+
"type": "body",
|
|
1132
|
+
"value": "={{ $value }}"
|
|
1133
|
+
}
|
|
1134
|
+
},
|
|
1135
|
+
"displayOptions": {
|
|
1136
|
+
"show": {
|
|
1137
|
+
"resource": [
|
|
1138
|
+
"Default"
|
|
1139
|
+
],
|
|
1140
|
+
"operation": [
|
|
1141
|
+
"Get Resource Metrics"
|
|
1142
|
+
]
|
|
1143
|
+
}
|
|
1144
|
+
}
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"displayName": "Max Results",
|
|
1148
|
+
"name": "MaxResults",
|
|
1149
|
+
"type": "number",
|
|
1150
|
+
"default": 0,
|
|
1151
|
+
"description": "The maximum number of items to return in the response. If more items exist than the specified <code>MaxRecords</code> value, a pagination token is included in the response so that the remaining results can be retrieved. ",
|
|
1152
|
+
"routing": {
|
|
1153
|
+
"send": {
|
|
1154
|
+
"property": "MaxResults",
|
|
1155
|
+
"propertyInDotNotation": false,
|
|
1156
|
+
"type": "body",
|
|
1157
|
+
"value": "={{ $value }}"
|
|
1158
|
+
}
|
|
1159
|
+
},
|
|
1160
|
+
"displayOptions": {
|
|
1161
|
+
"show": {
|
|
1162
|
+
"resource": [
|
|
1163
|
+
"Default"
|
|
1164
|
+
],
|
|
1165
|
+
"operation": [
|
|
1166
|
+
"Get Resource Metrics"
|
|
1167
|
+
]
|
|
1168
|
+
}
|
|
1169
|
+
}
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"displayName": "Next Token",
|
|
1173
|
+
"name": "NextToken",
|
|
1174
|
+
"type": "string",
|
|
1175
|
+
"default": "",
|
|
1176
|
+
"description": "An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by <code>MaxRecords</code>.",
|
|
1177
|
+
"routing": {
|
|
1178
|
+
"send": {
|
|
1179
|
+
"property": "NextToken",
|
|
1180
|
+
"propertyInDotNotation": false,
|
|
1181
|
+
"type": "body",
|
|
1182
|
+
"value": "={{ $value }}"
|
|
1183
|
+
}
|
|
1184
|
+
},
|
|
1185
|
+
"displayOptions": {
|
|
1186
|
+
"show": {
|
|
1187
|
+
"resource": [
|
|
1188
|
+
"Default"
|
|
1189
|
+
],
|
|
1190
|
+
"operation": [
|
|
1191
|
+
"Get Resource Metrics"
|
|
1192
|
+
]
|
|
1193
|
+
}
|
|
1194
|
+
}
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"displayName": "Period Alignment",
|
|
1198
|
+
"name": "PeriodAlignment",
|
|
1199
|
+
"type": "options",
|
|
1200
|
+
"default": "END_TIME",
|
|
1201
|
+
"description": "The returned timestamp which is the start or end time of the time periods. The default value is <code>END_TIME</code>.",
|
|
1202
|
+
"options": [
|
|
1203
|
+
{
|
|
1204
|
+
"name": "END TIME",
|
|
1205
|
+
"value": "END_TIME"
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
"name": "START TIME",
|
|
1209
|
+
"value": "START_TIME"
|
|
1210
|
+
}
|
|
1211
|
+
],
|
|
1212
|
+
"routing": {
|
|
1213
|
+
"send": {
|
|
1214
|
+
"property": "PeriodAlignment",
|
|
1215
|
+
"propertyInDotNotation": false,
|
|
1216
|
+
"type": "body",
|
|
1217
|
+
"value": "={{ $value }}"
|
|
1218
|
+
}
|
|
1219
|
+
},
|
|
1220
|
+
"displayOptions": {
|
|
1221
|
+
"show": {
|
|
1222
|
+
"resource": [
|
|
1223
|
+
"Default"
|
|
1224
|
+
],
|
|
1225
|
+
"operation": [
|
|
1226
|
+
"Get Resource Metrics"
|
|
1227
|
+
]
|
|
1228
|
+
}
|
|
1229
|
+
}
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"displayName": "Hmac API Key",
|
|
1233
|
+
"name": "security_hmac",
|
|
1234
|
+
"type": "string",
|
|
1235
|
+
"default": "",
|
|
1236
|
+
"description": "Amazon Signature authorization v4",
|
|
1237
|
+
"required": false,
|
|
1238
|
+
"routing": {
|
|
1239
|
+
"request": {
|
|
1240
|
+
"headers": {
|
|
1241
|
+
"Authorization": "={{ $value }}"
|
|
1242
|
+
}
|
|
1243
|
+
}
|
|
1244
|
+
},
|
|
1245
|
+
"displayOptions": {
|
|
1246
|
+
"show": {
|
|
1247
|
+
"resource": [
|
|
1248
|
+
"Default"
|
|
1249
|
+
],
|
|
1250
|
+
"operation": [
|
|
1251
|
+
"Get Resource Metrics"
|
|
1252
|
+
]
|
|
1253
|
+
}
|
|
1254
|
+
}
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"displayName": "POST /#X-Amz-Target=PerformanceInsightsv20180227.ListAvailableResourceDimensions",
|
|
1258
|
+
"name": "operation",
|
|
1259
|
+
"type": "notice",
|
|
1260
|
+
"typeOptions": {
|
|
1261
|
+
"theme": "info"
|
|
1262
|
+
},
|
|
1263
|
+
"default": "",
|
|
1264
|
+
"displayOptions": {
|
|
1265
|
+
"show": {
|
|
1266
|
+
"resource": [
|
|
1267
|
+
"Default"
|
|
1268
|
+
],
|
|
1269
|
+
"operation": [
|
|
1270
|
+
"List Available Resource Dimensions"
|
|
1271
|
+
]
|
|
1272
|
+
}
|
|
1273
|
+
}
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"displayName": "Max Results",
|
|
1277
|
+
"name": "MaxResults",
|
|
1278
|
+
"description": "Pagination limit",
|
|
1279
|
+
"default": "",
|
|
1280
|
+
"type": "string",
|
|
1281
|
+
"routing": {
|
|
1282
|
+
"send": {
|
|
1283
|
+
"type": "query",
|
|
1284
|
+
"property": "MaxResults",
|
|
1285
|
+
"value": "={{ $value }}",
|
|
1286
|
+
"propertyInDotNotation": false
|
|
1287
|
+
}
|
|
1288
|
+
},
|
|
1289
|
+
"displayOptions": {
|
|
1290
|
+
"show": {
|
|
1291
|
+
"resource": [
|
|
1292
|
+
"Default"
|
|
1293
|
+
],
|
|
1294
|
+
"operation": [
|
|
1295
|
+
"List Available Resource Dimensions"
|
|
1296
|
+
]
|
|
1297
|
+
}
|
|
1298
|
+
}
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"displayName": "Next Token",
|
|
1302
|
+
"name": "NextToken",
|
|
1303
|
+
"description": "Pagination token",
|
|
1304
|
+
"default": "",
|
|
1305
|
+
"type": "string",
|
|
1306
|
+
"routing": {
|
|
1307
|
+
"send": {
|
|
1308
|
+
"type": "query",
|
|
1309
|
+
"property": "NextToken",
|
|
1310
|
+
"value": "={{ $value }}",
|
|
1311
|
+
"propertyInDotNotation": false
|
|
1312
|
+
}
|
|
1313
|
+
},
|
|
1314
|
+
"displayOptions": {
|
|
1315
|
+
"show": {
|
|
1316
|
+
"resource": [
|
|
1317
|
+
"Default"
|
|
1318
|
+
],
|
|
1319
|
+
"operation": [
|
|
1320
|
+
"List Available Resource Dimensions"
|
|
1321
|
+
]
|
|
1322
|
+
}
|
|
1323
|
+
}
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"displayName": "X Amz Target",
|
|
1327
|
+
"name": "X-Amz-Target",
|
|
1328
|
+
"required": true,
|
|
1329
|
+
"default": "PerformanceInsightsv20180227.ListAvailableResourceDimensions",
|
|
1330
|
+
"type": "options",
|
|
1331
|
+
"options": [
|
|
1332
|
+
{
|
|
1333
|
+
"name": "Performance Insightsv 20180227 List Available Resource Dimensions",
|
|
1334
|
+
"value": "PerformanceInsightsv20180227.ListAvailableResourceDimensions"
|
|
1335
|
+
}
|
|
1336
|
+
],
|
|
1337
|
+
"routing": {
|
|
1338
|
+
"request": {
|
|
1339
|
+
"headers": {
|
|
1340
|
+
"X-Amz-Target": "={{ $value }}"
|
|
1341
|
+
}
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1344
|
+
"displayOptions": {
|
|
1345
|
+
"show": {
|
|
1346
|
+
"resource": [
|
|
1347
|
+
"Default"
|
|
1348
|
+
],
|
|
1349
|
+
"operation": [
|
|
1350
|
+
"List Available Resource Dimensions"
|
|
1351
|
+
]
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
"required": true,
|
|
1357
|
+
"displayName": "Service Type",
|
|
1358
|
+
"name": "ServiceType",
|
|
1359
|
+
"type": "options",
|
|
1360
|
+
"default": "RDS",
|
|
1361
|
+
"description": "The Amazon Web Services service for which Performance Insights returns metrics.",
|
|
1362
|
+
"options": [
|
|
1363
|
+
{
|
|
1364
|
+
"name": "RDS",
|
|
1365
|
+
"value": "RDS"
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"name": "DOCDB",
|
|
1369
|
+
"value": "DOCDB"
|
|
1370
|
+
}
|
|
1371
|
+
],
|
|
1372
|
+
"routing": {
|
|
1373
|
+
"send": {
|
|
1374
|
+
"property": "ServiceType",
|
|
1375
|
+
"propertyInDotNotation": false,
|
|
1376
|
+
"type": "body",
|
|
1377
|
+
"value": "={{ $value }}"
|
|
1378
|
+
}
|
|
1379
|
+
},
|
|
1380
|
+
"displayOptions": {
|
|
1381
|
+
"show": {
|
|
1382
|
+
"resource": [
|
|
1383
|
+
"Default"
|
|
1384
|
+
],
|
|
1385
|
+
"operation": [
|
|
1386
|
+
"List Available Resource Dimensions"
|
|
1387
|
+
]
|
|
1388
|
+
}
|
|
1389
|
+
}
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"required": true,
|
|
1393
|
+
"displayName": "Identifier",
|
|
1394
|
+
"name": "Identifier",
|
|
1395
|
+
"type": "string",
|
|
1396
|
+
"default": "",
|
|
1397
|
+
"description": "An immutable identifier for a data source that is unique within an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use an Amazon RDS DB instance as a data source, specify its <code>DbiResourceId</code> value. For example, specify <code>db-ABCDEFGHIJKLMNOPQRSTU1VWZ</code>. ",
|
|
1398
|
+
"routing": {
|
|
1399
|
+
"send": {
|
|
1400
|
+
"property": "Identifier",
|
|
1401
|
+
"propertyInDotNotation": false,
|
|
1402
|
+
"type": "body",
|
|
1403
|
+
"value": "={{ $value }}"
|
|
1404
|
+
}
|
|
1405
|
+
},
|
|
1406
|
+
"displayOptions": {
|
|
1407
|
+
"show": {
|
|
1408
|
+
"resource": [
|
|
1409
|
+
"Default"
|
|
1410
|
+
],
|
|
1411
|
+
"operation": [
|
|
1412
|
+
"List Available Resource Dimensions"
|
|
1413
|
+
]
|
|
1414
|
+
}
|
|
1415
|
+
}
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"required": true,
|
|
1419
|
+
"displayName": "Metrics",
|
|
1420
|
+
"name": "Metrics",
|
|
1421
|
+
"type": "json",
|
|
1422
|
+
"default": "[\n null\n]",
|
|
1423
|
+
"description": "The types of metrics for which to retrieve dimensions. Valid values include <code>db.load</code>.",
|
|
1424
|
+
"routing": {
|
|
1425
|
+
"send": {
|
|
1426
|
+
"property": "Metrics",
|
|
1427
|
+
"propertyInDotNotation": false,
|
|
1428
|
+
"type": "body",
|
|
1429
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1430
|
+
}
|
|
1431
|
+
},
|
|
1432
|
+
"displayOptions": {
|
|
1433
|
+
"show": {
|
|
1434
|
+
"resource": [
|
|
1435
|
+
"Default"
|
|
1436
|
+
],
|
|
1437
|
+
"operation": [
|
|
1438
|
+
"List Available Resource Dimensions"
|
|
1439
|
+
]
|
|
1440
|
+
}
|
|
1441
|
+
}
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"displayName": "Max Results",
|
|
1445
|
+
"name": "MaxResults",
|
|
1446
|
+
"type": "number",
|
|
1447
|
+
"default": 0,
|
|
1448
|
+
"description": "The maximum number of items to return in the response. If more items exist than the specified <code>MaxRecords</code> value, a pagination token is included in the response so that the remaining results can be retrieved.",
|
|
1449
|
+
"routing": {
|
|
1450
|
+
"send": {
|
|
1451
|
+
"property": "MaxResults",
|
|
1452
|
+
"propertyInDotNotation": false,
|
|
1453
|
+
"type": "body",
|
|
1454
|
+
"value": "={{ $value }}"
|
|
1455
|
+
}
|
|
1456
|
+
},
|
|
1457
|
+
"displayOptions": {
|
|
1458
|
+
"show": {
|
|
1459
|
+
"resource": [
|
|
1460
|
+
"Default"
|
|
1461
|
+
],
|
|
1462
|
+
"operation": [
|
|
1463
|
+
"List Available Resource Dimensions"
|
|
1464
|
+
]
|
|
1465
|
+
}
|
|
1466
|
+
}
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"displayName": "Next Token",
|
|
1470
|
+
"name": "NextToken",
|
|
1471
|
+
"type": "string",
|
|
1472
|
+
"default": "",
|
|
1473
|
+
"description": "An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by <code>MaxRecords</code>. ",
|
|
1474
|
+
"routing": {
|
|
1475
|
+
"send": {
|
|
1476
|
+
"property": "NextToken",
|
|
1477
|
+
"propertyInDotNotation": false,
|
|
1478
|
+
"type": "body",
|
|
1479
|
+
"value": "={{ $value }}"
|
|
1480
|
+
}
|
|
1481
|
+
},
|
|
1482
|
+
"displayOptions": {
|
|
1483
|
+
"show": {
|
|
1484
|
+
"resource": [
|
|
1485
|
+
"Default"
|
|
1486
|
+
],
|
|
1487
|
+
"operation": [
|
|
1488
|
+
"List Available Resource Dimensions"
|
|
1489
|
+
]
|
|
1490
|
+
}
|
|
1491
|
+
}
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"displayName": "Hmac API Key",
|
|
1495
|
+
"name": "security_hmac",
|
|
1496
|
+
"type": "string",
|
|
1497
|
+
"default": "",
|
|
1498
|
+
"description": "Amazon Signature authorization v4",
|
|
1499
|
+
"required": false,
|
|
1500
|
+
"routing": {
|
|
1501
|
+
"request": {
|
|
1502
|
+
"headers": {
|
|
1503
|
+
"Authorization": "={{ $value }}"
|
|
1504
|
+
}
|
|
1505
|
+
}
|
|
1506
|
+
},
|
|
1507
|
+
"displayOptions": {
|
|
1508
|
+
"show": {
|
|
1509
|
+
"resource": [
|
|
1510
|
+
"Default"
|
|
1511
|
+
],
|
|
1512
|
+
"operation": [
|
|
1513
|
+
"List Available Resource Dimensions"
|
|
1514
|
+
]
|
|
1515
|
+
}
|
|
1516
|
+
}
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"displayName": "POST /#X-Amz-Target=PerformanceInsightsv20180227.ListAvailableResourceMetrics",
|
|
1520
|
+
"name": "operation",
|
|
1521
|
+
"type": "notice",
|
|
1522
|
+
"typeOptions": {
|
|
1523
|
+
"theme": "info"
|
|
1524
|
+
},
|
|
1525
|
+
"default": "",
|
|
1526
|
+
"displayOptions": {
|
|
1527
|
+
"show": {
|
|
1528
|
+
"resource": [
|
|
1529
|
+
"Default"
|
|
1530
|
+
],
|
|
1531
|
+
"operation": [
|
|
1532
|
+
"List Available Resource Metrics"
|
|
1533
|
+
]
|
|
1534
|
+
}
|
|
1535
|
+
}
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
"displayName": "Max Results",
|
|
1539
|
+
"name": "MaxResults",
|
|
1540
|
+
"description": "Pagination limit",
|
|
1541
|
+
"default": "",
|
|
1542
|
+
"type": "string",
|
|
1543
|
+
"routing": {
|
|
1544
|
+
"send": {
|
|
1545
|
+
"type": "query",
|
|
1546
|
+
"property": "MaxResults",
|
|
1547
|
+
"value": "={{ $value }}",
|
|
1548
|
+
"propertyInDotNotation": false
|
|
1549
|
+
}
|
|
1550
|
+
},
|
|
1551
|
+
"displayOptions": {
|
|
1552
|
+
"show": {
|
|
1553
|
+
"resource": [
|
|
1554
|
+
"Default"
|
|
1555
|
+
],
|
|
1556
|
+
"operation": [
|
|
1557
|
+
"List Available Resource Metrics"
|
|
1558
|
+
]
|
|
1559
|
+
}
|
|
1560
|
+
}
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"displayName": "Next Token",
|
|
1564
|
+
"name": "NextToken",
|
|
1565
|
+
"description": "Pagination token",
|
|
1566
|
+
"default": "",
|
|
1567
|
+
"type": "string",
|
|
1568
|
+
"routing": {
|
|
1569
|
+
"send": {
|
|
1570
|
+
"type": "query",
|
|
1571
|
+
"property": "NextToken",
|
|
1572
|
+
"value": "={{ $value }}",
|
|
1573
|
+
"propertyInDotNotation": false
|
|
1574
|
+
}
|
|
1575
|
+
},
|
|
1576
|
+
"displayOptions": {
|
|
1577
|
+
"show": {
|
|
1578
|
+
"resource": [
|
|
1579
|
+
"Default"
|
|
1580
|
+
],
|
|
1581
|
+
"operation": [
|
|
1582
|
+
"List Available Resource Metrics"
|
|
1583
|
+
]
|
|
1584
|
+
}
|
|
1585
|
+
}
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
"displayName": "X Amz Target",
|
|
1589
|
+
"name": "X-Amz-Target",
|
|
1590
|
+
"required": true,
|
|
1591
|
+
"default": "PerformanceInsightsv20180227.ListAvailableResourceMetrics",
|
|
1592
|
+
"type": "options",
|
|
1593
|
+
"options": [
|
|
1594
|
+
{
|
|
1595
|
+
"name": "Performance Insightsv 20180227 List Available Resource Metrics",
|
|
1596
|
+
"value": "PerformanceInsightsv20180227.ListAvailableResourceMetrics"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"routing": {
|
|
1600
|
+
"request": {
|
|
1601
|
+
"headers": {
|
|
1602
|
+
"X-Amz-Target": "={{ $value }}"
|
|
1603
|
+
}
|
|
1604
|
+
}
|
|
1605
|
+
},
|
|
1606
|
+
"displayOptions": {
|
|
1607
|
+
"show": {
|
|
1608
|
+
"resource": [
|
|
1609
|
+
"Default"
|
|
1610
|
+
],
|
|
1611
|
+
"operation": [
|
|
1612
|
+
"List Available Resource Metrics"
|
|
1613
|
+
]
|
|
1614
|
+
}
|
|
1615
|
+
}
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"required": true,
|
|
1619
|
+
"displayName": "Service Type",
|
|
1620
|
+
"name": "ServiceType",
|
|
1621
|
+
"type": "options",
|
|
1622
|
+
"default": "RDS",
|
|
1623
|
+
"description": "The Amazon Web Services service for which Performance Insights returns metrics.",
|
|
1624
|
+
"options": [
|
|
1625
|
+
{
|
|
1626
|
+
"name": "RDS",
|
|
1627
|
+
"value": "RDS"
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"name": "DOCDB",
|
|
1631
|
+
"value": "DOCDB"
|
|
1632
|
+
}
|
|
1633
|
+
],
|
|
1634
|
+
"routing": {
|
|
1635
|
+
"send": {
|
|
1636
|
+
"property": "ServiceType",
|
|
1637
|
+
"propertyInDotNotation": false,
|
|
1638
|
+
"type": "body",
|
|
1639
|
+
"value": "={{ $value }}"
|
|
1640
|
+
}
|
|
1641
|
+
},
|
|
1642
|
+
"displayOptions": {
|
|
1643
|
+
"show": {
|
|
1644
|
+
"resource": [
|
|
1645
|
+
"Default"
|
|
1646
|
+
],
|
|
1647
|
+
"operation": [
|
|
1648
|
+
"List Available Resource Metrics"
|
|
1649
|
+
]
|
|
1650
|
+
}
|
|
1651
|
+
}
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"required": true,
|
|
1655
|
+
"displayName": "Identifier",
|
|
1656
|
+
"name": "Identifier",
|
|
1657
|
+
"type": "string",
|
|
1658
|
+
"default": "",
|
|
1659
|
+
"description": "An immutable identifier for a data source that is unique within an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use an Amazon RDS DB instance as a data source, specify its <code>DbiResourceId</code> value. For example, specify <code>db-ABCDEFGHIJKLMNOPQRSTU1VWZ</code>. ",
|
|
1660
|
+
"routing": {
|
|
1661
|
+
"send": {
|
|
1662
|
+
"property": "Identifier",
|
|
1663
|
+
"propertyInDotNotation": false,
|
|
1664
|
+
"type": "body",
|
|
1665
|
+
"value": "={{ $value }}"
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1668
|
+
"displayOptions": {
|
|
1669
|
+
"show": {
|
|
1670
|
+
"resource": [
|
|
1671
|
+
"Default"
|
|
1672
|
+
],
|
|
1673
|
+
"operation": [
|
|
1674
|
+
"List Available Resource Metrics"
|
|
1675
|
+
]
|
|
1676
|
+
}
|
|
1677
|
+
}
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
"required": true,
|
|
1681
|
+
"displayName": "Metric Types",
|
|
1682
|
+
"name": "MetricTypes",
|
|
1683
|
+
"type": "json",
|
|
1684
|
+
"default": "[\n null\n]",
|
|
1685
|
+
"description": "<p>The types of metrics to return in the response. Valid values in the array include the following:</p> <ul> <li> <p> <code>os</code> (OS counter metrics) - All engines</p> </li> <li> <p> <code>db</code> (DB load metrics) - All engines except for Amazon DocumentDB</p> </li> <li> <p> <code>db.sql.stats</code> (per-SQL metrics) - All engines except for Amazon DocumentDB</p> </li> <li> <p> <code>db.sql_tokenized.stats</code> (per-SQL digest metrics) - All engines except for Amazon DocumentDB</p> </li> </ul>",
|
|
1686
|
+
"routing": {
|
|
1687
|
+
"send": {
|
|
1688
|
+
"property": "MetricTypes",
|
|
1689
|
+
"propertyInDotNotation": false,
|
|
1690
|
+
"type": "body",
|
|
1691
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1692
|
+
}
|
|
1693
|
+
},
|
|
1694
|
+
"displayOptions": {
|
|
1695
|
+
"show": {
|
|
1696
|
+
"resource": [
|
|
1697
|
+
"Default"
|
|
1698
|
+
],
|
|
1699
|
+
"operation": [
|
|
1700
|
+
"List Available Resource Metrics"
|
|
1701
|
+
]
|
|
1702
|
+
}
|
|
1703
|
+
}
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"displayName": "Next Token",
|
|
1707
|
+
"name": "NextToken",
|
|
1708
|
+
"type": "string",
|
|
1709
|
+
"default": "",
|
|
1710
|
+
"description": "An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by <code>MaxRecords</code>. ",
|
|
1711
|
+
"routing": {
|
|
1712
|
+
"send": {
|
|
1713
|
+
"property": "NextToken",
|
|
1714
|
+
"propertyInDotNotation": false,
|
|
1715
|
+
"type": "body",
|
|
1716
|
+
"value": "={{ $value }}"
|
|
1717
|
+
}
|
|
1718
|
+
},
|
|
1719
|
+
"displayOptions": {
|
|
1720
|
+
"show": {
|
|
1721
|
+
"resource": [
|
|
1722
|
+
"Default"
|
|
1723
|
+
],
|
|
1724
|
+
"operation": [
|
|
1725
|
+
"List Available Resource Metrics"
|
|
1726
|
+
]
|
|
1727
|
+
}
|
|
1728
|
+
}
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"displayName": "Max Results",
|
|
1732
|
+
"name": "MaxResults",
|
|
1733
|
+
"type": "number",
|
|
1734
|
+
"default": 0,
|
|
1735
|
+
"description": "The maximum number of items to return. If the <code>MaxRecords</code> value is less than the number of existing items, the response includes a pagination token. ",
|
|
1736
|
+
"routing": {
|
|
1737
|
+
"send": {
|
|
1738
|
+
"property": "MaxResults",
|
|
1739
|
+
"propertyInDotNotation": false,
|
|
1740
|
+
"type": "body",
|
|
1741
|
+
"value": "={{ $value }}"
|
|
1742
|
+
}
|
|
1743
|
+
},
|
|
1744
|
+
"displayOptions": {
|
|
1745
|
+
"show": {
|
|
1746
|
+
"resource": [
|
|
1747
|
+
"Default"
|
|
1748
|
+
],
|
|
1749
|
+
"operation": [
|
|
1750
|
+
"List Available Resource Metrics"
|
|
1751
|
+
]
|
|
1752
|
+
}
|
|
1753
|
+
}
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"displayName": "Hmac API Key",
|
|
1757
|
+
"name": "security_hmac",
|
|
1758
|
+
"type": "string",
|
|
1759
|
+
"default": "",
|
|
1760
|
+
"description": "Amazon Signature authorization v4",
|
|
1761
|
+
"required": false,
|
|
1762
|
+
"routing": {
|
|
1763
|
+
"request": {
|
|
1764
|
+
"headers": {
|
|
1765
|
+
"Authorization": "={{ $value }}"
|
|
1766
|
+
}
|
|
1767
|
+
}
|
|
1768
|
+
},
|
|
1769
|
+
"displayOptions": {
|
|
1770
|
+
"show": {
|
|
1771
|
+
"resource": [
|
|
1772
|
+
"Default"
|
|
1773
|
+
],
|
|
1774
|
+
"operation": [
|
|
1775
|
+
"List Available Resource Metrics"
|
|
1776
|
+
]
|
|
1777
|
+
}
|
|
1778
|
+
}
|
|
1779
|
+
},
|
|
1780
|
+
];
|
|
1781
|
+
//# sourceMappingURL=index.js.map
|