cdk-comprehend-s3olap 2.0.137 → 2.0.138

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 (30) 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 +12 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +936 -921
  8. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +52 -0
  9. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +100 -69
  10. package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +13 -4
  11. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +570 -89
  12. package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +12 -0
  13. package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.paginators.json +4 -2
  14. package/node_modules/aws-sdk/clients/ec2.d.ts +75 -52
  15. package/node_modules/aws-sdk/clients/emrcontainers.d.ts +61 -0
  16. package/node_modules/aws-sdk/clients/guardduty.d.ts +32 -2
  17. package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +16 -3
  18. package/node_modules/aws-sdk/clients/kafka.d.ts +634 -0
  19. package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
  20. package/node_modules/aws-sdk/clients/osis.d.ts +26 -26
  21. package/node_modules/aws-sdk/clients/qldb.d.ts +27 -27
  22. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
  23. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  24. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -10
  25. package/node_modules/aws-sdk/dist/aws-sdk.js +946 -928
  26. package/node_modules/aws-sdk/dist/aws-sdk.min.js +72 -72
  27. package/node_modules/aws-sdk/lib/core.js +1 -1
  28. package/node_modules/aws-sdk/lib/services/sqs.js +3 -2
  29. package/node_modules/aws-sdk/package.json +1 -1
  30. package/package.json +3 -3
@@ -352,6 +352,58 @@
352
352
  }
353
353
  }
354
354
  },
355
+ "GetManagedEndpointSessionCredentials": {
356
+ "http": {
357
+ "requestUri": "/virtualclusters/{virtualClusterId}/endpoints/{endpointId}/credentials"
358
+ },
359
+ "input": {
360
+ "type": "structure",
361
+ "required": [
362
+ "executionRoleArn",
363
+ "credentialType",
364
+ "endpointIdentifier",
365
+ "virtualClusterIdentifier"
366
+ ],
367
+ "members": {
368
+ "endpointIdentifier": {
369
+ "location": "uri",
370
+ "locationName": "endpointId"
371
+ },
372
+ "virtualClusterIdentifier": {
373
+ "location": "uri",
374
+ "locationName": "virtualClusterId"
375
+ },
376
+ "executionRoleArn": {},
377
+ "credentialType": {},
378
+ "durationInSeconds": {
379
+ "type": "integer"
380
+ },
381
+ "logContext": {},
382
+ "clientToken": {
383
+ "idempotencyToken": true
384
+ }
385
+ }
386
+ },
387
+ "output": {
388
+ "type": "structure",
389
+ "members": {
390
+ "id": {},
391
+ "credentials": {
392
+ "type": "structure",
393
+ "members": {
394
+ "token": {
395
+ "type": "string",
396
+ "sensitive": true
397
+ }
398
+ },
399
+ "union": true
400
+ },
401
+ "expiresAt": {
402
+ "shape": "S13"
403
+ }
404
+ }
405
+ }
406
+ },
355
407
  "ListJobRuns": {
356
408
  "http": {
357
409
  "method": "GET",
@@ -817,6 +817,9 @@
817
817
  "AttachedVolumes": {
818
818
  "shape": "S37",
819
819
  "locationName": "attachedVolumes"
820
+ },
821
+ "ScanType": {
822
+ "locationName": "scanType"
820
823
  }
821
824
  }
822
825
  }
@@ -1219,7 +1222,7 @@
1219
1222
  "locationName": "detectorId"
1220
1223
  },
1221
1224
  "FilterCriteria": {
1222
- "shape": "S48",
1225
+ "shape": "S49",
1223
1226
  "locationName": "filterCriteria"
1224
1227
  },
1225
1228
  "StatisticsType": {
@@ -1298,7 +1301,7 @@
1298
1301
  "locationName": "updatedAt"
1299
1302
  },
1300
1303
  "DataSources": {
1301
- "shape": "S4o",
1304
+ "shape": "S4p",
1302
1305
  "deprecated": true,
1303
1306
  "deprecatedMessage": "This parameter is deprecated, use Features instead",
1304
1307
  "locationName": "dataSources"
@@ -1529,7 +1532,7 @@
1529
1532
  }
1530
1533
  },
1531
1534
  "Tags": {
1532
- "shape": "S5c",
1535
+ "shape": "S5d",
1533
1536
  "locationName": "tags"
1534
1537
  },
1535
1538
  "DefaultServerSideEncryption": {
@@ -1585,7 +1588,7 @@
1585
1588
  }
1586
1589
  },
1587
1590
  "BlockPublicAccess": {
1588
- "shape": "S5k",
1591
+ "shape": "S5l",
1589
1592
  "locationName": "blockPublicAccess"
1590
1593
  }
1591
1594
  }
@@ -1595,7 +1598,7 @@
1595
1598
  "type": "structure",
1596
1599
  "members": {
1597
1600
  "BlockPublicAccess": {
1598
- "shape": "S5k",
1601
+ "shape": "S5l",
1599
1602
  "locationName": "blockPublicAccess"
1600
1603
  }
1601
1604
  }
@@ -1692,7 +1695,7 @@
1692
1695
  "locationName": "publicIp"
1693
1696
  },
1694
1697
  "SecurityGroups": {
1695
- "shape": "S5t",
1698
+ "shape": "S5u",
1696
1699
  "locationName": "securityGroups"
1697
1700
  },
1698
1701
  "SubnetId": {
@@ -1723,7 +1726,7 @@
1723
1726
  }
1724
1727
  },
1725
1728
  "Tags": {
1726
- "shape": "S5c",
1729
+ "shape": "S5d",
1727
1730
  "locationName": "tags"
1728
1731
  }
1729
1732
  }
@@ -1745,7 +1748,7 @@
1745
1748
  "locationName": "status"
1746
1749
  },
1747
1750
  "Tags": {
1748
- "shape": "S5c",
1751
+ "shape": "S5d",
1749
1752
  "locationName": "tags"
1750
1753
  },
1751
1754
  "CreatedAt": {
@@ -1796,11 +1799,11 @@
1796
1799
  "type": "boolean"
1797
1800
  },
1798
1801
  "Containers": {
1799
- "shape": "S62",
1802
+ "shape": "S63",
1800
1803
  "locationName": "containers"
1801
1804
  },
1802
1805
  "Volumes": {
1803
- "shape": "S67",
1806
+ "shape": "S68",
1804
1807
  "locationName": "volumes"
1805
1808
  }
1806
1809
  }
@@ -1850,7 +1853,7 @@
1850
1853
  "type": "integer"
1851
1854
  },
1852
1855
  "Tags": {
1853
- "shape": "S5c",
1856
+ "shape": "S5d",
1854
1857
  "locationName": "tags"
1855
1858
  },
1856
1859
  "TaskDetails": {
@@ -1878,15 +1881,15 @@
1878
1881
  "locationName": "startedBy"
1879
1882
  },
1880
1883
  "Tags": {
1881
- "shape": "S5c",
1884
+ "shape": "S5d",
1882
1885
  "locationName": "tags"
1883
1886
  },
1884
1887
  "Volumes": {
1885
- "shape": "S67",
1888
+ "shape": "S68",
1886
1889
  "locationName": "volumes"
1887
1890
  },
1888
1891
  "Containers": {
1889
- "shape": "S62",
1892
+ "shape": "S63",
1890
1893
  "locationName": "containers"
1891
1894
  },
1892
1895
  "Group": {
@@ -1897,7 +1900,7 @@
1897
1900
  }
1898
1901
  },
1899
1902
  "ContainerDetails": {
1900
- "shape": "S63",
1903
+ "shape": "S64",
1901
1904
  "locationName": "containerDetails"
1902
1905
  },
1903
1906
  "RdsDbInstanceDetails": {
@@ -1920,7 +1923,7 @@
1920
1923
  "locationName": "dbInstanceArn"
1921
1924
  },
1922
1925
  "Tags": {
1923
- "shape": "S5c",
1926
+ "shape": "S5d",
1924
1927
  "locationName": "tags"
1925
1928
  }
1926
1929
  }
@@ -1985,13 +1988,13 @@
1985
1988
  "locationName": "vpcId"
1986
1989
  },
1987
1990
  "SecurityGroups": {
1988
- "shape": "S5t",
1991
+ "shape": "S5u",
1989
1992
  "locationName": "securityGroups"
1990
1993
  }
1991
1994
  }
1992
1995
  },
1993
1996
  "Tags": {
1994
- "shape": "S5c",
1997
+ "shape": "S5d",
1995
1998
  "locationName": "tags"
1996
1999
  }
1997
2000
  }
@@ -2038,7 +2041,7 @@
2038
2041
  "locationName": "userAgent"
2039
2042
  },
2040
2043
  "RemoteIpDetails": {
2041
- "shape": "S6m",
2044
+ "shape": "S6n",
2042
2045
  "locationName": "remoteIpDetails"
2043
2046
  },
2044
2047
  "ServiceName": {
@@ -2093,18 +2096,18 @@
2093
2096
  "locationName": "connectionDirection"
2094
2097
  },
2095
2098
  "LocalPortDetails": {
2096
- "shape": "S6v",
2099
+ "shape": "S6w",
2097
2100
  "locationName": "localPortDetails"
2098
2101
  },
2099
2102
  "Protocol": {
2100
2103
  "locationName": "protocol"
2101
2104
  },
2102
2105
  "LocalIpDetails": {
2103
- "shape": "S6w",
2106
+ "shape": "S6x",
2104
2107
  "locationName": "localIpDetails"
2105
2108
  },
2106
2109
  "RemoteIpDetails": {
2107
- "shape": "S6m",
2110
+ "shape": "S6n",
2108
2111
  "locationName": "remoteIpDetails"
2109
2112
  },
2110
2113
  "RemotePortDetails": {
@@ -2137,15 +2140,15 @@
2137
2140
  "type": "structure",
2138
2141
  "members": {
2139
2142
  "LocalPortDetails": {
2140
- "shape": "S6v",
2143
+ "shape": "S6w",
2141
2144
  "locationName": "localPortDetails"
2142
2145
  },
2143
2146
  "LocalIpDetails": {
2144
- "shape": "S6w",
2147
+ "shape": "S6x",
2145
2148
  "locationName": "localIpDetails"
2146
2149
  },
2147
2150
  "RemoteIpDetails": {
2148
- "shape": "S6m",
2151
+ "shape": "S6n",
2149
2152
  "locationName": "remoteIpDetails"
2150
2153
  }
2151
2154
  }
@@ -2172,7 +2175,7 @@
2172
2175
  "locationName": "userAgent"
2173
2176
  },
2174
2177
  "RemoteIpDetails": {
2175
- "shape": "S6m",
2178
+ "shape": "S6n",
2176
2179
  "locationName": "remoteIpDetails"
2177
2180
  },
2178
2181
  "StatusCode": {
@@ -2189,7 +2192,7 @@
2189
2192
  "type": "structure",
2190
2193
  "members": {
2191
2194
  "RemoteIpDetails": {
2192
- "shape": "S6m",
2195
+ "shape": "S6n",
2193
2196
  "locationName": "remoteIpDetails"
2194
2197
  },
2195
2198
  "LoginAttributes": {
@@ -2412,6 +2415,9 @@
2412
2415
  }
2413
2416
  }
2414
2417
  }
2418
+ },
2419
+ "ScanType": {
2420
+ "locationName": "scanType"
2415
2421
  }
2416
2422
  }
2417
2423
  },
@@ -2420,7 +2426,7 @@
2420
2426
  "type": "structure",
2421
2427
  "members": {
2422
2428
  "Process": {
2423
- "shape": "S7n",
2429
+ "shape": "S7o",
2424
2430
  "locationName": "process"
2425
2431
  },
2426
2432
  "Context": {
@@ -2428,7 +2434,7 @@
2428
2434
  "type": "structure",
2429
2435
  "members": {
2430
2436
  "ModifyingProcess": {
2431
- "shape": "S7n",
2437
+ "shape": "S7o",
2432
2438
  "locationName": "modifyingProcess"
2433
2439
  },
2434
2440
  "ModifiedAt": {
@@ -2480,7 +2486,7 @@
2480
2486
  "locationName": "shellHistoryFilePath"
2481
2487
  },
2482
2488
  "TargetProcess": {
2483
- "shape": "S7n",
2489
+ "shape": "S7o",
2484
2490
  "locationName": "targetProcess"
2485
2491
  },
2486
2492
  "AddressFamily": {
@@ -2663,7 +2669,7 @@
2663
2669
  "type": "structure",
2664
2670
  "members": {
2665
2671
  "ScanResourceCriteria": {
2666
- "shape": "S86",
2672
+ "shape": "S87",
2667
2673
  "locationName": "scanResourceCriteria"
2668
2674
  },
2669
2675
  "EbsSnapshotPreservation": {
@@ -2765,7 +2771,7 @@
2765
2771
  "locationName": "accountId"
2766
2772
  },
2767
2773
  "DataSources": {
2768
- "shape": "S4o",
2774
+ "shape": "S4p",
2769
2775
  "deprecated": true,
2770
2776
  "deprecatedMessage": "This parameter is deprecated, use Features instead",
2771
2777
  "locationName": "dataSources"
@@ -2848,7 +2854,7 @@
2848
2854
  ],
2849
2855
  "members": {
2850
2856
  "Members": {
2851
- "shape": "S8q",
2857
+ "shape": "S8r",
2852
2858
  "locationName": "members"
2853
2859
  },
2854
2860
  "UnprocessedAccounts": {
@@ -2898,19 +2904,19 @@
2898
2904
  "type": "structure",
2899
2905
  "members": {
2900
2906
  "CloudTrail": {
2901
- "shape": "S8x",
2907
+ "shape": "S8y",
2902
2908
  "locationName": "cloudTrail"
2903
2909
  },
2904
2910
  "DnsLogs": {
2905
- "shape": "S8x",
2911
+ "shape": "S8y",
2906
2912
  "locationName": "dnsLogs"
2907
2913
  },
2908
2914
  "FlowLogs": {
2909
- "shape": "S8x",
2915
+ "shape": "S8y",
2910
2916
  "locationName": "flowLogs"
2911
2917
  },
2912
2918
  "S3Logs": {
2913
- "shape": "S8x",
2919
+ "shape": "S8y",
2914
2920
  "locationName": "s3Logs"
2915
2921
  },
2916
2922
  "Kubernetes": {
@@ -2918,7 +2924,7 @@
2918
2924
  "type": "structure",
2919
2925
  "members": {
2920
2926
  "AuditLogs": {
2921
- "shape": "S8x",
2927
+ "shape": "S8y",
2922
2928
  "locationName": "auditLogs"
2923
2929
  }
2924
2930
  }
@@ -2928,7 +2934,7 @@
2928
2934
  "type": "structure",
2929
2935
  "members": {
2930
2936
  "ScanEc2InstanceWithFindings": {
2931
- "shape": "S8x",
2937
+ "shape": "S8y",
2932
2938
  "locationName": "scanEc2InstanceWithFindings"
2933
2939
  }
2934
2940
  }
@@ -3088,7 +3094,7 @@
3088
3094
  "locationName": "accountId"
3089
3095
  },
3090
3096
  "Total": {
3091
- "shape": "S9i",
3097
+ "shape": "S9j",
3092
3098
  "locationName": "total"
3093
3099
  }
3094
3100
  }
@@ -3104,18 +3110,18 @@
3104
3110
  "locationName": "dataSource"
3105
3111
  },
3106
3112
  "Total": {
3107
- "shape": "S9i",
3113
+ "shape": "S9j",
3108
3114
  "locationName": "total"
3109
3115
  }
3110
3116
  }
3111
3117
  }
3112
3118
  },
3113
3119
  "SumByResource": {
3114
- "shape": "S9l",
3120
+ "shape": "S9m",
3115
3121
  "locationName": "sumByResource"
3116
3122
  },
3117
3123
  "TopResources": {
3118
- "shape": "S9l",
3124
+ "shape": "S9m",
3119
3125
  "locationName": "topResources"
3120
3126
  },
3121
3127
  "SumByFeature": {
@@ -3128,7 +3134,7 @@
3128
3134
  "locationName": "feature"
3129
3135
  },
3130
3136
  "Total": {
3131
- "shape": "S9i",
3137
+ "shape": "S9j",
3132
3138
  "locationName": "total"
3133
3139
  }
3134
3140
  }
@@ -3207,7 +3213,7 @@
3207
3213
  "type": "integer"
3208
3214
  },
3209
3215
  "FilterCriteria": {
3210
- "shape": "S48",
3216
+ "shape": "S49",
3211
3217
  "locationName": "filterCriteria"
3212
3218
  },
3213
3219
  "SortCriteria": {
@@ -3560,7 +3566,7 @@
3560
3566
  "type": "structure",
3561
3567
  "members": {
3562
3568
  "Members": {
3563
- "shape": "S8q",
3569
+ "shape": "S8r",
3564
3570
  "locationName": "members"
3565
3571
  },
3566
3572
  "NextToken": {
@@ -3747,6 +3753,31 @@
3747
3753
  }
3748
3754
  }
3749
3755
  },
3756
+ "StartMalwareScan": {
3757
+ "http": {
3758
+ "requestUri": "/malware-scan/start",
3759
+ "responseCode": 200
3760
+ },
3761
+ "input": {
3762
+ "type": "structure",
3763
+ "required": [
3764
+ "ResourceArn"
3765
+ ],
3766
+ "members": {
3767
+ "ResourceArn": {
3768
+ "locationName": "resourceArn"
3769
+ }
3770
+ }
3771
+ },
3772
+ "output": {
3773
+ "type": "structure",
3774
+ "members": {
3775
+ "ScanId": {
3776
+ "locationName": "scanId"
3777
+ }
3778
+ }
3779
+ }
3780
+ },
3750
3781
  "StartMonitoringMembers": {
3751
3782
  "http": {
3752
3783
  "requestUri": "/detector/{detectorId}/member/start",
@@ -4075,7 +4106,7 @@
4075
4106
  "locationName": "detectorId"
4076
4107
  },
4077
4108
  "ScanResourceCriteria": {
4078
- "shape": "S86",
4109
+ "shape": "S87",
4079
4110
  "locationName": "scanResourceCriteria"
4080
4111
  },
4081
4112
  "EbsSnapshotPreservation": {
@@ -4628,7 +4659,7 @@
4628
4659
  }
4629
4660
  }
4630
4661
  },
4631
- "S48": {
4662
+ "S49": {
4632
4663
  "type": "structure",
4633
4664
  "members": {
4634
4665
  "FilterCriterion": {
@@ -4659,7 +4690,7 @@
4659
4690
  }
4660
4691
  }
4661
4692
  },
4662
- "S4o": {
4693
+ "S4p": {
4663
4694
  "type": "structure",
4664
4695
  "required": [
4665
4696
  "CloudTrail",
@@ -4743,7 +4774,7 @@
4743
4774
  }
4744
4775
  }
4745
4776
  },
4746
- "S5c": {
4777
+ "S5d": {
4747
4778
  "type": "list",
4748
4779
  "member": {
4749
4780
  "type": "structure",
@@ -4757,7 +4788,7 @@
4757
4788
  }
4758
4789
  }
4759
4790
  },
4760
- "S5k": {
4791
+ "S5l": {
4761
4792
  "type": "structure",
4762
4793
  "members": {
4763
4794
  "IgnorePublicAcls": {
@@ -4778,7 +4809,7 @@
4778
4809
  }
4779
4810
  }
4780
4811
  },
4781
- "S5t": {
4812
+ "S5u": {
4782
4813
  "type": "list",
4783
4814
  "member": {
4784
4815
  "type": "structure",
@@ -4792,13 +4823,13 @@
4792
4823
  }
4793
4824
  }
4794
4825
  },
4795
- "S62": {
4826
+ "S63": {
4796
4827
  "type": "list",
4797
4828
  "member": {
4798
- "shape": "S63"
4829
+ "shape": "S64"
4799
4830
  }
4800
4831
  },
4801
- "S63": {
4832
+ "S64": {
4802
4833
  "type": "structure",
4803
4834
  "members": {
4804
4835
  "ContainerRuntime": {
@@ -4843,7 +4874,7 @@
4843
4874
  }
4844
4875
  }
4845
4876
  },
4846
- "S67": {
4877
+ "S68": {
4847
4878
  "type": "list",
4848
4879
  "member": {
4849
4880
  "type": "structure",
@@ -4863,7 +4894,7 @@
4863
4894
  }
4864
4895
  }
4865
4896
  },
4866
- "S6m": {
4897
+ "S6n": {
4867
4898
  "type": "structure",
4868
4899
  "members": {
4869
4900
  "City": {
@@ -4924,7 +4955,7 @@
4924
4955
  }
4925
4956
  }
4926
4957
  },
4927
- "S6v": {
4958
+ "S6w": {
4928
4959
  "type": "structure",
4929
4960
  "members": {
4930
4961
  "Port": {
@@ -4936,7 +4967,7 @@
4936
4967
  }
4937
4968
  }
4938
4969
  },
4939
- "S6w": {
4970
+ "S6x": {
4940
4971
  "type": "structure",
4941
4972
  "members": {
4942
4973
  "IpAddressV4": {
@@ -4944,7 +4975,7 @@
4944
4975
  }
4945
4976
  }
4946
4977
  },
4947
- "S7n": {
4978
+ "S7o": {
4948
4979
  "type": "structure",
4949
4980
  "members": {
4950
4981
  "Name": {
@@ -5031,20 +5062,20 @@
5031
5062
  }
5032
5063
  }
5033
5064
  },
5034
- "S86": {
5065
+ "S87": {
5035
5066
  "type": "structure",
5036
5067
  "members": {
5037
5068
  "Include": {
5038
- "shape": "S87",
5069
+ "shape": "S88",
5039
5070
  "locationName": "include"
5040
5071
  },
5041
5072
  "Exclude": {
5042
- "shape": "S87",
5073
+ "shape": "S88",
5043
5074
  "locationName": "exclude"
5044
5075
  }
5045
5076
  }
5046
5077
  },
5047
- "S87": {
5078
+ "S88": {
5048
5079
  "type": "map",
5049
5080
  "key": {},
5050
5081
  "value": {
@@ -5074,7 +5105,7 @@
5074
5105
  }
5075
5106
  }
5076
5107
  },
5077
- "S8q": {
5108
+ "S8r": {
5078
5109
  "type": "list",
5079
5110
  "member": {
5080
5111
  "type": "structure",
@@ -5113,7 +5144,7 @@
5113
5144
  }
5114
5145
  }
5115
5146
  },
5116
- "S8x": {
5147
+ "S8y": {
5117
5148
  "type": "structure",
5118
5149
  "members": {
5119
5150
  "FreeTrialDaysRemaining": {
@@ -5122,7 +5153,7 @@
5122
5153
  }
5123
5154
  }
5124
5155
  },
5125
- "S9i": {
5156
+ "S9j": {
5126
5157
  "type": "structure",
5127
5158
  "members": {
5128
5159
  "Amount": {
@@ -5133,7 +5164,7 @@
5133
5164
  }
5134
5165
  }
5135
5166
  },
5136
- "S9l": {
5167
+ "S9m": {
5137
5168
  "type": "list",
5138
5169
  "member": {
5139
5170
  "type": "structure",
@@ -5142,7 +5173,7 @@
5142
5173
  "locationName": "resource"
5143
5174
  },
5144
5175
  "Total": {
5145
- "shape": "S9i",
5176
+ "shape": "S9j",
5146
5177
  "locationName": "total"
5147
5178
  }
5148
5179
  }