@aws-sdk/client-glue 3.45.0 → 3.46.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.
Files changed (54) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist-cjs/Glue.js +45 -0
  3. package/dist-cjs/commands/GetCrawlerMetricsCommand.js +2 -1
  4. package/dist-cjs/commands/GetCrawlersCommand.js +3 -3
  5. package/dist-cjs/commands/GetUnfilteredPartitionMetadataCommand.js +36 -0
  6. package/dist-cjs/commands/GetUnfilteredPartitionsMetadataCommand.js +36 -0
  7. package/dist-cjs/commands/GetUnfilteredTableMetadataCommand.js +36 -0
  8. package/dist-cjs/commands/index.js +3 -0
  9. package/dist-cjs/models/models_0.js +24 -24
  10. package/dist-cjs/models/models_1.js +83 -6
  11. package/dist-cjs/pagination/GetUnfilteredPartitionsMetadataPaginator.js +35 -0
  12. package/dist-cjs/pagination/index.js +1 -0
  13. package/dist-cjs/protocols/Aws_json1_1.js +545 -5
  14. package/dist-cjs/runtimeConfig.js +0 -2
  15. package/dist-es/Glue.js +45 -0
  16. package/dist-es/commands/GetCrawlerMetricsCommand.js +2 -1
  17. package/dist-es/commands/GetCrawlersCommand.js +1 -1
  18. package/dist-es/commands/GetUnfilteredPartitionMetadataCommand.js +39 -0
  19. package/dist-es/commands/GetUnfilteredPartitionsMetadataCommand.js +39 -0
  20. package/dist-es/commands/GetUnfilteredTableMetadataCommand.js +39 -0
  21. package/dist-es/commands/index.js +3 -0
  22. package/dist-es/models/models_0.js +12 -12
  23. package/dist-es/models/models_1.js +53 -0
  24. package/dist-es/pagination/GetUnfilteredPartitionsMetadataPaginator.js +74 -0
  25. package/dist-es/pagination/index.js +1 -0
  26. package/dist-es/protocols/Aws_json1_1.js +538 -7
  27. package/dist-es/runtimeConfig.js +0 -2
  28. package/dist-types/Glue.d.ts +12 -0
  29. package/dist-types/GlueClient.d.ts +5 -2
  30. package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +2 -1
  31. package/dist-types/commands/GetCrawlersCommand.d.ts +1 -1
  32. package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +18 -0
  33. package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +18 -0
  34. package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +18 -0
  35. package/dist-types/commands/index.d.ts +3 -0
  36. package/dist-types/models/models_0.d.ts +53 -50
  37. package/dist-types/models/models_1.d.ts +178 -1
  38. package/dist-types/pagination/GetUnfilteredPartitionsMetadataPaginator.d.ts +4 -0
  39. package/dist-types/pagination/index.d.ts +1 -0
  40. package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  41. package/dist-types/ts3.4/Glue.d.ts +12 -0
  42. package/dist-types/ts3.4/GlueClient.d.ts +5 -2
  43. package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/GetUnfilteredPartitionMetadataCommand.d.ts +16 -0
  46. package/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +16 -0
  47. package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +16 -0
  48. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  49. package/dist-types/ts3.4/models/models_0.d.ts +34 -0
  50. package/dist-types/ts3.4/models/models_1.d.ts +130 -1
  51. package/dist-types/ts3.4/pagination/GetUnfilteredPartitionsMetadataPaginator.d.ts +4 -0
  52. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  53. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +9 -0
  54. package/package.json +36 -43
@@ -12,10 +12,8 @@ import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
12
12
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
13
13
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
14
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
15
- import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
16
15
  export var getRuntimeConfig = function (config) {
17
16
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
18
- emitWarningIfUnsupportedVersion(process.version);
19
17
  var clientSharedValues = getSharedRuntimeConfig(config);
20
18
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
21
19
  };
@@ -104,6 +104,9 @@ import { GetTableVersionsCommandInput, GetTableVersionsCommandOutput } from "./c
104
104
  import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
105
105
  import { GetTriggerCommandInput, GetTriggerCommandOutput } from "./commands/GetTriggerCommand";
106
106
  import { GetTriggersCommandInput, GetTriggersCommandOutput } from "./commands/GetTriggersCommand";
107
+ import { GetUnfilteredPartitionMetadataCommandInput, GetUnfilteredPartitionMetadataCommandOutput } from "./commands/GetUnfilteredPartitionMetadataCommand";
108
+ import { GetUnfilteredPartitionsMetadataCommandInput, GetUnfilteredPartitionsMetadataCommandOutput } from "./commands/GetUnfilteredPartitionsMetadataCommand";
109
+ import { GetUnfilteredTableMetadataCommandInput, GetUnfilteredTableMetadataCommandOutput } from "./commands/GetUnfilteredTableMetadataCommand";
107
110
  import { GetUserDefinedFunctionCommandInput, GetUserDefinedFunctionCommandOutput } from "./commands/GetUserDefinedFunctionCommand";
108
111
  import { GetUserDefinedFunctionsCommandInput, GetUserDefinedFunctionsCommandOutput } from "./commands/GetUserDefinedFunctionsCommand";
109
112
  import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand";
@@ -914,6 +917,15 @@ export declare class Glue extends GlueClient {
914
917
  getTriggers(args: GetTriggersCommandInput, options?: __HttpHandlerOptions): Promise<GetTriggersCommandOutput>;
915
918
  getTriggers(args: GetTriggersCommandInput, cb: (err: any, data?: GetTriggersCommandOutput) => void): void;
916
919
  getTriggers(args: GetTriggersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTriggersCommandOutput) => void): void;
920
+ getUnfilteredPartitionMetadata(args: GetUnfilteredPartitionMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetUnfilteredPartitionMetadataCommandOutput>;
921
+ getUnfilteredPartitionMetadata(args: GetUnfilteredPartitionMetadataCommandInput, cb: (err: any, data?: GetUnfilteredPartitionMetadataCommandOutput) => void): void;
922
+ getUnfilteredPartitionMetadata(args: GetUnfilteredPartitionMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUnfilteredPartitionMetadataCommandOutput) => void): void;
923
+ getUnfilteredPartitionsMetadata(args: GetUnfilteredPartitionsMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetUnfilteredPartitionsMetadataCommandOutput>;
924
+ getUnfilteredPartitionsMetadata(args: GetUnfilteredPartitionsMetadataCommandInput, cb: (err: any, data?: GetUnfilteredPartitionsMetadataCommandOutput) => void): void;
925
+ getUnfilteredPartitionsMetadata(args: GetUnfilteredPartitionsMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUnfilteredPartitionsMetadataCommandOutput) => void): void;
926
+ getUnfilteredTableMetadata(args: GetUnfilteredTableMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetUnfilteredTableMetadataCommandOutput>;
927
+ getUnfilteredTableMetadata(args: GetUnfilteredTableMetadataCommandInput, cb: (err: any, data?: GetUnfilteredTableMetadataCommandOutput) => void): void;
928
+ getUnfilteredTableMetadata(args: GetUnfilteredTableMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUnfilteredTableMetadataCommandOutput) => void): void;
917
929
  /**
918
930
  * <p>Retrieves a specified function definition from the Data Catalog.</p>
919
931
  */
@@ -111,6 +111,9 @@ import { GetTableVersionsCommandInput, GetTableVersionsCommandOutput } from "./c
111
111
  import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
112
112
  import { GetTriggerCommandInput, GetTriggerCommandOutput } from "./commands/GetTriggerCommand";
113
113
  import { GetTriggersCommandInput, GetTriggersCommandOutput } from "./commands/GetTriggersCommand";
114
+ import { GetUnfilteredPartitionMetadataCommandInput, GetUnfilteredPartitionMetadataCommandOutput } from "./commands/GetUnfilteredPartitionMetadataCommand";
115
+ import { GetUnfilteredPartitionsMetadataCommandInput, GetUnfilteredPartitionsMetadataCommandOutput } from "./commands/GetUnfilteredPartitionsMetadataCommand";
116
+ import { GetUnfilteredTableMetadataCommandInput, GetUnfilteredTableMetadataCommandOutput } from "./commands/GetUnfilteredTableMetadataCommand";
114
117
  import { GetUserDefinedFunctionCommandInput, GetUserDefinedFunctionCommandOutput } from "./commands/GetUserDefinedFunctionCommand";
115
118
  import { GetUserDefinedFunctionsCommandInput, GetUserDefinedFunctionsCommandOutput } from "./commands/GetUserDefinedFunctionsCommand";
116
119
  import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand";
@@ -172,8 +175,8 @@ import { UpdateTableCommandInput, UpdateTableCommandOutput } from "./commands/Up
172
175
  import { UpdateTriggerCommandInput, UpdateTriggerCommandOutput } from "./commands/UpdateTriggerCommand";
173
176
  import { UpdateUserDefinedFunctionCommandInput, UpdateUserDefinedFunctionCommandOutput } from "./commands/UpdateUserDefinedFunctionCommand";
174
177
  import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
175
- export declare type ServiceInputTypes = BatchCreatePartitionCommandInput | BatchDeleteConnectionCommandInput | BatchDeletePartitionCommandInput | BatchDeleteTableCommandInput | BatchDeleteTableVersionCommandInput | BatchGetBlueprintsCommandInput | BatchGetCrawlersCommandInput | BatchGetDevEndpointsCommandInput | BatchGetJobsCommandInput | BatchGetPartitionCommandInput | BatchGetTriggersCommandInput | BatchGetWorkflowsCommandInput | BatchStopJobRunCommandInput | BatchUpdatePartitionCommandInput | CancelMLTaskRunCommandInput | CheckSchemaVersionValidityCommandInput | CreateBlueprintCommandInput | CreateClassifierCommandInput | CreateConnectionCommandInput | CreateCrawlerCommandInput | CreateDatabaseCommandInput | CreateDevEndpointCommandInput | CreateJobCommandInput | CreateMLTransformCommandInput | CreatePartitionCommandInput | CreatePartitionIndexCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | CreateScriptCommandInput | CreateSecurityConfigurationCommandInput | CreateTableCommandInput | CreateTriggerCommandInput | CreateUserDefinedFunctionCommandInput | CreateWorkflowCommandInput | DeleteBlueprintCommandInput | DeleteClassifierCommandInput | DeleteColumnStatisticsForPartitionCommandInput | DeleteColumnStatisticsForTableCommandInput | DeleteConnectionCommandInput | DeleteCrawlerCommandInput | DeleteDatabaseCommandInput | DeleteDevEndpointCommandInput | DeleteJobCommandInput | DeleteMLTransformCommandInput | DeletePartitionCommandInput | DeletePartitionIndexCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionsCommandInput | DeleteSecurityConfigurationCommandInput | DeleteTableCommandInput | DeleteTableVersionCommandInput | DeleteTriggerCommandInput | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogImportStatusCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | GetConnectionCommandInput | GetConnectionsCommandInput | GetCrawlerCommandInput | GetCrawlerMetricsCommandInput | GetCrawlersCommandInput | GetDataCatalogEncryptionSettingsCommandInput | GetDatabaseCommandInput | GetDatabasesCommandInput | GetDataflowGraphCommandInput | GetDevEndpointCommandInput | GetDevEndpointsCommandInput | GetJobBookmarkCommandInput | GetJobCommandInput | GetJobRunCommandInput | GetJobRunsCommandInput | GetJobsCommandInput | GetMLTaskRunCommandInput | GetMLTaskRunsCommandInput | GetMLTransformCommandInput | GetMLTransformsCommandInput | GetMappingCommandInput | GetPartitionCommandInput | GetPartitionIndexesCommandInput | GetPartitionsCommandInput | GetPlanCommandInput | GetRegistryCommandInput | GetResourcePoliciesCommandInput | GetResourcePolicyCommandInput | GetSchemaByDefinitionCommandInput | GetSchemaCommandInput | GetSchemaVersionCommandInput | GetSchemaVersionsDiffCommandInput | GetSecurityConfigurationCommandInput | GetSecurityConfigurationsCommandInput | GetTableCommandInput | GetTableVersionCommandInput | GetTableVersionsCommandInput | GetTablesCommandInput | GetTagsCommandInput | GetTriggerCommandInput | GetTriggersCommandInput | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListBlueprintsCommandInput | ListCrawlersCommandInput | ListDevEndpointsCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListTriggersCommandInput | ListWorkflowsCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | StopCrawlerCommandInput | StopCrawlerScheduleCommandInput | StopTriggerCommandInput | StopWorkflowRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateClassifierCommandInput | UpdateColumnStatisticsForPartitionCommandInput | UpdateColumnStatisticsForTableCommandInput | UpdateConnectionCommandInput | UpdateCrawlerCommandInput | UpdateCrawlerScheduleCommandInput | UpdateDatabaseCommandInput | UpdateDevEndpointCommandInput | UpdateJobCommandInput | UpdateMLTransformCommandInput | UpdatePartitionCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput | UpdateTableCommandInput | UpdateTriggerCommandInput | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
176
- export declare type ServiceOutputTypes = BatchCreatePartitionCommandOutput | BatchDeleteConnectionCommandOutput | BatchDeletePartitionCommandOutput | BatchDeleteTableCommandOutput | BatchDeleteTableVersionCommandOutput | BatchGetBlueprintsCommandOutput | BatchGetCrawlersCommandOutput | BatchGetDevEndpointsCommandOutput | BatchGetJobsCommandOutput | BatchGetPartitionCommandOutput | BatchGetTriggersCommandOutput | BatchGetWorkflowsCommandOutput | BatchStopJobRunCommandOutput | BatchUpdatePartitionCommandOutput | CancelMLTaskRunCommandOutput | CheckSchemaVersionValidityCommandOutput | CreateBlueprintCommandOutput | CreateClassifierCommandOutput | CreateConnectionCommandOutput | CreateCrawlerCommandOutput | CreateDatabaseCommandOutput | CreateDevEndpointCommandOutput | CreateJobCommandOutput | CreateMLTransformCommandOutput | CreatePartitionCommandOutput | CreatePartitionIndexCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | CreateScriptCommandOutput | CreateSecurityConfigurationCommandOutput | CreateTableCommandOutput | CreateTriggerCommandOutput | CreateUserDefinedFunctionCommandOutput | CreateWorkflowCommandOutput | DeleteBlueprintCommandOutput | DeleteClassifierCommandOutput | DeleteColumnStatisticsForPartitionCommandOutput | DeleteColumnStatisticsForTableCommandOutput | DeleteConnectionCommandOutput | DeleteCrawlerCommandOutput | DeleteDatabaseCommandOutput | DeleteDevEndpointCommandOutput | DeleteJobCommandOutput | DeleteMLTransformCommandOutput | DeletePartitionCommandOutput | DeletePartitionIndexCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionsCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteTableCommandOutput | DeleteTableVersionCommandOutput | DeleteTriggerCommandOutput | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogImportStatusCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | GetConnectionCommandOutput | GetConnectionsCommandOutput | GetCrawlerCommandOutput | GetCrawlerMetricsCommandOutput | GetCrawlersCommandOutput | GetDataCatalogEncryptionSettingsCommandOutput | GetDatabaseCommandOutput | GetDatabasesCommandOutput | GetDataflowGraphCommandOutput | GetDevEndpointCommandOutput | GetDevEndpointsCommandOutput | GetJobBookmarkCommandOutput | GetJobCommandOutput | GetJobRunCommandOutput | GetJobRunsCommandOutput | GetJobsCommandOutput | GetMLTaskRunCommandOutput | GetMLTaskRunsCommandOutput | GetMLTransformCommandOutput | GetMLTransformsCommandOutput | GetMappingCommandOutput | GetPartitionCommandOutput | GetPartitionIndexesCommandOutput | GetPartitionsCommandOutput | GetPlanCommandOutput | GetRegistryCommandOutput | GetResourcePoliciesCommandOutput | GetResourcePolicyCommandOutput | GetSchemaByDefinitionCommandOutput | GetSchemaCommandOutput | GetSchemaVersionCommandOutput | GetSchemaVersionsDiffCommandOutput | GetSecurityConfigurationCommandOutput | GetSecurityConfigurationsCommandOutput | GetTableCommandOutput | GetTableVersionCommandOutput | GetTableVersionsCommandOutput | GetTablesCommandOutput | GetTagsCommandOutput | GetTriggerCommandOutput | GetTriggersCommandOutput | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListBlueprintsCommandOutput | ListCrawlersCommandOutput | ListDevEndpointsCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListTriggersCommandOutput | ListWorkflowsCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | StopCrawlerCommandOutput | StopCrawlerScheduleCommandOutput | StopTriggerCommandOutput | StopWorkflowRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateClassifierCommandOutput | UpdateColumnStatisticsForPartitionCommandOutput | UpdateColumnStatisticsForTableCommandOutput | UpdateConnectionCommandOutput | UpdateCrawlerCommandOutput | UpdateCrawlerScheduleCommandOutput | UpdateDatabaseCommandOutput | UpdateDevEndpointCommandOutput | UpdateJobCommandOutput | UpdateMLTransformCommandOutput | UpdatePartitionCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput | UpdateTableCommandOutput | UpdateTriggerCommandOutput | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
178
+ export declare type ServiceInputTypes = BatchCreatePartitionCommandInput | BatchDeleteConnectionCommandInput | BatchDeletePartitionCommandInput | BatchDeleteTableCommandInput | BatchDeleteTableVersionCommandInput | BatchGetBlueprintsCommandInput | BatchGetCrawlersCommandInput | BatchGetDevEndpointsCommandInput | BatchGetJobsCommandInput | BatchGetPartitionCommandInput | BatchGetTriggersCommandInput | BatchGetWorkflowsCommandInput | BatchStopJobRunCommandInput | BatchUpdatePartitionCommandInput | CancelMLTaskRunCommandInput | CheckSchemaVersionValidityCommandInput | CreateBlueprintCommandInput | CreateClassifierCommandInput | CreateConnectionCommandInput | CreateCrawlerCommandInput | CreateDatabaseCommandInput | CreateDevEndpointCommandInput | CreateJobCommandInput | CreateMLTransformCommandInput | CreatePartitionCommandInput | CreatePartitionIndexCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | CreateScriptCommandInput | CreateSecurityConfigurationCommandInput | CreateTableCommandInput | CreateTriggerCommandInput | CreateUserDefinedFunctionCommandInput | CreateWorkflowCommandInput | DeleteBlueprintCommandInput | DeleteClassifierCommandInput | DeleteColumnStatisticsForPartitionCommandInput | DeleteColumnStatisticsForTableCommandInput | DeleteConnectionCommandInput | DeleteCrawlerCommandInput | DeleteDatabaseCommandInput | DeleteDevEndpointCommandInput | DeleteJobCommandInput | DeleteMLTransformCommandInput | DeletePartitionCommandInput | DeletePartitionIndexCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionsCommandInput | DeleteSecurityConfigurationCommandInput | DeleteTableCommandInput | DeleteTableVersionCommandInput | DeleteTriggerCommandInput | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogImportStatusCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | GetConnectionCommandInput | GetConnectionsCommandInput | GetCrawlerCommandInput | GetCrawlerMetricsCommandInput | GetCrawlersCommandInput | GetDataCatalogEncryptionSettingsCommandInput | GetDatabaseCommandInput | GetDatabasesCommandInput | GetDataflowGraphCommandInput | GetDevEndpointCommandInput | GetDevEndpointsCommandInput | GetJobBookmarkCommandInput | GetJobCommandInput | GetJobRunCommandInput | GetJobRunsCommandInput | GetJobsCommandInput | GetMLTaskRunCommandInput | GetMLTaskRunsCommandInput | GetMLTransformCommandInput | GetMLTransformsCommandInput | GetMappingCommandInput | GetPartitionCommandInput | GetPartitionIndexesCommandInput | GetPartitionsCommandInput | GetPlanCommandInput | GetRegistryCommandInput | GetResourcePoliciesCommandInput | GetResourcePolicyCommandInput | GetSchemaByDefinitionCommandInput | GetSchemaCommandInput | GetSchemaVersionCommandInput | GetSchemaVersionsDiffCommandInput | GetSecurityConfigurationCommandInput | GetSecurityConfigurationsCommandInput | GetTableCommandInput | GetTableVersionCommandInput | GetTableVersionsCommandInput | GetTablesCommandInput | GetTagsCommandInput | GetTriggerCommandInput | GetTriggersCommandInput | GetUnfilteredPartitionMetadataCommandInput | GetUnfilteredPartitionsMetadataCommandInput | GetUnfilteredTableMetadataCommandInput | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListBlueprintsCommandInput | ListCrawlersCommandInput | ListDevEndpointsCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListTriggersCommandInput | ListWorkflowsCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | StopCrawlerCommandInput | StopCrawlerScheduleCommandInput | StopTriggerCommandInput | StopWorkflowRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateClassifierCommandInput | UpdateColumnStatisticsForPartitionCommandInput | UpdateColumnStatisticsForTableCommandInput | UpdateConnectionCommandInput | UpdateCrawlerCommandInput | UpdateCrawlerScheduleCommandInput | UpdateDatabaseCommandInput | UpdateDevEndpointCommandInput | UpdateJobCommandInput | UpdateMLTransformCommandInput | UpdatePartitionCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput | UpdateTableCommandInput | UpdateTriggerCommandInput | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
179
+ export declare type ServiceOutputTypes = BatchCreatePartitionCommandOutput | BatchDeleteConnectionCommandOutput | BatchDeletePartitionCommandOutput | BatchDeleteTableCommandOutput | BatchDeleteTableVersionCommandOutput | BatchGetBlueprintsCommandOutput | BatchGetCrawlersCommandOutput | BatchGetDevEndpointsCommandOutput | BatchGetJobsCommandOutput | BatchGetPartitionCommandOutput | BatchGetTriggersCommandOutput | BatchGetWorkflowsCommandOutput | BatchStopJobRunCommandOutput | BatchUpdatePartitionCommandOutput | CancelMLTaskRunCommandOutput | CheckSchemaVersionValidityCommandOutput | CreateBlueprintCommandOutput | CreateClassifierCommandOutput | CreateConnectionCommandOutput | CreateCrawlerCommandOutput | CreateDatabaseCommandOutput | CreateDevEndpointCommandOutput | CreateJobCommandOutput | CreateMLTransformCommandOutput | CreatePartitionCommandOutput | CreatePartitionIndexCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | CreateScriptCommandOutput | CreateSecurityConfigurationCommandOutput | CreateTableCommandOutput | CreateTriggerCommandOutput | CreateUserDefinedFunctionCommandOutput | CreateWorkflowCommandOutput | DeleteBlueprintCommandOutput | DeleteClassifierCommandOutput | DeleteColumnStatisticsForPartitionCommandOutput | DeleteColumnStatisticsForTableCommandOutput | DeleteConnectionCommandOutput | DeleteCrawlerCommandOutput | DeleteDatabaseCommandOutput | DeleteDevEndpointCommandOutput | DeleteJobCommandOutput | DeleteMLTransformCommandOutput | DeletePartitionCommandOutput | DeletePartitionIndexCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionsCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteTableCommandOutput | DeleteTableVersionCommandOutput | DeleteTriggerCommandOutput | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogImportStatusCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | GetConnectionCommandOutput | GetConnectionsCommandOutput | GetCrawlerCommandOutput | GetCrawlerMetricsCommandOutput | GetCrawlersCommandOutput | GetDataCatalogEncryptionSettingsCommandOutput | GetDatabaseCommandOutput | GetDatabasesCommandOutput | GetDataflowGraphCommandOutput | GetDevEndpointCommandOutput | GetDevEndpointsCommandOutput | GetJobBookmarkCommandOutput | GetJobCommandOutput | GetJobRunCommandOutput | GetJobRunsCommandOutput | GetJobsCommandOutput | GetMLTaskRunCommandOutput | GetMLTaskRunsCommandOutput | GetMLTransformCommandOutput | GetMLTransformsCommandOutput | GetMappingCommandOutput | GetPartitionCommandOutput | GetPartitionIndexesCommandOutput | GetPartitionsCommandOutput | GetPlanCommandOutput | GetRegistryCommandOutput | GetResourcePoliciesCommandOutput | GetResourcePolicyCommandOutput | GetSchemaByDefinitionCommandOutput | GetSchemaCommandOutput | GetSchemaVersionCommandOutput | GetSchemaVersionsDiffCommandOutput | GetSecurityConfigurationCommandOutput | GetSecurityConfigurationsCommandOutput | GetTableCommandOutput | GetTableVersionCommandOutput | GetTableVersionsCommandOutput | GetTablesCommandOutput | GetTagsCommandOutput | GetTriggerCommandOutput | GetTriggersCommandOutput | GetUnfilteredPartitionMetadataCommandOutput | GetUnfilteredPartitionsMetadataCommandOutput | GetUnfilteredTableMetadataCommandOutput | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListBlueprintsCommandOutput | ListCrawlersCommandOutput | ListDevEndpointsCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListTriggersCommandOutput | ListWorkflowsCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | StopCrawlerCommandOutput | StopCrawlerScheduleCommandOutput | StopTriggerCommandOutput | StopWorkflowRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateClassifierCommandOutput | UpdateColumnStatisticsForPartitionCommandOutput | UpdateColumnStatisticsForTableCommandOutput | UpdateConnectionCommandOutput | UpdateCrawlerCommandOutput | UpdateCrawlerScheduleCommandOutput | UpdateDatabaseCommandOutput | UpdateDevEndpointCommandOutput | UpdateJobCommandOutput | UpdateMLTransformCommandOutput | UpdatePartitionCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput | UpdateTableCommandOutput | UpdateTriggerCommandOutput | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
177
180
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
178
181
  /**
179
182
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { GetCrawlerMetricsRequest, GetCrawlerMetricsResponse } from "../models/models_0";
4
+ import { GetCrawlerMetricsRequest } from "../models/models_0";
5
+ import { GetCrawlerMetricsResponse } from "../models/models_1";
5
6
  export interface GetCrawlerMetricsCommandInput extends GetCrawlerMetricsRequest {
6
7
  }
7
8
  export interface GetCrawlerMetricsCommandOutput extends GetCrawlerMetricsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { GetCrawlersRequest, GetCrawlersResponse } from "../models/models_0";
4
+ import { GetCrawlersRequest, GetCrawlersResponse } from "../models/models_1";
5
5
  export interface GetCrawlersCommandInput extends GetCrawlersRequest {
6
6
  }
7
7
  export interface GetCrawlersCommandOutput extends GetCrawlersResponse, __MetadataBearer {
@@ -0,0 +1,18 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
+ import { GetUnfilteredPartitionMetadataRequest, GetUnfilteredPartitionMetadataResponse } from "../models/models_1";
5
+ export interface GetUnfilteredPartitionMetadataCommandInput extends GetUnfilteredPartitionMetadataRequest {
6
+ }
7
+ export interface GetUnfilteredPartitionMetadataCommandOutput extends GetUnfilteredPartitionMetadataResponse, __MetadataBearer {
8
+ }
9
+ export declare class GetUnfilteredPartitionMetadataCommand extends $Command<GetUnfilteredPartitionMetadataCommandInput, GetUnfilteredPartitionMetadataCommandOutput, GlueClientResolvedConfig> {
10
+ readonly input: GetUnfilteredPartitionMetadataCommandInput;
11
+ constructor(input: GetUnfilteredPartitionMetadataCommandInput);
12
+ /**
13
+ * @internal
14
+ */
15
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUnfilteredPartitionMetadataCommandInput, GetUnfilteredPartitionMetadataCommandOutput>;
16
+ private serialize;
17
+ private deserialize;
18
+ }
@@ -0,0 +1,18 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
+ import { GetUnfilteredPartitionsMetadataRequest, GetUnfilteredPartitionsMetadataResponse } from "../models/models_1";
5
+ export interface GetUnfilteredPartitionsMetadataCommandInput extends GetUnfilteredPartitionsMetadataRequest {
6
+ }
7
+ export interface GetUnfilteredPartitionsMetadataCommandOutput extends GetUnfilteredPartitionsMetadataResponse, __MetadataBearer {
8
+ }
9
+ export declare class GetUnfilteredPartitionsMetadataCommand extends $Command<GetUnfilteredPartitionsMetadataCommandInput, GetUnfilteredPartitionsMetadataCommandOutput, GlueClientResolvedConfig> {
10
+ readonly input: GetUnfilteredPartitionsMetadataCommandInput;
11
+ constructor(input: GetUnfilteredPartitionsMetadataCommandInput);
12
+ /**
13
+ * @internal
14
+ */
15
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUnfilteredPartitionsMetadataCommandInput, GetUnfilteredPartitionsMetadataCommandOutput>;
16
+ private serialize;
17
+ private deserialize;
18
+ }
@@ -0,0 +1,18 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
+ import { GetUnfilteredTableMetadataRequest, GetUnfilteredTableMetadataResponse } from "../models/models_1";
5
+ export interface GetUnfilteredTableMetadataCommandInput extends GetUnfilteredTableMetadataRequest {
6
+ }
7
+ export interface GetUnfilteredTableMetadataCommandOutput extends GetUnfilteredTableMetadataResponse, __MetadataBearer {
8
+ }
9
+ export declare class GetUnfilteredTableMetadataCommand extends $Command<GetUnfilteredTableMetadataCommandInput, GetUnfilteredTableMetadataCommandOutput, GlueClientResolvedConfig> {
10
+ readonly input: GetUnfilteredTableMetadataCommandInput;
11
+ constructor(input: GetUnfilteredTableMetadataCommandInput);
12
+ /**
13
+ * @internal
14
+ */
15
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUnfilteredTableMetadataCommandInput, GetUnfilteredTableMetadataCommandOutput>;
16
+ private serialize;
17
+ private deserialize;
18
+ }
@@ -103,6 +103,9 @@ export * from "./GetTablesCommand";
103
103
  export * from "./GetTagsCommand";
104
104
  export * from "./GetTriggerCommand";
105
105
  export * from "./GetTriggersCommand";
106
+ export * from "./GetUnfilteredPartitionMetadataCommand";
107
+ export * from "./GetUnfilteredPartitionsMetadataCommand";
108
+ export * from "./GetUnfilteredTableMetadataCommand";
106
109
  export * from "./GetUserDefinedFunctionCommand";
107
110
  export * from "./GetUserDefinedFunctionsCommand";
108
111
  export * from "./GetWorkflowCommand";
@@ -93,6 +93,15 @@ export declare namespace AlreadyExistsException {
93
93
  */
94
94
  const filterSensitiveLog: (obj: AlreadyExistsException) => any;
95
95
  }
96
+ export interface AuditContext {
97
+ AdditionalAuditContext?: string;
98
+ }
99
+ export declare namespace AuditContext {
100
+ /**
101
+ * @internal
102
+ */
103
+ const filterSensitiveLog: (obj: AuditContext) => any;
104
+ }
96
105
  /**
97
106
  * <p>A column in a <code>Table</code>.</p>
98
107
  */
@@ -256,6 +265,7 @@ export interface StorageDescriptor {
256
265
  * name.</p>
257
266
  */
258
267
  Location?: string;
268
+ AdditionalLocations?: string[];
259
269
  /**
260
270
  * <p>The input format: <code>SequenceFileInputFormat</code> (binary),
261
271
  * or <code>TextInputFormat</code>, or a custom format.</p>
@@ -913,6 +923,16 @@ export declare namespace BatchGetCrawlersRequest {
913
923
  */
914
924
  const filterSensitiveLog: (obj: BatchGetCrawlersRequest) => any;
915
925
  }
926
+ export interface LakeFormationConfiguration {
927
+ UseLakeFormationCredentials?: boolean;
928
+ AccountId?: string;
929
+ }
930
+ export declare namespace LakeFormationConfiguration {
931
+ /**
932
+ * @internal
933
+ */
934
+ const filterSensitiveLog: (obj: LakeFormationConfiguration) => any;
935
+ }
916
936
  export declare enum LastCrawlStatus {
917
937
  CANCELLED = "CANCELLED",
918
938
  FAILED = "FAILED",
@@ -1078,6 +1098,10 @@ export interface CatalogTarget {
1078
1098
  * <p>A list of the tables to be synchronized.</p>
1079
1099
  */
1080
1100
  Tables: string[] | undefined;
1101
+ /**
1102
+ * <p>The name of the connection for an Amazon S3-backed Data Catalog table to be a target of the crawl when using a <code>Catalog</code> connection type paired with a <code>NETWORK</code> Connection type.</p>
1103
+ */
1104
+ ConnectionName?: string;
1081
1105
  }
1082
1106
  export declare namespace CatalogTarget {
1083
1107
  /**
@@ -1085,6 +1109,29 @@ export declare namespace CatalogTarget {
1085
1109
  */
1086
1110
  const filterSensitiveLog: (obj: CatalogTarget) => any;
1087
1111
  }
1112
+ /**
1113
+ * <p>Specifies a Delta data store to crawl one or more Delta tables.</p>
1114
+ */
1115
+ export interface DeltaTarget {
1116
+ /**
1117
+ * <p>A list of the Amazon S3 paths to the Delta tables.</p>
1118
+ */
1119
+ DeltaTables?: string[];
1120
+ /**
1121
+ * <p>The name of the connection to use to connect to the Delta table target.</p>
1122
+ */
1123
+ ConnectionName?: string;
1124
+ /**
1125
+ * <p>Specifies whether to write the manifest files to the Delta table path.</p>
1126
+ */
1127
+ WriteManifest?: boolean;
1128
+ }
1129
+ export declare namespace DeltaTarget {
1130
+ /**
1131
+ * @internal
1132
+ */
1133
+ const filterSensitiveLog: (obj: DeltaTarget) => any;
1134
+ }
1088
1135
  /**
1089
1136
  * <p>Specifies an Amazon DynamoDB table to crawl.</p>
1090
1137
  */
@@ -1221,6 +1268,10 @@ export interface CrawlerTargets {
1221
1268
  * <p>Specifies Glue Data Catalog targets.</p>
1222
1269
  */
1223
1270
  CatalogTargets?: CatalogTarget[];
1271
+ /**
1272
+ * <p>Specifies Delta data store targets.</p>
1273
+ */
1274
+ DeltaTargets?: DeltaTarget[];
1224
1275
  }
1225
1276
  export declare namespace CrawlerTargets {
1226
1277
  /**
@@ -1317,6 +1368,7 @@ export interface Crawler {
1317
1368
  * crawler.</p>
1318
1369
  */
1319
1370
  CrawlerSecurityConfiguration?: string;
1371
+ LakeFormationConfiguration?: LakeFormationConfiguration;
1320
1372
  }
1321
1373
  export declare namespace Crawler {
1322
1374
  /**
@@ -3291,6 +3343,7 @@ export interface CreateCrawlerRequest {
3291
3343
  * <p>Specifies data lineage configuration settings for the crawler.</p>
3292
3344
  */
3293
3345
  LineageConfiguration?: LineageConfiguration;
3346
+ LakeFormationConfiguration?: LakeFormationConfiguration;
3294
3347
  /**
3295
3348
  * <p>Crawler configuration information. This versioned JSON
3296
3349
  * string allows users to specify aspects of a crawler's behavior.
@@ -7013,53 +7066,3 @@ export declare namespace CrawlerMetrics {
7013
7066
  */
7014
7067
  const filterSensitiveLog: (obj: CrawlerMetrics) => any;
7015
7068
  }
7016
- export interface GetCrawlerMetricsResponse {
7017
- /**
7018
- * <p>A list of metrics for the specified crawler.</p>
7019
- */
7020
- CrawlerMetricsList?: CrawlerMetrics[];
7021
- /**
7022
- * <p>A continuation token, if the returned list does not contain the
7023
- * last metric available.</p>
7024
- */
7025
- NextToken?: string;
7026
- }
7027
- export declare namespace GetCrawlerMetricsResponse {
7028
- /**
7029
- * @internal
7030
- */
7031
- const filterSensitiveLog: (obj: GetCrawlerMetricsResponse) => any;
7032
- }
7033
- export interface GetCrawlersRequest {
7034
- /**
7035
- * <p>The number of crawlers to return on each call.</p>
7036
- */
7037
- MaxResults?: number;
7038
- /**
7039
- * <p>A continuation token, if this is a continuation request.</p>
7040
- */
7041
- NextToken?: string;
7042
- }
7043
- export declare namespace GetCrawlersRequest {
7044
- /**
7045
- * @internal
7046
- */
7047
- const filterSensitiveLog: (obj: GetCrawlersRequest) => any;
7048
- }
7049
- export interface GetCrawlersResponse {
7050
- /**
7051
- * <p>A list of crawler metadata.</p>
7052
- */
7053
- Crawlers?: Crawler[];
7054
- /**
7055
- * <p>A continuation token, if the returned list has not reached the end
7056
- * of those defined in this customer account.</p>
7057
- */
7058
- NextToken?: string;
7059
- }
7060
- export declare namespace GetCrawlersResponse {
7061
- /**
7062
- * @internal
7063
- */
7064
- const filterSensitiveLog: (obj: GetCrawlersResponse) => any;
7065
- }
@@ -1,5 +1,55 @@
1
1
  import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
- import { Action, CodeGenEdge, CodeGenNode, CodeGenNodeArg, Column, ColumnStatistics, Compatibility, ConnectionInput, ConnectionsList, CrawlerTargets, CsvHeaderOption, DatabaseIdentifier, DatabaseInput, DataFormat, DevEndpoint, EncryptionConfiguration, ErrorDetail, EventBatchingCondition, ExecutionProperty, GlueTable, Job, JobCommand, JobRun, Language, LineageConfiguration, NotificationProperty, Partition, PartitionInput, PartitionValueList, Predicate, PrincipalPermissions, PrincipalType, RecrawlPolicy, RegistryId, RegistryStatus, ResourceUri, SchemaChangePolicy, SchemaId, SchemaStatus, SchemaVersionStatus, StorageDescriptor, TableIdentifier, TableInput, TaskStatusType, TransformEncryption, TransformParameters, TransformType, Trigger, UserDefinedFunctionInput, WorkerType, Workflow, WorkflowRun } from "./models_0";
2
+ import { Action, AuditContext, CodeGenEdge, CodeGenNode, CodeGenNodeArg, Column, ColumnStatistics, Compatibility, ConnectionInput, ConnectionsList, Crawler, CrawlerMetrics, CrawlerTargets, CsvHeaderOption, DatabaseIdentifier, DatabaseInput, DataFormat, DevEndpoint, EncryptionConfiguration, ErrorDetail, EventBatchingCondition, ExecutionProperty, GlueTable, Job, JobCommand, JobRun, LakeFormationConfiguration, Language, LineageConfiguration, NotificationProperty, Partition, PartitionInput, PartitionValueList, Predicate, PrincipalPermissions, PrincipalType, RecrawlPolicy, RegistryId, RegistryStatus, ResourceUri, SchemaChangePolicy, SchemaId, SchemaStatus, SchemaVersionStatus, StorageDescriptor, TableIdentifier, TableInput, TaskStatusType, TransformEncryption, TransformParameters, TransformType, Trigger, UserDefinedFunctionInput, WorkerType, Workflow, WorkflowRun } from "./models_0";
3
+ export interface GetCrawlerMetricsResponse {
4
+ /**
5
+ * <p>A list of metrics for the specified crawler.</p>
6
+ */
7
+ CrawlerMetricsList?: CrawlerMetrics[];
8
+ /**
9
+ * <p>A continuation token, if the returned list does not contain the
10
+ * last metric available.</p>
11
+ */
12
+ NextToken?: string;
13
+ }
14
+ export declare namespace GetCrawlerMetricsResponse {
15
+ /**
16
+ * @internal
17
+ */
18
+ const filterSensitiveLog: (obj: GetCrawlerMetricsResponse) => any;
19
+ }
20
+ export interface GetCrawlersRequest {
21
+ /**
22
+ * <p>The number of crawlers to return on each call.</p>
23
+ */
24
+ MaxResults?: number;
25
+ /**
26
+ * <p>A continuation token, if this is a continuation request.</p>
27
+ */
28
+ NextToken?: string;
29
+ }
30
+ export declare namespace GetCrawlersRequest {
31
+ /**
32
+ * @internal
33
+ */
34
+ const filterSensitiveLog: (obj: GetCrawlersRequest) => any;
35
+ }
36
+ export interface GetCrawlersResponse {
37
+ /**
38
+ * <p>A list of crawler metadata.</p>
39
+ */
40
+ Crawlers?: Crawler[];
41
+ /**
42
+ * <p>A continuation token, if the returned list has not reached the end
43
+ * of those defined in this customer account.</p>
44
+ */
45
+ NextToken?: string;
46
+ }
47
+ export declare namespace GetCrawlersResponse {
48
+ /**
49
+ * @internal
50
+ */
51
+ const filterSensitiveLog: (obj: GetCrawlersResponse) => any;
52
+ }
3
53
  export interface GetDatabaseRequest {
4
54
  /**
5
55
  * <p>The ID of the Data Catalog in which the database resides. If none is provided, the Amazon Web Services
@@ -2816,6 +2866,132 @@ export declare namespace GetTriggersResponse {
2816
2866
  */
2817
2867
  const filterSensitiveLog: (obj: GetTriggersResponse) => any;
2818
2868
  }
2869
+ export declare enum PermissionType {
2870
+ CELL_FILTER_PERMISSION = "CELL_FILTER_PERMISSION",
2871
+ COLUMN_PERMISSION = "COLUMN_PERMISSION"
2872
+ }
2873
+ export interface GetUnfilteredPartitionMetadataRequest {
2874
+ CatalogId: string | undefined;
2875
+ DatabaseName: string | undefined;
2876
+ TableName: string | undefined;
2877
+ PartitionValues: string[] | undefined;
2878
+ AuditContext?: AuditContext;
2879
+ SupportedPermissionTypes: (PermissionType | string)[] | undefined;
2880
+ }
2881
+ export declare namespace GetUnfilteredPartitionMetadataRequest {
2882
+ /**
2883
+ * @internal
2884
+ */
2885
+ const filterSensitiveLog: (obj: GetUnfilteredPartitionMetadataRequest) => any;
2886
+ }
2887
+ export interface GetUnfilteredPartitionMetadataResponse {
2888
+ /**
2889
+ * <p>Represents a slice of table data.</p>
2890
+ */
2891
+ Partition?: Partition;
2892
+ AuthorizedColumns?: string[];
2893
+ IsRegisteredWithLakeFormation?: boolean;
2894
+ }
2895
+ export declare namespace GetUnfilteredPartitionMetadataResponse {
2896
+ /**
2897
+ * @internal
2898
+ */
2899
+ const filterSensitiveLog: (obj: GetUnfilteredPartitionMetadataResponse) => any;
2900
+ }
2901
+ export interface PermissionTypeMismatchException extends __SmithyException, $MetadataBearer {
2902
+ name: "PermissionTypeMismatchException";
2903
+ $fault: "client";
2904
+ Message?: string;
2905
+ }
2906
+ export declare namespace PermissionTypeMismatchException {
2907
+ /**
2908
+ * @internal
2909
+ */
2910
+ const filterSensitiveLog: (obj: PermissionTypeMismatchException) => any;
2911
+ }
2912
+ export interface GetUnfilteredPartitionsMetadataRequest {
2913
+ CatalogId: string | undefined;
2914
+ DatabaseName: string | undefined;
2915
+ TableName: string | undefined;
2916
+ Expression?: string;
2917
+ AuditContext?: AuditContext;
2918
+ SupportedPermissionTypes: (PermissionType | string)[] | undefined;
2919
+ NextToken?: string;
2920
+ /**
2921
+ * <p>Defines a non-overlapping region of a table's partitions, allowing
2922
+ * multiple requests to be run in parallel.</p>
2923
+ */
2924
+ Segment?: Segment;
2925
+ MaxResults?: number;
2926
+ }
2927
+ export declare namespace GetUnfilteredPartitionsMetadataRequest {
2928
+ /**
2929
+ * @internal
2930
+ */
2931
+ const filterSensitiveLog: (obj: GetUnfilteredPartitionsMetadataRequest) => any;
2932
+ }
2933
+ export interface UnfilteredPartition {
2934
+ /**
2935
+ * <p>Represents a slice of table data.</p>
2936
+ */
2937
+ Partition?: Partition;
2938
+ AuthorizedColumns?: string[];
2939
+ IsRegisteredWithLakeFormation?: boolean;
2940
+ }
2941
+ export declare namespace UnfilteredPartition {
2942
+ /**
2943
+ * @internal
2944
+ */
2945
+ const filterSensitiveLog: (obj: UnfilteredPartition) => any;
2946
+ }
2947
+ export interface GetUnfilteredPartitionsMetadataResponse {
2948
+ UnfilteredPartitions?: UnfilteredPartition[];
2949
+ NextToken?: string;
2950
+ }
2951
+ export declare namespace GetUnfilteredPartitionsMetadataResponse {
2952
+ /**
2953
+ * @internal
2954
+ */
2955
+ const filterSensitiveLog: (obj: GetUnfilteredPartitionsMetadataResponse) => any;
2956
+ }
2957
+ export interface GetUnfilteredTableMetadataRequest {
2958
+ CatalogId: string | undefined;
2959
+ DatabaseName: string | undefined;
2960
+ Name: string | undefined;
2961
+ AuditContext?: AuditContext;
2962
+ SupportedPermissionTypes: (PermissionType | string)[] | undefined;
2963
+ }
2964
+ export declare namespace GetUnfilteredTableMetadataRequest {
2965
+ /**
2966
+ * @internal
2967
+ */
2968
+ const filterSensitiveLog: (obj: GetUnfilteredTableMetadataRequest) => any;
2969
+ }
2970
+ export interface ColumnRowFilter {
2971
+ ColumnName?: string;
2972
+ RowFilterExpression?: string;
2973
+ }
2974
+ export declare namespace ColumnRowFilter {
2975
+ /**
2976
+ * @internal
2977
+ */
2978
+ const filterSensitiveLog: (obj: ColumnRowFilter) => any;
2979
+ }
2980
+ export interface GetUnfilteredTableMetadataResponse {
2981
+ /**
2982
+ * <p>Represents a collection of related data organized in columns and rows.</p>
2983
+ */
2984
+ Table?: Table;
2985
+ AuthorizedColumns?: string[];
2986
+ IsRegisteredWithLakeFormation?: boolean;
2987
+ CellFilters?: ColumnRowFilter[];
2988
+ }
2989
+ export declare namespace GetUnfilteredTableMetadataResponse {
2990
+ /**
2991
+ * @internal
2992
+ */
2993
+ const filterSensitiveLog: (obj: GetUnfilteredTableMetadataResponse) => any;
2994
+ }
2819
2995
  export interface GetUserDefinedFunctionRequest {
2820
2996
  /**
2821
2997
  * <p>The ID of the Data Catalog where the function to be retrieved is located. If none is
@@ -5183,6 +5359,7 @@ export interface UpdateCrawlerRequest {
5183
5359
  * <p>Specifies data lineage configuration settings for the crawler.</p>
5184
5360
  */
5185
5361
  LineageConfiguration?: LineageConfiguration;
5362
+ LakeFormationConfiguration?: LakeFormationConfiguration;
5186
5363
  /**
5187
5364
  * <p>Crawler configuration information. This versioned JSON string allows users
5188
5365
  * to specify aspects of a crawler's behavior.
@@ -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>;
@@ -17,6 +17,7 @@ export * from "./GetSecurityConfigurationsPaginator";
17
17
  export * from "./GetTableVersionsPaginator";
18
18
  export * from "./GetTablesPaginator";
19
19
  export * from "./GetTriggersPaginator";
20
+ export * from "./GetUnfilteredPartitionsMetadataPaginator";
20
21
  export * from "./GetUserDefinedFunctionsPaginator";
21
22
  export * from "./GetWorkflowRunsPaginator";
22
23
  export * from "./ListBlueprintsPaginator";
@@ -105,6 +105,9 @@ import { GetTableVersionsCommandInput, GetTableVersionsCommandOutput } from "../
105
105
  import { GetTagsCommandInput, GetTagsCommandOutput } from "../commands/GetTagsCommand";
106
106
  import { GetTriggerCommandInput, GetTriggerCommandOutput } from "../commands/GetTriggerCommand";
107
107
  import { GetTriggersCommandInput, GetTriggersCommandOutput } from "../commands/GetTriggersCommand";
108
+ import { GetUnfilteredPartitionMetadataCommandInput, GetUnfilteredPartitionMetadataCommandOutput } from "../commands/GetUnfilteredPartitionMetadataCommand";
109
+ import { GetUnfilteredPartitionsMetadataCommandInput, GetUnfilteredPartitionsMetadataCommandOutput } from "../commands/GetUnfilteredPartitionsMetadataCommand";
110
+ import { GetUnfilteredTableMetadataCommandInput, GetUnfilteredTableMetadataCommandOutput } from "../commands/GetUnfilteredTableMetadataCommand";
108
111
  import { GetUserDefinedFunctionCommandInput, GetUserDefinedFunctionCommandOutput } from "../commands/GetUserDefinedFunctionCommand";
109
112
  import { GetUserDefinedFunctionsCommandInput, GetUserDefinedFunctionsCommandOutput } from "../commands/GetUserDefinedFunctionsCommand";
110
113
  import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "../commands/GetWorkflowCommand";
@@ -271,6 +274,9 @@ export declare const serializeAws_json1_1GetTableVersionsCommand: (input: GetTab
271
274
  export declare const serializeAws_json1_1GetTagsCommand: (input: GetTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
272
275
  export declare const serializeAws_json1_1GetTriggerCommand: (input: GetTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
273
276
  export declare const serializeAws_json1_1GetTriggersCommand: (input: GetTriggersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
277
+ export declare const serializeAws_json1_1GetUnfilteredPartitionMetadataCommand: (input: GetUnfilteredPartitionMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_1GetUnfilteredPartitionsMetadataCommand: (input: GetUnfilteredPartitionsMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
279
+ export declare const serializeAws_json1_1GetUnfilteredTableMetadataCommand: (input: GetUnfilteredTableMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
280
  export declare const serializeAws_json1_1GetUserDefinedFunctionCommand: (input: GetUserDefinedFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
275
281
  export declare const serializeAws_json1_1GetUserDefinedFunctionsCommand: (input: GetUserDefinedFunctionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
276
282
  export declare const serializeAws_json1_1GetWorkflowCommand: (input: GetWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -437,6 +443,9 @@ export declare const deserializeAws_json1_1GetTableVersionsCommand: (output: __H
437
443
  export declare const deserializeAws_json1_1GetTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTagsCommandOutput>;
438
444
  export declare const deserializeAws_json1_1GetTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTriggerCommandOutput>;
439
445
  export declare const deserializeAws_json1_1GetTriggersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTriggersCommandOutput>;
446
+ export declare const deserializeAws_json1_1GetUnfilteredPartitionMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUnfilteredPartitionMetadataCommandOutput>;
447
+ export declare const deserializeAws_json1_1GetUnfilteredPartitionsMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUnfilteredPartitionsMetadataCommandOutput>;
448
+ export declare const deserializeAws_json1_1GetUnfilteredTableMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUnfilteredTableMetadataCommandOutput>;
440
449
  export declare const deserializeAws_json1_1GetUserDefinedFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserDefinedFunctionCommandOutput>;
441
450
  export declare const deserializeAws_json1_1GetUserDefinedFunctionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserDefinedFunctionsCommandOutput>;
442
451
  export declare const deserializeAws_json1_1GetWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowCommandOutput>;
@@ -104,6 +104,9 @@ import { GetTableVersionsCommandInput, GetTableVersionsCommandOutput } from "./c
104
104
  import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
105
105
  import { GetTriggerCommandInput, GetTriggerCommandOutput } from "./commands/GetTriggerCommand";
106
106
  import { GetTriggersCommandInput, GetTriggersCommandOutput } from "./commands/GetTriggersCommand";
107
+ import { GetUnfilteredPartitionMetadataCommandInput, GetUnfilteredPartitionMetadataCommandOutput } from "./commands/GetUnfilteredPartitionMetadataCommand";
108
+ import { GetUnfilteredPartitionsMetadataCommandInput, GetUnfilteredPartitionsMetadataCommandOutput } from "./commands/GetUnfilteredPartitionsMetadataCommand";
109
+ import { GetUnfilteredTableMetadataCommandInput, GetUnfilteredTableMetadataCommandOutput } from "./commands/GetUnfilteredTableMetadataCommand";
107
110
  import { GetUserDefinedFunctionCommandInput, GetUserDefinedFunctionCommandOutput } from "./commands/GetUserDefinedFunctionCommand";
108
111
  import { GetUserDefinedFunctionsCommandInput, GetUserDefinedFunctionsCommandOutput } from "./commands/GetUserDefinedFunctionsCommand";
109
112
  import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand";
@@ -588,6 +591,15 @@ export declare class Glue extends GlueClient {
588
591
  getTriggers(args: GetTriggersCommandInput, options?: __HttpHandlerOptions): Promise<GetTriggersCommandOutput>;
589
592
  getTriggers(args: GetTriggersCommandInput, cb: (err: any, data?: GetTriggersCommandOutput) => void): void;
590
593
  getTriggers(args: GetTriggersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTriggersCommandOutput) => void): void;
594
+ getUnfilteredPartitionMetadata(args: GetUnfilteredPartitionMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetUnfilteredPartitionMetadataCommandOutput>;
595
+ getUnfilteredPartitionMetadata(args: GetUnfilteredPartitionMetadataCommandInput, cb: (err: any, data?: GetUnfilteredPartitionMetadataCommandOutput) => void): void;
596
+ getUnfilteredPartitionMetadata(args: GetUnfilteredPartitionMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUnfilteredPartitionMetadataCommandOutput) => void): void;
597
+ getUnfilteredPartitionsMetadata(args: GetUnfilteredPartitionsMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetUnfilteredPartitionsMetadataCommandOutput>;
598
+ getUnfilteredPartitionsMetadata(args: GetUnfilteredPartitionsMetadataCommandInput, cb: (err: any, data?: GetUnfilteredPartitionsMetadataCommandOutput) => void): void;
599
+ getUnfilteredPartitionsMetadata(args: GetUnfilteredPartitionsMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUnfilteredPartitionsMetadataCommandOutput) => void): void;
600
+ getUnfilteredTableMetadata(args: GetUnfilteredTableMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetUnfilteredTableMetadataCommandOutput>;
601
+ getUnfilteredTableMetadata(args: GetUnfilteredTableMetadataCommandInput, cb: (err: any, data?: GetUnfilteredTableMetadataCommandOutput) => void): void;
602
+ getUnfilteredTableMetadata(args: GetUnfilteredTableMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUnfilteredTableMetadataCommandOutput) => void): void;
591
603
 
592
604
  getUserDefinedFunction(args: GetUserDefinedFunctionCommandInput, options?: __HttpHandlerOptions): Promise<GetUserDefinedFunctionCommandOutput>;
593
605
  getUserDefinedFunction(args: GetUserDefinedFunctionCommandInput, cb: (err: any, data?: GetUserDefinedFunctionCommandOutput) => void): void;