@aws-sdk/client-glue 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Glue.d.ts +3150 -922
- package/dist-types/ts3.4/GlueClient.d.ts +1208 -257
- package/dist-types/ts3.4/commands/BatchCreatePartitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDeleteConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDeletePartitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDeleteTableCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchDeleteTableVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetBlueprintsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/BatchGetCrawlersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetDevEndpointsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/BatchGetPartitionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/BatchGetTriggersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchGetWorkflowsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelMLTaskRunCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CheckSchemaVersionValidityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateClassifierCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDevEndpointCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/CreateMLTransformCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreatePartitionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreatePartitionIndexCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteClassifierCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteColumnStatisticsForTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteCrawlerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDevEndpointCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteMLTransformCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeletePartitionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeletePartitionIndexCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSchemaVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteTableVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteUserDefinedFunctionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetBlueprintRunCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetBlueprintRunsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetClassifiersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +31 -18
- package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetPartitionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetSchemaByDefinitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetSchemaVersionsDiffCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSecurityConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSecurityConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetStatementCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetTriggersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionMetadataCommand.d.ts +39 -16
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +39 -16
- package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +39 -16
- package/dist-types/ts3.4/commands/GetUserDefinedFunctionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetUserDefinedFunctionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetWorkflowRunPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetWorkflowRunsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ImportCatalogToGlueCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListCrawlersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListCrawlsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/QuerySchemaVersionMetadataCommand.d.ts +37 -18
- package/dist-types/ts3.4/commands/RegisterSchemaVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveSchemaVersionMetadataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResetJobBookmarkCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ResumeWorkflowRunCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RunStatementCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +184 -184
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/GlueServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +3 -3
- package/dist-types/ts3.4/models/models_0.d.ts +2523 -2352
- package/dist-types/ts3.4/models/models_1.d.ts +2339 -2936
- package/dist-types/ts3.4/models/models_2.d.ts +1008 -514
- package/dist-types/ts3.4/pagination/GetBlueprintRunsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetClassifiersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCrawlerMetricsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCrawlersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDatabasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDevEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetJobRunsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetMLTaskRunsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetMLTransformsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetPartitionIndexesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetPartitionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetSecurityConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTableVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTablesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTriggersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUnfilteredPartitionsMetadataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUserDefinedFunctionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetWorkflowRunsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListBlueprintsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCrawlersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomEntityTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDevEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMLTransformsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRegistriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSchemaVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSessionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTriggersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchTablesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +35 -35
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +2213 -554
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,257 +1,1208 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
import {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
import {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
import {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
import {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
import {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
import {
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
import {
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
import {
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
import {
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
import {
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
import {
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
import {
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
import {
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
import {
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
import {
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
import {
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
import {
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
import {
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
import {
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
import {
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
import {
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
import {
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
import {
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
import {
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
import {
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
import {
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
import {
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
import {
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
import {
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
import {
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
}
|
|
257
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
BatchCreatePartitionCommandInput,
|
|
47
|
+
BatchCreatePartitionCommandOutput,
|
|
48
|
+
} from "./commands/BatchCreatePartitionCommand";
|
|
49
|
+
import {
|
|
50
|
+
BatchDeleteConnectionCommandInput,
|
|
51
|
+
BatchDeleteConnectionCommandOutput,
|
|
52
|
+
} from "./commands/BatchDeleteConnectionCommand";
|
|
53
|
+
import {
|
|
54
|
+
BatchDeletePartitionCommandInput,
|
|
55
|
+
BatchDeletePartitionCommandOutput,
|
|
56
|
+
} from "./commands/BatchDeletePartitionCommand";
|
|
57
|
+
import {
|
|
58
|
+
BatchDeleteTableCommandInput,
|
|
59
|
+
BatchDeleteTableCommandOutput,
|
|
60
|
+
} from "./commands/BatchDeleteTableCommand";
|
|
61
|
+
import {
|
|
62
|
+
BatchDeleteTableVersionCommandInput,
|
|
63
|
+
BatchDeleteTableVersionCommandOutput,
|
|
64
|
+
} from "./commands/BatchDeleteTableVersionCommand";
|
|
65
|
+
import {
|
|
66
|
+
BatchGetBlueprintsCommandInput,
|
|
67
|
+
BatchGetBlueprintsCommandOutput,
|
|
68
|
+
} from "./commands/BatchGetBlueprintsCommand";
|
|
69
|
+
import {
|
|
70
|
+
BatchGetCrawlersCommandInput,
|
|
71
|
+
BatchGetCrawlersCommandOutput,
|
|
72
|
+
} from "./commands/BatchGetCrawlersCommand";
|
|
73
|
+
import {
|
|
74
|
+
BatchGetCustomEntityTypesCommandInput,
|
|
75
|
+
BatchGetCustomEntityTypesCommandOutput,
|
|
76
|
+
} from "./commands/BatchGetCustomEntityTypesCommand";
|
|
77
|
+
import {
|
|
78
|
+
BatchGetDevEndpointsCommandInput,
|
|
79
|
+
BatchGetDevEndpointsCommandOutput,
|
|
80
|
+
} from "./commands/BatchGetDevEndpointsCommand";
|
|
81
|
+
import {
|
|
82
|
+
BatchGetJobsCommandInput,
|
|
83
|
+
BatchGetJobsCommandOutput,
|
|
84
|
+
} from "./commands/BatchGetJobsCommand";
|
|
85
|
+
import {
|
|
86
|
+
BatchGetPartitionCommandInput,
|
|
87
|
+
BatchGetPartitionCommandOutput,
|
|
88
|
+
} from "./commands/BatchGetPartitionCommand";
|
|
89
|
+
import {
|
|
90
|
+
BatchGetTriggersCommandInput,
|
|
91
|
+
BatchGetTriggersCommandOutput,
|
|
92
|
+
} from "./commands/BatchGetTriggersCommand";
|
|
93
|
+
import {
|
|
94
|
+
BatchGetWorkflowsCommandInput,
|
|
95
|
+
BatchGetWorkflowsCommandOutput,
|
|
96
|
+
} from "./commands/BatchGetWorkflowsCommand";
|
|
97
|
+
import {
|
|
98
|
+
BatchStopJobRunCommandInput,
|
|
99
|
+
BatchStopJobRunCommandOutput,
|
|
100
|
+
} from "./commands/BatchStopJobRunCommand";
|
|
101
|
+
import {
|
|
102
|
+
BatchUpdatePartitionCommandInput,
|
|
103
|
+
BatchUpdatePartitionCommandOutput,
|
|
104
|
+
} from "./commands/BatchUpdatePartitionCommand";
|
|
105
|
+
import {
|
|
106
|
+
CancelMLTaskRunCommandInput,
|
|
107
|
+
CancelMLTaskRunCommandOutput,
|
|
108
|
+
} from "./commands/CancelMLTaskRunCommand";
|
|
109
|
+
import {
|
|
110
|
+
CancelStatementCommandInput,
|
|
111
|
+
CancelStatementCommandOutput,
|
|
112
|
+
} from "./commands/CancelStatementCommand";
|
|
113
|
+
import {
|
|
114
|
+
CheckSchemaVersionValidityCommandInput,
|
|
115
|
+
CheckSchemaVersionValidityCommandOutput,
|
|
116
|
+
} from "./commands/CheckSchemaVersionValidityCommand";
|
|
117
|
+
import {
|
|
118
|
+
CreateBlueprintCommandInput,
|
|
119
|
+
CreateBlueprintCommandOutput,
|
|
120
|
+
} from "./commands/CreateBlueprintCommand";
|
|
121
|
+
import {
|
|
122
|
+
CreateClassifierCommandInput,
|
|
123
|
+
CreateClassifierCommandOutput,
|
|
124
|
+
} from "./commands/CreateClassifierCommand";
|
|
125
|
+
import {
|
|
126
|
+
CreateConnectionCommandInput,
|
|
127
|
+
CreateConnectionCommandOutput,
|
|
128
|
+
} from "./commands/CreateConnectionCommand";
|
|
129
|
+
import {
|
|
130
|
+
CreateCrawlerCommandInput,
|
|
131
|
+
CreateCrawlerCommandOutput,
|
|
132
|
+
} from "./commands/CreateCrawlerCommand";
|
|
133
|
+
import {
|
|
134
|
+
CreateCustomEntityTypeCommandInput,
|
|
135
|
+
CreateCustomEntityTypeCommandOutput,
|
|
136
|
+
} from "./commands/CreateCustomEntityTypeCommand";
|
|
137
|
+
import {
|
|
138
|
+
CreateDatabaseCommandInput,
|
|
139
|
+
CreateDatabaseCommandOutput,
|
|
140
|
+
} from "./commands/CreateDatabaseCommand";
|
|
141
|
+
import {
|
|
142
|
+
CreateDevEndpointCommandInput,
|
|
143
|
+
CreateDevEndpointCommandOutput,
|
|
144
|
+
} from "./commands/CreateDevEndpointCommand";
|
|
145
|
+
import {
|
|
146
|
+
CreateJobCommandInput,
|
|
147
|
+
CreateJobCommandOutput,
|
|
148
|
+
} from "./commands/CreateJobCommand";
|
|
149
|
+
import {
|
|
150
|
+
CreateMLTransformCommandInput,
|
|
151
|
+
CreateMLTransformCommandOutput,
|
|
152
|
+
} from "./commands/CreateMLTransformCommand";
|
|
153
|
+
import {
|
|
154
|
+
CreatePartitionCommandInput,
|
|
155
|
+
CreatePartitionCommandOutput,
|
|
156
|
+
} from "./commands/CreatePartitionCommand";
|
|
157
|
+
import {
|
|
158
|
+
CreatePartitionIndexCommandInput,
|
|
159
|
+
CreatePartitionIndexCommandOutput,
|
|
160
|
+
} from "./commands/CreatePartitionIndexCommand";
|
|
161
|
+
import {
|
|
162
|
+
CreateRegistryCommandInput,
|
|
163
|
+
CreateRegistryCommandOutput,
|
|
164
|
+
} from "./commands/CreateRegistryCommand";
|
|
165
|
+
import {
|
|
166
|
+
CreateSchemaCommandInput,
|
|
167
|
+
CreateSchemaCommandOutput,
|
|
168
|
+
} from "./commands/CreateSchemaCommand";
|
|
169
|
+
import {
|
|
170
|
+
CreateScriptCommandInput,
|
|
171
|
+
CreateScriptCommandOutput,
|
|
172
|
+
} from "./commands/CreateScriptCommand";
|
|
173
|
+
import {
|
|
174
|
+
CreateSecurityConfigurationCommandInput,
|
|
175
|
+
CreateSecurityConfigurationCommandOutput,
|
|
176
|
+
} from "./commands/CreateSecurityConfigurationCommand";
|
|
177
|
+
import {
|
|
178
|
+
CreateSessionCommandInput,
|
|
179
|
+
CreateSessionCommandOutput,
|
|
180
|
+
} from "./commands/CreateSessionCommand";
|
|
181
|
+
import {
|
|
182
|
+
CreateTableCommandInput,
|
|
183
|
+
CreateTableCommandOutput,
|
|
184
|
+
} from "./commands/CreateTableCommand";
|
|
185
|
+
import {
|
|
186
|
+
CreateTriggerCommandInput,
|
|
187
|
+
CreateTriggerCommandOutput,
|
|
188
|
+
} from "./commands/CreateTriggerCommand";
|
|
189
|
+
import {
|
|
190
|
+
CreateUserDefinedFunctionCommandInput,
|
|
191
|
+
CreateUserDefinedFunctionCommandOutput,
|
|
192
|
+
} from "./commands/CreateUserDefinedFunctionCommand";
|
|
193
|
+
import {
|
|
194
|
+
CreateWorkflowCommandInput,
|
|
195
|
+
CreateWorkflowCommandOutput,
|
|
196
|
+
} from "./commands/CreateWorkflowCommand";
|
|
197
|
+
import {
|
|
198
|
+
DeleteBlueprintCommandInput,
|
|
199
|
+
DeleteBlueprintCommandOutput,
|
|
200
|
+
} from "./commands/DeleteBlueprintCommand";
|
|
201
|
+
import {
|
|
202
|
+
DeleteClassifierCommandInput,
|
|
203
|
+
DeleteClassifierCommandOutput,
|
|
204
|
+
} from "./commands/DeleteClassifierCommand";
|
|
205
|
+
import {
|
|
206
|
+
DeleteColumnStatisticsForPartitionCommandInput,
|
|
207
|
+
DeleteColumnStatisticsForPartitionCommandOutput,
|
|
208
|
+
} from "./commands/DeleteColumnStatisticsForPartitionCommand";
|
|
209
|
+
import {
|
|
210
|
+
DeleteColumnStatisticsForTableCommandInput,
|
|
211
|
+
DeleteColumnStatisticsForTableCommandOutput,
|
|
212
|
+
} from "./commands/DeleteColumnStatisticsForTableCommand";
|
|
213
|
+
import {
|
|
214
|
+
DeleteConnectionCommandInput,
|
|
215
|
+
DeleteConnectionCommandOutput,
|
|
216
|
+
} from "./commands/DeleteConnectionCommand";
|
|
217
|
+
import {
|
|
218
|
+
DeleteCrawlerCommandInput,
|
|
219
|
+
DeleteCrawlerCommandOutput,
|
|
220
|
+
} from "./commands/DeleteCrawlerCommand";
|
|
221
|
+
import {
|
|
222
|
+
DeleteCustomEntityTypeCommandInput,
|
|
223
|
+
DeleteCustomEntityTypeCommandOutput,
|
|
224
|
+
} from "./commands/DeleteCustomEntityTypeCommand";
|
|
225
|
+
import {
|
|
226
|
+
DeleteDatabaseCommandInput,
|
|
227
|
+
DeleteDatabaseCommandOutput,
|
|
228
|
+
} from "./commands/DeleteDatabaseCommand";
|
|
229
|
+
import {
|
|
230
|
+
DeleteDevEndpointCommandInput,
|
|
231
|
+
DeleteDevEndpointCommandOutput,
|
|
232
|
+
} from "./commands/DeleteDevEndpointCommand";
|
|
233
|
+
import {
|
|
234
|
+
DeleteJobCommandInput,
|
|
235
|
+
DeleteJobCommandOutput,
|
|
236
|
+
} from "./commands/DeleteJobCommand";
|
|
237
|
+
import {
|
|
238
|
+
DeleteMLTransformCommandInput,
|
|
239
|
+
DeleteMLTransformCommandOutput,
|
|
240
|
+
} from "./commands/DeleteMLTransformCommand";
|
|
241
|
+
import {
|
|
242
|
+
DeletePartitionCommandInput,
|
|
243
|
+
DeletePartitionCommandOutput,
|
|
244
|
+
} from "./commands/DeletePartitionCommand";
|
|
245
|
+
import {
|
|
246
|
+
DeletePartitionIndexCommandInput,
|
|
247
|
+
DeletePartitionIndexCommandOutput,
|
|
248
|
+
} from "./commands/DeletePartitionIndexCommand";
|
|
249
|
+
import {
|
|
250
|
+
DeleteRegistryCommandInput,
|
|
251
|
+
DeleteRegistryCommandOutput,
|
|
252
|
+
} from "./commands/DeleteRegistryCommand";
|
|
253
|
+
import {
|
|
254
|
+
DeleteResourcePolicyCommandInput,
|
|
255
|
+
DeleteResourcePolicyCommandOutput,
|
|
256
|
+
} from "./commands/DeleteResourcePolicyCommand";
|
|
257
|
+
import {
|
|
258
|
+
DeleteSchemaCommandInput,
|
|
259
|
+
DeleteSchemaCommandOutput,
|
|
260
|
+
} from "./commands/DeleteSchemaCommand";
|
|
261
|
+
import {
|
|
262
|
+
DeleteSchemaVersionsCommandInput,
|
|
263
|
+
DeleteSchemaVersionsCommandOutput,
|
|
264
|
+
} from "./commands/DeleteSchemaVersionsCommand";
|
|
265
|
+
import {
|
|
266
|
+
DeleteSecurityConfigurationCommandInput,
|
|
267
|
+
DeleteSecurityConfigurationCommandOutput,
|
|
268
|
+
} from "./commands/DeleteSecurityConfigurationCommand";
|
|
269
|
+
import {
|
|
270
|
+
DeleteSessionCommandInput,
|
|
271
|
+
DeleteSessionCommandOutput,
|
|
272
|
+
} from "./commands/DeleteSessionCommand";
|
|
273
|
+
import {
|
|
274
|
+
DeleteTableCommandInput,
|
|
275
|
+
DeleteTableCommandOutput,
|
|
276
|
+
} from "./commands/DeleteTableCommand";
|
|
277
|
+
import {
|
|
278
|
+
DeleteTableVersionCommandInput,
|
|
279
|
+
DeleteTableVersionCommandOutput,
|
|
280
|
+
} from "./commands/DeleteTableVersionCommand";
|
|
281
|
+
import {
|
|
282
|
+
DeleteTriggerCommandInput,
|
|
283
|
+
DeleteTriggerCommandOutput,
|
|
284
|
+
} from "./commands/DeleteTriggerCommand";
|
|
285
|
+
import {
|
|
286
|
+
DeleteUserDefinedFunctionCommandInput,
|
|
287
|
+
DeleteUserDefinedFunctionCommandOutput,
|
|
288
|
+
} from "./commands/DeleteUserDefinedFunctionCommand";
|
|
289
|
+
import {
|
|
290
|
+
DeleteWorkflowCommandInput,
|
|
291
|
+
DeleteWorkflowCommandOutput,
|
|
292
|
+
} from "./commands/DeleteWorkflowCommand";
|
|
293
|
+
import {
|
|
294
|
+
GetBlueprintCommandInput,
|
|
295
|
+
GetBlueprintCommandOutput,
|
|
296
|
+
} from "./commands/GetBlueprintCommand";
|
|
297
|
+
import {
|
|
298
|
+
GetBlueprintRunCommandInput,
|
|
299
|
+
GetBlueprintRunCommandOutput,
|
|
300
|
+
} from "./commands/GetBlueprintRunCommand";
|
|
301
|
+
import {
|
|
302
|
+
GetBlueprintRunsCommandInput,
|
|
303
|
+
GetBlueprintRunsCommandOutput,
|
|
304
|
+
} from "./commands/GetBlueprintRunsCommand";
|
|
305
|
+
import {
|
|
306
|
+
GetCatalogImportStatusCommandInput,
|
|
307
|
+
GetCatalogImportStatusCommandOutput,
|
|
308
|
+
} from "./commands/GetCatalogImportStatusCommand";
|
|
309
|
+
import {
|
|
310
|
+
GetClassifierCommandInput,
|
|
311
|
+
GetClassifierCommandOutput,
|
|
312
|
+
} from "./commands/GetClassifierCommand";
|
|
313
|
+
import {
|
|
314
|
+
GetClassifiersCommandInput,
|
|
315
|
+
GetClassifiersCommandOutput,
|
|
316
|
+
} from "./commands/GetClassifiersCommand";
|
|
317
|
+
import {
|
|
318
|
+
GetColumnStatisticsForPartitionCommandInput,
|
|
319
|
+
GetColumnStatisticsForPartitionCommandOutput,
|
|
320
|
+
} from "./commands/GetColumnStatisticsForPartitionCommand";
|
|
321
|
+
import {
|
|
322
|
+
GetColumnStatisticsForTableCommandInput,
|
|
323
|
+
GetColumnStatisticsForTableCommandOutput,
|
|
324
|
+
} from "./commands/GetColumnStatisticsForTableCommand";
|
|
325
|
+
import {
|
|
326
|
+
GetConnectionCommandInput,
|
|
327
|
+
GetConnectionCommandOutput,
|
|
328
|
+
} from "./commands/GetConnectionCommand";
|
|
329
|
+
import {
|
|
330
|
+
GetConnectionsCommandInput,
|
|
331
|
+
GetConnectionsCommandOutput,
|
|
332
|
+
} from "./commands/GetConnectionsCommand";
|
|
333
|
+
import {
|
|
334
|
+
GetCrawlerCommandInput,
|
|
335
|
+
GetCrawlerCommandOutput,
|
|
336
|
+
} from "./commands/GetCrawlerCommand";
|
|
337
|
+
import {
|
|
338
|
+
GetCrawlerMetricsCommandInput,
|
|
339
|
+
GetCrawlerMetricsCommandOutput,
|
|
340
|
+
} from "./commands/GetCrawlerMetricsCommand";
|
|
341
|
+
import {
|
|
342
|
+
GetCrawlersCommandInput,
|
|
343
|
+
GetCrawlersCommandOutput,
|
|
344
|
+
} from "./commands/GetCrawlersCommand";
|
|
345
|
+
import {
|
|
346
|
+
GetCustomEntityTypeCommandInput,
|
|
347
|
+
GetCustomEntityTypeCommandOutput,
|
|
348
|
+
} from "./commands/GetCustomEntityTypeCommand";
|
|
349
|
+
import {
|
|
350
|
+
GetDatabaseCommandInput,
|
|
351
|
+
GetDatabaseCommandOutput,
|
|
352
|
+
} from "./commands/GetDatabaseCommand";
|
|
353
|
+
import {
|
|
354
|
+
GetDatabasesCommandInput,
|
|
355
|
+
GetDatabasesCommandOutput,
|
|
356
|
+
} from "./commands/GetDatabasesCommand";
|
|
357
|
+
import {
|
|
358
|
+
GetDataCatalogEncryptionSettingsCommandInput,
|
|
359
|
+
GetDataCatalogEncryptionSettingsCommandOutput,
|
|
360
|
+
} from "./commands/GetDataCatalogEncryptionSettingsCommand";
|
|
361
|
+
import {
|
|
362
|
+
GetDataflowGraphCommandInput,
|
|
363
|
+
GetDataflowGraphCommandOutput,
|
|
364
|
+
} from "./commands/GetDataflowGraphCommand";
|
|
365
|
+
import {
|
|
366
|
+
GetDevEndpointCommandInput,
|
|
367
|
+
GetDevEndpointCommandOutput,
|
|
368
|
+
} from "./commands/GetDevEndpointCommand";
|
|
369
|
+
import {
|
|
370
|
+
GetDevEndpointsCommandInput,
|
|
371
|
+
GetDevEndpointsCommandOutput,
|
|
372
|
+
} from "./commands/GetDevEndpointsCommand";
|
|
373
|
+
import {
|
|
374
|
+
GetJobBookmarkCommandInput,
|
|
375
|
+
GetJobBookmarkCommandOutput,
|
|
376
|
+
} from "./commands/GetJobBookmarkCommand";
|
|
377
|
+
import {
|
|
378
|
+
GetJobCommandInput,
|
|
379
|
+
GetJobCommandOutput,
|
|
380
|
+
} from "./commands/GetJobCommand";
|
|
381
|
+
import {
|
|
382
|
+
GetJobRunCommandInput,
|
|
383
|
+
GetJobRunCommandOutput,
|
|
384
|
+
} from "./commands/GetJobRunCommand";
|
|
385
|
+
import {
|
|
386
|
+
GetJobRunsCommandInput,
|
|
387
|
+
GetJobRunsCommandOutput,
|
|
388
|
+
} from "./commands/GetJobRunsCommand";
|
|
389
|
+
import {
|
|
390
|
+
GetJobsCommandInput,
|
|
391
|
+
GetJobsCommandOutput,
|
|
392
|
+
} from "./commands/GetJobsCommand";
|
|
393
|
+
import {
|
|
394
|
+
GetMappingCommandInput,
|
|
395
|
+
GetMappingCommandOutput,
|
|
396
|
+
} from "./commands/GetMappingCommand";
|
|
397
|
+
import {
|
|
398
|
+
GetMLTaskRunCommandInput,
|
|
399
|
+
GetMLTaskRunCommandOutput,
|
|
400
|
+
} from "./commands/GetMLTaskRunCommand";
|
|
401
|
+
import {
|
|
402
|
+
GetMLTaskRunsCommandInput,
|
|
403
|
+
GetMLTaskRunsCommandOutput,
|
|
404
|
+
} from "./commands/GetMLTaskRunsCommand";
|
|
405
|
+
import {
|
|
406
|
+
GetMLTransformCommandInput,
|
|
407
|
+
GetMLTransformCommandOutput,
|
|
408
|
+
} from "./commands/GetMLTransformCommand";
|
|
409
|
+
import {
|
|
410
|
+
GetMLTransformsCommandInput,
|
|
411
|
+
GetMLTransformsCommandOutput,
|
|
412
|
+
} from "./commands/GetMLTransformsCommand";
|
|
413
|
+
import {
|
|
414
|
+
GetPartitionCommandInput,
|
|
415
|
+
GetPartitionCommandOutput,
|
|
416
|
+
} from "./commands/GetPartitionCommand";
|
|
417
|
+
import {
|
|
418
|
+
GetPartitionIndexesCommandInput,
|
|
419
|
+
GetPartitionIndexesCommandOutput,
|
|
420
|
+
} from "./commands/GetPartitionIndexesCommand";
|
|
421
|
+
import {
|
|
422
|
+
GetPartitionsCommandInput,
|
|
423
|
+
GetPartitionsCommandOutput,
|
|
424
|
+
} from "./commands/GetPartitionsCommand";
|
|
425
|
+
import {
|
|
426
|
+
GetPlanCommandInput,
|
|
427
|
+
GetPlanCommandOutput,
|
|
428
|
+
} from "./commands/GetPlanCommand";
|
|
429
|
+
import {
|
|
430
|
+
GetRegistryCommandInput,
|
|
431
|
+
GetRegistryCommandOutput,
|
|
432
|
+
} from "./commands/GetRegistryCommand";
|
|
433
|
+
import {
|
|
434
|
+
GetResourcePoliciesCommandInput,
|
|
435
|
+
GetResourcePoliciesCommandOutput,
|
|
436
|
+
} from "./commands/GetResourcePoliciesCommand";
|
|
437
|
+
import {
|
|
438
|
+
GetResourcePolicyCommandInput,
|
|
439
|
+
GetResourcePolicyCommandOutput,
|
|
440
|
+
} from "./commands/GetResourcePolicyCommand";
|
|
441
|
+
import {
|
|
442
|
+
GetSchemaByDefinitionCommandInput,
|
|
443
|
+
GetSchemaByDefinitionCommandOutput,
|
|
444
|
+
} from "./commands/GetSchemaByDefinitionCommand";
|
|
445
|
+
import {
|
|
446
|
+
GetSchemaCommandInput,
|
|
447
|
+
GetSchemaCommandOutput,
|
|
448
|
+
} from "./commands/GetSchemaCommand";
|
|
449
|
+
import {
|
|
450
|
+
GetSchemaVersionCommandInput,
|
|
451
|
+
GetSchemaVersionCommandOutput,
|
|
452
|
+
} from "./commands/GetSchemaVersionCommand";
|
|
453
|
+
import {
|
|
454
|
+
GetSchemaVersionsDiffCommandInput,
|
|
455
|
+
GetSchemaVersionsDiffCommandOutput,
|
|
456
|
+
} from "./commands/GetSchemaVersionsDiffCommand";
|
|
457
|
+
import {
|
|
458
|
+
GetSecurityConfigurationCommandInput,
|
|
459
|
+
GetSecurityConfigurationCommandOutput,
|
|
460
|
+
} from "./commands/GetSecurityConfigurationCommand";
|
|
461
|
+
import {
|
|
462
|
+
GetSecurityConfigurationsCommandInput,
|
|
463
|
+
GetSecurityConfigurationsCommandOutput,
|
|
464
|
+
} from "./commands/GetSecurityConfigurationsCommand";
|
|
465
|
+
import {
|
|
466
|
+
GetSessionCommandInput,
|
|
467
|
+
GetSessionCommandOutput,
|
|
468
|
+
} from "./commands/GetSessionCommand";
|
|
469
|
+
import {
|
|
470
|
+
GetStatementCommandInput,
|
|
471
|
+
GetStatementCommandOutput,
|
|
472
|
+
} from "./commands/GetStatementCommand";
|
|
473
|
+
import {
|
|
474
|
+
GetTableCommandInput,
|
|
475
|
+
GetTableCommandOutput,
|
|
476
|
+
} from "./commands/GetTableCommand";
|
|
477
|
+
import {
|
|
478
|
+
GetTablesCommandInput,
|
|
479
|
+
GetTablesCommandOutput,
|
|
480
|
+
} from "./commands/GetTablesCommand";
|
|
481
|
+
import {
|
|
482
|
+
GetTableVersionCommandInput,
|
|
483
|
+
GetTableVersionCommandOutput,
|
|
484
|
+
} from "./commands/GetTableVersionCommand";
|
|
485
|
+
import {
|
|
486
|
+
GetTableVersionsCommandInput,
|
|
487
|
+
GetTableVersionsCommandOutput,
|
|
488
|
+
} from "./commands/GetTableVersionsCommand";
|
|
489
|
+
import {
|
|
490
|
+
GetTagsCommandInput,
|
|
491
|
+
GetTagsCommandOutput,
|
|
492
|
+
} from "./commands/GetTagsCommand";
|
|
493
|
+
import {
|
|
494
|
+
GetTriggerCommandInput,
|
|
495
|
+
GetTriggerCommandOutput,
|
|
496
|
+
} from "./commands/GetTriggerCommand";
|
|
497
|
+
import {
|
|
498
|
+
GetTriggersCommandInput,
|
|
499
|
+
GetTriggersCommandOutput,
|
|
500
|
+
} from "./commands/GetTriggersCommand";
|
|
501
|
+
import {
|
|
502
|
+
GetUnfilteredPartitionMetadataCommandInput,
|
|
503
|
+
GetUnfilteredPartitionMetadataCommandOutput,
|
|
504
|
+
} from "./commands/GetUnfilteredPartitionMetadataCommand";
|
|
505
|
+
import {
|
|
506
|
+
GetUnfilteredPartitionsMetadataCommandInput,
|
|
507
|
+
GetUnfilteredPartitionsMetadataCommandOutput,
|
|
508
|
+
} from "./commands/GetUnfilteredPartitionsMetadataCommand";
|
|
509
|
+
import {
|
|
510
|
+
GetUnfilteredTableMetadataCommandInput,
|
|
511
|
+
GetUnfilteredTableMetadataCommandOutput,
|
|
512
|
+
} from "./commands/GetUnfilteredTableMetadataCommand";
|
|
513
|
+
import {
|
|
514
|
+
GetUserDefinedFunctionCommandInput,
|
|
515
|
+
GetUserDefinedFunctionCommandOutput,
|
|
516
|
+
} from "./commands/GetUserDefinedFunctionCommand";
|
|
517
|
+
import {
|
|
518
|
+
GetUserDefinedFunctionsCommandInput,
|
|
519
|
+
GetUserDefinedFunctionsCommandOutput,
|
|
520
|
+
} from "./commands/GetUserDefinedFunctionsCommand";
|
|
521
|
+
import {
|
|
522
|
+
GetWorkflowCommandInput,
|
|
523
|
+
GetWorkflowCommandOutput,
|
|
524
|
+
} from "./commands/GetWorkflowCommand";
|
|
525
|
+
import {
|
|
526
|
+
GetWorkflowRunCommandInput,
|
|
527
|
+
GetWorkflowRunCommandOutput,
|
|
528
|
+
} from "./commands/GetWorkflowRunCommand";
|
|
529
|
+
import {
|
|
530
|
+
GetWorkflowRunPropertiesCommandInput,
|
|
531
|
+
GetWorkflowRunPropertiesCommandOutput,
|
|
532
|
+
} from "./commands/GetWorkflowRunPropertiesCommand";
|
|
533
|
+
import {
|
|
534
|
+
GetWorkflowRunsCommandInput,
|
|
535
|
+
GetWorkflowRunsCommandOutput,
|
|
536
|
+
} from "./commands/GetWorkflowRunsCommand";
|
|
537
|
+
import {
|
|
538
|
+
ImportCatalogToGlueCommandInput,
|
|
539
|
+
ImportCatalogToGlueCommandOutput,
|
|
540
|
+
} from "./commands/ImportCatalogToGlueCommand";
|
|
541
|
+
import {
|
|
542
|
+
ListBlueprintsCommandInput,
|
|
543
|
+
ListBlueprintsCommandOutput,
|
|
544
|
+
} from "./commands/ListBlueprintsCommand";
|
|
545
|
+
import {
|
|
546
|
+
ListCrawlersCommandInput,
|
|
547
|
+
ListCrawlersCommandOutput,
|
|
548
|
+
} from "./commands/ListCrawlersCommand";
|
|
549
|
+
import {
|
|
550
|
+
ListCrawlsCommandInput,
|
|
551
|
+
ListCrawlsCommandOutput,
|
|
552
|
+
} from "./commands/ListCrawlsCommand";
|
|
553
|
+
import {
|
|
554
|
+
ListCustomEntityTypesCommandInput,
|
|
555
|
+
ListCustomEntityTypesCommandOutput,
|
|
556
|
+
} from "./commands/ListCustomEntityTypesCommand";
|
|
557
|
+
import {
|
|
558
|
+
ListDevEndpointsCommandInput,
|
|
559
|
+
ListDevEndpointsCommandOutput,
|
|
560
|
+
} from "./commands/ListDevEndpointsCommand";
|
|
561
|
+
import {
|
|
562
|
+
ListJobsCommandInput,
|
|
563
|
+
ListJobsCommandOutput,
|
|
564
|
+
} from "./commands/ListJobsCommand";
|
|
565
|
+
import {
|
|
566
|
+
ListMLTransformsCommandInput,
|
|
567
|
+
ListMLTransformsCommandOutput,
|
|
568
|
+
} from "./commands/ListMLTransformsCommand";
|
|
569
|
+
import {
|
|
570
|
+
ListRegistriesCommandInput,
|
|
571
|
+
ListRegistriesCommandOutput,
|
|
572
|
+
} from "./commands/ListRegistriesCommand";
|
|
573
|
+
import {
|
|
574
|
+
ListSchemasCommandInput,
|
|
575
|
+
ListSchemasCommandOutput,
|
|
576
|
+
} from "./commands/ListSchemasCommand";
|
|
577
|
+
import {
|
|
578
|
+
ListSchemaVersionsCommandInput,
|
|
579
|
+
ListSchemaVersionsCommandOutput,
|
|
580
|
+
} from "./commands/ListSchemaVersionsCommand";
|
|
581
|
+
import {
|
|
582
|
+
ListSessionsCommandInput,
|
|
583
|
+
ListSessionsCommandOutput,
|
|
584
|
+
} from "./commands/ListSessionsCommand";
|
|
585
|
+
import {
|
|
586
|
+
ListStatementsCommandInput,
|
|
587
|
+
ListStatementsCommandOutput,
|
|
588
|
+
} from "./commands/ListStatementsCommand";
|
|
589
|
+
import {
|
|
590
|
+
ListTriggersCommandInput,
|
|
591
|
+
ListTriggersCommandOutput,
|
|
592
|
+
} from "./commands/ListTriggersCommand";
|
|
593
|
+
import {
|
|
594
|
+
ListWorkflowsCommandInput,
|
|
595
|
+
ListWorkflowsCommandOutput,
|
|
596
|
+
} from "./commands/ListWorkflowsCommand";
|
|
597
|
+
import {
|
|
598
|
+
PutDataCatalogEncryptionSettingsCommandInput,
|
|
599
|
+
PutDataCatalogEncryptionSettingsCommandOutput,
|
|
600
|
+
} from "./commands/PutDataCatalogEncryptionSettingsCommand";
|
|
601
|
+
import {
|
|
602
|
+
PutResourcePolicyCommandInput,
|
|
603
|
+
PutResourcePolicyCommandOutput,
|
|
604
|
+
} from "./commands/PutResourcePolicyCommand";
|
|
605
|
+
import {
|
|
606
|
+
PutSchemaVersionMetadataCommandInput,
|
|
607
|
+
PutSchemaVersionMetadataCommandOutput,
|
|
608
|
+
} from "./commands/PutSchemaVersionMetadataCommand";
|
|
609
|
+
import {
|
|
610
|
+
PutWorkflowRunPropertiesCommandInput,
|
|
611
|
+
PutWorkflowRunPropertiesCommandOutput,
|
|
612
|
+
} from "./commands/PutWorkflowRunPropertiesCommand";
|
|
613
|
+
import {
|
|
614
|
+
QuerySchemaVersionMetadataCommandInput,
|
|
615
|
+
QuerySchemaVersionMetadataCommandOutput,
|
|
616
|
+
} from "./commands/QuerySchemaVersionMetadataCommand";
|
|
617
|
+
import {
|
|
618
|
+
RegisterSchemaVersionCommandInput,
|
|
619
|
+
RegisterSchemaVersionCommandOutput,
|
|
620
|
+
} from "./commands/RegisterSchemaVersionCommand";
|
|
621
|
+
import {
|
|
622
|
+
RemoveSchemaVersionMetadataCommandInput,
|
|
623
|
+
RemoveSchemaVersionMetadataCommandOutput,
|
|
624
|
+
} from "./commands/RemoveSchemaVersionMetadataCommand";
|
|
625
|
+
import {
|
|
626
|
+
ResetJobBookmarkCommandInput,
|
|
627
|
+
ResetJobBookmarkCommandOutput,
|
|
628
|
+
} from "./commands/ResetJobBookmarkCommand";
|
|
629
|
+
import {
|
|
630
|
+
ResumeWorkflowRunCommandInput,
|
|
631
|
+
ResumeWorkflowRunCommandOutput,
|
|
632
|
+
} from "./commands/ResumeWorkflowRunCommand";
|
|
633
|
+
import {
|
|
634
|
+
RunStatementCommandInput,
|
|
635
|
+
RunStatementCommandOutput,
|
|
636
|
+
} from "./commands/RunStatementCommand";
|
|
637
|
+
import {
|
|
638
|
+
SearchTablesCommandInput,
|
|
639
|
+
SearchTablesCommandOutput,
|
|
640
|
+
} from "./commands/SearchTablesCommand";
|
|
641
|
+
import {
|
|
642
|
+
StartBlueprintRunCommandInput,
|
|
643
|
+
StartBlueprintRunCommandOutput,
|
|
644
|
+
} from "./commands/StartBlueprintRunCommand";
|
|
645
|
+
import {
|
|
646
|
+
StartCrawlerCommandInput,
|
|
647
|
+
StartCrawlerCommandOutput,
|
|
648
|
+
} from "./commands/StartCrawlerCommand";
|
|
649
|
+
import {
|
|
650
|
+
StartCrawlerScheduleCommandInput,
|
|
651
|
+
StartCrawlerScheduleCommandOutput,
|
|
652
|
+
} from "./commands/StartCrawlerScheduleCommand";
|
|
653
|
+
import {
|
|
654
|
+
StartExportLabelsTaskRunCommandInput,
|
|
655
|
+
StartExportLabelsTaskRunCommandOutput,
|
|
656
|
+
} from "./commands/StartExportLabelsTaskRunCommand";
|
|
657
|
+
import {
|
|
658
|
+
StartImportLabelsTaskRunCommandInput,
|
|
659
|
+
StartImportLabelsTaskRunCommandOutput,
|
|
660
|
+
} from "./commands/StartImportLabelsTaskRunCommand";
|
|
661
|
+
import {
|
|
662
|
+
StartJobRunCommandInput,
|
|
663
|
+
StartJobRunCommandOutput,
|
|
664
|
+
} from "./commands/StartJobRunCommand";
|
|
665
|
+
import {
|
|
666
|
+
StartMLEvaluationTaskRunCommandInput,
|
|
667
|
+
StartMLEvaluationTaskRunCommandOutput,
|
|
668
|
+
} from "./commands/StartMLEvaluationTaskRunCommand";
|
|
669
|
+
import {
|
|
670
|
+
StartMLLabelingSetGenerationTaskRunCommandInput,
|
|
671
|
+
StartMLLabelingSetGenerationTaskRunCommandOutput,
|
|
672
|
+
} from "./commands/StartMLLabelingSetGenerationTaskRunCommand";
|
|
673
|
+
import {
|
|
674
|
+
StartTriggerCommandInput,
|
|
675
|
+
StartTriggerCommandOutput,
|
|
676
|
+
} from "./commands/StartTriggerCommand";
|
|
677
|
+
import {
|
|
678
|
+
StartWorkflowRunCommandInput,
|
|
679
|
+
StartWorkflowRunCommandOutput,
|
|
680
|
+
} from "./commands/StartWorkflowRunCommand";
|
|
681
|
+
import {
|
|
682
|
+
StopCrawlerCommandInput,
|
|
683
|
+
StopCrawlerCommandOutput,
|
|
684
|
+
} from "./commands/StopCrawlerCommand";
|
|
685
|
+
import {
|
|
686
|
+
StopCrawlerScheduleCommandInput,
|
|
687
|
+
StopCrawlerScheduleCommandOutput,
|
|
688
|
+
} from "./commands/StopCrawlerScheduleCommand";
|
|
689
|
+
import {
|
|
690
|
+
StopSessionCommandInput,
|
|
691
|
+
StopSessionCommandOutput,
|
|
692
|
+
} from "./commands/StopSessionCommand";
|
|
693
|
+
import {
|
|
694
|
+
StopTriggerCommandInput,
|
|
695
|
+
StopTriggerCommandOutput,
|
|
696
|
+
} from "./commands/StopTriggerCommand";
|
|
697
|
+
import {
|
|
698
|
+
StopWorkflowRunCommandInput,
|
|
699
|
+
StopWorkflowRunCommandOutput,
|
|
700
|
+
} from "./commands/StopWorkflowRunCommand";
|
|
701
|
+
import {
|
|
702
|
+
TagResourceCommandInput,
|
|
703
|
+
TagResourceCommandOutput,
|
|
704
|
+
} from "./commands/TagResourceCommand";
|
|
705
|
+
import {
|
|
706
|
+
UntagResourceCommandInput,
|
|
707
|
+
UntagResourceCommandOutput,
|
|
708
|
+
} from "./commands/UntagResourceCommand";
|
|
709
|
+
import {
|
|
710
|
+
UpdateBlueprintCommandInput,
|
|
711
|
+
UpdateBlueprintCommandOutput,
|
|
712
|
+
} from "./commands/UpdateBlueprintCommand";
|
|
713
|
+
import {
|
|
714
|
+
UpdateClassifierCommandInput,
|
|
715
|
+
UpdateClassifierCommandOutput,
|
|
716
|
+
} from "./commands/UpdateClassifierCommand";
|
|
717
|
+
import {
|
|
718
|
+
UpdateColumnStatisticsForPartitionCommandInput,
|
|
719
|
+
UpdateColumnStatisticsForPartitionCommandOutput,
|
|
720
|
+
} from "./commands/UpdateColumnStatisticsForPartitionCommand";
|
|
721
|
+
import {
|
|
722
|
+
UpdateColumnStatisticsForTableCommandInput,
|
|
723
|
+
UpdateColumnStatisticsForTableCommandOutput,
|
|
724
|
+
} from "./commands/UpdateColumnStatisticsForTableCommand";
|
|
725
|
+
import {
|
|
726
|
+
UpdateConnectionCommandInput,
|
|
727
|
+
UpdateConnectionCommandOutput,
|
|
728
|
+
} from "./commands/UpdateConnectionCommand";
|
|
729
|
+
import {
|
|
730
|
+
UpdateCrawlerCommandInput,
|
|
731
|
+
UpdateCrawlerCommandOutput,
|
|
732
|
+
} from "./commands/UpdateCrawlerCommand";
|
|
733
|
+
import {
|
|
734
|
+
UpdateCrawlerScheduleCommandInput,
|
|
735
|
+
UpdateCrawlerScheduleCommandOutput,
|
|
736
|
+
} from "./commands/UpdateCrawlerScheduleCommand";
|
|
737
|
+
import {
|
|
738
|
+
UpdateDatabaseCommandInput,
|
|
739
|
+
UpdateDatabaseCommandOutput,
|
|
740
|
+
} from "./commands/UpdateDatabaseCommand";
|
|
741
|
+
import {
|
|
742
|
+
UpdateDevEndpointCommandInput,
|
|
743
|
+
UpdateDevEndpointCommandOutput,
|
|
744
|
+
} from "./commands/UpdateDevEndpointCommand";
|
|
745
|
+
import {
|
|
746
|
+
UpdateJobCommandInput,
|
|
747
|
+
UpdateJobCommandOutput,
|
|
748
|
+
} from "./commands/UpdateJobCommand";
|
|
749
|
+
import {
|
|
750
|
+
UpdateMLTransformCommandInput,
|
|
751
|
+
UpdateMLTransformCommandOutput,
|
|
752
|
+
} from "./commands/UpdateMLTransformCommand";
|
|
753
|
+
import {
|
|
754
|
+
UpdatePartitionCommandInput,
|
|
755
|
+
UpdatePartitionCommandOutput,
|
|
756
|
+
} from "./commands/UpdatePartitionCommand";
|
|
757
|
+
import {
|
|
758
|
+
UpdateRegistryCommandInput,
|
|
759
|
+
UpdateRegistryCommandOutput,
|
|
760
|
+
} from "./commands/UpdateRegistryCommand";
|
|
761
|
+
import {
|
|
762
|
+
UpdateSchemaCommandInput,
|
|
763
|
+
UpdateSchemaCommandOutput,
|
|
764
|
+
} from "./commands/UpdateSchemaCommand";
|
|
765
|
+
import {
|
|
766
|
+
UpdateTableCommandInput,
|
|
767
|
+
UpdateTableCommandOutput,
|
|
768
|
+
} from "./commands/UpdateTableCommand";
|
|
769
|
+
import {
|
|
770
|
+
UpdateTriggerCommandInput,
|
|
771
|
+
UpdateTriggerCommandOutput,
|
|
772
|
+
} from "./commands/UpdateTriggerCommand";
|
|
773
|
+
import {
|
|
774
|
+
UpdateUserDefinedFunctionCommandInput,
|
|
775
|
+
UpdateUserDefinedFunctionCommandOutput,
|
|
776
|
+
} from "./commands/UpdateUserDefinedFunctionCommand";
|
|
777
|
+
import {
|
|
778
|
+
UpdateWorkflowCommandInput,
|
|
779
|
+
UpdateWorkflowCommandOutput,
|
|
780
|
+
} from "./commands/UpdateWorkflowCommand";
|
|
781
|
+
export declare type ServiceInputTypes =
|
|
782
|
+
| BatchCreatePartitionCommandInput
|
|
783
|
+
| BatchDeleteConnectionCommandInput
|
|
784
|
+
| BatchDeletePartitionCommandInput
|
|
785
|
+
| BatchDeleteTableCommandInput
|
|
786
|
+
| BatchDeleteTableVersionCommandInput
|
|
787
|
+
| BatchGetBlueprintsCommandInput
|
|
788
|
+
| BatchGetCrawlersCommandInput
|
|
789
|
+
| BatchGetCustomEntityTypesCommandInput
|
|
790
|
+
| BatchGetDevEndpointsCommandInput
|
|
791
|
+
| BatchGetJobsCommandInput
|
|
792
|
+
| BatchGetPartitionCommandInput
|
|
793
|
+
| BatchGetTriggersCommandInput
|
|
794
|
+
| BatchGetWorkflowsCommandInput
|
|
795
|
+
| BatchStopJobRunCommandInput
|
|
796
|
+
| BatchUpdatePartitionCommandInput
|
|
797
|
+
| CancelMLTaskRunCommandInput
|
|
798
|
+
| CancelStatementCommandInput
|
|
799
|
+
| CheckSchemaVersionValidityCommandInput
|
|
800
|
+
| CreateBlueprintCommandInput
|
|
801
|
+
| CreateClassifierCommandInput
|
|
802
|
+
| CreateConnectionCommandInput
|
|
803
|
+
| CreateCrawlerCommandInput
|
|
804
|
+
| CreateCustomEntityTypeCommandInput
|
|
805
|
+
| CreateDatabaseCommandInput
|
|
806
|
+
| CreateDevEndpointCommandInput
|
|
807
|
+
| CreateJobCommandInput
|
|
808
|
+
| CreateMLTransformCommandInput
|
|
809
|
+
| CreatePartitionCommandInput
|
|
810
|
+
| CreatePartitionIndexCommandInput
|
|
811
|
+
| CreateRegistryCommandInput
|
|
812
|
+
| CreateSchemaCommandInput
|
|
813
|
+
| CreateScriptCommandInput
|
|
814
|
+
| CreateSecurityConfigurationCommandInput
|
|
815
|
+
| CreateSessionCommandInput
|
|
816
|
+
| CreateTableCommandInput
|
|
817
|
+
| CreateTriggerCommandInput
|
|
818
|
+
| CreateUserDefinedFunctionCommandInput
|
|
819
|
+
| CreateWorkflowCommandInput
|
|
820
|
+
| DeleteBlueprintCommandInput
|
|
821
|
+
| DeleteClassifierCommandInput
|
|
822
|
+
| DeleteColumnStatisticsForPartitionCommandInput
|
|
823
|
+
| DeleteColumnStatisticsForTableCommandInput
|
|
824
|
+
| DeleteConnectionCommandInput
|
|
825
|
+
| DeleteCrawlerCommandInput
|
|
826
|
+
| DeleteCustomEntityTypeCommandInput
|
|
827
|
+
| DeleteDatabaseCommandInput
|
|
828
|
+
| DeleteDevEndpointCommandInput
|
|
829
|
+
| DeleteJobCommandInput
|
|
830
|
+
| DeleteMLTransformCommandInput
|
|
831
|
+
| DeletePartitionCommandInput
|
|
832
|
+
| DeletePartitionIndexCommandInput
|
|
833
|
+
| DeleteRegistryCommandInput
|
|
834
|
+
| DeleteResourcePolicyCommandInput
|
|
835
|
+
| DeleteSchemaCommandInput
|
|
836
|
+
| DeleteSchemaVersionsCommandInput
|
|
837
|
+
| DeleteSecurityConfigurationCommandInput
|
|
838
|
+
| DeleteSessionCommandInput
|
|
839
|
+
| DeleteTableCommandInput
|
|
840
|
+
| DeleteTableVersionCommandInput
|
|
841
|
+
| DeleteTriggerCommandInput
|
|
842
|
+
| DeleteUserDefinedFunctionCommandInput
|
|
843
|
+
| DeleteWorkflowCommandInput
|
|
844
|
+
| GetBlueprintCommandInput
|
|
845
|
+
| GetBlueprintRunCommandInput
|
|
846
|
+
| GetBlueprintRunsCommandInput
|
|
847
|
+
| GetCatalogImportStatusCommandInput
|
|
848
|
+
| GetClassifierCommandInput
|
|
849
|
+
| GetClassifiersCommandInput
|
|
850
|
+
| GetColumnStatisticsForPartitionCommandInput
|
|
851
|
+
| GetColumnStatisticsForTableCommandInput
|
|
852
|
+
| GetConnectionCommandInput
|
|
853
|
+
| GetConnectionsCommandInput
|
|
854
|
+
| GetCrawlerCommandInput
|
|
855
|
+
| GetCrawlerMetricsCommandInput
|
|
856
|
+
| GetCrawlersCommandInput
|
|
857
|
+
| GetCustomEntityTypeCommandInput
|
|
858
|
+
| GetDataCatalogEncryptionSettingsCommandInput
|
|
859
|
+
| GetDatabaseCommandInput
|
|
860
|
+
| GetDatabasesCommandInput
|
|
861
|
+
| GetDataflowGraphCommandInput
|
|
862
|
+
| GetDevEndpointCommandInput
|
|
863
|
+
| GetDevEndpointsCommandInput
|
|
864
|
+
| GetJobBookmarkCommandInput
|
|
865
|
+
| GetJobCommandInput
|
|
866
|
+
| GetJobRunCommandInput
|
|
867
|
+
| GetJobRunsCommandInput
|
|
868
|
+
| GetJobsCommandInput
|
|
869
|
+
| GetMLTaskRunCommandInput
|
|
870
|
+
| GetMLTaskRunsCommandInput
|
|
871
|
+
| GetMLTransformCommandInput
|
|
872
|
+
| GetMLTransformsCommandInput
|
|
873
|
+
| GetMappingCommandInput
|
|
874
|
+
| GetPartitionCommandInput
|
|
875
|
+
| GetPartitionIndexesCommandInput
|
|
876
|
+
| GetPartitionsCommandInput
|
|
877
|
+
| GetPlanCommandInput
|
|
878
|
+
| GetRegistryCommandInput
|
|
879
|
+
| GetResourcePoliciesCommandInput
|
|
880
|
+
| GetResourcePolicyCommandInput
|
|
881
|
+
| GetSchemaByDefinitionCommandInput
|
|
882
|
+
| GetSchemaCommandInput
|
|
883
|
+
| GetSchemaVersionCommandInput
|
|
884
|
+
| GetSchemaVersionsDiffCommandInput
|
|
885
|
+
| GetSecurityConfigurationCommandInput
|
|
886
|
+
| GetSecurityConfigurationsCommandInput
|
|
887
|
+
| GetSessionCommandInput
|
|
888
|
+
| GetStatementCommandInput
|
|
889
|
+
| GetTableCommandInput
|
|
890
|
+
| GetTableVersionCommandInput
|
|
891
|
+
| GetTableVersionsCommandInput
|
|
892
|
+
| GetTablesCommandInput
|
|
893
|
+
| GetTagsCommandInput
|
|
894
|
+
| GetTriggerCommandInput
|
|
895
|
+
| GetTriggersCommandInput
|
|
896
|
+
| GetUnfilteredPartitionMetadataCommandInput
|
|
897
|
+
| GetUnfilteredPartitionsMetadataCommandInput
|
|
898
|
+
| GetUnfilteredTableMetadataCommandInput
|
|
899
|
+
| GetUserDefinedFunctionCommandInput
|
|
900
|
+
| GetUserDefinedFunctionsCommandInput
|
|
901
|
+
| GetWorkflowCommandInput
|
|
902
|
+
| GetWorkflowRunCommandInput
|
|
903
|
+
| GetWorkflowRunPropertiesCommandInput
|
|
904
|
+
| GetWorkflowRunsCommandInput
|
|
905
|
+
| ImportCatalogToGlueCommandInput
|
|
906
|
+
| ListBlueprintsCommandInput
|
|
907
|
+
| ListCrawlersCommandInput
|
|
908
|
+
| ListCrawlsCommandInput
|
|
909
|
+
| ListCustomEntityTypesCommandInput
|
|
910
|
+
| ListDevEndpointsCommandInput
|
|
911
|
+
| ListJobsCommandInput
|
|
912
|
+
| ListMLTransformsCommandInput
|
|
913
|
+
| ListRegistriesCommandInput
|
|
914
|
+
| ListSchemaVersionsCommandInput
|
|
915
|
+
| ListSchemasCommandInput
|
|
916
|
+
| ListSessionsCommandInput
|
|
917
|
+
| ListStatementsCommandInput
|
|
918
|
+
| ListTriggersCommandInput
|
|
919
|
+
| ListWorkflowsCommandInput
|
|
920
|
+
| PutDataCatalogEncryptionSettingsCommandInput
|
|
921
|
+
| PutResourcePolicyCommandInput
|
|
922
|
+
| PutSchemaVersionMetadataCommandInput
|
|
923
|
+
| PutWorkflowRunPropertiesCommandInput
|
|
924
|
+
| QuerySchemaVersionMetadataCommandInput
|
|
925
|
+
| RegisterSchemaVersionCommandInput
|
|
926
|
+
| RemoveSchemaVersionMetadataCommandInput
|
|
927
|
+
| ResetJobBookmarkCommandInput
|
|
928
|
+
| ResumeWorkflowRunCommandInput
|
|
929
|
+
| RunStatementCommandInput
|
|
930
|
+
| SearchTablesCommandInput
|
|
931
|
+
| StartBlueprintRunCommandInput
|
|
932
|
+
| StartCrawlerCommandInput
|
|
933
|
+
| StartCrawlerScheduleCommandInput
|
|
934
|
+
| StartExportLabelsTaskRunCommandInput
|
|
935
|
+
| StartImportLabelsTaskRunCommandInput
|
|
936
|
+
| StartJobRunCommandInput
|
|
937
|
+
| StartMLEvaluationTaskRunCommandInput
|
|
938
|
+
| StartMLLabelingSetGenerationTaskRunCommandInput
|
|
939
|
+
| StartTriggerCommandInput
|
|
940
|
+
| StartWorkflowRunCommandInput
|
|
941
|
+
| StopCrawlerCommandInput
|
|
942
|
+
| StopCrawlerScheduleCommandInput
|
|
943
|
+
| StopSessionCommandInput
|
|
944
|
+
| StopTriggerCommandInput
|
|
945
|
+
| StopWorkflowRunCommandInput
|
|
946
|
+
| TagResourceCommandInput
|
|
947
|
+
| UntagResourceCommandInput
|
|
948
|
+
| UpdateBlueprintCommandInput
|
|
949
|
+
| UpdateClassifierCommandInput
|
|
950
|
+
| UpdateColumnStatisticsForPartitionCommandInput
|
|
951
|
+
| UpdateColumnStatisticsForTableCommandInput
|
|
952
|
+
| UpdateConnectionCommandInput
|
|
953
|
+
| UpdateCrawlerCommandInput
|
|
954
|
+
| UpdateCrawlerScheduleCommandInput
|
|
955
|
+
| UpdateDatabaseCommandInput
|
|
956
|
+
| UpdateDevEndpointCommandInput
|
|
957
|
+
| UpdateJobCommandInput
|
|
958
|
+
| UpdateMLTransformCommandInput
|
|
959
|
+
| UpdatePartitionCommandInput
|
|
960
|
+
| UpdateRegistryCommandInput
|
|
961
|
+
| UpdateSchemaCommandInput
|
|
962
|
+
| UpdateTableCommandInput
|
|
963
|
+
| UpdateTriggerCommandInput
|
|
964
|
+
| UpdateUserDefinedFunctionCommandInput
|
|
965
|
+
| UpdateWorkflowCommandInput;
|
|
966
|
+
export declare type ServiceOutputTypes =
|
|
967
|
+
| BatchCreatePartitionCommandOutput
|
|
968
|
+
| BatchDeleteConnectionCommandOutput
|
|
969
|
+
| BatchDeletePartitionCommandOutput
|
|
970
|
+
| BatchDeleteTableCommandOutput
|
|
971
|
+
| BatchDeleteTableVersionCommandOutput
|
|
972
|
+
| BatchGetBlueprintsCommandOutput
|
|
973
|
+
| BatchGetCrawlersCommandOutput
|
|
974
|
+
| BatchGetCustomEntityTypesCommandOutput
|
|
975
|
+
| BatchGetDevEndpointsCommandOutput
|
|
976
|
+
| BatchGetJobsCommandOutput
|
|
977
|
+
| BatchGetPartitionCommandOutput
|
|
978
|
+
| BatchGetTriggersCommandOutput
|
|
979
|
+
| BatchGetWorkflowsCommandOutput
|
|
980
|
+
| BatchStopJobRunCommandOutput
|
|
981
|
+
| BatchUpdatePartitionCommandOutput
|
|
982
|
+
| CancelMLTaskRunCommandOutput
|
|
983
|
+
| CancelStatementCommandOutput
|
|
984
|
+
| CheckSchemaVersionValidityCommandOutput
|
|
985
|
+
| CreateBlueprintCommandOutput
|
|
986
|
+
| CreateClassifierCommandOutput
|
|
987
|
+
| CreateConnectionCommandOutput
|
|
988
|
+
| CreateCrawlerCommandOutput
|
|
989
|
+
| CreateCustomEntityTypeCommandOutput
|
|
990
|
+
| CreateDatabaseCommandOutput
|
|
991
|
+
| CreateDevEndpointCommandOutput
|
|
992
|
+
| CreateJobCommandOutput
|
|
993
|
+
| CreateMLTransformCommandOutput
|
|
994
|
+
| CreatePartitionCommandOutput
|
|
995
|
+
| CreatePartitionIndexCommandOutput
|
|
996
|
+
| CreateRegistryCommandOutput
|
|
997
|
+
| CreateSchemaCommandOutput
|
|
998
|
+
| CreateScriptCommandOutput
|
|
999
|
+
| CreateSecurityConfigurationCommandOutput
|
|
1000
|
+
| CreateSessionCommandOutput
|
|
1001
|
+
| CreateTableCommandOutput
|
|
1002
|
+
| CreateTriggerCommandOutput
|
|
1003
|
+
| CreateUserDefinedFunctionCommandOutput
|
|
1004
|
+
| CreateWorkflowCommandOutput
|
|
1005
|
+
| DeleteBlueprintCommandOutput
|
|
1006
|
+
| DeleteClassifierCommandOutput
|
|
1007
|
+
| DeleteColumnStatisticsForPartitionCommandOutput
|
|
1008
|
+
| DeleteColumnStatisticsForTableCommandOutput
|
|
1009
|
+
| DeleteConnectionCommandOutput
|
|
1010
|
+
| DeleteCrawlerCommandOutput
|
|
1011
|
+
| DeleteCustomEntityTypeCommandOutput
|
|
1012
|
+
| DeleteDatabaseCommandOutput
|
|
1013
|
+
| DeleteDevEndpointCommandOutput
|
|
1014
|
+
| DeleteJobCommandOutput
|
|
1015
|
+
| DeleteMLTransformCommandOutput
|
|
1016
|
+
| DeletePartitionCommandOutput
|
|
1017
|
+
| DeletePartitionIndexCommandOutput
|
|
1018
|
+
| DeleteRegistryCommandOutput
|
|
1019
|
+
| DeleteResourcePolicyCommandOutput
|
|
1020
|
+
| DeleteSchemaCommandOutput
|
|
1021
|
+
| DeleteSchemaVersionsCommandOutput
|
|
1022
|
+
| DeleteSecurityConfigurationCommandOutput
|
|
1023
|
+
| DeleteSessionCommandOutput
|
|
1024
|
+
| DeleteTableCommandOutput
|
|
1025
|
+
| DeleteTableVersionCommandOutput
|
|
1026
|
+
| DeleteTriggerCommandOutput
|
|
1027
|
+
| DeleteUserDefinedFunctionCommandOutput
|
|
1028
|
+
| DeleteWorkflowCommandOutput
|
|
1029
|
+
| GetBlueprintCommandOutput
|
|
1030
|
+
| GetBlueprintRunCommandOutput
|
|
1031
|
+
| GetBlueprintRunsCommandOutput
|
|
1032
|
+
| GetCatalogImportStatusCommandOutput
|
|
1033
|
+
| GetClassifierCommandOutput
|
|
1034
|
+
| GetClassifiersCommandOutput
|
|
1035
|
+
| GetColumnStatisticsForPartitionCommandOutput
|
|
1036
|
+
| GetColumnStatisticsForTableCommandOutput
|
|
1037
|
+
| GetConnectionCommandOutput
|
|
1038
|
+
| GetConnectionsCommandOutput
|
|
1039
|
+
| GetCrawlerCommandOutput
|
|
1040
|
+
| GetCrawlerMetricsCommandOutput
|
|
1041
|
+
| GetCrawlersCommandOutput
|
|
1042
|
+
| GetCustomEntityTypeCommandOutput
|
|
1043
|
+
| GetDataCatalogEncryptionSettingsCommandOutput
|
|
1044
|
+
| GetDatabaseCommandOutput
|
|
1045
|
+
| GetDatabasesCommandOutput
|
|
1046
|
+
| GetDataflowGraphCommandOutput
|
|
1047
|
+
| GetDevEndpointCommandOutput
|
|
1048
|
+
| GetDevEndpointsCommandOutput
|
|
1049
|
+
| GetJobBookmarkCommandOutput
|
|
1050
|
+
| GetJobCommandOutput
|
|
1051
|
+
| GetJobRunCommandOutput
|
|
1052
|
+
| GetJobRunsCommandOutput
|
|
1053
|
+
| GetJobsCommandOutput
|
|
1054
|
+
| GetMLTaskRunCommandOutput
|
|
1055
|
+
| GetMLTaskRunsCommandOutput
|
|
1056
|
+
| GetMLTransformCommandOutput
|
|
1057
|
+
| GetMLTransformsCommandOutput
|
|
1058
|
+
| GetMappingCommandOutput
|
|
1059
|
+
| GetPartitionCommandOutput
|
|
1060
|
+
| GetPartitionIndexesCommandOutput
|
|
1061
|
+
| GetPartitionsCommandOutput
|
|
1062
|
+
| GetPlanCommandOutput
|
|
1063
|
+
| GetRegistryCommandOutput
|
|
1064
|
+
| GetResourcePoliciesCommandOutput
|
|
1065
|
+
| GetResourcePolicyCommandOutput
|
|
1066
|
+
| GetSchemaByDefinitionCommandOutput
|
|
1067
|
+
| GetSchemaCommandOutput
|
|
1068
|
+
| GetSchemaVersionCommandOutput
|
|
1069
|
+
| GetSchemaVersionsDiffCommandOutput
|
|
1070
|
+
| GetSecurityConfigurationCommandOutput
|
|
1071
|
+
| GetSecurityConfigurationsCommandOutput
|
|
1072
|
+
| GetSessionCommandOutput
|
|
1073
|
+
| GetStatementCommandOutput
|
|
1074
|
+
| GetTableCommandOutput
|
|
1075
|
+
| GetTableVersionCommandOutput
|
|
1076
|
+
| GetTableVersionsCommandOutput
|
|
1077
|
+
| GetTablesCommandOutput
|
|
1078
|
+
| GetTagsCommandOutput
|
|
1079
|
+
| GetTriggerCommandOutput
|
|
1080
|
+
| GetTriggersCommandOutput
|
|
1081
|
+
| GetUnfilteredPartitionMetadataCommandOutput
|
|
1082
|
+
| GetUnfilteredPartitionsMetadataCommandOutput
|
|
1083
|
+
| GetUnfilteredTableMetadataCommandOutput
|
|
1084
|
+
| GetUserDefinedFunctionCommandOutput
|
|
1085
|
+
| GetUserDefinedFunctionsCommandOutput
|
|
1086
|
+
| GetWorkflowCommandOutput
|
|
1087
|
+
| GetWorkflowRunCommandOutput
|
|
1088
|
+
| GetWorkflowRunPropertiesCommandOutput
|
|
1089
|
+
| GetWorkflowRunsCommandOutput
|
|
1090
|
+
| ImportCatalogToGlueCommandOutput
|
|
1091
|
+
| ListBlueprintsCommandOutput
|
|
1092
|
+
| ListCrawlersCommandOutput
|
|
1093
|
+
| ListCrawlsCommandOutput
|
|
1094
|
+
| ListCustomEntityTypesCommandOutput
|
|
1095
|
+
| ListDevEndpointsCommandOutput
|
|
1096
|
+
| ListJobsCommandOutput
|
|
1097
|
+
| ListMLTransformsCommandOutput
|
|
1098
|
+
| ListRegistriesCommandOutput
|
|
1099
|
+
| ListSchemaVersionsCommandOutput
|
|
1100
|
+
| ListSchemasCommandOutput
|
|
1101
|
+
| ListSessionsCommandOutput
|
|
1102
|
+
| ListStatementsCommandOutput
|
|
1103
|
+
| ListTriggersCommandOutput
|
|
1104
|
+
| ListWorkflowsCommandOutput
|
|
1105
|
+
| PutDataCatalogEncryptionSettingsCommandOutput
|
|
1106
|
+
| PutResourcePolicyCommandOutput
|
|
1107
|
+
| PutSchemaVersionMetadataCommandOutput
|
|
1108
|
+
| PutWorkflowRunPropertiesCommandOutput
|
|
1109
|
+
| QuerySchemaVersionMetadataCommandOutput
|
|
1110
|
+
| RegisterSchemaVersionCommandOutput
|
|
1111
|
+
| RemoveSchemaVersionMetadataCommandOutput
|
|
1112
|
+
| ResetJobBookmarkCommandOutput
|
|
1113
|
+
| ResumeWorkflowRunCommandOutput
|
|
1114
|
+
| RunStatementCommandOutput
|
|
1115
|
+
| SearchTablesCommandOutput
|
|
1116
|
+
| StartBlueprintRunCommandOutput
|
|
1117
|
+
| StartCrawlerCommandOutput
|
|
1118
|
+
| StartCrawlerScheduleCommandOutput
|
|
1119
|
+
| StartExportLabelsTaskRunCommandOutput
|
|
1120
|
+
| StartImportLabelsTaskRunCommandOutput
|
|
1121
|
+
| StartJobRunCommandOutput
|
|
1122
|
+
| StartMLEvaluationTaskRunCommandOutput
|
|
1123
|
+
| StartMLLabelingSetGenerationTaskRunCommandOutput
|
|
1124
|
+
| StartTriggerCommandOutput
|
|
1125
|
+
| StartWorkflowRunCommandOutput
|
|
1126
|
+
| StopCrawlerCommandOutput
|
|
1127
|
+
| StopCrawlerScheduleCommandOutput
|
|
1128
|
+
| StopSessionCommandOutput
|
|
1129
|
+
| StopTriggerCommandOutput
|
|
1130
|
+
| StopWorkflowRunCommandOutput
|
|
1131
|
+
| TagResourceCommandOutput
|
|
1132
|
+
| UntagResourceCommandOutput
|
|
1133
|
+
| UpdateBlueprintCommandOutput
|
|
1134
|
+
| UpdateClassifierCommandOutput
|
|
1135
|
+
| UpdateColumnStatisticsForPartitionCommandOutput
|
|
1136
|
+
| UpdateColumnStatisticsForTableCommandOutput
|
|
1137
|
+
| UpdateConnectionCommandOutput
|
|
1138
|
+
| UpdateCrawlerCommandOutput
|
|
1139
|
+
| UpdateCrawlerScheduleCommandOutput
|
|
1140
|
+
| UpdateDatabaseCommandOutput
|
|
1141
|
+
| UpdateDevEndpointCommandOutput
|
|
1142
|
+
| UpdateJobCommandOutput
|
|
1143
|
+
| UpdateMLTransformCommandOutput
|
|
1144
|
+
| UpdatePartitionCommandOutput
|
|
1145
|
+
| UpdateRegistryCommandOutput
|
|
1146
|
+
| UpdateSchemaCommandOutput
|
|
1147
|
+
| UpdateTableCommandOutput
|
|
1148
|
+
| UpdateTriggerCommandOutput
|
|
1149
|
+
| UpdateUserDefinedFunctionCommandOutput
|
|
1150
|
+
| UpdateWorkflowCommandOutput;
|
|
1151
|
+
export interface ClientDefaults
|
|
1152
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
1153
|
+
requestHandler?: __HttpHandler;
|
|
1154
|
+
sha256?: __HashConstructor;
|
|
1155
|
+
urlParser?: __UrlParser;
|
|
1156
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
1157
|
+
streamCollector?: __StreamCollector;
|
|
1158
|
+
base64Decoder?: __Decoder;
|
|
1159
|
+
base64Encoder?: __Encoder;
|
|
1160
|
+
utf8Decoder?: __Decoder;
|
|
1161
|
+
utf8Encoder?: __Encoder;
|
|
1162
|
+
runtime?: string;
|
|
1163
|
+
disableHostPrefix?: boolean;
|
|
1164
|
+
maxAttempts?: number | __Provider<number>;
|
|
1165
|
+
retryMode?: string | __Provider<string>;
|
|
1166
|
+
logger?: __Logger;
|
|
1167
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
1168
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
1169
|
+
serviceId?: string;
|
|
1170
|
+
region?: string | __Provider<string>;
|
|
1171
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
1172
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
1173
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
1174
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
1175
|
+
}
|
|
1176
|
+
declare type GlueClientConfigType = Partial<
|
|
1177
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
1178
|
+
> &
|
|
1179
|
+
ClientDefaults &
|
|
1180
|
+
RegionInputConfig &
|
|
1181
|
+
EndpointsInputConfig &
|
|
1182
|
+
RetryInputConfig &
|
|
1183
|
+
HostHeaderInputConfig &
|
|
1184
|
+
AwsAuthInputConfig &
|
|
1185
|
+
UserAgentInputConfig;
|
|
1186
|
+
export interface GlueClientConfig extends GlueClientConfigType {}
|
|
1187
|
+
declare type GlueClientResolvedConfigType =
|
|
1188
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
1189
|
+
Required<ClientDefaults> &
|
|
1190
|
+
RegionResolvedConfig &
|
|
1191
|
+
EndpointsResolvedConfig &
|
|
1192
|
+
RetryResolvedConfig &
|
|
1193
|
+
HostHeaderResolvedConfig &
|
|
1194
|
+
AwsAuthResolvedConfig &
|
|
1195
|
+
UserAgentResolvedConfig;
|
|
1196
|
+
export interface GlueClientResolvedConfig
|
|
1197
|
+
extends GlueClientResolvedConfigType {}
|
|
1198
|
+
export declare class GlueClient extends __Client<
|
|
1199
|
+
__HttpHandlerOptions,
|
|
1200
|
+
ServiceInputTypes,
|
|
1201
|
+
ServiceOutputTypes,
|
|
1202
|
+
GlueClientResolvedConfig
|
|
1203
|
+
> {
|
|
1204
|
+
readonly config: GlueClientResolvedConfig;
|
|
1205
|
+
constructor(configuration: GlueClientConfig);
|
|
1206
|
+
destroy(): void;
|
|
1207
|
+
}
|
|
1208
|
+
export {};
|