@aws-sdk/client-glue 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/Glue.d.ts +3331 -922
- package/dist-types/ts3.4/GlueClient.d.ts +1233 -257
- package/dist-types/ts3.4/commands/BatchCreatePartitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeletePartitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteTableCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchDeleteTableVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetBlueprintsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchGetCrawlersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetDevEndpointsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +35 -18
- package/dist-types/ts3.4/commands/BatchGetPartitionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchGetTriggersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetWorkflowsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelMLTaskRunCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CheckSchemaVersionValidityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateClassifierCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDevEndpointCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +35 -18
- package/dist-types/ts3.4/commands/CreateMLTransformCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreatePartitionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreatePartitionIndexCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteClassifierCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteColumnStatisticsForTableCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteCrawlerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDevEndpointCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteMLTransformCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeletePartitionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePartitionIndexCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteSchemaVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteTableVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteUserDefinedFunctionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetBlueprintRunCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetBlueprintRunsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetClassifiersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +35 -18
- package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetPartitionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSchemaByDefinitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetSchemaVersionsDiffCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSecurityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSecurityConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetStatementCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetTriggersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionMetadataCommand.d.ts +40 -16
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +40 -16
- package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +40 -16
- package/dist-types/ts3.4/commands/GetUserDefinedFunctionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetUserDefinedFunctionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetWorkflowRunPropertiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetWorkflowRunsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ImportCatalogToGlueCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCrawlersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListCrawlsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/QuerySchemaVersionMetadataCommand.d.ts +39 -18
- package/dist-types/ts3.4/commands/RegisterSchemaVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveSchemaVersionMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ResetJobBookmarkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ResumeWorkflowRunCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RunStatementCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +37 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +3 -3
- package/dist-types/ts3.4/models/models_0.d.ts +5488 -899
- package/dist-types/ts3.4/models/models_1.d.ts +3233 -2936
- package/dist-types/ts3.4/models/models_2.d.ts +2241 -174
- 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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
BatchCreatePartitionRequest,
|
|
15
|
+
BatchCreatePartitionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchCreatePartitionCommandInput
|
|
18
|
+
extends BatchCreatePartitionRequest {}
|
|
19
|
+
export interface BatchCreatePartitionCommandOutput
|
|
20
|
+
extends BatchCreatePartitionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchCreatePartitionCommand extends $Command<
|
|
24
|
+
BatchCreatePartitionCommandInput,
|
|
25
|
+
BatchCreatePartitionCommandOutput,
|
|
26
|
+
GlueClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchCreatePartitionCommandInput;
|
|
29
|
+
constructor(input: BatchCreatePartitionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlueClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchCreatePartitionCommandInput,
|
|
37
|
+
BatchCreatePartitionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
BatchDeleteConnectionRequest,
|
|
15
|
+
BatchDeleteConnectionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchDeleteConnectionCommandInput
|
|
18
|
+
extends BatchDeleteConnectionRequest {}
|
|
19
|
+
export interface BatchDeleteConnectionCommandOutput
|
|
20
|
+
extends BatchDeleteConnectionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchDeleteConnectionCommand extends $Command<
|
|
24
|
+
BatchDeleteConnectionCommandInput,
|
|
25
|
+
BatchDeleteConnectionCommandOutput,
|
|
26
|
+
GlueClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchDeleteConnectionCommandInput;
|
|
29
|
+
constructor(input: BatchDeleteConnectionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlueClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchDeleteConnectionCommandInput,
|
|
37
|
+
BatchDeleteConnectionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
BatchDeletePartitionRequest,
|
|
15
|
+
BatchDeletePartitionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchDeletePartitionCommandInput
|
|
18
|
+
extends BatchDeletePartitionRequest {}
|
|
19
|
+
export interface BatchDeletePartitionCommandOutput
|
|
20
|
+
extends BatchDeletePartitionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchDeletePartitionCommand extends $Command<
|
|
24
|
+
BatchDeletePartitionCommandInput,
|
|
25
|
+
BatchDeletePartitionCommandOutput,
|
|
26
|
+
GlueClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchDeletePartitionCommandInput;
|
|
29
|
+
constructor(input: BatchDeletePartitionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlueClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchDeletePartitionCommandInput,
|
|
37
|
+
BatchDeletePartitionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
BatchDeleteTableRequest,
|
|
15
|
+
BatchDeleteTableResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchDeleteTableCommandInput extends BatchDeleteTableRequest {}
|
|
18
|
+
export interface BatchDeleteTableCommandOutput
|
|
19
|
+
extends BatchDeleteTableResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class BatchDeleteTableCommand extends $Command<
|
|
23
|
+
BatchDeleteTableCommandInput,
|
|
24
|
+
BatchDeleteTableCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchDeleteTableCommandInput;
|
|
28
|
+
constructor(input: BatchDeleteTableCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: GlueClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<BatchDeleteTableCommandInput, BatchDeleteTableCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
BatchDeleteTableVersionRequest,
|
|
15
|
+
BatchDeleteTableVersionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchDeleteTableVersionCommandInput
|
|
18
|
+
extends BatchDeleteTableVersionRequest {}
|
|
19
|
+
export interface BatchDeleteTableVersionCommandOutput
|
|
20
|
+
extends BatchDeleteTableVersionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchDeleteTableVersionCommand extends $Command<
|
|
24
|
+
BatchDeleteTableVersionCommandInput,
|
|
25
|
+
BatchDeleteTableVersionCommandOutput,
|
|
26
|
+
GlueClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchDeleteTableVersionCommandInput;
|
|
29
|
+
constructor(input: BatchDeleteTableVersionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlueClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchDeleteTableVersionCommandInput,
|
|
37
|
+
BatchDeleteTableVersionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
BatchGetBlueprintsRequest,
|
|
15
|
+
BatchGetBlueprintsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetBlueprintsCommandInput
|
|
18
|
+
extends BatchGetBlueprintsRequest {}
|
|
19
|
+
export interface BatchGetBlueprintsCommandOutput
|
|
20
|
+
extends BatchGetBlueprintsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchGetBlueprintsCommand extends $Command<
|
|
24
|
+
BatchGetBlueprintsCommandInput,
|
|
25
|
+
BatchGetBlueprintsCommandOutput,
|
|
26
|
+
GlueClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetBlueprintsCommandInput;
|
|
29
|
+
constructor(input: BatchGetBlueprintsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlueClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<BatchGetBlueprintsCommandInput, BatchGetBlueprintsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
BatchGetCrawlersRequest,
|
|
15
|
+
BatchGetCrawlersResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetCrawlersCommandInput extends BatchGetCrawlersRequest {}
|
|
18
|
+
export interface BatchGetCrawlersCommandOutput
|
|
19
|
+
extends BatchGetCrawlersResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class BatchGetCrawlersCommand extends $Command<
|
|
23
|
+
BatchGetCrawlersCommandInput,
|
|
24
|
+
BatchGetCrawlersCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchGetCrawlersCommandInput;
|
|
28
|
+
constructor(input: BatchGetCrawlersCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: GlueClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<BatchGetCrawlersCommandInput, BatchGetCrawlersCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
BatchGetCustomEntityTypesRequest,
|
|
15
|
+
BatchGetCustomEntityTypesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetCustomEntityTypesCommandInput
|
|
18
|
+
extends BatchGetCustomEntityTypesRequest {}
|
|
19
|
+
export interface BatchGetCustomEntityTypesCommandOutput
|
|
20
|
+
extends BatchGetCustomEntityTypesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchGetCustomEntityTypesCommand extends $Command<
|
|
24
|
+
BatchGetCustomEntityTypesCommandInput,
|
|
25
|
+
BatchGetCustomEntityTypesCommandOutput,
|
|
26
|
+
GlueClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetCustomEntityTypesCommandInput;
|
|
29
|
+
constructor(input: BatchGetCustomEntityTypesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlueClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchGetCustomEntityTypesCommandInput,
|
|
37
|
+
BatchGetCustomEntityTypesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
BatchGetDevEndpointsRequest,
|
|
15
|
+
BatchGetDevEndpointsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetDevEndpointsCommandInput
|
|
18
|
+
extends BatchGetDevEndpointsRequest {}
|
|
19
|
+
export interface BatchGetDevEndpointsCommandOutput
|
|
20
|
+
extends BatchGetDevEndpointsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchGetDevEndpointsCommand extends $Command<
|
|
24
|
+
BatchGetDevEndpointsCommandInput,
|
|
25
|
+
BatchGetDevEndpointsCommandOutput,
|
|
26
|
+
GlueClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetDevEndpointsCommandInput;
|
|
29
|
+
constructor(input: BatchGetDevEndpointsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlueClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchGetDevEndpointsCommandInput,
|
|
37
|
+
BatchGetDevEndpointsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,18 +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
|
-
|
|
18
|
-
}
|
|
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 { BatchGetJobsRequest } from "../models/models_0";
|
|
14
|
+
import { BatchGetJobsResponse } from "../models/models_2";
|
|
15
|
+
export interface BatchGetJobsCommandInput extends BatchGetJobsRequest {}
|
|
16
|
+
export interface BatchGetJobsCommandOutput
|
|
17
|
+
extends BatchGetJobsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
|
|
20
|
+
export declare class BatchGetJobsCommand extends $Command<
|
|
21
|
+
BatchGetJobsCommandInput,
|
|
22
|
+
BatchGetJobsCommandOutput,
|
|
23
|
+
GlueClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: BatchGetJobsCommandInput;
|
|
26
|
+
constructor(input: BatchGetJobsCommandInput);
|
|
27
|
+
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: GlueClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<BatchGetJobsCommandInput, BatchGetJobsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
BatchGetPartitionRequest,
|
|
15
|
+
BatchGetPartitionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetPartitionCommandInput
|
|
18
|
+
extends BatchGetPartitionRequest {}
|
|
19
|
+
export interface BatchGetPartitionCommandOutput
|
|
20
|
+
extends BatchGetPartitionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchGetPartitionCommand extends $Command<
|
|
24
|
+
BatchGetPartitionCommandInput,
|
|
25
|
+
BatchGetPartitionCommandOutput,
|
|
26
|
+
GlueClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetPartitionCommandInput;
|
|
29
|
+
constructor(input: BatchGetPartitionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlueClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<BatchGetPartitionCommandInput, BatchGetPartitionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|