cdk-comprehend-s3olap 2.0.28 → 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
@@ -310,6 +310,7 @@ export abstract class ConfigurationServicePlaceholders {
310
310
  m2?: AWS.M2.Types.ClientConfiguration;
311
311
  connectcampaigns?: AWS.ConnectCampaigns.Types.ClientConfiguration;
312
312
  redshiftserverless?: AWS.RedshiftServerless.Types.ClientConfiguration;
313
+ rolesanywhere?: AWS.RolesAnywhere.Types.ClientConfiguration;
313
314
  }
314
315
  export interface ConfigurationServiceApiVersions {
315
316
  acm?: AWS.ACM.Types.apiVersion;
@@ -622,4 +623,5 @@ export interface ConfigurationServiceApiVersions {
622
623
  m2?: AWS.M2.Types.apiVersion;
623
624
  connectcampaigns?: AWS.ConnectCampaigns.Types.apiVersion;
624
625
  redshiftserverless?: AWS.RedshiftServerless.Types.apiVersion;
626
+ rolesanywhere?: AWS.RolesAnywhere.Types.apiVersion;
625
627
  }
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1167.0',
23
+ VERSION: '2.1168.0',
24
24
 
25
25
  /**
26
26
  * @api private
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.1167.0",
4
+ "version": "2.1168.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
package/package.json CHANGED
@@ -70,7 +70,7 @@
70
70
  },
71
71
  "dependencies": {
72
72
  "aws-cdk-lib": "^2.30.0",
73
- "aws-sdk": "^2.1167.0",
73
+ "aws-sdk": "^2.1168.0",
74
74
  "constructs": "^10.0.5",
75
75
  "esbuild": "^0.14.48"
76
76
  },
@@ -92,7 +92,7 @@
92
92
  ],
93
93
  "main": "lib/index.js",
94
94
  "license": "Apache-2.0",
95
- "version": "2.0.28",
95
+ "version": "2.0.29",
96
96
  "jest": {
97
97
  "testMatch": [
98
98
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",