@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
@@ -36,23 +36,23 @@ 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 = {
39
+ * const input = { // CreateMLTransformRequest
40
40
  * Name: "STRING_VALUE", // required
41
41
  * Description: "STRING_VALUE",
42
- * InputRecordTables: [ // required
43
- * {
42
+ * InputRecordTables: [ // GlueTables // required
43
+ * { // GlueTable
44
44
  * DatabaseName: "STRING_VALUE", // required
45
45
  * TableName: "STRING_VALUE", // required
46
46
  * CatalogId: "STRING_VALUE",
47
47
  * ConnectionName: "STRING_VALUE",
48
- * AdditionalOptions: {
48
+ * AdditionalOptions: { // GlueTableAdditionalOptions
49
49
  * "<keys>": "STRING_VALUE",
50
50
  * },
51
51
  * },
52
52
  * ],
53
- * Parameters: {
53
+ * Parameters: { // TransformParameters
54
54
  * TransformType: "FIND_MATCHES", // required
55
- * FindMatchesParameters: {
55
+ * FindMatchesParameters: { // FindMatchesParameters
56
56
  * PrimaryKeyColumnName: "STRING_VALUE",
57
57
  * PrecisionRecallTradeoff: Number("double"),
58
58
  * AccuracyCostTradeoff: Number("double"),
@@ -66,11 +66,11 @@ export interface CreateMLTransformCommandOutput extends CreateMLTransformRespons
66
66
  * NumberOfWorkers: Number("int"),
67
67
  * Timeout: Number("int"),
68
68
  * MaxRetries: Number("int"),
69
- * Tags: {
69
+ * Tags: { // TagsMap
70
70
  * "<keys>": "STRING_VALUE",
71
71
  * },
72
- * TransformEncryption: {
73
- * MlUserDataEncryption: {
72
+ * TransformEncryption: { // TransformEncryption
73
+ * MlUserDataEncryption: { // MLUserDataEncryption
74
74
  * MlUserDataEncryptionMode: "DISABLED" || "SSE-KMS", // required
75
75
  * KmsKeyId: "STRING_VALUE",
76
76
  * },
@@ -26,67 +26,65 @@ 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 = {
29
+ * const input = { // CreatePartitionRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * DatabaseName: "STRING_VALUE", // required
32
32
  * TableName: "STRING_VALUE", // required
33
- * PartitionInput: {
34
- * Values: [
33
+ * PartitionInput: { // PartitionInput
34
+ * Values: [ // ValueStringList
35
35
  * "STRING_VALUE",
36
36
  * ],
37
37
  * LastAccessTime: new Date("TIMESTAMP"),
38
- * StorageDescriptor: {
39
- * Columns: [
40
- * {
38
+ * StorageDescriptor: { // StorageDescriptor
39
+ * Columns: [ // ColumnList
40
+ * { // Column
41
41
  * Name: "STRING_VALUE", // required
42
42
  * Type: "STRING_VALUE",
43
43
  * Comment: "STRING_VALUE",
44
- * Parameters: {
44
+ * Parameters: { // ParametersMap
45
45
  * "<keys>": "STRING_VALUE",
46
46
  * },
47
47
  * },
48
48
  * ],
49
49
  * Location: "STRING_VALUE",
50
- * AdditionalLocations: [
50
+ * AdditionalLocations: [ // LocationStringList
51
51
  * "STRING_VALUE",
52
52
  * ],
53
53
  * InputFormat: "STRING_VALUE",
54
54
  * OutputFormat: "STRING_VALUE",
55
55
  * Compressed: true || false,
56
56
  * NumberOfBuckets: Number("int"),
57
- * SerdeInfo: {
57
+ * SerdeInfo: { // SerDeInfo
58
58
  * Name: "STRING_VALUE",
59
59
  * SerializationLibrary: "STRING_VALUE",
60
60
  * Parameters: {
61
61
  * "<keys>": "STRING_VALUE",
62
62
  * },
63
63
  * },
64
- * BucketColumns: [
64
+ * BucketColumns: [ // NameStringList
65
65
  * "STRING_VALUE",
66
66
  * ],
67
- * SortColumns: [
68
- * {
67
+ * SortColumns: [ // OrderList
68
+ * { // Order
69
69
  * Column: "STRING_VALUE", // required
70
70
  * SortOrder: Number("int"), // required
71
71
  * },
72
72
  * ],
73
- * Parameters: {
74
- * "<keys>": "<ParametersMapValue>",
75
- * },
76
- * SkewedInfo: {
73
+ * Parameters: "<ParametersMap>",
74
+ * SkewedInfo: { // SkewedInfo
77
75
  * SkewedColumnNames: [
78
76
  * "STRING_VALUE",
79
77
  * ],
80
- * SkewedColumnValues: [
78
+ * SkewedColumnValues: [ // ColumnValueStringList
81
79
  * "STRING_VALUE",
82
80
  * ],
83
- * SkewedColumnValueLocationMaps: {
81
+ * SkewedColumnValueLocationMaps: { // LocationMap
84
82
  * "<keys>": "STRING_VALUE",
85
83
  * },
86
84
  * },
87
85
  * StoredAsSubDirectories: true || false,
88
- * SchemaReference: {
89
- * SchemaId: {
86
+ * SchemaReference: { // SchemaReference
87
+ * SchemaId: { // SchemaId
90
88
  * SchemaArn: "STRING_VALUE",
91
89
  * SchemaName: "STRING_VALUE",
92
90
  * RegistryName: "STRING_VALUE",
@@ -95,9 +93,7 @@ export interface CreatePartitionCommandOutput extends CreatePartitionResponse, _
95
93
  * SchemaVersionNumber: Number("long"),
96
94
  * },
97
95
  * },
98
- * Parameters: {
99
- * "<keys>": "<ParametersMapValue>",
100
- * },
96
+ * Parameters: "<ParametersMap>",
101
97
  * LastAnalyzedTime: new Date("TIMESTAMP"),
102
98
  * },
103
99
  * };
@@ -26,12 +26,12 @@ 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 = {
29
+ * const input = { // CreatePartitionIndexRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * DatabaseName: "STRING_VALUE", // required
32
32
  * TableName: "STRING_VALUE", // required
33
- * PartitionIndex: {
34
- * Keys: [ // required
33
+ * PartitionIndex: { // PartitionIndex
34
+ * Keys: [ // KeyList // required
35
35
  * "STRING_VALUE",
36
36
  * ],
37
37
  * IndexName: "STRING_VALUE", // required
@@ -26,10 +26,10 @@ 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 = {
29
+ * const input = { // CreateRegistryInput
30
30
  * RegistryName: "STRING_VALUE", // required
31
31
  * Description: "STRING_VALUE",
32
- * Tags: {
32
+ * Tags: { // TagsMap
33
33
  * "<keys>": "STRING_VALUE",
34
34
  * },
35
35
  * };
@@ -29,8 +29,8 @@ 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: {
32
+ * const input = { // CreateSchemaInput
33
+ * RegistryId: { // RegistryId
34
34
  * RegistryName: "STRING_VALUE",
35
35
  * RegistryArn: "STRING_VALUE",
36
36
  * },
@@ -38,7 +38,7 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
38
38
  * DataFormat: "AVRO" || "JSON" || "PROTOBUF", // required
39
39
  * Compatibility: "NONE" || "DISABLED" || "BACKWARD" || "BACKWARD_ALL" || "FORWARD" || "FORWARD_ALL" || "FULL" || "FULL_ALL",
40
40
  * Description: "STRING_VALUE",
41
- * Tags: {
41
+ * Tags: { // TagsMap
42
42
  * "<keys>": "STRING_VALUE",
43
43
  * },
44
44
  * SchemaDefinition: "STRING_VALUE",
@@ -26,13 +26,13 @@ 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
- * {
29
+ * const input = { // CreateScriptRequest
30
+ * DagNodes: [ // DagNodes
31
+ * { // CodeGenNode
32
32
  * Id: "STRING_VALUE", // required
33
33
  * NodeType: "STRING_VALUE", // required
34
- * Args: [ // required
35
- * {
34
+ * Args: [ // CodeGenNodeArgs // required
35
+ * { // CodeGenNodeArg
36
36
  * Name: "STRING_VALUE", // required
37
37
  * Value: "STRING_VALUE", // required
38
38
  * Param: true || false,
@@ -41,8 +41,8 @@ export interface CreateScriptCommandOutput extends CreateScriptResponse, __Metad
41
41
  * LineNumber: Number("int"),
42
42
  * },
43
43
  * ],
44
- * DagEdges: [
45
- * {
44
+ * DagEdges: [ // DagEdges
45
+ * { // CodeGenEdge
46
46
  * Source: "STRING_VALUE", // required
47
47
  * Target: "STRING_VALUE", // required
48
48
  * TargetParameter: "STRING_VALUE",
@@ -26,20 +26,20 @@ 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 = {
29
+ * const input = { // CreateSecurityConfigurationRequest
30
30
  * Name: "STRING_VALUE", // required
31
- * EncryptionConfiguration: {
32
- * S3Encryption: [
33
- * {
31
+ * EncryptionConfiguration: { // EncryptionConfiguration
32
+ * S3Encryption: [ // S3EncryptionList
33
+ * { // S3Encryption
34
34
  * S3EncryptionMode: "DISABLED" || "SSE-KMS" || "SSE-S3",
35
35
  * KmsKeyArn: "STRING_VALUE",
36
36
  * },
37
37
  * ],
38
- * CloudWatchEncryption: {
38
+ * CloudWatchEncryption: { // CloudWatchEncryption
39
39
  * CloudWatchEncryptionMode: "DISABLED" || "SSE-KMS",
40
40
  * KmsKeyArn: "STRING_VALUE",
41
41
  * },
42
- * JobBookmarksEncryption: {
42
+ * JobBookmarksEncryption: { // JobBookmarksEncryption
43
43
  * JobBookmarksEncryptionMode: "DISABLED" || "CSE-KMS",
44
44
  * KmsKeyArn: "STRING_VALUE",
45
45
  * },
@@ -26,21 +26,21 @@ 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 = {
29
+ * const input = { // CreateSessionRequest
30
30
  * Id: "STRING_VALUE", // required
31
31
  * Description: "STRING_VALUE",
32
32
  * Role: "STRING_VALUE", // required
33
- * Command: {
33
+ * Command: { // SessionCommand
34
34
  * Name: "STRING_VALUE",
35
35
  * PythonVersion: "STRING_VALUE",
36
36
  * },
37
37
  * Timeout: Number("int"),
38
38
  * IdleTimeout: Number("int"),
39
- * DefaultArguments: {
39
+ * DefaultArguments: { // OrchestrationArgumentsMap
40
40
  * "<keys>": "STRING_VALUE",
41
41
  * },
42
- * Connections: {
43
- * Connections: [
42
+ * Connections: { // ConnectionsList
43
+ * Connections: [ // OrchestrationStringList
44
44
  * "STRING_VALUE",
45
45
  * ],
46
46
  * },
@@ -49,7 +49,7 @@ export interface CreateSessionCommandOutput extends CreateSessionResponse, __Met
49
49
  * WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
50
50
  * SecurityConfiguration: "STRING_VALUE",
51
51
  * GlueVersion: "STRING_VALUE",
52
- * Tags: {
52
+ * Tags: { // TagsMap
53
53
  * "<keys>": "STRING_VALUE",
54
54
  * },
55
55
  * RequestOrigin: "STRING_VALUE",
@@ -26,68 +26,66 @@ 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 = {
29
+ * const input = { // CreateTableRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * DatabaseName: "STRING_VALUE", // required
32
- * TableInput: {
32
+ * TableInput: { // TableInput
33
33
  * Name: "STRING_VALUE", // required
34
34
  * Description: "STRING_VALUE",
35
35
  * Owner: "STRING_VALUE",
36
36
  * LastAccessTime: new Date("TIMESTAMP"),
37
37
  * LastAnalyzedTime: new Date("TIMESTAMP"),
38
38
  * Retention: Number("int"),
39
- * StorageDescriptor: {
40
- * Columns: [
41
- * {
39
+ * StorageDescriptor: { // StorageDescriptor
40
+ * Columns: [ // ColumnList
41
+ * { // Column
42
42
  * Name: "STRING_VALUE", // required
43
43
  * Type: "STRING_VALUE",
44
44
  * Comment: "STRING_VALUE",
45
- * Parameters: {
45
+ * Parameters: { // ParametersMap
46
46
  * "<keys>": "STRING_VALUE",
47
47
  * },
48
48
  * },
49
49
  * ],
50
50
  * Location: "STRING_VALUE",
51
- * AdditionalLocations: [
51
+ * AdditionalLocations: [ // LocationStringList
52
52
  * "STRING_VALUE",
53
53
  * ],
54
54
  * InputFormat: "STRING_VALUE",
55
55
  * OutputFormat: "STRING_VALUE",
56
56
  * Compressed: true || false,
57
57
  * NumberOfBuckets: Number("int"),
58
- * SerdeInfo: {
58
+ * SerdeInfo: { // SerDeInfo
59
59
  * Name: "STRING_VALUE",
60
60
  * SerializationLibrary: "STRING_VALUE",
61
61
  * Parameters: {
62
62
  * "<keys>": "STRING_VALUE",
63
63
  * },
64
64
  * },
65
- * BucketColumns: [
65
+ * BucketColumns: [ // NameStringList
66
66
  * "STRING_VALUE",
67
67
  * ],
68
- * SortColumns: [
69
- * {
68
+ * SortColumns: [ // OrderList
69
+ * { // Order
70
70
  * Column: "STRING_VALUE", // required
71
71
  * SortOrder: Number("int"), // required
72
72
  * },
73
73
  * ],
74
- * Parameters: {
75
- * "<keys>": "<ParametersMapValue>",
76
- * },
77
- * SkewedInfo: {
74
+ * Parameters: "<ParametersMap>",
75
+ * SkewedInfo: { // SkewedInfo
78
76
  * SkewedColumnNames: [
79
77
  * "STRING_VALUE",
80
78
  * ],
81
- * SkewedColumnValues: [
79
+ * SkewedColumnValues: [ // ColumnValueStringList
82
80
  * "STRING_VALUE",
83
81
  * ],
84
- * SkewedColumnValueLocationMaps: {
82
+ * SkewedColumnValueLocationMaps: { // LocationMap
85
83
  * "<keys>": "STRING_VALUE",
86
84
  * },
87
85
  * },
88
86
  * StoredAsSubDirectories: true || false,
89
- * SchemaReference: {
90
- * SchemaId: {
87
+ * SchemaReference: { // SchemaReference
88
+ * SchemaId: { // SchemaId
91
89
  * SchemaArn: "STRING_VALUE",
92
90
  * SchemaName: "STRING_VALUE",
93
91
  * RegistryName: "STRING_VALUE",
@@ -101,26 +99,22 @@ export interface CreateTableCommandOutput extends CreateTableResponse, __Metadat
101
99
  * Name: "STRING_VALUE", // required
102
100
  * Type: "STRING_VALUE",
103
101
  * Comment: "STRING_VALUE",
104
- * Parameters: {
105
- * "<keys>": "<ParametersMapValue>",
106
- * },
102
+ * Parameters: "<ParametersMap>",
107
103
  * },
108
104
  * ],
109
105
  * ViewOriginalText: "STRING_VALUE",
110
106
  * ViewExpandedText: "STRING_VALUE",
111
107
  * TableType: "STRING_VALUE",
112
- * Parameters: {
113
- * "<keys>": "<ParametersMapValue>",
114
- * },
115
- * TargetTable: {
108
+ * Parameters: "<ParametersMap>",
109
+ * TargetTable: { // TableIdentifier
116
110
  * CatalogId: "STRING_VALUE",
117
111
  * DatabaseName: "STRING_VALUE",
118
112
  * Name: "STRING_VALUE",
119
113
  * },
120
114
  * },
121
- * PartitionIndexes: [
122
- * {
123
- * Keys: [ // required
115
+ * PartitionIndexes: [ // PartitionIndexList
116
+ * { // PartitionIndex
117
+ * Keys: [ // KeyList // required
124
118
  * "STRING_VALUE",
125
119
  * ],
126
120
  * IndexName: "STRING_VALUE", // required
@@ -26,15 +26,15 @@ 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 = {
29
+ * const input = { // CreateTriggerRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * WorkflowName: "STRING_VALUE",
32
32
  * Type: "SCHEDULED" || "CONDITIONAL" || "ON_DEMAND" || "EVENT", // required
33
33
  * Schedule: "STRING_VALUE",
34
- * Predicate: {
34
+ * Predicate: { // Predicate
35
35
  * Logical: "AND" || "ANY",
36
- * Conditions: [
37
- * {
36
+ * Conditions: [ // ConditionList
37
+ * { // Condition
38
38
  * LogicalOperator: "EQUALS",
39
39
  * JobName: "STRING_VALUE",
40
40
  * State: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT" || "ERROR" || "WAITING",
@@ -43,15 +43,15 @@ export interface CreateTriggerCommandOutput extends CreateTriggerResponse, __Met
43
43
  * },
44
44
  * ],
45
45
  * },
46
- * Actions: [ // required
47
- * {
46
+ * Actions: [ // ActionList // required
47
+ * { // Action
48
48
  * JobName: "STRING_VALUE",
49
- * Arguments: {
49
+ * Arguments: { // GenericMap
50
50
  * "<keys>": "STRING_VALUE",
51
51
  * },
52
52
  * Timeout: Number("int"),
53
53
  * SecurityConfiguration: "STRING_VALUE",
54
- * NotificationProperty: {
54
+ * NotificationProperty: { // NotificationProperty
55
55
  * NotifyDelayAfter: Number("int"),
56
56
  * },
57
57
  * CrawlerName: "STRING_VALUE",
@@ -59,10 +59,10 @@ export interface CreateTriggerCommandOutput extends CreateTriggerResponse, __Met
59
59
  * ],
60
60
  * Description: "STRING_VALUE",
61
61
  * StartOnCreation: true || false,
62
- * Tags: {
62
+ * Tags: { // TagsMap
63
63
  * "<keys>": "STRING_VALUE",
64
64
  * },
65
- * EventBatchingCondition: {
65
+ * EventBatchingCondition: { // EventBatchingCondition
66
66
  * BatchSize: Number("int"), // required
67
67
  * BatchWindow: Number("int"),
68
68
  * },
@@ -26,16 +26,16 @@ 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 = {
29
+ * const input = { // CreateUserDefinedFunctionRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * DatabaseName: "STRING_VALUE", // required
32
- * FunctionInput: {
32
+ * FunctionInput: { // UserDefinedFunctionInput
33
33
  * FunctionName: "STRING_VALUE",
34
34
  * ClassName: "STRING_VALUE",
35
35
  * OwnerName: "STRING_VALUE",
36
36
  * OwnerType: "USER" || "ROLE" || "GROUP",
37
- * ResourceUris: [
38
- * {
37
+ * ResourceUris: [ // ResourceUriList
38
+ * { // ResourceUri
39
39
  * ResourceType: "JAR" || "FILE" || "ARCHIVE",
40
40
  * Uri: "STRING_VALUE",
41
41
  * },
@@ -26,13 +26,13 @@ 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 = {
29
+ * const input = { // CreateWorkflowRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * Description: "STRING_VALUE",
32
- * DefaultRunProperties: {
32
+ * DefaultRunProperties: { // WorkflowRunProperties
33
33
  * "<keys>": "STRING_VALUE",
34
34
  * },
35
- * Tags: {
35
+ * Tags: { // TagsMap
36
36
  * "<keys>": "STRING_VALUE",
37
37
  * },
38
38
  * MaxConcurrentRuns: Number("int"),
@@ -26,7 +26,7 @@ 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 = {
29
+ * const input = { // DeleteBlueprintRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteBlueprintCommand(input);
@@ -26,7 +26,7 @@ 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 = {
29
+ * const input = { // DeleteClassifierRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteClassifierCommand(input);
@@ -27,11 +27,11 @@ 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 = {
30
+ * const input = { // DeleteColumnStatisticsForPartitionRequest
31
31
  * CatalogId: "STRING_VALUE",
32
32
  * DatabaseName: "STRING_VALUE", // required
33
33
  * TableName: "STRING_VALUE", // required
34
- * PartitionValues: [ // required
34
+ * PartitionValues: [ // ValueStringList // required
35
35
  * "STRING_VALUE",
36
36
  * ],
37
37
  * ColumnName: "STRING_VALUE", // required
@@ -27,7 +27,7 @@ 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 = {
30
+ * const input = { // DeleteColumnStatisticsForTableRequest
31
31
  * CatalogId: "STRING_VALUE",
32
32
  * DatabaseName: "STRING_VALUE", // required
33
33
  * TableName: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ 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 = {
29
+ * const input = { // DeleteConnectionRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * ConnectionName: "STRING_VALUE", // required
32
32
  * };
@@ -27,7 +27,7 @@ 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 = {
30
+ * const input = { // DeleteCrawlerRequest
31
31
  * Name: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new DeleteCrawlerCommand(input);
@@ -26,7 +26,7 @@ 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 = {
29
+ * const input = { // DeleteCustomEntityTypeRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteCustomEntityTypeCommand(input);
@@ -26,7 +26,7 @@ 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 = {
29
+ * const input = { // DeleteDataQualityRulesetRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteDataQualityRulesetCommand(input);
@@ -38,7 +38,7 @@ 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 = {
41
+ * const input = { // DeleteDatabaseRequest
42
42
  * CatalogId: "STRING_VALUE",
43
43
  * Name: "STRING_VALUE", // required
44
44
  * };
@@ -26,7 +26,7 @@ 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 = {
29
+ * const input = { // DeleteDevEndpointRequest
30
30
  * EndpointName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteDevEndpointCommand(input);
@@ -27,7 +27,7 @@ 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 = {
30
+ * const input = { // DeleteJobRequest
31
31
  * JobName: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new DeleteJobCommand(input);
@@ -31,7 +31,7 @@ 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 = {
34
+ * const input = { // DeleteMLTransformRequest
35
35
  * TransformId: "STRING_VALUE", // required
36
36
  * };
37
37
  * const command = new DeleteMLTransformCommand(input);