cdk-comprehend-s3olap 2.0.26 → 2.0.29

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 +8 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  8. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +112 -111
  9. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +318 -205
  10. package/node_modules/aws-sdk/apis/rds-2014-10-31.waiters2.json +85 -0
  11. package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.examples.json +5 -0
  12. package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.min.json +819 -0
  13. package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.paginators.json +24 -0
  14. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +20 -12
  15. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  16. package/node_modules/aws-sdk/clients/all.js +2 -1
  17. package/node_modules/aws-sdk/clients/configservice.d.ts +12 -12
  18. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +5 -0
  19. package/node_modules/aws-sdk/clients/quicksight.d.ts +182 -20
  20. package/node_modules/aws-sdk/clients/rds.d.ts +95 -79
  21. package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +788 -0
  22. package/node_modules/aws-sdk/clients/rolesanywhere.js +18 -0
  23. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +9 -0
  24. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  25. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +45 -8
  26. package/node_modules/aws-sdk/dist/aws-sdk.js +91 -3
  27. package/node_modules/aws-sdk/dist/aws-sdk.min.js +36 -36
  28. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  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 +2 -2
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1167.0
1
+ // AWS SDK for JavaScript v2.1168.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){
@@ -168898,6 +168898,9 @@ module.exports={
168898
168898
  "redshiftserverless": {
168899
168899
  "prefix": "redshift-serverless",
168900
168900
  "name": "RedshiftServerless"
168901
+ },
168902
+ "rolesanywhere": {
168903
+ "name": "RolesAnywhere"
168901
168904
  }
168902
168905
  }
168903
168906
  },{}],164:[function(require,module,exports){
@@ -192952,6 +192955,91 @@ module.exports={
192952
192955
  "argument": "DBClusterSnapshots[].Status"
192953
192956
  }
192954
192957
  ]
192958
+ },
192959
+ "DBClusterAvailable" : {
192960
+ "delay": 30,
192961
+ "operation": "DescribeDBClusters",
192962
+ "maxAttempts": 60,
192963
+ "acceptors": [
192964
+ {
192965
+ "expected": "available",
192966
+ "matcher": "pathAll",
192967
+ "state": "success",
192968
+ "argument": "DBClusters[].Status"
192969
+ },
192970
+ {
192971
+ "expected": "deleted",
192972
+ "matcher": "pathAny",
192973
+ "state": "failure",
192974
+ "argument": "DBClusters[].Status"
192975
+ },
192976
+ {
192977
+ "expected": "deleting",
192978
+ "matcher": "pathAny",
192979
+ "state": "failure",
192980
+ "argument": "DBClusters[].Status"
192981
+ },
192982
+ {
192983
+ "expected": "failed",
192984
+ "matcher": "pathAny",
192985
+ "state": "failure",
192986
+ "argument": "DBClusters[].Status"
192987
+ },
192988
+ {
192989
+ "expected": "incompatible-restore",
192990
+ "matcher": "pathAny",
192991
+ "state": "failure",
192992
+ "argument": "DBClusters[].Status"
192993
+ },
192994
+ {
192995
+ "expected": "incompatible-parameters",
192996
+ "matcher": "pathAny",
192997
+ "state": "failure",
192998
+ "argument": "DBClusters[].Status"
192999
+ }
193000
+ ]
193001
+ },
193002
+ "DBClusterDeleted": {
193003
+ "delay": 30,
193004
+ "operation": "DescribeDBClusters",
193005
+ "maxAttempts": 60,
193006
+ "acceptors": [
193007
+ {
193008
+ "expected": true,
193009
+ "matcher": "path",
193010
+ "state": "success",
193011
+ "argument": "length(DBClusters) == `0`"
193012
+ },
193013
+ {
193014
+ "expected": "DBClusterNotFoundFault",
193015
+ "matcher": "error",
193016
+ "state": "success"
193017
+ },
193018
+ {
193019
+ "expected": "creating",
193020
+ "matcher": "pathAny",
193021
+ "state": "failure",
193022
+ "argument": "DBClusters[].Status"
193023
+ },
193024
+ {
193025
+ "expected": "modifying",
193026
+ "matcher": "pathAny",
193027
+ "state": "failure",
193028
+ "argument": "DBClusters[].Status"
193029
+ },
193030
+ {
193031
+ "expected": "rebooting",
193032
+ "matcher": "pathAny",
193033
+ "state": "failure",
193034
+ "argument": "DBClusters[].Status"
193035
+ },
193036
+ {
193037
+ "expected": "resetting-master-credentials",
193038
+ "matcher": "pathAny",
193039
+ "state": "failure",
193040
+ "argument": "DBClusters[].Status"
193041
+ }
193042
+ ]
192955
193043
  }
192956
193044
  }
192957
193045
  }
@@ -240081,7 +240169,7 @@ AWS.util.update(AWS, {
240081
240169
  /**
240082
240170
  * @constant
240083
240171
  */
240084
- VERSION: '2.1167.0',
240172
+ VERSION: '2.1168.0',
240085
240173
 
240086
240174
  /**
240087
240175
  * @api private
@@ -262026,7 +262114,7 @@ var LRUCache = /** @class */ (function () {
262026
262114
  }());
262027
262115
  exports.LRUCache = LRUCache;
262028
262116
  },{}],457:[function(require,module,exports){
262029
- // AWS SDK for JavaScript v2.1167.0
262117
+ // AWS SDK for JavaScript v2.1168.0
262030
262118
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
262031
262119
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
262032
262120
  require('./browser_loader');