cdk-comprehend-s3olap 2.0.42 → 2.0.45

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 (44) 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 +22 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +101 -0
  8. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +117 -6
  9. package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +11 -0
  11. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +249 -94
  12. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +56 -47
  13. package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +33 -12
  14. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +260 -59
  15. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +6 -0
  16. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +73 -72
  17. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +50 -3
  18. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +54 -29
  19. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +91 -48
  20. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +143 -119
  21. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +2 -1
  22. package/node_modules/aws-sdk/clients/account.d.ts +104 -6
  23. package/node_modules/aws-sdk/clients/acmpca.d.ts +2 -2
  24. package/node_modules/aws-sdk/clients/athena.d.ts +127 -0
  25. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +40 -1
  26. package/node_modules/aws-sdk/clients/dms.d.ts +2 -2
  27. package/node_modules/aws-sdk/clients/docdb.d.ts +20 -0
  28. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  29. package/node_modules/aws-sdk/clients/frauddetector.d.ts +176 -5
  30. package/node_modules/aws-sdk/clients/iot.d.ts +14 -2
  31. package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +49 -0
  32. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +192 -0
  33. package/node_modules/aws-sdk/clients/kendra.d.ts +12 -7
  34. package/node_modules/aws-sdk/clients/medialive.d.ts +37 -0
  35. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +53 -2
  36. package/node_modules/aws-sdk/clients/rds.d.ts +137 -87
  37. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +2 -2
  38. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  39. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +16 -16
  40. package/node_modules/aws-sdk/dist/aws-sdk.js +378 -204
  41. package/node_modules/aws-sdk/dist/aws-sdk.min.js +93 -93
  42. package/node_modules/aws-sdk/lib/core.js +1 -1
  43. package/node_modules/aws-sdk/package.json +1 -1
  44. package/package.json +3 -3
@@ -941,7 +941,7 @@ declare namespace TranscribeService {
941
941
  }
942
942
  export type KMSEncryptionContextMap = {[key: string]: NonEmptyString};
943
943
  export type KMSKeyId = string;
944
- export type LanguageCode = "af-ZA"|"ar-AE"|"ar-SA"|"cy-GB"|"da-DK"|"de-CH"|"de-DE"|"en-AB"|"en-AU"|"en-GB"|"en-IE"|"en-IN"|"en-US"|"en-WL"|"es-ES"|"es-US"|"fa-IR"|"fr-CA"|"fr-FR"|"ga-IE"|"gd-GB"|"he-IL"|"hi-IN"|"id-ID"|"it-IT"|"ja-JP"|"ko-KR"|"ms-MY"|"nl-NL"|"pt-BR"|"pt-PT"|"ru-RU"|"ta-IN"|"te-IN"|"tr-TR"|"zh-CN"|"zh-TW"|"th-TH"|"en-ZA"|"en-NZ"|string;
944
+ export type LanguageCode = "af-ZA"|"ar-AE"|"ar-SA"|"da-DK"|"de-CH"|"de-DE"|"en-AB"|"en-AU"|"en-GB"|"en-IE"|"en-IN"|"en-US"|"en-WL"|"es-ES"|"es-US"|"fa-IR"|"fr-CA"|"fr-FR"|"he-IL"|"hi-IN"|"id-ID"|"it-IT"|"ja-JP"|"ko-KR"|"ms-MY"|"nl-NL"|"pt-BR"|"pt-PT"|"ru-RU"|"ta-IN"|"te-IN"|"tr-TR"|"zh-CN"|"zh-TW"|"th-TH"|"en-ZA"|"en-NZ"|string;
945
945
  export interface LanguageCodeItem {
946
946
  /**
947
947
  * Provides the language code for each language identified in your media.
@@ -2015,7 +2015,7 @@ declare namespace TranscribeService {
2015
2015
  /**
2016
2016
  * The Amazon S3 location of the text file that contains your custom medical vocabulary. The URI must be located in the same Amazon Web Services Region as the resource you're calling. Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-vocab-file.txt
2017
2017
  */
2018
- VocabularyFileUri?: Uri;
2018
+ VocabularyFileUri: Uri;
2019
2019
  }
2020
2020
  export interface UpdateMedicalVocabularyResponse {
2021
2021
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1178.0',
86
+ VERSION: '2.1181.0',
87
87
 
88
88
  /**
89
89
  * @api private