@aws-sdk/client-glue 3.300.0 → 3.303.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 (217) hide show
  1. package/dist-cjs/models/models_0.js +389 -442
  2. package/dist-cjs/models/models_1.js +129 -153
  3. package/dist-cjs/models/models_2.js +41 -48
  4. package/dist-cjs/protocols/Aws_json1_1.js +0 -1
  5. package/dist-es/models/models_0.js +389 -442
  6. package/dist-es/models/models_1.js +129 -153
  7. package/dist-es/models/models_2.js +41 -48
  8. package/dist-es/protocols/Aws_json1_1.js +0 -1
  9. package/dist-types/commands/BatchCreatePartitionCommand.d.ts +20 -24
  10. package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +2 -2
  11. package/dist-types/commands/BatchDeletePartitionCommand.d.ts +4 -4
  12. package/dist-types/commands/BatchDeleteTableCommand.d.ts +2 -2
  13. package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +2 -2
  14. package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +2 -2
  15. package/dist-types/commands/BatchGetCrawlersCommand.d.ts +2 -2
  16. package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +2 -2
  17. package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +2 -2
  18. package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +2 -2
  19. package/dist-types/commands/BatchGetJobsCommand.d.ts +2 -2
  20. package/dist-types/commands/BatchGetPartitionCommand.d.ts +4 -4
  21. package/dist-types/commands/BatchGetTriggersCommand.d.ts +2 -2
  22. package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +2 -2
  23. package/dist-types/commands/BatchStopJobRunCommand.d.ts +2 -2
  24. package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +22 -26
  25. package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  26. package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  27. package/dist-types/commands/CancelMLTaskRunCommand.d.ts +1 -1
  28. package/dist-types/commands/CancelStatementCommand.d.ts +1 -1
  29. package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateBlueprintCommand.d.ts +2 -2
  31. package/dist-types/commands/CreateClassifierCommand.d.ts +7 -7
  32. package/dist-types/commands/CreateConnectionCommand.d.ts +7 -7
  33. package/dist-types/commands/CreateCrawlerCommand.d.ts +23 -23
  34. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +2 -2
  35. package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +3 -3
  36. package/dist-types/commands/CreateDatabaseCommand.d.ts +9 -9
  37. package/dist-types/commands/CreateDevEndpointCommand.d.ts +5 -5
  38. package/dist-types/commands/CreateJobCommand.d.ts +189 -428
  39. package/dist-types/commands/CreateMLTransformCommand.d.ts +9 -9
  40. package/dist-types/commands/CreatePartitionCommand.d.ts +19 -23
  41. package/dist-types/commands/CreatePartitionIndexCommand.d.ts +3 -3
  42. package/dist-types/commands/CreateRegistryCommand.d.ts +2 -2
  43. package/dist-types/commands/CreateSchemaCommand.d.ts +3 -3
  44. package/dist-types/commands/CreateScriptCommand.d.ts +7 -7
  45. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +6 -6
  46. package/dist-types/commands/CreateSessionCommand.d.ts +6 -6
  47. package/dist-types/commands/CreateTableCommand.d.ts +23 -29
  48. package/dist-types/commands/CreateTriggerCommand.d.ts +10 -10
  49. package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +4 -4
  50. package/dist-types/commands/CreateWorkflowCommand.d.ts +3 -3
  51. package/dist-types/commands/DeleteBlueprintCommand.d.ts +1 -1
  52. package/dist-types/commands/DeleteClassifierCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +2 -2
  54. package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteCrawlerCommand.d.ts +1 -1
  57. package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +1 -1
  58. package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +1 -1
  59. package/dist-types/commands/DeleteDatabaseCommand.d.ts +1 -1
  60. package/dist-types/commands/DeleteDevEndpointCommand.d.ts +1 -1
  61. package/dist-types/commands/DeleteJobCommand.d.ts +1 -1
  62. package/dist-types/commands/DeleteMLTransformCommand.d.ts +1 -1
  63. package/dist-types/commands/DeletePartitionCommand.d.ts +2 -2
  64. package/dist-types/commands/DeletePartitionIndexCommand.d.ts +1 -1
  65. package/dist-types/commands/DeleteRegistryCommand.d.ts +2 -2
  66. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
  67. package/dist-types/commands/DeleteSchemaCommand.d.ts +2 -2
  68. package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +2 -2
  69. package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +1 -1
  70. package/dist-types/commands/DeleteSessionCommand.d.ts +1 -1
  71. package/dist-types/commands/DeleteTableCommand.d.ts +1 -1
  72. package/dist-types/commands/DeleteTableVersionCommand.d.ts +1 -1
  73. package/dist-types/commands/DeleteTriggerCommand.d.ts +1 -1
  74. package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +1 -1
  75. package/dist-types/commands/DeleteWorkflowCommand.d.ts +1 -1
  76. package/dist-types/commands/GetBlueprintCommand.d.ts +1 -1
  77. package/dist-types/commands/GetBlueprintRunCommand.d.ts +1 -1
  78. package/dist-types/commands/GetBlueprintRunsCommand.d.ts +1 -1
  79. package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +1 -1
  80. package/dist-types/commands/GetClassifierCommand.d.ts +1 -1
  81. package/dist-types/commands/GetClassifiersCommand.d.ts +1 -1
  82. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +3 -3
  83. package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +2 -2
  84. package/dist-types/commands/GetConnectionCommand.d.ts +1 -1
  85. package/dist-types/commands/GetConnectionsCommand.d.ts +3 -3
  86. package/dist-types/commands/GetCrawlerCommand.d.ts +1 -1
  87. package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +2 -2
  88. package/dist-types/commands/GetCrawlersCommand.d.ts +1 -1
  89. package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +1 -1
  90. package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  91. package/dist-types/commands/GetDataQualityResultCommand.d.ts +1 -1
  92. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  93. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +1 -1
  94. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  95. package/dist-types/commands/GetDatabaseCommand.d.ts +1 -1
  96. package/dist-types/commands/GetDatabasesCommand.d.ts +1 -1
  97. package/dist-types/commands/GetDataflowGraphCommand.d.ts +1 -1
  98. package/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
  99. package/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
  100. package/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
  101. package/dist-types/commands/GetJobCommand.d.ts +1 -1
  102. package/dist-types/commands/GetJobRunCommand.d.ts +1 -1
  103. package/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
  104. package/dist-types/commands/GetJobsCommand.d.ts +1 -1
  105. package/dist-types/commands/GetMLTaskRunCommand.d.ts +1 -1
  106. package/dist-types/commands/GetMLTaskRunsCommand.d.ts +3 -3
  107. package/dist-types/commands/GetMLTransformCommand.d.ts +1 -1
  108. package/dist-types/commands/GetMLTransformsCommand.d.ts +5 -5
  109. package/dist-types/commands/GetMappingCommand.d.ts +6 -6
  110. package/dist-types/commands/GetPartitionCommand.d.ts +2 -2
  111. package/dist-types/commands/GetPartitionIndexesCommand.d.ts +1 -1
  112. package/dist-types/commands/GetPartitionsCommand.d.ts +2 -2
  113. package/dist-types/commands/GetPlanCommand.d.ts +9 -9
  114. package/dist-types/commands/GetRegistryCommand.d.ts +2 -2
  115. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +1 -1
  116. package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
  117. package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +2 -2
  118. package/dist-types/commands/GetSchemaCommand.d.ts +2 -2
  119. package/dist-types/commands/GetSchemaVersionCommand.d.ts +3 -3
  120. package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +3 -3
  121. package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +1 -1
  122. package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +1 -1
  123. package/dist-types/commands/GetSessionCommand.d.ts +1 -1
  124. package/dist-types/commands/GetStatementCommand.d.ts +1 -1
  125. package/dist-types/commands/GetTableCommand.d.ts +1 -1
  126. package/dist-types/commands/GetTableVersionCommand.d.ts +1 -1
  127. package/dist-types/commands/GetTableVersionsCommand.d.ts +1 -1
  128. package/dist-types/commands/GetTablesCommand.d.ts +1 -1
  129. package/dist-types/commands/GetTagsCommand.d.ts +1 -1
  130. package/dist-types/commands/GetTriggerCommand.d.ts +1 -1
  131. package/dist-types/commands/GetTriggersCommand.d.ts +1 -1
  132. package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +5 -5
  133. package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +5 -5
  134. package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +4 -4
  135. package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +1 -1
  136. package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +1 -1
  137. package/dist-types/commands/GetWorkflowCommand.d.ts +1 -1
  138. package/dist-types/commands/GetWorkflowRunCommand.d.ts +1 -1
  139. package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +1 -1
  140. package/dist-types/commands/GetWorkflowRunsCommand.d.ts +1 -1
  141. package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +1 -1
  142. package/dist-types/commands/ListBlueprintsCommand.d.ts +2 -2
  143. package/dist-types/commands/ListCrawlersCommand.d.ts +2 -2
  144. package/dist-types/commands/ListCrawlsCommand.d.ts +3 -3
  145. package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +1 -1
  146. package/dist-types/commands/ListDataQualityResultsCommand.d.ts +5 -5
  147. package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +5 -5
  148. package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +5 -5
  149. package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +4 -4
  150. package/dist-types/commands/ListDevEndpointsCommand.d.ts +2 -2
  151. package/dist-types/commands/ListJobsCommand.d.ts +2 -2
  152. package/dist-types/commands/ListMLTransformsCommand.d.ts +6 -6
  153. package/dist-types/commands/ListRegistriesCommand.d.ts +1 -1
  154. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +2 -2
  155. package/dist-types/commands/ListSchemasCommand.d.ts +2 -2
  156. package/dist-types/commands/ListSessionsCommand.d.ts +2 -2
  157. package/dist-types/commands/ListStatementsCommand.d.ts +1 -1
  158. package/dist-types/commands/ListTriggersCommand.d.ts +2 -2
  159. package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
  160. package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +4 -4
  161. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
  162. package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +4 -4
  163. package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +2 -2
  164. package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +5 -5
  165. package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +2 -2
  166. package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +4 -4
  167. package/dist-types/commands/ResetJobBookmarkCommand.d.ts +1 -1
  168. package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +2 -2
  169. package/dist-types/commands/RunStatementCommand.d.ts +1 -1
  170. package/dist-types/commands/SearchTablesCommand.d.ts +5 -5
  171. package/dist-types/commands/StartBlueprintRunCommand.d.ts +1 -1
  172. package/dist-types/commands/StartCrawlerCommand.d.ts +1 -1
  173. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  174. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +4 -4
  175. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +6 -6
  176. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  177. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  178. package/dist-types/commands/StartJobRunCommand.d.ts +3 -3
  179. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  180. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  181. package/dist-types/commands/StartTriggerCommand.d.ts +1 -1
  182. package/dist-types/commands/StartWorkflowRunCommand.d.ts +2 -2
  183. package/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
  184. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  185. package/dist-types/commands/StopSessionCommand.d.ts +1 -1
  186. package/dist-types/commands/StopTriggerCommand.d.ts +1 -1
  187. package/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
  188. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  189. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  190. package/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
  191. package/dist-types/commands/UpdateClassifierCommand.d.ts +7 -7
  192. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +13 -13
  193. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +12 -12
  194. package/dist-types/commands/UpdateConnectionCommand.d.ts +6 -6
  195. package/dist-types/commands/UpdateCrawlerCommand.d.ts +22 -22
  196. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
  197. package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +1 -2
  198. package/dist-types/commands/UpdateDatabaseCommand.d.ts +8 -8
  199. package/dist-types/commands/UpdateDevEndpointCommand.d.ts +5 -5
  200. package/dist-types/commands/UpdateJobCommand.d.ts +189 -428
  201. package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +1 -1
  202. package/dist-types/commands/UpdateMLTransformCommand.d.ts +3 -3
  203. package/dist-types/commands/UpdatePartitionCommand.d.ts +20 -24
  204. package/dist-types/commands/UpdateRegistryCommand.d.ts +2 -2
  205. package/dist-types/commands/UpdateSchemaCommand.d.ts +3 -3
  206. package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +1 -1
  207. package/dist-types/commands/UpdateTableCommand.d.ts +20 -26
  208. package/dist-types/commands/UpdateTriggerCommand.d.ts +10 -10
  209. package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +4 -4
  210. package/dist-types/commands/UpdateWorkflowCommand.d.ts +2 -2
  211. package/dist-types/models/models_0.d.ts +661 -396
  212. package/dist-types/models/models_1.d.ts +249 -129
  213. package/dist-types/models/models_2.d.ts +76 -45
  214. package/dist-types/ts3.4/models/models_0.d.ts +473 -389
  215. package/dist-types/ts3.4/models/models_1.d.ts +171 -129
  216. package/dist-types/ts3.4/models/models_2.d.ts +52 -42
  217. package/package.json +34 -34
@@ -26,7 +26,7 @@ export interface ListRegistriesCommandOutput extends ListRegistriesResponse, __M
26
26
  * import { GlueClient, ListRegistriesCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, ListRegistriesCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // ListRegistriesInput
30
30
  * MaxResults: Number("int"),
31
31
  * NextToken: "STRING_VALUE",
32
32
  * };
@@ -26,8 +26,8 @@ export interface ListSchemaVersionsCommandOutput extends ListSchemaVersionsRespo
26
26
  * import { GlueClient, ListSchemaVersionsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, ListSchemaVersionsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * SchemaId: {
29
+ * const input = { // ListSchemaVersionsInput
30
+ * SchemaId: { // SchemaId
31
31
  * SchemaArn: "STRING_VALUE",
32
32
  * SchemaName: "STRING_VALUE",
33
33
  * RegistryName: "STRING_VALUE",
@@ -27,8 +27,8 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat
27
27
  * import { GlueClient, ListSchemasCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, ListSchemasCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
- * const input = {
31
- * RegistryId: {
30
+ * const input = { // ListSchemasInput
31
+ * RegistryId: { // RegistryId
32
32
  * RegistryName: "STRING_VALUE",
33
33
  * RegistryArn: "STRING_VALUE",
34
34
  * },
@@ -26,10 +26,10 @@ export interface ListSessionsCommandOutput extends ListSessionsResponse, __Metad
26
26
  * import { GlueClient, ListSessionsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, ListSessionsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // ListSessionsRequest
30
30
  * NextToken: "STRING_VALUE",
31
31
  * MaxResults: Number("int"),
32
- * Tags: {
32
+ * Tags: { // TagsMap
33
33
  * "<keys>": "STRING_VALUE",
34
34
  * },
35
35
  * RequestOrigin: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListStatementsCommandOutput extends ListStatementsResponse, __M
26
26
  * import { GlueClient, ListStatementsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, ListStatementsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // ListStatementsRequest
30
30
  * SessionId: "STRING_VALUE", // required
31
31
  * RequestOrigin: "STRING_VALUE",
32
32
  * NextToken: "STRING_VALUE",
@@ -29,11 +29,11 @@ export interface ListTriggersCommandOutput extends ListTriggersResponse, __Metad
29
29
  * import { GlueClient, ListTriggersCommand } from "@aws-sdk/client-glue"; // ES Modules import
30
30
  * // const { GlueClient, ListTriggersCommand } = require("@aws-sdk/client-glue"); // CommonJS import
31
31
  * const client = new GlueClient(config);
32
- * const input = {
32
+ * const input = { // ListTriggersRequest
33
33
  * NextToken: "STRING_VALUE",
34
34
  * DependentJobName: "STRING_VALUE",
35
35
  * MaxResults: Number("int"),
36
- * Tags: {
36
+ * Tags: { // TagsMap
37
37
  * "<keys>": "STRING_VALUE",
38
38
  * },
39
39
  * };
@@ -26,7 +26,7 @@ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __Met
26
26
  * import { GlueClient, ListWorkflowsCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, ListWorkflowsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // ListWorkflowsRequest
30
30
  * NextToken: "STRING_VALUE",
31
31
  * MaxResults: Number("int"),
32
32
  * };
@@ -27,14 +27,14 @@ export interface PutDataCatalogEncryptionSettingsCommandOutput extends PutDataCa
27
27
  * import { GlueClient, PutDataCatalogEncryptionSettingsCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, PutDataCatalogEncryptionSettingsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
- * const input = {
30
+ * const input = { // PutDataCatalogEncryptionSettingsRequest
31
31
  * CatalogId: "STRING_VALUE",
32
- * DataCatalogEncryptionSettings: {
33
- * EncryptionAtRest: {
32
+ * DataCatalogEncryptionSettings: { // DataCatalogEncryptionSettings
33
+ * EncryptionAtRest: { // EncryptionAtRest
34
34
  * CatalogEncryptionMode: "DISABLED" || "SSE-KMS", // required
35
35
  * SseAwsKmsKeyId: "STRING_VALUE",
36
36
  * },
37
- * ConnectionPasswordEncryption: {
37
+ * ConnectionPasswordEncryption: { // ConnectionPasswordEncryption
38
38
  * ReturnConnectionPasswordEncrypted: true || false, // required
39
39
  * AwsKmsKeyId: "STRING_VALUE",
40
40
  * },
@@ -26,7 +26,7 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
26
26
  * import { GlueClient, PutResourcePolicyCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, PutResourcePolicyCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // PutResourcePolicyRequest
30
30
  * PolicyInJson: "STRING_VALUE", // required
31
31
  * ResourceArn: "STRING_VALUE",
32
32
  * PolicyHashCondition: "STRING_VALUE",
@@ -26,18 +26,18 @@ export interface PutSchemaVersionMetadataCommandOutput extends PutSchemaVersionM
26
26
  * import { GlueClient, PutSchemaVersionMetadataCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, PutSchemaVersionMetadataCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * SchemaId: {
29
+ * const input = { // PutSchemaVersionMetadataInput
30
+ * SchemaId: { // SchemaId
31
31
  * SchemaArn: "STRING_VALUE",
32
32
  * SchemaName: "STRING_VALUE",
33
33
  * RegistryName: "STRING_VALUE",
34
34
  * },
35
- * SchemaVersionNumber: {
35
+ * SchemaVersionNumber: { // SchemaVersionNumber
36
36
  * LatestVersion: true || false,
37
37
  * VersionNumber: Number("long"),
38
38
  * },
39
39
  * SchemaVersionId: "STRING_VALUE",
40
- * MetadataKeyValue: {
40
+ * MetadataKeyValue: { // MetadataKeyValuePair
41
41
  * MetadataKey: "STRING_VALUE",
42
42
  * MetadataValue: "STRING_VALUE",
43
43
  * },
@@ -26,10 +26,10 @@ export interface PutWorkflowRunPropertiesCommandOutput extends PutWorkflowRunPro
26
26
  * import { GlueClient, PutWorkflowRunPropertiesCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, PutWorkflowRunPropertiesCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // PutWorkflowRunPropertiesRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * RunId: "STRING_VALUE", // required
32
- * RunProperties: { // required
32
+ * RunProperties: { // WorkflowRunProperties // required
33
33
  * "<keys>": "STRING_VALUE",
34
34
  * },
35
35
  * };
@@ -26,19 +26,19 @@ export interface QuerySchemaVersionMetadataCommandOutput extends QuerySchemaVers
26
26
  * import { GlueClient, QuerySchemaVersionMetadataCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, QuerySchemaVersionMetadataCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * SchemaId: {
29
+ * const input = { // QuerySchemaVersionMetadataInput
30
+ * SchemaId: { // SchemaId
31
31
  * SchemaArn: "STRING_VALUE",
32
32
  * SchemaName: "STRING_VALUE",
33
33
  * RegistryName: "STRING_VALUE",
34
34
  * },
35
- * SchemaVersionNumber: {
35
+ * SchemaVersionNumber: { // SchemaVersionNumber
36
36
  * LatestVersion: true || false,
37
37
  * VersionNumber: Number("long"),
38
38
  * },
39
39
  * SchemaVersionId: "STRING_VALUE",
40
- * MetadataList: [
41
- * {
40
+ * MetadataList: [ // MetadataList
41
+ * { // MetadataKeyValuePair
42
42
  * MetadataKey: "STRING_VALUE",
43
43
  * MetadataValue: "STRING_VALUE",
44
44
  * },
@@ -28,8 +28,8 @@ export interface RegisterSchemaVersionCommandOutput extends RegisterSchemaVersio
28
28
  * import { GlueClient, RegisterSchemaVersionCommand } from "@aws-sdk/client-glue"; // ES Modules import
29
29
  * // const { GlueClient, RegisterSchemaVersionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
30
30
  * const client = new GlueClient(config);
31
- * const input = {
32
- * SchemaId: {
31
+ * const input = { // RegisterSchemaVersionInput
32
+ * SchemaId: { // SchemaId
33
33
  * SchemaArn: "STRING_VALUE",
34
34
  * SchemaName: "STRING_VALUE",
35
35
  * RegistryName: "STRING_VALUE",
@@ -26,18 +26,18 @@ export interface RemoveSchemaVersionMetadataCommandOutput extends RemoveSchemaVe
26
26
  * import { GlueClient, RemoveSchemaVersionMetadataCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, RemoveSchemaVersionMetadataCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * SchemaId: {
29
+ * const input = { // RemoveSchemaVersionMetadataInput
30
+ * SchemaId: { // SchemaId
31
31
  * SchemaArn: "STRING_VALUE",
32
32
  * SchemaName: "STRING_VALUE",
33
33
  * RegistryName: "STRING_VALUE",
34
34
  * },
35
- * SchemaVersionNumber: {
35
+ * SchemaVersionNumber: { // SchemaVersionNumber
36
36
  * LatestVersion: true || false,
37
37
  * VersionNumber: Number("long"),
38
38
  * },
39
39
  * SchemaVersionId: "STRING_VALUE",
40
- * MetadataKeyValue: {
40
+ * MetadataKeyValue: { // MetadataKeyValuePair
41
41
  * MetadataKey: "STRING_VALUE",
42
42
  * MetadataValue: "STRING_VALUE",
43
43
  * },
@@ -44,7 +44,7 @@ export interface ResetJobBookmarkCommandOutput extends ResetJobBookmarkResponse,
44
44
  * import { GlueClient, ResetJobBookmarkCommand } from "@aws-sdk/client-glue"; // ES Modules import
45
45
  * // const { GlueClient, ResetJobBookmarkCommand } = require("@aws-sdk/client-glue"); // CommonJS import
46
46
  * const client = new GlueClient(config);
47
- * const input = {
47
+ * const input = { // ResetJobBookmarkRequest
48
48
  * JobName: "STRING_VALUE", // required
49
49
  * RunId: "STRING_VALUE",
50
50
  * };
@@ -26,10 +26,10 @@ export interface ResumeWorkflowRunCommandOutput extends ResumeWorkflowRunRespons
26
26
  * import { GlueClient, ResumeWorkflowRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, ResumeWorkflowRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // ResumeWorkflowRunRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * RunId: "STRING_VALUE", // required
32
- * NodeIds: [ // required
32
+ * NodeIds: [ // NodeIdList // required
33
33
  * "STRING_VALUE",
34
34
  * ],
35
35
  * };
@@ -26,7 +26,7 @@ export interface RunStatementCommandOutput extends RunStatementResponse, __Metad
26
26
  * import { GlueClient, RunStatementCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, RunStatementCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // RunStatementRequest
30
30
  * SessionId: "STRING_VALUE", // required
31
31
  * Code: "STRING_VALUE", // required
32
32
  * RequestOrigin: "STRING_VALUE",
@@ -27,19 +27,19 @@ export interface SearchTablesCommandOutput extends SearchTablesResponse, __Metad
27
27
  * import { GlueClient, SearchTablesCommand } from "@aws-sdk/client-glue"; // ES Modules import
28
28
  * // const { GlueClient, SearchTablesCommand } = require("@aws-sdk/client-glue"); // CommonJS import
29
29
  * const client = new GlueClient(config);
30
- * const input = {
30
+ * const input = { // SearchTablesRequest
31
31
  * CatalogId: "STRING_VALUE",
32
32
  * NextToken: "STRING_VALUE",
33
- * Filters: [
34
- * {
33
+ * Filters: [ // SearchPropertyPredicates
34
+ * { // PropertyPredicate
35
35
  * Key: "STRING_VALUE",
36
36
  * Value: "STRING_VALUE",
37
37
  * Comparator: "EQUALS" || "GREATER_THAN" || "LESS_THAN" || "GREATER_THAN_EQUALS" || "LESS_THAN_EQUALS",
38
38
  * },
39
39
  * ],
40
40
  * SearchText: "STRING_VALUE",
41
- * SortCriteria: [
42
- * {
41
+ * SortCriteria: [ // SortCriteria
42
+ * { // SortCriterion
43
43
  * FieldName: "STRING_VALUE",
44
44
  * Sort: "ASC" || "DESC",
45
45
  * },
@@ -26,7 +26,7 @@ export interface StartBlueprintRunCommandOutput extends StartBlueprintRunRespons
26
26
  * import { GlueClient, StartBlueprintRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, StartBlueprintRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // StartBlueprintRunRequest
30
30
  * BlueprintName: "STRING_VALUE", // required
31
31
  * Parameters: "STRING_VALUE",
32
32
  * RoleArn: "STRING_VALUE", // required
@@ -28,7 +28,7 @@ export interface StartCrawlerCommandOutput extends StartCrawlerResponse, __Metad
28
28
  * import { GlueClient, StartCrawlerCommand } from "@aws-sdk/client-glue"; // ES Modules import
29
29
  * // const { GlueClient, StartCrawlerCommand } = require("@aws-sdk/client-glue"); // CommonJS import
30
30
  * const client = new GlueClient(config);
31
- * const input = {
31
+ * const input = { // StartCrawlerRequest
32
32
  * Name: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new StartCrawlerCommand(input);
@@ -28,7 +28,7 @@ export interface StartCrawlerScheduleCommandOutput extends StartCrawlerScheduleR
28
28
  * import { GlueClient, StartCrawlerScheduleCommand } from "@aws-sdk/client-glue"; // ES Modules import
29
29
  * // const { GlueClient, StartCrawlerScheduleCommand } = require("@aws-sdk/client-glue"); // CommonJS import
30
30
  * const client = new GlueClient(config);
31
- * const input = {
31
+ * const input = { // StartCrawlerScheduleRequest
32
32
  * CrawlerName: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new StartCrawlerScheduleCommand(input);
@@ -26,14 +26,14 @@ export interface StartDataQualityRuleRecommendationRunCommandOutput extends Star
26
26
  * import { GlueClient, StartDataQualityRuleRecommendationRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, StartDataQualityRuleRecommendationRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * DataSource: {
31
- * GlueTable: {
29
+ * const input = { // StartDataQualityRuleRecommendationRunRequest
30
+ * DataSource: { // DataSource
31
+ * GlueTable: { // GlueTable
32
32
  * DatabaseName: "STRING_VALUE", // required
33
33
  * TableName: "STRING_VALUE", // required
34
34
  * CatalogId: "STRING_VALUE",
35
35
  * ConnectionName: "STRING_VALUE",
36
- * AdditionalOptions: {
36
+ * AdditionalOptions: { // GlueTableAdditionalOptions
37
37
  * "<keys>": "STRING_VALUE",
38
38
  * },
39
39
  * },
@@ -26,14 +26,14 @@ export interface StartDataQualityRulesetEvaluationRunCommandOutput extends Start
26
26
  * import { GlueClient, StartDataQualityRulesetEvaluationRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, StartDataQualityRulesetEvaluationRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
30
- * DataSource: {
31
- * GlueTable: {
29
+ * const input = { // StartDataQualityRulesetEvaluationRunRequest
30
+ * DataSource: { // DataSource
31
+ * GlueTable: { // GlueTable
32
32
  * DatabaseName: "STRING_VALUE", // required
33
33
  * TableName: "STRING_VALUE", // required
34
34
  * CatalogId: "STRING_VALUE",
35
35
  * ConnectionName: "STRING_VALUE",
36
- * AdditionalOptions: {
36
+ * AdditionalOptions: { // GlueTableAdditionalOptions
37
37
  * "<keys>": "STRING_VALUE",
38
38
  * },
39
39
  * },
@@ -42,11 +42,11 @@ export interface StartDataQualityRulesetEvaluationRunCommandOutput extends Start
42
42
  * NumberOfWorkers: Number("int"),
43
43
  * Timeout: Number("int"),
44
44
  * ClientToken: "STRING_VALUE",
45
- * AdditionalRunOptions: {
45
+ * AdditionalRunOptions: { // DataQualityEvaluationRunAdditionalRunOptions
46
46
  * CloudWatchMetricsEnabled: true || false,
47
47
  * ResultsS3Prefix: "STRING_VALUE",
48
48
  * },
49
- * RulesetNames: [ // required
49
+ * RulesetNames: [ // RulesetNames // required
50
50
  * "STRING_VALUE",
51
51
  * ],
52
52
  * };
@@ -34,7 +34,7 @@ export interface StartExportLabelsTaskRunCommandOutput extends StartExportLabels
34
34
  * import { GlueClient, StartExportLabelsTaskRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
35
35
  * // const { GlueClient, StartExportLabelsTaskRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
36
36
  * const client = new GlueClient(config);
37
- * const input = {
37
+ * const input = { // StartExportLabelsTaskRunRequest
38
38
  * TransformId: "STRING_VALUE", // required
39
39
  * OutputS3Path: "STRING_VALUE", // required
40
40
  * };
@@ -47,7 +47,7 @@ export interface StartImportLabelsTaskRunCommandOutput extends StartImportLabels
47
47
  * import { GlueClient, StartImportLabelsTaskRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
48
48
  * // const { GlueClient, StartImportLabelsTaskRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
49
49
  * const client = new GlueClient(config);
50
- * const input = {
50
+ * const input = { // StartImportLabelsTaskRunRequest
51
51
  * TransformId: "STRING_VALUE", // required
52
52
  * InputS3Path: "STRING_VALUE", // required
53
53
  * ReplaceAllLabels: true || false,
@@ -26,17 +26,17 @@ export interface StartJobRunCommandOutput extends StartJobRunResponse, __Metadat
26
26
  * import { GlueClient, StartJobRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, StartJobRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // StartJobRunRequest
30
30
  * JobName: "STRING_VALUE", // required
31
31
  * JobRunId: "STRING_VALUE",
32
- * Arguments: {
32
+ * Arguments: { // GenericMap
33
33
  * "<keys>": "STRING_VALUE",
34
34
  * },
35
35
  * AllocatedCapacity: Number("int"),
36
36
  * Timeout: Number("int"),
37
37
  * MaxCapacity: Number("double"),
38
38
  * SecurityConfiguration: "STRING_VALUE",
39
- * NotificationProperty: {
39
+ * NotificationProperty: { // NotificationProperty
40
40
  * NotifyDelayAfter: Number("int"),
41
41
  * },
42
42
  * WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
@@ -31,7 +31,7 @@ export interface StartMLEvaluationTaskRunCommandOutput extends StartMLEvaluation
31
31
  * import { GlueClient, StartMLEvaluationTaskRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
32
32
  * // const { GlueClient, StartMLEvaluationTaskRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
33
33
  * const client = new GlueClient(config);
34
- * const input = {
34
+ * const input = { // StartMLEvaluationTaskRunRequest
35
35
  * TransformId: "STRING_VALUE", // required
36
36
  * };
37
37
  * const command = new StartMLEvaluationTaskRunCommand(input);
@@ -36,7 +36,7 @@ export interface StartMLLabelingSetGenerationTaskRunCommandOutput extends StartM
36
36
  * import { GlueClient, StartMLLabelingSetGenerationTaskRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
37
37
  * // const { GlueClient, StartMLLabelingSetGenerationTaskRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
38
38
  * const client = new GlueClient(config);
39
- * const input = {
39
+ * const input = { // StartMLLabelingSetGenerationTaskRunRequest
40
40
  * TransformId: "STRING_VALUE", // required
41
41
  * OutputS3Path: "STRING_VALUE", // required
42
42
  * };
@@ -28,7 +28,7 @@ export interface StartTriggerCommandOutput extends StartTriggerResponse, __Metad
28
28
  * import { GlueClient, StartTriggerCommand } from "@aws-sdk/client-glue"; // ES Modules import
29
29
  * // const { GlueClient, StartTriggerCommand } = require("@aws-sdk/client-glue"); // CommonJS import
30
30
  * const client = new GlueClient(config);
31
- * const input = {
31
+ * const input = { // StartTriggerRequest
32
32
  * Name: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new StartTriggerCommand(input);
@@ -26,9 +26,9 @@ export interface StartWorkflowRunCommandOutput extends StartWorkflowRunResponse,
26
26
  * import { GlueClient, StartWorkflowRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, StartWorkflowRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // StartWorkflowRunRequest
30
30
  * Name: "STRING_VALUE", // required
31
- * RunProperties: {
31
+ * RunProperties: { // WorkflowRunProperties
32
32
  * "<keys>": "STRING_VALUE",
33
33
  * },
34
34
  * };
@@ -26,7 +26,7 @@ export interface StopCrawlerCommandOutput extends StopCrawlerResponse, __Metadat
26
26
  * import { GlueClient, StopCrawlerCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, StopCrawlerCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // StopCrawlerRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new StopCrawlerCommand(input);
@@ -28,7 +28,7 @@ export interface StopCrawlerScheduleCommandOutput extends StopCrawlerScheduleRes
28
28
  * import { GlueClient, StopCrawlerScheduleCommand } from "@aws-sdk/client-glue"; // ES Modules import
29
29
  * // const { GlueClient, StopCrawlerScheduleCommand } = require("@aws-sdk/client-glue"); // CommonJS import
30
30
  * const client = new GlueClient(config);
31
- * const input = {
31
+ * const input = { // StopCrawlerScheduleRequest
32
32
  * CrawlerName: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new StopCrawlerScheduleCommand(input);
@@ -26,7 +26,7 @@ export interface StopSessionCommandOutput extends StopSessionResponse, __Metadat
26
26
  * import { GlueClient, StopSessionCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, StopSessionCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // StopSessionRequest
30
30
  * Id: "STRING_VALUE", // required
31
31
  * RequestOrigin: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface StopTriggerCommandOutput extends StopTriggerResponse, __Metadat
26
26
  * import { GlueClient, StopTriggerCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, StopTriggerCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // StopTriggerRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new StopTriggerCommand(input);
@@ -26,7 +26,7 @@ export interface StopWorkflowRunCommandOutput extends StopWorkflowRunResponse, _
26
26
  * import { GlueClient, StopWorkflowRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, StopWorkflowRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // StopWorkflowRunRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * RunId: "STRING_VALUE", // required
32
32
  * };
@@ -28,9 +28,9 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
28
28
  * import { GlueClient, TagResourceCommand } from "@aws-sdk/client-glue"; // ES Modules import
29
29
  * // const { GlueClient, TagResourceCommand } = require("@aws-sdk/client-glue"); // CommonJS import
30
30
  * const client = new GlueClient(config);
31
- * const input = {
31
+ * const input = { // TagResourceRequest
32
32
  * ResourceArn: "STRING_VALUE", // required
33
- * TagsToAdd: { // required
33
+ * TagsToAdd: { // TagsMap // required
34
34
  * "<keys>": "STRING_VALUE",
35
35
  * },
36
36
  * };
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
26
26
  * import { GlueClient, UntagResourceCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, UntagResourceCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // UntagResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
- * TagsToRemove: [ // required
31
+ * TagsToRemove: [ // TagKeysList // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -26,7 +26,7 @@ export interface UpdateBlueprintCommandOutput extends UpdateBlueprintResponse, _
26
26
  * import { GlueClient, UpdateBlueprintCommand } from "@aws-sdk/client-glue"; // ES Modules import
27
27
  * // const { GlueClient, UpdateBlueprintCommand } = require("@aws-sdk/client-glue"); // CommonJS import
28
28
  * const client = new GlueClient(config);
29
- * const input = {
29
+ * const input = { // UpdateBlueprintRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * Description: "STRING_VALUE",
32
32
  * BlueprintLocation: "STRING_VALUE", // required
@@ -28,34 +28,34 @@ export interface UpdateClassifierCommandOutput extends UpdateClassifierResponse,
28
28
  * import { GlueClient, UpdateClassifierCommand } from "@aws-sdk/client-glue"; // ES Modules import
29
29
  * // const { GlueClient, UpdateClassifierCommand } = require("@aws-sdk/client-glue"); // CommonJS import
30
30
  * const client = new GlueClient(config);
31
- * const input = {
32
- * GrokClassifier: {
31
+ * const input = { // UpdateClassifierRequest
32
+ * GrokClassifier: { // UpdateGrokClassifierRequest
33
33
  * Name: "STRING_VALUE", // required
34
34
  * Classification: "STRING_VALUE",
35
35
  * GrokPattern: "STRING_VALUE",
36
36
  * CustomPatterns: "STRING_VALUE",
37
37
  * },
38
- * XMLClassifier: {
38
+ * XMLClassifier: { // UpdateXMLClassifierRequest
39
39
  * Name: "STRING_VALUE", // required
40
40
  * Classification: "STRING_VALUE",
41
41
  * RowTag: "STRING_VALUE",
42
42
  * },
43
- * JsonClassifier: {
43
+ * JsonClassifier: { // UpdateJsonClassifierRequest
44
44
  * Name: "STRING_VALUE", // required
45
45
  * JsonPath: "STRING_VALUE",
46
46
  * },
47
- * CsvClassifier: {
47
+ * CsvClassifier: { // UpdateCsvClassifierRequest
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
  * },