cdk-comprehend-s3olap 2.0.88 → 2.0.89
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.
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +11 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.examples.json +5 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +337 -335
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +1 -1
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +10 -2
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +2 -1
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +547 -538
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +42 -10
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +13 -13
- package/node_modules/aws-sdk/clients/dataexchange.js +1 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/eks.d.ts +7 -7
- package/node_modules/aws-sdk/clients/fsx.d.ts +2 -2
- package/node_modules/aws-sdk/clients/inspector2.d.ts +16 -2
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +12 -8
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +15 -0
- package/node_modules/aws-sdk/clients/sns.d.ts +42 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +750 -743
- package/node_modules/aws-sdk/dist/aws-sdk.js +45 -13
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +19 -19
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +2 -0
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +5 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1211.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){
|
@@ -220062,7 +220062,8 @@ module.exports={
|
|
220062
220062
|
},
|
220063
220063
|
"Tags": {
|
220064
220064
|
"shape": "Sw"
|
220065
|
-
}
|
220065
|
+
},
|
220066
|
+
"DataProtectionPolicy": {}
|
220066
220067
|
}
|
220067
220068
|
},
|
220068
220069
|
"output": {
|
@@ -220122,6 +220123,24 @@ module.exports={
|
|
220122
220123
|
}
|
220123
220124
|
}
|
220124
220125
|
},
|
220126
|
+
"GetDataProtectionPolicy": {
|
220127
|
+
"input": {
|
220128
|
+
"type": "structure",
|
220129
|
+
"required": [
|
220130
|
+
"ResourceArn"
|
220131
|
+
],
|
220132
|
+
"members": {
|
220133
|
+
"ResourceArn": {}
|
220134
|
+
}
|
220135
|
+
},
|
220136
|
+
"output": {
|
220137
|
+
"resultWrapper": "GetDataProtectionPolicyResult",
|
220138
|
+
"type": "structure",
|
220139
|
+
"members": {
|
220140
|
+
"DataProtectionPolicy": {}
|
220141
|
+
}
|
220142
|
+
}
|
220143
|
+
},
|
220125
220144
|
"GetEndpointAttributes": {
|
220126
220145
|
"input": {
|
220127
220146
|
"type": "structure",
|
@@ -220215,7 +220234,7 @@ module.exports={
|
|
220215
220234
|
"type": "structure",
|
220216
220235
|
"members": {
|
220217
220236
|
"Attributes": {
|
220218
|
-
"shape": "
|
220237
|
+
"shape": "S1j"
|
220219
220238
|
}
|
220220
220239
|
}
|
220221
220240
|
}
|
@@ -220397,7 +220416,7 @@ module.exports={
|
|
220397
220416
|
"type": "structure",
|
220398
220417
|
"members": {
|
220399
220418
|
"Subscriptions": {
|
220400
|
-
"shape": "
|
220419
|
+
"shape": "S2h"
|
220401
220420
|
},
|
220402
220421
|
"NextToken": {}
|
220403
220422
|
}
|
@@ -220419,7 +220438,7 @@ module.exports={
|
|
220419
220438
|
"type": "structure",
|
220420
220439
|
"members": {
|
220421
220440
|
"Subscriptions": {
|
220422
|
-
"shape": "
|
220441
|
+
"shape": "S2h"
|
220423
220442
|
},
|
220424
220443
|
"NextToken": {}
|
220425
220444
|
}
|
@@ -220499,7 +220518,7 @@ module.exports={
|
|
220499
220518
|
"Subject": {},
|
220500
220519
|
"MessageStructure": {},
|
220501
220520
|
"MessageAttributes": {
|
220502
|
-
"shape": "
|
220521
|
+
"shape": "S31"
|
220503
220522
|
},
|
220504
220523
|
"MessageDeduplicationId": {},
|
220505
220524
|
"MessageGroupId": {}
|
@@ -220537,7 +220556,7 @@ module.exports={
|
|
220537
220556
|
"Subject": {},
|
220538
220557
|
"MessageStructure": {},
|
220539
220558
|
"MessageAttributes": {
|
220540
|
-
"shape": "
|
220559
|
+
"shape": "S31"
|
220541
220560
|
},
|
220542
220561
|
"MessageDeduplicationId": {},
|
220543
220562
|
"MessageGroupId": {}
|
@@ -220583,6 +220602,19 @@ module.exports={
|
|
220583
220602
|
}
|
220584
220603
|
}
|
220585
220604
|
},
|
220605
|
+
"PutDataProtectionPolicy": {
|
220606
|
+
"input": {
|
220607
|
+
"type": "structure",
|
220608
|
+
"required": [
|
220609
|
+
"ResourceArn",
|
220610
|
+
"DataProtectionPolicy"
|
220611
|
+
],
|
220612
|
+
"members": {
|
220613
|
+
"ResourceArn": {},
|
220614
|
+
"DataProtectionPolicy": {}
|
220615
|
+
}
|
220616
|
+
}
|
220617
|
+
},
|
220586
220618
|
"RemovePermission": {
|
220587
220619
|
"input": {
|
220588
220620
|
"type": "structure",
|
@@ -220684,7 +220716,7 @@ module.exports={
|
|
220684
220716
|
"Protocol": {},
|
220685
220717
|
"Endpoint": {},
|
220686
220718
|
"Attributes": {
|
220687
|
-
"shape": "
|
220719
|
+
"shape": "S1j"
|
220688
220720
|
},
|
220689
220721
|
"ReturnSubscriptionArn": {
|
220690
220722
|
"type": "boolean"
|
@@ -220795,12 +220827,12 @@ module.exports={
|
|
220795
220827
|
}
|
220796
220828
|
}
|
220797
220829
|
},
|
220798
|
-
"
|
220830
|
+
"S1j": {
|
220799
220831
|
"type": "map",
|
220800
220832
|
"key": {},
|
220801
220833
|
"value": {}
|
220802
220834
|
},
|
220803
|
-
"
|
220835
|
+
"S2h": {
|
220804
220836
|
"type": "list",
|
220805
220837
|
"member": {
|
220806
220838
|
"type": "structure",
|
@@ -220813,7 +220845,7 @@ module.exports={
|
|
220813
220845
|
}
|
220814
220846
|
}
|
220815
220847
|
},
|
220816
|
-
"
|
220848
|
+
"S31": {
|
220817
220849
|
"type": "map",
|
220818
220850
|
"key": {
|
220819
220851
|
"locationName": "Name"
|
@@ -242558,7 +242590,7 @@ AWS.util.update(AWS, {
|
|
242558
242590
|
/**
|
242559
242591
|
* @constant
|
242560
242592
|
*/
|
242561
|
-
VERSION: '2.
|
242593
|
+
VERSION: '2.1211.0',
|
242562
242594
|
|
242563
242595
|
/**
|
242564
242596
|
* @api private
|
@@ -264542,7 +264574,7 @@ var LRUCache = /** @class */ (function () {
|
|
264542
264574
|
}());
|
264543
264575
|
exports.LRUCache = LRUCache;
|
264544
264576
|
},{}],458:[function(require,module,exports){
|
264545
|
-
// AWS SDK for JavaScript v2.
|
264577
|
+
// AWS SDK for JavaScript v2.1211.0
|
264546
264578
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
264547
264579
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
264548
264580
|
require('./browser_loader');
|