@aws-sdk/client-glue 3.1019.0 → 3.1021.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 +14 -14
package/dist-es/Glue.js
CHANGED
|
@@ -45,7 +45,7 @@ import { CreateSchemaCommand, } from "./commands/CreateSchemaCommand";
|
|
|
45
45
|
import { CreateScriptCommand, } from "./commands/CreateScriptCommand";
|
|
46
46
|
import { CreateSecurityConfigurationCommand, } from "./commands/CreateSecurityConfigurationCommand";
|
|
47
47
|
import { CreateSessionCommand, } from "./commands/CreateSessionCommand";
|
|
48
|
-
import { CreateTableCommand } from "./commands/CreateTableCommand";
|
|
48
|
+
import { CreateTableCommand, } from "./commands/CreateTableCommand";
|
|
49
49
|
import { CreateTableOptimizerCommand, } from "./commands/CreateTableOptimizerCommand";
|
|
50
50
|
import { CreateTriggerCommand, } from "./commands/CreateTriggerCommand";
|
|
51
51
|
import { CreateUsageProfileCommand, } from "./commands/CreateUsageProfileCommand";
|
|
@@ -78,7 +78,7 @@ import { DeleteSchemaCommand, } from "./commands/DeleteSchemaCommand";
|
|
|
78
78
|
import { DeleteSchemaVersionsCommand, } from "./commands/DeleteSchemaVersionsCommand";
|
|
79
79
|
import { DeleteSecurityConfigurationCommand, } from "./commands/DeleteSecurityConfigurationCommand";
|
|
80
80
|
import { DeleteSessionCommand, } from "./commands/DeleteSessionCommand";
|
|
81
|
-
import { DeleteTableCommand } from "./commands/DeleteTableCommand";
|
|
81
|
+
import { DeleteTableCommand, } from "./commands/DeleteTableCommand";
|
|
82
82
|
import { DeleteTableOptimizerCommand, } from "./commands/DeleteTableOptimizerCommand";
|
|
83
83
|
import { DeleteTableVersionCommand, } from "./commands/DeleteTableVersionCommand";
|
|
84
84
|
import { DeleteTriggerCommand, } from "./commands/DeleteTriggerCommand";
|
|
@@ -92,9 +92,9 @@ import { DescribeIntegrationsCommand, } from "./commands/DescribeIntegrationsCom
|
|
|
92
92
|
import { GetBlueprintCommand, } from "./commands/GetBlueprintCommand";
|
|
93
93
|
import { GetBlueprintRunCommand, } from "./commands/GetBlueprintRunCommand";
|
|
94
94
|
import { GetBlueprintRunsCommand, } from "./commands/GetBlueprintRunsCommand";
|
|
95
|
-
import { GetCatalogCommand } from "./commands/GetCatalogCommand";
|
|
95
|
+
import { GetCatalogCommand, } from "./commands/GetCatalogCommand";
|
|
96
96
|
import { GetCatalogImportStatusCommand, } from "./commands/GetCatalogImportStatusCommand";
|
|
97
|
-
import { GetCatalogsCommand } from "./commands/GetCatalogsCommand";
|
|
97
|
+
import { GetCatalogsCommand, } from "./commands/GetCatalogsCommand";
|
|
98
98
|
import { GetClassifierCommand, } from "./commands/GetClassifierCommand";
|
|
99
99
|
import { GetClassifiersCommand, } from "./commands/GetClassifiersCommand";
|
|
100
100
|
import { GetColumnStatisticsForPartitionCommand, } from "./commands/GetColumnStatisticsForPartitionCommand";
|
|
@@ -104,11 +104,11 @@ import { GetColumnStatisticsTaskRunsCommand, } from "./commands/GetColumnStatist
|
|
|
104
104
|
import { GetColumnStatisticsTaskSettingsCommand, } from "./commands/GetColumnStatisticsTaskSettingsCommand";
|
|
105
105
|
import { GetConnectionCommand, } from "./commands/GetConnectionCommand";
|
|
106
106
|
import { GetConnectionsCommand, } from "./commands/GetConnectionsCommand";
|
|
107
|
-
import { GetCrawlerCommand } from "./commands/GetCrawlerCommand";
|
|
107
|
+
import { GetCrawlerCommand, } from "./commands/GetCrawlerCommand";
|
|
108
108
|
import { GetCrawlerMetricsCommand, } from "./commands/GetCrawlerMetricsCommand";
|
|
109
|
-
import { GetCrawlersCommand } from "./commands/GetCrawlersCommand";
|
|
109
|
+
import { GetCrawlersCommand, } from "./commands/GetCrawlersCommand";
|
|
110
110
|
import { GetCustomEntityTypeCommand, } from "./commands/GetCustomEntityTypeCommand";
|
|
111
|
-
import { GetDatabaseCommand } from "./commands/GetDatabaseCommand";
|
|
111
|
+
import { GetDatabaseCommand, } from "./commands/GetDatabaseCommand";
|
|
112
112
|
import { GetDatabasesCommand, } from "./commands/GetDatabasesCommand";
|
|
113
113
|
import { GetDataCatalogEncryptionSettingsCommand, } from "./commands/GetDataCatalogEncryptionSettingsCommand";
|
|
114
114
|
import { GetDataflowGraphCommand, } from "./commands/GetDataflowGraphCommand";
|
|
@@ -127,9 +127,9 @@ import { GetIntegrationTablePropertiesCommand, } from "./commands/GetIntegration
|
|
|
127
127
|
import { GetJobBookmarkCommand, } from "./commands/GetJobBookmarkCommand";
|
|
128
128
|
import { GetJobCommand } from "./commands/GetJobCommand";
|
|
129
129
|
import { GetJobRunCommand } from "./commands/GetJobRunCommand";
|
|
130
|
-
import { GetJobRunsCommand } from "./commands/GetJobRunsCommand";
|
|
130
|
+
import { GetJobRunsCommand, } from "./commands/GetJobRunsCommand";
|
|
131
131
|
import { GetJobsCommand } from "./commands/GetJobsCommand";
|
|
132
|
-
import { GetMappingCommand } from "./commands/GetMappingCommand";
|
|
132
|
+
import { GetMappingCommand, } from "./commands/GetMappingCommand";
|
|
133
133
|
import { GetMaterializedViewRefreshTaskRunCommand, } from "./commands/GetMaterializedViewRefreshTaskRunCommand";
|
|
134
134
|
import { GetMLTaskRunCommand, } from "./commands/GetMLTaskRunCommand";
|
|
135
135
|
import { GetMLTaskRunsCommand, } from "./commands/GetMLTaskRunsCommand";
|
|
@@ -139,7 +139,7 @@ import { GetPartitionCommand, } from "./commands/GetPartitionCommand";
|
|
|
139
139
|
import { GetPartitionIndexesCommand, } from "./commands/GetPartitionIndexesCommand";
|
|
140
140
|
import { GetPartitionsCommand, } from "./commands/GetPartitionsCommand";
|
|
141
141
|
import { GetPlanCommand } from "./commands/GetPlanCommand";
|
|
142
|
-
import { GetRegistryCommand } from "./commands/GetRegistryCommand";
|
|
142
|
+
import { GetRegistryCommand, } from "./commands/GetRegistryCommand";
|
|
143
143
|
import { GetResourcePoliciesCommand, } from "./commands/GetResourcePoliciesCommand";
|
|
144
144
|
import { GetResourcePolicyCommand, } from "./commands/GetResourcePolicyCommand";
|
|
145
145
|
import { GetSchemaByDefinitionCommand, } from "./commands/GetSchemaByDefinitionCommand";
|
|
@@ -148,7 +148,7 @@ import { GetSchemaVersionCommand, } from "./commands/GetSchemaVersionCommand";
|
|
|
148
148
|
import { GetSchemaVersionsDiffCommand, } from "./commands/GetSchemaVersionsDiffCommand";
|
|
149
149
|
import { GetSecurityConfigurationCommand, } from "./commands/GetSecurityConfigurationCommand";
|
|
150
150
|
import { GetSecurityConfigurationsCommand, } from "./commands/GetSecurityConfigurationsCommand";
|
|
151
|
-
import { GetSessionCommand } from "./commands/GetSessionCommand";
|
|
151
|
+
import { GetSessionCommand, } from "./commands/GetSessionCommand";
|
|
152
152
|
import { GetStatementCommand, } from "./commands/GetStatementCommand";
|
|
153
153
|
import { GetTableCommand } from "./commands/GetTableCommand";
|
|
154
154
|
import { GetTableOptimizerCommand, } from "./commands/GetTableOptimizerCommand";
|
|
@@ -156,15 +156,15 @@ import { GetTablesCommand } from "./commands/GetTablesCommand";
|
|
|
156
156
|
import { GetTableVersionCommand, } from "./commands/GetTableVersionCommand";
|
|
157
157
|
import { GetTableVersionsCommand, } from "./commands/GetTableVersionsCommand";
|
|
158
158
|
import { GetTagsCommand } from "./commands/GetTagsCommand";
|
|
159
|
-
import { GetTriggerCommand } from "./commands/GetTriggerCommand";
|
|
160
|
-
import { GetTriggersCommand } from "./commands/GetTriggersCommand";
|
|
159
|
+
import { GetTriggerCommand, } from "./commands/GetTriggerCommand";
|
|
160
|
+
import { GetTriggersCommand, } from "./commands/GetTriggersCommand";
|
|
161
161
|
import { GetUnfilteredPartitionMetadataCommand, } from "./commands/GetUnfilteredPartitionMetadataCommand";
|
|
162
162
|
import { GetUnfilteredPartitionsMetadataCommand, } from "./commands/GetUnfilteredPartitionsMetadataCommand";
|
|
163
163
|
import { GetUnfilteredTableMetadataCommand, } from "./commands/GetUnfilteredTableMetadataCommand";
|
|
164
164
|
import { GetUsageProfileCommand, } from "./commands/GetUsageProfileCommand";
|
|
165
165
|
import { GetUserDefinedFunctionCommand, } from "./commands/GetUserDefinedFunctionCommand";
|
|
166
166
|
import { GetUserDefinedFunctionsCommand, } from "./commands/GetUserDefinedFunctionsCommand";
|
|
167
|
-
import { GetWorkflowCommand } from "./commands/GetWorkflowCommand";
|
|
167
|
+
import { GetWorkflowCommand, } from "./commands/GetWorkflowCommand";
|
|
168
168
|
import { GetWorkflowRunCommand, } from "./commands/GetWorkflowRunCommand";
|
|
169
169
|
import { GetWorkflowRunPropertiesCommand, } from "./commands/GetWorkflowRunPropertiesCommand";
|
|
170
170
|
import { GetWorkflowRunsCommand, } from "./commands/GetWorkflowRunsCommand";
|
|
@@ -173,7 +173,7 @@ import { ListBlueprintsCommand, } from "./commands/ListBlueprintsCommand";
|
|
|
173
173
|
import { ListColumnStatisticsTaskRunsCommand, } from "./commands/ListColumnStatisticsTaskRunsCommand";
|
|
174
174
|
import { ListConnectionTypesCommand, } from "./commands/ListConnectionTypesCommand";
|
|
175
175
|
import { ListCrawlersCommand, } from "./commands/ListCrawlersCommand";
|
|
176
|
-
import { ListCrawlsCommand } from "./commands/ListCrawlsCommand";
|
|
176
|
+
import { ListCrawlsCommand, } from "./commands/ListCrawlsCommand";
|
|
177
177
|
import { ListCustomEntityTypesCommand, } from "./commands/ListCustomEntityTypesCommand";
|
|
178
178
|
import { ListDataQualityResultsCommand, } from "./commands/ListDataQualityResultsCommand";
|
|
179
179
|
import { ListDataQualityRuleRecommendationRunsCommand, } from "./commands/ListDataQualityRuleRecommendationRunsCommand";
|
|
@@ -188,7 +188,7 @@ import { ListJobsCommand } from "./commands/ListJobsCommand";
|
|
|
188
188
|
import { ListMaterializedViewRefreshTaskRunsCommand, } from "./commands/ListMaterializedViewRefreshTaskRunsCommand";
|
|
189
189
|
import { ListMLTransformsCommand, } from "./commands/ListMLTransformsCommand";
|
|
190
190
|
import { ListRegistriesCommand, } from "./commands/ListRegistriesCommand";
|
|
191
|
-
import { ListSchemasCommand } from "./commands/ListSchemasCommand";
|
|
191
|
+
import { ListSchemasCommand, } from "./commands/ListSchemasCommand";
|
|
192
192
|
import { ListSchemaVersionsCommand, } from "./commands/ListSchemaVersionsCommand";
|
|
193
193
|
import { ListSessionsCommand, } from "./commands/ListSessionsCommand";
|
|
194
194
|
import { ListStatementsCommand, } from "./commands/ListStatementsCommand";
|
|
@@ -219,7 +219,7 @@ import { StartDataQualityRuleRecommendationRunCommand, } from "./commands/StartD
|
|
|
219
219
|
import { StartDataQualityRulesetEvaluationRunCommand, } from "./commands/StartDataQualityRulesetEvaluationRunCommand";
|
|
220
220
|
import { StartExportLabelsTaskRunCommand, } from "./commands/StartExportLabelsTaskRunCommand";
|
|
221
221
|
import { StartImportLabelsTaskRunCommand, } from "./commands/StartImportLabelsTaskRunCommand";
|
|
222
|
-
import { StartJobRunCommand } from "./commands/StartJobRunCommand";
|
|
222
|
+
import { StartJobRunCommand, } from "./commands/StartJobRunCommand";
|
|
223
223
|
import { StartMaterializedViewRefreshTaskRunCommand, } from "./commands/StartMaterializedViewRefreshTaskRunCommand";
|
|
224
224
|
import { StartMLEvaluationTaskRunCommand, } from "./commands/StartMLEvaluationTaskRunCommand";
|
|
225
225
|
import { StartMLLabelingSetGenerationTaskRunCommand, } from "./commands/StartMLLabelingSetGenerationTaskRunCommand";
|
|
@@ -227,13 +227,13 @@ import { StartTriggerCommand, } from "./commands/StartTriggerCommand";
|
|
|
227
227
|
import { StartWorkflowRunCommand, } from "./commands/StartWorkflowRunCommand";
|
|
228
228
|
import { StopColumnStatisticsTaskRunCommand, } from "./commands/StopColumnStatisticsTaskRunCommand";
|
|
229
229
|
import { StopColumnStatisticsTaskRunScheduleCommand, } from "./commands/StopColumnStatisticsTaskRunScheduleCommand";
|
|
230
|
-
import { StopCrawlerCommand } from "./commands/StopCrawlerCommand";
|
|
230
|
+
import { StopCrawlerCommand, } from "./commands/StopCrawlerCommand";
|
|
231
231
|
import { StopCrawlerScheduleCommand, } from "./commands/StopCrawlerScheduleCommand";
|
|
232
232
|
import { StopMaterializedViewRefreshTaskRunCommand, } from "./commands/StopMaterializedViewRefreshTaskRunCommand";
|
|
233
|
-
import { StopSessionCommand } from "./commands/StopSessionCommand";
|
|
234
|
-
import { StopTriggerCommand } from "./commands/StopTriggerCommand";
|
|
233
|
+
import { StopSessionCommand, } from "./commands/StopSessionCommand";
|
|
234
|
+
import { StopTriggerCommand, } from "./commands/StopTriggerCommand";
|
|
235
235
|
import { StopWorkflowRunCommand, } from "./commands/StopWorkflowRunCommand";
|
|
236
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
236
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
237
237
|
import { TestConnectionCommand, } from "./commands/TestConnectionCommand";
|
|
238
238
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
239
239
|
import { UpdateBlueprintCommand, } from "./commands/UpdateBlueprintCommand";
|
|
@@ -258,7 +258,7 @@ import { UpdatePartitionCommand, } from "./commands/UpdatePartitionCommand";
|
|
|
258
258
|
import { UpdateRegistryCommand, } from "./commands/UpdateRegistryCommand";
|
|
259
259
|
import { UpdateSchemaCommand, } from "./commands/UpdateSchemaCommand";
|
|
260
260
|
import { UpdateSourceControlFromJobCommand, } from "./commands/UpdateSourceControlFromJobCommand";
|
|
261
|
-
import { UpdateTableCommand } from "./commands/UpdateTableCommand";
|
|
261
|
+
import { UpdateTableCommand, } from "./commands/UpdateTableCommand";
|
|
262
262
|
import { UpdateTableOptimizerCommand, } from "./commands/UpdateTableOptimizerCommand";
|
|
263
263
|
import { UpdateTriggerCommand, } from "./commands/UpdateTriggerCommand";
|
|
264
264
|
import { UpdateUsageProfileCommand, } from "./commands/UpdateUsageProfileCommand";
|