@aws-sdk/client-glue 3.965.0 → 3.967.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/README.md +28 -0
- package/dist-cjs/index.js +233 -0
- package/dist-es/Glue.js +8 -0
- package/dist-es/commands/GetMaterializedViewRefreshTaskRunCommand.js +16 -0
- package/dist-es/commands/ListMaterializedViewRefreshTaskRunsCommand.js +16 -0
- package/dist-es/commands/StartMaterializedViewRefreshTaskRunCommand.js +16 -0
- package/dist-es/commands/StopMaterializedViewRefreshTaskRunCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/enums.js +11 -0
- package/dist-es/models/errors.js +42 -0
- package/dist-es/pagination/ListMaterializedViewRefreshTaskRunsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +101 -1
- package/dist-types/Glue.d.ts +28 -0
- package/dist-types/GlueClient.d.ts +6 -2
- package/dist-types/commands/GetMLTransformCommand.d.ts +2 -1
- package/dist-types/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +103 -0
- package/dist-types/commands/ListMaterializedViewRefreshTaskRunsCommand.d.ts +106 -0
- package/dist-types/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +95 -0
- package/dist-types/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +89 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTableOptimizerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTriggerCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/enums.d.ts +27 -0
- package/dist-types/models/errors.d.ts +39 -0
- package/dist-types/models/models_1.d.ts +107 -152
- package/dist-types/models/models_2.d.ts +259 -202
- package/dist-types/models/models_3.d.ts +203 -4
- package/dist-types/pagination/ListMaterializedViewRefreshTaskRunsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +16 -0
- package/dist-types/ts3.4/Glue.d.ts +92 -0
- package/dist-types/ts3.4/GlueClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListMaterializedViewRefreshTaskRunsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTableOptimizerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +15 -0
- package/dist-types/ts3.4/models/errors.d.ts +33 -0
- package/dist-types/ts3.4/models/models_1.d.ts +26 -30
- package/dist-types/ts3.4/models/models_2.d.ts +59 -50
- package/dist-types/ts3.4/models/models_3.d.ts +50 -0
- package/dist-types/ts3.4/pagination/ListMaterializedViewRefreshTaskRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +16 -0
- package/package.json +11 -11
|
@@ -132,6 +132,7 @@ export * from "./GetMLTaskRunsCommand";
|
|
|
132
132
|
export * from "./GetMLTransformCommand";
|
|
133
133
|
export * from "./GetMLTransformsCommand";
|
|
134
134
|
export * from "./GetMappingCommand";
|
|
135
|
+
export * from "./GetMaterializedViewRefreshTaskRunCommand";
|
|
135
136
|
export * from "./GetPartitionCommand";
|
|
136
137
|
export * from "./GetPartitionIndexesCommand";
|
|
137
138
|
export * from "./GetPartitionsCommand";
|
|
@@ -183,6 +184,7 @@ export * from "./ListEntitiesCommand";
|
|
|
183
184
|
export * from "./ListIntegrationResourcePropertiesCommand";
|
|
184
185
|
export * from "./ListJobsCommand";
|
|
185
186
|
export * from "./ListMLTransformsCommand";
|
|
187
|
+
export * from "./ListMaterializedViewRefreshTaskRunsCommand";
|
|
186
188
|
export * from "./ListRegistriesCommand";
|
|
187
189
|
export * from "./ListSchemaVersionsCommand";
|
|
188
190
|
export * from "./ListSchemasCommand";
|
|
@@ -217,12 +219,14 @@ export * from "./StartImportLabelsTaskRunCommand";
|
|
|
217
219
|
export * from "./StartJobRunCommand";
|
|
218
220
|
export * from "./StartMLEvaluationTaskRunCommand";
|
|
219
221
|
export * from "./StartMLLabelingSetGenerationTaskRunCommand";
|
|
222
|
+
export * from "./StartMaterializedViewRefreshTaskRunCommand";
|
|
220
223
|
export * from "./StartTriggerCommand";
|
|
221
224
|
export * from "./StartWorkflowRunCommand";
|
|
222
225
|
export * from "./StopColumnStatisticsTaskRunCommand";
|
|
223
226
|
export * from "./StopColumnStatisticsTaskRunScheduleCommand";
|
|
224
227
|
export * from "./StopCrawlerCommand";
|
|
225
228
|
export * from "./StopCrawlerScheduleCommand";
|
|
229
|
+
export * from "./StopMaterializedViewRefreshTaskRunCommand";
|
|
226
230
|
export * from "./StopSessionCommand";
|
|
227
231
|
export * from "./StopTriggerCommand";
|
|
228
232
|
export * from "./StopWorkflowRunCommand";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -792,6 +792,17 @@ export const DQCompositeRuleEvaluationMethod = {
|
|
|
792
792
|
COLUMN: "COLUMN",
|
|
793
793
|
ROW: "ROW",
|
|
794
794
|
};
|
|
795
|
+
export const MaterializedViewRefreshType = {
|
|
796
|
+
FULL: "FULL",
|
|
797
|
+
INCREMENTAL: "INCREMENTAL",
|
|
798
|
+
};
|
|
799
|
+
export const MaterializedViewRefreshState = {
|
|
800
|
+
FAILED: "FAILED",
|
|
801
|
+
RUNNING: "RUNNING",
|
|
802
|
+
STARTING: "STARTING",
|
|
803
|
+
STOPPED: "STOPPED",
|
|
804
|
+
SUCCEEDED: "SUCCEEDED",
|
|
805
|
+
};
|
|
795
806
|
export const TaskType = {
|
|
796
807
|
EVALUATION: "EVALUATION",
|
|
797
808
|
EXPORT_LABELS: "EXPORT_LABELS",
|
package/dist-es/models/errors.js
CHANGED
|
@@ -539,6 +539,20 @@ export class SchedulerRunningException extends __BaseException {
|
|
|
539
539
|
this.Message = opts.Message;
|
|
540
540
|
}
|
|
541
541
|
}
|
|
542
|
+
export class MaterializedViewRefreshTaskRunningException extends __BaseException {
|
|
543
|
+
name = "MaterializedViewRefreshTaskRunningException";
|
|
544
|
+
$fault = "client";
|
|
545
|
+
Message;
|
|
546
|
+
constructor(opts) {
|
|
547
|
+
super({
|
|
548
|
+
name: "MaterializedViewRefreshTaskRunningException",
|
|
549
|
+
$fault: "client",
|
|
550
|
+
...opts,
|
|
551
|
+
});
|
|
552
|
+
Object.setPrototypeOf(this, MaterializedViewRefreshTaskRunningException.prototype);
|
|
553
|
+
this.Message = opts.Message;
|
|
554
|
+
}
|
|
555
|
+
}
|
|
542
556
|
export class MLTransformNotReadyException extends __BaseException {
|
|
543
557
|
name = "MLTransformNotReadyException";
|
|
544
558
|
$fault = "client";
|
|
@@ -623,6 +637,34 @@ export class SchedulerNotRunningException extends __BaseException {
|
|
|
623
637
|
this.Message = opts.Message;
|
|
624
638
|
}
|
|
625
639
|
}
|
|
640
|
+
export class MaterializedViewRefreshTaskNotRunningException extends __BaseException {
|
|
641
|
+
name = "MaterializedViewRefreshTaskNotRunningException";
|
|
642
|
+
$fault = "client";
|
|
643
|
+
Message;
|
|
644
|
+
constructor(opts) {
|
|
645
|
+
super({
|
|
646
|
+
name: "MaterializedViewRefreshTaskNotRunningException",
|
|
647
|
+
$fault: "client",
|
|
648
|
+
...opts,
|
|
649
|
+
});
|
|
650
|
+
Object.setPrototypeOf(this, MaterializedViewRefreshTaskNotRunningException.prototype);
|
|
651
|
+
this.Message = opts.Message;
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
export class MaterializedViewRefreshTaskStoppingException extends __BaseException {
|
|
655
|
+
name = "MaterializedViewRefreshTaskStoppingException";
|
|
656
|
+
$fault = "client";
|
|
657
|
+
Message;
|
|
658
|
+
constructor(opts) {
|
|
659
|
+
super({
|
|
660
|
+
name: "MaterializedViewRefreshTaskStoppingException",
|
|
661
|
+
$fault: "client",
|
|
662
|
+
...opts,
|
|
663
|
+
});
|
|
664
|
+
Object.setPrototypeOf(this, MaterializedViewRefreshTaskStoppingException.prototype);
|
|
665
|
+
this.Message = opts.Message;
|
|
666
|
+
}
|
|
667
|
+
}
|
|
626
668
|
export class VersionMismatchException extends __BaseException {
|
|
627
669
|
name = "VersionMismatchException";
|
|
628
670
|
$fault = "client";
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListMaterializedViewRefreshTaskRunsCommand, } from "../commands/ListMaterializedViewRefreshTaskRunsCommand";
|
|
3
|
+
import { GlueClient } from "../GlueClient";
|
|
4
|
+
export const paginateListMaterializedViewRefreshTaskRuns = createPaginator(GlueClient, ListMaterializedViewRefreshTaskRunsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -34,6 +34,7 @@ export * from "./ListDataQualityRulesetsPaginator";
|
|
|
34
34
|
export * from "./ListDevEndpointsPaginator";
|
|
35
35
|
export * from "./ListEntitiesPaginator";
|
|
36
36
|
export * from "./ListJobsPaginator";
|
|
37
|
+
export * from "./ListMaterializedViewRefreshTaskRunsPaginator";
|
|
37
38
|
export * from "./ListMLTransformsPaginator";
|
|
38
39
|
export * from "./ListRegistriesPaginator";
|
|
39
40
|
export * from "./ListSchemasPaginator";
|
|
@@ -800,6 +800,7 @@ const _FPi = "FilterPredicate";
|
|
|
800
800
|
const _FPr = "FromPath";
|
|
801
801
|
const _FR = "FailureReason";
|
|
802
802
|
const _FRAEE = "FederatedResourceAlreadyExistsException";
|
|
803
|
+
const _FRu = "FullRefresh";
|
|
803
804
|
const _FS = "FunctionSpec";
|
|
804
805
|
const _FSE = "FederationSourceException";
|
|
805
806
|
const _FSEC = "FederationSourceErrorCode";
|
|
@@ -965,6 +966,9 @@ const _GMLTRetr = "GetMLTransformsResponse";
|
|
|
965
966
|
const _GMLTe = "GetMLTransforms";
|
|
966
967
|
const _GMR = "GetMappingRequest";
|
|
967
968
|
const _GMRe = "GetMappingResponse";
|
|
969
|
+
const _GMVRTR = "GetMaterializedViewRefreshTaskRun";
|
|
970
|
+
const _GMVRTRR = "GetMaterializedViewRefreshTaskRunRequest";
|
|
971
|
+
const _GMVRTRRe = "GetMaterializedViewRefreshTaskRunResponse";
|
|
968
972
|
const _GN = "GroupName";
|
|
969
973
|
const _GP = "GrokPattern";
|
|
970
974
|
const _GPI = "GetPartitionIndexes";
|
|
@@ -1323,6 +1327,9 @@ const _LMLTR = "ListMLTransformsRequest";
|
|
|
1323
1327
|
const _LMLTRi = "ListMLTransformsResponse";
|
|
1324
1328
|
const _LMO = "LastModifiedOn";
|
|
1325
1329
|
const _LMT = "LastModifiedTimestamp";
|
|
1330
|
+
const _LMVRTR = "ListMaterializedViewRefreshTaskRuns";
|
|
1331
|
+
const _LMVRTRR = "ListMaterializedViewRefreshTaskRunsRequest";
|
|
1332
|
+
const _LMVRTRRi = "ListMaterializedViewRefreshTaskRunsResponse";
|
|
1326
1333
|
const _LN = "LineNumber";
|
|
1327
1334
|
const _LO = "LogicalOperator";
|
|
1328
1335
|
const _LPL = "LimitedPathList";
|
|
@@ -1423,6 +1430,13 @@ const _MTD = "MaximumTraversalDepth";
|
|
|
1423
1430
|
const _MUDE = "MlUserDataEncryption";
|
|
1424
1431
|
const _MUDEM = "MlUserDataEncryptionMode";
|
|
1425
1432
|
const _MV = "MinValue";
|
|
1433
|
+
const _MVRTNRE = "MaterializedViewRefreshTaskNotRunningException";
|
|
1434
|
+
const _MVRTR = "MaterializedViewRefreshTaskRun";
|
|
1435
|
+
const _MVRTRE = "MaterializedViewRefreshTaskRunningException";
|
|
1436
|
+
const _MVRTRI = "MaterializedViewRefreshTaskRunId";
|
|
1437
|
+
const _MVRTRL = "MaterializedViewRefreshTaskRunsList";
|
|
1438
|
+
const _MVRTRa = "MaterializedViewRefreshTaskRuns";
|
|
1439
|
+
const _MVRTSE = "MaterializedViewRefreshTaskStoppingException";
|
|
1426
1440
|
const _MVa = "MaxValue";
|
|
1427
1441
|
const _MVas = "MaskValue";
|
|
1428
1442
|
const _MVax = "MaximumValue";
|
|
@@ -1523,6 +1537,7 @@ const _PA = "PreAction";
|
|
|
1523
1537
|
const _PAo = "PostAction";
|
|
1524
1538
|
const _PAr = "PrivateAddress";
|
|
1525
1539
|
const _PAu = "PublicAddress";
|
|
1540
|
+
const _PB = "ProcessedBytes";
|
|
1526
1541
|
const _PC = "PartitionColumn";
|
|
1527
1542
|
const _PCI = "ParentCatalogId";
|
|
1528
1543
|
const _PCP = "PythonConnectionProperties";
|
|
@@ -1713,6 +1728,7 @@ const _RT = "RefreshToken";
|
|
|
1713
1728
|
const _RTD = "RedshiftTmpDir";
|
|
1714
1729
|
const _RTe = "RedshiftTarget";
|
|
1715
1730
|
const _RTed = "RedactText";
|
|
1731
|
+
const _RTef = "RefreshType";
|
|
1716
1732
|
const _RTeq = "RequestTime";
|
|
1717
1733
|
const _RTes = "ResourceType";
|
|
1718
1734
|
const _RTo = "RowTag";
|
|
@@ -1899,6 +1915,12 @@ const _SMLLSGTRR = "StartMLLabelingSetGenerationTaskRunRequest";
|
|
|
1899
1915
|
const _SMLLSGTRRt = "StartMLLabelingSetGenerationTaskRunResponse";
|
|
1900
1916
|
const _SMR = "StatisticModelResult";
|
|
1901
1917
|
const _SMRt = "StatisticModelResults";
|
|
1918
|
+
const _SMVRTR = "StartMaterializedViewRefreshTaskRun";
|
|
1919
|
+
const _SMVRTRR = "StartMaterializedViewRefreshTaskRunRequest";
|
|
1920
|
+
const _SMVRTRRt = "StartMaterializedViewRefreshTaskRunResponse";
|
|
1921
|
+
const _SMVRTRRto = "StopMaterializedViewRefreshTaskRunRequest";
|
|
1922
|
+
const _SMVRTRRtop = "StopMaterializedViewRefreshTaskRunResponse";
|
|
1923
|
+
const _SMVRTRt = "StopMaterializedViewRefreshTaskRun";
|
|
1902
1924
|
const _SN = "SchemaName";
|
|
1903
1925
|
const _SND = "SnowflakeNodeData";
|
|
1904
1926
|
const _SNRE = "SchedulerNotRunningException";
|
|
@@ -2341,7 +2363,7 @@ const _v = "value";
|
|
|
2341
2363
|
const _vC = "vpcConfiguration";
|
|
2342
2364
|
const n0 = "com.amazonaws.glue";
|
|
2343
2365
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
2344
|
-
import { AccessDeniedException, AlreadyExistsException, ColumnStatisticsTaskNotRunningException, ColumnStatisticsTaskRunningException, ColumnStatisticsTaskStoppingException, ConcurrentModificationException, ConcurrentRunsExceededException, ConditionCheckFailureException, ConflictException, CrawlerNotRunningException, CrawlerRunningException, CrawlerStoppingException, EntityNotFoundException, FederatedResourceAlreadyExistsException, FederationSourceException, FederationSourceRetryableException, GlueEncryptionException, IdempotentParameterMismatchException, IllegalBlueprintStateException, IllegalSessionStateException, IllegalWorkflowStateException, IntegrationConflictOperationFault, IntegrationNotFoundFault, IntegrationQuotaExceededFault, InternalServerException, InternalServiceException, InvalidInputException, InvalidIntegrationStateFault, InvalidStateException, KMSKeyNotAccessibleFault, MLTransformNotReadyException, NoScheduleException, OperationNotSupportedException, OperationTimeoutException, PermissionTypeMismatchException, ResourceNotFoundException, ResourceNotReadyException, ResourceNumberLimitExceededException, SchedulerNotRunningException, SchedulerRunningException, SchedulerTransitioningException, TargetResourceNotFound, ThrottlingException, ValidationException, VersionMismatchException, } from "../models/errors";
|
|
2366
|
+
import { AccessDeniedException, AlreadyExistsException, ColumnStatisticsTaskNotRunningException, ColumnStatisticsTaskRunningException, ColumnStatisticsTaskStoppingException, ConcurrentModificationException, ConcurrentRunsExceededException, ConditionCheckFailureException, ConflictException, CrawlerNotRunningException, CrawlerRunningException, CrawlerStoppingException, EntityNotFoundException, FederatedResourceAlreadyExistsException, FederationSourceException, FederationSourceRetryableException, GlueEncryptionException, IdempotentParameterMismatchException, IllegalBlueprintStateException, IllegalSessionStateException, IllegalWorkflowStateException, IntegrationConflictOperationFault, IntegrationNotFoundFault, IntegrationQuotaExceededFault, InternalServerException, InternalServiceException, InvalidInputException, InvalidIntegrationStateFault, InvalidStateException, KMSKeyNotAccessibleFault, MaterializedViewRefreshTaskNotRunningException, MaterializedViewRefreshTaskRunningException, MaterializedViewRefreshTaskStoppingException, MLTransformNotReadyException, NoScheduleException, OperationNotSupportedException, OperationTimeoutException, PermissionTypeMismatchException, ResourceNotFoundException, ResourceNotReadyException, ResourceNumberLimitExceededException, SchedulerNotRunningException, SchedulerRunningException, SchedulerTransitioningException, TargetResourceNotFound, ThrottlingException, ValidationException, VersionMismatchException, } from "../models/errors";
|
|
2345
2367
|
import { GlueServiceException } from "../models/GlueServiceException";
|
|
2346
2368
|
var AccessToken = [0, n0, _AT, 8, 0];
|
|
2347
2369
|
var AuthorizationCode = [0, n0, _AC, 8, 0];
|
|
@@ -4583,6 +4605,16 @@ export var GetMappingResponse$ = [3, n0, _GMRe,
|
|
|
4583
4605
|
[_Ma],
|
|
4584
4606
|
[() => MappingList]
|
|
4585
4607
|
];
|
|
4608
|
+
export var GetMaterializedViewRefreshTaskRunRequest$ = [3, n0, _GMVRTRR,
|
|
4609
|
+
0,
|
|
4610
|
+
[_CI, _MVRTRI],
|
|
4611
|
+
[0, 0]
|
|
4612
|
+
];
|
|
4613
|
+
export var GetMaterializedViewRefreshTaskRunResponse$ = [3, n0, _GMVRTRRe,
|
|
4614
|
+
0,
|
|
4615
|
+
[_MVRTR],
|
|
4616
|
+
[() => MaterializedViewRefreshTaskRun$]
|
|
4617
|
+
];
|
|
4586
4618
|
export var GetMLTaskRunRequest$ = [3, n0, _GMLTRR,
|
|
4587
4619
|
0,
|
|
4588
4620
|
[_TIr, _TRI],
|
|
@@ -5497,6 +5529,16 @@ export var ListJobsResponse$ = [3, n0, _LJRi,
|
|
|
5497
5529
|
[_JNo, _NTe],
|
|
5498
5530
|
[64 | 0, 0]
|
|
5499
5531
|
];
|
|
5532
|
+
export var ListMaterializedViewRefreshTaskRunsRequest$ = [3, n0, _LMVRTRR,
|
|
5533
|
+
0,
|
|
5534
|
+
[_CI, _DN, _TN, _MRax, _NTe],
|
|
5535
|
+
[0, 0, 0, 1, 0]
|
|
5536
|
+
];
|
|
5537
|
+
export var ListMaterializedViewRefreshTaskRunsResponse$ = [3, n0, _LMVRTRRi,
|
|
5538
|
+
0,
|
|
5539
|
+
[_MVRTRa, _NTe],
|
|
5540
|
+
[() => MaterializedViewRefreshTaskRunsList, 0]
|
|
5541
|
+
];
|
|
5500
5542
|
export var ListMLTransformsRequest$ = [3, n0, _LMLTR,
|
|
5501
5543
|
0,
|
|
5502
5544
|
[_NTe, _MRax, _Fi, _Sor, _Tag],
|
|
@@ -5617,6 +5659,29 @@ export var MappingEntry$ = [3, n0, _ME,
|
|
|
5617
5659
|
[_STo, _SPou, _ST, _TT, _TPar, _TTa],
|
|
5618
5660
|
[0, 0, 0, 0, 0, 0]
|
|
5619
5661
|
];
|
|
5662
|
+
export var MaterializedViewRefreshTaskNotRunningException$ = [-3, n0, _MVRTNRE,
|
|
5663
|
+
{ [_e]: _c },
|
|
5664
|
+
[_M],
|
|
5665
|
+
[0]
|
|
5666
|
+
];
|
|
5667
|
+
TypeRegistry.for(n0).registerError(MaterializedViewRefreshTaskNotRunningException$, MaterializedViewRefreshTaskNotRunningException);
|
|
5668
|
+
export var MaterializedViewRefreshTaskRun$ = [3, n0, _MVRTR,
|
|
5669
|
+
0,
|
|
5670
|
+
[_CIu, _MVRTRI, _DN, _TN, _CI, _Rol, _St, _CTre, _LU, _STta, _ET, _EM, _DPUS, _RTef, _PB],
|
|
5671
|
+
[0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 4, 0, 1, 0, 1]
|
|
5672
|
+
];
|
|
5673
|
+
export var MaterializedViewRefreshTaskRunningException$ = [-3, n0, _MVRTRE,
|
|
5674
|
+
{ [_e]: _c },
|
|
5675
|
+
[_M],
|
|
5676
|
+
[0]
|
|
5677
|
+
];
|
|
5678
|
+
TypeRegistry.for(n0).registerError(MaterializedViewRefreshTaskRunningException$, MaterializedViewRefreshTaskRunningException);
|
|
5679
|
+
export var MaterializedViewRefreshTaskStoppingException$ = [-3, n0, _MVRTSE,
|
|
5680
|
+
{ [_e]: _c },
|
|
5681
|
+
[_M],
|
|
5682
|
+
[0]
|
|
5683
|
+
];
|
|
5684
|
+
TypeRegistry.for(n0).registerError(MaterializedViewRefreshTaskStoppingException$, MaterializedViewRefreshTaskStoppingException);
|
|
5620
5685
|
export var Merge$ = [3, n0, _Me,
|
|
5621
5686
|
0,
|
|
5622
5687
|
[_N, _I, _So, _PKr],
|
|
@@ -6493,6 +6558,16 @@ export var StartJobRunResponse$ = [3, n0, _SJRRt,
|
|
|
6493
6558
|
[_JRI],
|
|
6494
6559
|
[0]
|
|
6495
6560
|
];
|
|
6561
|
+
export var StartMaterializedViewRefreshTaskRunRequest$ = [3, n0, _SMVRTRR,
|
|
6562
|
+
0,
|
|
6563
|
+
[_CI, _DN, _TN, _FRu],
|
|
6564
|
+
[0, 0, 0, 2]
|
|
6565
|
+
];
|
|
6566
|
+
export var StartMaterializedViewRefreshTaskRunResponse$ = [3, n0, _SMVRTRRt,
|
|
6567
|
+
0,
|
|
6568
|
+
[_MVRTRI],
|
|
6569
|
+
[0]
|
|
6570
|
+
];
|
|
6496
6571
|
export var StartMLEvaluationTaskRunRequest$ = [3, n0, _SMLETRR,
|
|
6497
6572
|
0,
|
|
6498
6573
|
[_TIr],
|
|
@@ -6608,6 +6683,16 @@ export var StopCrawlerScheduleResponse$ = [3, n0, _SCSRtop,
|
|
|
6608
6683
|
[],
|
|
6609
6684
|
[]
|
|
6610
6685
|
];
|
|
6686
|
+
export var StopMaterializedViewRefreshTaskRunRequest$ = [3, n0, _SMVRTRRto,
|
|
6687
|
+
0,
|
|
6688
|
+
[_CI, _DN, _TN],
|
|
6689
|
+
[0, 0, 0]
|
|
6690
|
+
];
|
|
6691
|
+
export var StopMaterializedViewRefreshTaskRunResponse$ = [3, n0, _SMVRTRRtop,
|
|
6692
|
+
0,
|
|
6693
|
+
[],
|
|
6694
|
+
[]
|
|
6695
|
+
];
|
|
6611
6696
|
export var StopSessionRequest$ = [3, n0, _SSR,
|
|
6612
6697
|
0,
|
|
6613
6698
|
[_Id, _RO],
|
|
@@ -7577,6 +7662,9 @@ var Mappings = [1, n0, _Map,
|
|
|
7577
7662
|
0, () => Mapping$
|
|
7578
7663
|
];
|
|
7579
7664
|
var MatchCriteria = 64 | 0;
|
|
7665
|
+
var MaterializedViewRefreshTaskRunsList = [1, n0, _MVRTRL,
|
|
7666
|
+
0, () => MaterializedViewRefreshTaskRun$
|
|
7667
|
+
];
|
|
7580
7668
|
var MetadataList = [1, n0, _MLe,
|
|
7581
7669
|
0, () => MetadataKeyValuePair$
|
|
7582
7670
|
];
|
|
@@ -8207,6 +8295,9 @@ export var GetJobs$ = [9, n0, _GJe,
|
|
|
8207
8295
|
export var GetMapping$ = [9, n0, _GM,
|
|
8208
8296
|
0, () => GetMappingRequest$, () => GetMappingResponse$
|
|
8209
8297
|
];
|
|
8298
|
+
export var GetMaterializedViewRefreshTaskRun$ = [9, n0, _GMVRTR,
|
|
8299
|
+
0, () => GetMaterializedViewRefreshTaskRunRequest$, () => GetMaterializedViewRefreshTaskRunResponse$
|
|
8300
|
+
];
|
|
8210
8301
|
export var GetMLTaskRun$ = [9, n0, _GMLTReta,
|
|
8211
8302
|
0, () => GetMLTaskRunRequest$, () => GetMLTaskRunResponse$
|
|
8212
8303
|
];
|
|
@@ -8369,6 +8460,9 @@ export var ListIntegrationResourceProperties$ = [9, n0, _LIRP,
|
|
|
8369
8460
|
export var ListJobs$ = [9, n0, _LJ,
|
|
8370
8461
|
0, () => ListJobsRequest$, () => ListJobsResponse$
|
|
8371
8462
|
];
|
|
8463
|
+
export var ListMaterializedViewRefreshTaskRuns$ = [9, n0, _LMVRTR,
|
|
8464
|
+
0, () => ListMaterializedViewRefreshTaskRunsRequest$, () => ListMaterializedViewRefreshTaskRunsResponse$
|
|
8465
|
+
];
|
|
8372
8466
|
export var ListMLTransforms$ = [9, n0, _LMLT,
|
|
8373
8467
|
0, () => ListMLTransformsRequest$, () => ListMLTransformsResponse$
|
|
8374
8468
|
];
|
|
@@ -8468,6 +8562,9 @@ export var StartImportLabelsTaskRun$ = [9, n0, _SILTR,
|
|
|
8468
8562
|
export var StartJobRun$ = [9, n0, _SJR,
|
|
8469
8563
|
0, () => StartJobRunRequest$, () => StartJobRunResponse$
|
|
8470
8564
|
];
|
|
8565
|
+
export var StartMaterializedViewRefreshTaskRun$ = [9, n0, _SMVRTR,
|
|
8566
|
+
0, () => StartMaterializedViewRefreshTaskRunRequest$, () => StartMaterializedViewRefreshTaskRunResponse$
|
|
8567
|
+
];
|
|
8471
8568
|
export var StartMLEvaluationTaskRun$ = [9, n0, _SMLETR,
|
|
8472
8569
|
0, () => StartMLEvaluationTaskRunRequest$, () => StartMLEvaluationTaskRunResponse$
|
|
8473
8570
|
];
|
|
@@ -8492,6 +8589,9 @@ export var StopCrawler$ = [9, n0, _SCto,
|
|
|
8492
8589
|
export var StopCrawlerSchedule$ = [9, n0, _SCSto,
|
|
8493
8590
|
0, () => StopCrawlerScheduleRequest$, () => StopCrawlerScheduleResponse$
|
|
8494
8591
|
];
|
|
8592
|
+
export var StopMaterializedViewRefreshTaskRun$ = [9, n0, _SMVRTRt,
|
|
8593
|
+
0, () => StopMaterializedViewRefreshTaskRunRequest$, () => StopMaterializedViewRefreshTaskRunResponse$
|
|
8594
|
+
];
|
|
8495
8595
|
export var StopSession$ = [9, n0, _SSto,
|
|
8496
8596
|
0, () => StopSessionRequest$, () => StopSessionResponse$
|
|
8497
8597
|
];
|
package/dist-types/Glue.d.ts
CHANGED
|
@@ -129,6 +129,7 @@ import { GetJobRunCommandInput, GetJobRunCommandOutput } from "./commands/GetJob
|
|
|
129
129
|
import { GetJobRunsCommandInput, GetJobRunsCommandOutput } from "./commands/GetJobRunsCommand";
|
|
130
130
|
import { GetJobsCommandInput, GetJobsCommandOutput } from "./commands/GetJobsCommand";
|
|
131
131
|
import { GetMappingCommandInput, GetMappingCommandOutput } from "./commands/GetMappingCommand";
|
|
132
|
+
import { GetMaterializedViewRefreshTaskRunCommandInput, GetMaterializedViewRefreshTaskRunCommandOutput } from "./commands/GetMaterializedViewRefreshTaskRunCommand";
|
|
132
133
|
import { GetMLTaskRunCommandInput, GetMLTaskRunCommandOutput } from "./commands/GetMLTaskRunCommand";
|
|
133
134
|
import { GetMLTaskRunsCommandInput, GetMLTaskRunsCommandOutput } from "./commands/GetMLTaskRunsCommand";
|
|
134
135
|
import { GetMLTransformCommandInput, GetMLTransformCommandOutput } from "./commands/GetMLTransformCommand";
|
|
@@ -183,6 +184,7 @@ import { ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput } from "./c
|
|
|
183
184
|
import { ListEntitiesCommandInput, ListEntitiesCommandOutput } from "./commands/ListEntitiesCommand";
|
|
184
185
|
import { ListIntegrationResourcePropertiesCommandInput, ListIntegrationResourcePropertiesCommandOutput } from "./commands/ListIntegrationResourcePropertiesCommand";
|
|
185
186
|
import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
187
|
+
import { ListMaterializedViewRefreshTaskRunsCommandInput, ListMaterializedViewRefreshTaskRunsCommandOutput } from "./commands/ListMaterializedViewRefreshTaskRunsCommand";
|
|
186
188
|
import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "./commands/ListMLTransformsCommand";
|
|
187
189
|
import { ListRegistriesCommandInput, ListRegistriesCommandOutput } from "./commands/ListRegistriesCommand";
|
|
188
190
|
import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
|
|
@@ -216,6 +218,7 @@ import { StartDataQualityRulesetEvaluationRunCommandInput, StartDataQualityRules
|
|
|
216
218
|
import { StartExportLabelsTaskRunCommandInput, StartExportLabelsTaskRunCommandOutput } from "./commands/StartExportLabelsTaskRunCommand";
|
|
217
219
|
import { StartImportLabelsTaskRunCommandInput, StartImportLabelsTaskRunCommandOutput } from "./commands/StartImportLabelsTaskRunCommand";
|
|
218
220
|
import { StartJobRunCommandInput, StartJobRunCommandOutput } from "./commands/StartJobRunCommand";
|
|
221
|
+
import { StartMaterializedViewRefreshTaskRunCommandInput, StartMaterializedViewRefreshTaskRunCommandOutput } from "./commands/StartMaterializedViewRefreshTaskRunCommand";
|
|
219
222
|
import { StartMLEvaluationTaskRunCommandInput, StartMLEvaluationTaskRunCommandOutput } from "./commands/StartMLEvaluationTaskRunCommand";
|
|
220
223
|
import { StartMLLabelingSetGenerationTaskRunCommandInput, StartMLLabelingSetGenerationTaskRunCommandOutput } from "./commands/StartMLLabelingSetGenerationTaskRunCommand";
|
|
221
224
|
import { StartTriggerCommandInput, StartTriggerCommandOutput } from "./commands/StartTriggerCommand";
|
|
@@ -224,6 +227,7 @@ import { StopColumnStatisticsTaskRunCommandInput, StopColumnStatisticsTaskRunCom
|
|
|
224
227
|
import { StopColumnStatisticsTaskRunScheduleCommandInput, StopColumnStatisticsTaskRunScheduleCommandOutput } from "./commands/StopColumnStatisticsTaskRunScheduleCommand";
|
|
225
228
|
import { StopCrawlerCommandInput, StopCrawlerCommandOutput } from "./commands/StopCrawlerCommand";
|
|
226
229
|
import { StopCrawlerScheduleCommandInput, StopCrawlerScheduleCommandOutput } from "./commands/StopCrawlerScheduleCommand";
|
|
230
|
+
import { StopMaterializedViewRefreshTaskRunCommandInput, StopMaterializedViewRefreshTaskRunCommandOutput } from "./commands/StopMaterializedViewRefreshTaskRunCommand";
|
|
227
231
|
import { StopSessionCommandInput, StopSessionCommandOutput } from "./commands/StopSessionCommand";
|
|
228
232
|
import { StopTriggerCommandInput, StopTriggerCommandOutput } from "./commands/StopTriggerCommand";
|
|
229
233
|
import { StopWorkflowRunCommandInput, StopWorkflowRunCommandOutput } from "./commands/StopWorkflowRunCommand";
|
|
@@ -1058,6 +1062,12 @@ export interface Glue {
|
|
|
1058
1062
|
getMapping(args: GetMappingCommandInput, options?: __HttpHandlerOptions): Promise<GetMappingCommandOutput>;
|
|
1059
1063
|
getMapping(args: GetMappingCommandInput, cb: (err: any, data?: GetMappingCommandOutput) => void): void;
|
|
1060
1064
|
getMapping(args: GetMappingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMappingCommandOutput) => void): void;
|
|
1065
|
+
/**
|
|
1066
|
+
* @see {@link GetMaterializedViewRefreshTaskRunCommand}
|
|
1067
|
+
*/
|
|
1068
|
+
getMaterializedViewRefreshTaskRun(args: GetMaterializedViewRefreshTaskRunCommandInput, options?: __HttpHandlerOptions): Promise<GetMaterializedViewRefreshTaskRunCommandOutput>;
|
|
1069
|
+
getMaterializedViewRefreshTaskRun(args: GetMaterializedViewRefreshTaskRunCommandInput, cb: (err: any, data?: GetMaterializedViewRefreshTaskRunCommandOutput) => void): void;
|
|
1070
|
+
getMaterializedViewRefreshTaskRun(args: GetMaterializedViewRefreshTaskRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMaterializedViewRefreshTaskRunCommandOutput) => void): void;
|
|
1061
1071
|
/**
|
|
1062
1072
|
* @see {@link GetMLTaskRunCommand}
|
|
1063
1073
|
*/
|
|
@@ -1404,6 +1414,12 @@ export interface Glue {
|
|
|
1404
1414
|
listJobs(args: ListJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListJobsCommandOutput>;
|
|
1405
1415
|
listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
|
|
1406
1416
|
listJobs(args: ListJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
|
|
1417
|
+
/**
|
|
1418
|
+
* @see {@link ListMaterializedViewRefreshTaskRunsCommand}
|
|
1419
|
+
*/
|
|
1420
|
+
listMaterializedViewRefreshTaskRuns(args: ListMaterializedViewRefreshTaskRunsCommandInput, options?: __HttpHandlerOptions): Promise<ListMaterializedViewRefreshTaskRunsCommandOutput>;
|
|
1421
|
+
listMaterializedViewRefreshTaskRuns(args: ListMaterializedViewRefreshTaskRunsCommandInput, cb: (err: any, data?: ListMaterializedViewRefreshTaskRunsCommandOutput) => void): void;
|
|
1422
|
+
listMaterializedViewRefreshTaskRuns(args: ListMaterializedViewRefreshTaskRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMaterializedViewRefreshTaskRunsCommandOutput) => void): void;
|
|
1407
1423
|
/**
|
|
1408
1424
|
* @see {@link ListMLTransformsCommand}
|
|
1409
1425
|
*/
|
|
@@ -1611,6 +1627,12 @@ export interface Glue {
|
|
|
1611
1627
|
startJobRun(args: StartJobRunCommandInput, options?: __HttpHandlerOptions): Promise<StartJobRunCommandOutput>;
|
|
1612
1628
|
startJobRun(args: StartJobRunCommandInput, cb: (err: any, data?: StartJobRunCommandOutput) => void): void;
|
|
1613
1629
|
startJobRun(args: StartJobRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartJobRunCommandOutput) => void): void;
|
|
1630
|
+
/**
|
|
1631
|
+
* @see {@link StartMaterializedViewRefreshTaskRunCommand}
|
|
1632
|
+
*/
|
|
1633
|
+
startMaterializedViewRefreshTaskRun(args: StartMaterializedViewRefreshTaskRunCommandInput, options?: __HttpHandlerOptions): Promise<StartMaterializedViewRefreshTaskRunCommandOutput>;
|
|
1634
|
+
startMaterializedViewRefreshTaskRun(args: StartMaterializedViewRefreshTaskRunCommandInput, cb: (err: any, data?: StartMaterializedViewRefreshTaskRunCommandOutput) => void): void;
|
|
1635
|
+
startMaterializedViewRefreshTaskRun(args: StartMaterializedViewRefreshTaskRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMaterializedViewRefreshTaskRunCommandOutput) => void): void;
|
|
1614
1636
|
/**
|
|
1615
1637
|
* @see {@link StartMLEvaluationTaskRunCommand}
|
|
1616
1638
|
*/
|
|
@@ -1659,6 +1681,12 @@ export interface Glue {
|
|
|
1659
1681
|
stopCrawlerSchedule(args: StopCrawlerScheduleCommandInput, options?: __HttpHandlerOptions): Promise<StopCrawlerScheduleCommandOutput>;
|
|
1660
1682
|
stopCrawlerSchedule(args: StopCrawlerScheduleCommandInput, cb: (err: any, data?: StopCrawlerScheduleCommandOutput) => void): void;
|
|
1661
1683
|
stopCrawlerSchedule(args: StopCrawlerScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopCrawlerScheduleCommandOutput) => void): void;
|
|
1684
|
+
/**
|
|
1685
|
+
* @see {@link StopMaterializedViewRefreshTaskRunCommand}
|
|
1686
|
+
*/
|
|
1687
|
+
stopMaterializedViewRefreshTaskRun(args: StopMaterializedViewRefreshTaskRunCommandInput, options?: __HttpHandlerOptions): Promise<StopMaterializedViewRefreshTaskRunCommandOutput>;
|
|
1688
|
+
stopMaterializedViewRefreshTaskRun(args: StopMaterializedViewRefreshTaskRunCommandInput, cb: (err: any, data?: StopMaterializedViewRefreshTaskRunCommandOutput) => void): void;
|
|
1689
|
+
stopMaterializedViewRefreshTaskRun(args: StopMaterializedViewRefreshTaskRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopMaterializedViewRefreshTaskRunCommandOutput) => void): void;
|
|
1662
1690
|
/**
|
|
1663
1691
|
* @see {@link StopSessionCommand}
|
|
1664
1692
|
*/
|
|
@@ -137,6 +137,7 @@ import { GetJobRunCommandInput, GetJobRunCommandOutput } from "./commands/GetJob
|
|
|
137
137
|
import { GetJobRunsCommandInput, GetJobRunsCommandOutput } from "./commands/GetJobRunsCommand";
|
|
138
138
|
import { GetJobsCommandInput, GetJobsCommandOutput } from "./commands/GetJobsCommand";
|
|
139
139
|
import { GetMappingCommandInput, GetMappingCommandOutput } from "./commands/GetMappingCommand";
|
|
140
|
+
import { GetMaterializedViewRefreshTaskRunCommandInput, GetMaterializedViewRefreshTaskRunCommandOutput } from "./commands/GetMaterializedViewRefreshTaskRunCommand";
|
|
140
141
|
import { GetMLTaskRunCommandInput, GetMLTaskRunCommandOutput } from "./commands/GetMLTaskRunCommand";
|
|
141
142
|
import { GetMLTaskRunsCommandInput, GetMLTaskRunsCommandOutput } from "./commands/GetMLTaskRunsCommand";
|
|
142
143
|
import { GetMLTransformCommandInput, GetMLTransformCommandOutput } from "./commands/GetMLTransformCommand";
|
|
@@ -191,6 +192,7 @@ import { ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput } from "./c
|
|
|
191
192
|
import { ListEntitiesCommandInput, ListEntitiesCommandOutput } from "./commands/ListEntitiesCommand";
|
|
192
193
|
import { ListIntegrationResourcePropertiesCommandInput, ListIntegrationResourcePropertiesCommandOutput } from "./commands/ListIntegrationResourcePropertiesCommand";
|
|
193
194
|
import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
195
|
+
import { ListMaterializedViewRefreshTaskRunsCommandInput, ListMaterializedViewRefreshTaskRunsCommandOutput } from "./commands/ListMaterializedViewRefreshTaskRunsCommand";
|
|
194
196
|
import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "./commands/ListMLTransformsCommand";
|
|
195
197
|
import { ListRegistriesCommandInput, ListRegistriesCommandOutput } from "./commands/ListRegistriesCommand";
|
|
196
198
|
import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
|
|
@@ -224,6 +226,7 @@ import { StartDataQualityRulesetEvaluationRunCommandInput, StartDataQualityRules
|
|
|
224
226
|
import { StartExportLabelsTaskRunCommandInput, StartExportLabelsTaskRunCommandOutput } from "./commands/StartExportLabelsTaskRunCommand";
|
|
225
227
|
import { StartImportLabelsTaskRunCommandInput, StartImportLabelsTaskRunCommandOutput } from "./commands/StartImportLabelsTaskRunCommand";
|
|
226
228
|
import { StartJobRunCommandInput, StartJobRunCommandOutput } from "./commands/StartJobRunCommand";
|
|
229
|
+
import { StartMaterializedViewRefreshTaskRunCommandInput, StartMaterializedViewRefreshTaskRunCommandOutput } from "./commands/StartMaterializedViewRefreshTaskRunCommand";
|
|
227
230
|
import { StartMLEvaluationTaskRunCommandInput, StartMLEvaluationTaskRunCommandOutput } from "./commands/StartMLEvaluationTaskRunCommand";
|
|
228
231
|
import { StartMLLabelingSetGenerationTaskRunCommandInput, StartMLLabelingSetGenerationTaskRunCommandOutput } from "./commands/StartMLLabelingSetGenerationTaskRunCommand";
|
|
229
232
|
import { StartTriggerCommandInput, StartTriggerCommandOutput } from "./commands/StartTriggerCommand";
|
|
@@ -232,6 +235,7 @@ import { StopColumnStatisticsTaskRunCommandInput, StopColumnStatisticsTaskRunCom
|
|
|
232
235
|
import { StopColumnStatisticsTaskRunScheduleCommandInput, StopColumnStatisticsTaskRunScheduleCommandOutput } from "./commands/StopColumnStatisticsTaskRunScheduleCommand";
|
|
233
236
|
import { StopCrawlerCommandInput, StopCrawlerCommandOutput } from "./commands/StopCrawlerCommand";
|
|
234
237
|
import { StopCrawlerScheduleCommandInput, StopCrawlerScheduleCommandOutput } from "./commands/StopCrawlerScheduleCommand";
|
|
238
|
+
import { StopMaterializedViewRefreshTaskRunCommandInput, StopMaterializedViewRefreshTaskRunCommandOutput } from "./commands/StopMaterializedViewRefreshTaskRunCommand";
|
|
235
239
|
import { StopSessionCommandInput, StopSessionCommandOutput } from "./commands/StopSessionCommand";
|
|
236
240
|
import { StopTriggerCommandInput, StopTriggerCommandOutput } from "./commands/StopTriggerCommand";
|
|
237
241
|
import { StopWorkflowRunCommandInput, StopWorkflowRunCommandOutput } from "./commands/StopWorkflowRunCommand";
|
|
@@ -272,11 +276,11 @@ export { __Client };
|
|
|
272
276
|
/**
|
|
273
277
|
* @public
|
|
274
278
|
*/
|
|
275
|
-
export type ServiceInputTypes = BatchCreatePartitionCommandInput | BatchDeleteConnectionCommandInput | BatchDeletePartitionCommandInput | BatchDeleteTableCommandInput | BatchDeleteTableVersionCommandInput | BatchGetBlueprintsCommandInput | BatchGetCrawlersCommandInput | BatchGetCustomEntityTypesCommandInput | BatchGetDataQualityResultCommandInput | BatchGetDevEndpointsCommandInput | BatchGetJobsCommandInput | BatchGetPartitionCommandInput | BatchGetTableOptimizerCommandInput | BatchGetTriggersCommandInput | BatchGetWorkflowsCommandInput | BatchPutDataQualityStatisticAnnotationCommandInput | BatchStopJobRunCommandInput | BatchUpdatePartitionCommandInput | CancelDataQualityRuleRecommendationRunCommandInput | CancelDataQualityRulesetEvaluationRunCommandInput | CancelMLTaskRunCommandInput | CancelStatementCommandInput | CheckSchemaVersionValidityCommandInput | CreateBlueprintCommandInput | CreateCatalogCommandInput | CreateClassifierCommandInput | CreateColumnStatisticsTaskSettingsCommandInput | CreateConnectionCommandInput | CreateCrawlerCommandInput | CreateCustomEntityTypeCommandInput | CreateDataQualityRulesetCommandInput | CreateDatabaseCommandInput | CreateDevEndpointCommandInput | CreateGlueIdentityCenterConfigurationCommandInput | CreateIntegrationCommandInput | CreateIntegrationResourcePropertyCommandInput | CreateIntegrationTablePropertiesCommandInput | CreateJobCommandInput | CreateMLTransformCommandInput | CreatePartitionCommandInput | CreatePartitionIndexCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | CreateScriptCommandInput | CreateSecurityConfigurationCommandInput | CreateSessionCommandInput | CreateTableCommandInput | CreateTableOptimizerCommandInput | CreateTriggerCommandInput | CreateUsageProfileCommandInput | CreateUserDefinedFunctionCommandInput | CreateWorkflowCommandInput | DeleteBlueprintCommandInput | DeleteCatalogCommandInput | DeleteClassifierCommandInput | DeleteColumnStatisticsForPartitionCommandInput | DeleteColumnStatisticsForTableCommandInput | DeleteColumnStatisticsTaskSettingsCommandInput | DeleteConnectionCommandInput | DeleteCrawlerCommandInput | DeleteCustomEntityTypeCommandInput | DeleteDataQualityRulesetCommandInput | DeleteDatabaseCommandInput | DeleteDevEndpointCommandInput | DeleteGlueIdentityCenterConfigurationCommandInput | DeleteIntegrationCommandInput | DeleteIntegrationResourcePropertyCommandInput | DeleteIntegrationTablePropertiesCommandInput | DeleteJobCommandInput | DeleteMLTransformCommandInput | DeletePartitionCommandInput | DeletePartitionIndexCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionsCommandInput | DeleteSecurityConfigurationCommandInput | DeleteSessionCommandInput | DeleteTableCommandInput | DeleteTableOptimizerCommandInput | DeleteTableVersionCommandInput | DeleteTriggerCommandInput | DeleteUsageProfileCommandInput | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | DescribeConnectionTypeCommandInput | DescribeEntityCommandInput | DescribeInboundIntegrationsCommandInput | DescribeIntegrationsCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogCommandInput | GetCatalogImportStatusCommandInput | GetCatalogsCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | GetColumnStatisticsTaskRunCommandInput | GetColumnStatisticsTaskRunsCommandInput | GetColumnStatisticsTaskSettingsCommandInput | GetConnectionCommandInput | GetConnectionsCommandInput | GetCrawlerCommandInput | GetCrawlerMetricsCommandInput | GetCrawlersCommandInput | GetCustomEntityTypeCommandInput | GetDataCatalogEncryptionSettingsCommandInput | GetDataQualityModelCommandInput | GetDataQualityModelResultCommandInput | GetDataQualityResultCommandInput | GetDataQualityRuleRecommendationRunCommandInput | GetDataQualityRulesetCommandInput | GetDataQualityRulesetEvaluationRunCommandInput | GetDatabaseCommandInput | GetDatabasesCommandInput | GetDataflowGraphCommandInput | GetDevEndpointCommandInput | GetDevEndpointsCommandInput | GetEntityRecordsCommandInput | GetGlueIdentityCenterConfigurationCommandInput | GetIntegrationResourcePropertyCommandInput | GetIntegrationTablePropertiesCommandInput | GetJobBookmarkCommandInput | GetJobCommandInput | GetJobRunCommandInput | GetJobRunsCommandInput | GetJobsCommandInput | GetMLTaskRunCommandInput | GetMLTaskRunsCommandInput | GetMLTransformCommandInput | GetMLTransformsCommandInput | GetMappingCommandInput | GetPartitionCommandInput | GetPartitionIndexesCommandInput | GetPartitionsCommandInput | GetPlanCommandInput | GetRegistryCommandInput | GetResourcePoliciesCommandInput | GetResourcePolicyCommandInput | GetSchemaByDefinitionCommandInput | GetSchemaCommandInput | GetSchemaVersionCommandInput | GetSchemaVersionsDiffCommandInput | GetSecurityConfigurationCommandInput | GetSecurityConfigurationsCommandInput | GetSessionCommandInput | GetStatementCommandInput | GetTableCommandInput | GetTableOptimizerCommandInput | GetTableVersionCommandInput | GetTableVersionsCommandInput | GetTablesCommandInput | GetTagsCommandInput | GetTriggerCommandInput | GetTriggersCommandInput | GetUnfilteredPartitionMetadataCommandInput | GetUnfilteredPartitionsMetadataCommandInput | GetUnfilteredTableMetadataCommandInput | GetUsageProfileCommandInput | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListBlueprintsCommandInput | ListColumnStatisticsTaskRunsCommandInput | ListConnectionTypesCommandInput | ListCrawlersCommandInput | ListCrawlsCommandInput | ListCustomEntityTypesCommandInput | ListDataQualityResultsCommandInput | ListDataQualityRuleRecommendationRunsCommandInput | ListDataQualityRulesetEvaluationRunsCommandInput | ListDataQualityRulesetsCommandInput | ListDataQualityStatisticAnnotationsCommandInput | ListDataQualityStatisticsCommandInput | ListDevEndpointsCommandInput | ListEntitiesCommandInput | ListIntegrationResourcePropertiesCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListSessionsCommandInput | ListStatementsCommandInput | ListTableOptimizerRunsCommandInput | ListTriggersCommandInput | ListUsageProfilesCommandInput | ListWorkflowsCommandInput | ModifyIntegrationCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutDataQualityProfileAnnotationCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | RunStatementCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartColumnStatisticsTaskRunCommandInput | StartColumnStatisticsTaskRunScheduleCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartDataQualityRuleRecommendationRunCommandInput | StartDataQualityRulesetEvaluationRunCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | StopColumnStatisticsTaskRunCommandInput | StopColumnStatisticsTaskRunScheduleCommandInput | StopCrawlerCommandInput | StopCrawlerScheduleCommandInput | StopSessionCommandInput | StopTriggerCommandInput | StopWorkflowRunCommandInput | TagResourceCommandInput | TestConnectionCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateCatalogCommandInput | UpdateClassifierCommandInput | UpdateColumnStatisticsForPartitionCommandInput | UpdateColumnStatisticsForTableCommandInput | UpdateColumnStatisticsTaskSettingsCommandInput | UpdateConnectionCommandInput | UpdateCrawlerCommandInput | UpdateCrawlerScheduleCommandInput | UpdateDataQualityRulesetCommandInput | UpdateDatabaseCommandInput | UpdateDevEndpointCommandInput | UpdateGlueIdentityCenterConfigurationCommandInput | UpdateIntegrationResourcePropertyCommandInput | UpdateIntegrationTablePropertiesCommandInput | UpdateJobCommandInput | UpdateJobFromSourceControlCommandInput | UpdateMLTransformCommandInput | UpdatePartitionCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput | UpdateSourceControlFromJobCommandInput | UpdateTableCommandInput | UpdateTableOptimizerCommandInput | UpdateTriggerCommandInput | UpdateUsageProfileCommandInput | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
|
|
279
|
+
export type ServiceInputTypes = BatchCreatePartitionCommandInput | BatchDeleteConnectionCommandInput | BatchDeletePartitionCommandInput | BatchDeleteTableCommandInput | BatchDeleteTableVersionCommandInput | BatchGetBlueprintsCommandInput | BatchGetCrawlersCommandInput | BatchGetCustomEntityTypesCommandInput | BatchGetDataQualityResultCommandInput | BatchGetDevEndpointsCommandInput | BatchGetJobsCommandInput | BatchGetPartitionCommandInput | BatchGetTableOptimizerCommandInput | BatchGetTriggersCommandInput | BatchGetWorkflowsCommandInput | BatchPutDataQualityStatisticAnnotationCommandInput | BatchStopJobRunCommandInput | BatchUpdatePartitionCommandInput | CancelDataQualityRuleRecommendationRunCommandInput | CancelDataQualityRulesetEvaluationRunCommandInput | CancelMLTaskRunCommandInput | CancelStatementCommandInput | CheckSchemaVersionValidityCommandInput | CreateBlueprintCommandInput | CreateCatalogCommandInput | CreateClassifierCommandInput | CreateColumnStatisticsTaskSettingsCommandInput | CreateConnectionCommandInput | CreateCrawlerCommandInput | CreateCustomEntityTypeCommandInput | CreateDataQualityRulesetCommandInput | CreateDatabaseCommandInput | CreateDevEndpointCommandInput | CreateGlueIdentityCenterConfigurationCommandInput | CreateIntegrationCommandInput | CreateIntegrationResourcePropertyCommandInput | CreateIntegrationTablePropertiesCommandInput | CreateJobCommandInput | CreateMLTransformCommandInput | CreatePartitionCommandInput | CreatePartitionIndexCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | CreateScriptCommandInput | CreateSecurityConfigurationCommandInput | CreateSessionCommandInput | CreateTableCommandInput | CreateTableOptimizerCommandInput | CreateTriggerCommandInput | CreateUsageProfileCommandInput | CreateUserDefinedFunctionCommandInput | CreateWorkflowCommandInput | DeleteBlueprintCommandInput | DeleteCatalogCommandInput | DeleteClassifierCommandInput | DeleteColumnStatisticsForPartitionCommandInput | DeleteColumnStatisticsForTableCommandInput | DeleteColumnStatisticsTaskSettingsCommandInput | DeleteConnectionCommandInput | DeleteCrawlerCommandInput | DeleteCustomEntityTypeCommandInput | DeleteDataQualityRulesetCommandInput | DeleteDatabaseCommandInput | DeleteDevEndpointCommandInput | DeleteGlueIdentityCenterConfigurationCommandInput | DeleteIntegrationCommandInput | DeleteIntegrationResourcePropertyCommandInput | DeleteIntegrationTablePropertiesCommandInput | DeleteJobCommandInput | DeleteMLTransformCommandInput | DeletePartitionCommandInput | DeletePartitionIndexCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionsCommandInput | DeleteSecurityConfigurationCommandInput | DeleteSessionCommandInput | DeleteTableCommandInput | DeleteTableOptimizerCommandInput | DeleteTableVersionCommandInput | DeleteTriggerCommandInput | DeleteUsageProfileCommandInput | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | DescribeConnectionTypeCommandInput | DescribeEntityCommandInput | DescribeInboundIntegrationsCommandInput | DescribeIntegrationsCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogCommandInput | GetCatalogImportStatusCommandInput | GetCatalogsCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | GetColumnStatisticsTaskRunCommandInput | GetColumnStatisticsTaskRunsCommandInput | GetColumnStatisticsTaskSettingsCommandInput | GetConnectionCommandInput | GetConnectionsCommandInput | GetCrawlerCommandInput | GetCrawlerMetricsCommandInput | GetCrawlersCommandInput | GetCustomEntityTypeCommandInput | GetDataCatalogEncryptionSettingsCommandInput | GetDataQualityModelCommandInput | GetDataQualityModelResultCommandInput | GetDataQualityResultCommandInput | GetDataQualityRuleRecommendationRunCommandInput | GetDataQualityRulesetCommandInput | GetDataQualityRulesetEvaluationRunCommandInput | GetDatabaseCommandInput | GetDatabasesCommandInput | GetDataflowGraphCommandInput | GetDevEndpointCommandInput | GetDevEndpointsCommandInput | GetEntityRecordsCommandInput | GetGlueIdentityCenterConfigurationCommandInput | GetIntegrationResourcePropertyCommandInput | GetIntegrationTablePropertiesCommandInput | GetJobBookmarkCommandInput | GetJobCommandInput | GetJobRunCommandInput | GetJobRunsCommandInput | GetJobsCommandInput | GetMLTaskRunCommandInput | GetMLTaskRunsCommandInput | GetMLTransformCommandInput | GetMLTransformsCommandInput | GetMappingCommandInput | GetMaterializedViewRefreshTaskRunCommandInput | GetPartitionCommandInput | GetPartitionIndexesCommandInput | GetPartitionsCommandInput | GetPlanCommandInput | GetRegistryCommandInput | GetResourcePoliciesCommandInput | GetResourcePolicyCommandInput | GetSchemaByDefinitionCommandInput | GetSchemaCommandInput | GetSchemaVersionCommandInput | GetSchemaVersionsDiffCommandInput | GetSecurityConfigurationCommandInput | GetSecurityConfigurationsCommandInput | GetSessionCommandInput | GetStatementCommandInput | GetTableCommandInput | GetTableOptimizerCommandInput | GetTableVersionCommandInput | GetTableVersionsCommandInput | GetTablesCommandInput | GetTagsCommandInput | GetTriggerCommandInput | GetTriggersCommandInput | GetUnfilteredPartitionMetadataCommandInput | GetUnfilteredPartitionsMetadataCommandInput | GetUnfilteredTableMetadataCommandInput | GetUsageProfileCommandInput | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListBlueprintsCommandInput | ListColumnStatisticsTaskRunsCommandInput | ListConnectionTypesCommandInput | ListCrawlersCommandInput | ListCrawlsCommandInput | ListCustomEntityTypesCommandInput | ListDataQualityResultsCommandInput | ListDataQualityRuleRecommendationRunsCommandInput | ListDataQualityRulesetEvaluationRunsCommandInput | ListDataQualityRulesetsCommandInput | ListDataQualityStatisticAnnotationsCommandInput | ListDataQualityStatisticsCommandInput | ListDevEndpointsCommandInput | ListEntitiesCommandInput | ListIntegrationResourcePropertiesCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListMaterializedViewRefreshTaskRunsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListSessionsCommandInput | ListStatementsCommandInput | ListTableOptimizerRunsCommandInput | ListTriggersCommandInput | ListUsageProfilesCommandInput | ListWorkflowsCommandInput | ModifyIntegrationCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutDataQualityProfileAnnotationCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | RunStatementCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartColumnStatisticsTaskRunCommandInput | StartColumnStatisticsTaskRunScheduleCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartDataQualityRuleRecommendationRunCommandInput | StartDataQualityRulesetEvaluationRunCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartMaterializedViewRefreshTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | StopColumnStatisticsTaskRunCommandInput | StopColumnStatisticsTaskRunScheduleCommandInput | StopCrawlerCommandInput | StopCrawlerScheduleCommandInput | StopMaterializedViewRefreshTaskRunCommandInput | StopSessionCommandInput | StopTriggerCommandInput | StopWorkflowRunCommandInput | TagResourceCommandInput | TestConnectionCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateCatalogCommandInput | UpdateClassifierCommandInput | UpdateColumnStatisticsForPartitionCommandInput | UpdateColumnStatisticsForTableCommandInput | UpdateColumnStatisticsTaskSettingsCommandInput | UpdateConnectionCommandInput | UpdateCrawlerCommandInput | UpdateCrawlerScheduleCommandInput | UpdateDataQualityRulesetCommandInput | UpdateDatabaseCommandInput | UpdateDevEndpointCommandInput | UpdateGlueIdentityCenterConfigurationCommandInput | UpdateIntegrationResourcePropertyCommandInput | UpdateIntegrationTablePropertiesCommandInput | UpdateJobCommandInput | UpdateJobFromSourceControlCommandInput | UpdateMLTransformCommandInput | UpdatePartitionCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput | UpdateSourceControlFromJobCommandInput | UpdateTableCommandInput | UpdateTableOptimizerCommandInput | UpdateTriggerCommandInput | UpdateUsageProfileCommandInput | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
|
|
276
280
|
/**
|
|
277
281
|
* @public
|
|
278
282
|
*/
|
|
279
|
-
export type ServiceOutputTypes = BatchCreatePartitionCommandOutput | BatchDeleteConnectionCommandOutput | BatchDeletePartitionCommandOutput | BatchDeleteTableCommandOutput | BatchDeleteTableVersionCommandOutput | BatchGetBlueprintsCommandOutput | BatchGetCrawlersCommandOutput | BatchGetCustomEntityTypesCommandOutput | BatchGetDataQualityResultCommandOutput | BatchGetDevEndpointsCommandOutput | BatchGetJobsCommandOutput | BatchGetPartitionCommandOutput | BatchGetTableOptimizerCommandOutput | BatchGetTriggersCommandOutput | BatchGetWorkflowsCommandOutput | BatchPutDataQualityStatisticAnnotationCommandOutput | BatchStopJobRunCommandOutput | BatchUpdatePartitionCommandOutput | CancelDataQualityRuleRecommendationRunCommandOutput | CancelDataQualityRulesetEvaluationRunCommandOutput | CancelMLTaskRunCommandOutput | CancelStatementCommandOutput | CheckSchemaVersionValidityCommandOutput | CreateBlueprintCommandOutput | CreateCatalogCommandOutput | CreateClassifierCommandOutput | CreateColumnStatisticsTaskSettingsCommandOutput | CreateConnectionCommandOutput | CreateCrawlerCommandOutput | CreateCustomEntityTypeCommandOutput | CreateDataQualityRulesetCommandOutput | CreateDatabaseCommandOutput | CreateDevEndpointCommandOutput | CreateGlueIdentityCenterConfigurationCommandOutput | CreateIntegrationCommandOutput | CreateIntegrationResourcePropertyCommandOutput | CreateIntegrationTablePropertiesCommandOutput | CreateJobCommandOutput | CreateMLTransformCommandOutput | CreatePartitionCommandOutput | CreatePartitionIndexCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | CreateScriptCommandOutput | CreateSecurityConfigurationCommandOutput | CreateSessionCommandOutput | CreateTableCommandOutput | CreateTableOptimizerCommandOutput | CreateTriggerCommandOutput | CreateUsageProfileCommandOutput | CreateUserDefinedFunctionCommandOutput | CreateWorkflowCommandOutput | DeleteBlueprintCommandOutput | DeleteCatalogCommandOutput | DeleteClassifierCommandOutput | DeleteColumnStatisticsForPartitionCommandOutput | DeleteColumnStatisticsForTableCommandOutput | DeleteColumnStatisticsTaskSettingsCommandOutput | DeleteConnectionCommandOutput | DeleteCrawlerCommandOutput | DeleteCustomEntityTypeCommandOutput | DeleteDataQualityRulesetCommandOutput | DeleteDatabaseCommandOutput | DeleteDevEndpointCommandOutput | DeleteGlueIdentityCenterConfigurationCommandOutput | DeleteIntegrationCommandOutput | DeleteIntegrationResourcePropertyCommandOutput | DeleteIntegrationTablePropertiesCommandOutput | DeleteJobCommandOutput | DeleteMLTransformCommandOutput | DeletePartitionCommandOutput | DeletePartitionIndexCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionsCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteSessionCommandOutput | DeleteTableCommandOutput | DeleteTableOptimizerCommandOutput | DeleteTableVersionCommandOutput | DeleteTriggerCommandOutput | DeleteUsageProfileCommandOutput | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | DescribeConnectionTypeCommandOutput | DescribeEntityCommandOutput | DescribeInboundIntegrationsCommandOutput | DescribeIntegrationsCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogCommandOutput | GetCatalogImportStatusCommandOutput | GetCatalogsCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | GetColumnStatisticsTaskRunCommandOutput | GetColumnStatisticsTaskRunsCommandOutput | GetColumnStatisticsTaskSettingsCommandOutput | GetConnectionCommandOutput | GetConnectionsCommandOutput | GetCrawlerCommandOutput | GetCrawlerMetricsCommandOutput | GetCrawlersCommandOutput | GetCustomEntityTypeCommandOutput | GetDataCatalogEncryptionSettingsCommandOutput | GetDataQualityModelCommandOutput | GetDataQualityModelResultCommandOutput | GetDataQualityResultCommandOutput | GetDataQualityRuleRecommendationRunCommandOutput | GetDataQualityRulesetCommandOutput | GetDataQualityRulesetEvaluationRunCommandOutput | GetDatabaseCommandOutput | GetDatabasesCommandOutput | GetDataflowGraphCommandOutput | GetDevEndpointCommandOutput | GetDevEndpointsCommandOutput | GetEntityRecordsCommandOutput | GetGlueIdentityCenterConfigurationCommandOutput | GetIntegrationResourcePropertyCommandOutput | GetIntegrationTablePropertiesCommandOutput | GetJobBookmarkCommandOutput | GetJobCommandOutput | GetJobRunCommandOutput | GetJobRunsCommandOutput | GetJobsCommandOutput | GetMLTaskRunCommandOutput | GetMLTaskRunsCommandOutput | GetMLTransformCommandOutput | GetMLTransformsCommandOutput | GetMappingCommandOutput | GetPartitionCommandOutput | GetPartitionIndexesCommandOutput | GetPartitionsCommandOutput | GetPlanCommandOutput | GetRegistryCommandOutput | GetResourcePoliciesCommandOutput | GetResourcePolicyCommandOutput | GetSchemaByDefinitionCommandOutput | GetSchemaCommandOutput | GetSchemaVersionCommandOutput | GetSchemaVersionsDiffCommandOutput | GetSecurityConfigurationCommandOutput | GetSecurityConfigurationsCommandOutput | GetSessionCommandOutput | GetStatementCommandOutput | GetTableCommandOutput | GetTableOptimizerCommandOutput | GetTableVersionCommandOutput | GetTableVersionsCommandOutput | GetTablesCommandOutput | GetTagsCommandOutput | GetTriggerCommandOutput | GetTriggersCommandOutput | GetUnfilteredPartitionMetadataCommandOutput | GetUnfilteredPartitionsMetadataCommandOutput | GetUnfilteredTableMetadataCommandOutput | GetUsageProfileCommandOutput | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListBlueprintsCommandOutput | ListColumnStatisticsTaskRunsCommandOutput | ListConnectionTypesCommandOutput | ListCrawlersCommandOutput | ListCrawlsCommandOutput | ListCustomEntityTypesCommandOutput | ListDataQualityResultsCommandOutput | ListDataQualityRuleRecommendationRunsCommandOutput | ListDataQualityRulesetEvaluationRunsCommandOutput | ListDataQualityRulesetsCommandOutput | ListDataQualityStatisticAnnotationsCommandOutput | ListDataQualityStatisticsCommandOutput | ListDevEndpointsCommandOutput | ListEntitiesCommandOutput | ListIntegrationResourcePropertiesCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListSessionsCommandOutput | ListStatementsCommandOutput | ListTableOptimizerRunsCommandOutput | ListTriggersCommandOutput | ListUsageProfilesCommandOutput | ListWorkflowsCommandOutput | ModifyIntegrationCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutDataQualityProfileAnnotationCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | RunStatementCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartColumnStatisticsTaskRunCommandOutput | StartColumnStatisticsTaskRunScheduleCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartDataQualityRuleRecommendationRunCommandOutput | StartDataQualityRulesetEvaluationRunCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | StopColumnStatisticsTaskRunCommandOutput | StopColumnStatisticsTaskRunScheduleCommandOutput | StopCrawlerCommandOutput | StopCrawlerScheduleCommandOutput | StopSessionCommandOutput | StopTriggerCommandOutput | StopWorkflowRunCommandOutput | TagResourceCommandOutput | TestConnectionCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateCatalogCommandOutput | UpdateClassifierCommandOutput | UpdateColumnStatisticsForPartitionCommandOutput | UpdateColumnStatisticsForTableCommandOutput | UpdateColumnStatisticsTaskSettingsCommandOutput | UpdateConnectionCommandOutput | UpdateCrawlerCommandOutput | UpdateCrawlerScheduleCommandOutput | UpdateDataQualityRulesetCommandOutput | UpdateDatabaseCommandOutput | UpdateDevEndpointCommandOutput | UpdateGlueIdentityCenterConfigurationCommandOutput | UpdateIntegrationResourcePropertyCommandOutput | UpdateIntegrationTablePropertiesCommandOutput | UpdateJobCommandOutput | UpdateJobFromSourceControlCommandOutput | UpdateMLTransformCommandOutput | UpdatePartitionCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput | UpdateSourceControlFromJobCommandOutput | UpdateTableCommandOutput | UpdateTableOptimizerCommandOutput | UpdateTriggerCommandOutput | UpdateUsageProfileCommandOutput | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
|
|
283
|
+
export type ServiceOutputTypes = BatchCreatePartitionCommandOutput | BatchDeleteConnectionCommandOutput | BatchDeletePartitionCommandOutput | BatchDeleteTableCommandOutput | BatchDeleteTableVersionCommandOutput | BatchGetBlueprintsCommandOutput | BatchGetCrawlersCommandOutput | BatchGetCustomEntityTypesCommandOutput | BatchGetDataQualityResultCommandOutput | BatchGetDevEndpointsCommandOutput | BatchGetJobsCommandOutput | BatchGetPartitionCommandOutput | BatchGetTableOptimizerCommandOutput | BatchGetTriggersCommandOutput | BatchGetWorkflowsCommandOutput | BatchPutDataQualityStatisticAnnotationCommandOutput | BatchStopJobRunCommandOutput | BatchUpdatePartitionCommandOutput | CancelDataQualityRuleRecommendationRunCommandOutput | CancelDataQualityRulesetEvaluationRunCommandOutput | CancelMLTaskRunCommandOutput | CancelStatementCommandOutput | CheckSchemaVersionValidityCommandOutput | CreateBlueprintCommandOutput | CreateCatalogCommandOutput | CreateClassifierCommandOutput | CreateColumnStatisticsTaskSettingsCommandOutput | CreateConnectionCommandOutput | CreateCrawlerCommandOutput | CreateCustomEntityTypeCommandOutput | CreateDataQualityRulesetCommandOutput | CreateDatabaseCommandOutput | CreateDevEndpointCommandOutput | CreateGlueIdentityCenterConfigurationCommandOutput | CreateIntegrationCommandOutput | CreateIntegrationResourcePropertyCommandOutput | CreateIntegrationTablePropertiesCommandOutput | CreateJobCommandOutput | CreateMLTransformCommandOutput | CreatePartitionCommandOutput | CreatePartitionIndexCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | CreateScriptCommandOutput | CreateSecurityConfigurationCommandOutput | CreateSessionCommandOutput | CreateTableCommandOutput | CreateTableOptimizerCommandOutput | CreateTriggerCommandOutput | CreateUsageProfileCommandOutput | CreateUserDefinedFunctionCommandOutput | CreateWorkflowCommandOutput | DeleteBlueprintCommandOutput | DeleteCatalogCommandOutput | DeleteClassifierCommandOutput | DeleteColumnStatisticsForPartitionCommandOutput | DeleteColumnStatisticsForTableCommandOutput | DeleteColumnStatisticsTaskSettingsCommandOutput | DeleteConnectionCommandOutput | DeleteCrawlerCommandOutput | DeleteCustomEntityTypeCommandOutput | DeleteDataQualityRulesetCommandOutput | DeleteDatabaseCommandOutput | DeleteDevEndpointCommandOutput | DeleteGlueIdentityCenterConfigurationCommandOutput | DeleteIntegrationCommandOutput | DeleteIntegrationResourcePropertyCommandOutput | DeleteIntegrationTablePropertiesCommandOutput | DeleteJobCommandOutput | DeleteMLTransformCommandOutput | DeletePartitionCommandOutput | DeletePartitionIndexCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionsCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteSessionCommandOutput | DeleteTableCommandOutput | DeleteTableOptimizerCommandOutput | DeleteTableVersionCommandOutput | DeleteTriggerCommandOutput | DeleteUsageProfileCommandOutput | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | DescribeConnectionTypeCommandOutput | DescribeEntityCommandOutput | DescribeInboundIntegrationsCommandOutput | DescribeIntegrationsCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogCommandOutput | GetCatalogImportStatusCommandOutput | GetCatalogsCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | GetColumnStatisticsTaskRunCommandOutput | GetColumnStatisticsTaskRunsCommandOutput | GetColumnStatisticsTaskSettingsCommandOutput | GetConnectionCommandOutput | GetConnectionsCommandOutput | GetCrawlerCommandOutput | GetCrawlerMetricsCommandOutput | GetCrawlersCommandOutput | GetCustomEntityTypeCommandOutput | GetDataCatalogEncryptionSettingsCommandOutput | GetDataQualityModelCommandOutput | GetDataQualityModelResultCommandOutput | GetDataQualityResultCommandOutput | GetDataQualityRuleRecommendationRunCommandOutput | GetDataQualityRulesetCommandOutput | GetDataQualityRulesetEvaluationRunCommandOutput | GetDatabaseCommandOutput | GetDatabasesCommandOutput | GetDataflowGraphCommandOutput | GetDevEndpointCommandOutput | GetDevEndpointsCommandOutput | GetEntityRecordsCommandOutput | GetGlueIdentityCenterConfigurationCommandOutput | GetIntegrationResourcePropertyCommandOutput | GetIntegrationTablePropertiesCommandOutput | GetJobBookmarkCommandOutput | GetJobCommandOutput | GetJobRunCommandOutput | GetJobRunsCommandOutput | GetJobsCommandOutput | GetMLTaskRunCommandOutput | GetMLTaskRunsCommandOutput | GetMLTransformCommandOutput | GetMLTransformsCommandOutput | GetMappingCommandOutput | GetMaterializedViewRefreshTaskRunCommandOutput | GetPartitionCommandOutput | GetPartitionIndexesCommandOutput | GetPartitionsCommandOutput | GetPlanCommandOutput | GetRegistryCommandOutput | GetResourcePoliciesCommandOutput | GetResourcePolicyCommandOutput | GetSchemaByDefinitionCommandOutput | GetSchemaCommandOutput | GetSchemaVersionCommandOutput | GetSchemaVersionsDiffCommandOutput | GetSecurityConfigurationCommandOutput | GetSecurityConfigurationsCommandOutput | GetSessionCommandOutput | GetStatementCommandOutput | GetTableCommandOutput | GetTableOptimizerCommandOutput | GetTableVersionCommandOutput | GetTableVersionsCommandOutput | GetTablesCommandOutput | GetTagsCommandOutput | GetTriggerCommandOutput | GetTriggersCommandOutput | GetUnfilteredPartitionMetadataCommandOutput | GetUnfilteredPartitionsMetadataCommandOutput | GetUnfilteredTableMetadataCommandOutput | GetUsageProfileCommandOutput | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListBlueprintsCommandOutput | ListColumnStatisticsTaskRunsCommandOutput | ListConnectionTypesCommandOutput | ListCrawlersCommandOutput | ListCrawlsCommandOutput | ListCustomEntityTypesCommandOutput | ListDataQualityResultsCommandOutput | ListDataQualityRuleRecommendationRunsCommandOutput | ListDataQualityRulesetEvaluationRunsCommandOutput | ListDataQualityRulesetsCommandOutput | ListDataQualityStatisticAnnotationsCommandOutput | ListDataQualityStatisticsCommandOutput | ListDevEndpointsCommandOutput | ListEntitiesCommandOutput | ListIntegrationResourcePropertiesCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListMaterializedViewRefreshTaskRunsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListSessionsCommandOutput | ListStatementsCommandOutput | ListTableOptimizerRunsCommandOutput | ListTriggersCommandOutput | ListUsageProfilesCommandOutput | ListWorkflowsCommandOutput | ModifyIntegrationCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutDataQualityProfileAnnotationCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | RunStatementCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartColumnStatisticsTaskRunCommandOutput | StartColumnStatisticsTaskRunScheduleCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartDataQualityRuleRecommendationRunCommandOutput | StartDataQualityRulesetEvaluationRunCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartMaterializedViewRefreshTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | StopColumnStatisticsTaskRunCommandOutput | StopColumnStatisticsTaskRunScheduleCommandOutput | StopCrawlerCommandOutput | StopCrawlerScheduleCommandOutput | StopMaterializedViewRefreshTaskRunCommandOutput | StopSessionCommandOutput | StopTriggerCommandOutput | StopWorkflowRunCommandOutput | TagResourceCommandOutput | TestConnectionCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateCatalogCommandOutput | UpdateClassifierCommandOutput | UpdateColumnStatisticsForPartitionCommandOutput | UpdateColumnStatisticsForTableCommandOutput | UpdateColumnStatisticsTaskSettingsCommandOutput | UpdateConnectionCommandOutput | UpdateCrawlerCommandOutput | UpdateCrawlerScheduleCommandOutput | UpdateDataQualityRulesetCommandOutput | UpdateDatabaseCommandOutput | UpdateDevEndpointCommandOutput | UpdateGlueIdentityCenterConfigurationCommandOutput | UpdateIntegrationResourcePropertyCommandOutput | UpdateIntegrationTablePropertiesCommandOutput | UpdateJobCommandOutput | UpdateJobFromSourceControlCommandOutput | UpdateMLTransformCommandOutput | UpdatePartitionCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput | UpdateSourceControlFromJobCommandOutput | UpdateTableCommandOutput | UpdateTableOptimizerCommandOutput | UpdateTriggerCommandOutput | UpdateUsageProfileCommandOutput | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
|
|
280
284
|
/**
|
|
281
285
|
* @public
|
|
282
286
|
*/
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import type { GetMLTransformRequest
|
|
4
|
+
import type { GetMLTransformRequest } from "../models/models_1";
|
|
5
|
+
import type { GetMLTransformResponse } from "../models/models_2";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|