@aws-sdk/client-glue 3.300.0 → 3.303.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 (217) hide show
  1. package/dist-cjs/models/models_0.js +389 -442
  2. package/dist-cjs/models/models_1.js +129 -153
  3. package/dist-cjs/models/models_2.js +41 -48
  4. package/dist-cjs/protocols/Aws_json1_1.js +0 -1
  5. package/dist-es/models/models_0.js +389 -442
  6. package/dist-es/models/models_1.js +129 -153
  7. package/dist-es/models/models_2.js +41 -48
  8. package/dist-es/protocols/Aws_json1_1.js +0 -1
  9. package/dist-types/commands/BatchCreatePartitionCommand.d.ts +20 -24
  10. package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +2 -2
  11. package/dist-types/commands/BatchDeletePartitionCommand.d.ts +4 -4
  12. package/dist-types/commands/BatchDeleteTableCommand.d.ts +2 -2
  13. package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +2 -2
  14. package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +2 -2
  15. package/dist-types/commands/BatchGetCrawlersCommand.d.ts +2 -2
  16. package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +2 -2
  17. package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +2 -2
  18. package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +2 -2
  19. package/dist-types/commands/BatchGetJobsCommand.d.ts +2 -2
  20. package/dist-types/commands/BatchGetPartitionCommand.d.ts +4 -4
  21. package/dist-types/commands/BatchGetTriggersCommand.d.ts +2 -2
  22. package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +2 -2
  23. package/dist-types/commands/BatchStopJobRunCommand.d.ts +2 -2
  24. package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +22 -26
  25. package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  26. package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  27. package/dist-types/commands/CancelMLTaskRunCommand.d.ts +1 -1
  28. package/dist-types/commands/CancelStatementCommand.d.ts +1 -1
  29. package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateBlueprintCommand.d.ts +2 -2
  31. package/dist-types/commands/CreateClassifierCommand.d.ts +7 -7
  32. package/dist-types/commands/CreateConnectionCommand.d.ts +7 -7
  33. package/dist-types/commands/CreateCrawlerCommand.d.ts +23 -23
  34. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +2 -2
  35. package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +3 -3
  36. package/dist-types/commands/CreateDatabaseCommand.d.ts +9 -9
  37. package/dist-types/commands/CreateDevEndpointCommand.d.ts +5 -5
  38. package/dist-types/commands/CreateJobCommand.d.ts +189 -428
  39. package/dist-types/commands/CreateMLTransformCommand.d.ts +9 -9
  40. package/dist-types/commands/CreatePartitionCommand.d.ts +19 -23
  41. package/dist-types/commands/CreatePartitionIndexCommand.d.ts +3 -3
  42. package/dist-types/commands/CreateRegistryCommand.d.ts +2 -2
  43. package/dist-types/commands/CreateSchemaCommand.d.ts +3 -3
  44. package/dist-types/commands/CreateScriptCommand.d.ts +7 -7
  45. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +6 -6
  46. package/dist-types/commands/CreateSessionCommand.d.ts +6 -6
  47. package/dist-types/commands/CreateTableCommand.d.ts +23 -29
  48. package/dist-types/commands/CreateTriggerCommand.d.ts +10 -10
  49. package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +4 -4
  50. package/dist-types/commands/CreateWorkflowCommand.d.ts +3 -3
  51. package/dist-types/commands/DeleteBlueprintCommand.d.ts +1 -1
  52. package/dist-types/commands/DeleteClassifierCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +2 -2
  54. package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteCrawlerCommand.d.ts +1 -1
  57. package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +1 -1
  58. package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +1 -1
  59. package/dist-types/commands/DeleteDatabaseCommand.d.ts +1 -1
  60. package/dist-types/commands/DeleteDevEndpointCommand.d.ts +1 -1
  61. package/dist-types/commands/DeleteJobCommand.d.ts +1 -1
  62. package/dist-types/commands/DeleteMLTransformCommand.d.ts +1 -1
  63. package/dist-types/commands/DeletePartitionCommand.d.ts +2 -2
  64. package/dist-types/commands/DeletePartitionIndexCommand.d.ts +1 -1
  65. package/dist-types/commands/DeleteRegistryCommand.d.ts +2 -2
  66. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
  67. package/dist-types/commands/DeleteSchemaCommand.d.ts +2 -2
  68. package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +2 -2
  69. package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +1 -1
  70. package/dist-types/commands/DeleteSessionCommand.d.ts +1 -1
  71. package/dist-types/commands/DeleteTableCommand.d.ts +1 -1
  72. package/dist-types/commands/DeleteTableVersionCommand.d.ts +1 -1
  73. package/dist-types/commands/DeleteTriggerCommand.d.ts +1 -1
  74. package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +1 -1
  75. package/dist-types/commands/DeleteWorkflowCommand.d.ts +1 -1
  76. package/dist-types/commands/GetBlueprintCommand.d.ts +1 -1
  77. package/dist-types/commands/GetBlueprintRunCommand.d.ts +1 -1
  78. package/dist-types/commands/GetBlueprintRunsCommand.d.ts +1 -1
  79. package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +1 -1
  80. package/dist-types/commands/GetClassifierCommand.d.ts +1 -1
  81. package/dist-types/commands/GetClassifiersCommand.d.ts +1 -1
  82. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +3 -3
  83. package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +2 -2
  84. package/dist-types/commands/GetConnectionCommand.d.ts +1 -1
  85. package/dist-types/commands/GetConnectionsCommand.d.ts +3 -3
  86. package/dist-types/commands/GetCrawlerCommand.d.ts +1 -1
  87. package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +2 -2
  88. package/dist-types/commands/GetCrawlersCommand.d.ts +1 -1
  89. package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +1 -1
  90. package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  91. package/dist-types/commands/GetDataQualityResultCommand.d.ts +1 -1
  92. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  93. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +1 -1
  94. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  95. package/dist-types/commands/GetDatabaseCommand.d.ts +1 -1
  96. package/dist-types/commands/GetDatabasesCommand.d.ts +1 -1
  97. package/dist-types/commands/GetDataflowGraphCommand.d.ts +1 -1
  98. package/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
  99. package/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
  100. package/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
  101. package/dist-types/commands/GetJobCommand.d.ts +1 -1
  102. package/dist-types/commands/GetJobRunCommand.d.ts +1 -1
  103. package/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
  104. package/dist-types/commands/GetJobsCommand.d.ts +1 -1
  105. package/dist-types/commands/GetMLTaskRunCommand.d.ts +1 -1
  106. package/dist-types/commands/GetMLTaskRunsCommand.d.ts +3 -3
  107. package/dist-types/commands/GetMLTransformCommand.d.ts +1 -1
  108. package/dist-types/commands/GetMLTransformsCommand.d.ts +5 -5
  109. package/dist-types/commands/GetMappingCommand.d.ts +6 -6
  110. package/dist-types/commands/GetPartitionCommand.d.ts +2 -2
  111. package/dist-types/commands/GetPartitionIndexesCommand.d.ts +1 -1
  112. package/dist-types/commands/GetPartitionsCommand.d.ts +2 -2
  113. package/dist-types/commands/GetPlanCommand.d.ts +9 -9
  114. package/dist-types/commands/GetRegistryCommand.d.ts +2 -2
  115. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +1 -1
  116. package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
  117. package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +2 -2
  118. package/dist-types/commands/GetSchemaCommand.d.ts +2 -2
  119. package/dist-types/commands/GetSchemaVersionCommand.d.ts +3 -3
  120. package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +3 -3
  121. package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +1 -1
  122. package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +1 -1
  123. package/dist-types/commands/GetSessionCommand.d.ts +1 -1
  124. package/dist-types/commands/GetStatementCommand.d.ts +1 -1
  125. package/dist-types/commands/GetTableCommand.d.ts +1 -1
  126. package/dist-types/commands/GetTableVersionCommand.d.ts +1 -1
  127. package/dist-types/commands/GetTableVersionsCommand.d.ts +1 -1
  128. package/dist-types/commands/GetTablesCommand.d.ts +1 -1
  129. package/dist-types/commands/GetTagsCommand.d.ts +1 -1
  130. package/dist-types/commands/GetTriggerCommand.d.ts +1 -1
  131. package/dist-types/commands/GetTriggersCommand.d.ts +1 -1
  132. package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +5 -5
  133. package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +5 -5
  134. package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +4 -4
  135. package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +1 -1
  136. package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +1 -1
  137. package/dist-types/commands/GetWorkflowCommand.d.ts +1 -1
  138. package/dist-types/commands/GetWorkflowRunCommand.d.ts +1 -1
  139. package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +1 -1
  140. package/dist-types/commands/GetWorkflowRunsCommand.d.ts +1 -1
  141. package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +1 -1
  142. package/dist-types/commands/ListBlueprintsCommand.d.ts +2 -2
  143. package/dist-types/commands/ListCrawlersCommand.d.ts +2 -2
  144. package/dist-types/commands/ListCrawlsCommand.d.ts +3 -3
  145. package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +1 -1
  146. package/dist-types/commands/ListDataQualityResultsCommand.d.ts +5 -5
  147. package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +5 -5
  148. package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +5 -5
  149. package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +4 -4
  150. package/dist-types/commands/ListDevEndpointsCommand.d.ts +2 -2
  151. package/dist-types/commands/ListJobsCommand.d.ts +2 -2
  152. package/dist-types/commands/ListMLTransformsCommand.d.ts +6 -6
  153. package/dist-types/commands/ListRegistriesCommand.d.ts +1 -1
  154. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +2 -2
  155. package/dist-types/commands/ListSchemasCommand.d.ts +2 -2
  156. package/dist-types/commands/ListSessionsCommand.d.ts +2 -2
  157. package/dist-types/commands/ListStatementsCommand.d.ts +1 -1
  158. package/dist-types/commands/ListTriggersCommand.d.ts +2 -2
  159. package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
  160. package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +4 -4
  161. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
  162. package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +4 -4
  163. package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +2 -2
  164. package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +5 -5
  165. package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +2 -2
  166. package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +4 -4
  167. package/dist-types/commands/ResetJobBookmarkCommand.d.ts +1 -1
  168. package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +2 -2
  169. package/dist-types/commands/RunStatementCommand.d.ts +1 -1
  170. package/dist-types/commands/SearchTablesCommand.d.ts +5 -5
  171. package/dist-types/commands/StartBlueprintRunCommand.d.ts +1 -1
  172. package/dist-types/commands/StartCrawlerCommand.d.ts +1 -1
  173. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  174. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +4 -4
  175. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +6 -6
  176. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  177. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  178. package/dist-types/commands/StartJobRunCommand.d.ts +3 -3
  179. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  180. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  181. package/dist-types/commands/StartTriggerCommand.d.ts +1 -1
  182. package/dist-types/commands/StartWorkflowRunCommand.d.ts +2 -2
  183. package/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
  184. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  185. package/dist-types/commands/StopSessionCommand.d.ts +1 -1
  186. package/dist-types/commands/StopTriggerCommand.d.ts +1 -1
  187. package/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
  188. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  189. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  190. package/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
  191. package/dist-types/commands/UpdateClassifierCommand.d.ts +7 -7
  192. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +13 -13
  193. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +12 -12
  194. package/dist-types/commands/UpdateConnectionCommand.d.ts +6 -6
  195. package/dist-types/commands/UpdateCrawlerCommand.d.ts +22 -22
  196. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
  197. package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +1 -2
  198. package/dist-types/commands/UpdateDatabaseCommand.d.ts +8 -8
  199. package/dist-types/commands/UpdateDevEndpointCommand.d.ts +5 -5
  200. package/dist-types/commands/UpdateJobCommand.d.ts +189 -428
  201. package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +1 -1
  202. package/dist-types/commands/UpdateMLTransformCommand.d.ts +3 -3
  203. package/dist-types/commands/UpdatePartitionCommand.d.ts +20 -24
  204. package/dist-types/commands/UpdateRegistryCommand.d.ts +2 -2
  205. package/dist-types/commands/UpdateSchemaCommand.d.ts +3 -3
  206. package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +1 -1
  207. package/dist-types/commands/UpdateTableCommand.d.ts +20 -26
  208. package/dist-types/commands/UpdateTriggerCommand.d.ts +10 -10
  209. package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +4 -4
  210. package/dist-types/commands/UpdateWorkflowCommand.d.ts +2 -2
  211. package/dist-types/models/models_0.d.ts +661 -396
  212. package/dist-types/models/models_1.d.ts +249 -129
  213. package/dist-types/models/models_2.d.ts +76 -45
  214. package/dist-types/ts3.4/models/models_0.d.ts +473 -389
  215. package/dist-types/ts3.4/models/models_1.d.ts +171 -129
  216. package/dist-types/ts3.4/models/models_2.d.ts +52 -42
  217. package/package.json +34 -34
@@ -26,11 +26,11 @@ export interface DeletePartitionCommandOutput extends DeletePartitionResponse, _
26
26
  * import { GlueClient, DeletePartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, DeletePartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // DeletePartitionRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * DatabaseName: "STRING_VALUE", // required
32
32
  * TableName: "STRING_VALUE", // required
33
- * PartitionValues: [ // required
33
+ * PartitionValues: [ // ValueStringList // required
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * };
@@ -26,7 +26,7 @@ export interface DeletePartitionIndexCommandOutput extends DeletePartitionIndexR
26
26
  * import { GlueClient, DeletePartitionIndexCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, DeletePartitionIndexCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // DeletePartitionIndexRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * DatabaseName: "STRING_VALUE", // required
32
32
  * TableName: "STRING_VALUE", // required
@@ -26,8 +26,8 @@ export interface DeleteRegistryCommandOutput extends DeleteRegistryResponse, __M
26
26
  * import { GlueClient, DeleteRegistryCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, DeleteRegistryCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * RegistryId: {
29
+ * const input = { // DeleteRegistryInput
30
+ * RegistryId: { // RegistryId
31
31
  * RegistryName: "STRING_VALUE",
32
32
  * RegistryArn: "STRING_VALUE",
33
33
  * },
@@ -26,7 +26,7 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
26
26
  * import { GlueClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // DeleteResourcePolicyRequest
30
30
  * PolicyHashCondition: "STRING_VALUE",
31
31
  * ResourceArn: "STRING_VALUE",
32
32
  * };
@@ -26,8 +26,8 @@ export interface DeleteSchemaCommandOutput extends DeleteSchemaResponse, __Metad
26
26
  * import { GlueClient, DeleteSchemaCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, DeleteSchemaCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * SchemaId: {
29
+ * const input = { // DeleteSchemaInput
30
+ * SchemaId: { // SchemaId
31
31
  * SchemaArn: "STRING_VALUE",
32
32
  * SchemaName: "STRING_VALUE",
33
33
  * RegistryName: "STRING_VALUE",
@@ -29,8 +29,8 @@ export interface DeleteSchemaVersionsCommandOutput extends DeleteSchemaVersionsR
29
29
  * import { GlueClient, DeleteSchemaVersionsCommand } from "@aws-sdk/client-glue"; // ES Modules import
30
30
  * // const { GlueClient, DeleteSchemaVersionsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
31
31
  * const client = new GlueClient(config);
32
- * const input = {
33
- * SchemaId: {
32
+ * const input = { // DeleteSchemaVersionsInput
33
+ * SchemaId: { // SchemaId
34
34
  * SchemaArn: "STRING_VALUE",
35
35
  * SchemaName: "STRING_VALUE",
36
36
  * RegistryName: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface DeleteSecurityConfigurationCommandOutput extends DeleteSecurity
26
26
  * import { GlueClient, DeleteSecurityConfigurationCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, DeleteSecurityConfigurationCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // DeleteSecurityConfigurationRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteSecurityConfigurationCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteSessionCommandOutput extends DeleteSessionResponse, __Met
26
26
  * import { GlueClient, DeleteSessionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, DeleteSessionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // DeleteSessionRequest
30
30
  * Id: "STRING_VALUE", // required
31
31
  * RequestOrigin: "STRING_VALUE",
32
32
  * };
@@ -36,7 +36,7 @@ export interface DeleteTableCommandOutput extends DeleteTableResponse, __Metadat
36
36
  * import { GlueClient, DeleteTableCommand } from "@aws-sdk/client-glue"; // ES Modules import
37
37
  * // const { GlueClient, DeleteTableCommand } = require("@aws-sdk/client-glue"); // CommonJS import
38
38
  * const client = new GlueClient(config);
39
- * const input = {
39
+ * const input = { // DeleteTableRequest
40
40
  * CatalogId: "STRING_VALUE",
41
41
  * DatabaseName: "STRING_VALUE", // required
42
42
  * Name: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface DeleteTableVersionCommandOutput extends DeleteTableVersionRespo
26
26
  * import { GlueClient, DeleteTableVersionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, DeleteTableVersionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // DeleteTableVersionRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * DatabaseName: "STRING_VALUE", // required
32
32
  * TableName: "STRING_VALUE", // required
@@ -27,7 +27,7 @@ export interface DeleteTriggerCommandOutput extends DeleteTriggerResponse, __Met
27
27
  * import { GlueClient, DeleteTriggerCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, DeleteTriggerCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
- * const input = {
30
+ * const input = { // DeleteTriggerRequest
31
31
  * Name: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new DeleteTriggerCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteUserDefinedFunctionCommandOutput extends DeleteUserDefine
26
26
  * import { GlueClient, DeleteUserDefinedFunctionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, DeleteUserDefinedFunctionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // DeleteUserDefinedFunctionRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * DatabaseName: "STRING_VALUE", // required
32
32
  * FunctionName: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface DeleteWorkflowCommandOutput extends DeleteWorkflowResponse, __M
26
26
  * import { GlueClient, DeleteWorkflowCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, DeleteWorkflowCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // DeleteWorkflowRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteWorkflowCommand(input);
@@ -26,7 +26,7 @@ export interface GetBlueprintCommandOutput extends GetBlueprintResponse, __Metad
26
26
  * import { GlueClient, GetBlueprintCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetBlueprintCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetBlueprintRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * IncludeBlueprint: true || false,
32
32
  * IncludeParameterSpec: true || false,
@@ -26,7 +26,7 @@ export interface GetBlueprintRunCommandOutput extends GetBlueprintRunResponse, _
26
26
  * import { GlueClient, GetBlueprintRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetBlueprintRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetBlueprintRunRequest
30
30
  * BlueprintName: "STRING_VALUE", // required
31
31
  * RunId: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetBlueprintRunsCommandOutput extends GetBlueprintRunsResponse,
26
26
  * import { GlueClient, GetBlueprintRunsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetBlueprintRunsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetBlueprintRunsRequest
30
30
  * BlueprintName: "STRING_VALUE", // required
31
31
  * NextToken: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
@@ -26,7 +26,7 @@ export interface GetCatalogImportStatusCommandOutput extends GetCatalogImportSta
26
26
  * import { GlueClient, GetCatalogImportStatusCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetCatalogImportStatusCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetCatalogImportStatusRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new GetCatalogImportStatusCommand(input);
@@ -26,7 +26,7 @@ export interface GetClassifierCommandOutput extends GetClassifierResponse, __Met
26
26
  * import { GlueClient, GetClassifierCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetClassifierCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetClassifierRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetClassifierCommand(input);
@@ -26,7 +26,7 @@ export interface GetClassifiersCommandOutput extends GetClassifiersResponse, __M
26
26
  * import { GlueClient, GetClassifiersCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetClassifiersCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetClassifiersRequest
30
30
  * MaxResults: Number("int"),
31
31
  * NextToken: "STRING_VALUE",
32
32
  * };
@@ -27,14 +27,14 @@ export interface GetColumnStatisticsForPartitionCommandOutput extends GetColumnS
27
27
  * import { GlueClient, GetColumnStatisticsForPartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, GetColumnStatisticsForPartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
- * const input = {
30
+ * const input = { // GetColumnStatisticsForPartitionRequest
31
31
  * CatalogId: "STRING_VALUE",
32
32
  * DatabaseName: "STRING_VALUE", // required
33
33
  * TableName: "STRING_VALUE", // required
34
- * PartitionValues: [ // required
34
+ * PartitionValues: [ // ValueStringList // required
35
35
  * "STRING_VALUE",
36
36
  * ],
37
- * ColumnNames: [ // required
37
+ * ColumnNames: [ // GetColumnNamesList // required
38
38
  * "STRING_VALUE",
39
39
  * ],
40
40
  * };
@@ -27,11 +27,11 @@ export interface GetColumnStatisticsForTableCommandOutput extends GetColumnStati
27
27
  * import { GlueClient, GetColumnStatisticsForTableCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, GetColumnStatisticsForTableCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
- * const input = {
30
+ * const input = { // GetColumnStatisticsForTableRequest
31
31
  * CatalogId: "STRING_VALUE",
32
32
  * DatabaseName: "STRING_VALUE", // required
33
33
  * TableName: "STRING_VALUE", // required
34
- * ColumnNames: [ // required
34
+ * ColumnNames: [ // GetColumnNamesList // required
35
35
  * "STRING_VALUE",
36
36
  * ],
37
37
  * };
@@ -26,7 +26,7 @@ export interface GetConnectionCommandOutput extends GetConnectionResponse, __Met
26
26
  * import { GlueClient, GetConnectionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetConnectionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetConnectionRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * Name: "STRING_VALUE", // required
32
32
  * HidePassword: true || false,
@@ -26,10 +26,10 @@ export interface GetConnectionsCommandOutput extends GetConnectionsResponse, __M
26
26
  * import { GlueClient, GetConnectionsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetConnectionsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetConnectionsRequest
30
30
  * CatalogId: "STRING_VALUE",
31
- * Filter: {
32
- * MatchCriteria: [
31
+ * Filter: { // GetConnectionsFilter
32
+ * MatchCriteria: [ // MatchCriteria
33
33
  * "STRING_VALUE",
34
34
  * ],
35
35
  * ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM",
@@ -26,7 +26,7 @@ export interface GetCrawlerCommandOutput extends GetCrawlerResponse, __MetadataB
26
26
  * import { GlueClient, GetCrawlerCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetCrawlerCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetCrawlerRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetCrawlerCommand(input);
@@ -26,8 +26,8 @@ export interface GetCrawlerMetricsCommandOutput extends GetCrawlerMetricsRespons
26
26
  * import { GlueClient, GetCrawlerMetricsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetCrawlerMetricsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * CrawlerNameList: [
29
+ * const input = { // GetCrawlerMetricsRequest
30
+ * CrawlerNameList: [ // CrawlerNameList
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * MaxResults: Number("int"),
@@ -27,7 +27,7 @@ export interface GetCrawlersCommandOutput extends GetCrawlersResponse, __Metadat
27
27
  * import { GlueClient, GetCrawlersCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, GetCrawlersCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
- * const input = {
30
+ * const input = { // GetCrawlersRequest
31
31
  * MaxResults: Number("int"),
32
32
  * NextToken: "STRING_VALUE",
33
33
  * };
@@ -26,7 +26,7 @@ export interface GetCustomEntityTypeCommandOutput extends GetCustomEntityTypeRes
26
26
  * import { GlueClient, GetCustomEntityTypeCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetCustomEntityTypeCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetCustomEntityTypeRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetCustomEntityTypeCommand(input);
@@ -26,7 +26,7 @@ export interface GetDataCatalogEncryptionSettingsCommandOutput extends GetDataCa
26
26
  * import { GlueClient, GetDataCatalogEncryptionSettingsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetDataCatalogEncryptionSettingsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetDataCatalogEncryptionSettingsRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new GetDataCatalogEncryptionSettingsCommand(input);
@@ -26,7 +26,7 @@ export interface GetDataQualityResultCommandOutput extends GetDataQualityResultR
26
26
  * import { GlueClient, GetDataQualityResultCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetDataQualityResultCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetDataQualityResultRequest
30
30
  * ResultId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetDataQualityResultCommand(input);
@@ -26,7 +26,7 @@ export interface GetDataQualityRuleRecommendationRunCommandOutput extends GetDat
26
26
  * import { GlueClient, GetDataQualityRuleRecommendationRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetDataQualityRuleRecommendationRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetDataQualityRuleRecommendationRunRequest
30
30
  * RunId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetDataQualityRuleRecommendationRunCommand(input);
@@ -26,7 +26,7 @@ export interface GetDataQualityRulesetCommandOutput extends GetDataQualityRulese
26
26
  * import { GlueClient, GetDataQualityRulesetCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetDataQualityRulesetCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetDataQualityRulesetRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetDataQualityRulesetCommand(input);
@@ -26,7 +26,7 @@ export interface GetDataQualityRulesetEvaluationRunCommandOutput extends GetData
26
26
  * import { GlueClient, GetDataQualityRulesetEvaluationRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetDataQualityRulesetEvaluationRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetDataQualityRulesetEvaluationRunRequest
30
30
  * RunId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetDataQualityRulesetEvaluationRunCommand(input);
@@ -26,7 +26,7 @@ export interface GetDatabaseCommandOutput extends GetDatabaseResponse, __Metadat
26
26
  * import { GlueClient, GetDatabaseCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetDatabaseCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetDatabaseRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * Name: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetDatabasesCommandOutput extends GetDatabasesResponse, __Metad
26
26
  * import { GlueClient, GetDatabasesCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetDatabasesCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetDatabasesRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * NextToken: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
@@ -26,7 +26,7 @@ export interface GetDataflowGraphCommandOutput extends GetDataflowGraphResponse,
26
26
  * import { GlueClient, GetDataflowGraphCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetDataflowGraphCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetDataflowGraphRequest
30
30
  * PythonScript: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new GetDataflowGraphCommand(input);
@@ -31,7 +31,7 @@ export interface GetDevEndpointCommandOutput extends GetDevEndpointResponse, __M
31
31
  * import { GlueClient, GetDevEndpointCommand } from "@aws-sdk/client-glue"; // ES Modules import
32
32
  * // const { GlueClient, GetDevEndpointCommand } = require("@aws-sdk/client-glue"); // CommonJS import
33
33
  * const client = new GlueClient(config);
34
- * const input = {
34
+ * const input = { // GetDevEndpointRequest
35
35
  * EndpointName: "STRING_VALUE", // required
36
36
  * };
37
37
  * const command = new GetDevEndpointCommand(input);
@@ -31,7 +31,7 @@ export interface GetDevEndpointsCommandOutput extends GetDevEndpointsResponse, _
31
31
  * import { GlueClient, GetDevEndpointsCommand } from "@aws-sdk/client-glue"; // ES Modules import
32
32
  * // const { GlueClient, GetDevEndpointsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
33
33
  * const client = new GlueClient(config);
34
- * const input = {
34
+ * const input = { // GetDevEndpointsRequest
35
35
  * MaxResults: Number("int"),
36
36
  * NextToken: "STRING_VALUE",
37
37
  * };
@@ -44,7 +44,7 @@ export interface GetJobBookmarkCommandOutput extends GetJobBookmarkResponse, __M
44
44
  * import { GlueClient, GetJobBookmarkCommand } from "@aws-sdk/client-glue"; // ES Modules import
45
45
  * // const { GlueClient, GetJobBookmarkCommand } = require("@aws-sdk/client-glue"); // CommonJS import
46
46
  * const client = new GlueClient(config);
47
- * const input = {
47
+ * const input = { // GetJobBookmarkRequest
48
48
  * JobName: "STRING_VALUE", // required
49
49
  * RunId: "STRING_VALUE",
50
50
  * };
@@ -27,7 +27,7 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
27
27
  * import { GlueClient, GetJobCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, GetJobCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
- * const input = {
30
+ * const input = { // GetJobRequest
31
31
  * JobName: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new GetJobCommand(input);
@@ -26,7 +26,7 @@ export interface GetJobRunCommandOutput extends GetJobRunResponse, __MetadataBea
26
26
  * import { GlueClient, GetJobRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetJobRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetJobRunRequest
30
30
  * JobName: "STRING_VALUE", // required
31
31
  * RunId: "STRING_VALUE", // required
32
32
  * PredecessorsIncluded: true || false,
@@ -26,7 +26,7 @@ export interface GetJobRunsCommandOutput extends GetJobRunsResponse, __MetadataB
26
26
  * import { GlueClient, GetJobRunsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetJobRunsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetJobRunsRequest
30
30
  * JobName: "STRING_VALUE", // required
31
31
  * NextToken: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
@@ -27,7 +27,7 @@ export interface GetJobsCommandOutput extends GetJobsResponse, __MetadataBearer
27
27
  * import { GlueClient, GetJobsCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, GetJobsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
- * const input = {
30
+ * const input = { // GetJobsRequest
31
31
  * NextToken: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
33
33
  * };
@@ -30,7 +30,7 @@ export interface GetMLTaskRunCommandOutput extends GetMLTaskRunResponse, __Metad
30
30
  * import { GlueClient, GetMLTaskRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
31
31
  * // const { GlueClient, GetMLTaskRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
32
32
  * const client = new GlueClient(config);
33
- * const input = {
33
+ * const input = { // GetMLTaskRunRequest
34
34
  * TransformId: "STRING_VALUE", // required
35
35
  * TaskRunId: "STRING_VALUE", // required
36
36
  * };
@@ -31,17 +31,17 @@ export interface GetMLTaskRunsCommandOutput extends GetMLTaskRunsResponse, __Met
31
31
  * import { GlueClient, GetMLTaskRunsCommand } from "@aws-sdk/client-glue"; // ES Modules import
32
32
  * // const { GlueClient, GetMLTaskRunsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
33
33
  * const client = new GlueClient(config);
34
- * const input = {
34
+ * const input = { // GetMLTaskRunsRequest
35
35
  * TransformId: "STRING_VALUE", // required
36
36
  * NextToken: "STRING_VALUE",
37
37
  * MaxResults: Number("int"),
38
- * Filter: {
38
+ * Filter: { // TaskRunFilterCriteria
39
39
  * TaskRunType: "EVALUATION" || "LABELING_SET_GENERATION" || "IMPORT_LABELS" || "EXPORT_LABELS" || "FIND_MATCHES",
40
40
  * Status: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT",
41
41
  * StartedBefore: new Date("TIMESTAMP"),
42
42
  * StartedAfter: new Date("TIMESTAMP"),
43
43
  * },
44
- * Sort: {
44
+ * Sort: { // TaskRunSortCriteria
45
45
  * Column: "TASK_RUN_TYPE" || "STATUS" || "STARTED", // required
46
46
  * SortDirection: "DESCENDING" || "ASCENDING", // required
47
47
  * },
@@ -30,7 +30,7 @@ export interface GetMLTransformCommandOutput extends GetMLTransformResponse, __M
30
30
  * import { GlueClient, GetMLTransformCommand } from "@aws-sdk/client-glue"; // ES Modules import
31
31
  * // const { GlueClient, GetMLTransformCommand } = require("@aws-sdk/client-glue"); // CommonJS import
32
32
  * const client = new GlueClient(config);
33
- * const input = {
33
+ * const input = { // GetMLTransformRequest
34
34
  * TransformId: "STRING_VALUE", // required
35
35
  * };
36
36
  * const command = new GetMLTransformCommand(input);
@@ -30,10 +30,10 @@ export interface GetMLTransformsCommandOutput extends GetMLTransformsResponse, _
30
30
  * import { GlueClient, GetMLTransformsCommand } from "@aws-sdk/client-glue"; // ES Modules import
31
31
  * // const { GlueClient, GetMLTransformsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
32
32
  * const client = new GlueClient(config);
33
- * const input = {
33
+ * const input = { // GetMLTransformsRequest
34
34
  * NextToken: "STRING_VALUE",
35
35
  * MaxResults: Number("int"),
36
- * Filter: {
36
+ * Filter: { // TransformFilterCriteria
37
37
  * Name: "STRING_VALUE",
38
38
  * TransformType: "FIND_MATCHES",
39
39
  * Status: "NOT_READY" || "READY" || "DELETING",
@@ -42,14 +42,14 @@ export interface GetMLTransformsCommandOutput extends GetMLTransformsResponse, _
42
42
  * CreatedAfter: new Date("TIMESTAMP"),
43
43
  * LastModifiedBefore: new Date("TIMESTAMP"),
44
44
  * LastModifiedAfter: new Date("TIMESTAMP"),
45
- * Schema: [
46
- * {
45
+ * Schema: [ // TransformSchema
46
+ * { // SchemaColumn
47
47
  * Name: "STRING_VALUE",
48
48
  * DataType: "STRING_VALUE",
49
49
  * },
50
50
  * ],
51
51
  * },
52
- * Sort: {
52
+ * Sort: { // TransformSortCriteria
53
53
  * Column: "NAME" || "TRANSFORM_TYPE" || "STATUS" || "CREATED" || "LAST_MODIFIED", // required
54
54
  * SortDirection: "DESCENDING" || "ASCENDING", // required
55
55
  * },
@@ -26,20 +26,20 @@ export interface GetMappingCommandOutput extends GetMappingResponse, __MetadataB
26
26
  * import { GlueClient, GetMappingCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetMappingCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * Source: {
29
+ * const input = { // GetMappingRequest
30
+ * Source: { // CatalogEntry
31
31
  * DatabaseName: "STRING_VALUE", // required
32
32
  * TableName: "STRING_VALUE", // required
33
33
  * },
34
- * Sinks: [
34
+ * Sinks: [ // CatalogEntries
35
35
  * {
36
36
  * DatabaseName: "STRING_VALUE", // required
37
37
  * TableName: "STRING_VALUE", // required
38
38
  * },
39
39
  * ],
40
- * Location: {
41
- * Jdbc: [
42
- * {
40
+ * Location: { // Location
41
+ * Jdbc: [ // CodeGenNodeArgs
42
+ * { // CodeGenNodeArg
43
43
  * Name: "STRING_VALUE", // required
44
44
  * Value: "STRING_VALUE", // required
45
45
  * Param: true || false,
@@ -26,11 +26,11 @@ export interface GetPartitionCommandOutput extends GetPartitionResponse, __Metad
26
26
  * import { GlueClient, GetPartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetPartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetPartitionRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * DatabaseName: "STRING_VALUE", // required
32
32
  * TableName: "STRING_VALUE", // required
33
- * PartitionValues: [ // required
33
+ * PartitionValues: [ // ValueStringList // required
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * };
@@ -26,7 +26,7 @@ export interface GetPartitionIndexesCommandOutput extends GetPartitionIndexesRes
26
26
  * import { GlueClient, GetPartitionIndexesCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetPartitionIndexesCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetPartitionIndexesRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * DatabaseName: "STRING_VALUE", // required
32
32
  * TableName: "STRING_VALUE", // required
@@ -26,13 +26,13 @@ export interface GetPartitionsCommandOutput extends GetPartitionsResponse, __Met
26
26
  * import { GlueClient, GetPartitionsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetPartitionsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetPartitionsRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * DatabaseName: "STRING_VALUE", // required
32
32
  * TableName: "STRING_VALUE", // required
33
33
  * Expression: "STRING_VALUE",
34
34
  * NextToken: "STRING_VALUE",
35
- * Segment: {
35
+ * Segment: { // Segment
36
36
  * SegmentNumber: Number("int"), // required
37
37
  * TotalSegments: Number("int"), // required
38
38
  * },