cdk-comprehend-s3olap 2.0.20 → 2.0.23
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 +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +39 -24
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +144 -69
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +711 -707
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +131 -128
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +58 -3
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +269 -234
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.examples.json +5 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +1206 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +253 -103
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +33 -0
- package/node_modules/aws-sdk/apis/translate-2017-07-01.paginators.json +5 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/appstream.d.ts +22 -3
- package/node_modules/aws-sdk/clients/datasync.d.ts +133 -38
- package/node_modules/aws-sdk/clients/ec2.d.ts +33 -21
- package/node_modules/aws-sdk/clients/elbv2.d.ts +10 -10
- package/node_modules/aws-sdk/clients/emr.d.ts +8 -3
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +64 -3
- package/node_modules/aws-sdk/clients/medialive.d.ts +41 -3
- package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +1525 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.js +18 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +245 -4
- package/node_modules/aws-sdk/clients/translate.d.ts +70 -18
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +888 -839
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +67 -67
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/s3/managed_upload.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -538,6 +538,61 @@
|
|
538
538
|
}
|
539
539
|
}
|
540
540
|
},
|
541
|
+
"GetExternalDataViewAccessDetails": {
|
542
|
+
"http": {
|
543
|
+
"requestUri": "/datasets/{datasetId}/dataviewsv2/{dataviewId}/external-access-details"
|
544
|
+
},
|
545
|
+
"input": {
|
546
|
+
"type": "structure",
|
547
|
+
"required": [
|
548
|
+
"dataViewId",
|
549
|
+
"datasetId"
|
550
|
+
],
|
551
|
+
"members": {
|
552
|
+
"dataViewId": {
|
553
|
+
"location": "uri",
|
554
|
+
"locationName": "dataviewId"
|
555
|
+
},
|
556
|
+
"datasetId": {
|
557
|
+
"location": "uri",
|
558
|
+
"locationName": "datasetId"
|
559
|
+
}
|
560
|
+
}
|
561
|
+
},
|
562
|
+
"output": {
|
563
|
+
"type": "structure",
|
564
|
+
"members": {
|
565
|
+
"credentials": {
|
566
|
+
"type": "structure",
|
567
|
+
"members": {
|
568
|
+
"accessKeyId": {},
|
569
|
+
"secretAccessKey": {
|
570
|
+
"type": "string",
|
571
|
+
"sensitive": true
|
572
|
+
},
|
573
|
+
"sessionToken": {
|
574
|
+
"type": "string",
|
575
|
+
"sensitive": true
|
576
|
+
},
|
577
|
+
"expiration": {
|
578
|
+
"type": "long"
|
579
|
+
}
|
580
|
+
}
|
581
|
+
},
|
582
|
+
"s3Location": {
|
583
|
+
"type": "structure",
|
584
|
+
"required": [
|
585
|
+
"bucket",
|
586
|
+
"key"
|
587
|
+
],
|
588
|
+
"members": {
|
589
|
+
"bucket": {},
|
590
|
+
"key": {}
|
591
|
+
}
|
592
|
+
}
|
593
|
+
}
|
594
|
+
}
|
595
|
+
},
|
541
596
|
"GetPermissionGroup": {
|
542
597
|
"http": {
|
543
598
|
"method": "GET",
|
@@ -559,7 +614,7 @@
|
|
559
614
|
"type": "structure",
|
560
615
|
"members": {
|
561
616
|
"permissionGroup": {
|
562
|
-
"shape": "
|
617
|
+
"shape": "S2s"
|
563
618
|
}
|
564
619
|
}
|
565
620
|
}
|
@@ -889,7 +944,7 @@
|
|
889
944
|
"permissionGroups": {
|
890
945
|
"type": "list",
|
891
946
|
"member": {
|
892
|
-
"shape": "
|
947
|
+
"shape": "S2s"
|
893
948
|
}
|
894
949
|
},
|
895
950
|
"nextToken": {}
|
@@ -1353,7 +1408,7 @@
|
|
1353
1408
|
"errorCategory": {}
|
1354
1409
|
}
|
1355
1410
|
},
|
1356
|
-
"
|
1411
|
+
"S2s": {
|
1357
1412
|
"type": "structure",
|
1358
1413
|
"members": {
|
1359
1414
|
"permissionGroupId": {},
|