cdk-lambda-subminute 2.0.464 → 2.0.466

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.
@@ -131,6 +131,14 @@ declare class Glue extends Service {
131
131
  * Returns a list of resource metadata for a given list of workflow names. After calling the ListWorkflows operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.
132
132
  */
133
133
  batchGetWorkflows(callback?: (err: AWSError, data: Glue.Types.BatchGetWorkflowsResponse) => void): Request<Glue.Types.BatchGetWorkflowsResponse, AWSError>;
134
+ /**
135
+ * Annotate datapoints over time for a specific data quality statistic.
136
+ */
137
+ batchPutDataQualityStatisticAnnotation(params: Glue.Types.BatchPutDataQualityStatisticAnnotationRequest, callback?: (err: AWSError, data: Glue.Types.BatchPutDataQualityStatisticAnnotationResponse) => void): Request<Glue.Types.BatchPutDataQualityStatisticAnnotationResponse, AWSError>;
138
+ /**
139
+ * Annotate datapoints over time for a specific data quality statistic.
140
+ */
141
+ batchPutDataQualityStatisticAnnotation(callback?: (err: AWSError, data: Glue.Types.BatchPutDataQualityStatisticAnnotationResponse) => void): Request<Glue.Types.BatchPutDataQualityStatisticAnnotationResponse, AWSError>;
134
142
  /**
135
143
  * Stops one or more job runs for a specified job definition.
136
144
  */
@@ -723,6 +731,22 @@ declare class Glue extends Service {
723
731
  * Retrieves the security configuration for a specified catalog.
724
732
  */
725
733
  getDataCatalogEncryptionSettings(callback?: (err: AWSError, data: Glue.Types.GetDataCatalogEncryptionSettingsResponse) => void): Request<Glue.Types.GetDataCatalogEncryptionSettingsResponse, AWSError>;
734
+ /**
735
+ * Retrieve the training status of the model along with more information (CompletedOn, StartedOn, FailureReason).
736
+ */
737
+ getDataQualityModel(params: Glue.Types.GetDataQualityModelRequest, callback?: (err: AWSError, data: Glue.Types.GetDataQualityModelResponse) => void): Request<Glue.Types.GetDataQualityModelResponse, AWSError>;
738
+ /**
739
+ * Retrieve the training status of the model along with more information (CompletedOn, StartedOn, FailureReason).
740
+ */
741
+ getDataQualityModel(callback?: (err: AWSError, data: Glue.Types.GetDataQualityModelResponse) => void): Request<Glue.Types.GetDataQualityModelResponse, AWSError>;
742
+ /**
743
+ * Retrieve a statistic's predictions for a given Profile ID.
744
+ */
745
+ getDataQualityModelResult(params: Glue.Types.GetDataQualityModelResultRequest, callback?: (err: AWSError, data: Glue.Types.GetDataQualityModelResultResponse) => void): Request<Glue.Types.GetDataQualityModelResultResponse, AWSError>;
746
+ /**
747
+ * Retrieve a statistic's predictions for a given Profile ID.
748
+ */
749
+ getDataQualityModelResult(callback?: (err: AWSError, data: Glue.Types.GetDataQualityModelResultResponse) => void): Request<Glue.Types.GetDataQualityModelResultResponse, AWSError>;
726
750
  /**
727
751
  * Retrieves the result of a data quality rule evaluation.
728
752
  */
@@ -1219,6 +1243,22 @@ declare class Glue extends Service {
1219
1243
  * Returns a paginated list of rulesets for the specified list of Glue tables.
1220
1244
  */
1221
1245
  listDataQualityRulesets(callback?: (err: AWSError, data: Glue.Types.ListDataQualityRulesetsResponse) => void): Request<Glue.Types.ListDataQualityRulesetsResponse, AWSError>;
1246
+ /**
1247
+ * Retrieve annotations for a data quality statistic.
1248
+ */
1249
+ listDataQualityStatisticAnnotations(params: Glue.Types.ListDataQualityStatisticAnnotationsRequest, callback?: (err: AWSError, data: Glue.Types.ListDataQualityStatisticAnnotationsResponse) => void): Request<Glue.Types.ListDataQualityStatisticAnnotationsResponse, AWSError>;
1250
+ /**
1251
+ * Retrieve annotations for a data quality statistic.
1252
+ */
1253
+ listDataQualityStatisticAnnotations(callback?: (err: AWSError, data: Glue.Types.ListDataQualityStatisticAnnotationsResponse) => void): Request<Glue.Types.ListDataQualityStatisticAnnotationsResponse, AWSError>;
1254
+ /**
1255
+ * Retrieves a list of data quality statistics.
1256
+ */
1257
+ listDataQualityStatistics(params: Glue.Types.ListDataQualityStatisticsRequest, callback?: (err: AWSError, data: Glue.Types.ListDataQualityStatisticsResponse) => void): Request<Glue.Types.ListDataQualityStatisticsResponse, AWSError>;
1258
+ /**
1259
+ * Retrieves a list of data quality statistics.
1260
+ */
1261
+ listDataQualityStatistics(callback?: (err: AWSError, data: Glue.Types.ListDataQualityStatisticsResponse) => void): Request<Glue.Types.ListDataQualityStatisticsResponse, AWSError>;
1222
1262
  /**
1223
1263
  * Retrieves the names of all DevEndpoint resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names. This operation takes the optional Tags field, which you can use as a filter on the response so that tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag are retrieved.
1224
1264
  */
@@ -1323,6 +1363,14 @@ declare class Glue extends Service {
1323
1363
  * Sets the security configuration for a specified catalog. After the configuration has been set, the specified encryption is applied to every catalog write thereafter.
1324
1364
  */
1325
1365
  putDataCatalogEncryptionSettings(callback?: (err: AWSError, data: Glue.Types.PutDataCatalogEncryptionSettingsResponse) => void): Request<Glue.Types.PutDataCatalogEncryptionSettingsResponse, AWSError>;
1366
+ /**
1367
+ * Annotate all datapoints for a Profile.
1368
+ */
1369
+ putDataQualityProfileAnnotation(params: Glue.Types.PutDataQualityProfileAnnotationRequest, callback?: (err: AWSError, data: Glue.Types.PutDataQualityProfileAnnotationResponse) => void): Request<Glue.Types.PutDataQualityProfileAnnotationResponse, AWSError>;
1370
+ /**
1371
+ * Annotate all datapoints for a Profile.
1372
+ */
1373
+ putDataQualityProfileAnnotation(callback?: (err: AWSError, data: Glue.Types.PutDataQualityProfileAnnotationResponse) => void): Request<Glue.Types.PutDataQualityProfileAnnotationResponse, AWSError>;
1326
1374
  /**
1327
1375
  * Sets the Data Catalog resource policy for access control.
1328
1376
  */
@@ -1962,6 +2010,22 @@ declare namespace Glue {
1962
2010
  */
1963
2011
  Inputs?: OneInput;
1964
2012
  }
2013
+ export interface AnnotationError {
2014
+ /**
2015
+ * The Profile ID for the failed annotation.
2016
+ */
2017
+ ProfileId?: HashString;
2018
+ /**
2019
+ * The Statistic ID for the failed annotation.
2020
+ */
2021
+ StatisticId?: HashString;
2022
+ /**
2023
+ * The reason why the annotation failed.
2024
+ */
2025
+ FailureReason?: DescriptionString;
2026
+ }
2027
+ export type AnnotationErrorList = AnnotationError[];
2028
+ export type AnnotationList = StatisticAnnotation[];
1965
2029
  export interface ApplyMapping {
1966
2030
  /**
1967
2031
  * The name of the transform node.
@@ -2087,6 +2151,10 @@ declare namespace Glue {
2087
2151
  * The nodes that are inputs to the data target.
2088
2152
  */
2089
2153
  Inputs: OneInput;
2154
+ /**
2155
+ * The partition keys used to distribute data across multiple partitions or shards based on a specific key or set of key.
2156
+ */
2157
+ PartitionKeys?: GlueStudioPathList;
2090
2158
  /**
2091
2159
  * The database that contains the table you want to use as the target. This database must already exist in the Data Catalog.
2092
2160
  */
@@ -2443,6 +2511,22 @@ declare namespace Glue {
2443
2511
  */
2444
2512
  MissingWorkflows?: WorkflowNames;
2445
2513
  }
2514
+ export interface BatchPutDataQualityStatisticAnnotationRequest {
2515
+ /**
2516
+ * A list of DatapointInclusionAnnotation's.
2517
+ */
2518
+ InclusionAnnotations: InclusionAnnotationList;
2519
+ /**
2520
+ * Client Token.
2521
+ */
2522
+ ClientToken?: HashString;
2523
+ }
2524
+ export interface BatchPutDataQualityStatisticAnnotationResponse {
2525
+ /**
2526
+ * A list of AnnotationError's.
2527
+ */
2528
+ FailedInclusionAnnotations?: AnnotationErrorList;
2529
+ }
2446
2530
  export type BatchSize = number;
2447
2531
  export interface BatchStopJobRunError {
2448
2532
  /**
@@ -3618,7 +3702,7 @@ declare namespace Glue {
3618
3702
  */
3619
3703
  MatchCriteria?: MatchCriteria;
3620
3704
  /**
3621
- * 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", "GSSAPI", "AWS_MSK_IAM", or "PLAIN". These are the supported SASL Mechanisms. KAFKA_SASL_PLAIN_USERNAME - A plaintext username used to authenticate with the "PLAIN" mechanism. KAFKA_SASL_PLAIN_PASSWORD - A plaintext password used to authenticate with the "PLAIN" mechanism. ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD - The encrypted version of the Kafka SASL PLAIN password (if the user has the Glue encrypt passwords setting selected). 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_SCRAM_SECRETS_ARN - The Amazon Resource Name of a secret in Amazon Web Services Secrets Manager. 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.
3705
+ * 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", "GSSAPI", "AWS_MSK_IAM", or "PLAIN". These are the supported SASL Mechanisms. KAFKA_SASL_PLAIN_USERNAME - A plaintext username used to authenticate with the "PLAIN" mechanism. KAFKA_SASL_PLAIN_PASSWORD - A plaintext password used to authenticate with the "PLAIN" mechanism. ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD - The encrypted version of the Kafka SASL PLAIN password (if the user has the Glue encrypt passwords setting selected). 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_SCRAM_SECRETS_ARN - The Amazon Resource Name of a secret in Amazon Web Services Secrets Manager. 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. ROLE_ARN - The role to be used for running queries. REGION - The Amazon Web Services Region where queries will be run. WORKGROUP_NAME - The name of an Amazon Redshift serverless workgroup or Amazon Athena workgroup in which queries will run. CLUSTER_IDENTIFIER - The cluster identifier of an Amazon Redshift cluster in which queries will run. DATABASE - The Amazon Redshift database that you are connecting to.
3622
3706
  */
3623
3707
  ConnectionProperties?: ConnectionProperties;
3624
3708
  /**
@@ -3664,7 +3748,7 @@ declare namespace Glue {
3664
3748
  */
3665
3749
  Description?: DescriptionString;
3666
3750
  /**
3667
- * The type of the connection. Currently, these types are supported: JDBC - Designates a connection to a database through Java Database Connectivity (JDBC). JDBC Connections use the following ConnectionParameters. Required: All of (HOST, PORT, JDBC_ENGINE) or JDBC_CONNECTION_URL. Required: All of (USERNAME, PASSWORD) or SECRET_ID. Optional: JDBC_ENFORCE_SSL, CUSTOM_JDBC_CERT, CUSTOM_JDBC_CERT_STRING, SKIP_CUSTOM_JDBC_CERT_VALIDATION. These parameters are used to configure SSL with JDBC. KAFKA - Designates a connection to an Apache Kafka streaming platform. KAFKA Connections use the following ConnectionParameters. Required: KAFKA_BOOTSTRAP_SERVERS. Optional: KAFKA_SSL_ENABLED, KAFKA_CUSTOM_CERT, KAFKA_SKIP_CUSTOM_CERT_VALIDATION. These parameters are used to configure SSL with KAFKA. Optional: KAFKA_CLIENT_KEYSTORE, KAFKA_CLIENT_KEYSTORE_PASSWORD, KAFKA_CLIENT_KEY_PASSWORD, ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD, ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD. These parameters are used to configure TLS client configuration with SSL in KAFKA. Optional: KAFKA_SASL_MECHANISM. Can be specified as SCRAM-SHA-512, GSSAPI, or AWS_MSK_IAM. Optional: KAFKA_SASL_SCRAM_USERNAME, KAFKA_SASL_SCRAM_PASSWORD, ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD. These parameters are used to configure SASL/SCRAM-SHA-512 authentication with KAFKA. Optional: KAFKA_SASL_GSSAPI_KEYTAB, KAFKA_SASL_GSSAPI_KRB5_CONF, KAFKA_SASL_GSSAPI_SERVICE, KAFKA_SASL_GSSAPI_PRINCIPAL. These parameters are used to configure SASL/GSSAPI authentication with KAFKA. MONGODB - Designates a connection to a MongoDB document database. MONGODB Connections use the following ConnectionParameters. Required: CONNECTION_URL. Required: All of (USERNAME, PASSWORD) or SECRET_ID. SALESFORCE - Designates a connection to Salesforce using OAuth authencation. Requires the AuthenticationConfiguration member to be configured. NETWORK - Designates a network connection to a data source within an Amazon Virtual Private Cloud environment (Amazon VPC). NETWORK Connections do not require ConnectionParameters. Instead, provide a PhysicalConnectionRequirements. MARKETPLACE - Uses configuration settings contained in a connector purchased from Amazon Web Services Marketplace to read from and write to data stores that are not natively supported by Glue. MARKETPLACE Connections use the following ConnectionParameters. Required: CONNECTOR_TYPE, CONNECTOR_URL, CONNECTOR_CLASS_NAME, CONNECTION_URL. Required for JDBC CONNECTOR_TYPE connections: All of (USERNAME, PASSWORD) or SECRET_ID. CUSTOM - Uses configuration settings contained in a custom connector to read from and write to data stores that are not natively supported by Glue. SFTP is not supported. For more information about how optional ConnectionProperties are used to configure features in Glue, consult Glue connection properties. For more information about how optional ConnectionProperties are used to configure features in Glue Studio, consult Using connectors and connections.
3751
+ * The type of the connection. Currently, these types are supported: JDBC - Designates a connection to a database through Java Database Connectivity (JDBC). JDBC Connections use the following ConnectionParameters. Required: All of (HOST, PORT, JDBC_ENGINE) or JDBC_CONNECTION_URL. Required: All of (USERNAME, PASSWORD) or SECRET_ID. Optional: JDBC_ENFORCE_SSL, CUSTOM_JDBC_CERT, CUSTOM_JDBC_CERT_STRING, SKIP_CUSTOM_JDBC_CERT_VALIDATION. These parameters are used to configure SSL with JDBC. KAFKA - Designates a connection to an Apache Kafka streaming platform. KAFKA Connections use the following ConnectionParameters. Required: KAFKA_BOOTSTRAP_SERVERS. Optional: KAFKA_SSL_ENABLED, KAFKA_CUSTOM_CERT, KAFKA_SKIP_CUSTOM_CERT_VALIDATION. These parameters are used to configure SSL with KAFKA. Optional: KAFKA_CLIENT_KEYSTORE, KAFKA_CLIENT_KEYSTORE_PASSWORD, KAFKA_CLIENT_KEY_PASSWORD, ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD, ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD. These parameters are used to configure TLS client configuration with SSL in KAFKA. Optional: KAFKA_SASL_MECHANISM. Can be specified as SCRAM-SHA-512, GSSAPI, or AWS_MSK_IAM. Optional: KAFKA_SASL_SCRAM_USERNAME, KAFKA_SASL_SCRAM_PASSWORD, ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD. These parameters are used to configure SASL/SCRAM-SHA-512 authentication with KAFKA. Optional: KAFKA_SASL_GSSAPI_KEYTAB, KAFKA_SASL_GSSAPI_KRB5_CONF, KAFKA_SASL_GSSAPI_SERVICE, KAFKA_SASL_GSSAPI_PRINCIPAL. These parameters are used to configure SASL/GSSAPI authentication with KAFKA. MONGODB - Designates a connection to a MongoDB document database. MONGODB Connections use the following ConnectionParameters. Required: CONNECTION_URL. Required: All of (USERNAME, PASSWORD) or SECRET_ID. SALESFORCE - Designates a connection to Salesforce using OAuth authencation. Requires the AuthenticationConfiguration member to be configured. VIEW_VALIDATION_REDSHIFT - Designates a connection used for view validation by Amazon Redshift. VIEW_VALIDATION_ATHENA - Designates a connection used for view validation by Amazon Athena. NETWORK - Designates a network connection to a data source within an Amazon Virtual Private Cloud environment (Amazon VPC). NETWORK Connections do not require ConnectionParameters. Instead, provide a PhysicalConnectionRequirements. MARKETPLACE - Uses configuration settings contained in a connector purchased from Amazon Web Services Marketplace to read from and write to data stores that are not natively supported by Glue. MARKETPLACE Connections use the following ConnectionParameters. Required: CONNECTOR_TYPE, CONNECTOR_URL, CONNECTOR_CLASS_NAME, CONNECTION_URL. Required for JDBC CONNECTOR_TYPE connections: All of (USERNAME, PASSWORD) or SECRET_ID. CUSTOM - Uses configuration settings contained in a custom connector to read from and write to data stores that are not natively supported by Glue. SFTP is not supported. For more information about how optional ConnectionProperties are used to configure features in Glue, consult Glue connection properties. For more information about how optional ConnectionProperties are used to configure features in Glue Studio, consult Using connectors and connections.
3668
3752
  */
3669
3753
  ConnectionType: ConnectionType;
3670
3754
  /**
@@ -3701,9 +3785,9 @@ declare namespace Glue {
3701
3785
  AwsKmsKeyId?: NameString;
3702
3786
  }
3703
3787
  export type ConnectionProperties = {[key: string]: ValueString};
3704
- export type ConnectionPropertyKey = "HOST"|"PORT"|"USERNAME"|"PASSWORD"|"ENCRYPTED_PASSWORD"|"JDBC_DRIVER_JAR_URI"|"JDBC_DRIVER_CLASS_NAME"|"JDBC_ENGINE"|"JDBC_ENGINE_VERSION"|"CONFIG_FILES"|"INSTANCE_ID"|"JDBC_CONNECTION_URL"|"JDBC_ENFORCE_SSL"|"CUSTOM_JDBC_CERT"|"SKIP_CUSTOM_JDBC_CERT_VALIDATION"|"CUSTOM_JDBC_CERT_STRING"|"CONNECTION_URL"|"KAFKA_BOOTSTRAP_SERVERS"|"KAFKA_SSL_ENABLED"|"KAFKA_CUSTOM_CERT"|"KAFKA_SKIP_CUSTOM_CERT_VALIDATION"|"KAFKA_CLIENT_KEYSTORE"|"KAFKA_CLIENT_KEYSTORE_PASSWORD"|"KAFKA_CLIENT_KEY_PASSWORD"|"ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD"|"ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD"|"SECRET_ID"|"CONNECTOR_URL"|"CONNECTOR_TYPE"|"CONNECTOR_CLASS_NAME"|"KAFKA_SASL_MECHANISM"|"KAFKA_SASL_PLAIN_USERNAME"|"KAFKA_SASL_PLAIN_PASSWORD"|"ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD"|"KAFKA_SASL_SCRAM_USERNAME"|"KAFKA_SASL_SCRAM_PASSWORD"|"KAFKA_SASL_SCRAM_SECRETS_ARN"|"ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD"|"KAFKA_SASL_GSSAPI_KEYTAB"|"KAFKA_SASL_GSSAPI_KRB5_CONF"|"KAFKA_SASL_GSSAPI_SERVICE"|"KAFKA_SASL_GSSAPI_PRINCIPAL"|"ROLE_ARN"|string;
3788
+ export type ConnectionPropertyKey = "HOST"|"PORT"|"USERNAME"|"PASSWORD"|"ENCRYPTED_PASSWORD"|"JDBC_DRIVER_JAR_URI"|"JDBC_DRIVER_CLASS_NAME"|"JDBC_ENGINE"|"JDBC_ENGINE_VERSION"|"CONFIG_FILES"|"INSTANCE_ID"|"JDBC_CONNECTION_URL"|"JDBC_ENFORCE_SSL"|"CUSTOM_JDBC_CERT"|"SKIP_CUSTOM_JDBC_CERT_VALIDATION"|"CUSTOM_JDBC_CERT_STRING"|"CONNECTION_URL"|"KAFKA_BOOTSTRAP_SERVERS"|"KAFKA_SSL_ENABLED"|"KAFKA_CUSTOM_CERT"|"KAFKA_SKIP_CUSTOM_CERT_VALIDATION"|"KAFKA_CLIENT_KEYSTORE"|"KAFKA_CLIENT_KEYSTORE_PASSWORD"|"KAFKA_CLIENT_KEY_PASSWORD"|"ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD"|"ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD"|"SECRET_ID"|"CONNECTOR_URL"|"CONNECTOR_TYPE"|"CONNECTOR_CLASS_NAME"|"KAFKA_SASL_MECHANISM"|"KAFKA_SASL_PLAIN_USERNAME"|"KAFKA_SASL_PLAIN_PASSWORD"|"ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD"|"KAFKA_SASL_SCRAM_USERNAME"|"KAFKA_SASL_SCRAM_PASSWORD"|"KAFKA_SASL_SCRAM_SECRETS_ARN"|"ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD"|"KAFKA_SASL_GSSAPI_KEYTAB"|"KAFKA_SASL_GSSAPI_KRB5_CONF"|"KAFKA_SASL_GSSAPI_SERVICE"|"KAFKA_SASL_GSSAPI_PRINCIPAL"|"ROLE_ARN"|"REGION"|"WORKGROUP_NAME"|"CLUSTER_IDENTIFIER"|"DATABASE"|string;
3705
3789
  export type ConnectionStatus = "READY"|"IN_PROGRESS"|"FAILED"|string;
3706
- export type ConnectionType = "JDBC"|"SFTP"|"MONGODB"|"KAFKA"|"NETWORK"|"MARKETPLACE"|"CUSTOM"|"SALESFORCE"|string;
3790
+ export type ConnectionType = "JDBC"|"SFTP"|"MONGODB"|"KAFKA"|"NETWORK"|"MARKETPLACE"|"CUSTOM"|"SALESFORCE"|"VIEW_VALIDATION_REDSHIFT"|"VIEW_VALIDATION_ATHENA"|string;
3707
3791
  export interface ConnectionsList {
3708
3792
  /**
3709
3793
  * A list of connections used by the job.
@@ -4216,6 +4300,10 @@ declare namespace Glue {
4216
4300
  * A target table associated with the data quality ruleset.
4217
4301
  */
4218
4302
  TargetTable?: DataQualityTargetTable;
4303
+ /**
4304
+ * The name of the security configuration created with the data quality encryption option.
4305
+ */
4306
+ DataQualitySecurityConfiguration?: NameString;
4219
4307
  /**
4220
4308
  * Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.
4221
4309
  */
@@ -5231,6 +5319,7 @@ declare namespace Glue {
5231
5319
  */
5232
5320
  UpperLimit?: NullableDouble;
5233
5321
  }
5322
+ export type DataQualityModelStatus = "RUNNING"|"SUCCEEDED"|"FAILED"|string;
5234
5323
  export interface DataQualityObservation {
5235
5324
  /**
5236
5325
  * A description of the data quality observation.
@@ -5248,6 +5337,10 @@ declare namespace Glue {
5248
5337
  * A unique result ID for the data quality result.
5249
5338
  */
5250
5339
  ResultId?: HashString;
5340
+ /**
5341
+ * The Profile ID for the data quality result.
5342
+ */
5343
+ ProfileId?: HashString;
5251
5344
  /**
5252
5345
  * An aggregate data quality score. Represents the ratio of rules that passed to the total number of rules.
5253
5346
  */
@@ -5399,6 +5492,10 @@ declare namespace Glue {
5399
5492
  * A map of metrics associated with the evaluation of the rule.
5400
5493
  */
5401
5494
  EvaluatedMetrics?: EvaluatedMetricsMap;
5495
+ /**
5496
+ * The evaluated rule.
5497
+ */
5498
+ EvaluatedRule?: DataQualityRuleResultDescription;
5402
5499
  }
5403
5500
  export type DataQualityRuleResultDescription = string;
5404
5501
  export type DataQualityRuleResultStatus = "PASS"|"FAIL"|"ERROR"|string;
@@ -5607,6 +5704,20 @@ declare namespace Glue {
5607
5704
  export type DatabaseName = string;
5608
5705
  export type DatabrewCondition = string;
5609
5706
  export type DatabrewConditionValue = string;
5707
+ export interface DatapointInclusionAnnotation {
5708
+ /**
5709
+ * The ID of the data quality profile the statistic belongs to.
5710
+ */
5711
+ ProfileId?: HashString;
5712
+ /**
5713
+ * The Statistic ID.
5714
+ */
5715
+ StatisticId?: HashString;
5716
+ /**
5717
+ * The inclusion annotation value to apply to the statistic.
5718
+ */
5719
+ InclusionAnnotation?: InclusionAnnotationValue;
5720
+ }
5610
5721
  export interface Datatype {
5611
5722
  /**
5612
5723
  * The datatype of the value.
@@ -7083,6 +7194,54 @@ declare namespace Glue {
7083
7194
  */
7084
7195
  DataCatalogEncryptionSettings?: DataCatalogEncryptionSettings;
7085
7196
  }
7197
+ export interface GetDataQualityModelRequest {
7198
+ /**
7199
+ * The Statistic ID.
7200
+ */
7201
+ StatisticId?: HashString;
7202
+ /**
7203
+ * The Profile ID.
7204
+ */
7205
+ ProfileId: HashString;
7206
+ }
7207
+ export interface GetDataQualityModelResponse {
7208
+ /**
7209
+ * The training status of the data quality model.
7210
+ */
7211
+ Status?: DataQualityModelStatus;
7212
+ /**
7213
+ * The timestamp when the data quality model training started.
7214
+ */
7215
+ StartedOn?: Timestamp;
7216
+ /**
7217
+ * The timestamp when the data quality model training completed.
7218
+ */
7219
+ CompletedOn?: Timestamp;
7220
+ /**
7221
+ * The training failure reason.
7222
+ */
7223
+ FailureReason?: HashString;
7224
+ }
7225
+ export interface GetDataQualityModelResultRequest {
7226
+ /**
7227
+ * The Statistic ID.
7228
+ */
7229
+ StatisticId: HashString;
7230
+ /**
7231
+ * The Profile ID.
7232
+ */
7233
+ ProfileId: HashString;
7234
+ }
7235
+ export interface GetDataQualityModelResultResponse {
7236
+ /**
7237
+ * The timestamp when the data quality model training completed.
7238
+ */
7239
+ CompletedOn?: Timestamp;
7240
+ /**
7241
+ * A list of StatisticModelResult
7242
+ */
7243
+ Model?: StatisticModelResults;
7244
+ }
7086
7245
  export interface GetDataQualityResultRequest {
7087
7246
  /**
7088
7247
  * A unique result ID for the data quality result.
@@ -7094,6 +7253,10 @@ declare namespace Glue {
7094
7253
  * A unique result ID for the data quality result.
7095
7254
  */
7096
7255
  ResultId?: HashString;
7256
+ /**
7257
+ * The Profile ID for the data quality result.
7258
+ */
7259
+ ProfileId?: HashString;
7097
7260
  /**
7098
7261
  * An aggregate data quality score. Represents the ratio of rules that passed to the total number of rules.
7099
7262
  */
@@ -7202,6 +7365,10 @@ declare namespace Glue {
7202
7365
  * The name of the ruleset that was created by the run.
7203
7366
  */
7204
7367
  CreatedRulesetName?: NameString;
7368
+ /**
7369
+ * The name of the security configuration created with the data quality encryption option.
7370
+ */
7371
+ DataQualitySecurityConfiguration?: NameString;
7205
7372
  }
7206
7373
  export interface GetDataQualityRulesetEvaluationRunRequest {
7207
7374
  /**
@@ -7306,6 +7473,10 @@ declare namespace Glue {
7306
7473
  * When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
7307
7474
  */
7308
7475
  RecommendationRunId?: HashString;
7476
+ /**
7477
+ * The name of the security configuration created with the data quality encryption option.
7478
+ */
7479
+ DataQualitySecurityConfiguration?: NameString;
7309
7480
  }
7310
7481
  export interface GetDatabaseRequest {
7311
7482
  /**
@@ -8213,6 +8384,10 @@ declare namespace Glue {
8213
8384
  * The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.
8214
8385
  */
8215
8386
  QueryAsOfTime?: Timestamp;
8387
+ /**
8388
+ * Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.
8389
+ */
8390
+ IncludeStatusDetails?: BooleanNullable;
8216
8391
  }
8217
8392
  export interface GetTableResponse {
8218
8393
  /**
@@ -8306,6 +8481,10 @@ declare namespace Glue {
8306
8481
  * The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.
8307
8482
  */
8308
8483
  QueryAsOfTime?: Timestamp;
8484
+ /**
8485
+ * Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.
8486
+ */
8487
+ IncludeStatusDetails?: BooleanNullable;
8309
8488
  }
8310
8489
  export interface GetTablesResponse {
8311
8490
  /**
@@ -8932,6 +9111,8 @@ declare namespace Glue {
8932
9111
  */
8933
9112
  Replace?: ReplaceBoolean;
8934
9113
  }
9114
+ export type InclusionAnnotationList = DatapointInclusionAnnotation[];
9115
+ export type InclusionAnnotationValue = "INCLUDE"|"EXCLUDE"|string;
8935
9116
  export type Integer = number;
8936
9117
  export type IntegerFlag = number;
8937
9118
  export type IntegerValue = number;
@@ -9967,6 +10148,70 @@ declare namespace Glue {
9967
10148
  */
9968
10149
  NextToken?: PaginationToken;
9969
10150
  }
10151
+ export interface ListDataQualityStatisticAnnotationsRequest {
10152
+ /**
10153
+ * The Statistic ID.
10154
+ */
10155
+ StatisticId?: HashString;
10156
+ /**
10157
+ * The Profile ID.
10158
+ */
10159
+ ProfileId?: HashString;
10160
+ /**
10161
+ * A timestamp filter.
10162
+ */
10163
+ TimestampFilter?: TimestampFilter;
10164
+ /**
10165
+ * The maximum number of results to return in this request.
10166
+ */
10167
+ MaxResults?: PageSize;
10168
+ /**
10169
+ * A pagination token to retrieve the next set of results.
10170
+ */
10171
+ NextToken?: PaginationToken;
10172
+ }
10173
+ export interface ListDataQualityStatisticAnnotationsResponse {
10174
+ /**
10175
+ * A list of StatisticAnnotation applied to the Statistic
10176
+ */
10177
+ Annotations?: AnnotationList;
10178
+ /**
10179
+ * A pagination token to retrieve the next set of results.
10180
+ */
10181
+ NextToken?: PaginationToken;
10182
+ }
10183
+ export interface ListDataQualityStatisticsRequest {
10184
+ /**
10185
+ * The Statistic ID.
10186
+ */
10187
+ StatisticId?: HashString;
10188
+ /**
10189
+ * The Profile ID.
10190
+ */
10191
+ ProfileId?: HashString;
10192
+ /**
10193
+ * A timestamp filter.
10194
+ */
10195
+ TimestampFilter?: TimestampFilter;
10196
+ /**
10197
+ * The maximum number of results to return in this request.
10198
+ */
10199
+ MaxResults?: PageSize;
10200
+ /**
10201
+ * A pagination token to request the next page of results.
10202
+ */
10203
+ NextToken?: PaginationToken;
10204
+ }
10205
+ export interface ListDataQualityStatisticsResponse {
10206
+ /**
10207
+ * A StatisticSummaryList.
10208
+ */
10209
+ Statistics?: StatisticSummaryList;
10210
+ /**
10211
+ * A pagination token to request the next page of results.
10212
+ */
10213
+ NextToken?: PaginationToken;
10214
+ }
9970
10215
  export interface ListDevEndpointsRequest {
9971
10216
  /**
9972
10217
  * A continuation token, if this is a continuation request.
@@ -10536,6 +10781,10 @@ declare namespace Glue {
10536
10781
  * The name of the data quality metric used for generating the observation.
10537
10782
  */
10538
10783
  MetricName?: NameString;
10784
+ /**
10785
+ * The Statistic ID.
10786
+ */
10787
+ StatisticId?: HashString;
10539
10788
  /**
10540
10789
  * An object of type DataQualityMetricValues representing the analysis of the data quality metric value.
10541
10790
  */
@@ -11120,6 +11369,18 @@ declare namespace Glue {
11120
11369
  }
11121
11370
  export interface PutDataCatalogEncryptionSettingsResponse {
11122
11371
  }
11372
+ export interface PutDataQualityProfileAnnotationRequest {
11373
+ /**
11374
+ * The ID of the data quality monitoring profile to annotate.
11375
+ */
11376
+ ProfileId: HashString;
11377
+ /**
11378
+ * The inclusion annotation value to apply to the profile.
11379
+ */
11380
+ InclusionAnnotation: InclusionAnnotationValue;
11381
+ }
11382
+ export interface PutDataQualityProfileAnnotationResponse {
11383
+ }
11123
11384
  export interface PutResourcePolicyRequest {
11124
11385
  /**
11125
11386
  * Contains the policy document to set, in JSON format.
@@ -11393,6 +11654,7 @@ declare namespace Glue {
11393
11654
  */
11394
11655
  UpsertRedshiftOptions?: UpsertRedshiftTargetOptions;
11395
11656
  }
11657
+ export type ReferenceDatasetsList = NameString[];
11396
11658
  export interface RegisterSchemaVersionInput {
11397
11659
  /**
11398
11660
  * This is a wrapper structure to contain schema identity fields. The structure contains: SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided. SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided.
@@ -11556,7 +11818,9 @@ declare namespace Glue {
11556
11818
  */
11557
11819
  JobBookmarkEntry?: JobBookmarkEntry;
11558
11820
  }
11821
+ export type ResourceAction = "UPDATE"|"CREATE"|string;
11559
11822
  export type ResourceShareType = "FOREIGN"|"ALL"|"FEDERATED"|string;
11823
+ export type ResourceState = "QUEUED"|"IN_PROGRESS"|"SUCCESS"|"STOPPED"|"FAILED"|string;
11560
11824
  export type ResourceType = "JAR"|"FILE"|"ARCHIVE"|string;
11561
11825
  export interface ResourceUri {
11562
11826
  /**
@@ -11599,6 +11863,16 @@ declare namespace Glue {
11599
11863
  export type RowTag = string;
11600
11864
  export type RulesetNames = NameString[];
11601
11865
  export type RunId = string;
11866
+ export interface RunIdentifier {
11867
+ /**
11868
+ * The Run ID.
11869
+ */
11870
+ RunId?: HashString;
11871
+ /**
11872
+ * The Job Run ID.
11873
+ */
11874
+ JobRunId?: HashString;
11875
+ }
11602
11876
  export interface RunMetrics {
11603
11877
  /**
11604
11878
  * The number of bytes removed by the compaction job run.
@@ -12381,6 +12655,10 @@ declare namespace Glue {
12381
12655
  * Allows you to specify that you want to search the tables shared with your account. The allowable values are FOREIGN or ALL. If set to FOREIGN, will search the tables shared with your account. If set to ALL, will search the tables shared with your account, as well as the tables in yor local account.
12382
12656
  */
12383
12657
  ResourceShareType?: ResourceShareType;
12658
+ /**
12659
+ * Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.
12660
+ */
12661
+ IncludeStatusDetails?: BooleanNullable;
12384
12662
  }
12385
12663
  export interface SearchTablesResponse {
12386
12664
  /**
@@ -12953,6 +13231,10 @@ declare namespace Glue {
12953
13231
  * A name for the ruleset.
12954
13232
  */
12955
13233
  CreatedRulesetName?: NameString;
13234
+ /**
13235
+ * The name of the security configuration created with the data quality encryption option.
13236
+ */
13237
+ DataQualitySecurityConfiguration?: NameString;
12956
13238
  /**
12957
13239
  * Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.
12958
13240
  */
@@ -13223,6 +13505,111 @@ declare namespace Glue {
13223
13505
  TextPlain?: GenericString;
13224
13506
  }
13225
13507
  export type StatementState = "WAITING"|"RUNNING"|"AVAILABLE"|"CANCELLING"|"CANCELLED"|"ERROR"|string;
13508
+ export interface StatisticAnnotation {
13509
+ /**
13510
+ * The Profile ID.
13511
+ */
13512
+ ProfileId?: HashString;
13513
+ /**
13514
+ * The Statistic ID.
13515
+ */
13516
+ StatisticId?: HashString;
13517
+ /**
13518
+ * The timestamp when the annotated statistic was recorded.
13519
+ */
13520
+ StatisticRecordedOn?: Timestamp;
13521
+ /**
13522
+ * The inclusion annotation applied to the statistic.
13523
+ */
13524
+ InclusionAnnotation?: TimestampedInclusionAnnotation;
13525
+ }
13526
+ export type StatisticEvaluationLevel = "Dataset"|"Column"|"Multicolumn"|string;
13527
+ export interface StatisticModelResult {
13528
+ /**
13529
+ * The lower bound.
13530
+ */
13531
+ LowerBound?: NullableDouble;
13532
+ /**
13533
+ * The upper bound.
13534
+ */
13535
+ UpperBound?: NullableDouble;
13536
+ /**
13537
+ * The predicted value.
13538
+ */
13539
+ PredictedValue?: NullableDouble;
13540
+ /**
13541
+ * The actual value.
13542
+ */
13543
+ ActualValue?: NullableDouble;
13544
+ /**
13545
+ * The date.
13546
+ */
13547
+ Date?: Timestamp;
13548
+ /**
13549
+ * The inclusion annotation.
13550
+ */
13551
+ InclusionAnnotation?: InclusionAnnotationValue;
13552
+ }
13553
+ export type StatisticModelResults = StatisticModelResult[];
13554
+ export type StatisticNameString = string;
13555
+ export type StatisticPropertiesMap = {[key: string]: DescriptionString};
13556
+ export interface StatisticSummary {
13557
+ /**
13558
+ * The Statistic ID.
13559
+ */
13560
+ StatisticId?: HashString;
13561
+ /**
13562
+ * The Profile ID.
13563
+ */
13564
+ ProfileId?: HashString;
13565
+ /**
13566
+ * The Run Identifier
13567
+ */
13568
+ RunIdentifier?: RunIdentifier;
13569
+ /**
13570
+ * The name of the statistic.
13571
+ */
13572
+ StatisticName?: StatisticNameString;
13573
+ /**
13574
+ * The value of the statistic.
13575
+ */
13576
+ DoubleValue?: double;
13577
+ /**
13578
+ * The evaluation level of the statistic. Possible values: Dataset, Column, Multicolumn.
13579
+ */
13580
+ EvaluationLevel?: StatisticEvaluationLevel;
13581
+ /**
13582
+ * The list of columns referenced by the statistic.
13583
+ */
13584
+ ColumnsReferenced?: ColumnNameList;
13585
+ /**
13586
+ * The list of datasets referenced by the statistic.
13587
+ */
13588
+ ReferencedDatasets?: ReferenceDatasetsList;
13589
+ /**
13590
+ * A StatisticPropertiesMap, which contains a NameString and DescriptionString
13591
+ */
13592
+ StatisticProperties?: StatisticPropertiesMap;
13593
+ /**
13594
+ * The timestamp when the statistic was recorded.
13595
+ */
13596
+ RecordedOn?: Timestamp;
13597
+ /**
13598
+ * The inclusion annotation for the statistic.
13599
+ */
13600
+ InclusionAnnotation?: TimestampedInclusionAnnotation;
13601
+ }
13602
+ export type StatisticSummaryList = StatisticSummary[];
13603
+ export interface StatusDetails {
13604
+ /**
13605
+ * A Table object representing the requested changes.
13606
+ */
13607
+ RequestedChange?: Table;
13608
+ /**
13609
+ * A list of ViewValidation objects that contain information for an analytical engine to validate a view.
13610
+ */
13611
+ ViewValidations?: ViewValidationList;
13612
+ }
13226
13613
  export interface StopColumnStatisticsTaskRunRequest {
13227
13614
  /**
13228
13615
  * The name of the database where the table resides.
@@ -13481,6 +13868,7 @@ declare namespace Glue {
13481
13868
  * Specifies whether the view supports the SQL dialects of one or more different query engines and can therefore be read by those engines.
13482
13869
  */
13483
13870
  IsMultiDialectView?: NullableBoolean;
13871
+ Status?: TableStatus;
13484
13872
  }
13485
13873
  export interface TableError {
13486
13874
  /**
@@ -13622,6 +14010,40 @@ declare namespace Glue {
13622
14010
  export type TableOptimizerRuns = TableOptimizerRun[];
13623
14011
  export type TableOptimizerType = "compaction"|string;
13624
14012
  export type TablePrefix = string;
14013
+ export interface TableStatus {
14014
+ /**
14015
+ * The ARN of the user who requested the asynchronous change.
14016
+ */
14017
+ RequestedBy?: NameString;
14018
+ /**
14019
+ * The ARN of the user to last manually alter the asynchronous change (requesting cancellation, etc).
14020
+ */
14021
+ UpdatedBy?: NameString;
14022
+ /**
14023
+ * An ISO 8601 formatted date string indicating the time that the change was initiated.
14024
+ */
14025
+ RequestTime?: Timestamp;
14026
+ /**
14027
+ * An ISO 8601 formatted date string indicating the time that the state was last updated.
14028
+ */
14029
+ UpdateTime?: Timestamp;
14030
+ /**
14031
+ * Indicates which action was called on the table, currently only CREATE or UPDATE.
14032
+ */
14033
+ Action?: ResourceAction;
14034
+ /**
14035
+ * A generic status for the change in progress, such as QUEUED, IN_PROGRESS, SUCCESS, or FAILED.
14036
+ */
14037
+ State?: ResourceState;
14038
+ /**
14039
+ * An error that will only appear when the state is "FAILED". This is a parent level exception message, there may be different Errors for each dialect.
14040
+ */
14041
+ Error?: ErrorDetail;
14042
+ /**
14043
+ * A StatusDetails object with information about the requested change.
14044
+ */
14045
+ Details?: StatusDetails;
14046
+ }
13625
14047
  export type TableTypeString = string;
13626
14048
  export interface TableVersion {
13627
14049
  /**
@@ -13764,7 +14186,27 @@ declare namespace Glue {
13764
14186
  export type TaskType = "EVALUATION"|"LABELING_SET_GENERATION"|"IMPORT_LABELS"|"EXPORT_LABELS"|"FIND_MATCHES"|string;
13765
14187
  export type Timeout = number;
13766
14188
  export type Timestamp = Date;
14189
+ export interface TimestampFilter {
14190
+ /**
14191
+ * The timestamp before which statistics should be included in the results.
14192
+ */
14193
+ RecordedBefore?: Timestamp;
14194
+ /**
14195
+ * The timestamp after which statistics should be included in the results.
14196
+ */
14197
+ RecordedAfter?: Timestamp;
14198
+ }
13767
14199
  export type TimestampValue = Date;
14200
+ export interface TimestampedInclusionAnnotation {
14201
+ /**
14202
+ * The inclusion annotation value.
14203
+ */
14204
+ Value?: InclusionAnnotationValue;
14205
+ /**
14206
+ * The timestamp when the inclusion annotation was last modified.
14207
+ */
14208
+ LastModifiedOn?: Timestamp;
14209
+ }
13768
14210
  export type Token = string;
13769
14211
  export type TokenUrl = string;
13770
14212
  export type TokenUrlParameterKey = string;
@@ -14910,6 +15352,33 @@ declare namespace Glue {
14910
15352
  export type ViewSubObjectsList = ArnString[];
14911
15353
  export type ViewTextString = string;
14912
15354
  export type ViewUpdateAction = "ADD"|"REPLACE"|"ADD_OR_REPLACE"|"DROP"|string;
15355
+ export interface ViewValidation {
15356
+ /**
15357
+ * The dialect of the query engine.
15358
+ */
15359
+ Dialect?: ViewDialect;
15360
+ /**
15361
+ * The version of the dialect of the query engine. For example, 3.0.0.
15362
+ */
15363
+ DialectVersion?: ViewDialectVersionString;
15364
+ /**
15365
+ * The SELECT query that defines the view, as provided by the customer.
15366
+ */
15367
+ ViewValidationText?: ViewTextString;
15368
+ /**
15369
+ * The time of the last update.
15370
+ */
15371
+ UpdateTime?: Timestamp;
15372
+ /**
15373
+ * The state of the validation.
15374
+ */
15375
+ State?: ResourceState;
15376
+ /**
15377
+ * An error associated with the validation.
15378
+ */
15379
+ Error?: ErrorDetail;
15380
+ }
15381
+ export type ViewValidationList = ViewValidation[];
14913
15382
  export type WorkerType = "Standard"|"G.1X"|"G.2X"|"G.025X"|"G.4X"|"G.8X"|"Z.2X"|string;
14914
15383
  export interface Workflow {
14915
15384
  /**
@@ -15071,6 +15540,7 @@ declare namespace Glue {
15071
15540
  RowTag?: RowTag;
15072
15541
  }
15073
15542
  export type databaseNameString = string;
15543
+ export type double = number;
15074
15544
  export type tableNameString = string;
15075
15545
  /**
15076
15546
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.