@aws-sdk/client-glue 3.46.0 → 3.48.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/CHANGELOG.md +38 -0
- package/dist-cjs/endpoints.js +0 -24
- package/dist-cjs/models/models_0.js +6 -108
- package/dist-cjs/models/models_1.js +4 -70
- package/dist-cjs/protocols/Aws_json1_1.js +4 -0
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/endpoints.js +0 -24
- package/dist-es/models/models_0.js +0 -68
- package/dist-es/models/models_1.js +0 -44
- package/dist-es/protocols/Aws_json1_1.js +4 -1
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/GlueClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -102
- package/dist-types/models/models_1.d.ts +6 -66
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/GlueClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -40
- package/dist-types/ts3.4/models/models_1.d.ts +4 -44
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +35 -35
|
@@ -2903,12 +2903,6 @@ export interface PermissionTypeMismatchException extends __SmithyException, $Met
|
|
|
2903
2903
|
$fault: "client";
|
|
2904
2904
|
Message?: string;
|
|
2905
2905
|
}
|
|
2906
|
-
export declare namespace PermissionTypeMismatchException {
|
|
2907
|
-
/**
|
|
2908
|
-
* @internal
|
|
2909
|
-
*/
|
|
2910
|
-
const filterSensitiveLog: (obj: PermissionTypeMismatchException) => any;
|
|
2911
|
-
}
|
|
2912
2906
|
export interface GetUnfilteredPartitionsMetadataRequest {
|
|
2913
2907
|
CatalogId: string | undefined;
|
|
2914
2908
|
DatabaseName: string | undefined;
|
|
@@ -4212,12 +4206,6 @@ export interface ConcurrentRunsExceededException extends __SmithyException, $Met
|
|
|
4212
4206
|
*/
|
|
4213
4207
|
Message?: string;
|
|
4214
4208
|
}
|
|
4215
|
-
export declare namespace ConcurrentRunsExceededException {
|
|
4216
|
-
/**
|
|
4217
|
-
* @internal
|
|
4218
|
-
*/
|
|
4219
|
-
const filterSensitiveLog: (obj: ConcurrentRunsExceededException) => any;
|
|
4220
|
-
}
|
|
4221
4209
|
/**
|
|
4222
4210
|
* <p>The workflow is in an invalid state to perform a requested operation.</p>
|
|
4223
4211
|
*/
|
|
@@ -4229,12 +4217,6 @@ export interface IllegalWorkflowStateException extends __SmithyException, $Metad
|
|
|
4229
4217
|
*/
|
|
4230
4218
|
Message?: string;
|
|
4231
4219
|
}
|
|
4232
|
-
export declare namespace IllegalWorkflowStateException {
|
|
4233
|
-
/**
|
|
4234
|
-
* @internal
|
|
4235
|
-
*/
|
|
4236
|
-
const filterSensitiveLog: (obj: IllegalWorkflowStateException) => any;
|
|
4237
|
-
}
|
|
4238
4220
|
export interface ResumeWorkflowRunRequest {
|
|
4239
4221
|
/**
|
|
4240
4222
|
* <p>The name of the workflow to resume.</p>
|
|
@@ -4395,12 +4377,6 @@ export interface IllegalBlueprintStateException extends __SmithyException, $Meta
|
|
|
4395
4377
|
$fault: "client";
|
|
4396
4378
|
Message?: string;
|
|
4397
4379
|
}
|
|
4398
|
-
export declare namespace IllegalBlueprintStateException {
|
|
4399
|
-
/**
|
|
4400
|
-
* @internal
|
|
4401
|
-
*/
|
|
4402
|
-
const filterSensitiveLog: (obj: IllegalBlueprintStateException) => any;
|
|
4403
|
-
}
|
|
4404
4380
|
export interface StartBlueprintRunRequest {
|
|
4405
4381
|
/**
|
|
4406
4382
|
* <p>The name of the blueprint.</p>
|
|
@@ -4464,12 +4440,6 @@ export interface NoScheduleException extends __SmithyException, $MetadataBearer
|
|
|
4464
4440
|
*/
|
|
4465
4441
|
Message?: string;
|
|
4466
4442
|
}
|
|
4467
|
-
export declare namespace NoScheduleException {
|
|
4468
|
-
/**
|
|
4469
|
-
* @internal
|
|
4470
|
-
*/
|
|
4471
|
-
const filterSensitiveLog: (obj: NoScheduleException) => any;
|
|
4472
|
-
}
|
|
4473
4443
|
/**
|
|
4474
4444
|
* <p>The specified scheduler is already running.</p>
|
|
4475
4445
|
*/
|
|
@@ -4481,12 +4451,6 @@ export interface SchedulerRunningException extends __SmithyException, $MetadataB
|
|
|
4481
4451
|
*/
|
|
4482
4452
|
Message?: string;
|
|
4483
4453
|
}
|
|
4484
|
-
export declare namespace SchedulerRunningException {
|
|
4485
|
-
/**
|
|
4486
|
-
* @internal
|
|
4487
|
-
*/
|
|
4488
|
-
const filterSensitiveLog: (obj: SchedulerRunningException) => any;
|
|
4489
|
-
}
|
|
4490
4454
|
export interface StartCrawlerScheduleRequest {
|
|
4491
4455
|
/**
|
|
4492
4456
|
* <p>Name of the crawler to schedule.</p>
|
|
@@ -4686,12 +4650,6 @@ export interface MLTransformNotReadyException extends __SmithyException, $Metada
|
|
|
4686
4650
|
*/
|
|
4687
4651
|
Message?: string;
|
|
4688
4652
|
}
|
|
4689
|
-
export declare namespace MLTransformNotReadyException {
|
|
4690
|
-
/**
|
|
4691
|
-
* @internal
|
|
4692
|
-
*/
|
|
4693
|
-
const filterSensitiveLog: (obj: MLTransformNotReadyException) => any;
|
|
4694
|
-
}
|
|
4695
4653
|
export interface StartMLEvaluationTaskRunRequest {
|
|
4696
4654
|
/**
|
|
4697
4655
|
* <p>The unique identifier of the machine learning transform.</p>
|
|
@@ -4774,6 +4732,12 @@ export interface StartWorkflowRunRequest {
|
|
|
4774
4732
|
* <p>The name of the workflow to start.</p>
|
|
4775
4733
|
*/
|
|
4776
4734
|
Name: string | undefined;
|
|
4735
|
+
/**
|
|
4736
|
+
* <p>The workflow run properties for the new workflow run.</p>
|
|
4737
|
+
*/
|
|
4738
|
+
RunProperties?: {
|
|
4739
|
+
[key: string]: string;
|
|
4740
|
+
};
|
|
4777
4741
|
}
|
|
4778
4742
|
export declare namespace StartWorkflowRunRequest {
|
|
4779
4743
|
/**
|
|
@@ -4804,12 +4768,6 @@ export interface CrawlerNotRunningException extends __SmithyException, $Metadata
|
|
|
4804
4768
|
*/
|
|
4805
4769
|
Message?: string;
|
|
4806
4770
|
}
|
|
4807
|
-
export declare namespace CrawlerNotRunningException {
|
|
4808
|
-
/**
|
|
4809
|
-
* @internal
|
|
4810
|
-
*/
|
|
4811
|
-
const filterSensitiveLog: (obj: CrawlerNotRunningException) => any;
|
|
4812
|
-
}
|
|
4813
4771
|
/**
|
|
4814
4772
|
* <p>The specified crawler is stopping.</p>
|
|
4815
4773
|
*/
|
|
@@ -4821,12 +4779,6 @@ export interface CrawlerStoppingException extends __SmithyException, $MetadataBe
|
|
|
4821
4779
|
*/
|
|
4822
4780
|
Message?: string;
|
|
4823
4781
|
}
|
|
4824
|
-
export declare namespace CrawlerStoppingException {
|
|
4825
|
-
/**
|
|
4826
|
-
* @internal
|
|
4827
|
-
*/
|
|
4828
|
-
const filterSensitiveLog: (obj: CrawlerStoppingException) => any;
|
|
4829
|
-
}
|
|
4830
4782
|
export interface StopCrawlerRequest {
|
|
4831
4783
|
/**
|
|
4832
4784
|
* <p>Name of the crawler to stop.</p>
|
|
@@ -4858,12 +4810,6 @@ export interface SchedulerNotRunningException extends __SmithyException, $Metada
|
|
|
4858
4810
|
*/
|
|
4859
4811
|
Message?: string;
|
|
4860
4812
|
}
|
|
4861
|
-
export declare namespace SchedulerNotRunningException {
|
|
4862
|
-
/**
|
|
4863
|
-
* @internal
|
|
4864
|
-
*/
|
|
4865
|
-
const filterSensitiveLog: (obj: SchedulerNotRunningException) => any;
|
|
4866
|
-
}
|
|
4867
4813
|
export interface StopCrawlerScheduleRequest {
|
|
4868
4814
|
/**
|
|
4869
4815
|
* <p>Name of the crawler whose schedule state to set.</p>
|
|
@@ -5174,12 +5120,6 @@ export interface VersionMismatchException extends __SmithyException, $MetadataBe
|
|
|
5174
5120
|
*/
|
|
5175
5121
|
Message?: string;
|
|
5176
5122
|
}
|
|
5177
|
-
export declare namespace VersionMismatchException {
|
|
5178
|
-
/**
|
|
5179
|
-
* @internal
|
|
5180
|
-
*/
|
|
5181
|
-
const filterSensitiveLog: (obj: VersionMismatchException) => any;
|
|
5182
|
-
}
|
|
5183
5123
|
export interface UpdateColumnStatisticsForPartitionRequest {
|
|
5184
5124
|
/**
|
|
5185
5125
|
* <p>The ID of the Data Catalog where the partitions in question reside.
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { GlueClientConfig } from "./GlueClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { GlueClientConfig } from "./GlueClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
12
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
28
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
30
|
tls?: boolean | undefined;
|
|
30
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { BatchCreatePartitionCommandInput, BatchCreatePartitionCommandOutput } from "./commands/BatchCreatePartitionCommand";
|
|
10
10
|
import { BatchDeleteConnectionCommandInput, BatchDeleteConnectionCommandOutput } from "./commands/BatchDeleteConnectionCommand";
|
|
@@ -220,6 +220,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
220
220
|
regionInfoProvider?: RegionInfoProvider;
|
|
221
221
|
|
|
222
222
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
223
|
+
|
|
224
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
223
225
|
}
|
|
224
226
|
declare type GlueClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
225
227
|
|
|
@@ -6,10 +6,6 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
|
|
|
6
6
|
|
|
7
7
|
Message?: string;
|
|
8
8
|
}
|
|
9
|
-
export declare namespace AccessDeniedException {
|
|
10
|
-
|
|
11
|
-
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
12
|
-
}
|
|
13
9
|
|
|
14
10
|
export interface NotificationProperty {
|
|
15
11
|
|
|
@@ -47,10 +43,6 @@ export interface AlreadyExistsException extends __SmithyException, $MetadataBear
|
|
|
47
43
|
|
|
48
44
|
Message?: string;
|
|
49
45
|
}
|
|
50
|
-
export declare namespace AlreadyExistsException {
|
|
51
|
-
|
|
52
|
-
const filterSensitiveLog: (obj: AlreadyExistsException) => any;
|
|
53
|
-
}
|
|
54
46
|
export interface AuditContext {
|
|
55
47
|
AdditionalAuditContext?: string;
|
|
56
48
|
}
|
|
@@ -248,10 +240,6 @@ export interface EntityNotFoundException extends __SmithyException, $MetadataBea
|
|
|
248
240
|
|
|
249
241
|
Message?: string;
|
|
250
242
|
}
|
|
251
|
-
export declare namespace EntityNotFoundException {
|
|
252
|
-
|
|
253
|
-
const filterSensitiveLog: (obj: EntityNotFoundException) => any;
|
|
254
|
-
}
|
|
255
243
|
|
|
256
244
|
export interface GlueEncryptionException extends __SmithyException, $MetadataBearer {
|
|
257
245
|
name: "GlueEncryptionException";
|
|
@@ -259,10 +247,6 @@ export interface GlueEncryptionException extends __SmithyException, $MetadataBea
|
|
|
259
247
|
|
|
260
248
|
Message?: string;
|
|
261
249
|
}
|
|
262
|
-
export declare namespace GlueEncryptionException {
|
|
263
|
-
|
|
264
|
-
const filterSensitiveLog: (obj: GlueEncryptionException) => any;
|
|
265
|
-
}
|
|
266
250
|
|
|
267
251
|
export interface InternalServiceException extends __SmithyException, $MetadataBearer {
|
|
268
252
|
name: "InternalServiceException";
|
|
@@ -270,10 +254,6 @@ export interface InternalServiceException extends __SmithyException, $MetadataBe
|
|
|
270
254
|
|
|
271
255
|
Message?: string;
|
|
272
256
|
}
|
|
273
|
-
export declare namespace InternalServiceException {
|
|
274
|
-
|
|
275
|
-
const filterSensitiveLog: (obj: InternalServiceException) => any;
|
|
276
|
-
}
|
|
277
257
|
|
|
278
258
|
export interface InvalidInputException extends __SmithyException, $MetadataBearer {
|
|
279
259
|
name: "InvalidInputException";
|
|
@@ -281,10 +261,6 @@ export interface InvalidInputException extends __SmithyException, $MetadataBeare
|
|
|
281
261
|
|
|
282
262
|
Message?: string;
|
|
283
263
|
}
|
|
284
|
-
export declare namespace InvalidInputException {
|
|
285
|
-
|
|
286
|
-
const filterSensitiveLog: (obj: InvalidInputException) => any;
|
|
287
|
-
}
|
|
288
264
|
|
|
289
265
|
export interface OperationTimeoutException extends __SmithyException, $MetadataBearer {
|
|
290
266
|
name: "OperationTimeoutException";
|
|
@@ -292,10 +268,6 @@ export interface OperationTimeoutException extends __SmithyException, $MetadataB
|
|
|
292
268
|
|
|
293
269
|
Message?: string;
|
|
294
270
|
}
|
|
295
|
-
export declare namespace OperationTimeoutException {
|
|
296
|
-
|
|
297
|
-
const filterSensitiveLog: (obj: OperationTimeoutException) => any;
|
|
298
|
-
}
|
|
299
271
|
|
|
300
272
|
export interface ResourceNumberLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
301
273
|
name: "ResourceNumberLimitExceededException";
|
|
@@ -303,10 +275,6 @@ export interface ResourceNumberLimitExceededException extends __SmithyException,
|
|
|
303
275
|
|
|
304
276
|
Message?: string;
|
|
305
277
|
}
|
|
306
|
-
export declare namespace ResourceNumberLimitExceededException {
|
|
307
|
-
|
|
308
|
-
const filterSensitiveLog: (obj: ResourceNumberLimitExceededException) => any;
|
|
309
|
-
}
|
|
310
278
|
export interface BatchDeleteConnectionRequest {
|
|
311
279
|
|
|
312
280
|
CatalogId?: string;
|
|
@@ -400,10 +368,6 @@ export interface ResourceNotReadyException extends __SmithyException, $MetadataB
|
|
|
400
368
|
|
|
401
369
|
Message?: string;
|
|
402
370
|
}
|
|
403
|
-
export declare namespace ResourceNotReadyException {
|
|
404
|
-
|
|
405
|
-
const filterSensitiveLog: (obj: ResourceNotReadyException) => any;
|
|
406
|
-
}
|
|
407
371
|
export interface BatchDeleteTableVersionRequest {
|
|
408
372
|
|
|
409
373
|
CatalogId?: string;
|
|
@@ -1014,10 +978,6 @@ export interface InvalidStateException extends __SmithyException, $MetadataBeare
|
|
|
1014
978
|
|
|
1015
979
|
Message?: string;
|
|
1016
980
|
}
|
|
1017
|
-
export declare namespace InvalidStateException {
|
|
1018
|
-
|
|
1019
|
-
const filterSensitiveLog: (obj: InvalidStateException) => any;
|
|
1020
|
-
}
|
|
1021
981
|
export interface BatchGetTriggersRequest {
|
|
1022
982
|
|
|
1023
983
|
TriggerNames: string[] | undefined;
|
|
@@ -1500,10 +1500,6 @@ export interface PermissionTypeMismatchException extends __SmithyException, $Met
|
|
|
1500
1500
|
$fault: "client";
|
|
1501
1501
|
Message?: string;
|
|
1502
1502
|
}
|
|
1503
|
-
export declare namespace PermissionTypeMismatchException {
|
|
1504
|
-
|
|
1505
|
-
const filterSensitiveLog: (obj: PermissionTypeMismatchException) => any;
|
|
1506
|
-
}
|
|
1507
1503
|
export interface GetUnfilteredPartitionsMetadataRequest {
|
|
1508
1504
|
CatalogId: string | undefined;
|
|
1509
1505
|
DatabaseName: string | undefined;
|
|
@@ -2279,10 +2275,6 @@ export interface ConcurrentRunsExceededException extends __SmithyException, $Met
|
|
|
2279
2275
|
|
|
2280
2276
|
Message?: string;
|
|
2281
2277
|
}
|
|
2282
|
-
export declare namespace ConcurrentRunsExceededException {
|
|
2283
|
-
|
|
2284
|
-
const filterSensitiveLog: (obj: ConcurrentRunsExceededException) => any;
|
|
2285
|
-
}
|
|
2286
2278
|
|
|
2287
2279
|
export interface IllegalWorkflowStateException extends __SmithyException, $MetadataBearer {
|
|
2288
2280
|
name: "IllegalWorkflowStateException";
|
|
@@ -2290,10 +2282,6 @@ export interface IllegalWorkflowStateException extends __SmithyException, $Metad
|
|
|
2290
2282
|
|
|
2291
2283
|
Message?: string;
|
|
2292
2284
|
}
|
|
2293
|
-
export declare namespace IllegalWorkflowStateException {
|
|
2294
|
-
|
|
2295
|
-
const filterSensitiveLog: (obj: IllegalWorkflowStateException) => any;
|
|
2296
|
-
}
|
|
2297
2285
|
export interface ResumeWorkflowRunRequest {
|
|
2298
2286
|
|
|
2299
2287
|
Name: string | undefined;
|
|
@@ -2386,10 +2374,6 @@ export interface IllegalBlueprintStateException extends __SmithyException, $Meta
|
|
|
2386
2374
|
$fault: "client";
|
|
2387
2375
|
Message?: string;
|
|
2388
2376
|
}
|
|
2389
|
-
export declare namespace IllegalBlueprintStateException {
|
|
2390
|
-
|
|
2391
|
-
const filterSensitiveLog: (obj: IllegalBlueprintStateException) => any;
|
|
2392
|
-
}
|
|
2393
2377
|
export interface StartBlueprintRunRequest {
|
|
2394
2378
|
|
|
2395
2379
|
BlueprintName: string | undefined;
|
|
@@ -2431,10 +2415,6 @@ export interface NoScheduleException extends __SmithyException, $MetadataBearer
|
|
|
2431
2415
|
|
|
2432
2416
|
Message?: string;
|
|
2433
2417
|
}
|
|
2434
|
-
export declare namespace NoScheduleException {
|
|
2435
|
-
|
|
2436
|
-
const filterSensitiveLog: (obj: NoScheduleException) => any;
|
|
2437
|
-
}
|
|
2438
2418
|
|
|
2439
2419
|
export interface SchedulerRunningException extends __SmithyException, $MetadataBearer {
|
|
2440
2420
|
name: "SchedulerRunningException";
|
|
@@ -2442,10 +2422,6 @@ export interface SchedulerRunningException extends __SmithyException, $MetadataB
|
|
|
2442
2422
|
|
|
2443
2423
|
Message?: string;
|
|
2444
2424
|
}
|
|
2445
|
-
export declare namespace SchedulerRunningException {
|
|
2446
|
-
|
|
2447
|
-
const filterSensitiveLog: (obj: SchedulerRunningException) => any;
|
|
2448
|
-
}
|
|
2449
2425
|
export interface StartCrawlerScheduleRequest {
|
|
2450
2426
|
|
|
2451
2427
|
CrawlerName: string | undefined;
|
|
@@ -2541,10 +2517,6 @@ export interface MLTransformNotReadyException extends __SmithyException, $Metada
|
|
|
2541
2517
|
|
|
2542
2518
|
Message?: string;
|
|
2543
2519
|
}
|
|
2544
|
-
export declare namespace MLTransformNotReadyException {
|
|
2545
|
-
|
|
2546
|
-
const filterSensitiveLog: (obj: MLTransformNotReadyException) => any;
|
|
2547
|
-
}
|
|
2548
2520
|
export interface StartMLEvaluationTaskRunRequest {
|
|
2549
2521
|
|
|
2550
2522
|
TransformId: string | undefined;
|
|
@@ -2598,6 +2570,10 @@ export declare namespace StartTriggerResponse {
|
|
|
2598
2570
|
export interface StartWorkflowRunRequest {
|
|
2599
2571
|
|
|
2600
2572
|
Name: string | undefined;
|
|
2573
|
+
|
|
2574
|
+
RunProperties?: {
|
|
2575
|
+
[key: string]: string;
|
|
2576
|
+
};
|
|
2601
2577
|
}
|
|
2602
2578
|
export declare namespace StartWorkflowRunRequest {
|
|
2603
2579
|
|
|
@@ -2618,10 +2594,6 @@ export interface CrawlerNotRunningException extends __SmithyException, $Metadata
|
|
|
2618
2594
|
|
|
2619
2595
|
Message?: string;
|
|
2620
2596
|
}
|
|
2621
|
-
export declare namespace CrawlerNotRunningException {
|
|
2622
|
-
|
|
2623
|
-
const filterSensitiveLog: (obj: CrawlerNotRunningException) => any;
|
|
2624
|
-
}
|
|
2625
2597
|
|
|
2626
2598
|
export interface CrawlerStoppingException extends __SmithyException, $MetadataBearer {
|
|
2627
2599
|
name: "CrawlerStoppingException";
|
|
@@ -2629,10 +2601,6 @@ export interface CrawlerStoppingException extends __SmithyException, $MetadataBe
|
|
|
2629
2601
|
|
|
2630
2602
|
Message?: string;
|
|
2631
2603
|
}
|
|
2632
|
-
export declare namespace CrawlerStoppingException {
|
|
2633
|
-
|
|
2634
|
-
const filterSensitiveLog: (obj: CrawlerStoppingException) => any;
|
|
2635
|
-
}
|
|
2636
2604
|
export interface StopCrawlerRequest {
|
|
2637
2605
|
|
|
2638
2606
|
Name: string | undefined;
|
|
@@ -2654,10 +2622,6 @@ export interface SchedulerNotRunningException extends __SmithyException, $Metada
|
|
|
2654
2622
|
|
|
2655
2623
|
Message?: string;
|
|
2656
2624
|
}
|
|
2657
|
-
export declare namespace SchedulerNotRunningException {
|
|
2658
|
-
|
|
2659
|
-
const filterSensitiveLog: (obj: SchedulerNotRunningException) => any;
|
|
2660
|
-
}
|
|
2661
2625
|
export interface StopCrawlerScheduleRequest {
|
|
2662
2626
|
|
|
2663
2627
|
CrawlerName: string | undefined;
|
|
@@ -2845,10 +2809,6 @@ export interface VersionMismatchException extends __SmithyException, $MetadataBe
|
|
|
2845
2809
|
|
|
2846
2810
|
Message?: string;
|
|
2847
2811
|
}
|
|
2848
|
-
export declare namespace VersionMismatchException {
|
|
2849
|
-
|
|
2850
|
-
const filterSensitiveLog: (obj: VersionMismatchException) => any;
|
|
2851
|
-
}
|
|
2852
2812
|
export interface UpdateColumnStatisticsForPartitionRequest {
|
|
2853
2813
|
|
|
2854
2814
|
CatalogId?: string;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { GlueClientConfig } from "./GlueClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { GlueClientConfig } from "./GlueClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
26
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
28
|
tls?: boolean | undefined;
|
|
28
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,17 +1,15 @@
|
|
|
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.48.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "yarn
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
8
|
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "
|
|
13
|
-
"clean:dist": "rimraf ./dist-*",
|
|
14
|
-
"clean:docs": "rimraf ./docs"
|
|
12
|
+
"clean": "rimraf ./dist-*"
|
|
15
13
|
},
|
|
16
14
|
"main": "./dist-cjs/index.js",
|
|
17
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -20,38 +18,40 @@
|
|
|
20
18
|
"dependencies": {
|
|
21
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
22
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
43
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-node": "3.
|
|
45
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
47
|
-
"@aws-sdk/util-
|
|
48
|
-
"@aws-sdk/util-
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
21
|
+
"@aws-sdk/client-sts": "3.48.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.2",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.48.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.47.2",
|
|
25
|
+
"@aws-sdk/hash-node": "3.47.2",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.47.2",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.47.2",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.47.2",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.47.2",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.47.2",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.47.2",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.47.2",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.47.2",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.47.2",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.47.2",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.47.2",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.47.2",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.47.2",
|
|
39
|
+
"@aws-sdk/types": "3.47.1",
|
|
40
|
+
"@aws-sdk/url-parser": "3.47.2",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.47.1",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.47.2",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.47.1",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.47.1",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.47.2",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.47.2",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.47.2",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.47.2",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.47.1",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.47.2",
|
|
51
51
|
"tslib": "^2.3.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.47.1",
|
|
55
55
|
"@types/node": "^12.7.5"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|