cdk-comprehend-s3olap 2.0.75 → 2.0.78

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 (46) 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 +18 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +350 -82
  8. package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +107 -91
  9. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2 -1
  10. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +428 -13
  11. package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +18 -0
  12. package/node_modules/aws-sdk/apis/forecastquery-2018-06-26.min.json +54 -21
  13. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  14. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +44 -0
  15. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +64 -29
  16. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +23 -0
  17. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +308 -162
  18. package/node_modules/aws-sdk/apis/support-app-2021-08-20.examples.json +5 -0
  19. package/node_modules/aws-sdk/apis/support-app-2021-08-20.min.json +267 -0
  20. package/node_modules/aws-sdk/apis/support-app-2021-08-20.paginators.json +12 -0
  21. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  22. package/node_modules/aws-sdk/clients/all.js +2 -1
  23. package/node_modules/aws-sdk/clients/cloudfront.d.ts +246 -4
  24. package/node_modules/aws-sdk/clients/configservice.d.ts +27 -7
  25. package/node_modules/aws-sdk/clients/docdb.d.ts +1 -1
  26. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  27. package/node_modules/aws-sdk/clients/forecastqueryservice.d.ts +35 -1
  28. package/node_modules/aws-sdk/clients/forecastservice.d.ts +559 -0
  29. package/node_modules/aws-sdk/clients/iam.d.ts +6 -6
  30. package/node_modules/aws-sdk/clients/ivs.d.ts +3 -3
  31. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +49 -1
  32. package/node_modules/aws-sdk/clients/quicksight.d.ts +38 -4
  33. package/node_modules/aws-sdk/clients/rds.d.ts +21 -0
  34. package/node_modules/aws-sdk/clients/securityhub.d.ts +346 -70
  35. package/node_modules/aws-sdk/clients/ssoadmin.d.ts +6 -6
  36. package/node_modules/aws-sdk/clients/supportapp.d.ts +330 -0
  37. package/node_modules/aws-sdk/clients/supportapp.js +18 -0
  38. package/node_modules/aws-sdk/clients/transfer.d.ts +20 -20
  39. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  40. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -14
  41. package/node_modules/aws-sdk/dist/aws-sdk.js +989 -211
  42. package/node_modules/aws-sdk/dist/aws-sdk.min.js +85 -85
  43. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  44. package/node_modules/aws-sdk/lib/core.js +1 -1
  45. package/node_modules/aws-sdk/package.json +1 -1
  46. 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}",
@@ -2930,6 +2930,17 @@
2930
2930
  "members": {
2931
2931
  "InitialDashboardId": {}
2932
2932
  }
2933
+ },
2934
+ "DashboardVisual": {
2935
+ "type": "structure",
2936
+ "required": [
2937
+ "InitialDashboardVisualId"
2938
+ ],
2939
+ "members": {
2940
+ "InitialDashboardVisualId": {
2941
+ "shape": "Sbo"
2942
+ }
2943
+ }
2933
2944
  }
2934
2945
  }
2935
2946
  },
@@ -2947,7 +2958,7 @@
2947
2958
  ],
2948
2959
  "members": {
2949
2960
  "EmbedUrl": {
2950
- "shape": "Sbo"
2961
+ "shape": "Sbq"
2951
2962
  },
2952
2963
  "Status": {
2953
2964
  "location": "statusCode",
@@ -3000,6 +3011,17 @@
3000
3011
  "members": {
3001
3012
  "InitialTopicId": {}
3002
3013
  }
3014
+ },
3015
+ "DashboardVisual": {
3016
+ "type": "structure",
3017
+ "required": [
3018
+ "InitialDashboardVisualId"
3019
+ ],
3020
+ "members": {
3021
+ "InitialDashboardVisualId": {
3022
+ "shape": "Sbo"
3023
+ }
3024
+ }
3003
3025
  }
3004
3026
  }
3005
3027
  },
@@ -3017,7 +3039,7 @@
3017
3039
  ],
3018
3040
  "members": {
3019
3041
  "EmbedUrl": {
3020
- "shape": "Sbo"
3042
+ "shape": "Sbq"
3021
3043
  },
3022
3044
  "Status": {
3023
3045
  "location": "statusCode",
@@ -3092,7 +3114,7 @@
3092
3114
  "type": "structure",
3093
3115
  "members": {
3094
3116
  "EmbedUrl": {
3095
- "shape": "Sbo"
3117
+ "shape": "Sbq"
3096
3118
  },
3097
3119
  "Status": {
3098
3120
  "location": "statusCode",
@@ -3136,7 +3158,7 @@
3136
3158
  "type": "structure",
3137
3159
  "members": {
3138
3160
  "EmbedUrl": {
3139
- "shape": "Sbo"
3161
+ "shape": "Sbq"
3140
3162
  },
3141
3163
  "Status": {
3142
3164
  "location": "statusCode",
@@ -3176,7 +3198,7 @@
3176
3198
  "type": "structure",
3177
3199
  "members": {
3178
3200
  "AnalysisSummaryList": {
3179
- "shape": "Sc6"
3201
+ "shape": "Sc9"
3180
3202
  },
3181
3203
  "NextToken": {},
3182
3204
  "Status": {
@@ -3278,7 +3300,7 @@
3278
3300
  "type": "structure",
3279
3301
  "members": {
3280
3302
  "DashboardSummaryList": {
3281
- "shape": "Sce"
3303
+ "shape": "Sch"
3282
3304
  },
3283
3305
  "NextToken": {},
3284
3306
  "Status": {
@@ -3485,7 +3507,7 @@
3485
3507
  "type": "integer"
3486
3508
  },
3487
3509
  "FolderSummaryList": {
3488
- "shape": "Sct"
3510
+ "shape": "Scw"
3489
3511
  },
3490
3512
  "NextToken": {},
3491
3513
  "RequestId": {}
@@ -3581,7 +3603,7 @@
3581
3603
  "type": "structure",
3582
3604
  "members": {
3583
3605
  "GroupList": {
3584
- "shape": "Sd0"
3606
+ "shape": "Sd3"
3585
3607
  },
3586
3608
  "NextToken": {},
3587
3609
  "RequestId": {},
@@ -4206,7 +4228,7 @@
4206
4228
  "type": "structure",
4207
4229
  "members": {
4208
4230
  "GroupList": {
4209
- "shape": "Sd0"
4231
+ "shape": "Sd3"
4210
4232
  },
4211
4233
  "NextToken": {},
4212
4234
  "RequestId": {},
@@ -4385,7 +4407,7 @@
4385
4407
  "type": "structure",
4386
4408
  "members": {
4387
4409
  "AnalysisSummaryList": {
4388
- "shape": "Sc6"
4410
+ "shape": "Sc9"
4389
4411
  },
4390
4412
  "NextToken": {},
4391
4413
  "Status": {
@@ -4435,7 +4457,7 @@
4435
4457
  "type": "structure",
4436
4458
  "members": {
4437
4459
  "DashboardSummaryList": {
4438
- "shape": "Sce"
4460
+ "shape": "Sch"
4439
4461
  },
4440
4462
  "NextToken": {},
4441
4463
  "Status": {
@@ -4486,7 +4508,7 @@
4486
4508
  "type": "integer"
4487
4509
  },
4488
4510
  "FolderSummaryList": {
4489
- "shape": "Sct"
4511
+ "shape": "Scw"
4490
4512
  },
4491
4513
  "NextToken": {},
4492
4514
  "RequestId": {}
@@ -4544,7 +4566,7 @@
4544
4566
  "type": "structure",
4545
4567
  "members": {
4546
4568
  "GroupList": {
4547
- "shape": "Sd0"
4569
+ "shape": "Sd3"
4548
4570
  },
4549
4571
  "NextToken": {},
4550
4572
  "RequestId": {},
@@ -4761,10 +4783,10 @@
4761
4783
  "locationName": "AnalysisId"
4762
4784
  },
4763
4785
  "GrantPermissions": {
4764
- "shape": "Sfc"
4786
+ "shape": "Sff"
4765
4787
  },
4766
4788
  "RevokePermissions": {
4767
- "shape": "Sfc"
4789
+ "shape": "Sff"
4768
4790
  }
4769
4791
  }
4770
4792
  },
@@ -4855,16 +4877,16 @@
4855
4877
  "locationName": "DashboardId"
4856
4878
  },
4857
4879
  "GrantPermissions": {
4858
- "shape": "Sfc"
4880
+ "shape": "Sff"
4859
4881
  },
4860
4882
  "RevokePermissions": {
4861
- "shape": "Sfc"
4883
+ "shape": "Sff"
4862
4884
  },
4863
4885
  "GrantLinkPermissions": {
4864
- "shape": "Sfh"
4886
+ "shape": "Sfk"
4865
4887
  },
4866
4888
  "RevokeLinkPermissions": {
4867
- "shape": "Sfh"
4889
+ "shape": "Sfk"
4868
4890
  }
4869
4891
  }
4870
4892
  },
@@ -5470,10 +5492,10 @@
5470
5492
  "locationName": "TemplateId"
5471
5493
  },
5472
5494
  "GrantPermissions": {
5473
- "shape": "Sfc"
5495
+ "shape": "Sff"
5474
5496
  },
5475
5497
  "RevokePermissions": {
5476
- "shape": "Sfc"
5498
+ "shape": "Sff"
5477
5499
  }
5478
5500
  }
5479
5501
  },
@@ -5603,10 +5625,10 @@
5603
5625
  "locationName": "ThemeId"
5604
5626
  },
5605
5627
  "GrantPermissions": {
5606
- "shape": "Sfc"
5628
+ "shape": "Sff"
5607
5629
  },
5608
5630
  "RevokePermissions": {
5609
- "shape": "Sfc"
5631
+ "shape": "Sff"
5610
5632
  }
5611
5633
  }
5612
5634
  },
@@ -6875,10 +6897,23 @@
6875
6897
  }
6876
6898
  },
6877
6899
  "Sbo": {
6900
+ "type": "structure",
6901
+ "required": [
6902
+ "DashboardId",
6903
+ "SheetId",
6904
+ "VisualId"
6905
+ ],
6906
+ "members": {
6907
+ "DashboardId": {},
6908
+ "SheetId": {},
6909
+ "VisualId": {}
6910
+ }
6911
+ },
6912
+ "Sbq": {
6878
6913
  "type": "string",
6879
6914
  "sensitive": true
6880
6915
  },
6881
- "Sc6": {
6916
+ "Sc9": {
6882
6917
  "type": "list",
6883
6918
  "member": {
6884
6919
  "type": "structure",
@@ -6896,7 +6931,7 @@
6896
6931
  }
6897
6932
  }
6898
6933
  },
6899
- "Sce": {
6934
+ "Sch": {
6900
6935
  "type": "list",
6901
6936
  "member": {
6902
6937
  "type": "structure",
@@ -6919,7 +6954,7 @@
6919
6954
  }
6920
6955
  }
6921
6956
  },
6922
- "Sct": {
6957
+ "Scw": {
6923
6958
  "type": "list",
6924
6959
  "member": {
6925
6960
  "type": "structure",
@@ -6937,19 +6972,19 @@
6937
6972
  }
6938
6973
  }
6939
6974
  },
6940
- "Sd0": {
6975
+ "Sd3": {
6941
6976
  "type": "list",
6942
6977
  "member": {
6943
6978
  "shape": "S5u"
6944
6979
  }
6945
6980
  },
6946
- "Sfc": {
6981
+ "Sff": {
6947
6982
  "type": "list",
6948
6983
  "member": {
6949
6984
  "shape": "S18"
6950
6985
  }
6951
6986
  },
6952
- "Sfh": {
6987
+ "Sfk": {
6953
6988
  "type": "list",
6954
6989
  "member": {
6955
6990
  "shape": "S18"
@@ -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