@aws-sdk/client-glue 3.299.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 +73 -0
  2. package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +6 -0
  3. package/dist-types/commands/BatchDeletePartitionCommand.d.ts +12 -0
  4. package/dist-types/commands/BatchDeleteTableCommand.d.ts +8 -0
  5. package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +8 -0
  6. package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +7 -0
  7. package/dist-types/commands/BatchGetCrawlersCommand.d.ts +5 -0
  8. package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +5 -0
  9. package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +5 -0
  10. package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +5 -0
  11. package/dist-types/commands/BatchGetJobsCommand.d.ts +5 -0
  12. package/dist-types/commands/BatchGetPartitionCommand.d.ts +12 -0
  13. package/dist-types/commands/BatchGetTriggersCommand.d.ts +5 -0
  14. package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +6 -0
  15. package/dist-types/commands/BatchStopJobRunCommand.d.ts +6 -0
  16. package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +78 -0
  17. package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +3 -0
  18. package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +3 -0
  19. package/dist-types/commands/CancelMLTaskRunCommand.d.ts +4 -0
  20. package/dist-types/commands/CancelStatementCommand.d.ts +5 -0
  21. package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +4 -0
  22. package/dist-types/commands/CreateBlueprintCommand.d.ts +8 -0
  23. package/dist-types/commands/CreateClassifierCommand.d.ts +32 -0
  24. package/dist-types/commands/CreateConnectionCommand.d.ts +24 -0
  25. package/dist-types/commands/CreateCrawlerCommand.d.ts +91 -0
  26. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +7 -0
  27. package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +13 -0
  28. package/dist-types/commands/CreateDatabaseCommand.d.ts +28 -0
  29. package/dist-types/commands/CreateDevEndpointCommand.d.ts +25 -0
  30. package/dist-types/commands/CreateJobCommand.d.ts +866 -0
  31. package/dist-types/commands/CreateMLTransformCommand.d.ts +41 -0
  32. package/dist-types/commands/CreatePartitionCommand.d.ts +71 -0
  33. package/dist-types/commands/CreatePartitionIndexCommand.d.ts +11 -0
  34. package/dist-types/commands/CreateRegistryCommand.d.ts +7 -0
  35. package/dist-types/commands/CreateSchemaCommand.d.ts +14 -0
  36. package/dist-types/commands/CreateScriptCommand.d.ts +24 -0
  37. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +19 -0
  38. package/dist-types/commands/CreateSessionCommand.d.ts +28 -0
  39. package/dist-types/commands/CreateTableCommand.d.ts +96 -0
  40. package/dist-types/commands/CreateTriggerCommand.d.ts +41 -0
  41. package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +16 -0
  42. package/dist-types/commands/CreateWorkflowCommand.d.ts +11 -0
  43. package/dist-types/commands/DeleteBlueprintCommand.d.ts +3 -0
  44. package/dist-types/commands/DeleteClassifierCommand.d.ts +3 -0
  45. package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +9 -0
  46. package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +6 -0
  47. package/dist-types/commands/DeleteConnectionCommand.d.ts +4 -0
  48. package/dist-types/commands/DeleteCrawlerCommand.d.ts +3 -0
  49. package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +3 -0
  50. package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +3 -0
  51. package/dist-types/commands/DeleteDatabaseCommand.d.ts +4 -0
  52. package/dist-types/commands/DeleteDevEndpointCommand.d.ts +3 -0
  53. package/dist-types/commands/DeleteJobCommand.d.ts +3 -0
  54. package/dist-types/commands/DeleteMLTransformCommand.d.ts +3 -0
  55. package/dist-types/commands/DeletePartitionCommand.d.ts +8 -0
  56. package/dist-types/commands/DeletePartitionIndexCommand.d.ts +6 -0
  57. package/dist-types/commands/DeleteRegistryCommand.d.ts +6 -0
  58. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
  59. package/dist-types/commands/DeleteSchemaCommand.d.ts +7 -0
  60. package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +8 -0
  61. package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +3 -0
  62. package/dist-types/commands/DeleteSessionCommand.d.ts +4 -0
  63. package/dist-types/commands/DeleteTableCommand.d.ts +6 -0
  64. package/dist-types/commands/DeleteTableVersionCommand.d.ts +6 -0
  65. package/dist-types/commands/DeleteTriggerCommand.d.ts +3 -0
  66. package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +5 -0
  67. package/dist-types/commands/DeleteWorkflowCommand.d.ts +3 -0
  68. package/dist-types/commands/GetBlueprintCommand.d.ts +5 -0
  69. package/dist-types/commands/GetBlueprintRunCommand.d.ts +4 -0
  70. package/dist-types/commands/GetBlueprintRunsCommand.d.ts +5 -0
  71. package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +3 -0
  72. package/dist-types/commands/GetClassifierCommand.d.ts +3 -0
  73. package/dist-types/commands/GetClassifiersCommand.d.ts +4 -0
  74. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +11 -0
  75. package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +8 -0
  76. package/dist-types/commands/GetConnectionCommand.d.ts +5 -0
  77. package/dist-types/commands/GetConnectionsCommand.d.ts +12 -0
  78. package/dist-types/commands/GetCrawlerCommand.d.ts +3 -0
  79. package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +7 -0
  80. package/dist-types/commands/GetCrawlersCommand.d.ts +4 -0
  81. package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +3 -0
  82. package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +3 -0
  83. package/dist-types/commands/GetDataQualityResultCommand.d.ts +3 -0
  84. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +3 -0
  85. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +3 -0
  86. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +3 -0
  87. package/dist-types/commands/GetDatabaseCommand.d.ts +4 -0
  88. package/dist-types/commands/GetDatabasesCommand.d.ts +6 -0
  89. package/dist-types/commands/GetDataflowGraphCommand.d.ts +3 -0
  90. package/dist-types/commands/GetDevEndpointCommand.d.ts +3 -0
  91. package/dist-types/commands/GetDevEndpointsCommand.d.ts +4 -0
  92. package/dist-types/commands/GetJobBookmarkCommand.d.ts +4 -0
  93. package/dist-types/commands/GetJobCommand.d.ts +3 -0
  94. package/dist-types/commands/GetJobRunCommand.d.ts +5 -0
  95. package/dist-types/commands/GetJobRunsCommand.d.ts +5 -0
  96. package/dist-types/commands/GetJobsCommand.d.ts +4 -0
  97. package/dist-types/commands/GetMLTaskRunCommand.d.ts +4 -0
  98. package/dist-types/commands/GetMLTaskRunsCommand.d.ts +15 -0
  99. package/dist-types/commands/GetMLTransformCommand.d.ts +3 -0
  100. package/dist-types/commands/GetMLTransformsCommand.d.ts +24 -0
  101. package/dist-types/commands/GetMappingCommand.d.ts +35 -0
  102. package/dist-types/commands/GetPartitionCommand.d.ts +8 -0
  103. package/dist-types/commands/GetPartitionIndexesCommand.d.ts +6 -0
  104. package/dist-types/commands/GetPartitionsCommand.d.ts +15 -0
  105. package/dist-types/commands/GetPlanCommand.d.ts +49 -0
  106. package/dist-types/commands/GetRegistryCommand.d.ts +6 -0
  107. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +4 -0
  108. package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -0
  109. package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +8 -0
  110. package/dist-types/commands/GetSchemaCommand.d.ts +7 -0
  111. package/dist-types/commands/GetSchemaVersionCommand.d.ts +12 -0
  112. package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +16 -0
  113. package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +3 -0
  114. package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +4 -0
  115. package/dist-types/commands/GetSessionCommand.d.ts +4 -0
  116. package/dist-types/commands/GetStatementCommand.d.ts +5 -0
  117. package/dist-types/commands/GetTableCommand.d.ts +7 -0
  118. package/dist-types/commands/GetTableVersionCommand.d.ts +6 -0
  119. package/dist-types/commands/GetTableVersionsCommand.d.ts +7 -0
  120. package/dist-types/commands/GetTablesCommand.d.ts +9 -0
  121. package/dist-types/commands/GetTagsCommand.d.ts +3 -0
  122. package/dist-types/commands/GetTriggerCommand.d.ts +3 -0
  123. package/dist-types/commands/GetTriggersCommand.d.ts +5 -0
  124. package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +18 -0
  125. package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +22 -0
  126. package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +15 -0
  127. package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +5 -0
  128. package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +7 -0
  129. package/dist-types/commands/GetWorkflowCommand.d.ts +4 -0
  130. package/dist-types/commands/GetWorkflowRunCommand.d.ts +5 -0
  131. package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +4 -0
  132. package/dist-types/commands/GetWorkflowRunsCommand.d.ts +6 -0
  133. package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +3 -0
  134. package/dist-types/commands/ListBlueprintsCommand.d.ts +7 -0
  135. package/dist-types/commands/ListCrawlersCommand.d.ts +7 -0
  136. package/dist-types/commands/ListCrawlsCommand.d.ts +12 -0
  137. package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +4 -0
  138. package/dist-types/commands/ListDataQualityResultsCommand.d.ts +21 -0
  139. package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +19 -0
  140. package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +19 -0
  141. package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +19 -0
  142. package/dist-types/commands/ListDevEndpointsCommand.d.ts +7 -0
  143. package/dist-types/commands/ListJobsCommand.d.ts +7 -0
  144. package/dist-types/commands/ListMLTransformsCommand.d.ts +27 -0
  145. package/dist-types/commands/ListRegistriesCommand.d.ts +4 -0
  146. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +9 -0
  147. package/dist-types/commands/ListSchemasCommand.d.ts +8 -0
  148. package/dist-types/commands/ListSessionsCommand.d.ts +8 -0
  149. package/dist-types/commands/ListStatementsCommand.d.ts +5 -0
  150. package/dist-types/commands/ListTriggersCommand.d.ts +8 -0
  151. package/dist-types/commands/ListWorkflowsCommand.d.ts +4 -0
  152. package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +13 -0
  153. package/dist-types/commands/PutResourcePolicyCommand.d.ts +7 -0
  154. package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +16 -0
  155. package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +7 -0
  156. package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +20 -0
  157. package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +8 -0
  158. package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +16 -0
  159. package/dist-types/commands/ResetJobBookmarkCommand.d.ts +4 -0
  160. package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +7 -0
  161. package/dist-types/commands/RunStatementCommand.d.ts +5 -0
  162. package/dist-types/commands/SearchTablesCommand.d.ts +20 -0
  163. package/dist-types/commands/StartBlueprintRunCommand.d.ts +5 -0
  164. package/dist-types/commands/StartCrawlerCommand.d.ts +3 -0
  165. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +3 -0
  166. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +18 -0
  167. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +24 -0
  168. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +4 -0
  169. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +5 -0
  170. package/dist-types/commands/StartJobRunCommand.d.ts +17 -0
  171. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +3 -0
  172. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +4 -0
  173. package/dist-types/commands/StartTriggerCommand.d.ts +3 -0
  174. package/dist-types/commands/StartWorkflowRunCommand.d.ts +6 -0
  175. package/dist-types/commands/StopCrawlerCommand.d.ts +3 -0
  176. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +3 -0
  177. package/dist-types/commands/StopSessionCommand.d.ts +4 -0
  178. package/dist-types/commands/StopTriggerCommand.d.ts +3 -0
  179. package/dist-types/commands/StopWorkflowRunCommand.d.ts +4 -0
  180. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  181. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  182. package/dist-types/commands/UpdateBlueprintCommand.d.ts +5 -0
  183. package/dist-types/commands/UpdateClassifierCommand.d.ts +32 -0
  184. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +64 -0
  185. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +61 -0
  186. package/dist-types/commands/UpdateConnectionCommand.d.ts +22 -0
  187. package/dist-types/commands/UpdateCrawlerCommand.d.ts +88 -0
  188. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +4 -0
  189. package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +6 -0
  190. package/dist-types/commands/UpdateDatabaseCommand.d.ts +26 -0
  191. package/dist-types/commands/UpdateDevEndpointCommand.d.ts +21 -0
  192. package/dist-types/commands/UpdateJobCommand.d.ts +865 -0
  193. package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +11 -0
  194. package/dist-types/commands/UpdateMLTransformCommand.d.ts +21 -0
  195. package/dist-types/commands/UpdatePartitionCommand.d.ts +74 -0
  196. package/dist-types/commands/UpdateRegistryCommand.d.ts +7 -0
  197. package/dist-types/commands/UpdateSchemaCommand.d.ts +13 -0
  198. package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +11 -0
  199. package/dist-types/commands/UpdateTableCommand.d.ts +90 -0
  200. package/dist-types/commands/UpdateTriggerCommand.d.ts +38 -0
  201. package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +17 -0
  202. package/dist-types/commands/UpdateWorkflowCommand.d.ts +8 -0
  203. package/package.json +8 -8
@@ -27,6 +27,17 @@ export interface UpdateJobFromSourceControlCommandOutput extends UpdateJobFromSo
27
27
  * import { GlueClient, UpdateJobFromSourceControlCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, UpdateJobFromSourceControlCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
+ * const input = { // UpdateJobFromSourceControlRequest
31
+ * JobName: "STRING_VALUE",
32
+ * Provider: "GITHUB" || "AWS_CODE_COMMIT",
33
+ * RepositoryName: "STRING_VALUE",
34
+ * RepositoryOwner: "STRING_VALUE",
35
+ * BranchName: "STRING_VALUE",
36
+ * Folder: "STRING_VALUE",
37
+ * CommitId: "STRING_VALUE",
38
+ * AuthStrategy: "PERSONAL_ACCESS_TOKEN" || "AWS_SECRETS_MANAGER",
39
+ * AuthToken: "STRING_VALUE",
40
+ * };
30
41
  * const command = new UpdateJobFromSourceControlCommand(input);
31
42
  * const response = await client.send(command);
32
43
  * ```
@@ -29,6 +29,27 @@ export interface UpdateMLTransformCommandOutput extends UpdateMLTransformRespons
29
29
  * import { GlueClient, UpdateMLTransformCommand } from "@aws-sdk/client-glue"; // ES Modules import
30
30
  * // const { GlueClient, UpdateMLTransformCommand } = require("@aws-sdk/client-glue"); // CommonJS import
31
31
  * const client = new GlueClient(config);
32
+ * const input = { // UpdateMLTransformRequest
33
+ * TransformId: "STRING_VALUE", // required
34
+ * Name: "STRING_VALUE",
35
+ * Description: "STRING_VALUE",
36
+ * Parameters: { // TransformParameters
37
+ * TransformType: "FIND_MATCHES", // required
38
+ * FindMatchesParameters: { // FindMatchesParameters
39
+ * PrimaryKeyColumnName: "STRING_VALUE",
40
+ * PrecisionRecallTradeoff: Number("double"),
41
+ * AccuracyCostTradeoff: Number("double"),
42
+ * EnforceProvidedLabels: true || false,
43
+ * },
44
+ * },
45
+ * Role: "STRING_VALUE",
46
+ * GlueVersion: "STRING_VALUE",
47
+ * MaxCapacity: Number("double"),
48
+ * WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
49
+ * NumberOfWorkers: Number("int"),
50
+ * Timeout: Number("int"),
51
+ * MaxRetries: Number("int"),
52
+ * };
32
53
  * const command = new UpdateMLTransformCommand(input);
33
54
  * const response = await client.send(command);
34
55
  * ```
@@ -26,6 +26,80 @@ export interface UpdatePartitionCommandOutput extends UpdatePartitionResponse, _
26
26
  * import { GlueClient, UpdatePartitionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, UpdatePartitionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = { // UpdatePartitionRequest
30
+ * CatalogId: "STRING_VALUE",
31
+ * DatabaseName: "STRING_VALUE", // required
32
+ * TableName: "STRING_VALUE", // required
33
+ * PartitionValueList: [ // BoundedPartitionValueList // required
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * PartitionInput: { // PartitionInput
37
+ * Values: [ // ValueStringList
38
+ * "STRING_VALUE",
39
+ * ],
40
+ * LastAccessTime: new Date("TIMESTAMP"),
41
+ * StorageDescriptor: { // StorageDescriptor
42
+ * Columns: [ // ColumnList
43
+ * { // Column
44
+ * Name: "STRING_VALUE", // required
45
+ * Type: "STRING_VALUE",
46
+ * Comment: "STRING_VALUE",
47
+ * Parameters: { // ParametersMap
48
+ * "<keys>": "STRING_VALUE",
49
+ * },
50
+ * },
51
+ * ],
52
+ * Location: "STRING_VALUE",
53
+ * AdditionalLocations: [ // LocationStringList
54
+ * "STRING_VALUE",
55
+ * ],
56
+ * InputFormat: "STRING_VALUE",
57
+ * OutputFormat: "STRING_VALUE",
58
+ * Compressed: true || false,
59
+ * NumberOfBuckets: Number("int"),
60
+ * SerdeInfo: { // SerDeInfo
61
+ * Name: "STRING_VALUE",
62
+ * SerializationLibrary: "STRING_VALUE",
63
+ * Parameters: {
64
+ * "<keys>": "STRING_VALUE",
65
+ * },
66
+ * },
67
+ * BucketColumns: [ // NameStringList
68
+ * "STRING_VALUE",
69
+ * ],
70
+ * SortColumns: [ // OrderList
71
+ * { // Order
72
+ * Column: "STRING_VALUE", // required
73
+ * SortOrder: Number("int"), // required
74
+ * },
75
+ * ],
76
+ * Parameters: "<ParametersMap>",
77
+ * SkewedInfo: { // SkewedInfo
78
+ * SkewedColumnNames: [
79
+ * "STRING_VALUE",
80
+ * ],
81
+ * SkewedColumnValues: [ // ColumnValueStringList
82
+ * "STRING_VALUE",
83
+ * ],
84
+ * SkewedColumnValueLocationMaps: { // LocationMap
85
+ * "<keys>": "STRING_VALUE",
86
+ * },
87
+ * },
88
+ * StoredAsSubDirectories: true || false,
89
+ * SchemaReference: { // SchemaReference
90
+ * SchemaId: { // SchemaId
91
+ * SchemaArn: "STRING_VALUE",
92
+ * SchemaName: "STRING_VALUE",
93
+ * RegistryName: "STRING_VALUE",
94
+ * },
95
+ * SchemaVersionId: "STRING_VALUE",
96
+ * SchemaVersionNumber: Number("long"),
97
+ * },
98
+ * },
99
+ * Parameters: "<ParametersMap>",
100
+ * LastAnalyzedTime: new Date("TIMESTAMP"),
101
+ * },
102
+ * };
29
103
  * const command = new UpdatePartitionCommand(input);
30
104
  * const response = await client.send(command);
31
105
  * ```
@@ -26,6 +26,13 @@ export interface UpdateRegistryCommandOutput extends UpdateRegistryResponse, __M
26
26
  * import { GlueClient, UpdateRegistryCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, UpdateRegistryCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = { // UpdateRegistryInput
30
+ * RegistryId: { // RegistryId
31
+ * RegistryName: "STRING_VALUE",
32
+ * RegistryArn: "STRING_VALUE",
33
+ * },
34
+ * Description: "STRING_VALUE", // required
35
+ * };
29
36
  * const command = new UpdateRegistryCommand(input);
30
37
  * const response = await client.send(command);
31
38
  * ```
@@ -29,6 +29,19 @@ export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __Metad
29
29
  * import { GlueClient, UpdateSchemaCommand } from "@aws-sdk/client-glue"; // ES Modules import
30
30
  * // const { GlueClient, UpdateSchemaCommand } = require("@aws-sdk/client-glue"); // CommonJS import
31
31
  * const client = new GlueClient(config);
32
+ * const input = { // UpdateSchemaInput
33
+ * SchemaId: { // SchemaId
34
+ * SchemaArn: "STRING_VALUE",
35
+ * SchemaName: "STRING_VALUE",
36
+ * RegistryName: "STRING_VALUE",
37
+ * },
38
+ * SchemaVersionNumber: { // SchemaVersionNumber
39
+ * LatestVersion: true || false,
40
+ * VersionNumber: Number("long"),
41
+ * },
42
+ * Compatibility: "NONE" || "DISABLED" || "BACKWARD" || "BACKWARD_ALL" || "FORWARD" || "FORWARD_ALL" || "FULL" || "FULL_ALL",
43
+ * Description: "STRING_VALUE",
44
+ * };
32
45
  * const command = new UpdateSchemaCommand(input);
33
46
  * const response = await client.send(command);
34
47
  * ```
@@ -27,6 +27,17 @@ export interface UpdateSourceControlFromJobCommandOutput extends UpdateSourceCon
27
27
  * import { GlueClient, UpdateSourceControlFromJobCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, UpdateSourceControlFromJobCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
+ * const input = { // UpdateSourceControlFromJobRequest
31
+ * JobName: "STRING_VALUE",
32
+ * Provider: "GITHUB" || "AWS_CODE_COMMIT",
33
+ * RepositoryName: "STRING_VALUE",
34
+ * RepositoryOwner: "STRING_VALUE",
35
+ * BranchName: "STRING_VALUE",
36
+ * Folder: "STRING_VALUE",
37
+ * CommitId: "STRING_VALUE",
38
+ * AuthStrategy: "PERSONAL_ACCESS_TOKEN" || "AWS_SECRETS_MANAGER",
39
+ * AuthToken: "STRING_VALUE",
40
+ * };
30
41
  * const command = new UpdateSourceControlFromJobCommand(input);
31
42
  * const response = await client.send(command);
32
43
  * ```
@@ -26,6 +26,96 @@ export interface UpdateTableCommandOutput extends UpdateTableResponse, __Metadat
26
26
  * import { GlueClient, UpdateTableCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, UpdateTableCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = { // UpdateTableRequest
30
+ * CatalogId: "STRING_VALUE",
31
+ * DatabaseName: "STRING_VALUE", // required
32
+ * TableInput: { // TableInput
33
+ * Name: "STRING_VALUE", // required
34
+ * Description: "STRING_VALUE",
35
+ * Owner: "STRING_VALUE",
36
+ * LastAccessTime: new Date("TIMESTAMP"),
37
+ * LastAnalyzedTime: new Date("TIMESTAMP"),
38
+ * Retention: Number("int"),
39
+ * StorageDescriptor: { // StorageDescriptor
40
+ * Columns: [ // ColumnList
41
+ * { // Column
42
+ * Name: "STRING_VALUE", // required
43
+ * Type: "STRING_VALUE",
44
+ * Comment: "STRING_VALUE",
45
+ * Parameters: { // ParametersMap
46
+ * "<keys>": "STRING_VALUE",
47
+ * },
48
+ * },
49
+ * ],
50
+ * Location: "STRING_VALUE",
51
+ * AdditionalLocations: [ // LocationStringList
52
+ * "STRING_VALUE",
53
+ * ],
54
+ * InputFormat: "STRING_VALUE",
55
+ * OutputFormat: "STRING_VALUE",
56
+ * Compressed: true || false,
57
+ * NumberOfBuckets: Number("int"),
58
+ * SerdeInfo: { // SerDeInfo
59
+ * Name: "STRING_VALUE",
60
+ * SerializationLibrary: "STRING_VALUE",
61
+ * Parameters: {
62
+ * "<keys>": "STRING_VALUE",
63
+ * },
64
+ * },
65
+ * BucketColumns: [ // NameStringList
66
+ * "STRING_VALUE",
67
+ * ],
68
+ * SortColumns: [ // OrderList
69
+ * { // Order
70
+ * Column: "STRING_VALUE", // required
71
+ * SortOrder: Number("int"), // required
72
+ * },
73
+ * ],
74
+ * Parameters: "<ParametersMap>",
75
+ * SkewedInfo: { // SkewedInfo
76
+ * SkewedColumnNames: [
77
+ * "STRING_VALUE",
78
+ * ],
79
+ * SkewedColumnValues: [ // ColumnValueStringList
80
+ * "STRING_VALUE",
81
+ * ],
82
+ * SkewedColumnValueLocationMaps: { // LocationMap
83
+ * "<keys>": "STRING_VALUE",
84
+ * },
85
+ * },
86
+ * StoredAsSubDirectories: true || false,
87
+ * SchemaReference: { // SchemaReference
88
+ * SchemaId: { // SchemaId
89
+ * SchemaArn: "STRING_VALUE",
90
+ * SchemaName: "STRING_VALUE",
91
+ * RegistryName: "STRING_VALUE",
92
+ * },
93
+ * SchemaVersionId: "STRING_VALUE",
94
+ * SchemaVersionNumber: Number("long"),
95
+ * },
96
+ * },
97
+ * PartitionKeys: [
98
+ * {
99
+ * Name: "STRING_VALUE", // required
100
+ * Type: "STRING_VALUE",
101
+ * Comment: "STRING_VALUE",
102
+ * Parameters: "<ParametersMap>",
103
+ * },
104
+ * ],
105
+ * ViewOriginalText: "STRING_VALUE",
106
+ * ViewExpandedText: "STRING_VALUE",
107
+ * TableType: "STRING_VALUE",
108
+ * Parameters: "<ParametersMap>",
109
+ * TargetTable: { // TableIdentifier
110
+ * CatalogId: "STRING_VALUE",
111
+ * DatabaseName: "STRING_VALUE",
112
+ * Name: "STRING_VALUE",
113
+ * },
114
+ * },
115
+ * SkipArchive: true || false,
116
+ * TransactionId: "STRING_VALUE",
117
+ * VersionId: "STRING_VALUE",
118
+ * };
29
119
  * const command = new UpdateTableCommand(input);
30
120
  * const response = await client.send(command);
31
121
  * ```
@@ -26,6 +26,44 @@ export interface UpdateTriggerCommandOutput extends UpdateTriggerResponse, __Met
26
26
  * import { GlueClient, UpdateTriggerCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, UpdateTriggerCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = { // UpdateTriggerRequest
30
+ * Name: "STRING_VALUE", // required
31
+ * TriggerUpdate: { // TriggerUpdate
32
+ * Name: "STRING_VALUE",
33
+ * Description: "STRING_VALUE",
34
+ * Schedule: "STRING_VALUE",
35
+ * Actions: [ // ActionList
36
+ * { // Action
37
+ * JobName: "STRING_VALUE",
38
+ * Arguments: { // GenericMap
39
+ * "<keys>": "STRING_VALUE",
40
+ * },
41
+ * Timeout: Number("int"),
42
+ * SecurityConfiguration: "STRING_VALUE",
43
+ * NotificationProperty: { // NotificationProperty
44
+ * NotifyDelayAfter: Number("int"),
45
+ * },
46
+ * CrawlerName: "STRING_VALUE",
47
+ * },
48
+ * ],
49
+ * Predicate: { // Predicate
50
+ * Logical: "AND" || "ANY",
51
+ * Conditions: [ // ConditionList
52
+ * { // Condition
53
+ * LogicalOperator: "EQUALS",
54
+ * JobName: "STRING_VALUE",
55
+ * State: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT" || "ERROR" || "WAITING",
56
+ * CrawlerName: "STRING_VALUE",
57
+ * CrawlState: "RUNNING" || "CANCELLING" || "CANCELLED" || "SUCCEEDED" || "FAILED" || "ERROR",
58
+ * },
59
+ * ],
60
+ * },
61
+ * EventBatchingCondition: { // EventBatchingCondition
62
+ * BatchSize: Number("int"), // required
63
+ * BatchWindow: Number("int"),
64
+ * },
65
+ * },
66
+ * };
29
67
  * const command = new UpdateTriggerCommand(input);
30
68
  * const response = await client.send(command);
31
69
  * ```
@@ -26,6 +26,23 @@ export interface UpdateUserDefinedFunctionCommandOutput extends UpdateUserDefine
26
26
  * import { GlueClient, UpdateUserDefinedFunctionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, UpdateUserDefinedFunctionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = { // UpdateUserDefinedFunctionRequest
30
+ * CatalogId: "STRING_VALUE",
31
+ * DatabaseName: "STRING_VALUE", // required
32
+ * FunctionName: "STRING_VALUE", // required
33
+ * FunctionInput: { // UserDefinedFunctionInput
34
+ * FunctionName: "STRING_VALUE",
35
+ * ClassName: "STRING_VALUE",
36
+ * OwnerName: "STRING_VALUE",
37
+ * OwnerType: "USER" || "ROLE" || "GROUP",
38
+ * ResourceUris: [ // ResourceUriList
39
+ * { // ResourceUri
40
+ * ResourceType: "JAR" || "FILE" || "ARCHIVE",
41
+ * Uri: "STRING_VALUE",
42
+ * },
43
+ * ],
44
+ * },
45
+ * };
29
46
  * const command = new UpdateUserDefinedFunctionCommand(input);
30
47
  * const response = await client.send(command);
31
48
  * ```
@@ -26,6 +26,14 @@ export interface UpdateWorkflowCommandOutput extends UpdateWorkflowResponse, __M
26
26
  * import { GlueClient, UpdateWorkflowCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, UpdateWorkflowCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
+ * const input = { // UpdateWorkflowRequest
30
+ * Name: "STRING_VALUE", // required
31
+ * Description: "STRING_VALUE",
32
+ * DefaultRunProperties: { // WorkflowRunProperties
33
+ * "<keys>": "STRING_VALUE",
34
+ * },
35
+ * MaxConcurrentRuns: Number("int"),
36
+ * };
29
37
  * const command = new UpdateWorkflowCommand(input);
30
38
  * const response = await client.send(command);
31
39
  * ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-glue",
3
3
  "description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
4
- "version": "3.299.0",
4
+ "version": "3.301.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.299.0",
25
- "@aws-sdk/config-resolver": "3.299.0",
26
- "@aws-sdk/credential-provider-node": "3.299.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
+ "@aws-sdk/config-resolver": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",
@@ -32,12 +32,12 @@
32
32
  "@aws-sdk/middleware-host-header": "3.296.0",
33
33
  "@aws-sdk/middleware-logger": "3.296.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.296.0",
35
+ "@aws-sdk/middleware-retry": "3.300.0",
36
36
  "@aws-sdk/middleware-serde": "3.296.0",
37
37
  "@aws-sdk/middleware-signing": "3.299.0",
38
38
  "@aws-sdk/middleware-stack": "3.296.0",
39
39
  "@aws-sdk/middleware-user-agent": "3.299.0",
40
- "@aws-sdk/node-config-provider": "3.296.0",
40
+ "@aws-sdk/node-config-provider": "3.300.0",
41
41
  "@aws-sdk/node-http-handler": "3.296.0",
42
42
  "@aws-sdk/protocol-http": "3.296.0",
43
43
  "@aws-sdk/smithy-client": "3.296.0",
@@ -47,11 +47,11 @@
47
47
  "@aws-sdk/util-body-length-browser": "3.295.0",
48
48
  "@aws-sdk/util-body-length-node": "3.295.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.296.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.299.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.300.0",
51
51
  "@aws-sdk/util-endpoints": "3.296.0",
52
52
  "@aws-sdk/util-retry": "3.296.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.299.0",
54
- "@aws-sdk/util-user-agent-node": "3.299.0",
54
+ "@aws-sdk/util-user-agent-node": "3.300.0",
55
55
  "@aws-sdk/util-utf8": "3.295.0",
56
56
  "tslib": "^2.5.0"
57
57
  },