@aws-sdk/client-glue 3.52.0 → 3.53.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 +11 -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 +1693 -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 +3796 -7041
- 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 +79 -34
- 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 +57 -34
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **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))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
7
18
|
|
|
8
19
|
|
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) => ({
|
|
@@ -2,10 +2,11 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetMLTaskRunsRequest = exports.TaskRunSortCriteria = exports.SortDirectionType = exports.TaskRunSortColumnType = exports.TaskRunFilterCriteria = exports.GetMLTaskRunResponse = exports.TaskRunProperties = exports.TaskType = exports.LabelingSetGenerationTaskRunProperties = exports.ImportLabelsTaskRunProperties = exports.FindMatchesTaskRunProperties = exports.ExportLabelsTaskRunProperties = exports.GetMLTaskRunRequest = exports.GetMappingResponse = exports.MappingEntry = exports.GetMappingRequest = exports.CatalogEntry = exports.Location = exports.GetJobsResponse = exports.GetJobsRequest = exports.GetJobRunsResponse = exports.GetJobRunsRequest = exports.GetJobRunResponse = exports.GetJobRunRequest = exports.GetJobBookmarkResponse = exports.JobBookmarkEntry = exports.GetJobBookmarkRequest = exports.GetJobResponse = exports.GetJobRequest = exports.GetDevEndpointsResponse = exports.GetDevEndpointsRequest = exports.GetDevEndpointResponse = exports.GetDevEndpointRequest = exports.GetDataflowGraphResponse = exports.GetDataflowGraphRequest = exports.GetDataCatalogEncryptionSettingsResponse = exports.DataCatalogEncryptionSettings = exports.EncryptionAtRest = exports.CatalogEncryptionMode = exports.ConnectionPasswordEncryption = exports.GetDataCatalogEncryptionSettingsRequest = exports.GetDatabasesResponse = exports.GetDatabasesRequest = exports.ResourceShareType = exports.GetDatabaseResponse = exports.Database = exports.GetDatabaseRequest = exports.GetCrawlersResponse = exports.GetCrawlersRequest = exports.GetCrawlerMetricsResponse = void 0;
|
|
4
4
|
exports.GetSecurityConfigurationResponse = exports.SecurityConfiguration = exports.GetSecurityConfigurationRequest = exports.GetSchemaVersionsDiffResponse = exports.GetSchemaVersionsDiffInput = exports.SchemaDiffType = exports.GetSchemaVersionResponse = exports.GetSchemaVersionInput = exports.SchemaVersionNumber = exports.GetSchemaByDefinitionResponse = exports.GetSchemaByDefinitionInput = exports.GetSchemaResponse = exports.GetSchemaInput = exports.GetResourcePolicyResponse = exports.GetResourcePolicyRequest = exports.GetResourcePoliciesResponse = exports.GluePolicy = exports.GetResourcePoliciesRequest = exports.GetRegistryResponse = exports.GetRegistryInput = exports.GetPlanResponse = exports.GetPlanRequest = exports.GetPartitionsResponse = exports.GetPartitionsRequest = exports.Segment = exports.GetPartitionIndexesResponse = exports.PartitionIndexDescriptor = exports.KeySchemaElement = exports.PartitionIndexStatus = exports.BackfillError = exports.BackfillErrorCode = exports.GetPartitionIndexesRequest = exports.GetPartitionResponse = exports.GetPartitionRequest = exports.GetMLTransformsResponse = exports.MLTransform = exports.GetMLTransformsRequest = exports.TransformSortCriteria = exports.TransformSortColumnType = exports.TransformFilterCriteria = exports.GetMLTransformResponse = exports.TransformStatusType = exports.SchemaColumn = exports.EvaluationMetrics = exports.FindMatchesMetrics = exports.ConfusionMatrix = exports.ColumnImportance = exports.GetMLTransformRequest = exports.GetMLTaskRunsResponse = exports.TaskRun = void 0;
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.UpdateWorkflowResponse = exports.UpdateWorkflowRequest = exports.UpdateUserDefinedFunctionResponse = exports.UpdateUserDefinedFunctionRequest = exports.UpdateTriggerResponse = exports.UpdateTriggerRequest = exports.TriggerUpdate = exports.UpdateTableResponse = exports.UpdateTableRequest = exports.UpdateSchemaResponse = exports.UpdateSchemaInput = exports.UpdateRegistryResponse = exports.UpdateRegistryInput = exports.UpdatePartitionResponse = exports.UpdatePartitionRequest = exports.UpdateMLTransformResponse = exports.UpdateMLTransformRequest = exports.UpdateJobResponse = exports.UpdateJobRequest = exports.JobUpdate = void 0;
|
|
5
|
+
exports.ListJobsRequest = exports.ListDevEndpointsResponse = exports.ListDevEndpointsRequest = exports.ListCrawlersResponse = exports.ListCrawlersRequest = exports.ListBlueprintsResponse = exports.ListBlueprintsRequest = exports.ImportCatalogToGlueResponse = exports.ImportCatalogToGlueRequest = exports.GetWorkflowRunsResponse = exports.GetWorkflowRunsRequest = exports.GetWorkflowRunPropertiesResponse = exports.GetWorkflowRunPropertiesRequest = exports.GetWorkflowRunResponse = exports.GetWorkflowRunRequest = exports.GetWorkflowResponse = exports.GetWorkflowRequest = exports.GetUserDefinedFunctionsResponse = exports.GetUserDefinedFunctionsRequest = exports.GetUserDefinedFunctionResponse = exports.UserDefinedFunction = exports.GetUserDefinedFunctionRequest = exports.GetUnfilteredTableMetadataResponse = exports.ColumnRowFilter = exports.GetUnfilteredTableMetadataRequest = exports.GetUnfilteredPartitionsMetadataResponse = exports.UnfilteredPartition = exports.GetUnfilteredPartitionsMetadataRequest = exports.PermissionTypeMismatchException = exports.GetUnfilteredPartitionMetadataResponse = exports.GetUnfilteredPartitionMetadataRequest = exports.PermissionType = exports.GetTriggersResponse = exports.GetTriggersRequest = exports.GetTriggerResponse = exports.GetTriggerRequest = exports.GetTagsResponse = exports.GetTagsRequest = exports.GetTableVersionsResponse = exports.GetTableVersionsRequest = exports.GetTableVersionResponse = exports.TableVersion = exports.GetTableVersionRequest = exports.GetTablesResponse = exports.GetTablesRequest = exports.GetTableResponse = exports.Table = exports.GetTableRequest = exports.GetSecurityConfigurationsResponse = exports.GetSecurityConfigurationsRequest = void 0;
|
|
6
|
+
exports.StartBlueprintRunResponse = exports.StartBlueprintRunRequest = exports.IllegalBlueprintStateException = exports.SearchTablesResponse = exports.SearchTablesRequest = exports.SortCriterion = exports.Sort = exports.PropertyPredicate = exports.Comparator = exports.ResumeWorkflowRunResponse = exports.ResumeWorkflowRunRequest = exports.IllegalWorkflowStateException = exports.ConcurrentRunsExceededException = exports.ResetJobBookmarkResponse = exports.ResetJobBookmarkRequest = exports.RemoveSchemaVersionMetadataResponse = exports.RemoveSchemaVersionMetadataInput = exports.RegisterSchemaVersionResponse = exports.RegisterSchemaVersionInput = exports.QuerySchemaVersionMetadataResponse = exports.MetadataInfo = exports.OtherMetadataValueListItem = exports.QuerySchemaVersionMetadataInput = exports.PutWorkflowRunPropertiesResponse = exports.PutWorkflowRunPropertiesRequest = exports.PutSchemaVersionMetadataResponse = exports.PutSchemaVersionMetadataInput = exports.MetadataKeyValuePair = exports.PutResourcePolicyResponse = exports.PutResourcePolicyRequest = exports.ExistCondition = exports.EnableHybridValues = exports.PutDataCatalogEncryptionSettingsResponse = exports.PutDataCatalogEncryptionSettingsRequest = exports.ListWorkflowsResponse = exports.ListWorkflowsRequest = exports.ListTriggersResponse = exports.ListTriggersRequest = exports.ListSchemaVersionsResponse = exports.SchemaVersionListItem = exports.ListSchemaVersionsInput = exports.ListSchemasResponse = exports.SchemaListItem = exports.ListSchemasInput = exports.ListRegistriesResponse = exports.RegistryListItem = exports.ListRegistriesInput = exports.ListMLTransformsResponse = exports.ListMLTransformsRequest = exports.ListJobsResponse = void 0;
|
|
7
|
+
exports.UpdateColumnStatisticsForTableResponse = exports.UpdateColumnStatisticsForTableRequest = exports.UpdateColumnStatisticsForPartitionResponse = exports.ColumnStatisticsError = exports.UpdateColumnStatisticsForPartitionRequest = exports.VersionMismatchException = exports.UpdateClassifierResponse = exports.UpdateClassifierRequest = exports.UpdateXMLClassifierRequest = exports.UpdateJsonClassifierRequest = exports.UpdateGrokClassifierRequest = exports.UpdateCsvClassifierRequest = exports.UpdateBlueprintResponse = exports.UpdateBlueprintRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StopWorkflowRunResponse = exports.StopWorkflowRunRequest = exports.StopTriggerResponse = exports.StopTriggerRequest = exports.StopCrawlerScheduleResponse = exports.StopCrawlerScheduleRequest = exports.SchedulerNotRunningException = exports.StopCrawlerResponse = exports.StopCrawlerRequest = exports.CrawlerStoppingException = exports.CrawlerNotRunningException = exports.StartWorkflowRunResponse = exports.StartWorkflowRunRequest = exports.StartTriggerResponse = exports.StartTriggerRequest = exports.StartMLLabelingSetGenerationTaskRunResponse = exports.StartMLLabelingSetGenerationTaskRunRequest = exports.StartMLEvaluationTaskRunResponse = exports.StartMLEvaluationTaskRunRequest = exports.MLTransformNotReadyException = exports.StartJobRunResponse = exports.StartJobRunRequest = exports.StartImportLabelsTaskRunResponse = exports.StartImportLabelsTaskRunRequest = exports.StartExportLabelsTaskRunResponse = exports.StartExportLabelsTaskRunRequest = exports.StartCrawlerScheduleResponse = exports.StartCrawlerScheduleRequest = exports.SchedulerRunningException = exports.NoScheduleException = exports.StartCrawlerResponse = exports.StartCrawlerRequest = void 0;
|
|
8
|
+
exports.UpdateWorkflowResponse = exports.UpdateWorkflowRequest = exports.UpdateUserDefinedFunctionResponse = exports.UpdateUserDefinedFunctionRequest = exports.UpdateTriggerResponse = exports.UpdateTriggerRequest = exports.TriggerUpdate = exports.UpdateTableResponse = exports.UpdateTableRequest = exports.UpdateSchemaResponse = exports.UpdateSchemaInput = exports.UpdateRegistryResponse = exports.UpdateRegistryInput = exports.UpdatePartitionResponse = exports.UpdatePartitionRequest = exports.UpdateMLTransformResponse = exports.UpdateMLTransformRequest = exports.UpdateJobResponse = exports.UpdateJobRequest = exports.JobUpdate = exports.UpdateDevEndpointResponse = exports.UpdateDevEndpointRequest = exports.DevEndpointCustomLibraries = exports.UpdateDatabaseResponse = exports.UpdateDatabaseRequest = exports.UpdateCrawlerScheduleResponse = exports.UpdateCrawlerScheduleRequest = exports.UpdateCrawlerResponse = exports.UpdateCrawlerRequest = exports.UpdateConnectionResponse = exports.UpdateConnectionRequest = void 0;
|
|
9
|
+
const GlueServiceException_1 = require("./GlueServiceException");
|
|
9
10
|
var GetCrawlerMetricsResponse;
|
|
10
11
|
(function (GetCrawlerMetricsResponse) {
|
|
11
12
|
GetCrawlerMetricsResponse.filterSensitiveLog = (obj) => ({
|
|
@@ -733,6 +734,20 @@ var GetUnfilteredPartitionMetadataResponse;
|
|
|
733
734
|
...obj,
|
|
734
735
|
});
|
|
735
736
|
})(GetUnfilteredPartitionMetadataResponse = exports.GetUnfilteredPartitionMetadataResponse || (exports.GetUnfilteredPartitionMetadataResponse = {}));
|
|
737
|
+
class PermissionTypeMismatchException extends GlueServiceException_1.GlueServiceException {
|
|
738
|
+
constructor(opts) {
|
|
739
|
+
super({
|
|
740
|
+
name: "PermissionTypeMismatchException",
|
|
741
|
+
$fault: "client",
|
|
742
|
+
...opts,
|
|
743
|
+
});
|
|
744
|
+
this.name = "PermissionTypeMismatchException";
|
|
745
|
+
this.$fault = "client";
|
|
746
|
+
Object.setPrototypeOf(this, PermissionTypeMismatchException.prototype);
|
|
747
|
+
this.Message = opts.Message;
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
exports.PermissionTypeMismatchException = PermissionTypeMismatchException;
|
|
736
751
|
var GetUnfilteredPartitionsMetadataRequest;
|
|
737
752
|
(function (GetUnfilteredPartitionsMetadataRequest) {
|
|
738
753
|
GetUnfilteredPartitionsMetadataRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1122,6 +1137,34 @@ var ResetJobBookmarkResponse;
|
|
|
1122
1137
|
...obj,
|
|
1123
1138
|
});
|
|
1124
1139
|
})(ResetJobBookmarkResponse = exports.ResetJobBookmarkResponse || (exports.ResetJobBookmarkResponse = {}));
|
|
1140
|
+
class ConcurrentRunsExceededException extends GlueServiceException_1.GlueServiceException {
|
|
1141
|
+
constructor(opts) {
|
|
1142
|
+
super({
|
|
1143
|
+
name: "ConcurrentRunsExceededException",
|
|
1144
|
+
$fault: "client",
|
|
1145
|
+
...opts,
|
|
1146
|
+
});
|
|
1147
|
+
this.name = "ConcurrentRunsExceededException";
|
|
1148
|
+
this.$fault = "client";
|
|
1149
|
+
Object.setPrototypeOf(this, ConcurrentRunsExceededException.prototype);
|
|
1150
|
+
this.Message = opts.Message;
|
|
1151
|
+
}
|
|
1152
|
+
}
|
|
1153
|
+
exports.ConcurrentRunsExceededException = ConcurrentRunsExceededException;
|
|
1154
|
+
class IllegalWorkflowStateException extends GlueServiceException_1.GlueServiceException {
|
|
1155
|
+
constructor(opts) {
|
|
1156
|
+
super({
|
|
1157
|
+
name: "IllegalWorkflowStateException",
|
|
1158
|
+
$fault: "client",
|
|
1159
|
+
...opts,
|
|
1160
|
+
});
|
|
1161
|
+
this.name = "IllegalWorkflowStateException";
|
|
1162
|
+
this.$fault = "client";
|
|
1163
|
+
Object.setPrototypeOf(this, IllegalWorkflowStateException.prototype);
|
|
1164
|
+
this.Message = opts.Message;
|
|
1165
|
+
}
|
|
1166
|
+
}
|
|
1167
|
+
exports.IllegalWorkflowStateException = IllegalWorkflowStateException;
|
|
1125
1168
|
var ResumeWorkflowRunRequest;
|
|
1126
1169
|
(function (ResumeWorkflowRunRequest) {
|
|
1127
1170
|
ResumeWorkflowRunRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1171,6 +1214,20 @@ var SearchTablesResponse;
|
|
|
1171
1214
|
...obj,
|
|
1172
1215
|
});
|
|
1173
1216
|
})(SearchTablesResponse = exports.SearchTablesResponse || (exports.SearchTablesResponse = {}));
|
|
1217
|
+
class IllegalBlueprintStateException extends GlueServiceException_1.GlueServiceException {
|
|
1218
|
+
constructor(opts) {
|
|
1219
|
+
super({
|
|
1220
|
+
name: "IllegalBlueprintStateException",
|
|
1221
|
+
$fault: "client",
|
|
1222
|
+
...opts,
|
|
1223
|
+
});
|
|
1224
|
+
this.name = "IllegalBlueprintStateException";
|
|
1225
|
+
this.$fault = "client";
|
|
1226
|
+
Object.setPrototypeOf(this, IllegalBlueprintStateException.prototype);
|
|
1227
|
+
this.Message = opts.Message;
|
|
1228
|
+
}
|
|
1229
|
+
}
|
|
1230
|
+
exports.IllegalBlueprintStateException = IllegalBlueprintStateException;
|
|
1174
1231
|
var StartBlueprintRunRequest;
|
|
1175
1232
|
(function (StartBlueprintRunRequest) {
|
|
1176
1233
|
StartBlueprintRunRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1195,6 +1252,34 @@ var StartCrawlerResponse;
|
|
|
1195
1252
|
...obj,
|
|
1196
1253
|
});
|
|
1197
1254
|
})(StartCrawlerResponse = exports.StartCrawlerResponse || (exports.StartCrawlerResponse = {}));
|
|
1255
|
+
class NoScheduleException extends GlueServiceException_1.GlueServiceException {
|
|
1256
|
+
constructor(opts) {
|
|
1257
|
+
super({
|
|
1258
|
+
name: "NoScheduleException",
|
|
1259
|
+
$fault: "client",
|
|
1260
|
+
...opts,
|
|
1261
|
+
});
|
|
1262
|
+
this.name = "NoScheduleException";
|
|
1263
|
+
this.$fault = "client";
|
|
1264
|
+
Object.setPrototypeOf(this, NoScheduleException.prototype);
|
|
1265
|
+
this.Message = opts.Message;
|
|
1266
|
+
}
|
|
1267
|
+
}
|
|
1268
|
+
exports.NoScheduleException = NoScheduleException;
|
|
1269
|
+
class SchedulerRunningException extends GlueServiceException_1.GlueServiceException {
|
|
1270
|
+
constructor(opts) {
|
|
1271
|
+
super({
|
|
1272
|
+
name: "SchedulerRunningException",
|
|
1273
|
+
$fault: "client",
|
|
1274
|
+
...opts,
|
|
1275
|
+
});
|
|
1276
|
+
this.name = "SchedulerRunningException";
|
|
1277
|
+
this.$fault = "client";
|
|
1278
|
+
Object.setPrototypeOf(this, SchedulerRunningException.prototype);
|
|
1279
|
+
this.Message = opts.Message;
|
|
1280
|
+
}
|
|
1281
|
+
}
|
|
1282
|
+
exports.SchedulerRunningException = SchedulerRunningException;
|
|
1198
1283
|
var StartCrawlerScheduleRequest;
|
|
1199
1284
|
(function (StartCrawlerScheduleRequest) {
|
|
1200
1285
|
StartCrawlerScheduleRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1243,6 +1328,20 @@ var StartJobRunResponse;
|
|
|
1243
1328
|
...obj,
|
|
1244
1329
|
});
|
|
1245
1330
|
})(StartJobRunResponse = exports.StartJobRunResponse || (exports.StartJobRunResponse = {}));
|
|
1331
|
+
class MLTransformNotReadyException extends GlueServiceException_1.GlueServiceException {
|
|
1332
|
+
constructor(opts) {
|
|
1333
|
+
super({
|
|
1334
|
+
name: "MLTransformNotReadyException",
|
|
1335
|
+
$fault: "client",
|
|
1336
|
+
...opts,
|
|
1337
|
+
});
|
|
1338
|
+
this.name = "MLTransformNotReadyException";
|
|
1339
|
+
this.$fault = "client";
|
|
1340
|
+
Object.setPrototypeOf(this, MLTransformNotReadyException.prototype);
|
|
1341
|
+
this.Message = opts.Message;
|
|
1342
|
+
}
|
|
1343
|
+
}
|
|
1344
|
+
exports.MLTransformNotReadyException = MLTransformNotReadyException;
|
|
1246
1345
|
var StartMLEvaluationTaskRunRequest;
|
|
1247
1346
|
(function (StartMLEvaluationTaskRunRequest) {
|
|
1248
1347
|
StartMLEvaluationTaskRunRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1291,6 +1390,34 @@ var StartWorkflowRunResponse;
|
|
|
1291
1390
|
...obj,
|
|
1292
1391
|
});
|
|
1293
1392
|
})(StartWorkflowRunResponse = exports.StartWorkflowRunResponse || (exports.StartWorkflowRunResponse = {}));
|
|
1393
|
+
class CrawlerNotRunningException extends GlueServiceException_1.GlueServiceException {
|
|
1394
|
+
constructor(opts) {
|
|
1395
|
+
super({
|
|
1396
|
+
name: "CrawlerNotRunningException",
|
|
1397
|
+
$fault: "client",
|
|
1398
|
+
...opts,
|
|
1399
|
+
});
|
|
1400
|
+
this.name = "CrawlerNotRunningException";
|
|
1401
|
+
this.$fault = "client";
|
|
1402
|
+
Object.setPrototypeOf(this, CrawlerNotRunningException.prototype);
|
|
1403
|
+
this.Message = opts.Message;
|
|
1404
|
+
}
|
|
1405
|
+
}
|
|
1406
|
+
exports.CrawlerNotRunningException = CrawlerNotRunningException;
|
|
1407
|
+
class CrawlerStoppingException extends GlueServiceException_1.GlueServiceException {
|
|
1408
|
+
constructor(opts) {
|
|
1409
|
+
super({
|
|
1410
|
+
name: "CrawlerStoppingException",
|
|
1411
|
+
$fault: "client",
|
|
1412
|
+
...opts,
|
|
1413
|
+
});
|
|
1414
|
+
this.name = "CrawlerStoppingException";
|
|
1415
|
+
this.$fault = "client";
|
|
1416
|
+
Object.setPrototypeOf(this, CrawlerStoppingException.prototype);
|
|
1417
|
+
this.Message = opts.Message;
|
|
1418
|
+
}
|
|
1419
|
+
}
|
|
1420
|
+
exports.CrawlerStoppingException = CrawlerStoppingException;
|
|
1294
1421
|
var StopCrawlerRequest;
|
|
1295
1422
|
(function (StopCrawlerRequest) {
|
|
1296
1423
|
StopCrawlerRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1303,6 +1430,20 @@ var StopCrawlerResponse;
|
|
|
1303
1430
|
...obj,
|
|
1304
1431
|
});
|
|
1305
1432
|
})(StopCrawlerResponse = exports.StopCrawlerResponse || (exports.StopCrawlerResponse = {}));
|
|
1433
|
+
class SchedulerNotRunningException extends GlueServiceException_1.GlueServiceException {
|
|
1434
|
+
constructor(opts) {
|
|
1435
|
+
super({
|
|
1436
|
+
name: "SchedulerNotRunningException",
|
|
1437
|
+
$fault: "client",
|
|
1438
|
+
...opts,
|
|
1439
|
+
});
|
|
1440
|
+
this.name = "SchedulerNotRunningException";
|
|
1441
|
+
this.$fault = "client";
|
|
1442
|
+
Object.setPrototypeOf(this, SchedulerNotRunningException.prototype);
|
|
1443
|
+
this.Message = opts.Message;
|
|
1444
|
+
}
|
|
1445
|
+
}
|
|
1446
|
+
exports.SchedulerNotRunningException = SchedulerNotRunningException;
|
|
1306
1447
|
var StopCrawlerScheduleRequest;
|
|
1307
1448
|
(function (StopCrawlerScheduleRequest) {
|
|
1308
1449
|
StopCrawlerScheduleRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1411,6 +1552,20 @@ var UpdateClassifierResponse;
|
|
|
1411
1552
|
...obj,
|
|
1412
1553
|
});
|
|
1413
1554
|
})(UpdateClassifierResponse = exports.UpdateClassifierResponse || (exports.UpdateClassifierResponse = {}));
|
|
1555
|
+
class VersionMismatchException extends GlueServiceException_1.GlueServiceException {
|
|
1556
|
+
constructor(opts) {
|
|
1557
|
+
super({
|
|
1558
|
+
name: "VersionMismatchException",
|
|
1559
|
+
$fault: "client",
|
|
1560
|
+
...opts,
|
|
1561
|
+
});
|
|
1562
|
+
this.name = "VersionMismatchException";
|
|
1563
|
+
this.$fault = "client";
|
|
1564
|
+
Object.setPrototypeOf(this, VersionMismatchException.prototype);
|
|
1565
|
+
this.Message = opts.Message;
|
|
1566
|
+
}
|
|
1567
|
+
}
|
|
1568
|
+
exports.VersionMismatchException = VersionMismatchException;
|
|
1414
1569
|
var UpdateColumnStatisticsForPartitionRequest;
|
|
1415
1570
|
(function (UpdateColumnStatisticsForPartitionRequest) {
|
|
1416
1571
|
UpdateColumnStatisticsForPartitionRequest.filterSensitiveLog = (obj) => ({
|