cdk-comprehend-s3olap 2.0.72 → 2.0.73

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.1198.0
1
+ // AWS SDK for JavaScript v2.1199.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){
@@ -63575,6 +63575,60 @@ module.exports={
63575
63575
  }
63576
63576
  }
63577
63577
  },
63578
+ "SearchSecurityProfiles": {
63579
+ "http": {
63580
+ "requestUri": "/search-security-profiles"
63581
+ },
63582
+ "input": {
63583
+ "type": "structure",
63584
+ "required": [
63585
+ "InstanceId"
63586
+ ],
63587
+ "members": {
63588
+ "InstanceId": {},
63589
+ "NextToken": {},
63590
+ "MaxResults": {
63591
+ "type": "integer"
63592
+ },
63593
+ "SearchCriteria": {
63594
+ "shape": "Se2"
63595
+ },
63596
+ "SearchFilter": {
63597
+ "type": "structure",
63598
+ "members": {
63599
+ "TagFilter": {
63600
+ "shape": "Se7"
63601
+ }
63602
+ }
63603
+ }
63604
+ }
63605
+ },
63606
+ "output": {
63607
+ "type": "structure",
63608
+ "members": {
63609
+ "SecurityProfiles": {
63610
+ "type": "list",
63611
+ "member": {
63612
+ "type": "structure",
63613
+ "members": {
63614
+ "Id": {},
63615
+ "OrganizationResourceId": {},
63616
+ "Arn": {},
63617
+ "SecurityProfileName": {},
63618
+ "Description": {},
63619
+ "Tags": {
63620
+ "shape": "S1j"
63621
+ }
63622
+ }
63623
+ }
63624
+ },
63625
+ "NextToken": {},
63626
+ "ApproximateTotalCount": {
63627
+ "type": "long"
63628
+ }
63629
+ }
63630
+ }
63631
+ },
63578
63632
  "SearchUsers": {
63579
63633
  "http": {
63580
63634
  "requestUri": "/search-users"
@@ -63591,26 +63645,12 @@ module.exports={
63591
63645
  "type": "structure",
63592
63646
  "members": {
63593
63647
  "TagFilter": {
63594
- "type": "structure",
63595
- "members": {
63596
- "OrConditions": {
63597
- "type": "list",
63598
- "member": {
63599
- "shape": "Se5"
63600
- }
63601
- },
63602
- "AndConditions": {
63603
- "shape": "Se5"
63604
- },
63605
- "TagCondition": {
63606
- "shape": "Se6"
63607
- }
63608
- }
63648
+ "shape": "Se7"
63609
63649
  }
63610
63650
  }
63611
63651
  },
63612
63652
  "SearchCriteria": {
63613
- "shape": "Se7"
63653
+ "shape": "Seh"
63614
63654
  }
63615
63655
  }
63616
63656
  },
@@ -63902,7 +63942,7 @@ module.exports={
63902
63942
  },
63903
63943
  "Name": {},
63904
63944
  "References": {
63905
- "shape": "Sfe"
63945
+ "shape": "Sfl"
63906
63946
  },
63907
63947
  "Description": {},
63908
63948
  "ClientToken": {
@@ -64137,7 +64177,7 @@ module.exports={
64137
64177
  "Name": {},
64138
64178
  "Description": {},
64139
64179
  "References": {
64140
- "shape": "Sfe"
64180
+ "shape": "Sfl"
64141
64181
  }
64142
64182
  }
64143
64183
  },
@@ -64860,19 +64900,19 @@ module.exports={
64860
64900
  "type": "structure",
64861
64901
  "members": {
64862
64902
  "LevelOne": {
64863
- "shape": "Sgy"
64903
+ "shape": "Sh5"
64864
64904
  },
64865
64905
  "LevelTwo": {
64866
- "shape": "Sgy"
64906
+ "shape": "Sh5"
64867
64907
  },
64868
64908
  "LevelThree": {
64869
- "shape": "Sgy"
64909
+ "shape": "Sh5"
64870
64910
  },
64871
64911
  "LevelFour": {
64872
- "shape": "Sgy"
64912
+ "shape": "Sh5"
64873
64913
  },
64874
64914
  "LevelFive": {
64875
- "shape": "Sgy"
64915
+ "shape": "Sh5"
64876
64916
  }
64877
64917
  }
64878
64918
  },
@@ -65454,35 +65494,75 @@ module.exports={
65454
65494
  }
65455
65495
  }
65456
65496
  },
65457
- "Se5": {
65497
+ "Se2": {
65498
+ "type": "structure",
65499
+ "members": {
65500
+ "OrConditions": {
65501
+ "shape": "Se3"
65502
+ },
65503
+ "AndConditions": {
65504
+ "shape": "Se3"
65505
+ },
65506
+ "StringCondition": {
65507
+ "shape": "Se4"
65508
+ }
65509
+ }
65510
+ },
65511
+ "Se3": {
65458
65512
  "type": "list",
65459
65513
  "member": {
65460
- "shape": "Se6"
65514
+ "shape": "Se2"
65461
65515
  }
65462
65516
  },
65463
- "Se6": {
65517
+ "Se4": {
65518
+ "type": "structure",
65519
+ "members": {
65520
+ "FieldName": {},
65521
+ "Value": {},
65522
+ "ComparisonType": {}
65523
+ }
65524
+ },
65525
+ "Se7": {
65526
+ "type": "structure",
65527
+ "members": {
65528
+ "OrConditions": {
65529
+ "type": "list",
65530
+ "member": {
65531
+ "shape": "Se9"
65532
+ }
65533
+ },
65534
+ "AndConditions": {
65535
+ "shape": "Se9"
65536
+ },
65537
+ "TagCondition": {
65538
+ "shape": "Sea"
65539
+ }
65540
+ }
65541
+ },
65542
+ "Se9": {
65543
+ "type": "list",
65544
+ "member": {
65545
+ "shape": "Sea"
65546
+ }
65547
+ },
65548
+ "Sea": {
65464
65549
  "type": "structure",
65465
65550
  "members": {
65466
65551
  "TagKey": {},
65467
65552
  "TagValue": {}
65468
65553
  }
65469
65554
  },
65470
- "Se7": {
65555
+ "Seh": {
65471
65556
  "type": "structure",
65472
65557
  "members": {
65473
65558
  "OrConditions": {
65474
- "shape": "Se8"
65559
+ "shape": "Sei"
65475
65560
  },
65476
65561
  "AndConditions": {
65477
- "shape": "Se8"
65562
+ "shape": "Sei"
65478
65563
  },
65479
65564
  "StringCondition": {
65480
- "type": "structure",
65481
- "members": {
65482
- "FieldName": {},
65483
- "Value": {},
65484
- "ComparisonType": {}
65485
- }
65565
+ "shape": "Se4"
65486
65566
  },
65487
65567
  "HierarchyGroupCondition": {
65488
65568
  "type": "structure",
@@ -65493,13 +65573,13 @@ module.exports={
65493
65573
  }
65494
65574
  }
65495
65575
  },
65496
- "Se8": {
65576
+ "Sei": {
65497
65577
  "type": "list",
65498
65578
  "member": {
65499
- "shape": "Se7"
65579
+ "shape": "Seh"
65500
65580
  }
65501
65581
  },
65502
- "Sfe": {
65582
+ "Sfl": {
65503
65583
  "type": "map",
65504
65584
  "key": {},
65505
65585
  "value": {
@@ -65514,7 +65594,7 @@ module.exports={
65514
65594
  }
65515
65595
  }
65516
65596
  },
65517
- "Sgy": {
65597
+ "Sh5": {
65518
65598
  "type": "structure",
65519
65599
  "required": [
65520
65600
  "Name"
@@ -65722,6 +65802,15 @@ module.exports={
65722
65802
  "output_token": "NextToken",
65723
65803
  "result_key": "AvailableNumbersList"
65724
65804
  },
65805
+ "SearchSecurityProfiles": {
65806
+ "input_token": "NextToken",
65807
+ "limit_key": "MaxResults",
65808
+ "non_aggregate_keys": [
65809
+ "ApproximateTotalCount"
65810
+ ],
65811
+ "output_token": "NextToken",
65812
+ "result_key": "SecurityProfiles"
65813
+ },
65725
65814
  "SearchUsers": {
65726
65815
  "input_token": "NextToken",
65727
65816
  "limit_key": "MaxResults",
@@ -241443,7 +241532,7 @@ AWS.util.update(AWS, {
241443
241532
  /**
241444
241533
  * @constant
241445
241534
  */
241446
- VERSION: '2.1198.0',
241535
+ VERSION: '2.1199.0',
241447
241536
 
241448
241537
  /**
241449
241538
  * @api private
@@ -263388,7 +263477,7 @@ var LRUCache = /** @class */ (function () {
263388
263477
  }());
263389
263478
  exports.LRUCache = LRUCache;
263390
263479
  },{}],457:[function(require,module,exports){
263391
- // AWS SDK for JavaScript v2.1198.0
263480
+ // AWS SDK for JavaScript v2.1199.0
263392
263481
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
263393
263482
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
263394
263483
  require('./browser_loader');