@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
@@ -26,68 +26,66 @@ export interface BatchCreatePartitionCommandOutput extends BatchCreatePartitionR
26
26
  * import { GlueClient, BatchCreatePartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchCreatePartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // BatchCreatePartitionRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * DatabaseName: "STRING_VALUE", // required
32
32
  * TableName: "STRING_VALUE", // required
33
- * PartitionInputList: [ // required
34
- * {
35
- * Values: [
33
+ * PartitionInputList: [ // PartitionInputList // required
34
+ * { // PartitionInput
35
+ * Values: [ // ValueStringList
36
36
  * "STRING_VALUE",
37
37
  * ],
38
38
  * LastAccessTime: new Date("TIMESTAMP"),
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",
@@ -96,9 +94,7 @@ export interface BatchCreatePartitionCommandOutput extends BatchCreatePartitionR
96
94
  * SchemaVersionNumber: Number("long"),
97
95
  * },
98
96
  * },
99
- * Parameters: {
100
- * "<keys>": "<ParametersMapValue>",
101
- * },
97
+ * Parameters: "<ParametersMap>",
102
98
  * LastAnalyzedTime: new Date("TIMESTAMP"),
103
99
  * },
104
100
  * ],
@@ -26,9 +26,9 @@ export interface BatchDeleteConnectionCommandOutput extends BatchDeleteConnectio
26
26
  * import { GlueClient, BatchDeleteConnectionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchDeleteConnectionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // BatchDeleteConnectionRequest
30
30
  * CatalogId: "STRING_VALUE",
31
- * ConnectionNameList: [ // required
31
+ * ConnectionNameList: [ // DeleteConnectionNameList // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -26,13 +26,13 @@ export interface BatchDeletePartitionCommandOutput extends BatchDeletePartitionR
26
26
  * import { GlueClient, BatchDeletePartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchDeletePartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // BatchDeletePartitionRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * DatabaseName: "STRING_VALUE", // required
32
32
  * TableName: "STRING_VALUE", // required
33
- * PartitionsToDelete: [ // required
34
- * {
35
- * Values: [ // required
33
+ * PartitionsToDelete: [ // BatchDeletePartitionValueList // required
34
+ * { // PartitionValueList
35
+ * Values: [ // ValueStringList // required
36
36
  * "STRING_VALUE",
37
37
  * ],
38
38
  * },
@@ -36,10 +36,10 @@ export interface BatchDeleteTableCommandOutput extends BatchDeleteTableResponse,
36
36
  * import { GlueClient, BatchDeleteTableCommand } from "@aws-sdk/client-glue"; // ES Modules import
37
37
  * // const { GlueClient, BatchDeleteTableCommand } = require("@aws-sdk/client-glue"); // CommonJS import
38
38
  * const client = new GlueClient(config);
39
- * const input = {
39
+ * const input = { // BatchDeleteTableRequest
40
40
  * CatalogId: "STRING_VALUE",
41
41
  * DatabaseName: "STRING_VALUE", // required
42
- * TablesToDelete: [ // required
42
+ * TablesToDelete: [ // BatchDeleteTableNameList // required
43
43
  * "STRING_VALUE",
44
44
  * ],
45
45
  * TransactionId: "STRING_VALUE",
@@ -26,11 +26,11 @@ export interface BatchDeleteTableVersionCommandOutput extends BatchDeleteTableVe
26
26
  * import { GlueClient, BatchDeleteTableVersionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchDeleteTableVersionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // BatchDeleteTableVersionRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * DatabaseName: "STRING_VALUE", // required
32
32
  * TableName: "STRING_VALUE", // required
33
- * VersionIds: [ // required
33
+ * VersionIds: [ // BatchDeleteTableVersionList // required
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * };
@@ -26,8 +26,8 @@ export interface BatchGetBlueprintsCommandOutput extends BatchGetBlueprintsRespo
26
26
  * import { GlueClient, BatchGetBlueprintsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchGetBlueprintsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * Names: [ // required
29
+ * const input = { // BatchGetBlueprintsRequest
30
+ * Names: [ // BatchGetBlueprintNames // required
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * IncludeBlueprint: true || false,
@@ -26,8 +26,8 @@ export interface BatchGetCrawlersCommandOutput extends BatchGetCrawlersResponse,
26
26
  * import { GlueClient, BatchGetCrawlersCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchGetCrawlersCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * CrawlerNames: [ // required
29
+ * const input = { // BatchGetCrawlersRequest
30
+ * CrawlerNames: [ // CrawlerNameList // required
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * };
@@ -26,8 +26,8 @@ export interface BatchGetCustomEntityTypesCommandOutput extends BatchGetCustomEn
26
26
  * import { GlueClient, BatchGetCustomEntityTypesCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchGetCustomEntityTypesCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * Names: [ // required
29
+ * const input = { // BatchGetCustomEntityTypesRequest
30
+ * Names: [ // CustomEntityTypeNames // required
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * };
@@ -26,8 +26,8 @@ export interface BatchGetDataQualityResultCommandOutput extends BatchGetDataQual
26
26
  * import { GlueClient, BatchGetDataQualityResultCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchGetDataQualityResultCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * ResultIds: [ // required
29
+ * const input = { // BatchGetDataQualityResultRequest
30
+ * ResultIds: [ // DataQualityResultIds // required
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * };
@@ -29,8 +29,8 @@ export interface BatchGetDevEndpointsCommandOutput extends BatchGetDevEndpointsR
29
29
  * import { GlueClient, BatchGetDevEndpointsCommand } from "@aws-sdk/client-glue"; // ES Modules import
30
30
  * // const { GlueClient, BatchGetDevEndpointsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
31
31
  * const client = new GlueClient(config);
32
- * const input = {
33
- * DevEndpointNames: [ // required
32
+ * const input = { // BatchGetDevEndpointsRequest
33
+ * DevEndpointNames: [ // DevEndpointNames // required
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * };
@@ -28,8 +28,8 @@ export interface BatchGetJobsCommandOutput extends BatchGetJobsResponse, __Metad
28
28
  * import { GlueClient, BatchGetJobsCommand } from "@aws-sdk/client-glue"; // ES Modules import
29
29
  * // const { GlueClient, BatchGetJobsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
30
30
  * const client = new GlueClient(config);
31
- * const input = {
32
- * JobNames: [ // required
31
+ * const input = { // BatchGetJobsRequest
32
+ * JobNames: [ // JobNameList // required
33
33
  * "STRING_VALUE",
34
34
  * ],
35
35
  * };
@@ -26,13 +26,13 @@ export interface BatchGetPartitionCommandOutput extends BatchGetPartitionRespons
26
26
  * import { GlueClient, BatchGetPartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchGetPartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // BatchGetPartitionRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * DatabaseName: "STRING_VALUE", // required
32
32
  * TableName: "STRING_VALUE", // required
33
- * PartitionsToGet: [ // required
34
- * {
35
- * Values: [ // required
33
+ * PartitionsToGet: [ // BatchGetPartitionValueList // required
34
+ * { // PartitionValueList
35
+ * Values: [ // ValueStringList // required
36
36
  * "STRING_VALUE",
37
37
  * ],
38
38
  * },
@@ -26,8 +26,8 @@ export interface BatchGetTriggersCommandOutput extends BatchGetTriggersResponse,
26
26
  * import { GlueClient, BatchGetTriggersCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchGetTriggersCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * TriggerNames: [ // required
29
+ * const input = { // BatchGetTriggersRequest
30
+ * TriggerNames: [ // TriggerNameList // required
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * };
@@ -26,8 +26,8 @@ export interface BatchGetWorkflowsCommandOutput extends BatchGetWorkflowsRespons
26
26
  * import { GlueClient, BatchGetWorkflowsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchGetWorkflowsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * Names: [ // required
29
+ * const input = { // BatchGetWorkflowsRequest
30
+ * Names: [ // WorkflowNames // required
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * IncludeGraph: true || false,
@@ -26,9 +26,9 @@ export interface BatchStopJobRunCommandOutput extends BatchStopJobRunResponse, _
26
26
  * import { GlueClient, BatchStopJobRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchStopJobRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // BatchStopJobRunRequest
30
30
  * JobName: "STRING_VALUE", // required
31
- * JobRunIds: [ // required
31
+ * JobRunIds: [ // BatchStopJobRunJobRunIdList // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -26,72 +26,70 @@ export interface BatchUpdatePartitionCommandOutput extends BatchUpdatePartitionR
26
26
  * import { GlueClient, BatchUpdatePartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, BatchUpdatePartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // BatchUpdatePartitionRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * DatabaseName: "STRING_VALUE", // required
32
32
  * TableName: "STRING_VALUE", // required
33
- * Entries: [ // required
34
- * {
35
- * PartitionValueList: [ // required
33
+ * Entries: [ // BatchUpdatePartitionRequestEntryList // required
34
+ * { // BatchUpdatePartitionRequestEntry
35
+ * PartitionValueList: [ // BoundedPartitionValueList // required
36
36
  * "STRING_VALUE",
37
37
  * ],
38
- * PartitionInput: {
39
- * Values: [
38
+ * PartitionInput: { // PartitionInput
39
+ * Values: [ // ValueStringList
40
40
  * "STRING_VALUE",
41
41
  * ],
42
42
  * LastAccessTime: new Date("TIMESTAMP"),
43
- * StorageDescriptor: {
44
- * Columns: [
45
- * {
43
+ * StorageDescriptor: { // StorageDescriptor
44
+ * Columns: [ // ColumnList
45
+ * { // Column
46
46
  * Name: "STRING_VALUE", // required
47
47
  * Type: "STRING_VALUE",
48
48
  * Comment: "STRING_VALUE",
49
- * Parameters: {
49
+ * Parameters: { // ParametersMap
50
50
  * "<keys>": "STRING_VALUE",
51
51
  * },
52
52
  * },
53
53
  * ],
54
54
  * Location: "STRING_VALUE",
55
- * AdditionalLocations: [
55
+ * AdditionalLocations: [ // LocationStringList
56
56
  * "STRING_VALUE",
57
57
  * ],
58
58
  * InputFormat: "STRING_VALUE",
59
59
  * OutputFormat: "STRING_VALUE",
60
60
  * Compressed: true || false,
61
61
  * NumberOfBuckets: Number("int"),
62
- * SerdeInfo: {
62
+ * SerdeInfo: { // SerDeInfo
63
63
  * Name: "STRING_VALUE",
64
64
  * SerializationLibrary: "STRING_VALUE",
65
65
  * Parameters: {
66
66
  * "<keys>": "STRING_VALUE",
67
67
  * },
68
68
  * },
69
- * BucketColumns: [
69
+ * BucketColumns: [ // NameStringList
70
70
  * "STRING_VALUE",
71
71
  * ],
72
- * SortColumns: [
73
- * {
72
+ * SortColumns: [ // OrderList
73
+ * { // Order
74
74
  * Column: "STRING_VALUE", // required
75
75
  * SortOrder: Number("int"), // required
76
76
  * },
77
77
  * ],
78
- * Parameters: {
79
- * "<keys>": "<ParametersMapValue>",
80
- * },
81
- * SkewedInfo: {
78
+ * Parameters: "<ParametersMap>",
79
+ * SkewedInfo: { // SkewedInfo
82
80
  * SkewedColumnNames: [
83
81
  * "STRING_VALUE",
84
82
  * ],
85
- * SkewedColumnValues: [
83
+ * SkewedColumnValues: [ // ColumnValueStringList
86
84
  * "STRING_VALUE",
87
85
  * ],
88
- * SkewedColumnValueLocationMaps: {
86
+ * SkewedColumnValueLocationMaps: { // LocationMap
89
87
  * "<keys>": "STRING_VALUE",
90
88
  * },
91
89
  * },
92
90
  * StoredAsSubDirectories: true || false,
93
- * SchemaReference: {
94
- * SchemaId: {
91
+ * SchemaReference: { // SchemaReference
92
+ * SchemaId: { // SchemaId
95
93
  * SchemaArn: "STRING_VALUE",
96
94
  * SchemaName: "STRING_VALUE",
97
95
  * RegistryName: "STRING_VALUE",
@@ -100,9 +98,7 @@ export interface BatchUpdatePartitionCommandOutput extends BatchUpdatePartitionR
100
98
  * SchemaVersionNumber: Number("long"),
101
99
  * },
102
100
  * },
103
- * Parameters: {
104
- * "<keys>": "<ParametersMapValue>",
105
- * },
101
+ * Parameters: "<ParametersMap>",
106
102
  * LastAnalyzedTime: new Date("TIMESTAMP"),
107
103
  * },
108
104
  * },
@@ -26,7 +26,7 @@ export interface CancelDataQualityRuleRecommendationRunCommandOutput extends Can
26
26
  * import { GlueClient, CancelDataQualityRuleRecommendationRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CancelDataQualityRuleRecommendationRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // CancelDataQualityRuleRecommendationRunRequest
30
30
  * RunId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new CancelDataQualityRuleRecommendationRunCommand(input);
@@ -26,7 +26,7 @@ export interface CancelDataQualityRulesetEvaluationRunCommandOutput extends Canc
26
26
  * import { GlueClient, CancelDataQualityRulesetEvaluationRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CancelDataQualityRulesetEvaluationRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // CancelDataQualityRulesetEvaluationRunRequest
30
30
  * RunId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new CancelDataQualityRulesetEvaluationRunCommand(input);
@@ -28,7 +28,7 @@ export interface CancelMLTaskRunCommandOutput extends CancelMLTaskRunResponse, _
28
28
  * import { GlueClient, CancelMLTaskRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
29
29
  * // const { GlueClient, CancelMLTaskRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
30
30
  * const client = new GlueClient(config);
31
- * const input = {
31
+ * const input = { // CancelMLTaskRunRequest
32
32
  * TransformId: "STRING_VALUE", // required
33
33
  * TaskRunId: "STRING_VALUE", // required
34
34
  * };
@@ -26,7 +26,7 @@ export interface CancelStatementCommandOutput extends CancelStatementResponse, _
26
26
  * import { GlueClient, CancelStatementCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CancelStatementCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // CancelStatementRequest
30
30
  * SessionId: "STRING_VALUE", // required
31
31
  * Id: Number("int"), // required
32
32
  * RequestOrigin: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface CheckSchemaVersionValidityCommandOutput extends CheckSchemaVers
26
26
  * import { GlueClient, CheckSchemaVersionValidityCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CheckSchemaVersionValidityCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // CheckSchemaVersionValidityInput
30
30
  * DataFormat: "AVRO" || "JSON" || "PROTOBUF", // required
31
31
  * SchemaDefinition: "STRING_VALUE", // required
32
32
  * };
@@ -26,11 +26,11 @@ export interface CreateBlueprintCommandOutput extends CreateBlueprintResponse, _
26
26
  * import { GlueClient, CreateBlueprintCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CreateBlueprintCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // CreateBlueprintRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * Description: "STRING_VALUE",
32
32
  * BlueprintLocation: "STRING_VALUE", // required
33
- * Tags: {
33
+ * Tags: { // TagsMap
34
34
  * "<keys>": "STRING_VALUE",
35
35
  * },
36
36
  * };
@@ -28,34 +28,34 @@ export interface CreateClassifierCommandOutput extends CreateClassifierResponse,
28
28
  * import { GlueClient, CreateClassifierCommand } from "@aws-sdk/client-glue"; // ES Modules import
29
29
  * // const { GlueClient, CreateClassifierCommand } = require("@aws-sdk/client-glue"); // CommonJS import
30
30
  * const client = new GlueClient(config);
31
- * const input = {
32
- * GrokClassifier: {
31
+ * const input = { // CreateClassifierRequest
32
+ * GrokClassifier: { // CreateGrokClassifierRequest
33
33
  * Classification: "STRING_VALUE", // required
34
34
  * Name: "STRING_VALUE", // required
35
35
  * GrokPattern: "STRING_VALUE", // required
36
36
  * CustomPatterns: "STRING_VALUE",
37
37
  * },
38
- * XMLClassifier: {
38
+ * XMLClassifier: { // CreateXMLClassifierRequest
39
39
  * Classification: "STRING_VALUE", // required
40
40
  * Name: "STRING_VALUE", // required
41
41
  * RowTag: "STRING_VALUE",
42
42
  * },
43
- * JsonClassifier: {
43
+ * JsonClassifier: { // CreateJsonClassifierRequest
44
44
  * Name: "STRING_VALUE", // required
45
45
  * JsonPath: "STRING_VALUE", // required
46
46
  * },
47
- * CsvClassifier: {
47
+ * CsvClassifier: { // CreateCsvClassifierRequest
48
48
  * Name: "STRING_VALUE", // required
49
49
  * Delimiter: "STRING_VALUE",
50
50
  * QuoteSymbol: "STRING_VALUE",
51
51
  * ContainsHeader: "UNKNOWN" || "PRESENT" || "ABSENT",
52
- * Header: [
52
+ * Header: [ // CsvHeader
53
53
  * "STRING_VALUE",
54
54
  * ],
55
55
  * DisableValueTrimming: true || false,
56
56
  * AllowSingleColumn: true || false,
57
57
  * CustomDatatypeConfigured: true || false,
58
- * CustomDatatypes: [
58
+ * CustomDatatypes: [ // CustomDatatypes
59
59
  * "STRING_VALUE",
60
60
  * ],
61
61
  * },
@@ -26,27 +26,27 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse,
26
26
  * import { GlueClient, CreateConnectionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CreateConnectionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // CreateConnectionRequest
30
30
  * CatalogId: "STRING_VALUE",
31
- * ConnectionInput: {
31
+ * ConnectionInput: { // ConnectionInput
32
32
  * Name: "STRING_VALUE", // required
33
33
  * Description: "STRING_VALUE",
34
34
  * ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM", // required
35
- * MatchCriteria: [
35
+ * MatchCriteria: [ // MatchCriteria
36
36
  * "STRING_VALUE",
37
37
  * ],
38
- * ConnectionProperties: { // required
38
+ * ConnectionProperties: { // ConnectionProperties // required
39
39
  * "<keys>": "STRING_VALUE",
40
40
  * },
41
- * PhysicalConnectionRequirements: {
41
+ * PhysicalConnectionRequirements: { // PhysicalConnectionRequirements
42
42
  * SubnetId: "STRING_VALUE",
43
- * SecurityGroupIdList: [
43
+ * SecurityGroupIdList: [ // SecurityGroupIdList
44
44
  * "STRING_VALUE",
45
45
  * ],
46
46
  * AvailabilityZone: "STRING_VALUE",
47
47
  * },
48
48
  * },
49
- * Tags: {
49
+ * Tags: { // TagsMap
50
50
  * "<keys>": "STRING_VALUE",
51
51
  * },
52
52
  * };