@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.
Files changed (183) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/commands/GetDatabaseCommand.js +1 -2
  3. package/dist-cjs/endpoints.js +8 -0
  4. package/dist-cjs/models/models_0.js +18 -18
  5. package/dist-cjs/models/models_1.js +18 -6
  6. package/dist-cjs/protocols/Aws_json1_1.js +117 -0
  7. package/dist-es/commands/GetDatabaseCommand.js +1 -2
  8. package/dist-es/endpoints.js +8 -0
  9. package/dist-es/models/models_0.js +8 -8
  10. package/dist-es/models/models_1.js +8 -0
  11. package/dist-es/protocols/Aws_json1_1.js +277 -174
  12. package/dist-types/commands/BatchCreatePartitionCommand.d.ts +1 -1
  13. package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +1 -1
  14. package/dist-types/commands/BatchDeletePartitionCommand.d.ts +1 -1
  15. package/dist-types/commands/BatchDeleteTableCommand.d.ts +1 -1
  16. package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +1 -1
  17. package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +1 -1
  18. package/dist-types/commands/BatchGetCrawlersCommand.d.ts +1 -1
  19. package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +1 -1
  20. package/dist-types/commands/BatchGetJobsCommand.d.ts +1 -1
  21. package/dist-types/commands/BatchGetPartitionCommand.d.ts +1 -1
  22. package/dist-types/commands/BatchGetTriggersCommand.d.ts +1 -1
  23. package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +1 -1
  24. package/dist-types/commands/BatchStopJobRunCommand.d.ts +1 -1
  25. package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +1 -1
  26. package/dist-types/commands/CancelMLTaskRunCommand.d.ts +1 -1
  27. package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateBlueprintCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateClassifierCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateCrawlerCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateDatabaseCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateDevEndpointCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateJobCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateMLTransformCommand.d.ts +1 -1
  36. package/dist-types/commands/CreatePartitionCommand.d.ts +1 -1
  37. package/dist-types/commands/CreatePartitionIndexCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateRegistryCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateSchemaCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateScriptCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateTableCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateTriggerCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateWorkflowCommand.d.ts +1 -1
  46. package/dist-types/commands/DeleteBlueprintCommand.d.ts +1 -1
  47. package/dist-types/commands/DeleteClassifierCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +1 -1
  49. package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +1 -1
  50. package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
  51. package/dist-types/commands/DeleteCrawlerCommand.d.ts +1 -1
  52. package/dist-types/commands/DeleteDatabaseCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteDevEndpointCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteJobCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteMLTransformCommand.d.ts +1 -1
  56. package/dist-types/commands/DeletePartitionCommand.d.ts +1 -1
  57. package/dist-types/commands/DeletePartitionIndexCommand.d.ts +1 -1
  58. package/dist-types/commands/DeleteRegistryCommand.d.ts +1 -1
  59. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
  60. package/dist-types/commands/DeleteSchemaCommand.d.ts +1 -1
  61. package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +1 -1
  62. package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +1 -1
  63. package/dist-types/commands/DeleteTableCommand.d.ts +1 -1
  64. package/dist-types/commands/DeleteTableVersionCommand.d.ts +1 -1
  65. package/dist-types/commands/DeleteTriggerCommand.d.ts +1 -1
  66. package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +1 -1
  67. package/dist-types/commands/DeleteWorkflowCommand.d.ts +1 -1
  68. package/dist-types/commands/GetBlueprintCommand.d.ts +1 -1
  69. package/dist-types/commands/GetBlueprintRunCommand.d.ts +1 -1
  70. package/dist-types/commands/GetBlueprintRunsCommand.d.ts +1 -1
  71. package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +1 -1
  72. package/dist-types/commands/GetClassifierCommand.d.ts +1 -1
  73. package/dist-types/commands/GetClassifiersCommand.d.ts +1 -1
  74. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +1 -1
  75. package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +1 -1
  76. package/dist-types/commands/GetConnectionCommand.d.ts +1 -1
  77. package/dist-types/commands/GetConnectionsCommand.d.ts +1 -1
  78. package/dist-types/commands/GetCrawlerCommand.d.ts +1 -1
  79. package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +1 -1
  80. package/dist-types/commands/GetCrawlersCommand.d.ts +1 -1
  81. package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  82. package/dist-types/commands/GetDatabaseCommand.d.ts +2 -3
  83. package/dist-types/commands/GetDatabasesCommand.d.ts +1 -1
  84. package/dist-types/commands/GetDataflowGraphCommand.d.ts +1 -1
  85. package/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
  86. package/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
  87. package/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
  88. package/dist-types/commands/GetJobCommand.d.ts +1 -1
  89. package/dist-types/commands/GetJobRunCommand.d.ts +1 -1
  90. package/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
  91. package/dist-types/commands/GetJobsCommand.d.ts +1 -1
  92. package/dist-types/commands/GetMLTaskRunCommand.d.ts +1 -1
  93. package/dist-types/commands/GetMLTaskRunsCommand.d.ts +1 -1
  94. package/dist-types/commands/GetMLTransformCommand.d.ts +1 -1
  95. package/dist-types/commands/GetMLTransformsCommand.d.ts +1 -1
  96. package/dist-types/commands/GetMappingCommand.d.ts +1 -1
  97. package/dist-types/commands/GetPartitionCommand.d.ts +1 -1
  98. package/dist-types/commands/GetPartitionIndexesCommand.d.ts +1 -1
  99. package/dist-types/commands/GetPartitionsCommand.d.ts +1 -1
  100. package/dist-types/commands/GetPlanCommand.d.ts +1 -1
  101. package/dist-types/commands/GetRegistryCommand.d.ts +1 -1
  102. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +1 -1
  103. package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
  104. package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +1 -1
  105. package/dist-types/commands/GetSchemaCommand.d.ts +1 -1
  106. package/dist-types/commands/GetSchemaVersionCommand.d.ts +1 -1
  107. package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +1 -1
  108. package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +1 -1
  109. package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +1 -1
  110. package/dist-types/commands/GetTableCommand.d.ts +1 -1
  111. package/dist-types/commands/GetTableVersionCommand.d.ts +1 -1
  112. package/dist-types/commands/GetTableVersionsCommand.d.ts +1 -1
  113. package/dist-types/commands/GetTablesCommand.d.ts +1 -1
  114. package/dist-types/commands/GetTagsCommand.d.ts +1 -1
  115. package/dist-types/commands/GetTriggerCommand.d.ts +1 -1
  116. package/dist-types/commands/GetTriggersCommand.d.ts +1 -1
  117. package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +1 -1
  118. package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +1 -1
  119. package/dist-types/commands/GetWorkflowCommand.d.ts +1 -1
  120. package/dist-types/commands/GetWorkflowRunCommand.d.ts +1 -1
  121. package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +1 -1
  122. package/dist-types/commands/GetWorkflowRunsCommand.d.ts +1 -1
  123. package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +1 -1
  124. package/dist-types/commands/ListBlueprintsCommand.d.ts +1 -1
  125. package/dist-types/commands/ListCrawlersCommand.d.ts +1 -1
  126. package/dist-types/commands/ListDevEndpointsCommand.d.ts +1 -1
  127. package/dist-types/commands/ListJobsCommand.d.ts +1 -1
  128. package/dist-types/commands/ListMLTransformsCommand.d.ts +1 -1
  129. package/dist-types/commands/ListRegistriesCommand.d.ts +1 -1
  130. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +1 -1
  131. package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
  132. package/dist-types/commands/ListTriggersCommand.d.ts +1 -1
  133. package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
  134. package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  135. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
  136. package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +1 -1
  137. package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +1 -1
  138. package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +1 -1
  139. package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +1 -1
  140. package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +1 -1
  141. package/dist-types/commands/ResetJobBookmarkCommand.d.ts +1 -1
  142. package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +1 -1
  143. package/dist-types/commands/SearchTablesCommand.d.ts +1 -1
  144. package/dist-types/commands/StartBlueprintRunCommand.d.ts +1 -1
  145. package/dist-types/commands/StartCrawlerCommand.d.ts +1 -1
  146. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  147. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  148. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  149. package/dist-types/commands/StartJobRunCommand.d.ts +1 -1
  150. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  151. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  152. package/dist-types/commands/StartTriggerCommand.d.ts +1 -1
  153. package/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
  154. package/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
  155. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  156. package/dist-types/commands/StopTriggerCommand.d.ts +1 -1
  157. package/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
  158. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  159. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  160. package/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
  161. package/dist-types/commands/UpdateClassifierCommand.d.ts +1 -1
  162. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  163. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  164. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  165. package/dist-types/commands/UpdateCrawlerCommand.d.ts +1 -1
  166. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
  167. package/dist-types/commands/UpdateDatabaseCommand.d.ts +1 -1
  168. package/dist-types/commands/UpdateDevEndpointCommand.d.ts +1 -1
  169. package/dist-types/commands/UpdateJobCommand.d.ts +1 -1
  170. package/dist-types/commands/UpdateMLTransformCommand.d.ts +1 -1
  171. package/dist-types/commands/UpdatePartitionCommand.d.ts +1 -1
  172. package/dist-types/commands/UpdateRegistryCommand.d.ts +1 -1
  173. package/dist-types/commands/UpdateSchemaCommand.d.ts +1 -1
  174. package/dist-types/commands/UpdateTableCommand.d.ts +1 -1
  175. package/dist-types/commands/UpdateTriggerCommand.d.ts +1 -1
  176. package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +1 -1
  177. package/dist-types/commands/UpdateWorkflowCommand.d.ts +1 -1
  178. package/dist-types/models/models_0.d.ts +46 -66
  179. package/dist-types/models/models_1.d.ts +95 -1
  180. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +1 -2
  181. package/dist-types/ts3.4/models/models_0.d.ts +24 -0
  182. package/dist-types/ts3.4/models/models_1.d.ts +48 -1
  183. 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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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> {