cdk-comprehend-s3olap 2.0.23 → 2.0.26
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 +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +110 -59
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +75 -69
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +20 -4
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +4 -2
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +106 -61
- package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +24 -21
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +27 -5
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +228 -61
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/athena.d.ts +57 -2
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +12 -3
- package/node_modules/aws-sdk/clients/dms.d.ts +26 -2
- package/node_modules/aws-sdk/clients/emr.d.ts +8 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +16 -3
- package/node_modules/aws-sdk/clients/kendra.d.ts +109 -41
- package/node_modules/aws-sdk/clients/mwaa.d.ts +9 -12
- package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
- package/node_modules/aws-sdk/clients/rds.d.ts +79 -79
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +27 -1
- package/node_modules/aws-sdk/clients/workmail.d.ts +203 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +12 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +22 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +128 -64
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +92 -92
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/event_listeners.js +10 -0
- package/node_modules/aws-sdk/lib/model/api.js +1 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.js +12 -12
- 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 +6 -6
@@ -324,7 +324,7 @@ declare namespace CustomerProfiles {
|
|
324
324
|
*/
|
325
325
|
ProfileId: uuid;
|
326
326
|
/**
|
327
|
-
* A searchable identifier of a customer profile.
|
327
|
+
* A searchable identifier of a customer profile. The predefined keys you can use include: _account, _profileId, _assetId, _caseId, _orderId, _fullName, _phone, _email, _ctrContactId, _marketoLeadId, _salesforceAccountId, _salesforceContactId, _salesforceAssetId, _zendeskUserId, _zendeskExternalId, _zendeskTicketId, _serviceNowSystemId, _serviceNowIncidentId, _segmentUserId, _shopifyCustomerId, _shopifyOrderId.
|
328
328
|
*/
|
329
329
|
KeyName: name;
|
330
330
|
/**
|
@@ -472,6 +472,10 @@ declare namespace CustomerProfiles {
|
|
472
472
|
* How the auto-merging process should resolve conflicts between different profiles. For example, if Profile A and Profile B have the same FirstName and LastName (and that is the matching criteria), which EmailAddress should be used?
|
473
473
|
*/
|
474
474
|
ConflictResolution?: ConflictResolution;
|
475
|
+
/**
|
476
|
+
* A number between 0 and 1 that represents the minimum confidence score required for profiles within a matching group to be merged during the auto-merge process. A higher score means higher similarity required to merge profiles.
|
477
|
+
*/
|
478
|
+
MinAllowedConfidenceScoreForMerging?: Double0To1;
|
475
479
|
}
|
476
480
|
export interface Batch {
|
477
481
|
/**
|
@@ -862,6 +866,7 @@ declare namespace CustomerProfiles {
|
|
862
866
|
TotalSize?: long;
|
863
867
|
}
|
864
868
|
export type Double = number;
|
869
|
+
export type Double0To1 = number;
|
865
870
|
export interface ExportingConfig {
|
866
871
|
/**
|
867
872
|
* The S3 location where Identity Resolution Jobs write result files.
|
@@ -1005,6 +1010,10 @@ declare namespace CustomerProfiles {
|
|
1005
1010
|
* How the auto-merging process should resolve conflicts between different profiles.
|
1006
1011
|
*/
|
1007
1012
|
ConflictResolution: ConflictResolution;
|
1013
|
+
/**
|
1014
|
+
* Minimum confidence score required for profiles within a matching group to be merged during the auto-merge process.
|
1015
|
+
*/
|
1016
|
+
MinAllowedConfidenceScoreForMerging?: Double0To1;
|
1008
1017
|
}
|
1009
1018
|
export interface GetAutoMergingPreviewResponse {
|
1010
1019
|
/**
|
@@ -1830,7 +1839,7 @@ declare namespace CustomerProfiles {
|
|
1830
1839
|
*/
|
1831
1840
|
ProfileIds?: ProfileIdList;
|
1832
1841
|
/**
|
1833
|
-
* A number between 0 and 1
|
1842
|
+
* A number between 0 and 1, where a higher score means higher similarity. Examining match confidence scores lets you distinguish between groups of similar records in which the system is highly confident (which you may decide to merge), groups of similar records about which the system is uncertain (which you may decide to have reviewed by a human), and groups of similar records that the system deems to be unlikely (which you may decide to reject). Given confidence scores vary as per the data input, it should not be used an absolute measure of matching quality.
|
1834
1843
|
*/
|
1835
1844
|
ConfidenceScore?: Double;
|
1836
1845
|
}
|
@@ -2127,7 +2136,7 @@ declare namespace CustomerProfiles {
|
|
2127
2136
|
*/
|
2128
2137
|
Description: text;
|
2129
2138
|
/**
|
2130
|
-
* A unique identifier for the object template.
|
2139
|
+
* A unique identifier for the object template. For some attributes in the request, the service will use the default value from the object template when TemplateId is present. If these attributes are present in the request, the service may return a BadRequestException. These attributes include: AllowProfileCreation, SourceLastUpdatedTimestampFormat, Fields, and Keys. For example, if AllowProfileCreation is set to true when TemplateId is set, the service may return a BadRequestException.
|
2131
2140
|
*/
|
2132
2141
|
TemplateId?: name;
|
2133
2142
|
/**
|
@@ -1662,7 +1662,7 @@ declare namespace DMS {
|
|
1662
1662
|
}
|
1663
1663
|
export interface DescribeFleetAdvisorDatabasesRequest {
|
1664
1664
|
/**
|
1665
|
-
* If you specify any of the following filters, the output includes information for only those databases that meet the filter criteria: database-id – The ID of the database
|
1665
|
+
* If you specify any of the following filters, the output includes information for only those databases that meet the filter criteria: database-id – The ID of the database. database-name – The name of the database. database-engine – The name of the database engine. server-ip-address – The IP address of the database server. database-ip-address – The IP address of the database. collector-name – The name of the associated Fleet Advisor collector. An example is: describe-fleet-advisor-databases --filter Name="database-id",Values="45"
|
1666
1666
|
*/
|
1667
1667
|
Filters?: FilterList;
|
1668
1668
|
/**
|
@@ -2129,6 +2129,10 @@ declare namespace DMS {
|
|
2129
2129
|
* The maximum number of seconds for which DMS retries failed API requests to the OpenSearch cluster.
|
2130
2130
|
*/
|
2131
2131
|
ErrorRetryDuration?: IntegerOptional;
|
2132
|
+
/**
|
2133
|
+
* Set this option to true for DMS to migrate documentation using the documentation type _doc. OpenSearch and an Elasticsearch cluster only support the _doc documentation type in versions 7. x and later. The default value is false.
|
2134
|
+
*/
|
2135
|
+
UseNewMappingType?: BooleanOptional;
|
2132
2136
|
}
|
2133
2137
|
export type EncodingTypeValue = "plain"|"plain-dictionary"|"rle-dictionary"|string;
|
2134
2138
|
export type EncryptionModeValue = "sse-s3"|"sse-kms"|string;
|
@@ -2768,6 +2772,10 @@ declare namespace DMS {
|
|
2768
2772
|
* The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the SQL Server endpoint connection details.
|
2769
2773
|
*/
|
2770
2774
|
SecretsManagerSecretId?: String;
|
2775
|
+
/**
|
2776
|
+
* Use the TrimSpaceInChar source endpoint setting to trim data on CHAR and NCHAR data types during migration. The default value is true.
|
2777
|
+
*/
|
2778
|
+
TrimSpaceInChar?: BooleanOptional;
|
2771
2779
|
}
|
2772
2780
|
export type MigrationTypeValue = "full-load"|"cdc"|"full-load-and-cdc"|string;
|
2773
2781
|
export interface ModifyEndpointMessage {
|
@@ -3375,6 +3383,10 @@ declare namespace DMS {
|
|
3375
3383
|
* Required only if your Oracle endpoint uses Advanced Storage Manager (ASM). The full ARN, partial ARN, or friendly name of the SecretsManagerOracleAsmSecret that contains the Oracle ASM connection details for the Oracle endpoint.
|
3376
3384
|
*/
|
3377
3385
|
SecretsManagerOracleAsmSecretId?: String;
|
3386
|
+
/**
|
3387
|
+
* Use the TrimSpaceInChar source endpoint setting to trim data on CHAR and NCHAR data types during migration. The default value is true.
|
3388
|
+
*/
|
3389
|
+
TrimSpaceInChar?: BooleanOptional;
|
3378
3390
|
}
|
3379
3391
|
export interface OrderableReplicationInstance {
|
3380
3392
|
/**
|
@@ -3518,6 +3530,10 @@ declare namespace DMS {
|
|
3518
3530
|
* The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the PostgreSQL endpoint connection details.
|
3519
3531
|
*/
|
3520
3532
|
SecretsManagerSecretId?: String;
|
3533
|
+
/**
|
3534
|
+
* Use the TrimSpaceInChar source endpoint setting to trim data on CHAR and NCHAR data types during migration. The default value is true.
|
3535
|
+
*/
|
3536
|
+
TrimSpaceInChar?: BooleanOptional;
|
3521
3537
|
}
|
3522
3538
|
export interface RebootReplicationInstanceMessage {
|
3523
3539
|
/**
|
@@ -3957,7 +3973,7 @@ declare namespace DMS {
|
|
3957
3973
|
*/
|
3958
3974
|
LastFailureMessage?: String;
|
3959
3975
|
/**
|
3960
|
-
* The reason the replication task was stopped. This response parameter can return one of the following values: "
|
3976
|
+
* The reason the replication task was stopped. This response parameter can return one of the following values: "Stop Reason NORMAL" "Stop Reason RECOVERABLE_ERROR" "Stop Reason FATAL_ERROR" "Stop Reason FULL_LOAD_ONLY_FINISHED" "Stop Reason STOPPED_AFTER_FULL_LOAD" – Full load completed, with cached changes not applied "Stop Reason STOPPED_AFTER_CACHED_EVENTS" – Full load completed, with cached changes applied "Stop Reason EXPRESS_LICENSE_LIMITS_REACHED" "Stop Reason STOPPED_AFTER_DDL_APPLY" – User-defined stop task after DDL applied "Stop Reason STOPPED_DUE_TO_LOW_MEMORY" "Stop Reason STOPPED_DUE_TO_LOW_DISK" "Stop Reason STOPPED_AT_SERVER_TIME" – User-defined server time for stopping task "Stop Reason STOPPED_AT_COMMIT_TIME" – User-defined commit time for stopping task "Stop Reason RECONFIGURATION_RESTART" "Stop Reason RECYCLE_TASK"
|
3961
3977
|
*/
|
3962
3978
|
StopReason?: String;
|
3963
3979
|
/**
|
@@ -4332,6 +4348,14 @@ declare namespace DMS {
|
|
4332
4348
|
* When creating an S3 target endpoint, set DatePartitionTimezone to convert the current UTC time into a specified time zone. The conversion occurs when a date partition folder is created and a CDC filename is generated. The time zone format is Area/Location. Use this parameter when DatePartitionedEnabled is set to true, as shown in the following example. s3-settings='{"DatePartitionEnabled": true, "DatePartitionSequence": "YYYYMMDDHH", "DatePartitionDelimiter": "SLASH", "DatePartitionTimezone":"Asia/Seoul", "BucketName": "dms-nattarat-test"}'
|
4333
4349
|
*/
|
4334
4350
|
DatePartitionTimezone?: String;
|
4351
|
+
/**
|
4352
|
+
* Use the S3 target endpoint setting AddTrailingPaddingCharacter to add padding on string data. The default value is false.
|
4353
|
+
*/
|
4354
|
+
AddTrailingPaddingCharacter?: BooleanOptional;
|
4355
|
+
/**
|
4356
|
+
* To specify a bucket owner and prevent sniping, you can use the ExpectedBucketOwner endpoint setting. Example: --s3-settings='{"ExpectedBucketOwner": "AWS_Account_ID"}' When you make a request to test a connection or perform a migration, S3 checks the account ID of the bucket owner against the specified parameter.
|
4357
|
+
*/
|
4358
|
+
ExpectedBucketOwner?: String;
|
4335
4359
|
}
|
4336
4360
|
export type SafeguardPolicy = "rely-on-sql-server-replication-agent"|"exclusive-automatic-truncation"|"shared-automatic-truncation"|string;
|
4337
4361
|
export type SchemaList = String[];
|
@@ -512,6 +512,10 @@ declare namespace EMR {
|
|
512
512
|
* A list of StepConfig to be executed by the job flow.
|
513
513
|
*/
|
514
514
|
Steps: StepConfigList;
|
515
|
+
/**
|
516
|
+
* The Amazon Resource Name (ARN) of the runtime role for a step on the cluster. The runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID, role name, and role type using the following format: arn:partition:service:region:account:resource. For example, arn:aws:iam::1234567890:role/ReadOnly is a correctly formatted runtime role ARN.
|
517
|
+
*/
|
518
|
+
ExecutionRoleArn?: ArnType;
|
515
519
|
}
|
516
520
|
export interface AddJobFlowStepsOutput {
|
517
521
|
/**
|
@@ -3247,6 +3251,10 @@ declare namespace EMR {
|
|
3247
3251
|
* The current execution status details of the cluster step.
|
3248
3252
|
*/
|
3249
3253
|
Status?: StepStatus;
|
3254
|
+
/**
|
3255
|
+
* The Amazon Resource Name (ARN) of the runtime role for a step on the cluster. The runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID, role name, and role type using the following format: arn:partition:service:region:account:resource. For example, arn:aws:iam::1234567890:role/ReadOnly is a correctly formatted runtime role ARN.
|
3256
|
+
*/
|
3257
|
+
ExecutionRoleArn?: OptionalArnType;
|
3250
3258
|
}
|
3251
3259
|
export type StepCancellationOption = "SEND_INTERRUPT"|"TERMINATE_PROCESS"|string;
|
3252
3260
|
export interface StepConfig {
|
@@ -2791,7 +2791,7 @@ declare namespace Glue {
|
|
2791
2791
|
*/
|
2792
2792
|
MatchCriteria?: MatchCriteria;
|
2793
2793
|
/**
|
2794
|
-
* These key-value pairs define parameters for the connection: HOST - The host URI: either the fully qualified domain name (FQDN) or the IPv4 address of the database host. PORT - The port number, between 1024 and 65535, of the port on which the database host is listening for database connections. USER_NAME - The name under which to log in to the database. The value string for USER_NAME is "USERNAME". PASSWORD - A password, if one is used, for the user name. ENCRYPTED_PASSWORD - When you enable connection password protection by setting ConnectionPasswordEncryption in the Data Catalog encryption settings, this field stores the encrypted password. JDBC_DRIVER_JAR_URI - The Amazon Simple Storage Service (Amazon S3) path of the JAR file that contains the JDBC driver to use. JDBC_DRIVER_CLASS_NAME - The class name of the JDBC driver to use. JDBC_ENGINE - The name of the JDBC engine to use. JDBC_ENGINE_VERSION - The version of the JDBC engine to use. CONFIG_FILES - (Reserved for future use.) INSTANCE_ID - The instance ID to use. JDBC_CONNECTION_URL - The URL for connecting to a JDBC data source. JDBC_ENFORCE_SSL - A Boolean string (true, false) specifying whether Secure Sockets Layer (SSL) with hostname matching is enforced for the JDBC connection on the client. The default is false. CUSTOM_JDBC_CERT - An Amazon S3 location specifying the customer's root certificate. Glue uses this root certificate to validate the customer’s certificate when connecting to the customer database. Glue only handles X.509 certificates. The certificate provided must be DER-encoded and supplied in Base64 encoding PEM format. SKIP_CUSTOM_JDBC_CERT_VALIDATION - By default, this is false. Glue validates the Signature algorithm and Subject Public Key Algorithm for the customer certificate. The only permitted algorithms for the Signature algorithm are SHA256withRSA, SHA384withRSA or SHA512withRSA. For the Subject Public Key Algorithm, the key length must be at least 2048. You can set the value of this property to true to skip Glue’s validation of the customer certificate. CUSTOM_JDBC_CERT_STRING - A custom JDBC certificate string which is used for domain match or distinguished name match to prevent a man-in-the-middle attack. In Oracle database, this is used as the SSL_SERVER_CERT_DN; in Microsoft SQL Server, this is used as the hostNameInCertificate. CONNECTION_URL - The URL for connecting to a general (non-JDBC) data source. KAFKA_BOOTSTRAP_SERVERS - A comma-separated list of host and port pairs that are the addresses of the Apache Kafka brokers in a Kafka cluster to which a Kafka client will connect to and bootstrap itself. KAFKA_SSL_ENABLED - Whether to enable or disable SSL on an Apache Kafka connection. Default value is "true". KAFKA_CUSTOM_CERT - The Amazon S3 URL for the private CA cert file (.pem format). The default is an empty string. KAFKA_SKIP_CUSTOM_CERT_VALIDATION - Whether to skip the validation of the CA cert file or not. Glue validates for three algorithms: SHA256withRSA, SHA384withRSA and SHA512withRSA. Default value is "false".
|
2794
|
+
* These key-value pairs define parameters for the connection: HOST - The host URI: either the fully qualified domain name (FQDN) or the IPv4 address of the database host. PORT - The port number, between 1024 and 65535, of the port on which the database host is listening for database connections. USER_NAME - The name under which to log in to the database. The value string for USER_NAME is "USERNAME". PASSWORD - A password, if one is used, for the user name. ENCRYPTED_PASSWORD - When you enable connection password protection by setting ConnectionPasswordEncryption in the Data Catalog encryption settings, this field stores the encrypted password. JDBC_DRIVER_JAR_URI - The Amazon Simple Storage Service (Amazon S3) path of the JAR file that contains the JDBC driver to use. JDBC_DRIVER_CLASS_NAME - The class name of the JDBC driver to use. JDBC_ENGINE - The name of the JDBC engine to use. JDBC_ENGINE_VERSION - The version of the JDBC engine to use. CONFIG_FILES - (Reserved for future use.) INSTANCE_ID - The instance ID to use. JDBC_CONNECTION_URL - The URL for connecting to a JDBC data source. JDBC_ENFORCE_SSL - A Boolean string (true, false) specifying whether Secure Sockets Layer (SSL) with hostname matching is enforced for the JDBC connection on the client. The default is false. CUSTOM_JDBC_CERT - An Amazon S3 location specifying the customer's root certificate. Glue uses this root certificate to validate the customer’s certificate when connecting to the customer database. Glue only handles X.509 certificates. The certificate provided must be DER-encoded and supplied in Base64 encoding PEM format. SKIP_CUSTOM_JDBC_CERT_VALIDATION - By default, this is false. Glue validates the Signature algorithm and Subject Public Key Algorithm for the customer certificate. The only permitted algorithms for the Signature algorithm are SHA256withRSA, SHA384withRSA or SHA512withRSA. For the Subject Public Key Algorithm, the key length must be at least 2048. You can set the value of this property to true to skip Glue’s validation of the customer certificate. CUSTOM_JDBC_CERT_STRING - A custom JDBC certificate string which is used for domain match or distinguished name match to prevent a man-in-the-middle attack. In Oracle database, this is used as the SSL_SERVER_CERT_DN; in Microsoft SQL Server, this is used as the hostNameInCertificate. CONNECTION_URL - The URL for connecting to a general (non-JDBC) data source. SECRET_ID - The secret ID used for the secret manager of credentials. CONNECTOR_URL - The connector URL for a MARKETPLACE or CUSTOM connection. CONNECTOR_TYPE - The connector type for a MARKETPLACE or CUSTOM connection. CONNECTOR_CLASS_NAME - The connector class name for a MARKETPLACE or CUSTOM connection. KAFKA_BOOTSTRAP_SERVERS - A comma-separated list of host and port pairs that are the addresses of the Apache Kafka brokers in a Kafka cluster to which a Kafka client will connect to and bootstrap itself. KAFKA_SSL_ENABLED - Whether to enable or disable SSL on an Apache Kafka connection. Default value is "true". KAFKA_CUSTOM_CERT - The Amazon S3 URL for the private CA cert file (.pem format). The default is an empty string. KAFKA_SKIP_CUSTOM_CERT_VALIDATION - Whether to skip the validation of the CA cert file or not. Glue validates for three algorithms: SHA256withRSA, SHA384withRSA and SHA512withRSA. Default value is "false". KAFKA_CLIENT_KEYSTORE - The Amazon S3 location of the client keystore file for Kafka client side authentication (Optional). KAFKA_CLIENT_KEYSTORE_PASSWORD - The password to access the provided keystore (Optional). KAFKA_CLIENT_KEY_PASSWORD - A keystore can consist of multiple keys, so this is the password to access the client key to be used with the Kafka server side key (Optional). ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD - The encrypted version of the Kafka client keystore password (if the user has the Glue encrypt passwords setting selected). ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD - The encrypted version of the Kafka client key password (if the user has the Glue encrypt passwords setting selected). KAFKA_SASL_MECHANISM - "SCRAM-SHA-512" or "GSSAPI". These are the two supported SASL Mechanisms. KAFKA_SASL_SCRAM_USERNAME - A plaintext username used to authenticate with the "SCRAM-SHA-512" mechanism. KAFKA_SASL_SCRAM_PASSWORD - A plaintext password used to authenticate with the "SCRAM-SHA-512" mechanism. ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD - The encrypted version of the Kafka SASL SCRAM password (if the user has the Glue encrypt passwords setting selected). KAFKA_SASL_GSSAPI_KEYTAB - The S3 location of a Kerberos keytab file. A keytab stores long-term keys for one or more principals. For more information, see MIT Kerberos Documentation: Keytab. KAFKA_SASL_GSSAPI_KRB5_CONF - The S3 location of a Kerberos krb5.conf file. A krb5.conf stores Kerberos configuration information, such as the location of the KDC server. For more information, see MIT Kerberos Documentation: krb5.conf. KAFKA_SASL_GSSAPI_SERVICE - The Kerberos service name, as set with sasl.kerberos.service.name in your Kafka Configuration. KAFKA_SASL_GSSAPI_PRINCIPAL - The name of the Kerberos princial used by Glue. For more information, see Kafka Documentation: Configuring Kafka Brokers.
|
2795
2795
|
*/
|
2796
2796
|
ConnectionProperties?: ConnectionProperties;
|
2797
2797
|
/**
|
@@ -3285,6 +3285,10 @@ declare namespace Glue {
|
|
3285
3285
|
* The metadata for the database.
|
3286
3286
|
*/
|
3287
3287
|
DatabaseInput: DatabaseInput;
|
3288
|
+
/**
|
3289
|
+
* The tags you assign to the database.
|
3290
|
+
*/
|
3291
|
+
Tags?: TagsMap;
|
3288
3292
|
}
|
3289
3293
|
export interface CreateDatabaseResponse {
|
3290
3294
|
}
|
@@ -5292,7 +5296,7 @@ declare namespace Glue {
|
|
5292
5296
|
*/
|
5293
5297
|
Name: NameString;
|
5294
5298
|
/**
|
5295
|
-
* Allows you to retrieve the connection metadata without returning the password. For instance, the
|
5299
|
+
* Allows you to retrieve the connection metadata without returning the password. For instance, the Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.
|
5296
5300
|
*/
|
5297
5301
|
HidePassword?: Boolean;
|
5298
5302
|
}
|
@@ -5322,7 +5326,7 @@ declare namespace Glue {
|
|
5322
5326
|
*/
|
5323
5327
|
Filter?: GetConnectionsFilter;
|
5324
5328
|
/**
|
5325
|
-
* Allows you to retrieve the connection metadata without returning the password. For instance, the
|
5329
|
+
* Allows you to retrieve the connection metadata without returning the password. For instance, the Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.
|
5326
5330
|
*/
|
5327
5331
|
HidePassword?: Boolean;
|
5328
5332
|
/**
|
@@ -10136,6 +10140,9 @@ declare namespace Glue {
|
|
10136
10140
|
* The physical location of the table. By default, this takes the form of the warehouse location, followed by the database location in the warehouse, followed by the table name.
|
10137
10141
|
*/
|
10138
10142
|
Location?: LocationString;
|
10143
|
+
/**
|
10144
|
+
* A list of locations that point to the path where a Delta table is located.
|
10145
|
+
*/
|
10139
10146
|
AdditionalLocations?: LocationStringList;
|
10140
10147
|
/**
|
10141
10148
|
* The input format: SequenceFileInputFormat (binary), or TextInputFormat, or a custom format.
|
@@ -10288,6 +10295,9 @@ declare namespace Glue {
|
|
10288
10295
|
* The ID of the Data Catalog in which the table resides.
|
10289
10296
|
*/
|
10290
10297
|
CatalogId?: CatalogIdString;
|
10298
|
+
/**
|
10299
|
+
* The ID of the table version.
|
10300
|
+
*/
|
10291
10301
|
VersionId?: VersionString;
|
10292
10302
|
}
|
10293
10303
|
export interface TableError {
|
@@ -11164,6 +11174,9 @@ declare namespace Glue {
|
|
11164
11174
|
* The transaction ID at which to update the table contents.
|
11165
11175
|
*/
|
11166
11176
|
TransactionId?: TransactionIdString;
|
11177
|
+
/**
|
11178
|
+
* The version ID at which to update the table contents.
|
11179
|
+
*/
|
11167
11180
|
VersionId?: VersionString;
|
11168
11181
|
}
|
11169
11182
|
export interface UpdateTableResponse {
|