cdk-comprehend-s3olap 2.0.74 → 2.0.77

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 (37) 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 +13 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2 -1
  8. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +428 -13
  9. package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +18 -0
  10. package/node_modules/aws-sdk/apis/forecastquery-2018-06-26.min.json +54 -21
  11. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  12. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +44 -0
  13. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +23 -0
  14. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +308 -162
  15. package/node_modules/aws-sdk/apis/support-app-2021-08-20.examples.json +5 -0
  16. package/node_modules/aws-sdk/apis/support-app-2021-08-20.min.json +267 -0
  17. package/node_modules/aws-sdk/apis/support-app-2021-08-20.paginators.json +12 -0
  18. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  19. package/node_modules/aws-sdk/clients/all.js +2 -1
  20. package/node_modules/aws-sdk/clients/docdb.d.ts +1 -1
  21. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  22. package/node_modules/aws-sdk/clients/forecastqueryservice.d.ts +35 -1
  23. package/node_modules/aws-sdk/clients/forecastservice.d.ts +559 -0
  24. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +49 -1
  25. package/node_modules/aws-sdk/clients/rds.d.ts +21 -0
  26. package/node_modules/aws-sdk/clients/securityhub.d.ts +346 -70
  27. package/node_modules/aws-sdk/clients/ssoadmin.d.ts +6 -6
  28. package/node_modules/aws-sdk/clients/supportapp.d.ts +330 -0
  29. package/node_modules/aws-sdk/clients/supportapp.js +18 -0
  30. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  31. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +48 -11
  32. package/node_modules/aws-sdk/dist/aws-sdk.js +532 -38
  33. package/node_modules/aws-sdk/dist/aws-sdk.min.js +51 -51
  34. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  35. package/node_modules/aws-sdk/lib/core.js +1 -1
  36. package/node_modules/aws-sdk/package.json +1 -1
  37. package/package.json +3 -3
@@ -2974,6 +2974,50 @@
2974
2974
  }
2975
2975
  }
2976
2976
  },
2977
+ "StopBotRecommendation": {
2978
+ "http": {
2979
+ "method": "PUT",
2980
+ "requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/{botRecommendationId}/stopbotrecommendation",
2981
+ "responseCode": 202
2982
+ },
2983
+ "input": {
2984
+ "type": "structure",
2985
+ "required": [
2986
+ "botId",
2987
+ "botVersion",
2988
+ "localeId",
2989
+ "botRecommendationId"
2990
+ ],
2991
+ "members": {
2992
+ "botId": {
2993
+ "location": "uri",
2994
+ "locationName": "botId"
2995
+ },
2996
+ "botVersion": {
2997
+ "location": "uri",
2998
+ "locationName": "botVersion"
2999
+ },
3000
+ "localeId": {
3001
+ "location": "uri",
3002
+ "locationName": "localeId"
3003
+ },
3004
+ "botRecommendationId": {
3005
+ "location": "uri",
3006
+ "locationName": "botRecommendationId"
3007
+ }
3008
+ }
3009
+ },
3010
+ "output": {
3011
+ "type": "structure",
3012
+ "members": {
3013
+ "botId": {},
3014
+ "botVersion": {},
3015
+ "localeId": {},
3016
+ "botRecommendationStatus": {},
3017
+ "botRecommendationId": {}
3018
+ }
3019
+ }
3020
+ },
2977
3021
  "TagResource": {
2978
3022
  "http": {
2979
3023
  "requestUri": "/tags/{resourceARN}",
@@ -4542,6 +4542,26 @@
4542
4542
  }
4543
4543
  }
4544
4544
  }
4545
+ },
4546
+ "SwitchoverReadReplica": {
4547
+ "input": {
4548
+ "type": "structure",
4549
+ "required": [
4550
+ "DBInstanceIdentifier"
4551
+ ],
4552
+ "members": {
4553
+ "DBInstanceIdentifier": {}
4554
+ }
4555
+ },
4556
+ "output": {
4557
+ "resultWrapper": "SwitchoverReadReplicaResult",
4558
+ "type": "structure",
4559
+ "members": {
4560
+ "DBInstance": {
4561
+ "shape": "S33"
4562
+ }
4563
+ }
4564
+ }
4545
4565
  }
4546
4566
  },
4547
4567
  "shapes": {
@@ -4833,6 +4853,9 @@
4833
4853
  "OriginalSnapshotCreateTime": {
4834
4854
  "type": "timestamp"
4835
4855
  },
4856
+ "SnapshotDatabaseTime": {
4857
+ "type": "timestamp"
4858
+ },
4836
4859
  "SnapshotTarget": {}
4837
4860
  },
4838
4861
  "wrapper": true