@aws-sdk/client-glue 3.1019.0 → 3.1020.0
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/dist-es/Glue.js +22 -22
- package/dist-types/Glue.d.ts +265 -265
- package/dist-types/GlueClient.d.ts +268 -268
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +3 -3
- package/dist-types/models/models_2.d.ts +3 -3
- package/dist-types/models/models_3.d.ts +3 -3
- package/dist-types/pagination/DescribeEntityPaginator.d.ts +1 -1
- package/dist-types/pagination/GetBlueprintRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetClassifiersPaginator.d.ts +1 -1
- package/dist-types/pagination/GetColumnStatisticsTaskRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetCrawlerMetricsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetCrawlersPaginator.d.ts +1 -1
- package/dist-types/pagination/GetDatabasesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetDevEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetJobRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetMLTaskRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetMLTransformsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetPartitionIndexesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetPartitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetSecurityConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetTableVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetTablesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetTriggersPaginator.d.ts +1 -1
- package/dist-types/pagination/GetUnfilteredPartitionsMetadataPaginator.d.ts +1 -1
- package/dist-types/pagination/GetUserDefinedFunctionsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetWorkflowRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBlueprintsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListColumnStatisticsTaskRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConnectionTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCrawlersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCustomEntityTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataQualityResultsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataQualityRulesetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDevEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEntitiesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMLTransformsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMaterializedViewRefreshTaskRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRegistriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSchemaVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSchemasPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSessionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTableOptimizerRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTriggersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUsageProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchTablesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/GlueClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +12 -12
- package/dist-types/ts3.4/models/models_2.d.ts +17 -17
- package/dist-types/ts3.4/models/models_3.d.ts +3 -3
- package/package.json +13 -13
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { GlueHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export * from "./GlueClient";
|
|
8
8
|
export * from "./Glue";
|
|
9
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
10
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
11
11
|
export type { GlueExtensionConfiguration } from "./extensionConfiguration";
|
|
12
12
|
export * from "./commands";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { FederationSourceErrorCode } from "./enums";
|
|
2
|
+
import type { FederationSourceErrorCode } from "./enums";
|
|
3
3
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
4
4
|
/**
|
|
5
5
|
* <p>Access to a resource was denied.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AdditionalOptionKeys, AggFunction, AllowFullTableExternalDataAccessEnum, AuthenticationType, BlueprintStatus, CompactionStrategy, CompressionType, ComputeEnvironment, ConfigurationSource, ConnectionPropertyKey, ConnectionStatus, ConnectionType, CrawlerLineageSettings, CrawlerState, CrawlState, CsvHeaderOption, CsvSerdeOption, DataFormat, DataOperation, DataQualityRuleResultStatus, DdbExportType, DeleteBehavior, DeltaTargetCompressionType, DQStopJobOnFailureTiming, DQTransformOutput, ExecutionClass, FilterLogicalOperator, FilterOperation, FilterValueType, GlueRecordType, HudiTargetCompressionType, HyperTargetCompressionType, IcebergTargetCompressionType, InclusionAnnotationValue, JDBCConnectionType, JDBCDataType, JdbcMetadataEntry, JobMode, JobRunState, JoinType, LastCrawlStatus, Logical, LogicalOperator, NodeType, OAuth2GrantType, OverwriteChildResourcePermissionsWithDefaultEnum, ParamType, ParquetCompressionType, Permission, PiiType, PropertyLocation, PropertyType, QuoteChar, RecrawlBehavior, ScheduleState, Separator, SourceControlAuthStrategy, SourceControlProvider, StartingPosition, TableOptimizerEventType, TableOptimizerType, TargetFormat, TaskStatusType, TriggerState, TriggerType, UnionType, UpdateBehavior, UpdateCatalogBehavior, WorkerType, WorkflowRunStatus } from "./enums";
|
|
1
|
+
import type { AdditionalOptionKeys, AggFunction, AllowFullTableExternalDataAccessEnum, AuthenticationType, BlueprintStatus, CompactionStrategy, CompressionType, ComputeEnvironment, ConfigurationSource, ConnectionPropertyKey, ConnectionStatus, ConnectionType, CrawlerLineageSettings, CrawlerState, CrawlState, CsvHeaderOption, CsvSerdeOption, DataFormat, DataOperation, DataQualityRuleResultStatus, DdbExportType, DeleteBehavior, DeltaTargetCompressionType, DQStopJobOnFailureTiming, DQTransformOutput, ExecutionClass, FilterLogicalOperator, FilterOperation, FilterValueType, GlueRecordType, HudiTargetCompressionType, HyperTargetCompressionType, IcebergTargetCompressionType, InclusionAnnotationValue, JDBCConnectionType, JDBCDataType, JdbcMetadataEntry, JobMode, JobRunState, JoinType, LastCrawlStatus, Logical, LogicalOperator, NodeType, OAuth2GrantType, OverwriteChildResourcePermissionsWithDefaultEnum, ParamType, ParquetCompressionType, Permission, PiiType, PropertyLocation, PropertyType, QuoteChar, RecrawlBehavior, ScheduleState, Separator, SourceControlAuthStrategy, SourceControlProvider, StartingPosition, TableOptimizerEventType, TableOptimizerType, TargetFormat, TaskStatusType, TriggerState, TriggerType, UnionType, UpdateBehavior, UpdateCatalogBehavior, WorkerType, WorkflowRunStatus } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Specifies configuration properties of a notification.</p>
|
|
4
4
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
-
import { AllowFullTableExternalDataAccessEnum, AuthenticationType, BlueprintRunState, CatalogEncryptionMode, CloudWatchEncryptionMode, ColumnStatisticsState, ColumnStatisticsType, Compatibility, ComputationType, ComputeEnvironment, ConnectionPropertyKey, ConnectionStatus, ConnectionType, CsvHeaderOption, CsvSerdeOption, DatabaseAttributes, DataFormat, DataOperation, DataQualityEncryptionMode, DataQualityModelStatus, DQCompositeRuleEvaluationMethod, ExecutionStatus, FieldDataType, FieldFilterOperator, FunctionType, HTTPMethod, IcebergNullOrder, IcebergSortDirection, IcebergStructTypeEnum, InclusionAnnotationValue, IntegrationStatus, JobBookmarksEncryptionMode, Language, LastRefreshType, MaterializedViewRefreshState, MaterializedViewRefreshType, MetadataOperation, MLUserDataEncryptionModeString, PrincipalType, PropertyLocation, PropertyType, RegistryStatus, ResourceShareType, ResourceType, S3EncryptionMode, ScheduleType, SchemaStatus, SchemaVersionStatus, SessionStatus, SettingSource, TableOptimizerType, TaskStatusType, TransformType, TriggerType, UnnestSpec, ViewDialect, WorkerType } from "./enums";
|
|
3
|
-
import {
|
|
1
|
+
import type { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
+
import type { AllowFullTableExternalDataAccessEnum, AuthenticationType, BlueprintRunState, CatalogEncryptionMode, CloudWatchEncryptionMode, ColumnStatisticsState, ColumnStatisticsType, Compatibility, ComputationType, ComputeEnvironment, ConnectionPropertyKey, ConnectionStatus, ConnectionType, CsvHeaderOption, CsvSerdeOption, DatabaseAttributes, DataFormat, DataOperation, DataQualityEncryptionMode, DataQualityModelStatus, DQCompositeRuleEvaluationMethod, ExecutionStatus, FieldDataType, FieldFilterOperator, FunctionType, HTTPMethod, IcebergNullOrder, IcebergSortDirection, IcebergStructTypeEnum, InclusionAnnotationValue, IntegrationStatus, JobBookmarksEncryptionMode, Language, LastRefreshType, MaterializedViewRefreshState, MaterializedViewRefreshType, MetadataOperation, MLUserDataEncryptionModeString, PrincipalType, PropertyLocation, PropertyType, RegistryStatus, ResourceShareType, ResourceType, S3EncryptionMode, ScheduleType, SchemaStatus, SchemaVersionStatus, SessionStatus, SettingSource, TableOptimizerType, TaskStatusType, TransformType, TriggerType, UnnestSpec, ViewDialect, WorkerType } from "./enums";
|
|
3
|
+
import type { Action, AuthConfiguration, AuthenticationConfiguration, Blueprint, Column, ConnectionsList, Crawler, DatabaseIdentifier, DataQualityAggregatedMetrics, DataQualityAnalyzerResult, DataQualityObservation, DataQualityRuleResult, DataQualityTargetTable, DataSource, DevEndpoint, ErrorDetail, EventBatchingCondition, FederatedCatalog, FederatedDatabase, GlueTable, JobRun, PartitionInput, PhysicalConnectionRequirements, Predicate, PrincipalPermissions, Property, Schedule, SchemaId, StorageDescriptor, TableOptimizerConfiguration, TargetRedshiftCatalog } from "./models_0";
|
|
4
4
|
/**
|
|
5
5
|
* <p>A request to create a data quality ruleset.</p>
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AuthenticationType, BackfillErrorCode, Comparator, Compatibility, ConnectionPropertyKey, ConnectionType, ConnectorOAuth2GrantType, ContentType, CrawlerHistoryState, CsvHeaderOption, CsvSerdeOption, DataFormat, EnableHybridValues, ExecutionClass, ExistCondition, FieldName, FilterOperator, FunctionType, HTTPMethod, InclusionAnnotationValue, IntegrationStatus, IntegrationType, Language, LastRefreshType, PartitionIndexStatus, Permission, PermissionType, PrincipalType, RegistryStatus, ResourceShareType, ResourceState, SchemaDiffType, SchemaStatus, SchemaVersionStatus, Sort, SortDirectionType, StatementState, StatisticEvaluationLevel, TableAttributes, TableOptimizerType, TaskRunSortColumnType, TaskStatusType, TaskType, TransformSortColumnType, TransformStatusType, TransformType, ViewDialect, WorkerType } from "./enums";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import type { AuthenticationType, BackfillErrorCode, Comparator, Compatibility, ConnectionPropertyKey, ConnectionType, ConnectorOAuth2GrantType, ContentType, CrawlerHistoryState, CsvHeaderOption, CsvSerdeOption, DataFormat, EnableHybridValues, ExecutionClass, ExistCondition, FieldName, FilterOperator, FunctionType, HTTPMethod, InclusionAnnotationValue, IntegrationStatus, IntegrationType, Language, LastRefreshType, PartitionIndexStatus, Permission, PermissionType, PrincipalType, RegistryStatus, ResourceShareType, ResourceState, SchemaDiffType, SchemaStatus, SchemaVersionStatus, Sort, SortDirectionType, StatementState, StatisticEvaluationLevel, TableAttributes, TableOptimizerType, TaskRunSortColumnType, TaskStatusType, TaskType, TransformSortColumnType, TransformStatusType, TransformType, ViewDialect, WorkerType } from "./enums";
|
|
2
|
+
import type { AuditContext, AuthenticationConfigurationInput, CatalogInput, ConnectionInput, CrawlerTargets, CustomEntityType, DatabaseInput, DataQualityTargetTable, DataSource, ErrorDetail, GlueTable, LakeFormationConfiguration, LineageConfiguration, NotificationProperty, Partition, PartitionValueList, QuerySessionContext, RecrawlPolicy, SchemaChangePolicy, SchemaId, StatisticAnnotation, TableOptimizer, TableOptimizerRun, TimestampedInclusionAnnotation, Trigger, Workflow, WorkflowRun } from "./models_0";
|
|
3
|
+
import type { Capabilities, CatalogEntry, ColumnStatistics, ConnectorProperty, DataCatalogEncryptionSettings, DataQualityEvaluationRunAdditionalRunOptions, EncryptionConfiguration, ExportLabelsTaskRunProperties, IntegrationConfig, IntegrationError, JobBookmarkEntry, Location, MappingEntry, MaterializedViewRefreshTaskRun, ProfileConfiguration, RegistryId, ResourceUri, RestConfiguration, Session, SourceProcessingProperties, Tag, TargetProcessingProperties, TransformEncryption, TransformParameters } from "./models_1";
|
|
4
4
|
/**
|
|
5
5
|
* <p>Specifies configuration properties for a Find Matches task run.</p>
|
|
6
6
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Compatibility, ExecutionClass, IcebergUpdateAction, JobMode, Permission, ResourceAction, ResourceState, SourceControlAuthStrategy, SourceControlProvider, TableOptimizerType, ViewUpdateAction, WorkerType } from "./enums";
|
|
2
|
-
import {
|
|
1
|
+
import type { Compatibility, ExecutionClass, IcebergUpdateAction, JobMode, Permission, ResourceAction, ResourceState, SourceControlAuthStrategy, SourceControlProvider, TableOptimizerType, ViewUpdateAction, WorkerType } from "./enums";
|
|
2
|
+
import type { Action, Aggregate, AmazonRedshiftSource, AmazonRedshiftTarget, AthenaConnectorSource, BasicCatalogTarget, CatalogDeltaSource, CatalogHudiSource, CatalogIcebergSource, CatalogKafkaSource, CatalogKinesisSource, CatalogSource, Column, ConnectionsList, ConnectorDataSource, ConnectorDataTarget, CustomCode, DirectJDBCSource, DirectKafkaSource, DirectKinesisSource, DropDuplicates, DropFields, DropNullFields, DynamicTransform, DynamoDBCatalogSource, DynamoDBELTConnectorSource, ErrorDetail, EvaluateDataQuality, EvaluateDataQualityMultiFrame, EventBatchingCondition, ExecutionProperty, FillMissingValues, Filter, GovernedCatalogSource, GovernedCatalogTarget, JDBCConnectorSource, JDBCConnectorTarget, JobCommand, Join, Merge, MicrosoftSQLServerCatalogSource, MicrosoftSQLServerCatalogTarget, MySQLCatalogSource, MySQLCatalogTarget, NotificationProperty, OracleSQLCatalogSource, OracleSQLCatalogTarget, PartitionInput, PIIDetection, PostgreSQLCatalogSource, PostgreSQLCatalogTarget, Predicate, Recipe, RedshiftSource, RedshiftTarget, RelationalCatalogSource, RenameField, Route, S3CatalogDeltaSource, S3CatalogHudiSource, S3CatalogIcebergSource, S3CatalogSource, S3CatalogTarget, S3CsvSource, S3DeltaCatalogTarget, S3DeltaDirectTarget, S3DeltaSource, S3DirectTarget, S3ExcelSource, S3GlueParquetTarget, S3HudiCatalogTarget, S3HudiDirectTarget, S3HudiSource, S3HyperDirectTarget, S3IcebergCatalogTarget, S3IcebergDirectTarget, S3JsonSource, S3ParquetSource, SchemaId, SelectFields, SelectFromCollection, SnowflakeSource, SnowflakeTarget, SourceControlDetails, SparkConnectorSource, SparkConnectorTarget, SparkSQL, Spigot, SplitFields, StorageDescriptor, TableOptimizerConfiguration, Trigger, Union } from "./models_0";
|
|
3
3
|
import type { IcebergPartitionSpec, IcebergSchema, IcebergSortOrder, ProfileConfiguration, RegistryId, SourceProcessingProperties, SourceTableConfig, TableIdentifier, TableInput, TargetProcessingProperties, TargetTableConfig, TransformParameters, UserDefinedFunctionInput } from "./models_1";
|
|
4
|
-
import {
|
|
4
|
+
import type { ColumnRowFilter, DevEndpointCustomLibraries, FederatedTable, SchemaVersionNumber, ViewDefinition, ViewValidation } from "./models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeEntityCommandInput, DescribeEntityCommandOutput } from "../commands/DescribeEntityCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetBlueprintRunsCommandInput, GetBlueprintRunsCommandOutput } from "../commands/GetBlueprintRunsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetClassifiersCommandInput, GetClassifiersCommandOutput } from "../commands/GetClassifiersCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetColumnStatisticsTaskRunsCommandInput, GetColumnStatisticsTaskRunsCommandOutput } from "../commands/GetColumnStatisticsTaskRunsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "../commands/GetConnectionsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetCrawlerMetricsCommandInput, GetCrawlerMetricsCommandOutput } from "../commands/GetCrawlerMetricsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetCrawlersCommandInput, GetCrawlersCommandOutput } from "../commands/GetCrawlersCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetDatabasesCommandInput, GetDatabasesCommandOutput } from "../commands/GetDatabasesCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetDevEndpointsCommandInput, GetDevEndpointsCommandOutput } from "../commands/GetDevEndpointsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetJobRunsCommandInput, GetJobRunsCommandOutput } from "../commands/GetJobRunsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetJobsCommandInput, GetJobsCommandOutput } from "../commands/GetJobsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetMLTaskRunsCommandInput, GetMLTaskRunsCommandOutput } from "../commands/GetMLTaskRunsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetMLTransformsCommandInput, GetMLTransformsCommandOutput } from "../commands/GetMLTransformsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetPartitionIndexesCommandInput, GetPartitionIndexesCommandOutput } from "../commands/GetPartitionIndexesCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetPartitionsCommandInput, GetPartitionsCommandOutput } from "../commands/GetPartitionsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput } from "../commands/GetResourcePoliciesCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetSecurityConfigurationsCommandInput, GetSecurityConfigurationsCommandOutput } from "../commands/GetSecurityConfigurationsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetTableVersionsCommandInput, GetTableVersionsCommandOutput } from "../commands/GetTableVersionsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetTablesCommandInput, GetTablesCommandOutput } from "../commands/GetTablesCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetTriggersCommandInput, GetTriggersCommandOutput } from "../commands/GetTriggersCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetUnfilteredPartitionsMetadataCommandInput, GetUnfilteredPartitionsMetadataCommandOutput } from "../commands/GetUnfilteredPartitionsMetadataCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetUserDefinedFunctionsCommandInput, GetUserDefinedFunctionsCommandOutput } from "../commands/GetUserDefinedFunctionsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetWorkflowRunsCommandInput, GetWorkflowRunsCommandOutput } from "../commands/GetWorkflowRunsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListBlueprintsCommandInput, ListBlueprintsCommandOutput } from "../commands/ListBlueprintsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListColumnStatisticsTaskRunsCommandInput, ListColumnStatisticsTaskRunsCommandOutput } from "../commands/ListColumnStatisticsTaskRunsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListConnectionTypesCommandInput, ListConnectionTypesCommandOutput } from "../commands/ListConnectionTypesCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCrawlersCommandInput, ListCrawlersCommandOutput } from "../commands/ListCrawlersCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput } from "../commands/ListCustomEntityTypesCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDataQualityResultsCommandInput, ListDataQualityResultsCommandOutput } from "../commands/ListDataQualityResultsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDataQualityRuleRecommendationRunsCommandInput, ListDataQualityRuleRecommendationRunsCommandOutput } from "../commands/ListDataQualityRuleRecommendationRunsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDataQualityRulesetEvaluationRunsCommandInput, ListDataQualityRulesetEvaluationRunsCommandOutput } from "../commands/ListDataQualityRulesetEvaluationRunsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDataQualityRulesetsCommandInput, ListDataQualityRulesetsCommandOutput } from "../commands/ListDataQualityRulesetsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput } from "../commands/ListDevEndpointsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEntitiesCommandInput, ListEntitiesCommandOutput } from "../commands/ListEntitiesCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "../commands/ListMLTransformsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListMaterializedViewRefreshTaskRunsCommandInput, ListMaterializedViewRefreshTaskRunsCommandOutput } from "../commands/ListMaterializedViewRefreshTaskRunsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListRegistriesCommandInput, ListRegistriesCommandOutput } from "../commands/ListRegistriesCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput } from "../commands/ListSchemaVersionsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSessionsCommandInput, ListSessionsCommandOutput } from "../commands/ListSessionsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTableOptimizerRunsCommandInput, ListTableOptimizerRunsCommandOutput } from "../commands/ListTableOptimizerRunsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTriggersCommandInput, ListTriggersCommandOutput } from "../commands/ListTriggersCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListUsageProfilesCommandInput, ListUsageProfilesCommandOutput } from "../commands/ListUsageProfilesCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { SearchTablesCommandInput, SearchTablesCommandOutput } from "../commands/SearchTablesCommand";
|
|
3
|
-
import { GluePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { GluePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -1662,7 +1661,7 @@ export interface ClientDefaults
|
|
|
1662
1661
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
1663
1662
|
region?: string | __Provider<string>;
|
|
1664
1663
|
profile?: string;
|
|
1665
|
-
defaultUserAgentProvider?:
|
|
1664
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
1666
1665
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
1667
1666
|
maxAttempts?: number | __Provider<number>;
|
|
1668
1667
|
retryMode?: string | __Provider<string>;
|
|
@@ -59,37 +59,37 @@ import {
|
|
|
59
59
|
WorkerType,
|
|
60
60
|
} from "./enums";
|
|
61
61
|
import {
|
|
62
|
+
Action,
|
|
62
63
|
AuthConfiguration,
|
|
63
64
|
AuthenticationConfiguration,
|
|
64
65
|
Blueprint,
|
|
66
|
+
Column,
|
|
65
67
|
ConnectionsList,
|
|
68
|
+
Crawler,
|
|
66
69
|
DatabaseIdentifier,
|
|
67
70
|
DataQualityAggregatedMetrics,
|
|
71
|
+
DataQualityAnalyzerResult,
|
|
72
|
+
DataQualityObservation,
|
|
73
|
+
DataQualityRuleResult,
|
|
68
74
|
DataQualityTargetTable,
|
|
75
|
+
DataSource,
|
|
76
|
+
DevEndpoint,
|
|
69
77
|
ErrorDetail,
|
|
70
78
|
EventBatchingCondition,
|
|
71
79
|
FederatedCatalog,
|
|
72
80
|
FederatedDatabase,
|
|
81
|
+
GlueTable,
|
|
82
|
+
JobRun,
|
|
73
83
|
PartitionInput,
|
|
74
84
|
PhysicalConnectionRequirements,
|
|
75
85
|
Predicate,
|
|
86
|
+
PrincipalPermissions,
|
|
87
|
+
Property,
|
|
76
88
|
Schedule,
|
|
77
89
|
SchemaId,
|
|
78
90
|
StorageDescriptor,
|
|
79
91
|
TableOptimizerConfiguration,
|
|
80
92
|
TargetRedshiftCatalog,
|
|
81
|
-
Action,
|
|
82
|
-
Column,
|
|
83
|
-
Crawler,
|
|
84
|
-
DataQualityAnalyzerResult,
|
|
85
|
-
DataQualityObservation,
|
|
86
|
-
DataQualityRuleResult,
|
|
87
|
-
DataSource,
|
|
88
|
-
DevEndpoint,
|
|
89
|
-
GlueTable,
|
|
90
|
-
JobRun,
|
|
91
|
-
PrincipalPermissions,
|
|
92
|
-
Property,
|
|
93
93
|
} from "./models_0";
|
|
94
94
|
export interface CreateDataQualityRulesetRequest {
|
|
95
95
|
Name: string | undefined;
|