@aws-sdk/client-glue 3.231.0 → 3.232.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 (35) hide show
  1. package/dist-cjs/endpoint/ruleset.js +0 -9
  2. package/dist-cjs/protocols/Aws_json1_1.js +2 -0
  3. package/dist-es/endpoint/ruleset.js +0 -9
  4. package/dist-es/protocols/Aws_json1_1.js +2 -0
  5. package/dist-types/Glue.d.ts +23 -54
  6. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +1 -2
  7. package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +1 -2
  8. package/dist-types/commands/CreateMLTransformCommand.d.ts +1 -3
  9. package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +1 -2
  10. package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +1 -2
  11. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +1 -2
  12. package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +0 -1
  13. package/dist-types/commands/GetJobBookmarkCommand.d.ts +2 -4
  14. package/dist-types/commands/GetMLTaskRunsCommand.d.ts +1 -2
  15. package/dist-types/commands/ListCrawlersCommand.d.ts +0 -1
  16. package/dist-types/commands/ListCrawlsCommand.d.ts +2 -3
  17. package/dist-types/commands/ListDevEndpointsCommand.d.ts +0 -1
  18. package/dist-types/commands/ListJobsCommand.d.ts +1 -2
  19. package/dist-types/commands/ListTriggersCommand.d.ts +0 -1
  20. package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +1 -1
  21. package/dist-types/commands/ResetJobBookmarkCommand.d.ts +2 -4
  22. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +0 -3
  23. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +2 -4
  24. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -4
  25. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +0 -1
  26. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -2
  27. package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +1 -2
  28. package/dist-types/commands/UpdateMLTransformCommand.d.ts +0 -1
  29. package/dist-types/commands/UpdateSchemaCommand.d.ts +2 -2
  30. package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +1 -2
  31. package/dist-types/models/models_0.d.ts +51 -105
  32. package/dist-types/models/models_1.d.ts +35 -55
  33. package/dist-types/models/models_2.d.ts +28 -66
  34. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  35. package/package.json +1 -1
@@ -358,6 +358,7 @@ export interface DeltaTarget {
358
358
  DeltaTables?: string[];
359
359
  ConnectionName?: string;
360
360
  WriteManifest?: boolean;
361
+ CreateNativeDeltaTable?: boolean;
361
362
  }
362
363
  export interface DynamoDBTarget {
363
364
  Path?: string;
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.231.0",
4
+ "version": "3.232.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",