@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,7 +27,7 @@ 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 = {
30
+ * const input = { // UpdateJobFromSourceControlRequest
31
31
  * JobName: "STRING_VALUE",
32
32
  * Provider: "GITHUB" || "AWS_CODE_COMMIT",
33
33
  * RepositoryName: "STRING_VALUE",
@@ -29,13 +29,13 @@ 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 = {
32
+ * const input = { // UpdateMLTransformRequest
33
33
  * TransformId: "STRING_VALUE", // required
34
34
  * Name: "STRING_VALUE",
35
35
  * Description: "STRING_VALUE",
36
- * Parameters: {
36
+ * Parameters: { // TransformParameters
37
37
  * TransformType: "FIND_MATCHES", // required
38
- * FindMatchesParameters: {
38
+ * FindMatchesParameters: { // FindMatchesParameters
39
39
  * PrimaryKeyColumnName: "STRING_VALUE",
40
40
  * PrecisionRecallTradeoff: Number("double"),
41
41
  * AccuracyCostTradeoff: Number("double"),
@@ -26,70 +26,68 @@ 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 = {
29
+ * const input = { // UpdatePartitionRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * DatabaseName: "STRING_VALUE", // required
32
32
  * TableName: "STRING_VALUE", // required
33
- * PartitionValueList: [ // required
33
+ * PartitionValueList: [ // BoundedPartitionValueList // required
34
34
  * "STRING_VALUE",
35
35
  * ],
36
- * PartitionInput: {
37
- * Values: [
36
+ * PartitionInput: { // PartitionInput
37
+ * Values: [ // ValueStringList
38
38
  * "STRING_VALUE",
39
39
  * ],
40
40
  * LastAccessTime: new Date("TIMESTAMP"),
41
- * StorageDescriptor: {
42
- * Columns: [
43
- * {
41
+ * StorageDescriptor: { // StorageDescriptor
42
+ * Columns: [ // ColumnList
43
+ * { // Column
44
44
  * Name: "STRING_VALUE", // required
45
45
  * Type: "STRING_VALUE",
46
46
  * Comment: "STRING_VALUE",
47
- * Parameters: {
47
+ * Parameters: { // ParametersMap
48
48
  * "<keys>": "STRING_VALUE",
49
49
  * },
50
50
  * },
51
51
  * ],
52
52
  * Location: "STRING_VALUE",
53
- * AdditionalLocations: [
53
+ * AdditionalLocations: [ // LocationStringList
54
54
  * "STRING_VALUE",
55
55
  * ],
56
56
  * InputFormat: "STRING_VALUE",
57
57
  * OutputFormat: "STRING_VALUE",
58
58
  * Compressed: true || false,
59
59
  * NumberOfBuckets: Number("int"),
60
- * SerdeInfo: {
60
+ * SerdeInfo: { // SerDeInfo
61
61
  * Name: "STRING_VALUE",
62
62
  * SerializationLibrary: "STRING_VALUE",
63
63
  * Parameters: {
64
64
  * "<keys>": "STRING_VALUE",
65
65
  * },
66
66
  * },
67
- * BucketColumns: [
67
+ * BucketColumns: [ // NameStringList
68
68
  * "STRING_VALUE",
69
69
  * ],
70
- * SortColumns: [
71
- * {
70
+ * SortColumns: [ // OrderList
71
+ * { // Order
72
72
  * Column: "STRING_VALUE", // required
73
73
  * SortOrder: Number("int"), // required
74
74
  * },
75
75
  * ],
76
- * Parameters: {
77
- * "<keys>": "<ParametersMapValue>",
78
- * },
79
- * SkewedInfo: {
76
+ * Parameters: "<ParametersMap>",
77
+ * SkewedInfo: { // SkewedInfo
80
78
  * SkewedColumnNames: [
81
79
  * "STRING_VALUE",
82
80
  * ],
83
- * SkewedColumnValues: [
81
+ * SkewedColumnValues: [ // ColumnValueStringList
84
82
  * "STRING_VALUE",
85
83
  * ],
86
- * SkewedColumnValueLocationMaps: {
84
+ * SkewedColumnValueLocationMaps: { // LocationMap
87
85
  * "<keys>": "STRING_VALUE",
88
86
  * },
89
87
  * },
90
88
  * StoredAsSubDirectories: true || false,
91
- * SchemaReference: {
92
- * SchemaId: {
89
+ * SchemaReference: { // SchemaReference
90
+ * SchemaId: { // SchemaId
93
91
  * SchemaArn: "STRING_VALUE",
94
92
  * SchemaName: "STRING_VALUE",
95
93
  * RegistryName: "STRING_VALUE",
@@ -98,9 +96,7 @@ export interface UpdatePartitionCommandOutput extends UpdatePartitionResponse, _
98
96
  * SchemaVersionNumber: Number("long"),
99
97
  * },
100
98
  * },
101
- * Parameters: {
102
- * "<keys>": "<ParametersMapValue>",
103
- * },
99
+ * Parameters: "<ParametersMap>",
104
100
  * LastAnalyzedTime: new Date("TIMESTAMP"),
105
101
  * },
106
102
  * };
@@ -26,8 +26,8 @@ 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 = {
30
- * RegistryId: {
29
+ * const input = { // UpdateRegistryInput
30
+ * RegistryId: { // RegistryId
31
31
  * RegistryName: "STRING_VALUE",
32
32
  * RegistryArn: "STRING_VALUE",
33
33
  * },
@@ -29,13 +29,13 @@ 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 = {
33
- * SchemaId: {
32
+ * const input = { // UpdateSchemaInput
33
+ * SchemaId: { // SchemaId
34
34
  * SchemaArn: "STRING_VALUE",
35
35
  * SchemaName: "STRING_VALUE",
36
36
  * RegistryName: "STRING_VALUE",
37
37
  * },
38
- * SchemaVersionNumber: {
38
+ * SchemaVersionNumber: { // SchemaVersionNumber
39
39
  * LatestVersion: true || false,
40
40
  * VersionNumber: Number("long"),
41
41
  * },
@@ -27,7 +27,7 @@ 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 = {
30
+ * const input = { // UpdateSourceControlFromJobRequest
31
31
  * JobName: "STRING_VALUE",
32
32
  * Provider: "GITHUB" || "AWS_CODE_COMMIT",
33
33
  * RepositoryName: "STRING_VALUE",
@@ -26,68 +26,66 @@ 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 = {
29
+ * const input = { // UpdateTableRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * DatabaseName: "STRING_VALUE", // required
32
- * TableInput: {
32
+ * TableInput: { // TableInput
33
33
  * Name: "STRING_VALUE", // required
34
34
  * Description: "STRING_VALUE",
35
35
  * Owner: "STRING_VALUE",
36
36
  * LastAccessTime: new Date("TIMESTAMP"),
37
37
  * LastAnalyzedTime: new Date("TIMESTAMP"),
38
38
  * Retention: Number("int"),
39
- * StorageDescriptor: {
40
- * Columns: [
41
- * {
39
+ * StorageDescriptor: { // StorageDescriptor
40
+ * Columns: [ // ColumnList
41
+ * { // Column
42
42
  * Name: "STRING_VALUE", // required
43
43
  * Type: "STRING_VALUE",
44
44
  * Comment: "STRING_VALUE",
45
- * Parameters: {
45
+ * Parameters: { // ParametersMap
46
46
  * "<keys>": "STRING_VALUE",
47
47
  * },
48
48
  * },
49
49
  * ],
50
50
  * Location: "STRING_VALUE",
51
- * AdditionalLocations: [
51
+ * AdditionalLocations: [ // LocationStringList
52
52
  * "STRING_VALUE",
53
53
  * ],
54
54
  * InputFormat: "STRING_VALUE",
55
55
  * OutputFormat: "STRING_VALUE",
56
56
  * Compressed: true || false,
57
57
  * NumberOfBuckets: Number("int"),
58
- * SerdeInfo: {
58
+ * SerdeInfo: { // SerDeInfo
59
59
  * Name: "STRING_VALUE",
60
60
  * SerializationLibrary: "STRING_VALUE",
61
61
  * Parameters: {
62
62
  * "<keys>": "STRING_VALUE",
63
63
  * },
64
64
  * },
65
- * BucketColumns: [
65
+ * BucketColumns: [ // NameStringList
66
66
  * "STRING_VALUE",
67
67
  * ],
68
- * SortColumns: [
69
- * {
68
+ * SortColumns: [ // OrderList
69
+ * { // Order
70
70
  * Column: "STRING_VALUE", // required
71
71
  * SortOrder: Number("int"), // required
72
72
  * },
73
73
  * ],
74
- * Parameters: {
75
- * "<keys>": "<ParametersMapValue>",
76
- * },
77
- * SkewedInfo: {
74
+ * Parameters: "<ParametersMap>",
75
+ * SkewedInfo: { // SkewedInfo
78
76
  * SkewedColumnNames: [
79
77
  * "STRING_VALUE",
80
78
  * ],
81
- * SkewedColumnValues: [
79
+ * SkewedColumnValues: [ // ColumnValueStringList
82
80
  * "STRING_VALUE",
83
81
  * ],
84
- * SkewedColumnValueLocationMaps: {
82
+ * SkewedColumnValueLocationMaps: { // LocationMap
85
83
  * "<keys>": "STRING_VALUE",
86
84
  * },
87
85
  * },
88
86
  * StoredAsSubDirectories: true || false,
89
- * SchemaReference: {
90
- * SchemaId: {
87
+ * SchemaReference: { // SchemaReference
88
+ * SchemaId: { // SchemaId
91
89
  * SchemaArn: "STRING_VALUE",
92
90
  * SchemaName: "STRING_VALUE",
93
91
  * RegistryName: "STRING_VALUE",
@@ -101,18 +99,14 @@ export interface UpdateTableCommandOutput extends UpdateTableResponse, __Metadat
101
99
  * Name: "STRING_VALUE", // required
102
100
  * Type: "STRING_VALUE",
103
101
  * Comment: "STRING_VALUE",
104
- * Parameters: {
105
- * "<keys>": "<ParametersMapValue>",
106
- * },
102
+ * Parameters: "<ParametersMap>",
107
103
  * },
108
104
  * ],
109
105
  * ViewOriginalText: "STRING_VALUE",
110
106
  * ViewExpandedText: "STRING_VALUE",
111
107
  * TableType: "STRING_VALUE",
112
- * Parameters: {
113
- * "<keys>": "<ParametersMapValue>",
114
- * },
115
- * TargetTable: {
108
+ * Parameters: "<ParametersMap>",
109
+ * TargetTable: { // TableIdentifier
116
110
  * CatalogId: "STRING_VALUE",
117
111
  * DatabaseName: "STRING_VALUE",
118
112
  * Name: "STRING_VALUE",
@@ -26,30 +26,30 @@ 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 = {
29
+ * const input = { // UpdateTriggerRequest
30
30
  * Name: "STRING_VALUE", // required
31
- * TriggerUpdate: {
31
+ * TriggerUpdate: { // TriggerUpdate
32
32
  * Name: "STRING_VALUE",
33
33
  * Description: "STRING_VALUE",
34
34
  * Schedule: "STRING_VALUE",
35
- * Actions: [
36
- * {
35
+ * Actions: [ // ActionList
36
+ * { // Action
37
37
  * JobName: "STRING_VALUE",
38
- * Arguments: {
38
+ * Arguments: { // GenericMap
39
39
  * "<keys>": "STRING_VALUE",
40
40
  * },
41
41
  * Timeout: Number("int"),
42
42
  * SecurityConfiguration: "STRING_VALUE",
43
- * NotificationProperty: {
43
+ * NotificationProperty: { // NotificationProperty
44
44
  * NotifyDelayAfter: Number("int"),
45
45
  * },
46
46
  * CrawlerName: "STRING_VALUE",
47
47
  * },
48
48
  * ],
49
- * Predicate: {
49
+ * Predicate: { // Predicate
50
50
  * Logical: "AND" || "ANY",
51
- * Conditions: [
52
- * {
51
+ * Conditions: [ // ConditionList
52
+ * { // Condition
53
53
  * LogicalOperator: "EQUALS",
54
54
  * JobName: "STRING_VALUE",
55
55
  * State: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT" || "ERROR" || "WAITING",
@@ -58,7 +58,7 @@ export interface UpdateTriggerCommandOutput extends UpdateTriggerResponse, __Met
58
58
  * },
59
59
  * ],
60
60
  * },
61
- * EventBatchingCondition: {
61
+ * EventBatchingCondition: { // EventBatchingCondition
62
62
  * BatchSize: Number("int"), // required
63
63
  * BatchWindow: Number("int"),
64
64
  * },
@@ -26,17 +26,17 @@ 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 = {
29
+ * const input = { // UpdateUserDefinedFunctionRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * DatabaseName: "STRING_VALUE", // required
32
32
  * FunctionName: "STRING_VALUE", // required
33
- * FunctionInput: {
33
+ * FunctionInput: { // UserDefinedFunctionInput
34
34
  * FunctionName: "STRING_VALUE",
35
35
  * ClassName: "STRING_VALUE",
36
36
  * OwnerName: "STRING_VALUE",
37
37
  * OwnerType: "USER" || "ROLE" || "GROUP",
38
- * ResourceUris: [
39
- * {
38
+ * ResourceUris: [ // ResourceUriList
39
+ * { // ResourceUri
40
40
  * ResourceType: "JAR" || "FILE" || "ARCHIVE",
41
41
  * Uri: "STRING_VALUE",
42
42
  * },
@@ -26,10 +26,10 @@ 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 = {
29
+ * const input = { // UpdateWorkflowRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * Description: "STRING_VALUE",
32
- * DefaultRunProperties: {
32
+ * DefaultRunProperties: { // WorkflowRunProperties
33
33
  * "<keys>": "STRING_VALUE",
34
34
  * },
35
35
  * MaxConcurrentRuns: Number("int"),
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.300.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.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "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",