cdk-comprehend-s3olap 2.0.144 → 2.0.146
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.
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +142 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +40 -39
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +19 -15
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +66 -27
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +2136 -684
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +101 -90
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +115 -115
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.examples.json +45 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +71 -3
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +11 -6
- package/node_modules/aws-sdk/clients/configservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +11 -11
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/inspector2.d.ts +202 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +7 -2
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +4 -4
- package/node_modules/aws-sdk/clients/opensearch.d.ts +64 -5
- package/node_modules/aws-sdk/clients/quicksight.d.ts +1918 -96
- package/node_modules/aws-sdk/clients/rekognition.d.ts +22 -8
- package/node_modules/aws-sdk/clients/s3.d.ts +168 -168
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -1
- package/node_modules/aws-sdk/clients/securityhub.d.ts +102 -15
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +123 -108
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +20 -20
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -72,6 +72,16 @@
|
|
72
72
|
"limit_key": "MaxResults",
|
73
73
|
"result_key": "ThemeSummaryList"
|
74
74
|
},
|
75
|
+
"ListTopics": {
|
76
|
+
"input_token": "NextToken",
|
77
|
+
"output_token": "NextToken",
|
78
|
+
"limit_key": "MaxResults"
|
79
|
+
},
|
80
|
+
"ListVPCConnections": {
|
81
|
+
"input_token": "NextToken",
|
82
|
+
"output_token": "NextToken",
|
83
|
+
"limit_key": "MaxResults"
|
84
|
+
},
|
75
85
|
"SearchAnalyses": {
|
76
86
|
"input_token": "NextToken",
|
77
87
|
"output_token": "NextToken",
|