@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 GetBlueprintRunCommandOutput extends GetBlueprintRunResponse, _
20
20
  *
21
21
  * @see {@link GetBlueprintRunCommandInput} for command's `input` shape.
22
22
  * @see {@link GetBlueprintRunCommandOutput} 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 GetBlueprintRunCommand extends $Command<GetBlueprintRunCommandInput, GetBlueprintRunCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetBlueprintRunsCommandOutput extends GetBlueprintRunsResponse,
20
20
  *
21
21
  * @see {@link GetBlueprintRunsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetBlueprintRunsCommandOutput} 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 GetBlueprintRunsCommand extends $Command<GetBlueprintRunsCommandInput, GetBlueprintRunsCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetCatalogImportStatusCommandOutput extends GetCatalogImportSta
20
20
  *
21
21
  * @see {@link GetCatalogImportStatusCommandInput} for command's `input` shape.
22
22
  * @see {@link GetCatalogImportStatusCommandOutput} 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 GetCatalogImportStatusCommand extends $Command<GetCatalogImportStatusCommandInput, GetCatalogImportStatusCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetClassifierCommandOutput extends GetClassifierResponse, __Met
20
20
  *
21
21
  * @see {@link GetClassifierCommandInput} for command's `input` shape.
22
22
  * @see {@link GetClassifierCommandOutput} 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 GetClassifierCommand extends $Command<GetClassifierCommandInput, GetClassifierCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetClassifiersCommandOutput extends GetClassifiersResponse, __M
20
20
  *
21
21
  * @see {@link GetClassifiersCommandInput} for command's `input` shape.
22
22
  * @see {@link GetClassifiersCommandOutput} 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 GetClassifiersCommand extends $Command<GetClassifiersCommandInput, GetClassifiersCommandOutput, GlueClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface GetColumnStatisticsForPartitionCommandOutput extends GetColumnS
22
22
  *
23
23
  * @see {@link GetColumnStatisticsForPartitionCommandInput} for command's `input` shape.
24
24
  * @see {@link GetColumnStatisticsForPartitionCommandOutput} 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 GetColumnStatisticsForPartitionCommand extends $Command<GetColumnStatisticsForPartitionCommandInput, GetColumnStatisticsForPartitionCommandOutput, GlueClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface GetColumnStatisticsForTableCommandOutput extends GetColumnStati
22
22
  *
23
23
  * @see {@link GetColumnStatisticsForTableCommandInput} for command's `input` shape.
24
24
  * @see {@link GetColumnStatisticsForTableCommandOutput} 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 GetColumnStatisticsForTableCommand extends $Command<GetColumnStatisticsForTableCommandInput, GetColumnStatisticsForTableCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetConnectionCommandOutput extends GetConnectionResponse, __Met
20
20
  *
21
21
  * @see {@link GetConnectionCommandInput} for command's `input` shape.
22
22
  * @see {@link GetConnectionCommandOutput} 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 GetConnectionCommand extends $Command<GetConnectionCommandInput, GetConnectionCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetConnectionsCommandOutput extends GetConnectionsResponse, __M
20
20
  *
21
21
  * @see {@link GetConnectionsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetConnectionsCommandOutput} 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 GetConnectionsCommand extends $Command<GetConnectionsCommandInput, GetConnectionsCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetCrawlerCommandOutput extends GetCrawlerResponse, __MetadataB
20
20
  *
21
21
  * @see {@link GetCrawlerCommandInput} for command's `input` shape.
22
22
  * @see {@link GetCrawlerCommandOutput} 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 GetCrawlerCommand extends $Command<GetCrawlerCommandInput, GetCrawlerCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetCrawlerMetricsCommandOutput extends GetCrawlerMetricsRespons
20
20
  *
21
21
  * @see {@link GetCrawlerMetricsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetCrawlerMetricsCommandOutput} 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 GetCrawlerMetricsCommand extends $Command<GetCrawlerMetricsCommandInput, GetCrawlerMetricsCommandOutput, GlueClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetCrawlersCommandOutput extends GetCrawlersResponse, __Metadat
21
21
  *
22
22
  * @see {@link GetCrawlersCommandInput} for command's `input` shape.
23
23
  * @see {@link GetCrawlersCommandOutput} 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 GetCrawlersCommand extends $Command<GetCrawlersCommandInput, GetCrawlersCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDataCatalogEncryptionSettingsCommandOutput extends GetDataCa
20
20
  *
21
21
  * @see {@link GetDataCatalogEncryptionSettingsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetDataCatalogEncryptionSettingsCommandOutput} 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 GetDataCatalogEncryptionSettingsCommand extends $Command<GetDataCatalogEncryptionSettingsCommandInput, GetDataCatalogEncryptionSettingsCommandOutput, GlueClientResolvedConfig> {
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { GetDatabaseRequest } from "../models/models_0";
5
- import { GetDatabaseResponse } from "../models/models_1";
4
+ import { GetDatabaseRequest, GetDatabaseResponse } from "../models/models_1";
6
5
  export interface GetDatabaseCommandInput extends GetDatabaseRequest {
7
6
  }
8
7
  export interface GetDatabaseCommandOutput extends GetDatabaseResponse, __MetadataBearer {
@@ -21,7 +20,7 @@ export interface GetDatabaseCommandOutput extends GetDatabaseResponse, __Metadat
21
20
  *
22
21
  * @see {@link GetDatabaseCommandInput} for command's `input` shape.
23
22
  * @see {@link GetDatabaseCommandOutput} for command's `response` shape.
24
- * @see {@link GlueClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
25
24
  *
26
25
  */
27
26
  export declare class GetDatabaseCommand extends $Command<GetDatabaseCommandInput, GetDatabaseCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDatabasesCommandOutput extends GetDatabasesResponse, __Metad
20
20
  *
21
21
  * @see {@link GetDatabasesCommandInput} for command's `input` shape.
22
22
  * @see {@link GetDatabasesCommandOutput} 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 GetDatabasesCommand extends $Command<GetDatabasesCommandInput, GetDatabasesCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDataflowGraphCommandOutput extends GetDataflowGraphResponse,
20
20
  *
21
21
  * @see {@link GetDataflowGraphCommandInput} for command's `input` shape.
22
22
  * @see {@link GetDataflowGraphCommandOutput} 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 GetDataflowGraphCommand extends $Command<GetDataflowGraphCommandInput, GetDataflowGraphCommandOutput, GlueClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface GetDevEndpointCommandOutput extends GetDevEndpointResponse, __M
25
25
  *
26
26
  * @see {@link GetDevEndpointCommandInput} for command's `input` shape.
27
27
  * @see {@link GetDevEndpointCommandOutput} 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 GetDevEndpointCommand extends $Command<GetDevEndpointCommandInput, GetDevEndpointCommandOutput, GlueClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface GetDevEndpointsCommandOutput extends GetDevEndpointsResponse, _
25
25
  *
26
26
  * @see {@link GetDevEndpointsCommandInput} for command's `input` shape.
27
27
  * @see {@link GetDevEndpointsCommandOutput} 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 GetDevEndpointsCommand extends $Command<GetDevEndpointsCommandInput, GetDevEndpointsCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetJobBookmarkCommandOutput extends GetJobBookmarkResponse, __M
20
20
  *
21
21
  * @see {@link GetJobBookmarkCommandInput} for command's `input` shape.
22
22
  * @see {@link GetJobBookmarkCommandOutput} 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 GetJobBookmarkCommand extends $Command<GetJobBookmarkCommandInput, GetJobBookmarkCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetJobCommandInput} for command's `input` shape.
22
22
  * @see {@link GetJobCommandOutput} 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 GetJobCommand extends $Command<GetJobCommandInput, GetJobCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetJobRunCommandOutput extends GetJobRunResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link GetJobRunCommandInput} for command's `input` shape.
22
22
  * @see {@link GetJobRunCommandOutput} 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 GetJobRunCommand extends $Command<GetJobRunCommandInput, GetJobRunCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetJobRunsCommandOutput extends GetJobRunsResponse, __MetadataB
20
20
  *
21
21
  * @see {@link GetJobRunsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetJobRunsCommandOutput} 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 GetJobRunsCommand extends $Command<GetJobRunsCommandInput, GetJobRunsCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetJobsCommandOutput extends GetJobsResponse, __MetadataBearer
20
20
  *
21
21
  * @see {@link GetJobsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetJobsCommandOutput} 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 GetJobsCommand extends $Command<GetJobsCommandInput, GetJobsCommandOutput, GlueClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetMLTaskRunCommandOutput extends GetMLTaskRunResponse, __Metad
24
24
  *
25
25
  * @see {@link GetMLTaskRunCommandInput} for command's `input` shape.
26
26
  * @see {@link GetMLTaskRunCommandOutput} 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 GetMLTaskRunCommand extends $Command<GetMLTaskRunCommandInput, GetMLTaskRunCommandOutput, GlueClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface GetMLTaskRunsCommandOutput extends GetMLTaskRunsResponse, __Met
26
26
  *
27
27
  * @see {@link GetMLTaskRunsCommandInput} for command's `input` shape.
28
28
  * @see {@link GetMLTaskRunsCommandOutput} 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 GetMLTaskRunsCommand extends $Command<GetMLTaskRunsCommandInput, GetMLTaskRunsCommandOutput, GlueClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetMLTransformCommandOutput extends GetMLTransformResponse, __M
24
24
  *
25
25
  * @see {@link GetMLTransformCommandInput} for command's `input` shape.
26
26
  * @see {@link GetMLTransformCommandOutput} 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 GetMLTransformCommand extends $Command<GetMLTransformCommandInput, GetMLTransformCommandOutput, GlueClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetMLTransformsCommandOutput extends GetMLTransformsResponse, _
24
24
  *
25
25
  * @see {@link GetMLTransformsCommandInput} for command's `input` shape.
26
26
  * @see {@link GetMLTransformsCommandOutput} 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 GetMLTransformsCommand extends $Command<GetMLTransformsCommandInput, GetMLTransformsCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetMappingCommandOutput extends GetMappingResponse, __MetadataB
20
20
  *
21
21
  * @see {@link GetMappingCommandInput} for command's `input` shape.
22
22
  * @see {@link GetMappingCommandOutput} 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 GetMappingCommand extends $Command<GetMappingCommandInput, GetMappingCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetPartitionCommandOutput extends GetPartitionResponse, __Metad
20
20
  *
21
21
  * @see {@link GetPartitionCommandInput} for command's `input` shape.
22
22
  * @see {@link GetPartitionCommandOutput} 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 GetPartitionCommand extends $Command<GetPartitionCommandInput, GetPartitionCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetPartitionIndexesCommandOutput extends GetPartitionIndexesRes
20
20
  *
21
21
  * @see {@link GetPartitionIndexesCommandInput} for command's `input` shape.
22
22
  * @see {@link GetPartitionIndexesCommandOutput} 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 GetPartitionIndexesCommand extends $Command<GetPartitionIndexesCommandInput, GetPartitionIndexesCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetPartitionsCommandOutput extends GetPartitionsResponse, __Met
20
20
  *
21
21
  * @see {@link GetPartitionsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetPartitionsCommandOutput} 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 GetPartitionsCommand extends $Command<GetPartitionsCommandInput, GetPartitionsCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetPlanCommandOutput extends GetPlanResponse, __MetadataBearer
20
20
  *
21
21
  * @see {@link GetPlanCommandInput} for command's `input` shape.
22
22
  * @see {@link GetPlanCommandOutput} 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 GetPlanCommand extends $Command<GetPlanCommandInput, GetPlanCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetRegistryCommandOutput extends GetRegistryResponse, __Metadat
20
20
  *
21
21
  * @see {@link GetRegistryCommandInput} for command's `input` shape.
22
22
  * @see {@link GetRegistryCommandOutput} 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 GetRegistryCommand extends $Command<GetRegistryCommandInput, GetRegistryCommandOutput, GlueClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesRes
25
25
  *
26
26
  * @see {@link GetResourcePoliciesCommandInput} for command's `input` shape.
27
27
  * @see {@link GetResourcePoliciesCommandOutput} 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 GetResourcePoliciesCommand extends $Command<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons
20
20
  *
21
21
  * @see {@link GetResourcePolicyCommandInput} for command's `input` shape.
22
22
  * @see {@link GetResourcePolicyCommandOutput} 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 GetResourcePolicyCommand extends $Command<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetSchemaByDefinitionCommandOutput extends GetSchemaByDefinitio
20
20
  *
21
21
  * @see {@link GetSchemaByDefinitionCommandInput} for command's `input` shape.
22
22
  * @see {@link GetSchemaByDefinitionCommandOutput} 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 GetSchemaByDefinitionCommand extends $Command<GetSchemaByDefinitionCommandInput, GetSchemaByDefinitionCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetSchemaCommandOutput extends GetSchemaResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link GetSchemaCommandInput} for command's `input` shape.
22
22
  * @see {@link GetSchemaCommandOutput} 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 GetSchemaCommand extends $Command<GetSchemaCommandInput, GetSchemaCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetSchemaVersionCommandOutput extends GetSchemaVersionResponse,
20
20
  *
21
21
  * @see {@link GetSchemaVersionCommandInput} for command's `input` shape.
22
22
  * @see {@link GetSchemaVersionCommandOutput} 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 GetSchemaVersionCommand extends $Command<GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput, GlueClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetSchemaVersionsDiffCommandOutput extends GetSchemaVersionsDif
21
21
  *
22
22
  * @see {@link GetSchemaVersionsDiffCommandInput} for command's `input` shape.
23
23
  * @see {@link GetSchemaVersionsDiffCommandOutput} 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 GetSchemaVersionsDiffCommand extends $Command<GetSchemaVersionsDiffCommandInput, GetSchemaVersionsDiffCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetSecurityConfigurationCommandOutput extends GetSecurityConfig
20
20
  *
21
21
  * @see {@link GetSecurityConfigurationCommandInput} for command's `input` shape.
22
22
  * @see {@link GetSecurityConfigurationCommandOutput} 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 GetSecurityConfigurationCommand extends $Command<GetSecurityConfigurationCommandInput, GetSecurityConfigurationCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetSecurityConfigurationsCommandOutput extends GetSecurityConfi
20
20
  *
21
21
  * @see {@link GetSecurityConfigurationsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetSecurityConfigurationsCommandOutput} 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 GetSecurityConfigurationsCommand extends $Command<GetSecurityConfigurationsCommandInput, GetSecurityConfigurationsCommandOutput, GlueClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetTableCommandOutput extends GetTableResponse, __MetadataBeare
21
21
  *
22
22
  * @see {@link GetTableCommandInput} for command's `input` shape.
23
23
  * @see {@link GetTableCommandOutput} 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 GetTableCommand extends $Command<GetTableCommandInput, GetTableCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetTableVersionCommandOutput extends GetTableVersionResponse, _
20
20
  *
21
21
  * @see {@link GetTableVersionCommandInput} for command's `input` shape.
22
22
  * @see {@link GetTableVersionCommandOutput} 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 GetTableVersionCommand extends $Command<GetTableVersionCommandInput, GetTableVersionCommandOutput, GlueClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetTableVersionsCommandOutput extends GetTableVersionsResponse,
21
21
  *
22
22
  * @see {@link GetTableVersionsCommandInput} for command's `input` shape.
23
23
  * @see {@link GetTableVersionsCommandOutput} 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 GetTableVersionsCommand extends $Command<GetTableVersionsCommandInput, GetTableVersionsCommandOutput, GlueClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetTablesCommandOutput extends GetTablesResponse, __MetadataBea
21
21
  *
22
22
  * @see {@link GetTablesCommandInput} for command's `input` shape.
23
23
  * @see {@link GetTablesCommandOutput} 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 GetTablesCommand extends $Command<GetTablesCommandInput, GetTablesCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer
20
20
  *
21
21
  * @see {@link GetTagsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetTagsCommandOutput} 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 GetTagsCommand extends $Command<GetTagsCommandInput, GetTagsCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetTriggerCommandOutput extends GetTriggerResponse, __MetadataB
20
20
  *
21
21
  * @see {@link GetTriggerCommandInput} for command's `input` shape.
22
22
  * @see {@link GetTriggerCommandOutput} 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 GetTriggerCommand extends $Command<GetTriggerCommandInput, GetTriggerCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetTriggersCommandOutput extends GetTriggersResponse, __Metadat
20
20
  *
21
21
  * @see {@link GetTriggersCommandInput} for command's `input` shape.
22
22
  * @see {@link GetTriggersCommandOutput} 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 GetTriggersCommand extends $Command<GetTriggersCommandInput, GetTriggersCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetUserDefinedFunctionCommandOutput extends GetUserDefinedFunct
20
20
  *
21
21
  * @see {@link GetUserDefinedFunctionCommandInput} for command's `input` shape.
22
22
  * @see {@link GetUserDefinedFunctionCommandOutput} 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 GetUserDefinedFunctionCommand extends $Command<GetUserDefinedFunctionCommandInput, GetUserDefinedFunctionCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetUserDefinedFunctionsCommandOutput extends GetUserDefinedFunc
20
20
  *
21
21
  * @see {@link GetUserDefinedFunctionsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetUserDefinedFunctionsCommandOutput} 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 GetUserDefinedFunctionsCommand extends $Command<GetUserDefinedFunctionsCommandInput, GetUserDefinedFunctionsCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __Metadat
20
20
  *
21
21
  * @see {@link GetWorkflowCommandInput} for command's `input` shape.
22
22
  * @see {@link GetWorkflowCommandOutput} 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 GetWorkflowCommand extends $Command<GetWorkflowCommandInput, GetWorkflowCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetWorkflowRunCommandOutput extends GetWorkflowRunResponse, __M
20
20
  *
21
21
  * @see {@link GetWorkflowRunCommandInput} for command's `input` shape.
22
22
  * @see {@link GetWorkflowRunCommandOutput} 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 GetWorkflowRunCommand extends $Command<GetWorkflowRunCommandInput, GetWorkflowRunCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetWorkflowRunPropertiesCommandOutput extends GetWorkflowRunPro
20
20
  *
21
21
  * @see {@link GetWorkflowRunPropertiesCommandInput} for command's `input` shape.
22
22
  * @see {@link GetWorkflowRunPropertiesCommandOutput} 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 GetWorkflowRunPropertiesCommand extends $Command<GetWorkflowRunPropertiesCommandInput, GetWorkflowRunPropertiesCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetWorkflowRunsCommandOutput extends GetWorkflowRunsResponse, _
20
20
  *
21
21
  * @see {@link GetWorkflowRunsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetWorkflowRunsCommandOutput} 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 GetWorkflowRunsCommand extends $Command<GetWorkflowRunsCommandInput, GetWorkflowRunsCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ImportCatalogToGlueCommandOutput extends ImportCatalogToGlueRes
20
20
  *
21
21
  * @see {@link ImportCatalogToGlueCommandInput} for command's `input` shape.
22
22
  * @see {@link ImportCatalogToGlueCommandOutput} 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 ImportCatalogToGlueCommand extends $Command<ImportCatalogToGlueCommandInput, ImportCatalogToGlueCommandOutput, GlueClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListBlueprintsCommandOutput extends ListBlueprintsResponse, __M
20
20
  *
21
21
  * @see {@link ListBlueprintsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListBlueprintsCommandOutput} 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 ListBlueprintsCommand extends $Command<ListBlueprintsCommandInput, ListBlueprintsCommandOutput, GlueClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface ListCrawlersCommandOutput extends ListCrawlersResponse, __Metad
26
26
  *
27
27
  * @see {@link ListCrawlersCommandInput} for command's `input` shape.
28
28
  * @see {@link ListCrawlersCommandOutput} 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 ListCrawlersCommand extends $Command<ListCrawlersCommandInput, ListCrawlersCommandOutput, GlueClientResolvedConfig> {