@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
@@ -28,16 +28,16 @@ export interface CreateCrawlerCommandOutput extends CreateCrawlerResponse, __Met
28
28
  * import { GlueClient, CreateCrawlerCommand } from "@aws-sdk/client-glue"; // ES Modules import
29
29
  * // const { GlueClient, CreateCrawlerCommand } = require("@aws-sdk/client-glue"); // CommonJS import
30
30
  * const client = new GlueClient(config);
31
- * const input = {
31
+ * const input = { // CreateCrawlerRequest
32
32
  * Name: "STRING_VALUE", // required
33
33
  * Role: "STRING_VALUE", // required
34
34
  * DatabaseName: "STRING_VALUE",
35
35
  * Description: "STRING_VALUE",
36
- * Targets: {
37
- * S3Targets: [
38
- * {
36
+ * Targets: { // CrawlerTargets
37
+ * S3Targets: [ // S3TargetList
38
+ * { // S3Target
39
39
  * Path: "STRING_VALUE",
40
- * Exclusions: [
40
+ * Exclusions: [ // PathList
41
41
  * "STRING_VALUE",
42
42
  * ],
43
43
  * ConnectionName: "STRING_VALUE",
@@ -46,36 +46,36 @@ export interface CreateCrawlerCommandOutput extends CreateCrawlerResponse, __Met
46
46
  * DlqEventQueueArn: "STRING_VALUE",
47
47
  * },
48
48
  * ],
49
- * JdbcTargets: [
50
- * {
49
+ * JdbcTargets: [ // JdbcTargetList
50
+ * { // JdbcTarget
51
51
  * ConnectionName: "STRING_VALUE",
52
52
  * Path: "STRING_VALUE",
53
53
  * Exclusions: [
54
54
  * "STRING_VALUE",
55
55
  * ],
56
- * EnableAdditionalMetadata: [
56
+ * EnableAdditionalMetadata: [ // EnableAdditionalMetadata
57
57
  * "COMMENTS" || "RAWTYPES",
58
58
  * ],
59
59
  * },
60
60
  * ],
61
- * MongoDBTargets: [
62
- * {
61
+ * MongoDBTargets: [ // MongoDBTargetList
62
+ * { // MongoDBTarget
63
63
  * ConnectionName: "STRING_VALUE",
64
64
  * Path: "STRING_VALUE",
65
65
  * ScanAll: true || false,
66
66
  * },
67
67
  * ],
68
- * DynamoDBTargets: [
69
- * {
68
+ * DynamoDBTargets: [ // DynamoDBTargetList
69
+ * { // DynamoDBTarget
70
70
  * Path: "STRING_VALUE",
71
71
  * scanAll: true || false,
72
72
  * scanRate: Number("double"),
73
73
  * },
74
74
  * ],
75
- * CatalogTargets: [
76
- * {
75
+ * CatalogTargets: [ // CatalogTargetList
76
+ * { // CatalogTarget
77
77
  * DatabaseName: "STRING_VALUE", // required
78
- * Tables: [ // required
78
+ * Tables: [ // CatalogTablesList // required
79
79
  * "STRING_VALUE",
80
80
  * ],
81
81
  * ConnectionName: "STRING_VALUE",
@@ -83,8 +83,8 @@ export interface CreateCrawlerCommandOutput extends CreateCrawlerResponse, __Met
83
83
  * DlqEventQueueArn: "STRING_VALUE",
84
84
  * },
85
85
  * ],
86
- * DeltaTargets: [
87
- * {
86
+ * DeltaTargets: [ // DeltaTargetList
87
+ * { // DeltaTarget
88
88
  * DeltaTables: [
89
89
  * "STRING_VALUE",
90
90
  * ],
@@ -95,27 +95,27 @@ export interface CreateCrawlerCommandOutput extends CreateCrawlerResponse, __Met
95
95
  * ],
96
96
  * },
97
97
  * Schedule: "STRING_VALUE",
98
- * Classifiers: [
98
+ * Classifiers: [ // ClassifierNameList
99
99
  * "STRING_VALUE",
100
100
  * ],
101
101
  * TablePrefix: "STRING_VALUE",
102
- * SchemaChangePolicy: {
102
+ * SchemaChangePolicy: { // SchemaChangePolicy
103
103
  * UpdateBehavior: "LOG" || "UPDATE_IN_DATABASE",
104
104
  * DeleteBehavior: "LOG" || "DELETE_FROM_DATABASE" || "DEPRECATE_IN_DATABASE",
105
105
  * },
106
- * RecrawlPolicy: {
106
+ * RecrawlPolicy: { // RecrawlPolicy
107
107
  * RecrawlBehavior: "CRAWL_EVERYTHING" || "CRAWL_NEW_FOLDERS_ONLY" || "CRAWL_EVENT_MODE",
108
108
  * },
109
- * LineageConfiguration: {
109
+ * LineageConfiguration: { // LineageConfiguration
110
110
  * CrawlerLineageSettings: "ENABLE" || "DISABLE",
111
111
  * },
112
- * LakeFormationConfiguration: {
112
+ * LakeFormationConfiguration: { // LakeFormationConfiguration
113
113
  * UseLakeFormationCredentials: true || false,
114
114
  * AccountId: "STRING_VALUE",
115
115
  * },
116
116
  * Configuration: "STRING_VALUE",
117
117
  * CrawlerSecurityConfiguration: "STRING_VALUE",
118
- * Tags: {
118
+ * Tags: { // TagsMap
119
119
  * "<keys>": "STRING_VALUE",
120
120
  * },
121
121
  * };
@@ -27,10 +27,10 @@ export interface CreateCustomEntityTypeCommandOutput extends CreateCustomEntityT
27
27
  * import { GlueClient, CreateCustomEntityTypeCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, CreateCustomEntityTypeCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
- * const input = {
30
+ * const input = { // CreateCustomEntityTypeRequest
31
31
  * Name: "STRING_VALUE", // required
32
32
  * RegexString: "STRING_VALUE", // required
33
- * ContextWords: [
33
+ * ContextWords: [ // ContextWords
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * };
@@ -27,14 +27,14 @@ export interface CreateDataQualityRulesetCommandOutput extends CreateDataQuality
27
27
  * import { GlueClient, CreateDataQualityRulesetCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, CreateDataQualityRulesetCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
- * const input = {
30
+ * const input = { // CreateDataQualityRulesetRequest
31
31
  * Name: "STRING_VALUE", // required
32
32
  * Description: "STRING_VALUE",
33
33
  * Ruleset: "STRING_VALUE", // required
34
- * Tags: {
34
+ * Tags: { // TagsMap
35
35
  * "<keys>": "STRING_VALUE",
36
36
  * },
37
- * TargetTable: {
37
+ * TargetTable: { // DataQualityTargetTable
38
38
  * TableName: "STRING_VALUE", // required
39
39
  * DatabaseName: "STRING_VALUE", // required
40
40
  * },
@@ -26,31 +26,31 @@ export interface CreateDatabaseCommandOutput extends CreateDatabaseResponse, __M
26
26
  * import { GlueClient, CreateDatabaseCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CreateDatabaseCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // CreateDatabaseRequest
30
30
  * CatalogId: "STRING_VALUE",
31
- * DatabaseInput: {
31
+ * DatabaseInput: { // DatabaseInput
32
32
  * Name: "STRING_VALUE", // required
33
33
  * Description: "STRING_VALUE",
34
34
  * LocationUri: "STRING_VALUE",
35
- * Parameters: {
35
+ * Parameters: { // ParametersMap
36
36
  * "<keys>": "STRING_VALUE",
37
37
  * },
38
- * CreateTableDefaultPermissions: [
39
- * {
40
- * Principal: {
38
+ * CreateTableDefaultPermissions: [ // PrincipalPermissionsList
39
+ * { // PrincipalPermissions
40
+ * Principal: { // DataLakePrincipal
41
41
  * DataLakePrincipalIdentifier: "STRING_VALUE",
42
42
  * },
43
- * Permissions: [
43
+ * Permissions: [ // PermissionList
44
44
  * "ALL" || "SELECT" || "ALTER" || "DROP" || "DELETE" || "INSERT" || "CREATE_DATABASE" || "CREATE_TABLE" || "DATA_LOCATION_ACCESS",
45
45
  * ],
46
46
  * },
47
47
  * ],
48
- * TargetDatabase: {
48
+ * TargetDatabase: { // DatabaseIdentifier
49
49
  * CatalogId: "STRING_VALUE",
50
50
  * DatabaseName: "STRING_VALUE",
51
51
  * },
52
52
  * },
53
- * Tags: {
53
+ * Tags: { // TagsMap
54
54
  * "<keys>": "STRING_VALUE",
55
55
  * },
56
56
  * };
@@ -26,15 +26,15 @@ export interface CreateDevEndpointCommandOutput extends CreateDevEndpointRespons
26
26
  * import { GlueClient, CreateDevEndpointCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, CreateDevEndpointCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // CreateDevEndpointRequest
30
30
  * EndpointName: "STRING_VALUE", // required
31
31
  * RoleArn: "STRING_VALUE", // required
32
- * SecurityGroupIds: [
32
+ * SecurityGroupIds: [ // StringList
33
33
  * "STRING_VALUE",
34
34
  * ],
35
35
  * SubnetId: "STRING_VALUE",
36
36
  * PublicKey: "STRING_VALUE",
37
- * PublicKeys: [
37
+ * PublicKeys: [ // PublicKeysList
38
38
  * "STRING_VALUE",
39
39
  * ],
40
40
  * NumberOfNodes: Number("int"),
@@ -44,10 +44,10 @@ export interface CreateDevEndpointCommandOutput extends CreateDevEndpointRespons
44
44
  * ExtraPythonLibsS3Path: "STRING_VALUE",
45
45
  * ExtraJarsS3Path: "STRING_VALUE",
46
46
  * SecurityConfiguration: "STRING_VALUE",
47
- * Tags: {
47
+ * Tags: { // TagsMap
48
48
  * "<keys>": "STRING_VALUE",
49
49
  * },
50
- * Arguments: {
50
+ * Arguments: { // MapValue
51
51
  * "<keys>": "STRING_VALUE",
52
52
  * },
53
53
  * };