cdk-comprehend-s3olap 2.0.43 → 2.0.44

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 (31) 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 +11 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +117 -6
  8. package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +5 -0
  9. package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +11 -0
  10. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +249 -94
  11. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +260 -59
  12. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +6 -0
  13. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +73 -72
  14. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +54 -29
  15. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +91 -48
  16. package/node_modules/aws-sdk/clients/athena.d.ts +127 -0
  17. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +40 -1
  18. package/node_modules/aws-sdk/clients/dms.d.ts +2 -2
  19. package/node_modules/aws-sdk/clients/docdb.d.ts +20 -0
  20. package/node_modules/aws-sdk/clients/frauddetector.d.ts +176 -5
  21. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +192 -0
  22. package/node_modules/aws-sdk/clients/kendra.d.ts +12 -7
  23. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +53 -2
  24. package/node_modules/aws-sdk/clients/rds.d.ts +87 -87
  25. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  26. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +10 -10
  27. package/node_modules/aws-sdk/dist/aws-sdk.js +179 -38
  28. package/node_modules/aws-sdk/dist/aws-sdk.min.js +93 -93
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/package.json +3 -3
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1179.0
1
+ // AWS SDK for JavaScript v2.1180.0
2
2
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
4
4
  (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
@@ -6065,6 +6065,67 @@ module.exports={
6065
6065
  }
6066
6066
  }
6067
6067
  },
6068
+ "GetQueryRuntimeStatistics": {
6069
+ "input": {
6070
+ "type": "structure",
6071
+ "required": [
6072
+ "QueryExecutionId"
6073
+ ],
6074
+ "members": {
6075
+ "QueryExecutionId": {}
6076
+ }
6077
+ },
6078
+ "output": {
6079
+ "type": "structure",
6080
+ "members": {
6081
+ "QueryRuntimeStatistics": {
6082
+ "type": "structure",
6083
+ "members": {
6084
+ "Timeline": {
6085
+ "type": "structure",
6086
+ "members": {
6087
+ "QueryQueueTimeInMillis": {
6088
+ "type": "long"
6089
+ },
6090
+ "QueryPlanningTimeInMillis": {
6091
+ "type": "long"
6092
+ },
6093
+ "EngineExecutionTimeInMillis": {
6094
+ "type": "long"
6095
+ },
6096
+ "ServiceProcessingTimeInMillis": {
6097
+ "type": "long"
6098
+ },
6099
+ "TotalExecutionTimeInMillis": {
6100
+ "type": "long"
6101
+ }
6102
+ }
6103
+ },
6104
+ "Rows": {
6105
+ "type": "structure",
6106
+ "members": {
6107
+ "InputRows": {
6108
+ "type": "long"
6109
+ },
6110
+ "InputBytes": {
6111
+ "type": "long"
6112
+ },
6113
+ "OutputBytes": {
6114
+ "type": "long"
6115
+ },
6116
+ "OutputRows": {
6117
+ "type": "long"
6118
+ }
6119
+ }
6120
+ },
6121
+ "OutputStage": {
6122
+ "shape": "S38"
6123
+ }
6124
+ }
6125
+ }
6126
+ }
6127
+ }
6128
+ },
6068
6129
  "GetTableMetadata": {
6069
6130
  "input": {
6070
6131
  "type": "structure",
@@ -6083,7 +6144,7 @@ module.exports={
6083
6144
  "type": "structure",
6084
6145
  "members": {
6085
6146
  "TableMetadata": {
6086
- "shape": "S35"
6147
+ "shape": "S3f"
6087
6148
  }
6088
6149
  }
6089
6150
  }
@@ -6296,7 +6357,7 @@ module.exports={
6296
6357
  "TableMetadataList": {
6297
6358
  "type": "list",
6298
6359
  "member": {
6299
- "shape": "S35"
6360
+ "shape": "S3f"
6300
6361
  }
6301
6362
  },
6302
6363
  "NextToken": {}
@@ -6788,7 +6849,57 @@ module.exports={
6788
6849
  }
6789
6850
  }
6790
6851
  },
6791
- "S35": {
6852
+ "S38": {
6853
+ "type": "structure",
6854
+ "members": {
6855
+ "StageId": {
6856
+ "type": "long"
6857
+ },
6858
+ "State": {},
6859
+ "OutputBytes": {
6860
+ "type": "long"
6861
+ },
6862
+ "OutputRows": {
6863
+ "type": "long"
6864
+ },
6865
+ "InputBytes": {
6866
+ "type": "long"
6867
+ },
6868
+ "InputRows": {
6869
+ "type": "long"
6870
+ },
6871
+ "ExecutionTime": {
6872
+ "type": "long"
6873
+ },
6874
+ "QueryStagePlan": {
6875
+ "shape": "S39"
6876
+ },
6877
+ "SubStages": {
6878
+ "type": "list",
6879
+ "member": {
6880
+ "shape": "S38"
6881
+ }
6882
+ }
6883
+ }
6884
+ },
6885
+ "S39": {
6886
+ "type": "structure",
6887
+ "members": {
6888
+ "Name": {},
6889
+ "Identifier": {},
6890
+ "Children": {
6891
+ "type": "list",
6892
+ "member": {
6893
+ "shape": "S39"
6894
+ }
6895
+ },
6896
+ "RemoteSources": {
6897
+ "type": "list",
6898
+ "member": {}
6899
+ }
6900
+ }
6901
+ },
6902
+ "S3f": {
6792
6903
  "type": "structure",
6793
6904
  "required": [
6794
6905
  "Name"
@@ -6803,17 +6914,17 @@ module.exports={
6803
6914
  },
6804
6915
  "TableType": {},
6805
6916
  "Columns": {
6806
- "shape": "S38"
6917
+ "shape": "S3i"
6807
6918
  },
6808
6919
  "PartitionKeys": {
6809
- "shape": "S38"
6920
+ "shape": "S3i"
6810
6921
  },
6811
6922
  "Parameters": {
6812
6923
  "shape": "S1l"
6813
6924
  }
6814
6925
  }
6815
6926
  },
6816
- "S38": {
6927
+ "S3i": {
6817
6928
  "type": "list",
6818
6929
  "member": {
6819
6930
  "type": "structure",
@@ -6849,6 +6960,11 @@ module.exports={
6849
6960
  "output_token": "NextToken",
6850
6961
  "result_key": "DatabaseList"
6851
6962
  },
6963
+ "ListEngineVersions": {
6964
+ "input_token": "NextToken",
6965
+ "limit_key": "MaxResults",
6966
+ "output_token": "NextToken"
6967
+ },
6852
6968
  "ListNamedQueries": {
6853
6969
  "input_token": "NextToken",
6854
6970
  "limit_key": "MaxResults",
@@ -169708,7 +169824,19 @@ module.exports={
169708
169824
  "StateUpdatedTimestamp": {
169709
169825
  "type": "timestamp"
169710
169826
  },
169711
- "StateValue": {}
169827
+ "StateValue": {},
169828
+ "StateTransitionedTimestamp": {
169829
+ "type": "timestamp"
169830
+ },
169831
+ "ActionsSuppressedBy": {},
169832
+ "ActionsSuppressedReason": {},
169833
+ "ActionsSuppressor": {},
169834
+ "ActionsSuppressorWaitPeriod": {
169835
+ "type": "integer"
169836
+ },
169837
+ "ActionsSuppressorExtensionPeriod": {
169838
+ "type": "integer"
169839
+ }
169712
169840
  },
169713
169841
  "xmlOrder": [
169714
169842
  "ActionsEnabled",
@@ -169723,12 +169851,18 @@ module.exports={
169723
169851
  "StateReason",
169724
169852
  "StateReasonData",
169725
169853
  "StateUpdatedTimestamp",
169726
- "StateValue"
169854
+ "StateValue",
169855
+ "StateTransitionedTimestamp",
169856
+ "ActionsSuppressedBy",
169857
+ "ActionsSuppressedReason",
169858
+ "ActionsSuppressor",
169859
+ "ActionsSuppressorWaitPeriod",
169860
+ "ActionsSuppressorExtensionPeriod"
169727
169861
  ]
169728
169862
  }
169729
169863
  },
169730
169864
  "MetricAlarms": {
169731
- "shape": "S20"
169865
+ "shape": "S23"
169732
169866
  },
169733
169867
  "NextToken": {}
169734
169868
  }
@@ -169760,7 +169894,7 @@ module.exports={
169760
169894
  "type": "structure",
169761
169895
  "members": {
169762
169896
  "MetricAlarms": {
169763
- "shape": "S20"
169897
+ "shape": "S23"
169764
169898
  }
169765
169899
  }
169766
169900
  }
@@ -169811,7 +169945,7 @@ module.exports={
169811
169945
  "deprecatedMessage": "Use SingleMetricAnomalyDetector.Stat property."
169812
169946
  },
169813
169947
  "Configuration": {
169814
- "shape": "S2j"
169948
+ "shape": "S2m"
169815
169949
  },
169816
169950
  "StateValue": {},
169817
169951
  "SingleMetricAnomalyDetector": {
@@ -170130,14 +170264,14 @@ module.exports={
170130
170264
  },
170131
170265
  "StatusCode": {},
170132
170266
  "Messages": {
170133
- "shape": "S40"
170267
+ "shape": "S43"
170134
170268
  }
170135
170269
  }
170136
170270
  }
170137
170271
  },
170138
170272
  "NextToken": {},
170139
170273
  "Messages": {
170140
- "shape": "S40"
170274
+ "shape": "S43"
170141
170275
  }
170142
170276
  }
170143
170277
  }
@@ -170247,10 +170381,10 @@ module.exports={
170247
170381
  "Arn": {},
170248
170382
  "Name": {},
170249
170383
  "IncludeFilters": {
170250
- "shape": "S4e"
170384
+ "shape": "S4h"
170251
170385
  },
170252
170386
  "ExcludeFilters": {
170253
- "shape": "S4e"
170387
+ "shape": "S4h"
170254
170388
  },
170255
170389
  "FirehoseArn": {},
170256
170390
  "RoleArn": {},
@@ -170263,7 +170397,7 @@ module.exports={
170263
170397
  },
170264
170398
  "OutputFormat": {},
170265
170399
  "StatisticsConfigurations": {
170266
- "shape": "S4i"
170400
+ "shape": "S4l"
170267
170401
  }
170268
170402
  }
170269
170403
  }
@@ -170414,7 +170548,7 @@ module.exports={
170414
170548
  "type": "structure",
170415
170549
  "members": {
170416
170550
  "Tags": {
170417
- "shape": "S5d"
170551
+ "shape": "S5g"
170418
170552
  }
170419
170553
  }
170420
170554
  }
@@ -170441,7 +170575,7 @@ module.exports={
170441
170575
  "deprecatedMessage": "Use SingleMetricAnomalyDetector."
170442
170576
  },
170443
170577
  "Configuration": {
170444
- "shape": "S2j"
170578
+ "shape": "S2m"
170445
170579
  },
170446
170580
  "SingleMetricAnomalyDetector": {
170447
170581
  "shape": "Sc"
@@ -170481,7 +170615,14 @@ module.exports={
170481
170615
  "shape": "S1t"
170482
170616
  },
170483
170617
  "Tags": {
170484
- "shape": "S5d"
170618
+ "shape": "S5g"
170619
+ },
170620
+ "ActionsSuppressor": {},
170621
+ "ActionsSuppressorWaitPeriod": {
170622
+ "type": "integer"
170623
+ },
170624
+ "ActionsSuppressorExtensionPeriod": {
170625
+ "type": "integer"
170485
170626
  }
170486
170627
  }
170487
170628
  }
@@ -170527,7 +170668,7 @@ module.exports={
170527
170668
  "RuleState": {},
170528
170669
  "RuleDefinition": {},
170529
170670
  "Tags": {
170530
- "shape": "S5d"
170671
+ "shape": "S5g"
170531
170672
  }
170532
170673
  }
170533
170674
  },
@@ -170587,7 +170728,7 @@ module.exports={
170587
170728
  "shape": "Se"
170588
170729
  },
170589
170730
  "Tags": {
170590
- "shape": "S5d"
170731
+ "shape": "S5g"
170591
170732
  },
170592
170733
  "ThresholdMetricId": {}
170593
170734
  }
@@ -170677,19 +170818,19 @@ module.exports={
170677
170818
  "members": {
170678
170819
  "Name": {},
170679
170820
  "IncludeFilters": {
170680
- "shape": "S4e"
170821
+ "shape": "S4h"
170681
170822
  },
170682
170823
  "ExcludeFilters": {
170683
- "shape": "S4e"
170824
+ "shape": "S4h"
170684
170825
  },
170685
170826
  "FirehoseArn": {},
170686
170827
  "RoleArn": {},
170687
170828
  "OutputFormat": {},
170688
170829
  "Tags": {
170689
- "shape": "S5d"
170830
+ "shape": "S5g"
170690
170831
  },
170691
170832
  "StatisticsConfigurations": {
170692
- "shape": "S4i"
170833
+ "shape": "S4l"
170693
170834
  }
170694
170835
  }
170695
170836
  },
@@ -170725,7 +170866,7 @@ module.exports={
170725
170866
  ],
170726
170867
  "members": {
170727
170868
  "Names": {
170728
- "shape": "S64"
170869
+ "shape": "S67"
170729
170870
  }
170730
170871
  }
170731
170872
  },
@@ -170743,7 +170884,7 @@ module.exports={
170743
170884
  ],
170744
170885
  "members": {
170745
170886
  "Names": {
170746
- "shape": "S64"
170887
+ "shape": "S67"
170747
170888
  }
170748
170889
  }
170749
170890
  },
@@ -170763,7 +170904,7 @@ module.exports={
170763
170904
  "members": {
170764
170905
  "ResourceARN": {},
170765
170906
  "Tags": {
170766
- "shape": "S5d"
170907
+ "shape": "S5g"
170767
170908
  }
170768
170909
  }
170769
170910
  },
@@ -170915,7 +171056,7 @@ module.exports={
170915
171056
  "type": "list",
170916
171057
  "member": {}
170917
171058
  },
170918
- "S20": {
171059
+ "S23": {
170919
171060
  "type": "list",
170920
171061
  "member": {
170921
171062
  "type": "structure",
@@ -171003,7 +171144,7 @@ module.exports={
171003
171144
  ]
171004
171145
  }
171005
171146
  },
171006
- "S2j": {
171147
+ "S2m": {
171007
171148
  "type": "structure",
171008
171149
  "members": {
171009
171150
  "ExcludedTimeRanges": {
@@ -171031,7 +171172,7 @@ module.exports={
171031
171172
  "MetricTimezone": {}
171032
171173
  }
171033
171174
  },
171034
- "S40": {
171175
+ "S43": {
171035
171176
  "type": "list",
171036
171177
  "member": {
171037
171178
  "type": "structure",
@@ -171041,7 +171182,7 @@ module.exports={
171041
171182
  }
171042
171183
  }
171043
171184
  },
171044
- "S4e": {
171185
+ "S4h": {
171045
171186
  "type": "list",
171046
171187
  "member": {
171047
171188
  "type": "structure",
@@ -171050,7 +171191,7 @@ module.exports={
171050
171191
  }
171051
171192
  }
171052
171193
  },
171053
- "S4i": {
171194
+ "S4l": {
171054
171195
  "type": "list",
171055
171196
  "member": {
171056
171197
  "type": "structure",
@@ -171080,7 +171221,7 @@ module.exports={
171080
171221
  }
171081
171222
  }
171082
171223
  },
171083
- "S5d": {
171224
+ "S5g": {
171084
171225
  "type": "list",
171085
171226
  "member": {
171086
171227
  "type": "structure",
@@ -171094,7 +171235,7 @@ module.exports={
171094
171235
  }
171095
171236
  }
171096
171237
  },
171097
- "S64": {
171238
+ "S67": {
171098
171239
  "type": "list",
171099
171240
  "member": {}
171100
171241
  }
@@ -240680,7 +240821,7 @@ AWS.util.update(AWS, {
240680
240821
  /**
240681
240822
  * @constant
240682
240823
  */
240683
- VERSION: '2.1179.0',
240824
+ VERSION: '2.1180.0',
240684
240825
 
240685
240826
  /**
240686
240827
  * @api private
@@ -262625,7 +262766,7 @@ var LRUCache = /** @class */ (function () {
262625
262766
  }());
262626
262767
  exports.LRUCache = LRUCache;
262627
262768
  },{}],457:[function(require,module,exports){
262628
- // AWS SDK for JavaScript v2.1179.0
262769
+ // AWS SDK for JavaScript v2.1180.0
262629
262770
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
262630
262771
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
262631
262772
  require('./browser_loader');