@aws-sdk/client-glue 3.50.0 → 3.53.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 +30 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/GlueServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +245 -6
- package/dist-cjs/models/models_1.js +159 -4
- package/dist-cjs/protocols/Aws_json1_1.js +1695 -6420
- package/dist-es/index.js +1 -0
- package/dist-es/models/GlueServiceException.js +12 -0
- package/dist-es/models/models_0.js +223 -1
- package/dist-es/models/models_1.js +145 -1
- package/dist-es/protocols/Aws_json1_1.js +3800 -7044
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/GlueServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +121 -52
- package/dist-types/models/models_1.d.ts +81 -34
- package/dist-types/ts3.4/Glue.d.ts +847 -0
- package/dist-types/ts3.4/GlueClient.d.ts +242 -0
- package/dist-types/ts3.4/commands/BatchCreatePartitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDeleteConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDeletePartitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDeleteTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDeleteTableVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetBlueprintsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetCrawlersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetDevEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetPartitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetTriggersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetWorkflowsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelMLTaskRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CheckSchemaVersionValidityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateClassifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDevEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMLTransformCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePartitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePartitionIndexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteClassifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteColumnStatisticsForTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCrawlerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDevEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMLTransformCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePartitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePartitionIndexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSchemaVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTableVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserDefinedFunctionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBlueprintRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBlueprintRunsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetClassifiersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPartitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSchemaByDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSchemaVersionsDiffCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSecurityConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSecurityConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTriggersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionMetadataCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/GetUserDefinedFunctionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUserDefinedFunctionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetWorkflowRunPropertiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetWorkflowRunsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportCatalogToGlueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCrawlersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/QuerySchemaVersionMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterSchemaVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveSchemaVersionMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetJobBookmarkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResumeWorkflowRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +169 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/GlueServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1760 -0
- package/dist-types/ts3.4/models/models_1.d.ts +2916 -0
- package/dist-types/ts3.4/pagination/GetBlueprintRunsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetClassifiersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetConnectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetCrawlerMetricsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetCrawlersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetDatabasesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetDevEndpointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetJobRunsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetMLTaskRunsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetMLTransformsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetPartitionIndexesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetPartitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetSecurityConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetTableVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetTablesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetTriggersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetUnfilteredPartitionsMetadataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetUserDefinedFunctionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetWorkflowRunsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListBlueprintsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCrawlersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDevEndpointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMLTransformsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRegistriesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSchemaVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTriggersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchTablesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +33 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +509 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetBlueprintRunsCommandInput, GetBlueprintRunsCommandOutput } from "../commands/GetBlueprintRunsCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetBlueprintRuns(config: GluePaginationConfiguration, input: GetBlueprintRunsCommandInput, ...additionalArguments: any): Paginator<GetBlueprintRunsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetClassifiersCommandInput, GetClassifiersCommandOutput } from "../commands/GetClassifiersCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetClassifiers(config: GluePaginationConfiguration, input: GetClassifiersCommandInput, ...additionalArguments: any): Paginator<GetClassifiersCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "../commands/GetConnectionsCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetConnections(config: GluePaginationConfiguration, input: GetConnectionsCommandInput, ...additionalArguments: any): Paginator<GetConnectionsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetCrawlerMetricsCommandInput, GetCrawlerMetricsCommandOutput } from "../commands/GetCrawlerMetricsCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetCrawlerMetrics(config: GluePaginationConfiguration, input: GetCrawlerMetricsCommandInput, ...additionalArguments: any): Paginator<GetCrawlerMetricsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetCrawlersCommandInput, GetCrawlersCommandOutput } from "../commands/GetCrawlersCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetCrawlers(config: GluePaginationConfiguration, input: GetCrawlersCommandInput, ...additionalArguments: any): Paginator<GetCrawlersCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetDatabasesCommandInput, GetDatabasesCommandOutput } from "../commands/GetDatabasesCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetDatabases(config: GluePaginationConfiguration, input: GetDatabasesCommandInput, ...additionalArguments: any): Paginator<GetDatabasesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetDevEndpointsCommandInput, GetDevEndpointsCommandOutput } from "../commands/GetDevEndpointsCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetDevEndpoints(config: GluePaginationConfiguration, input: GetDevEndpointsCommandInput, ...additionalArguments: any): Paginator<GetDevEndpointsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetJobRunsCommandInput, GetJobRunsCommandOutput } from "../commands/GetJobRunsCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetJobRuns(config: GluePaginationConfiguration, input: GetJobRunsCommandInput, ...additionalArguments: any): Paginator<GetJobRunsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetJobsCommandInput, GetJobsCommandOutput } from "../commands/GetJobsCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetJobs(config: GluePaginationConfiguration, input: GetJobsCommandInput, ...additionalArguments: any): Paginator<GetJobsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetMLTaskRunsCommandInput, GetMLTaskRunsCommandOutput } from "../commands/GetMLTaskRunsCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetMLTaskRuns(config: GluePaginationConfiguration, input: GetMLTaskRunsCommandInput, ...additionalArguments: any): Paginator<GetMLTaskRunsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetMLTransformsCommandInput, GetMLTransformsCommandOutput } from "../commands/GetMLTransformsCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetMLTransforms(config: GluePaginationConfiguration, input: GetMLTransformsCommandInput, ...additionalArguments: any): Paginator<GetMLTransformsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetPartitionIndexesCommandInput, GetPartitionIndexesCommandOutput } from "../commands/GetPartitionIndexesCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetPartitionIndexes(config: GluePaginationConfiguration, input: GetPartitionIndexesCommandInput, ...additionalArguments: any): Paginator<GetPartitionIndexesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetPartitionsCommandInput, GetPartitionsCommandOutput } from "../commands/GetPartitionsCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetPartitions(config: GluePaginationConfiguration, input: GetPartitionsCommandInput, ...additionalArguments: any): Paginator<GetPartitionsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput } from "../commands/GetResourcePoliciesCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetResourcePolicies(config: GluePaginationConfiguration, input: GetResourcePoliciesCommandInput, ...additionalArguments: any): Paginator<GetResourcePoliciesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetSecurityConfigurationsCommandInput, GetSecurityConfigurationsCommandOutput } from "../commands/GetSecurityConfigurationsCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetSecurityConfigurations(config: GluePaginationConfiguration, input: GetSecurityConfigurationsCommandInput, ...additionalArguments: any): Paginator<GetSecurityConfigurationsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetTableVersionsCommandInput, GetTableVersionsCommandOutput } from "../commands/GetTableVersionsCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetTableVersions(config: GluePaginationConfiguration, input: GetTableVersionsCommandInput, ...additionalArguments: any): Paginator<GetTableVersionsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetTablesCommandInput, GetTablesCommandOutput } from "../commands/GetTablesCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetTables(config: GluePaginationConfiguration, input: GetTablesCommandInput, ...additionalArguments: any): Paginator<GetTablesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetTriggersCommandInput, GetTriggersCommandOutput } from "../commands/GetTriggersCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetTriggers(config: GluePaginationConfiguration, input: GetTriggersCommandInput, ...additionalArguments: any): Paginator<GetTriggersCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetUnfilteredPartitionsMetadataCommandInput, GetUnfilteredPartitionsMetadataCommandOutput } from "../commands/GetUnfilteredPartitionsMetadataCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetUnfilteredPartitionsMetadata(config: GluePaginationConfiguration, input: GetUnfilteredPartitionsMetadataCommandInput, ...additionalArguments: any): Paginator<GetUnfilteredPartitionsMetadataCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetUserDefinedFunctionsCommandInput, GetUserDefinedFunctionsCommandOutput } from "../commands/GetUserDefinedFunctionsCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetUserDefinedFunctions(config: GluePaginationConfiguration, input: GetUserDefinedFunctionsCommandInput, ...additionalArguments: any): Paginator<GetUserDefinedFunctionsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetWorkflowRunsCommandInput, GetWorkflowRunsCommandOutput } from "../commands/GetWorkflowRunsCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetWorkflowRuns(config: GluePaginationConfiguration, input: GetWorkflowRunsCommandInput, ...additionalArguments: any): Paginator<GetWorkflowRunsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListBlueprintsCommandInput, ListBlueprintsCommandOutput } from "../commands/ListBlueprintsCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListBlueprints(config: GluePaginationConfiguration, input: ListBlueprintsCommandInput, ...additionalArguments: any): Paginator<ListBlueprintsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListCrawlersCommandInput, ListCrawlersCommandOutput } from "../commands/ListCrawlersCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListCrawlers(config: GluePaginationConfiguration, input: ListCrawlersCommandInput, ...additionalArguments: any): Paginator<ListCrawlersCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput } from "../commands/ListDevEndpointsCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListDevEndpoints(config: GluePaginationConfiguration, input: ListDevEndpointsCommandInput, ...additionalArguments: any): Paginator<ListDevEndpointsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListJobs(config: GluePaginationConfiguration, input: ListJobsCommandInput, ...additionalArguments: any): Paginator<ListJobsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "../commands/ListMLTransformsCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListMLTransforms(config: GluePaginationConfiguration, input: ListMLTransformsCommandInput, ...additionalArguments: any): Paginator<ListMLTransformsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListRegistriesCommandInput, ListRegistriesCommandOutput } from "../commands/ListRegistriesCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListRegistries(config: GluePaginationConfiguration, input: ListRegistriesCommandInput, ...additionalArguments: any): Paginator<ListRegistriesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput } from "../commands/ListSchemaVersionsCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListSchemaVersions(config: GluePaginationConfiguration, input: ListSchemaVersionsCommandInput, ...additionalArguments: any): Paginator<ListSchemaVersionsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListSchemas(config: GluePaginationConfiguration, input: ListSchemasCommandInput, ...additionalArguments: any): Paginator<ListSchemasCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListTriggersCommandInput, ListTriggersCommandOutput } from "../commands/ListTriggersCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListTriggers(config: GluePaginationConfiguration, input: ListTriggersCommandInput, ...additionalArguments: any): Paginator<ListTriggersCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListWorkflows(config: GluePaginationConfiguration, input: ListWorkflowsCommandInput, ...additionalArguments: any): Paginator<ListWorkflowsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { SearchTablesCommandInput, SearchTablesCommandOutput } from "../commands/SearchTablesCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateSearchTables(config: GluePaginationConfiguration, input: SearchTablesCommandInput, ...additionalArguments: any): Paginator<SearchTablesCommandOutput>;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export * from "./GetBlueprintRunsPaginator";
|
|
2
|
+
export * from "./GetClassifiersPaginator";
|
|
3
|
+
export * from "./GetConnectionsPaginator";
|
|
4
|
+
export * from "./GetCrawlerMetricsPaginator";
|
|
5
|
+
export * from "./GetCrawlersPaginator";
|
|
6
|
+
export * from "./GetDatabasesPaginator";
|
|
7
|
+
export * from "./GetDevEndpointsPaginator";
|
|
8
|
+
export * from "./GetJobRunsPaginator";
|
|
9
|
+
export * from "./GetJobsPaginator";
|
|
10
|
+
export * from "./GetMLTaskRunsPaginator";
|
|
11
|
+
export * from "./Interfaces";
|
|
12
|
+
export * from "./GetMLTransformsPaginator";
|
|
13
|
+
export * from "./GetPartitionIndexesPaginator";
|
|
14
|
+
export * from "./GetPartitionsPaginator";
|
|
15
|
+
export * from "./GetResourcePoliciesPaginator";
|
|
16
|
+
export * from "./GetSecurityConfigurationsPaginator";
|
|
17
|
+
export * from "./GetTableVersionsPaginator";
|
|
18
|
+
export * from "./GetTablesPaginator";
|
|
19
|
+
export * from "./GetTriggersPaginator";
|
|
20
|
+
export * from "./GetUnfilteredPartitionsMetadataPaginator";
|
|
21
|
+
export * from "./GetUserDefinedFunctionsPaginator";
|
|
22
|
+
export * from "./GetWorkflowRunsPaginator";
|
|
23
|
+
export * from "./ListBlueprintsPaginator";
|
|
24
|
+
export * from "./ListCrawlersPaginator";
|
|
25
|
+
export * from "./ListDevEndpointsPaginator";
|
|
26
|
+
export * from "./ListJobsPaginator";
|
|
27
|
+
export * from "./ListMLTransformsPaginator";
|
|
28
|
+
export * from "./ListRegistriesPaginator";
|
|
29
|
+
export * from "./ListSchemaVersionsPaginator";
|
|
30
|
+
export * from "./ListSchemasPaginator";
|
|
31
|
+
export * from "./ListTriggersPaginator";
|
|
32
|
+
export * from "./ListWorkflowsPaginator";
|
|
33
|
+
export * from "./SearchTablesPaginator";
|