cdk-comprehend-s3olap 2.0.47 → 2.0.50

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 (56) hide show
  1. package/.jsii +5 -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/CHANGELOG.md +20 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +34 -3
  8. package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +116 -0
  9. package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +67 -20
  10. package/node_modules/aws-sdk/apis/config-2014-11-12.paginators.json +5 -0
  11. package/node_modules/aws-sdk/apis/detective-2018-10-26.min.json +213 -39
  12. package/node_modules/aws-sdk/apis/detective-2018-10-26.paginators.json +5 -0
  13. package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.min.json +70 -53
  14. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +776 -162
  15. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.paginators.json +6 -0
  16. package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +13 -4
  17. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +149 -6
  18. package/node_modules/aws-sdk/apis/macie2-2020-01-01.waiters2.json +25 -0
  19. package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +3 -1
  20. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +7 -1
  21. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +717 -67
  22. package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +24 -0
  23. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +104 -66
  24. package/node_modules/aws-sdk/clients/appsync.d.ts +41 -3
  25. package/node_modules/aws-sdk/clients/autoscaling.d.ts +118 -118
  26. package/node_modules/aws-sdk/clients/chime.d.ts +135 -4
  27. package/node_modules/aws-sdk/clients/configservice.d.ts +66 -0
  28. package/node_modules/aws-sdk/clients/detective.d.ts +176 -4
  29. package/node_modules/aws-sdk/clients/globalaccelerator.d.ts +109 -85
  30. package/node_modules/aws-sdk/clients/guardduty.d.ts +604 -1
  31. package/node_modules/aws-sdk/clients/lookoutvision.d.ts +14 -2
  32. package/node_modules/aws-sdk/clients/macie2.d.ts +131 -9
  33. package/node_modules/aws-sdk/clients/macie2.js +1 -0
  34. package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +1 -1
  35. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  36. package/node_modules/aws-sdk/clients/rds.d.ts +2 -2
  37. package/node_modules/aws-sdk/clients/rekognition.d.ts +12 -4
  38. package/node_modules/aws-sdk/clients/securityhub.d.ts +3 -3
  39. package/node_modules/aws-sdk/clients/ssm.d.ts +12 -12
  40. package/node_modules/aws-sdk/clients/transfer.d.ts +1000 -86
  41. package/node_modules/aws-sdk/clients/workspaces.d.ts +65 -5
  42. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  43. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +573 -566
  44. package/node_modules/aws-sdk/dist/aws-sdk.js +82 -24
  45. package/node_modules/aws-sdk/dist/aws-sdk.min.js +72 -72
  46. package/node_modules/aws-sdk/dist-tools/service-collector.js +4 -6
  47. package/node_modules/aws-sdk/lib/core.js +1 -1
  48. package/node_modules/aws-sdk/package.json +1 -1
  49. package/node_modules/esbuild/bin/esbuild +4 -1
  50. package/node_modules/esbuild/install.js +11 -5
  51. package/node_modules/esbuild/lib/main.d.ts +2 -2
  52. package/node_modules/esbuild/lib/main.js +91 -72
  53. package/node_modules/esbuild/package.json +21 -21
  54. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  55. package/node_modules/esbuild-linux-64/package.json +1 -1
  56. package/package.json +8 -8
@@ -1,5 +1,11 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeMalwareScans": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults",
7
+ "result_key": "Scans"
8
+ },
3
9
  "GetUsageStatistics": {
4
10
  "input_token": "NextToken",
5
11
  "output_token": "NextToken",
@@ -342,7 +342,13 @@
342
342
  "EvaluationEndTimestamp": {
343
343
  "type": "timestamp"
344
344
  },
345
- "KmsKeyId": {}
345
+ "KmsKeyId": {},
346
+ "MinInferenceUnits": {
347
+ "type": "integer"
348
+ },
349
+ "MaxInferenceUnits": {
350
+ "type": "integer"
351
+ }
346
352
  }
347
353
  }
348
354
  }
@@ -380,7 +386,7 @@
380
386
  "ProjectName": {},
381
387
  "ModelVersion": {},
382
388
  "ModelPackagingConfiguration": {
383
- "shape": "S1m"
389
+ "shape": "S1n"
384
390
  },
385
391
  "ModelPackagingJobDescription": {},
386
392
  "ModelPackagingMethod": {},
@@ -749,6 +755,9 @@
749
755
  "idempotencyToken": true,
750
756
  "location": "header",
751
757
  "locationName": "X-Amzn-Client-Token"
758
+ },
759
+ "MaxInferenceUnits": {
760
+ "type": "integer"
752
761
  }
753
762
  }
754
763
  },
@@ -778,7 +787,7 @@
778
787
  "ModelVersion": {},
779
788
  "JobName": {},
780
789
  "Configuration": {
781
- "shape": "S1m"
790
+ "shape": "S1n"
782
791
  },
783
792
  "Description": {},
784
793
  "ClientToken": {
@@ -1021,7 +1030,7 @@
1021
1030
  "Key": {}
1022
1031
  }
1023
1032
  },
1024
- "S1m": {
1033
+ "S1n": {
1025
1034
  "type": "structure",
1026
1035
  "required": [
1027
1036
  "Greengrass"
@@ -1985,6 +1985,107 @@
1985
1985
  }
1986
1986
  }
1987
1987
  },
1988
+ "GetRevealConfiguration": {
1989
+ "http": {
1990
+ "method": "GET",
1991
+ "requestUri": "/reveal-configuration",
1992
+ "responseCode": 200
1993
+ },
1994
+ "input": {
1995
+ "type": "structure",
1996
+ "members": {}
1997
+ },
1998
+ "output": {
1999
+ "type": "structure",
2000
+ "members": {
2001
+ "configuration": {
2002
+ "shape": "S6f",
2003
+ "locationName": "configuration"
2004
+ }
2005
+ }
2006
+ }
2007
+ },
2008
+ "GetSensitiveDataOccurrences": {
2009
+ "http": {
2010
+ "method": "GET",
2011
+ "requestUri": "/findings/{findingId}/reveal",
2012
+ "responseCode": 200
2013
+ },
2014
+ "input": {
2015
+ "type": "structure",
2016
+ "members": {
2017
+ "findingId": {
2018
+ "location": "uri",
2019
+ "locationName": "findingId"
2020
+ }
2021
+ },
2022
+ "required": [
2023
+ "findingId"
2024
+ ]
2025
+ },
2026
+ "output": {
2027
+ "type": "structure",
2028
+ "members": {
2029
+ "error": {
2030
+ "locationName": "error"
2031
+ },
2032
+ "sensitiveDataOccurrences": {
2033
+ "locationName": "sensitiveDataOccurrences",
2034
+ "type": "map",
2035
+ "key": {},
2036
+ "value": {
2037
+ "type": "list",
2038
+ "member": {
2039
+ "type": "structure",
2040
+ "members": {
2041
+ "value": {
2042
+ "locationName": "value"
2043
+ }
2044
+ },
2045
+ "required": [
2046
+ "value"
2047
+ ]
2048
+ }
2049
+ }
2050
+ },
2051
+ "status": {
2052
+ "locationName": "status"
2053
+ }
2054
+ }
2055
+ }
2056
+ },
2057
+ "GetSensitiveDataOccurrencesAvailability": {
2058
+ "http": {
2059
+ "method": "GET",
2060
+ "requestUri": "/findings/{findingId}/reveal/availability",
2061
+ "responseCode": 200
2062
+ },
2063
+ "input": {
2064
+ "type": "structure",
2065
+ "members": {
2066
+ "findingId": {
2067
+ "location": "uri",
2068
+ "locationName": "findingId"
2069
+ }
2070
+ },
2071
+ "required": [
2072
+ "findingId"
2073
+ ]
2074
+ },
2075
+ "output": {
2076
+ "type": "structure",
2077
+ "members": {
2078
+ "code": {
2079
+ "locationName": "code"
2080
+ },
2081
+ "reasons": {
2082
+ "locationName": "reasons",
2083
+ "type": "list",
2084
+ "member": {}
2085
+ }
2086
+ }
2087
+ }
2088
+ },
1988
2089
  "GetUsageStatistics": {
1989
2090
  "http": {
1990
2091
  "requestUri": "/usage/statistics",
@@ -2154,11 +2255,11 @@
2154
2255
  "type": "structure",
2155
2256
  "members": {
2156
2257
  "excludes": {
2157
- "shape": "S70",
2258
+ "shape": "S7h",
2158
2259
  "locationName": "excludes"
2159
2260
  },
2160
2261
  "includes": {
2161
- "shape": "S70",
2262
+ "shape": "S7h",
2162
2263
  "locationName": "includes"
2163
2264
  }
2164
2265
  }
@@ -2659,11 +2760,11 @@
2659
2760
  "type": "structure",
2660
2761
  "members": {
2661
2762
  "excludes": {
2662
- "shape": "S87",
2763
+ "shape": "S8o",
2663
2764
  "locationName": "excludes"
2664
2765
  },
2665
2766
  "includes": {
2666
- "shape": "S87",
2767
+ "shape": "S8o",
2667
2768
  "locationName": "includes"
2668
2769
  }
2669
2770
  }
@@ -3008,6 +3109,34 @@
3008
3109
  "type": "structure",
3009
3110
  "members": {}
3010
3111
  }
3112
+ },
3113
+ "UpdateRevealConfiguration": {
3114
+ "http": {
3115
+ "method": "PUT",
3116
+ "requestUri": "/reveal-configuration",
3117
+ "responseCode": 200
3118
+ },
3119
+ "input": {
3120
+ "type": "structure",
3121
+ "members": {
3122
+ "configuration": {
3123
+ "shape": "S6f",
3124
+ "locationName": "configuration"
3125
+ }
3126
+ },
3127
+ "required": [
3128
+ "configuration"
3129
+ ]
3130
+ },
3131
+ "output": {
3132
+ "type": "structure",
3133
+ "members": {
3134
+ "configuration": {
3135
+ "shape": "S6f",
3136
+ "locationName": "configuration"
3137
+ }
3138
+ }
3139
+ }
3011
3140
  }
3012
3141
  },
3013
3142
  "shapes": {
@@ -3706,7 +3835,21 @@
3706
3835
  "publishClassificationFindings"
3707
3836
  ]
3708
3837
  },
3709
- "S70": {
3838
+ "S6f": {
3839
+ "type": "structure",
3840
+ "members": {
3841
+ "kmsKeyId": {
3842
+ "locationName": "kmsKeyId"
3843
+ },
3844
+ "status": {
3845
+ "locationName": "status"
3846
+ }
3847
+ },
3848
+ "required": [
3849
+ "status"
3850
+ ]
3851
+ },
3852
+ "S7h": {
3710
3853
  "type": "list",
3711
3854
  "member": {
3712
3855
  "type": "structure",
@@ -3724,7 +3867,7 @@
3724
3867
  }
3725
3868
  }
3726
3869
  },
3727
- "S87": {
3870
+ "S8o": {
3728
3871
  "type": "structure",
3729
3872
  "members": {
3730
3873
  "and": {
@@ -0,0 +1,25 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "FindingRevealed": {
5
+ "description": "Wait until the sensitive data occurrences are ready.",
6
+ "delay": 2,
7
+ "maxAttempts": 60,
8
+ "operation": "GetSensitiveDataOccurrences",
9
+ "acceptors": [
10
+ {
11
+ "matcher": "path",
12
+ "argument": "status",
13
+ "state": "success",
14
+ "expected": "SUCCESS"
15
+ },
16
+ {
17
+ "matcher": "path",
18
+ "argument": "status",
19
+ "state": "success",
20
+ "expected": "ERROR"
21
+ }
22
+ ]
23
+ }
24
+ }
25
+ }
@@ -263,7 +263,9 @@
263
263
  }
264
264
  },
265
265
  "ChangeSetName": {},
266
- "ClientRequestToken": {}
266
+ "ClientRequestToken": {
267
+ "idempotencyToken": true
268
+ }
267
269
  }
268
270
  },
269
271
  "output": {
@@ -485,7 +485,10 @@
485
485
  "ManifestSummary": {
486
486
  "shape": "S14"
487
487
  },
488
- "KmsKeyId": {}
488
+ "KmsKeyId": {},
489
+ "MaxInferenceUnits": {
490
+ "type": "integer"
491
+ }
489
492
  }
490
493
  }
491
494
  },
@@ -1878,6 +1881,9 @@
1878
1881
  "ProjectVersionArn": {},
1879
1882
  "MinInferenceUnits": {
1880
1883
  "type": "integer"
1884
+ },
1885
+ "MaxInferenceUnits": {
1886
+ "type": "integer"
1881
1887
  }
1882
1888
  }
1883
1889
  },