cdk-comprehend-s3olap 2.0.520 → 2.0.522

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 (50) hide show
  1. package/.jsii +31 -5
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/README.md +1 -1
  6. package/node_modules/aws-sdk/apis/application-signals-2024-04-15.min.json +144 -54
  7. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +28 -6
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +268 -250
  9. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +677 -635
  10. package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.examples.json +18 -0
  11. package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +65 -11
  12. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +7 -1
  13. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +80 -0
  14. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +191 -64
  15. package/node_modules/aws-sdk/apis/logs-2014-03-28.paginators.json +6 -0
  16. package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +116 -42
  17. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +349 -341
  18. package/node_modules/aws-sdk/apis/qapps-2023-11-27.examples.json +23 -0
  19. package/node_modules/aws-sdk/apis/qapps-2023-11-27.min.json +60 -21
  20. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +92 -4
  21. package/node_modules/aws-sdk/apis/s3control-2018-08-20.paginators.json +6 -0
  22. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1018 -972
  23. package/node_modules/aws-sdk/apis/timestream-influxdb-2023-01-27.min.json +3 -1
  24. package/node_modules/aws-sdk/clients/applicationsignals.d.ts +136 -22
  25. package/node_modules/aws-sdk/clients/appsync.d.ts +2 -2
  26. package/node_modules/aws-sdk/clients/bedrockagent.d.ts +19 -2
  27. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +184 -5
  28. package/node_modules/aws-sdk/clients/codepipeline.d.ts +8 -8
  29. package/node_modules/aws-sdk/clients/connect.d.ts +39 -3
  30. package/node_modules/aws-sdk/clients/datazone.d.ts +42 -0
  31. package/node_modules/aws-sdk/clients/elbv2.d.ts +59 -2
  32. package/node_modules/aws-sdk/clients/finspace.d.ts +3 -3
  33. package/node_modules/aws-sdk/clients/fis.d.ts +83 -1
  34. package/node_modules/aws-sdk/clients/gamelift.d.ts +27 -27
  35. package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +1 -1
  36. package/node_modules/aws-sdk/clients/mediaconnect.d.ts +49 -0
  37. package/node_modules/aws-sdk/clients/medialive.d.ts +11 -0
  38. package/node_modules/aws-sdk/clients/qapps.d.ts +44 -2
  39. package/node_modules/aws-sdk/clients/s3control.d.ts +110 -31
  40. package/node_modules/aws-sdk/clients/sagemaker.d.ts +64 -4
  41. package/node_modules/aws-sdk/clients/timestreaminfluxdb.d.ts +9 -1
  42. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +5 -5
  43. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +22 -22
  44. package/node_modules/aws-sdk/dist/aws-sdk.js +548 -331
  45. package/node_modules/aws-sdk/dist/aws-sdk.min.js +85 -85
  46. package/node_modules/aws-sdk/lib/core.js +1 -1
  47. package/node_modules/aws-sdk/lib/maintenance_mode_message.js +3 -3
  48. package/node_modules/aws-sdk/lib/region_config_data.json +12 -0
  49. package/node_modules/aws-sdk/package.json +1 -1
  50. package/package.json +6 -6
@@ -52,8 +52,15 @@
52
52
  "members": {
53
53
  "deliverySourceName": {},
54
54
  "deliveryDestinationArn": {},
55
- "tags": {
55
+ "recordFields": {
56
56
  "shape": "Sa"
57
+ },
58
+ "fieldDelimiter": {},
59
+ "s3DeliveryConfiguration": {
60
+ "shape": "Sd"
61
+ },
62
+ "tags": {
63
+ "shape": "Sg"
57
64
  }
58
65
  }
59
66
  },
@@ -61,7 +68,7 @@
61
68
  "type": "structure",
62
69
  "members": {
63
70
  "delivery": {
64
- "shape": "Se"
71
+ "shape": "Sk"
65
72
  }
66
73
  }
67
74
  }
@@ -104,7 +111,7 @@
104
111
  ],
105
112
  "members": {
106
113
  "logGroupArnList": {
107
- "shape": "Sp"
114
+ "shape": "Sv"
108
115
  },
109
116
  "detectorName": {},
110
117
  "evaluationFrequency": {},
@@ -114,7 +121,7 @@
114
121
  "type": "long"
115
122
  },
116
123
  "tags": {
117
- "shape": "Sa"
124
+ "shape": "Sg"
118
125
  }
119
126
  }
120
127
  },
@@ -135,7 +142,7 @@
135
142
  "logGroupName": {},
136
143
  "kmsKeyId": {},
137
144
  "tags": {
138
- "shape": "Sa"
145
+ "shape": "Sg"
139
146
  },
140
147
  "logGroupClass": {}
141
148
  }
@@ -342,7 +349,7 @@
342
349
  "policyType": {},
343
350
  "policyName": {},
344
351
  "accountIdentifiers": {
345
- "shape": "S1p"
352
+ "shape": "S1v"
346
353
  }
347
354
  }
348
355
  },
@@ -352,12 +359,90 @@
352
359
  "accountPolicies": {
353
360
  "type": "list",
354
361
  "member": {
355
- "shape": "S1t"
362
+ "shape": "S1z"
356
363
  }
357
364
  }
358
365
  }
359
366
  }
360
367
  },
368
+ "DescribeConfigurationTemplates": {
369
+ "input": {
370
+ "type": "structure",
371
+ "members": {
372
+ "service": {},
373
+ "logTypes": {
374
+ "type": "list",
375
+ "member": {}
376
+ },
377
+ "resourceTypes": {
378
+ "type": "list",
379
+ "member": {}
380
+ },
381
+ "deliveryDestinationTypes": {
382
+ "type": "list",
383
+ "member": {}
384
+ },
385
+ "nextToken": {},
386
+ "limit": {
387
+ "type": "integer"
388
+ }
389
+ }
390
+ },
391
+ "output": {
392
+ "type": "structure",
393
+ "members": {
394
+ "configurationTemplates": {
395
+ "type": "list",
396
+ "member": {
397
+ "type": "structure",
398
+ "members": {
399
+ "service": {},
400
+ "logType": {},
401
+ "resourceType": {},
402
+ "deliveryDestinationType": {},
403
+ "defaultDeliveryConfigValues": {
404
+ "type": "structure",
405
+ "members": {
406
+ "recordFields": {
407
+ "shape": "Sa"
408
+ },
409
+ "fieldDelimiter": {},
410
+ "s3DeliveryConfiguration": {
411
+ "shape": "Sd"
412
+ }
413
+ }
414
+ },
415
+ "allowedFields": {
416
+ "type": "list",
417
+ "member": {
418
+ "type": "structure",
419
+ "members": {
420
+ "name": {},
421
+ "mandatory": {
422
+ "type": "boolean"
423
+ }
424
+ }
425
+ }
426
+ },
427
+ "allowedOutputFormats": {
428
+ "type": "list",
429
+ "member": {}
430
+ },
431
+ "allowedActionForAllowVendedLogsDeliveryForResource": {},
432
+ "allowedFieldDelimiters": {
433
+ "type": "list",
434
+ "member": {}
435
+ },
436
+ "allowedSuffixPathFields": {
437
+ "shape": "Sa"
438
+ }
439
+ }
440
+ }
441
+ },
442
+ "nextToken": {}
443
+ }
444
+ }
445
+ },
361
446
  "DescribeDeliveries": {
362
447
  "input": {
363
448
  "type": "structure",
@@ -374,7 +459,7 @@
374
459
  "deliveries": {
375
460
  "type": "list",
376
461
  "member": {
377
- "shape": "Se"
462
+ "shape": "Sk"
378
463
  }
379
464
  },
380
465
  "nextToken": {}
@@ -397,7 +482,7 @@
397
482
  "deliveryDestinations": {
398
483
  "type": "list",
399
484
  "member": {
400
- "shape": "S25"
485
+ "shape": "S2s"
401
486
  }
402
487
  },
403
488
  "nextToken": {}
@@ -420,7 +505,7 @@
420
505
  "deliverySources": {
421
506
  "type": "list",
422
507
  "member": {
423
- "shape": "S2b"
508
+ "shape": "S2x"
424
509
  }
425
510
  },
426
511
  "nextToken": {}
@@ -444,7 +529,7 @@
444
529
  "destinations": {
445
530
  "type": "list",
446
531
  "member": {
447
- "shape": "S2i"
532
+ "shape": "S32"
448
533
  }
449
534
  },
450
535
  "nextToken": {}
@@ -512,7 +597,7 @@
512
597
  "type": "structure",
513
598
  "members": {
514
599
  "accountIdentifiers": {
515
- "shape": "S1p"
600
+ "shape": "S1v"
516
601
  },
517
602
  "logGroupNamePrefix": {},
518
603
  "logGroupNamePattern": {},
@@ -640,7 +725,7 @@
640
725
  "filterName": {},
641
726
  "filterPattern": {},
642
727
  "metricTransformations": {
643
- "shape": "S3j"
728
+ "shape": "S43"
644
729
  },
645
730
  "creationTime": {
646
731
  "type": "long"
@@ -713,7 +798,7 @@
713
798
  "type": "long"
714
799
  },
715
800
  "logGroupNames": {
716
- "shape": "S45"
801
+ "shape": "S4p"
717
802
  }
718
803
  }
719
804
  }
@@ -738,7 +823,7 @@
738
823
  "resourcePolicies": {
739
824
  "type": "list",
740
825
  "member": {
741
- "shape": "S49"
826
+ "shape": "S4t"
742
827
  }
743
828
  },
744
829
  "nextToken": {}
@@ -800,7 +885,7 @@
800
885
  "logGroupName": {},
801
886
  "logGroupIdentifier": {},
802
887
  "logStreamNames": {
803
- "shape": "S4j"
888
+ "shape": "S53"
804
889
  },
805
890
  "logStreamNamePrefix": {},
806
891
  "startTime": {
@@ -895,7 +980,7 @@
895
980
  "type": "structure",
896
981
  "members": {
897
982
  "delivery": {
898
- "shape": "Se"
983
+ "shape": "Sk"
899
984
  }
900
985
  }
901
986
  }
@@ -914,7 +999,7 @@
914
999
  "type": "structure",
915
1000
  "members": {
916
1001
  "deliveryDestination": {
917
- "shape": "S25"
1002
+ "shape": "S2s"
918
1003
  }
919
1004
  }
920
1005
  }
@@ -933,7 +1018,7 @@
933
1018
  "type": "structure",
934
1019
  "members": {
935
1020
  "policy": {
936
- "shape": "S54"
1021
+ "shape": "S5o"
937
1022
  }
938
1023
  }
939
1024
  }
@@ -952,7 +1037,7 @@
952
1037
  "type": "structure",
953
1038
  "members": {
954
1039
  "deliverySource": {
955
- "shape": "S2b"
1040
+ "shape": "S2x"
956
1041
  }
957
1042
  }
958
1043
  }
@@ -972,7 +1057,7 @@
972
1057
  "members": {
973
1058
  "detectorName": {},
974
1059
  "logGroupArnList": {
975
- "shape": "Sp"
1060
+ "shape": "Sv"
976
1061
  },
977
1062
  "evaluationFrequency": {},
978
1063
  "filterPattern": {},
@@ -1233,7 +1318,7 @@
1233
1318
  }
1234
1319
  },
1235
1320
  "logGroupArnList": {
1236
- "shape": "Sp"
1321
+ "shape": "Sv"
1237
1322
  },
1238
1323
  "suppressed": {
1239
1324
  "type": "boolean"
@@ -1276,7 +1361,7 @@
1276
1361
  "anomalyDetectorArn": {},
1277
1362
  "detectorName": {},
1278
1363
  "logGroupArnList": {
1279
- "shape": "Sp"
1364
+ "shape": "Sv"
1280
1365
  },
1281
1366
  "evaluationFrequency": {},
1282
1367
  "filterPattern": {},
@@ -1312,7 +1397,7 @@
1312
1397
  "type": "structure",
1313
1398
  "members": {
1314
1399
  "tags": {
1315
- "shape": "Sa"
1400
+ "shape": "Sg"
1316
1401
  }
1317
1402
  }
1318
1403
  }
@@ -1333,7 +1418,7 @@
1333
1418
  "type": "structure",
1334
1419
  "members": {
1335
1420
  "tags": {
1336
- "shape": "Sa"
1421
+ "shape": "Sg"
1337
1422
  }
1338
1423
  },
1339
1424
  "deprecated": true,
@@ -1362,7 +1447,7 @@
1362
1447
  "type": "structure",
1363
1448
  "members": {
1364
1449
  "accountPolicy": {
1365
- "shape": "S1t"
1450
+ "shape": "S1z"
1366
1451
  }
1367
1452
  }
1368
1453
  }
@@ -1401,10 +1486,10 @@
1401
1486
  "name": {},
1402
1487
  "outputFormat": {},
1403
1488
  "deliveryDestinationConfiguration": {
1404
- "shape": "S27"
1489
+ "shape": "S2t"
1405
1490
  },
1406
1491
  "tags": {
1407
- "shape": "Sa"
1492
+ "shape": "Sg"
1408
1493
  }
1409
1494
  }
1410
1495
  },
@@ -1412,7 +1497,7 @@
1412
1497
  "type": "structure",
1413
1498
  "members": {
1414
1499
  "deliveryDestination": {
1415
- "shape": "S25"
1500
+ "shape": "S2s"
1416
1501
  }
1417
1502
  }
1418
1503
  }
@@ -1433,7 +1518,7 @@
1433
1518
  "type": "structure",
1434
1519
  "members": {
1435
1520
  "policy": {
1436
- "shape": "S54"
1521
+ "shape": "S5o"
1437
1522
  }
1438
1523
  }
1439
1524
  }
@@ -1451,7 +1536,7 @@
1451
1536
  "resourceArn": {},
1452
1537
  "logType": {},
1453
1538
  "tags": {
1454
- "shape": "Sa"
1539
+ "shape": "Sg"
1455
1540
  }
1456
1541
  }
1457
1542
  },
@@ -1459,7 +1544,7 @@
1459
1544
  "type": "structure",
1460
1545
  "members": {
1461
1546
  "deliverySource": {
1462
- "shape": "S2b"
1547
+ "shape": "S2x"
1463
1548
  }
1464
1549
  }
1465
1550
  }
@@ -1477,7 +1562,7 @@
1477
1562
  "targetArn": {},
1478
1563
  "roleArn": {},
1479
1564
  "tags": {
1480
- "shape": "Sa"
1565
+ "shape": "Sg"
1481
1566
  }
1482
1567
  }
1483
1568
  },
@@ -1485,7 +1570,7 @@
1485
1570
  "type": "structure",
1486
1571
  "members": {
1487
1572
  "destination": {
1488
- "shape": "S2i"
1573
+ "shape": "S32"
1489
1574
  }
1490
1575
  }
1491
1576
  }
@@ -1595,7 +1680,7 @@
1595
1680
  "filterName": {},
1596
1681
  "filterPattern": {},
1597
1682
  "metricTransformations": {
1598
- "shape": "S3j"
1683
+ "shape": "S43"
1599
1684
  }
1600
1685
  }
1601
1686
  }
@@ -1611,7 +1696,7 @@
1611
1696
  "name": {},
1612
1697
  "queryDefinitionId": {},
1613
1698
  "logGroupNames": {
1614
- "shape": "S45"
1699
+ "shape": "S4p"
1615
1700
  },
1616
1701
  "queryString": {},
1617
1702
  "clientToken": {
@@ -1638,7 +1723,7 @@
1638
1723
  "type": "structure",
1639
1724
  "members": {
1640
1725
  "resourcePolicy": {
1641
- "shape": "S49"
1726
+ "shape": "S4t"
1642
1727
  }
1643
1728
  }
1644
1729
  }
@@ -1685,13 +1770,13 @@
1685
1770
  ],
1686
1771
  "members": {
1687
1772
  "logGroupIdentifiers": {
1688
- "shape": "S81"
1773
+ "shape": "S8k"
1689
1774
  },
1690
1775
  "logStreamNames": {
1691
- "shape": "S4j"
1776
+ "shape": "S53"
1692
1777
  },
1693
1778
  "logStreamNamePrefixes": {
1694
- "shape": "S4j"
1779
+ "shape": "S53"
1695
1780
  },
1696
1781
  "logEventFilterPattern": {}
1697
1782
  }
@@ -1708,13 +1793,13 @@
1708
1793
  "requestId": {},
1709
1794
  "sessionId": {},
1710
1795
  "logGroupIdentifiers": {
1711
- "shape": "S81"
1796
+ "shape": "S8k"
1712
1797
  },
1713
1798
  "logStreamNames": {
1714
- "shape": "S4j"
1799
+ "shape": "S53"
1715
1800
  },
1716
1801
  "logStreamNamePrefixes": {
1717
- "shape": "S4j"
1802
+ "shape": "S53"
1718
1803
  },
1719
1804
  "logEventFilterPattern": {}
1720
1805
  },
@@ -1785,7 +1870,7 @@
1785
1870
  "members": {
1786
1871
  "logGroupName": {},
1787
1872
  "logGroupNames": {
1788
- "shape": "S45"
1873
+ "shape": "S4p"
1789
1874
  },
1790
1875
  "logGroupIdentifiers": {
1791
1876
  "type": "list",
@@ -1839,7 +1924,7 @@
1839
1924
  "members": {
1840
1925
  "logGroupName": {},
1841
1926
  "tags": {
1842
- "shape": "Sa"
1927
+ "shape": "Sg"
1843
1928
  }
1844
1929
  },
1845
1930
  "deprecated": true,
@@ -1858,7 +1943,7 @@
1858
1943
  "members": {
1859
1944
  "resourceArn": {},
1860
1945
  "tags": {
1861
- "shape": "Sa"
1946
+ "shape": "Sg"
1862
1947
  }
1863
1948
  }
1864
1949
  }
@@ -1960,6 +2045,28 @@
1960
2045
  }
1961
2046
  }
1962
2047
  },
2048
+ "UpdateDeliveryConfiguration": {
2049
+ "input": {
2050
+ "type": "structure",
2051
+ "required": [
2052
+ "id"
2053
+ ],
2054
+ "members": {
2055
+ "id": {},
2056
+ "recordFields": {
2057
+ "shape": "Sa"
2058
+ },
2059
+ "fieldDelimiter": {},
2060
+ "s3DeliveryConfiguration": {
2061
+ "shape": "Sd"
2062
+ }
2063
+ }
2064
+ },
2065
+ "output": {
2066
+ "type": "structure",
2067
+ "members": {}
2068
+ }
2069
+ },
1963
2070
  "UpdateLogAnomalyDetector": {
1964
2071
  "input": {
1965
2072
  "type": "structure",
@@ -1983,11 +2090,24 @@
1983
2090
  },
1984
2091
  "shapes": {
1985
2092
  "Sa": {
2093
+ "type": "list",
2094
+ "member": {}
2095
+ },
2096
+ "Sd": {
2097
+ "type": "structure",
2098
+ "members": {
2099
+ "suffixPath": {},
2100
+ "enableHiveCompatiblePath": {
2101
+ "type": "boolean"
2102
+ }
2103
+ }
2104
+ },
2105
+ "Sg": {
1986
2106
  "type": "map",
1987
2107
  "key": {},
1988
2108
  "value": {}
1989
2109
  },
1990
- "Se": {
2110
+ "Sk": {
1991
2111
  "type": "structure",
1992
2112
  "members": {
1993
2113
  "id": {},
@@ -1995,20 +2115,27 @@
1995
2115
  "deliverySourceName": {},
1996
2116
  "deliveryDestinationArn": {},
1997
2117
  "deliveryDestinationType": {},
1998
- "tags": {
2118
+ "recordFields": {
1999
2119
  "shape": "Sa"
2120
+ },
2121
+ "fieldDelimiter": {},
2122
+ "s3DeliveryConfiguration": {
2123
+ "shape": "Sd"
2124
+ },
2125
+ "tags": {
2126
+ "shape": "Sg"
2000
2127
  }
2001
2128
  }
2002
2129
  },
2003
- "Sp": {
2130
+ "Sv": {
2004
2131
  "type": "list",
2005
2132
  "member": {}
2006
2133
  },
2007
- "S1p": {
2134
+ "S1v": {
2008
2135
  "type": "list",
2009
2136
  "member": {}
2010
2137
  },
2011
- "S1t": {
2138
+ "S1z": {
2012
2139
  "type": "structure",
2013
2140
  "members": {
2014
2141
  "policyName": {},
@@ -2022,7 +2149,7 @@
2022
2149
  "accountId": {}
2023
2150
  }
2024
2151
  },
2025
- "S25": {
2152
+ "S2s": {
2026
2153
  "type": "structure",
2027
2154
  "members": {
2028
2155
  "name": {},
@@ -2030,14 +2157,14 @@
2030
2157
  "deliveryDestinationType": {},
2031
2158
  "outputFormat": {},
2032
2159
  "deliveryDestinationConfiguration": {
2033
- "shape": "S27"
2160
+ "shape": "S2t"
2034
2161
  },
2035
2162
  "tags": {
2036
- "shape": "Sa"
2163
+ "shape": "Sg"
2037
2164
  }
2038
2165
  }
2039
2166
  },
2040
- "S27": {
2167
+ "S2t": {
2041
2168
  "type": "structure",
2042
2169
  "required": [
2043
2170
  "destinationResourceArn"
@@ -2046,7 +2173,7 @@
2046
2173
  "destinationResourceArn": {}
2047
2174
  }
2048
2175
  },
2049
- "S2b": {
2176
+ "S2x": {
2050
2177
  "type": "structure",
2051
2178
  "members": {
2052
2179
  "name": {},
@@ -2058,11 +2185,11 @@
2058
2185
  "service": {},
2059
2186
  "logType": {},
2060
2187
  "tags": {
2061
- "shape": "Sa"
2188
+ "shape": "Sg"
2062
2189
  }
2063
2190
  }
2064
2191
  },
2065
- "S2i": {
2192
+ "S32": {
2066
2193
  "type": "structure",
2067
2194
  "members": {
2068
2195
  "destinationName": {},
@@ -2075,7 +2202,7 @@
2075
2202
  }
2076
2203
  }
2077
2204
  },
2078
- "S3j": {
2205
+ "S43": {
2079
2206
  "type": "list",
2080
2207
  "member": {
2081
2208
  "type": "structure",
@@ -2100,11 +2227,11 @@
2100
2227
  }
2101
2228
  }
2102
2229
  },
2103
- "S45": {
2230
+ "S4p": {
2104
2231
  "type": "list",
2105
2232
  "member": {}
2106
2233
  },
2107
- "S49": {
2234
+ "S4t": {
2108
2235
  "type": "structure",
2109
2236
  "members": {
2110
2237
  "policyName": {},
@@ -2114,17 +2241,17 @@
2114
2241
  }
2115
2242
  }
2116
2243
  },
2117
- "S4j": {
2244
+ "S53": {
2118
2245
  "type": "list",
2119
2246
  "member": {}
2120
2247
  },
2121
- "S54": {
2248
+ "S5o": {
2122
2249
  "type": "structure",
2123
2250
  "members": {
2124
2251
  "deliveryDestinationPolicy": {}
2125
2252
  }
2126
2253
  },
2127
- "S81": {
2254
+ "S8k": {
2128
2255
  "type": "list",
2129
2256
  "member": {}
2130
2257
  }
@@ -1,5 +1,11 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeConfigurationTemplates": {
4
+ "input_token": "nextToken",
5
+ "limit_key": "limit",
6
+ "output_token": "nextToken",
7
+ "result_key": "configurationTemplates"
8
+ },
3
9
  "DescribeDeliveries": {
4
10
  "input_token": "nextToken",
5
11
  "limit_key": "limit",