@aws-sdk/client-glue 3.300.0 → 3.301.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 +20 -24
  2. package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +2 -2
  3. package/dist-types/commands/BatchDeletePartitionCommand.d.ts +4 -4
  4. package/dist-types/commands/BatchDeleteTableCommand.d.ts +2 -2
  5. package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +2 -2
  6. package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +2 -2
  7. package/dist-types/commands/BatchGetCrawlersCommand.d.ts +2 -2
  8. package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +2 -2
  9. package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +2 -2
  10. package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +2 -2
  11. package/dist-types/commands/BatchGetJobsCommand.d.ts +2 -2
  12. package/dist-types/commands/BatchGetPartitionCommand.d.ts +4 -4
  13. package/dist-types/commands/BatchGetTriggersCommand.d.ts +2 -2
  14. package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +2 -2
  15. package/dist-types/commands/BatchStopJobRunCommand.d.ts +2 -2
  16. package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +22 -26
  17. package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  18. package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  19. package/dist-types/commands/CancelMLTaskRunCommand.d.ts +1 -1
  20. package/dist-types/commands/CancelStatementCommand.d.ts +1 -1
  21. package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateBlueprintCommand.d.ts +2 -2
  23. package/dist-types/commands/CreateClassifierCommand.d.ts +7 -7
  24. package/dist-types/commands/CreateConnectionCommand.d.ts +7 -7
  25. package/dist-types/commands/CreateCrawlerCommand.d.ts +23 -23
  26. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +2 -2
  27. package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +3 -3
  28. package/dist-types/commands/CreateDatabaseCommand.d.ts +9 -9
  29. package/dist-types/commands/CreateDevEndpointCommand.d.ts +5 -5
  30. package/dist-types/commands/CreateJobCommand.d.ts +189 -428
  31. package/dist-types/commands/CreateMLTransformCommand.d.ts +9 -9
  32. package/dist-types/commands/CreatePartitionCommand.d.ts +19 -23
  33. package/dist-types/commands/CreatePartitionIndexCommand.d.ts +3 -3
  34. package/dist-types/commands/CreateRegistryCommand.d.ts +2 -2
  35. package/dist-types/commands/CreateSchemaCommand.d.ts +3 -3
  36. package/dist-types/commands/CreateScriptCommand.d.ts +7 -7
  37. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +6 -6
  38. package/dist-types/commands/CreateSessionCommand.d.ts +6 -6
  39. package/dist-types/commands/CreateTableCommand.d.ts +23 -29
  40. package/dist-types/commands/CreateTriggerCommand.d.ts +10 -10
  41. package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +4 -4
  42. package/dist-types/commands/CreateWorkflowCommand.d.ts +3 -3
  43. package/dist-types/commands/DeleteBlueprintCommand.d.ts +1 -1
  44. package/dist-types/commands/DeleteClassifierCommand.d.ts +1 -1
  45. package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +2 -2
  46. package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +1 -1
  47. package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteCrawlerCommand.d.ts +1 -1
  49. package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +1 -1
  50. package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +1 -1
  51. package/dist-types/commands/DeleteDatabaseCommand.d.ts +1 -1
  52. package/dist-types/commands/DeleteDevEndpointCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteJobCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteMLTransformCommand.d.ts +1 -1
  55. package/dist-types/commands/DeletePartitionCommand.d.ts +2 -2
  56. package/dist-types/commands/DeletePartitionIndexCommand.d.ts +1 -1
  57. package/dist-types/commands/DeleteRegistryCommand.d.ts +2 -2
  58. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
  59. package/dist-types/commands/DeleteSchemaCommand.d.ts +2 -2
  60. package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +2 -2
  61. package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +1 -1
  62. package/dist-types/commands/DeleteSessionCommand.d.ts +1 -1
  63. package/dist-types/commands/DeleteTableCommand.d.ts +1 -1
  64. package/dist-types/commands/DeleteTableVersionCommand.d.ts +1 -1
  65. package/dist-types/commands/DeleteTriggerCommand.d.ts +1 -1
  66. package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +1 -1
  67. package/dist-types/commands/DeleteWorkflowCommand.d.ts +1 -1
  68. package/dist-types/commands/GetBlueprintCommand.d.ts +1 -1
  69. package/dist-types/commands/GetBlueprintRunCommand.d.ts +1 -1
  70. package/dist-types/commands/GetBlueprintRunsCommand.d.ts +1 -1
  71. package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +1 -1
  72. package/dist-types/commands/GetClassifierCommand.d.ts +1 -1
  73. package/dist-types/commands/GetClassifiersCommand.d.ts +1 -1
  74. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +3 -3
  75. package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +2 -2
  76. package/dist-types/commands/GetConnectionCommand.d.ts +1 -1
  77. package/dist-types/commands/GetConnectionsCommand.d.ts +3 -3
  78. package/dist-types/commands/GetCrawlerCommand.d.ts +1 -1
  79. package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +2 -2
  80. package/dist-types/commands/GetCrawlersCommand.d.ts +1 -1
  81. package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +1 -1
  82. package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  83. package/dist-types/commands/GetDataQualityResultCommand.d.ts +1 -1
  84. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  85. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +1 -1
  86. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  87. package/dist-types/commands/GetDatabaseCommand.d.ts +1 -1
  88. package/dist-types/commands/GetDatabasesCommand.d.ts +1 -1
  89. package/dist-types/commands/GetDataflowGraphCommand.d.ts +1 -1
  90. package/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
  91. package/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
  92. package/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
  93. package/dist-types/commands/GetJobCommand.d.ts +1 -1
  94. package/dist-types/commands/GetJobRunCommand.d.ts +1 -1
  95. package/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
  96. package/dist-types/commands/GetJobsCommand.d.ts +1 -1
  97. package/dist-types/commands/GetMLTaskRunCommand.d.ts +1 -1
  98. package/dist-types/commands/GetMLTaskRunsCommand.d.ts +3 -3
  99. package/dist-types/commands/GetMLTransformCommand.d.ts +1 -1
  100. package/dist-types/commands/GetMLTransformsCommand.d.ts +5 -5
  101. package/dist-types/commands/GetMappingCommand.d.ts +6 -6
  102. package/dist-types/commands/GetPartitionCommand.d.ts +2 -2
  103. package/dist-types/commands/GetPartitionIndexesCommand.d.ts +1 -1
  104. package/dist-types/commands/GetPartitionsCommand.d.ts +2 -2
  105. package/dist-types/commands/GetPlanCommand.d.ts +9 -9
  106. package/dist-types/commands/GetRegistryCommand.d.ts +2 -2
  107. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +1 -1
  108. package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
  109. package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +2 -2
  110. package/dist-types/commands/GetSchemaCommand.d.ts +2 -2
  111. package/dist-types/commands/GetSchemaVersionCommand.d.ts +3 -3
  112. package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +3 -3
  113. package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +1 -1
  114. package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +1 -1
  115. package/dist-types/commands/GetSessionCommand.d.ts +1 -1
  116. package/dist-types/commands/GetStatementCommand.d.ts +1 -1
  117. package/dist-types/commands/GetTableCommand.d.ts +1 -1
  118. package/dist-types/commands/GetTableVersionCommand.d.ts +1 -1
  119. package/dist-types/commands/GetTableVersionsCommand.d.ts +1 -1
  120. package/dist-types/commands/GetTablesCommand.d.ts +1 -1
  121. package/dist-types/commands/GetTagsCommand.d.ts +1 -1
  122. package/dist-types/commands/GetTriggerCommand.d.ts +1 -1
  123. package/dist-types/commands/GetTriggersCommand.d.ts +1 -1
  124. package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +5 -5
  125. package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +5 -5
  126. package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +4 -4
  127. package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +1 -1
  128. package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +1 -1
  129. package/dist-types/commands/GetWorkflowCommand.d.ts +1 -1
  130. package/dist-types/commands/GetWorkflowRunCommand.d.ts +1 -1
  131. package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +1 -1
  132. package/dist-types/commands/GetWorkflowRunsCommand.d.ts +1 -1
  133. package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +1 -1
  134. package/dist-types/commands/ListBlueprintsCommand.d.ts +2 -2
  135. package/dist-types/commands/ListCrawlersCommand.d.ts +2 -2
  136. package/dist-types/commands/ListCrawlsCommand.d.ts +3 -3
  137. package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +1 -1
  138. package/dist-types/commands/ListDataQualityResultsCommand.d.ts +5 -5
  139. package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +5 -5
  140. package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +5 -5
  141. package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +4 -4
  142. package/dist-types/commands/ListDevEndpointsCommand.d.ts +2 -2
  143. package/dist-types/commands/ListJobsCommand.d.ts +2 -2
  144. package/dist-types/commands/ListMLTransformsCommand.d.ts +6 -6
  145. package/dist-types/commands/ListRegistriesCommand.d.ts +1 -1
  146. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +2 -2
  147. package/dist-types/commands/ListSchemasCommand.d.ts +2 -2
  148. package/dist-types/commands/ListSessionsCommand.d.ts +2 -2
  149. package/dist-types/commands/ListStatementsCommand.d.ts +1 -1
  150. package/dist-types/commands/ListTriggersCommand.d.ts +2 -2
  151. package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
  152. package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +4 -4
  153. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
  154. package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +4 -4
  155. package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +2 -2
  156. package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +5 -5
  157. package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +2 -2
  158. package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +4 -4
  159. package/dist-types/commands/ResetJobBookmarkCommand.d.ts +1 -1
  160. package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +2 -2
  161. package/dist-types/commands/RunStatementCommand.d.ts +1 -1
  162. package/dist-types/commands/SearchTablesCommand.d.ts +5 -5
  163. package/dist-types/commands/StartBlueprintRunCommand.d.ts +1 -1
  164. package/dist-types/commands/StartCrawlerCommand.d.ts +1 -1
  165. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  166. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +4 -4
  167. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +6 -6
  168. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  169. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  170. package/dist-types/commands/StartJobRunCommand.d.ts +3 -3
  171. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  172. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  173. package/dist-types/commands/StartTriggerCommand.d.ts +1 -1
  174. package/dist-types/commands/StartWorkflowRunCommand.d.ts +2 -2
  175. package/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
  176. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  177. package/dist-types/commands/StopSessionCommand.d.ts +1 -1
  178. package/dist-types/commands/StopTriggerCommand.d.ts +1 -1
  179. package/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
  180. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  181. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  182. package/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
  183. package/dist-types/commands/UpdateClassifierCommand.d.ts +7 -7
  184. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +13 -13
  185. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +12 -12
  186. package/dist-types/commands/UpdateConnectionCommand.d.ts +6 -6
  187. package/dist-types/commands/UpdateCrawlerCommand.d.ts +22 -22
  188. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
  189. package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
  190. package/dist-types/commands/UpdateDatabaseCommand.d.ts +8 -8
  191. package/dist-types/commands/UpdateDevEndpointCommand.d.ts +5 -5
  192. package/dist-types/commands/UpdateJobCommand.d.ts +189 -428
  193. package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +1 -1
  194. package/dist-types/commands/UpdateMLTransformCommand.d.ts +3 -3
  195. package/dist-types/commands/UpdatePartitionCommand.d.ts +20 -24
  196. package/dist-types/commands/UpdateRegistryCommand.d.ts +2 -2
  197. package/dist-types/commands/UpdateSchemaCommand.d.ts +3 -3
  198. package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +1 -1
  199. package/dist-types/commands/UpdateTableCommand.d.ts +20 -26
  200. package/dist-types/commands/UpdateTriggerCommand.d.ts +10 -10
  201. package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +4 -4
  202. package/dist-types/commands/UpdateWorkflowCommand.d.ts +2 -2
  203. package/package.json +3 -3
@@ -27,33 +27,33 @@ export interface UpdateColumnStatisticsForPartitionCommandOutput extends UpdateC
27
27
  * import { GlueClient, UpdateColumnStatisticsForPartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, UpdateColumnStatisticsForPartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
- * const input = {
30
+ * const input = { // UpdateColumnStatisticsForPartitionRequest
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
- * ColumnStatisticsList: [ // required
38
- * {
37
+ * ColumnStatisticsList: [ // UpdateColumnStatisticsList // required
38
+ * { // ColumnStatistics
39
39
  * ColumnName: "STRING_VALUE", // required
40
40
  * ColumnType: "STRING_VALUE", // required
41
41
  * AnalyzedTime: new Date("TIMESTAMP"), // required
42
- * StatisticsData: {
42
+ * StatisticsData: { // ColumnStatisticsData
43
43
  * Type: "BOOLEAN" || "DATE" || "DECIMAL" || "DOUBLE" || "LONG" || "STRING" || "BINARY", // required
44
- * BooleanColumnStatisticsData: {
44
+ * BooleanColumnStatisticsData: { // BooleanColumnStatisticsData
45
45
  * NumberOfTrues: Number("long"), // required
46
46
  * NumberOfFalses: Number("long"), // required
47
47
  * NumberOfNulls: Number("long"), // required
48
48
  * },
49
- * DateColumnStatisticsData: {
49
+ * DateColumnStatisticsData: { // DateColumnStatisticsData
50
50
  * MinimumValue: new Date("TIMESTAMP"),
51
51
  * MaximumValue: new Date("TIMESTAMP"),
52
52
  * NumberOfNulls: Number("long"), // required
53
53
  * NumberOfDistinctValues: Number("long"), // required
54
54
  * },
55
- * DecimalColumnStatisticsData: {
56
- * MinimumValue: {
55
+ * DecimalColumnStatisticsData: { // DecimalColumnStatisticsData
56
+ * MinimumValue: { // DecimalNumber
57
57
  * UnscaledValue: "BLOB_VALUE", // required
58
58
  * Scale: Number("int"), // required
59
59
  * },
@@ -64,25 +64,25 @@ export interface UpdateColumnStatisticsForPartitionCommandOutput extends UpdateC
64
64
  * NumberOfNulls: Number("long"), // required
65
65
  * NumberOfDistinctValues: Number("long"), // required
66
66
  * },
67
- * DoubleColumnStatisticsData: {
67
+ * DoubleColumnStatisticsData: { // DoubleColumnStatisticsData
68
68
  * MinimumValue: Number("double"),
69
69
  * MaximumValue: Number("double"),
70
70
  * NumberOfNulls: Number("long"), // required
71
71
  * NumberOfDistinctValues: Number("long"), // required
72
72
  * },
73
- * LongColumnStatisticsData: {
73
+ * LongColumnStatisticsData: { // LongColumnStatisticsData
74
74
  * MinimumValue: Number("long"),
75
75
  * MaximumValue: Number("long"),
76
76
  * NumberOfNulls: Number("long"), // required
77
77
  * NumberOfDistinctValues: Number("long"), // required
78
78
  * },
79
- * StringColumnStatisticsData: {
79
+ * StringColumnStatisticsData: { // StringColumnStatisticsData
80
80
  * MaximumLength: Number("long"), // required
81
81
  * AverageLength: Number("double"), // required
82
82
  * NumberOfNulls: Number("long"), // required
83
83
  * NumberOfDistinctValues: Number("long"), // required
84
84
  * },
85
- * BinaryColumnStatisticsData: {
85
+ * BinaryColumnStatisticsData: { // BinaryColumnStatisticsData
86
86
  * MaximumLength: Number("long"), // required
87
87
  * AverageLength: Number("double"), // required
88
88
  * NumberOfNulls: Number("long"), // required
@@ -27,30 +27,30 @@ export interface UpdateColumnStatisticsForTableCommandOutput extends UpdateColum
27
27
  * import { GlueClient, UpdateColumnStatisticsForTableCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, UpdateColumnStatisticsForTableCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
- * const input = {
30
+ * const input = { // UpdateColumnStatisticsForTableRequest
31
31
  * CatalogId: "STRING_VALUE",
32
32
  * DatabaseName: "STRING_VALUE", // required
33
33
  * TableName: "STRING_VALUE", // required
34
- * ColumnStatisticsList: [ // required
35
- * {
34
+ * ColumnStatisticsList: [ // UpdateColumnStatisticsList // required
35
+ * { // ColumnStatistics
36
36
  * ColumnName: "STRING_VALUE", // required
37
37
  * ColumnType: "STRING_VALUE", // required
38
38
  * AnalyzedTime: new Date("TIMESTAMP"), // required
39
- * StatisticsData: {
39
+ * StatisticsData: { // ColumnStatisticsData
40
40
  * Type: "BOOLEAN" || "DATE" || "DECIMAL" || "DOUBLE" || "LONG" || "STRING" || "BINARY", // required
41
- * BooleanColumnStatisticsData: {
41
+ * BooleanColumnStatisticsData: { // BooleanColumnStatisticsData
42
42
  * NumberOfTrues: Number("long"), // required
43
43
  * NumberOfFalses: Number("long"), // required
44
44
  * NumberOfNulls: Number("long"), // required
45
45
  * },
46
- * DateColumnStatisticsData: {
46
+ * DateColumnStatisticsData: { // DateColumnStatisticsData
47
47
  * MinimumValue: new Date("TIMESTAMP"),
48
48
  * MaximumValue: new Date("TIMESTAMP"),
49
49
  * NumberOfNulls: Number("long"), // required
50
50
  * NumberOfDistinctValues: Number("long"), // required
51
51
  * },
52
- * DecimalColumnStatisticsData: {
53
- * MinimumValue: {
52
+ * DecimalColumnStatisticsData: { // DecimalColumnStatisticsData
53
+ * MinimumValue: { // DecimalNumber
54
54
  * UnscaledValue: "BLOB_VALUE", // required
55
55
  * Scale: Number("int"), // required
56
56
  * },
@@ -61,25 +61,25 @@ export interface UpdateColumnStatisticsForTableCommandOutput extends UpdateColum
61
61
  * NumberOfNulls: Number("long"), // required
62
62
  * NumberOfDistinctValues: Number("long"), // required
63
63
  * },
64
- * DoubleColumnStatisticsData: {
64
+ * DoubleColumnStatisticsData: { // DoubleColumnStatisticsData
65
65
  * MinimumValue: Number("double"),
66
66
  * MaximumValue: Number("double"),
67
67
  * NumberOfNulls: Number("long"), // required
68
68
  * NumberOfDistinctValues: Number("long"), // required
69
69
  * },
70
- * LongColumnStatisticsData: {
70
+ * LongColumnStatisticsData: { // LongColumnStatisticsData
71
71
  * MinimumValue: Number("long"),
72
72
  * MaximumValue: Number("long"),
73
73
  * NumberOfNulls: Number("long"), // required
74
74
  * NumberOfDistinctValues: Number("long"), // required
75
75
  * },
76
- * StringColumnStatisticsData: {
76
+ * StringColumnStatisticsData: { // StringColumnStatisticsData
77
77
  * MaximumLength: Number("long"), // required
78
78
  * AverageLength: Number("double"), // required
79
79
  * NumberOfNulls: Number("long"), // required
80
80
  * NumberOfDistinctValues: Number("long"), // required
81
81
  * },
82
- * BinaryColumnStatisticsData: {
82
+ * BinaryColumnStatisticsData: { // BinaryColumnStatisticsData
83
83
  * MaximumLength: Number("long"), // required
84
84
  * AverageLength: Number("double"), // required
85
85
  * NumberOfNulls: Number("long"), // required
@@ -26,22 +26,22 @@ export interface UpdateConnectionCommandOutput extends UpdateConnectionResponse,
26
26
  * import { GlueClient, UpdateConnectionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, UpdateConnectionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // UpdateConnectionRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * Name: "STRING_VALUE", // required
32
- * ConnectionInput: {
32
+ * ConnectionInput: { // ConnectionInput
33
33
  * Name: "STRING_VALUE", // required
34
34
  * Description: "STRING_VALUE",
35
35
  * ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM", // required
36
- * MatchCriteria: [
36
+ * MatchCriteria: [ // MatchCriteria
37
37
  * "STRING_VALUE",
38
38
  * ],
39
- * ConnectionProperties: { // required
39
+ * ConnectionProperties: { // ConnectionProperties // required
40
40
  * "<keys>": "STRING_VALUE",
41
41
  * },
42
- * PhysicalConnectionRequirements: {
42
+ * PhysicalConnectionRequirements: { // PhysicalConnectionRequirements
43
43
  * SubnetId: "STRING_VALUE",
44
- * SecurityGroupIdList: [
44
+ * SecurityGroupIdList: [ // SecurityGroupIdList
45
45
  * "STRING_VALUE",
46
46
  * ],
47
47
  * AvailabilityZone: "STRING_VALUE",
@@ -28,16 +28,16 @@ export interface UpdateCrawlerCommandOutput extends UpdateCrawlerResponse, __Met
28
28
  * import { GlueClient, UpdateCrawlerCommand } from "@aws-sdk/client-glue"; // ES Modules import
29
29
  * // const { GlueClient, UpdateCrawlerCommand } = require("@aws-sdk/client-glue"); // CommonJS import
30
30
  * const client = new GlueClient(config);
31
- * const input = {
31
+ * const input = { // UpdateCrawlerRequest
32
32
  * Name: "STRING_VALUE", // required
33
33
  * Role: "STRING_VALUE",
34
34
  * DatabaseName: "STRING_VALUE",
35
35
  * Description: "STRING_VALUE",
36
- * Targets: {
37
- * S3Targets: [
38
- * {
36
+ * Targets: { // CrawlerTargets
37
+ * S3Targets: [ // S3TargetList
38
+ * { // S3Target
39
39
  * Path: "STRING_VALUE",
40
- * Exclusions: [
40
+ * Exclusions: [ // PathList
41
41
  * "STRING_VALUE",
42
42
  * ],
43
43
  * ConnectionName: "STRING_VALUE",
@@ -46,36 +46,36 @@ export interface UpdateCrawlerCommandOutput extends UpdateCrawlerResponse, __Met
46
46
  * DlqEventQueueArn: "STRING_VALUE",
47
47
  * },
48
48
  * ],
49
- * JdbcTargets: [
50
- * {
49
+ * JdbcTargets: [ // JdbcTargetList
50
+ * { // JdbcTarget
51
51
  * ConnectionName: "STRING_VALUE",
52
52
  * Path: "STRING_VALUE",
53
53
  * Exclusions: [
54
54
  * "STRING_VALUE",
55
55
  * ],
56
- * EnableAdditionalMetadata: [
56
+ * EnableAdditionalMetadata: [ // EnableAdditionalMetadata
57
57
  * "COMMENTS" || "RAWTYPES",
58
58
  * ],
59
59
  * },
60
60
  * ],
61
- * MongoDBTargets: [
62
- * {
61
+ * MongoDBTargets: [ // MongoDBTargetList
62
+ * { // MongoDBTarget
63
63
  * ConnectionName: "STRING_VALUE",
64
64
  * Path: "STRING_VALUE",
65
65
  * ScanAll: true || false,
66
66
  * },
67
67
  * ],
68
- * DynamoDBTargets: [
69
- * {
68
+ * DynamoDBTargets: [ // DynamoDBTargetList
69
+ * { // DynamoDBTarget
70
70
  * Path: "STRING_VALUE",
71
71
  * scanAll: true || false,
72
72
  * scanRate: Number("double"),
73
73
  * },
74
74
  * ],
75
- * CatalogTargets: [
76
- * {
75
+ * CatalogTargets: [ // CatalogTargetList
76
+ * { // CatalogTarget
77
77
  * DatabaseName: "STRING_VALUE", // required
78
- * Tables: [ // required
78
+ * Tables: [ // CatalogTablesList // required
79
79
  * "STRING_VALUE",
80
80
  * ],
81
81
  * ConnectionName: "STRING_VALUE",
@@ -83,8 +83,8 @@ export interface UpdateCrawlerCommandOutput extends UpdateCrawlerResponse, __Met
83
83
  * DlqEventQueueArn: "STRING_VALUE",
84
84
  * },
85
85
  * ],
86
- * DeltaTargets: [
87
- * {
86
+ * DeltaTargets: [ // DeltaTargetList
87
+ * { // DeltaTarget
88
88
  * DeltaTables: [
89
89
  * "STRING_VALUE",
90
90
  * ],
@@ -95,21 +95,21 @@ export interface UpdateCrawlerCommandOutput extends UpdateCrawlerResponse, __Met
95
95
  * ],
96
96
  * },
97
97
  * Schedule: "STRING_VALUE",
98
- * Classifiers: [
98
+ * Classifiers: [ // ClassifierNameList
99
99
  * "STRING_VALUE",
100
100
  * ],
101
101
  * TablePrefix: "STRING_VALUE",
102
- * SchemaChangePolicy: {
102
+ * SchemaChangePolicy: { // SchemaChangePolicy
103
103
  * UpdateBehavior: "LOG" || "UPDATE_IN_DATABASE",
104
104
  * DeleteBehavior: "LOG" || "DELETE_FROM_DATABASE" || "DEPRECATE_IN_DATABASE",
105
105
  * },
106
- * RecrawlPolicy: {
106
+ * RecrawlPolicy: { // RecrawlPolicy
107
107
  * RecrawlBehavior: "CRAWL_EVERYTHING" || "CRAWL_NEW_FOLDERS_ONLY" || "CRAWL_EVENT_MODE",
108
108
  * },
109
- * LineageConfiguration: {
109
+ * LineageConfiguration: { // LineageConfiguration
110
110
  * CrawlerLineageSettings: "ENABLE" || "DISABLE",
111
111
  * },
112
- * LakeFormationConfiguration: {
112
+ * LakeFormationConfiguration: { // LakeFormationConfiguration
113
113
  * UseLakeFormationCredentials: true || false,
114
114
  * AccountId: "STRING_VALUE",
115
115
  * },
@@ -26,7 +26,7 @@ export interface UpdateCrawlerScheduleCommandOutput extends UpdateCrawlerSchedul
26
26
  * import { GlueClient, UpdateCrawlerScheduleCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, UpdateCrawlerScheduleCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // UpdateCrawlerScheduleRequest
30
30
  * CrawlerName: "STRING_VALUE", // required
31
31
  * Schedule: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface UpdateDataQualityRulesetCommandOutput extends UpdateDataQuality
26
26
  * import { GlueClient, UpdateDataQualityRulesetCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, UpdateDataQualityRulesetCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // UpdateDataQualityRulesetRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * UpdatedName: "STRING_VALUE",
32
32
  * Description: "STRING_VALUE",
@@ -26,27 +26,27 @@ export interface UpdateDatabaseCommandOutput extends UpdateDatabaseResponse, __M
26
26
  * import { GlueClient, UpdateDatabaseCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, UpdateDatabaseCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // UpdateDatabaseRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * Name: "STRING_VALUE", // required
32
- * DatabaseInput: {
32
+ * DatabaseInput: { // DatabaseInput
33
33
  * Name: "STRING_VALUE", // required
34
34
  * Description: "STRING_VALUE",
35
35
  * LocationUri: "STRING_VALUE",
36
- * Parameters: {
36
+ * Parameters: { // ParametersMap
37
37
  * "<keys>": "STRING_VALUE",
38
38
  * },
39
- * CreateTableDefaultPermissions: [
40
- * {
41
- * Principal: {
39
+ * CreateTableDefaultPermissions: [ // PrincipalPermissionsList
40
+ * { // PrincipalPermissions
41
+ * Principal: { // DataLakePrincipal
42
42
  * DataLakePrincipalIdentifier: "STRING_VALUE",
43
43
  * },
44
- * Permissions: [
44
+ * Permissions: [ // PermissionList
45
45
  * "ALL" || "SELECT" || "ALTER" || "DROP" || "DELETE" || "INSERT" || "CREATE_DATABASE" || "CREATE_TABLE" || "DATA_LOCATION_ACCESS",
46
46
  * ],
47
47
  * },
48
48
  * ],
49
- * TargetDatabase: {
49
+ * TargetDatabase: { // DatabaseIdentifier
50
50
  * CatalogId: "STRING_VALUE",
51
51
  * DatabaseName: "STRING_VALUE",
52
52
  * },
@@ -26,24 +26,24 @@ export interface UpdateDevEndpointCommandOutput extends UpdateDevEndpointRespons
26
26
  * import { GlueClient, UpdateDevEndpointCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, UpdateDevEndpointCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // UpdateDevEndpointRequest
30
30
  * EndpointName: "STRING_VALUE", // required
31
31
  * PublicKey: "STRING_VALUE",
32
- * AddPublicKeys: [
32
+ * AddPublicKeys: [ // PublicKeysList
33
33
  * "STRING_VALUE",
34
34
  * ],
35
35
  * DeletePublicKeys: [
36
36
  * "STRING_VALUE",
37
37
  * ],
38
- * CustomLibraries: {
38
+ * CustomLibraries: { // DevEndpointCustomLibraries
39
39
  * ExtraPythonLibsS3Path: "STRING_VALUE",
40
40
  * ExtraJarsS3Path: "STRING_VALUE",
41
41
  * },
42
42
  * UpdateEtlLibraries: true || false,
43
- * DeleteArguments: [
43
+ * DeleteArguments: [ // StringList
44
44
  * "STRING_VALUE",
45
45
  * ],
46
- * AddArguments: {
46
+ * AddArguments: { // MapValue
47
47
  * "<keys>": "STRING_VALUE",
48
48
  * },
49
49
  * };