@aws-sdk/client-glue 3.51.0 → 3.54.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 +30 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/GlueServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +245 -6
- package/dist-cjs/models/models_1.js +159 -4
- package/dist-cjs/protocols/Aws_json1_1.js +1695 -6420
- package/dist-es/index.js +1 -0
- package/dist-es/models/GlueServiceException.js +12 -0
- package/dist-es/models/models_0.js +223 -1
- package/dist-es/models/models_1.js +145 -1
- package/dist-es/protocols/Aws_json1_1.js +3800 -7044
- package/dist-types/GlueClient.d.ts +2 -2
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/GlueServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +121 -52
- package/dist-types/models/models_1.d.ts +81 -34
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/GlueClient.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/GlueServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +52 -31
- package/dist-types/ts3.4/models/models_1.d.ts +58 -34
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.54.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.1...v3.54.0) (2022-03-11)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-glue
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* **clients:** update clients as of 2022/02/18 ([#3335](https://github.com/aws/aws-sdk-js-v3/issues/3335)) ([717b06f](https://github.com/aws/aws-sdk-js-v3/commit/717b06fc43e9876a6f8040147b75ad5da38b1e0f))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
6
36
|
# [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
|
|
7
37
|
|
|
8
38
|
**Note:** Version bump only for package @aws-sdk/client-glue
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GlueServiceException = void 0;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
4
5
|
tslib_1.__exportStar(require("./Glue"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./GlueClient"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./models"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
10
|
+
var GlueServiceException_1 = require("./models/GlueServiceException");
|
|
11
|
+
Object.defineProperty(exports, "GlueServiceException", { enumerable: true, get: function () { return GlueServiceException_1.GlueServiceException; } });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GlueServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
class GlueServiceException extends smithy_client_1.ServiceException {
|
|
6
|
+
constructor(options) {
|
|
7
|
+
super(options);
|
|
8
|
+
Object.setPrototypeOf(this, GlueServiceException.prototype);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.GlueServiceException = GlueServiceException;
|
|
@@ -1,11 +1,26 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.CrawlerMetrics = exports.GetCrawlerMetricsRequest = exports.GetCrawlerResponse = exports.GetCrawlerRequest = exports.GetConnectionsResponse = exports.GetConnectionsRequest = exports.GetConnectionsFilter = exports.GetConnectionResponse = exports.Connection = exports.GetConnectionRequest = exports.GetColumnStatisticsForTableResponse = exports.GetColumnStatisticsForTableRequest = exports.GetColumnStatisticsForPartitionResponse = exports.ColumnError = exports.ColumnStatistics = exports.ColumnStatisticsData = exports.ColumnStatisticsType = exports.StringColumnStatisticsData = exports.LongColumnStatisticsData = exports.DoubleColumnStatisticsData = exports.DecimalColumnStatisticsData = exports.DecimalNumber = exports.DateColumnStatisticsData = exports.BooleanColumnStatisticsData = exports.BinaryColumnStatisticsData = exports.GetColumnStatisticsForPartitionRequest = exports.GetClassifiersResponse = exports.GetClassifiersRequest = exports.GetClassifierResponse = exports.Classifier = exports.XMLClassifier = exports.JsonClassifier = void 0;
|
|
3
|
+
exports.Schedule = exports.ScheduleState = exports.RecrawlPolicy = exports.RecrawlBehavior = exports.LineageConfiguration = exports.CrawlerLineageSettings = exports.LastCrawlInfo = exports.LastCrawlStatus = exports.LakeFormationConfiguration = exports.BatchGetCrawlersRequest = exports.BatchGetBlueprintsResponse = exports.Blueprint = exports.BlueprintStatus = exports.LastActiveDefinition = exports.BatchGetBlueprintsRequest = exports.BatchDeleteTableVersionResponse = exports.TableVersionError = exports.BatchDeleteTableVersionRequest = exports.ResourceNotReadyException = exports.BatchDeleteTableResponse = exports.TableError = exports.BatchDeleteTableRequest = exports.BatchDeletePartitionResponse = exports.BatchDeletePartitionRequest = exports.PartitionValueList = exports.BatchDeleteConnectionResponse = exports.BatchDeleteConnectionRequest = exports.ResourceNumberLimitExceededException = exports.OperationTimeoutException = exports.InvalidInputException = exports.InternalServiceException = exports.GlueEncryptionException = exports.EntityNotFoundException = exports.BatchCreatePartitionResponse = exports.PartitionError = exports.ErrorDetail = exports.BatchCreatePartitionRequest = exports.PartitionInput = exports.StorageDescriptor = exports.Order = exports.SkewedInfo = exports.SerDeInfo = exports.SchemaReference = exports.SchemaId = exports.Column = exports.AuditContext = exports.AlreadyExistsException = exports.Action = exports.NotificationProperty = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.WorkflowGraph = exports.Node = exports.NodeType = exports.TriggerNodeDetails = exports.JobNodeDetails = exports.JobRun = exports.Predecessor = exports.CrawlerNodeDetails = exports.Crawl = exports.Edge = exports.BlueprintDetails = exports.BatchGetWorkflowsRequest = exports.BatchGetTriggersResponse = exports.Trigger = exports.TriggerType = exports.TriggerState = exports.Predicate = exports.Logical = exports.Condition = exports.JobRunState = exports.LogicalOperator = exports.CrawlState = exports.EventBatchingCondition = exports.BatchGetTriggersRequest = exports.InvalidStateException = exports.BatchGetPartitionResponse = exports.Partition = exports.BatchGetPartitionRequest = exports.BatchGetJobsResponse = exports.Job = exports.ExecutionProperty = exports.ConnectionsList = exports.JobCommand = exports.BatchGetJobsRequest = exports.BatchGetDevEndpointsResponse = exports.DevEndpoint = exports.BatchGetDevEndpointsRequest = exports.BatchGetCrawlersResponse = exports.Crawler = exports.CrawlerTargets = exports.S3Target = exports.MongoDBTarget = exports.JdbcTarget = exports.DynamoDBTarget = exports.DeltaTarget = exports.CatalogTarget = exports.CrawlerState = exports.SchemaChangePolicy = exports.UpdateBehavior = exports.DeleteBehavior = void 0;
|
|
5
|
+
exports.CreateJobRequest = exports.ValidationException = exports.IdempotentParameterMismatchException = exports.CreateDevEndpointResponse = exports.CreateDevEndpointRequest = exports.CreateDatabaseResponse = exports.CreateDatabaseRequest = exports.DatabaseInput = exports.DatabaseIdentifier = exports.PrincipalPermissions = exports.DataLakePrincipal = exports.Permission = exports.ConcurrentModificationException = exports.CreateCrawlerResponse = exports.CreateCrawlerRequest = exports.CreateConnectionResponse = exports.CreateConnectionRequest = exports.ConnectionInput = exports.PhysicalConnectionRequirements = exports.ConnectionType = exports.ConnectionPropertyKey = exports.CreateClassifierResponse = exports.CreateClassifierRequest = exports.CreateXMLClassifierRequest = exports.CreateJsonClassifierRequest = exports.CreateGrokClassifierRequest = exports.CreateCsvClassifierRequest = exports.CsvHeaderOption = exports.CreateBlueprintResponse = exports.CreateBlueprintRequest = exports.CheckSchemaVersionValidityResponse = exports.CheckSchemaVersionValidityInput = exports.DataFormat = exports.CancelMLTaskRunResponse = exports.TaskStatusType = exports.CancelMLTaskRunRequest = exports.BatchUpdatePartitionResponse = exports.BatchUpdatePartitionFailureEntry = exports.BatchUpdatePartitionRequest = exports.BatchUpdatePartitionRequestEntry = exports.BatchStopJobRunResponse = exports.BatchStopJobRunSuccessfulSubmission = exports.BatchStopJobRunError = exports.BatchStopJobRunRequest = exports.BatchGetWorkflowsResponse = exports.Workflow = exports.WorkflowRun = exports.WorkflowRunStatus = exports.WorkflowRunStatistics = exports.StartingEventBatchCondition = void 0;
|
|
6
|
+
exports.CreateUserDefinedFunctionResponse = exports.CreateUserDefinedFunctionRequest = exports.UserDefinedFunctionInput = exports.ResourceUri = exports.ResourceType = exports.PrincipalType = exports.CreateTriggerResponse = exports.CreateTriggerRequest = exports.CreateTableResponse = exports.CreateTableRequest = exports.TableInput = exports.TableIdentifier = exports.CreateSecurityConfigurationResponse = exports.CreateSecurityConfigurationRequest = exports.EncryptionConfiguration = exports.S3Encryption = exports.S3EncryptionMode = exports.JobBookmarksEncryption = exports.JobBookmarksEncryptionMode = exports.CloudWatchEncryption = exports.CloudWatchEncryptionMode = exports.CreateScriptResponse = exports.CreateScriptRequest = exports.Language = exports.CodeGenNode = exports.CodeGenNodeArg = exports.CodeGenEdge = exports.CreateSchemaResponse = exports.SchemaVersionStatus = exports.SchemaStatus = exports.CreateSchemaInput = exports.RegistryId = exports.Compatibility = exports.CreateRegistryResponse = exports.CreateRegistryInput = exports.CreatePartitionIndexResponse = exports.CreatePartitionIndexRequest = exports.PartitionIndex = exports.CreatePartitionResponse = exports.CreatePartitionRequest = exports.CreateMLTransformResponse = exports.CreateMLTransformRequest = exports.TransformEncryption = exports.MLUserDataEncryption = exports.MLUserDataEncryptionModeString = exports.TransformParameters = exports.TransformType = exports.FindMatchesParameters = exports.GlueTable = exports.CreateJobResponse = void 0;
|
|
7
|
+
exports.DeleteUserDefinedFunctionRequest = exports.DeleteTriggerResponse = exports.DeleteTriggerRequest = exports.DeleteTableVersionResponse = exports.DeleteTableVersionRequest = exports.DeleteTableResponse = exports.DeleteTableRequest = exports.DeleteSecurityConfigurationResponse = exports.DeleteSecurityConfigurationRequest = exports.DeleteSchemaVersionsResponse = exports.SchemaVersionErrorItem = exports.ErrorDetails = exports.DeleteSchemaVersionsInput = exports.DeleteSchemaResponse = exports.DeleteSchemaInput = exports.DeleteResourcePolicyResponse = exports.DeleteResourcePolicyRequest = exports.ConditionCheckFailureException = exports.DeleteRegistryResponse = exports.RegistryStatus = exports.DeleteRegistryInput = exports.DeletePartitionIndexResponse = exports.DeletePartitionIndexRequest = exports.ConflictException = exports.DeletePartitionResponse = exports.DeletePartitionRequest = exports.DeleteMLTransformResponse = exports.DeleteMLTransformRequest = exports.DeleteJobResponse = exports.DeleteJobRequest = exports.DeleteDevEndpointResponse = exports.DeleteDevEndpointRequest = exports.DeleteDatabaseResponse = exports.DeleteDatabaseRequest = exports.SchedulerTransitioningException = exports.DeleteCrawlerResponse = exports.DeleteCrawlerRequest = exports.CrawlerRunningException = exports.DeleteConnectionResponse = exports.DeleteConnectionRequest = exports.DeleteColumnStatisticsForTableResponse = exports.DeleteColumnStatisticsForTableRequest = exports.DeleteColumnStatisticsForPartitionResponse = exports.DeleteColumnStatisticsForPartitionRequest = exports.DeleteClassifierResponse = exports.DeleteClassifierRequest = exports.DeleteBlueprintResponse = exports.DeleteBlueprintRequest = exports.CreateWorkflowResponse = exports.CreateWorkflowRequest = void 0;
|
|
8
|
+
exports.CrawlerMetrics = exports.GetCrawlerMetricsRequest = exports.GetCrawlerResponse = exports.GetCrawlerRequest = exports.GetConnectionsResponse = exports.GetConnectionsRequest = exports.GetConnectionsFilter = exports.GetConnectionResponse = exports.Connection = exports.GetConnectionRequest = exports.GetColumnStatisticsForTableResponse = exports.GetColumnStatisticsForTableRequest = exports.GetColumnStatisticsForPartitionResponse = exports.ColumnError = exports.ColumnStatistics = exports.ColumnStatisticsData = exports.ColumnStatisticsType = exports.StringColumnStatisticsData = exports.LongColumnStatisticsData = exports.DoubleColumnStatisticsData = exports.DecimalColumnStatisticsData = exports.DecimalNumber = exports.DateColumnStatisticsData = exports.BooleanColumnStatisticsData = exports.BinaryColumnStatisticsData = exports.GetColumnStatisticsForPartitionRequest = exports.GetClassifiersResponse = exports.GetClassifiersRequest = exports.GetClassifierResponse = exports.Classifier = exports.XMLClassifier = exports.JsonClassifier = exports.GrokClassifier = exports.CsvClassifier = exports.GetClassifierRequest = exports.GetCatalogImportStatusResponse = exports.CatalogImportStatus = exports.GetCatalogImportStatusRequest = exports.GetBlueprintRunsResponse = exports.GetBlueprintRunsRequest = exports.GetBlueprintRunResponse = exports.BlueprintRun = exports.BlueprintRunState = exports.GetBlueprintRunRequest = exports.GetBlueprintResponse = exports.GetBlueprintRequest = exports.DeleteWorkflowResponse = exports.DeleteWorkflowRequest = exports.DeleteUserDefinedFunctionResponse = void 0;
|
|
9
|
+
const GlueServiceException_1 = require("./GlueServiceException");
|
|
10
|
+
class AccessDeniedException extends GlueServiceException_1.GlueServiceException {
|
|
11
|
+
constructor(opts) {
|
|
12
|
+
super({
|
|
13
|
+
name: "AccessDeniedException",
|
|
14
|
+
$fault: "client",
|
|
15
|
+
...opts,
|
|
16
|
+
});
|
|
17
|
+
this.name = "AccessDeniedException";
|
|
18
|
+
this.$fault = "client";
|
|
19
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
20
|
+
this.Message = opts.Message;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
9
24
|
var NotificationProperty;
|
|
10
25
|
(function (NotificationProperty) {
|
|
11
26
|
NotificationProperty.filterSensitiveLog = (obj) => ({
|
|
@@ -18,6 +33,20 @@ var Action;
|
|
|
18
33
|
...obj,
|
|
19
34
|
});
|
|
20
35
|
})(Action = exports.Action || (exports.Action = {}));
|
|
36
|
+
class AlreadyExistsException extends GlueServiceException_1.GlueServiceException {
|
|
37
|
+
constructor(opts) {
|
|
38
|
+
super({
|
|
39
|
+
name: "AlreadyExistsException",
|
|
40
|
+
$fault: "client",
|
|
41
|
+
...opts,
|
|
42
|
+
});
|
|
43
|
+
this.name = "AlreadyExistsException";
|
|
44
|
+
this.$fault = "client";
|
|
45
|
+
Object.setPrototypeOf(this, AlreadyExistsException.prototype);
|
|
46
|
+
this.Message = opts.Message;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
exports.AlreadyExistsException = AlreadyExistsException;
|
|
21
50
|
var AuditContext;
|
|
22
51
|
(function (AuditContext) {
|
|
23
52
|
AuditContext.filterSensitiveLog = (obj) => ({
|
|
@@ -96,6 +125,90 @@ var BatchCreatePartitionResponse;
|
|
|
96
125
|
...obj,
|
|
97
126
|
});
|
|
98
127
|
})(BatchCreatePartitionResponse = exports.BatchCreatePartitionResponse || (exports.BatchCreatePartitionResponse = {}));
|
|
128
|
+
class EntityNotFoundException extends GlueServiceException_1.GlueServiceException {
|
|
129
|
+
constructor(opts) {
|
|
130
|
+
super({
|
|
131
|
+
name: "EntityNotFoundException",
|
|
132
|
+
$fault: "client",
|
|
133
|
+
...opts,
|
|
134
|
+
});
|
|
135
|
+
this.name = "EntityNotFoundException";
|
|
136
|
+
this.$fault = "client";
|
|
137
|
+
Object.setPrototypeOf(this, EntityNotFoundException.prototype);
|
|
138
|
+
this.Message = opts.Message;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
exports.EntityNotFoundException = EntityNotFoundException;
|
|
142
|
+
class GlueEncryptionException extends GlueServiceException_1.GlueServiceException {
|
|
143
|
+
constructor(opts) {
|
|
144
|
+
super({
|
|
145
|
+
name: "GlueEncryptionException",
|
|
146
|
+
$fault: "client",
|
|
147
|
+
...opts,
|
|
148
|
+
});
|
|
149
|
+
this.name = "GlueEncryptionException";
|
|
150
|
+
this.$fault = "client";
|
|
151
|
+
Object.setPrototypeOf(this, GlueEncryptionException.prototype);
|
|
152
|
+
this.Message = opts.Message;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
exports.GlueEncryptionException = GlueEncryptionException;
|
|
156
|
+
class InternalServiceException extends GlueServiceException_1.GlueServiceException {
|
|
157
|
+
constructor(opts) {
|
|
158
|
+
super({
|
|
159
|
+
name: "InternalServiceException",
|
|
160
|
+
$fault: "server",
|
|
161
|
+
...opts,
|
|
162
|
+
});
|
|
163
|
+
this.name = "InternalServiceException";
|
|
164
|
+
this.$fault = "server";
|
|
165
|
+
Object.setPrototypeOf(this, InternalServiceException.prototype);
|
|
166
|
+
this.Message = opts.Message;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
exports.InternalServiceException = InternalServiceException;
|
|
170
|
+
class InvalidInputException extends GlueServiceException_1.GlueServiceException {
|
|
171
|
+
constructor(opts) {
|
|
172
|
+
super({
|
|
173
|
+
name: "InvalidInputException",
|
|
174
|
+
$fault: "client",
|
|
175
|
+
...opts,
|
|
176
|
+
});
|
|
177
|
+
this.name = "InvalidInputException";
|
|
178
|
+
this.$fault = "client";
|
|
179
|
+
Object.setPrototypeOf(this, InvalidInputException.prototype);
|
|
180
|
+
this.Message = opts.Message;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
exports.InvalidInputException = InvalidInputException;
|
|
184
|
+
class OperationTimeoutException extends GlueServiceException_1.GlueServiceException {
|
|
185
|
+
constructor(opts) {
|
|
186
|
+
super({
|
|
187
|
+
name: "OperationTimeoutException",
|
|
188
|
+
$fault: "client",
|
|
189
|
+
...opts,
|
|
190
|
+
});
|
|
191
|
+
this.name = "OperationTimeoutException";
|
|
192
|
+
this.$fault = "client";
|
|
193
|
+
Object.setPrototypeOf(this, OperationTimeoutException.prototype);
|
|
194
|
+
this.Message = opts.Message;
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
exports.OperationTimeoutException = OperationTimeoutException;
|
|
198
|
+
class ResourceNumberLimitExceededException extends GlueServiceException_1.GlueServiceException {
|
|
199
|
+
constructor(opts) {
|
|
200
|
+
super({
|
|
201
|
+
name: "ResourceNumberLimitExceededException",
|
|
202
|
+
$fault: "client",
|
|
203
|
+
...opts,
|
|
204
|
+
});
|
|
205
|
+
this.name = "ResourceNumberLimitExceededException";
|
|
206
|
+
this.$fault = "client";
|
|
207
|
+
Object.setPrototypeOf(this, ResourceNumberLimitExceededException.prototype);
|
|
208
|
+
this.Message = opts.Message;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
exports.ResourceNumberLimitExceededException = ResourceNumberLimitExceededException;
|
|
99
212
|
var BatchDeleteConnectionRequest;
|
|
100
213
|
(function (BatchDeleteConnectionRequest) {
|
|
101
214
|
BatchDeleteConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -144,6 +257,20 @@ var BatchDeleteTableResponse;
|
|
|
144
257
|
...obj,
|
|
145
258
|
});
|
|
146
259
|
})(BatchDeleteTableResponse = exports.BatchDeleteTableResponse || (exports.BatchDeleteTableResponse = {}));
|
|
260
|
+
class ResourceNotReadyException extends GlueServiceException_1.GlueServiceException {
|
|
261
|
+
constructor(opts) {
|
|
262
|
+
super({
|
|
263
|
+
name: "ResourceNotReadyException",
|
|
264
|
+
$fault: "client",
|
|
265
|
+
...opts,
|
|
266
|
+
});
|
|
267
|
+
this.name = "ResourceNotReadyException";
|
|
268
|
+
this.$fault = "client";
|
|
269
|
+
Object.setPrototypeOf(this, ResourceNotReadyException.prototype);
|
|
270
|
+
this.Message = opts.Message;
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
exports.ResourceNotReadyException = ResourceNotReadyException;
|
|
147
274
|
var BatchDeleteTableVersionRequest;
|
|
148
275
|
(function (BatchDeleteTableVersionRequest) {
|
|
149
276
|
BatchDeleteTableVersionRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -401,6 +528,20 @@ var BatchGetPartitionResponse;
|
|
|
401
528
|
...obj,
|
|
402
529
|
});
|
|
403
530
|
})(BatchGetPartitionResponse = exports.BatchGetPartitionResponse || (exports.BatchGetPartitionResponse = {}));
|
|
531
|
+
class InvalidStateException extends GlueServiceException_1.GlueServiceException {
|
|
532
|
+
constructor(opts) {
|
|
533
|
+
super({
|
|
534
|
+
name: "InvalidStateException",
|
|
535
|
+
$fault: "client",
|
|
536
|
+
...opts,
|
|
537
|
+
});
|
|
538
|
+
this.name = "InvalidStateException";
|
|
539
|
+
this.$fault = "client";
|
|
540
|
+
Object.setPrototypeOf(this, InvalidStateException.prototype);
|
|
541
|
+
this.Message = opts.Message;
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
exports.InvalidStateException = InvalidStateException;
|
|
404
545
|
var BatchGetTriggersRequest;
|
|
405
546
|
(function (BatchGetTriggersRequest) {
|
|
406
547
|
BatchGetTriggersRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -813,6 +954,20 @@ var CreateCrawlerResponse;
|
|
|
813
954
|
...obj,
|
|
814
955
|
});
|
|
815
956
|
})(CreateCrawlerResponse = exports.CreateCrawlerResponse || (exports.CreateCrawlerResponse = {}));
|
|
957
|
+
class ConcurrentModificationException extends GlueServiceException_1.GlueServiceException {
|
|
958
|
+
constructor(opts) {
|
|
959
|
+
super({
|
|
960
|
+
name: "ConcurrentModificationException",
|
|
961
|
+
$fault: "client",
|
|
962
|
+
...opts,
|
|
963
|
+
});
|
|
964
|
+
this.name = "ConcurrentModificationException";
|
|
965
|
+
this.$fault = "client";
|
|
966
|
+
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
967
|
+
this.Message = opts.Message;
|
|
968
|
+
}
|
|
969
|
+
}
|
|
970
|
+
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
816
971
|
var Permission;
|
|
817
972
|
(function (Permission) {
|
|
818
973
|
Permission["ALL"] = "ALL";
|
|
@@ -873,6 +1028,34 @@ var CreateDevEndpointResponse;
|
|
|
873
1028
|
...obj,
|
|
874
1029
|
});
|
|
875
1030
|
})(CreateDevEndpointResponse = exports.CreateDevEndpointResponse || (exports.CreateDevEndpointResponse = {}));
|
|
1031
|
+
class IdempotentParameterMismatchException extends GlueServiceException_1.GlueServiceException {
|
|
1032
|
+
constructor(opts) {
|
|
1033
|
+
super({
|
|
1034
|
+
name: "IdempotentParameterMismatchException",
|
|
1035
|
+
$fault: "client",
|
|
1036
|
+
...opts,
|
|
1037
|
+
});
|
|
1038
|
+
this.name = "IdempotentParameterMismatchException";
|
|
1039
|
+
this.$fault = "client";
|
|
1040
|
+
Object.setPrototypeOf(this, IdempotentParameterMismatchException.prototype);
|
|
1041
|
+
this.Message = opts.Message;
|
|
1042
|
+
}
|
|
1043
|
+
}
|
|
1044
|
+
exports.IdempotentParameterMismatchException = IdempotentParameterMismatchException;
|
|
1045
|
+
class ValidationException extends GlueServiceException_1.GlueServiceException {
|
|
1046
|
+
constructor(opts) {
|
|
1047
|
+
super({
|
|
1048
|
+
name: "ValidationException",
|
|
1049
|
+
$fault: "client",
|
|
1050
|
+
...opts,
|
|
1051
|
+
});
|
|
1052
|
+
this.name = "ValidationException";
|
|
1053
|
+
this.$fault = "client";
|
|
1054
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
1055
|
+
this.Message = opts.Message;
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
exports.ValidationException = ValidationException;
|
|
876
1059
|
var CreateJobRequest;
|
|
877
1060
|
(function (CreateJobRequest) {
|
|
878
1061
|
CreateJobRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1251,6 +1434,20 @@ var DeleteConnectionResponse;
|
|
|
1251
1434
|
...obj,
|
|
1252
1435
|
});
|
|
1253
1436
|
})(DeleteConnectionResponse = exports.DeleteConnectionResponse || (exports.DeleteConnectionResponse = {}));
|
|
1437
|
+
class CrawlerRunningException extends GlueServiceException_1.GlueServiceException {
|
|
1438
|
+
constructor(opts) {
|
|
1439
|
+
super({
|
|
1440
|
+
name: "CrawlerRunningException",
|
|
1441
|
+
$fault: "client",
|
|
1442
|
+
...opts,
|
|
1443
|
+
});
|
|
1444
|
+
this.name = "CrawlerRunningException";
|
|
1445
|
+
this.$fault = "client";
|
|
1446
|
+
Object.setPrototypeOf(this, CrawlerRunningException.prototype);
|
|
1447
|
+
this.Message = opts.Message;
|
|
1448
|
+
}
|
|
1449
|
+
}
|
|
1450
|
+
exports.CrawlerRunningException = CrawlerRunningException;
|
|
1254
1451
|
var DeleteCrawlerRequest;
|
|
1255
1452
|
(function (DeleteCrawlerRequest) {
|
|
1256
1453
|
DeleteCrawlerRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1263,6 +1460,20 @@ var DeleteCrawlerResponse;
|
|
|
1263
1460
|
...obj,
|
|
1264
1461
|
});
|
|
1265
1462
|
})(DeleteCrawlerResponse = exports.DeleteCrawlerResponse || (exports.DeleteCrawlerResponse = {}));
|
|
1463
|
+
class SchedulerTransitioningException extends GlueServiceException_1.GlueServiceException {
|
|
1464
|
+
constructor(opts) {
|
|
1465
|
+
super({
|
|
1466
|
+
name: "SchedulerTransitioningException",
|
|
1467
|
+
$fault: "client",
|
|
1468
|
+
...opts,
|
|
1469
|
+
});
|
|
1470
|
+
this.name = "SchedulerTransitioningException";
|
|
1471
|
+
this.$fault = "client";
|
|
1472
|
+
Object.setPrototypeOf(this, SchedulerTransitioningException.prototype);
|
|
1473
|
+
this.Message = opts.Message;
|
|
1474
|
+
}
|
|
1475
|
+
}
|
|
1476
|
+
exports.SchedulerTransitioningException = SchedulerTransitioningException;
|
|
1266
1477
|
var DeleteDatabaseRequest;
|
|
1267
1478
|
(function (DeleteDatabaseRequest) {
|
|
1268
1479
|
DeleteDatabaseRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1323,6 +1534,20 @@ var DeletePartitionResponse;
|
|
|
1323
1534
|
...obj,
|
|
1324
1535
|
});
|
|
1325
1536
|
})(DeletePartitionResponse = exports.DeletePartitionResponse || (exports.DeletePartitionResponse = {}));
|
|
1537
|
+
class ConflictException extends GlueServiceException_1.GlueServiceException {
|
|
1538
|
+
constructor(opts) {
|
|
1539
|
+
super({
|
|
1540
|
+
name: "ConflictException",
|
|
1541
|
+
$fault: "client",
|
|
1542
|
+
...opts,
|
|
1543
|
+
});
|
|
1544
|
+
this.name = "ConflictException";
|
|
1545
|
+
this.$fault = "client";
|
|
1546
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
1547
|
+
this.Message = opts.Message;
|
|
1548
|
+
}
|
|
1549
|
+
}
|
|
1550
|
+
exports.ConflictException = ConflictException;
|
|
1326
1551
|
var DeletePartitionIndexRequest;
|
|
1327
1552
|
(function (DeletePartitionIndexRequest) {
|
|
1328
1553
|
DeletePartitionIndexRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1352,6 +1577,20 @@ var DeleteRegistryResponse;
|
|
|
1352
1577
|
...obj,
|
|
1353
1578
|
});
|
|
1354
1579
|
})(DeleteRegistryResponse = exports.DeleteRegistryResponse || (exports.DeleteRegistryResponse = {}));
|
|
1580
|
+
class ConditionCheckFailureException extends GlueServiceException_1.GlueServiceException {
|
|
1581
|
+
constructor(opts) {
|
|
1582
|
+
super({
|
|
1583
|
+
name: "ConditionCheckFailureException",
|
|
1584
|
+
$fault: "client",
|
|
1585
|
+
...opts,
|
|
1586
|
+
});
|
|
1587
|
+
this.name = "ConditionCheckFailureException";
|
|
1588
|
+
this.$fault = "client";
|
|
1589
|
+
Object.setPrototypeOf(this, ConditionCheckFailureException.prototype);
|
|
1590
|
+
this.Message = opts.Message;
|
|
1591
|
+
}
|
|
1592
|
+
}
|
|
1593
|
+
exports.ConditionCheckFailureException = ConditionCheckFailureException;
|
|
1355
1594
|
var DeleteResourcePolicyRequest;
|
|
1356
1595
|
(function (DeleteResourcePolicyRequest) {
|
|
1357
1596
|
DeleteResourcePolicyRequest.filterSensitiveLog = (obj) => ({
|