@itentialopensource/adapter-aws_cloudformation 0.1.3 → 0.2.2

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.
Files changed (87) hide show
  1. package/.eslintignore +1 -0
  2. package/AUTH.md +53 -0
  3. package/BROKER.md +199 -0
  4. package/CALLS.md +620 -0
  5. package/CHANGELOG.md +3 -18
  6. package/CODE_OF_CONDUCT.md +12 -17
  7. package/CONTRIBUTING.md +3 -148
  8. package/ENHANCE.md +69 -0
  9. package/PROPERTIES.md +641 -0
  10. package/README.md +240 -423
  11. package/SUMMARY.md +9 -0
  12. package/TROUBLESHOOT.md +47 -0
  13. package/adapter.js +4788 -1315
  14. package/adapterBase.js +979 -278
  15. package/changelogs/CHANGELOG.md +48 -0
  16. package/entities/.generic/action.json +214 -0
  17. package/entities/.generic/schema.json +28 -0
  18. package/entities/.system/action.json +1 -1
  19. package/entities/Account/action.json +42 -0
  20. package/entities/Account/mockdatafiles/describePublisher-default.xml +6 -0
  21. package/entities/Account/mockdatafiles/registerPublisher-default.xml +6 -0
  22. package/entities/Account/schema.json +3 -1
  23. package/entities/ChangeSet/action.json +21 -0
  24. package/entities/ChangeSet/mockdatafiles/describeChangeSetHooks-default.xml +6 -0
  25. package/entities/ChangeSet/schema.json +2 -1
  26. package/entities/Organization/action.json +67 -0
  27. package/entities/Organization/mockdatafiles/activateOrganizationsAccess-default.xml +6 -0
  28. package/entities/Organization/mockdatafiles/deactivateOrganizationsAccess-default.xml +6 -0
  29. package/entities/Organization/mockdatafiles/describeOrganizationsAccess-default.xml +8 -0
  30. package/entities/Organization/schema.json +21 -0
  31. package/entities/Resource/action.json +21 -0
  32. package/entities/Resource/mockdatafiles/recordHandlerProgress-default.xml +6 -0
  33. package/entities/Resource/schema.json +2 -1
  34. package/entities/Stack/action.json +42 -0
  35. package/entities/Stack/mockdatafiles/importStacksToStackSet-default.xml +6 -0
  36. package/entities/Stack/mockdatafiles/rollbackStack-default.xml +6 -0
  37. package/entities/Stack/schema.json +3 -1
  38. package/entities/Type/action.json +126 -0
  39. package/entities/Type/mockdatafiles/activateType-default.xml +6 -0
  40. package/entities/Type/mockdatafiles/batchDescribeTypeConfigurations-default.xml +6 -0
  41. package/entities/Type/mockdatafiles/deactivateType-default.xml +6 -0
  42. package/entities/Type/mockdatafiles/publishType-default.xml +6 -0
  43. package/entities/Type/mockdatafiles/setTypeConfiguration-default.xml +6 -0
  44. package/entities/Type/mockdatafiles/testType-default.xml +6 -0
  45. package/entities/Type/schema.json +7 -1
  46. package/error.json +12 -0
  47. package/metadata.json +44 -0
  48. package/package.json +41 -20
  49. package/pronghorn.json +8996 -1335
  50. package/propertiesDecorators.json +14 -0
  51. package/propertiesSchema.json +877 -9
  52. package/refs?service=git-upload-pack +0 -0
  53. package/report/adapter-openapi.json +25034 -0
  54. package/report/adapter-openapi.yaml +22498 -0
  55. package/report/adapterInfo.json +10 -0
  56. package/report/updateReport1614638977739.json +95 -0
  57. package/report/updateReport1691507502657.json +120 -0
  58. package/report/updateReport1692202523445.json +120 -0
  59. package/report/updateReport1694461395239.json +120 -0
  60. package/report/updateReport1698420779793.json +120 -0
  61. package/sampleProperties.json +166 -9
  62. package/storage/metrics.json +1141 -0
  63. package/test/integration/adapterTestBasicGet.js +83 -0
  64. package/test/integration/adapterTestConnectivity.js +142 -0
  65. package/test/integration/adapterTestIntegration.js +541 -103
  66. package/test/unit/adapterBaseTestUnit.js +1024 -0
  67. package/test/unit/adapterTestUnit.js +1273 -218
  68. package/utils/adapterInfo.js +206 -0
  69. package/utils/addAuth.js +94 -0
  70. package/utils/artifactize.js +1 -1
  71. package/utils/basicGet.js +50 -0
  72. package/utils/checkMigrate.js +63 -0
  73. package/utils/entitiesToDB.js +179 -0
  74. package/utils/findPath.js +74 -0
  75. package/utils/methodDocumentor.js +273 -0
  76. package/utils/modify.js +152 -0
  77. package/utils/packModificationScript.js +2 -2
  78. package/utils/patches2bundledDeps.js +90 -0
  79. package/utils/pre-commit.sh +5 -0
  80. package/utils/removeHooks.js +20 -0
  81. package/utils/taskMover.js +309 -0
  82. package/utils/tbScript.js +239 -0
  83. package/utils/tbUtils.js +489 -0
  84. package/utils/testRunner.js +17 -17
  85. package/utils/troubleshootingAdapter.js +193 -0
  86. package/img/adapter.jpg +0 -0
  87. package/workflows/README.md +0 -3
@@ -0,0 +1,1141 @@
1
+ {
2
+ "table": [
3
+ {
4
+ "num_called": 7,
5
+ "numRetries": 0,
6
+ "numRedirects": 0,
7
+ "throttleCount": 0,
8
+ "timeouts": 0,
9
+ "tot_queue_time": 0,
10
+ "tot_rnd_trip": 834,
11
+ "tot_library": 781,
12
+ "tot_overall": 0,
13
+ "results.200": 6,
14
+ "time_units": "ms",
15
+ "entity": "Account",
16
+ "action": "listExports",
17
+ "isThrottling": false,
18
+ "results.403": 2
19
+ },
20
+ {
21
+ "num_called": 7,
22
+ "numRetries": 0,
23
+ "numRedirects": 0,
24
+ "throttleCount": 0,
25
+ "timeouts": 0,
26
+ "tot_queue_time": 0,
27
+ "tot_rnd_trip": 296,
28
+ "tot_library": 374,
29
+ "tot_overall": 0,
30
+ "results.200": 7,
31
+ "time_units": "ms",
32
+ "entity": ".system",
33
+ "action": "healthcheck",
34
+ "isThrottling": false
35
+ },
36
+ {
37
+ "num_called": 12,
38
+ "numRetries": 0,
39
+ "numRedirects": 0,
40
+ "throttleCount": 0,
41
+ "timeouts": 0,
42
+ "tot_queue_time": 0,
43
+ "tot_rnd_trip": 0,
44
+ "tot_library": 68,
45
+ "tot_overall": 0,
46
+ "results.400": 12,
47
+ "time_units": "ms",
48
+ "entity": ".generic",
49
+ "action": "getGenerics",
50
+ "isThrottling": false
51
+ },
52
+ {
53
+ "num_called": 3,
54
+ "numRetries": 0,
55
+ "numRedirects": 0,
56
+ "throttleCount": 0,
57
+ "timeouts": 0,
58
+ "tot_queue_time": 0,
59
+ "tot_rnd_trip": 0,
60
+ "tot_library": 33,
61
+ "tot_overall": 0,
62
+ "results.200": 3,
63
+ "time_units": "ms",
64
+ "entity": "Stack",
65
+ "action": "createStack",
66
+ "isThrottling": false
67
+ },
68
+ {
69
+ "num_called": 3,
70
+ "numRetries": 0,
71
+ "numRedirects": 0,
72
+ "throttleCount": 0,
73
+ "timeouts": 0,
74
+ "tot_queue_time": 0,
75
+ "tot_rnd_trip": 0,
76
+ "tot_library": 12,
77
+ "tot_overall": 0,
78
+ "results.200": 3,
79
+ "time_units": "ms",
80
+ "entity": "Stack",
81
+ "action": "listStacks",
82
+ "isThrottling": false
83
+ },
84
+ {
85
+ "num_called": 3,
86
+ "numRetries": 0,
87
+ "numRedirects": 0,
88
+ "throttleCount": 0,
89
+ "timeouts": 0,
90
+ "tot_queue_time": 0,
91
+ "tot_rnd_trip": 0,
92
+ "tot_library": 10,
93
+ "tot_overall": 0,
94
+ "results.200": 3,
95
+ "time_units": "ms",
96
+ "entity": "Stack",
97
+ "action": "updateStack",
98
+ "isThrottling": false
99
+ },
100
+ {
101
+ "num_called": 3,
102
+ "numRetries": 0,
103
+ "numRedirects": 0,
104
+ "throttleCount": 0,
105
+ "timeouts": 0,
106
+ "tot_queue_time": 0,
107
+ "tot_rnd_trip": 0,
108
+ "tot_library": 13,
109
+ "tot_overall": 0,
110
+ "results.200": 3,
111
+ "time_units": "ms",
112
+ "entity": "Stack",
113
+ "action": "updateTerminationProtection",
114
+ "isThrottling": false
115
+ },
116
+ {
117
+ "num_called": 3,
118
+ "numRetries": 0,
119
+ "numRedirects": 0,
120
+ "throttleCount": 0,
121
+ "timeouts": 0,
122
+ "tot_queue_time": 0,
123
+ "tot_rnd_trip": 0,
124
+ "tot_library": 12,
125
+ "tot_overall": 0,
126
+ "results.200": 3,
127
+ "time_units": "ms",
128
+ "entity": "Stack",
129
+ "action": "describeStacks",
130
+ "isThrottling": false
131
+ },
132
+ {
133
+ "num_called": 3,
134
+ "numRetries": 0,
135
+ "numRedirects": 0,
136
+ "throttleCount": 0,
137
+ "timeouts": 0,
138
+ "tot_queue_time": 0,
139
+ "tot_rnd_trip": 0,
140
+ "tot_library": 9,
141
+ "tot_overall": 0,
142
+ "results.200": 3,
143
+ "time_units": "ms",
144
+ "entity": "Stack",
145
+ "action": "createStackInstances",
146
+ "isThrottling": false
147
+ },
148
+ {
149
+ "num_called": 3,
150
+ "numRetries": 0,
151
+ "numRedirects": 0,
152
+ "throttleCount": 0,
153
+ "timeouts": 0,
154
+ "tot_queue_time": 0,
155
+ "tot_rnd_trip": 0,
156
+ "tot_library": 15,
157
+ "tot_overall": 0,
158
+ "results.200": 3,
159
+ "time_units": "ms",
160
+ "entity": "Stack",
161
+ "action": "listStackInstances",
162
+ "isThrottling": false
163
+ },
164
+ {
165
+ "num_called": 3,
166
+ "numRetries": 0,
167
+ "numRedirects": 0,
168
+ "throttleCount": 0,
169
+ "timeouts": 0,
170
+ "tot_queue_time": 0,
171
+ "tot_rnd_trip": 0,
172
+ "tot_library": 11,
173
+ "tot_overall": 0,
174
+ "results.200": 3,
175
+ "time_units": "ms",
176
+ "entity": "Stack",
177
+ "action": "updateStackInstances",
178
+ "isThrottling": false
179
+ },
180
+ {
181
+ "num_called": 3,
182
+ "numRetries": 0,
183
+ "numRedirects": 0,
184
+ "throttleCount": 0,
185
+ "timeouts": 0,
186
+ "tot_queue_time": 0,
187
+ "tot_rnd_trip": 0,
188
+ "tot_library": 14,
189
+ "tot_overall": 0,
190
+ "results.200": 3,
191
+ "time_units": "ms",
192
+ "entity": "Stack",
193
+ "action": "describeStackInstance",
194
+ "isThrottling": false
195
+ },
196
+ {
197
+ "num_called": 3,
198
+ "numRetries": 0,
199
+ "numRedirects": 0,
200
+ "throttleCount": 0,
201
+ "timeouts": 0,
202
+ "tot_queue_time": 0,
203
+ "tot_rnd_trip": 0,
204
+ "tot_library": 15,
205
+ "tot_overall": 0,
206
+ "results.200": 3,
207
+ "time_units": "ms",
208
+ "entity": "Stack",
209
+ "action": "createStackSet",
210
+ "isThrottling": false
211
+ },
212
+ {
213
+ "num_called": 3,
214
+ "numRetries": 0,
215
+ "numRedirects": 0,
216
+ "throttleCount": 0,
217
+ "timeouts": 0,
218
+ "tot_queue_time": 0,
219
+ "tot_rnd_trip": 0,
220
+ "tot_library": 15,
221
+ "tot_overall": 0,
222
+ "results.200": 3,
223
+ "time_units": "ms",
224
+ "entity": "Stack",
225
+ "action": "listStackSets",
226
+ "isThrottling": false
227
+ },
228
+ {
229
+ "num_called": 3,
230
+ "numRetries": 0,
231
+ "numRedirects": 0,
232
+ "throttleCount": 0,
233
+ "timeouts": 0,
234
+ "tot_queue_time": 0,
235
+ "tot_rnd_trip": 0,
236
+ "tot_library": 13,
237
+ "tot_overall": 0,
238
+ "results.200": 3,
239
+ "time_units": "ms",
240
+ "entity": "Stack",
241
+ "action": "updateStackSet",
242
+ "isThrottling": false
243
+ },
244
+ {
245
+ "num_called": 3,
246
+ "numRetries": 0,
247
+ "numRedirects": 0,
248
+ "throttleCount": 0,
249
+ "timeouts": 0,
250
+ "tot_queue_time": 0,
251
+ "tot_rnd_trip": 0,
252
+ "tot_library": 16,
253
+ "tot_overall": 0,
254
+ "results.200": 3,
255
+ "time_units": "ms",
256
+ "entity": "Stack",
257
+ "action": "describeStackSet",
258
+ "isThrottling": false
259
+ },
260
+ {
261
+ "num_called": 3,
262
+ "numRetries": 0,
263
+ "numRedirects": 0,
264
+ "throttleCount": 0,
265
+ "timeouts": 0,
266
+ "tot_queue_time": 0,
267
+ "tot_rnd_trip": 0,
268
+ "tot_library": 11,
269
+ "tot_overall": 0,
270
+ "results.200": 3,
271
+ "time_units": "ms",
272
+ "entity": "Stack",
273
+ "action": "listStackSetOperations",
274
+ "isThrottling": false
275
+ },
276
+ {
277
+ "num_called": 3,
278
+ "numRetries": 0,
279
+ "numRedirects": 0,
280
+ "throttleCount": 0,
281
+ "timeouts": 0,
282
+ "tot_queue_time": 0,
283
+ "tot_rnd_trip": 0,
284
+ "tot_library": 12,
285
+ "tot_overall": 0,
286
+ "results.200": 3,
287
+ "time_units": "ms",
288
+ "entity": "Stack",
289
+ "action": "listStackSetOperationResults",
290
+ "isThrottling": false
291
+ },
292
+ {
293
+ "num_called": 3,
294
+ "numRetries": 0,
295
+ "numRedirects": 0,
296
+ "throttleCount": 0,
297
+ "timeouts": 0,
298
+ "tot_queue_time": 0,
299
+ "tot_rnd_trip": 0,
300
+ "tot_library": 13,
301
+ "tot_overall": 0,
302
+ "results.200": 3,
303
+ "time_units": "ms",
304
+ "entity": "Stack",
305
+ "action": "describeStackSetOperation",
306
+ "isThrottling": false
307
+ },
308
+ {
309
+ "num_called": 3,
310
+ "numRetries": 0,
311
+ "numRedirects": 0,
312
+ "throttleCount": 0,
313
+ "timeouts": 0,
314
+ "tot_queue_time": 0,
315
+ "tot_rnd_trip": 0,
316
+ "tot_library": 14,
317
+ "tot_overall": 0,
318
+ "results.200": 3,
319
+ "time_units": "ms",
320
+ "entity": "Stack",
321
+ "action": "describeStackEvents",
322
+ "isThrottling": false
323
+ },
324
+ {
325
+ "num_called": 3,
326
+ "numRetries": 0,
327
+ "numRedirects": 0,
328
+ "throttleCount": 0,
329
+ "timeouts": 0,
330
+ "tot_queue_time": 0,
331
+ "tot_rnd_trip": 0,
332
+ "tot_library": 12,
333
+ "tot_overall": 0,
334
+ "results.200": 3,
335
+ "time_units": "ms",
336
+ "entity": "Stack",
337
+ "action": "listStackResources",
338
+ "isThrottling": false
339
+ },
340
+ {
341
+ "num_called": 3,
342
+ "numRetries": 0,
343
+ "numRedirects": 0,
344
+ "throttleCount": 0,
345
+ "timeouts": 0,
346
+ "tot_queue_time": 0,
347
+ "tot_rnd_trip": 0,
348
+ "tot_library": 9,
349
+ "tot_overall": 0,
350
+ "results.200": 3,
351
+ "time_units": "ms",
352
+ "entity": "Stack",
353
+ "action": "describeStackResource",
354
+ "isThrottling": false
355
+ },
356
+ {
357
+ "num_called": 3,
358
+ "numRetries": 0,
359
+ "numRedirects": 0,
360
+ "throttleCount": 0,
361
+ "timeouts": 0,
362
+ "tot_queue_time": 0,
363
+ "tot_rnd_trip": 0,
364
+ "tot_library": 10,
365
+ "tot_overall": 0,
366
+ "results.200": 3,
367
+ "time_units": "ms",
368
+ "entity": "Stack",
369
+ "action": "describeStackResources",
370
+ "isThrottling": false
371
+ },
372
+ {
373
+ "num_called": 3,
374
+ "numRetries": 0,
375
+ "numRedirects": 0,
376
+ "throttleCount": 0,
377
+ "timeouts": 0,
378
+ "tot_queue_time": 0,
379
+ "tot_rnd_trip": 0,
380
+ "tot_library": 11,
381
+ "tot_overall": 0,
382
+ "results.200": 3,
383
+ "time_units": "ms",
384
+ "entity": "Stack",
385
+ "action": "describeStackResourceDrifts",
386
+ "isThrottling": false
387
+ },
388
+ {
389
+ "num_called": 3,
390
+ "numRetries": 0,
391
+ "numRedirects": 0,
392
+ "throttleCount": 0,
393
+ "timeouts": 0,
394
+ "tot_queue_time": 0,
395
+ "tot_rnd_trip": 0,
396
+ "tot_library": 9,
397
+ "tot_overall": 0,
398
+ "results.200": 3,
399
+ "time_units": "ms",
400
+ "entity": "Stack",
401
+ "action": "detectStackResourceDrift",
402
+ "isThrottling": false
403
+ },
404
+ {
405
+ "num_called": 3,
406
+ "numRetries": 0,
407
+ "numRedirects": 0,
408
+ "throttleCount": 0,
409
+ "timeouts": 0,
410
+ "tot_queue_time": 0,
411
+ "tot_rnd_trip": 0,
412
+ "tot_library": 9,
413
+ "tot_overall": 0,
414
+ "results.200": 3,
415
+ "time_units": "ms",
416
+ "entity": "Stack",
417
+ "action": "describeStackDriftDetectionStatus",
418
+ "isThrottling": false
419
+ },
420
+ {
421
+ "num_called": 3,
422
+ "numRetries": 0,
423
+ "numRedirects": 0,
424
+ "throttleCount": 0,
425
+ "timeouts": 0,
426
+ "tot_queue_time": 0,
427
+ "tot_rnd_trip": 0,
428
+ "tot_library": 10,
429
+ "tot_overall": 0,
430
+ "results.200": 3,
431
+ "time_units": "ms",
432
+ "entity": "Stack",
433
+ "action": "detectStackDrift",
434
+ "isThrottling": false
435
+ },
436
+ {
437
+ "num_called": 3,
438
+ "numRetries": 0,
439
+ "numRedirects": 0,
440
+ "throttleCount": 0,
441
+ "timeouts": 0,
442
+ "tot_queue_time": 0,
443
+ "tot_rnd_trip": 0,
444
+ "tot_library": 10,
445
+ "tot_overall": 0,
446
+ "results.200": 3,
447
+ "time_units": "ms",
448
+ "entity": "Stack",
449
+ "action": "detectStackSetDrift",
450
+ "isThrottling": false
451
+ },
452
+ {
453
+ "num_called": 3,
454
+ "numRetries": 0,
455
+ "numRedirects": 0,
456
+ "throttleCount": 0,
457
+ "timeouts": 0,
458
+ "tot_queue_time": 0,
459
+ "tot_rnd_trip": 0,
460
+ "tot_library": 9,
461
+ "tot_overall": 0,
462
+ "results.200": 3,
463
+ "time_units": "ms",
464
+ "entity": "Stack",
465
+ "action": "setStackPolicy",
466
+ "isThrottling": false
467
+ },
468
+ {
469
+ "num_called": 3,
470
+ "numRetries": 0,
471
+ "numRedirects": 0,
472
+ "throttleCount": 0,
473
+ "timeouts": 0,
474
+ "tot_queue_time": 0,
475
+ "tot_rnd_trip": 0,
476
+ "tot_library": 9,
477
+ "tot_overall": 0,
478
+ "results.200": 3,
479
+ "time_units": "ms",
480
+ "entity": "Stack",
481
+ "action": "getStackPolicy",
482
+ "isThrottling": false
483
+ },
484
+ {
485
+ "num_called": 3,
486
+ "numRetries": 0,
487
+ "numRedirects": 0,
488
+ "throttleCount": 0,
489
+ "timeouts": 0,
490
+ "tot_queue_time": 0,
491
+ "tot_rnd_trip": 0,
492
+ "tot_library": 4,
493
+ "tot_overall": 0,
494
+ "results.200": 3,
495
+ "time_units": "ms",
496
+ "entity": "Rollback",
497
+ "action": "continueUpdateRollback",
498
+ "isThrottling": false
499
+ },
500
+ {
501
+ "num_called": 3,
502
+ "numRetries": 0,
503
+ "numRedirects": 0,
504
+ "throttleCount": 0,
505
+ "timeouts": 0,
506
+ "tot_queue_time": 0,
507
+ "tot_rnd_trip": 0,
508
+ "tot_library": 7,
509
+ "tot_overall": 0,
510
+ "results.200": 3,
511
+ "time_units": "ms",
512
+ "entity": "ChangeSet",
513
+ "action": "createChangeSet",
514
+ "isThrottling": false
515
+ },
516
+ {
517
+ "num_called": 3,
518
+ "numRetries": 0,
519
+ "numRedirects": 0,
520
+ "throttleCount": 0,
521
+ "timeouts": 0,
522
+ "tot_queue_time": 0,
523
+ "tot_rnd_trip": 0,
524
+ "tot_library": 6,
525
+ "tot_overall": 0,
526
+ "results.200": 3,
527
+ "time_units": "ms",
528
+ "entity": "ChangeSet",
529
+ "action": "listChangeSets",
530
+ "isThrottling": false
531
+ },
532
+ {
533
+ "num_called": 3,
534
+ "numRetries": 0,
535
+ "numRedirects": 0,
536
+ "throttleCount": 0,
537
+ "timeouts": 0,
538
+ "tot_queue_time": 0,
539
+ "tot_rnd_trip": 0,
540
+ "tot_library": 6,
541
+ "tot_overall": 0,
542
+ "results.200": 3,
543
+ "time_units": "ms",
544
+ "entity": "ChangeSet",
545
+ "action": "describeChangeSet",
546
+ "isThrottling": false
547
+ },
548
+ {
549
+ "num_called": 3,
550
+ "numRetries": 0,
551
+ "numRedirects": 0,
552
+ "throttleCount": 0,
553
+ "timeouts": 0,
554
+ "tot_queue_time": 0,
555
+ "tot_rnd_trip": 0,
556
+ "tot_library": 3,
557
+ "tot_overall": 0,
558
+ "results.200": 3,
559
+ "time_units": "ms",
560
+ "entity": "ChangeSet",
561
+ "action": "executeChangeSet",
562
+ "isThrottling": false
563
+ },
564
+ {
565
+ "num_called": 3,
566
+ "numRetries": 0,
567
+ "numRedirects": 0,
568
+ "throttleCount": 0,
569
+ "timeouts": 0,
570
+ "tot_queue_time": 0,
571
+ "tot_rnd_trip": 0,
572
+ "tot_library": 14,
573
+ "tot_overall": 0,
574
+ "results.200": 3,
575
+ "time_units": "ms",
576
+ "entity": "Type",
577
+ "action": "registerType",
578
+ "isThrottling": false
579
+ },
580
+ {
581
+ "num_called": 3,
582
+ "numRetries": 0,
583
+ "numRedirects": 0,
584
+ "throttleCount": 0,
585
+ "timeouts": 0,
586
+ "tot_queue_time": 0,
587
+ "tot_rnd_trip": 0,
588
+ "tot_library": 6,
589
+ "tot_overall": 0,
590
+ "results.200": 3,
591
+ "time_units": "ms",
592
+ "entity": "Type",
593
+ "action": "listTypes",
594
+ "isThrottling": false
595
+ },
596
+ {
597
+ "num_called": 3,
598
+ "numRetries": 0,
599
+ "numRedirects": 0,
600
+ "throttleCount": 0,
601
+ "timeouts": 0,
602
+ "tot_queue_time": 0,
603
+ "tot_rnd_trip": 0,
604
+ "tot_library": 6,
605
+ "tot_overall": 0,
606
+ "results.200": 3,
607
+ "time_units": "ms",
608
+ "entity": "Type",
609
+ "action": "describeType",
610
+ "isThrottling": false
611
+ },
612
+ {
613
+ "num_called": 3,
614
+ "numRetries": 0,
615
+ "numRedirects": 0,
616
+ "throttleCount": 0,
617
+ "timeouts": 0,
618
+ "tot_queue_time": 0,
619
+ "tot_rnd_trip": 0,
620
+ "tot_library": 6,
621
+ "tot_overall": 0,
622
+ "results.200": 3,
623
+ "time_units": "ms",
624
+ "entity": "Type",
625
+ "action": "listTypeRegistrations",
626
+ "isThrottling": false
627
+ },
628
+ {
629
+ "num_called": 3,
630
+ "numRetries": 0,
631
+ "numRedirects": 0,
632
+ "throttleCount": 0,
633
+ "timeouts": 0,
634
+ "tot_queue_time": 0,
635
+ "tot_rnd_trip": 0,
636
+ "tot_library": 6,
637
+ "tot_overall": 0,
638
+ "results.200": 3,
639
+ "time_units": "ms",
640
+ "entity": "Type",
641
+ "action": "describeTypeRegistration",
642
+ "isThrottling": false
643
+ },
644
+ {
645
+ "num_called": 3,
646
+ "numRetries": 0,
647
+ "numRedirects": 0,
648
+ "throttleCount": 0,
649
+ "timeouts": 0,
650
+ "tot_queue_time": 0,
651
+ "tot_rnd_trip": 0,
652
+ "tot_library": 5,
653
+ "tot_overall": 0,
654
+ "results.200": 3,
655
+ "time_units": "ms",
656
+ "entity": "Type",
657
+ "action": "setTypeDefaultVersion",
658
+ "isThrottling": false
659
+ },
660
+ {
661
+ "num_called": 3,
662
+ "numRetries": 0,
663
+ "numRedirects": 0,
664
+ "throttleCount": 0,
665
+ "timeouts": 0,
666
+ "tot_queue_time": 0,
667
+ "tot_rnd_trip": 0,
668
+ "tot_library": 6,
669
+ "tot_overall": 0,
670
+ "results.200": 3,
671
+ "time_units": "ms",
672
+ "entity": "Type",
673
+ "action": "listTypeVersions",
674
+ "isThrottling": false
675
+ },
676
+ {
677
+ "num_called": 3,
678
+ "numRetries": 0,
679
+ "numRedirects": 0,
680
+ "throttleCount": 0,
681
+ "timeouts": 0,
682
+ "tot_queue_time": 0,
683
+ "tot_rnd_trip": 0,
684
+ "tot_library": 7,
685
+ "tot_overall": 0,
686
+ "results.200": 3,
687
+ "time_units": "ms",
688
+ "entity": "Account",
689
+ "action": "listImports",
690
+ "isThrottling": false
691
+ },
692
+ {
693
+ "num_called": 3,
694
+ "numRetries": 0,
695
+ "numRedirects": 0,
696
+ "throttleCount": 0,
697
+ "timeouts": 0,
698
+ "tot_queue_time": 0,
699
+ "tot_rnd_trip": 0,
700
+ "tot_library": 4,
701
+ "tot_overall": 0,
702
+ "results.200": 3,
703
+ "time_units": "ms",
704
+ "entity": "Account",
705
+ "action": "describeAccountLimits",
706
+ "isThrottling": false
707
+ },
708
+ {
709
+ "num_called": 3,
710
+ "numRetries": 0,
711
+ "numRedirects": 0,
712
+ "throttleCount": 0,
713
+ "timeouts": 0,
714
+ "tot_queue_time": 0,
715
+ "tot_rnd_trip": 0,
716
+ "tot_library": 6,
717
+ "tot_overall": 0,
718
+ "results.200": 3,
719
+ "time_units": "ms",
720
+ "entity": "Template",
721
+ "action": "getTemplate",
722
+ "isThrottling": false
723
+ },
724
+ {
725
+ "num_called": 3,
726
+ "numRetries": 0,
727
+ "numRedirects": 0,
728
+ "throttleCount": 0,
729
+ "timeouts": 0,
730
+ "tot_queue_time": 0,
731
+ "tot_rnd_trip": 0,
732
+ "tot_library": 3,
733
+ "tot_overall": 0,
734
+ "results.200": 3,
735
+ "time_units": "ms",
736
+ "entity": "Template",
737
+ "action": "getTemplateSummary",
738
+ "isThrottling": false
739
+ },
740
+ {
741
+ "num_called": 3,
742
+ "numRetries": 0,
743
+ "numRedirects": 0,
744
+ "throttleCount": 0,
745
+ "timeouts": 0,
746
+ "tot_queue_time": 0,
747
+ "tot_rnd_trip": 0,
748
+ "tot_library": 4,
749
+ "tot_overall": 0,
750
+ "results.200": 3,
751
+ "time_units": "ms",
752
+ "entity": "Template",
753
+ "action": "validateTemplate",
754
+ "isThrottling": false
755
+ },
756
+ {
757
+ "num_called": 3,
758
+ "numRetries": 0,
759
+ "numRedirects": 0,
760
+ "throttleCount": 0,
761
+ "timeouts": 0,
762
+ "tot_queue_time": 0,
763
+ "tot_rnd_trip": 0,
764
+ "tot_library": 4,
765
+ "tot_overall": 0,
766
+ "results.200": 3,
767
+ "time_units": "ms",
768
+ "entity": "Template",
769
+ "action": "estimateTemplateCost",
770
+ "isThrottling": false
771
+ },
772
+ {
773
+ "num_called": 3,
774
+ "numRetries": 0,
775
+ "numRedirects": 0,
776
+ "throttleCount": 0,
777
+ "timeouts": 0,
778
+ "tot_queue_time": 0,
779
+ "tot_rnd_trip": 0,
780
+ "tot_library": 6,
781
+ "tot_overall": 0,
782
+ "results.200": 3,
783
+ "time_units": "ms",
784
+ "entity": "Resource",
785
+ "action": "signalResource",
786
+ "isThrottling": false
787
+ },
788
+ {
789
+ "num_called": 3,
790
+ "numRetries": 0,
791
+ "numRedirects": 0,
792
+ "throttleCount": 0,
793
+ "timeouts": 0,
794
+ "tot_queue_time": 0,
795
+ "tot_rnd_trip": 0,
796
+ "tot_library": 9,
797
+ "tot_overall": 0,
798
+ "results.200": 3,
799
+ "time_units": "ms",
800
+ "entity": "Type",
801
+ "action": "deregisterType",
802
+ "isThrottling": false
803
+ },
804
+ {
805
+ "num_called": 3,
806
+ "numRetries": 0,
807
+ "numRedirects": 0,
808
+ "throttleCount": 0,
809
+ "timeouts": 0,
810
+ "tot_queue_time": 0,
811
+ "tot_rnd_trip": 0,
812
+ "tot_library": 9,
813
+ "tot_overall": 0,
814
+ "results.200": 3,
815
+ "time_units": "ms",
816
+ "entity": "Stack",
817
+ "action": "cancelUpdateStack",
818
+ "isThrottling": false
819
+ },
820
+ {
821
+ "num_called": 3,
822
+ "numRetries": 0,
823
+ "numRedirects": 0,
824
+ "throttleCount": 0,
825
+ "timeouts": 0,
826
+ "tot_queue_time": 0,
827
+ "tot_rnd_trip": 0,
828
+ "tot_library": 9,
829
+ "tot_overall": 0,
830
+ "results.200": 3,
831
+ "time_units": "ms",
832
+ "entity": "Stack",
833
+ "action": "stopStackSetOperation",
834
+ "isThrottling": false
835
+ },
836
+ {
837
+ "num_called": 3,
838
+ "numRetries": 0,
839
+ "numRedirects": 0,
840
+ "throttleCount": 0,
841
+ "timeouts": 0,
842
+ "tot_queue_time": 0,
843
+ "tot_rnd_trip": 0,
844
+ "tot_library": 3,
845
+ "tot_overall": 0,
846
+ "results.200": 3,
847
+ "time_units": "ms",
848
+ "entity": "ChangeSet",
849
+ "action": "deleteChangeSet",
850
+ "isThrottling": false
851
+ },
852
+ {
853
+ "num_called": 3,
854
+ "numRetries": 0,
855
+ "numRedirects": 0,
856
+ "throttleCount": 0,
857
+ "timeouts": 0,
858
+ "tot_queue_time": 0,
859
+ "tot_rnd_trip": 0,
860
+ "tot_library": 9,
861
+ "tot_overall": 0,
862
+ "results.200": 3,
863
+ "time_units": "ms",
864
+ "entity": "Stack",
865
+ "action": "deleteStackInstances",
866
+ "isThrottling": false
867
+ },
868
+ {
869
+ "num_called": 3,
870
+ "numRetries": 0,
871
+ "numRedirects": 0,
872
+ "throttleCount": 0,
873
+ "timeouts": 0,
874
+ "tot_queue_time": 0,
875
+ "tot_rnd_trip": 0,
876
+ "tot_library": 9,
877
+ "tot_overall": 0,
878
+ "results.200": 3,
879
+ "time_units": "ms",
880
+ "entity": "Stack",
881
+ "action": "deleteStackSet",
882
+ "isThrottling": false
883
+ },
884
+ {
885
+ "num_called": 3,
886
+ "numRetries": 0,
887
+ "numRedirects": 0,
888
+ "throttleCount": 0,
889
+ "timeouts": 0,
890
+ "tot_queue_time": 0,
891
+ "tot_rnd_trip": 0,
892
+ "tot_library": 9,
893
+ "tot_overall": 0,
894
+ "results.200": 3,
895
+ "time_units": "ms",
896
+ "entity": "Stack",
897
+ "action": "deleteStack",
898
+ "isThrottling": false
899
+ },
900
+ {
901
+ "num_called": 2,
902
+ "numRetries": 0,
903
+ "numRedirects": 0,
904
+ "throttleCount": 0,
905
+ "timeouts": 0,
906
+ "tot_queue_time": 0,
907
+ "tot_rnd_trip": 0,
908
+ "tot_library": 14,
909
+ "tot_overall": 0,
910
+ "results.200": 2,
911
+ "time_units": "ms",
912
+ "entity": "Organization",
913
+ "action": "activateOrganizationsAccess",
914
+ "isThrottling": false
915
+ },
916
+ {
917
+ "num_called": 1,
918
+ "numRetries": 0,
919
+ "numRedirects": 0,
920
+ "throttleCount": 0,
921
+ "timeouts": 0,
922
+ "tot_queue_time": 0,
923
+ "tot_rnd_trip": 0,
924
+ "tot_library": 2,
925
+ "tot_overall": 0,
926
+ "results.200": 1,
927
+ "time_units": "ms",
928
+ "entity": "Type",
929
+ "action": "activateType",
930
+ "isThrottling": false
931
+ },
932
+ {
933
+ "num_called": 1,
934
+ "numRetries": 0,
935
+ "numRedirects": 0,
936
+ "throttleCount": 0,
937
+ "timeouts": 0,
938
+ "tot_queue_time": 0,
939
+ "tot_rnd_trip": 0,
940
+ "tot_library": 2,
941
+ "tot_overall": 0,
942
+ "results.200": 1,
943
+ "time_units": "ms",
944
+ "entity": "Type",
945
+ "action": "batchDescribeTypeConfigurations",
946
+ "isThrottling": false
947
+ },
948
+ {
949
+ "num_called": 1,
950
+ "numRetries": 0,
951
+ "numRedirects": 0,
952
+ "throttleCount": 0,
953
+ "timeouts": 0,
954
+ "tot_queue_time": 0,
955
+ "tot_rnd_trip": 0,
956
+ "tot_library": 1,
957
+ "tot_overall": 0,
958
+ "results.200": 1,
959
+ "time_units": "ms",
960
+ "entity": "Organization",
961
+ "action": "deactivateOrganizationsAccess",
962
+ "isThrottling": false
963
+ },
964
+ {
965
+ "num_called": 1,
966
+ "numRetries": 0,
967
+ "numRedirects": 0,
968
+ "throttleCount": 0,
969
+ "timeouts": 0,
970
+ "tot_queue_time": 0,
971
+ "tot_rnd_trip": 0,
972
+ "tot_library": 1,
973
+ "tot_overall": 0,
974
+ "results.200": 1,
975
+ "time_units": "ms",
976
+ "entity": "Type",
977
+ "action": "deactivateType",
978
+ "isThrottling": false
979
+ },
980
+ {
981
+ "num_called": 1,
982
+ "numRetries": 0,
983
+ "numRedirects": 0,
984
+ "throttleCount": 0,
985
+ "timeouts": 0,
986
+ "tot_queue_time": 0,
987
+ "tot_rnd_trip": 0,
988
+ "tot_library": 1,
989
+ "tot_overall": 0,
990
+ "results.200": 1,
991
+ "time_units": "ms",
992
+ "entity": "ChangeSet",
993
+ "action": "describeChangeSetHooks",
994
+ "isThrottling": false
995
+ },
996
+ {
997
+ "num_called": 1,
998
+ "numRetries": 0,
999
+ "numRedirects": 0,
1000
+ "throttleCount": 0,
1001
+ "timeouts": 0,
1002
+ "tot_queue_time": 0,
1003
+ "tot_rnd_trip": 0,
1004
+ "tot_library": 1,
1005
+ "tot_overall": 0,
1006
+ "results.200": 1,
1007
+ "time_units": "ms",
1008
+ "entity": "Organization",
1009
+ "action": "describeOrganizationsAccess",
1010
+ "isThrottling": false
1011
+ },
1012
+ {
1013
+ "num_called": 1,
1014
+ "numRetries": 0,
1015
+ "numRedirects": 0,
1016
+ "throttleCount": 0,
1017
+ "timeouts": 0,
1018
+ "tot_queue_time": 0,
1019
+ "tot_rnd_trip": 0,
1020
+ "tot_library": 1,
1021
+ "tot_overall": 0,
1022
+ "results.200": 1,
1023
+ "time_units": "ms",
1024
+ "entity": "Account",
1025
+ "action": "describePublisher",
1026
+ "isThrottling": false
1027
+ },
1028
+ {
1029
+ "num_called": 1,
1030
+ "numRetries": 0,
1031
+ "numRedirects": 0,
1032
+ "throttleCount": 0,
1033
+ "timeouts": 0,
1034
+ "tot_queue_time": 0,
1035
+ "tot_rnd_trip": 0,
1036
+ "tot_library": 3,
1037
+ "tot_overall": 0,
1038
+ "results.200": 1,
1039
+ "time_units": "ms",
1040
+ "entity": "Stack",
1041
+ "action": "importStacksToStackSet",
1042
+ "isThrottling": false
1043
+ },
1044
+ {
1045
+ "num_called": 1,
1046
+ "numRetries": 0,
1047
+ "numRedirects": 0,
1048
+ "throttleCount": 0,
1049
+ "timeouts": 0,
1050
+ "tot_queue_time": 0,
1051
+ "tot_rnd_trip": 0,
1052
+ "tot_library": 2,
1053
+ "tot_overall": 0,
1054
+ "results.200": 1,
1055
+ "time_units": "ms",
1056
+ "entity": "Type",
1057
+ "action": "publishType",
1058
+ "isThrottling": false
1059
+ },
1060
+ {
1061
+ "num_called": 1,
1062
+ "numRetries": 0,
1063
+ "numRedirects": 0,
1064
+ "throttleCount": 0,
1065
+ "timeouts": 0,
1066
+ "tot_queue_time": 0,
1067
+ "tot_rnd_trip": 0,
1068
+ "tot_library": 1,
1069
+ "tot_overall": 0,
1070
+ "results.200": 1,
1071
+ "time_units": "ms",
1072
+ "entity": "Resource",
1073
+ "action": "recordHandlerProgress",
1074
+ "isThrottling": false
1075
+ },
1076
+ {
1077
+ "num_called": 1,
1078
+ "numRetries": 0,
1079
+ "numRedirects": 0,
1080
+ "throttleCount": 0,
1081
+ "timeouts": 0,
1082
+ "tot_queue_time": 0,
1083
+ "tot_rnd_trip": 0,
1084
+ "tot_library": 1,
1085
+ "tot_overall": 0,
1086
+ "results.200": 1,
1087
+ "time_units": "ms",
1088
+ "entity": "Account",
1089
+ "action": "registerPublisher",
1090
+ "isThrottling": false
1091
+ },
1092
+ {
1093
+ "num_called": 1,
1094
+ "numRetries": 0,
1095
+ "numRedirects": 0,
1096
+ "throttleCount": 0,
1097
+ "timeouts": 0,
1098
+ "tot_queue_time": 0,
1099
+ "tot_rnd_trip": 0,
1100
+ "tot_library": 3,
1101
+ "tot_overall": 0,
1102
+ "results.200": 1,
1103
+ "time_units": "ms",
1104
+ "entity": "Stack",
1105
+ "action": "rollbackStack",
1106
+ "isThrottling": false
1107
+ },
1108
+ {
1109
+ "num_called": 1,
1110
+ "numRetries": 0,
1111
+ "numRedirects": 0,
1112
+ "throttleCount": 0,
1113
+ "timeouts": 0,
1114
+ "tot_queue_time": 0,
1115
+ "tot_rnd_trip": 0,
1116
+ "tot_library": 2,
1117
+ "tot_overall": 0,
1118
+ "results.200": 1,
1119
+ "time_units": "ms",
1120
+ "entity": "Type",
1121
+ "action": "setTypeConfiguration",
1122
+ "isThrottling": false
1123
+ },
1124
+ {
1125
+ "num_called": 1,
1126
+ "numRetries": 0,
1127
+ "numRedirects": 0,
1128
+ "throttleCount": 0,
1129
+ "timeouts": 0,
1130
+ "tot_queue_time": 0,
1131
+ "tot_rnd_trip": 0,
1132
+ "tot_library": 2,
1133
+ "tot_overall": 0,
1134
+ "results.200": 1,
1135
+ "time_units": "ms",
1136
+ "entity": "Type",
1137
+ "action": "testType",
1138
+ "isThrottling": false
1139
+ }
1140
+ ]
1141
+ }