@aws-sdk/client-glue 3.218.0 → 3.219.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 (56) hide show
  1. package/dist-cjs/commands/CreateUserDefinedFunctionCommand.js +3 -3
  2. package/dist-cjs/commands/PutSchemaVersionMetadataCommand.js +3 -3
  3. package/dist-cjs/commands/PutWorkflowRunPropertiesCommand.js +1 -2
  4. package/dist-cjs/endpoint/ruleset.js +1 -1
  5. package/dist-cjs/models/models_0.js +24 -18
  6. package/dist-cjs/models/models_1.js +18 -18
  7. package/dist-cjs/models/models_2.js +15 -3
  8. package/dist-cjs/protocols/Aws_json1_1.js +72 -0
  9. package/dist-es/commands/CreateUserDefinedFunctionCommand.js +1 -1
  10. package/dist-es/commands/PutSchemaVersionMetadataCommand.js +1 -1
  11. package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +1 -2
  12. package/dist-es/endpoint/ruleset.js +1 -1
  13. package/dist-es/models/models_0.js +16 -9
  14. package/dist-es/models/models_1.js +9 -9
  15. package/dist-es/models/models_2.js +9 -0
  16. package/dist-es/protocols/Aws_json1_1.js +72 -0
  17. package/dist-types/Glue.d.ts +22 -52
  18. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +1 -2
  19. package/dist-types/commands/CreateMLTransformCommand.d.ts +1 -3
  20. package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +1 -2
  22. package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +1 -2
  23. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +1 -2
  24. package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +0 -1
  25. package/dist-types/commands/GetJobBookmarkCommand.d.ts +2 -4
  26. package/dist-types/commands/GetMLTaskRunsCommand.d.ts +1 -2
  27. package/dist-types/commands/ListCrawlersCommand.d.ts +0 -1
  28. package/dist-types/commands/ListCrawlsCommand.d.ts +2 -3
  29. package/dist-types/commands/ListDevEndpointsCommand.d.ts +0 -1
  30. package/dist-types/commands/ListJobsCommand.d.ts +1 -2
  31. package/dist-types/commands/ListTriggersCommand.d.ts +0 -1
  32. package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +1 -1
  33. package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +1 -2
  34. package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +1 -1
  35. package/dist-types/commands/ResetJobBookmarkCommand.d.ts +2 -4
  36. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +0 -3
  37. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +2 -4
  38. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -4
  39. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +0 -1
  40. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -2
  41. package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +1 -2
  42. package/dist-types/commands/UpdateMLTransformCommand.d.ts +0 -1
  43. package/dist-types/commands/UpdateSchemaCommand.d.ts +2 -2
  44. package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +1 -2
  45. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  46. package/dist-types/models/models_0.d.ts +132 -161
  47. package/dist-types/models/models_1.d.ts +89 -132
  48. package/dist-types/models/models_2.d.ts +111 -67
  49. package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +4 -2
  52. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  53. package/dist-types/ts3.4/models/models_0.d.ts +33 -22
  54. package/dist-types/ts3.4/models/models_1.d.ts +22 -30
  55. package/dist-types/ts3.4/models/models_2.d.ts +33 -1
  56. package/package.json +1 -1
@@ -10,14 +10,11 @@ export interface StartMLLabelingSetGenerationTaskRunCommandOutput extends StartM
10
10
  /**
11
11
  * <p>Starts the active learning workflow for your machine learning transform to improve the
12
12
  * transform's quality by generating label sets and adding labels.</p>
13
- *
14
- * <p>When the <code>StartMLLabelingSetGenerationTaskRun</code> finishes, Glue will have
13
+ * <p>When the <code>StartMLLabelingSetGenerationTaskRun</code> finishes, Glue will have
15
14
  * generated a "labeling set" or a set of questions for humans to answer.</p>
16
- *
17
15
  * <p>In the case of the <code>FindMatches</code> transform, these questions are of the form,
18
16
  * “What is the correct way to group these rows together into groups composed entirely of
19
17
  * matching records?” </p>
20
- *
21
18
  * <p>After the labeling process is finished, you can upload your labels with a call to
22
19
  * <code>StartImportLabelsTaskRun</code>. After <code>StartImportLabelsTaskRun</code> finishes,
23
20
  * all future runs of the machine learning transform will use the new and improved labels and
@@ -9,7 +9,6 @@ export interface UpdateColumnStatisticsForPartitionCommandOutput extends UpdateC
9
9
  }
10
10
  /**
11
11
  * <p>Creates or updates partition statistics of columns.</p>
12
- *
13
12
  * <p>The Identity and Access Management (IAM) permission required for this operation is <code>UpdatePartition</code>.</p>
14
13
  * @example
15
14
  * Use a bare-bones client and the command you need to make an API call.
@@ -9,8 +9,7 @@ export interface UpdateColumnStatisticsForTableCommandOutput extends UpdateColum
9
9
  }
10
10
  /**
11
11
  * <p>Creates or updates table statistics of columns.</p>
12
- *
13
- * <p>The Identity and Access Management (IAM) permission required for this operation is <code>UpdateTable</code>.</p>
12
+ * <p>The Identity and Access Management (IAM) permission required for this operation is <code>UpdateTable</code>.</p>
14
13
  * @example
15
14
  * Use a bare-bones client and the command you need to make an API call.
16
15
  * ```javascript
@@ -9,8 +9,7 @@ export interface UpdateJobFromSourceControlCommandOutput extends UpdateJobFromSo
9
9
  }
10
10
  /**
11
11
  * <p>Synchronizes a job from the source control repository. This operation takes the job artifacts that are located in the remote repository and updates the Glue internal stores with these artifacts.</p>
12
- *
13
- * <p>This API supports optional parameters which take in the repository information.</p>
12
+ * <p>This API supports optional parameters which take in the repository information.</p>
14
13
  * @example
15
14
  * Use a bare-bones client and the command you need to make an API call.
16
15
  * ```javascript
@@ -9,7 +9,6 @@ export interface UpdateMLTransformCommandOutput extends UpdateMLTransformRespons
9
9
  }
10
10
  /**
11
11
  * <p>Updates an existing machine learning transform. Call this operation to tune the algorithm parameters to achieve better results.</p>
12
- *
13
12
  * <p>After calling this operation, you can call the <code>StartMLEvaluationTaskRun</code>
14
13
  * operation to assess how well your new parameters achieved your goals (such as improving the
15
14
  * quality of your machine learning transform, or making it more cost-effective).</p>
@@ -9,9 +9,9 @@ export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __Metad
9
9
  }
10
10
  /**
11
11
  * <p>Updates the description, compatibility setting, or version checkpoint for a schema set.</p>
12
- * <p>For updating the compatibility setting, the call will not validate compatibility for the entire set of schema versions with the new compatibility setting. If the value for <code>Compatibility</code> is provided, the <code>VersionNumber</code> (a checkpoint) is also required. The API will validate the checkpoint version number for consistency.</p>
12
+ * <p>For updating the compatibility setting, the call will not validate compatibility for the entire set of schema versions with the new compatibility setting. If the value for <code>Compatibility</code> is provided, the <code>VersionNumber</code> (a checkpoint) is also required. The API will validate the checkpoint version number for consistency.</p>
13
13
  * <p>If the value for the <code>VersionNumber</code> (checkpoint) is provided, <code>Compatibility</code> is optional and this can be used to set/reset a checkpoint for the schema.</p>
14
- * <p>This update will happen only if the schema is in the AVAILABLE state.</p>
14
+ * <p>This update will happen only if the schema is in the AVAILABLE state.</p>
15
15
  * @example
16
16
  * Use a bare-bones client and the command you need to make an API call.
17
17
  * ```javascript
@@ -9,8 +9,7 @@ export interface UpdateSourceControlFromJobCommandOutput extends UpdateSourceCon
9
9
  }
10
10
  /**
11
11
  * <p>Synchronizes a job to the source control repository. This operation takes the job artifacts from the Glue internal stores and makes a commit to the remote repository that is configured on the job.</p>
12
- *
13
- * <p>This API supports optional parameters which take in the repository information.</p>
12
+ * <p>This API supports optional parameters which take in the repository information.</p>
14
13
  * @example
15
14
  * Use a bare-bones client and the command you need to make an API call.
16
15
  * ```javascript
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
12
12
  defaultSigningName: string;
13
13
  };
14
14
  export interface EndpointParameters extends __EndpointParameters {
15
- Region?: string;
15
+ Region: string;
16
16
  UseDualStack?: boolean;
17
17
  UseFIPS?: boolean;
18
18
  Endpoint?: string;