@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
@@ -20,7 +20,7 @@ export interface BatchCreatePartitionCommandOutput extends BatchCreatePartitionR
20
20
  *
21
21
  * @see {@link BatchCreatePartitionCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchCreatePartitionCommandOutput} 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 BatchCreatePartitionCommand extends $Command<BatchCreatePartitionCommandInput, BatchCreatePartitionCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchDeleteConnectionCommandOutput extends BatchDeleteConnectio
20
20
  *
21
21
  * @see {@link BatchDeleteConnectionCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchDeleteConnectionCommandOutput} 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 BatchDeleteConnectionCommand extends $Command<BatchDeleteConnectionCommandInput, BatchDeleteConnectionCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchDeletePartitionCommandOutput extends BatchDeletePartitionR
20
20
  *
21
21
  * @see {@link BatchDeletePartitionCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchDeletePartitionCommandOutput} 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 BatchDeletePartitionCommand extends $Command<BatchDeletePartitionCommandInput, BatchDeletePartitionCommandOutput, GlueClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface BatchDeleteTableCommandOutput extends BatchDeleteTableResponse,
30
30
  *
31
31
  * @see {@link BatchDeleteTableCommandInput} for command's `input` shape.
32
32
  * @see {@link BatchDeleteTableCommandOutput} for command's `response` shape.
33
- * @see {@link GlueClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class BatchDeleteTableCommand extends $Command<BatchDeleteTableCommandInput, BatchDeleteTableCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchDeleteTableVersionCommandOutput extends BatchDeleteTableVe
20
20
  *
21
21
  * @see {@link BatchDeleteTableVersionCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchDeleteTableVersionCommandOutput} 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 BatchDeleteTableVersionCommand extends $Command<BatchDeleteTableVersionCommandInput, BatchDeleteTableVersionCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchGetBlueprintsCommandOutput extends BatchGetBlueprintsRespo
20
20
  *
21
21
  * @see {@link BatchGetBlueprintsCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchGetBlueprintsCommandOutput} 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 BatchGetBlueprintsCommand extends $Command<BatchGetBlueprintsCommandInput, BatchGetBlueprintsCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchGetCrawlersCommandOutput extends BatchGetCrawlersResponse,
20
20
  *
21
21
  * @see {@link BatchGetCrawlersCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchGetCrawlersCommandOutput} 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 BatchGetCrawlersCommand extends $Command<BatchGetCrawlersCommandInput, BatchGetCrawlersCommandOutput, GlueClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface BatchGetDevEndpointsCommandOutput extends BatchGetDevEndpointsR
23
23
  *
24
24
  * @see {@link BatchGetDevEndpointsCommandInput} for command's `input` shape.
25
25
  * @see {@link BatchGetDevEndpointsCommandOutput} 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 BatchGetDevEndpointsCommand extends $Command<BatchGetDevEndpointsCommandInput, BatchGetDevEndpointsCommandOutput, GlueClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface BatchGetJobsCommandOutput extends BatchGetJobsResponse, __Metad
21
21
  *
22
22
  * @see {@link BatchGetJobsCommandInput} for command's `input` shape.
23
23
  * @see {@link BatchGetJobsCommandOutput} 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 BatchGetJobsCommand extends $Command<BatchGetJobsCommandInput, BatchGetJobsCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchGetPartitionCommandOutput extends BatchGetPartitionRespons
20
20
  *
21
21
  * @see {@link BatchGetPartitionCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchGetPartitionCommandOutput} 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 BatchGetPartitionCommand extends $Command<BatchGetPartitionCommandInput, BatchGetPartitionCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchGetTriggersCommandOutput extends BatchGetTriggersResponse,
20
20
  *
21
21
  * @see {@link BatchGetTriggersCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchGetTriggersCommandOutput} 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 BatchGetTriggersCommand extends $Command<BatchGetTriggersCommandInput, BatchGetTriggersCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchGetWorkflowsCommandOutput extends BatchGetWorkflowsRespons
20
20
  *
21
21
  * @see {@link BatchGetWorkflowsCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchGetWorkflowsCommandOutput} 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 BatchGetWorkflowsCommand extends $Command<BatchGetWorkflowsCommandInput, BatchGetWorkflowsCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchStopJobRunCommandOutput extends BatchStopJobRunResponse, _
20
20
  *
21
21
  * @see {@link BatchStopJobRunCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchStopJobRunCommandOutput} 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 BatchStopJobRunCommand extends $Command<BatchStopJobRunCommandInput, BatchStopJobRunCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchUpdatePartitionCommandOutput extends BatchUpdatePartitionR
20
20
  *
21
21
  * @see {@link BatchUpdatePartitionCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchUpdatePartitionCommandOutput} 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 BatchUpdatePartitionCommand extends $Command<BatchUpdatePartitionCommandInput, BatchUpdatePartitionCommandOutput, GlueClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface CancelMLTaskRunCommandOutput extends CancelMLTaskRunResponse, _
22
22
  *
23
23
  * @see {@link CancelMLTaskRunCommandInput} for command's `input` shape.
24
24
  * @see {@link CancelMLTaskRunCommandOutput} 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 CancelMLTaskRunCommand extends $Command<CancelMLTaskRunCommandInput, CancelMLTaskRunCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CheckSchemaVersionValidityCommandOutput extends CheckSchemaVers
20
20
  *
21
21
  * @see {@link CheckSchemaVersionValidityCommandInput} for command's `input` shape.
22
22
  * @see {@link CheckSchemaVersionValidityCommandOutput} 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 CheckSchemaVersionValidityCommand extends $Command<CheckSchemaVersionValidityCommandInput, CheckSchemaVersionValidityCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateBlueprintCommandOutput extends CreateBlueprintResponse, _
20
20
  *
21
21
  * @see {@link CreateBlueprintCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateBlueprintCommandOutput} 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 CreateBlueprintCommand extends $Command<CreateBlueprintCommandInput, CreateBlueprintCommandOutput, GlueClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface CreateClassifierCommandOutput extends CreateClassifierResponse,
22
22
  *
23
23
  * @see {@link CreateClassifierCommandInput} for command's `input` shape.
24
24
  * @see {@link CreateClassifierCommandOutput} 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 CreateClassifierCommand extends $Command<CreateClassifierCommandInput, CreateClassifierCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse,
20
20
  *
21
21
  * @see {@link CreateConnectionCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateConnectionCommandOutput} 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 CreateConnectionCommand extends $Command<CreateConnectionCommandInput, CreateConnectionCommandOutput, GlueClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface CreateCrawlerCommandOutput extends CreateCrawlerResponse, __Met
22
22
  *
23
23
  * @see {@link CreateCrawlerCommandInput} for command's `input` shape.
24
24
  * @see {@link CreateCrawlerCommandOutput} 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 CreateCrawlerCommand extends $Command<CreateCrawlerCommandInput, CreateCrawlerCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateDatabaseCommandOutput extends CreateDatabaseResponse, __M
20
20
  *
21
21
  * @see {@link CreateDatabaseCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateDatabaseCommandOutput} 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 CreateDatabaseCommand extends $Command<CreateDatabaseCommandInput, CreateDatabaseCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateDevEndpointCommandOutput extends CreateDevEndpointRespons
20
20
  *
21
21
  * @see {@link CreateDevEndpointCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateDevEndpointCommandOutput} 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 CreateDevEndpointCommand extends $Command<CreateDevEndpointCommandInput, CreateDevEndpointCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link CreateJobCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateJobCommandOutput} 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 CreateJobCommand extends $Command<CreateJobCommandInput, CreateJobCommandOutput, GlueClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface CreateMLTransformCommandOutput extends CreateMLTransformRespons
32
32
  *
33
33
  * @see {@link CreateMLTransformCommandInput} for command's `input` shape.
34
34
  * @see {@link CreateMLTransformCommandOutput} for command's `response` shape.
35
- * @see {@link GlueClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class CreateMLTransformCommand extends $Command<CreateMLTransformCommandInput, CreateMLTransformCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreatePartitionCommandOutput extends CreatePartitionResponse, _
20
20
  *
21
21
  * @see {@link CreatePartitionCommandInput} for command's `input` shape.
22
22
  * @see {@link CreatePartitionCommandOutput} 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 CreatePartitionCommand extends $Command<CreatePartitionCommandInput, CreatePartitionCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreatePartitionIndexCommandOutput extends CreatePartitionIndexR
20
20
  *
21
21
  * @see {@link CreatePartitionIndexCommandInput} for command's `input` shape.
22
22
  * @see {@link CreatePartitionIndexCommandOutput} 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 CreatePartitionIndexCommand extends $Command<CreatePartitionIndexCommandInput, CreatePartitionIndexCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateRegistryCommandOutput extends CreateRegistryResponse, __M
20
20
  *
21
21
  * @see {@link CreateRegistryCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateRegistryCommandOutput} 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 CreateRegistryCommand extends $Command<CreateRegistryCommandInput, CreateRegistryCommandOutput, GlueClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
22
22
  *
23
23
  * @see {@link CreateSchemaCommandInput} for command's `input` shape.
24
24
  * @see {@link CreateSchemaCommandOutput} 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 CreateSchemaCommand extends $Command<CreateSchemaCommandInput, CreateSchemaCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateScriptCommandOutput extends CreateScriptResponse, __Metad
20
20
  *
21
21
  * @see {@link CreateScriptCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateScriptCommandOutput} 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 CreateScriptCommand extends $Command<CreateScriptCommandInput, CreateScriptCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateSecurityConfigurationCommandOutput extends CreateSecurity
20
20
  *
21
21
  * @see {@link CreateSecurityConfigurationCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateSecurityConfigurationCommandOutput} 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 CreateSecurityConfigurationCommand extends $Command<CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateTableCommandOutput extends CreateTableResponse, __Metadat
20
20
  *
21
21
  * @see {@link CreateTableCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateTableCommandOutput} 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 CreateTableCommand extends $Command<CreateTableCommandInput, CreateTableCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateTriggerCommandOutput extends CreateTriggerResponse, __Met
20
20
  *
21
21
  * @see {@link CreateTriggerCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateTriggerCommandOutput} 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 CreateTriggerCommand extends $Command<CreateTriggerCommandInput, CreateTriggerCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateUserDefinedFunctionCommandOutput extends CreateUserDefine
20
20
  *
21
21
  * @see {@link CreateUserDefinedFunctionCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateUserDefinedFunctionCommandOutput} 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 CreateUserDefinedFunctionCommand extends $Command<CreateUserDefinedFunctionCommandInput, CreateUserDefinedFunctionCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __M
20
20
  *
21
21
  * @see {@link CreateWorkflowCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateWorkflowCommandOutput} 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 CreateWorkflowCommand extends $Command<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteBlueprintCommandOutput extends DeleteBlueprintResponse, _
20
20
  *
21
21
  * @see {@link DeleteBlueprintCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteBlueprintCommandOutput} 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 DeleteBlueprintCommand extends $Command<DeleteBlueprintCommandInput, DeleteBlueprintCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteClassifierCommandOutput extends DeleteClassifierResponse,
20
20
  *
21
21
  * @see {@link DeleteClassifierCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteClassifierCommandOutput} 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 DeleteClassifierCommand extends $Command<DeleteClassifierCommandInput, DeleteClassifierCommandOutput, GlueClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteColumnStatisticsForPartitionCommandOutput extends DeleteC
22
22
  *
23
23
  * @see {@link DeleteColumnStatisticsForPartitionCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteColumnStatisticsForPartitionCommandOutput} 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 DeleteColumnStatisticsForPartitionCommand extends $Command<DeleteColumnStatisticsForPartitionCommandInput, DeleteColumnStatisticsForPartitionCommandOutput, GlueClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteColumnStatisticsForTableCommandOutput extends DeleteColum
22
22
  *
23
23
  * @see {@link DeleteColumnStatisticsForTableCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteColumnStatisticsForTableCommandOutput} 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 DeleteColumnStatisticsForTableCommand extends $Command<DeleteColumnStatisticsForTableCommandInput, DeleteColumnStatisticsForTableCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
20
20
  *
21
21
  * @see {@link DeleteConnectionCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteConnectionCommandOutput} 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 DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, GlueClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteCrawlerCommandOutput extends DeleteCrawlerResponse, __Met
21
21
  *
22
22
  * @see {@link DeleteCrawlerCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteCrawlerCommandOutput} 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 DeleteCrawlerCommand extends $Command<DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput, GlueClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface DeleteDatabaseCommandOutput extends DeleteDatabaseResponse, __M
32
32
  *
33
33
  * @see {@link DeleteDatabaseCommandInput} for command's `input` shape.
34
34
  * @see {@link DeleteDatabaseCommandOutput} for command's `response` shape.
35
- * @see {@link GlueClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class DeleteDatabaseCommand extends $Command<DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteDevEndpointCommandOutput extends DeleteDevEndpointRespons
20
20
  *
21
21
  * @see {@link DeleteDevEndpointCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteDevEndpointCommandOutput} 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 DeleteDevEndpointCommand extends $Command<DeleteDevEndpointCommandInput, DeleteDevEndpointCommandOutput, GlueClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteJobCommandOutput extends DeleteJobResponse, __MetadataBea
21
21
  *
22
22
  * @see {@link DeleteJobCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteJobCommandOutput} 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 DeleteJobCommand extends $Command<DeleteJobCommandInput, DeleteJobCommandOutput, GlueClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DeleteMLTransformCommandOutput extends DeleteMLTransformRespons
25
25
  *
26
26
  * @see {@link DeleteMLTransformCommandInput} for command's `input` shape.
27
27
  * @see {@link DeleteMLTransformCommandOutput} for command's `response` shape.
28
- * @see {@link GlueClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DeleteMLTransformCommand extends $Command<DeleteMLTransformCommandInput, DeleteMLTransformCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeletePartitionCommandOutput extends DeletePartitionResponse, _
20
20
  *
21
21
  * @see {@link DeletePartitionCommandInput} for command's `input` shape.
22
22
  * @see {@link DeletePartitionCommandOutput} 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 DeletePartitionCommand extends $Command<DeletePartitionCommandInput, DeletePartitionCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeletePartitionIndexCommandOutput extends DeletePartitionIndexR
20
20
  *
21
21
  * @see {@link DeletePartitionIndexCommandInput} for command's `input` shape.
22
22
  * @see {@link DeletePartitionIndexCommandOutput} 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 DeletePartitionIndexCommand extends $Command<DeletePartitionIndexCommandInput, DeletePartitionIndexCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteRegistryCommandOutput extends DeleteRegistryResponse, __M
20
20
  *
21
21
  * @see {@link DeleteRegistryCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteRegistryCommandOutput} 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 DeleteRegistryCommand extends $Command<DeleteRegistryCommandInput, DeleteRegistryCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
20
20
  *
21
21
  * @see {@link DeleteResourcePolicyCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteResourcePolicyCommandOutput} 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 DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteSchemaCommandOutput extends DeleteSchemaResponse, __Metad
20
20
  *
21
21
  * @see {@link DeleteSchemaCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteSchemaCommandOutput} 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 DeleteSchemaCommand extends $Command<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, GlueClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeleteSchemaVersionsCommandOutput extends DeleteSchemaVersionsR
23
23
  *
24
24
  * @see {@link DeleteSchemaVersionsCommandInput} for command's `input` shape.
25
25
  * @see {@link DeleteSchemaVersionsCommandOutput} 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 DeleteSchemaVersionsCommand extends $Command<DeleteSchemaVersionsCommandInput, DeleteSchemaVersionsCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteSecurityConfigurationCommandOutput extends DeleteSecurity
20
20
  *
21
21
  * @see {@link DeleteSecurityConfigurationCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteSecurityConfigurationCommandOutput} 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 DeleteSecurityConfigurationCommand extends $Command<DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput, GlueClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface DeleteTableCommandOutput extends DeleteTableResponse, __Metadat
30
30
  *
31
31
  * @see {@link DeleteTableCommandInput} for command's `input` shape.
32
32
  * @see {@link DeleteTableCommandOutput} for command's `response` shape.
33
- * @see {@link GlueClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class DeleteTableCommand extends $Command<DeleteTableCommandInput, DeleteTableCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteTableVersionCommandOutput extends DeleteTableVersionRespo
20
20
  *
21
21
  * @see {@link DeleteTableVersionCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteTableVersionCommandOutput} 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 DeleteTableVersionCommand extends $Command<DeleteTableVersionCommandInput, DeleteTableVersionCommandOutput, GlueClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteTriggerCommandOutput extends DeleteTriggerResponse, __Met
21
21
  *
22
22
  * @see {@link DeleteTriggerCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteTriggerCommandOutput} 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 DeleteTriggerCommand extends $Command<DeleteTriggerCommandInput, DeleteTriggerCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteUserDefinedFunctionCommandOutput extends DeleteUserDefine
20
20
  *
21
21
  * @see {@link DeleteUserDefinedFunctionCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteUserDefinedFunctionCommandOutput} 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 DeleteUserDefinedFunctionCommand extends $Command<DeleteUserDefinedFunctionCommandInput, DeleteUserDefinedFunctionCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteWorkflowCommandOutput extends DeleteWorkflowResponse, __M
20
20
  *
21
21
  * @see {@link DeleteWorkflowCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteWorkflowCommandOutput} 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 DeleteWorkflowCommand extends $Command<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetBlueprintCommandOutput extends GetBlueprintResponse, __Metad
20
20
  *
21
21
  * @see {@link GetBlueprintCommandInput} for command's `input` shape.
22
22
  * @see {@link GetBlueprintCommandOutput} 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 GetBlueprintCommand extends $Command<GetBlueprintCommandInput, GetBlueprintCommandOutput, GlueClientResolvedConfig> {