@aws-sdk/client-glue 3.298.0 → 3.300.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 (203) hide show
  1. package/dist-types/commands/BatchCreatePartitionCommand.d.ts +77 -0
  2. package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +6 -0
  3. package/dist-types/commands/BatchDeletePartitionCommand.d.ts +12 -0
  4. package/dist-types/commands/BatchDeleteTableCommand.d.ts +8 -0
  5. package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +8 -0
  6. package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +7 -0
  7. package/dist-types/commands/BatchGetCrawlersCommand.d.ts +5 -0
  8. package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +5 -0
  9. package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +5 -0
  10. package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +5 -0
  11. package/dist-types/commands/BatchGetJobsCommand.d.ts +5 -0
  12. package/dist-types/commands/BatchGetPartitionCommand.d.ts +12 -0
  13. package/dist-types/commands/BatchGetTriggersCommand.d.ts +5 -0
  14. package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +6 -0
  15. package/dist-types/commands/BatchStopJobRunCommand.d.ts +6 -0
  16. package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +82 -0
  17. package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +3 -0
  18. package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +3 -0
  19. package/dist-types/commands/CancelMLTaskRunCommand.d.ts +4 -0
  20. package/dist-types/commands/CancelStatementCommand.d.ts +5 -0
  21. package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +4 -0
  22. package/dist-types/commands/CreateBlueprintCommand.d.ts +8 -0
  23. package/dist-types/commands/CreateClassifierCommand.d.ts +32 -0
  24. package/dist-types/commands/CreateConnectionCommand.d.ts +24 -0
  25. package/dist-types/commands/CreateCrawlerCommand.d.ts +91 -0
  26. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +7 -0
  27. package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +13 -0
  28. package/dist-types/commands/CreateDatabaseCommand.d.ts +28 -0
  29. package/dist-types/commands/CreateDevEndpointCommand.d.ts +25 -0
  30. package/dist-types/commands/CreateJobCommand.d.ts +1105 -0
  31. package/dist-types/commands/CreateMLTransformCommand.d.ts +41 -0
  32. package/dist-types/commands/CreatePartitionCommand.d.ts +75 -0
  33. package/dist-types/commands/CreatePartitionIndexCommand.d.ts +11 -0
  34. package/dist-types/commands/CreateRegistryCommand.d.ts +7 -0
  35. package/dist-types/commands/CreateSchemaCommand.d.ts +14 -0
  36. package/dist-types/commands/CreateScriptCommand.d.ts +24 -0
  37. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +19 -0
  38. package/dist-types/commands/CreateSessionCommand.d.ts +28 -0
  39. package/dist-types/commands/CreateTableCommand.d.ts +102 -0
  40. package/dist-types/commands/CreateTriggerCommand.d.ts +41 -0
  41. package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +16 -0
  42. package/dist-types/commands/CreateWorkflowCommand.d.ts +11 -0
  43. package/dist-types/commands/DeleteBlueprintCommand.d.ts +3 -0
  44. package/dist-types/commands/DeleteClassifierCommand.d.ts +3 -0
  45. package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +9 -0
  46. package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +6 -0
  47. package/dist-types/commands/DeleteConnectionCommand.d.ts +4 -0
  48. package/dist-types/commands/DeleteCrawlerCommand.d.ts +3 -0
  49. package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +3 -0
  50. package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +3 -0
  51. package/dist-types/commands/DeleteDatabaseCommand.d.ts +4 -0
  52. package/dist-types/commands/DeleteDevEndpointCommand.d.ts +3 -0
  53. package/dist-types/commands/DeleteJobCommand.d.ts +3 -0
  54. package/dist-types/commands/DeleteMLTransformCommand.d.ts +3 -0
  55. package/dist-types/commands/DeletePartitionCommand.d.ts +8 -0
  56. package/dist-types/commands/DeletePartitionIndexCommand.d.ts +6 -0
  57. package/dist-types/commands/DeleteRegistryCommand.d.ts +6 -0
  58. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
  59. package/dist-types/commands/DeleteSchemaCommand.d.ts +7 -0
  60. package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +8 -0
  61. package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +3 -0
  62. package/dist-types/commands/DeleteSessionCommand.d.ts +4 -0
  63. package/dist-types/commands/DeleteTableCommand.d.ts +6 -0
  64. package/dist-types/commands/DeleteTableVersionCommand.d.ts +6 -0
  65. package/dist-types/commands/DeleteTriggerCommand.d.ts +3 -0
  66. package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +5 -0
  67. package/dist-types/commands/DeleteWorkflowCommand.d.ts +3 -0
  68. package/dist-types/commands/GetBlueprintCommand.d.ts +5 -0
  69. package/dist-types/commands/GetBlueprintRunCommand.d.ts +4 -0
  70. package/dist-types/commands/GetBlueprintRunsCommand.d.ts +5 -0
  71. package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +3 -0
  72. package/dist-types/commands/GetClassifierCommand.d.ts +3 -0
  73. package/dist-types/commands/GetClassifiersCommand.d.ts +4 -0
  74. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +11 -0
  75. package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +8 -0
  76. package/dist-types/commands/GetConnectionCommand.d.ts +5 -0
  77. package/dist-types/commands/GetConnectionsCommand.d.ts +12 -0
  78. package/dist-types/commands/GetCrawlerCommand.d.ts +3 -0
  79. package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +7 -0
  80. package/dist-types/commands/GetCrawlersCommand.d.ts +4 -0
  81. package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +3 -0
  82. package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +3 -0
  83. package/dist-types/commands/GetDataQualityResultCommand.d.ts +3 -0
  84. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +3 -0
  85. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +3 -0
  86. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +3 -0
  87. package/dist-types/commands/GetDatabaseCommand.d.ts +4 -0
  88. package/dist-types/commands/GetDatabasesCommand.d.ts +6 -0
  89. package/dist-types/commands/GetDataflowGraphCommand.d.ts +3 -0
  90. package/dist-types/commands/GetDevEndpointCommand.d.ts +3 -0
  91. package/dist-types/commands/GetDevEndpointsCommand.d.ts +4 -0
  92. package/dist-types/commands/GetJobBookmarkCommand.d.ts +4 -0
  93. package/dist-types/commands/GetJobCommand.d.ts +3 -0
  94. package/dist-types/commands/GetJobRunCommand.d.ts +5 -0
  95. package/dist-types/commands/GetJobRunsCommand.d.ts +5 -0
  96. package/dist-types/commands/GetJobsCommand.d.ts +4 -0
  97. package/dist-types/commands/GetMLTaskRunCommand.d.ts +4 -0
  98. package/dist-types/commands/GetMLTaskRunsCommand.d.ts +15 -0
  99. package/dist-types/commands/GetMLTransformCommand.d.ts +3 -0
  100. package/dist-types/commands/GetMLTransformsCommand.d.ts +24 -0
  101. package/dist-types/commands/GetMappingCommand.d.ts +35 -0
  102. package/dist-types/commands/GetPartitionCommand.d.ts +8 -0
  103. package/dist-types/commands/GetPartitionIndexesCommand.d.ts +6 -0
  104. package/dist-types/commands/GetPartitionsCommand.d.ts +15 -0
  105. package/dist-types/commands/GetPlanCommand.d.ts +49 -0
  106. package/dist-types/commands/GetRegistryCommand.d.ts +6 -0
  107. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +4 -0
  108. package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -0
  109. package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +8 -0
  110. package/dist-types/commands/GetSchemaCommand.d.ts +7 -0
  111. package/dist-types/commands/GetSchemaVersionCommand.d.ts +12 -0
  112. package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +16 -0
  113. package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +3 -0
  114. package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +4 -0
  115. package/dist-types/commands/GetSessionCommand.d.ts +4 -0
  116. package/dist-types/commands/GetStatementCommand.d.ts +5 -0
  117. package/dist-types/commands/GetTableCommand.d.ts +7 -0
  118. package/dist-types/commands/GetTableVersionCommand.d.ts +6 -0
  119. package/dist-types/commands/GetTableVersionsCommand.d.ts +7 -0
  120. package/dist-types/commands/GetTablesCommand.d.ts +9 -0
  121. package/dist-types/commands/GetTagsCommand.d.ts +3 -0
  122. package/dist-types/commands/GetTriggerCommand.d.ts +3 -0
  123. package/dist-types/commands/GetTriggersCommand.d.ts +5 -0
  124. package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +18 -0
  125. package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +22 -0
  126. package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +15 -0
  127. package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +5 -0
  128. package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +7 -0
  129. package/dist-types/commands/GetWorkflowCommand.d.ts +4 -0
  130. package/dist-types/commands/GetWorkflowRunCommand.d.ts +5 -0
  131. package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +4 -0
  132. package/dist-types/commands/GetWorkflowRunsCommand.d.ts +6 -0
  133. package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +3 -0
  134. package/dist-types/commands/ListBlueprintsCommand.d.ts +7 -0
  135. package/dist-types/commands/ListCrawlersCommand.d.ts +7 -0
  136. package/dist-types/commands/ListCrawlsCommand.d.ts +12 -0
  137. package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +4 -0
  138. package/dist-types/commands/ListDataQualityResultsCommand.d.ts +21 -0
  139. package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +19 -0
  140. package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +19 -0
  141. package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +19 -0
  142. package/dist-types/commands/ListDevEndpointsCommand.d.ts +7 -0
  143. package/dist-types/commands/ListJobsCommand.d.ts +7 -0
  144. package/dist-types/commands/ListMLTransformsCommand.d.ts +27 -0
  145. package/dist-types/commands/ListRegistriesCommand.d.ts +4 -0
  146. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +9 -0
  147. package/dist-types/commands/ListSchemasCommand.d.ts +8 -0
  148. package/dist-types/commands/ListSessionsCommand.d.ts +8 -0
  149. package/dist-types/commands/ListStatementsCommand.d.ts +5 -0
  150. package/dist-types/commands/ListTriggersCommand.d.ts +8 -0
  151. package/dist-types/commands/ListWorkflowsCommand.d.ts +4 -0
  152. package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +13 -0
  153. package/dist-types/commands/PutResourcePolicyCommand.d.ts +7 -0
  154. package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +16 -0
  155. package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +7 -0
  156. package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +20 -0
  157. package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +8 -0
  158. package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +16 -0
  159. package/dist-types/commands/ResetJobBookmarkCommand.d.ts +4 -0
  160. package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +7 -0
  161. package/dist-types/commands/RunStatementCommand.d.ts +5 -0
  162. package/dist-types/commands/SearchTablesCommand.d.ts +20 -0
  163. package/dist-types/commands/StartBlueprintRunCommand.d.ts +5 -0
  164. package/dist-types/commands/StartCrawlerCommand.d.ts +3 -0
  165. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +3 -0
  166. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +18 -0
  167. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +24 -0
  168. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +4 -0
  169. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +5 -0
  170. package/dist-types/commands/StartJobRunCommand.d.ts +17 -0
  171. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +3 -0
  172. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +4 -0
  173. package/dist-types/commands/StartTriggerCommand.d.ts +3 -0
  174. package/dist-types/commands/StartWorkflowRunCommand.d.ts +6 -0
  175. package/dist-types/commands/StopCrawlerCommand.d.ts +3 -0
  176. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +3 -0
  177. package/dist-types/commands/StopSessionCommand.d.ts +4 -0
  178. package/dist-types/commands/StopTriggerCommand.d.ts +3 -0
  179. package/dist-types/commands/StopWorkflowRunCommand.d.ts +4 -0
  180. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  181. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  182. package/dist-types/commands/UpdateBlueprintCommand.d.ts +5 -0
  183. package/dist-types/commands/UpdateClassifierCommand.d.ts +32 -0
  184. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +64 -0
  185. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +61 -0
  186. package/dist-types/commands/UpdateConnectionCommand.d.ts +22 -0
  187. package/dist-types/commands/UpdateCrawlerCommand.d.ts +88 -0
  188. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +4 -0
  189. package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +6 -0
  190. package/dist-types/commands/UpdateDatabaseCommand.d.ts +26 -0
  191. package/dist-types/commands/UpdateDevEndpointCommand.d.ts +21 -0
  192. package/dist-types/commands/UpdateJobCommand.d.ts +1104 -0
  193. package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +11 -0
  194. package/dist-types/commands/UpdateMLTransformCommand.d.ts +21 -0
  195. package/dist-types/commands/UpdatePartitionCommand.d.ts +78 -0
  196. package/dist-types/commands/UpdateRegistryCommand.d.ts +7 -0
  197. package/dist-types/commands/UpdateSchemaCommand.d.ts +13 -0
  198. package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +11 -0
  199. package/dist-types/commands/UpdateTableCommand.d.ts +96 -0
  200. package/dist-types/commands/UpdateTriggerCommand.d.ts +38 -0
  201. package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +17 -0
  202. package/dist-types/commands/UpdateWorkflowCommand.d.ts +8 -0
  203. package/package.json +12 -12
@@ -26,6 +26,83 @@ export interface BatchCreatePartitionCommandOutput extends BatchCreatePartitionR
26
26
  * import { GlueClient, BatchCreatePartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchCreatePartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * CatalogId: "STRING_VALUE",
31
+ * DatabaseName: "STRING_VALUE", // required
32
+ * TableName: "STRING_VALUE", // required
33
+ * PartitionInputList: [ // required
34
+ * {
35
+ * Values: [
36
+ * "STRING_VALUE",
37
+ * ],
38
+ * LastAccessTime: new Date("TIMESTAMP"),
39
+ * StorageDescriptor: {
40
+ * Columns: [
41
+ * {
42
+ * Name: "STRING_VALUE", // required
43
+ * Type: "STRING_VALUE",
44
+ * Comment: "STRING_VALUE",
45
+ * Parameters: {
46
+ * "<keys>": "STRING_VALUE",
47
+ * },
48
+ * },
49
+ * ],
50
+ * Location: "STRING_VALUE",
51
+ * AdditionalLocations: [
52
+ * "STRING_VALUE",
53
+ * ],
54
+ * InputFormat: "STRING_VALUE",
55
+ * OutputFormat: "STRING_VALUE",
56
+ * Compressed: true || false,
57
+ * NumberOfBuckets: Number("int"),
58
+ * SerdeInfo: {
59
+ * Name: "STRING_VALUE",
60
+ * SerializationLibrary: "STRING_VALUE",
61
+ * Parameters: {
62
+ * "<keys>": "STRING_VALUE",
63
+ * },
64
+ * },
65
+ * BucketColumns: [
66
+ * "STRING_VALUE",
67
+ * ],
68
+ * SortColumns: [
69
+ * {
70
+ * Column: "STRING_VALUE", // required
71
+ * SortOrder: Number("int"), // required
72
+ * },
73
+ * ],
74
+ * Parameters: {
75
+ * "<keys>": "<ParametersMapValue>",
76
+ * },
77
+ * SkewedInfo: {
78
+ * SkewedColumnNames: [
79
+ * "STRING_VALUE",
80
+ * ],
81
+ * SkewedColumnValues: [
82
+ * "STRING_VALUE",
83
+ * ],
84
+ * SkewedColumnValueLocationMaps: {
85
+ * "<keys>": "STRING_VALUE",
86
+ * },
87
+ * },
88
+ * StoredAsSubDirectories: true || false,
89
+ * SchemaReference: {
90
+ * SchemaId: {
91
+ * SchemaArn: "STRING_VALUE",
92
+ * SchemaName: "STRING_VALUE",
93
+ * RegistryName: "STRING_VALUE",
94
+ * },
95
+ * SchemaVersionId: "STRING_VALUE",
96
+ * SchemaVersionNumber: Number("long"),
97
+ * },
98
+ * },
99
+ * Parameters: {
100
+ * "<keys>": "<ParametersMapValue>",
101
+ * },
102
+ * LastAnalyzedTime: new Date("TIMESTAMP"),
103
+ * },
104
+ * ],
105
+ * };
29
106
  * const command = new BatchCreatePartitionCommand(input);
30
107
  * const response = await client.send(command);
31
108
  * ```
@@ -26,6 +26,12 @@ export interface BatchDeleteConnectionCommandOutput extends BatchDeleteConnectio
26
26
  * import { GlueClient, BatchDeleteConnectionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchDeleteConnectionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * CatalogId: "STRING_VALUE",
31
+ * ConnectionNameList: [ // required
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * };
29
35
  * const command = new BatchDeleteConnectionCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,18 @@ export interface BatchDeletePartitionCommandOutput extends BatchDeletePartitionR
26
26
  * import { GlueClient, BatchDeletePartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchDeletePartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * CatalogId: "STRING_VALUE",
31
+ * DatabaseName: "STRING_VALUE", // required
32
+ * TableName: "STRING_VALUE", // required
33
+ * PartitionsToDelete: [ // required
34
+ * {
35
+ * Values: [ // required
36
+ * "STRING_VALUE",
37
+ * ],
38
+ * },
39
+ * ],
40
+ * };
29
41
  * const command = new BatchDeletePartitionCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```
@@ -36,6 +36,14 @@ export interface BatchDeleteTableCommandOutput extends BatchDeleteTableResponse,
36
36
  * import { GlueClient, BatchDeleteTableCommand } from "@aws-sdk/client-glue"; // ES Modules import
37
37
  * // const { GlueClient, BatchDeleteTableCommand } = require("@aws-sdk/client-glue"); // CommonJS import
38
38
  * const client = new GlueClient(config);
39
+ * const input = {
40
+ * CatalogId: "STRING_VALUE",
41
+ * DatabaseName: "STRING_VALUE", // required
42
+ * TablesToDelete: [ // required
43
+ * "STRING_VALUE",
44
+ * ],
45
+ * TransactionId: "STRING_VALUE",
46
+ * };
39
47
  * const command = new BatchDeleteTableCommand(input);
40
48
  * const response = await client.send(command);
41
49
  * ```
@@ -26,6 +26,14 @@ export interface BatchDeleteTableVersionCommandOutput extends BatchDeleteTableVe
26
26
  * import { GlueClient, BatchDeleteTableVersionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchDeleteTableVersionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * CatalogId: "STRING_VALUE",
31
+ * DatabaseName: "STRING_VALUE", // required
32
+ * TableName: "STRING_VALUE", // required
33
+ * VersionIds: [ // required
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * };
29
37
  * const command = new BatchDeleteTableVersionCommand(input);
30
38
  * const response = await client.send(command);
31
39
  * ```
@@ -26,6 +26,13 @@ export interface BatchGetBlueprintsCommandOutput extends BatchGetBlueprintsRespo
26
26
  * import { GlueClient, BatchGetBlueprintsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchGetBlueprintsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * Names: [ // required
31
+ * "STRING_VALUE",
32
+ * ],
33
+ * IncludeBlueprint: true || false,
34
+ * IncludeParameterSpec: true || false,
35
+ * };
29
36
  * const command = new BatchGetBlueprintsCommand(input);
30
37
  * const response = await client.send(command);
31
38
  * ```
@@ -26,6 +26,11 @@ export interface BatchGetCrawlersCommandOutput extends BatchGetCrawlersResponse,
26
26
  * import { GlueClient, BatchGetCrawlersCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchGetCrawlersCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * CrawlerNames: [ // required
31
+ * "STRING_VALUE",
32
+ * ],
33
+ * };
29
34
  * const command = new BatchGetCrawlersCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,11 @@ export interface BatchGetCustomEntityTypesCommandOutput extends BatchGetCustomEn
26
26
  * import { GlueClient, BatchGetCustomEntityTypesCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchGetCustomEntityTypesCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * Names: [ // required
31
+ * "STRING_VALUE",
32
+ * ],
33
+ * };
29
34
  * const command = new BatchGetCustomEntityTypesCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,11 @@ export interface BatchGetDataQualityResultCommandOutput extends BatchGetDataQual
26
26
  * import { GlueClient, BatchGetDataQualityResultCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchGetDataQualityResultCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * ResultIds: [ // required
31
+ * "STRING_VALUE",
32
+ * ],
33
+ * };
29
34
  * const command = new BatchGetDataQualityResultCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -29,6 +29,11 @@ export interface BatchGetDevEndpointsCommandOutput extends BatchGetDevEndpointsR
29
29
  * import { GlueClient, BatchGetDevEndpointsCommand } from "@aws-sdk/client-glue"; // ES Modules import
30
30
  * // const { GlueClient, BatchGetDevEndpointsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
31
31
  * const client = new GlueClient(config);
32
+ * const input = {
33
+ * DevEndpointNames: [ // required
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * };
32
37
  * const command = new BatchGetDevEndpointsCommand(input);
33
38
  * const response = await client.send(command);
34
39
  * ```
@@ -28,6 +28,11 @@ export interface BatchGetJobsCommandOutput extends BatchGetJobsResponse, __Metad
28
28
  * import { GlueClient, BatchGetJobsCommand } from "@aws-sdk/client-glue"; // ES Modules import
29
29
  * // const { GlueClient, BatchGetJobsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
30
30
  * const client = new GlueClient(config);
31
+ * const input = {
32
+ * JobNames: [ // required
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * };
31
36
  * const command = new BatchGetJobsCommand(input);
32
37
  * const response = await client.send(command);
33
38
  * ```
@@ -26,6 +26,18 @@ export interface BatchGetPartitionCommandOutput extends BatchGetPartitionRespons
26
26
  * import { GlueClient, BatchGetPartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchGetPartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * CatalogId: "STRING_VALUE",
31
+ * DatabaseName: "STRING_VALUE", // required
32
+ * TableName: "STRING_VALUE", // required
33
+ * PartitionsToGet: [ // required
34
+ * {
35
+ * Values: [ // required
36
+ * "STRING_VALUE",
37
+ * ],
38
+ * },
39
+ * ],
40
+ * };
29
41
  * const command = new BatchGetPartitionCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```
@@ -26,6 +26,11 @@ export interface BatchGetTriggersCommandOutput extends BatchGetTriggersResponse,
26
26
  * import { GlueClient, BatchGetTriggersCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchGetTriggersCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * TriggerNames: [ // required
31
+ * "STRING_VALUE",
32
+ * ],
33
+ * };
29
34
  * const command = new BatchGetTriggersCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,12 @@ export interface BatchGetWorkflowsCommandOutput extends BatchGetWorkflowsRespons
26
26
  * import { GlueClient, BatchGetWorkflowsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchGetWorkflowsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * Names: [ // required
31
+ * "STRING_VALUE",
32
+ * ],
33
+ * IncludeGraph: true || false,
34
+ * };
29
35
  * const command = new BatchGetWorkflowsCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,12 @@ export interface BatchStopJobRunCommandOutput extends BatchStopJobRunResponse, _
26
26
  * import { GlueClient, BatchStopJobRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchStopJobRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * JobName: "STRING_VALUE", // required
31
+ * JobRunIds: [ // required
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * };
29
35
  * const command = new BatchStopJobRunCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,88 @@ export interface BatchUpdatePartitionCommandOutput extends BatchUpdatePartitionR
26
26
  * import { GlueClient, BatchUpdatePartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchUpdatePartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * CatalogId: "STRING_VALUE",
31
+ * DatabaseName: "STRING_VALUE", // required
32
+ * TableName: "STRING_VALUE", // required
33
+ * Entries: [ // required
34
+ * {
35
+ * PartitionValueList: [ // required
36
+ * "STRING_VALUE",
37
+ * ],
38
+ * PartitionInput: {
39
+ * Values: [
40
+ * "STRING_VALUE",
41
+ * ],
42
+ * LastAccessTime: new Date("TIMESTAMP"),
43
+ * StorageDescriptor: {
44
+ * Columns: [
45
+ * {
46
+ * Name: "STRING_VALUE", // required
47
+ * Type: "STRING_VALUE",
48
+ * Comment: "STRING_VALUE",
49
+ * Parameters: {
50
+ * "<keys>": "STRING_VALUE",
51
+ * },
52
+ * },
53
+ * ],
54
+ * Location: "STRING_VALUE",
55
+ * AdditionalLocations: [
56
+ * "STRING_VALUE",
57
+ * ],
58
+ * InputFormat: "STRING_VALUE",
59
+ * OutputFormat: "STRING_VALUE",
60
+ * Compressed: true || false,
61
+ * NumberOfBuckets: Number("int"),
62
+ * SerdeInfo: {
63
+ * Name: "STRING_VALUE",
64
+ * SerializationLibrary: "STRING_VALUE",
65
+ * Parameters: {
66
+ * "<keys>": "STRING_VALUE",
67
+ * },
68
+ * },
69
+ * BucketColumns: [
70
+ * "STRING_VALUE",
71
+ * ],
72
+ * SortColumns: [
73
+ * {
74
+ * Column: "STRING_VALUE", // required
75
+ * SortOrder: Number("int"), // required
76
+ * },
77
+ * ],
78
+ * Parameters: {
79
+ * "<keys>": "<ParametersMapValue>",
80
+ * },
81
+ * SkewedInfo: {
82
+ * SkewedColumnNames: [
83
+ * "STRING_VALUE",
84
+ * ],
85
+ * SkewedColumnValues: [
86
+ * "STRING_VALUE",
87
+ * ],
88
+ * SkewedColumnValueLocationMaps: {
89
+ * "<keys>": "STRING_VALUE",
90
+ * },
91
+ * },
92
+ * StoredAsSubDirectories: true || false,
93
+ * SchemaReference: {
94
+ * SchemaId: {
95
+ * SchemaArn: "STRING_VALUE",
96
+ * SchemaName: "STRING_VALUE",
97
+ * RegistryName: "STRING_VALUE",
98
+ * },
99
+ * SchemaVersionId: "STRING_VALUE",
100
+ * SchemaVersionNumber: Number("long"),
101
+ * },
102
+ * },
103
+ * Parameters: {
104
+ * "<keys>": "<ParametersMapValue>",
105
+ * },
106
+ * LastAnalyzedTime: new Date("TIMESTAMP"),
107
+ * },
108
+ * },
109
+ * ],
110
+ * };
29
111
  * const command = new BatchUpdatePartitionCommand(input);
30
112
  * const response = await client.send(command);
31
113
  * ```
@@ -26,6 +26,9 @@ export interface CancelDataQualityRuleRecommendationRunCommandOutput extends Can
26
26
  * import { GlueClient, CancelDataQualityRuleRecommendationRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CancelDataQualityRuleRecommendationRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * RunId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new CancelDataQualityRuleRecommendationRunCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface CancelDataQualityRulesetEvaluationRunCommandOutput extends Canc
26
26
  * import { GlueClient, CancelDataQualityRulesetEvaluationRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CancelDataQualityRulesetEvaluationRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * RunId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new CancelDataQualityRulesetEvaluationRunCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -28,6 +28,10 @@ export interface CancelMLTaskRunCommandOutput extends CancelMLTaskRunResponse, _
28
28
  * import { GlueClient, CancelMLTaskRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
29
29
  * // const { GlueClient, CancelMLTaskRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
30
30
  * const client = new GlueClient(config);
31
+ * const input = {
32
+ * TransformId: "STRING_VALUE", // required
33
+ * TaskRunId: "STRING_VALUE", // required
34
+ * };
31
35
  * const command = new CancelMLTaskRunCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -26,6 +26,11 @@ export interface CancelStatementCommandOutput extends CancelStatementResponse, _
26
26
  * import { GlueClient, CancelStatementCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CancelStatementCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * SessionId: "STRING_VALUE", // required
31
+ * Id: Number("int"), // required
32
+ * RequestOrigin: "STRING_VALUE",
33
+ * };
29
34
  * const command = new CancelStatementCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,10 @@ export interface CheckSchemaVersionValidityCommandOutput extends CheckSchemaVers
26
26
  * import { GlueClient, CheckSchemaVersionValidityCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CheckSchemaVersionValidityCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * DataFormat: "AVRO" || "JSON" || "PROTOBUF", // required
31
+ * SchemaDefinition: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new CheckSchemaVersionValidityCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,14 @@ export interface CreateBlueprintCommandOutput extends CreateBlueprintResponse, _
26
26
  * import { GlueClient, CreateBlueprintCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CreateBlueprintCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * Name: "STRING_VALUE", // required
31
+ * Description: "STRING_VALUE",
32
+ * BlueprintLocation: "STRING_VALUE", // required
33
+ * Tags: {
34
+ * "<keys>": "STRING_VALUE",
35
+ * },
36
+ * };
29
37
  * const command = new CreateBlueprintCommand(input);
30
38
  * const response = await client.send(command);
31
39
  * ```
@@ -28,6 +28,38 @@ export interface CreateClassifierCommandOutput extends CreateClassifierResponse,
28
28
  * import { GlueClient, CreateClassifierCommand } from "@aws-sdk/client-glue"; // ES Modules import
29
29
  * // const { GlueClient, CreateClassifierCommand } = require("@aws-sdk/client-glue"); // CommonJS import
30
30
  * const client = new GlueClient(config);
31
+ * const input = {
32
+ * GrokClassifier: {
33
+ * Classification: "STRING_VALUE", // required
34
+ * Name: "STRING_VALUE", // required
35
+ * GrokPattern: "STRING_VALUE", // required
36
+ * CustomPatterns: "STRING_VALUE",
37
+ * },
38
+ * XMLClassifier: {
39
+ * Classification: "STRING_VALUE", // required
40
+ * Name: "STRING_VALUE", // required
41
+ * RowTag: "STRING_VALUE",
42
+ * },
43
+ * JsonClassifier: {
44
+ * Name: "STRING_VALUE", // required
45
+ * JsonPath: "STRING_VALUE", // required
46
+ * },
47
+ * CsvClassifier: {
48
+ * Name: "STRING_VALUE", // required
49
+ * Delimiter: "STRING_VALUE",
50
+ * QuoteSymbol: "STRING_VALUE",
51
+ * ContainsHeader: "UNKNOWN" || "PRESENT" || "ABSENT",
52
+ * Header: [
53
+ * "STRING_VALUE",
54
+ * ],
55
+ * DisableValueTrimming: true || false,
56
+ * AllowSingleColumn: true || false,
57
+ * CustomDatatypeConfigured: true || false,
58
+ * CustomDatatypes: [
59
+ * "STRING_VALUE",
60
+ * ],
61
+ * },
62
+ * };
31
63
  * const command = new CreateClassifierCommand(input);
32
64
  * const response = await client.send(command);
33
65
  * ```
@@ -26,6 +26,30 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse,
26
26
  * import { GlueClient, CreateConnectionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CreateConnectionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * CatalogId: "STRING_VALUE",
31
+ * ConnectionInput: {
32
+ * Name: "STRING_VALUE", // required
33
+ * Description: "STRING_VALUE",
34
+ * ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM", // required
35
+ * MatchCriteria: [
36
+ * "STRING_VALUE",
37
+ * ],
38
+ * ConnectionProperties: { // required
39
+ * "<keys>": "STRING_VALUE",
40
+ * },
41
+ * PhysicalConnectionRequirements: {
42
+ * SubnetId: "STRING_VALUE",
43
+ * SecurityGroupIdList: [
44
+ * "STRING_VALUE",
45
+ * ],
46
+ * AvailabilityZone: "STRING_VALUE",
47
+ * },
48
+ * },
49
+ * Tags: {
50
+ * "<keys>": "STRING_VALUE",
51
+ * },
52
+ * };
29
53
  * const command = new CreateConnectionCommand(input);
30
54
  * const response = await client.send(command);
31
55
  * ```
@@ -28,6 +28,97 @@ export interface CreateCrawlerCommandOutput extends CreateCrawlerResponse, __Met
28
28
  * import { GlueClient, CreateCrawlerCommand } from "@aws-sdk/client-glue"; // ES Modules import
29
29
  * // const { GlueClient, CreateCrawlerCommand } = require("@aws-sdk/client-glue"); // CommonJS import
30
30
  * const client = new GlueClient(config);
31
+ * const input = {
32
+ * Name: "STRING_VALUE", // required
33
+ * Role: "STRING_VALUE", // required
34
+ * DatabaseName: "STRING_VALUE",
35
+ * Description: "STRING_VALUE",
36
+ * Targets: {
37
+ * S3Targets: [
38
+ * {
39
+ * Path: "STRING_VALUE",
40
+ * Exclusions: [
41
+ * "STRING_VALUE",
42
+ * ],
43
+ * ConnectionName: "STRING_VALUE",
44
+ * SampleSize: Number("int"),
45
+ * EventQueueArn: "STRING_VALUE",
46
+ * DlqEventQueueArn: "STRING_VALUE",
47
+ * },
48
+ * ],
49
+ * JdbcTargets: [
50
+ * {
51
+ * ConnectionName: "STRING_VALUE",
52
+ * Path: "STRING_VALUE",
53
+ * Exclusions: [
54
+ * "STRING_VALUE",
55
+ * ],
56
+ * EnableAdditionalMetadata: [
57
+ * "COMMENTS" || "RAWTYPES",
58
+ * ],
59
+ * },
60
+ * ],
61
+ * MongoDBTargets: [
62
+ * {
63
+ * ConnectionName: "STRING_VALUE",
64
+ * Path: "STRING_VALUE",
65
+ * ScanAll: true || false,
66
+ * },
67
+ * ],
68
+ * DynamoDBTargets: [
69
+ * {
70
+ * Path: "STRING_VALUE",
71
+ * scanAll: true || false,
72
+ * scanRate: Number("double"),
73
+ * },
74
+ * ],
75
+ * CatalogTargets: [
76
+ * {
77
+ * DatabaseName: "STRING_VALUE", // required
78
+ * Tables: [ // required
79
+ * "STRING_VALUE",
80
+ * ],
81
+ * ConnectionName: "STRING_VALUE",
82
+ * EventQueueArn: "STRING_VALUE",
83
+ * DlqEventQueueArn: "STRING_VALUE",
84
+ * },
85
+ * ],
86
+ * DeltaTargets: [
87
+ * {
88
+ * DeltaTables: [
89
+ * "STRING_VALUE",
90
+ * ],
91
+ * ConnectionName: "STRING_VALUE",
92
+ * WriteManifest: true || false,
93
+ * CreateNativeDeltaTable: true || false,
94
+ * },
95
+ * ],
96
+ * },
97
+ * Schedule: "STRING_VALUE",
98
+ * Classifiers: [
99
+ * "STRING_VALUE",
100
+ * ],
101
+ * TablePrefix: "STRING_VALUE",
102
+ * SchemaChangePolicy: {
103
+ * UpdateBehavior: "LOG" || "UPDATE_IN_DATABASE",
104
+ * DeleteBehavior: "LOG" || "DELETE_FROM_DATABASE" || "DEPRECATE_IN_DATABASE",
105
+ * },
106
+ * RecrawlPolicy: {
107
+ * RecrawlBehavior: "CRAWL_EVERYTHING" || "CRAWL_NEW_FOLDERS_ONLY" || "CRAWL_EVENT_MODE",
108
+ * },
109
+ * LineageConfiguration: {
110
+ * CrawlerLineageSettings: "ENABLE" || "DISABLE",
111
+ * },
112
+ * LakeFormationConfiguration: {
113
+ * UseLakeFormationCredentials: true || false,
114
+ * AccountId: "STRING_VALUE",
115
+ * },
116
+ * Configuration: "STRING_VALUE",
117
+ * CrawlerSecurityConfiguration: "STRING_VALUE",
118
+ * Tags: {
119
+ * "<keys>": "STRING_VALUE",
120
+ * },
121
+ * };
31
122
  * const command = new CreateCrawlerCommand(input);
32
123
  * const response = await client.send(command);
33
124
  * ```
@@ -27,6 +27,13 @@ export interface CreateCustomEntityTypeCommandOutput extends CreateCustomEntityT
27
27
  * import { GlueClient, CreateCustomEntityTypeCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, CreateCustomEntityTypeCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
+ * const input = {
31
+ * Name: "STRING_VALUE", // required
32
+ * RegexString: "STRING_VALUE", // required
33
+ * ContextWords: [
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * };
30
37
  * const command = new CreateCustomEntityTypeCommand(input);
31
38
  * const response = await client.send(command);
32
39
  * ```
@@ -27,6 +27,19 @@ export interface CreateDataQualityRulesetCommandOutput extends CreateDataQuality
27
27
  * import { GlueClient, CreateDataQualityRulesetCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, CreateDataQualityRulesetCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
+ * const input = {
31
+ * Name: "STRING_VALUE", // required
32
+ * Description: "STRING_VALUE",
33
+ * Ruleset: "STRING_VALUE", // required
34
+ * Tags: {
35
+ * "<keys>": "STRING_VALUE",
36
+ * },
37
+ * TargetTable: {
38
+ * TableName: "STRING_VALUE", // required
39
+ * DatabaseName: "STRING_VALUE", // required
40
+ * },
41
+ * ClientToken: "STRING_VALUE",
42
+ * };
30
43
  * const command = new CreateDataQualityRulesetCommand(input);
31
44
  * const response = await client.send(command);
32
45
  * ```