cdk-comprehend-s3olap 2.0.89 → 2.0.92

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 (34) 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 +16 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +81 -8
  8. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.paginators.json +5 -0
  9. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4 -0
  10. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +34 -19
  11. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +39 -11
  12. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +249 -213
  13. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +217 -122
  14. package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +64 -40
  15. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +696 -695
  16. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +3 -0
  17. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +108 -6
  18. package/node_modules/aws-sdk/clients/ec2.d.ts +47 -39
  19. package/node_modules/aws-sdk/clients/emrcontainers.d.ts +16 -1
  20. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +90 -2
  21. package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +25 -3
  22. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +35 -0
  23. package/node_modules/aws-sdk/clients/medialive.d.ts +38 -0
  24. package/node_modules/aws-sdk/clients/redshift.d.ts +15 -15
  25. package/node_modules/aws-sdk/clients/route53.d.ts +2 -2
  26. package/node_modules/aws-sdk/clients/sagemaker.d.ts +10 -5
  27. package/node_modules/aws-sdk/clients/ssm.d.ts +10 -6
  28. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  29. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
  30. package/node_modules/aws-sdk/dist/aws-sdk.js +160 -51
  31. package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
  32. package/node_modules/aws-sdk/lib/core.js +1 -1
  33. package/node_modules/aws-sdk/package.json +1 -1
  34. package/package.json +4 -4
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1211.0
1
+ // AWS SDK for JavaScript v2.1213.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){
@@ -37467,6 +37467,51 @@ module.exports={
37467
37467
  },
37468
37468
  "idempotent": true
37469
37469
  },
37470
+ "GetChannel": {
37471
+ "input": {
37472
+ "type": "structure",
37473
+ "required": [
37474
+ "Channel"
37475
+ ],
37476
+ "members": {
37477
+ "Channel": {}
37478
+ }
37479
+ },
37480
+ "output": {
37481
+ "type": "structure",
37482
+ "members": {
37483
+ "ChannelArn": {},
37484
+ "Name": {},
37485
+ "Source": {},
37486
+ "SourceConfig": {
37487
+ "type": "structure",
37488
+ "members": {
37489
+ "ApplyToAllRegions": {
37490
+ "type": "boolean"
37491
+ },
37492
+ "AdvancedEventSelectors": {
37493
+ "shape": "Sf"
37494
+ }
37495
+ }
37496
+ },
37497
+ "Destinations": {
37498
+ "type": "list",
37499
+ "member": {
37500
+ "type": "structure",
37501
+ "required": [
37502
+ "Type",
37503
+ "Location"
37504
+ ],
37505
+ "members": {
37506
+ "Type": {},
37507
+ "Location": {}
37508
+ }
37509
+ }
37510
+ }
37511
+ }
37512
+ },
37513
+ "idempotent": true
37514
+ },
37470
37515
  "GetEventDataStore": {
37471
37516
  "input": {
37472
37517
  "type": "structure",
@@ -37523,7 +37568,7 @@ module.exports={
37523
37568
  "members": {
37524
37569
  "TrailARN": {},
37525
37570
  "EventSelectors": {
37526
- "shape": "S1f"
37571
+ "shape": "S1p"
37527
37572
  },
37528
37573
  "AdvancedEventSelectors": {
37529
37574
  "shape": "Sf"
@@ -37547,7 +37592,7 @@ module.exports={
37547
37592
  "members": {
37548
37593
  "TrailARN": {},
37549
37594
  "InsightSelectors": {
37550
- "shape": "S1o"
37595
+ "shape": "S1y"
37551
37596
  }
37552
37597
  }
37553
37598
  },
@@ -37671,6 +37716,34 @@ module.exports={
37671
37716
  },
37672
37717
  "idempotent": true
37673
37718
  },
37719
+ "ListChannels": {
37720
+ "input": {
37721
+ "type": "structure",
37722
+ "members": {
37723
+ "MaxResults": {
37724
+ "type": "integer"
37725
+ },
37726
+ "NextToken": {}
37727
+ }
37728
+ },
37729
+ "output": {
37730
+ "type": "structure",
37731
+ "members": {
37732
+ "Channels": {
37733
+ "type": "list",
37734
+ "member": {
37735
+ "type": "structure",
37736
+ "members": {
37737
+ "ChannelArn": {},
37738
+ "Name": {}
37739
+ }
37740
+ }
37741
+ },
37742
+ "NextToken": {}
37743
+ }
37744
+ },
37745
+ "idempotent": true
37746
+ },
37674
37747
  "ListEventDataStores": {
37675
37748
  "input": {
37676
37749
  "type": "structure",
@@ -37955,7 +38028,7 @@ module.exports={
37955
38028
  "members": {
37956
38029
  "TrailName": {},
37957
38030
  "EventSelectors": {
37958
- "shape": "S1f"
38031
+ "shape": "S1p"
37959
38032
  },
37960
38033
  "AdvancedEventSelectors": {
37961
38034
  "shape": "Sf"
@@ -37967,7 +38040,7 @@ module.exports={
37967
38040
  "members": {
37968
38041
  "TrailARN": {},
37969
38042
  "EventSelectors": {
37970
- "shape": "S1f"
38043
+ "shape": "S1p"
37971
38044
  },
37972
38045
  "AdvancedEventSelectors": {
37973
38046
  "shape": "Sf"
@@ -37986,7 +38059,7 @@ module.exports={
37986
38059
  "members": {
37987
38060
  "TrailName": {},
37988
38061
  "InsightSelectors": {
37989
- "shape": "S1o"
38062
+ "shape": "S1y"
37990
38063
  }
37991
38064
  }
37992
38065
  },
@@ -37995,7 +38068,7 @@ module.exports={
37995
38068
  "members": {
37996
38069
  "TrailARN": {},
37997
38070
  "InsightSelectors": {
37998
- "shape": "S1o"
38071
+ "shape": "S1y"
37999
38072
  }
38000
38073
  }
38001
38074
  },
@@ -38322,7 +38395,7 @@ module.exports={
38322
38395
  }
38323
38396
  }
38324
38397
  },
38325
- "S1f": {
38398
+ "S1p": {
38326
38399
  "type": "list",
38327
38400
  "member": {
38328
38401
  "type": "structure",
@@ -38351,7 +38424,7 @@ module.exports={
38351
38424
  }
38352
38425
  }
38353
38426
  },
38354
- "S1o": {
38427
+ "S1y": {
38355
38428
  "type": "list",
38356
38429
  "member": {
38357
38430
  "type": "structure",
@@ -38372,6 +38445,11 @@ module.exports={
38372
38445
  "input_token": "NextToken",
38373
38446
  "output_token": "NextToken"
38374
38447
  },
38448
+ "ListChannels": {
38449
+ "input_token": "NextToken",
38450
+ "limit_key": "MaxResults",
38451
+ "output_token": "NextToken"
38452
+ },
38375
38453
  "ListEventDataStores": {
38376
38454
  "input_token": "NextToken",
38377
38455
  "limit_key": "MaxResults",
@@ -77108,6 +77186,7 @@ module.exports={
77108
77186
  },
77109
77187
  "ClientToken": {},
77110
77188
  "DeliverLogsPermissionArn": {},
77189
+ "DeliverCrossAccountRole": {},
77111
77190
  "LogGroupName": {},
77112
77191
  "ResourceIds": {
77113
77192
  "locationName": "ResourceId",
@@ -83185,6 +83264,9 @@ module.exports={
83185
83264
  "DeliverLogsPermissionArn": {
83186
83265
  "locationName": "deliverLogsPermissionArn"
83187
83266
  },
83267
+ "DeliverCrossAccountRole": {
83268
+ "locationName": "deliverCrossAccountRole"
83269
+ },
83188
83270
  "DeliverLogsStatus": {
83189
83271
  "locationName": "deliverLogsStatus"
83190
83272
  },
@@ -208486,7 +208568,7 @@ module.exports={
208486
208568
  "shape": "S11"
208487
208569
  },
208488
208570
  "requestAttributes": {
208489
- "shape": "S1d"
208571
+ "shape": "S1e"
208490
208572
  },
208491
208573
  "responseContentType": {
208492
208574
  "location": "header",
@@ -208518,7 +208600,7 @@ module.exports={
208518
208600
  "locationName": "x-amz-lex-session-id"
208519
208601
  },
208520
208602
  "audioStream": {
208521
- "shape": "S1p"
208603
+ "shape": "S1q"
208522
208604
  }
208523
208605
  },
208524
208606
  "payload": "audioStream"
@@ -208561,7 +208643,7 @@ module.exports={
208561
208643
  "shape": "S11"
208562
208644
  },
208563
208645
  "requestAttributes": {
208564
- "shape": "S1d"
208646
+ "shape": "S1e"
208565
208647
  }
208566
208648
  }
208567
208649
  },
@@ -208578,7 +208660,7 @@ module.exports={
208578
208660
  "shape": "Sl"
208579
208661
  },
208580
208662
  "requestAttributes": {
208581
- "shape": "S1d"
208663
+ "shape": "S1e"
208582
208664
  },
208583
208665
  "sessionId": {}
208584
208666
  }
@@ -208615,12 +208697,12 @@ module.exports={
208615
208697
  "locationName": "sessionId"
208616
208698
  },
208617
208699
  "sessionState": {
208618
- "shape": "S1t",
208700
+ "shape": "S1u",
208619
208701
  "location": "header",
208620
208702
  "locationName": "x-amz-lex-session-state"
208621
208703
  },
208622
208704
  "requestAttributes": {
208623
- "shape": "S1t",
208705
+ "shape": "S1u",
208624
208706
  "location": "header",
208625
208707
  "locationName": "x-amz-lex-request-attributes"
208626
208708
  },
@@ -208633,7 +208715,7 @@ module.exports={
208633
208715
  "locationName": "Response-Content-Type"
208634
208716
  },
208635
208717
  "inputStream": {
208636
- "shape": "S1p"
208718
+ "shape": "S1q"
208637
208719
  }
208638
208720
  },
208639
208721
  "payload": "inputStream"
@@ -208674,7 +208756,7 @@ module.exports={
208674
208756
  "locationName": "x-amz-lex-input-transcript"
208675
208757
  },
208676
208758
  "audioStream": {
208677
- "shape": "S1p"
208759
+ "shape": "S1q"
208678
208760
  }
208679
208761
  },
208680
208762
  "payload": "audioStream"
@@ -208777,16 +208859,19 @@ module.exports={
208777
208859
  "members": {
208778
208860
  "name": {},
208779
208861
  "slots": {
208780
- "type": "map",
208781
- "key": {},
208782
- "value": {
208783
- "shape": "Su"
208784
- }
208862
+ "shape": "St"
208785
208863
  },
208786
208864
  "state": {},
208787
208865
  "confirmationState": {}
208788
208866
  }
208789
208867
  },
208868
+ "St": {
208869
+ "type": "map",
208870
+ "key": {},
208871
+ "value": {
208872
+ "shape": "Su"
208873
+ }
208874
+ },
208790
208875
  "Su": {
208791
208876
  "type": "structure",
208792
208877
  "members": {
@@ -208810,6 +208895,9 @@ module.exports={
208810
208895
  "member": {
208811
208896
  "shape": "Su"
208812
208897
  }
208898
+ },
208899
+ "subSlots": {
208900
+ "shape": "St"
208813
208901
  }
208814
208902
  }
208815
208903
  },
@@ -208824,7 +208912,10 @@ module.exports={
208824
208912
  "members": {
208825
208913
  "type": {},
208826
208914
  "slotToElicit": {},
208827
- "slotElicitationStyle": {}
208915
+ "slotElicitationStyle": {},
208916
+ "subSlotToElicit": {
208917
+ "shape": "S15"
208918
+ }
208828
208919
  }
208829
208920
  },
208830
208921
  "intent": {
@@ -208867,7 +208958,7 @@ module.exports={
208867
208958
  }
208868
208959
  },
208869
208960
  "sessionAttributes": {
208870
- "shape": "S1d"
208961
+ "shape": "S1e"
208871
208962
  },
208872
208963
  "originatingRequestId": {},
208873
208964
  "runtimeHints": {
@@ -208877,44 +208968,59 @@ module.exports={
208877
208968
  "type": "map",
208878
208969
  "key": {},
208879
208970
  "value": {
208880
- "type": "map",
208881
- "key": {},
208882
- "value": {
208883
- "type": "structure",
208884
- "required": [
208885
- "runtimeHintValues"
208886
- ],
208887
- "members": {
208888
- "runtimeHintValues": {
208889
- "type": "list",
208890
- "member": {
208891
- "type": "structure",
208892
- "required": [
208893
- "phrase"
208894
- ],
208895
- "members": {
208896
- "phrase": {}
208897
- }
208898
- }
208899
- }
208900
- }
208901
- }
208971
+ "shape": "S1j"
208902
208972
  }
208903
208973
  }
208904
208974
  }
208905
208975
  }
208906
208976
  }
208907
208977
  },
208908
- "S1d": {
208978
+ "S15": {
208979
+ "type": "structure",
208980
+ "required": [
208981
+ "name"
208982
+ ],
208983
+ "members": {
208984
+ "name": {},
208985
+ "subSlotToElicit": {
208986
+ "shape": "S15"
208987
+ }
208988
+ }
208989
+ },
208990
+ "S1e": {
208909
208991
  "type": "map",
208910
208992
  "key": {},
208911
208993
  "value": {}
208912
208994
  },
208913
- "S1p": {
208995
+ "S1j": {
208996
+ "type": "map",
208997
+ "key": {},
208998
+ "value": {
208999
+ "type": "structure",
209000
+ "members": {
209001
+ "runtimeHintValues": {
209002
+ "type": "list",
209003
+ "member": {
209004
+ "type": "structure",
209005
+ "required": [
209006
+ "phrase"
209007
+ ],
209008
+ "members": {
209009
+ "phrase": {}
209010
+ }
209011
+ }
209012
+ },
209013
+ "subSlotHints": {
209014
+ "shape": "S1j"
209015
+ }
209016
+ }
209017
+ }
209018
+ },
209019
+ "S1q": {
208914
209020
  "type": "blob",
208915
209021
  "streaming": true
208916
209022
  },
208917
- "S1t": {
209023
+ "S1u": {
208918
209024
  "type": "string",
208919
209025
  "sensitive": true
208920
209026
  }
@@ -221836,6 +221942,9 @@ module.exports={
221836
221942
  },
221837
221943
  "TargetMaps": {
221838
221944
  "shape": "S20"
221945
+ },
221946
+ "Tags": {
221947
+ "shape": "S4"
221839
221948
  }
221840
221949
  }
221841
221950
  },
@@ -242590,7 +242699,7 @@ AWS.util.update(AWS, {
242590
242699
  /**
242591
242700
  * @constant
242592
242701
  */
242593
- VERSION: '2.1211.0',
242702
+ VERSION: '2.1213.0',
242594
242703
 
242595
242704
  /**
242596
242705
  * @api private
@@ -264574,7 +264683,7 @@ var LRUCache = /** @class */ (function () {
264574
264683
  }());
264575
264684
  exports.LRUCache = LRUCache;
264576
264685
  },{}],458:[function(require,module,exports){
264577
- // AWS SDK for JavaScript v2.1211.0
264686
+ // AWS SDK for JavaScript v2.1213.0
264578
264687
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
264579
264688
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
264580
264689
  require('./browser_loader');