cdk-comprehend-s3olap 2.0.31 → 2.0.34
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 +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +1 -2
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1850 -1390
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +6 -4
- package/node_modules/aws-sdk/clients/backup.d.ts +11 -11
- package/node_modules/aws-sdk/clients/ec2.d.ts +505 -5
- package/node_modules/aws-sdk/clients/redshift.d.ts +25 -5
- 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 +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +1877 -1397
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +71 -70
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.d.ts +2 -2
- package/node_modules/esbuild/lib/main.js +7 -7
- package/node_modules/esbuild/package.json +21 -21
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +9 -9
@@ -1140,7 +1140,11 @@ declare namespace Redshift {
|
|
1140
1140
|
/**
|
1141
1141
|
* The identifier of the snapshot the account is authorized to restore.
|
1142
1142
|
*/
|
1143
|
-
SnapshotIdentifier
|
1143
|
+
SnapshotIdentifier?: String;
|
1144
|
+
/**
|
1145
|
+
* The Amazon Resource Name (ARN) of the snapshot to authorize access to.
|
1146
|
+
*/
|
1147
|
+
SnapshotArn?: String;
|
1144
1148
|
/**
|
1145
1149
|
* The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
|
1146
1150
|
*/
|
@@ -1866,7 +1870,7 @@ declare namespace Redshift {
|
|
1866
1870
|
*/
|
1867
1871
|
HsmConfigurationIdentifier?: String;
|
1868
1872
|
/**
|
1869
|
-
* The Elastic IP (EIP) address for the cluster. Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.
|
1873
|
+
* The Elastic IP (EIP) address for the cluster. You don't have to specify the EIP for a publicly accessible cluster with AvailabilityZoneRelocation turned on. Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.
|
1870
1874
|
*/
|
1871
1875
|
ElasticIp?: String;
|
1872
1876
|
/**
|
@@ -2570,6 +2574,10 @@ declare namespace Redshift {
|
|
2570
2574
|
* The snapshot identifier of the snapshot about which to return information.
|
2571
2575
|
*/
|
2572
2576
|
SnapshotIdentifier?: String;
|
2577
|
+
/**
|
2578
|
+
* The Amazon Resource Name (ARN) of the snapshot associated with the message to describe cluster snapshots.
|
2579
|
+
*/
|
2580
|
+
SnapshotArn?: String;
|
2573
2581
|
/**
|
2574
2582
|
* The type of snapshots for which you are requesting information. By default, snapshots of all types are returned. Valid Values: automated | manual
|
2575
2583
|
*/
|
@@ -2953,6 +2961,10 @@ declare namespace Redshift {
|
|
2953
2961
|
* The identifier of the snapshot to evaluate for possible node configurations.
|
2954
2962
|
*/
|
2955
2963
|
SnapshotIdentifier?: String;
|
2964
|
+
/**
|
2965
|
+
* The Amazon Resource Name (ARN) of the snapshot associated with the message to describe node configuration.
|
2966
|
+
*/
|
2967
|
+
SnapshotArn?: String;
|
2956
2968
|
/**
|
2957
2969
|
* The Amazon Web Services account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.
|
2958
2970
|
*/
|
@@ -4810,7 +4822,11 @@ declare namespace Redshift {
|
|
4810
4822
|
/**
|
4811
4823
|
* The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive. Example: my-snapshot-id
|
4812
4824
|
*/
|
4813
|
-
SnapshotIdentifier
|
4825
|
+
SnapshotIdentifier?: String;
|
4826
|
+
/**
|
4827
|
+
* The Amazon Resource Name (ARN) of the snapshot associated with the message to restore from a cluster.
|
4828
|
+
*/
|
4829
|
+
SnapshotArn?: String;
|
4814
4830
|
/**
|
4815
4831
|
* The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
|
4816
4832
|
*/
|
@@ -4848,7 +4864,7 @@ declare namespace Redshift {
|
|
4848
4864
|
*/
|
4849
4865
|
HsmConfigurationIdentifier?: String;
|
4850
4866
|
/**
|
4851
|
-
* The elastic IP (EIP) address for the cluster.
|
4867
|
+
* The elastic IP (EIP) address for the cluster. You don't have to specify the EIP for a publicly accessible cluster with AvailabilityZoneRelocation turned on.
|
4852
4868
|
*/
|
4853
4869
|
ElasticIp?: String;
|
4854
4870
|
/**
|
@@ -5069,7 +5085,11 @@ declare namespace Redshift {
|
|
5069
5085
|
/**
|
5070
5086
|
* The identifier of the snapshot that the account can no longer access.
|
5071
5087
|
*/
|
5072
|
-
SnapshotIdentifier
|
5088
|
+
SnapshotIdentifier?: String;
|
5089
|
+
/**
|
5090
|
+
* The Amazon Resource Name (ARN) of the snapshot associated with the message to revoke access.
|
5091
|
+
*/
|
5092
|
+
SnapshotArn?: String;
|
5073
5093
|
/**
|
5074
5094
|
* The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
|
5075
5095
|
*/
|