@aws-sdk/client-glue 3.40.0 → 3.44.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 +38 -0
- package/dist-cjs/commands/GetDatabaseCommand.js +1 -2
- package/dist-cjs/endpoints.js +8 -0
- package/dist-cjs/models/models_0.js +18 -18
- package/dist-cjs/models/models_1.js +18 -6
- package/dist-cjs/protocols/Aws_json1_1.js +117 -0
- package/dist-es/commands/GetDatabaseCommand.js +1 -2
- package/dist-es/endpoints.js +8 -0
- package/dist-es/models/models_0.js +8 -8
- package/dist-es/models/models_1.js +8 -0
- package/dist-es/protocols/Aws_json1_1.js +277 -174
- package/dist-types/commands/BatchCreatePartitionCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeletePartitionCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeleteTableCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetCrawlersCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetJobsCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetPartitionCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetTriggersCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +1 -1
- package/dist-types/commands/BatchStopJobRunCommand.d.ts +1 -1
- package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +1 -1
- package/dist-types/commands/CancelMLTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +1 -1
- package/dist-types/commands/CreateBlueprintCommand.d.ts +1 -1
- package/dist-types/commands/CreateClassifierCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/CreateDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/CreateDevEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateMLTransformCommand.d.ts +1 -1
- package/dist-types/commands/CreatePartitionCommand.d.ts +1 -1
- package/dist-types/commands/CreatePartitionIndexCommand.d.ts +1 -1
- package/dist-types/commands/CreateRegistryCommand.d.ts +1 -1
- package/dist-types/commands/CreateSchemaCommand.d.ts +1 -1
- package/dist-types/commands/CreateScriptCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTriggerCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +1 -1
- package/dist-types/commands/CreateWorkflowCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBlueprintCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClassifierCommand.d.ts +1 -1
- package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDevEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMLTransformCommand.d.ts +1 -1
- package/dist-types/commands/DeletePartitionCommand.d.ts +1 -1
- package/dist-types/commands/DeletePartitionIndexCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRegistryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSchemaCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTableVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTriggerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +1 -1
- package/dist-types/commands/GetBlueprintCommand.d.ts +1 -1
- package/dist-types/commands/GetBlueprintRunCommand.d.ts +1 -1
- package/dist-types/commands/GetBlueprintRunsCommand.d.ts +1 -1
- package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetClassifierCommand.d.ts +1 -1
- package/dist-types/commands/GetClassifiersCommand.d.ts +1 -1
- package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +1 -1
- package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectionCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/GetCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +1 -1
- package/dist-types/commands/GetCrawlersCommand.d.ts +1 -1
- package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetDatabaseCommand.d.ts +2 -3
- package/dist-types/commands/GetDatabasesCommand.d.ts +1 -1
- package/dist-types/commands/GetDataflowGraphCommand.d.ts +1 -1
- package/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
- package/dist-types/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/commands/GetJobRunCommand.d.ts +1 -1
- package/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
- package/dist-types/commands/GetJobsCommand.d.ts +1 -1
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/GetMLTaskRunsCommand.d.ts +1 -1
- package/dist-types/commands/GetMLTransformCommand.d.ts +1 -1
- package/dist-types/commands/GetMLTransformsCommand.d.ts +1 -1
- package/dist-types/commands/GetMappingCommand.d.ts +1 -1
- package/dist-types/commands/GetPartitionCommand.d.ts +1 -1
- package/dist-types/commands/GetPartitionIndexesCommand.d.ts +1 -1
- package/dist-types/commands/GetPartitionsCommand.d.ts +1 -1
- package/dist-types/commands/GetPlanCommand.d.ts +1 -1
- package/dist-types/commands/GetRegistryCommand.d.ts +1 -1
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +1 -1
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetSchemaCommand.d.ts +1 -1
- package/dist-types/commands/GetSchemaVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTableCommand.d.ts +1 -1
- package/dist-types/commands/GetTableVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetTableVersionsCommand.d.ts +1 -1
- package/dist-types/commands/GetTablesCommand.d.ts +1 -1
- package/dist-types/commands/GetTagsCommand.d.ts +1 -1
- package/dist-types/commands/GetTriggerCommand.d.ts +1 -1
- package/dist-types/commands/GetTriggersCommand.d.ts +1 -1
- package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +1 -1
- package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +1 -1
- package/dist-types/commands/GetWorkflowCommand.d.ts +1 -1
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +1 -1
- package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/GetWorkflowRunsCommand.d.ts +1 -1
- package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +1 -1
- package/dist-types/commands/ListBlueprintsCommand.d.ts +1 -1
- package/dist-types/commands/ListCrawlersCommand.d.ts +1 -1
- package/dist-types/commands/ListDevEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListMLTransformsCommand.d.ts +1 -1
- package/dist-types/commands/ListRegistriesCommand.d.ts +1 -1
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
- package/dist-types/commands/ListTriggersCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
- package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +1 -1
- package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +1 -1
- package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +1 -1
- package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +1 -1
- package/dist-types/commands/ResetJobBookmarkCommand.d.ts +1 -1
- package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +1 -1
- package/dist-types/commands/SearchTablesCommand.d.ts +1 -1
- package/dist-types/commands/StartBlueprintRunCommand.d.ts +1 -1
- package/dist-types/commands/StartCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartJobRunCommand.d.ts +1 -1
- package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartTriggerCommand.d.ts +1 -1
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
- package/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StopTriggerCommand.d.ts +1 -1
- package/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClassifierCommand.d.ts +1 -1
- package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDevEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMLTransformCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePartitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRegistryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSchemaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTableCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTriggerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +46 -66
- package/dist-types/models/models_1.d.ts +95 -1
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +24 -0
- package/dist-types/ts3.4/models/models_1.d.ts +48 -1
- package/package.json +4 -4
|
@@ -26,7 +26,7 @@ export interface ListDevEndpointsCommandOutput extends ListDevEndpointsResponse,
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link ListDevEndpointsCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link ListDevEndpointsCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class ListDevEndpointsCommand extends $Command<ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ListJobsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ListJobsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface ListMLTransformsCommandOutput extends ListMLTransformsResponse,
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ListMLTransformsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ListMLTransformsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ListMLTransformsCommand extends $Command<ListMLTransformsCommandInput, ListMLTransformsCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListRegistriesCommandOutput extends ListRegistriesResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListRegistriesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListRegistriesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListRegistriesCommand extends $Command<ListRegistriesCommandInput, ListRegistriesCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListSchemaVersionsCommandOutput extends ListSchemaVersionsRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListSchemaVersionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListSchemaVersionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListSchemaVersionsCommand extends $Command<ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListSchemasCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListSchemasCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListSchemasCommand extends $Command<ListSchemasCommandInput, ListSchemasCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface ListTriggersCommandOutput extends ListTriggersResponse, __Metad
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ListTriggersCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ListTriggersCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ListTriggersCommand extends $Command<ListTriggersCommandInput, ListTriggersCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListWorkflowsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListWorkflowsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListWorkflowsCommand extends $Command<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface PutDataCatalogEncryptionSettingsCommandOutput extends PutDataCa
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PutDataCatalogEncryptionSettingsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PutDataCatalogEncryptionSettingsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class PutDataCatalogEncryptionSettingsCommand extends $Command<PutDataCatalogEncryptionSettingsCommandInput, PutDataCatalogEncryptionSettingsCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutResourcePolicyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutResourcePolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutSchemaVersionMetadataCommandOutput extends PutSchemaVersionM
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutSchemaVersionMetadataCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutSchemaVersionMetadataCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutSchemaVersionMetadataCommand extends $Command<PutSchemaVersionMetadataCommandInput, PutSchemaVersionMetadataCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutWorkflowRunPropertiesCommandOutput extends PutWorkflowRunPro
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutWorkflowRunPropertiesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutWorkflowRunPropertiesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutWorkflowRunPropertiesCommand extends $Command<PutWorkflowRunPropertiesCommandInput, PutWorkflowRunPropertiesCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface QuerySchemaVersionMetadataCommandOutput extends QuerySchemaVers
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link QuerySchemaVersionMetadataCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link QuerySchemaVersionMetadataCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class QuerySchemaVersionMetadataCommand extends $Command<QuerySchemaVersionMetadataCommandInput, QuerySchemaVersionMetadataCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface RegisterSchemaVersionCommandOutput extends RegisterSchemaVersio
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link RegisterSchemaVersionCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link RegisterSchemaVersionCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class RegisterSchemaVersionCommand extends $Command<RegisterSchemaVersionCommandInput, RegisterSchemaVersionCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface RemoveSchemaVersionMetadataCommandOutput extends RemoveSchemaVe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link RemoveSchemaVersionMetadataCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link RemoveSchemaVersionMetadataCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class RemoveSchemaVersionMetadataCommand extends $Command<RemoveSchemaVersionMetadataCommandInput, RemoveSchemaVersionMetadataCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ResetJobBookmarkCommandOutput extends ResetJobBookmarkResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ResetJobBookmarkCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ResetJobBookmarkCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ResetJobBookmarkCommand extends $Command<ResetJobBookmarkCommandInput, ResetJobBookmarkCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ResumeWorkflowRunCommandOutput extends ResumeWorkflowRunRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ResumeWorkflowRunCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ResumeWorkflowRunCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ResumeWorkflowRunCommand extends $Command<ResumeWorkflowRunCommandInput, ResumeWorkflowRunCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface SearchTablesCommandOutput extends SearchTablesResponse, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link SearchTablesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link SearchTablesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class SearchTablesCommand extends $Command<SearchTablesCommandInput, SearchTablesCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StartBlueprintRunCommandOutput extends StartBlueprintRunRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StartBlueprintRunCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StartBlueprintRunCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StartBlueprintRunCommand extends $Command<StartBlueprintRunCommandInput, StartBlueprintRunCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface StartCrawlerCommandOutput extends StartCrawlerResponse, __Metad
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link StartCrawlerCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link StartCrawlerCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class StartCrawlerCommand extends $Command<StartCrawlerCommandInput, StartCrawlerCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface StartCrawlerScheduleCommandOutput extends StartCrawlerScheduleR
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link StartCrawlerScheduleCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link StartCrawlerScheduleCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class StartCrawlerScheduleCommand extends $Command<StartCrawlerScheduleCommandInput, StartCrawlerScheduleCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface StartExportLabelsTaskRunCommandOutput extends StartExportLabels
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link StartExportLabelsTaskRunCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link StartExportLabelsTaskRunCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class StartExportLabelsTaskRunCommand extends $Command<StartExportLabelsTaskRunCommandInput, StartExportLabelsTaskRunCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -44,7 +44,7 @@ export interface StartImportLabelsTaskRunCommandOutput extends StartImportLabels
|
|
|
44
44
|
*
|
|
45
45
|
* @see {@link StartImportLabelsTaskRunCommandInput} for command's `input` shape.
|
|
46
46
|
* @see {@link StartImportLabelsTaskRunCommandOutput} for command's `response` shape.
|
|
47
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
47
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
export declare class StartImportLabelsTaskRunCommand extends $Command<StartImportLabelsTaskRunCommandInput, StartImportLabelsTaskRunCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StartJobRunCommandOutput extends StartJobRunResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StartJobRunCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StartJobRunCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StartJobRunCommand extends $Command<StartJobRunCommandInput, StartJobRunCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface StartMLEvaluationTaskRunCommandOutput extends StartMLEvaluation
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link StartMLEvaluationTaskRunCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link StartMLEvaluationTaskRunCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class StartMLEvaluationTaskRunCommand extends $Command<StartMLEvaluationTaskRunCommandInput, StartMLEvaluationTaskRunCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface StartMLLabelingSetGenerationTaskRunCommandOutput extends StartM
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link StartMLLabelingSetGenerationTaskRunCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link StartMLLabelingSetGenerationTaskRunCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class StartMLLabelingSetGenerationTaskRunCommand extends $Command<StartMLLabelingSetGenerationTaskRunCommandInput, StartMLLabelingSetGenerationTaskRunCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface StartTriggerCommandOutput extends StartTriggerResponse, __Metad
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link StartTriggerCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link StartTriggerCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class StartTriggerCommand extends $Command<StartTriggerCommandInput, StartTriggerCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StartWorkflowRunCommandOutput extends StartWorkflowRunResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StartWorkflowRunCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StartWorkflowRunCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StartWorkflowRunCommand extends $Command<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StopCrawlerCommandOutput extends StopCrawlerResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StopCrawlerCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StopCrawlerCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StopCrawlerCommand extends $Command<StopCrawlerCommandInput, StopCrawlerCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface StopCrawlerScheduleCommandOutput extends StopCrawlerScheduleRes
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link StopCrawlerScheduleCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link StopCrawlerScheduleCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class StopCrawlerScheduleCommand extends $Command<StopCrawlerScheduleCommandInput, StopCrawlerScheduleCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StopTriggerCommandOutput extends StopTriggerResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StopTriggerCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StopTriggerCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StopTriggerCommand extends $Command<StopTriggerCommandInput, StopTriggerCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StopWorkflowRunCommandOutput extends StopWorkflowRunResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StopWorkflowRunCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StopWorkflowRunCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StopWorkflowRunCommand extends $Command<StopWorkflowRunCommandInput, StopWorkflowRunCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateBlueprintCommandOutput extends UpdateBlueprintResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateBlueprintCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateBlueprintCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateBlueprintCommand extends $Command<UpdateBlueprintCommandInput, UpdateBlueprintCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface UpdateClassifierCommandOutput extends UpdateClassifierResponse,
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link UpdateClassifierCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link UpdateClassifierCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class UpdateClassifierCommand extends $Command<UpdateClassifierCommandInput, UpdateClassifierCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface UpdateColumnStatisticsForPartitionCommandOutput extends UpdateC
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link UpdateColumnStatisticsForPartitionCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link UpdateColumnStatisticsForPartitionCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class UpdateColumnStatisticsForPartitionCommand extends $Command<UpdateColumnStatisticsForPartitionCommandInput, UpdateColumnStatisticsForPartitionCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface UpdateColumnStatisticsForTableCommandOutput extends UpdateColum
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link UpdateColumnStatisticsForTableCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link UpdateColumnStatisticsForTableCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class UpdateColumnStatisticsForTableCommand extends $Command<UpdateColumnStatisticsForTableCommandInput, UpdateColumnStatisticsForTableCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateConnectionCommandOutput extends UpdateConnectionResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateConnectionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateConnectionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateConnectionCommand extends $Command<UpdateConnectionCommandInput, UpdateConnectionCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface UpdateCrawlerCommandOutput extends UpdateCrawlerResponse, __Met
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link UpdateCrawlerCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link UpdateCrawlerCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class UpdateCrawlerCommand extends $Command<UpdateCrawlerCommandInput, UpdateCrawlerCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateCrawlerScheduleCommandOutput extends UpdateCrawlerSchedul
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateCrawlerScheduleCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateCrawlerScheduleCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateCrawlerScheduleCommand extends $Command<UpdateCrawlerScheduleCommandInput, UpdateCrawlerScheduleCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateDatabaseCommandOutput extends UpdateDatabaseResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateDatabaseCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateDatabaseCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateDatabaseCommand extends $Command<UpdateDatabaseCommandInput, UpdateDatabaseCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateDevEndpointCommandOutput extends UpdateDevEndpointRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateDevEndpointCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateDevEndpointCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateDevEndpointCommand extends $Command<UpdateDevEndpointCommandInput, UpdateDevEndpointCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateJobCommandOutput extends UpdateJobResponse, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateJobCommand extends $Command<UpdateJobCommandInput, UpdateJobCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface UpdateMLTransformCommandOutput extends UpdateMLTransformRespons
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link UpdateMLTransformCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link UpdateMLTransformCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class UpdateMLTransformCommand extends $Command<UpdateMLTransformCommandInput, UpdateMLTransformCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdatePartitionCommandOutput extends UpdatePartitionResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdatePartitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdatePartitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdatePartitionCommand extends $Command<UpdatePartitionCommandInput, UpdatePartitionCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateRegistryCommandOutput extends UpdateRegistryResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateRegistryCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateRegistryCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateRegistryCommand extends $Command<UpdateRegistryCommandInput, UpdateRegistryCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __Metad
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link UpdateSchemaCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link UpdateSchemaCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class UpdateSchemaCommand extends $Command<UpdateSchemaCommandInput, UpdateSchemaCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateTableCommandOutput extends UpdateTableResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateTableCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateTableCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateTableCommand extends $Command<UpdateTableCommandInput, UpdateTableCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateTriggerCommandOutput extends UpdateTriggerResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateTriggerCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateTriggerCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateTriggerCommand extends $Command<UpdateTriggerCommandInput, UpdateTriggerCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateUserDefinedFunctionCommandOutput extends UpdateUserDefine
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateUserDefinedFunctionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateUserDefinedFunctionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateUserDefinedFunctionCommand extends $Command<UpdateUserDefinedFunctionCommandInput, UpdateUserDefinedFunctionCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateWorkflowCommandOutput extends UpdateWorkflowResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateWorkflowCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateWorkflowCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlueClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateWorkflowCommand extends $Command<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, GlueClientResolvedConfig> {
|