@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,922 +1,3150 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
import {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
import {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
import {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
import {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
import {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
import {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
import {
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
import {
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
import {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
import {
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
import {
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
import {
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
import {
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
import {
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
import {
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
import {
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
import {
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
import {
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
import {
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
import {
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
import {
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
import {
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
import {
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
import {
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
import {
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
import {
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
import {
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
import {
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
import {
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
import {
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
import {
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
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
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
BatchCreatePartitionCommandInput,
|
|
4
|
+
BatchCreatePartitionCommandOutput,
|
|
5
|
+
} from "./commands/BatchCreatePartitionCommand";
|
|
6
|
+
import {
|
|
7
|
+
BatchDeleteConnectionCommandInput,
|
|
8
|
+
BatchDeleteConnectionCommandOutput,
|
|
9
|
+
} from "./commands/BatchDeleteConnectionCommand";
|
|
10
|
+
import {
|
|
11
|
+
BatchDeletePartitionCommandInput,
|
|
12
|
+
BatchDeletePartitionCommandOutput,
|
|
13
|
+
} from "./commands/BatchDeletePartitionCommand";
|
|
14
|
+
import {
|
|
15
|
+
BatchDeleteTableCommandInput,
|
|
16
|
+
BatchDeleteTableCommandOutput,
|
|
17
|
+
} from "./commands/BatchDeleteTableCommand";
|
|
18
|
+
import {
|
|
19
|
+
BatchDeleteTableVersionCommandInput,
|
|
20
|
+
BatchDeleteTableVersionCommandOutput,
|
|
21
|
+
} from "./commands/BatchDeleteTableVersionCommand";
|
|
22
|
+
import {
|
|
23
|
+
BatchGetBlueprintsCommandInput,
|
|
24
|
+
BatchGetBlueprintsCommandOutput,
|
|
25
|
+
} from "./commands/BatchGetBlueprintsCommand";
|
|
26
|
+
import {
|
|
27
|
+
BatchGetCrawlersCommandInput,
|
|
28
|
+
BatchGetCrawlersCommandOutput,
|
|
29
|
+
} from "./commands/BatchGetCrawlersCommand";
|
|
30
|
+
import {
|
|
31
|
+
BatchGetCustomEntityTypesCommandInput,
|
|
32
|
+
BatchGetCustomEntityTypesCommandOutput,
|
|
33
|
+
} from "./commands/BatchGetCustomEntityTypesCommand";
|
|
34
|
+
import {
|
|
35
|
+
BatchGetDevEndpointsCommandInput,
|
|
36
|
+
BatchGetDevEndpointsCommandOutput,
|
|
37
|
+
} from "./commands/BatchGetDevEndpointsCommand";
|
|
38
|
+
import {
|
|
39
|
+
BatchGetJobsCommandInput,
|
|
40
|
+
BatchGetJobsCommandOutput,
|
|
41
|
+
} from "./commands/BatchGetJobsCommand";
|
|
42
|
+
import {
|
|
43
|
+
BatchGetPartitionCommandInput,
|
|
44
|
+
BatchGetPartitionCommandOutput,
|
|
45
|
+
} from "./commands/BatchGetPartitionCommand";
|
|
46
|
+
import {
|
|
47
|
+
BatchGetTriggersCommandInput,
|
|
48
|
+
BatchGetTriggersCommandOutput,
|
|
49
|
+
} from "./commands/BatchGetTriggersCommand";
|
|
50
|
+
import {
|
|
51
|
+
BatchGetWorkflowsCommandInput,
|
|
52
|
+
BatchGetWorkflowsCommandOutput,
|
|
53
|
+
} from "./commands/BatchGetWorkflowsCommand";
|
|
54
|
+
import {
|
|
55
|
+
BatchStopJobRunCommandInput,
|
|
56
|
+
BatchStopJobRunCommandOutput,
|
|
57
|
+
} from "./commands/BatchStopJobRunCommand";
|
|
58
|
+
import {
|
|
59
|
+
BatchUpdatePartitionCommandInput,
|
|
60
|
+
BatchUpdatePartitionCommandOutput,
|
|
61
|
+
} from "./commands/BatchUpdatePartitionCommand";
|
|
62
|
+
import {
|
|
63
|
+
CancelMLTaskRunCommandInput,
|
|
64
|
+
CancelMLTaskRunCommandOutput,
|
|
65
|
+
} from "./commands/CancelMLTaskRunCommand";
|
|
66
|
+
import {
|
|
67
|
+
CancelStatementCommandInput,
|
|
68
|
+
CancelStatementCommandOutput,
|
|
69
|
+
} from "./commands/CancelStatementCommand";
|
|
70
|
+
import {
|
|
71
|
+
CheckSchemaVersionValidityCommandInput,
|
|
72
|
+
CheckSchemaVersionValidityCommandOutput,
|
|
73
|
+
} from "./commands/CheckSchemaVersionValidityCommand";
|
|
74
|
+
import {
|
|
75
|
+
CreateBlueprintCommandInput,
|
|
76
|
+
CreateBlueprintCommandOutput,
|
|
77
|
+
} from "./commands/CreateBlueprintCommand";
|
|
78
|
+
import {
|
|
79
|
+
CreateClassifierCommandInput,
|
|
80
|
+
CreateClassifierCommandOutput,
|
|
81
|
+
} from "./commands/CreateClassifierCommand";
|
|
82
|
+
import {
|
|
83
|
+
CreateConnectionCommandInput,
|
|
84
|
+
CreateConnectionCommandOutput,
|
|
85
|
+
} from "./commands/CreateConnectionCommand";
|
|
86
|
+
import {
|
|
87
|
+
CreateCrawlerCommandInput,
|
|
88
|
+
CreateCrawlerCommandOutput,
|
|
89
|
+
} from "./commands/CreateCrawlerCommand";
|
|
90
|
+
import {
|
|
91
|
+
CreateCustomEntityTypeCommandInput,
|
|
92
|
+
CreateCustomEntityTypeCommandOutput,
|
|
93
|
+
} from "./commands/CreateCustomEntityTypeCommand";
|
|
94
|
+
import {
|
|
95
|
+
CreateDatabaseCommandInput,
|
|
96
|
+
CreateDatabaseCommandOutput,
|
|
97
|
+
} from "./commands/CreateDatabaseCommand";
|
|
98
|
+
import {
|
|
99
|
+
CreateDevEndpointCommandInput,
|
|
100
|
+
CreateDevEndpointCommandOutput,
|
|
101
|
+
} from "./commands/CreateDevEndpointCommand";
|
|
102
|
+
import {
|
|
103
|
+
CreateJobCommandInput,
|
|
104
|
+
CreateJobCommandOutput,
|
|
105
|
+
} from "./commands/CreateJobCommand";
|
|
106
|
+
import {
|
|
107
|
+
CreateMLTransformCommandInput,
|
|
108
|
+
CreateMLTransformCommandOutput,
|
|
109
|
+
} from "./commands/CreateMLTransformCommand";
|
|
110
|
+
import {
|
|
111
|
+
CreatePartitionCommandInput,
|
|
112
|
+
CreatePartitionCommandOutput,
|
|
113
|
+
} from "./commands/CreatePartitionCommand";
|
|
114
|
+
import {
|
|
115
|
+
CreatePartitionIndexCommandInput,
|
|
116
|
+
CreatePartitionIndexCommandOutput,
|
|
117
|
+
} from "./commands/CreatePartitionIndexCommand";
|
|
118
|
+
import {
|
|
119
|
+
CreateRegistryCommandInput,
|
|
120
|
+
CreateRegistryCommandOutput,
|
|
121
|
+
} from "./commands/CreateRegistryCommand";
|
|
122
|
+
import {
|
|
123
|
+
CreateSchemaCommandInput,
|
|
124
|
+
CreateSchemaCommandOutput,
|
|
125
|
+
} from "./commands/CreateSchemaCommand";
|
|
126
|
+
import {
|
|
127
|
+
CreateScriptCommandInput,
|
|
128
|
+
CreateScriptCommandOutput,
|
|
129
|
+
} from "./commands/CreateScriptCommand";
|
|
130
|
+
import {
|
|
131
|
+
CreateSecurityConfigurationCommandInput,
|
|
132
|
+
CreateSecurityConfigurationCommandOutput,
|
|
133
|
+
} from "./commands/CreateSecurityConfigurationCommand";
|
|
134
|
+
import {
|
|
135
|
+
CreateSessionCommandInput,
|
|
136
|
+
CreateSessionCommandOutput,
|
|
137
|
+
} from "./commands/CreateSessionCommand";
|
|
138
|
+
import {
|
|
139
|
+
CreateTableCommandInput,
|
|
140
|
+
CreateTableCommandOutput,
|
|
141
|
+
} from "./commands/CreateTableCommand";
|
|
142
|
+
import {
|
|
143
|
+
CreateTriggerCommandInput,
|
|
144
|
+
CreateTriggerCommandOutput,
|
|
145
|
+
} from "./commands/CreateTriggerCommand";
|
|
146
|
+
import {
|
|
147
|
+
CreateUserDefinedFunctionCommandInput,
|
|
148
|
+
CreateUserDefinedFunctionCommandOutput,
|
|
149
|
+
} from "./commands/CreateUserDefinedFunctionCommand";
|
|
150
|
+
import {
|
|
151
|
+
CreateWorkflowCommandInput,
|
|
152
|
+
CreateWorkflowCommandOutput,
|
|
153
|
+
} from "./commands/CreateWorkflowCommand";
|
|
154
|
+
import {
|
|
155
|
+
DeleteBlueprintCommandInput,
|
|
156
|
+
DeleteBlueprintCommandOutput,
|
|
157
|
+
} from "./commands/DeleteBlueprintCommand";
|
|
158
|
+
import {
|
|
159
|
+
DeleteClassifierCommandInput,
|
|
160
|
+
DeleteClassifierCommandOutput,
|
|
161
|
+
} from "./commands/DeleteClassifierCommand";
|
|
162
|
+
import {
|
|
163
|
+
DeleteColumnStatisticsForPartitionCommandInput,
|
|
164
|
+
DeleteColumnStatisticsForPartitionCommandOutput,
|
|
165
|
+
} from "./commands/DeleteColumnStatisticsForPartitionCommand";
|
|
166
|
+
import {
|
|
167
|
+
DeleteColumnStatisticsForTableCommandInput,
|
|
168
|
+
DeleteColumnStatisticsForTableCommandOutput,
|
|
169
|
+
} from "./commands/DeleteColumnStatisticsForTableCommand";
|
|
170
|
+
import {
|
|
171
|
+
DeleteConnectionCommandInput,
|
|
172
|
+
DeleteConnectionCommandOutput,
|
|
173
|
+
} from "./commands/DeleteConnectionCommand";
|
|
174
|
+
import {
|
|
175
|
+
DeleteCrawlerCommandInput,
|
|
176
|
+
DeleteCrawlerCommandOutput,
|
|
177
|
+
} from "./commands/DeleteCrawlerCommand";
|
|
178
|
+
import {
|
|
179
|
+
DeleteCustomEntityTypeCommandInput,
|
|
180
|
+
DeleteCustomEntityTypeCommandOutput,
|
|
181
|
+
} from "./commands/DeleteCustomEntityTypeCommand";
|
|
182
|
+
import {
|
|
183
|
+
DeleteDatabaseCommandInput,
|
|
184
|
+
DeleteDatabaseCommandOutput,
|
|
185
|
+
} from "./commands/DeleteDatabaseCommand";
|
|
186
|
+
import {
|
|
187
|
+
DeleteDevEndpointCommandInput,
|
|
188
|
+
DeleteDevEndpointCommandOutput,
|
|
189
|
+
} from "./commands/DeleteDevEndpointCommand";
|
|
190
|
+
import {
|
|
191
|
+
DeleteJobCommandInput,
|
|
192
|
+
DeleteJobCommandOutput,
|
|
193
|
+
} from "./commands/DeleteJobCommand";
|
|
194
|
+
import {
|
|
195
|
+
DeleteMLTransformCommandInput,
|
|
196
|
+
DeleteMLTransformCommandOutput,
|
|
197
|
+
} from "./commands/DeleteMLTransformCommand";
|
|
198
|
+
import {
|
|
199
|
+
DeletePartitionCommandInput,
|
|
200
|
+
DeletePartitionCommandOutput,
|
|
201
|
+
} from "./commands/DeletePartitionCommand";
|
|
202
|
+
import {
|
|
203
|
+
DeletePartitionIndexCommandInput,
|
|
204
|
+
DeletePartitionIndexCommandOutput,
|
|
205
|
+
} from "./commands/DeletePartitionIndexCommand";
|
|
206
|
+
import {
|
|
207
|
+
DeleteRegistryCommandInput,
|
|
208
|
+
DeleteRegistryCommandOutput,
|
|
209
|
+
} from "./commands/DeleteRegistryCommand";
|
|
210
|
+
import {
|
|
211
|
+
DeleteResourcePolicyCommandInput,
|
|
212
|
+
DeleteResourcePolicyCommandOutput,
|
|
213
|
+
} from "./commands/DeleteResourcePolicyCommand";
|
|
214
|
+
import {
|
|
215
|
+
DeleteSchemaCommandInput,
|
|
216
|
+
DeleteSchemaCommandOutput,
|
|
217
|
+
} from "./commands/DeleteSchemaCommand";
|
|
218
|
+
import {
|
|
219
|
+
DeleteSchemaVersionsCommandInput,
|
|
220
|
+
DeleteSchemaVersionsCommandOutput,
|
|
221
|
+
} from "./commands/DeleteSchemaVersionsCommand";
|
|
222
|
+
import {
|
|
223
|
+
DeleteSecurityConfigurationCommandInput,
|
|
224
|
+
DeleteSecurityConfigurationCommandOutput,
|
|
225
|
+
} from "./commands/DeleteSecurityConfigurationCommand";
|
|
226
|
+
import {
|
|
227
|
+
DeleteSessionCommandInput,
|
|
228
|
+
DeleteSessionCommandOutput,
|
|
229
|
+
} from "./commands/DeleteSessionCommand";
|
|
230
|
+
import {
|
|
231
|
+
DeleteTableCommandInput,
|
|
232
|
+
DeleteTableCommandOutput,
|
|
233
|
+
} from "./commands/DeleteTableCommand";
|
|
234
|
+
import {
|
|
235
|
+
DeleteTableVersionCommandInput,
|
|
236
|
+
DeleteTableVersionCommandOutput,
|
|
237
|
+
} from "./commands/DeleteTableVersionCommand";
|
|
238
|
+
import {
|
|
239
|
+
DeleteTriggerCommandInput,
|
|
240
|
+
DeleteTriggerCommandOutput,
|
|
241
|
+
} from "./commands/DeleteTriggerCommand";
|
|
242
|
+
import {
|
|
243
|
+
DeleteUserDefinedFunctionCommandInput,
|
|
244
|
+
DeleteUserDefinedFunctionCommandOutput,
|
|
245
|
+
} from "./commands/DeleteUserDefinedFunctionCommand";
|
|
246
|
+
import {
|
|
247
|
+
DeleteWorkflowCommandInput,
|
|
248
|
+
DeleteWorkflowCommandOutput,
|
|
249
|
+
} from "./commands/DeleteWorkflowCommand";
|
|
250
|
+
import {
|
|
251
|
+
GetBlueprintCommandInput,
|
|
252
|
+
GetBlueprintCommandOutput,
|
|
253
|
+
} from "./commands/GetBlueprintCommand";
|
|
254
|
+
import {
|
|
255
|
+
GetBlueprintRunCommandInput,
|
|
256
|
+
GetBlueprintRunCommandOutput,
|
|
257
|
+
} from "./commands/GetBlueprintRunCommand";
|
|
258
|
+
import {
|
|
259
|
+
GetBlueprintRunsCommandInput,
|
|
260
|
+
GetBlueprintRunsCommandOutput,
|
|
261
|
+
} from "./commands/GetBlueprintRunsCommand";
|
|
262
|
+
import {
|
|
263
|
+
GetCatalogImportStatusCommandInput,
|
|
264
|
+
GetCatalogImportStatusCommandOutput,
|
|
265
|
+
} from "./commands/GetCatalogImportStatusCommand";
|
|
266
|
+
import {
|
|
267
|
+
GetClassifierCommandInput,
|
|
268
|
+
GetClassifierCommandOutput,
|
|
269
|
+
} from "./commands/GetClassifierCommand";
|
|
270
|
+
import {
|
|
271
|
+
GetClassifiersCommandInput,
|
|
272
|
+
GetClassifiersCommandOutput,
|
|
273
|
+
} from "./commands/GetClassifiersCommand";
|
|
274
|
+
import {
|
|
275
|
+
GetColumnStatisticsForPartitionCommandInput,
|
|
276
|
+
GetColumnStatisticsForPartitionCommandOutput,
|
|
277
|
+
} from "./commands/GetColumnStatisticsForPartitionCommand";
|
|
278
|
+
import {
|
|
279
|
+
GetColumnStatisticsForTableCommandInput,
|
|
280
|
+
GetColumnStatisticsForTableCommandOutput,
|
|
281
|
+
} from "./commands/GetColumnStatisticsForTableCommand";
|
|
282
|
+
import {
|
|
283
|
+
GetConnectionCommandInput,
|
|
284
|
+
GetConnectionCommandOutput,
|
|
285
|
+
} from "./commands/GetConnectionCommand";
|
|
286
|
+
import {
|
|
287
|
+
GetConnectionsCommandInput,
|
|
288
|
+
GetConnectionsCommandOutput,
|
|
289
|
+
} from "./commands/GetConnectionsCommand";
|
|
290
|
+
import {
|
|
291
|
+
GetCrawlerCommandInput,
|
|
292
|
+
GetCrawlerCommandOutput,
|
|
293
|
+
} from "./commands/GetCrawlerCommand";
|
|
294
|
+
import {
|
|
295
|
+
GetCrawlerMetricsCommandInput,
|
|
296
|
+
GetCrawlerMetricsCommandOutput,
|
|
297
|
+
} from "./commands/GetCrawlerMetricsCommand";
|
|
298
|
+
import {
|
|
299
|
+
GetCrawlersCommandInput,
|
|
300
|
+
GetCrawlersCommandOutput,
|
|
301
|
+
} from "./commands/GetCrawlersCommand";
|
|
302
|
+
import {
|
|
303
|
+
GetCustomEntityTypeCommandInput,
|
|
304
|
+
GetCustomEntityTypeCommandOutput,
|
|
305
|
+
} from "./commands/GetCustomEntityTypeCommand";
|
|
306
|
+
import {
|
|
307
|
+
GetDatabaseCommandInput,
|
|
308
|
+
GetDatabaseCommandOutput,
|
|
309
|
+
} from "./commands/GetDatabaseCommand";
|
|
310
|
+
import {
|
|
311
|
+
GetDatabasesCommandInput,
|
|
312
|
+
GetDatabasesCommandOutput,
|
|
313
|
+
} from "./commands/GetDatabasesCommand";
|
|
314
|
+
import {
|
|
315
|
+
GetDataCatalogEncryptionSettingsCommandInput,
|
|
316
|
+
GetDataCatalogEncryptionSettingsCommandOutput,
|
|
317
|
+
} from "./commands/GetDataCatalogEncryptionSettingsCommand";
|
|
318
|
+
import {
|
|
319
|
+
GetDataflowGraphCommandInput,
|
|
320
|
+
GetDataflowGraphCommandOutput,
|
|
321
|
+
} from "./commands/GetDataflowGraphCommand";
|
|
322
|
+
import {
|
|
323
|
+
GetDevEndpointCommandInput,
|
|
324
|
+
GetDevEndpointCommandOutput,
|
|
325
|
+
} from "./commands/GetDevEndpointCommand";
|
|
326
|
+
import {
|
|
327
|
+
GetDevEndpointsCommandInput,
|
|
328
|
+
GetDevEndpointsCommandOutput,
|
|
329
|
+
} from "./commands/GetDevEndpointsCommand";
|
|
330
|
+
import {
|
|
331
|
+
GetJobBookmarkCommandInput,
|
|
332
|
+
GetJobBookmarkCommandOutput,
|
|
333
|
+
} from "./commands/GetJobBookmarkCommand";
|
|
334
|
+
import {
|
|
335
|
+
GetJobCommandInput,
|
|
336
|
+
GetJobCommandOutput,
|
|
337
|
+
} from "./commands/GetJobCommand";
|
|
338
|
+
import {
|
|
339
|
+
GetJobRunCommandInput,
|
|
340
|
+
GetJobRunCommandOutput,
|
|
341
|
+
} from "./commands/GetJobRunCommand";
|
|
342
|
+
import {
|
|
343
|
+
GetJobRunsCommandInput,
|
|
344
|
+
GetJobRunsCommandOutput,
|
|
345
|
+
} from "./commands/GetJobRunsCommand";
|
|
346
|
+
import {
|
|
347
|
+
GetJobsCommandInput,
|
|
348
|
+
GetJobsCommandOutput,
|
|
349
|
+
} from "./commands/GetJobsCommand";
|
|
350
|
+
import {
|
|
351
|
+
GetMappingCommandInput,
|
|
352
|
+
GetMappingCommandOutput,
|
|
353
|
+
} from "./commands/GetMappingCommand";
|
|
354
|
+
import {
|
|
355
|
+
GetMLTaskRunCommandInput,
|
|
356
|
+
GetMLTaskRunCommandOutput,
|
|
357
|
+
} from "./commands/GetMLTaskRunCommand";
|
|
358
|
+
import {
|
|
359
|
+
GetMLTaskRunsCommandInput,
|
|
360
|
+
GetMLTaskRunsCommandOutput,
|
|
361
|
+
} from "./commands/GetMLTaskRunsCommand";
|
|
362
|
+
import {
|
|
363
|
+
GetMLTransformCommandInput,
|
|
364
|
+
GetMLTransformCommandOutput,
|
|
365
|
+
} from "./commands/GetMLTransformCommand";
|
|
366
|
+
import {
|
|
367
|
+
GetMLTransformsCommandInput,
|
|
368
|
+
GetMLTransformsCommandOutput,
|
|
369
|
+
} from "./commands/GetMLTransformsCommand";
|
|
370
|
+
import {
|
|
371
|
+
GetPartitionCommandInput,
|
|
372
|
+
GetPartitionCommandOutput,
|
|
373
|
+
} from "./commands/GetPartitionCommand";
|
|
374
|
+
import {
|
|
375
|
+
GetPartitionIndexesCommandInput,
|
|
376
|
+
GetPartitionIndexesCommandOutput,
|
|
377
|
+
} from "./commands/GetPartitionIndexesCommand";
|
|
378
|
+
import {
|
|
379
|
+
GetPartitionsCommandInput,
|
|
380
|
+
GetPartitionsCommandOutput,
|
|
381
|
+
} from "./commands/GetPartitionsCommand";
|
|
382
|
+
import {
|
|
383
|
+
GetPlanCommandInput,
|
|
384
|
+
GetPlanCommandOutput,
|
|
385
|
+
} from "./commands/GetPlanCommand";
|
|
386
|
+
import {
|
|
387
|
+
GetRegistryCommandInput,
|
|
388
|
+
GetRegistryCommandOutput,
|
|
389
|
+
} from "./commands/GetRegistryCommand";
|
|
390
|
+
import {
|
|
391
|
+
GetResourcePoliciesCommandInput,
|
|
392
|
+
GetResourcePoliciesCommandOutput,
|
|
393
|
+
} from "./commands/GetResourcePoliciesCommand";
|
|
394
|
+
import {
|
|
395
|
+
GetResourcePolicyCommandInput,
|
|
396
|
+
GetResourcePolicyCommandOutput,
|
|
397
|
+
} from "./commands/GetResourcePolicyCommand";
|
|
398
|
+
import {
|
|
399
|
+
GetSchemaByDefinitionCommandInput,
|
|
400
|
+
GetSchemaByDefinitionCommandOutput,
|
|
401
|
+
} from "./commands/GetSchemaByDefinitionCommand";
|
|
402
|
+
import {
|
|
403
|
+
GetSchemaCommandInput,
|
|
404
|
+
GetSchemaCommandOutput,
|
|
405
|
+
} from "./commands/GetSchemaCommand";
|
|
406
|
+
import {
|
|
407
|
+
GetSchemaVersionCommandInput,
|
|
408
|
+
GetSchemaVersionCommandOutput,
|
|
409
|
+
} from "./commands/GetSchemaVersionCommand";
|
|
410
|
+
import {
|
|
411
|
+
GetSchemaVersionsDiffCommandInput,
|
|
412
|
+
GetSchemaVersionsDiffCommandOutput,
|
|
413
|
+
} from "./commands/GetSchemaVersionsDiffCommand";
|
|
414
|
+
import {
|
|
415
|
+
GetSecurityConfigurationCommandInput,
|
|
416
|
+
GetSecurityConfigurationCommandOutput,
|
|
417
|
+
} from "./commands/GetSecurityConfigurationCommand";
|
|
418
|
+
import {
|
|
419
|
+
GetSecurityConfigurationsCommandInput,
|
|
420
|
+
GetSecurityConfigurationsCommandOutput,
|
|
421
|
+
} from "./commands/GetSecurityConfigurationsCommand";
|
|
422
|
+
import {
|
|
423
|
+
GetSessionCommandInput,
|
|
424
|
+
GetSessionCommandOutput,
|
|
425
|
+
} from "./commands/GetSessionCommand";
|
|
426
|
+
import {
|
|
427
|
+
GetStatementCommandInput,
|
|
428
|
+
GetStatementCommandOutput,
|
|
429
|
+
} from "./commands/GetStatementCommand";
|
|
430
|
+
import {
|
|
431
|
+
GetTableCommandInput,
|
|
432
|
+
GetTableCommandOutput,
|
|
433
|
+
} from "./commands/GetTableCommand";
|
|
434
|
+
import {
|
|
435
|
+
GetTablesCommandInput,
|
|
436
|
+
GetTablesCommandOutput,
|
|
437
|
+
} from "./commands/GetTablesCommand";
|
|
438
|
+
import {
|
|
439
|
+
GetTableVersionCommandInput,
|
|
440
|
+
GetTableVersionCommandOutput,
|
|
441
|
+
} from "./commands/GetTableVersionCommand";
|
|
442
|
+
import {
|
|
443
|
+
GetTableVersionsCommandInput,
|
|
444
|
+
GetTableVersionsCommandOutput,
|
|
445
|
+
} from "./commands/GetTableVersionsCommand";
|
|
446
|
+
import {
|
|
447
|
+
GetTagsCommandInput,
|
|
448
|
+
GetTagsCommandOutput,
|
|
449
|
+
} from "./commands/GetTagsCommand";
|
|
450
|
+
import {
|
|
451
|
+
GetTriggerCommandInput,
|
|
452
|
+
GetTriggerCommandOutput,
|
|
453
|
+
} from "./commands/GetTriggerCommand";
|
|
454
|
+
import {
|
|
455
|
+
GetTriggersCommandInput,
|
|
456
|
+
GetTriggersCommandOutput,
|
|
457
|
+
} from "./commands/GetTriggersCommand";
|
|
458
|
+
import {
|
|
459
|
+
GetUnfilteredPartitionMetadataCommandInput,
|
|
460
|
+
GetUnfilteredPartitionMetadataCommandOutput,
|
|
461
|
+
} from "./commands/GetUnfilteredPartitionMetadataCommand";
|
|
462
|
+
import {
|
|
463
|
+
GetUnfilteredPartitionsMetadataCommandInput,
|
|
464
|
+
GetUnfilteredPartitionsMetadataCommandOutput,
|
|
465
|
+
} from "./commands/GetUnfilteredPartitionsMetadataCommand";
|
|
466
|
+
import {
|
|
467
|
+
GetUnfilteredTableMetadataCommandInput,
|
|
468
|
+
GetUnfilteredTableMetadataCommandOutput,
|
|
469
|
+
} from "./commands/GetUnfilteredTableMetadataCommand";
|
|
470
|
+
import {
|
|
471
|
+
GetUserDefinedFunctionCommandInput,
|
|
472
|
+
GetUserDefinedFunctionCommandOutput,
|
|
473
|
+
} from "./commands/GetUserDefinedFunctionCommand";
|
|
474
|
+
import {
|
|
475
|
+
GetUserDefinedFunctionsCommandInput,
|
|
476
|
+
GetUserDefinedFunctionsCommandOutput,
|
|
477
|
+
} from "./commands/GetUserDefinedFunctionsCommand";
|
|
478
|
+
import {
|
|
479
|
+
GetWorkflowCommandInput,
|
|
480
|
+
GetWorkflowCommandOutput,
|
|
481
|
+
} from "./commands/GetWorkflowCommand";
|
|
482
|
+
import {
|
|
483
|
+
GetWorkflowRunCommandInput,
|
|
484
|
+
GetWorkflowRunCommandOutput,
|
|
485
|
+
} from "./commands/GetWorkflowRunCommand";
|
|
486
|
+
import {
|
|
487
|
+
GetWorkflowRunPropertiesCommandInput,
|
|
488
|
+
GetWorkflowRunPropertiesCommandOutput,
|
|
489
|
+
} from "./commands/GetWorkflowRunPropertiesCommand";
|
|
490
|
+
import {
|
|
491
|
+
GetWorkflowRunsCommandInput,
|
|
492
|
+
GetWorkflowRunsCommandOutput,
|
|
493
|
+
} from "./commands/GetWorkflowRunsCommand";
|
|
494
|
+
import {
|
|
495
|
+
ImportCatalogToGlueCommandInput,
|
|
496
|
+
ImportCatalogToGlueCommandOutput,
|
|
497
|
+
} from "./commands/ImportCatalogToGlueCommand";
|
|
498
|
+
import {
|
|
499
|
+
ListBlueprintsCommandInput,
|
|
500
|
+
ListBlueprintsCommandOutput,
|
|
501
|
+
} from "./commands/ListBlueprintsCommand";
|
|
502
|
+
import {
|
|
503
|
+
ListCrawlersCommandInput,
|
|
504
|
+
ListCrawlersCommandOutput,
|
|
505
|
+
} from "./commands/ListCrawlersCommand";
|
|
506
|
+
import {
|
|
507
|
+
ListCrawlsCommandInput,
|
|
508
|
+
ListCrawlsCommandOutput,
|
|
509
|
+
} from "./commands/ListCrawlsCommand";
|
|
510
|
+
import {
|
|
511
|
+
ListCustomEntityTypesCommandInput,
|
|
512
|
+
ListCustomEntityTypesCommandOutput,
|
|
513
|
+
} from "./commands/ListCustomEntityTypesCommand";
|
|
514
|
+
import {
|
|
515
|
+
ListDevEndpointsCommandInput,
|
|
516
|
+
ListDevEndpointsCommandOutput,
|
|
517
|
+
} from "./commands/ListDevEndpointsCommand";
|
|
518
|
+
import {
|
|
519
|
+
ListJobsCommandInput,
|
|
520
|
+
ListJobsCommandOutput,
|
|
521
|
+
} from "./commands/ListJobsCommand";
|
|
522
|
+
import {
|
|
523
|
+
ListMLTransformsCommandInput,
|
|
524
|
+
ListMLTransformsCommandOutput,
|
|
525
|
+
} from "./commands/ListMLTransformsCommand";
|
|
526
|
+
import {
|
|
527
|
+
ListRegistriesCommandInput,
|
|
528
|
+
ListRegistriesCommandOutput,
|
|
529
|
+
} from "./commands/ListRegistriesCommand";
|
|
530
|
+
import {
|
|
531
|
+
ListSchemasCommandInput,
|
|
532
|
+
ListSchemasCommandOutput,
|
|
533
|
+
} from "./commands/ListSchemasCommand";
|
|
534
|
+
import {
|
|
535
|
+
ListSchemaVersionsCommandInput,
|
|
536
|
+
ListSchemaVersionsCommandOutput,
|
|
537
|
+
} from "./commands/ListSchemaVersionsCommand";
|
|
538
|
+
import {
|
|
539
|
+
ListSessionsCommandInput,
|
|
540
|
+
ListSessionsCommandOutput,
|
|
541
|
+
} from "./commands/ListSessionsCommand";
|
|
542
|
+
import {
|
|
543
|
+
ListStatementsCommandInput,
|
|
544
|
+
ListStatementsCommandOutput,
|
|
545
|
+
} from "./commands/ListStatementsCommand";
|
|
546
|
+
import {
|
|
547
|
+
ListTriggersCommandInput,
|
|
548
|
+
ListTriggersCommandOutput,
|
|
549
|
+
} from "./commands/ListTriggersCommand";
|
|
550
|
+
import {
|
|
551
|
+
ListWorkflowsCommandInput,
|
|
552
|
+
ListWorkflowsCommandOutput,
|
|
553
|
+
} from "./commands/ListWorkflowsCommand";
|
|
554
|
+
import {
|
|
555
|
+
PutDataCatalogEncryptionSettingsCommandInput,
|
|
556
|
+
PutDataCatalogEncryptionSettingsCommandOutput,
|
|
557
|
+
} from "./commands/PutDataCatalogEncryptionSettingsCommand";
|
|
558
|
+
import {
|
|
559
|
+
PutResourcePolicyCommandInput,
|
|
560
|
+
PutResourcePolicyCommandOutput,
|
|
561
|
+
} from "./commands/PutResourcePolicyCommand";
|
|
562
|
+
import {
|
|
563
|
+
PutSchemaVersionMetadataCommandInput,
|
|
564
|
+
PutSchemaVersionMetadataCommandOutput,
|
|
565
|
+
} from "./commands/PutSchemaVersionMetadataCommand";
|
|
566
|
+
import {
|
|
567
|
+
PutWorkflowRunPropertiesCommandInput,
|
|
568
|
+
PutWorkflowRunPropertiesCommandOutput,
|
|
569
|
+
} from "./commands/PutWorkflowRunPropertiesCommand";
|
|
570
|
+
import {
|
|
571
|
+
QuerySchemaVersionMetadataCommandInput,
|
|
572
|
+
QuerySchemaVersionMetadataCommandOutput,
|
|
573
|
+
} from "./commands/QuerySchemaVersionMetadataCommand";
|
|
574
|
+
import {
|
|
575
|
+
RegisterSchemaVersionCommandInput,
|
|
576
|
+
RegisterSchemaVersionCommandOutput,
|
|
577
|
+
} from "./commands/RegisterSchemaVersionCommand";
|
|
578
|
+
import {
|
|
579
|
+
RemoveSchemaVersionMetadataCommandInput,
|
|
580
|
+
RemoveSchemaVersionMetadataCommandOutput,
|
|
581
|
+
} from "./commands/RemoveSchemaVersionMetadataCommand";
|
|
582
|
+
import {
|
|
583
|
+
ResetJobBookmarkCommandInput,
|
|
584
|
+
ResetJobBookmarkCommandOutput,
|
|
585
|
+
} from "./commands/ResetJobBookmarkCommand";
|
|
586
|
+
import {
|
|
587
|
+
ResumeWorkflowRunCommandInput,
|
|
588
|
+
ResumeWorkflowRunCommandOutput,
|
|
589
|
+
} from "./commands/ResumeWorkflowRunCommand";
|
|
590
|
+
import {
|
|
591
|
+
RunStatementCommandInput,
|
|
592
|
+
RunStatementCommandOutput,
|
|
593
|
+
} from "./commands/RunStatementCommand";
|
|
594
|
+
import {
|
|
595
|
+
SearchTablesCommandInput,
|
|
596
|
+
SearchTablesCommandOutput,
|
|
597
|
+
} from "./commands/SearchTablesCommand";
|
|
598
|
+
import {
|
|
599
|
+
StartBlueprintRunCommandInput,
|
|
600
|
+
StartBlueprintRunCommandOutput,
|
|
601
|
+
} from "./commands/StartBlueprintRunCommand";
|
|
602
|
+
import {
|
|
603
|
+
StartCrawlerCommandInput,
|
|
604
|
+
StartCrawlerCommandOutput,
|
|
605
|
+
} from "./commands/StartCrawlerCommand";
|
|
606
|
+
import {
|
|
607
|
+
StartCrawlerScheduleCommandInput,
|
|
608
|
+
StartCrawlerScheduleCommandOutput,
|
|
609
|
+
} from "./commands/StartCrawlerScheduleCommand";
|
|
610
|
+
import {
|
|
611
|
+
StartExportLabelsTaskRunCommandInput,
|
|
612
|
+
StartExportLabelsTaskRunCommandOutput,
|
|
613
|
+
} from "./commands/StartExportLabelsTaskRunCommand";
|
|
614
|
+
import {
|
|
615
|
+
StartImportLabelsTaskRunCommandInput,
|
|
616
|
+
StartImportLabelsTaskRunCommandOutput,
|
|
617
|
+
} from "./commands/StartImportLabelsTaskRunCommand";
|
|
618
|
+
import {
|
|
619
|
+
StartJobRunCommandInput,
|
|
620
|
+
StartJobRunCommandOutput,
|
|
621
|
+
} from "./commands/StartJobRunCommand";
|
|
622
|
+
import {
|
|
623
|
+
StartMLEvaluationTaskRunCommandInput,
|
|
624
|
+
StartMLEvaluationTaskRunCommandOutput,
|
|
625
|
+
} from "./commands/StartMLEvaluationTaskRunCommand";
|
|
626
|
+
import {
|
|
627
|
+
StartMLLabelingSetGenerationTaskRunCommandInput,
|
|
628
|
+
StartMLLabelingSetGenerationTaskRunCommandOutput,
|
|
629
|
+
} from "./commands/StartMLLabelingSetGenerationTaskRunCommand";
|
|
630
|
+
import {
|
|
631
|
+
StartTriggerCommandInput,
|
|
632
|
+
StartTriggerCommandOutput,
|
|
633
|
+
} from "./commands/StartTriggerCommand";
|
|
634
|
+
import {
|
|
635
|
+
StartWorkflowRunCommandInput,
|
|
636
|
+
StartWorkflowRunCommandOutput,
|
|
637
|
+
} from "./commands/StartWorkflowRunCommand";
|
|
638
|
+
import {
|
|
639
|
+
StopCrawlerCommandInput,
|
|
640
|
+
StopCrawlerCommandOutput,
|
|
641
|
+
} from "./commands/StopCrawlerCommand";
|
|
642
|
+
import {
|
|
643
|
+
StopCrawlerScheduleCommandInput,
|
|
644
|
+
StopCrawlerScheduleCommandOutput,
|
|
645
|
+
} from "./commands/StopCrawlerScheduleCommand";
|
|
646
|
+
import {
|
|
647
|
+
StopSessionCommandInput,
|
|
648
|
+
StopSessionCommandOutput,
|
|
649
|
+
} from "./commands/StopSessionCommand";
|
|
650
|
+
import {
|
|
651
|
+
StopTriggerCommandInput,
|
|
652
|
+
StopTriggerCommandOutput,
|
|
653
|
+
} from "./commands/StopTriggerCommand";
|
|
654
|
+
import {
|
|
655
|
+
StopWorkflowRunCommandInput,
|
|
656
|
+
StopWorkflowRunCommandOutput,
|
|
657
|
+
} from "./commands/StopWorkflowRunCommand";
|
|
658
|
+
import {
|
|
659
|
+
TagResourceCommandInput,
|
|
660
|
+
TagResourceCommandOutput,
|
|
661
|
+
} from "./commands/TagResourceCommand";
|
|
662
|
+
import {
|
|
663
|
+
UntagResourceCommandInput,
|
|
664
|
+
UntagResourceCommandOutput,
|
|
665
|
+
} from "./commands/UntagResourceCommand";
|
|
666
|
+
import {
|
|
667
|
+
UpdateBlueprintCommandInput,
|
|
668
|
+
UpdateBlueprintCommandOutput,
|
|
669
|
+
} from "./commands/UpdateBlueprintCommand";
|
|
670
|
+
import {
|
|
671
|
+
UpdateClassifierCommandInput,
|
|
672
|
+
UpdateClassifierCommandOutput,
|
|
673
|
+
} from "./commands/UpdateClassifierCommand";
|
|
674
|
+
import {
|
|
675
|
+
UpdateColumnStatisticsForPartitionCommandInput,
|
|
676
|
+
UpdateColumnStatisticsForPartitionCommandOutput,
|
|
677
|
+
} from "./commands/UpdateColumnStatisticsForPartitionCommand";
|
|
678
|
+
import {
|
|
679
|
+
UpdateColumnStatisticsForTableCommandInput,
|
|
680
|
+
UpdateColumnStatisticsForTableCommandOutput,
|
|
681
|
+
} from "./commands/UpdateColumnStatisticsForTableCommand";
|
|
682
|
+
import {
|
|
683
|
+
UpdateConnectionCommandInput,
|
|
684
|
+
UpdateConnectionCommandOutput,
|
|
685
|
+
} from "./commands/UpdateConnectionCommand";
|
|
686
|
+
import {
|
|
687
|
+
UpdateCrawlerCommandInput,
|
|
688
|
+
UpdateCrawlerCommandOutput,
|
|
689
|
+
} from "./commands/UpdateCrawlerCommand";
|
|
690
|
+
import {
|
|
691
|
+
UpdateCrawlerScheduleCommandInput,
|
|
692
|
+
UpdateCrawlerScheduleCommandOutput,
|
|
693
|
+
} from "./commands/UpdateCrawlerScheduleCommand";
|
|
694
|
+
import {
|
|
695
|
+
UpdateDatabaseCommandInput,
|
|
696
|
+
UpdateDatabaseCommandOutput,
|
|
697
|
+
} from "./commands/UpdateDatabaseCommand";
|
|
698
|
+
import {
|
|
699
|
+
UpdateDevEndpointCommandInput,
|
|
700
|
+
UpdateDevEndpointCommandOutput,
|
|
701
|
+
} from "./commands/UpdateDevEndpointCommand";
|
|
702
|
+
import {
|
|
703
|
+
UpdateJobCommandInput,
|
|
704
|
+
UpdateJobCommandOutput,
|
|
705
|
+
} from "./commands/UpdateJobCommand";
|
|
706
|
+
import {
|
|
707
|
+
UpdateMLTransformCommandInput,
|
|
708
|
+
UpdateMLTransformCommandOutput,
|
|
709
|
+
} from "./commands/UpdateMLTransformCommand";
|
|
710
|
+
import {
|
|
711
|
+
UpdatePartitionCommandInput,
|
|
712
|
+
UpdatePartitionCommandOutput,
|
|
713
|
+
} from "./commands/UpdatePartitionCommand";
|
|
714
|
+
import {
|
|
715
|
+
UpdateRegistryCommandInput,
|
|
716
|
+
UpdateRegistryCommandOutput,
|
|
717
|
+
} from "./commands/UpdateRegistryCommand";
|
|
718
|
+
import {
|
|
719
|
+
UpdateSchemaCommandInput,
|
|
720
|
+
UpdateSchemaCommandOutput,
|
|
721
|
+
} from "./commands/UpdateSchemaCommand";
|
|
722
|
+
import {
|
|
723
|
+
UpdateTableCommandInput,
|
|
724
|
+
UpdateTableCommandOutput,
|
|
725
|
+
} from "./commands/UpdateTableCommand";
|
|
726
|
+
import {
|
|
727
|
+
UpdateTriggerCommandInput,
|
|
728
|
+
UpdateTriggerCommandOutput,
|
|
729
|
+
} from "./commands/UpdateTriggerCommand";
|
|
730
|
+
import {
|
|
731
|
+
UpdateUserDefinedFunctionCommandInput,
|
|
732
|
+
UpdateUserDefinedFunctionCommandOutput,
|
|
733
|
+
} from "./commands/UpdateUserDefinedFunctionCommand";
|
|
734
|
+
import {
|
|
735
|
+
UpdateWorkflowCommandInput,
|
|
736
|
+
UpdateWorkflowCommandOutput,
|
|
737
|
+
} from "./commands/UpdateWorkflowCommand";
|
|
738
|
+
import { GlueClient } from "./GlueClient";
|
|
739
|
+
export declare class Glue extends GlueClient {
|
|
740
|
+
batchCreatePartition(
|
|
741
|
+
args: BatchCreatePartitionCommandInput,
|
|
742
|
+
options?: __HttpHandlerOptions
|
|
743
|
+
): Promise<BatchCreatePartitionCommandOutput>;
|
|
744
|
+
batchCreatePartition(
|
|
745
|
+
args: BatchCreatePartitionCommandInput,
|
|
746
|
+
cb: (err: any, data?: BatchCreatePartitionCommandOutput) => void
|
|
747
|
+
): void;
|
|
748
|
+
batchCreatePartition(
|
|
749
|
+
args: BatchCreatePartitionCommandInput,
|
|
750
|
+
options: __HttpHandlerOptions,
|
|
751
|
+
cb: (err: any, data?: BatchCreatePartitionCommandOutput) => void
|
|
752
|
+
): void;
|
|
753
|
+
batchDeleteConnection(
|
|
754
|
+
args: BatchDeleteConnectionCommandInput,
|
|
755
|
+
options?: __HttpHandlerOptions
|
|
756
|
+
): Promise<BatchDeleteConnectionCommandOutput>;
|
|
757
|
+
batchDeleteConnection(
|
|
758
|
+
args: BatchDeleteConnectionCommandInput,
|
|
759
|
+
cb: (err: any, data?: BatchDeleteConnectionCommandOutput) => void
|
|
760
|
+
): void;
|
|
761
|
+
batchDeleteConnection(
|
|
762
|
+
args: BatchDeleteConnectionCommandInput,
|
|
763
|
+
options: __HttpHandlerOptions,
|
|
764
|
+
cb: (err: any, data?: BatchDeleteConnectionCommandOutput) => void
|
|
765
|
+
): void;
|
|
766
|
+
batchDeletePartition(
|
|
767
|
+
args: BatchDeletePartitionCommandInput,
|
|
768
|
+
options?: __HttpHandlerOptions
|
|
769
|
+
): Promise<BatchDeletePartitionCommandOutput>;
|
|
770
|
+
batchDeletePartition(
|
|
771
|
+
args: BatchDeletePartitionCommandInput,
|
|
772
|
+
cb: (err: any, data?: BatchDeletePartitionCommandOutput) => void
|
|
773
|
+
): void;
|
|
774
|
+
batchDeletePartition(
|
|
775
|
+
args: BatchDeletePartitionCommandInput,
|
|
776
|
+
options: __HttpHandlerOptions,
|
|
777
|
+
cb: (err: any, data?: BatchDeletePartitionCommandOutput) => void
|
|
778
|
+
): void;
|
|
779
|
+
batchDeleteTable(
|
|
780
|
+
args: BatchDeleteTableCommandInput,
|
|
781
|
+
options?: __HttpHandlerOptions
|
|
782
|
+
): Promise<BatchDeleteTableCommandOutput>;
|
|
783
|
+
batchDeleteTable(
|
|
784
|
+
args: BatchDeleteTableCommandInput,
|
|
785
|
+
cb: (err: any, data?: BatchDeleteTableCommandOutput) => void
|
|
786
|
+
): void;
|
|
787
|
+
batchDeleteTable(
|
|
788
|
+
args: BatchDeleteTableCommandInput,
|
|
789
|
+
options: __HttpHandlerOptions,
|
|
790
|
+
cb: (err: any, data?: BatchDeleteTableCommandOutput) => void
|
|
791
|
+
): void;
|
|
792
|
+
batchDeleteTableVersion(
|
|
793
|
+
args: BatchDeleteTableVersionCommandInput,
|
|
794
|
+
options?: __HttpHandlerOptions
|
|
795
|
+
): Promise<BatchDeleteTableVersionCommandOutput>;
|
|
796
|
+
batchDeleteTableVersion(
|
|
797
|
+
args: BatchDeleteTableVersionCommandInput,
|
|
798
|
+
cb: (err: any, data?: BatchDeleteTableVersionCommandOutput) => void
|
|
799
|
+
): void;
|
|
800
|
+
batchDeleteTableVersion(
|
|
801
|
+
args: BatchDeleteTableVersionCommandInput,
|
|
802
|
+
options: __HttpHandlerOptions,
|
|
803
|
+
cb: (err: any, data?: BatchDeleteTableVersionCommandOutput) => void
|
|
804
|
+
): void;
|
|
805
|
+
batchGetBlueprints(
|
|
806
|
+
args: BatchGetBlueprintsCommandInput,
|
|
807
|
+
options?: __HttpHandlerOptions
|
|
808
|
+
): Promise<BatchGetBlueprintsCommandOutput>;
|
|
809
|
+
batchGetBlueprints(
|
|
810
|
+
args: BatchGetBlueprintsCommandInput,
|
|
811
|
+
cb: (err: any, data?: BatchGetBlueprintsCommandOutput) => void
|
|
812
|
+
): void;
|
|
813
|
+
batchGetBlueprints(
|
|
814
|
+
args: BatchGetBlueprintsCommandInput,
|
|
815
|
+
options: __HttpHandlerOptions,
|
|
816
|
+
cb: (err: any, data?: BatchGetBlueprintsCommandOutput) => void
|
|
817
|
+
): void;
|
|
818
|
+
batchGetCrawlers(
|
|
819
|
+
args: BatchGetCrawlersCommandInput,
|
|
820
|
+
options?: __HttpHandlerOptions
|
|
821
|
+
): Promise<BatchGetCrawlersCommandOutput>;
|
|
822
|
+
batchGetCrawlers(
|
|
823
|
+
args: BatchGetCrawlersCommandInput,
|
|
824
|
+
cb: (err: any, data?: BatchGetCrawlersCommandOutput) => void
|
|
825
|
+
): void;
|
|
826
|
+
batchGetCrawlers(
|
|
827
|
+
args: BatchGetCrawlersCommandInput,
|
|
828
|
+
options: __HttpHandlerOptions,
|
|
829
|
+
cb: (err: any, data?: BatchGetCrawlersCommandOutput) => void
|
|
830
|
+
): void;
|
|
831
|
+
batchGetCustomEntityTypes(
|
|
832
|
+
args: BatchGetCustomEntityTypesCommandInput,
|
|
833
|
+
options?: __HttpHandlerOptions
|
|
834
|
+
): Promise<BatchGetCustomEntityTypesCommandOutput>;
|
|
835
|
+
batchGetCustomEntityTypes(
|
|
836
|
+
args: BatchGetCustomEntityTypesCommandInput,
|
|
837
|
+
cb: (err: any, data?: BatchGetCustomEntityTypesCommandOutput) => void
|
|
838
|
+
): void;
|
|
839
|
+
batchGetCustomEntityTypes(
|
|
840
|
+
args: BatchGetCustomEntityTypesCommandInput,
|
|
841
|
+
options: __HttpHandlerOptions,
|
|
842
|
+
cb: (err: any, data?: BatchGetCustomEntityTypesCommandOutput) => void
|
|
843
|
+
): void;
|
|
844
|
+
batchGetDevEndpoints(
|
|
845
|
+
args: BatchGetDevEndpointsCommandInput,
|
|
846
|
+
options?: __HttpHandlerOptions
|
|
847
|
+
): Promise<BatchGetDevEndpointsCommandOutput>;
|
|
848
|
+
batchGetDevEndpoints(
|
|
849
|
+
args: BatchGetDevEndpointsCommandInput,
|
|
850
|
+
cb: (err: any, data?: BatchGetDevEndpointsCommandOutput) => void
|
|
851
|
+
): void;
|
|
852
|
+
batchGetDevEndpoints(
|
|
853
|
+
args: BatchGetDevEndpointsCommandInput,
|
|
854
|
+
options: __HttpHandlerOptions,
|
|
855
|
+
cb: (err: any, data?: BatchGetDevEndpointsCommandOutput) => void
|
|
856
|
+
): void;
|
|
857
|
+
batchGetJobs(
|
|
858
|
+
args: BatchGetJobsCommandInput,
|
|
859
|
+
options?: __HttpHandlerOptions
|
|
860
|
+
): Promise<BatchGetJobsCommandOutput>;
|
|
861
|
+
batchGetJobs(
|
|
862
|
+
args: BatchGetJobsCommandInput,
|
|
863
|
+
cb: (err: any, data?: BatchGetJobsCommandOutput) => void
|
|
864
|
+
): void;
|
|
865
|
+
batchGetJobs(
|
|
866
|
+
args: BatchGetJobsCommandInput,
|
|
867
|
+
options: __HttpHandlerOptions,
|
|
868
|
+
cb: (err: any, data?: BatchGetJobsCommandOutput) => void
|
|
869
|
+
): void;
|
|
870
|
+
batchGetPartition(
|
|
871
|
+
args: BatchGetPartitionCommandInput,
|
|
872
|
+
options?: __HttpHandlerOptions
|
|
873
|
+
): Promise<BatchGetPartitionCommandOutput>;
|
|
874
|
+
batchGetPartition(
|
|
875
|
+
args: BatchGetPartitionCommandInput,
|
|
876
|
+
cb: (err: any, data?: BatchGetPartitionCommandOutput) => void
|
|
877
|
+
): void;
|
|
878
|
+
batchGetPartition(
|
|
879
|
+
args: BatchGetPartitionCommandInput,
|
|
880
|
+
options: __HttpHandlerOptions,
|
|
881
|
+
cb: (err: any, data?: BatchGetPartitionCommandOutput) => void
|
|
882
|
+
): void;
|
|
883
|
+
batchGetTriggers(
|
|
884
|
+
args: BatchGetTriggersCommandInput,
|
|
885
|
+
options?: __HttpHandlerOptions
|
|
886
|
+
): Promise<BatchGetTriggersCommandOutput>;
|
|
887
|
+
batchGetTriggers(
|
|
888
|
+
args: BatchGetTriggersCommandInput,
|
|
889
|
+
cb: (err: any, data?: BatchGetTriggersCommandOutput) => void
|
|
890
|
+
): void;
|
|
891
|
+
batchGetTriggers(
|
|
892
|
+
args: BatchGetTriggersCommandInput,
|
|
893
|
+
options: __HttpHandlerOptions,
|
|
894
|
+
cb: (err: any, data?: BatchGetTriggersCommandOutput) => void
|
|
895
|
+
): void;
|
|
896
|
+
batchGetWorkflows(
|
|
897
|
+
args: BatchGetWorkflowsCommandInput,
|
|
898
|
+
options?: __HttpHandlerOptions
|
|
899
|
+
): Promise<BatchGetWorkflowsCommandOutput>;
|
|
900
|
+
batchGetWorkflows(
|
|
901
|
+
args: BatchGetWorkflowsCommandInput,
|
|
902
|
+
cb: (err: any, data?: BatchGetWorkflowsCommandOutput) => void
|
|
903
|
+
): void;
|
|
904
|
+
batchGetWorkflows(
|
|
905
|
+
args: BatchGetWorkflowsCommandInput,
|
|
906
|
+
options: __HttpHandlerOptions,
|
|
907
|
+
cb: (err: any, data?: BatchGetWorkflowsCommandOutput) => void
|
|
908
|
+
): void;
|
|
909
|
+
batchStopJobRun(
|
|
910
|
+
args: BatchStopJobRunCommandInput,
|
|
911
|
+
options?: __HttpHandlerOptions
|
|
912
|
+
): Promise<BatchStopJobRunCommandOutput>;
|
|
913
|
+
batchStopJobRun(
|
|
914
|
+
args: BatchStopJobRunCommandInput,
|
|
915
|
+
cb: (err: any, data?: BatchStopJobRunCommandOutput) => void
|
|
916
|
+
): void;
|
|
917
|
+
batchStopJobRun(
|
|
918
|
+
args: BatchStopJobRunCommandInput,
|
|
919
|
+
options: __HttpHandlerOptions,
|
|
920
|
+
cb: (err: any, data?: BatchStopJobRunCommandOutput) => void
|
|
921
|
+
): void;
|
|
922
|
+
batchUpdatePartition(
|
|
923
|
+
args: BatchUpdatePartitionCommandInput,
|
|
924
|
+
options?: __HttpHandlerOptions
|
|
925
|
+
): Promise<BatchUpdatePartitionCommandOutput>;
|
|
926
|
+
batchUpdatePartition(
|
|
927
|
+
args: BatchUpdatePartitionCommandInput,
|
|
928
|
+
cb: (err: any, data?: BatchUpdatePartitionCommandOutput) => void
|
|
929
|
+
): void;
|
|
930
|
+
batchUpdatePartition(
|
|
931
|
+
args: BatchUpdatePartitionCommandInput,
|
|
932
|
+
options: __HttpHandlerOptions,
|
|
933
|
+
cb: (err: any, data?: BatchUpdatePartitionCommandOutput) => void
|
|
934
|
+
): void;
|
|
935
|
+
cancelMLTaskRun(
|
|
936
|
+
args: CancelMLTaskRunCommandInput,
|
|
937
|
+
options?: __HttpHandlerOptions
|
|
938
|
+
): Promise<CancelMLTaskRunCommandOutput>;
|
|
939
|
+
cancelMLTaskRun(
|
|
940
|
+
args: CancelMLTaskRunCommandInput,
|
|
941
|
+
cb: (err: any, data?: CancelMLTaskRunCommandOutput) => void
|
|
942
|
+
): void;
|
|
943
|
+
cancelMLTaskRun(
|
|
944
|
+
args: CancelMLTaskRunCommandInput,
|
|
945
|
+
options: __HttpHandlerOptions,
|
|
946
|
+
cb: (err: any, data?: CancelMLTaskRunCommandOutput) => void
|
|
947
|
+
): void;
|
|
948
|
+
cancelStatement(
|
|
949
|
+
args: CancelStatementCommandInput,
|
|
950
|
+
options?: __HttpHandlerOptions
|
|
951
|
+
): Promise<CancelStatementCommandOutput>;
|
|
952
|
+
cancelStatement(
|
|
953
|
+
args: CancelStatementCommandInput,
|
|
954
|
+
cb: (err: any, data?: CancelStatementCommandOutput) => void
|
|
955
|
+
): void;
|
|
956
|
+
cancelStatement(
|
|
957
|
+
args: CancelStatementCommandInput,
|
|
958
|
+
options: __HttpHandlerOptions,
|
|
959
|
+
cb: (err: any, data?: CancelStatementCommandOutput) => void
|
|
960
|
+
): void;
|
|
961
|
+
checkSchemaVersionValidity(
|
|
962
|
+
args: CheckSchemaVersionValidityCommandInput,
|
|
963
|
+
options?: __HttpHandlerOptions
|
|
964
|
+
): Promise<CheckSchemaVersionValidityCommandOutput>;
|
|
965
|
+
checkSchemaVersionValidity(
|
|
966
|
+
args: CheckSchemaVersionValidityCommandInput,
|
|
967
|
+
cb: (err: any, data?: CheckSchemaVersionValidityCommandOutput) => void
|
|
968
|
+
): void;
|
|
969
|
+
checkSchemaVersionValidity(
|
|
970
|
+
args: CheckSchemaVersionValidityCommandInput,
|
|
971
|
+
options: __HttpHandlerOptions,
|
|
972
|
+
cb: (err: any, data?: CheckSchemaVersionValidityCommandOutput) => void
|
|
973
|
+
): void;
|
|
974
|
+
createBlueprint(
|
|
975
|
+
args: CreateBlueprintCommandInput,
|
|
976
|
+
options?: __HttpHandlerOptions
|
|
977
|
+
): Promise<CreateBlueprintCommandOutput>;
|
|
978
|
+
createBlueprint(
|
|
979
|
+
args: CreateBlueprintCommandInput,
|
|
980
|
+
cb: (err: any, data?: CreateBlueprintCommandOutput) => void
|
|
981
|
+
): void;
|
|
982
|
+
createBlueprint(
|
|
983
|
+
args: CreateBlueprintCommandInput,
|
|
984
|
+
options: __HttpHandlerOptions,
|
|
985
|
+
cb: (err: any, data?: CreateBlueprintCommandOutput) => void
|
|
986
|
+
): void;
|
|
987
|
+
createClassifier(
|
|
988
|
+
args: CreateClassifierCommandInput,
|
|
989
|
+
options?: __HttpHandlerOptions
|
|
990
|
+
): Promise<CreateClassifierCommandOutput>;
|
|
991
|
+
createClassifier(
|
|
992
|
+
args: CreateClassifierCommandInput,
|
|
993
|
+
cb: (err: any, data?: CreateClassifierCommandOutput) => void
|
|
994
|
+
): void;
|
|
995
|
+
createClassifier(
|
|
996
|
+
args: CreateClassifierCommandInput,
|
|
997
|
+
options: __HttpHandlerOptions,
|
|
998
|
+
cb: (err: any, data?: CreateClassifierCommandOutput) => void
|
|
999
|
+
): void;
|
|
1000
|
+
createConnection(
|
|
1001
|
+
args: CreateConnectionCommandInput,
|
|
1002
|
+
options?: __HttpHandlerOptions
|
|
1003
|
+
): Promise<CreateConnectionCommandOutput>;
|
|
1004
|
+
createConnection(
|
|
1005
|
+
args: CreateConnectionCommandInput,
|
|
1006
|
+
cb: (err: any, data?: CreateConnectionCommandOutput) => void
|
|
1007
|
+
): void;
|
|
1008
|
+
createConnection(
|
|
1009
|
+
args: CreateConnectionCommandInput,
|
|
1010
|
+
options: __HttpHandlerOptions,
|
|
1011
|
+
cb: (err: any, data?: CreateConnectionCommandOutput) => void
|
|
1012
|
+
): void;
|
|
1013
|
+
createCrawler(
|
|
1014
|
+
args: CreateCrawlerCommandInput,
|
|
1015
|
+
options?: __HttpHandlerOptions
|
|
1016
|
+
): Promise<CreateCrawlerCommandOutput>;
|
|
1017
|
+
createCrawler(
|
|
1018
|
+
args: CreateCrawlerCommandInput,
|
|
1019
|
+
cb: (err: any, data?: CreateCrawlerCommandOutput) => void
|
|
1020
|
+
): void;
|
|
1021
|
+
createCrawler(
|
|
1022
|
+
args: CreateCrawlerCommandInput,
|
|
1023
|
+
options: __HttpHandlerOptions,
|
|
1024
|
+
cb: (err: any, data?: CreateCrawlerCommandOutput) => void
|
|
1025
|
+
): void;
|
|
1026
|
+
createCustomEntityType(
|
|
1027
|
+
args: CreateCustomEntityTypeCommandInput,
|
|
1028
|
+
options?: __HttpHandlerOptions
|
|
1029
|
+
): Promise<CreateCustomEntityTypeCommandOutput>;
|
|
1030
|
+
createCustomEntityType(
|
|
1031
|
+
args: CreateCustomEntityTypeCommandInput,
|
|
1032
|
+
cb: (err: any, data?: CreateCustomEntityTypeCommandOutput) => void
|
|
1033
|
+
): void;
|
|
1034
|
+
createCustomEntityType(
|
|
1035
|
+
args: CreateCustomEntityTypeCommandInput,
|
|
1036
|
+
options: __HttpHandlerOptions,
|
|
1037
|
+
cb: (err: any, data?: CreateCustomEntityTypeCommandOutput) => void
|
|
1038
|
+
): void;
|
|
1039
|
+
createDatabase(
|
|
1040
|
+
args: CreateDatabaseCommandInput,
|
|
1041
|
+
options?: __HttpHandlerOptions
|
|
1042
|
+
): Promise<CreateDatabaseCommandOutput>;
|
|
1043
|
+
createDatabase(
|
|
1044
|
+
args: CreateDatabaseCommandInput,
|
|
1045
|
+
cb: (err: any, data?: CreateDatabaseCommandOutput) => void
|
|
1046
|
+
): void;
|
|
1047
|
+
createDatabase(
|
|
1048
|
+
args: CreateDatabaseCommandInput,
|
|
1049
|
+
options: __HttpHandlerOptions,
|
|
1050
|
+
cb: (err: any, data?: CreateDatabaseCommandOutput) => void
|
|
1051
|
+
): void;
|
|
1052
|
+
createDevEndpoint(
|
|
1053
|
+
args: CreateDevEndpointCommandInput,
|
|
1054
|
+
options?: __HttpHandlerOptions
|
|
1055
|
+
): Promise<CreateDevEndpointCommandOutput>;
|
|
1056
|
+
createDevEndpoint(
|
|
1057
|
+
args: CreateDevEndpointCommandInput,
|
|
1058
|
+
cb: (err: any, data?: CreateDevEndpointCommandOutput) => void
|
|
1059
|
+
): void;
|
|
1060
|
+
createDevEndpoint(
|
|
1061
|
+
args: CreateDevEndpointCommandInput,
|
|
1062
|
+
options: __HttpHandlerOptions,
|
|
1063
|
+
cb: (err: any, data?: CreateDevEndpointCommandOutput) => void
|
|
1064
|
+
): void;
|
|
1065
|
+
createJob(
|
|
1066
|
+
args: CreateJobCommandInput,
|
|
1067
|
+
options?: __HttpHandlerOptions
|
|
1068
|
+
): Promise<CreateJobCommandOutput>;
|
|
1069
|
+
createJob(
|
|
1070
|
+
args: CreateJobCommandInput,
|
|
1071
|
+
cb: (err: any, data?: CreateJobCommandOutput) => void
|
|
1072
|
+
): void;
|
|
1073
|
+
createJob(
|
|
1074
|
+
args: CreateJobCommandInput,
|
|
1075
|
+
options: __HttpHandlerOptions,
|
|
1076
|
+
cb: (err: any, data?: CreateJobCommandOutput) => void
|
|
1077
|
+
): void;
|
|
1078
|
+
createMLTransform(
|
|
1079
|
+
args: CreateMLTransformCommandInput,
|
|
1080
|
+
options?: __HttpHandlerOptions
|
|
1081
|
+
): Promise<CreateMLTransformCommandOutput>;
|
|
1082
|
+
createMLTransform(
|
|
1083
|
+
args: CreateMLTransformCommandInput,
|
|
1084
|
+
cb: (err: any, data?: CreateMLTransformCommandOutput) => void
|
|
1085
|
+
): void;
|
|
1086
|
+
createMLTransform(
|
|
1087
|
+
args: CreateMLTransformCommandInput,
|
|
1088
|
+
options: __HttpHandlerOptions,
|
|
1089
|
+
cb: (err: any, data?: CreateMLTransformCommandOutput) => void
|
|
1090
|
+
): void;
|
|
1091
|
+
createPartition(
|
|
1092
|
+
args: CreatePartitionCommandInput,
|
|
1093
|
+
options?: __HttpHandlerOptions
|
|
1094
|
+
): Promise<CreatePartitionCommandOutput>;
|
|
1095
|
+
createPartition(
|
|
1096
|
+
args: CreatePartitionCommandInput,
|
|
1097
|
+
cb: (err: any, data?: CreatePartitionCommandOutput) => void
|
|
1098
|
+
): void;
|
|
1099
|
+
createPartition(
|
|
1100
|
+
args: CreatePartitionCommandInput,
|
|
1101
|
+
options: __HttpHandlerOptions,
|
|
1102
|
+
cb: (err: any, data?: CreatePartitionCommandOutput) => void
|
|
1103
|
+
): void;
|
|
1104
|
+
createPartitionIndex(
|
|
1105
|
+
args: CreatePartitionIndexCommandInput,
|
|
1106
|
+
options?: __HttpHandlerOptions
|
|
1107
|
+
): Promise<CreatePartitionIndexCommandOutput>;
|
|
1108
|
+
createPartitionIndex(
|
|
1109
|
+
args: CreatePartitionIndexCommandInput,
|
|
1110
|
+
cb: (err: any, data?: CreatePartitionIndexCommandOutput) => void
|
|
1111
|
+
): void;
|
|
1112
|
+
createPartitionIndex(
|
|
1113
|
+
args: CreatePartitionIndexCommandInput,
|
|
1114
|
+
options: __HttpHandlerOptions,
|
|
1115
|
+
cb: (err: any, data?: CreatePartitionIndexCommandOutput) => void
|
|
1116
|
+
): void;
|
|
1117
|
+
createRegistry(
|
|
1118
|
+
args: CreateRegistryCommandInput,
|
|
1119
|
+
options?: __HttpHandlerOptions
|
|
1120
|
+
): Promise<CreateRegistryCommandOutput>;
|
|
1121
|
+
createRegistry(
|
|
1122
|
+
args: CreateRegistryCommandInput,
|
|
1123
|
+
cb: (err: any, data?: CreateRegistryCommandOutput) => void
|
|
1124
|
+
): void;
|
|
1125
|
+
createRegistry(
|
|
1126
|
+
args: CreateRegistryCommandInput,
|
|
1127
|
+
options: __HttpHandlerOptions,
|
|
1128
|
+
cb: (err: any, data?: CreateRegistryCommandOutput) => void
|
|
1129
|
+
): void;
|
|
1130
|
+
createSchema(
|
|
1131
|
+
args: CreateSchemaCommandInput,
|
|
1132
|
+
options?: __HttpHandlerOptions
|
|
1133
|
+
): Promise<CreateSchemaCommandOutput>;
|
|
1134
|
+
createSchema(
|
|
1135
|
+
args: CreateSchemaCommandInput,
|
|
1136
|
+
cb: (err: any, data?: CreateSchemaCommandOutput) => void
|
|
1137
|
+
): void;
|
|
1138
|
+
createSchema(
|
|
1139
|
+
args: CreateSchemaCommandInput,
|
|
1140
|
+
options: __HttpHandlerOptions,
|
|
1141
|
+
cb: (err: any, data?: CreateSchemaCommandOutput) => void
|
|
1142
|
+
): void;
|
|
1143
|
+
createScript(
|
|
1144
|
+
args: CreateScriptCommandInput,
|
|
1145
|
+
options?: __HttpHandlerOptions
|
|
1146
|
+
): Promise<CreateScriptCommandOutput>;
|
|
1147
|
+
createScript(
|
|
1148
|
+
args: CreateScriptCommandInput,
|
|
1149
|
+
cb: (err: any, data?: CreateScriptCommandOutput) => void
|
|
1150
|
+
): void;
|
|
1151
|
+
createScript(
|
|
1152
|
+
args: CreateScriptCommandInput,
|
|
1153
|
+
options: __HttpHandlerOptions,
|
|
1154
|
+
cb: (err: any, data?: CreateScriptCommandOutput) => void
|
|
1155
|
+
): void;
|
|
1156
|
+
createSecurityConfiguration(
|
|
1157
|
+
args: CreateSecurityConfigurationCommandInput,
|
|
1158
|
+
options?: __HttpHandlerOptions
|
|
1159
|
+
): Promise<CreateSecurityConfigurationCommandOutput>;
|
|
1160
|
+
createSecurityConfiguration(
|
|
1161
|
+
args: CreateSecurityConfigurationCommandInput,
|
|
1162
|
+
cb: (err: any, data?: CreateSecurityConfigurationCommandOutput) => void
|
|
1163
|
+
): void;
|
|
1164
|
+
createSecurityConfiguration(
|
|
1165
|
+
args: CreateSecurityConfigurationCommandInput,
|
|
1166
|
+
options: __HttpHandlerOptions,
|
|
1167
|
+
cb: (err: any, data?: CreateSecurityConfigurationCommandOutput) => void
|
|
1168
|
+
): void;
|
|
1169
|
+
createSession(
|
|
1170
|
+
args: CreateSessionCommandInput,
|
|
1171
|
+
options?: __HttpHandlerOptions
|
|
1172
|
+
): Promise<CreateSessionCommandOutput>;
|
|
1173
|
+
createSession(
|
|
1174
|
+
args: CreateSessionCommandInput,
|
|
1175
|
+
cb: (err: any, data?: CreateSessionCommandOutput) => void
|
|
1176
|
+
): void;
|
|
1177
|
+
createSession(
|
|
1178
|
+
args: CreateSessionCommandInput,
|
|
1179
|
+
options: __HttpHandlerOptions,
|
|
1180
|
+
cb: (err: any, data?: CreateSessionCommandOutput) => void
|
|
1181
|
+
): void;
|
|
1182
|
+
createTable(
|
|
1183
|
+
args: CreateTableCommandInput,
|
|
1184
|
+
options?: __HttpHandlerOptions
|
|
1185
|
+
): Promise<CreateTableCommandOutput>;
|
|
1186
|
+
createTable(
|
|
1187
|
+
args: CreateTableCommandInput,
|
|
1188
|
+
cb: (err: any, data?: CreateTableCommandOutput) => void
|
|
1189
|
+
): void;
|
|
1190
|
+
createTable(
|
|
1191
|
+
args: CreateTableCommandInput,
|
|
1192
|
+
options: __HttpHandlerOptions,
|
|
1193
|
+
cb: (err: any, data?: CreateTableCommandOutput) => void
|
|
1194
|
+
): void;
|
|
1195
|
+
createTrigger(
|
|
1196
|
+
args: CreateTriggerCommandInput,
|
|
1197
|
+
options?: __HttpHandlerOptions
|
|
1198
|
+
): Promise<CreateTriggerCommandOutput>;
|
|
1199
|
+
createTrigger(
|
|
1200
|
+
args: CreateTriggerCommandInput,
|
|
1201
|
+
cb: (err: any, data?: CreateTriggerCommandOutput) => void
|
|
1202
|
+
): void;
|
|
1203
|
+
createTrigger(
|
|
1204
|
+
args: CreateTriggerCommandInput,
|
|
1205
|
+
options: __HttpHandlerOptions,
|
|
1206
|
+
cb: (err: any, data?: CreateTriggerCommandOutput) => void
|
|
1207
|
+
): void;
|
|
1208
|
+
createUserDefinedFunction(
|
|
1209
|
+
args: CreateUserDefinedFunctionCommandInput,
|
|
1210
|
+
options?: __HttpHandlerOptions
|
|
1211
|
+
): Promise<CreateUserDefinedFunctionCommandOutput>;
|
|
1212
|
+
createUserDefinedFunction(
|
|
1213
|
+
args: CreateUserDefinedFunctionCommandInput,
|
|
1214
|
+
cb: (err: any, data?: CreateUserDefinedFunctionCommandOutput) => void
|
|
1215
|
+
): void;
|
|
1216
|
+
createUserDefinedFunction(
|
|
1217
|
+
args: CreateUserDefinedFunctionCommandInput,
|
|
1218
|
+
options: __HttpHandlerOptions,
|
|
1219
|
+
cb: (err: any, data?: CreateUserDefinedFunctionCommandOutput) => void
|
|
1220
|
+
): void;
|
|
1221
|
+
createWorkflow(
|
|
1222
|
+
args: CreateWorkflowCommandInput,
|
|
1223
|
+
options?: __HttpHandlerOptions
|
|
1224
|
+
): Promise<CreateWorkflowCommandOutput>;
|
|
1225
|
+
createWorkflow(
|
|
1226
|
+
args: CreateWorkflowCommandInput,
|
|
1227
|
+
cb: (err: any, data?: CreateWorkflowCommandOutput) => void
|
|
1228
|
+
): void;
|
|
1229
|
+
createWorkflow(
|
|
1230
|
+
args: CreateWorkflowCommandInput,
|
|
1231
|
+
options: __HttpHandlerOptions,
|
|
1232
|
+
cb: (err: any, data?: CreateWorkflowCommandOutput) => void
|
|
1233
|
+
): void;
|
|
1234
|
+
deleteBlueprint(
|
|
1235
|
+
args: DeleteBlueprintCommandInput,
|
|
1236
|
+
options?: __HttpHandlerOptions
|
|
1237
|
+
): Promise<DeleteBlueprintCommandOutput>;
|
|
1238
|
+
deleteBlueprint(
|
|
1239
|
+
args: DeleteBlueprintCommandInput,
|
|
1240
|
+
cb: (err: any, data?: DeleteBlueprintCommandOutput) => void
|
|
1241
|
+
): void;
|
|
1242
|
+
deleteBlueprint(
|
|
1243
|
+
args: DeleteBlueprintCommandInput,
|
|
1244
|
+
options: __HttpHandlerOptions,
|
|
1245
|
+
cb: (err: any, data?: DeleteBlueprintCommandOutput) => void
|
|
1246
|
+
): void;
|
|
1247
|
+
deleteClassifier(
|
|
1248
|
+
args: DeleteClassifierCommandInput,
|
|
1249
|
+
options?: __HttpHandlerOptions
|
|
1250
|
+
): Promise<DeleteClassifierCommandOutput>;
|
|
1251
|
+
deleteClassifier(
|
|
1252
|
+
args: DeleteClassifierCommandInput,
|
|
1253
|
+
cb: (err: any, data?: DeleteClassifierCommandOutput) => void
|
|
1254
|
+
): void;
|
|
1255
|
+
deleteClassifier(
|
|
1256
|
+
args: DeleteClassifierCommandInput,
|
|
1257
|
+
options: __HttpHandlerOptions,
|
|
1258
|
+
cb: (err: any, data?: DeleteClassifierCommandOutput) => void
|
|
1259
|
+
): void;
|
|
1260
|
+
deleteColumnStatisticsForPartition(
|
|
1261
|
+
args: DeleteColumnStatisticsForPartitionCommandInput,
|
|
1262
|
+
options?: __HttpHandlerOptions
|
|
1263
|
+
): Promise<DeleteColumnStatisticsForPartitionCommandOutput>;
|
|
1264
|
+
deleteColumnStatisticsForPartition(
|
|
1265
|
+
args: DeleteColumnStatisticsForPartitionCommandInput,
|
|
1266
|
+
cb: (
|
|
1267
|
+
err: any,
|
|
1268
|
+
data?: DeleteColumnStatisticsForPartitionCommandOutput
|
|
1269
|
+
) => void
|
|
1270
|
+
): void;
|
|
1271
|
+
deleteColumnStatisticsForPartition(
|
|
1272
|
+
args: DeleteColumnStatisticsForPartitionCommandInput,
|
|
1273
|
+
options: __HttpHandlerOptions,
|
|
1274
|
+
cb: (
|
|
1275
|
+
err: any,
|
|
1276
|
+
data?: DeleteColumnStatisticsForPartitionCommandOutput
|
|
1277
|
+
) => void
|
|
1278
|
+
): void;
|
|
1279
|
+
deleteColumnStatisticsForTable(
|
|
1280
|
+
args: DeleteColumnStatisticsForTableCommandInput,
|
|
1281
|
+
options?: __HttpHandlerOptions
|
|
1282
|
+
): Promise<DeleteColumnStatisticsForTableCommandOutput>;
|
|
1283
|
+
deleteColumnStatisticsForTable(
|
|
1284
|
+
args: DeleteColumnStatisticsForTableCommandInput,
|
|
1285
|
+
cb: (err: any, data?: DeleteColumnStatisticsForTableCommandOutput) => void
|
|
1286
|
+
): void;
|
|
1287
|
+
deleteColumnStatisticsForTable(
|
|
1288
|
+
args: DeleteColumnStatisticsForTableCommandInput,
|
|
1289
|
+
options: __HttpHandlerOptions,
|
|
1290
|
+
cb: (err: any, data?: DeleteColumnStatisticsForTableCommandOutput) => void
|
|
1291
|
+
): void;
|
|
1292
|
+
deleteConnection(
|
|
1293
|
+
args: DeleteConnectionCommandInput,
|
|
1294
|
+
options?: __HttpHandlerOptions
|
|
1295
|
+
): Promise<DeleteConnectionCommandOutput>;
|
|
1296
|
+
deleteConnection(
|
|
1297
|
+
args: DeleteConnectionCommandInput,
|
|
1298
|
+
cb: (err: any, data?: DeleteConnectionCommandOutput) => void
|
|
1299
|
+
): void;
|
|
1300
|
+
deleteConnection(
|
|
1301
|
+
args: DeleteConnectionCommandInput,
|
|
1302
|
+
options: __HttpHandlerOptions,
|
|
1303
|
+
cb: (err: any, data?: DeleteConnectionCommandOutput) => void
|
|
1304
|
+
): void;
|
|
1305
|
+
deleteCrawler(
|
|
1306
|
+
args: DeleteCrawlerCommandInput,
|
|
1307
|
+
options?: __HttpHandlerOptions
|
|
1308
|
+
): Promise<DeleteCrawlerCommandOutput>;
|
|
1309
|
+
deleteCrawler(
|
|
1310
|
+
args: DeleteCrawlerCommandInput,
|
|
1311
|
+
cb: (err: any, data?: DeleteCrawlerCommandOutput) => void
|
|
1312
|
+
): void;
|
|
1313
|
+
deleteCrawler(
|
|
1314
|
+
args: DeleteCrawlerCommandInput,
|
|
1315
|
+
options: __HttpHandlerOptions,
|
|
1316
|
+
cb: (err: any, data?: DeleteCrawlerCommandOutput) => void
|
|
1317
|
+
): void;
|
|
1318
|
+
deleteCustomEntityType(
|
|
1319
|
+
args: DeleteCustomEntityTypeCommandInput,
|
|
1320
|
+
options?: __HttpHandlerOptions
|
|
1321
|
+
): Promise<DeleteCustomEntityTypeCommandOutput>;
|
|
1322
|
+
deleteCustomEntityType(
|
|
1323
|
+
args: DeleteCustomEntityTypeCommandInput,
|
|
1324
|
+
cb: (err: any, data?: DeleteCustomEntityTypeCommandOutput) => void
|
|
1325
|
+
): void;
|
|
1326
|
+
deleteCustomEntityType(
|
|
1327
|
+
args: DeleteCustomEntityTypeCommandInput,
|
|
1328
|
+
options: __HttpHandlerOptions,
|
|
1329
|
+
cb: (err: any, data?: DeleteCustomEntityTypeCommandOutput) => void
|
|
1330
|
+
): void;
|
|
1331
|
+
deleteDatabase(
|
|
1332
|
+
args: DeleteDatabaseCommandInput,
|
|
1333
|
+
options?: __HttpHandlerOptions
|
|
1334
|
+
): Promise<DeleteDatabaseCommandOutput>;
|
|
1335
|
+
deleteDatabase(
|
|
1336
|
+
args: DeleteDatabaseCommandInput,
|
|
1337
|
+
cb: (err: any, data?: DeleteDatabaseCommandOutput) => void
|
|
1338
|
+
): void;
|
|
1339
|
+
deleteDatabase(
|
|
1340
|
+
args: DeleteDatabaseCommandInput,
|
|
1341
|
+
options: __HttpHandlerOptions,
|
|
1342
|
+
cb: (err: any, data?: DeleteDatabaseCommandOutput) => void
|
|
1343
|
+
): void;
|
|
1344
|
+
deleteDevEndpoint(
|
|
1345
|
+
args: DeleteDevEndpointCommandInput,
|
|
1346
|
+
options?: __HttpHandlerOptions
|
|
1347
|
+
): Promise<DeleteDevEndpointCommandOutput>;
|
|
1348
|
+
deleteDevEndpoint(
|
|
1349
|
+
args: DeleteDevEndpointCommandInput,
|
|
1350
|
+
cb: (err: any, data?: DeleteDevEndpointCommandOutput) => void
|
|
1351
|
+
): void;
|
|
1352
|
+
deleteDevEndpoint(
|
|
1353
|
+
args: DeleteDevEndpointCommandInput,
|
|
1354
|
+
options: __HttpHandlerOptions,
|
|
1355
|
+
cb: (err: any, data?: DeleteDevEndpointCommandOutput) => void
|
|
1356
|
+
): void;
|
|
1357
|
+
deleteJob(
|
|
1358
|
+
args: DeleteJobCommandInput,
|
|
1359
|
+
options?: __HttpHandlerOptions
|
|
1360
|
+
): Promise<DeleteJobCommandOutput>;
|
|
1361
|
+
deleteJob(
|
|
1362
|
+
args: DeleteJobCommandInput,
|
|
1363
|
+
cb: (err: any, data?: DeleteJobCommandOutput) => void
|
|
1364
|
+
): void;
|
|
1365
|
+
deleteJob(
|
|
1366
|
+
args: DeleteJobCommandInput,
|
|
1367
|
+
options: __HttpHandlerOptions,
|
|
1368
|
+
cb: (err: any, data?: DeleteJobCommandOutput) => void
|
|
1369
|
+
): void;
|
|
1370
|
+
deleteMLTransform(
|
|
1371
|
+
args: DeleteMLTransformCommandInput,
|
|
1372
|
+
options?: __HttpHandlerOptions
|
|
1373
|
+
): Promise<DeleteMLTransformCommandOutput>;
|
|
1374
|
+
deleteMLTransform(
|
|
1375
|
+
args: DeleteMLTransformCommandInput,
|
|
1376
|
+
cb: (err: any, data?: DeleteMLTransformCommandOutput) => void
|
|
1377
|
+
): void;
|
|
1378
|
+
deleteMLTransform(
|
|
1379
|
+
args: DeleteMLTransformCommandInput,
|
|
1380
|
+
options: __HttpHandlerOptions,
|
|
1381
|
+
cb: (err: any, data?: DeleteMLTransformCommandOutput) => void
|
|
1382
|
+
): void;
|
|
1383
|
+
deletePartition(
|
|
1384
|
+
args: DeletePartitionCommandInput,
|
|
1385
|
+
options?: __HttpHandlerOptions
|
|
1386
|
+
): Promise<DeletePartitionCommandOutput>;
|
|
1387
|
+
deletePartition(
|
|
1388
|
+
args: DeletePartitionCommandInput,
|
|
1389
|
+
cb: (err: any, data?: DeletePartitionCommandOutput) => void
|
|
1390
|
+
): void;
|
|
1391
|
+
deletePartition(
|
|
1392
|
+
args: DeletePartitionCommandInput,
|
|
1393
|
+
options: __HttpHandlerOptions,
|
|
1394
|
+
cb: (err: any, data?: DeletePartitionCommandOutput) => void
|
|
1395
|
+
): void;
|
|
1396
|
+
deletePartitionIndex(
|
|
1397
|
+
args: DeletePartitionIndexCommandInput,
|
|
1398
|
+
options?: __HttpHandlerOptions
|
|
1399
|
+
): Promise<DeletePartitionIndexCommandOutput>;
|
|
1400
|
+
deletePartitionIndex(
|
|
1401
|
+
args: DeletePartitionIndexCommandInput,
|
|
1402
|
+
cb: (err: any, data?: DeletePartitionIndexCommandOutput) => void
|
|
1403
|
+
): void;
|
|
1404
|
+
deletePartitionIndex(
|
|
1405
|
+
args: DeletePartitionIndexCommandInput,
|
|
1406
|
+
options: __HttpHandlerOptions,
|
|
1407
|
+
cb: (err: any, data?: DeletePartitionIndexCommandOutput) => void
|
|
1408
|
+
): void;
|
|
1409
|
+
deleteRegistry(
|
|
1410
|
+
args: DeleteRegistryCommandInput,
|
|
1411
|
+
options?: __HttpHandlerOptions
|
|
1412
|
+
): Promise<DeleteRegistryCommandOutput>;
|
|
1413
|
+
deleteRegistry(
|
|
1414
|
+
args: DeleteRegistryCommandInput,
|
|
1415
|
+
cb: (err: any, data?: DeleteRegistryCommandOutput) => void
|
|
1416
|
+
): void;
|
|
1417
|
+
deleteRegistry(
|
|
1418
|
+
args: DeleteRegistryCommandInput,
|
|
1419
|
+
options: __HttpHandlerOptions,
|
|
1420
|
+
cb: (err: any, data?: DeleteRegistryCommandOutput) => void
|
|
1421
|
+
): void;
|
|
1422
|
+
deleteResourcePolicy(
|
|
1423
|
+
args: DeleteResourcePolicyCommandInput,
|
|
1424
|
+
options?: __HttpHandlerOptions
|
|
1425
|
+
): Promise<DeleteResourcePolicyCommandOutput>;
|
|
1426
|
+
deleteResourcePolicy(
|
|
1427
|
+
args: DeleteResourcePolicyCommandInput,
|
|
1428
|
+
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
1429
|
+
): void;
|
|
1430
|
+
deleteResourcePolicy(
|
|
1431
|
+
args: DeleteResourcePolicyCommandInput,
|
|
1432
|
+
options: __HttpHandlerOptions,
|
|
1433
|
+
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
1434
|
+
): void;
|
|
1435
|
+
deleteSchema(
|
|
1436
|
+
args: DeleteSchemaCommandInput,
|
|
1437
|
+
options?: __HttpHandlerOptions
|
|
1438
|
+
): Promise<DeleteSchemaCommandOutput>;
|
|
1439
|
+
deleteSchema(
|
|
1440
|
+
args: DeleteSchemaCommandInput,
|
|
1441
|
+
cb: (err: any, data?: DeleteSchemaCommandOutput) => void
|
|
1442
|
+
): void;
|
|
1443
|
+
deleteSchema(
|
|
1444
|
+
args: DeleteSchemaCommandInput,
|
|
1445
|
+
options: __HttpHandlerOptions,
|
|
1446
|
+
cb: (err: any, data?: DeleteSchemaCommandOutput) => void
|
|
1447
|
+
): void;
|
|
1448
|
+
deleteSchemaVersions(
|
|
1449
|
+
args: DeleteSchemaVersionsCommandInput,
|
|
1450
|
+
options?: __HttpHandlerOptions
|
|
1451
|
+
): Promise<DeleteSchemaVersionsCommandOutput>;
|
|
1452
|
+
deleteSchemaVersions(
|
|
1453
|
+
args: DeleteSchemaVersionsCommandInput,
|
|
1454
|
+
cb: (err: any, data?: DeleteSchemaVersionsCommandOutput) => void
|
|
1455
|
+
): void;
|
|
1456
|
+
deleteSchemaVersions(
|
|
1457
|
+
args: DeleteSchemaVersionsCommandInput,
|
|
1458
|
+
options: __HttpHandlerOptions,
|
|
1459
|
+
cb: (err: any, data?: DeleteSchemaVersionsCommandOutput) => void
|
|
1460
|
+
): void;
|
|
1461
|
+
deleteSecurityConfiguration(
|
|
1462
|
+
args: DeleteSecurityConfigurationCommandInput,
|
|
1463
|
+
options?: __HttpHandlerOptions
|
|
1464
|
+
): Promise<DeleteSecurityConfigurationCommandOutput>;
|
|
1465
|
+
deleteSecurityConfiguration(
|
|
1466
|
+
args: DeleteSecurityConfigurationCommandInput,
|
|
1467
|
+
cb: (err: any, data?: DeleteSecurityConfigurationCommandOutput) => void
|
|
1468
|
+
): void;
|
|
1469
|
+
deleteSecurityConfiguration(
|
|
1470
|
+
args: DeleteSecurityConfigurationCommandInput,
|
|
1471
|
+
options: __HttpHandlerOptions,
|
|
1472
|
+
cb: (err: any, data?: DeleteSecurityConfigurationCommandOutput) => void
|
|
1473
|
+
): void;
|
|
1474
|
+
deleteSession(
|
|
1475
|
+
args: DeleteSessionCommandInput,
|
|
1476
|
+
options?: __HttpHandlerOptions
|
|
1477
|
+
): Promise<DeleteSessionCommandOutput>;
|
|
1478
|
+
deleteSession(
|
|
1479
|
+
args: DeleteSessionCommandInput,
|
|
1480
|
+
cb: (err: any, data?: DeleteSessionCommandOutput) => void
|
|
1481
|
+
): void;
|
|
1482
|
+
deleteSession(
|
|
1483
|
+
args: DeleteSessionCommandInput,
|
|
1484
|
+
options: __HttpHandlerOptions,
|
|
1485
|
+
cb: (err: any, data?: DeleteSessionCommandOutput) => void
|
|
1486
|
+
): void;
|
|
1487
|
+
deleteTable(
|
|
1488
|
+
args: DeleteTableCommandInput,
|
|
1489
|
+
options?: __HttpHandlerOptions
|
|
1490
|
+
): Promise<DeleteTableCommandOutput>;
|
|
1491
|
+
deleteTable(
|
|
1492
|
+
args: DeleteTableCommandInput,
|
|
1493
|
+
cb: (err: any, data?: DeleteTableCommandOutput) => void
|
|
1494
|
+
): void;
|
|
1495
|
+
deleteTable(
|
|
1496
|
+
args: DeleteTableCommandInput,
|
|
1497
|
+
options: __HttpHandlerOptions,
|
|
1498
|
+
cb: (err: any, data?: DeleteTableCommandOutput) => void
|
|
1499
|
+
): void;
|
|
1500
|
+
deleteTableVersion(
|
|
1501
|
+
args: DeleteTableVersionCommandInput,
|
|
1502
|
+
options?: __HttpHandlerOptions
|
|
1503
|
+
): Promise<DeleteTableVersionCommandOutput>;
|
|
1504
|
+
deleteTableVersion(
|
|
1505
|
+
args: DeleteTableVersionCommandInput,
|
|
1506
|
+
cb: (err: any, data?: DeleteTableVersionCommandOutput) => void
|
|
1507
|
+
): void;
|
|
1508
|
+
deleteTableVersion(
|
|
1509
|
+
args: DeleteTableVersionCommandInput,
|
|
1510
|
+
options: __HttpHandlerOptions,
|
|
1511
|
+
cb: (err: any, data?: DeleteTableVersionCommandOutput) => void
|
|
1512
|
+
): void;
|
|
1513
|
+
deleteTrigger(
|
|
1514
|
+
args: DeleteTriggerCommandInput,
|
|
1515
|
+
options?: __HttpHandlerOptions
|
|
1516
|
+
): Promise<DeleteTriggerCommandOutput>;
|
|
1517
|
+
deleteTrigger(
|
|
1518
|
+
args: DeleteTriggerCommandInput,
|
|
1519
|
+
cb: (err: any, data?: DeleteTriggerCommandOutput) => void
|
|
1520
|
+
): void;
|
|
1521
|
+
deleteTrigger(
|
|
1522
|
+
args: DeleteTriggerCommandInput,
|
|
1523
|
+
options: __HttpHandlerOptions,
|
|
1524
|
+
cb: (err: any, data?: DeleteTriggerCommandOutput) => void
|
|
1525
|
+
): void;
|
|
1526
|
+
deleteUserDefinedFunction(
|
|
1527
|
+
args: DeleteUserDefinedFunctionCommandInput,
|
|
1528
|
+
options?: __HttpHandlerOptions
|
|
1529
|
+
): Promise<DeleteUserDefinedFunctionCommandOutput>;
|
|
1530
|
+
deleteUserDefinedFunction(
|
|
1531
|
+
args: DeleteUserDefinedFunctionCommandInput,
|
|
1532
|
+
cb: (err: any, data?: DeleteUserDefinedFunctionCommandOutput) => void
|
|
1533
|
+
): void;
|
|
1534
|
+
deleteUserDefinedFunction(
|
|
1535
|
+
args: DeleteUserDefinedFunctionCommandInput,
|
|
1536
|
+
options: __HttpHandlerOptions,
|
|
1537
|
+
cb: (err: any, data?: DeleteUserDefinedFunctionCommandOutput) => void
|
|
1538
|
+
): void;
|
|
1539
|
+
deleteWorkflow(
|
|
1540
|
+
args: DeleteWorkflowCommandInput,
|
|
1541
|
+
options?: __HttpHandlerOptions
|
|
1542
|
+
): Promise<DeleteWorkflowCommandOutput>;
|
|
1543
|
+
deleteWorkflow(
|
|
1544
|
+
args: DeleteWorkflowCommandInput,
|
|
1545
|
+
cb: (err: any, data?: DeleteWorkflowCommandOutput) => void
|
|
1546
|
+
): void;
|
|
1547
|
+
deleteWorkflow(
|
|
1548
|
+
args: DeleteWorkflowCommandInput,
|
|
1549
|
+
options: __HttpHandlerOptions,
|
|
1550
|
+
cb: (err: any, data?: DeleteWorkflowCommandOutput) => void
|
|
1551
|
+
): void;
|
|
1552
|
+
getBlueprint(
|
|
1553
|
+
args: GetBlueprintCommandInput,
|
|
1554
|
+
options?: __HttpHandlerOptions
|
|
1555
|
+
): Promise<GetBlueprintCommandOutput>;
|
|
1556
|
+
getBlueprint(
|
|
1557
|
+
args: GetBlueprintCommandInput,
|
|
1558
|
+
cb: (err: any, data?: GetBlueprintCommandOutput) => void
|
|
1559
|
+
): void;
|
|
1560
|
+
getBlueprint(
|
|
1561
|
+
args: GetBlueprintCommandInput,
|
|
1562
|
+
options: __HttpHandlerOptions,
|
|
1563
|
+
cb: (err: any, data?: GetBlueprintCommandOutput) => void
|
|
1564
|
+
): void;
|
|
1565
|
+
getBlueprintRun(
|
|
1566
|
+
args: GetBlueprintRunCommandInput,
|
|
1567
|
+
options?: __HttpHandlerOptions
|
|
1568
|
+
): Promise<GetBlueprintRunCommandOutput>;
|
|
1569
|
+
getBlueprintRun(
|
|
1570
|
+
args: GetBlueprintRunCommandInput,
|
|
1571
|
+
cb: (err: any, data?: GetBlueprintRunCommandOutput) => void
|
|
1572
|
+
): void;
|
|
1573
|
+
getBlueprintRun(
|
|
1574
|
+
args: GetBlueprintRunCommandInput,
|
|
1575
|
+
options: __HttpHandlerOptions,
|
|
1576
|
+
cb: (err: any, data?: GetBlueprintRunCommandOutput) => void
|
|
1577
|
+
): void;
|
|
1578
|
+
getBlueprintRuns(
|
|
1579
|
+
args: GetBlueprintRunsCommandInput,
|
|
1580
|
+
options?: __HttpHandlerOptions
|
|
1581
|
+
): Promise<GetBlueprintRunsCommandOutput>;
|
|
1582
|
+
getBlueprintRuns(
|
|
1583
|
+
args: GetBlueprintRunsCommandInput,
|
|
1584
|
+
cb: (err: any, data?: GetBlueprintRunsCommandOutput) => void
|
|
1585
|
+
): void;
|
|
1586
|
+
getBlueprintRuns(
|
|
1587
|
+
args: GetBlueprintRunsCommandInput,
|
|
1588
|
+
options: __HttpHandlerOptions,
|
|
1589
|
+
cb: (err: any, data?: GetBlueprintRunsCommandOutput) => void
|
|
1590
|
+
): void;
|
|
1591
|
+
getCatalogImportStatus(
|
|
1592
|
+
args: GetCatalogImportStatusCommandInput,
|
|
1593
|
+
options?: __HttpHandlerOptions
|
|
1594
|
+
): Promise<GetCatalogImportStatusCommandOutput>;
|
|
1595
|
+
getCatalogImportStatus(
|
|
1596
|
+
args: GetCatalogImportStatusCommandInput,
|
|
1597
|
+
cb: (err: any, data?: GetCatalogImportStatusCommandOutput) => void
|
|
1598
|
+
): void;
|
|
1599
|
+
getCatalogImportStatus(
|
|
1600
|
+
args: GetCatalogImportStatusCommandInput,
|
|
1601
|
+
options: __HttpHandlerOptions,
|
|
1602
|
+
cb: (err: any, data?: GetCatalogImportStatusCommandOutput) => void
|
|
1603
|
+
): void;
|
|
1604
|
+
getClassifier(
|
|
1605
|
+
args: GetClassifierCommandInput,
|
|
1606
|
+
options?: __HttpHandlerOptions
|
|
1607
|
+
): Promise<GetClassifierCommandOutput>;
|
|
1608
|
+
getClassifier(
|
|
1609
|
+
args: GetClassifierCommandInput,
|
|
1610
|
+
cb: (err: any, data?: GetClassifierCommandOutput) => void
|
|
1611
|
+
): void;
|
|
1612
|
+
getClassifier(
|
|
1613
|
+
args: GetClassifierCommandInput,
|
|
1614
|
+
options: __HttpHandlerOptions,
|
|
1615
|
+
cb: (err: any, data?: GetClassifierCommandOutput) => void
|
|
1616
|
+
): void;
|
|
1617
|
+
getClassifiers(
|
|
1618
|
+
args: GetClassifiersCommandInput,
|
|
1619
|
+
options?: __HttpHandlerOptions
|
|
1620
|
+
): Promise<GetClassifiersCommandOutput>;
|
|
1621
|
+
getClassifiers(
|
|
1622
|
+
args: GetClassifiersCommandInput,
|
|
1623
|
+
cb: (err: any, data?: GetClassifiersCommandOutput) => void
|
|
1624
|
+
): void;
|
|
1625
|
+
getClassifiers(
|
|
1626
|
+
args: GetClassifiersCommandInput,
|
|
1627
|
+
options: __HttpHandlerOptions,
|
|
1628
|
+
cb: (err: any, data?: GetClassifiersCommandOutput) => void
|
|
1629
|
+
): void;
|
|
1630
|
+
getColumnStatisticsForPartition(
|
|
1631
|
+
args: GetColumnStatisticsForPartitionCommandInput,
|
|
1632
|
+
options?: __HttpHandlerOptions
|
|
1633
|
+
): Promise<GetColumnStatisticsForPartitionCommandOutput>;
|
|
1634
|
+
getColumnStatisticsForPartition(
|
|
1635
|
+
args: GetColumnStatisticsForPartitionCommandInput,
|
|
1636
|
+
cb: (err: any, data?: GetColumnStatisticsForPartitionCommandOutput) => void
|
|
1637
|
+
): void;
|
|
1638
|
+
getColumnStatisticsForPartition(
|
|
1639
|
+
args: GetColumnStatisticsForPartitionCommandInput,
|
|
1640
|
+
options: __HttpHandlerOptions,
|
|
1641
|
+
cb: (err: any, data?: GetColumnStatisticsForPartitionCommandOutput) => void
|
|
1642
|
+
): void;
|
|
1643
|
+
getColumnStatisticsForTable(
|
|
1644
|
+
args: GetColumnStatisticsForTableCommandInput,
|
|
1645
|
+
options?: __HttpHandlerOptions
|
|
1646
|
+
): Promise<GetColumnStatisticsForTableCommandOutput>;
|
|
1647
|
+
getColumnStatisticsForTable(
|
|
1648
|
+
args: GetColumnStatisticsForTableCommandInput,
|
|
1649
|
+
cb: (err: any, data?: GetColumnStatisticsForTableCommandOutput) => void
|
|
1650
|
+
): void;
|
|
1651
|
+
getColumnStatisticsForTable(
|
|
1652
|
+
args: GetColumnStatisticsForTableCommandInput,
|
|
1653
|
+
options: __HttpHandlerOptions,
|
|
1654
|
+
cb: (err: any, data?: GetColumnStatisticsForTableCommandOutput) => void
|
|
1655
|
+
): void;
|
|
1656
|
+
getConnection(
|
|
1657
|
+
args: GetConnectionCommandInput,
|
|
1658
|
+
options?: __HttpHandlerOptions
|
|
1659
|
+
): Promise<GetConnectionCommandOutput>;
|
|
1660
|
+
getConnection(
|
|
1661
|
+
args: GetConnectionCommandInput,
|
|
1662
|
+
cb: (err: any, data?: GetConnectionCommandOutput) => void
|
|
1663
|
+
): void;
|
|
1664
|
+
getConnection(
|
|
1665
|
+
args: GetConnectionCommandInput,
|
|
1666
|
+
options: __HttpHandlerOptions,
|
|
1667
|
+
cb: (err: any, data?: GetConnectionCommandOutput) => void
|
|
1668
|
+
): void;
|
|
1669
|
+
getConnections(
|
|
1670
|
+
args: GetConnectionsCommandInput,
|
|
1671
|
+
options?: __HttpHandlerOptions
|
|
1672
|
+
): Promise<GetConnectionsCommandOutput>;
|
|
1673
|
+
getConnections(
|
|
1674
|
+
args: GetConnectionsCommandInput,
|
|
1675
|
+
cb: (err: any, data?: GetConnectionsCommandOutput) => void
|
|
1676
|
+
): void;
|
|
1677
|
+
getConnections(
|
|
1678
|
+
args: GetConnectionsCommandInput,
|
|
1679
|
+
options: __HttpHandlerOptions,
|
|
1680
|
+
cb: (err: any, data?: GetConnectionsCommandOutput) => void
|
|
1681
|
+
): void;
|
|
1682
|
+
getCrawler(
|
|
1683
|
+
args: GetCrawlerCommandInput,
|
|
1684
|
+
options?: __HttpHandlerOptions
|
|
1685
|
+
): Promise<GetCrawlerCommandOutput>;
|
|
1686
|
+
getCrawler(
|
|
1687
|
+
args: GetCrawlerCommandInput,
|
|
1688
|
+
cb: (err: any, data?: GetCrawlerCommandOutput) => void
|
|
1689
|
+
): void;
|
|
1690
|
+
getCrawler(
|
|
1691
|
+
args: GetCrawlerCommandInput,
|
|
1692
|
+
options: __HttpHandlerOptions,
|
|
1693
|
+
cb: (err: any, data?: GetCrawlerCommandOutput) => void
|
|
1694
|
+
): void;
|
|
1695
|
+
getCrawlerMetrics(
|
|
1696
|
+
args: GetCrawlerMetricsCommandInput,
|
|
1697
|
+
options?: __HttpHandlerOptions
|
|
1698
|
+
): Promise<GetCrawlerMetricsCommandOutput>;
|
|
1699
|
+
getCrawlerMetrics(
|
|
1700
|
+
args: GetCrawlerMetricsCommandInput,
|
|
1701
|
+
cb: (err: any, data?: GetCrawlerMetricsCommandOutput) => void
|
|
1702
|
+
): void;
|
|
1703
|
+
getCrawlerMetrics(
|
|
1704
|
+
args: GetCrawlerMetricsCommandInput,
|
|
1705
|
+
options: __HttpHandlerOptions,
|
|
1706
|
+
cb: (err: any, data?: GetCrawlerMetricsCommandOutput) => void
|
|
1707
|
+
): void;
|
|
1708
|
+
getCrawlers(
|
|
1709
|
+
args: GetCrawlersCommandInput,
|
|
1710
|
+
options?: __HttpHandlerOptions
|
|
1711
|
+
): Promise<GetCrawlersCommandOutput>;
|
|
1712
|
+
getCrawlers(
|
|
1713
|
+
args: GetCrawlersCommandInput,
|
|
1714
|
+
cb: (err: any, data?: GetCrawlersCommandOutput) => void
|
|
1715
|
+
): void;
|
|
1716
|
+
getCrawlers(
|
|
1717
|
+
args: GetCrawlersCommandInput,
|
|
1718
|
+
options: __HttpHandlerOptions,
|
|
1719
|
+
cb: (err: any, data?: GetCrawlersCommandOutput) => void
|
|
1720
|
+
): void;
|
|
1721
|
+
getCustomEntityType(
|
|
1722
|
+
args: GetCustomEntityTypeCommandInput,
|
|
1723
|
+
options?: __HttpHandlerOptions
|
|
1724
|
+
): Promise<GetCustomEntityTypeCommandOutput>;
|
|
1725
|
+
getCustomEntityType(
|
|
1726
|
+
args: GetCustomEntityTypeCommandInput,
|
|
1727
|
+
cb: (err: any, data?: GetCustomEntityTypeCommandOutput) => void
|
|
1728
|
+
): void;
|
|
1729
|
+
getCustomEntityType(
|
|
1730
|
+
args: GetCustomEntityTypeCommandInput,
|
|
1731
|
+
options: __HttpHandlerOptions,
|
|
1732
|
+
cb: (err: any, data?: GetCustomEntityTypeCommandOutput) => void
|
|
1733
|
+
): void;
|
|
1734
|
+
getDatabase(
|
|
1735
|
+
args: GetDatabaseCommandInput,
|
|
1736
|
+
options?: __HttpHandlerOptions
|
|
1737
|
+
): Promise<GetDatabaseCommandOutput>;
|
|
1738
|
+
getDatabase(
|
|
1739
|
+
args: GetDatabaseCommandInput,
|
|
1740
|
+
cb: (err: any, data?: GetDatabaseCommandOutput) => void
|
|
1741
|
+
): void;
|
|
1742
|
+
getDatabase(
|
|
1743
|
+
args: GetDatabaseCommandInput,
|
|
1744
|
+
options: __HttpHandlerOptions,
|
|
1745
|
+
cb: (err: any, data?: GetDatabaseCommandOutput) => void
|
|
1746
|
+
): void;
|
|
1747
|
+
getDatabases(
|
|
1748
|
+
args: GetDatabasesCommandInput,
|
|
1749
|
+
options?: __HttpHandlerOptions
|
|
1750
|
+
): Promise<GetDatabasesCommandOutput>;
|
|
1751
|
+
getDatabases(
|
|
1752
|
+
args: GetDatabasesCommandInput,
|
|
1753
|
+
cb: (err: any, data?: GetDatabasesCommandOutput) => void
|
|
1754
|
+
): void;
|
|
1755
|
+
getDatabases(
|
|
1756
|
+
args: GetDatabasesCommandInput,
|
|
1757
|
+
options: __HttpHandlerOptions,
|
|
1758
|
+
cb: (err: any, data?: GetDatabasesCommandOutput) => void
|
|
1759
|
+
): void;
|
|
1760
|
+
getDataCatalogEncryptionSettings(
|
|
1761
|
+
args: GetDataCatalogEncryptionSettingsCommandInput,
|
|
1762
|
+
options?: __HttpHandlerOptions
|
|
1763
|
+
): Promise<GetDataCatalogEncryptionSettingsCommandOutput>;
|
|
1764
|
+
getDataCatalogEncryptionSettings(
|
|
1765
|
+
args: GetDataCatalogEncryptionSettingsCommandInput,
|
|
1766
|
+
cb: (err: any, data?: GetDataCatalogEncryptionSettingsCommandOutput) => void
|
|
1767
|
+
): void;
|
|
1768
|
+
getDataCatalogEncryptionSettings(
|
|
1769
|
+
args: GetDataCatalogEncryptionSettingsCommandInput,
|
|
1770
|
+
options: __HttpHandlerOptions,
|
|
1771
|
+
cb: (err: any, data?: GetDataCatalogEncryptionSettingsCommandOutput) => void
|
|
1772
|
+
): void;
|
|
1773
|
+
getDataflowGraph(
|
|
1774
|
+
args: GetDataflowGraphCommandInput,
|
|
1775
|
+
options?: __HttpHandlerOptions
|
|
1776
|
+
): Promise<GetDataflowGraphCommandOutput>;
|
|
1777
|
+
getDataflowGraph(
|
|
1778
|
+
args: GetDataflowGraphCommandInput,
|
|
1779
|
+
cb: (err: any, data?: GetDataflowGraphCommandOutput) => void
|
|
1780
|
+
): void;
|
|
1781
|
+
getDataflowGraph(
|
|
1782
|
+
args: GetDataflowGraphCommandInput,
|
|
1783
|
+
options: __HttpHandlerOptions,
|
|
1784
|
+
cb: (err: any, data?: GetDataflowGraphCommandOutput) => void
|
|
1785
|
+
): void;
|
|
1786
|
+
getDevEndpoint(
|
|
1787
|
+
args: GetDevEndpointCommandInput,
|
|
1788
|
+
options?: __HttpHandlerOptions
|
|
1789
|
+
): Promise<GetDevEndpointCommandOutput>;
|
|
1790
|
+
getDevEndpoint(
|
|
1791
|
+
args: GetDevEndpointCommandInput,
|
|
1792
|
+
cb: (err: any, data?: GetDevEndpointCommandOutput) => void
|
|
1793
|
+
): void;
|
|
1794
|
+
getDevEndpoint(
|
|
1795
|
+
args: GetDevEndpointCommandInput,
|
|
1796
|
+
options: __HttpHandlerOptions,
|
|
1797
|
+
cb: (err: any, data?: GetDevEndpointCommandOutput) => void
|
|
1798
|
+
): void;
|
|
1799
|
+
getDevEndpoints(
|
|
1800
|
+
args: GetDevEndpointsCommandInput,
|
|
1801
|
+
options?: __HttpHandlerOptions
|
|
1802
|
+
): Promise<GetDevEndpointsCommandOutput>;
|
|
1803
|
+
getDevEndpoints(
|
|
1804
|
+
args: GetDevEndpointsCommandInput,
|
|
1805
|
+
cb: (err: any, data?: GetDevEndpointsCommandOutput) => void
|
|
1806
|
+
): void;
|
|
1807
|
+
getDevEndpoints(
|
|
1808
|
+
args: GetDevEndpointsCommandInput,
|
|
1809
|
+
options: __HttpHandlerOptions,
|
|
1810
|
+
cb: (err: any, data?: GetDevEndpointsCommandOutput) => void
|
|
1811
|
+
): void;
|
|
1812
|
+
getJob(
|
|
1813
|
+
args: GetJobCommandInput,
|
|
1814
|
+
options?: __HttpHandlerOptions
|
|
1815
|
+
): Promise<GetJobCommandOutput>;
|
|
1816
|
+
getJob(
|
|
1817
|
+
args: GetJobCommandInput,
|
|
1818
|
+
cb: (err: any, data?: GetJobCommandOutput) => void
|
|
1819
|
+
): void;
|
|
1820
|
+
getJob(
|
|
1821
|
+
args: GetJobCommandInput,
|
|
1822
|
+
options: __HttpHandlerOptions,
|
|
1823
|
+
cb: (err: any, data?: GetJobCommandOutput) => void
|
|
1824
|
+
): void;
|
|
1825
|
+
getJobBookmark(
|
|
1826
|
+
args: GetJobBookmarkCommandInput,
|
|
1827
|
+
options?: __HttpHandlerOptions
|
|
1828
|
+
): Promise<GetJobBookmarkCommandOutput>;
|
|
1829
|
+
getJobBookmark(
|
|
1830
|
+
args: GetJobBookmarkCommandInput,
|
|
1831
|
+
cb: (err: any, data?: GetJobBookmarkCommandOutput) => void
|
|
1832
|
+
): void;
|
|
1833
|
+
getJobBookmark(
|
|
1834
|
+
args: GetJobBookmarkCommandInput,
|
|
1835
|
+
options: __HttpHandlerOptions,
|
|
1836
|
+
cb: (err: any, data?: GetJobBookmarkCommandOutput) => void
|
|
1837
|
+
): void;
|
|
1838
|
+
getJobRun(
|
|
1839
|
+
args: GetJobRunCommandInput,
|
|
1840
|
+
options?: __HttpHandlerOptions
|
|
1841
|
+
): Promise<GetJobRunCommandOutput>;
|
|
1842
|
+
getJobRun(
|
|
1843
|
+
args: GetJobRunCommandInput,
|
|
1844
|
+
cb: (err: any, data?: GetJobRunCommandOutput) => void
|
|
1845
|
+
): void;
|
|
1846
|
+
getJobRun(
|
|
1847
|
+
args: GetJobRunCommandInput,
|
|
1848
|
+
options: __HttpHandlerOptions,
|
|
1849
|
+
cb: (err: any, data?: GetJobRunCommandOutput) => void
|
|
1850
|
+
): void;
|
|
1851
|
+
getJobRuns(
|
|
1852
|
+
args: GetJobRunsCommandInput,
|
|
1853
|
+
options?: __HttpHandlerOptions
|
|
1854
|
+
): Promise<GetJobRunsCommandOutput>;
|
|
1855
|
+
getJobRuns(
|
|
1856
|
+
args: GetJobRunsCommandInput,
|
|
1857
|
+
cb: (err: any, data?: GetJobRunsCommandOutput) => void
|
|
1858
|
+
): void;
|
|
1859
|
+
getJobRuns(
|
|
1860
|
+
args: GetJobRunsCommandInput,
|
|
1861
|
+
options: __HttpHandlerOptions,
|
|
1862
|
+
cb: (err: any, data?: GetJobRunsCommandOutput) => void
|
|
1863
|
+
): void;
|
|
1864
|
+
getJobs(
|
|
1865
|
+
args: GetJobsCommandInput,
|
|
1866
|
+
options?: __HttpHandlerOptions
|
|
1867
|
+
): Promise<GetJobsCommandOutput>;
|
|
1868
|
+
getJobs(
|
|
1869
|
+
args: GetJobsCommandInput,
|
|
1870
|
+
cb: (err: any, data?: GetJobsCommandOutput) => void
|
|
1871
|
+
): void;
|
|
1872
|
+
getJobs(
|
|
1873
|
+
args: GetJobsCommandInput,
|
|
1874
|
+
options: __HttpHandlerOptions,
|
|
1875
|
+
cb: (err: any, data?: GetJobsCommandOutput) => void
|
|
1876
|
+
): void;
|
|
1877
|
+
getMapping(
|
|
1878
|
+
args: GetMappingCommandInput,
|
|
1879
|
+
options?: __HttpHandlerOptions
|
|
1880
|
+
): Promise<GetMappingCommandOutput>;
|
|
1881
|
+
getMapping(
|
|
1882
|
+
args: GetMappingCommandInput,
|
|
1883
|
+
cb: (err: any, data?: GetMappingCommandOutput) => void
|
|
1884
|
+
): void;
|
|
1885
|
+
getMapping(
|
|
1886
|
+
args: GetMappingCommandInput,
|
|
1887
|
+
options: __HttpHandlerOptions,
|
|
1888
|
+
cb: (err: any, data?: GetMappingCommandOutput) => void
|
|
1889
|
+
): void;
|
|
1890
|
+
getMLTaskRun(
|
|
1891
|
+
args: GetMLTaskRunCommandInput,
|
|
1892
|
+
options?: __HttpHandlerOptions
|
|
1893
|
+
): Promise<GetMLTaskRunCommandOutput>;
|
|
1894
|
+
getMLTaskRun(
|
|
1895
|
+
args: GetMLTaskRunCommandInput,
|
|
1896
|
+
cb: (err: any, data?: GetMLTaskRunCommandOutput) => void
|
|
1897
|
+
): void;
|
|
1898
|
+
getMLTaskRun(
|
|
1899
|
+
args: GetMLTaskRunCommandInput,
|
|
1900
|
+
options: __HttpHandlerOptions,
|
|
1901
|
+
cb: (err: any, data?: GetMLTaskRunCommandOutput) => void
|
|
1902
|
+
): void;
|
|
1903
|
+
getMLTaskRuns(
|
|
1904
|
+
args: GetMLTaskRunsCommandInput,
|
|
1905
|
+
options?: __HttpHandlerOptions
|
|
1906
|
+
): Promise<GetMLTaskRunsCommandOutput>;
|
|
1907
|
+
getMLTaskRuns(
|
|
1908
|
+
args: GetMLTaskRunsCommandInput,
|
|
1909
|
+
cb: (err: any, data?: GetMLTaskRunsCommandOutput) => void
|
|
1910
|
+
): void;
|
|
1911
|
+
getMLTaskRuns(
|
|
1912
|
+
args: GetMLTaskRunsCommandInput,
|
|
1913
|
+
options: __HttpHandlerOptions,
|
|
1914
|
+
cb: (err: any, data?: GetMLTaskRunsCommandOutput) => void
|
|
1915
|
+
): void;
|
|
1916
|
+
getMLTransform(
|
|
1917
|
+
args: GetMLTransformCommandInput,
|
|
1918
|
+
options?: __HttpHandlerOptions
|
|
1919
|
+
): Promise<GetMLTransformCommandOutput>;
|
|
1920
|
+
getMLTransform(
|
|
1921
|
+
args: GetMLTransformCommandInput,
|
|
1922
|
+
cb: (err: any, data?: GetMLTransformCommandOutput) => void
|
|
1923
|
+
): void;
|
|
1924
|
+
getMLTransform(
|
|
1925
|
+
args: GetMLTransformCommandInput,
|
|
1926
|
+
options: __HttpHandlerOptions,
|
|
1927
|
+
cb: (err: any, data?: GetMLTransformCommandOutput) => void
|
|
1928
|
+
): void;
|
|
1929
|
+
getMLTransforms(
|
|
1930
|
+
args: GetMLTransformsCommandInput,
|
|
1931
|
+
options?: __HttpHandlerOptions
|
|
1932
|
+
): Promise<GetMLTransformsCommandOutput>;
|
|
1933
|
+
getMLTransforms(
|
|
1934
|
+
args: GetMLTransformsCommandInput,
|
|
1935
|
+
cb: (err: any, data?: GetMLTransformsCommandOutput) => void
|
|
1936
|
+
): void;
|
|
1937
|
+
getMLTransforms(
|
|
1938
|
+
args: GetMLTransformsCommandInput,
|
|
1939
|
+
options: __HttpHandlerOptions,
|
|
1940
|
+
cb: (err: any, data?: GetMLTransformsCommandOutput) => void
|
|
1941
|
+
): void;
|
|
1942
|
+
getPartition(
|
|
1943
|
+
args: GetPartitionCommandInput,
|
|
1944
|
+
options?: __HttpHandlerOptions
|
|
1945
|
+
): Promise<GetPartitionCommandOutput>;
|
|
1946
|
+
getPartition(
|
|
1947
|
+
args: GetPartitionCommandInput,
|
|
1948
|
+
cb: (err: any, data?: GetPartitionCommandOutput) => void
|
|
1949
|
+
): void;
|
|
1950
|
+
getPartition(
|
|
1951
|
+
args: GetPartitionCommandInput,
|
|
1952
|
+
options: __HttpHandlerOptions,
|
|
1953
|
+
cb: (err: any, data?: GetPartitionCommandOutput) => void
|
|
1954
|
+
): void;
|
|
1955
|
+
getPartitionIndexes(
|
|
1956
|
+
args: GetPartitionIndexesCommandInput,
|
|
1957
|
+
options?: __HttpHandlerOptions
|
|
1958
|
+
): Promise<GetPartitionIndexesCommandOutput>;
|
|
1959
|
+
getPartitionIndexes(
|
|
1960
|
+
args: GetPartitionIndexesCommandInput,
|
|
1961
|
+
cb: (err: any, data?: GetPartitionIndexesCommandOutput) => void
|
|
1962
|
+
): void;
|
|
1963
|
+
getPartitionIndexes(
|
|
1964
|
+
args: GetPartitionIndexesCommandInput,
|
|
1965
|
+
options: __HttpHandlerOptions,
|
|
1966
|
+
cb: (err: any, data?: GetPartitionIndexesCommandOutput) => void
|
|
1967
|
+
): void;
|
|
1968
|
+
getPartitions(
|
|
1969
|
+
args: GetPartitionsCommandInput,
|
|
1970
|
+
options?: __HttpHandlerOptions
|
|
1971
|
+
): Promise<GetPartitionsCommandOutput>;
|
|
1972
|
+
getPartitions(
|
|
1973
|
+
args: GetPartitionsCommandInput,
|
|
1974
|
+
cb: (err: any, data?: GetPartitionsCommandOutput) => void
|
|
1975
|
+
): void;
|
|
1976
|
+
getPartitions(
|
|
1977
|
+
args: GetPartitionsCommandInput,
|
|
1978
|
+
options: __HttpHandlerOptions,
|
|
1979
|
+
cb: (err: any, data?: GetPartitionsCommandOutput) => void
|
|
1980
|
+
): void;
|
|
1981
|
+
getPlan(
|
|
1982
|
+
args: GetPlanCommandInput,
|
|
1983
|
+
options?: __HttpHandlerOptions
|
|
1984
|
+
): Promise<GetPlanCommandOutput>;
|
|
1985
|
+
getPlan(
|
|
1986
|
+
args: GetPlanCommandInput,
|
|
1987
|
+
cb: (err: any, data?: GetPlanCommandOutput) => void
|
|
1988
|
+
): void;
|
|
1989
|
+
getPlan(
|
|
1990
|
+
args: GetPlanCommandInput,
|
|
1991
|
+
options: __HttpHandlerOptions,
|
|
1992
|
+
cb: (err: any, data?: GetPlanCommandOutput) => void
|
|
1993
|
+
): void;
|
|
1994
|
+
getRegistry(
|
|
1995
|
+
args: GetRegistryCommandInput,
|
|
1996
|
+
options?: __HttpHandlerOptions
|
|
1997
|
+
): Promise<GetRegistryCommandOutput>;
|
|
1998
|
+
getRegistry(
|
|
1999
|
+
args: GetRegistryCommandInput,
|
|
2000
|
+
cb: (err: any, data?: GetRegistryCommandOutput) => void
|
|
2001
|
+
): void;
|
|
2002
|
+
getRegistry(
|
|
2003
|
+
args: GetRegistryCommandInput,
|
|
2004
|
+
options: __HttpHandlerOptions,
|
|
2005
|
+
cb: (err: any, data?: GetRegistryCommandOutput) => void
|
|
2006
|
+
): void;
|
|
2007
|
+
getResourcePolicies(
|
|
2008
|
+
args: GetResourcePoliciesCommandInput,
|
|
2009
|
+
options?: __HttpHandlerOptions
|
|
2010
|
+
): Promise<GetResourcePoliciesCommandOutput>;
|
|
2011
|
+
getResourcePolicies(
|
|
2012
|
+
args: GetResourcePoliciesCommandInput,
|
|
2013
|
+
cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void
|
|
2014
|
+
): void;
|
|
2015
|
+
getResourcePolicies(
|
|
2016
|
+
args: GetResourcePoliciesCommandInput,
|
|
2017
|
+
options: __HttpHandlerOptions,
|
|
2018
|
+
cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void
|
|
2019
|
+
): void;
|
|
2020
|
+
getResourcePolicy(
|
|
2021
|
+
args: GetResourcePolicyCommandInput,
|
|
2022
|
+
options?: __HttpHandlerOptions
|
|
2023
|
+
): Promise<GetResourcePolicyCommandOutput>;
|
|
2024
|
+
getResourcePolicy(
|
|
2025
|
+
args: GetResourcePolicyCommandInput,
|
|
2026
|
+
cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
|
|
2027
|
+
): void;
|
|
2028
|
+
getResourcePolicy(
|
|
2029
|
+
args: GetResourcePolicyCommandInput,
|
|
2030
|
+
options: __HttpHandlerOptions,
|
|
2031
|
+
cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
|
|
2032
|
+
): void;
|
|
2033
|
+
getSchema(
|
|
2034
|
+
args: GetSchemaCommandInput,
|
|
2035
|
+
options?: __HttpHandlerOptions
|
|
2036
|
+
): Promise<GetSchemaCommandOutput>;
|
|
2037
|
+
getSchema(
|
|
2038
|
+
args: GetSchemaCommandInput,
|
|
2039
|
+
cb: (err: any, data?: GetSchemaCommandOutput) => void
|
|
2040
|
+
): void;
|
|
2041
|
+
getSchema(
|
|
2042
|
+
args: GetSchemaCommandInput,
|
|
2043
|
+
options: __HttpHandlerOptions,
|
|
2044
|
+
cb: (err: any, data?: GetSchemaCommandOutput) => void
|
|
2045
|
+
): void;
|
|
2046
|
+
getSchemaByDefinition(
|
|
2047
|
+
args: GetSchemaByDefinitionCommandInput,
|
|
2048
|
+
options?: __HttpHandlerOptions
|
|
2049
|
+
): Promise<GetSchemaByDefinitionCommandOutput>;
|
|
2050
|
+
getSchemaByDefinition(
|
|
2051
|
+
args: GetSchemaByDefinitionCommandInput,
|
|
2052
|
+
cb: (err: any, data?: GetSchemaByDefinitionCommandOutput) => void
|
|
2053
|
+
): void;
|
|
2054
|
+
getSchemaByDefinition(
|
|
2055
|
+
args: GetSchemaByDefinitionCommandInput,
|
|
2056
|
+
options: __HttpHandlerOptions,
|
|
2057
|
+
cb: (err: any, data?: GetSchemaByDefinitionCommandOutput) => void
|
|
2058
|
+
): void;
|
|
2059
|
+
getSchemaVersion(
|
|
2060
|
+
args: GetSchemaVersionCommandInput,
|
|
2061
|
+
options?: __HttpHandlerOptions
|
|
2062
|
+
): Promise<GetSchemaVersionCommandOutput>;
|
|
2063
|
+
getSchemaVersion(
|
|
2064
|
+
args: GetSchemaVersionCommandInput,
|
|
2065
|
+
cb: (err: any, data?: GetSchemaVersionCommandOutput) => void
|
|
2066
|
+
): void;
|
|
2067
|
+
getSchemaVersion(
|
|
2068
|
+
args: GetSchemaVersionCommandInput,
|
|
2069
|
+
options: __HttpHandlerOptions,
|
|
2070
|
+
cb: (err: any, data?: GetSchemaVersionCommandOutput) => void
|
|
2071
|
+
): void;
|
|
2072
|
+
getSchemaVersionsDiff(
|
|
2073
|
+
args: GetSchemaVersionsDiffCommandInput,
|
|
2074
|
+
options?: __HttpHandlerOptions
|
|
2075
|
+
): Promise<GetSchemaVersionsDiffCommandOutput>;
|
|
2076
|
+
getSchemaVersionsDiff(
|
|
2077
|
+
args: GetSchemaVersionsDiffCommandInput,
|
|
2078
|
+
cb: (err: any, data?: GetSchemaVersionsDiffCommandOutput) => void
|
|
2079
|
+
): void;
|
|
2080
|
+
getSchemaVersionsDiff(
|
|
2081
|
+
args: GetSchemaVersionsDiffCommandInput,
|
|
2082
|
+
options: __HttpHandlerOptions,
|
|
2083
|
+
cb: (err: any, data?: GetSchemaVersionsDiffCommandOutput) => void
|
|
2084
|
+
): void;
|
|
2085
|
+
getSecurityConfiguration(
|
|
2086
|
+
args: GetSecurityConfigurationCommandInput,
|
|
2087
|
+
options?: __HttpHandlerOptions
|
|
2088
|
+
): Promise<GetSecurityConfigurationCommandOutput>;
|
|
2089
|
+
getSecurityConfiguration(
|
|
2090
|
+
args: GetSecurityConfigurationCommandInput,
|
|
2091
|
+
cb: (err: any, data?: GetSecurityConfigurationCommandOutput) => void
|
|
2092
|
+
): void;
|
|
2093
|
+
getSecurityConfiguration(
|
|
2094
|
+
args: GetSecurityConfigurationCommandInput,
|
|
2095
|
+
options: __HttpHandlerOptions,
|
|
2096
|
+
cb: (err: any, data?: GetSecurityConfigurationCommandOutput) => void
|
|
2097
|
+
): void;
|
|
2098
|
+
getSecurityConfigurations(
|
|
2099
|
+
args: GetSecurityConfigurationsCommandInput,
|
|
2100
|
+
options?: __HttpHandlerOptions
|
|
2101
|
+
): Promise<GetSecurityConfigurationsCommandOutput>;
|
|
2102
|
+
getSecurityConfigurations(
|
|
2103
|
+
args: GetSecurityConfigurationsCommandInput,
|
|
2104
|
+
cb: (err: any, data?: GetSecurityConfigurationsCommandOutput) => void
|
|
2105
|
+
): void;
|
|
2106
|
+
getSecurityConfigurations(
|
|
2107
|
+
args: GetSecurityConfigurationsCommandInput,
|
|
2108
|
+
options: __HttpHandlerOptions,
|
|
2109
|
+
cb: (err: any, data?: GetSecurityConfigurationsCommandOutput) => void
|
|
2110
|
+
): void;
|
|
2111
|
+
getSession(
|
|
2112
|
+
args: GetSessionCommandInput,
|
|
2113
|
+
options?: __HttpHandlerOptions
|
|
2114
|
+
): Promise<GetSessionCommandOutput>;
|
|
2115
|
+
getSession(
|
|
2116
|
+
args: GetSessionCommandInput,
|
|
2117
|
+
cb: (err: any, data?: GetSessionCommandOutput) => void
|
|
2118
|
+
): void;
|
|
2119
|
+
getSession(
|
|
2120
|
+
args: GetSessionCommandInput,
|
|
2121
|
+
options: __HttpHandlerOptions,
|
|
2122
|
+
cb: (err: any, data?: GetSessionCommandOutput) => void
|
|
2123
|
+
): void;
|
|
2124
|
+
getStatement(
|
|
2125
|
+
args: GetStatementCommandInput,
|
|
2126
|
+
options?: __HttpHandlerOptions
|
|
2127
|
+
): Promise<GetStatementCommandOutput>;
|
|
2128
|
+
getStatement(
|
|
2129
|
+
args: GetStatementCommandInput,
|
|
2130
|
+
cb: (err: any, data?: GetStatementCommandOutput) => void
|
|
2131
|
+
): void;
|
|
2132
|
+
getStatement(
|
|
2133
|
+
args: GetStatementCommandInput,
|
|
2134
|
+
options: __HttpHandlerOptions,
|
|
2135
|
+
cb: (err: any, data?: GetStatementCommandOutput) => void
|
|
2136
|
+
): void;
|
|
2137
|
+
getTable(
|
|
2138
|
+
args: GetTableCommandInput,
|
|
2139
|
+
options?: __HttpHandlerOptions
|
|
2140
|
+
): Promise<GetTableCommandOutput>;
|
|
2141
|
+
getTable(
|
|
2142
|
+
args: GetTableCommandInput,
|
|
2143
|
+
cb: (err: any, data?: GetTableCommandOutput) => void
|
|
2144
|
+
): void;
|
|
2145
|
+
getTable(
|
|
2146
|
+
args: GetTableCommandInput,
|
|
2147
|
+
options: __HttpHandlerOptions,
|
|
2148
|
+
cb: (err: any, data?: GetTableCommandOutput) => void
|
|
2149
|
+
): void;
|
|
2150
|
+
getTables(
|
|
2151
|
+
args: GetTablesCommandInput,
|
|
2152
|
+
options?: __HttpHandlerOptions
|
|
2153
|
+
): Promise<GetTablesCommandOutput>;
|
|
2154
|
+
getTables(
|
|
2155
|
+
args: GetTablesCommandInput,
|
|
2156
|
+
cb: (err: any, data?: GetTablesCommandOutput) => void
|
|
2157
|
+
): void;
|
|
2158
|
+
getTables(
|
|
2159
|
+
args: GetTablesCommandInput,
|
|
2160
|
+
options: __HttpHandlerOptions,
|
|
2161
|
+
cb: (err: any, data?: GetTablesCommandOutput) => void
|
|
2162
|
+
): void;
|
|
2163
|
+
getTableVersion(
|
|
2164
|
+
args: GetTableVersionCommandInput,
|
|
2165
|
+
options?: __HttpHandlerOptions
|
|
2166
|
+
): Promise<GetTableVersionCommandOutput>;
|
|
2167
|
+
getTableVersion(
|
|
2168
|
+
args: GetTableVersionCommandInput,
|
|
2169
|
+
cb: (err: any, data?: GetTableVersionCommandOutput) => void
|
|
2170
|
+
): void;
|
|
2171
|
+
getTableVersion(
|
|
2172
|
+
args: GetTableVersionCommandInput,
|
|
2173
|
+
options: __HttpHandlerOptions,
|
|
2174
|
+
cb: (err: any, data?: GetTableVersionCommandOutput) => void
|
|
2175
|
+
): void;
|
|
2176
|
+
getTableVersions(
|
|
2177
|
+
args: GetTableVersionsCommandInput,
|
|
2178
|
+
options?: __HttpHandlerOptions
|
|
2179
|
+
): Promise<GetTableVersionsCommandOutput>;
|
|
2180
|
+
getTableVersions(
|
|
2181
|
+
args: GetTableVersionsCommandInput,
|
|
2182
|
+
cb: (err: any, data?: GetTableVersionsCommandOutput) => void
|
|
2183
|
+
): void;
|
|
2184
|
+
getTableVersions(
|
|
2185
|
+
args: GetTableVersionsCommandInput,
|
|
2186
|
+
options: __HttpHandlerOptions,
|
|
2187
|
+
cb: (err: any, data?: GetTableVersionsCommandOutput) => void
|
|
2188
|
+
): void;
|
|
2189
|
+
getTags(
|
|
2190
|
+
args: GetTagsCommandInput,
|
|
2191
|
+
options?: __HttpHandlerOptions
|
|
2192
|
+
): Promise<GetTagsCommandOutput>;
|
|
2193
|
+
getTags(
|
|
2194
|
+
args: GetTagsCommandInput,
|
|
2195
|
+
cb: (err: any, data?: GetTagsCommandOutput) => void
|
|
2196
|
+
): void;
|
|
2197
|
+
getTags(
|
|
2198
|
+
args: GetTagsCommandInput,
|
|
2199
|
+
options: __HttpHandlerOptions,
|
|
2200
|
+
cb: (err: any, data?: GetTagsCommandOutput) => void
|
|
2201
|
+
): void;
|
|
2202
|
+
getTrigger(
|
|
2203
|
+
args: GetTriggerCommandInput,
|
|
2204
|
+
options?: __HttpHandlerOptions
|
|
2205
|
+
): Promise<GetTriggerCommandOutput>;
|
|
2206
|
+
getTrigger(
|
|
2207
|
+
args: GetTriggerCommandInput,
|
|
2208
|
+
cb: (err: any, data?: GetTriggerCommandOutput) => void
|
|
2209
|
+
): void;
|
|
2210
|
+
getTrigger(
|
|
2211
|
+
args: GetTriggerCommandInput,
|
|
2212
|
+
options: __HttpHandlerOptions,
|
|
2213
|
+
cb: (err: any, data?: GetTriggerCommandOutput) => void
|
|
2214
|
+
): void;
|
|
2215
|
+
getTriggers(
|
|
2216
|
+
args: GetTriggersCommandInput,
|
|
2217
|
+
options?: __HttpHandlerOptions
|
|
2218
|
+
): Promise<GetTriggersCommandOutput>;
|
|
2219
|
+
getTriggers(
|
|
2220
|
+
args: GetTriggersCommandInput,
|
|
2221
|
+
cb: (err: any, data?: GetTriggersCommandOutput) => void
|
|
2222
|
+
): void;
|
|
2223
|
+
getTriggers(
|
|
2224
|
+
args: GetTriggersCommandInput,
|
|
2225
|
+
options: __HttpHandlerOptions,
|
|
2226
|
+
cb: (err: any, data?: GetTriggersCommandOutput) => void
|
|
2227
|
+
): void;
|
|
2228
|
+
getUnfilteredPartitionMetadata(
|
|
2229
|
+
args: GetUnfilteredPartitionMetadataCommandInput,
|
|
2230
|
+
options?: __HttpHandlerOptions
|
|
2231
|
+
): Promise<GetUnfilteredPartitionMetadataCommandOutput>;
|
|
2232
|
+
getUnfilteredPartitionMetadata(
|
|
2233
|
+
args: GetUnfilteredPartitionMetadataCommandInput,
|
|
2234
|
+
cb: (err: any, data?: GetUnfilteredPartitionMetadataCommandOutput) => void
|
|
2235
|
+
): void;
|
|
2236
|
+
getUnfilteredPartitionMetadata(
|
|
2237
|
+
args: GetUnfilteredPartitionMetadataCommandInput,
|
|
2238
|
+
options: __HttpHandlerOptions,
|
|
2239
|
+
cb: (err: any, data?: GetUnfilteredPartitionMetadataCommandOutput) => void
|
|
2240
|
+
): void;
|
|
2241
|
+
getUnfilteredPartitionsMetadata(
|
|
2242
|
+
args: GetUnfilteredPartitionsMetadataCommandInput,
|
|
2243
|
+
options?: __HttpHandlerOptions
|
|
2244
|
+
): Promise<GetUnfilteredPartitionsMetadataCommandOutput>;
|
|
2245
|
+
getUnfilteredPartitionsMetadata(
|
|
2246
|
+
args: GetUnfilteredPartitionsMetadataCommandInput,
|
|
2247
|
+
cb: (err: any, data?: GetUnfilteredPartitionsMetadataCommandOutput) => void
|
|
2248
|
+
): void;
|
|
2249
|
+
getUnfilteredPartitionsMetadata(
|
|
2250
|
+
args: GetUnfilteredPartitionsMetadataCommandInput,
|
|
2251
|
+
options: __HttpHandlerOptions,
|
|
2252
|
+
cb: (err: any, data?: GetUnfilteredPartitionsMetadataCommandOutput) => void
|
|
2253
|
+
): void;
|
|
2254
|
+
getUnfilteredTableMetadata(
|
|
2255
|
+
args: GetUnfilteredTableMetadataCommandInput,
|
|
2256
|
+
options?: __HttpHandlerOptions
|
|
2257
|
+
): Promise<GetUnfilteredTableMetadataCommandOutput>;
|
|
2258
|
+
getUnfilteredTableMetadata(
|
|
2259
|
+
args: GetUnfilteredTableMetadataCommandInput,
|
|
2260
|
+
cb: (err: any, data?: GetUnfilteredTableMetadataCommandOutput) => void
|
|
2261
|
+
): void;
|
|
2262
|
+
getUnfilteredTableMetadata(
|
|
2263
|
+
args: GetUnfilteredTableMetadataCommandInput,
|
|
2264
|
+
options: __HttpHandlerOptions,
|
|
2265
|
+
cb: (err: any, data?: GetUnfilteredTableMetadataCommandOutput) => void
|
|
2266
|
+
): void;
|
|
2267
|
+
getUserDefinedFunction(
|
|
2268
|
+
args: GetUserDefinedFunctionCommandInput,
|
|
2269
|
+
options?: __HttpHandlerOptions
|
|
2270
|
+
): Promise<GetUserDefinedFunctionCommandOutput>;
|
|
2271
|
+
getUserDefinedFunction(
|
|
2272
|
+
args: GetUserDefinedFunctionCommandInput,
|
|
2273
|
+
cb: (err: any, data?: GetUserDefinedFunctionCommandOutput) => void
|
|
2274
|
+
): void;
|
|
2275
|
+
getUserDefinedFunction(
|
|
2276
|
+
args: GetUserDefinedFunctionCommandInput,
|
|
2277
|
+
options: __HttpHandlerOptions,
|
|
2278
|
+
cb: (err: any, data?: GetUserDefinedFunctionCommandOutput) => void
|
|
2279
|
+
): void;
|
|
2280
|
+
getUserDefinedFunctions(
|
|
2281
|
+
args: GetUserDefinedFunctionsCommandInput,
|
|
2282
|
+
options?: __HttpHandlerOptions
|
|
2283
|
+
): Promise<GetUserDefinedFunctionsCommandOutput>;
|
|
2284
|
+
getUserDefinedFunctions(
|
|
2285
|
+
args: GetUserDefinedFunctionsCommandInput,
|
|
2286
|
+
cb: (err: any, data?: GetUserDefinedFunctionsCommandOutput) => void
|
|
2287
|
+
): void;
|
|
2288
|
+
getUserDefinedFunctions(
|
|
2289
|
+
args: GetUserDefinedFunctionsCommandInput,
|
|
2290
|
+
options: __HttpHandlerOptions,
|
|
2291
|
+
cb: (err: any, data?: GetUserDefinedFunctionsCommandOutput) => void
|
|
2292
|
+
): void;
|
|
2293
|
+
getWorkflow(
|
|
2294
|
+
args: GetWorkflowCommandInput,
|
|
2295
|
+
options?: __HttpHandlerOptions
|
|
2296
|
+
): Promise<GetWorkflowCommandOutput>;
|
|
2297
|
+
getWorkflow(
|
|
2298
|
+
args: GetWorkflowCommandInput,
|
|
2299
|
+
cb: (err: any, data?: GetWorkflowCommandOutput) => void
|
|
2300
|
+
): void;
|
|
2301
|
+
getWorkflow(
|
|
2302
|
+
args: GetWorkflowCommandInput,
|
|
2303
|
+
options: __HttpHandlerOptions,
|
|
2304
|
+
cb: (err: any, data?: GetWorkflowCommandOutput) => void
|
|
2305
|
+
): void;
|
|
2306
|
+
getWorkflowRun(
|
|
2307
|
+
args: GetWorkflowRunCommandInput,
|
|
2308
|
+
options?: __HttpHandlerOptions
|
|
2309
|
+
): Promise<GetWorkflowRunCommandOutput>;
|
|
2310
|
+
getWorkflowRun(
|
|
2311
|
+
args: GetWorkflowRunCommandInput,
|
|
2312
|
+
cb: (err: any, data?: GetWorkflowRunCommandOutput) => void
|
|
2313
|
+
): void;
|
|
2314
|
+
getWorkflowRun(
|
|
2315
|
+
args: GetWorkflowRunCommandInput,
|
|
2316
|
+
options: __HttpHandlerOptions,
|
|
2317
|
+
cb: (err: any, data?: GetWorkflowRunCommandOutput) => void
|
|
2318
|
+
): void;
|
|
2319
|
+
getWorkflowRunProperties(
|
|
2320
|
+
args: GetWorkflowRunPropertiesCommandInput,
|
|
2321
|
+
options?: __HttpHandlerOptions
|
|
2322
|
+
): Promise<GetWorkflowRunPropertiesCommandOutput>;
|
|
2323
|
+
getWorkflowRunProperties(
|
|
2324
|
+
args: GetWorkflowRunPropertiesCommandInput,
|
|
2325
|
+
cb: (err: any, data?: GetWorkflowRunPropertiesCommandOutput) => void
|
|
2326
|
+
): void;
|
|
2327
|
+
getWorkflowRunProperties(
|
|
2328
|
+
args: GetWorkflowRunPropertiesCommandInput,
|
|
2329
|
+
options: __HttpHandlerOptions,
|
|
2330
|
+
cb: (err: any, data?: GetWorkflowRunPropertiesCommandOutput) => void
|
|
2331
|
+
): void;
|
|
2332
|
+
getWorkflowRuns(
|
|
2333
|
+
args: GetWorkflowRunsCommandInput,
|
|
2334
|
+
options?: __HttpHandlerOptions
|
|
2335
|
+
): Promise<GetWorkflowRunsCommandOutput>;
|
|
2336
|
+
getWorkflowRuns(
|
|
2337
|
+
args: GetWorkflowRunsCommandInput,
|
|
2338
|
+
cb: (err: any, data?: GetWorkflowRunsCommandOutput) => void
|
|
2339
|
+
): void;
|
|
2340
|
+
getWorkflowRuns(
|
|
2341
|
+
args: GetWorkflowRunsCommandInput,
|
|
2342
|
+
options: __HttpHandlerOptions,
|
|
2343
|
+
cb: (err: any, data?: GetWorkflowRunsCommandOutput) => void
|
|
2344
|
+
): void;
|
|
2345
|
+
importCatalogToGlue(
|
|
2346
|
+
args: ImportCatalogToGlueCommandInput,
|
|
2347
|
+
options?: __HttpHandlerOptions
|
|
2348
|
+
): Promise<ImportCatalogToGlueCommandOutput>;
|
|
2349
|
+
importCatalogToGlue(
|
|
2350
|
+
args: ImportCatalogToGlueCommandInput,
|
|
2351
|
+
cb: (err: any, data?: ImportCatalogToGlueCommandOutput) => void
|
|
2352
|
+
): void;
|
|
2353
|
+
importCatalogToGlue(
|
|
2354
|
+
args: ImportCatalogToGlueCommandInput,
|
|
2355
|
+
options: __HttpHandlerOptions,
|
|
2356
|
+
cb: (err: any, data?: ImportCatalogToGlueCommandOutput) => void
|
|
2357
|
+
): void;
|
|
2358
|
+
listBlueprints(
|
|
2359
|
+
args: ListBlueprintsCommandInput,
|
|
2360
|
+
options?: __HttpHandlerOptions
|
|
2361
|
+
): Promise<ListBlueprintsCommandOutput>;
|
|
2362
|
+
listBlueprints(
|
|
2363
|
+
args: ListBlueprintsCommandInput,
|
|
2364
|
+
cb: (err: any, data?: ListBlueprintsCommandOutput) => void
|
|
2365
|
+
): void;
|
|
2366
|
+
listBlueprints(
|
|
2367
|
+
args: ListBlueprintsCommandInput,
|
|
2368
|
+
options: __HttpHandlerOptions,
|
|
2369
|
+
cb: (err: any, data?: ListBlueprintsCommandOutput) => void
|
|
2370
|
+
): void;
|
|
2371
|
+
listCrawlers(
|
|
2372
|
+
args: ListCrawlersCommandInput,
|
|
2373
|
+
options?: __HttpHandlerOptions
|
|
2374
|
+
): Promise<ListCrawlersCommandOutput>;
|
|
2375
|
+
listCrawlers(
|
|
2376
|
+
args: ListCrawlersCommandInput,
|
|
2377
|
+
cb: (err: any, data?: ListCrawlersCommandOutput) => void
|
|
2378
|
+
): void;
|
|
2379
|
+
listCrawlers(
|
|
2380
|
+
args: ListCrawlersCommandInput,
|
|
2381
|
+
options: __HttpHandlerOptions,
|
|
2382
|
+
cb: (err: any, data?: ListCrawlersCommandOutput) => void
|
|
2383
|
+
): void;
|
|
2384
|
+
listCrawls(
|
|
2385
|
+
args: ListCrawlsCommandInput,
|
|
2386
|
+
options?: __HttpHandlerOptions
|
|
2387
|
+
): Promise<ListCrawlsCommandOutput>;
|
|
2388
|
+
listCrawls(
|
|
2389
|
+
args: ListCrawlsCommandInput,
|
|
2390
|
+
cb: (err: any, data?: ListCrawlsCommandOutput) => void
|
|
2391
|
+
): void;
|
|
2392
|
+
listCrawls(
|
|
2393
|
+
args: ListCrawlsCommandInput,
|
|
2394
|
+
options: __HttpHandlerOptions,
|
|
2395
|
+
cb: (err: any, data?: ListCrawlsCommandOutput) => void
|
|
2396
|
+
): void;
|
|
2397
|
+
listCustomEntityTypes(
|
|
2398
|
+
args: ListCustomEntityTypesCommandInput,
|
|
2399
|
+
options?: __HttpHandlerOptions
|
|
2400
|
+
): Promise<ListCustomEntityTypesCommandOutput>;
|
|
2401
|
+
listCustomEntityTypes(
|
|
2402
|
+
args: ListCustomEntityTypesCommandInput,
|
|
2403
|
+
cb: (err: any, data?: ListCustomEntityTypesCommandOutput) => void
|
|
2404
|
+
): void;
|
|
2405
|
+
listCustomEntityTypes(
|
|
2406
|
+
args: ListCustomEntityTypesCommandInput,
|
|
2407
|
+
options: __HttpHandlerOptions,
|
|
2408
|
+
cb: (err: any, data?: ListCustomEntityTypesCommandOutput) => void
|
|
2409
|
+
): void;
|
|
2410
|
+
listDevEndpoints(
|
|
2411
|
+
args: ListDevEndpointsCommandInput,
|
|
2412
|
+
options?: __HttpHandlerOptions
|
|
2413
|
+
): Promise<ListDevEndpointsCommandOutput>;
|
|
2414
|
+
listDevEndpoints(
|
|
2415
|
+
args: ListDevEndpointsCommandInput,
|
|
2416
|
+
cb: (err: any, data?: ListDevEndpointsCommandOutput) => void
|
|
2417
|
+
): void;
|
|
2418
|
+
listDevEndpoints(
|
|
2419
|
+
args: ListDevEndpointsCommandInput,
|
|
2420
|
+
options: __HttpHandlerOptions,
|
|
2421
|
+
cb: (err: any, data?: ListDevEndpointsCommandOutput) => void
|
|
2422
|
+
): void;
|
|
2423
|
+
listJobs(
|
|
2424
|
+
args: ListJobsCommandInput,
|
|
2425
|
+
options?: __HttpHandlerOptions
|
|
2426
|
+
): Promise<ListJobsCommandOutput>;
|
|
2427
|
+
listJobs(
|
|
2428
|
+
args: ListJobsCommandInput,
|
|
2429
|
+
cb: (err: any, data?: ListJobsCommandOutput) => void
|
|
2430
|
+
): void;
|
|
2431
|
+
listJobs(
|
|
2432
|
+
args: ListJobsCommandInput,
|
|
2433
|
+
options: __HttpHandlerOptions,
|
|
2434
|
+
cb: (err: any, data?: ListJobsCommandOutput) => void
|
|
2435
|
+
): void;
|
|
2436
|
+
listMLTransforms(
|
|
2437
|
+
args: ListMLTransformsCommandInput,
|
|
2438
|
+
options?: __HttpHandlerOptions
|
|
2439
|
+
): Promise<ListMLTransformsCommandOutput>;
|
|
2440
|
+
listMLTransforms(
|
|
2441
|
+
args: ListMLTransformsCommandInput,
|
|
2442
|
+
cb: (err: any, data?: ListMLTransformsCommandOutput) => void
|
|
2443
|
+
): void;
|
|
2444
|
+
listMLTransforms(
|
|
2445
|
+
args: ListMLTransformsCommandInput,
|
|
2446
|
+
options: __HttpHandlerOptions,
|
|
2447
|
+
cb: (err: any, data?: ListMLTransformsCommandOutput) => void
|
|
2448
|
+
): void;
|
|
2449
|
+
listRegistries(
|
|
2450
|
+
args: ListRegistriesCommandInput,
|
|
2451
|
+
options?: __HttpHandlerOptions
|
|
2452
|
+
): Promise<ListRegistriesCommandOutput>;
|
|
2453
|
+
listRegistries(
|
|
2454
|
+
args: ListRegistriesCommandInput,
|
|
2455
|
+
cb: (err: any, data?: ListRegistriesCommandOutput) => void
|
|
2456
|
+
): void;
|
|
2457
|
+
listRegistries(
|
|
2458
|
+
args: ListRegistriesCommandInput,
|
|
2459
|
+
options: __HttpHandlerOptions,
|
|
2460
|
+
cb: (err: any, data?: ListRegistriesCommandOutput) => void
|
|
2461
|
+
): void;
|
|
2462
|
+
listSchemas(
|
|
2463
|
+
args: ListSchemasCommandInput,
|
|
2464
|
+
options?: __HttpHandlerOptions
|
|
2465
|
+
): Promise<ListSchemasCommandOutput>;
|
|
2466
|
+
listSchemas(
|
|
2467
|
+
args: ListSchemasCommandInput,
|
|
2468
|
+
cb: (err: any, data?: ListSchemasCommandOutput) => void
|
|
2469
|
+
): void;
|
|
2470
|
+
listSchemas(
|
|
2471
|
+
args: ListSchemasCommandInput,
|
|
2472
|
+
options: __HttpHandlerOptions,
|
|
2473
|
+
cb: (err: any, data?: ListSchemasCommandOutput) => void
|
|
2474
|
+
): void;
|
|
2475
|
+
listSchemaVersions(
|
|
2476
|
+
args: ListSchemaVersionsCommandInput,
|
|
2477
|
+
options?: __HttpHandlerOptions
|
|
2478
|
+
): Promise<ListSchemaVersionsCommandOutput>;
|
|
2479
|
+
listSchemaVersions(
|
|
2480
|
+
args: ListSchemaVersionsCommandInput,
|
|
2481
|
+
cb: (err: any, data?: ListSchemaVersionsCommandOutput) => void
|
|
2482
|
+
): void;
|
|
2483
|
+
listSchemaVersions(
|
|
2484
|
+
args: ListSchemaVersionsCommandInput,
|
|
2485
|
+
options: __HttpHandlerOptions,
|
|
2486
|
+
cb: (err: any, data?: ListSchemaVersionsCommandOutput) => void
|
|
2487
|
+
): void;
|
|
2488
|
+
listSessions(
|
|
2489
|
+
args: ListSessionsCommandInput,
|
|
2490
|
+
options?: __HttpHandlerOptions
|
|
2491
|
+
): Promise<ListSessionsCommandOutput>;
|
|
2492
|
+
listSessions(
|
|
2493
|
+
args: ListSessionsCommandInput,
|
|
2494
|
+
cb: (err: any, data?: ListSessionsCommandOutput) => void
|
|
2495
|
+
): void;
|
|
2496
|
+
listSessions(
|
|
2497
|
+
args: ListSessionsCommandInput,
|
|
2498
|
+
options: __HttpHandlerOptions,
|
|
2499
|
+
cb: (err: any, data?: ListSessionsCommandOutput) => void
|
|
2500
|
+
): void;
|
|
2501
|
+
listStatements(
|
|
2502
|
+
args: ListStatementsCommandInput,
|
|
2503
|
+
options?: __HttpHandlerOptions
|
|
2504
|
+
): Promise<ListStatementsCommandOutput>;
|
|
2505
|
+
listStatements(
|
|
2506
|
+
args: ListStatementsCommandInput,
|
|
2507
|
+
cb: (err: any, data?: ListStatementsCommandOutput) => void
|
|
2508
|
+
): void;
|
|
2509
|
+
listStatements(
|
|
2510
|
+
args: ListStatementsCommandInput,
|
|
2511
|
+
options: __HttpHandlerOptions,
|
|
2512
|
+
cb: (err: any, data?: ListStatementsCommandOutput) => void
|
|
2513
|
+
): void;
|
|
2514
|
+
listTriggers(
|
|
2515
|
+
args: ListTriggersCommandInput,
|
|
2516
|
+
options?: __HttpHandlerOptions
|
|
2517
|
+
): Promise<ListTriggersCommandOutput>;
|
|
2518
|
+
listTriggers(
|
|
2519
|
+
args: ListTriggersCommandInput,
|
|
2520
|
+
cb: (err: any, data?: ListTriggersCommandOutput) => void
|
|
2521
|
+
): void;
|
|
2522
|
+
listTriggers(
|
|
2523
|
+
args: ListTriggersCommandInput,
|
|
2524
|
+
options: __HttpHandlerOptions,
|
|
2525
|
+
cb: (err: any, data?: ListTriggersCommandOutput) => void
|
|
2526
|
+
): void;
|
|
2527
|
+
listWorkflows(
|
|
2528
|
+
args: ListWorkflowsCommandInput,
|
|
2529
|
+
options?: __HttpHandlerOptions
|
|
2530
|
+
): Promise<ListWorkflowsCommandOutput>;
|
|
2531
|
+
listWorkflows(
|
|
2532
|
+
args: ListWorkflowsCommandInput,
|
|
2533
|
+
cb: (err: any, data?: ListWorkflowsCommandOutput) => void
|
|
2534
|
+
): void;
|
|
2535
|
+
listWorkflows(
|
|
2536
|
+
args: ListWorkflowsCommandInput,
|
|
2537
|
+
options: __HttpHandlerOptions,
|
|
2538
|
+
cb: (err: any, data?: ListWorkflowsCommandOutput) => void
|
|
2539
|
+
): void;
|
|
2540
|
+
putDataCatalogEncryptionSettings(
|
|
2541
|
+
args: PutDataCatalogEncryptionSettingsCommandInput,
|
|
2542
|
+
options?: __HttpHandlerOptions
|
|
2543
|
+
): Promise<PutDataCatalogEncryptionSettingsCommandOutput>;
|
|
2544
|
+
putDataCatalogEncryptionSettings(
|
|
2545
|
+
args: PutDataCatalogEncryptionSettingsCommandInput,
|
|
2546
|
+
cb: (err: any, data?: PutDataCatalogEncryptionSettingsCommandOutput) => void
|
|
2547
|
+
): void;
|
|
2548
|
+
putDataCatalogEncryptionSettings(
|
|
2549
|
+
args: PutDataCatalogEncryptionSettingsCommandInput,
|
|
2550
|
+
options: __HttpHandlerOptions,
|
|
2551
|
+
cb: (err: any, data?: PutDataCatalogEncryptionSettingsCommandOutput) => void
|
|
2552
|
+
): void;
|
|
2553
|
+
putResourcePolicy(
|
|
2554
|
+
args: PutResourcePolicyCommandInput,
|
|
2555
|
+
options?: __HttpHandlerOptions
|
|
2556
|
+
): Promise<PutResourcePolicyCommandOutput>;
|
|
2557
|
+
putResourcePolicy(
|
|
2558
|
+
args: PutResourcePolicyCommandInput,
|
|
2559
|
+
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
|
|
2560
|
+
): void;
|
|
2561
|
+
putResourcePolicy(
|
|
2562
|
+
args: PutResourcePolicyCommandInput,
|
|
2563
|
+
options: __HttpHandlerOptions,
|
|
2564
|
+
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
|
|
2565
|
+
): void;
|
|
2566
|
+
putSchemaVersionMetadata(
|
|
2567
|
+
args: PutSchemaVersionMetadataCommandInput,
|
|
2568
|
+
options?: __HttpHandlerOptions
|
|
2569
|
+
): Promise<PutSchemaVersionMetadataCommandOutput>;
|
|
2570
|
+
putSchemaVersionMetadata(
|
|
2571
|
+
args: PutSchemaVersionMetadataCommandInput,
|
|
2572
|
+
cb: (err: any, data?: PutSchemaVersionMetadataCommandOutput) => void
|
|
2573
|
+
): void;
|
|
2574
|
+
putSchemaVersionMetadata(
|
|
2575
|
+
args: PutSchemaVersionMetadataCommandInput,
|
|
2576
|
+
options: __HttpHandlerOptions,
|
|
2577
|
+
cb: (err: any, data?: PutSchemaVersionMetadataCommandOutput) => void
|
|
2578
|
+
): void;
|
|
2579
|
+
putWorkflowRunProperties(
|
|
2580
|
+
args: PutWorkflowRunPropertiesCommandInput,
|
|
2581
|
+
options?: __HttpHandlerOptions
|
|
2582
|
+
): Promise<PutWorkflowRunPropertiesCommandOutput>;
|
|
2583
|
+
putWorkflowRunProperties(
|
|
2584
|
+
args: PutWorkflowRunPropertiesCommandInput,
|
|
2585
|
+
cb: (err: any, data?: PutWorkflowRunPropertiesCommandOutput) => void
|
|
2586
|
+
): void;
|
|
2587
|
+
putWorkflowRunProperties(
|
|
2588
|
+
args: PutWorkflowRunPropertiesCommandInput,
|
|
2589
|
+
options: __HttpHandlerOptions,
|
|
2590
|
+
cb: (err: any, data?: PutWorkflowRunPropertiesCommandOutput) => void
|
|
2591
|
+
): void;
|
|
2592
|
+
querySchemaVersionMetadata(
|
|
2593
|
+
args: QuerySchemaVersionMetadataCommandInput,
|
|
2594
|
+
options?: __HttpHandlerOptions
|
|
2595
|
+
): Promise<QuerySchemaVersionMetadataCommandOutput>;
|
|
2596
|
+
querySchemaVersionMetadata(
|
|
2597
|
+
args: QuerySchemaVersionMetadataCommandInput,
|
|
2598
|
+
cb: (err: any, data?: QuerySchemaVersionMetadataCommandOutput) => void
|
|
2599
|
+
): void;
|
|
2600
|
+
querySchemaVersionMetadata(
|
|
2601
|
+
args: QuerySchemaVersionMetadataCommandInput,
|
|
2602
|
+
options: __HttpHandlerOptions,
|
|
2603
|
+
cb: (err: any, data?: QuerySchemaVersionMetadataCommandOutput) => void
|
|
2604
|
+
): void;
|
|
2605
|
+
registerSchemaVersion(
|
|
2606
|
+
args: RegisterSchemaVersionCommandInput,
|
|
2607
|
+
options?: __HttpHandlerOptions
|
|
2608
|
+
): Promise<RegisterSchemaVersionCommandOutput>;
|
|
2609
|
+
registerSchemaVersion(
|
|
2610
|
+
args: RegisterSchemaVersionCommandInput,
|
|
2611
|
+
cb: (err: any, data?: RegisterSchemaVersionCommandOutput) => void
|
|
2612
|
+
): void;
|
|
2613
|
+
registerSchemaVersion(
|
|
2614
|
+
args: RegisterSchemaVersionCommandInput,
|
|
2615
|
+
options: __HttpHandlerOptions,
|
|
2616
|
+
cb: (err: any, data?: RegisterSchemaVersionCommandOutput) => void
|
|
2617
|
+
): void;
|
|
2618
|
+
removeSchemaVersionMetadata(
|
|
2619
|
+
args: RemoveSchemaVersionMetadataCommandInput,
|
|
2620
|
+
options?: __HttpHandlerOptions
|
|
2621
|
+
): Promise<RemoveSchemaVersionMetadataCommandOutput>;
|
|
2622
|
+
removeSchemaVersionMetadata(
|
|
2623
|
+
args: RemoveSchemaVersionMetadataCommandInput,
|
|
2624
|
+
cb: (err: any, data?: RemoveSchemaVersionMetadataCommandOutput) => void
|
|
2625
|
+
): void;
|
|
2626
|
+
removeSchemaVersionMetadata(
|
|
2627
|
+
args: RemoveSchemaVersionMetadataCommandInput,
|
|
2628
|
+
options: __HttpHandlerOptions,
|
|
2629
|
+
cb: (err: any, data?: RemoveSchemaVersionMetadataCommandOutput) => void
|
|
2630
|
+
): void;
|
|
2631
|
+
resetJobBookmark(
|
|
2632
|
+
args: ResetJobBookmarkCommandInput,
|
|
2633
|
+
options?: __HttpHandlerOptions
|
|
2634
|
+
): Promise<ResetJobBookmarkCommandOutput>;
|
|
2635
|
+
resetJobBookmark(
|
|
2636
|
+
args: ResetJobBookmarkCommandInput,
|
|
2637
|
+
cb: (err: any, data?: ResetJobBookmarkCommandOutput) => void
|
|
2638
|
+
): void;
|
|
2639
|
+
resetJobBookmark(
|
|
2640
|
+
args: ResetJobBookmarkCommandInput,
|
|
2641
|
+
options: __HttpHandlerOptions,
|
|
2642
|
+
cb: (err: any, data?: ResetJobBookmarkCommandOutput) => void
|
|
2643
|
+
): void;
|
|
2644
|
+
resumeWorkflowRun(
|
|
2645
|
+
args: ResumeWorkflowRunCommandInput,
|
|
2646
|
+
options?: __HttpHandlerOptions
|
|
2647
|
+
): Promise<ResumeWorkflowRunCommandOutput>;
|
|
2648
|
+
resumeWorkflowRun(
|
|
2649
|
+
args: ResumeWorkflowRunCommandInput,
|
|
2650
|
+
cb: (err: any, data?: ResumeWorkflowRunCommandOutput) => void
|
|
2651
|
+
): void;
|
|
2652
|
+
resumeWorkflowRun(
|
|
2653
|
+
args: ResumeWorkflowRunCommandInput,
|
|
2654
|
+
options: __HttpHandlerOptions,
|
|
2655
|
+
cb: (err: any, data?: ResumeWorkflowRunCommandOutput) => void
|
|
2656
|
+
): void;
|
|
2657
|
+
runStatement(
|
|
2658
|
+
args: RunStatementCommandInput,
|
|
2659
|
+
options?: __HttpHandlerOptions
|
|
2660
|
+
): Promise<RunStatementCommandOutput>;
|
|
2661
|
+
runStatement(
|
|
2662
|
+
args: RunStatementCommandInput,
|
|
2663
|
+
cb: (err: any, data?: RunStatementCommandOutput) => void
|
|
2664
|
+
): void;
|
|
2665
|
+
runStatement(
|
|
2666
|
+
args: RunStatementCommandInput,
|
|
2667
|
+
options: __HttpHandlerOptions,
|
|
2668
|
+
cb: (err: any, data?: RunStatementCommandOutput) => void
|
|
2669
|
+
): void;
|
|
2670
|
+
searchTables(
|
|
2671
|
+
args: SearchTablesCommandInput,
|
|
2672
|
+
options?: __HttpHandlerOptions
|
|
2673
|
+
): Promise<SearchTablesCommandOutput>;
|
|
2674
|
+
searchTables(
|
|
2675
|
+
args: SearchTablesCommandInput,
|
|
2676
|
+
cb: (err: any, data?: SearchTablesCommandOutput) => void
|
|
2677
|
+
): void;
|
|
2678
|
+
searchTables(
|
|
2679
|
+
args: SearchTablesCommandInput,
|
|
2680
|
+
options: __HttpHandlerOptions,
|
|
2681
|
+
cb: (err: any, data?: SearchTablesCommandOutput) => void
|
|
2682
|
+
): void;
|
|
2683
|
+
startBlueprintRun(
|
|
2684
|
+
args: StartBlueprintRunCommandInput,
|
|
2685
|
+
options?: __HttpHandlerOptions
|
|
2686
|
+
): Promise<StartBlueprintRunCommandOutput>;
|
|
2687
|
+
startBlueprintRun(
|
|
2688
|
+
args: StartBlueprintRunCommandInput,
|
|
2689
|
+
cb: (err: any, data?: StartBlueprintRunCommandOutput) => void
|
|
2690
|
+
): void;
|
|
2691
|
+
startBlueprintRun(
|
|
2692
|
+
args: StartBlueprintRunCommandInput,
|
|
2693
|
+
options: __HttpHandlerOptions,
|
|
2694
|
+
cb: (err: any, data?: StartBlueprintRunCommandOutput) => void
|
|
2695
|
+
): void;
|
|
2696
|
+
startCrawler(
|
|
2697
|
+
args: StartCrawlerCommandInput,
|
|
2698
|
+
options?: __HttpHandlerOptions
|
|
2699
|
+
): Promise<StartCrawlerCommandOutput>;
|
|
2700
|
+
startCrawler(
|
|
2701
|
+
args: StartCrawlerCommandInput,
|
|
2702
|
+
cb: (err: any, data?: StartCrawlerCommandOutput) => void
|
|
2703
|
+
): void;
|
|
2704
|
+
startCrawler(
|
|
2705
|
+
args: StartCrawlerCommandInput,
|
|
2706
|
+
options: __HttpHandlerOptions,
|
|
2707
|
+
cb: (err: any, data?: StartCrawlerCommandOutput) => void
|
|
2708
|
+
): void;
|
|
2709
|
+
startCrawlerSchedule(
|
|
2710
|
+
args: StartCrawlerScheduleCommandInput,
|
|
2711
|
+
options?: __HttpHandlerOptions
|
|
2712
|
+
): Promise<StartCrawlerScheduleCommandOutput>;
|
|
2713
|
+
startCrawlerSchedule(
|
|
2714
|
+
args: StartCrawlerScheduleCommandInput,
|
|
2715
|
+
cb: (err: any, data?: StartCrawlerScheduleCommandOutput) => void
|
|
2716
|
+
): void;
|
|
2717
|
+
startCrawlerSchedule(
|
|
2718
|
+
args: StartCrawlerScheduleCommandInput,
|
|
2719
|
+
options: __HttpHandlerOptions,
|
|
2720
|
+
cb: (err: any, data?: StartCrawlerScheduleCommandOutput) => void
|
|
2721
|
+
): void;
|
|
2722
|
+
startExportLabelsTaskRun(
|
|
2723
|
+
args: StartExportLabelsTaskRunCommandInput,
|
|
2724
|
+
options?: __HttpHandlerOptions
|
|
2725
|
+
): Promise<StartExportLabelsTaskRunCommandOutput>;
|
|
2726
|
+
startExportLabelsTaskRun(
|
|
2727
|
+
args: StartExportLabelsTaskRunCommandInput,
|
|
2728
|
+
cb: (err: any, data?: StartExportLabelsTaskRunCommandOutput) => void
|
|
2729
|
+
): void;
|
|
2730
|
+
startExportLabelsTaskRun(
|
|
2731
|
+
args: StartExportLabelsTaskRunCommandInput,
|
|
2732
|
+
options: __HttpHandlerOptions,
|
|
2733
|
+
cb: (err: any, data?: StartExportLabelsTaskRunCommandOutput) => void
|
|
2734
|
+
): void;
|
|
2735
|
+
startImportLabelsTaskRun(
|
|
2736
|
+
args: StartImportLabelsTaskRunCommandInput,
|
|
2737
|
+
options?: __HttpHandlerOptions
|
|
2738
|
+
): Promise<StartImportLabelsTaskRunCommandOutput>;
|
|
2739
|
+
startImportLabelsTaskRun(
|
|
2740
|
+
args: StartImportLabelsTaskRunCommandInput,
|
|
2741
|
+
cb: (err: any, data?: StartImportLabelsTaskRunCommandOutput) => void
|
|
2742
|
+
): void;
|
|
2743
|
+
startImportLabelsTaskRun(
|
|
2744
|
+
args: StartImportLabelsTaskRunCommandInput,
|
|
2745
|
+
options: __HttpHandlerOptions,
|
|
2746
|
+
cb: (err: any, data?: StartImportLabelsTaskRunCommandOutput) => void
|
|
2747
|
+
): void;
|
|
2748
|
+
startJobRun(
|
|
2749
|
+
args: StartJobRunCommandInput,
|
|
2750
|
+
options?: __HttpHandlerOptions
|
|
2751
|
+
): Promise<StartJobRunCommandOutput>;
|
|
2752
|
+
startJobRun(
|
|
2753
|
+
args: StartJobRunCommandInput,
|
|
2754
|
+
cb: (err: any, data?: StartJobRunCommandOutput) => void
|
|
2755
|
+
): void;
|
|
2756
|
+
startJobRun(
|
|
2757
|
+
args: StartJobRunCommandInput,
|
|
2758
|
+
options: __HttpHandlerOptions,
|
|
2759
|
+
cb: (err: any, data?: StartJobRunCommandOutput) => void
|
|
2760
|
+
): void;
|
|
2761
|
+
startMLEvaluationTaskRun(
|
|
2762
|
+
args: StartMLEvaluationTaskRunCommandInput,
|
|
2763
|
+
options?: __HttpHandlerOptions
|
|
2764
|
+
): Promise<StartMLEvaluationTaskRunCommandOutput>;
|
|
2765
|
+
startMLEvaluationTaskRun(
|
|
2766
|
+
args: StartMLEvaluationTaskRunCommandInput,
|
|
2767
|
+
cb: (err: any, data?: StartMLEvaluationTaskRunCommandOutput) => void
|
|
2768
|
+
): void;
|
|
2769
|
+
startMLEvaluationTaskRun(
|
|
2770
|
+
args: StartMLEvaluationTaskRunCommandInput,
|
|
2771
|
+
options: __HttpHandlerOptions,
|
|
2772
|
+
cb: (err: any, data?: StartMLEvaluationTaskRunCommandOutput) => void
|
|
2773
|
+
): void;
|
|
2774
|
+
startMLLabelingSetGenerationTaskRun(
|
|
2775
|
+
args: StartMLLabelingSetGenerationTaskRunCommandInput,
|
|
2776
|
+
options?: __HttpHandlerOptions
|
|
2777
|
+
): Promise<StartMLLabelingSetGenerationTaskRunCommandOutput>;
|
|
2778
|
+
startMLLabelingSetGenerationTaskRun(
|
|
2779
|
+
args: StartMLLabelingSetGenerationTaskRunCommandInput,
|
|
2780
|
+
cb: (
|
|
2781
|
+
err: any,
|
|
2782
|
+
data?: StartMLLabelingSetGenerationTaskRunCommandOutput
|
|
2783
|
+
) => void
|
|
2784
|
+
): void;
|
|
2785
|
+
startMLLabelingSetGenerationTaskRun(
|
|
2786
|
+
args: StartMLLabelingSetGenerationTaskRunCommandInput,
|
|
2787
|
+
options: __HttpHandlerOptions,
|
|
2788
|
+
cb: (
|
|
2789
|
+
err: any,
|
|
2790
|
+
data?: StartMLLabelingSetGenerationTaskRunCommandOutput
|
|
2791
|
+
) => void
|
|
2792
|
+
): void;
|
|
2793
|
+
startTrigger(
|
|
2794
|
+
args: StartTriggerCommandInput,
|
|
2795
|
+
options?: __HttpHandlerOptions
|
|
2796
|
+
): Promise<StartTriggerCommandOutput>;
|
|
2797
|
+
startTrigger(
|
|
2798
|
+
args: StartTriggerCommandInput,
|
|
2799
|
+
cb: (err: any, data?: StartTriggerCommandOutput) => void
|
|
2800
|
+
): void;
|
|
2801
|
+
startTrigger(
|
|
2802
|
+
args: StartTriggerCommandInput,
|
|
2803
|
+
options: __HttpHandlerOptions,
|
|
2804
|
+
cb: (err: any, data?: StartTriggerCommandOutput) => void
|
|
2805
|
+
): void;
|
|
2806
|
+
startWorkflowRun(
|
|
2807
|
+
args: StartWorkflowRunCommandInput,
|
|
2808
|
+
options?: __HttpHandlerOptions
|
|
2809
|
+
): Promise<StartWorkflowRunCommandOutput>;
|
|
2810
|
+
startWorkflowRun(
|
|
2811
|
+
args: StartWorkflowRunCommandInput,
|
|
2812
|
+
cb: (err: any, data?: StartWorkflowRunCommandOutput) => void
|
|
2813
|
+
): void;
|
|
2814
|
+
startWorkflowRun(
|
|
2815
|
+
args: StartWorkflowRunCommandInput,
|
|
2816
|
+
options: __HttpHandlerOptions,
|
|
2817
|
+
cb: (err: any, data?: StartWorkflowRunCommandOutput) => void
|
|
2818
|
+
): void;
|
|
2819
|
+
stopCrawler(
|
|
2820
|
+
args: StopCrawlerCommandInput,
|
|
2821
|
+
options?: __HttpHandlerOptions
|
|
2822
|
+
): Promise<StopCrawlerCommandOutput>;
|
|
2823
|
+
stopCrawler(
|
|
2824
|
+
args: StopCrawlerCommandInput,
|
|
2825
|
+
cb: (err: any, data?: StopCrawlerCommandOutput) => void
|
|
2826
|
+
): void;
|
|
2827
|
+
stopCrawler(
|
|
2828
|
+
args: StopCrawlerCommandInput,
|
|
2829
|
+
options: __HttpHandlerOptions,
|
|
2830
|
+
cb: (err: any, data?: StopCrawlerCommandOutput) => void
|
|
2831
|
+
): void;
|
|
2832
|
+
stopCrawlerSchedule(
|
|
2833
|
+
args: StopCrawlerScheduleCommandInput,
|
|
2834
|
+
options?: __HttpHandlerOptions
|
|
2835
|
+
): Promise<StopCrawlerScheduleCommandOutput>;
|
|
2836
|
+
stopCrawlerSchedule(
|
|
2837
|
+
args: StopCrawlerScheduleCommandInput,
|
|
2838
|
+
cb: (err: any, data?: StopCrawlerScheduleCommandOutput) => void
|
|
2839
|
+
): void;
|
|
2840
|
+
stopCrawlerSchedule(
|
|
2841
|
+
args: StopCrawlerScheduleCommandInput,
|
|
2842
|
+
options: __HttpHandlerOptions,
|
|
2843
|
+
cb: (err: any, data?: StopCrawlerScheduleCommandOutput) => void
|
|
2844
|
+
): void;
|
|
2845
|
+
stopSession(
|
|
2846
|
+
args: StopSessionCommandInput,
|
|
2847
|
+
options?: __HttpHandlerOptions
|
|
2848
|
+
): Promise<StopSessionCommandOutput>;
|
|
2849
|
+
stopSession(
|
|
2850
|
+
args: StopSessionCommandInput,
|
|
2851
|
+
cb: (err: any, data?: StopSessionCommandOutput) => void
|
|
2852
|
+
): void;
|
|
2853
|
+
stopSession(
|
|
2854
|
+
args: StopSessionCommandInput,
|
|
2855
|
+
options: __HttpHandlerOptions,
|
|
2856
|
+
cb: (err: any, data?: StopSessionCommandOutput) => void
|
|
2857
|
+
): void;
|
|
2858
|
+
stopTrigger(
|
|
2859
|
+
args: StopTriggerCommandInput,
|
|
2860
|
+
options?: __HttpHandlerOptions
|
|
2861
|
+
): Promise<StopTriggerCommandOutput>;
|
|
2862
|
+
stopTrigger(
|
|
2863
|
+
args: StopTriggerCommandInput,
|
|
2864
|
+
cb: (err: any, data?: StopTriggerCommandOutput) => void
|
|
2865
|
+
): void;
|
|
2866
|
+
stopTrigger(
|
|
2867
|
+
args: StopTriggerCommandInput,
|
|
2868
|
+
options: __HttpHandlerOptions,
|
|
2869
|
+
cb: (err: any, data?: StopTriggerCommandOutput) => void
|
|
2870
|
+
): void;
|
|
2871
|
+
stopWorkflowRun(
|
|
2872
|
+
args: StopWorkflowRunCommandInput,
|
|
2873
|
+
options?: __HttpHandlerOptions
|
|
2874
|
+
): Promise<StopWorkflowRunCommandOutput>;
|
|
2875
|
+
stopWorkflowRun(
|
|
2876
|
+
args: StopWorkflowRunCommandInput,
|
|
2877
|
+
cb: (err: any, data?: StopWorkflowRunCommandOutput) => void
|
|
2878
|
+
): void;
|
|
2879
|
+
stopWorkflowRun(
|
|
2880
|
+
args: StopWorkflowRunCommandInput,
|
|
2881
|
+
options: __HttpHandlerOptions,
|
|
2882
|
+
cb: (err: any, data?: StopWorkflowRunCommandOutput) => void
|
|
2883
|
+
): void;
|
|
2884
|
+
tagResource(
|
|
2885
|
+
args: TagResourceCommandInput,
|
|
2886
|
+
options?: __HttpHandlerOptions
|
|
2887
|
+
): Promise<TagResourceCommandOutput>;
|
|
2888
|
+
tagResource(
|
|
2889
|
+
args: TagResourceCommandInput,
|
|
2890
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
2891
|
+
): void;
|
|
2892
|
+
tagResource(
|
|
2893
|
+
args: TagResourceCommandInput,
|
|
2894
|
+
options: __HttpHandlerOptions,
|
|
2895
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
2896
|
+
): void;
|
|
2897
|
+
untagResource(
|
|
2898
|
+
args: UntagResourceCommandInput,
|
|
2899
|
+
options?: __HttpHandlerOptions
|
|
2900
|
+
): Promise<UntagResourceCommandOutput>;
|
|
2901
|
+
untagResource(
|
|
2902
|
+
args: UntagResourceCommandInput,
|
|
2903
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
2904
|
+
): void;
|
|
2905
|
+
untagResource(
|
|
2906
|
+
args: UntagResourceCommandInput,
|
|
2907
|
+
options: __HttpHandlerOptions,
|
|
2908
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
2909
|
+
): void;
|
|
2910
|
+
updateBlueprint(
|
|
2911
|
+
args: UpdateBlueprintCommandInput,
|
|
2912
|
+
options?: __HttpHandlerOptions
|
|
2913
|
+
): Promise<UpdateBlueprintCommandOutput>;
|
|
2914
|
+
updateBlueprint(
|
|
2915
|
+
args: UpdateBlueprintCommandInput,
|
|
2916
|
+
cb: (err: any, data?: UpdateBlueprintCommandOutput) => void
|
|
2917
|
+
): void;
|
|
2918
|
+
updateBlueprint(
|
|
2919
|
+
args: UpdateBlueprintCommandInput,
|
|
2920
|
+
options: __HttpHandlerOptions,
|
|
2921
|
+
cb: (err: any, data?: UpdateBlueprintCommandOutput) => void
|
|
2922
|
+
): void;
|
|
2923
|
+
updateClassifier(
|
|
2924
|
+
args: UpdateClassifierCommandInput,
|
|
2925
|
+
options?: __HttpHandlerOptions
|
|
2926
|
+
): Promise<UpdateClassifierCommandOutput>;
|
|
2927
|
+
updateClassifier(
|
|
2928
|
+
args: UpdateClassifierCommandInput,
|
|
2929
|
+
cb: (err: any, data?: UpdateClassifierCommandOutput) => void
|
|
2930
|
+
): void;
|
|
2931
|
+
updateClassifier(
|
|
2932
|
+
args: UpdateClassifierCommandInput,
|
|
2933
|
+
options: __HttpHandlerOptions,
|
|
2934
|
+
cb: (err: any, data?: UpdateClassifierCommandOutput) => void
|
|
2935
|
+
): void;
|
|
2936
|
+
updateColumnStatisticsForPartition(
|
|
2937
|
+
args: UpdateColumnStatisticsForPartitionCommandInput,
|
|
2938
|
+
options?: __HttpHandlerOptions
|
|
2939
|
+
): Promise<UpdateColumnStatisticsForPartitionCommandOutput>;
|
|
2940
|
+
updateColumnStatisticsForPartition(
|
|
2941
|
+
args: UpdateColumnStatisticsForPartitionCommandInput,
|
|
2942
|
+
cb: (
|
|
2943
|
+
err: any,
|
|
2944
|
+
data?: UpdateColumnStatisticsForPartitionCommandOutput
|
|
2945
|
+
) => void
|
|
2946
|
+
): void;
|
|
2947
|
+
updateColumnStatisticsForPartition(
|
|
2948
|
+
args: UpdateColumnStatisticsForPartitionCommandInput,
|
|
2949
|
+
options: __HttpHandlerOptions,
|
|
2950
|
+
cb: (
|
|
2951
|
+
err: any,
|
|
2952
|
+
data?: UpdateColumnStatisticsForPartitionCommandOutput
|
|
2953
|
+
) => void
|
|
2954
|
+
): void;
|
|
2955
|
+
updateColumnStatisticsForTable(
|
|
2956
|
+
args: UpdateColumnStatisticsForTableCommandInput,
|
|
2957
|
+
options?: __HttpHandlerOptions
|
|
2958
|
+
): Promise<UpdateColumnStatisticsForTableCommandOutput>;
|
|
2959
|
+
updateColumnStatisticsForTable(
|
|
2960
|
+
args: UpdateColumnStatisticsForTableCommandInput,
|
|
2961
|
+
cb: (err: any, data?: UpdateColumnStatisticsForTableCommandOutput) => void
|
|
2962
|
+
): void;
|
|
2963
|
+
updateColumnStatisticsForTable(
|
|
2964
|
+
args: UpdateColumnStatisticsForTableCommandInput,
|
|
2965
|
+
options: __HttpHandlerOptions,
|
|
2966
|
+
cb: (err: any, data?: UpdateColumnStatisticsForTableCommandOutput) => void
|
|
2967
|
+
): void;
|
|
2968
|
+
updateConnection(
|
|
2969
|
+
args: UpdateConnectionCommandInput,
|
|
2970
|
+
options?: __HttpHandlerOptions
|
|
2971
|
+
): Promise<UpdateConnectionCommandOutput>;
|
|
2972
|
+
updateConnection(
|
|
2973
|
+
args: UpdateConnectionCommandInput,
|
|
2974
|
+
cb: (err: any, data?: UpdateConnectionCommandOutput) => void
|
|
2975
|
+
): void;
|
|
2976
|
+
updateConnection(
|
|
2977
|
+
args: UpdateConnectionCommandInput,
|
|
2978
|
+
options: __HttpHandlerOptions,
|
|
2979
|
+
cb: (err: any, data?: UpdateConnectionCommandOutput) => void
|
|
2980
|
+
): void;
|
|
2981
|
+
updateCrawler(
|
|
2982
|
+
args: UpdateCrawlerCommandInput,
|
|
2983
|
+
options?: __HttpHandlerOptions
|
|
2984
|
+
): Promise<UpdateCrawlerCommandOutput>;
|
|
2985
|
+
updateCrawler(
|
|
2986
|
+
args: UpdateCrawlerCommandInput,
|
|
2987
|
+
cb: (err: any, data?: UpdateCrawlerCommandOutput) => void
|
|
2988
|
+
): void;
|
|
2989
|
+
updateCrawler(
|
|
2990
|
+
args: UpdateCrawlerCommandInput,
|
|
2991
|
+
options: __HttpHandlerOptions,
|
|
2992
|
+
cb: (err: any, data?: UpdateCrawlerCommandOutput) => void
|
|
2993
|
+
): void;
|
|
2994
|
+
updateCrawlerSchedule(
|
|
2995
|
+
args: UpdateCrawlerScheduleCommandInput,
|
|
2996
|
+
options?: __HttpHandlerOptions
|
|
2997
|
+
): Promise<UpdateCrawlerScheduleCommandOutput>;
|
|
2998
|
+
updateCrawlerSchedule(
|
|
2999
|
+
args: UpdateCrawlerScheduleCommandInput,
|
|
3000
|
+
cb: (err: any, data?: UpdateCrawlerScheduleCommandOutput) => void
|
|
3001
|
+
): void;
|
|
3002
|
+
updateCrawlerSchedule(
|
|
3003
|
+
args: UpdateCrawlerScheduleCommandInput,
|
|
3004
|
+
options: __HttpHandlerOptions,
|
|
3005
|
+
cb: (err: any, data?: UpdateCrawlerScheduleCommandOutput) => void
|
|
3006
|
+
): void;
|
|
3007
|
+
updateDatabase(
|
|
3008
|
+
args: UpdateDatabaseCommandInput,
|
|
3009
|
+
options?: __HttpHandlerOptions
|
|
3010
|
+
): Promise<UpdateDatabaseCommandOutput>;
|
|
3011
|
+
updateDatabase(
|
|
3012
|
+
args: UpdateDatabaseCommandInput,
|
|
3013
|
+
cb: (err: any, data?: UpdateDatabaseCommandOutput) => void
|
|
3014
|
+
): void;
|
|
3015
|
+
updateDatabase(
|
|
3016
|
+
args: UpdateDatabaseCommandInput,
|
|
3017
|
+
options: __HttpHandlerOptions,
|
|
3018
|
+
cb: (err: any, data?: UpdateDatabaseCommandOutput) => void
|
|
3019
|
+
): void;
|
|
3020
|
+
updateDevEndpoint(
|
|
3021
|
+
args: UpdateDevEndpointCommandInput,
|
|
3022
|
+
options?: __HttpHandlerOptions
|
|
3023
|
+
): Promise<UpdateDevEndpointCommandOutput>;
|
|
3024
|
+
updateDevEndpoint(
|
|
3025
|
+
args: UpdateDevEndpointCommandInput,
|
|
3026
|
+
cb: (err: any, data?: UpdateDevEndpointCommandOutput) => void
|
|
3027
|
+
): void;
|
|
3028
|
+
updateDevEndpoint(
|
|
3029
|
+
args: UpdateDevEndpointCommandInput,
|
|
3030
|
+
options: __HttpHandlerOptions,
|
|
3031
|
+
cb: (err: any, data?: UpdateDevEndpointCommandOutput) => void
|
|
3032
|
+
): void;
|
|
3033
|
+
updateJob(
|
|
3034
|
+
args: UpdateJobCommandInput,
|
|
3035
|
+
options?: __HttpHandlerOptions
|
|
3036
|
+
): Promise<UpdateJobCommandOutput>;
|
|
3037
|
+
updateJob(
|
|
3038
|
+
args: UpdateJobCommandInput,
|
|
3039
|
+
cb: (err: any, data?: UpdateJobCommandOutput) => void
|
|
3040
|
+
): void;
|
|
3041
|
+
updateJob(
|
|
3042
|
+
args: UpdateJobCommandInput,
|
|
3043
|
+
options: __HttpHandlerOptions,
|
|
3044
|
+
cb: (err: any, data?: UpdateJobCommandOutput) => void
|
|
3045
|
+
): void;
|
|
3046
|
+
updateMLTransform(
|
|
3047
|
+
args: UpdateMLTransformCommandInput,
|
|
3048
|
+
options?: __HttpHandlerOptions
|
|
3049
|
+
): Promise<UpdateMLTransformCommandOutput>;
|
|
3050
|
+
updateMLTransform(
|
|
3051
|
+
args: UpdateMLTransformCommandInput,
|
|
3052
|
+
cb: (err: any, data?: UpdateMLTransformCommandOutput) => void
|
|
3053
|
+
): void;
|
|
3054
|
+
updateMLTransform(
|
|
3055
|
+
args: UpdateMLTransformCommandInput,
|
|
3056
|
+
options: __HttpHandlerOptions,
|
|
3057
|
+
cb: (err: any, data?: UpdateMLTransformCommandOutput) => void
|
|
3058
|
+
): void;
|
|
3059
|
+
updatePartition(
|
|
3060
|
+
args: UpdatePartitionCommandInput,
|
|
3061
|
+
options?: __HttpHandlerOptions
|
|
3062
|
+
): Promise<UpdatePartitionCommandOutput>;
|
|
3063
|
+
updatePartition(
|
|
3064
|
+
args: UpdatePartitionCommandInput,
|
|
3065
|
+
cb: (err: any, data?: UpdatePartitionCommandOutput) => void
|
|
3066
|
+
): void;
|
|
3067
|
+
updatePartition(
|
|
3068
|
+
args: UpdatePartitionCommandInput,
|
|
3069
|
+
options: __HttpHandlerOptions,
|
|
3070
|
+
cb: (err: any, data?: UpdatePartitionCommandOutput) => void
|
|
3071
|
+
): void;
|
|
3072
|
+
updateRegistry(
|
|
3073
|
+
args: UpdateRegistryCommandInput,
|
|
3074
|
+
options?: __HttpHandlerOptions
|
|
3075
|
+
): Promise<UpdateRegistryCommandOutput>;
|
|
3076
|
+
updateRegistry(
|
|
3077
|
+
args: UpdateRegistryCommandInput,
|
|
3078
|
+
cb: (err: any, data?: UpdateRegistryCommandOutput) => void
|
|
3079
|
+
): void;
|
|
3080
|
+
updateRegistry(
|
|
3081
|
+
args: UpdateRegistryCommandInput,
|
|
3082
|
+
options: __HttpHandlerOptions,
|
|
3083
|
+
cb: (err: any, data?: UpdateRegistryCommandOutput) => void
|
|
3084
|
+
): void;
|
|
3085
|
+
updateSchema(
|
|
3086
|
+
args: UpdateSchemaCommandInput,
|
|
3087
|
+
options?: __HttpHandlerOptions
|
|
3088
|
+
): Promise<UpdateSchemaCommandOutput>;
|
|
3089
|
+
updateSchema(
|
|
3090
|
+
args: UpdateSchemaCommandInput,
|
|
3091
|
+
cb: (err: any, data?: UpdateSchemaCommandOutput) => void
|
|
3092
|
+
): void;
|
|
3093
|
+
updateSchema(
|
|
3094
|
+
args: UpdateSchemaCommandInput,
|
|
3095
|
+
options: __HttpHandlerOptions,
|
|
3096
|
+
cb: (err: any, data?: UpdateSchemaCommandOutput) => void
|
|
3097
|
+
): void;
|
|
3098
|
+
updateTable(
|
|
3099
|
+
args: UpdateTableCommandInput,
|
|
3100
|
+
options?: __HttpHandlerOptions
|
|
3101
|
+
): Promise<UpdateTableCommandOutput>;
|
|
3102
|
+
updateTable(
|
|
3103
|
+
args: UpdateTableCommandInput,
|
|
3104
|
+
cb: (err: any, data?: UpdateTableCommandOutput) => void
|
|
3105
|
+
): void;
|
|
3106
|
+
updateTable(
|
|
3107
|
+
args: UpdateTableCommandInput,
|
|
3108
|
+
options: __HttpHandlerOptions,
|
|
3109
|
+
cb: (err: any, data?: UpdateTableCommandOutput) => void
|
|
3110
|
+
): void;
|
|
3111
|
+
updateTrigger(
|
|
3112
|
+
args: UpdateTriggerCommandInput,
|
|
3113
|
+
options?: __HttpHandlerOptions
|
|
3114
|
+
): Promise<UpdateTriggerCommandOutput>;
|
|
3115
|
+
updateTrigger(
|
|
3116
|
+
args: UpdateTriggerCommandInput,
|
|
3117
|
+
cb: (err: any, data?: UpdateTriggerCommandOutput) => void
|
|
3118
|
+
): void;
|
|
3119
|
+
updateTrigger(
|
|
3120
|
+
args: UpdateTriggerCommandInput,
|
|
3121
|
+
options: __HttpHandlerOptions,
|
|
3122
|
+
cb: (err: any, data?: UpdateTriggerCommandOutput) => void
|
|
3123
|
+
): void;
|
|
3124
|
+
updateUserDefinedFunction(
|
|
3125
|
+
args: UpdateUserDefinedFunctionCommandInput,
|
|
3126
|
+
options?: __HttpHandlerOptions
|
|
3127
|
+
): Promise<UpdateUserDefinedFunctionCommandOutput>;
|
|
3128
|
+
updateUserDefinedFunction(
|
|
3129
|
+
args: UpdateUserDefinedFunctionCommandInput,
|
|
3130
|
+
cb: (err: any, data?: UpdateUserDefinedFunctionCommandOutput) => void
|
|
3131
|
+
): void;
|
|
3132
|
+
updateUserDefinedFunction(
|
|
3133
|
+
args: UpdateUserDefinedFunctionCommandInput,
|
|
3134
|
+
options: __HttpHandlerOptions,
|
|
3135
|
+
cb: (err: any, data?: UpdateUserDefinedFunctionCommandOutput) => void
|
|
3136
|
+
): void;
|
|
3137
|
+
updateWorkflow(
|
|
3138
|
+
args: UpdateWorkflowCommandInput,
|
|
3139
|
+
options?: __HttpHandlerOptions
|
|
3140
|
+
): Promise<UpdateWorkflowCommandOutput>;
|
|
3141
|
+
updateWorkflow(
|
|
3142
|
+
args: UpdateWorkflowCommandInput,
|
|
3143
|
+
cb: (err: any, data?: UpdateWorkflowCommandOutput) => void
|
|
3144
|
+
): void;
|
|
3145
|
+
updateWorkflow(
|
|
3146
|
+
args: UpdateWorkflowCommandInput,
|
|
3147
|
+
options: __HttpHandlerOptions,
|
|
3148
|
+
cb: (err: any, data?: UpdateWorkflowCommandOutput) => void
|
|
3149
|
+
): void;
|
|
3150
|
+
}
|