@aws-sdk/client-glue 3.699.0 → 3.705.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/README.md +176 -0
- package/dist-cjs/index.js +1529 -163
- package/dist-es/Glue.js +44 -0
- package/dist-es/commands/CreateCatalogCommand.js +22 -0
- package/dist-es/commands/CreateIntegrationCommand.js +22 -0
- package/dist-es/commands/CreateIntegrationResourcePropertyCommand.js +22 -0
- package/dist-es/commands/CreateIntegrationTablePropertiesCommand.js +22 -0
- package/dist-es/commands/DeleteCatalogCommand.js +22 -0
- package/dist-es/commands/DeleteIntegrationCommand.js +22 -0
- package/dist-es/commands/DeleteIntegrationTablePropertiesCommand.js +22 -0
- package/dist-es/commands/DescribeConnectionTypeCommand.js +22 -0
- package/dist-es/commands/DescribeEntityCommand.js +22 -0
- package/dist-es/commands/DescribeInboundIntegrationsCommand.js +22 -0
- package/dist-es/commands/DescribeIntegrationsCommand.js +22 -0
- package/dist-es/commands/GetCatalogCommand.js +22 -0
- package/dist-es/commands/GetCatalogsCommand.js +22 -0
- package/dist-es/commands/GetDataQualityResultCommand.js +1 -1
- package/dist-es/commands/GetEntityRecordsCommand.js +23 -0
- package/dist-es/commands/GetIntegrationResourcePropertyCommand.js +22 -0
- package/dist-es/commands/GetIntegrationTablePropertiesCommand.js +22 -0
- package/dist-es/commands/ListConnectionTypesCommand.js +22 -0
- package/dist-es/commands/ListEntitiesCommand.js +22 -0
- package/dist-es/commands/ModifyIntegrationCommand.js +22 -0
- package/dist-es/commands/TestConnectionCommand.js +1 -1
- package/dist-es/commands/UpdateCatalogCommand.js +22 -0
- package/dist-es/commands/UpdateConnectionCommand.js +1 -1
- package/dist-es/commands/UpdateIntegrationResourcePropertyCommand.js +22 -0
- package/dist-es/commands/UpdateIntegrationTablePropertiesCommand.js +22 -0
- package/dist-es/commands/index.js +22 -0
- package/dist-es/models/models_0.js +28 -0
- package/dist-es/models/models_1.js +210 -57
- package/dist-es/models/models_2.js +37 -148
- package/dist-es/models/models_3.js +149 -0
- package/dist-es/pagination/DescribeEntityPaginator.js +4 -0
- package/dist-es/pagination/ListConnectionTypesPaginator.js +4 -0
- package/dist-es/pagination/ListEntitiesPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -1
- package/dist-es/protocols/Aws_json1_1.js +704 -20
- package/dist-types/Glue.d.ts +159 -0
- package/dist-types/GlueClient.d.ts +24 -2
- package/dist-types/commands/BatchStopJobRunCommand.d.ts +2 -1
- package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +1 -1
- package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +1 -2
- package/dist-types/commands/CreateCatalogCommand.d.ts +149 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +26 -3
- package/dist-types/commands/CreateDatabaseCommand.d.ts +6 -0
- package/dist-types/commands/CreateIntegrationCommand.d.ts +144 -0
- package/dist-types/commands/CreateIntegrationResourcePropertyCommand.d.ts +113 -0
- package/dist-types/commands/CreateIntegrationTablePropertiesCommand.d.ts +111 -0
- package/dist-types/commands/CreateTableCommand.d.ts +6 -0
- package/dist-types/commands/DeleteCatalogCommand.d.ts +95 -0
- package/dist-types/commands/DeleteDatabaseCommand.d.ts +6 -0
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +127 -0
- package/dist-types/commands/DeleteIntegrationTablePropertiesCommand.d.ts +91 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +6 -0
- package/dist-types/commands/DescribeConnectionTypeCommand.d.ts +222 -0
- package/dist-types/commands/DescribeEntityCommand.d.ts +125 -0
- package/dist-types/commands/DescribeInboundIntegrationsCommand.d.ts +116 -0
- package/dist-types/commands/DescribeIntegrationsCommand.d.ts +130 -0
- package/dist-types/commands/GetCatalogCommand.d.ts +147 -0
- package/dist-types/commands/GetCatalogsCommand.d.ts +153 -0
- package/dist-types/commands/GetColumnStatisticsTaskSettingsCommand.d.ts +10 -1
- package/dist-types/commands/GetConnectionCommand.d.ts +15 -4
- package/dist-types/commands/GetConnectionsCommand.d.ts +16 -5
- package/dist-types/commands/GetCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +1 -1
- package/dist-types/commands/GetCrawlersCommand.d.ts +1 -1
- package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +1 -1
- package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityModelCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityModelResultCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/dist-types/commands/GetDatabaseCommand.d.ts +4 -1
- package/dist-types/commands/GetDatabasesCommand.d.ts +10 -1
- package/dist-types/commands/GetDataflowGraphCommand.d.ts +1 -1
- package/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/GetEntityRecordsCommand.d.ts +110 -0
- package/dist-types/commands/GetIntegrationResourcePropertyCommand.d.ts +101 -0
- package/dist-types/commands/GetIntegrationTablePropertiesCommand.d.ts +114 -0
- package/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
- package/dist-types/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/commands/GetJobRunCommand.d.ts +1 -1
- package/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
- package/dist-types/commands/GetJobsCommand.d.ts +1 -1
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +1 -2
- package/dist-types/commands/GetMappingCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectionTypesCommand.d.ts +95 -0
- package/dist-types/commands/ListEntitiesCommand.d.ts +108 -0
- package/dist-types/commands/ModifyIntegrationCommand.d.ts +130 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +1 -2
- package/dist-types/commands/StartBlueprintRunCommand.d.ts +1 -1
- package/dist-types/commands/StartColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StartCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartJobRunCommand.d.ts +1 -1
- package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartTriggerCommand.d.ts +1 -1
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
- package/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StopSessionCommand.d.ts +1 -1
- package/dist-types/commands/StopTriggerCommand.d.ts +1 -1
- package/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestConnectionCommand.d.ts +18 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCatalogCommand.d.ts +137 -0
- package/dist-types/commands/UpdateClassifierCommand.d.ts +1 -1
- package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
- package/dist-types/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +27 -4
- package/dist-types/commands/UpdateCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDatabaseCommand.d.ts +10 -1
- package/dist-types/commands/UpdateIntegrationResourcePropertyCommand.d.ts +110 -0
- package/dist-types/commands/UpdateIntegrationTablePropertiesCommand.d.ts +112 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +9 -0
- package/dist-types/commands/index.d.ts +22 -0
- package/dist-types/models/models_0.d.ts +183 -109
- package/dist-types/models/models_1.d.ts +3220 -3137
- package/dist-types/models/models_2.d.ts +4416 -3761
- package/dist-types/models/models_3.d.ts +1630 -3
- package/dist-types/pagination/DescribeEntityPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConnectionTypesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListEntitiesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +198 -0
- package/dist-types/ts3.4/Glue.d.ts +391 -0
- package/dist-types/ts3.4/GlueClient.d.ts +132 -0
- package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateCatalogCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateIntegrationResourcePropertyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateIntegrationTablePropertiesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteCatalogCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationTablePropertiesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeConnectionTypeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeEntityCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeInboundIntegrationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCatalogCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetCatalogsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetColumnStatisticsTaskSettingsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityModelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityModelResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEntityRecordsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetIntegrationResourcePropertyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIntegrationTablePropertiesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConnectionTypesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ModifyIntegrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCatalogCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIntegrationResourcePropertyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateIntegrationTablePropertiesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +22 -0
- package/dist-types/ts3.4/models/models_0.d.ts +54 -28
- package/dist-types/ts3.4/models/models_1.d.ts +532 -441
- package/dist-types/ts3.4/models/models_2.d.ts +514 -425
- package/dist-types/ts3.4/models/models_3.d.ts +449 -0
- package/dist-types/ts3.4/pagination/DescribeEntityPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConnectionTypesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEntitiesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +264 -0
- package/package.json +1 -1
|
@@ -1,9 +1,12 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
1
3
|
import {
|
|
2
4
|
Action,
|
|
3
5
|
Aggregate,
|
|
4
6
|
AmazonRedshiftSource,
|
|
5
7
|
AmazonRedshiftTarget,
|
|
6
8
|
AthenaConnectorSource,
|
|
9
|
+
AuthenticationConfigurationInput,
|
|
7
10
|
BasicCatalogTarget,
|
|
8
11
|
CatalogDeltaSource,
|
|
9
12
|
CatalogHudiSource,
|
|
@@ -14,7 +17,9 @@ import {
|
|
|
14
17
|
ConnectionsList,
|
|
15
18
|
ConnectorDataSource,
|
|
16
19
|
ConnectorDataTarget,
|
|
20
|
+
CrawlerTargets,
|
|
17
21
|
CustomCode,
|
|
22
|
+
DataSource,
|
|
18
23
|
DirectJDBCSource,
|
|
19
24
|
DirectKafkaSource,
|
|
20
25
|
DirectKinesisSource,
|
|
@@ -38,6 +43,8 @@ import {
|
|
|
38
43
|
JobCommand,
|
|
39
44
|
JobMode,
|
|
40
45
|
Join,
|
|
46
|
+
LakeFormationConfiguration,
|
|
47
|
+
LineageConfiguration,
|
|
41
48
|
Merge,
|
|
42
49
|
MicrosoftSQLServerCatalogSource,
|
|
43
50
|
MicrosoftSQLServerCatalogTarget,
|
|
@@ -52,6 +59,7 @@ import {
|
|
|
52
59
|
PostgreSQLCatalogTarget,
|
|
53
60
|
Predicate,
|
|
54
61
|
Recipe,
|
|
62
|
+
RecrawlPolicy,
|
|
55
63
|
RedshiftSource,
|
|
56
64
|
RedshiftTarget,
|
|
57
65
|
RelationalCatalogSource,
|
|
@@ -71,6 +79,7 @@ import {
|
|
|
71
79
|
S3HudiSource,
|
|
72
80
|
S3JsonSource,
|
|
73
81
|
S3ParquetSource,
|
|
82
|
+
SchemaChangePolicy,
|
|
74
83
|
SchemaId,
|
|
75
84
|
SelectFields,
|
|
76
85
|
SelectFromCollection,
|
|
@@ -92,24 +101,438 @@ import {
|
|
|
92
101
|
WorkerType,
|
|
93
102
|
} from "./models_0";
|
|
94
103
|
import {
|
|
104
|
+
CatalogInput,
|
|
105
|
+
ColumnStatistics,
|
|
95
106
|
Compatibility,
|
|
107
|
+
ConnectionInput,
|
|
108
|
+
ConnectionPropertyKey,
|
|
109
|
+
ConnectionType,
|
|
110
|
+
CsvHeaderOption,
|
|
111
|
+
CsvSerdeOption,
|
|
112
|
+
DatabaseInput,
|
|
96
113
|
Permission,
|
|
97
114
|
ProfileConfiguration,
|
|
98
115
|
RegistryId,
|
|
116
|
+
SourceProcessingProperties,
|
|
117
|
+
SourceTableConfig,
|
|
99
118
|
TableIdentifier,
|
|
100
119
|
TableInput,
|
|
120
|
+
TargetProcessingProperties,
|
|
121
|
+
TargetTableConfig,
|
|
101
122
|
TransformParameters,
|
|
102
123
|
UserDefinedFunctionInput,
|
|
103
124
|
} from "./models_1";
|
|
104
125
|
import {
|
|
105
126
|
ColumnRowFilter,
|
|
127
|
+
DataQualityEvaluationRunAdditionalRunOptions,
|
|
106
128
|
FederatedTable,
|
|
129
|
+
PropertyPredicate,
|
|
107
130
|
ResourceAction,
|
|
131
|
+
ResourceShareType,
|
|
108
132
|
ResourceState,
|
|
109
133
|
SchemaVersionNumber,
|
|
134
|
+
SortCriterion,
|
|
110
135
|
ViewDefinition,
|
|
111
136
|
ViewValidation,
|
|
112
137
|
} from "./models_2";
|
|
138
|
+
export interface SearchTablesRequest {
|
|
139
|
+
CatalogId?: string | undefined;
|
|
140
|
+
NextToken?: string | undefined;
|
|
141
|
+
Filters?: PropertyPredicate[] | undefined;
|
|
142
|
+
SearchText?: string | undefined;
|
|
143
|
+
SortCriteria?: SortCriterion[] | undefined;
|
|
144
|
+
MaxResults?: number | undefined;
|
|
145
|
+
ResourceShareType?: ResourceShareType | undefined;
|
|
146
|
+
IncludeStatusDetails?: boolean | undefined;
|
|
147
|
+
}
|
|
148
|
+
export declare class IllegalBlueprintStateException extends __BaseException {
|
|
149
|
+
readonly name: "IllegalBlueprintStateException";
|
|
150
|
+
readonly $fault: "client";
|
|
151
|
+
Message?: string | undefined;
|
|
152
|
+
constructor(
|
|
153
|
+
opts: __ExceptionOptionType<IllegalBlueprintStateException, __BaseException>
|
|
154
|
+
);
|
|
155
|
+
}
|
|
156
|
+
export interface StartBlueprintRunRequest {
|
|
157
|
+
BlueprintName: string | undefined;
|
|
158
|
+
Parameters?: string | undefined;
|
|
159
|
+
RoleArn: string | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface StartBlueprintRunResponse {
|
|
162
|
+
RunId?: string | undefined;
|
|
163
|
+
}
|
|
164
|
+
export interface StartColumnStatisticsTaskRunRequest {
|
|
165
|
+
DatabaseName: string | undefined;
|
|
166
|
+
TableName: string | undefined;
|
|
167
|
+
ColumnNameList?: string[] | undefined;
|
|
168
|
+
Role: string | undefined;
|
|
169
|
+
SampleSize?: number | undefined;
|
|
170
|
+
CatalogID?: string | undefined;
|
|
171
|
+
SecurityConfiguration?: string | undefined;
|
|
172
|
+
}
|
|
173
|
+
export interface StartColumnStatisticsTaskRunResponse {
|
|
174
|
+
ColumnStatisticsTaskRunId?: string | undefined;
|
|
175
|
+
}
|
|
176
|
+
export interface StartColumnStatisticsTaskRunScheduleRequest {
|
|
177
|
+
DatabaseName: string | undefined;
|
|
178
|
+
TableName: string | undefined;
|
|
179
|
+
}
|
|
180
|
+
export interface StartColumnStatisticsTaskRunScheduleResponse {}
|
|
181
|
+
export interface StartCrawlerRequest {
|
|
182
|
+
Name: string | undefined;
|
|
183
|
+
}
|
|
184
|
+
export interface StartCrawlerResponse {}
|
|
185
|
+
export declare class NoScheduleException extends __BaseException {
|
|
186
|
+
readonly name: "NoScheduleException";
|
|
187
|
+
readonly $fault: "client";
|
|
188
|
+
Message?: string | undefined;
|
|
189
|
+
constructor(
|
|
190
|
+
opts: __ExceptionOptionType<NoScheduleException, __BaseException>
|
|
191
|
+
);
|
|
192
|
+
}
|
|
193
|
+
export declare class SchedulerRunningException extends __BaseException {
|
|
194
|
+
readonly name: "SchedulerRunningException";
|
|
195
|
+
readonly $fault: "client";
|
|
196
|
+
Message?: string | undefined;
|
|
197
|
+
constructor(
|
|
198
|
+
opts: __ExceptionOptionType<SchedulerRunningException, __BaseException>
|
|
199
|
+
);
|
|
200
|
+
}
|
|
201
|
+
export interface StartCrawlerScheduleRequest {
|
|
202
|
+
CrawlerName: string | undefined;
|
|
203
|
+
}
|
|
204
|
+
export interface StartCrawlerScheduleResponse {}
|
|
205
|
+
export interface StartDataQualityRuleRecommendationRunRequest {
|
|
206
|
+
DataSource: DataSource | undefined;
|
|
207
|
+
Role: string | undefined;
|
|
208
|
+
NumberOfWorkers?: number | undefined;
|
|
209
|
+
Timeout?: number | undefined;
|
|
210
|
+
CreatedRulesetName?: string | undefined;
|
|
211
|
+
DataQualitySecurityConfiguration?: string | undefined;
|
|
212
|
+
ClientToken?: string | undefined;
|
|
213
|
+
}
|
|
214
|
+
export interface StartDataQualityRuleRecommendationRunResponse {
|
|
215
|
+
RunId?: string | undefined;
|
|
216
|
+
}
|
|
217
|
+
export interface StartDataQualityRulesetEvaluationRunRequest {
|
|
218
|
+
DataSource: DataSource | undefined;
|
|
219
|
+
Role: string | undefined;
|
|
220
|
+
NumberOfWorkers?: number | undefined;
|
|
221
|
+
Timeout?: number | undefined;
|
|
222
|
+
ClientToken?: string | undefined;
|
|
223
|
+
AdditionalRunOptions?:
|
|
224
|
+
| DataQualityEvaluationRunAdditionalRunOptions
|
|
225
|
+
| undefined;
|
|
226
|
+
RulesetNames: string[] | undefined;
|
|
227
|
+
AdditionalDataSources?: Record<string, DataSource> | undefined;
|
|
228
|
+
}
|
|
229
|
+
export interface StartDataQualityRulesetEvaluationRunResponse {
|
|
230
|
+
RunId?: string | undefined;
|
|
231
|
+
}
|
|
232
|
+
export interface StartExportLabelsTaskRunRequest {
|
|
233
|
+
TransformId: string | undefined;
|
|
234
|
+
OutputS3Path: string | undefined;
|
|
235
|
+
}
|
|
236
|
+
export interface StartExportLabelsTaskRunResponse {
|
|
237
|
+
TaskRunId?: string | undefined;
|
|
238
|
+
}
|
|
239
|
+
export interface StartImportLabelsTaskRunRequest {
|
|
240
|
+
TransformId: string | undefined;
|
|
241
|
+
InputS3Path: string | undefined;
|
|
242
|
+
ReplaceAllLabels?: boolean | undefined;
|
|
243
|
+
}
|
|
244
|
+
export interface StartImportLabelsTaskRunResponse {
|
|
245
|
+
TaskRunId?: string | undefined;
|
|
246
|
+
}
|
|
247
|
+
export interface StartJobRunRequest {
|
|
248
|
+
JobName: string | undefined;
|
|
249
|
+
JobRunQueuingEnabled?: boolean | undefined;
|
|
250
|
+
JobRunId?: string | undefined;
|
|
251
|
+
Arguments?: Record<string, string> | undefined;
|
|
252
|
+
AllocatedCapacity?: number | undefined;
|
|
253
|
+
Timeout?: number | undefined;
|
|
254
|
+
MaxCapacity?: number | undefined;
|
|
255
|
+
SecurityConfiguration?: string | undefined;
|
|
256
|
+
NotificationProperty?: NotificationProperty | undefined;
|
|
257
|
+
WorkerType?: WorkerType | undefined;
|
|
258
|
+
NumberOfWorkers?: number | undefined;
|
|
259
|
+
ExecutionClass?: ExecutionClass | undefined;
|
|
260
|
+
}
|
|
261
|
+
export interface StartJobRunResponse {
|
|
262
|
+
JobRunId?: string | undefined;
|
|
263
|
+
}
|
|
264
|
+
export declare class MLTransformNotReadyException extends __BaseException {
|
|
265
|
+
readonly name: "MLTransformNotReadyException";
|
|
266
|
+
readonly $fault: "client";
|
|
267
|
+
Message?: string | undefined;
|
|
268
|
+
constructor(
|
|
269
|
+
opts: __ExceptionOptionType<MLTransformNotReadyException, __BaseException>
|
|
270
|
+
);
|
|
271
|
+
}
|
|
272
|
+
export interface StartMLEvaluationTaskRunRequest {
|
|
273
|
+
TransformId: string | undefined;
|
|
274
|
+
}
|
|
275
|
+
export interface StartMLEvaluationTaskRunResponse {
|
|
276
|
+
TaskRunId?: string | undefined;
|
|
277
|
+
}
|
|
278
|
+
export interface StartMLLabelingSetGenerationTaskRunRequest {
|
|
279
|
+
TransformId: string | undefined;
|
|
280
|
+
OutputS3Path: string | undefined;
|
|
281
|
+
}
|
|
282
|
+
export interface StartMLLabelingSetGenerationTaskRunResponse {
|
|
283
|
+
TaskRunId?: string | undefined;
|
|
284
|
+
}
|
|
285
|
+
export interface StartTriggerRequest {
|
|
286
|
+
Name: string | undefined;
|
|
287
|
+
}
|
|
288
|
+
export interface StartTriggerResponse {
|
|
289
|
+
Name?: string | undefined;
|
|
290
|
+
}
|
|
291
|
+
export interface StartWorkflowRunRequest {
|
|
292
|
+
Name: string | undefined;
|
|
293
|
+
RunProperties?: Record<string, string> | undefined;
|
|
294
|
+
}
|
|
295
|
+
export interface StartWorkflowRunResponse {
|
|
296
|
+
RunId?: string | undefined;
|
|
297
|
+
}
|
|
298
|
+
export declare class ColumnStatisticsTaskNotRunningException extends __BaseException {
|
|
299
|
+
readonly name: "ColumnStatisticsTaskNotRunningException";
|
|
300
|
+
readonly $fault: "client";
|
|
301
|
+
Message?: string | undefined;
|
|
302
|
+
constructor(
|
|
303
|
+
opts: __ExceptionOptionType<
|
|
304
|
+
ColumnStatisticsTaskNotRunningException,
|
|
305
|
+
__BaseException
|
|
306
|
+
>
|
|
307
|
+
);
|
|
308
|
+
}
|
|
309
|
+
export declare class ColumnStatisticsTaskStoppingException extends __BaseException {
|
|
310
|
+
readonly name: "ColumnStatisticsTaskStoppingException";
|
|
311
|
+
readonly $fault: "client";
|
|
312
|
+
Message?: string | undefined;
|
|
313
|
+
constructor(
|
|
314
|
+
opts: __ExceptionOptionType<
|
|
315
|
+
ColumnStatisticsTaskStoppingException,
|
|
316
|
+
__BaseException
|
|
317
|
+
>
|
|
318
|
+
);
|
|
319
|
+
}
|
|
320
|
+
export interface StopColumnStatisticsTaskRunRequest {
|
|
321
|
+
DatabaseName: string | undefined;
|
|
322
|
+
TableName: string | undefined;
|
|
323
|
+
}
|
|
324
|
+
export interface StopColumnStatisticsTaskRunResponse {}
|
|
325
|
+
export interface StopColumnStatisticsTaskRunScheduleRequest {
|
|
326
|
+
DatabaseName: string | undefined;
|
|
327
|
+
TableName: string | undefined;
|
|
328
|
+
}
|
|
329
|
+
export interface StopColumnStatisticsTaskRunScheduleResponse {}
|
|
330
|
+
export declare class CrawlerNotRunningException extends __BaseException {
|
|
331
|
+
readonly name: "CrawlerNotRunningException";
|
|
332
|
+
readonly $fault: "client";
|
|
333
|
+
Message?: string | undefined;
|
|
334
|
+
constructor(
|
|
335
|
+
opts: __ExceptionOptionType<CrawlerNotRunningException, __BaseException>
|
|
336
|
+
);
|
|
337
|
+
}
|
|
338
|
+
export declare class CrawlerStoppingException extends __BaseException {
|
|
339
|
+
readonly name: "CrawlerStoppingException";
|
|
340
|
+
readonly $fault: "client";
|
|
341
|
+
Message?: string | undefined;
|
|
342
|
+
constructor(
|
|
343
|
+
opts: __ExceptionOptionType<CrawlerStoppingException, __BaseException>
|
|
344
|
+
);
|
|
345
|
+
}
|
|
346
|
+
export interface StopCrawlerRequest {
|
|
347
|
+
Name: string | undefined;
|
|
348
|
+
}
|
|
349
|
+
export interface StopCrawlerResponse {}
|
|
350
|
+
export declare class SchedulerNotRunningException extends __BaseException {
|
|
351
|
+
readonly name: "SchedulerNotRunningException";
|
|
352
|
+
readonly $fault: "client";
|
|
353
|
+
Message?: string | undefined;
|
|
354
|
+
constructor(
|
|
355
|
+
opts: __ExceptionOptionType<SchedulerNotRunningException, __BaseException>
|
|
356
|
+
);
|
|
357
|
+
}
|
|
358
|
+
export interface StopCrawlerScheduleRequest {
|
|
359
|
+
CrawlerName: string | undefined;
|
|
360
|
+
}
|
|
361
|
+
export interface StopCrawlerScheduleResponse {}
|
|
362
|
+
export interface StopSessionRequest {
|
|
363
|
+
Id: string | undefined;
|
|
364
|
+
RequestOrigin?: string | undefined;
|
|
365
|
+
}
|
|
366
|
+
export interface StopSessionResponse {
|
|
367
|
+
Id?: string | undefined;
|
|
368
|
+
}
|
|
369
|
+
export interface StopTriggerRequest {
|
|
370
|
+
Name: string | undefined;
|
|
371
|
+
}
|
|
372
|
+
export interface StopTriggerResponse {
|
|
373
|
+
Name?: string | undefined;
|
|
374
|
+
}
|
|
375
|
+
export interface StopWorkflowRunRequest {
|
|
376
|
+
Name: string | undefined;
|
|
377
|
+
RunId: string | undefined;
|
|
378
|
+
}
|
|
379
|
+
export interface StopWorkflowRunResponse {}
|
|
380
|
+
export interface TagResourceRequest {
|
|
381
|
+
ResourceArn: string | undefined;
|
|
382
|
+
TagsToAdd: Record<string, string> | undefined;
|
|
383
|
+
}
|
|
384
|
+
export interface TagResourceResponse {}
|
|
385
|
+
export interface TestConnectionInput {
|
|
386
|
+
ConnectionType: ConnectionType | undefined;
|
|
387
|
+
ConnectionProperties:
|
|
388
|
+
| Partial<Record<ConnectionPropertyKey, string>>
|
|
389
|
+
| undefined;
|
|
390
|
+
AuthenticationConfiguration?: AuthenticationConfigurationInput | undefined;
|
|
391
|
+
}
|
|
392
|
+
export interface TestConnectionRequest {
|
|
393
|
+
ConnectionName?: string | undefined;
|
|
394
|
+
CatalogId?: string | undefined;
|
|
395
|
+
TestConnectionInput?: TestConnectionInput | undefined;
|
|
396
|
+
}
|
|
397
|
+
export interface TestConnectionResponse {}
|
|
398
|
+
export interface UntagResourceRequest {
|
|
399
|
+
ResourceArn: string | undefined;
|
|
400
|
+
TagsToRemove: string[] | undefined;
|
|
401
|
+
}
|
|
402
|
+
export interface UntagResourceResponse {}
|
|
403
|
+
export interface UpdateBlueprintRequest {
|
|
404
|
+
Name: string | undefined;
|
|
405
|
+
Description?: string | undefined;
|
|
406
|
+
BlueprintLocation: string | undefined;
|
|
407
|
+
}
|
|
408
|
+
export interface UpdateBlueprintResponse {
|
|
409
|
+
Name?: string | undefined;
|
|
410
|
+
}
|
|
411
|
+
export interface UpdateCatalogRequest {
|
|
412
|
+
CatalogId: string | undefined;
|
|
413
|
+
CatalogInput: CatalogInput | undefined;
|
|
414
|
+
}
|
|
415
|
+
export interface UpdateCatalogResponse {}
|
|
416
|
+
export interface UpdateCsvClassifierRequest {
|
|
417
|
+
Name: string | undefined;
|
|
418
|
+
Delimiter?: string | undefined;
|
|
419
|
+
QuoteSymbol?: string | undefined;
|
|
420
|
+
ContainsHeader?: CsvHeaderOption | undefined;
|
|
421
|
+
Header?: string[] | undefined;
|
|
422
|
+
DisableValueTrimming?: boolean | undefined;
|
|
423
|
+
AllowSingleColumn?: boolean | undefined;
|
|
424
|
+
CustomDatatypeConfigured?: boolean | undefined;
|
|
425
|
+
CustomDatatypes?: string[] | undefined;
|
|
426
|
+
Serde?: CsvSerdeOption | undefined;
|
|
427
|
+
}
|
|
428
|
+
export interface UpdateGrokClassifierRequest {
|
|
429
|
+
Name: string | undefined;
|
|
430
|
+
Classification?: string | undefined;
|
|
431
|
+
GrokPattern?: string | undefined;
|
|
432
|
+
CustomPatterns?: string | undefined;
|
|
433
|
+
}
|
|
434
|
+
export interface UpdateJsonClassifierRequest {
|
|
435
|
+
Name: string | undefined;
|
|
436
|
+
JsonPath?: string | undefined;
|
|
437
|
+
}
|
|
438
|
+
export interface UpdateXMLClassifierRequest {
|
|
439
|
+
Name: string | undefined;
|
|
440
|
+
Classification?: string | undefined;
|
|
441
|
+
RowTag?: string | undefined;
|
|
442
|
+
}
|
|
443
|
+
export interface UpdateClassifierRequest {
|
|
444
|
+
GrokClassifier?: UpdateGrokClassifierRequest | undefined;
|
|
445
|
+
XMLClassifier?: UpdateXMLClassifierRequest | undefined;
|
|
446
|
+
JsonClassifier?: UpdateJsonClassifierRequest | undefined;
|
|
447
|
+
CsvClassifier?: UpdateCsvClassifierRequest | undefined;
|
|
448
|
+
}
|
|
449
|
+
export interface UpdateClassifierResponse {}
|
|
450
|
+
export declare class VersionMismatchException extends __BaseException {
|
|
451
|
+
readonly name: "VersionMismatchException";
|
|
452
|
+
readonly $fault: "client";
|
|
453
|
+
Message?: string | undefined;
|
|
454
|
+
constructor(
|
|
455
|
+
opts: __ExceptionOptionType<VersionMismatchException, __BaseException>
|
|
456
|
+
);
|
|
457
|
+
}
|
|
458
|
+
export interface UpdateColumnStatisticsForPartitionRequest {
|
|
459
|
+
CatalogId?: string | undefined;
|
|
460
|
+
DatabaseName: string | undefined;
|
|
461
|
+
TableName: string | undefined;
|
|
462
|
+
PartitionValues: string[] | undefined;
|
|
463
|
+
ColumnStatisticsList: ColumnStatistics[] | undefined;
|
|
464
|
+
}
|
|
465
|
+
export interface ColumnStatisticsError {
|
|
466
|
+
ColumnStatistics?: ColumnStatistics | undefined;
|
|
467
|
+
Error?: ErrorDetail | undefined;
|
|
468
|
+
}
|
|
469
|
+
export interface UpdateColumnStatisticsForPartitionResponse {
|
|
470
|
+
Errors?: ColumnStatisticsError[] | undefined;
|
|
471
|
+
}
|
|
472
|
+
export interface UpdateColumnStatisticsForTableRequest {
|
|
473
|
+
CatalogId?: string | undefined;
|
|
474
|
+
DatabaseName: string | undefined;
|
|
475
|
+
TableName: string | undefined;
|
|
476
|
+
ColumnStatisticsList: ColumnStatistics[] | undefined;
|
|
477
|
+
}
|
|
478
|
+
export interface UpdateColumnStatisticsForTableResponse {
|
|
479
|
+
Errors?: ColumnStatisticsError[] | undefined;
|
|
480
|
+
}
|
|
481
|
+
export interface UpdateColumnStatisticsTaskSettingsRequest {
|
|
482
|
+
DatabaseName: string | undefined;
|
|
483
|
+
TableName: string | undefined;
|
|
484
|
+
Role?: string | undefined;
|
|
485
|
+
Schedule?: string | undefined;
|
|
486
|
+
ColumnNameList?: string[] | undefined;
|
|
487
|
+
SampleSize?: number | undefined;
|
|
488
|
+
CatalogID?: string | undefined;
|
|
489
|
+
SecurityConfiguration?: string | undefined;
|
|
490
|
+
}
|
|
491
|
+
export interface UpdateColumnStatisticsTaskSettingsResponse {}
|
|
492
|
+
export interface UpdateConnectionRequest {
|
|
493
|
+
CatalogId?: string | undefined;
|
|
494
|
+
Name: string | undefined;
|
|
495
|
+
ConnectionInput: ConnectionInput | undefined;
|
|
496
|
+
}
|
|
497
|
+
export interface UpdateConnectionResponse {}
|
|
498
|
+
export interface UpdateCrawlerRequest {
|
|
499
|
+
Name: string | undefined;
|
|
500
|
+
Role?: string | undefined;
|
|
501
|
+
DatabaseName?: string | undefined;
|
|
502
|
+
Description?: string | undefined;
|
|
503
|
+
Targets?: CrawlerTargets | undefined;
|
|
504
|
+
Schedule?: string | undefined;
|
|
505
|
+
Classifiers?: string[] | undefined;
|
|
506
|
+
TablePrefix?: string | undefined;
|
|
507
|
+
SchemaChangePolicy?: SchemaChangePolicy | undefined;
|
|
508
|
+
RecrawlPolicy?: RecrawlPolicy | undefined;
|
|
509
|
+
LineageConfiguration?: LineageConfiguration | undefined;
|
|
510
|
+
LakeFormationConfiguration?: LakeFormationConfiguration | undefined;
|
|
511
|
+
Configuration?: string | undefined;
|
|
512
|
+
CrawlerSecurityConfiguration?: string | undefined;
|
|
513
|
+
}
|
|
514
|
+
export interface UpdateCrawlerResponse {}
|
|
515
|
+
export interface UpdateCrawlerScheduleRequest {
|
|
516
|
+
CrawlerName: string | undefined;
|
|
517
|
+
Schedule?: string | undefined;
|
|
518
|
+
}
|
|
519
|
+
export interface UpdateCrawlerScheduleResponse {}
|
|
520
|
+
export interface UpdateDatabaseRequest {
|
|
521
|
+
CatalogId?: string | undefined;
|
|
522
|
+
Name: string | undefined;
|
|
523
|
+
DatabaseInput: DatabaseInput | undefined;
|
|
524
|
+
}
|
|
525
|
+
export interface UpdateDatabaseResponse {}
|
|
526
|
+
export interface UpdateDataQualityRulesetRequest {
|
|
527
|
+
Name: string | undefined;
|
|
528
|
+
Description?: string | undefined;
|
|
529
|
+
Ruleset?: string | undefined;
|
|
530
|
+
}
|
|
531
|
+
export interface UpdateDataQualityRulesetResponse {
|
|
532
|
+
Name?: string | undefined;
|
|
533
|
+
Description?: string | undefined;
|
|
534
|
+
Ruleset?: string | undefined;
|
|
535
|
+
}
|
|
113
536
|
export interface DevEndpointCustomLibraries {
|
|
114
537
|
ExtraPythonLibsS3Path?: string | undefined;
|
|
115
538
|
ExtraJarsS3Path?: string | undefined;
|
|
@@ -125,6 +548,23 @@ export interface UpdateDevEndpointRequest {
|
|
|
125
548
|
AddArguments?: Record<string, string> | undefined;
|
|
126
549
|
}
|
|
127
550
|
export interface UpdateDevEndpointResponse {}
|
|
551
|
+
export interface UpdateIntegrationResourcePropertyRequest {
|
|
552
|
+
ResourceArn: string | undefined;
|
|
553
|
+
SourceProcessingProperties?: SourceProcessingProperties | undefined;
|
|
554
|
+
TargetProcessingProperties?: TargetProcessingProperties | undefined;
|
|
555
|
+
}
|
|
556
|
+
export interface UpdateIntegrationResourcePropertyResponse {
|
|
557
|
+
ResourceArn?: string | undefined;
|
|
558
|
+
SourceProcessingProperties?: SourceProcessingProperties | undefined;
|
|
559
|
+
TargetProcessingProperties?: TargetProcessingProperties | undefined;
|
|
560
|
+
}
|
|
561
|
+
export interface UpdateIntegrationTablePropertiesRequest {
|
|
562
|
+
ResourceArn: string | undefined;
|
|
563
|
+
TableName: string | undefined;
|
|
564
|
+
SourceTableConfig?: SourceTableConfig | undefined;
|
|
565
|
+
TargetTableConfig?: TargetTableConfig | undefined;
|
|
566
|
+
}
|
|
567
|
+
export interface UpdateIntegrationTablePropertiesResponse {}
|
|
128
568
|
export interface UpdateJobResponse {
|
|
129
569
|
JobName?: string | undefined;
|
|
130
570
|
}
|
|
@@ -527,6 +967,15 @@ export interface GetJobsResponse {
|
|
|
527
967
|
Jobs?: Job[] | undefined;
|
|
528
968
|
NextToken?: string | undefined;
|
|
529
969
|
}
|
|
970
|
+
export declare const TestConnectionInputFilterSensitiveLog: (
|
|
971
|
+
obj: TestConnectionInput
|
|
972
|
+
) => any;
|
|
973
|
+
export declare const TestConnectionRequestFilterSensitiveLog: (
|
|
974
|
+
obj: TestConnectionRequest
|
|
975
|
+
) => any;
|
|
976
|
+
export declare const UpdateConnectionRequestFilterSensitiveLog: (
|
|
977
|
+
obj: UpdateConnectionRequest
|
|
978
|
+
) => any;
|
|
530
979
|
export declare const CreateJobRequestFilterSensitiveLog: (
|
|
531
980
|
obj: CreateJobRequest
|
|
532
981
|
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeEntityCommandInput,
|
|
4
|
+
DescribeEntityCommandOutput,
|
|
5
|
+
} from "../commands/DescribeEntityCommand";
|
|
6
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateDescribeEntity: (
|
|
8
|
+
config: GluePaginationConfiguration,
|
|
9
|
+
input: DescribeEntityCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeEntityCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListConnectionTypesCommandInput,
|
|
4
|
+
ListConnectionTypesCommandOutput,
|
|
5
|
+
} from "../commands/ListConnectionTypesCommand";
|
|
6
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListConnectionTypes: (
|
|
8
|
+
config: GluePaginationConfiguration,
|
|
9
|
+
input: ListConnectionTypesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListConnectionTypesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEntitiesCommandInput,
|
|
4
|
+
ListEntitiesCommandOutput,
|
|
5
|
+
} from "../commands/ListEntitiesCommand";
|
|
6
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListEntities: (
|
|
8
|
+
config: GluePaginationConfiguration,
|
|
9
|
+
input: ListEntitiesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListEntitiesCommandOutput>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./DescribeEntityPaginator";
|
|
1
2
|
export * from "./GetBlueprintRunsPaginator";
|
|
2
3
|
export * from "./GetClassifiersPaginator";
|
|
3
4
|
export * from "./GetColumnStatisticsTaskRunsPaginator";
|
|
@@ -7,8 +8,8 @@ export * from "./GetCrawlersPaginator";
|
|
|
7
8
|
export * from "./GetDatabasesPaginator";
|
|
8
9
|
export * from "./GetDevEndpointsPaginator";
|
|
9
10
|
export * from "./GetJobRunsPaginator";
|
|
10
|
-
export * from "./GetJobsPaginator";
|
|
11
11
|
export * from "./Interfaces";
|
|
12
|
+
export * from "./GetJobsPaginator";
|
|
12
13
|
export * from "./GetMLTaskRunsPaginator";
|
|
13
14
|
export * from "./GetMLTransformsPaginator";
|
|
14
15
|
export * from "./GetPartitionIndexesPaginator";
|
|
@@ -23,6 +24,7 @@ export * from "./GetUserDefinedFunctionsPaginator";
|
|
|
23
24
|
export * from "./GetWorkflowRunsPaginator";
|
|
24
25
|
export * from "./ListBlueprintsPaginator";
|
|
25
26
|
export * from "./ListColumnStatisticsTaskRunsPaginator";
|
|
27
|
+
export * from "./ListConnectionTypesPaginator";
|
|
26
28
|
export * from "./ListCrawlersPaginator";
|
|
27
29
|
export * from "./ListCustomEntityTypesPaginator";
|
|
28
30
|
export * from "./ListDataQualityResultsPaginator";
|
|
@@ -30,6 +32,7 @@ export * from "./ListDataQualityRuleRecommendationRunsPaginator";
|
|
|
30
32
|
export * from "./ListDataQualityRulesetEvaluationRunsPaginator";
|
|
31
33
|
export * from "./ListDataQualityRulesetsPaginator";
|
|
32
34
|
export * from "./ListDevEndpointsPaginator";
|
|
35
|
+
export * from "./ListEntitiesPaginator";
|
|
33
36
|
export * from "./ListJobsPaginator";
|
|
34
37
|
export * from "./ListMLTransformsPaginator";
|
|
35
38
|
export * from "./ListRegistriesPaginator";
|