cdk-comprehend-s3olap 2.0.49 → 2.0.52

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 (43) 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/chime-2018-05-01.min.json +116 -0
  8. package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +67 -20
  9. package/node_modules/aws-sdk/apis/config-2014-11-12.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +3 -0
  11. package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.min.json +70 -53
  12. package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +22 -2
  13. package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +3 -1
  14. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +3 -0
  15. package/node_modules/aws-sdk/apis/shield-2016-06-02.min.json +40 -0
  16. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +104 -66
  17. package/node_modules/aws-sdk/clients/chime.d.ts +135 -4
  18. package/node_modules/aws-sdk/clients/configservice.d.ts +66 -0
  19. package/node_modules/aws-sdk/clients/ec2.d.ts +79 -79
  20. package/node_modules/aws-sdk/clients/es.d.ts +7 -3
  21. package/node_modules/aws-sdk/clients/fsx.d.ts +4 -4
  22. package/node_modules/aws-sdk/clients/globalaccelerator.d.ts +109 -85
  23. package/node_modules/aws-sdk/clients/lookoutvision.d.ts +39 -7
  24. package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +1 -1
  25. package/node_modules/aws-sdk/clients/opensearch.d.ts +7 -3
  26. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  27. package/node_modules/aws-sdk/clients/shield.d.ts +75 -23
  28. package/node_modules/aws-sdk/clients/ssm.d.ts +12 -12
  29. package/node_modules/aws-sdk/clients/workspaces.d.ts +65 -5
  30. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  31. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
  32. package/node_modules/aws-sdk/dist/aws-sdk.js +75 -23
  33. package/node_modules/aws-sdk/dist/aws-sdk.min.js +72 -72
  34. package/node_modules/aws-sdk/dist-tools/service-collector.js +4 -6
  35. package/node_modules/aws-sdk/lib/core.js +1 -1
  36. package/node_modules/aws-sdk/package.json +1 -1
  37. package/node_modules/esbuild/install.js +4 -4
  38. package/node_modules/esbuild/lib/main.d.ts +5 -1
  39. package/node_modules/esbuild/lib/main.js +13 -7
  40. package/node_modules/esbuild/package.json +21 -21
  41. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  42. package/node_modules/esbuild-linux-64/package.json +1 -1
  43. package/package.json +10 -10
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1182.0
1
+ // AWS SDK for JavaScript v2.1185.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){
@@ -57870,6 +57870,53 @@ module.exports={
57870
57870
  }
57871
57871
  }
57872
57872
  },
57873
+ "ListConformancePackComplianceScores": {
57874
+ "input": {
57875
+ "type": "structure",
57876
+ "members": {
57877
+ "Filters": {
57878
+ "type": "structure",
57879
+ "required": [
57880
+ "ConformancePackNames"
57881
+ ],
57882
+ "members": {
57883
+ "ConformancePackNames": {
57884
+ "type": "list",
57885
+ "member": {}
57886
+ }
57887
+ }
57888
+ },
57889
+ "SortOrder": {},
57890
+ "SortBy": {},
57891
+ "Limit": {
57892
+ "type": "integer"
57893
+ },
57894
+ "NextToken": {}
57895
+ }
57896
+ },
57897
+ "output": {
57898
+ "type": "structure",
57899
+ "required": [
57900
+ "ConformancePackComplianceScores"
57901
+ ],
57902
+ "members": {
57903
+ "NextToken": {},
57904
+ "ConformancePackComplianceScores": {
57905
+ "type": "list",
57906
+ "member": {
57907
+ "type": "structure",
57908
+ "members": {
57909
+ "Score": {},
57910
+ "ConformancePackName": {},
57911
+ "LastUpdatedTime": {
57912
+ "type": "timestamp"
57913
+ }
57914
+ }
57915
+ }
57916
+ }
57917
+ }
57918
+ }
57919
+ },
57873
57920
  "ListDiscoveredResources": {
57874
57921
  "input": {
57875
57922
  "type": "structure",
@@ -57965,7 +58012,7 @@ module.exports={
57965
58012
  "type": "structure",
57966
58013
  "members": {
57967
58014
  "Tags": {
57968
- "shape": "Sas"
58015
+ "shape": "Sb2"
57969
58016
  },
57970
58017
  "NextToken": {}
57971
58018
  }
@@ -57982,7 +58029,7 @@ module.exports={
57982
58029
  "AuthorizedAccountId": {},
57983
58030
  "AuthorizedAwsRegion": {},
57984
58031
  "Tags": {
57985
- "shape": "Sax"
58032
+ "shape": "Sb7"
57986
58033
  }
57987
58034
  }
57988
58035
  },
@@ -58006,7 +58053,7 @@ module.exports={
58006
58053
  "shape": "S33"
58007
58054
  },
58008
58055
  "Tags": {
58009
- "shape": "Sax"
58056
+ "shape": "Sb7"
58010
58057
  }
58011
58058
  }
58012
58059
  }
@@ -58026,7 +58073,7 @@ module.exports={
58026
58073
  "shape": "S40"
58027
58074
  },
58028
58075
  "Tags": {
58029
- "shape": "Sax"
58076
+ "shape": "Sb7"
58030
58077
  }
58031
58078
  }
58032
58079
  },
@@ -58097,7 +58144,7 @@ module.exports={
58097
58144
  ],
58098
58145
  "members": {
58099
58146
  "Evaluations": {
58100
- "shape": "Sb9"
58147
+ "shape": "Sbj"
58101
58148
  },
58102
58149
  "ResultToken": {},
58103
58150
  "TestMode": {
@@ -58109,7 +58156,7 @@ module.exports={
58109
58156
  "type": "structure",
58110
58157
  "members": {
58111
58158
  "FailedEvaluations": {
58112
- "shape": "Sb9"
58159
+ "shape": "Sbj"
58113
58160
  }
58114
58161
  }
58115
58162
  }
@@ -58346,7 +58393,7 @@ module.exports={
58346
58393
  "shape": "Sa6"
58347
58394
  },
58348
58395
  "Tags": {
58349
- "shape": "Sax"
58396
+ "shape": "Sb7"
58350
58397
  }
58351
58398
  }
58352
58399
  },
@@ -58380,10 +58427,10 @@ module.exports={
58380
58427
  "type": "structure",
58381
58428
  "members": {
58382
58429
  "Results": {
58383
- "shape": "Sc2"
58430
+ "shape": "Scc"
58384
58431
  },
58385
58432
  "QueryInfo": {
58386
- "shape": "Sc3"
58433
+ "shape": "Scd"
58387
58434
  },
58388
58435
  "NextToken": {}
58389
58436
  }
@@ -58407,10 +58454,10 @@ module.exports={
58407
58454
  "type": "structure",
58408
58455
  "members": {
58409
58456
  "Results": {
58410
- "shape": "Sc2"
58457
+ "shape": "Scc"
58411
58458
  },
58412
58459
  "QueryInfo": {
58413
- "shape": "Sc3"
58460
+ "shape": "Scd"
58414
58461
  },
58415
58462
  "NextToken": {}
58416
58463
  }
@@ -58487,7 +58534,7 @@ module.exports={
58487
58534
  "members": {
58488
58535
  "ResourceArn": {},
58489
58536
  "Tags": {
58490
- "shape": "Sas"
58537
+ "shape": "Sb2"
58491
58538
  }
58492
58539
  }
58493
58540
  }
@@ -59123,26 +59170,26 @@ module.exports={
59123
59170
  "Expression": {}
59124
59171
  }
59125
59172
  },
59126
- "Sas": {
59173
+ "Sb2": {
59127
59174
  "type": "list",
59128
59175
  "member": {
59129
- "shape": "Sat"
59176
+ "shape": "Sb3"
59130
59177
  }
59131
59178
  },
59132
- "Sat": {
59179
+ "Sb3": {
59133
59180
  "type": "structure",
59134
59181
  "members": {
59135
59182
  "Key": {},
59136
59183
  "Value": {}
59137
59184
  }
59138
59185
  },
59139
- "Sax": {
59186
+ "Sb7": {
59140
59187
  "type": "list",
59141
59188
  "member": {
59142
- "shape": "Sat"
59189
+ "shape": "Sb3"
59143
59190
  }
59144
59191
  },
59145
- "Sb9": {
59192
+ "Sbj": {
59146
59193
  "type": "list",
59147
59194
  "member": {
59148
59195
  "type": "structure",
@@ -59163,11 +59210,11 @@ module.exports={
59163
59210
  }
59164
59211
  }
59165
59212
  },
59166
- "Sc2": {
59213
+ "Scc": {
59167
59214
  "type": "list",
59168
59215
  "member": {}
59169
59216
  },
59170
- "Sc3": {
59217
+ "Scd": {
59171
59218
  "type": "structure",
59172
59219
  "members": {
59173
59220
  "SelectFields": {
@@ -59372,6 +59419,11 @@ module.exports={
59372
59419
  "output_token": "NextToken",
59373
59420
  "result_key": "ResourceIdentifiers"
59374
59421
  },
59422
+ "ListConformancePackComplianceScores": {
59423
+ "input_token": "NextToken",
59424
+ "limit_key": "Limit",
59425
+ "output_token": "NextToken"
59426
+ },
59375
59427
  "ListDiscoveredResources": {
59376
59428
  "input_token": "nextToken",
59377
59429
  "limit_key": "limit",
@@ -240851,7 +240903,7 @@ AWS.util.update(AWS, {
240851
240903
  /**
240852
240904
  * @constant
240853
240905
  */
240854
- VERSION: '2.1182.0',
240906
+ VERSION: '2.1185.0',
240855
240907
 
240856
240908
  /**
240857
240909
  * @api private
@@ -262796,7 +262848,7 @@ var LRUCache = /** @class */ (function () {
262796
262848
  }());
262797
262849
  exports.LRUCache = LRUCache;
262798
262850
  },{}],457:[function(require,module,exports){
262799
- // AWS SDK for JavaScript v2.1182.0
262851
+ // AWS SDK for JavaScript v2.1185.0
262800
262852
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
262801
262853
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
262802
262854
  require('./browser_loader');