@aws-sdk/client-glue 3.812.0 → 3.816.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/index.js +25 -25
- package/dist-es/models/models_2.js +0 -14
- package/dist-es/models/models_3.js +14 -0
- package/dist-es/protocols/Aws_json1_1.js +2 -2
- package/dist-types/commands/CreateIntegrationTablePropertiesCommand.d.ts +1 -0
- package/dist-types/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -0
- package/dist-types/commands/ListConnectionTypesCommand.d.ts +14 -0
- package/dist-types/commands/UpdateIntegrationTablePropertiesCommand.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +46 -1
- package/dist-types/models/models_2.d.ts +63 -19
- package/dist-types/models/models_3.d.ts +17 -0
- package/dist-types/ts3.4/models/models_1.d.ts +1 -0
- package/dist-types/ts3.4/models/models_2.d.ts +11 -11
- package/dist-types/ts3.4/models/models_3.d.ts +11 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -2391,30 +2391,6 @@ var ExistCondition = {
|
|
|
2391
2391
|
NONE: "NONE",
|
|
2392
2392
|
NOT_EXIST: "NOT_EXIST"
|
|
2393
2393
|
};
|
|
2394
|
-
var ConcurrentRunsExceededException = class _ConcurrentRunsExceededException extends GlueServiceException {
|
|
2395
|
-
static {
|
|
2396
|
-
__name(this, "ConcurrentRunsExceededException");
|
|
2397
|
-
}
|
|
2398
|
-
name = "ConcurrentRunsExceededException";
|
|
2399
|
-
$fault = "client";
|
|
2400
|
-
/**
|
|
2401
|
-
* <p>A message describing the problem.</p>
|
|
2402
|
-
* @public
|
|
2403
|
-
*/
|
|
2404
|
-
Message;
|
|
2405
|
-
/**
|
|
2406
|
-
* @internal
|
|
2407
|
-
*/
|
|
2408
|
-
constructor(opts) {
|
|
2409
|
-
super({
|
|
2410
|
-
name: "ConcurrentRunsExceededException",
|
|
2411
|
-
$fault: "client",
|
|
2412
|
-
...opts
|
|
2413
|
-
});
|
|
2414
|
-
Object.setPrototypeOf(this, _ConcurrentRunsExceededException.prototype);
|
|
2415
|
-
this.Message = opts.Message;
|
|
2416
|
-
}
|
|
2417
|
-
};
|
|
2418
2394
|
var GetDataQualityResultResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2419
2395
|
...obj,
|
|
2420
2396
|
...obj.RuleResults && { RuleResults: obj.RuleResults.map((item) => DataQualityRuleResultFilterSensitiveLog(item)) },
|
|
@@ -2440,6 +2416,30 @@ var ListDataQualityStatisticsResponseFilterSensitiveLog = /* @__PURE__ */ __name
|
|
|
2440
2416
|
|
|
2441
2417
|
// src/models/models_3.ts
|
|
2442
2418
|
|
|
2419
|
+
var ConcurrentRunsExceededException = class _ConcurrentRunsExceededException extends GlueServiceException {
|
|
2420
|
+
static {
|
|
2421
|
+
__name(this, "ConcurrentRunsExceededException");
|
|
2422
|
+
}
|
|
2423
|
+
name = "ConcurrentRunsExceededException";
|
|
2424
|
+
$fault = "client";
|
|
2425
|
+
/**
|
|
2426
|
+
* <p>A message describing the problem.</p>
|
|
2427
|
+
* @public
|
|
2428
|
+
*/
|
|
2429
|
+
Message;
|
|
2430
|
+
/**
|
|
2431
|
+
* @internal
|
|
2432
|
+
*/
|
|
2433
|
+
constructor(opts) {
|
|
2434
|
+
super({
|
|
2435
|
+
name: "ConcurrentRunsExceededException",
|
|
2436
|
+
$fault: "client",
|
|
2437
|
+
...opts
|
|
2438
|
+
});
|
|
2439
|
+
Object.setPrototypeOf(this, _ConcurrentRunsExceededException.prototype);
|
|
2440
|
+
this.Message = opts.Message;
|
|
2441
|
+
}
|
|
2442
|
+
};
|
|
2443
2443
|
var IllegalWorkflowStateException = class _IllegalWorkflowStateException extends GlueServiceException {
|
|
2444
2444
|
static {
|
|
2445
2445
|
__name(this, "IllegalWorkflowStateException");
|
|
@@ -15868,11 +15868,11 @@ var paginateSearchTables = (0, import_core.createPaginator)(GlueClient, SearchTa
|
|
|
15868
15868
|
StatisticEvaluationLevel,
|
|
15869
15869
|
EnableHybridValues,
|
|
15870
15870
|
ExistCondition,
|
|
15871
|
-
ConcurrentRunsExceededException,
|
|
15872
15871
|
GetDataQualityResultResponseFilterSensitiveLog,
|
|
15873
15872
|
GetEntityRecordsResponseFilterSensitiveLog,
|
|
15874
15873
|
StatisticSummaryFilterSensitiveLog,
|
|
15875
15874
|
ListDataQualityStatisticsResponseFilterSensitiveLog,
|
|
15875
|
+
ConcurrentRunsExceededException,
|
|
15876
15876
|
IllegalWorkflowStateException,
|
|
15877
15877
|
Comparator,
|
|
15878
15878
|
Sort,
|
|
@@ -157,20 +157,6 @@ export const ExistCondition = {
|
|
|
157
157
|
NONE: "NONE",
|
|
158
158
|
NOT_EXIST: "NOT_EXIST",
|
|
159
159
|
};
|
|
160
|
-
export class ConcurrentRunsExceededException extends __BaseException {
|
|
161
|
-
name = "ConcurrentRunsExceededException";
|
|
162
|
-
$fault = "client";
|
|
163
|
-
Message;
|
|
164
|
-
constructor(opts) {
|
|
165
|
-
super({
|
|
166
|
-
name: "ConcurrentRunsExceededException",
|
|
167
|
-
$fault: "client",
|
|
168
|
-
...opts,
|
|
169
|
-
});
|
|
170
|
-
Object.setPrototypeOf(this, ConcurrentRunsExceededException.prototype);
|
|
171
|
-
this.Message = opts.Message;
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
160
|
export const GetDataQualityResultResponseFilterSensitiveLog = (obj) => ({
|
|
175
161
|
...obj,
|
|
176
162
|
...(obj.RuleResults && { RuleResults: obj.RuleResults.map((item) => DataQualityRuleResultFilterSensitiveLog(item)) }),
|
|
@@ -2,6 +2,20 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
|
2
2
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
3
3
|
import { AuthenticationConfigurationInputFilterSensitiveLog, } from "./models_0";
|
|
4
4
|
import { ConnectionInputFilterSensitiveLog, } from "./models_1";
|
|
5
|
+
export class ConcurrentRunsExceededException extends __BaseException {
|
|
6
|
+
name = "ConcurrentRunsExceededException";
|
|
7
|
+
$fault = "client";
|
|
8
|
+
Message;
|
|
9
|
+
constructor(opts) {
|
|
10
|
+
super({
|
|
11
|
+
name: "ConcurrentRunsExceededException",
|
|
12
|
+
$fault: "client",
|
|
13
|
+
...opts,
|
|
14
|
+
});
|
|
15
|
+
Object.setPrototypeOf(this, ConcurrentRunsExceededException.prototype);
|
|
16
|
+
this.Message = opts.Message;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
5
19
|
export class IllegalWorkflowStateException extends __BaseException {
|
|
6
20
|
name = "IllegalWorkflowStateException";
|
|
7
21
|
$fault = "client";
|
|
@@ -4,8 +4,8 @@ import { _json, collectBody, decorateServiceException as __decorateServiceExcept
|
|
|
4
4
|
import { GlueServiceException as __BaseException } from "../models/GlueServiceException";
|
|
5
5
|
import { AccessDeniedException, AlreadyExistsException, EntityNotFoundException, FederationSourceException, FederationSourceRetryableException, GlueEncryptionException, InternalServiceException, InvalidInputException, InvalidStateException, OperationTimeoutException, ResourceNotReadyException, ResourceNumberLimitExceededException, ThrottlingException, } from "../models/models_0";
|
|
6
6
|
import { ColumnStatisticsTaskRunningException, ConcurrentModificationException, ConditionCheckFailureException, ConflictException, CrawlerRunningException, FederatedResourceAlreadyExistsException, IdempotentParameterMismatchException, IllegalSessionStateException, IntegrationConflictOperationFault, IntegrationNotFoundFault, IntegrationQuotaExceededFault, InternalServerException, InvalidIntegrationStateFault, KMSKeyNotAccessibleFault, OperationNotSupportedException, ResourceNotFoundException, SchedulerTransitioningException, TargetResourceNotFound, ValidationException, } from "../models/models_1";
|
|
7
|
-
import {
|
|
8
|
-
import { ColumnStatisticsTaskNotRunningException, ColumnStatisticsTaskStoppingException, CrawlerNotRunningException, CrawlerStoppingException, IllegalBlueprintStateException, IllegalWorkflowStateException, MLTransformNotReadyException, NoScheduleException, SchedulerNotRunningException, SchedulerRunningException, VersionMismatchException, } from "../models/models_3";
|
|
7
|
+
import { PermissionTypeMismatchException, } from "../models/models_2";
|
|
8
|
+
import { ColumnStatisticsTaskNotRunningException, ColumnStatisticsTaskStoppingException, ConcurrentRunsExceededException, CrawlerNotRunningException, CrawlerStoppingException, IllegalBlueprintStateException, IllegalWorkflowStateException, MLTransformNotReadyException, NoScheduleException, SchedulerNotRunningException, SchedulerRunningException, VersionMismatchException, } from "../models/models_3";
|
|
9
9
|
export const se_BatchCreatePartitionCommand = async (input, context) => {
|
|
10
10
|
const headers = sharedHeaders("BatchCreatePartition");
|
|
11
11
|
let body;
|
|
@@ -59,6 +59,7 @@ declare const GetIntegrationTablePropertiesCommand_base: {
|
|
|
59
59
|
* // { // IntegrationPartition
|
|
60
60
|
* // FieldName: "STRING_VALUE",
|
|
61
61
|
* // FunctionSpec: "STRING_VALUE",
|
|
62
|
+
* // ConversionSpec: "STRING_VALUE",
|
|
62
63
|
* // },
|
|
63
64
|
* // ],
|
|
64
65
|
* // TargetTableName: "STRING_VALUE",
|
|
@@ -44,7 +44,12 @@ declare const ListConnectionTypesCommand_base: {
|
|
|
44
44
|
* // ConnectionTypes: [ // ConnectionTypeList
|
|
45
45
|
* // { // ConnectionTypeBrief
|
|
46
46
|
* // ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM" || "SALESFORCE" || "VIEW_VALIDATION_REDSHIFT" || "VIEW_VALIDATION_ATHENA" || "GOOGLEADS" || "GOOGLESHEETS" || "GOOGLEANALYTICS4" || "SERVICENOW" || "MARKETO" || "SAPODATA" || "ZENDESK" || "JIRACLOUD" || "NETSUITEERP" || "HUBSPOT" || "FACEBOOKADS" || "INSTAGRAMADS" || "ZOHOCRM" || "SALESFORCEPARDOT" || "SALESFORCEMARKETINGCLOUD" || "SLACK" || "STRIPE" || "INTERCOM" || "SNAPCHATADS",
|
|
47
|
+
* // DisplayName: "STRING_VALUE",
|
|
48
|
+
* // Vendor: "STRING_VALUE",
|
|
47
49
|
* // Description: "STRING_VALUE",
|
|
50
|
+
* // Categories: [ // ListOfString
|
|
51
|
+
* // "STRING_VALUE",
|
|
52
|
+
* // ],
|
|
48
53
|
* // Capabilities: { // Capabilities
|
|
49
54
|
* // SupportedAuthenticationTypes: [ // AuthenticationTypes // required
|
|
50
55
|
* // "BASIC" || "OAUTH2" || "CUSTOM" || "IAM",
|
|
@@ -56,6 +61,15 @@ declare const ListConnectionTypesCommand_base: {
|
|
|
56
61
|
* // "SPARK" || "ATHENA" || "PYTHON",
|
|
57
62
|
* // ],
|
|
58
63
|
* // },
|
|
64
|
+
* // LogoUrl: "STRING_VALUE",
|
|
65
|
+
* // ConnectionTypeVariants: [ // ConnectionTypeVariantList
|
|
66
|
+
* // { // ConnectionTypeVariant
|
|
67
|
+
* // ConnectionTypeVariantName: "STRING_VALUE",
|
|
68
|
+
* // DisplayName: "STRING_VALUE",
|
|
69
|
+
* // Description: "STRING_VALUE",
|
|
70
|
+
* // LogoUrl: "STRING_VALUE",
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
59
73
|
* // },
|
|
60
74
|
* // ],
|
|
61
75
|
* // NextToken: "STRING_VALUE",
|
|
@@ -2322,6 +2322,48 @@ export interface IntegrationPartition {
|
|
|
2322
2322
|
* @public
|
|
2323
2323
|
*/
|
|
2324
2324
|
FunctionSpec?: string | undefined;
|
|
2325
|
+
/**
|
|
2326
|
+
* <p>Specifies the timestamp format of the source data. Valid values are:</p>
|
|
2327
|
+
* <ul>
|
|
2328
|
+
* <li>
|
|
2329
|
+
* <p>
|
|
2330
|
+
* <code>epoch_sec</code> - Unix epoch timestamp in seconds</p>
|
|
2331
|
+
* </li>
|
|
2332
|
+
* <li>
|
|
2333
|
+
* <p>
|
|
2334
|
+
* <code>epoch_milli</code> - Unix epoch timestamp in milliseconds</p>
|
|
2335
|
+
* </li>
|
|
2336
|
+
* <li>
|
|
2337
|
+
* <p>
|
|
2338
|
+
* <code>iso</code> - ISO 8601 formatted timestamp</p>
|
|
2339
|
+
* </li>
|
|
2340
|
+
* </ul>
|
|
2341
|
+
* <note>
|
|
2342
|
+
* <p>
|
|
2343
|
+
* Only specify <code>ConversionSpec</code> when using timestamp-based partition functions (year, month, day, or hour).
|
|
2344
|
+
* Glue Zero-ETL uses this parameter to correctly transform source data into timestamp format before partitioning.
|
|
2345
|
+
* </p>
|
|
2346
|
+
* <p>
|
|
2347
|
+
* Do not use high-cardinality columns with the <code>identity</code> partition function. High-cardinality columns include:
|
|
2348
|
+
* </p>
|
|
2349
|
+
* <ul>
|
|
2350
|
+
* <li>
|
|
2351
|
+
* <p>Primary keys</p>
|
|
2352
|
+
* </li>
|
|
2353
|
+
* <li>
|
|
2354
|
+
* <p>Timestamp fields (such as <code>LastModifiedTimestamp</code>, <code>CreatedDate</code>)</p>
|
|
2355
|
+
* </li>
|
|
2356
|
+
* <li>
|
|
2357
|
+
* <p>System-generated timestamps</p>
|
|
2358
|
+
* </li>
|
|
2359
|
+
* </ul>
|
|
2360
|
+
* <p>
|
|
2361
|
+
* Using high-cardinality columns with identity partitioning creates many small partitions, which can significantly degrade ingestion performance.
|
|
2362
|
+
* </p>
|
|
2363
|
+
* </note>
|
|
2364
|
+
* @public
|
|
2365
|
+
*/
|
|
2366
|
+
ConversionSpec?: string | undefined;
|
|
2325
2367
|
}
|
|
2326
2368
|
/**
|
|
2327
2369
|
* @public
|
|
@@ -2362,7 +2404,10 @@ export interface TargetTableConfig {
|
|
|
2362
2404
|
*/
|
|
2363
2405
|
export interface CreateIntegrationTablePropertiesRequest {
|
|
2364
2406
|
/**
|
|
2365
|
-
* <p>The
|
|
2407
|
+
* <p>The Amazon Resource Name (ARN) of the target table for which to create integration table properties. Currently, this API only supports creating
|
|
2408
|
+
* integration table properties for target tables, and the provided ARN should be the ARN of the target table in the Glue Data Catalog. Support for
|
|
2409
|
+
* creating integration table properties for source connections (using the connection ARN) is not yet implemented and will be added in a future release.
|
|
2410
|
+
* </p>
|
|
2366
2411
|
* @public
|
|
2367
2412
|
*/
|
|
2368
2413
|
ResourceArn: string | undefined;
|
|
@@ -1790,7 +1790,10 @@ export interface GetIntegrationResourcePropertyResponse {
|
|
|
1790
1790
|
*/
|
|
1791
1791
|
export interface GetIntegrationTablePropertiesRequest {
|
|
1792
1792
|
/**
|
|
1793
|
-
* <p>The
|
|
1793
|
+
* <p>The Amazon Resource Name (ARN) of the target table for which to retrieve integration table properties. Currently, this API only supports retrieving
|
|
1794
|
+
* properties for target tables, and the provided ARN should be the ARN of the target table in the Glue Data Catalog. Support for retrieving integration
|
|
1795
|
+
* table properties for source connections (using the connection ARN) is not yet implemented and will be added in a future release.
|
|
1796
|
+
* </p>
|
|
1794
1797
|
* @public
|
|
1795
1798
|
*/
|
|
1796
1799
|
ResourceArn: string | undefined;
|
|
@@ -1805,7 +1808,10 @@ export interface GetIntegrationTablePropertiesRequest {
|
|
|
1805
1808
|
*/
|
|
1806
1809
|
export interface GetIntegrationTablePropertiesResponse {
|
|
1807
1810
|
/**
|
|
1808
|
-
* <p>The
|
|
1811
|
+
* <p>The Amazon Resource Name (ARN) of the target table for which to retrieve integration table properties. Currently, this API only supports retrieving
|
|
1812
|
+
* properties for target tables, and the provided ARN should be the ARN of the target table in the Glue Data Catalog. Support for retrieving integration
|
|
1813
|
+
* table properties for source connections (using the connection ARN) is not yet implemented and will be added in a future release.
|
|
1814
|
+
* </p>
|
|
1809
1815
|
* @public
|
|
1810
1816
|
*/
|
|
1811
1817
|
ResourceArn?: string | undefined;
|
|
@@ -5373,6 +5379,34 @@ export interface ListConnectionTypesRequest {
|
|
|
5373
5379
|
*/
|
|
5374
5380
|
NextToken?: string | undefined;
|
|
5375
5381
|
}
|
|
5382
|
+
/**
|
|
5383
|
+
* <p>Represents a variant of a connection type in Glue Data Catalog. Connection type variants provide specific configurations and behaviors
|
|
5384
|
+
* for different implementations of the same general connection type.</p>
|
|
5385
|
+
* @public
|
|
5386
|
+
*/
|
|
5387
|
+
export interface ConnectionTypeVariant {
|
|
5388
|
+
/**
|
|
5389
|
+
* <p>The unique identifier for the connection type variant. This name is used internally to identify the specific variant of a connection type.
|
|
5390
|
+
* </p>
|
|
5391
|
+
* @public
|
|
5392
|
+
*/
|
|
5393
|
+
ConnectionTypeVariantName?: string | undefined;
|
|
5394
|
+
/**
|
|
5395
|
+
* <p>The human-readable name for the connection type variant that is displayed in the Glue console.</p>
|
|
5396
|
+
* @public
|
|
5397
|
+
*/
|
|
5398
|
+
DisplayName?: string | undefined;
|
|
5399
|
+
/**
|
|
5400
|
+
* <p>A detailed description of the connection type variant, including its purpose, use cases, and any specific configuration requirements.</p>
|
|
5401
|
+
* @public
|
|
5402
|
+
*/
|
|
5403
|
+
Description?: string | undefined;
|
|
5404
|
+
/**
|
|
5405
|
+
* <p>The URL of the logo associated with a connection type variant.</p>
|
|
5406
|
+
* @public
|
|
5407
|
+
*/
|
|
5408
|
+
LogoUrl?: string | undefined;
|
|
5409
|
+
}
|
|
5376
5410
|
/**
|
|
5377
5411
|
* <p>Brief information about a supported connection type returned by the <code>ListConnectionTypes</code> API.</p>
|
|
5378
5412
|
* @public
|
|
@@ -5383,16 +5417,43 @@ export interface ConnectionTypeBrief {
|
|
|
5383
5417
|
* @public
|
|
5384
5418
|
*/
|
|
5385
5419
|
ConnectionType?: ConnectionType | undefined;
|
|
5420
|
+
/**
|
|
5421
|
+
* <p>The human-readable name for the connection type that is displayed in the Glue console.</p>
|
|
5422
|
+
* @public
|
|
5423
|
+
*/
|
|
5424
|
+
DisplayName?: string | undefined;
|
|
5425
|
+
/**
|
|
5426
|
+
* <p>The name of the vendor or provider that created or maintains this connection type.</p>
|
|
5427
|
+
* @public
|
|
5428
|
+
*/
|
|
5429
|
+
Vendor?: string | undefined;
|
|
5386
5430
|
/**
|
|
5387
5431
|
* <p>A description of the connection type.</p>
|
|
5388
5432
|
* @public
|
|
5389
5433
|
*/
|
|
5390
5434
|
Description?: string | undefined;
|
|
5435
|
+
/**
|
|
5436
|
+
* <p>A list of categories that this connection type belongs to. Categories help users filter and find appropriate connection types based on their
|
|
5437
|
+
* use cases.</p>
|
|
5438
|
+
* @public
|
|
5439
|
+
*/
|
|
5440
|
+
Categories?: string[] | undefined;
|
|
5391
5441
|
/**
|
|
5392
5442
|
* <p>The supported authentication types, data interface types (compute environments), and data operations of the connector.</p>
|
|
5393
5443
|
* @public
|
|
5394
5444
|
*/
|
|
5395
5445
|
Capabilities?: Capabilities | undefined;
|
|
5446
|
+
/**
|
|
5447
|
+
* <p>The URL of the logo associated with a connection type.</p>
|
|
5448
|
+
* @public
|
|
5449
|
+
*/
|
|
5450
|
+
LogoUrl?: string | undefined;
|
|
5451
|
+
/**
|
|
5452
|
+
* <p>A list of variants available for this connection type. Different variants may provide specialized configurations for specific use cases or
|
|
5453
|
+
* implementations of the same general connection type.</p>
|
|
5454
|
+
* @public
|
|
5455
|
+
*/
|
|
5456
|
+
ConnectionTypeVariants?: ConnectionTypeVariant[] | undefined;
|
|
5396
5457
|
}
|
|
5397
5458
|
/**
|
|
5398
5459
|
* @public
|
|
@@ -7537,23 +7598,6 @@ export interface ResetJobBookmarkResponse {
|
|
|
7537
7598
|
*/
|
|
7538
7599
|
JobBookmarkEntry?: JobBookmarkEntry | undefined;
|
|
7539
7600
|
}
|
|
7540
|
-
/**
|
|
7541
|
-
* <p>Too many jobs are being run concurrently.</p>
|
|
7542
|
-
* @public
|
|
7543
|
-
*/
|
|
7544
|
-
export declare class ConcurrentRunsExceededException extends __BaseException {
|
|
7545
|
-
readonly name: "ConcurrentRunsExceededException";
|
|
7546
|
-
readonly $fault: "client";
|
|
7547
|
-
/**
|
|
7548
|
-
* <p>A message describing the problem.</p>
|
|
7549
|
-
* @public
|
|
7550
|
-
*/
|
|
7551
|
-
Message?: string | undefined;
|
|
7552
|
-
/**
|
|
7553
|
-
* @internal
|
|
7554
|
-
*/
|
|
7555
|
-
constructor(opts: __ExceptionOptionType<ConcurrentRunsExceededException, __BaseException>);
|
|
7556
|
-
}
|
|
7557
7601
|
/**
|
|
7558
7602
|
* @internal
|
|
7559
7603
|
*/
|
|
@@ -3,6 +3,23 @@ import { GlueServiceException as __BaseException } from "./GlueServiceException"
|
|
|
3
3
|
import { Action, Aggregate, AmazonRedshiftSource, AmazonRedshiftTarget, AthenaConnectorSource, AuthenticationConfigurationInput, BasicCatalogTarget, CatalogDeltaSource, CatalogHudiSource, CatalogKafkaSource, CatalogKinesisSource, CatalogSource, Column, ConnectionsList, ConnectorDataSource, ConnectorDataTarget, CrawlerTargets, CustomCode, DataSource, DirectJDBCSource, DirectKafkaSource, DirectKinesisSource, DropDuplicates, DropFields, DropNullFields, DynamicTransform, DynamoDBCatalogSource, ErrorDetail, EvaluateDataQuality, EvaluateDataQualityMultiFrame, EventBatchingCondition, ExecutionClass, ExecutionProperty, FillMissingValues, Filter, GovernedCatalogSource, GovernedCatalogTarget, JDBCConnectorSource, JDBCConnectorTarget, JobCommand, JobMode, Join, LakeFormationConfiguration, LineageConfiguration, Merge, MicrosoftSQLServerCatalogSource, MicrosoftSQLServerCatalogTarget, MySQLCatalogSource, MySQLCatalogTarget, NotificationProperty, OracleSQLCatalogSource, OracleSQLCatalogTarget, PartitionInput, PIIDetection, PostgreSQLCatalogSource, PostgreSQLCatalogTarget, Predicate, Recipe, RecrawlPolicy, RedshiftSource, RedshiftTarget, RelationalCatalogSource, RenameField, S3CatalogDeltaSource, S3CatalogHudiSource, S3CatalogSource, S3CatalogTarget, S3CsvSource, S3DeltaCatalogTarget, S3DeltaDirectTarget, S3DeltaSource, S3DirectTarget, S3ExcelSource, S3GlueParquetTarget, S3HudiCatalogTarget, S3HudiDirectTarget, S3HudiSource, S3HyperDirectTarget, S3IcebergDirectTarget, S3JsonSource, S3ParquetSource, SchemaChangePolicy, SchemaId, SelectFields, SelectFromCollection, SnowflakeSource, SnowflakeTarget, SourceControlAuthStrategy, SourceControlDetails, SourceControlProvider, SparkConnectorSource, SparkConnectorTarget, SparkSQL, Spigot, SplitFields, StorageDescriptor, TableOptimizerConfiguration, TableOptimizerType, Trigger, Union, WorkerType } from "./models_0";
|
|
4
4
|
import { CatalogInput, ColumnStatistics, Compatibility, ConnectionInput, ConnectionPropertyKey, ConnectionType, CsvHeaderOption, CsvSerdeOption, DatabaseInput, Permission, ProfileConfiguration, RegistryId, SourceProcessingProperties, SourceTableConfig, TableIdentifier, TableInput, TargetProcessingProperties, TargetTableConfig, TransformParameters, UserDefinedFunctionInput } from "./models_1";
|
|
5
5
|
import { ColumnRowFilter, DataQualityEvaluationRunAdditionalRunOptions, FederatedTable, ResourceAction, ResourceShareType, ResourceState, SchemaVersionNumber, ViewDefinition, ViewValidation } from "./models_2";
|
|
6
|
+
/**
|
|
7
|
+
* <p>Too many jobs are being run concurrently.</p>
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export declare class ConcurrentRunsExceededException extends __BaseException {
|
|
11
|
+
readonly name: "ConcurrentRunsExceededException";
|
|
12
|
+
readonly $fault: "client";
|
|
13
|
+
/**
|
|
14
|
+
* <p>A message describing the problem.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
Message?: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* @internal
|
|
20
|
+
*/
|
|
21
|
+
constructor(opts: __ExceptionOptionType<ConcurrentRunsExceededException, __BaseException>);
|
|
22
|
+
}
|
|
6
23
|
/**
|
|
7
24
|
* <p>The workflow is in an invalid state to perform a requested operation.</p>
|
|
8
25
|
* @public
|
|
@@ -673,6 +673,7 @@ export interface SourceTableConfig {
|
|
|
673
673
|
export interface IntegrationPartition {
|
|
674
674
|
FieldName?: string | undefined;
|
|
675
675
|
FunctionSpec?: string | undefined;
|
|
676
|
+
ConversionSpec?: string | undefined;
|
|
676
677
|
}
|
|
677
678
|
export declare const UnnestSpec: {
|
|
678
679
|
readonly FULL: "FULL";
|
|
@@ -1278,10 +1278,21 @@ export interface ListConnectionTypesRequest {
|
|
|
1278
1278
|
MaxResults?: number | undefined;
|
|
1279
1279
|
NextToken?: string | undefined;
|
|
1280
1280
|
}
|
|
1281
|
+
export interface ConnectionTypeVariant {
|
|
1282
|
+
ConnectionTypeVariantName?: string | undefined;
|
|
1283
|
+
DisplayName?: string | undefined;
|
|
1284
|
+
Description?: string | undefined;
|
|
1285
|
+
LogoUrl?: string | undefined;
|
|
1286
|
+
}
|
|
1281
1287
|
export interface ConnectionTypeBrief {
|
|
1282
1288
|
ConnectionType?: ConnectionType | undefined;
|
|
1289
|
+
DisplayName?: string | undefined;
|
|
1290
|
+
Vendor?: string | undefined;
|
|
1283
1291
|
Description?: string | undefined;
|
|
1292
|
+
Categories?: string[] | undefined;
|
|
1284
1293
|
Capabilities?: Capabilities | undefined;
|
|
1294
|
+
LogoUrl?: string | undefined;
|
|
1295
|
+
ConnectionTypeVariants?: ConnectionTypeVariant[] | undefined;
|
|
1285
1296
|
}
|
|
1286
1297
|
export interface ListConnectionTypesResponse {
|
|
1287
1298
|
ConnectionTypes?: ConnectionTypeBrief[] | undefined;
|
|
@@ -1797,17 +1808,6 @@ export interface ResetJobBookmarkRequest {
|
|
|
1797
1808
|
export interface ResetJobBookmarkResponse {
|
|
1798
1809
|
JobBookmarkEntry?: JobBookmarkEntry | undefined;
|
|
1799
1810
|
}
|
|
1800
|
-
export declare class ConcurrentRunsExceededException extends __BaseException {
|
|
1801
|
-
readonly name: "ConcurrentRunsExceededException";
|
|
1802
|
-
readonly $fault: "client";
|
|
1803
|
-
Message?: string | undefined;
|
|
1804
|
-
constructor(
|
|
1805
|
-
opts: __ExceptionOptionType<
|
|
1806
|
-
ConcurrentRunsExceededException,
|
|
1807
|
-
__BaseException
|
|
1808
|
-
>
|
|
1809
|
-
);
|
|
1810
|
-
}
|
|
1811
1811
|
export declare const GetDataQualityResultResponseFilterSensitiveLog: (
|
|
1812
1812
|
obj: GetDataQualityResultResponse
|
|
1813
1813
|
) => any;
|
|
@@ -136,6 +136,17 @@ import {
|
|
|
136
136
|
ViewDefinition,
|
|
137
137
|
ViewValidation,
|
|
138
138
|
} from "./models_2";
|
|
139
|
+
export declare class ConcurrentRunsExceededException extends __BaseException {
|
|
140
|
+
readonly name: "ConcurrentRunsExceededException";
|
|
141
|
+
readonly $fault: "client";
|
|
142
|
+
Message?: string | undefined;
|
|
143
|
+
constructor(
|
|
144
|
+
opts: __ExceptionOptionType<
|
|
145
|
+
ConcurrentRunsExceededException,
|
|
146
|
+
__BaseException
|
|
147
|
+
>
|
|
148
|
+
);
|
|
149
|
+
}
|
|
139
150
|
export declare class IllegalWorkflowStateException extends __BaseException {
|
|
140
151
|
readonly name: "IllegalWorkflowStateException";
|
|
141
152
|
readonly $fault: "client";
|
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.816.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-glue",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.816.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.816.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.804.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.804.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.804.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.816.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.808.0",
|
|
30
30
|
"@aws-sdk/types": "3.804.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.808.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.804.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.816.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.2",
|
|
35
35
|
"@smithy/core": "^3.3.3",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|