cdk-comprehend-s3olap 2.0.129 → 2.0.131
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/chime-2018-05-01.min.json +32 -28
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +2 -1
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +3 -1
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +181 -154
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +106 -53
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +1 -1
- package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +396 -66
- package/node_modules/aws-sdk/apis/ram-2018-01-04.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +94 -94
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +710 -703
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +32 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.examples.json +1516 -0
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +79 -52
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +159 -73
- package/node_modules/aws-sdk/clients/chime.d.ts +94 -42
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +14 -10
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +33 -24
- package/node_modules/aws-sdk/clients/comprehend.d.ts +45 -5
- package/node_modules/aws-sdk/clients/ecs.d.ts +7 -7
- package/node_modules/aws-sdk/clients/gamelift.d.ts +240 -240
- package/node_modules/aws-sdk/clients/guardduty.d.ts +61 -4
- package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ram.d.ts +538 -91
- package/node_modules/aws-sdk/clients/rds.d.ts +16 -16
- package/node_modules/aws-sdk/clients/s3.d.ts +117 -117
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +53 -39
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +10 -10
- package/node_modules/aws-sdk/clients/snowball.d.ts +56 -9
- package/node_modules/aws-sdk/clients/wafv2.d.ts +120 -10
- 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 +13 -13
- package/node_modules/aws-sdk/dist/aws-sdk.js +197 -158
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -1770,7 +1770,7 @@ declare namespace RDS {
|
|
1770
1770
|
*/
|
1771
1771
|
DatabaseInstallationFilesS3Prefix?: String255;
|
1772
1772
|
/**
|
1773
|
-
* The ID of the AMI.
|
1773
|
+
* The ID of the Amazon Machine Image (AMI). For RDS Custom for SQL Server, an AMI ID is required to create a CEV. For RDS Custom for Oracle, the default is the most recent AMI available, but you can specify an AMI ID that was used in a different Oracle CEV. Find the AMIs used by your CEVs by calling the DescribeDBEngineVersions operation.
|
1774
1774
|
*/
|
1775
1775
|
ImageId?: String255;
|
1776
1776
|
/**
|
@@ -2018,7 +2018,7 @@ declare namespace RDS {
|
|
2018
2018
|
*/
|
2019
2019
|
DBClusterParameterGroupName: String;
|
2020
2020
|
/**
|
2021
|
-
* The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family. Aurora MySQL Example:
|
2021
|
+
* The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family. Aurora MySQL Example: aurora-mysql5.7, aurora-mysql8.0 Aurora PostgreSQL Example: aurora-postgresql14 RDS for MySQL Example: mysql8.0 RDS for PostgreSQL Example: postgres12 To list all of the available parameter group families for a DB engine, use the following command: aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine <engine> For example, to list all of the available parameter group families for the Aurora PostgreSQL DB engine, use the following command: aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine aurora-postgresql The output contains duplicates. The following are the valid DB engine values: aurora-mysql aurora-postgresql mysql postgres
|
2022
2022
|
*/
|
2023
2023
|
DBParameterGroupFamily: String;
|
2024
2024
|
/**
|
@@ -2071,7 +2071,7 @@ declare namespace RDS {
|
|
2071
2071
|
*/
|
2072
2072
|
DBInstanceClass: String;
|
2073
2073
|
/**
|
2074
|
-
* The name of the database engine to be used for this instance. Not every database engine is available for every Amazon Web Services Region. Valid Values: aurora (for MySQL
|
2074
|
+
* The name of the database engine to be used for this instance. Not every database engine is available for every Amazon Web Services Region. Valid Values: aurora-mysql (for Aurora MySQL DB instances) aurora-postgresql (for Aurora PostgreSQL DB instances) custom-oracle-ee (for RDS Custom for Oracle DB instances) custom-oracle-ee-cdb (for RDS Custom for Oracle DB instances) custom-sqlserver-ee (for RDS Custom for SQL Server DB instances) custom-sqlserver-se (for RDS Custom for SQL Server DB instances) custom-sqlserver-web (for RDS Custom for SQL Server DB instances) mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
|
2075
2075
|
*/
|
2076
2076
|
Engine: String;
|
2077
2077
|
/**
|
@@ -2442,7 +2442,7 @@ declare namespace RDS {
|
|
2442
2442
|
*/
|
2443
2443
|
DBParameterGroupName: String;
|
2444
2444
|
/**
|
2445
|
-
* The DB parameter group family name. A DB parameter group can be associated with one and only one DB parameter group family, and can be applied only to a DB instance running a database engine and engine version compatible with that DB parameter group family. To list all of the available parameter group families for a DB engine, use the following command: aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine <engine> For example, to list all of the available parameter group families for the MySQL DB engine, use the following command: aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine mysql The output contains duplicates. The following are the valid DB engine values: aurora
|
2445
|
+
* The DB parameter group family name. A DB parameter group can be associated with one and only one DB parameter group family, and can be applied only to a DB instance running a database engine and engine version compatible with that DB parameter group family. To list all of the available parameter group families for a DB engine, use the following command: aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine <engine> For example, to list all of the available parameter group families for the MySQL DB engine, use the following command: aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine mysql The output contains duplicates. The following are the valid DB engine values: aurora-mysql aurora-postgresql mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
|
2446
2446
|
*/
|
2447
2447
|
DBParameterGroupFamily: String;
|
2448
2448
|
/**
|
@@ -3642,7 +3642,7 @@ declare namespace RDS {
|
|
3642
3642
|
*/
|
3643
3643
|
Timezone?: String;
|
3644
3644
|
/**
|
3645
|
-
* True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false. IAM database authentication can be enabled for the following database engines For MySQL 5.
|
3645
|
+
* True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false. IAM database authentication can be enabled for the following database engines: For MySQL 5.7, minor version 5.7.16 or higher. For Amazon Aurora, all versions of Aurora MySQL and Aurora PostgreSQL.
|
3646
3646
|
*/
|
3647
3647
|
IAMDatabaseAuthenticationEnabled?: Boolean;
|
3648
3648
|
/**
|
@@ -4822,7 +4822,7 @@ declare namespace RDS {
|
|
4822
4822
|
}
|
4823
4823
|
export interface DescribeDBEngineVersionsMessage {
|
4824
4824
|
/**
|
4825
|
-
* The database engine to return. Valid Values: aurora-mysql
|
4825
|
+
* The database engine to return. Valid Values: aurora-mysql aurora-postgresql custom-oracle-ee mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
|
4826
4826
|
*/
|
4827
4827
|
Engine?: String;
|
4828
4828
|
/**
|
@@ -5231,7 +5231,7 @@ declare namespace RDS {
|
|
5231
5231
|
}
|
5232
5232
|
export interface DescribeEngineDefaultParametersMessage {
|
5233
5233
|
/**
|
5234
|
-
* The name of the DB parameter group family. Valid Values:
|
5234
|
+
* The name of the DB parameter group family. Valid Values: aurora-mysql5.7 aurora-mysql8.0 aurora-postgresql10 aurora-postgresql11 aurora-postgresql12 aurora-postgresql13 aurora-postgresql14 custom-oracle-ee-19 mariadb10.2 mariadb10.3 mariadb10.4 mariadb10.5 mariadb10.6 mysql5.7 mysql8.0 oracle-ee-19 oracle-ee-cdb-19 oracle-ee-cdb-21 oracle-se2-19 oracle-se2-cdb-19 oracle-se2-cdb-21 postgres10 postgres11 postgres12 postgres13 postgres14 sqlserver-ee-11.0 sqlserver-ee-12.0 sqlserver-ee-13.0 sqlserver-ee-14.0 sqlserver-ee-15.0 sqlserver-ex-11.0 sqlserver-ex-12.0 sqlserver-ex-13.0 sqlserver-ex-14.0 sqlserver-ex-15.0 sqlserver-se-11.0 sqlserver-se-12.0 sqlserver-se-13.0 sqlserver-se-14.0 sqlserver-se-15.0 sqlserver-web-11.0 sqlserver-web-12.0 sqlserver-web-13.0 sqlserver-web-14.0 sqlserver-web-15.0
|
5235
5235
|
*/
|
5236
5236
|
DBParameterGroupFamily: String;
|
5237
5237
|
/**
|
@@ -5410,7 +5410,7 @@ declare namespace RDS {
|
|
5410
5410
|
}
|
5411
5411
|
export interface DescribeOrderableDBInstanceOptionsMessage {
|
5412
5412
|
/**
|
5413
|
-
* The name of the engine to retrieve DB instance options for. Valid Values: aurora-mysql
|
5413
|
+
* The name of the engine to retrieve DB instance options for. Valid Values: aurora-mysql aurora-postgresql custom-oracle-ee mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
|
5414
5414
|
*/
|
5415
5415
|
Engine: String;
|
5416
5416
|
/**
|
@@ -6222,7 +6222,7 @@ declare namespace RDS {
|
|
6222
6222
|
*/
|
6223
6223
|
CloudwatchLogsExportConfiguration?: CloudwatchLogsExportConfiguration;
|
6224
6224
|
/**
|
6225
|
-
* The version number of the database engine to which you want to upgrade. Changing this parameter results in an outage. The change is applied during the next maintenance window unless ApplyImmediately is enabled. If the cluster that you're modifying has one or more read replicas, all replicas must be running an engine version that's the same or later than the version you specify. To list all of the available engine versions for Aurora MySQL
|
6225
|
+
* The version number of the database engine to which you want to upgrade. Changing this parameter results in an outage. The change is applied during the next maintenance window unless ApplyImmediately is enabled. If the cluster that you're modifying has one or more read replicas, all replicas must be running an engine version that's the same or later than the version you specify. To list all of the available engine versions for Aurora MySQL, use the following command: aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for Aurora PostgreSQL, use the following command: aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for RDS for MySQL, use the following command: aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for RDS for PostgreSQL, use the following command: aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion" Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
6226
6226
|
*/
|
6227
6227
|
EngineVersion?: String;
|
6228
6228
|
/**
|
@@ -6762,7 +6762,7 @@ declare namespace RDS {
|
|
6762
6762
|
*/
|
6763
6763
|
DeletionProtection?: BooleanOptional;
|
6764
6764
|
/**
|
6765
|
-
* The version number of the database engine to which you want to upgrade. Changing this parameter results in an outage. The change is applied during the next maintenance window unless ApplyImmediately is enabled. To list all of the available engine versions for aurora (for MySQL
|
6765
|
+
* The version number of the database engine to which you want to upgrade. Changing this parameter results in an outage. The change is applied during the next maintenance window unless ApplyImmediately is enabled. To list all of the available engine versions for aurora-mysql (for MySQL-based Aurora global databases), use the following command: aws rds describe-db-engine-versions --engine aurora-mysql --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]' To list all of the available engine versions for aurora-postgresql (for PostgreSQL-based Aurora global databases), use the following command: aws rds describe-db-engine-versions --engine aurora-postgresql --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]'
|
6766
6766
|
*/
|
6767
6767
|
EngineVersion?: String;
|
6768
6768
|
/**
|
@@ -7810,7 +7810,7 @@ declare namespace RDS {
|
|
7810
7810
|
*/
|
7811
7811
|
DBClusterIdentifier: String;
|
7812
7812
|
/**
|
7813
|
-
* The name of the DB cluster parameter group to associate with the restored DB cluster. If this argument is omitted, default
|
7813
|
+
* The name of the DB cluster parameter group to associate with the restored DB cluster. If this argument is omitted, the default parameter group for the engine version is used. Constraints: If supplied, must match the name of an existing DBClusterParameterGroup.
|
7814
7814
|
*/
|
7815
7815
|
DBClusterParameterGroupName?: String;
|
7816
7816
|
/**
|
@@ -7822,11 +7822,11 @@ declare namespace RDS {
|
|
7822
7822
|
*/
|
7823
7823
|
DBSubnetGroupName?: String;
|
7824
7824
|
/**
|
7825
|
-
* The name of the database engine to be used for this DB cluster. Valid Values: aurora-mysql (for
|
7825
|
+
* The name of the database engine to be used for this DB cluster. Valid Values: aurora-mysql (for Aurora MySQL)
|
7826
7826
|
*/
|
7827
7827
|
Engine: String;
|
7828
7828
|
/**
|
7829
|
-
* The version number of the database engine to use. To list all of the available engine versions for aurora-mysql (
|
7829
|
+
* The version number of the database engine to use. To list all of the available engine versions for aurora-mysql (Aurora MySQL), use the following command: aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion" Aurora MySQL Examples: 5.7.mysql_aurora.2.07.1, 8.0.mysql_aurora.3.02.0
|
7830
7830
|
*/
|
7831
7831
|
EngineVersion?: String;
|
7832
7832
|
/**
|
@@ -7945,7 +7945,7 @@ declare namespace RDS {
|
|
7945
7945
|
*/
|
7946
7946
|
Engine: String;
|
7947
7947
|
/**
|
7948
|
-
* The version of the database engine to use for the new DB cluster. If you don't specify an engine version, the default version for the database engine in the Amazon Web Services Region is used. To list all of the available engine versions for
|
7948
|
+
* The version of the database engine to use for the new DB cluster. If you don't specify an engine version, the default version for the database engine in the Amazon Web Services Region is used. To list all of the available engine versions for Aurora MySQL, use the following command: aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for Aurora PostgreSQL, use the following command: aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for RDS for MySQL, use the following command: aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for RDS for PostgreSQL, use the following command: aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion" Aurora MySQL See Database engine updates for Amazon Aurora MySQL in the Amazon Aurora User Guide. Aurora PostgreSQL See Amazon Aurora PostgreSQL releases and engine versions in the Amazon Aurora User Guide. MySQL See Amazon RDS for MySQL in the Amazon RDS User Guide. PostgreSQL See Amazon RDS for PostgreSQL versions and extensions in the Amazon RDS User Guide. Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
7949
7949
|
*/
|
7950
7950
|
EngineVersion?: String;
|
7951
7951
|
/**
|
@@ -7989,7 +7989,7 @@ declare namespace RDS {
|
|
7989
7989
|
*/
|
7990
7990
|
EnableCloudwatchLogsExports?: LogTypeList;
|
7991
7991
|
/**
|
7992
|
-
* The DB engine mode of the DB cluster, either provisioned
|
7992
|
+
* The DB engine mode of the DB cluster, either provisioned or serverless. For more information, see CreateDBCluster. Valid for: Aurora DB clusters only
|
7993
7993
|
*/
|
7994
7994
|
EngineMode?: String;
|
7995
7995
|
/**
|
@@ -8047,7 +8047,7 @@ declare namespace RDS {
|
|
8047
8047
|
*/
|
8048
8048
|
DBClusterIdentifier: String;
|
8049
8049
|
/**
|
8050
|
-
* The type of restore to be performed. You can specify one of the following values: full-copy - The new DB cluster is restored as a full copy of the source DB cluster. copy-on-write - The new DB cluster is restored as a clone of the source DB cluster.
|
8050
|
+
* The type of restore to be performed. You can specify one of the following values: full-copy - The new DB cluster is restored as a full copy of the source DB cluster. copy-on-write - The new DB cluster is restored as a clone of the source DB cluster. If you don't specify a RestoreType value, then the new DB cluster is restored as a full copy of the source DB cluster. Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
8051
8051
|
*/
|
8052
8052
|
RestoreType?: String;
|
8053
8053
|
/**
|