@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,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlueClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlueClient";
|
|
13
|
+
import {
|
|
14
|
+
GetMLTransformRequest,
|
|
15
|
+
GetMLTransformResponse,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface GetMLTransformCommandInput extends GetMLTransformRequest {}
|
|
18
|
+
export interface GetMLTransformCommandOutput
|
|
19
|
+
extends GetMLTransformResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetMLTransformCommand extends $Command<
|
|
22
|
+
GetMLTransformCommandInput,
|
|
23
|
+
GetMLTransformCommandOutput,
|
|
24
|
+
GlueClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetMLTransformCommandInput;
|
|
27
|
+
constructor(input: GetMLTransformCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: GlueClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetMLTransformCommandInput, GetMLTransformCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlueClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlueClient";
|
|
13
|
+
import {
|
|
14
|
+
GetMLTransformsRequest,
|
|
15
|
+
GetMLTransformsResponse,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface GetMLTransformsCommandInput extends GetMLTransformsRequest {}
|
|
18
|
+
export interface GetMLTransformsCommandOutput
|
|
19
|
+
extends GetMLTransformsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetMLTransformsCommand extends $Command<
|
|
22
|
+
GetMLTransformsCommandInput,
|
|
23
|
+
GetMLTransformsCommandOutput,
|
|
24
|
+
GlueClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetMLTransformsCommandInput;
|
|
27
|
+
constructor(input: GetMLTransformsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: GlueClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetMLTransformsCommandInput, GetMLTransformsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlueClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlueClient";
|
|
13
|
+
import { GetMappingRequest, GetMappingResponse } from "../models/models_1";
|
|
14
|
+
export interface GetMappingCommandInput extends GetMappingRequest {}
|
|
15
|
+
export interface GetMappingCommandOutput
|
|
16
|
+
extends GetMappingResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetMappingCommand extends $Command<
|
|
19
|
+
GetMappingCommandInput,
|
|
20
|
+
GetMappingCommandOutput,
|
|
21
|
+
GlueClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetMappingCommandInput;
|
|
24
|
+
constructor(input: GetMappingCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: GlueClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetMappingCommandInput, GetMappingCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlueClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlueClient";
|
|
13
|
+
import { GetPartitionRequest, GetPartitionResponse } from "../models/models_1";
|
|
14
|
+
export interface GetPartitionCommandInput extends GetPartitionRequest {}
|
|
15
|
+
export interface GetPartitionCommandOutput
|
|
16
|
+
extends GetPartitionResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetPartitionCommand extends $Command<
|
|
19
|
+
GetPartitionCommandInput,
|
|
20
|
+
GetPartitionCommandOutput,
|
|
21
|
+
GlueClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetPartitionCommandInput;
|
|
24
|
+
constructor(input: GetPartitionCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: GlueClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetPartitionCommandInput, GetPartitionCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlueClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlueClient";
|
|
13
|
+
import {
|
|
14
|
+
GetPartitionIndexesRequest,
|
|
15
|
+
GetPartitionIndexesResponse,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface GetPartitionIndexesCommandInput
|
|
18
|
+
extends GetPartitionIndexesRequest {}
|
|
19
|
+
export interface GetPartitionIndexesCommandOutput
|
|
20
|
+
extends GetPartitionIndexesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetPartitionIndexesCommand extends $Command<
|
|
23
|
+
GetPartitionIndexesCommandInput,
|
|
24
|
+
GetPartitionIndexesCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetPartitionIndexesCommandInput;
|
|
28
|
+
constructor(input: GetPartitionIndexesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: GlueClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetPartitionIndexesCommandInput, GetPartitionIndexesCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlueClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlueClient";
|
|
13
|
+
import {
|
|
14
|
+
GetPartitionsRequest,
|
|
15
|
+
GetPartitionsResponse,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface GetPartitionsCommandInput extends GetPartitionsRequest {}
|
|
18
|
+
export interface GetPartitionsCommandOutput
|
|
19
|
+
extends GetPartitionsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetPartitionsCommand extends $Command<
|
|
22
|
+
GetPartitionsCommandInput,
|
|
23
|
+
GetPartitionsCommandOutput,
|
|
24
|
+
GlueClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetPartitionsCommandInput;
|
|
27
|
+
constructor(input: GetPartitionsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: GlueClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetPartitionsCommandInput, GetPartitionsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlueClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlueClient";
|
|
13
|
+
import { GetPlanRequest, GetPlanResponse } from "../models/models_1";
|
|
14
|
+
export interface GetPlanCommandInput extends GetPlanRequest {}
|
|
15
|
+
export interface GetPlanCommandOutput
|
|
16
|
+
extends GetPlanResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetPlanCommand extends $Command<
|
|
19
|
+
GetPlanCommandInput,
|
|
20
|
+
GetPlanCommandOutput,
|
|
21
|
+
GlueClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetPlanCommandInput;
|
|
24
|
+
constructor(input: GetPlanCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: GlueClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetPlanCommandInput, GetPlanCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlueClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlueClient";
|
|
13
|
+
import { GetRegistryInput, GetRegistryResponse } from "../models/models_1";
|
|
14
|
+
export interface GetRegistryCommandInput extends GetRegistryInput {}
|
|
15
|
+
export interface GetRegistryCommandOutput
|
|
16
|
+
extends GetRegistryResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetRegistryCommand extends $Command<
|
|
19
|
+
GetRegistryCommandInput,
|
|
20
|
+
GetRegistryCommandOutput,
|
|
21
|
+
GlueClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetRegistryCommandInput;
|
|
24
|
+
constructor(input: GetRegistryCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: GlueClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetRegistryCommandInput, GetRegistryCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlueClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlueClient";
|
|
13
|
+
import {
|
|
14
|
+
GetResourcePoliciesRequest,
|
|
15
|
+
GetResourcePoliciesResponse,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface GetResourcePoliciesCommandInput
|
|
18
|
+
extends GetResourcePoliciesRequest {}
|
|
19
|
+
export interface GetResourcePoliciesCommandOutput
|
|
20
|
+
extends GetResourcePoliciesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetResourcePoliciesCommand extends $Command<
|
|
23
|
+
GetResourcePoliciesCommandInput,
|
|
24
|
+
GetResourcePoliciesCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetResourcePoliciesCommandInput;
|
|
28
|
+
constructor(input: GetResourcePoliciesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: GlueClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlueClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlueClient";
|
|
13
|
+
import {
|
|
14
|
+
GetResourcePolicyRequest,
|
|
15
|
+
GetResourcePolicyResponse,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface GetResourcePolicyCommandInput
|
|
18
|
+
extends GetResourcePolicyRequest {}
|
|
19
|
+
export interface GetResourcePolicyCommandOutput
|
|
20
|
+
extends GetResourcePolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetResourcePolicyCommand extends $Command<
|
|
23
|
+
GetResourcePolicyCommandInput,
|
|
24
|
+
GetResourcePolicyCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetResourcePolicyCommandInput;
|
|
28
|
+
constructor(input: GetResourcePolicyCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: GlueClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlueClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlueClient";
|
|
13
|
+
import {
|
|
14
|
+
GetSchemaByDefinitionInput,
|
|
15
|
+
GetSchemaByDefinitionResponse,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface GetSchemaByDefinitionCommandInput
|
|
18
|
+
extends GetSchemaByDefinitionInput {}
|
|
19
|
+
export interface GetSchemaByDefinitionCommandOutput
|
|
20
|
+
extends GetSchemaByDefinitionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetSchemaByDefinitionCommand extends $Command<
|
|
23
|
+
GetSchemaByDefinitionCommandInput,
|
|
24
|
+
GetSchemaByDefinitionCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetSchemaByDefinitionCommandInput;
|
|
28
|
+
constructor(input: GetSchemaByDefinitionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: GlueClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetSchemaByDefinitionCommandInput,
|
|
35
|
+
GetSchemaByDefinitionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlueClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlueClient";
|
|
13
|
+
import { GetSchemaInput, GetSchemaResponse } from "../models/models_1";
|
|
14
|
+
export interface GetSchemaCommandInput extends GetSchemaInput {}
|
|
15
|
+
export interface GetSchemaCommandOutput
|
|
16
|
+
extends GetSchemaResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetSchemaCommand extends $Command<
|
|
19
|
+
GetSchemaCommandInput,
|
|
20
|
+
GetSchemaCommandOutput,
|
|
21
|
+
GlueClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetSchemaCommandInput;
|
|
24
|
+
constructor(input: GetSchemaCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: GlueClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetSchemaCommandInput, GetSchemaCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|