cdk-comprehend-s3olap 2.0.87 → 2.0.90
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 +4 -4
- 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 +23 -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/ec2-2016-11-15.min.json +4 -0
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +34 -19
- 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/lookoutmetrics-2017-07-25.min.json +39 -11
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +249 -213
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +742 -687
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +42 -10
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +3 -0
- 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 +48 -40
- package/node_modules/aws-sdk/clients/eks.d.ts +7 -7
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +16 -1
- package/node_modules/aws-sdk/clients/fsx.d.ts +2 -2
- package/node_modules/aws-sdk/clients/identitystore.d.ts +34 -34
- 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/lookoutmetrics.d.ts +35 -0
- package/node_modules/aws-sdk/clients/medialive.d.ts +38 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +2 -2
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +73 -4
- package/node_modules/aws-sdk/clients/sns.d.ts +42 -0
- package/node_modules/aws-sdk/clients/ssm.d.ts +10 -6
- 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 +755 -748
- package/node_modules/aws-sdk/dist/aws-sdk.js +52 -13
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
- 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/node_modules/esbuild/bin/esbuild +1 -1
- package/node_modules/esbuild/install.js +5 -5
- package/node_modules/esbuild/lib/main.js +14 -13
- package/node_modules/esbuild/package.json +22 -22
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +11 -10
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1212.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){
|
@@ -77108,6 +77108,7 @@ module.exports={
|
|
77108
77108
|
},
|
77109
77109
|
"ClientToken": {},
|
77110
77110
|
"DeliverLogsPermissionArn": {},
|
77111
|
+
"DeliverCrossAccountRole": {},
|
77111
77112
|
"LogGroupName": {},
|
77112
77113
|
"ResourceIds": {
|
77113
77114
|
"locationName": "ResourceId",
|
@@ -83185,6 +83186,9 @@ module.exports={
|
|
83185
83186
|
"DeliverLogsPermissionArn": {
|
83186
83187
|
"locationName": "deliverLogsPermissionArn"
|
83187
83188
|
},
|
83189
|
+
"DeliverCrossAccountRole": {
|
83190
|
+
"locationName": "deliverCrossAccountRole"
|
83191
|
+
},
|
83188
83192
|
"DeliverLogsStatus": {
|
83189
83193
|
"locationName": "deliverLogsStatus"
|
83190
83194
|
},
|
@@ -220062,7 +220066,8 @@ module.exports={
|
|
220062
220066
|
},
|
220063
220067
|
"Tags": {
|
220064
220068
|
"shape": "Sw"
|
220065
|
-
}
|
220069
|
+
},
|
220070
|
+
"DataProtectionPolicy": {}
|
220066
220071
|
}
|
220067
220072
|
},
|
220068
220073
|
"output": {
|
@@ -220122,6 +220127,24 @@ module.exports={
|
|
220122
220127
|
}
|
220123
220128
|
}
|
220124
220129
|
},
|
220130
|
+
"GetDataProtectionPolicy": {
|
220131
|
+
"input": {
|
220132
|
+
"type": "structure",
|
220133
|
+
"required": [
|
220134
|
+
"ResourceArn"
|
220135
|
+
],
|
220136
|
+
"members": {
|
220137
|
+
"ResourceArn": {}
|
220138
|
+
}
|
220139
|
+
},
|
220140
|
+
"output": {
|
220141
|
+
"resultWrapper": "GetDataProtectionPolicyResult",
|
220142
|
+
"type": "structure",
|
220143
|
+
"members": {
|
220144
|
+
"DataProtectionPolicy": {}
|
220145
|
+
}
|
220146
|
+
}
|
220147
|
+
},
|
220125
220148
|
"GetEndpointAttributes": {
|
220126
220149
|
"input": {
|
220127
220150
|
"type": "structure",
|
@@ -220215,7 +220238,7 @@ module.exports={
|
|
220215
220238
|
"type": "structure",
|
220216
220239
|
"members": {
|
220217
220240
|
"Attributes": {
|
220218
|
-
"shape": "
|
220241
|
+
"shape": "S1j"
|
220219
220242
|
}
|
220220
220243
|
}
|
220221
220244
|
}
|
@@ -220397,7 +220420,7 @@ module.exports={
|
|
220397
220420
|
"type": "structure",
|
220398
220421
|
"members": {
|
220399
220422
|
"Subscriptions": {
|
220400
|
-
"shape": "
|
220423
|
+
"shape": "S2h"
|
220401
220424
|
},
|
220402
220425
|
"NextToken": {}
|
220403
220426
|
}
|
@@ -220419,7 +220442,7 @@ module.exports={
|
|
220419
220442
|
"type": "structure",
|
220420
220443
|
"members": {
|
220421
220444
|
"Subscriptions": {
|
220422
|
-
"shape": "
|
220445
|
+
"shape": "S2h"
|
220423
220446
|
},
|
220424
220447
|
"NextToken": {}
|
220425
220448
|
}
|
@@ -220499,7 +220522,7 @@ module.exports={
|
|
220499
220522
|
"Subject": {},
|
220500
220523
|
"MessageStructure": {},
|
220501
220524
|
"MessageAttributes": {
|
220502
|
-
"shape": "
|
220525
|
+
"shape": "S31"
|
220503
220526
|
},
|
220504
220527
|
"MessageDeduplicationId": {},
|
220505
220528
|
"MessageGroupId": {}
|
@@ -220537,7 +220560,7 @@ module.exports={
|
|
220537
220560
|
"Subject": {},
|
220538
220561
|
"MessageStructure": {},
|
220539
220562
|
"MessageAttributes": {
|
220540
|
-
"shape": "
|
220563
|
+
"shape": "S31"
|
220541
220564
|
},
|
220542
220565
|
"MessageDeduplicationId": {},
|
220543
220566
|
"MessageGroupId": {}
|
@@ -220583,6 +220606,19 @@ module.exports={
|
|
220583
220606
|
}
|
220584
220607
|
}
|
220585
220608
|
},
|
220609
|
+
"PutDataProtectionPolicy": {
|
220610
|
+
"input": {
|
220611
|
+
"type": "structure",
|
220612
|
+
"required": [
|
220613
|
+
"ResourceArn",
|
220614
|
+
"DataProtectionPolicy"
|
220615
|
+
],
|
220616
|
+
"members": {
|
220617
|
+
"ResourceArn": {},
|
220618
|
+
"DataProtectionPolicy": {}
|
220619
|
+
}
|
220620
|
+
}
|
220621
|
+
},
|
220586
220622
|
"RemovePermission": {
|
220587
220623
|
"input": {
|
220588
220624
|
"type": "structure",
|
@@ -220684,7 +220720,7 @@ module.exports={
|
|
220684
220720
|
"Protocol": {},
|
220685
220721
|
"Endpoint": {},
|
220686
220722
|
"Attributes": {
|
220687
|
-
"shape": "
|
220723
|
+
"shape": "S1j"
|
220688
220724
|
},
|
220689
220725
|
"ReturnSubscriptionArn": {
|
220690
220726
|
"type": "boolean"
|
@@ -220795,12 +220831,12 @@ module.exports={
|
|
220795
220831
|
}
|
220796
220832
|
}
|
220797
220833
|
},
|
220798
|
-
"
|
220834
|
+
"S1j": {
|
220799
220835
|
"type": "map",
|
220800
220836
|
"key": {},
|
220801
220837
|
"value": {}
|
220802
220838
|
},
|
220803
|
-
"
|
220839
|
+
"S2h": {
|
220804
220840
|
"type": "list",
|
220805
220841
|
"member": {
|
220806
220842
|
"type": "structure",
|
@@ -220813,7 +220849,7 @@ module.exports={
|
|
220813
220849
|
}
|
220814
220850
|
}
|
220815
220851
|
},
|
220816
|
-
"
|
220852
|
+
"S31": {
|
220817
220853
|
"type": "map",
|
220818
220854
|
"key": {
|
220819
220855
|
"locationName": "Name"
|
@@ -221804,6 +221840,9 @@ module.exports={
|
|
221804
221840
|
},
|
221805
221841
|
"TargetMaps": {
|
221806
221842
|
"shape": "S20"
|
221843
|
+
},
|
221844
|
+
"Tags": {
|
221845
|
+
"shape": "S4"
|
221807
221846
|
}
|
221808
221847
|
}
|
221809
221848
|
},
|
@@ -242558,7 +242597,7 @@ AWS.util.update(AWS, {
|
|
242558
242597
|
/**
|
242559
242598
|
* @constant
|
242560
242599
|
*/
|
242561
|
-
VERSION: '2.
|
242600
|
+
VERSION: '2.1212.0',
|
242562
242601
|
|
242563
242602
|
/**
|
242564
242603
|
* @api private
|
@@ -264542,7 +264581,7 @@ var LRUCache = /** @class */ (function () {
|
|
264542
264581
|
}());
|
264543
264582
|
exports.LRUCache = LRUCache;
|
264544
264583
|
},{}],458:[function(require,module,exports){
|
264545
|
-
// AWS SDK for JavaScript v2.
|
264584
|
+
// AWS SDK for JavaScript v2.1212.0
|
264546
264585
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
264547
264586
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
264548
264587
|
require('./browser_loader');
|