cdk-comprehend-s3olap 2.0.42 → 2.0.45

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 (44) hide show
  1. package/.jsii +3 -3
  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/CHANGELOG.md +22 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +101 -0
  8. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +117 -6
  9. package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +11 -0
  11. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +249 -94
  12. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +56 -47
  13. package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +33 -12
  14. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +260 -59
  15. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +6 -0
  16. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +73 -72
  17. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +50 -3
  18. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +54 -29
  19. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +91 -48
  20. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +143 -119
  21. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +2 -1
  22. package/node_modules/aws-sdk/clients/account.d.ts +104 -6
  23. package/node_modules/aws-sdk/clients/acmpca.d.ts +2 -2
  24. package/node_modules/aws-sdk/clients/athena.d.ts +127 -0
  25. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +40 -1
  26. package/node_modules/aws-sdk/clients/dms.d.ts +2 -2
  27. package/node_modules/aws-sdk/clients/docdb.d.ts +20 -0
  28. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  29. package/node_modules/aws-sdk/clients/frauddetector.d.ts +176 -5
  30. package/node_modules/aws-sdk/clients/iot.d.ts +14 -2
  31. package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +49 -0
  32. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +192 -0
  33. package/node_modules/aws-sdk/clients/kendra.d.ts +12 -7
  34. package/node_modules/aws-sdk/clients/medialive.d.ts +37 -0
  35. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +53 -2
  36. package/node_modules/aws-sdk/clients/rds.d.ts +137 -87
  37. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +2 -2
  38. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  39. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +16 -16
  40. package/node_modules/aws-sdk/dist/aws-sdk.js +378 -204
  41. package/node_modules/aws-sdk/dist/aws-sdk.min.js +93 -93
  42. package/node_modules/aws-sdk/lib/core.js +1 -1
  43. package/node_modules/aws-sdk/package.json +1 -1
  44. package/package.json +3 -3
@@ -729,6 +729,51 @@
729
729
  "hostPrefix": "api."
730
730
  }
731
731
  },
732
+ "CreateBulkImportJob": {
733
+ "http": {
734
+ "requestUri": "/jobs",
735
+ "responseCode": 202
736
+ },
737
+ "input": {
738
+ "type": "structure",
739
+ "required": [
740
+ "jobName",
741
+ "jobRoleArn",
742
+ "files",
743
+ "errorReportLocation",
744
+ "jobConfiguration"
745
+ ],
746
+ "members": {
747
+ "jobName": {},
748
+ "jobRoleArn": {},
749
+ "files": {
750
+ "shape": "S4a"
751
+ },
752
+ "errorReportLocation": {
753
+ "shape": "S4e"
754
+ },
755
+ "jobConfiguration": {
756
+ "shape": "S4f"
757
+ }
758
+ }
759
+ },
760
+ "output": {
761
+ "type": "structure",
762
+ "required": [
763
+ "jobId",
764
+ "jobName",
765
+ "jobStatus"
766
+ ],
767
+ "members": {
768
+ "jobId": {},
769
+ "jobName": {},
770
+ "jobStatus": {}
771
+ }
772
+ },
773
+ "endpoint": {
774
+ "hostPrefix": "data."
775
+ }
776
+ },
732
777
  "CreateDashboard": {
733
778
  "http": {
734
779
  "requestUri": "/dashboards",
@@ -783,7 +828,7 @@
783
828
  "members": {
784
829
  "gatewayName": {},
785
830
  "gatewayPlatform": {
786
- "shape": "S4d"
831
+ "shape": "S4q"
787
832
  },
788
833
  "tags": {
789
834
  "shape": "S2v"
@@ -825,7 +870,7 @@
825
870
  "idempotencyToken": true
826
871
  },
827
872
  "portalLogoImageFile": {
828
- "shape": "S4k"
873
+ "shape": "S4x"
829
874
  },
830
875
  "roleArn": {},
831
876
  "tags": {
@@ -834,7 +879,7 @@
834
879
  "portalAuthMode": {},
835
880
  "notificationSenderEmail": {},
836
881
  "alarms": {
837
- "shape": "S4o"
882
+ "shape": "S51"
838
883
  }
839
884
  }
840
885
  },
@@ -852,7 +897,7 @@
852
897
  "portalArn": {},
853
898
  "portalStartUrl": {},
854
899
  "portalStatus": {
855
- "shape": "S4r"
900
+ "shape": "S54"
856
901
  },
857
902
  "ssoApplicationId": {}
858
903
  }
@@ -1088,7 +1133,7 @@
1088
1133
  ],
1089
1134
  "members": {
1090
1135
  "portalStatus": {
1091
- "shape": "S4r"
1136
+ "shape": "S54"
1092
1137
  }
1093
1138
  }
1094
1139
  },
@@ -1242,10 +1287,10 @@
1242
1287
  "assetName": {},
1243
1288
  "assetModelId": {},
1244
1289
  "assetProperties": {
1245
- "shape": "S5h"
1290
+ "shape": "S5u"
1246
1291
  },
1247
1292
  "assetHierarchies": {
1248
- "shape": "S5m"
1293
+ "shape": "S5z"
1249
1294
  },
1250
1295
  "assetCompositeModels": {
1251
1296
  "type": "list",
@@ -1261,7 +1306,7 @@
1261
1306
  "description": {},
1262
1307
  "type": {},
1263
1308
  "properties": {
1264
- "shape": "S5h"
1309
+ "shape": "S5u"
1265
1310
  }
1266
1311
  }
1267
1312
  }
@@ -1318,13 +1363,13 @@
1318
1363
  "assetModelName": {},
1319
1364
  "assetModelDescription": {},
1320
1365
  "assetModelProperties": {
1321
- "shape": "S5s"
1366
+ "shape": "S65"
1322
1367
  },
1323
1368
  "assetModelHierarchies": {
1324
- "shape": "S5u"
1369
+ "shape": "S67"
1325
1370
  },
1326
1371
  "assetModelCompositeModels": {
1327
- "shape": "S5w"
1372
+ "shape": "S69"
1328
1373
  },
1329
1374
  "assetModelCreationDate": {
1330
1375
  "type": "timestamp"
@@ -1375,7 +1420,7 @@
1375
1420
  "assetName": {},
1376
1421
  "assetModelId": {},
1377
1422
  "assetProperty": {
1378
- "shape": "S60"
1423
+ "shape": "S6d"
1379
1424
  },
1380
1425
  "compositeModel": {
1381
1426
  "type": "structure",
@@ -1388,7 +1433,7 @@
1388
1433
  "name": {},
1389
1434
  "type": {},
1390
1435
  "assetProperty": {
1391
- "shape": "S60"
1436
+ "shape": "S6d"
1392
1437
  }
1393
1438
  }
1394
1439
  }
@@ -1398,6 +1443,62 @@
1398
1443
  "hostPrefix": "api."
1399
1444
  }
1400
1445
  },
1446
+ "DescribeBulkImportJob": {
1447
+ "http": {
1448
+ "method": "GET",
1449
+ "requestUri": "/jobs/{jobId}"
1450
+ },
1451
+ "input": {
1452
+ "type": "structure",
1453
+ "required": [
1454
+ "jobId"
1455
+ ],
1456
+ "members": {
1457
+ "jobId": {
1458
+ "location": "uri",
1459
+ "locationName": "jobId"
1460
+ }
1461
+ }
1462
+ },
1463
+ "output": {
1464
+ "type": "structure",
1465
+ "required": [
1466
+ "jobId",
1467
+ "jobName",
1468
+ "jobStatus",
1469
+ "jobRoleArn",
1470
+ "files",
1471
+ "errorReportLocation",
1472
+ "jobConfiguration",
1473
+ "jobCreationDate",
1474
+ "jobLastUpdateDate"
1475
+ ],
1476
+ "members": {
1477
+ "jobId": {},
1478
+ "jobName": {},
1479
+ "jobStatus": {},
1480
+ "jobRoleArn": {},
1481
+ "files": {
1482
+ "shape": "S4a"
1483
+ },
1484
+ "errorReportLocation": {
1485
+ "shape": "S4e"
1486
+ },
1487
+ "jobConfiguration": {
1488
+ "shape": "S4f"
1489
+ },
1490
+ "jobCreationDate": {
1491
+ "type": "timestamp"
1492
+ },
1493
+ "jobLastUpdateDate": {
1494
+ "type": "timestamp"
1495
+ }
1496
+ }
1497
+ },
1498
+ "endpoint": {
1499
+ "hostPrefix": "data."
1500
+ }
1501
+ },
1401
1502
  "DescribeDashboard": {
1402
1503
  "http": {
1403
1504
  "method": "GET",
@@ -1465,7 +1566,7 @@
1465
1566
  "encryptionType": {},
1466
1567
  "kmsKeyArn": {},
1467
1568
  "configurationStatus": {
1468
- "shape": "S67"
1569
+ "shape": "S6m"
1469
1570
  }
1470
1571
  }
1471
1572
  },
@@ -1505,10 +1606,10 @@
1505
1606
  "gatewayName": {},
1506
1607
  "gatewayArn": {},
1507
1608
  "gatewayPlatform": {
1508
- "shape": "S4d"
1609
+ "shape": "S4q"
1509
1610
  },
1510
1611
  "gatewayCapabilitySummaries": {
1511
- "shape": "S6c"
1612
+ "shape": "S6r"
1512
1613
  },
1513
1614
  "creationDate": {
1514
1615
  "type": "timestamp"
@@ -1579,7 +1680,7 @@
1579
1680
  ],
1580
1681
  "members": {
1581
1682
  "loggingOptions": {
1582
- "shape": "S6l"
1683
+ "shape": "S70"
1583
1684
  }
1584
1685
  }
1585
1686
  },
@@ -1627,7 +1728,7 @@
1627
1728
  "portalStartUrl": {},
1628
1729
  "portalContactEmail": {},
1629
1730
  "portalStatus": {
1630
- "shape": "S4r"
1731
+ "shape": "S54"
1631
1732
  },
1632
1733
  "portalCreationDate": {
1633
1734
  "type": "timestamp"
@@ -1650,7 +1751,7 @@
1650
1751
  "portalAuthMode": {},
1651
1752
  "notificationSenderEmail": {},
1652
1753
  "alarms": {
1653
- "shape": "S4o"
1754
+ "shape": "S51"
1654
1755
  }
1655
1756
  }
1656
1757
  },
@@ -1722,14 +1823,14 @@
1722
1823
  "members": {
1723
1824
  "storageType": {},
1724
1825
  "multiLayerStorage": {
1725
- "shape": "S6w"
1826
+ "shape": "S7b"
1726
1827
  },
1727
1828
  "disassociatedDataStorage": {},
1728
1829
  "retentionPeriod": {
1729
- "shape": "S6z"
1830
+ "shape": "S7e"
1730
1831
  },
1731
1832
  "configurationStatus": {
1732
- "shape": "S67"
1833
+ "shape": "S6m"
1733
1834
  },
1734
1835
  "lastUpdateDate": {
1735
1836
  "type": "timestamp"
@@ -2405,7 +2506,7 @@
2405
2506
  "shape": "S33"
2406
2507
  },
2407
2508
  "hierarchies": {
2408
- "shape": "S5m"
2509
+ "shape": "S5z"
2409
2510
  },
2410
2511
  "description": {}
2411
2512
  }
@@ -2487,7 +2588,7 @@
2487
2588
  "shape": "S33"
2488
2589
  },
2489
2590
  "hierarchies": {
2490
- "shape": "S5m"
2591
+ "shape": "S5z"
2491
2592
  },
2492
2593
  "description": {}
2493
2594
  }
@@ -2500,6 +2601,58 @@
2500
2601
  "hostPrefix": "api."
2501
2602
  }
2502
2603
  },
2604
+ "ListBulkImportJobs": {
2605
+ "http": {
2606
+ "method": "GET",
2607
+ "requestUri": "/jobs"
2608
+ },
2609
+ "input": {
2610
+ "type": "structure",
2611
+ "members": {
2612
+ "nextToken": {
2613
+ "location": "querystring",
2614
+ "locationName": "nextToken"
2615
+ },
2616
+ "maxResults": {
2617
+ "location": "querystring",
2618
+ "locationName": "maxResults",
2619
+ "type": "integer"
2620
+ },
2621
+ "filter": {
2622
+ "location": "querystring",
2623
+ "locationName": "filter"
2624
+ }
2625
+ }
2626
+ },
2627
+ "output": {
2628
+ "type": "structure",
2629
+ "required": [
2630
+ "jobSummaries"
2631
+ ],
2632
+ "members": {
2633
+ "jobSummaries": {
2634
+ "type": "list",
2635
+ "member": {
2636
+ "type": "structure",
2637
+ "required": [
2638
+ "id",
2639
+ "name",
2640
+ "status"
2641
+ ],
2642
+ "members": {
2643
+ "id": {},
2644
+ "name": {},
2645
+ "status": {}
2646
+ }
2647
+ }
2648
+ },
2649
+ "nextToken": {}
2650
+ }
2651
+ },
2652
+ "endpoint": {
2653
+ "hostPrefix": "data."
2654
+ }
2655
+ },
2503
2656
  "ListDashboards": {
2504
2657
  "http": {
2505
2658
  "method": "GET",
@@ -2600,10 +2753,10 @@
2600
2753
  "gatewayId": {},
2601
2754
  "gatewayName": {},
2602
2755
  "gatewayPlatform": {
2603
- "shape": "S4d"
2756
+ "shape": "S4q"
2604
2757
  },
2605
2758
  "gatewayCapabilitySummaries": {
2606
- "shape": "S6c"
2759
+ "shape": "S6r"
2607
2760
  },
2608
2761
  "creationDate": {
2609
2762
  "type": "timestamp"
@@ -2667,7 +2820,7 @@
2667
2820
  },
2668
2821
  "roleArn": {},
2669
2822
  "status": {
2670
- "shape": "S4r"
2823
+ "shape": "S54"
2671
2824
  }
2672
2825
  }
2673
2826
  }
@@ -2907,7 +3060,7 @@
2907
3060
  "encryptionType": {},
2908
3061
  "kmsKeyArn": {},
2909
3062
  "configurationStatus": {
2910
- "shape": "S67"
3063
+ "shape": "S6m"
2911
3064
  }
2912
3065
  }
2913
3066
  },
@@ -2927,7 +3080,7 @@
2927
3080
  ],
2928
3081
  "members": {
2929
3082
  "loggingOptions": {
2930
- "shape": "S6l"
3083
+ "shape": "S70"
2931
3084
  }
2932
3085
  }
2933
3086
  },
@@ -2951,11 +3104,11 @@
2951
3104
  "members": {
2952
3105
  "storageType": {},
2953
3106
  "multiLayerStorage": {
2954
- "shape": "S6w"
3107
+ "shape": "S7b"
2955
3108
  },
2956
3109
  "disassociatedDataStorage": {},
2957
3110
  "retentionPeriod": {
2958
- "shape": "S6z"
3111
+ "shape": "S7e"
2959
3112
  }
2960
3113
  }
2961
3114
  },
@@ -2968,14 +3121,14 @@
2968
3121
  "members": {
2969
3122
  "storageType": {},
2970
3123
  "multiLayerStorage": {
2971
- "shape": "S6w"
3124
+ "shape": "S7b"
2972
3125
  },
2973
3126
  "disassociatedDataStorage": {},
2974
3127
  "retentionPeriod": {
2975
- "shape": "S6z"
3128
+ "shape": "S7e"
2976
3129
  },
2977
3130
  "configurationStatus": {
2978
- "shape": "S67"
3131
+ "shape": "S6m"
2979
3132
  }
2980
3133
  }
2981
3134
  },
@@ -3141,13 +3294,13 @@
3141
3294
  "assetModelName": {},
3142
3295
  "assetModelDescription": {},
3143
3296
  "assetModelProperties": {
3144
- "shape": "S5s"
3297
+ "shape": "S65"
3145
3298
  },
3146
3299
  "assetModelHierarchies": {
3147
- "shape": "S5u"
3300
+ "shape": "S67"
3148
3301
  },
3149
3302
  "assetModelCompositeModels": {
3150
- "shape": "S5w"
3303
+ "shape": "S69"
3151
3304
  },
3152
3305
  "clientToken": {
3153
3306
  "idempotencyToken": true
@@ -3320,7 +3473,7 @@
3320
3473
  "members": {
3321
3474
  "id": {},
3322
3475
  "file": {
3323
- "shape": "S4k"
3476
+ "shape": "S4x"
3324
3477
  }
3325
3478
  }
3326
3479
  },
@@ -3330,7 +3483,7 @@
3330
3483
  },
3331
3484
  "notificationSenderEmail": {},
3332
3485
  "alarms": {
3333
- "shape": "S4o"
3486
+ "shape": "S51"
3334
3487
  }
3335
3488
  }
3336
3489
  },
@@ -3341,7 +3494,7 @@
3341
3494
  ],
3342
3495
  "members": {
3343
3496
  "portalStatus": {
3344
- "shape": "S4r"
3497
+ "shape": "S54"
3345
3498
  }
3346
3499
  }
3347
3500
  },
@@ -3758,7 +3911,55 @@
3758
3911
  }
3759
3912
  }
3760
3913
  },
3761
- "S4d": {
3914
+ "S4a": {
3915
+ "type": "list",
3916
+ "member": {
3917
+ "type": "structure",
3918
+ "required": [
3919
+ "bucket",
3920
+ "key"
3921
+ ],
3922
+ "members": {
3923
+ "bucket": {},
3924
+ "key": {},
3925
+ "versionId": {}
3926
+ }
3927
+ }
3928
+ },
3929
+ "S4e": {
3930
+ "type": "structure",
3931
+ "required": [
3932
+ "bucket",
3933
+ "prefix"
3934
+ ],
3935
+ "members": {
3936
+ "bucket": {},
3937
+ "prefix": {}
3938
+ }
3939
+ },
3940
+ "S4f": {
3941
+ "type": "structure",
3942
+ "required": [
3943
+ "fileFormat"
3944
+ ],
3945
+ "members": {
3946
+ "fileFormat": {
3947
+ "type": "structure",
3948
+ "members": {
3949
+ "csv": {
3950
+ "type": "structure",
3951
+ "members": {
3952
+ "columnNames": {
3953
+ "type": "list",
3954
+ "member": {}
3955
+ }
3956
+ }
3957
+ }
3958
+ }
3959
+ }
3960
+ }
3961
+ },
3962
+ "S4q": {
3762
3963
  "type": "structure",
3763
3964
  "members": {
3764
3965
  "greengrass": {
@@ -3781,7 +3982,7 @@
3781
3982
  }
3782
3983
  }
3783
3984
  },
3784
- "S4k": {
3985
+ "S4x": {
3785
3986
  "type": "structure",
3786
3987
  "required": [
3787
3988
  "data",
@@ -3794,7 +3995,7 @@
3794
3995
  "type": {}
3795
3996
  }
3796
3997
  },
3797
- "S4o": {
3998
+ "S51": {
3798
3999
  "type": "structure",
3799
4000
  "required": [
3800
4001
  "alarmRoleArn"
@@ -3804,7 +4005,7 @@
3804
4005
  "notificationLambdaArn": {}
3805
4006
  }
3806
4007
  },
3807
- "S4r": {
4008
+ "S54": {
3808
4009
  "type": "structure",
3809
4010
  "required": [
3810
4011
  "state"
@@ -3820,7 +4021,7 @@
3820
4021
  }
3821
4022
  }
3822
4023
  },
3823
- "S5h": {
4024
+ "S5u": {
3824
4025
  "type": "list",
3825
4026
  "member": {
3826
4027
  "type": "structure",
@@ -3834,7 +4035,7 @@
3834
4035
  "name": {},
3835
4036
  "alias": {},
3836
4037
  "notification": {
3837
- "shape": "S5j"
4038
+ "shape": "S5w"
3838
4039
  },
3839
4040
  "dataType": {},
3840
4041
  "dataTypeSpec": {},
@@ -3842,7 +4043,7 @@
3842
4043
  }
3843
4044
  }
3844
4045
  },
3845
- "S5j": {
4046
+ "S5w": {
3846
4047
  "type": "structure",
3847
4048
  "required": [
3848
4049
  "topic",
@@ -3853,7 +4054,7 @@
3853
4054
  "state": {}
3854
4055
  }
3855
4056
  },
3856
- "S5m": {
4057
+ "S5z": {
3857
4058
  "type": "list",
3858
4059
  "member": {
3859
4060
  "type": "structure",
@@ -3866,7 +4067,7 @@
3866
4067
  }
3867
4068
  }
3868
4069
  },
3869
- "S5s": {
4070
+ "S65": {
3870
4071
  "type": "list",
3871
4072
  "member": {
3872
4073
  "type": "structure",
@@ -3887,7 +4088,7 @@
3887
4088
  }
3888
4089
  }
3889
4090
  },
3890
- "S5u": {
4091
+ "S67": {
3891
4092
  "type": "list",
3892
4093
  "member": {
3893
4094
  "type": "structure",
@@ -3902,7 +4103,7 @@
3902
4103
  }
3903
4104
  }
3904
4105
  },
3905
- "S5w": {
4106
+ "S69": {
3906
4107
  "type": "list",
3907
4108
  "member": {
3908
4109
  "type": "structure",
@@ -3915,12 +4116,12 @@
3915
4116
  "description": {},
3916
4117
  "type": {},
3917
4118
  "properties": {
3918
- "shape": "S5s"
4119
+ "shape": "S65"
3919
4120
  }
3920
4121
  }
3921
4122
  }
3922
4123
  },
3923
- "S60": {
4124
+ "S6d": {
3924
4125
  "type": "structure",
3925
4126
  "required": [
3926
4127
  "id",
@@ -3932,7 +4133,7 @@
3932
4133
  "name": {},
3933
4134
  "alias": {},
3934
4135
  "notification": {
3935
- "shape": "S5j"
4136
+ "shape": "S5w"
3936
4137
  },
3937
4138
  "dataType": {},
3938
4139
  "unit": {},
@@ -3941,7 +4142,7 @@
3941
4142
  }
3942
4143
  }
3943
4144
  },
3944
- "S67": {
4145
+ "S6m": {
3945
4146
  "type": "structure",
3946
4147
  "required": [
3947
4148
  "state"
@@ -3961,7 +4162,7 @@
3961
4162
  }
3962
4163
  }
3963
4164
  },
3964
- "S6c": {
4165
+ "S6r": {
3965
4166
  "type": "list",
3966
4167
  "member": {
3967
4168
  "type": "structure",
@@ -3975,7 +4176,7 @@
3975
4176
  }
3976
4177
  }
3977
4178
  },
3978
- "S6l": {
4179
+ "S70": {
3979
4180
  "type": "structure",
3980
4181
  "required": [
3981
4182
  "level"
@@ -3984,7 +4185,7 @@
3984
4185
  "level": {}
3985
4186
  }
3986
4187
  },
3987
- "S6w": {
4188
+ "S7b": {
3988
4189
  "type": "structure",
3989
4190
  "required": [
3990
4191
  "customerManagedS3Storage"
@@ -4003,7 +4204,7 @@
4003
4204
  }
4004
4205
  }
4005
4206
  },
4006
- "S6z": {
4207
+ "S7e": {
4007
4208
  "type": "structure",
4008
4209
  "members": {
4009
4210
  "numberOfDays": {
@@ -62,6 +62,12 @@
62
62
  "limit_key": "maxResults",
63
63
  "result_key": "assetSummaries"
64
64
  },
65
+ "ListBulkImportJobs": {
66
+ "input_token": "nextToken",
67
+ "output_token": "nextToken",
68
+ "limit_key": "maxResults",
69
+ "result_key": "jobSummaries"
70
+ },
65
71
  "ListDashboards": {
66
72
  "input_token": "nextToken",
67
73
  "output_token": "nextToken",