@aws-sdk/client-glue 3.299.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 +8 -8
@@ -36,6 +36,47 @@ export interface CreateMLTransformCommandOutput extends CreateMLTransformRespons
36
36
  * import { GlueClient, CreateMLTransformCommand } from "@aws-sdk/client-glue"; // ES Modules import
37
37
  * // const { GlueClient, CreateMLTransformCommand } = require("@aws-sdk/client-glue"); // CommonJS import
38
38
  * const client = new GlueClient(config);
39
+ * const input = {
40
+ * Name: "STRING_VALUE", // required
41
+ * Description: "STRING_VALUE",
42
+ * InputRecordTables: [ // required
43
+ * {
44
+ * DatabaseName: "STRING_VALUE", // required
45
+ * TableName: "STRING_VALUE", // required
46
+ * CatalogId: "STRING_VALUE",
47
+ * ConnectionName: "STRING_VALUE",
48
+ * AdditionalOptions: {
49
+ * "<keys>": "STRING_VALUE",
50
+ * },
51
+ * },
52
+ * ],
53
+ * Parameters: {
54
+ * TransformType: "FIND_MATCHES", // required
55
+ * FindMatchesParameters: {
56
+ * PrimaryKeyColumnName: "STRING_VALUE",
57
+ * PrecisionRecallTradeoff: Number("double"),
58
+ * AccuracyCostTradeoff: Number("double"),
59
+ * EnforceProvidedLabels: true || false,
60
+ * },
61
+ * },
62
+ * Role: "STRING_VALUE", // required
63
+ * GlueVersion: "STRING_VALUE",
64
+ * MaxCapacity: Number("double"),
65
+ * WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
66
+ * NumberOfWorkers: Number("int"),
67
+ * Timeout: Number("int"),
68
+ * MaxRetries: Number("int"),
69
+ * Tags: {
70
+ * "<keys>": "STRING_VALUE",
71
+ * },
72
+ * TransformEncryption: {
73
+ * MlUserDataEncryption: {
74
+ * MlUserDataEncryptionMode: "DISABLED" || "SSE-KMS", // required
75
+ * KmsKeyId: "STRING_VALUE",
76
+ * },
77
+ * TaskRunSecurityConfigurationName: "STRING_VALUE",
78
+ * },
79
+ * };
39
80
  * const command = new CreateMLTransformCommand(input);
40
81
  * const response = await client.send(command);
41
82
  * ```
@@ -26,6 +26,81 @@ export interface CreatePartitionCommandOutput extends CreatePartitionResponse, _
26
26
  * import { GlueClient, CreatePartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CreatePartitionCommand } = 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
+ * PartitionInput: {
34
+ * Values: [
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * LastAccessTime: new Date("TIMESTAMP"),
38
+ * StorageDescriptor: {
39
+ * Columns: [
40
+ * {
41
+ * Name: "STRING_VALUE", // required
42
+ * Type: "STRING_VALUE",
43
+ * Comment: "STRING_VALUE",
44
+ * Parameters: {
45
+ * "<keys>": "STRING_VALUE",
46
+ * },
47
+ * },
48
+ * ],
49
+ * Location: "STRING_VALUE",
50
+ * AdditionalLocations: [
51
+ * "STRING_VALUE",
52
+ * ],
53
+ * InputFormat: "STRING_VALUE",
54
+ * OutputFormat: "STRING_VALUE",
55
+ * Compressed: true || false,
56
+ * NumberOfBuckets: Number("int"),
57
+ * SerdeInfo: {
58
+ * Name: "STRING_VALUE",
59
+ * SerializationLibrary: "STRING_VALUE",
60
+ * Parameters: {
61
+ * "<keys>": "STRING_VALUE",
62
+ * },
63
+ * },
64
+ * BucketColumns: [
65
+ * "STRING_VALUE",
66
+ * ],
67
+ * SortColumns: [
68
+ * {
69
+ * Column: "STRING_VALUE", // required
70
+ * SortOrder: Number("int"), // required
71
+ * },
72
+ * ],
73
+ * Parameters: {
74
+ * "<keys>": "<ParametersMapValue>",
75
+ * },
76
+ * SkewedInfo: {
77
+ * SkewedColumnNames: [
78
+ * "STRING_VALUE",
79
+ * ],
80
+ * SkewedColumnValues: [
81
+ * "STRING_VALUE",
82
+ * ],
83
+ * SkewedColumnValueLocationMaps: {
84
+ * "<keys>": "STRING_VALUE",
85
+ * },
86
+ * },
87
+ * StoredAsSubDirectories: true || false,
88
+ * SchemaReference: {
89
+ * SchemaId: {
90
+ * SchemaArn: "STRING_VALUE",
91
+ * SchemaName: "STRING_VALUE",
92
+ * RegistryName: "STRING_VALUE",
93
+ * },
94
+ * SchemaVersionId: "STRING_VALUE",
95
+ * SchemaVersionNumber: Number("long"),
96
+ * },
97
+ * },
98
+ * Parameters: {
99
+ * "<keys>": "<ParametersMapValue>",
100
+ * },
101
+ * LastAnalyzedTime: new Date("TIMESTAMP"),
102
+ * },
103
+ * };
29
104
  * const command = new CreatePartitionCommand(input);
30
105
  * const response = await client.send(command);
31
106
  * ```
@@ -26,6 +26,17 @@ export interface CreatePartitionIndexCommandOutput extends CreatePartitionIndexR
26
26
  * import { GlueClient, CreatePartitionIndexCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CreatePartitionIndexCommand } = 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
+ * PartitionIndex: {
34
+ * Keys: [ // required
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * IndexName: "STRING_VALUE", // required
38
+ * },
39
+ * };
29
40
  * const command = new CreatePartitionIndexCommand(input);
30
41
  * const response = await client.send(command);
31
42
  * ```
@@ -26,6 +26,13 @@ export interface CreateRegistryCommandOutput extends CreateRegistryResponse, __M
26
26
  * import { GlueClient, CreateRegistryCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CreateRegistryCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * RegistryName: "STRING_VALUE", // required
31
+ * Description: "STRING_VALUE",
32
+ * Tags: {
33
+ * "<keys>": "STRING_VALUE",
34
+ * },
35
+ * };
29
36
  * const command = new CreateRegistryCommand(input);
30
37
  * const response = await client.send(command);
31
38
  * ```
@@ -29,6 +29,20 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
29
29
  * import { GlueClient, CreateSchemaCommand } from "@aws-sdk/client-glue"; // ES Modules import
30
30
  * // const { GlueClient, CreateSchemaCommand } = require("@aws-sdk/client-glue"); // CommonJS import
31
31
  * const client = new GlueClient(config);
32
+ * const input = {
33
+ * RegistryId: {
34
+ * RegistryName: "STRING_VALUE",
35
+ * RegistryArn: "STRING_VALUE",
36
+ * },
37
+ * SchemaName: "STRING_VALUE", // required
38
+ * DataFormat: "AVRO" || "JSON" || "PROTOBUF", // required
39
+ * Compatibility: "NONE" || "DISABLED" || "BACKWARD" || "BACKWARD_ALL" || "FORWARD" || "FORWARD_ALL" || "FULL" || "FULL_ALL",
40
+ * Description: "STRING_VALUE",
41
+ * Tags: {
42
+ * "<keys>": "STRING_VALUE",
43
+ * },
44
+ * SchemaDefinition: "STRING_VALUE",
45
+ * };
32
46
  * const command = new CreateSchemaCommand(input);
33
47
  * const response = await client.send(command);
34
48
  * ```
@@ -26,6 +26,30 @@ export interface CreateScriptCommandOutput extends CreateScriptResponse, __Metad
26
26
  * import { GlueClient, CreateScriptCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CreateScriptCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * DagNodes: [
31
+ * {
32
+ * Id: "STRING_VALUE", // required
33
+ * NodeType: "STRING_VALUE", // required
34
+ * Args: [ // required
35
+ * {
36
+ * Name: "STRING_VALUE", // required
37
+ * Value: "STRING_VALUE", // required
38
+ * Param: true || false,
39
+ * },
40
+ * ],
41
+ * LineNumber: Number("int"),
42
+ * },
43
+ * ],
44
+ * DagEdges: [
45
+ * {
46
+ * Source: "STRING_VALUE", // required
47
+ * Target: "STRING_VALUE", // required
48
+ * TargetParameter: "STRING_VALUE",
49
+ * },
50
+ * ],
51
+ * Language: "PYTHON" || "SCALA",
52
+ * };
29
53
  * const command = new CreateScriptCommand(input);
30
54
  * const response = await client.send(command);
31
55
  * ```
@@ -26,6 +26,25 @@ export interface CreateSecurityConfigurationCommandOutput extends CreateSecurity
26
26
  * import { GlueClient, CreateSecurityConfigurationCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CreateSecurityConfigurationCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * Name: "STRING_VALUE", // required
31
+ * EncryptionConfiguration: {
32
+ * S3Encryption: [
33
+ * {
34
+ * S3EncryptionMode: "DISABLED" || "SSE-KMS" || "SSE-S3",
35
+ * KmsKeyArn: "STRING_VALUE",
36
+ * },
37
+ * ],
38
+ * CloudWatchEncryption: {
39
+ * CloudWatchEncryptionMode: "DISABLED" || "SSE-KMS",
40
+ * KmsKeyArn: "STRING_VALUE",
41
+ * },
42
+ * JobBookmarksEncryption: {
43
+ * JobBookmarksEncryptionMode: "DISABLED" || "CSE-KMS",
44
+ * KmsKeyArn: "STRING_VALUE",
45
+ * },
46
+ * },
47
+ * };
29
48
  * const command = new CreateSecurityConfigurationCommand(input);
30
49
  * const response = await client.send(command);
31
50
  * ```
@@ -26,6 +26,34 @@ export interface CreateSessionCommandOutput extends CreateSessionResponse, __Met
26
26
  * import { GlueClient, CreateSessionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CreateSessionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * Description: "STRING_VALUE",
32
+ * Role: "STRING_VALUE", // required
33
+ * Command: {
34
+ * Name: "STRING_VALUE",
35
+ * PythonVersion: "STRING_VALUE",
36
+ * },
37
+ * Timeout: Number("int"),
38
+ * IdleTimeout: Number("int"),
39
+ * DefaultArguments: {
40
+ * "<keys>": "STRING_VALUE",
41
+ * },
42
+ * Connections: {
43
+ * Connections: [
44
+ * "STRING_VALUE",
45
+ * ],
46
+ * },
47
+ * MaxCapacity: Number("double"),
48
+ * NumberOfWorkers: Number("int"),
49
+ * WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
50
+ * SecurityConfiguration: "STRING_VALUE",
51
+ * GlueVersion: "STRING_VALUE",
52
+ * Tags: {
53
+ * "<keys>": "STRING_VALUE",
54
+ * },
55
+ * RequestOrigin: "STRING_VALUE",
56
+ * };
29
57
  * const command = new CreateSessionCommand(input);
30
58
  * const response = await client.send(command);
31
59
  * ```
@@ -26,6 +26,108 @@ export interface CreateTableCommandOutput extends CreateTableResponse, __Metadat
26
26
  * import { GlueClient, CreateTableCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CreateTableCommand } = 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
+ * TableInput: {
33
+ * Name: "STRING_VALUE", // required
34
+ * Description: "STRING_VALUE",
35
+ * Owner: "STRING_VALUE",
36
+ * LastAccessTime: new Date("TIMESTAMP"),
37
+ * LastAnalyzedTime: new Date("TIMESTAMP"),
38
+ * Retention: Number("int"),
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
+ * PartitionKeys: [
100
+ * {
101
+ * Name: "STRING_VALUE", // required
102
+ * Type: "STRING_VALUE",
103
+ * Comment: "STRING_VALUE",
104
+ * Parameters: {
105
+ * "<keys>": "<ParametersMapValue>",
106
+ * },
107
+ * },
108
+ * ],
109
+ * ViewOriginalText: "STRING_VALUE",
110
+ * ViewExpandedText: "STRING_VALUE",
111
+ * TableType: "STRING_VALUE",
112
+ * Parameters: {
113
+ * "<keys>": "<ParametersMapValue>",
114
+ * },
115
+ * TargetTable: {
116
+ * CatalogId: "STRING_VALUE",
117
+ * DatabaseName: "STRING_VALUE",
118
+ * Name: "STRING_VALUE",
119
+ * },
120
+ * },
121
+ * PartitionIndexes: [
122
+ * {
123
+ * Keys: [ // required
124
+ * "STRING_VALUE",
125
+ * ],
126
+ * IndexName: "STRING_VALUE", // required
127
+ * },
128
+ * ],
129
+ * TransactionId: "STRING_VALUE",
130
+ * };
29
131
  * const command = new CreateTableCommand(input);
30
132
  * const response = await client.send(command);
31
133
  * ```
@@ -26,6 +26,47 @@ export interface CreateTriggerCommandOutput extends CreateTriggerResponse, __Met
26
26
  * import { GlueClient, CreateTriggerCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CreateTriggerCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * Name: "STRING_VALUE", // required
31
+ * WorkflowName: "STRING_VALUE",
32
+ * Type: "SCHEDULED" || "CONDITIONAL" || "ON_DEMAND" || "EVENT", // required
33
+ * Schedule: "STRING_VALUE",
34
+ * Predicate: {
35
+ * Logical: "AND" || "ANY",
36
+ * Conditions: [
37
+ * {
38
+ * LogicalOperator: "EQUALS",
39
+ * JobName: "STRING_VALUE",
40
+ * State: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT" || "ERROR" || "WAITING",
41
+ * CrawlerName: "STRING_VALUE",
42
+ * CrawlState: "RUNNING" || "CANCELLING" || "CANCELLED" || "SUCCEEDED" || "FAILED" || "ERROR",
43
+ * },
44
+ * ],
45
+ * },
46
+ * Actions: [ // required
47
+ * {
48
+ * JobName: "STRING_VALUE",
49
+ * Arguments: {
50
+ * "<keys>": "STRING_VALUE",
51
+ * },
52
+ * Timeout: Number("int"),
53
+ * SecurityConfiguration: "STRING_VALUE",
54
+ * NotificationProperty: {
55
+ * NotifyDelayAfter: Number("int"),
56
+ * },
57
+ * CrawlerName: "STRING_VALUE",
58
+ * },
59
+ * ],
60
+ * Description: "STRING_VALUE",
61
+ * StartOnCreation: true || false,
62
+ * Tags: {
63
+ * "<keys>": "STRING_VALUE",
64
+ * },
65
+ * EventBatchingCondition: {
66
+ * BatchSize: Number("int"), // required
67
+ * BatchWindow: Number("int"),
68
+ * },
69
+ * };
29
70
  * const command = new CreateTriggerCommand(input);
30
71
  * const response = await client.send(command);
31
72
  * ```
@@ -26,6 +26,22 @@ export interface CreateUserDefinedFunctionCommandOutput extends CreateUserDefine
26
26
  * import { GlueClient, CreateUserDefinedFunctionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CreateUserDefinedFunctionCommand } = 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
+ * FunctionInput: {
33
+ * FunctionName: "STRING_VALUE",
34
+ * ClassName: "STRING_VALUE",
35
+ * OwnerName: "STRING_VALUE",
36
+ * OwnerType: "USER" || "ROLE" || "GROUP",
37
+ * ResourceUris: [
38
+ * {
39
+ * ResourceType: "JAR" || "FILE" || "ARCHIVE",
40
+ * Uri: "STRING_VALUE",
41
+ * },
42
+ * ],
43
+ * },
44
+ * };
29
45
  * const command = new CreateUserDefinedFunctionCommand(input);
30
46
  * const response = await client.send(command);
31
47
  * ```
@@ -26,6 +26,17 @@ export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __M
26
26
  * import { GlueClient, CreateWorkflowCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CreateWorkflowCommand } = 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
+ * DefaultRunProperties: {
33
+ * "<keys>": "STRING_VALUE",
34
+ * },
35
+ * Tags: {
36
+ * "<keys>": "STRING_VALUE",
37
+ * },
38
+ * MaxConcurrentRuns: Number("int"),
39
+ * };
29
40
  * const command = new CreateWorkflowCommand(input);
30
41
  * const response = await client.send(command);
31
42
  * ```
@@ -26,6 +26,9 @@ export interface DeleteBlueprintCommandOutput extends DeleteBlueprintResponse, _
26
26
  * import { GlueClient, DeleteBlueprintCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, DeleteBlueprintCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * Name: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteBlueprintCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface DeleteClassifierCommandOutput extends DeleteClassifierResponse,
26
26
  * import { GlueClient, DeleteClassifierCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, DeleteClassifierCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * Name: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteClassifierCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -27,6 +27,15 @@ export interface DeleteColumnStatisticsForPartitionCommandOutput extends DeleteC
27
27
  * import { GlueClient, DeleteColumnStatisticsForPartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, DeleteColumnStatisticsForPartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
+ * const input = {
31
+ * CatalogId: "STRING_VALUE",
32
+ * DatabaseName: "STRING_VALUE", // required
33
+ * TableName: "STRING_VALUE", // required
34
+ * PartitionValues: [ // required
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * ColumnName: "STRING_VALUE", // required
38
+ * };
30
39
  * const command = new DeleteColumnStatisticsForPartitionCommand(input);
31
40
  * const response = await client.send(command);
32
41
  * ```
@@ -27,6 +27,12 @@ export interface DeleteColumnStatisticsForTableCommandOutput extends DeleteColum
27
27
  * import { GlueClient, DeleteColumnStatisticsForTableCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, DeleteColumnStatisticsForTableCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
+ * const input = {
31
+ * CatalogId: "STRING_VALUE",
32
+ * DatabaseName: "STRING_VALUE", // required
33
+ * TableName: "STRING_VALUE", // required
34
+ * ColumnName: "STRING_VALUE", // required
35
+ * };
30
36
  * const command = new DeleteColumnStatisticsForTableCommand(input);
31
37
  * const response = await client.send(command);
32
38
  * ```
@@ -26,6 +26,10 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
26
26
  * import { GlueClient, DeleteConnectionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, DeleteConnectionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * CatalogId: "STRING_VALUE",
31
+ * ConnectionName: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteConnectionCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,9 @@ export interface DeleteCrawlerCommandOutput extends DeleteCrawlerResponse, __Met
27
27
  * import { GlueClient, DeleteCrawlerCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, DeleteCrawlerCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
+ * const input = {
31
+ * Name: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DeleteCrawlerCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -26,6 +26,9 @@ export interface DeleteCustomEntityTypeCommandOutput extends DeleteCustomEntityT
26
26
  * import { GlueClient, DeleteCustomEntityTypeCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, DeleteCustomEntityTypeCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * Name: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteCustomEntityTypeCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface DeleteDataQualityRulesetCommandOutput extends DeleteDataQuality
26
26
  * import { GlueClient, DeleteDataQualityRulesetCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, DeleteDataQualityRulesetCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * Name: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteDataQualityRulesetCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -38,6 +38,10 @@ export interface DeleteDatabaseCommandOutput extends DeleteDatabaseResponse, __M
38
38
  * import { GlueClient, DeleteDatabaseCommand } from "@aws-sdk/client-glue"; // ES Modules import
39
39
  * // const { GlueClient, DeleteDatabaseCommand } = require("@aws-sdk/client-glue"); // CommonJS import
40
40
  * const client = new GlueClient(config);
41
+ * const input = {
42
+ * CatalogId: "STRING_VALUE",
43
+ * Name: "STRING_VALUE", // required
44
+ * };
41
45
  * const command = new DeleteDatabaseCommand(input);
42
46
  * const response = await client.send(command);
43
47
  * ```
@@ -26,6 +26,9 @@ export interface DeleteDevEndpointCommandOutput extends DeleteDevEndpointRespons
26
26
  * import { GlueClient, DeleteDevEndpointCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, DeleteDevEndpointCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = {
30
+ * EndpointName: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteDevEndpointCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -27,6 +27,9 @@ export interface DeleteJobCommandOutput extends DeleteJobResponse, __MetadataBea
27
27
  * import { GlueClient, DeleteJobCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, DeleteJobCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
+ * const input = {
31
+ * JobName: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DeleteJobCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -31,6 +31,9 @@ export interface DeleteMLTransformCommandOutput extends DeleteMLTransformRespons
31
31
  * import { GlueClient, DeleteMLTransformCommand } from "@aws-sdk/client-glue"; // ES Modules import
32
32
  * // const { GlueClient, DeleteMLTransformCommand } = require("@aws-sdk/client-glue"); // CommonJS import
33
33
  * const client = new GlueClient(config);
34
+ * const input = {
35
+ * TransformId: "STRING_VALUE", // required
36
+ * };
34
37
  * const command = new DeleteMLTransformCommand(input);
35
38
  * const response = await client.send(command);
36
39
  * ```
@@ -26,6 +26,14 @@ 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 = {
30
+ * CatalogId: "STRING_VALUE",
31
+ * DatabaseName: "STRING_VALUE", // required
32
+ * TableName: "STRING_VALUE", // required
33
+ * PartitionValues: [ // required
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * };
29
37
  * const command = new DeletePartitionCommand(input);
30
38
  * const response = await client.send(command);
31
39
  * ```
@@ -26,6 +26,12 @@ 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 = {
30
+ * CatalogId: "STRING_VALUE",
31
+ * DatabaseName: "STRING_VALUE", // required
32
+ * TableName: "STRING_VALUE", // required
33
+ * IndexName: "STRING_VALUE", // required
34
+ * };
29
35
  * const command = new DeletePartitionIndexCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```