cdk-comprehend-s3olap 2.0.176 → 2.0.177

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.1392.0
1
+ // AWS SDK for JavaScript v2.1393.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){
@@ -179855,6 +179855,19 @@ module.exports={
179855
179855
  }
179856
179856
  }
179857
179857
  },
179858
+ "DeleteAccountPolicy": {
179859
+ "input": {
179860
+ "type": "structure",
179861
+ "required": [
179862
+ "policyName",
179863
+ "policyType"
179864
+ ],
179865
+ "members": {
179866
+ "policyName": {},
179867
+ "policyType": {}
179868
+ }
179869
+ }
179870
+ },
179858
179871
  "DeleteDataProtectionPolicy": {
179859
179872
  "input": {
179860
179873
  "type": "structure",
@@ -179965,6 +179978,32 @@ module.exports={
179965
179978
  }
179966
179979
  }
179967
179980
  },
179981
+ "DescribeAccountPolicies": {
179982
+ "input": {
179983
+ "type": "structure",
179984
+ "required": [
179985
+ "policyType"
179986
+ ],
179987
+ "members": {
179988
+ "policyType": {},
179989
+ "policyName": {},
179990
+ "accountIdentifiers": {
179991
+ "shape": "S11"
179992
+ }
179993
+ }
179994
+ },
179995
+ "output": {
179996
+ "type": "structure",
179997
+ "members": {
179998
+ "accountPolicies": {
179999
+ "type": "list",
180000
+ "member": {
180001
+ "shape": "S15"
180002
+ }
180003
+ }
180004
+ }
180005
+ }
180006
+ },
179968
180007
  "DescribeDestinations": {
179969
180008
  "input": {
179970
180009
  "type": "structure",
@@ -179982,7 +180021,7 @@ module.exports={
179982
180021
  "destinations": {
179983
180022
  "type": "list",
179984
180023
  "member": {
179985
- "shape": "S13"
180024
+ "shape": "S1d"
179986
180025
  }
179987
180026
  },
179988
180027
  "nextToken": {}
@@ -180050,8 +180089,7 @@ module.exports={
180050
180089
  "type": "structure",
180051
180090
  "members": {
180052
180091
  "accountIdentifiers": {
180053
- "type": "list",
180054
- "member": {}
180092
+ "shape": "S11"
180055
180093
  },
180056
180094
  "logGroupNamePrefix": {},
180057
180095
  "logGroupNamePattern": {},
@@ -180087,7 +180125,11 @@ module.exports={
180087
180125
  "type": "long"
180088
180126
  },
180089
180127
  "kmsKeyId": {},
180090
- "dataProtectionStatus": {}
180128
+ "dataProtectionStatus": {},
180129
+ "inheritedProperties": {
180130
+ "type": "list",
180131
+ "member": {}
180132
+ }
180091
180133
  }
180092
180134
  }
180093
180135
  },
@@ -180172,7 +180214,7 @@ module.exports={
180172
180214
  "filterName": {},
180173
180215
  "filterPattern": {},
180174
180216
  "metricTransformations": {
180175
- "shape": "S26"
180217
+ "shape": "S2g"
180176
180218
  },
180177
180219
  "creationTime": {
180178
180220
  "type": "long"
@@ -180245,7 +180287,7 @@ module.exports={
180245
180287
  "type": "long"
180246
180288
  },
180247
180289
  "logGroupNames": {
180248
- "shape": "S2s"
180290
+ "shape": "S32"
180249
180291
  }
180250
180292
  }
180251
180293
  }
@@ -180270,7 +180312,7 @@ module.exports={
180270
180312
  "resourcePolicies": {
180271
180313
  "type": "list",
180272
180314
  "member": {
180273
- "shape": "S2w"
180315
+ "shape": "S36"
180274
180316
  }
180275
180317
  },
180276
180318
  "nextToken": {}
@@ -180608,6 +180650,30 @@ module.exports={
180608
180650
  "deprecated": true,
180609
180651
  "deprecatedMessage": "Please use the generic tagging API ListTagsForResource"
180610
180652
  },
180653
+ "PutAccountPolicy": {
180654
+ "input": {
180655
+ "type": "structure",
180656
+ "required": [
180657
+ "policyName",
180658
+ "policyDocument",
180659
+ "policyType"
180660
+ ],
180661
+ "members": {
180662
+ "policyName": {},
180663
+ "policyDocument": {},
180664
+ "policyType": {},
180665
+ "scope": {}
180666
+ }
180667
+ },
180668
+ "output": {
180669
+ "type": "structure",
180670
+ "members": {
180671
+ "accountPolicy": {
180672
+ "shape": "S15"
180673
+ }
180674
+ }
180675
+ }
180676
+ },
180611
180677
  "PutDataProtectionPolicy": {
180612
180678
  "input": {
180613
180679
  "type": "structure",
@@ -180652,7 +180718,7 @@ module.exports={
180652
180718
  "type": "structure",
180653
180719
  "members": {
180654
180720
  "destination": {
180655
- "shape": "S13"
180721
+ "shape": "S1d"
180656
180722
  }
180657
180723
  }
180658
180724
  }
@@ -180738,7 +180804,7 @@ module.exports={
180738
180804
  "filterName": {},
180739
180805
  "filterPattern": {},
180740
180806
  "metricTransformations": {
180741
- "shape": "S26"
180807
+ "shape": "S2g"
180742
180808
  }
180743
180809
  }
180744
180810
  }
@@ -180754,7 +180820,7 @@ module.exports={
180754
180820
  "name": {},
180755
180821
  "queryDefinitionId": {},
180756
180822
  "logGroupNames": {
180757
- "shape": "S2s"
180823
+ "shape": "S32"
180758
180824
  },
180759
180825
  "queryString": {}
180760
180826
  }
@@ -180778,7 +180844,7 @@ module.exports={
180778
180844
  "type": "structure",
180779
180845
  "members": {
180780
180846
  "resourcePolicy": {
180781
- "shape": "S2w"
180847
+ "shape": "S36"
180782
180848
  }
180783
180849
  }
180784
180850
  }
@@ -180828,7 +180894,7 @@ module.exports={
180828
180894
  "members": {
180829
180895
  "logGroupName": {},
180830
180896
  "logGroupNames": {
180831
- "shape": "S2s"
180897
+ "shape": "S32"
180832
180898
  },
180833
180899
  "logGroupIdentifiers": {
180834
180900
  "type": "list",
@@ -180987,7 +181053,24 @@ module.exports={
180987
181053
  "key": {},
180988
181054
  "value": {}
180989
181055
  },
180990
- "S13": {
181056
+ "S11": {
181057
+ "type": "list",
181058
+ "member": {}
181059
+ },
181060
+ "S15": {
181061
+ "type": "structure",
181062
+ "members": {
181063
+ "policyName": {},
181064
+ "policyDocument": {},
181065
+ "lastUpdatedTime": {
181066
+ "type": "long"
181067
+ },
181068
+ "policyType": {},
181069
+ "scope": {},
181070
+ "accountId": {}
181071
+ }
181072
+ },
181073
+ "S1d": {
180991
181074
  "type": "structure",
180992
181075
  "members": {
180993
181076
  "destinationName": {},
@@ -181000,7 +181083,7 @@ module.exports={
181000
181083
  }
181001
181084
  }
181002
181085
  },
181003
- "S26": {
181086
+ "S2g": {
181004
181087
  "type": "list",
181005
181088
  "member": {
181006
181089
  "type": "structure",
@@ -181025,11 +181108,11 @@ module.exports={
181025
181108
  }
181026
181109
  }
181027
181110
  },
181028
- "S2s": {
181111
+ "S32": {
181029
181112
  "type": "list",
181030
181113
  "member": {}
181031
181114
  },
181032
- "S2w": {
181115
+ "S36": {
181033
181116
  "type": "structure",
181034
181117
  "members": {
181035
181118
  "policyName": {},
@@ -258678,7 +258761,7 @@ AWS.util.update(AWS, {
258678
258761
  /**
258679
258762
  * @constant
258680
258763
  */
258681
- VERSION: '2.1392.0',
258764
+ VERSION: '2.1393.0',
258682
258765
 
258683
258766
  /**
258684
258767
  * @api private
@@ -280847,7 +280930,7 @@ var LRUCache = /** @class */ (function () {
280847
280930
  }());
280848
280931
  exports.LRUCache = LRUCache;
280849
280932
  },{}],466:[function(require,module,exports){
280850
- // AWS SDK for JavaScript v2.1392.0
280933
+ // AWS SDK for JavaScript v2.1393.0
280851
280934
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
280852
280935
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
280853
280936
  require('./browser_loader');