@aws-sdk/client-glue 3.375.0 → 3.376.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.
- package/dist-cjs/models/models_0.js +1 -5
- package/dist-cjs/models/models_1.js +5 -1
- package/dist-cjs/protocols/Aws_json1_1.js +2 -0
- package/dist-es/models/models_0.js +0 -4
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +2 -0
- package/dist-types/commands/BatchGetJobsCommand.d.ts +8 -0
- package/dist-types/commands/CreateJobCommand.d.ts +8 -0
- package/dist-types/commands/GetJobCommand.d.ts +8 -0
- package/dist-types/commands/GetJobsCommand.d.ts +8 -0
- package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +2 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +32 -28
- package/dist-types/models/models_1.d.ts +29 -33
- package/dist-types/models/models_2.d.ts +38 -2
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +9 -10
- package/dist-types/ts3.4/models/models_1.d.ts +11 -11
- package/dist-types/ts3.4/models/models_2.d.ts +13 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.InvalidStateException = exports.FederationSourceRetryableException = exports.FederationSourceException = exports.FederationSourceErrorCode = exports.SourceControlProvider = exports.SourceControlAuthStrategy = exports.ExecutionClass = exports.UnionType = exports.HudiTargetCompressionType = exports.ParquetCompressionType = exports.TargetFormat = exports.DeltaTargetCompressionType = exports.Separator = exports.QuoteChar = exports.CompressionType = exports.PiiType = exports.JoinType = exports.GlueRecordType = exports.JDBCDataType = exports.UpdateCatalogBehavior = exports.FilterLogicalOperator = exports.FilterValueType = exports.FilterOperation = exports.DQStopJobOnFailureTiming = exports.DQTransformOutput = exports.ParamType = exports.JDBCConnectionType = exports.StartingPosition = exports.WorkerType = exports.DataQualityRuleResultStatus = exports.JdbcMetadataEntry = exports.CrawlerState = exports.UpdateBehavior = exports.DeleteBehavior = exports.ScheduleState = exports.RecrawlBehavior = exports.CrawlerLineageSettings = exports.LastCrawlStatus = exports.BlueprintStatus = exports.ResourceNotReadyException = exports.ResourceNumberLimitExceededException = exports.OperationTimeoutException = exports.InvalidInputException = exports.InternalServiceException = exports.GlueEncryptionException = exports.EntityNotFoundException = exports.AlreadyExistsException = exports.AggFunction = exports.AdditionalOptionKeys = exports.AccessDeniedException = void 0;
|
|
4
|
-
exports.
|
|
4
|
+
exports.TransformType = exports.ValidationException = exports.FederatedResourceAlreadyExistsException = exports.Permission = exports.ConcurrentModificationException = exports.IdempotentParameterMismatchException = exports.ConnectionType = exports.ConnectionPropertyKey = exports.CsvHeaderOption = exports.DataFormat = exports.IllegalSessionStateException = exports.TaskStatusType = exports.WorkflowRunStatus = exports.NodeType = exports.TriggerType = exports.TriggerState = exports.Logical = exports.JobRunState = exports.LogicalOperator = exports.CrawlState = void 0;
|
|
5
5
|
const GlueServiceException_1 = require("./GlueServiceException");
|
|
6
6
|
class AccessDeniedException extends GlueServiceException_1.GlueServiceException {
|
|
7
7
|
constructor(opts) {
|
|
@@ -634,7 +634,3 @@ exports.ValidationException = ValidationException;
|
|
|
634
634
|
exports.TransformType = {
|
|
635
635
|
FIND_MATCHES: "FIND_MATCHES",
|
|
636
636
|
};
|
|
637
|
-
exports.MLUserDataEncryptionModeString = {
|
|
638
|
-
DISABLED: "DISABLED",
|
|
639
|
-
SSEKMS: "SSE-KMS",
|
|
640
|
-
};
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PermissionTypeMismatchException = exports.PermissionType = exports.StatementState = exports.SchemaDiffType = exports.PartitionIndexStatus = exports.BackfillErrorCode = exports.TransformSortColumnType = exports.TransformStatusType = exports.SortDirectionType = exports.TaskRunSortColumnType = exports.TaskType = exports.CatalogEncryptionMode = exports.ResourceShareType = exports.ColumnStatisticsType = exports.BlueprintRunState = exports.ConditionCheckFailureException = exports.RegistryStatus = exports.ConflictException = exports.SchedulerTransitioningException = exports.CrawlerRunningException = exports.ResourceType = exports.PrincipalType = exports.MetadataOperation = exports.SessionStatus = exports.S3EncryptionMode = exports.JobBookmarksEncryptionMode = exports.CloudWatchEncryptionMode = exports.Language = exports.SchemaVersionStatus = exports.SchemaStatus = exports.Compatibility = void 0;
|
|
3
|
+
exports.PermissionTypeMismatchException = exports.PermissionType = exports.StatementState = exports.SchemaDiffType = exports.PartitionIndexStatus = exports.BackfillErrorCode = exports.TransformSortColumnType = exports.TransformStatusType = exports.SortDirectionType = exports.TaskRunSortColumnType = exports.TaskType = exports.CatalogEncryptionMode = exports.ResourceShareType = exports.ColumnStatisticsType = exports.BlueprintRunState = exports.ConditionCheckFailureException = exports.RegistryStatus = exports.ConflictException = exports.SchedulerTransitioningException = exports.CrawlerRunningException = exports.ResourceType = exports.PrincipalType = exports.MetadataOperation = exports.SessionStatus = exports.S3EncryptionMode = exports.JobBookmarksEncryptionMode = exports.CloudWatchEncryptionMode = exports.Language = exports.SchemaVersionStatus = exports.SchemaStatus = exports.Compatibility = exports.MLUserDataEncryptionModeString = void 0;
|
|
4
4
|
const GlueServiceException_1 = require("./GlueServiceException");
|
|
5
|
+
exports.MLUserDataEncryptionModeString = {
|
|
6
|
+
DISABLED: "DISABLED",
|
|
7
|
+
SSEKMS: "SSE-KMS",
|
|
8
|
+
};
|
|
5
9
|
exports.Compatibility = {
|
|
6
10
|
BACKWARD: "BACKWARD",
|
|
7
11
|
BACKWARD_ALL: "BACKWARD_ALL",
|
|
@@ -10667,6 +10667,7 @@ const se_CodeGenConfigurationNode = (input, context) => {
|
|
|
10667
10667
|
PIIDetection: (_) => se_PIIDetection(_, context),
|
|
10668
10668
|
PostgreSQLCatalogSource: smithy_client_1._json,
|
|
10669
10669
|
PostgreSQLCatalogTarget: smithy_client_1._json,
|
|
10670
|
+
Recipe: smithy_client_1._json,
|
|
10670
10671
|
RedshiftSource: smithy_client_1._json,
|
|
10671
10672
|
RedshiftTarget: smithy_client_1._json,
|
|
10672
10673
|
RelationalCatalogSource: smithy_client_1._json,
|
|
@@ -11490,6 +11491,7 @@ const de_CodeGenConfigurationNode = (output, context) => {
|
|
|
11490
11491
|
PIIDetection: (_) => de_PIIDetection(_, context),
|
|
11491
11492
|
PostgreSQLCatalogSource: smithy_client_1._json,
|
|
11492
11493
|
PostgreSQLCatalogTarget: smithy_client_1._json,
|
|
11494
|
+
Recipe: smithy_client_1._json,
|
|
11493
11495
|
RedshiftSource: smithy_client_1._json,
|
|
11494
11496
|
RedshiftTarget: smithy_client_1._json,
|
|
11495
11497
|
RelationalCatalogSource: smithy_client_1._json,
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
2
|
+
export const MLUserDataEncryptionModeString = {
|
|
3
|
+
DISABLED: "DISABLED",
|
|
4
|
+
SSEKMS: "SSE-KMS",
|
|
5
|
+
};
|
|
2
6
|
export const Compatibility = {
|
|
3
7
|
BACKWARD: "BACKWARD",
|
|
4
8
|
BACKWARD_ALL: "BACKWARD_ALL",
|
|
@@ -10252,6 +10252,7 @@ const se_CodeGenConfigurationNode = (input, context) => {
|
|
|
10252
10252
|
PIIDetection: (_) => se_PIIDetection(_, context),
|
|
10253
10253
|
PostgreSQLCatalogSource: _json,
|
|
10254
10254
|
PostgreSQLCatalogTarget: _json,
|
|
10255
|
+
Recipe: _json,
|
|
10255
10256
|
RedshiftSource: _json,
|
|
10256
10257
|
RedshiftTarget: _json,
|
|
10257
10258
|
RelationalCatalogSource: _json,
|
|
@@ -11075,6 +11076,7 @@ const de_CodeGenConfigurationNode = (output, context) => {
|
|
|
11075
11076
|
PIIDetection: (_) => de_PIIDetection(_, context),
|
|
11076
11077
|
PostgreSQLCatalogSource: _json,
|
|
11077
11078
|
PostgreSQLCatalogTarget: _json,
|
|
11079
|
+
Recipe: _json,
|
|
11078
11080
|
RedshiftSource: _json,
|
|
11079
11081
|
RedshiftTarget: _json,
|
|
11080
11082
|
RelationalCatalogSource: _json,
|
|
@@ -1021,6 +1021,14 @@ export interface BatchGetJobsCommandOutput extends BatchGetJobsResponse, __Metad
|
|
|
1021
1021
|
* // StopJobOnFailureTiming: "Immediate" || "AfterDataLoad",
|
|
1022
1022
|
* // },
|
|
1023
1023
|
* // },
|
|
1024
|
+
* // Recipe: { // Recipe
|
|
1025
|
+
* // Name: "STRING_VALUE", // required
|
|
1026
|
+
* // Inputs: "<OneInput>", // required
|
|
1027
|
+
* // RecipeReference: { // RecipeReference
|
|
1028
|
+
* // RecipeArn: "STRING_VALUE", // required
|
|
1029
|
+
* // RecipeVersion: "STRING_VALUE", // required
|
|
1030
|
+
* // },
|
|
1031
|
+
* // },
|
|
1024
1032
|
* // },
|
|
1025
1033
|
* // },
|
|
1026
1034
|
* // ExecutionClass: "FLEX" || "STANDARD",
|
|
@@ -1012,6 +1012,14 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
|
|
|
1012
1012
|
* StopJobOnFailureTiming: "Immediate" || "AfterDataLoad",
|
|
1013
1013
|
* },
|
|
1014
1014
|
* },
|
|
1015
|
+
* Recipe: { // Recipe
|
|
1016
|
+
* Name: "STRING_VALUE", // required
|
|
1017
|
+
* Inputs: "<OneInput>", // required
|
|
1018
|
+
* RecipeReference: { // RecipeReference
|
|
1019
|
+
* RecipeArn: "STRING_VALUE", // required
|
|
1020
|
+
* RecipeVersion: "STRING_VALUE", // required
|
|
1021
|
+
* },
|
|
1022
|
+
* },
|
|
1015
1023
|
* },
|
|
1016
1024
|
* },
|
|
1017
1025
|
* ExecutionClass: "FLEX" || "STANDARD",
|
|
@@ -1017,6 +1017,14 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
|
|
|
1017
1017
|
* // StopJobOnFailureTiming: "Immediate" || "AfterDataLoad",
|
|
1018
1018
|
* // },
|
|
1019
1019
|
* // },
|
|
1020
|
+
* // Recipe: { // Recipe
|
|
1021
|
+
* // Name: "STRING_VALUE", // required
|
|
1022
|
+
* // Inputs: "<OneInput>", // required
|
|
1023
|
+
* // RecipeReference: { // RecipeReference
|
|
1024
|
+
* // RecipeArn: "STRING_VALUE", // required
|
|
1025
|
+
* // RecipeVersion: "STRING_VALUE", // required
|
|
1026
|
+
* // },
|
|
1027
|
+
* // },
|
|
1020
1028
|
* // },
|
|
1021
1029
|
* // },
|
|
1022
1030
|
* // ExecutionClass: "FLEX" || "STANDARD",
|
|
@@ -1019,6 +1019,14 @@ export interface GetJobsCommandOutput extends GetJobsResponse, __MetadataBearer
|
|
|
1019
1019
|
* // StopJobOnFailureTiming: "Immediate" || "AfterDataLoad",
|
|
1020
1020
|
* // },
|
|
1021
1021
|
* // },
|
|
1022
|
+
* // Recipe: { // Recipe
|
|
1023
|
+
* // Name: "STRING_VALUE", // required
|
|
1024
|
+
* // Inputs: "<OneInput>", // required
|
|
1025
|
+
* // RecipeReference: { // RecipeReference
|
|
1026
|
+
* // RecipeArn: "STRING_VALUE", // required
|
|
1027
|
+
* // RecipeVersion: "STRING_VALUE", // required
|
|
1028
|
+
* // },
|
|
1029
|
+
* // },
|
|
1022
1030
|
* // },
|
|
1023
1031
|
* // },
|
|
1024
1032
|
* // ExecutionClass: "FLEX" || "STANDARD",
|
|
@@ -2,7 +2,8 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
|
-
import { GetUnfilteredPartitionsMetadataRequest
|
|
5
|
+
import { GetUnfilteredPartitionsMetadataRequest } from "../models/models_1";
|
|
6
|
+
import { GetUnfilteredPartitionsMetadataResponse } from "../models/models_2";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
8
9
|
*/
|
|
@@ -1009,6 +1009,14 @@ export interface UpdateJobCommandOutput extends UpdateJobResponse, __MetadataBea
|
|
|
1009
1009
|
* StopJobOnFailureTiming: "Immediate" || "AfterDataLoad",
|
|
1010
1010
|
* },
|
|
1011
1011
|
* },
|
|
1012
|
+
* Recipe: { // Recipe
|
|
1013
|
+
* Name: "STRING_VALUE", // required
|
|
1014
|
+
* Inputs: "<OneInput>", // required
|
|
1015
|
+
* RecipeReference: { // RecipeReference
|
|
1016
|
+
* RecipeArn: "STRING_VALUE", // required
|
|
1017
|
+
* RecipeVersion: "STRING_VALUE", // required
|
|
1018
|
+
* },
|
|
1019
|
+
* },
|
|
1012
1020
|
* },
|
|
1013
1021
|
* },
|
|
1014
1022
|
* ExecutionClass: "FLEX" || "STANDARD",
|
|
@@ -3567,6 +3567,38 @@ export interface PostgreSQLCatalogTarget {
|
|
|
3567
3567
|
*/
|
|
3568
3568
|
Table: string | undefined;
|
|
3569
3569
|
}
|
|
3570
|
+
/**
|
|
3571
|
+
* @public
|
|
3572
|
+
* <p>A reference to a Glue DataBrew recipe.</p>
|
|
3573
|
+
*/
|
|
3574
|
+
export interface RecipeReference {
|
|
3575
|
+
/**
|
|
3576
|
+
* <p>The ARN of the DataBrew recipe.</p>
|
|
3577
|
+
*/
|
|
3578
|
+
RecipeArn: string | undefined;
|
|
3579
|
+
/**
|
|
3580
|
+
* <p>The RecipeVersion of the DataBrew recipe.</p>
|
|
3581
|
+
*/
|
|
3582
|
+
RecipeVersion: string | undefined;
|
|
3583
|
+
}
|
|
3584
|
+
/**
|
|
3585
|
+
* @public
|
|
3586
|
+
* <p>A Glue Studio node that uses a Glue DataBrew recipe in Glue jobs.</p>
|
|
3587
|
+
*/
|
|
3588
|
+
export interface Recipe {
|
|
3589
|
+
/**
|
|
3590
|
+
* <p>The name of the Glue Studio node.</p>
|
|
3591
|
+
*/
|
|
3592
|
+
Name: string | undefined;
|
|
3593
|
+
/**
|
|
3594
|
+
* <p>The nodes that are inputs to the recipe node, identified by id.</p>
|
|
3595
|
+
*/
|
|
3596
|
+
Inputs: string[] | undefined;
|
|
3597
|
+
/**
|
|
3598
|
+
* <p>A reference to the DataBrew recipe used by the node.</p>
|
|
3599
|
+
*/
|
|
3600
|
+
RecipeReference: RecipeReference | undefined;
|
|
3601
|
+
}
|
|
3570
3602
|
/**
|
|
3571
3603
|
* @public
|
|
3572
3604
|
* <p>Specifies an Amazon Redshift data store.</p>
|
|
@@ -6928,31 +6960,3 @@ export declare const TransformType: {
|
|
|
6928
6960
|
* @public
|
|
6929
6961
|
*/
|
|
6930
6962
|
export type TransformType = (typeof TransformType)[keyof typeof TransformType];
|
|
6931
|
-
/**
|
|
6932
|
-
* @public
|
|
6933
|
-
* <p>The algorithm-specific parameters that are associated with the machine learning
|
|
6934
|
-
* transform.</p>
|
|
6935
|
-
*/
|
|
6936
|
-
export interface TransformParameters {
|
|
6937
|
-
/**
|
|
6938
|
-
* <p>The type of machine learning transform.</p>
|
|
6939
|
-
* <p>For information about the types of machine learning transforms, see <a href="https://docs.aws.amazon.com/glue/latest/dg/add-job-machine-learning-transform.html">Creating Machine Learning Transforms</a>.</p>
|
|
6940
|
-
*/
|
|
6941
|
-
TransformType: TransformType | string | undefined;
|
|
6942
|
-
/**
|
|
6943
|
-
* <p>The parameters for the find matches algorithm.</p>
|
|
6944
|
-
*/
|
|
6945
|
-
FindMatchesParameters?: FindMatchesParameters;
|
|
6946
|
-
}
|
|
6947
|
-
/**
|
|
6948
|
-
* @public
|
|
6949
|
-
* @enum
|
|
6950
|
-
*/
|
|
6951
|
-
export declare const MLUserDataEncryptionModeString: {
|
|
6952
|
-
readonly DISABLED: "DISABLED";
|
|
6953
|
-
readonly SSEKMS: "SSE-KMS";
|
|
6954
|
-
};
|
|
6955
|
-
/**
|
|
6956
|
-
* @public
|
|
6957
|
-
*/
|
|
6958
|
-
export type MLUserDataEncryptionModeString = (typeof MLUserDataEncryptionModeString)[keyof typeof MLUserDataEncryptionModeString];
|
|
@@ -1,6 +1,34 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
3
|
-
import { Action, AuditContext, Blueprint, Column, ConnectionsList, ConnectionType, Crawler, CsvHeaderOption, DatabaseIdentifier, DataFormat, DataQualityRuleResult, DataQualityTargetTable, DataSource, DevEndpoint, ErrorDetail, EventBatchingCondition, FederatedDatabase, GlueTable, JobRun,
|
|
3
|
+
import { Action, AuditContext, Blueprint, Column, ConnectionsList, ConnectionType, Crawler, CsvHeaderOption, DatabaseIdentifier, DataFormat, DataQualityRuleResult, DataQualityTargetTable, DataSource, DevEndpoint, ErrorDetail, EventBatchingCondition, FederatedDatabase, FindMatchesParameters, GlueTable, JobRun, Partition, PartitionInput, PartitionValueList, PhysicalConnectionRequirements, Predicate, PrincipalPermissions, SchemaId, StorageDescriptor, TaskStatusType, TransformType, Trigger, TriggerType, WorkerType } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* <p>The algorithm-specific parameters that are associated with the machine learning
|
|
7
|
+
* transform.</p>
|
|
8
|
+
*/
|
|
9
|
+
export interface TransformParameters {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The type of machine learning transform.</p>
|
|
12
|
+
* <p>For information about the types of machine learning transforms, see <a href="https://docs.aws.amazon.com/glue/latest/dg/add-job-machine-learning-transform.html">Creating Machine Learning Transforms</a>.</p>
|
|
13
|
+
*/
|
|
14
|
+
TransformType: TransformType | string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>The parameters for the find matches algorithm.</p>
|
|
17
|
+
*/
|
|
18
|
+
FindMatchesParameters?: FindMatchesParameters;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* @enum
|
|
23
|
+
*/
|
|
24
|
+
export declare const MLUserDataEncryptionModeString: {
|
|
25
|
+
readonly DISABLED: "DISABLED";
|
|
26
|
+
readonly SSEKMS: "SSE-KMS";
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
export type MLUserDataEncryptionModeString = (typeof MLUserDataEncryptionModeString)[keyof typeof MLUserDataEncryptionModeString];
|
|
4
32
|
/**
|
|
5
33
|
* @public
|
|
6
34
|
* <p>The encryption-at-rest settings of the transform that apply to accessing user data.</p>
|
|
@@ -6185,35 +6213,3 @@ export interface GetUnfilteredPartitionsMetadataRequest {
|
|
|
6185
6213
|
*/
|
|
6186
6214
|
MaxResults?: number;
|
|
6187
6215
|
}
|
|
6188
|
-
/**
|
|
6189
|
-
* @public
|
|
6190
|
-
* <p>A partition that contains unfiltered metadata.</p>
|
|
6191
|
-
*/
|
|
6192
|
-
export interface UnfilteredPartition {
|
|
6193
|
-
/**
|
|
6194
|
-
* <p>The partition object.</p>
|
|
6195
|
-
*/
|
|
6196
|
-
Partition?: Partition;
|
|
6197
|
-
/**
|
|
6198
|
-
* <p>The list of columns the user has permissions to access.</p>
|
|
6199
|
-
*/
|
|
6200
|
-
AuthorizedColumns?: string[];
|
|
6201
|
-
/**
|
|
6202
|
-
* <p>A Boolean value indicating that the partition location is registered with Lake Formation.</p>
|
|
6203
|
-
*/
|
|
6204
|
-
IsRegisteredWithLakeFormation?: boolean;
|
|
6205
|
-
}
|
|
6206
|
-
/**
|
|
6207
|
-
* @public
|
|
6208
|
-
*/
|
|
6209
|
-
export interface GetUnfilteredPartitionsMetadataResponse {
|
|
6210
|
-
/**
|
|
6211
|
-
* <p>A list of requested partitions.</p>
|
|
6212
|
-
*/
|
|
6213
|
-
UnfilteredPartitions?: UnfilteredPartition[];
|
|
6214
|
-
/**
|
|
6215
|
-
* <p>A continuation token, if the returned list of partitions does not include the last
|
|
6216
|
-
* one.</p>
|
|
6217
|
-
*/
|
|
6218
|
-
NextToken?: string;
|
|
6219
|
-
}
|
|
@@ -1,7 +1,39 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
3
|
-
import { Action, Aggregate, AmazonRedshiftSource, AmazonRedshiftTarget, AthenaConnectorSource, AuditContext, BasicCatalogTarget, CatalogDeltaSource, CatalogHudiSource, CatalogKafkaSource, CatalogKinesisSource, CatalogSource, ConnectionInput, ConnectionsList, CrawlerTargets, CsvHeaderOption, CustomCode, CustomEntityType, DatabaseInput, DataQualityTargetTable, DataSource, DirectJDBCSource, DirectKafkaSource, DirectKinesisSource, DropDuplicates, DropFields, DropNullFields, DynamicTransform, DynamoDBCatalogSource, ErrorDetail, EvaluateDataQuality, EvaluateDataQualityMultiFrame, EventBatchingCondition, ExecutionClass, ExecutionProperty, FillMissingValues, Filter, GovernedCatalogSource, GovernedCatalogTarget, JDBCConnectorSource, JDBCConnectorTarget, JobCommand, Join, LakeFormationConfiguration, LineageConfiguration, Merge, MicrosoftSQLServerCatalogSource, MicrosoftSQLServerCatalogTarget, MySQLCatalogSource, MySQLCatalogTarget, NotificationProperty, OracleSQLCatalogSource, OracleSQLCatalogTarget, PartitionInput, PIIDetection, PostgreSQLCatalogSource, PostgreSQLCatalogTarget, Predicate, RecrawlPolicy, RedshiftSource, RedshiftTarget, RelationalCatalogSource, RenameField, S3CatalogDeltaSource, S3CatalogHudiSource, S3CatalogSource, S3CatalogTarget, S3CsvSource, S3DeltaCatalogTarget, S3DeltaDirectTarget, S3DeltaSource, S3DirectTarget, S3GlueParquetTarget, S3HudiCatalogTarget, S3HudiDirectTarget, S3HudiSource, S3JsonSource, S3ParquetSource, SchemaChangePolicy, SchemaId, SelectFields, SelectFromCollection, SourceControlAuthStrategy, SourceControlDetails, SourceControlProvider, SparkConnectorSource, SparkConnectorTarget, SparkSQL, Spigot, SplitFields, TaskStatusType,
|
|
4
|
-
import { ColumnStatistics, Compatibility, DataCatalogEncryptionSettings, DataQualityEvaluationRunAdditionalRunOptions, JobBookmarkEntry, PermissionType, PrincipalType, RegistryId, RegistryStatus, ResourceShareType, ResourceUri, SchemaStatus, SchemaVersionNumber, SchemaVersionStatus, Session, Statement, Table, TableInput, TransformFilterCriteria, TransformSortCriteria, UserDefinedFunctionInput } from "./models_1";
|
|
3
|
+
import { Action, Aggregate, AmazonRedshiftSource, AmazonRedshiftTarget, AthenaConnectorSource, AuditContext, BasicCatalogTarget, CatalogDeltaSource, CatalogHudiSource, CatalogKafkaSource, CatalogKinesisSource, CatalogSource, ConnectionInput, ConnectionsList, CrawlerTargets, CsvHeaderOption, CustomCode, CustomEntityType, DatabaseInput, DataQualityTargetTable, DataSource, DirectJDBCSource, DirectKafkaSource, DirectKinesisSource, DropDuplicates, DropFields, DropNullFields, DynamicTransform, DynamoDBCatalogSource, ErrorDetail, EvaluateDataQuality, EvaluateDataQualityMultiFrame, EventBatchingCondition, ExecutionClass, ExecutionProperty, FillMissingValues, Filter, GovernedCatalogSource, GovernedCatalogTarget, JDBCConnectorSource, JDBCConnectorTarget, JobCommand, Join, LakeFormationConfiguration, LineageConfiguration, Merge, MicrosoftSQLServerCatalogSource, MicrosoftSQLServerCatalogTarget, MySQLCatalogSource, MySQLCatalogTarget, NotificationProperty, OracleSQLCatalogSource, OracleSQLCatalogTarget, Partition, PartitionInput, PIIDetection, PostgreSQLCatalogSource, PostgreSQLCatalogTarget, Predicate, Recipe, RecrawlPolicy, RedshiftSource, RedshiftTarget, RelationalCatalogSource, RenameField, S3CatalogDeltaSource, S3CatalogHudiSource, S3CatalogSource, S3CatalogTarget, S3CsvSource, S3DeltaCatalogTarget, S3DeltaDirectTarget, S3DeltaSource, S3DirectTarget, S3GlueParquetTarget, S3HudiCatalogTarget, S3HudiDirectTarget, S3HudiSource, S3JsonSource, S3ParquetSource, SchemaChangePolicy, SchemaId, SelectFields, SelectFromCollection, SourceControlAuthStrategy, SourceControlDetails, SourceControlProvider, SparkConnectorSource, SparkConnectorTarget, SparkSQL, Spigot, SplitFields, TaskStatusType, Trigger, Union, WorkerType, Workflow, WorkflowRun } from "./models_0";
|
|
4
|
+
import { ColumnStatistics, Compatibility, DataCatalogEncryptionSettings, DataQualityEvaluationRunAdditionalRunOptions, JobBookmarkEntry, PermissionType, PrincipalType, RegistryId, RegistryStatus, ResourceShareType, ResourceUri, SchemaStatus, SchemaVersionNumber, SchemaVersionStatus, Session, Statement, Table, TableInput, TransformFilterCriteria, TransformParameters, TransformSortCriteria, UserDefinedFunctionInput } from "./models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
* <p>A partition that contains unfiltered metadata.</p>
|
|
8
|
+
*/
|
|
9
|
+
export interface UnfilteredPartition {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The partition object.</p>
|
|
12
|
+
*/
|
|
13
|
+
Partition?: Partition;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The list of columns the user has permissions to access.</p>
|
|
16
|
+
*/
|
|
17
|
+
AuthorizedColumns?: string[];
|
|
18
|
+
/**
|
|
19
|
+
* <p>A Boolean value indicating that the partition location is registered with Lake Formation.</p>
|
|
20
|
+
*/
|
|
21
|
+
IsRegisteredWithLakeFormation?: boolean;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
export interface GetUnfilteredPartitionsMetadataResponse {
|
|
27
|
+
/**
|
|
28
|
+
* <p>A list of requested partitions.</p>
|
|
29
|
+
*/
|
|
30
|
+
UnfilteredPartitions?: UnfilteredPartition[];
|
|
31
|
+
/**
|
|
32
|
+
* <p>A continuation token, if the returned list of partitions does not include the last
|
|
33
|
+
* one.</p>
|
|
34
|
+
*/
|
|
35
|
+
NextToken?: string;
|
|
36
|
+
}
|
|
5
37
|
/**
|
|
6
38
|
* @public
|
|
7
39
|
*/
|
|
@@ -3830,6 +3862,10 @@ export interface CodeGenConfigurationNode {
|
|
|
3830
3862
|
* <p>Specifies your data quality evaluation criteria. Allows multiple input data and returns a collection of Dynamic Frames.</p>
|
|
3831
3863
|
*/
|
|
3832
3864
|
EvaluateDataQualityMultiFrame?: EvaluateDataQualityMultiFrame;
|
|
3865
|
+
/**
|
|
3866
|
+
* <p>Specifies a Glue DataBrew recipe node.</p>
|
|
3867
|
+
*/
|
|
3868
|
+
Recipe?: Recipe;
|
|
3833
3869
|
}
|
|
3834
3870
|
/**
|
|
3835
3871
|
* @public
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GlueClient";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
GetUnfilteredPartitionsMetadataResponse,
|
|
17
|
-
} from "../models/models_1";
|
|
14
|
+
import { GetUnfilteredPartitionsMetadataRequest } from "../models/models_1";
|
|
15
|
+
import { GetUnfilteredPartitionsMetadataResponse } from "../models/models_2";
|
|
18
16
|
export { __MetadataBearer, $Command };
|
|
19
17
|
export interface GetUnfilteredPartitionsMetadataCommandInput
|
|
20
18
|
extends GetUnfilteredPartitionsMetadataRequest {}
|
|
@@ -1092,6 +1092,15 @@ export interface PostgreSQLCatalogTarget {
|
|
|
1092
1092
|
Database: string | undefined;
|
|
1093
1093
|
Table: string | undefined;
|
|
1094
1094
|
}
|
|
1095
|
+
export interface RecipeReference {
|
|
1096
|
+
RecipeArn: string | undefined;
|
|
1097
|
+
RecipeVersion: string | undefined;
|
|
1098
|
+
}
|
|
1099
|
+
export interface Recipe {
|
|
1100
|
+
Name: string | undefined;
|
|
1101
|
+
Inputs: string[] | undefined;
|
|
1102
|
+
RecipeReference: RecipeReference | undefined;
|
|
1103
|
+
}
|
|
1095
1104
|
export interface RedshiftSource {
|
|
1096
1105
|
Name: string | undefined;
|
|
1097
1106
|
Database: string | undefined;
|
|
@@ -2088,13 +2097,3 @@ export declare const TransformType: {
|
|
|
2088
2097
|
readonly FIND_MATCHES: "FIND_MATCHES";
|
|
2089
2098
|
};
|
|
2090
2099
|
export type TransformType = (typeof TransformType)[keyof typeof TransformType];
|
|
2091
|
-
export interface TransformParameters {
|
|
2092
|
-
TransformType: TransformType | string | undefined;
|
|
2093
|
-
FindMatchesParameters?: FindMatchesParameters;
|
|
2094
|
-
}
|
|
2095
|
-
export declare const MLUserDataEncryptionModeString: {
|
|
2096
|
-
readonly DISABLED: "DISABLED";
|
|
2097
|
-
readonly SSEKMS: "SSE-KMS";
|
|
2098
|
-
};
|
|
2099
|
-
export type MLUserDataEncryptionModeString =
|
|
2100
|
-
(typeof MLUserDataEncryptionModeString)[keyof typeof MLUserDataEncryptionModeString];
|
|
@@ -18,9 +18,9 @@ import {
|
|
|
18
18
|
ErrorDetail,
|
|
19
19
|
EventBatchingCondition,
|
|
20
20
|
FederatedDatabase,
|
|
21
|
+
FindMatchesParameters,
|
|
21
22
|
GlueTable,
|
|
22
23
|
JobRun,
|
|
23
|
-
MLUserDataEncryptionModeString,
|
|
24
24
|
Partition,
|
|
25
25
|
PartitionInput,
|
|
26
26
|
PartitionValueList,
|
|
@@ -30,12 +30,21 @@ import {
|
|
|
30
30
|
SchemaId,
|
|
31
31
|
StorageDescriptor,
|
|
32
32
|
TaskStatusType,
|
|
33
|
-
TransformParameters,
|
|
34
33
|
TransformType,
|
|
35
34
|
Trigger,
|
|
36
35
|
TriggerType,
|
|
37
36
|
WorkerType,
|
|
38
37
|
} from "./models_0";
|
|
38
|
+
export interface TransformParameters {
|
|
39
|
+
TransformType: TransformType | string | undefined;
|
|
40
|
+
FindMatchesParameters?: FindMatchesParameters;
|
|
41
|
+
}
|
|
42
|
+
export declare const MLUserDataEncryptionModeString: {
|
|
43
|
+
readonly DISABLED: "DISABLED";
|
|
44
|
+
readonly SSEKMS: "SSE-KMS";
|
|
45
|
+
};
|
|
46
|
+
export type MLUserDataEncryptionModeString =
|
|
47
|
+
(typeof MLUserDataEncryptionModeString)[keyof typeof MLUserDataEncryptionModeString];
|
|
39
48
|
export interface MLUserDataEncryption {
|
|
40
49
|
MlUserDataEncryptionMode: MLUserDataEncryptionModeString | string | undefined;
|
|
41
50
|
KmsKeyId?: string;
|
|
@@ -1643,12 +1652,3 @@ export interface GetUnfilteredPartitionsMetadataRequest {
|
|
|
1643
1652
|
Segment?: Segment;
|
|
1644
1653
|
MaxResults?: number;
|
|
1645
1654
|
}
|
|
1646
|
-
export interface UnfilteredPartition {
|
|
1647
|
-
Partition?: Partition;
|
|
1648
|
-
AuthorizedColumns?: string[];
|
|
1649
|
-
IsRegisteredWithLakeFormation?: boolean;
|
|
1650
|
-
}
|
|
1651
|
-
export interface GetUnfilteredPartitionsMetadataResponse {
|
|
1652
|
-
UnfilteredPartitions?: UnfilteredPartition[];
|
|
1653
|
-
NextToken?: string;
|
|
1654
|
-
}
|
|
@@ -54,11 +54,13 @@ import {
|
|
|
54
54
|
NotificationProperty,
|
|
55
55
|
OracleSQLCatalogSource,
|
|
56
56
|
OracleSQLCatalogTarget,
|
|
57
|
+
Partition,
|
|
57
58
|
PartitionInput,
|
|
58
59
|
PIIDetection,
|
|
59
60
|
PostgreSQLCatalogSource,
|
|
60
61
|
PostgreSQLCatalogTarget,
|
|
61
62
|
Predicate,
|
|
63
|
+
Recipe,
|
|
62
64
|
RecrawlPolicy,
|
|
63
65
|
RedshiftSource,
|
|
64
66
|
RedshiftTarget,
|
|
@@ -92,7 +94,6 @@ import {
|
|
|
92
94
|
Spigot,
|
|
93
95
|
SplitFields,
|
|
94
96
|
TaskStatusType,
|
|
95
|
-
TransformParameters,
|
|
96
97
|
Trigger,
|
|
97
98
|
Union,
|
|
98
99
|
WorkerType,
|
|
@@ -119,9 +120,19 @@ import {
|
|
|
119
120
|
Table,
|
|
120
121
|
TableInput,
|
|
121
122
|
TransformFilterCriteria,
|
|
123
|
+
TransformParameters,
|
|
122
124
|
TransformSortCriteria,
|
|
123
125
|
UserDefinedFunctionInput,
|
|
124
126
|
} from "./models_1";
|
|
127
|
+
export interface UnfilteredPartition {
|
|
128
|
+
Partition?: Partition;
|
|
129
|
+
AuthorizedColumns?: string[];
|
|
130
|
+
IsRegisteredWithLakeFormation?: boolean;
|
|
131
|
+
}
|
|
132
|
+
export interface GetUnfilteredPartitionsMetadataResponse {
|
|
133
|
+
UnfilteredPartitions?: UnfilteredPartition[];
|
|
134
|
+
NextToken?: string;
|
|
135
|
+
}
|
|
125
136
|
export interface GetUnfilteredTableMetadataRequest {
|
|
126
137
|
CatalogId: string | undefined;
|
|
127
138
|
DatabaseName: string | undefined;
|
|
@@ -1185,6 +1196,7 @@ export interface CodeGenConfigurationNode {
|
|
|
1185
1196
|
AmazonRedshiftSource?: AmazonRedshiftSource;
|
|
1186
1197
|
AmazonRedshiftTarget?: AmazonRedshiftTarget;
|
|
1187
1198
|
EvaluateDataQualityMultiFrame?: EvaluateDataQualityMultiFrame;
|
|
1199
|
+
Recipe?: Recipe;
|
|
1188
1200
|
}
|
|
1189
1201
|
export interface CreateJobRequest {
|
|
1190
1202
|
Name: string | undefined;
|
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.
|
|
4
|
+
"version": "3.376.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",
|