cdk-comprehend-s3olap 2.0.90 → 2.0.91

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.
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1212.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",
@@ -208490,7 +208568,7 @@ module.exports={
208490
208568
  "shape": "S11"
208491
208569
  },
208492
208570
  "requestAttributes": {
208493
- "shape": "S1d"
208571
+ "shape": "S1e"
208494
208572
  },
208495
208573
  "responseContentType": {
208496
208574
  "location": "header",
@@ -208522,7 +208600,7 @@ module.exports={
208522
208600
  "locationName": "x-amz-lex-session-id"
208523
208601
  },
208524
208602
  "audioStream": {
208525
- "shape": "S1p"
208603
+ "shape": "S1q"
208526
208604
  }
208527
208605
  },
208528
208606
  "payload": "audioStream"
@@ -208565,7 +208643,7 @@ module.exports={
208565
208643
  "shape": "S11"
208566
208644
  },
208567
208645
  "requestAttributes": {
208568
- "shape": "S1d"
208646
+ "shape": "S1e"
208569
208647
  }
208570
208648
  }
208571
208649
  },
@@ -208582,7 +208660,7 @@ module.exports={
208582
208660
  "shape": "Sl"
208583
208661
  },
208584
208662
  "requestAttributes": {
208585
- "shape": "S1d"
208663
+ "shape": "S1e"
208586
208664
  },
208587
208665
  "sessionId": {}
208588
208666
  }
@@ -208619,12 +208697,12 @@ module.exports={
208619
208697
  "locationName": "sessionId"
208620
208698
  },
208621
208699
  "sessionState": {
208622
- "shape": "S1t",
208700
+ "shape": "S1u",
208623
208701
  "location": "header",
208624
208702
  "locationName": "x-amz-lex-session-state"
208625
208703
  },
208626
208704
  "requestAttributes": {
208627
- "shape": "S1t",
208705
+ "shape": "S1u",
208628
208706
  "location": "header",
208629
208707
  "locationName": "x-amz-lex-request-attributes"
208630
208708
  },
@@ -208637,7 +208715,7 @@ module.exports={
208637
208715
  "locationName": "Response-Content-Type"
208638
208716
  },
208639
208717
  "inputStream": {
208640
- "shape": "S1p"
208718
+ "shape": "S1q"
208641
208719
  }
208642
208720
  },
208643
208721
  "payload": "inputStream"
@@ -208678,7 +208756,7 @@ module.exports={
208678
208756
  "locationName": "x-amz-lex-input-transcript"
208679
208757
  },
208680
208758
  "audioStream": {
208681
- "shape": "S1p"
208759
+ "shape": "S1q"
208682
208760
  }
208683
208761
  },
208684
208762
  "payload": "audioStream"
@@ -208781,16 +208859,19 @@ module.exports={
208781
208859
  "members": {
208782
208860
  "name": {},
208783
208861
  "slots": {
208784
- "type": "map",
208785
- "key": {},
208786
- "value": {
208787
- "shape": "Su"
208788
- }
208862
+ "shape": "St"
208789
208863
  },
208790
208864
  "state": {},
208791
208865
  "confirmationState": {}
208792
208866
  }
208793
208867
  },
208868
+ "St": {
208869
+ "type": "map",
208870
+ "key": {},
208871
+ "value": {
208872
+ "shape": "Su"
208873
+ }
208874
+ },
208794
208875
  "Su": {
208795
208876
  "type": "structure",
208796
208877
  "members": {
@@ -208814,6 +208895,9 @@ module.exports={
208814
208895
  "member": {
208815
208896
  "shape": "Su"
208816
208897
  }
208898
+ },
208899
+ "subSlots": {
208900
+ "shape": "St"
208817
208901
  }
208818
208902
  }
208819
208903
  },
@@ -208828,7 +208912,10 @@ module.exports={
208828
208912
  "members": {
208829
208913
  "type": {},
208830
208914
  "slotToElicit": {},
208831
- "slotElicitationStyle": {}
208915
+ "slotElicitationStyle": {},
208916
+ "subSlotToElicit": {
208917
+ "shape": "S15"
208918
+ }
208832
208919
  }
208833
208920
  },
208834
208921
  "intent": {
@@ -208871,7 +208958,7 @@ module.exports={
208871
208958
  }
208872
208959
  },
208873
208960
  "sessionAttributes": {
208874
- "shape": "S1d"
208961
+ "shape": "S1e"
208875
208962
  },
208876
208963
  "originatingRequestId": {},
208877
208964
  "runtimeHints": {
@@ -208881,44 +208968,59 @@ module.exports={
208881
208968
  "type": "map",
208882
208969
  "key": {},
208883
208970
  "value": {
208884
- "type": "map",
208885
- "key": {},
208886
- "value": {
208887
- "type": "structure",
208888
- "required": [
208889
- "runtimeHintValues"
208890
- ],
208891
- "members": {
208892
- "runtimeHintValues": {
208893
- "type": "list",
208894
- "member": {
208895
- "type": "structure",
208896
- "required": [
208897
- "phrase"
208898
- ],
208899
- "members": {
208900
- "phrase": {}
208901
- }
208902
- }
208903
- }
208904
- }
208905
- }
208971
+ "shape": "S1j"
208906
208972
  }
208907
208973
  }
208908
208974
  }
208909
208975
  }
208910
208976
  }
208911
208977
  },
208912
- "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": {
208913
208991
  "type": "map",
208914
208992
  "key": {},
208915
208993
  "value": {}
208916
208994
  },
208917
- "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": {
208918
209020
  "type": "blob",
208919
209021
  "streaming": true
208920
209022
  },
208921
- "S1t": {
209023
+ "S1u": {
208922
209024
  "type": "string",
208923
209025
  "sensitive": true
208924
209026
  }
@@ -242597,7 +242699,7 @@ AWS.util.update(AWS, {
242597
242699
  /**
242598
242700
  * @constant
242599
242701
  */
242600
- VERSION: '2.1212.0',
242702
+ VERSION: '2.1213.0',
242601
242703
 
242602
242704
  /**
242603
242705
  * @api private
@@ -264581,7 +264683,7 @@ var LRUCache = /** @class */ (function () {
264581
264683
  }());
264582
264684
  exports.LRUCache = LRUCache;
264583
264685
  },{}],458:[function(require,module,exports){
264584
- // AWS SDK for JavaScript v2.1212.0
264686
+ // AWS SDK for JavaScript v2.1213.0
264585
264687
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
264586
264688
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
264587
264689
  require('./browser_loader');