@aws-sdk/client-glue 3.303.0 → 3.306.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 +55 -12
- package/dist-cjs/models/models_1.js +12 -1
- package/dist-cjs/protocols/Aws_json1_1.js +126 -0
- package/dist-es/models/models_0.js +50 -10
- package/dist-es/models/models_1.js +11 -0
- package/dist-es/protocols/Aws_json1_1.js +127 -1
- package/dist-types/commands/BatchGetPartitionCommand.d.ts +5 -0
- package/dist-types/commands/CreateDatabaseCommand.d.ts +7 -0
- package/dist-types/commands/CreateRegistryCommand.d.ts +1 -1
- package/dist-types/commands/CreateSchemaCommand.d.ts +1 -2
- package/dist-types/commands/GetDatabaseCommand.d.ts +3 -0
- package/dist-types/commands/GetDatabasesCommand.d.ts +1 -1
- package/dist-types/commands/GetPartitionCommand.d.ts +5 -0
- package/dist-types/commands/GetPartitionsCommand.d.ts +5 -0
- package/dist-types/commands/GetTableCommand.d.ts +5 -0
- package/dist-types/commands/GetTablesCommand.d.ts +5 -0
- package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +6 -0
- package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +6 -0
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +6 -0
- package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/GetWorkflowRunsCommand.d.ts +1 -1
- package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +1 -1
- package/dist-types/commands/SearchTablesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDatabaseCommand.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +95 -139
- package/dist-types/models/models_1.d.ts +190 -76
- package/dist-types/models/models_2.d.ts +73 -3
- package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetWorkflowRunPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetWorkflowRunsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportCatalogToGlueCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +48 -35
- package/dist-types/ts3.4/models/models_1.d.ts +44 -23
- package/dist-types/ts3.4/models/models_2.d.ts +24 -2
- package/package.json +29 -29
|
@@ -1,7 +1,77 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
3
|
-
import { Action, Aggregate, AthenaConnectorSource, BasicCatalogTarget, CatalogDeltaSource, CatalogHudiSource, CatalogKafkaSource, CatalogKinesisSource, CatalogSource,
|
|
4
|
-
import { ColumnStatistics, DataCatalogEncryptionSettings, DataQualityEvaluationRunAdditionalRunOptions, JobBookmarkEntry, RegistryStatus, ResourceShareType, SchemaStatus, SchemaVersionNumber, SchemaVersionStatus, Session, Statement, Table, TableInput, TransformFilterCriteria, TransformSortCriteria, UserDefinedFunctionInput } from "./models_1";
|
|
3
|
+
import { Action, Aggregate, AthenaConnectorSource, 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, 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, TransformParameters, Trigger, Union, WorkerType, WorkflowRun } from "./models_0";
|
|
4
|
+
import { ColumnStatistics, Compatibility, DataCatalogEncryptionSettings, DataQualityEvaluationRunAdditionalRunOptions, JobBookmarkEntry, RegistryId, RegistryStatus, ResourceShareType, SchemaStatus, SchemaVersionNumber, SchemaVersionStatus, Session, Statement, Table, TableInput, TransformFilterCriteria, TransformSortCriteria, UserDefinedFunctionInput } from "./models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface GetWorkflowRunPropertiesRequest {
|
|
9
|
+
/**
|
|
10
|
+
* <p>Name of the workflow which was run.</p>
|
|
11
|
+
*/
|
|
12
|
+
Name: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The ID of the workflow run whose run properties should be returned.</p>
|
|
15
|
+
*/
|
|
16
|
+
RunId: string | undefined;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
export interface GetWorkflowRunPropertiesResponse {
|
|
22
|
+
/**
|
|
23
|
+
* <p>The workflow run properties which were set during the specified run.</p>
|
|
24
|
+
*/
|
|
25
|
+
RunProperties?: Record<string, string>;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
export interface GetWorkflowRunsRequest {
|
|
31
|
+
/**
|
|
32
|
+
* <p>Name of the workflow whose metadata of runs should be returned.</p>
|
|
33
|
+
*/
|
|
34
|
+
Name: string | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>Specifies whether to include the workflow graph in response or not.</p>
|
|
37
|
+
*/
|
|
38
|
+
IncludeGraph?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* <p>The maximum size of the response.</p>
|
|
41
|
+
*/
|
|
42
|
+
NextToken?: string;
|
|
43
|
+
/**
|
|
44
|
+
* <p>The maximum number of workflow runs to be included in the response.</p>
|
|
45
|
+
*/
|
|
46
|
+
MaxResults?: number;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
export interface GetWorkflowRunsResponse {
|
|
52
|
+
/**
|
|
53
|
+
* <p>A list of workflow run metadata objects.</p>
|
|
54
|
+
*/
|
|
55
|
+
Runs?: WorkflowRun[];
|
|
56
|
+
/**
|
|
57
|
+
* <p>A continuation token, if not all requested workflow runs have been returned.</p>
|
|
58
|
+
*/
|
|
59
|
+
NextToken?: string;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
export interface ImportCatalogToGlueRequest {
|
|
65
|
+
/**
|
|
66
|
+
* <p>The ID of the catalog to import. Currently, this should be the Amazon Web Services account ID.</p>
|
|
67
|
+
*/
|
|
68
|
+
CatalogId?: string;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
export interface ImportCatalogToGlueResponse {
|
|
74
|
+
}
|
|
5
75
|
/**
|
|
6
76
|
* @public
|
|
7
77
|
*/
|
|
@@ -3747,7 +3817,7 @@ export interface Job {
|
|
|
3747
3817
|
* </li>
|
|
3748
3818
|
* <li>
|
|
3749
3819
|
* <p>When you specify an Apache Spark ETL job (<code>JobCommand.Name</code>="glueetl") or Apache
|
|
3750
|
-
* Spark streaming ETL job (<code>JobCommand.Name</code>="gluestreaming"), you can allocate
|
|
3820
|
+
* Spark streaming ETL job (<code>JobCommand.Name</code>="gluestreaming"), you can allocate from 2 to 100 DPUs.
|
|
3751
3821
|
* The default is 10 DPUs. This job type cannot have a fractional DPU allocation.</p>
|
|
3752
3822
|
* </li>
|
|
3753
3823
|
* </ul>
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
CreateRegistryInput,
|
|
16
16
|
CreateRegistryResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface CreateRegistryCommandInput extends CreateRegistryInput {}
|
|
19
19
|
export interface CreateRegistryCommandOutput
|
|
20
20
|
extends CreateRegistryResponse,
|
|
@@ -11,8 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GlueClient";
|
|
14
|
-
import { CreateSchemaInput } from "../models/
|
|
15
|
-
import { CreateSchemaResponse } from "../models/models_1";
|
|
14
|
+
import { CreateSchemaInput, CreateSchemaResponse } from "../models/models_1";
|
|
16
15
|
export interface CreateSchemaCommandInput extends CreateSchemaInput {}
|
|
17
16
|
export interface CreateSchemaCommandOutput
|
|
18
17
|
extends CreateSchemaResponse,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
GetWorkflowRunPropertiesRequest,
|
|
16
16
|
GetWorkflowRunPropertiesResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_2";
|
|
18
18
|
export interface GetWorkflowRunPropertiesCommandInput
|
|
19
19
|
extends GetWorkflowRunPropertiesRequest {}
|
|
20
20
|
export interface GetWorkflowRunPropertiesCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
GetWorkflowRunsRequest,
|
|
16
16
|
GetWorkflowRunsResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_2";
|
|
18
18
|
export interface GetWorkflowRunsCommandInput extends GetWorkflowRunsRequest {}
|
|
19
19
|
export interface GetWorkflowRunsCommandOutput
|
|
20
20
|
extends GetWorkflowRunsResponse,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ImportCatalogToGlueRequest,
|
|
16
16
|
ImportCatalogToGlueResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_2";
|
|
18
18
|
export interface ImportCatalogToGlueCommandInput
|
|
19
19
|
extends ImportCatalogToGlueRequest {}
|
|
20
20
|
export interface ImportCatalogToGlueCommandOutput
|
|
@@ -150,6 +150,7 @@ export declare class EntityNotFoundException extends __BaseException {
|
|
|
150
150
|
readonly name: "EntityNotFoundException";
|
|
151
151
|
readonly $fault: "client";
|
|
152
152
|
Message?: string;
|
|
153
|
+
FromFederationSource?: boolean;
|
|
153
154
|
constructor(
|
|
154
155
|
opts: __ExceptionOptionType<EntityNotFoundException, __BaseException>
|
|
155
156
|
);
|
|
@@ -174,6 +175,7 @@ export declare class InvalidInputException extends __BaseException {
|
|
|
174
175
|
readonly name: "InvalidInputException";
|
|
175
176
|
readonly $fault: "client";
|
|
176
177
|
Message?: string;
|
|
178
|
+
FromFederationSource?: boolean;
|
|
177
179
|
constructor(
|
|
178
180
|
opts: __ExceptionOptionType<InvalidInputException, __BaseException>
|
|
179
181
|
);
|
|
@@ -1373,6 +1375,35 @@ export interface BatchGetPartitionResponse {
|
|
|
1373
1375
|
Partitions?: Partition[];
|
|
1374
1376
|
UnprocessedKeys?: PartitionValueList[];
|
|
1375
1377
|
}
|
|
1378
|
+
export declare const FederationSourceErrorCode: {
|
|
1379
|
+
readonly InternalServiceException: "InternalServiceException";
|
|
1380
|
+
readonly InvalidResponseException: "InvalidResponseException";
|
|
1381
|
+
readonly OperationNotSupportedException: "OperationNotSupportedException";
|
|
1382
|
+
readonly OperationTimeoutException: "OperationTimeoutException";
|
|
1383
|
+
readonly ThrottlingException: "ThrottlingException";
|
|
1384
|
+
};
|
|
1385
|
+
export type FederationSourceErrorCode =
|
|
1386
|
+
(typeof FederationSourceErrorCode)[keyof typeof FederationSourceErrorCode];
|
|
1387
|
+
export declare class FederationSourceException extends __BaseException {
|
|
1388
|
+
readonly name: "FederationSourceException";
|
|
1389
|
+
readonly $fault: "client";
|
|
1390
|
+
FederationSourceErrorCode?: FederationSourceErrorCode | string;
|
|
1391
|
+
Message?: string;
|
|
1392
|
+
constructor(
|
|
1393
|
+
opts: __ExceptionOptionType<FederationSourceException, __BaseException>
|
|
1394
|
+
);
|
|
1395
|
+
}
|
|
1396
|
+
export declare class FederationSourceRetryableException extends __BaseException {
|
|
1397
|
+
readonly name: "FederationSourceRetryableException";
|
|
1398
|
+
readonly $fault: "client";
|
|
1399
|
+
Message?: string;
|
|
1400
|
+
constructor(
|
|
1401
|
+
opts: __ExceptionOptionType<
|
|
1402
|
+
FederationSourceRetryableException,
|
|
1403
|
+
__BaseException
|
|
1404
|
+
>
|
|
1405
|
+
);
|
|
1406
|
+
}
|
|
1376
1407
|
export declare class InvalidStateException extends __BaseException {
|
|
1377
1408
|
readonly name: "InvalidStateException";
|
|
1378
1409
|
readonly $fault: "client";
|
|
@@ -1862,6 +1893,10 @@ export interface PrincipalPermissions {
|
|
|
1862
1893
|
Principal?: DataLakePrincipal;
|
|
1863
1894
|
Permissions?: (Permission | string)[];
|
|
1864
1895
|
}
|
|
1896
|
+
export interface FederatedDatabase {
|
|
1897
|
+
Identifier?: string;
|
|
1898
|
+
ConnectionName?: string;
|
|
1899
|
+
}
|
|
1865
1900
|
export interface DatabaseIdentifier {
|
|
1866
1901
|
CatalogId?: string;
|
|
1867
1902
|
DatabaseName?: string;
|
|
@@ -1873,6 +1908,7 @@ export interface DatabaseInput {
|
|
|
1873
1908
|
Parameters?: Record<string, string>;
|
|
1874
1909
|
CreateTableDefaultPermissions?: PrincipalPermissions[];
|
|
1875
1910
|
TargetDatabase?: DatabaseIdentifier;
|
|
1911
|
+
FederatedDatabase?: FederatedDatabase;
|
|
1876
1912
|
}
|
|
1877
1913
|
export interface CreateDatabaseRequest {
|
|
1878
1914
|
CatalogId?: string;
|
|
@@ -1880,6 +1916,18 @@ export interface CreateDatabaseRequest {
|
|
|
1880
1916
|
Tags?: Record<string, string>;
|
|
1881
1917
|
}
|
|
1882
1918
|
export interface CreateDatabaseResponse {}
|
|
1919
|
+
export declare class FederatedResourceAlreadyExistsException extends __BaseException {
|
|
1920
|
+
readonly name: "FederatedResourceAlreadyExistsException";
|
|
1921
|
+
readonly $fault: "client";
|
|
1922
|
+
Message?: string;
|
|
1923
|
+
AssociatedGlueResource?: string;
|
|
1924
|
+
constructor(
|
|
1925
|
+
opts: __ExceptionOptionType<
|
|
1926
|
+
FederatedResourceAlreadyExistsException,
|
|
1927
|
+
__BaseException
|
|
1928
|
+
>
|
|
1929
|
+
);
|
|
1930
|
+
}
|
|
1883
1931
|
export interface DataQualityTargetTable {
|
|
1884
1932
|
TableName: string | undefined;
|
|
1885
1933
|
DatabaseName: string | undefined;
|
|
@@ -2008,38 +2056,3 @@ export interface CreatePartitionIndexRequest {
|
|
|
2008
2056
|
PartitionIndex: PartitionIndex | undefined;
|
|
2009
2057
|
}
|
|
2010
2058
|
export interface CreatePartitionIndexResponse {}
|
|
2011
|
-
export interface CreateRegistryInput {
|
|
2012
|
-
RegistryName: string | undefined;
|
|
2013
|
-
Description?: string;
|
|
2014
|
-
Tags?: Record<string, string>;
|
|
2015
|
-
}
|
|
2016
|
-
export interface CreateRegistryResponse {
|
|
2017
|
-
RegistryArn?: string;
|
|
2018
|
-
RegistryName?: string;
|
|
2019
|
-
Description?: string;
|
|
2020
|
-
Tags?: Record<string, string>;
|
|
2021
|
-
}
|
|
2022
|
-
export declare const Compatibility: {
|
|
2023
|
-
readonly BACKWARD: "BACKWARD";
|
|
2024
|
-
readonly BACKWARD_ALL: "BACKWARD_ALL";
|
|
2025
|
-
readonly DISABLED: "DISABLED";
|
|
2026
|
-
readonly FORWARD: "FORWARD";
|
|
2027
|
-
readonly FORWARD_ALL: "FORWARD_ALL";
|
|
2028
|
-
readonly FULL: "FULL";
|
|
2029
|
-
readonly FULL_ALL: "FULL_ALL";
|
|
2030
|
-
readonly NONE: "NONE";
|
|
2031
|
-
};
|
|
2032
|
-
export type Compatibility = (typeof Compatibility)[keyof typeof Compatibility];
|
|
2033
|
-
export interface RegistryId {
|
|
2034
|
-
RegistryName?: string;
|
|
2035
|
-
RegistryArn?: string;
|
|
2036
|
-
}
|
|
2037
|
-
export interface CreateSchemaInput {
|
|
2038
|
-
RegistryId?: RegistryId;
|
|
2039
|
-
SchemaName: string | undefined;
|
|
2040
|
-
DataFormat: DataFormat | string | undefined;
|
|
2041
|
-
Compatibility?: Compatibility | string;
|
|
2042
|
-
Description?: string;
|
|
2043
|
-
Tags?: Record<string, string>;
|
|
2044
|
-
SchemaDefinition?: string;
|
|
2045
|
-
}
|
|
@@ -5,7 +5,6 @@ import {
|
|
|
5
5
|
AuditContext,
|
|
6
6
|
Blueprint,
|
|
7
7
|
Column,
|
|
8
|
-
Compatibility,
|
|
9
8
|
ConnectionsList,
|
|
10
9
|
ConnectionType,
|
|
11
10
|
Crawler,
|
|
@@ -18,6 +17,7 @@ import {
|
|
|
18
17
|
DevEndpoint,
|
|
19
18
|
ErrorDetail,
|
|
20
19
|
EventBatchingCondition,
|
|
20
|
+
FederatedDatabase,
|
|
21
21
|
GlueTable,
|
|
22
22
|
JobRun,
|
|
23
23
|
Partition,
|
|
@@ -26,7 +26,6 @@ import {
|
|
|
26
26
|
PhysicalConnectionRequirements,
|
|
27
27
|
Predicate,
|
|
28
28
|
PrincipalPermissions,
|
|
29
|
-
RegistryId,
|
|
30
29
|
SchemaId,
|
|
31
30
|
StorageDescriptor,
|
|
32
31
|
TaskStatusType,
|
|
@@ -39,6 +38,41 @@ import {
|
|
|
39
38
|
Workflow,
|
|
40
39
|
WorkflowRun,
|
|
41
40
|
} from "./models_0";
|
|
41
|
+
export interface CreateRegistryInput {
|
|
42
|
+
RegistryName: string | undefined;
|
|
43
|
+
Description?: string;
|
|
44
|
+
Tags?: Record<string, string>;
|
|
45
|
+
}
|
|
46
|
+
export interface CreateRegistryResponse {
|
|
47
|
+
RegistryArn?: string;
|
|
48
|
+
RegistryName?: string;
|
|
49
|
+
Description?: string;
|
|
50
|
+
Tags?: Record<string, string>;
|
|
51
|
+
}
|
|
52
|
+
export declare const Compatibility: {
|
|
53
|
+
readonly BACKWARD: "BACKWARD";
|
|
54
|
+
readonly BACKWARD_ALL: "BACKWARD_ALL";
|
|
55
|
+
readonly DISABLED: "DISABLED";
|
|
56
|
+
readonly FORWARD: "FORWARD";
|
|
57
|
+
readonly FORWARD_ALL: "FORWARD_ALL";
|
|
58
|
+
readonly FULL: "FULL";
|
|
59
|
+
readonly FULL_ALL: "FULL_ALL";
|
|
60
|
+
readonly NONE: "NONE";
|
|
61
|
+
};
|
|
62
|
+
export type Compatibility = (typeof Compatibility)[keyof typeof Compatibility];
|
|
63
|
+
export interface RegistryId {
|
|
64
|
+
RegistryName?: string;
|
|
65
|
+
RegistryArn?: string;
|
|
66
|
+
}
|
|
67
|
+
export interface CreateSchemaInput {
|
|
68
|
+
RegistryId?: RegistryId;
|
|
69
|
+
SchemaName: string | undefined;
|
|
70
|
+
DataFormat: DataFormat | string | undefined;
|
|
71
|
+
Compatibility?: Compatibility | string;
|
|
72
|
+
Description?: string;
|
|
73
|
+
Tags?: Record<string, string>;
|
|
74
|
+
SchemaDefinition?: string;
|
|
75
|
+
}
|
|
42
76
|
export declare const SchemaStatus: {
|
|
43
77
|
readonly AVAILABLE: "AVAILABLE";
|
|
44
78
|
readonly DELETING: "DELETING";
|
|
@@ -767,12 +801,14 @@ export interface Database {
|
|
|
767
801
|
CreateTableDefaultPermissions?: PrincipalPermissions[];
|
|
768
802
|
TargetDatabase?: DatabaseIdentifier;
|
|
769
803
|
CatalogId?: string;
|
|
804
|
+
FederatedDatabase?: FederatedDatabase;
|
|
770
805
|
}
|
|
771
806
|
export interface GetDatabaseResponse {
|
|
772
807
|
Database?: Database;
|
|
773
808
|
}
|
|
774
809
|
export declare const ResourceShareType: {
|
|
775
810
|
readonly ALL: "ALL";
|
|
811
|
+
readonly FEDERATED: "FEDERATED";
|
|
776
812
|
readonly FOREIGN: "FOREIGN";
|
|
777
813
|
};
|
|
778
814
|
export type ResourceShareType =
|
|
@@ -1418,6 +1454,11 @@ export interface GetTableRequest {
|
|
|
1418
1454
|
TransactionId?: string;
|
|
1419
1455
|
QueryAsOfTime?: Date;
|
|
1420
1456
|
}
|
|
1457
|
+
export interface FederatedTable {
|
|
1458
|
+
Identifier?: string;
|
|
1459
|
+
DatabaseIdentifier?: string;
|
|
1460
|
+
ConnectionName?: string;
|
|
1461
|
+
}
|
|
1421
1462
|
export interface Table {
|
|
1422
1463
|
Name: string | undefined;
|
|
1423
1464
|
DatabaseName?: string;
|
|
@@ -1439,6 +1480,7 @@ export interface Table {
|
|
|
1439
1480
|
TargetTable?: TableIdentifier;
|
|
1440
1481
|
CatalogId?: string;
|
|
1441
1482
|
VersionId?: string;
|
|
1483
|
+
FederatedTable?: FederatedTable;
|
|
1442
1484
|
}
|
|
1443
1485
|
export interface GetTableResponse {
|
|
1444
1486
|
Table?: Table;
|
|
@@ -1612,24 +1654,3 @@ export interface GetWorkflowRunRequest {
|
|
|
1612
1654
|
export interface GetWorkflowRunResponse {
|
|
1613
1655
|
Run?: WorkflowRun;
|
|
1614
1656
|
}
|
|
1615
|
-
export interface GetWorkflowRunPropertiesRequest {
|
|
1616
|
-
Name: string | undefined;
|
|
1617
|
-
RunId: string | undefined;
|
|
1618
|
-
}
|
|
1619
|
-
export interface GetWorkflowRunPropertiesResponse {
|
|
1620
|
-
RunProperties?: Record<string, string>;
|
|
1621
|
-
}
|
|
1622
|
-
export interface GetWorkflowRunsRequest {
|
|
1623
|
-
Name: string | undefined;
|
|
1624
|
-
IncludeGraph?: boolean;
|
|
1625
|
-
NextToken?: string;
|
|
1626
|
-
MaxResults?: number;
|
|
1627
|
-
}
|
|
1628
|
-
export interface GetWorkflowRunsResponse {
|
|
1629
|
-
Runs?: WorkflowRun[];
|
|
1630
|
-
NextToken?: string;
|
|
1631
|
-
}
|
|
1632
|
-
export interface ImportCatalogToGlueRequest {
|
|
1633
|
-
CatalogId?: string;
|
|
1634
|
-
}
|
|
1635
|
-
export interface ImportCatalogToGlueResponse {}
|
|
@@ -10,7 +10,6 @@ import {
|
|
|
10
10
|
CatalogKafkaSource,
|
|
11
11
|
CatalogKinesisSource,
|
|
12
12
|
CatalogSource,
|
|
13
|
-
Compatibility,
|
|
14
13
|
ConnectionInput,
|
|
15
14
|
ConnectionsList,
|
|
16
15
|
CrawlerTargets,
|
|
@@ -59,7 +58,6 @@ import {
|
|
|
59
58
|
RecrawlPolicy,
|
|
60
59
|
RedshiftSource,
|
|
61
60
|
RedshiftTarget,
|
|
62
|
-
RegistryId,
|
|
63
61
|
RelationalCatalogSource,
|
|
64
62
|
RenameField,
|
|
65
63
|
S3CatalogDeltaSource,
|
|
@@ -94,12 +92,15 @@ import {
|
|
|
94
92
|
Trigger,
|
|
95
93
|
Union,
|
|
96
94
|
WorkerType,
|
|
95
|
+
WorkflowRun,
|
|
97
96
|
} from "./models_0";
|
|
98
97
|
import {
|
|
99
98
|
ColumnStatistics,
|
|
99
|
+
Compatibility,
|
|
100
100
|
DataCatalogEncryptionSettings,
|
|
101
101
|
DataQualityEvaluationRunAdditionalRunOptions,
|
|
102
102
|
JobBookmarkEntry,
|
|
103
|
+
RegistryId,
|
|
103
104
|
RegistryStatus,
|
|
104
105
|
ResourceShareType,
|
|
105
106
|
SchemaStatus,
|
|
@@ -113,6 +114,27 @@ import {
|
|
|
113
114
|
TransformSortCriteria,
|
|
114
115
|
UserDefinedFunctionInput,
|
|
115
116
|
} from "./models_1";
|
|
117
|
+
export interface GetWorkflowRunPropertiesRequest {
|
|
118
|
+
Name: string | undefined;
|
|
119
|
+
RunId: string | undefined;
|
|
120
|
+
}
|
|
121
|
+
export interface GetWorkflowRunPropertiesResponse {
|
|
122
|
+
RunProperties?: Record<string, string>;
|
|
123
|
+
}
|
|
124
|
+
export interface GetWorkflowRunsRequest {
|
|
125
|
+
Name: string | undefined;
|
|
126
|
+
IncludeGraph?: boolean;
|
|
127
|
+
NextToken?: string;
|
|
128
|
+
MaxResults?: number;
|
|
129
|
+
}
|
|
130
|
+
export interface GetWorkflowRunsResponse {
|
|
131
|
+
Runs?: WorkflowRun[];
|
|
132
|
+
NextToken?: string;
|
|
133
|
+
}
|
|
134
|
+
export interface ImportCatalogToGlueRequest {
|
|
135
|
+
CatalogId?: string;
|
|
136
|
+
}
|
|
137
|
+
export interface ImportCatalogToGlueResponse {}
|
|
116
138
|
export interface ListBlueprintsRequest {
|
|
117
139
|
NextToken?: string;
|
|
118
140
|
MaxResults?: number;
|
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.306.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",
|
|
@@ -21,37 +21,37 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.306.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.306.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.306.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.306.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.306.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.306.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.306.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.306.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.306.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.306.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.306.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.306.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.306.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.306.0",
|
|
44
|
+
"@aws-sdk/types": "3.306.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.306.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.306.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.306.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.306.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.306.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|