@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,9 +26,9 @@ export interface GetPlanCommandOutput extends GetPlanResponse, __MetadataBearer
26
26
  * import { GlueClient, GetPlanCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetPlanCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * Mapping: [ // required
31
- * {
29
+ * const input = { // GetPlanRequest
30
+ * Mapping: [ // MappingList // required
31
+ * { // MappingEntry
32
32
  * SourceTable: "STRING_VALUE",
33
33
  * SourcePath: "STRING_VALUE",
34
34
  * SourceType: "STRING_VALUE",
@@ -37,19 +37,19 @@ export interface GetPlanCommandOutput extends GetPlanResponse, __MetadataBearer
37
37
  * TargetType: "STRING_VALUE",
38
38
  * },
39
39
  * ],
40
- * Source: {
40
+ * Source: { // CatalogEntry
41
41
  * DatabaseName: "STRING_VALUE", // required
42
42
  * TableName: "STRING_VALUE", // required
43
43
  * },
44
- * Sinks: [
44
+ * Sinks: [ // CatalogEntries
45
45
  * {
46
46
  * DatabaseName: "STRING_VALUE", // required
47
47
  * TableName: "STRING_VALUE", // required
48
48
  * },
49
49
  * ],
50
- * Location: {
51
- * Jdbc: [
52
- * {
50
+ * Location: { // Location
51
+ * Jdbc: [ // CodeGenNodeArgs
52
+ * { // CodeGenNodeArg
53
53
  * Name: "STRING_VALUE", // required
54
54
  * Value: "STRING_VALUE", // required
55
55
  * Param: true || false,
@@ -71,7 +71,7 @@ export interface GetPlanCommandOutput extends GetPlanResponse, __MetadataBearer
71
71
  * ],
72
72
  * },
73
73
  * Language: "PYTHON" || "SCALA",
74
- * AdditionalPlanOptionsMap: {
74
+ * AdditionalPlanOptionsMap: { // AdditionalPlanOptionsMap
75
75
  * "<keys>": "STRING_VALUE",
76
76
  * },
77
77
  * };
@@ -26,8 +26,8 @@ export interface GetRegistryCommandOutput extends GetRegistryResponse, __Metadat
26
26
  * import { GlueClient, GetRegistryCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetRegistryCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * RegistryId: {
29
+ * const input = { // GetRegistryInput
30
+ * RegistryId: { // RegistryId
31
31
  * RegistryName: "STRING_VALUE",
32
32
  * RegistryArn: "STRING_VALUE",
33
33
  * },
@@ -31,7 +31,7 @@ export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesRes
31
31
  * import { GlueClient, GetResourcePoliciesCommand } from "@aws-sdk/client-glue"; // ES Modules import
32
32
  * // const { GlueClient, GetResourcePoliciesCommand } = require("@aws-sdk/client-glue"); // CommonJS import
33
33
  * const client = new GlueClient(config);
34
- * const input = {
34
+ * const input = { // GetResourcePoliciesRequest
35
35
  * NextToken: "STRING_VALUE",
36
36
  * MaxResults: Number("int"),
37
37
  * };
@@ -26,7 +26,7 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons
26
26
  * import { GlueClient, GetResourcePolicyCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetResourcePolicyCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetResourcePolicyRequest
30
30
  * ResourceArn: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new GetResourcePolicyCommand(input);
@@ -26,8 +26,8 @@ export interface GetSchemaByDefinitionCommandOutput extends GetSchemaByDefinitio
26
26
  * import { GlueClient, GetSchemaByDefinitionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetSchemaByDefinitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * SchemaId: {
29
+ * const input = { // GetSchemaByDefinitionInput
30
+ * SchemaId: { // SchemaId
31
31
  * SchemaArn: "STRING_VALUE",
32
32
  * SchemaName: "STRING_VALUE",
33
33
  * RegistryName: "STRING_VALUE",
@@ -26,8 +26,8 @@ export interface GetSchemaCommandOutput extends GetSchemaResponse, __MetadataBea
26
26
  * import { GlueClient, GetSchemaCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetSchemaCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * SchemaId: {
29
+ * const input = { // GetSchemaInput
30
+ * SchemaId: { // SchemaId
31
31
  * SchemaArn: "STRING_VALUE",
32
32
  * SchemaName: "STRING_VALUE",
33
33
  * RegistryName: "STRING_VALUE",
@@ -26,14 +26,14 @@ export interface GetSchemaVersionCommandOutput extends GetSchemaVersionResponse,
26
26
  * import { GlueClient, GetSchemaVersionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetSchemaVersionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * SchemaId: {
29
+ * const input = { // GetSchemaVersionInput
30
+ * SchemaId: { // SchemaId
31
31
  * SchemaArn: "STRING_VALUE",
32
32
  * SchemaName: "STRING_VALUE",
33
33
  * RegistryName: "STRING_VALUE",
34
34
  * },
35
35
  * SchemaVersionId: "STRING_VALUE",
36
- * SchemaVersionNumber: {
36
+ * SchemaVersionNumber: { // SchemaVersionNumber
37
37
  * LatestVersion: true || false,
38
38
  * VersionNumber: Number("long"),
39
39
  * },
@@ -27,13 +27,13 @@ export interface GetSchemaVersionsDiffCommandOutput extends GetSchemaVersionsDif
27
27
  * import { GlueClient, GetSchemaVersionsDiffCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, GetSchemaVersionsDiffCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
- * const input = {
31
- * SchemaId: {
30
+ * const input = { // GetSchemaVersionsDiffInput
31
+ * SchemaId: { // SchemaId
32
32
  * SchemaArn: "STRING_VALUE",
33
33
  * SchemaName: "STRING_VALUE",
34
34
  * RegistryName: "STRING_VALUE",
35
35
  * },
36
- * FirstSchemaVersionNumber: {
36
+ * FirstSchemaVersionNumber: { // SchemaVersionNumber
37
37
  * LatestVersion: true || false,
38
38
  * VersionNumber: Number("long"),
39
39
  * },
@@ -26,7 +26,7 @@ export interface GetSecurityConfigurationCommandOutput extends GetSecurityConfig
26
26
  * import { GlueClient, GetSecurityConfigurationCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetSecurityConfigurationCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetSecurityConfigurationRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetSecurityConfigurationCommand(input);
@@ -26,7 +26,7 @@ export interface GetSecurityConfigurationsCommandOutput extends GetSecurityConfi
26
26
  * import { GlueClient, GetSecurityConfigurationsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetSecurityConfigurationsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetSecurityConfigurationsRequest
30
30
  * MaxResults: Number("int"),
31
31
  * NextToken: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataB
26
26
  * import { GlueClient, GetSessionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetSessionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetSessionRequest
30
30
  * Id: "STRING_VALUE", // required
31
31
  * RequestOrigin: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetStatementCommandOutput extends GetStatementResponse, __Metad
26
26
  * import { GlueClient, GetStatementCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetStatementCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetStatementRequest
30
30
  * SessionId: "STRING_VALUE", // required
31
31
  * Id: Number("int"), // required
32
32
  * RequestOrigin: "STRING_VALUE",
@@ -27,7 +27,7 @@ export interface GetTableCommandOutput extends GetTableResponse, __MetadataBeare
27
27
  * import { GlueClient, GetTableCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, GetTableCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
- * const input = {
30
+ * const input = { // GetTableRequest
31
31
  * CatalogId: "STRING_VALUE",
32
32
  * DatabaseName: "STRING_VALUE", // required
33
33
  * Name: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface GetTableVersionCommandOutput extends GetTableVersionResponse, _
26
26
  * import { GlueClient, GetTableVersionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetTableVersionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetTableVersionRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * DatabaseName: "STRING_VALUE", // required
32
32
  * TableName: "STRING_VALUE", // required
@@ -27,7 +27,7 @@ export interface GetTableVersionsCommandOutput extends GetTableVersionsResponse,
27
27
  * import { GlueClient, GetTableVersionsCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, GetTableVersionsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
- * const input = {
30
+ * const input = { // GetTableVersionsRequest
31
31
  * CatalogId: "STRING_VALUE",
32
32
  * DatabaseName: "STRING_VALUE", // required
33
33
  * TableName: "STRING_VALUE", // required
@@ -27,7 +27,7 @@ export interface GetTablesCommandOutput extends GetTablesResponse, __MetadataBea
27
27
  * import { GlueClient, GetTablesCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, GetTablesCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
- * const input = {
30
+ * const input = { // GetTablesRequest
31
31
  * CatalogId: "STRING_VALUE",
32
32
  * DatabaseName: "STRING_VALUE", // required
33
33
  * Expression: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer
26
26
  * import { GlueClient, GetTagsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetTagsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetTagsRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetTagsCommand(input);
@@ -26,7 +26,7 @@ export interface GetTriggerCommandOutput extends GetTriggerResponse, __MetadataB
26
26
  * import { GlueClient, GetTriggerCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetTriggerCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetTriggerRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetTriggerCommand(input);
@@ -26,7 +26,7 @@ export interface GetTriggersCommandOutput extends GetTriggersResponse, __Metadat
26
26
  * import { GlueClient, GetTriggersCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetTriggersCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetTriggersRequest
30
30
  * NextToken: "STRING_VALUE",
31
31
  * DependentJobName: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
@@ -28,21 +28,21 @@ export interface GetUnfilteredPartitionMetadataCommandOutput extends GetUnfilter
28
28
  * import { GlueClient, GetUnfilteredPartitionMetadataCommand } from "@aws-sdk/client-glue"; // ES Modules import
29
29
  * // const { GlueClient, GetUnfilteredPartitionMetadataCommand } = require("@aws-sdk/client-glue"); // CommonJS import
30
30
  * const client = new GlueClient(config);
31
- * const input = {
31
+ * const input = { // GetUnfilteredPartitionMetadataRequest
32
32
  * CatalogId: "STRING_VALUE", // required
33
33
  * DatabaseName: "STRING_VALUE", // required
34
34
  * TableName: "STRING_VALUE", // required
35
- * PartitionValues: [ // required
35
+ * PartitionValues: [ // ValueStringList // required
36
36
  * "STRING_VALUE",
37
37
  * ],
38
- * AuditContext: {
38
+ * AuditContext: { // AuditContext
39
39
  * AdditionalAuditContext: "STRING_VALUE",
40
- * RequestedColumns: [
40
+ * RequestedColumns: [ // AuditColumnNamesList
41
41
  * "STRING_VALUE",
42
42
  * ],
43
43
  * AllColumnsRequested: true || false,
44
44
  * },
45
- * SupportedPermissionTypes: [ // required
45
+ * SupportedPermissionTypes: [ // PermissionTypeList // required
46
46
  * "COLUMN_PERMISSION" || "CELL_FILTER_PERMISSION",
47
47
  * ],
48
48
  * };
@@ -28,23 +28,23 @@ export interface GetUnfilteredPartitionsMetadataCommandOutput extends GetUnfilte
28
28
  * import { GlueClient, GetUnfilteredPartitionsMetadataCommand } from "@aws-sdk/client-glue"; // ES Modules import
29
29
  * // const { GlueClient, GetUnfilteredPartitionsMetadataCommand } = require("@aws-sdk/client-glue"); // CommonJS import
30
30
  * const client = new GlueClient(config);
31
- * const input = {
31
+ * const input = { // GetUnfilteredPartitionsMetadataRequest
32
32
  * CatalogId: "STRING_VALUE", // required
33
33
  * DatabaseName: "STRING_VALUE", // required
34
34
  * TableName: "STRING_VALUE", // required
35
35
  * Expression: "STRING_VALUE",
36
- * AuditContext: {
36
+ * AuditContext: { // AuditContext
37
37
  * AdditionalAuditContext: "STRING_VALUE",
38
- * RequestedColumns: [
38
+ * RequestedColumns: [ // AuditColumnNamesList
39
39
  * "STRING_VALUE",
40
40
  * ],
41
41
  * AllColumnsRequested: true || false,
42
42
  * },
43
- * SupportedPermissionTypes: [ // required
43
+ * SupportedPermissionTypes: [ // PermissionTypeList // required
44
44
  * "COLUMN_PERMISSION" || "CELL_FILTER_PERMISSION",
45
45
  * ],
46
46
  * NextToken: "STRING_VALUE",
47
- * Segment: {
47
+ * Segment: { // Segment
48
48
  * SegmentNumber: Number("int"), // required
49
49
  * TotalSegments: Number("int"), // required
50
50
  * },
@@ -28,18 +28,18 @@ export interface GetUnfilteredTableMetadataCommandOutput extends GetUnfilteredTa
28
28
  * import { GlueClient, GetUnfilteredTableMetadataCommand } from "@aws-sdk/client-glue"; // ES Modules import
29
29
  * // const { GlueClient, GetUnfilteredTableMetadataCommand } = require("@aws-sdk/client-glue"); // CommonJS import
30
30
  * const client = new GlueClient(config);
31
- * const input = {
31
+ * const input = { // GetUnfilteredTableMetadataRequest
32
32
  * CatalogId: "STRING_VALUE", // required
33
33
  * DatabaseName: "STRING_VALUE", // required
34
34
  * Name: "STRING_VALUE", // required
35
- * AuditContext: {
35
+ * AuditContext: { // AuditContext
36
36
  * AdditionalAuditContext: "STRING_VALUE",
37
- * RequestedColumns: [
37
+ * RequestedColumns: [ // AuditColumnNamesList
38
38
  * "STRING_VALUE",
39
39
  * ],
40
40
  * AllColumnsRequested: true || false,
41
41
  * },
42
- * SupportedPermissionTypes: [ // required
42
+ * SupportedPermissionTypes: [ // PermissionTypeList // required
43
43
  * "COLUMN_PERMISSION" || "CELL_FILTER_PERMISSION",
44
44
  * ],
45
45
  * };
@@ -26,7 +26,7 @@ export interface GetUserDefinedFunctionCommandOutput extends GetUserDefinedFunct
26
26
  * import { GlueClient, GetUserDefinedFunctionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetUserDefinedFunctionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetUserDefinedFunctionRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * DatabaseName: "STRING_VALUE", // required
32
32
  * FunctionName: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface GetUserDefinedFunctionsCommandOutput extends GetUserDefinedFunc
26
26
  * import { GlueClient, GetUserDefinedFunctionsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetUserDefinedFunctionsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetUserDefinedFunctionsRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * DatabaseName: "STRING_VALUE",
32
32
  * Pattern: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __Metadat
26
26
  * import { GlueClient, GetWorkflowCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetWorkflowCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetWorkflowRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * IncludeGraph: true || false,
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetWorkflowRunCommandOutput extends GetWorkflowRunResponse, __M
26
26
  * import { GlueClient, GetWorkflowRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetWorkflowRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetWorkflowRunRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * RunId: "STRING_VALUE", // required
32
32
  * IncludeGraph: true || false,
@@ -26,7 +26,7 @@ export interface GetWorkflowRunPropertiesCommandOutput extends GetWorkflowRunPro
26
26
  * import { GlueClient, GetWorkflowRunPropertiesCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetWorkflowRunPropertiesCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetWorkflowRunPropertiesRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * RunId: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetWorkflowRunsCommandOutput extends GetWorkflowRunsResponse, _
26
26
  * import { GlueClient, GetWorkflowRunsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, GetWorkflowRunsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // GetWorkflowRunsRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * IncludeGraph: true || false,
32
32
  * NextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ImportCatalogToGlueCommandOutput extends ImportCatalogToGlueRes
26
26
  * import { GlueClient, ImportCatalogToGlueCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, ImportCatalogToGlueCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // ImportCatalogToGlueRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new ImportCatalogToGlueCommand(input);
@@ -26,10 +26,10 @@ export interface ListBlueprintsCommandOutput extends ListBlueprintsResponse, __M
26
26
  * import { GlueClient, ListBlueprintsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, ListBlueprintsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // ListBlueprintsRequest
30
30
  * NextToken: "STRING_VALUE",
31
31
  * MaxResults: Number("int"),
32
- * Tags: {
32
+ * Tags: { // TagsMap
33
33
  * "<keys>": "STRING_VALUE",
34
34
  * },
35
35
  * };
@@ -31,10 +31,10 @@ export interface ListCrawlersCommandOutput extends ListCrawlersResponse, __Metad
31
31
  * import { GlueClient, ListCrawlersCommand } from "@aws-sdk/client-glue"; // ES Modules import
32
32
  * // const { GlueClient, ListCrawlersCommand } = require("@aws-sdk/client-glue"); // CommonJS import
33
33
  * const client = new GlueClient(config);
34
- * const input = {
34
+ * const input = { // ListCrawlersRequest
35
35
  * MaxResults: Number("int"),
36
36
  * NextToken: "STRING_VALUE",
37
- * Tags: {
37
+ * Tags: { // TagsMap
38
38
  * "<keys>": "STRING_VALUE",
39
39
  * },
40
40
  * };
@@ -41,11 +41,11 @@ export interface ListCrawlsCommandOutput extends ListCrawlsResponse, __MetadataB
41
41
  * import { GlueClient, ListCrawlsCommand } from "@aws-sdk/client-glue"; // ES Modules import
42
42
  * // const { GlueClient, ListCrawlsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
43
43
  * const client = new GlueClient(config);
44
- * const input = {
44
+ * const input = { // ListCrawlsRequest
45
45
  * CrawlerName: "STRING_VALUE", // required
46
46
  * MaxResults: Number("int"),
47
- * Filters: [
48
- * {
47
+ * Filters: [ // CrawlsFilterList
48
+ * { // CrawlsFilter
49
49
  * FieldName: "CRAWL_ID" || "STATE" || "START_TIME" || "END_TIME" || "DPU_HOUR",
50
50
  * FilterOperator: "GT" || "GE" || "LT" || "LE" || "EQ" || "NE",
51
51
  * FieldValue: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListCustomEntityTypesCommandOutput extends ListCustomEntityType
26
26
  * import { GlueClient, ListCustomEntityTypesCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, ListCustomEntityTypesCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // ListCustomEntityTypesRequest
30
30
  * NextToken: "STRING_VALUE",
31
31
  * MaxResults: Number("int"),
32
32
  * };
@@ -26,15 +26,15 @@ export interface ListDataQualityResultsCommandOutput extends ListDataQualityResu
26
26
  * import { GlueClient, ListDataQualityResultsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, ListDataQualityResultsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * Filter: {
31
- * DataSource: {
32
- * GlueTable: {
29
+ * const input = { // ListDataQualityResultsRequest
30
+ * Filter: { // DataQualityResultFilterCriteria
31
+ * DataSource: { // DataSource
32
+ * GlueTable: { // GlueTable
33
33
  * DatabaseName: "STRING_VALUE", // required
34
34
  * TableName: "STRING_VALUE", // required
35
35
  * CatalogId: "STRING_VALUE",
36
36
  * ConnectionName: "STRING_VALUE",
37
- * AdditionalOptions: {
37
+ * AdditionalOptions: { // GlueTableAdditionalOptions
38
38
  * "<keys>": "STRING_VALUE",
39
39
  * },
40
40
  * },
@@ -26,15 +26,15 @@ export interface ListDataQualityRuleRecommendationRunsCommandOutput extends List
26
26
  * import { GlueClient, ListDataQualityRuleRecommendationRunsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, ListDataQualityRuleRecommendationRunsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * Filter: {
31
- * DataSource: {
32
- * GlueTable: {
29
+ * const input = { // ListDataQualityRuleRecommendationRunsRequest
30
+ * Filter: { // DataQualityRuleRecommendationRunFilter
31
+ * DataSource: { // DataSource
32
+ * GlueTable: { // GlueTable
33
33
  * DatabaseName: "STRING_VALUE", // required
34
34
  * TableName: "STRING_VALUE", // required
35
35
  * CatalogId: "STRING_VALUE",
36
36
  * ConnectionName: "STRING_VALUE",
37
- * AdditionalOptions: {
37
+ * AdditionalOptions: { // GlueTableAdditionalOptions
38
38
  * "<keys>": "STRING_VALUE",
39
39
  * },
40
40
  * },
@@ -26,15 +26,15 @@ export interface ListDataQualityRulesetEvaluationRunsCommandOutput extends ListD
26
26
  * import { GlueClient, ListDataQualityRulesetEvaluationRunsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, ListDataQualityRulesetEvaluationRunsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * Filter: {
31
- * DataSource: {
32
- * GlueTable: {
29
+ * const input = { // ListDataQualityRulesetEvaluationRunsRequest
30
+ * Filter: { // DataQualityRulesetEvaluationRunFilter
31
+ * DataSource: { // DataSource
32
+ * GlueTable: { // GlueTable
33
33
  * DatabaseName: "STRING_VALUE", // required
34
34
  * TableName: "STRING_VALUE", // required
35
35
  * CatalogId: "STRING_VALUE",
36
36
  * ConnectionName: "STRING_VALUE",
37
- * AdditionalOptions: {
37
+ * AdditionalOptions: { // GlueTableAdditionalOptions
38
38
  * "<keys>": "STRING_VALUE",
39
39
  * },
40
40
  * },
@@ -26,22 +26,22 @@ export interface ListDataQualityRulesetsCommandOutput extends ListDataQualityRul
26
26
  * import { GlueClient, ListDataQualityRulesetsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, ListDataQualityRulesetsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // ListDataQualityRulesetsRequest
30
30
  * NextToken: "STRING_VALUE",
31
31
  * MaxResults: Number("int"),
32
- * Filter: {
32
+ * Filter: { // DataQualityRulesetFilterCriteria
33
33
  * Name: "STRING_VALUE",
34
34
  * Description: "STRING_VALUE",
35
35
  * CreatedBefore: new Date("TIMESTAMP"),
36
36
  * CreatedAfter: new Date("TIMESTAMP"),
37
37
  * LastModifiedBefore: new Date("TIMESTAMP"),
38
38
  * LastModifiedAfter: new Date("TIMESTAMP"),
39
- * TargetTable: {
39
+ * TargetTable: { // DataQualityTargetTable
40
40
  * TableName: "STRING_VALUE", // required
41
41
  * DatabaseName: "STRING_VALUE", // required
42
42
  * },
43
43
  * },
44
- * Tags: {
44
+ * Tags: { // TagsMap
45
45
  * "<keys>": "STRING_VALUE",
46
46
  * },
47
47
  * };
@@ -31,10 +31,10 @@ export interface ListDevEndpointsCommandOutput extends ListDevEndpointsResponse,
31
31
  * import { GlueClient, ListDevEndpointsCommand } from "@aws-sdk/client-glue"; // ES Modules import
32
32
  * // const { GlueClient, ListDevEndpointsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
33
33
  * const client = new GlueClient(config);
34
- * const input = {
34
+ * const input = { // ListDevEndpointsRequest
35
35
  * NextToken: "STRING_VALUE",
36
36
  * MaxResults: Number("int"),
37
- * Tags: {
37
+ * Tags: { // TagsMap
38
38
  * "<keys>": "STRING_VALUE",
39
39
  * },
40
40
  * };
@@ -29,10 +29,10 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
29
29
  * import { GlueClient, ListJobsCommand } from "@aws-sdk/client-glue"; // ES Modules import
30
30
  * // const { GlueClient, ListJobsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
31
31
  * const client = new GlueClient(config);
32
- * const input = {
32
+ * const input = { // ListJobsRequest
33
33
  * NextToken: "STRING_VALUE",
34
34
  * MaxResults: Number("int"),
35
- * Tags: {
35
+ * Tags: { // TagsMap
36
36
  * "<keys>": "STRING_VALUE",
37
37
  * },
38
38
  * };
@@ -30,10 +30,10 @@ export interface ListMLTransformsCommandOutput extends ListMLTransformsResponse,
30
30
  * import { GlueClient, ListMLTransformsCommand } from "@aws-sdk/client-glue"; // ES Modules import
31
31
  * // const { GlueClient, ListMLTransformsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
32
32
  * const client = new GlueClient(config);
33
- * const input = {
33
+ * const input = { // ListMLTransformsRequest
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,18 +42,18 @@ export interface ListMLTransformsCommandOutput extends ListMLTransformsResponse,
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
  * },
56
- * Tags: {
56
+ * Tags: { // TagsMap
57
57
  * "<keys>": "STRING_VALUE",
58
58
  * },
59
59
  * };