@aws-sdk/client-glue 3.1061.0 → 3.1062.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 +14 -0
- package/dist-cjs/index.js +38 -0
- package/dist-cjs/models/errors.js +16 -1
- package/dist-cjs/schemas/schemas_0.js +91 -36
- package/dist-es/Glue.js +4 -0
- package/dist-es/commands/GetDashboardUrlCommand.js +16 -0
- package/dist-es/commands/GetSessionEndpointCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/enums.js +8 -0
- package/dist-es/models/errors.js +14 -0
- package/dist-es/schemas/schemas_0.js +66 -11
- package/dist-types/Glue.d.ts +14 -0
- package/dist-types/GlueClient.d.ts +4 -2
- package/dist-types/commands/CreateSessionCommand.d.ts +5 -0
- package/dist-types/commands/GetDashboardUrlCommand.d.ts +93 -0
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +1 -2
- package/dist-types/commands/GetSessionCommand.d.ts +1 -0
- package/dist-types/commands/GetSessionEndpointCommand.d.ts +101 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +1 -0
- package/dist-types/commands/RunStatementCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/enums.d.ts +24 -0
- package/dist-types/models/errors.d.ts +17 -0
- package/dist-types/models/models_1.d.ts +41 -28
- package/dist-types/models/models_2.d.ts +70 -97
- package/dist-types/models/models_3.d.ts +97 -2
- package/dist-types/schemas/schemas_0.d.ts +8 -0
- package/dist-types/ts3.4/Glue.d.ts +34 -0
- package/dist-types/ts3.4/GlueClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/GetDashboardUrlCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +11 -0
- package/dist-types/ts3.4/models/errors.d.ts +8 -0
- package/dist-types/ts3.4/models/models_1.d.ts +12 -7
- package/dist-types/ts3.4/models/models_2.d.ts +18 -22
- package/dist-types/ts3.4/models/models_3.d.ts +21 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
- package/package.json +2 -2
|
@@ -61,6 +61,7 @@ const _ARTd = "AddRecordTimestamp";
|
|
|
61
61
|
const _AS = "AuthStrategy";
|
|
62
62
|
const _ASC = "AllowSingleColumn";
|
|
63
63
|
const _AT = "AccessToken";
|
|
64
|
+
const _ATET = "AuthTokenExpirationTime";
|
|
64
65
|
const _ATG = "AttributesToGet";
|
|
65
66
|
const _ATc = "AccessType";
|
|
66
67
|
const _ATn = "AnalyzedTime";
|
|
@@ -948,6 +949,9 @@ const _GDR = "GetDatabaseRequest";
|
|
|
948
949
|
const _GDRe = "GetDatabaseResponse";
|
|
949
950
|
const _GDRet = "GetDatabasesRequest";
|
|
950
951
|
const _GDReta = "GetDatabasesResponse";
|
|
952
|
+
const _GDU = "GetDashboardUrl";
|
|
953
|
+
const _GDUR = "GetDashboardUrlRequest";
|
|
954
|
+
const _GDURe = "GetDashboardUrlResponse";
|
|
951
955
|
const _GDe = "GetDatabases";
|
|
952
956
|
const _GEE = "GlueEncryptionException";
|
|
953
957
|
const _GER = "GetEntityRecords";
|
|
@@ -1034,6 +1038,9 @@ const _GSCRet = "GetSecurityConfigurationsRequest";
|
|
|
1034
1038
|
const _GSCRete = "GetSecurityConfigurationsResponse";
|
|
1035
1039
|
const _GSCe = "GetSecurityConfiguration";
|
|
1036
1040
|
const _GSCet = "GetSecurityConfigurations";
|
|
1041
|
+
const _GSE = "GetSessionEndpoint";
|
|
1042
|
+
const _GSER = "GetSessionEndpointRequest";
|
|
1043
|
+
const _GSERe = "GetSessionEndpointResponse";
|
|
1037
1044
|
const _GSI = "GetSchemaInput";
|
|
1038
1045
|
const _GSPL = "GlueStudioPathList";
|
|
1039
1046
|
const _GSR = "GetSchemaResponse";
|
|
@@ -1725,6 +1732,7 @@ const _RIM = "RetryIntervalMs";
|
|
|
1725
1732
|
const _RIe = "RegistryId";
|
|
1726
1733
|
const _RIef = "RefreshInterval";
|
|
1727
1734
|
const _RIes = "ResultId";
|
|
1735
|
+
const _RIeso = "ResourceId";
|
|
1728
1736
|
const _RIu = "RunId";
|
|
1729
1737
|
const _RIun = "RunIdentifier";
|
|
1730
1738
|
const _RJB = "ResetJobBookmark";
|
|
@@ -1833,6 +1841,7 @@ const _SAto = "StoppedActions";
|
|
|
1833
1841
|
const _SAtr = "StreamArn";
|
|
1834
1842
|
const _SAu = "SucceededActions";
|
|
1835
1843
|
const _SB = "StartedBefore";
|
|
1844
|
+
const _SBE = "SessionBusyException";
|
|
1836
1845
|
const _SBR = "StartBlueprintRun";
|
|
1837
1846
|
const _SBRR = "StartBlueprintRunRequest";
|
|
1838
1847
|
const _SBRRt = "StartBlueprintRunResponse";
|
|
@@ -1876,6 +1885,7 @@ const _SCT = "SparkConnectorTarget";
|
|
|
1876
1885
|
const _SCTa = "S3CatalogTarget";
|
|
1877
1886
|
const _SCV = "SkewedColumnValues";
|
|
1878
1887
|
const _SCVLM = "SkewedColumnValueLocationMaps";
|
|
1888
|
+
const _SC_ = "SPARK_CONNECT";
|
|
1879
1889
|
const _SCc = "SchemaCheckpoint";
|
|
1880
1890
|
const _SCca = "ScalaCode";
|
|
1881
1891
|
const _SCch = "SchemaColumn";
|
|
@@ -1887,6 +1897,7 @@ const _SCo = "SourceConfiguration";
|
|
|
1887
1897
|
const _SCor = "SortCriteria";
|
|
1888
1898
|
const _SCort = "SortCriterion";
|
|
1889
1899
|
const _SCorto = "SortColumns";
|
|
1900
|
+
const _SCp = "SparkConnect";
|
|
1890
1901
|
const _SCt = "StartCrawler";
|
|
1891
1902
|
const _SCto = "StopCrawler";
|
|
1892
1903
|
const _SD = "SchemaDefinition";
|
|
@@ -1920,6 +1931,7 @@ const _SELTRRt = "StartExportLabelsTaskRunResponse";
|
|
|
1920
1931
|
const _SEM = "S3EncryptionMode";
|
|
1921
1932
|
const _SES = "S3ExcelSource";
|
|
1922
1933
|
const _SEc = "ScheduleExpression";
|
|
1934
|
+
const _SEe = "SessionEndpoint";
|
|
1923
1935
|
const _SEn = "S3Encryption";
|
|
1924
1936
|
const _SF = "SelectFields";
|
|
1925
1937
|
const _SFC = "SelectFromCollection";
|
|
@@ -2010,7 +2022,7 @@ const _SR = "StatusReason";
|
|
|
2010
2022
|
const _SRE = "SchedulerRunningException";
|
|
2011
2023
|
const _SRO = "StatisticRecordedOn";
|
|
2012
2024
|
const _SRc = "SchemaReference";
|
|
2013
|
-
const _SS = "
|
|
2025
|
+
const _SS = "SensitiveString";
|
|
2014
2026
|
const _SSAO = "S3SourceAdditionalOptions";
|
|
2015
2027
|
const _SSL = "StatisticSummaryList";
|
|
2016
2028
|
const _SSQL = "SparkSQL";
|
|
@@ -2023,6 +2035,7 @@ const _SSe = "SettingSource";
|
|
|
2023
2035
|
const _SSn = "SnowflakeSource";
|
|
2024
2036
|
const _SSt = "StatisticSummary";
|
|
2025
2037
|
const _SSto = "StopSession";
|
|
2038
|
+
const _SSu = "SuccessfulSubmissions";
|
|
2026
2039
|
const _ST = "SourceType";
|
|
2027
2040
|
const _STC = "SourceTableConfig";
|
|
2028
2041
|
const _STE = "SchedulerTransitioningException";
|
|
@@ -2036,8 +2049,9 @@ const _STRtop = "StopTriggerResponse";
|
|
|
2036
2049
|
const _STa = "S3Targets";
|
|
2037
2050
|
const _STar = "S3Target";
|
|
2038
2051
|
const _STc = "ScheduleType";
|
|
2039
|
-
const _STe = "
|
|
2040
|
-
const _STea = "
|
|
2052
|
+
const _STe = "SessionType";
|
|
2053
|
+
const _STea = "SearchText";
|
|
2054
|
+
const _STear = "SearchTables";
|
|
2041
2055
|
const _STn = "SnowflakeTarget";
|
|
2042
2056
|
const _STo = "SourceTable";
|
|
2043
2057
|
const _STt = "StagingTable";
|
|
@@ -2045,6 +2059,7 @@ const _STta = "StartTime";
|
|
|
2045
2059
|
const _STtar = "StartingTimestamp";
|
|
2046
2060
|
const _STtart = "StartTrigger";
|
|
2047
2061
|
const _STto = "StopTrigger";
|
|
2062
|
+
const _SU = "SensitiveUrl";
|
|
2048
2063
|
const _SV = "SupportedValues";
|
|
2049
2064
|
const _SVE = "SchemaVersionErrors";
|
|
2050
2065
|
const _SVEI = "SchemaVersionErrorItem";
|
|
@@ -2395,6 +2410,7 @@ const _en = "enabled";
|
|
|
2395
2410
|
const _gCN = "glueConnectionName";
|
|
2396
2411
|
const _hE = "httpError";
|
|
2397
2412
|
const _iC = "icebergConfiguration";
|
|
2413
|
+
const _jN = "jsonName";
|
|
2398
2414
|
const _k = "key";
|
|
2399
2415
|
const _l = "location";
|
|
2400
2416
|
const _lR = "lastRun";
|
|
@@ -2422,7 +2438,7 @@ const _v = "value";
|
|
|
2422
2438
|
const _vC = "vpcConfiguration";
|
|
2423
2439
|
const n0 = "com.amazonaws.glue";
|
|
2424
2440
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
2425
|
-
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";
|
|
2441
|
+
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, SessionBusyException, TargetResourceNotFound, ThrottlingException, ValidationException, VersionMismatchException, } from "../models/errors";
|
|
2426
2442
|
import { GlueServiceException } from "../models/GlueServiceException";
|
|
2427
2443
|
const _s_registry = TypeRegistry.for(_s);
|
|
2428
2444
|
export var GlueServiceException$ = [-3, _s, "GlueServiceException", 0, [], []];
|
|
@@ -2692,6 +2708,12 @@ export var SchedulerTransitioningException$ = [-3, n0, _STE,
|
|
|
2692
2708
|
[0]
|
|
2693
2709
|
];
|
|
2694
2710
|
n0_registry.registerError(SchedulerTransitioningException$, SchedulerTransitioningException);
|
|
2711
|
+
export var SessionBusyException$ = [-3, n0, _SBE,
|
|
2712
|
+
{ [_e]: _c },
|
|
2713
|
+
[_M],
|
|
2714
|
+
[0]
|
|
2715
|
+
];
|
|
2716
|
+
n0_registry.registerError(SessionBusyException$, SessionBusyException);
|
|
2695
2717
|
export var TargetResourceNotFound$ = [-3, n0, _TRNF,
|
|
2696
2718
|
{ [_e]: _c, [_hE]: 404 },
|
|
2697
2719
|
[_M],
|
|
@@ -2728,6 +2750,8 @@ var JwtToken = [0, n0, _JT, 8, 0];
|
|
|
2728
2750
|
var Password = [0, n0, _P, 8, 0];
|
|
2729
2751
|
var _Record = [0, n0, _R, 8, 15];
|
|
2730
2752
|
var RefreshToken = [0, n0, _RT, 8, 0];
|
|
2753
|
+
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
2754
|
+
var SensitiveUrl = [0, n0, _SU, 8, 0];
|
|
2731
2755
|
var UserManagedClientApplicationClientSecret = [0, n0, _UMCACS, 8, 0];
|
|
2732
2756
|
export var Action$ = [3, n0, _A,
|
|
2733
2757
|
0,
|
|
@@ -3016,7 +3040,7 @@ export var BatchStopJobRunRequest$ = [3, n0, _BSJRR,
|
|
|
3016
3040
|
];
|
|
3017
3041
|
export var BatchStopJobRunResponse$ = [3, n0, _BSJRRa,
|
|
3018
3042
|
0,
|
|
3019
|
-
[
|
|
3043
|
+
[_SSu, _E],
|
|
3020
3044
|
[() => BatchStopJobRunSuccessfulSubmissionList, () => BatchStopJobRunErrorList]
|
|
3021
3045
|
];
|
|
3022
3046
|
export var BatchStopJobRunSuccessfulSubmission$ = [3, n0, _BSJRSS,
|
|
@@ -3656,8 +3680,8 @@ export var CreateSecurityConfigurationResponse$ = [3, n0, _CSCRr,
|
|
|
3656
3680
|
];
|
|
3657
3681
|
export var CreateSessionRequest$ = [3, n0, _CSRreat,
|
|
3658
3682
|
0,
|
|
3659
|
-
[_Id, _Rol, _Comm, _D, _T, _ITd, _DA, _Conn, _MCax, _NOW, _WT, _SC, _GV, _Tag, _RO],
|
|
3660
|
-
[0, 0, () => SessionCommand$, 0, 1, 1, 128 | 0, () => ConnectionsList$, 1, 1, 0, 0, 0, 128 | 0, 0], 3
|
|
3683
|
+
[_Id, _Rol, _Comm, _D, _T, _ITd, _DA, _Conn, _MCax, _NOW, _WT, _SC, _GV, _Tag, _RO, _STe],
|
|
3684
|
+
[0, 0, () => SessionCommand$, 0, 1, 1, 128 | 0, () => ConnectionsList$, 1, 1, 0, 0, 0, 128 | 0, 0, 0], 3
|
|
3661
3685
|
];
|
|
3662
3686
|
export var CreateSessionResponse$ = [3, n0, _CSRreate,
|
|
3663
3687
|
0,
|
|
@@ -4714,6 +4738,16 @@ export var GetCustomEntityTypeResponse$ = [3, n0, _GCETRe,
|
|
|
4714
4738
|
[_N, _RSe, _CW],
|
|
4715
4739
|
[0, 0, 64 | 0]
|
|
4716
4740
|
];
|
|
4741
|
+
export var GetDashboardUrlRequest$ = [3, n0, _GDUR,
|
|
4742
|
+
0,
|
|
4743
|
+
[_RIeso, _RTes, _RO],
|
|
4744
|
+
[0, 0, 0], 2
|
|
4745
|
+
];
|
|
4746
|
+
export var GetDashboardUrlResponse$ = [3, n0, _GDURe,
|
|
4747
|
+
0,
|
|
4748
|
+
[_Ur],
|
|
4749
|
+
[[() => SensitiveUrl, 0]], 1
|
|
4750
|
+
];
|
|
4717
4751
|
export var GetDatabaseRequest$ = [3, n0, _GDR,
|
|
4718
4752
|
0,
|
|
4719
4753
|
[_N, _CI],
|
|
@@ -5114,6 +5148,16 @@ export var GetSecurityConfigurationsResponse$ = [3, n0, _GSCRete,
|
|
|
5114
5148
|
[_SCec, _NTe],
|
|
5115
5149
|
[() => SecurityConfigurationList, 0]
|
|
5116
5150
|
];
|
|
5151
|
+
export var GetSessionEndpointRequest$ = [3, n0, _GSER,
|
|
5152
|
+
0,
|
|
5153
|
+
[_SIe],
|
|
5154
|
+
[0], 1
|
|
5155
|
+
];
|
|
5156
|
+
export var GetSessionEndpointResponse$ = [3, n0, _GSERe,
|
|
5157
|
+
0,
|
|
5158
|
+
[_SCp],
|
|
5159
|
+
[[() => SessionEndpoint$, { [_jN]: _SC_ }]], 1
|
|
5160
|
+
];
|
|
5117
5161
|
export var GetSessionRequest$ = [3, n0, _GSRe,
|
|
5118
5162
|
0,
|
|
5119
5163
|
[_Id, _RO],
|
|
@@ -6541,7 +6585,7 @@ export var SchemaVersionNumber$ = [3, n0, _SVN,
|
|
|
6541
6585
|
];
|
|
6542
6586
|
export var SearchTablesRequest$ = [3, n0, _STR,
|
|
6543
6587
|
0,
|
|
6544
|
-
[_CI, _NTe, _Fil,
|
|
6588
|
+
[_CI, _NTe, _Fil, _STea, _SCor, _MRax, _RST, _ISD],
|
|
6545
6589
|
[0, 0, () => SearchPropertyPredicates, 0, () => SortCriteria, 1, 0, 2]
|
|
6546
6590
|
];
|
|
6547
6591
|
export var SearchTablesResponse$ = [3, n0, _STRe,
|
|
@@ -6576,14 +6620,19 @@ export var SerDeInfo$ = [3, n0, _SDI,
|
|
|
6576
6620
|
];
|
|
6577
6621
|
export var Session$ = [3, n0, _Ses,
|
|
6578
6622
|
0,
|
|
6579
|
-
[_Id, _CO, _St, _EM, _D, _Rol, _Comm, _DA, _Conn, _Prog, _MCax, _SC, _GV, _NOW, _WT, _COo, _ETxe, _DPUS, _ITd, _PN],
|
|
6580
|
-
[0, 4, 0, 0, 0, 0, () => SessionCommand$, 128 | 0, () => ConnectionsList$, 1, 1, 0, 0, 1, 0, 4, 1, 1, 1, 0]
|
|
6623
|
+
[_Id, _CO, _St, _EM, _D, _Rol, _Comm, _DA, _Conn, _Prog, _MCax, _SC, _GV, _NOW, _WT, _COo, _ETxe, _DPUS, _ITd, _PN, _STe],
|
|
6624
|
+
[0, 4, 0, 0, 0, 0, () => SessionCommand$, 128 | 0, () => ConnectionsList$, 1, 1, 0, 0, 1, 0, 4, 1, 1, 1, 0, 0]
|
|
6581
6625
|
];
|
|
6582
6626
|
export var SessionCommand$ = [3, n0, _SCess,
|
|
6583
6627
|
0,
|
|
6584
6628
|
[_N, _PVy],
|
|
6585
6629
|
[0, 0]
|
|
6586
6630
|
];
|
|
6631
|
+
export var SessionEndpoint$ = [3, n0, _SEe,
|
|
6632
|
+
0,
|
|
6633
|
+
[_Ur, _ATuth, _ATET],
|
|
6634
|
+
[0, [() => SensitiveString, 0], 4], 3
|
|
6635
|
+
];
|
|
6587
6636
|
export var SkewedInfo$ = [3, n0, _SIk,
|
|
6588
6637
|
0,
|
|
6589
6638
|
[_SCN, _SCV, _SCVLM],
|
|
@@ -8421,6 +8470,9 @@ export var GetCrawlers$ = [9, n0, _GCetra,
|
|
|
8421
8470
|
export var GetCustomEntityType$ = [9, n0, _GCET,
|
|
8422
8471
|
0, () => GetCustomEntityTypeRequest$, () => GetCustomEntityTypeResponse$
|
|
8423
8472
|
];
|
|
8473
|
+
export var GetDashboardUrl$ = [9, n0, _GDU,
|
|
8474
|
+
0, () => GetDashboardUrlRequest$, () => GetDashboardUrlResponse$
|
|
8475
|
+
];
|
|
8424
8476
|
export var GetDatabase$ = [9, n0, _GD,
|
|
8425
8477
|
0, () => GetDatabaseRequest$, () => GetDatabaseResponse$
|
|
8426
8478
|
];
|
|
@@ -8544,6 +8596,9 @@ export var GetSecurityConfigurations$ = [9, n0, _GSCet,
|
|
|
8544
8596
|
export var GetSession$ = [9, n0, _GSet,
|
|
8545
8597
|
0, () => GetSessionRequest$, () => GetSessionResponse$
|
|
8546
8598
|
];
|
|
8599
|
+
export var GetSessionEndpoint$ = [9, n0, _GSE,
|
|
8600
|
+
0, () => GetSessionEndpointRequest$, () => GetSessionEndpointResponse$
|
|
8601
|
+
];
|
|
8547
8602
|
export var GetStatement$ = [9, n0, _GSett,
|
|
8548
8603
|
0, () => GetStatementRequest$, () => GetStatementResponse$
|
|
8549
8604
|
];
|
|
@@ -8724,7 +8779,7 @@ export var ResumeWorkflowRun$ = [9, n0, _RWR,
|
|
|
8724
8779
|
export var RunStatement$ = [9, n0, _RSu,
|
|
8725
8780
|
0, () => RunStatementRequest$, () => RunStatementResponse$
|
|
8726
8781
|
];
|
|
8727
|
-
export var SearchTables$ = [9, n0,
|
|
8782
|
+
export var SearchTables$ = [9, n0, _STear,
|
|
8728
8783
|
0, () => SearchTablesRequest$, () => SearchTablesResponse$
|
|
8729
8784
|
];
|
|
8730
8785
|
export var StartBlueprintRun$ = [9, n0, _SBR,
|
package/dist-types/Glue.d.ts
CHANGED
|
@@ -108,6 +108,7 @@ import { type GetCrawlerCommandInput, type GetCrawlerCommandOutput } from "./com
|
|
|
108
108
|
import { type GetCrawlerMetricsCommandInput, type GetCrawlerMetricsCommandOutput } from "./commands/GetCrawlerMetricsCommand";
|
|
109
109
|
import { type GetCrawlersCommandInput, type GetCrawlersCommandOutput } from "./commands/GetCrawlersCommand";
|
|
110
110
|
import { type GetCustomEntityTypeCommandInput, type GetCustomEntityTypeCommandOutput } from "./commands/GetCustomEntityTypeCommand";
|
|
111
|
+
import { type GetDashboardUrlCommandInput, type GetDashboardUrlCommandOutput } from "./commands/GetDashboardUrlCommand";
|
|
111
112
|
import { type GetDatabaseCommandInput, type GetDatabaseCommandOutput } from "./commands/GetDatabaseCommand";
|
|
112
113
|
import { type GetDatabasesCommandInput, type GetDatabasesCommandOutput } from "./commands/GetDatabasesCommand";
|
|
113
114
|
import { type GetDataCatalogEncryptionSettingsCommandInput, type GetDataCatalogEncryptionSettingsCommandOutput } from "./commands/GetDataCatalogEncryptionSettingsCommand";
|
|
@@ -149,6 +150,7 @@ import { type GetSchemaVersionsDiffCommandInput, type GetSchemaVersionsDiffComma
|
|
|
149
150
|
import { type GetSecurityConfigurationCommandInput, type GetSecurityConfigurationCommandOutput } from "./commands/GetSecurityConfigurationCommand";
|
|
150
151
|
import { type GetSecurityConfigurationsCommandInput, type GetSecurityConfigurationsCommandOutput } from "./commands/GetSecurityConfigurationsCommand";
|
|
151
152
|
import { type GetSessionCommandInput, type GetSessionCommandOutput } from "./commands/GetSessionCommand";
|
|
153
|
+
import { type GetSessionEndpointCommandInput, type GetSessionEndpointCommandOutput } from "./commands/GetSessionEndpointCommand";
|
|
152
154
|
import { type GetStatementCommandInput, type GetStatementCommandOutput } from "./commands/GetStatementCommand";
|
|
153
155
|
import { type GetTableCommandInput, type GetTableCommandOutput } from "./commands/GetTableCommand";
|
|
154
156
|
import { type GetTableOptimizerCommandInput, type GetTableOptimizerCommandOutput } from "./commands/GetTableOptimizerCommand";
|
|
@@ -932,6 +934,12 @@ export interface Glue {
|
|
|
932
934
|
getCustomEntityType(args: GetCustomEntityTypeCommandInput, options?: __HttpHandlerOptions): Promise<GetCustomEntityTypeCommandOutput>;
|
|
933
935
|
getCustomEntityType(args: GetCustomEntityTypeCommandInput, cb: (err: any, data?: GetCustomEntityTypeCommandOutput) => void): void;
|
|
934
936
|
getCustomEntityType(args: GetCustomEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCustomEntityTypeCommandOutput) => void): void;
|
|
937
|
+
/**
|
|
938
|
+
* @see {@link GetDashboardUrlCommand}
|
|
939
|
+
*/
|
|
940
|
+
getDashboardUrl(args: GetDashboardUrlCommandInput, options?: __HttpHandlerOptions): Promise<GetDashboardUrlCommandOutput>;
|
|
941
|
+
getDashboardUrl(args: GetDashboardUrlCommandInput, cb: (err: any, data?: GetDashboardUrlCommandOutput) => void): void;
|
|
942
|
+
getDashboardUrl(args: GetDashboardUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDashboardUrlCommandOutput) => void): void;
|
|
935
943
|
/**
|
|
936
944
|
* @see {@link GetDatabaseCommand}
|
|
937
945
|
*/
|
|
@@ -1189,6 +1197,12 @@ export interface Glue {
|
|
|
1189
1197
|
getSession(args: GetSessionCommandInput, options?: __HttpHandlerOptions): Promise<GetSessionCommandOutput>;
|
|
1190
1198
|
getSession(args: GetSessionCommandInput, cb: (err: any, data?: GetSessionCommandOutput) => void): void;
|
|
1191
1199
|
getSession(args: GetSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSessionCommandOutput) => void): void;
|
|
1200
|
+
/**
|
|
1201
|
+
* @see {@link GetSessionEndpointCommand}
|
|
1202
|
+
*/
|
|
1203
|
+
getSessionEndpoint(args: GetSessionEndpointCommandInput, options?: __HttpHandlerOptions): Promise<GetSessionEndpointCommandOutput>;
|
|
1204
|
+
getSessionEndpoint(args: GetSessionEndpointCommandInput, cb: (err: any, data?: GetSessionEndpointCommandOutput) => void): void;
|
|
1205
|
+
getSessionEndpoint(args: GetSessionEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSessionEndpointCommandOutput) => void): void;
|
|
1192
1206
|
/**
|
|
1193
1207
|
* @see {@link GetStatementCommand}
|
|
1194
1208
|
*/
|
|
@@ -115,6 +115,7 @@ import type { GetCrawlerCommandInput, GetCrawlerCommandOutput } from "./commands
|
|
|
115
115
|
import type { GetCrawlerMetricsCommandInput, GetCrawlerMetricsCommandOutput } from "./commands/GetCrawlerMetricsCommand";
|
|
116
116
|
import type { GetCrawlersCommandInput, GetCrawlersCommandOutput } from "./commands/GetCrawlersCommand";
|
|
117
117
|
import type { GetCustomEntityTypeCommandInput, GetCustomEntityTypeCommandOutput } from "./commands/GetCustomEntityTypeCommand";
|
|
118
|
+
import type { GetDashboardUrlCommandInput, GetDashboardUrlCommandOutput } from "./commands/GetDashboardUrlCommand";
|
|
118
119
|
import type { GetDatabaseCommandInput, GetDatabaseCommandOutput } from "./commands/GetDatabaseCommand";
|
|
119
120
|
import type { GetDatabasesCommandInput, GetDatabasesCommandOutput } from "./commands/GetDatabasesCommand";
|
|
120
121
|
import type { GetDataCatalogEncryptionSettingsCommandInput, GetDataCatalogEncryptionSettingsCommandOutput } from "./commands/GetDataCatalogEncryptionSettingsCommand";
|
|
@@ -156,6 +157,7 @@ import type { GetSchemaVersionsDiffCommandInput, GetSchemaVersionsDiffCommandOut
|
|
|
156
157
|
import type { GetSecurityConfigurationCommandInput, GetSecurityConfigurationCommandOutput } from "./commands/GetSecurityConfigurationCommand";
|
|
157
158
|
import type { GetSecurityConfigurationsCommandInput, GetSecurityConfigurationsCommandOutput } from "./commands/GetSecurityConfigurationsCommand";
|
|
158
159
|
import type { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
|
|
160
|
+
import type { GetSessionEndpointCommandInput, GetSessionEndpointCommandOutput } from "./commands/GetSessionEndpointCommand";
|
|
159
161
|
import type { GetStatementCommandInput, GetStatementCommandOutput } from "./commands/GetStatementCommand";
|
|
160
162
|
import type { GetTableCommandInput, GetTableCommandOutput } from "./commands/GetTableCommand";
|
|
161
163
|
import type { GetTableOptimizerCommandInput, GetTableOptimizerCommandOutput } from "./commands/GetTableOptimizerCommand";
|
|
@@ -277,11 +279,11 @@ export { __Client };
|
|
|
277
279
|
/**
|
|
278
280
|
* @public
|
|
279
281
|
*/
|
|
280
|
-
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 | DeleteConnectionTypeCommandInput | 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 | RegisterConnectionTypeCommandInput | 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;
|
|
282
|
+
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 | DeleteConnectionTypeCommandInput | 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 | GetDashboardUrlCommandInput | 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 | GetSessionEndpointCommandInput | 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 | RegisterConnectionTypeCommandInput | 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;
|
|
281
283
|
/**
|
|
282
284
|
* @public
|
|
283
285
|
*/
|
|
284
|
-
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 | DeleteConnectionTypeCommandOutput | 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 | RegisterConnectionTypeCommandOutput | 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;
|
|
286
|
+
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 | DeleteConnectionTypeCommandOutput | 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 | GetDashboardUrlCommandOutput | 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 | GetSessionEndpointCommandOutput | 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 | RegisterConnectionTypeCommandOutput | 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;
|
|
285
287
|
/**
|
|
286
288
|
* @public
|
|
287
289
|
*/
|
|
@@ -65,6 +65,7 @@ declare const CreateSessionCommand_base: {
|
|
|
65
65
|
* "<keys>": "STRING_VALUE",
|
|
66
66
|
* },
|
|
67
67
|
* RequestOrigin: "STRING_VALUE",
|
|
68
|
+
* SessionType: "LIVY" || "SPARK_CONNECT",
|
|
68
69
|
* };
|
|
69
70
|
* const command = new CreateSessionCommand(input);
|
|
70
71
|
* const response = await client.send(command);
|
|
@@ -99,6 +100,7 @@ declare const CreateSessionCommand_base: {
|
|
|
99
100
|
* // DPUSeconds: Number("double"),
|
|
100
101
|
* // IdleTimeout: Number("int"),
|
|
101
102
|
* // ProfileName: "STRING_VALUE",
|
|
103
|
+
* // SessionType: "LIVY" || "SPARK_CONNECT",
|
|
102
104
|
* // },
|
|
103
105
|
* // };
|
|
104
106
|
*
|
|
@@ -125,6 +127,9 @@ declare const CreateSessionCommand_base: {
|
|
|
125
127
|
* @throws {@link InvalidInputException} (client fault)
|
|
126
128
|
* <p>The input provided was not valid.</p>
|
|
127
129
|
*
|
|
130
|
+
* @throws {@link OperationNotSupportedException} (client fault)
|
|
131
|
+
* <p>The operation is not available in the region.</p>
|
|
132
|
+
*
|
|
128
133
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
129
134
|
* <p>The operation timed out.</p>
|
|
130
135
|
*
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import type { GetDashboardUrlRequest, GetDashboardUrlResponse } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetDashboardUrlCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetDashboardUrlCommandInput extends GetDashboardUrlRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetDashboardUrlCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetDashboardUrlCommandOutput extends GetDashboardUrlResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetDashboardUrlCommand_base: {
|
|
25
|
+
new (input: GetDashboardUrlCommandInput): import("@smithy/core/client").CommandImpl<GetDashboardUrlCommandInput, GetDashboardUrlCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDashboardUrlCommandInput): import("@smithy/core/client").CommandImpl<GetDashboardUrlCommandInput, GetDashboardUrlCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Retrieves the URL for the Spark monitoring dashboard for a Glue resource.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { GlueClient, GetDashboardUrlCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
37
|
+
* // const { GlueClient, GetDashboardUrlCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
38
|
+
* // import type { GlueClientConfig } from "@aws-sdk/client-glue";
|
|
39
|
+
* const config = {}; // type is GlueClientConfig
|
|
40
|
+
* const client = new GlueClient(config);
|
|
41
|
+
* const input = { // GetDashboardUrlRequest
|
|
42
|
+
* ResourceId: "STRING_VALUE", // required
|
|
43
|
+
* ResourceType: "JOB" || "SESSION", // required
|
|
44
|
+
* RequestOrigin: "STRING_VALUE",
|
|
45
|
+
* };
|
|
46
|
+
* const command = new GetDashboardUrlCommand(input);
|
|
47
|
+
* const response = await client.send(command);
|
|
48
|
+
* // { // GetDashboardUrlResponse
|
|
49
|
+
* // Url: "STRING_VALUE", // required
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
52
|
+
* ```
|
|
53
|
+
*
|
|
54
|
+
* @param GetDashboardUrlCommandInput - {@link GetDashboardUrlCommandInput}
|
|
55
|
+
* @returns {@link GetDashboardUrlCommandOutput}
|
|
56
|
+
* @see {@link GetDashboardUrlCommandInput} for command's `input` shape.
|
|
57
|
+
* @see {@link GetDashboardUrlCommandOutput} for command's `response` shape.
|
|
58
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
61
|
+
* <p>Access to a resource was denied.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
64
|
+
* <p>A specified entity does not exist</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
67
|
+
* <p>An internal service error occurred.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
70
|
+
* <p>The input provided was not valid.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link OperationNotSupportedException} (client fault)
|
|
73
|
+
* <p>The operation is not available in the region.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link GlueServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
77
|
+
*
|
|
78
|
+
*
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
export declare class GetDashboardUrlCommand extends GetDashboardUrlCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: GetDashboardUrlRequest;
|
|
86
|
+
output: GetDashboardUrlResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: GetDashboardUrlCommandInput;
|
|
90
|
+
output: GetDashboardUrlCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import type { GetMLTaskRunRequest } from "../models/
|
|
5
|
-
import type { GetMLTaskRunResponse } from "../models/models_2";
|
|
4
|
+
import type { GetMLTaskRunRequest, GetMLTaskRunResponse } from "../models/models_2";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import type { GetSessionEndpointRequest, GetSessionEndpointResponse } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetSessionEndpointCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetSessionEndpointCommandInput extends GetSessionEndpointRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetSessionEndpointCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetSessionEndpointCommandOutput extends GetSessionEndpointResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetSessionEndpointCommand_base: {
|
|
25
|
+
new (input: GetSessionEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetSessionEndpointCommandInput, GetSessionEndpointCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSessionEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetSessionEndpointCommandInput, GetSessionEndpointCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Returns the Spark Connect endpoint URL and authentication token for an interactive session.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { GlueClient, GetSessionEndpointCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
37
|
+
* // const { GlueClient, GetSessionEndpointCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
38
|
+
* // import type { GlueClientConfig } from "@aws-sdk/client-glue";
|
|
39
|
+
* const config = {}; // type is GlueClientConfig
|
|
40
|
+
* const client = new GlueClient(config);
|
|
41
|
+
* const input = { // GetSessionEndpointRequest
|
|
42
|
+
* SessionId: "STRING_VALUE", // required
|
|
43
|
+
* };
|
|
44
|
+
* const command = new GetSessionEndpointCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // { // GetSessionEndpointResponse
|
|
47
|
+
* // SparkConnect: { // SessionEndpoint
|
|
48
|
+
* // Url: "STRING_VALUE", // required
|
|
49
|
+
* // AuthToken: "STRING_VALUE", // required
|
|
50
|
+
* // AuthTokenExpirationTime: new Date("TIMESTAMP"), // required
|
|
51
|
+
* // },
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
54
|
+
* ```
|
|
55
|
+
*
|
|
56
|
+
* @param GetSessionEndpointCommandInput - {@link GetSessionEndpointCommandInput}
|
|
57
|
+
* @returns {@link GetSessionEndpointCommandOutput}
|
|
58
|
+
* @see {@link GetSessionEndpointCommandInput} for command's `input` shape.
|
|
59
|
+
* @see {@link GetSessionEndpointCommandOutput} for command's `response` shape.
|
|
60
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
63
|
+
* <p>Access to a resource was denied.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
66
|
+
* <p>A specified entity does not exist</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link IllegalSessionStateException} (client fault)
|
|
69
|
+
* <p>The session is in an invalid state to perform a requested operation.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
72
|
+
* <p>An internal service error occurred.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
75
|
+
* <p>The input provided was not valid.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link OperationNotSupportedException} (client fault)
|
|
78
|
+
* <p>The operation is not available in the region.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
81
|
+
* <p>The operation timed out.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link GlueServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
85
|
+
*
|
|
86
|
+
*
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
export declare class GetSessionEndpointCommand extends GetSessionEndpointCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: GetSessionEndpointRequest;
|
|
94
|
+
output: GetSessionEndpointResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: GetSessionEndpointCommandInput;
|
|
98
|
+
output: GetSessionEndpointCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
}
|