@aws-sdk/client-glue 3.1070.0 → 3.1072.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 +196 -0
- package/dist-cjs/index.js +431 -1
- package/dist-cjs/models/errors.js +38 -38
- package/dist-cjs/schemas/schemas_0.js +744 -31
- package/dist-es/Glue.js +68 -0
- package/dist-es/commands/AssociateGlossaryTermsCommand.js +16 -0
- package/dist-es/commands/BatchGetIterableFormsCommand.js +16 -0
- package/dist-es/commands/CreateGlossaryCommand.js +16 -0
- package/dist-es/commands/CreateGlossaryTermCommand.js +16 -0
- package/dist-es/commands/DeleteAssetCommand.js +16 -0
- package/dist-es/commands/DeleteAssetTypeCommand.js +16 -0
- package/dist-es/commands/DeleteAttachmentCommand.js +16 -0
- package/dist-es/commands/DeleteFormTypeCommand.js +16 -0
- package/dist-es/commands/DeleteGlossaryCommand.js +16 -0
- package/dist-es/commands/DeleteGlossaryTermCommand.js +16 -0
- package/dist-es/commands/DisassociateGlossaryTermsCommand.js +16 -0
- package/dist-es/commands/GetAssetCommand.js +16 -0
- package/dist-es/commands/GetAssetTypeCommand.js +16 -0
- package/dist-es/commands/GetFormTypeCommand.js +16 -0
- package/dist-es/commands/GetGlossaryCommand.js +16 -0
- package/dist-es/commands/GetGlossaryTermCommand.js +16 -0
- package/dist-es/commands/ListAssetTypesCommand.js +16 -0
- package/dist-es/commands/ListFormTypesCommand.js +16 -0
- package/dist-es/commands/ListGlossariesCommand.js +16 -0
- package/dist-es/commands/ListGlossaryTermsCommand.js +16 -0
- package/dist-es/commands/ListIterableFormsCommand.js +16 -0
- package/dist-es/commands/PutAssetCommand.js +16 -0
- package/dist-es/commands/PutAssetTypeCommand.js +16 -0
- package/dist-es/commands/PutAttachmentCommand.js +16 -0
- package/dist-es/commands/PutFormTypeCommand.js +16 -0
- package/dist-es/commands/SearchCommand.js +16 -0
- package/dist-es/commands/UpdateGlossaryCommand.js +16 -0
- package/dist-es/commands/UpdateGlossaryTermCommand.js +16 -0
- package/dist-es/commands/index.js +28 -0
- package/dist-es/models/enums.js +12 -0
- package/dist-es/models/errors.js +38 -38
- package/dist-es/pagination/ListAssetTypesPaginator.js +4 -0
- package/dist-es/pagination/ListFormTypesPaginator.js +4 -0
- package/dist-es/pagination/ListGlossariesPaginator.js +4 -0
- package/dist-es/pagination/ListGlossaryTermsPaginator.js +4 -0
- package/dist-es/pagination/ListIterableFormsPaginator.js +4 -0
- package/dist-es/pagination/SearchPaginator.js +4 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/schemas/schemas_0.js +671 -31
- package/dist-types/Glue.d.ts +242 -0
- package/dist-types/GlueClient.d.ts +30 -2
- package/dist-types/commands/AssociateGlossaryTermsCommand.d.ts +101 -0
- package/dist-types/commands/BatchGetIterableFormsCommand.d.ts +122 -0
- package/dist-types/commands/CreateCrawlerCommand.d.ts +2 -1
- package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
- package/dist-types/commands/CreateDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/CreateGlossaryCommand.d.ts +98 -0
- package/dist-types/commands/CreateGlossaryTermCommand.d.ts +105 -0
- package/dist-types/commands/DeleteAssetCommand.d.ts +89 -0
- package/dist-types/commands/DeleteAssetTypeCommand.d.ts +89 -0
- package/dist-types/commands/DeleteAttachmentCommand.d.ts +95 -0
- package/dist-types/commands/DeleteFormTypeCommand.d.ts +92 -0
- package/dist-types/commands/DeleteGlossaryCommand.d.ts +92 -0
- package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +89 -0
- package/dist-types/commands/DisassociateGlossaryTermsCommand.d.ts +101 -0
- package/dist-types/commands/GetAssetCommand.d.ts +116 -0
- package/dist-types/commands/GetAssetTypeCommand.d.ts +97 -0
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/GetEntityRecordsCommand.d.ts +1 -1
- package/dist-types/commands/GetFormTypeCommand.d.ts +93 -0
- package/dist-types/commands/GetGlossaryCommand.d.ts +90 -0
- package/dist-types/commands/GetGlossaryTermCommand.d.ts +92 -0
- package/dist-types/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
- package/dist-types/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
- package/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
- package/dist-types/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/commands/GetJobRunCommand.d.ts +1 -1
- package/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
- package/dist-types/commands/GetJobsCommand.d.ts +1 -1
- package/dist-types/commands/GetMappingCommand.d.ts +1 -1
- package/dist-types/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetTypesCommand.d.ts +95 -0
- package/dist-types/commands/ListFormTypesCommand.d.ts +95 -0
- package/dist-types/commands/ListGlossariesCommand.d.ts +96 -0
- package/dist-types/commands/ListGlossaryTermsCommand.d.ts +97 -0
- package/dist-types/commands/ListIterableFormsCommand.d.ts +104 -0
- package/dist-types/commands/PutAssetCommand.d.ts +113 -0
- package/dist-types/commands/PutAssetTypeCommand.d.ts +103 -0
- package/dist-types/commands/PutAttachmentCommand.d.ts +104 -0
- package/dist-types/commands/PutFormTypeCommand.d.ts +95 -0
- package/dist-types/commands/SearchCommand.d.ts +149 -0
- package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartJobRunCommand.d.ts +1 -1
- package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartTriggerCommand.d.ts +1 -1
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
- package/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StopSessionCommand.d.ts +1 -1
- package/dist-types/commands/StopTriggerCommand.d.ts +1 -1
- package/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCatalogCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClassifierCommand.d.ts +1 -1
- package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
- package/dist-types/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -2
- package/dist-types/commands/UpdateGlossaryCommand.d.ts +102 -0
- package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +105 -0
- package/dist-types/commands/index.d.ts +28 -0
- package/dist-types/models/enums.d.ts +28 -0
- package/dist-types/models/errors.d.ts +48 -48
- package/dist-types/models/models_0.d.ts +165 -174
- package/dist-types/models/models_1.d.ts +520 -720
- package/dist-types/models/models_2.d.ts +2302 -2039
- package/dist-types/models/models_3.d.ts +1413 -4
- package/dist-types/pagination/ListAssetTypesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFormTypesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListGlossariesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListGlossaryTermsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIterableFormsPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/schemas/schemas_0.d.ts +101 -0
- package/dist-types/ts3.4/Glue.d.ts +522 -0
- package/dist-types/ts3.4/GlueClient.d.ts +168 -0
- package/dist-types/ts3.4/commands/AssociateGlossaryTermsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetIterableFormsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGlossaryCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/CreateGlossaryTermCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteAssetTypeCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DisassociateGlossaryTermsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/GetAssetTypeCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEntityRecordsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetTypesCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/ListFormTypesCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/ListGlossariesCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/ListGlossaryTermsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListIterableFormsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/PutAssetCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/PutAssetTypeCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/PutAttachmentCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/PutFormTypeCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCatalogCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/index.d.ts +28 -0
- package/dist-types/ts3.4/models/enums.d.ts +16 -0
- package/dist-types/ts3.4/models/errors.d.ts +26 -26
- package/dist-types/ts3.4/models/models_0.d.ts +41 -40
- package/dist-types/ts3.4/models/models_1.d.ts +128 -181
- package/dist-types/ts3.4/models/models_2.d.ts +396 -293
- package/dist-types/ts3.4/models/models_3.d.ts +373 -1
- package/dist-types/ts3.4/pagination/ListAssetTypesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFormTypesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListGlossariesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListGlossaryTermsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIterableFormsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +101 -0
- package/package.json +3 -3
|
@@ -20,7 +20,6 @@ import {
|
|
|
20
20
|
DataOperation,
|
|
21
21
|
DataQualityEncryptionMode,
|
|
22
22
|
DataQualityModelStatus,
|
|
23
|
-
DQCompositeRuleEvaluationMethod,
|
|
24
23
|
ExecutionStatus,
|
|
25
24
|
FieldDataType,
|
|
26
25
|
FieldFilterOperator,
|
|
@@ -35,8 +34,6 @@ import {
|
|
|
35
34
|
JobBookmarksEncryptionMode,
|
|
36
35
|
Language,
|
|
37
36
|
LastRefreshType,
|
|
38
|
-
MaterializedViewRefreshState,
|
|
39
|
-
MaterializedViewRefreshType,
|
|
40
37
|
MetadataOperation,
|
|
41
38
|
MLUserDataEncryptionModeString,
|
|
42
39
|
PrincipalType,
|
|
@@ -62,26 +59,23 @@ import {
|
|
|
62
59
|
} from "./enums";
|
|
63
60
|
import {
|
|
64
61
|
Action,
|
|
62
|
+
AssetFormEntry,
|
|
63
|
+
AssetTypeFormReference,
|
|
65
64
|
AuthConfiguration,
|
|
66
65
|
AuthenticationConfiguration,
|
|
67
66
|
Blueprint,
|
|
68
67
|
Column,
|
|
69
68
|
ConnectionsList,
|
|
70
69
|
Crawler,
|
|
71
|
-
DatabaseIdentifier,
|
|
72
70
|
DataQualityAggregatedMetrics,
|
|
73
71
|
DataQualityAnalyzerResult,
|
|
74
72
|
DataQualityObservation,
|
|
75
73
|
DataQualityRuleResult,
|
|
76
|
-
DataQualityTargetTable,
|
|
77
74
|
DataSource,
|
|
78
|
-
DevEndpoint,
|
|
79
75
|
ErrorDetail,
|
|
80
76
|
EventBatchingCondition,
|
|
81
77
|
FederatedCatalog,
|
|
82
|
-
FederatedDatabase,
|
|
83
78
|
GlueTable,
|
|
84
|
-
JobRun,
|
|
85
79
|
PartitionInput,
|
|
86
80
|
PhysicalConnectionRequirements,
|
|
87
81
|
Predicate,
|
|
@@ -93,6 +87,46 @@ import {
|
|
|
93
87
|
TableOptimizerConfiguration,
|
|
94
88
|
TargetRedshiftCatalog,
|
|
95
89
|
} from "./models_0";
|
|
90
|
+
export interface CreateCrawlerResponse {}
|
|
91
|
+
export interface CreateCustomEntityTypeRequest {
|
|
92
|
+
Name: string | undefined;
|
|
93
|
+
RegexString: string | undefined;
|
|
94
|
+
ContextWords?: string[] | undefined;
|
|
95
|
+
Tags?: Record<string, string> | undefined;
|
|
96
|
+
}
|
|
97
|
+
export interface CreateCustomEntityTypeResponse {
|
|
98
|
+
Name?: string | undefined;
|
|
99
|
+
}
|
|
100
|
+
export interface FederatedDatabase {
|
|
101
|
+
Identifier?: string | undefined;
|
|
102
|
+
ConnectionName?: string | undefined;
|
|
103
|
+
ConnectionType?: string | undefined;
|
|
104
|
+
}
|
|
105
|
+
export interface DatabaseIdentifier {
|
|
106
|
+
CatalogId?: string | undefined;
|
|
107
|
+
DatabaseName?: string | undefined;
|
|
108
|
+
Region?: string | undefined;
|
|
109
|
+
}
|
|
110
|
+
export interface DatabaseInput {
|
|
111
|
+
Name: string | undefined;
|
|
112
|
+
Description?: string | undefined;
|
|
113
|
+
LocationUri?: string | undefined;
|
|
114
|
+
Parameters?: Record<string, string> | undefined;
|
|
115
|
+
CreateTableDefaultPermissions?: PrincipalPermissions[] | undefined;
|
|
116
|
+
TargetDatabase?: DatabaseIdentifier | undefined;
|
|
117
|
+
FederatedDatabase?: FederatedDatabase | undefined;
|
|
118
|
+
}
|
|
119
|
+
export interface CreateDatabaseRequest {
|
|
120
|
+
CatalogId?: string | undefined;
|
|
121
|
+
DatabaseInput: DatabaseInput | undefined;
|
|
122
|
+
Tags?: Record<string, string> | undefined;
|
|
123
|
+
}
|
|
124
|
+
export interface CreateDatabaseResponse {}
|
|
125
|
+
export interface DataQualityTargetTable {
|
|
126
|
+
TableName: string | undefined;
|
|
127
|
+
DatabaseName: string | undefined;
|
|
128
|
+
CatalogId?: string | undefined;
|
|
129
|
+
}
|
|
96
130
|
export interface CreateDataQualityRulesetRequest {
|
|
97
131
|
Name: string | undefined;
|
|
98
132
|
Description?: string | undefined;
|
|
@@ -143,6 +177,30 @@ export interface CreateDevEndpointResponse {
|
|
|
143
177
|
CreatedTimestamp?: Date | undefined;
|
|
144
178
|
Arguments?: Record<string, string> | undefined;
|
|
145
179
|
}
|
|
180
|
+
export interface CreateGlossaryRequest {
|
|
181
|
+
Name: string | undefined;
|
|
182
|
+
Description?: string | undefined;
|
|
183
|
+
ClientToken?: string | undefined;
|
|
184
|
+
}
|
|
185
|
+
export interface CreateGlossaryResponse {
|
|
186
|
+
Id?: string | undefined;
|
|
187
|
+
Name?: string | undefined;
|
|
188
|
+
Description?: string | undefined;
|
|
189
|
+
}
|
|
190
|
+
export interface CreateGlossaryTermRequest {
|
|
191
|
+
GlossaryIdentifier: string | undefined;
|
|
192
|
+
Name: string | undefined;
|
|
193
|
+
ShortDescription?: string | undefined;
|
|
194
|
+
LongDescription?: string | undefined;
|
|
195
|
+
ClientToken?: string | undefined;
|
|
196
|
+
}
|
|
197
|
+
export interface CreateGlossaryTermResponse {
|
|
198
|
+
Id?: string | undefined;
|
|
199
|
+
GlossaryId?: string | undefined;
|
|
200
|
+
Name?: string | undefined;
|
|
201
|
+
ShortDescription?: string | undefined;
|
|
202
|
+
LongDescription?: string | undefined;
|
|
203
|
+
}
|
|
146
204
|
export interface CreateGlueIdentityCenterConfigurationRequest {
|
|
147
205
|
InstanceArn: string | undefined;
|
|
148
206
|
Scopes?: string[] | undefined;
|
|
@@ -604,6 +662,21 @@ export interface CreateWorkflowRequest {
|
|
|
604
662
|
export interface CreateWorkflowResponse {
|
|
605
663
|
Name?: string | undefined;
|
|
606
664
|
}
|
|
665
|
+
export interface DeleteAssetRequest {
|
|
666
|
+
Identifier: string | undefined;
|
|
667
|
+
}
|
|
668
|
+
export interface DeleteAssetResponse {}
|
|
669
|
+
export interface DeleteAssetTypeRequest {
|
|
670
|
+
Identifier: string | undefined;
|
|
671
|
+
}
|
|
672
|
+
export interface DeleteAssetTypeResponse {}
|
|
673
|
+
export interface DeleteAttachmentRequest {
|
|
674
|
+
Identifier: string | undefined;
|
|
675
|
+
AttachmentName: string | undefined;
|
|
676
|
+
}
|
|
677
|
+
export interface DeleteAttachmentResponse {
|
|
678
|
+
Identifier?: string | undefined;
|
|
679
|
+
}
|
|
607
680
|
export interface DeleteBlueprintRequest {
|
|
608
681
|
Name: string | undefined;
|
|
609
682
|
}
|
|
@@ -670,6 +743,18 @@ export interface DeleteDevEndpointRequest {
|
|
|
670
743
|
EndpointName: string | undefined;
|
|
671
744
|
}
|
|
672
745
|
export interface DeleteDevEndpointResponse {}
|
|
746
|
+
export interface DeleteFormTypeRequest {
|
|
747
|
+
Identifier: string | undefined;
|
|
748
|
+
}
|
|
749
|
+
export interface DeleteFormTypeResponse {}
|
|
750
|
+
export interface DeleteGlossaryRequest {
|
|
751
|
+
Identifier: string | undefined;
|
|
752
|
+
}
|
|
753
|
+
export interface DeleteGlossaryResponse {}
|
|
754
|
+
export interface DeleteGlossaryTermRequest {
|
|
755
|
+
Identifier: string | undefined;
|
|
756
|
+
}
|
|
757
|
+
export interface DeleteGlossaryTermResponse {}
|
|
673
758
|
export interface DeleteGlueIdentityCenterConfigurationRequest {}
|
|
674
759
|
export interface DeleteGlueIdentityCenterConfigurationResponse {}
|
|
675
760
|
export interface DeleteIntegrationRequest {
|
|
@@ -983,6 +1068,41 @@ export interface DescribeIntegrationsResponse {
|
|
|
983
1068
|
Integrations?: Integration[] | undefined;
|
|
984
1069
|
Marker?: string | undefined;
|
|
985
1070
|
}
|
|
1071
|
+
export interface DisassociateGlossaryTermsRequest {
|
|
1072
|
+
Identifier: string | undefined;
|
|
1073
|
+
GlossaryTermIdentifiers: string[] | undefined;
|
|
1074
|
+
ClientToken?: string | undefined;
|
|
1075
|
+
}
|
|
1076
|
+
export interface DisassociateGlossaryTermsResponse {
|
|
1077
|
+
Identifier?: string | undefined;
|
|
1078
|
+
GlossaryTerms?: string[] | undefined;
|
|
1079
|
+
}
|
|
1080
|
+
export interface GetAssetInput {
|
|
1081
|
+
Identifier: string | undefined;
|
|
1082
|
+
}
|
|
1083
|
+
export interface IterableFormEntry {
|
|
1084
|
+
FormTypeId?: string | undefined;
|
|
1085
|
+
}
|
|
1086
|
+
export interface GetAssetOutput {
|
|
1087
|
+
Id: string | undefined;
|
|
1088
|
+
Name?: string | undefined;
|
|
1089
|
+
Description?: string | undefined;
|
|
1090
|
+
CreatedAt?: Date | undefined;
|
|
1091
|
+
UpdatedAt?: Date | undefined;
|
|
1092
|
+
AssetTypeId: string | undefined;
|
|
1093
|
+
GlossaryTerms?: string[] | undefined;
|
|
1094
|
+
Forms?: Record<string, AssetFormEntry> | undefined;
|
|
1095
|
+
Attachments?: Record<string, AssetFormEntry> | undefined;
|
|
1096
|
+
IterableForms?: Record<string, IterableFormEntry> | undefined;
|
|
1097
|
+
}
|
|
1098
|
+
export interface GetAssetTypeRequest {
|
|
1099
|
+
Identifier: string | undefined;
|
|
1100
|
+
}
|
|
1101
|
+
export interface GetAssetTypeResponse {
|
|
1102
|
+
Id?: string | undefined;
|
|
1103
|
+
Name?: string | undefined;
|
|
1104
|
+
Forms?: Record<string, AssetTypeFormReference> | undefined;
|
|
1105
|
+
}
|
|
986
1106
|
export interface GetBlueprintRequest {
|
|
987
1107
|
Name: string | undefined;
|
|
988
1108
|
IncludeBlueprint?: boolean | undefined;
|
|
@@ -1525,176 +1645,3 @@ export interface GetDataQualityRulesetResponse {
|
|
|
1525
1645
|
RecommendationRunId?: string | undefined;
|
|
1526
1646
|
DataQualitySecurityConfiguration?: string | undefined;
|
|
1527
1647
|
}
|
|
1528
|
-
export interface GetDataQualityRulesetEvaluationRunRequest {
|
|
1529
|
-
RunId: string | undefined;
|
|
1530
|
-
}
|
|
1531
|
-
export interface DataQualityEvaluationRunAdditionalRunOptions {
|
|
1532
|
-
CloudWatchMetricsEnabled?: boolean | undefined;
|
|
1533
|
-
ResultsS3Prefix?: string | undefined;
|
|
1534
|
-
CompositeRuleEvaluationMethod?: DQCompositeRuleEvaluationMethod | undefined;
|
|
1535
|
-
CustomLogGroupPrefix?: string | undefined;
|
|
1536
|
-
}
|
|
1537
|
-
export interface GetDataQualityRulesetEvaluationRunResponse {
|
|
1538
|
-
RunId?: string | undefined;
|
|
1539
|
-
DataSource?: DataSource | undefined;
|
|
1540
|
-
Role?: string | undefined;
|
|
1541
|
-
NumberOfWorkers?: number | undefined;
|
|
1542
|
-
Timeout?: number | undefined;
|
|
1543
|
-
AdditionalRunOptions?:
|
|
1544
|
-
| DataQualityEvaluationRunAdditionalRunOptions
|
|
1545
|
-
| undefined;
|
|
1546
|
-
Status?: TaskStatusType | undefined;
|
|
1547
|
-
ErrorString?: string | undefined;
|
|
1548
|
-
StartedOn?: Date | undefined;
|
|
1549
|
-
LastModifiedOn?: Date | undefined;
|
|
1550
|
-
CompletedOn?: Date | undefined;
|
|
1551
|
-
ExecutionTime?: number | undefined;
|
|
1552
|
-
RulesetNames?: string[] | undefined;
|
|
1553
|
-
ResultIds?: string[] | undefined;
|
|
1554
|
-
AdditionalDataSources?: Record<string, DataSource> | undefined;
|
|
1555
|
-
}
|
|
1556
|
-
export interface GetDevEndpointRequest {
|
|
1557
|
-
EndpointName: string | undefined;
|
|
1558
|
-
}
|
|
1559
|
-
export interface GetDevEndpointResponse {
|
|
1560
|
-
DevEndpoint?: DevEndpoint | undefined;
|
|
1561
|
-
}
|
|
1562
|
-
export interface GetDevEndpointsRequest {
|
|
1563
|
-
MaxResults?: number | undefined;
|
|
1564
|
-
NextToken?: string | undefined;
|
|
1565
|
-
}
|
|
1566
|
-
export interface GetDevEndpointsResponse {
|
|
1567
|
-
DevEndpoints?: DevEndpoint[] | undefined;
|
|
1568
|
-
NextToken?: string | undefined;
|
|
1569
|
-
}
|
|
1570
|
-
export interface GetEntityRecordsRequest {
|
|
1571
|
-
ConnectionName?: string | undefined;
|
|
1572
|
-
CatalogId?: string | undefined;
|
|
1573
|
-
EntityName: string | undefined;
|
|
1574
|
-
NextToken?: string | undefined;
|
|
1575
|
-
DataStoreApiVersion?: string | undefined;
|
|
1576
|
-
ConnectionOptions?: Record<string, string> | undefined;
|
|
1577
|
-
FilterPredicate?: string | undefined;
|
|
1578
|
-
Limit: number | undefined;
|
|
1579
|
-
OrderBy?: string | undefined;
|
|
1580
|
-
SelectedFields?: string[] | undefined;
|
|
1581
|
-
}
|
|
1582
|
-
export interface GetEntityRecordsResponse {
|
|
1583
|
-
Records?: __DocumentType[] | undefined;
|
|
1584
|
-
NextToken?: string | undefined;
|
|
1585
|
-
}
|
|
1586
|
-
export interface GetGlueIdentityCenterConfigurationRequest {}
|
|
1587
|
-
export interface GetGlueIdentityCenterConfigurationResponse {
|
|
1588
|
-
ApplicationArn?: string | undefined;
|
|
1589
|
-
InstanceArn?: string | undefined;
|
|
1590
|
-
Scopes?: string[] | undefined;
|
|
1591
|
-
UserBackgroundSessionsEnabled?: boolean | undefined;
|
|
1592
|
-
}
|
|
1593
|
-
export interface GetIntegrationResourcePropertyRequest {
|
|
1594
|
-
ResourceArn: string | undefined;
|
|
1595
|
-
}
|
|
1596
|
-
export interface GetIntegrationResourcePropertyResponse {
|
|
1597
|
-
ResourceArn?: string | undefined;
|
|
1598
|
-
ResourcePropertyArn?: string | undefined;
|
|
1599
|
-
SourceProcessingProperties?: SourceProcessingProperties | undefined;
|
|
1600
|
-
TargetProcessingProperties?: TargetProcessingProperties | undefined;
|
|
1601
|
-
}
|
|
1602
|
-
export interface GetIntegrationTablePropertiesRequest {
|
|
1603
|
-
ResourceArn: string | undefined;
|
|
1604
|
-
TableName: string | undefined;
|
|
1605
|
-
}
|
|
1606
|
-
export interface GetIntegrationTablePropertiesResponse {
|
|
1607
|
-
ResourceArn?: string | undefined;
|
|
1608
|
-
TableName?: string | undefined;
|
|
1609
|
-
SourceTableConfig?: SourceTableConfig | undefined;
|
|
1610
|
-
TargetTableConfig?: TargetTableConfig | undefined;
|
|
1611
|
-
}
|
|
1612
|
-
export interface GetJobRequest {
|
|
1613
|
-
JobName: string | undefined;
|
|
1614
|
-
}
|
|
1615
|
-
export interface GetJobBookmarkRequest {
|
|
1616
|
-
JobName: string | undefined;
|
|
1617
|
-
RunId?: string | undefined;
|
|
1618
|
-
}
|
|
1619
|
-
export interface JobBookmarkEntry {
|
|
1620
|
-
JobName?: string | undefined;
|
|
1621
|
-
Version?: number | undefined;
|
|
1622
|
-
Run?: number | undefined;
|
|
1623
|
-
Attempt?: number | undefined;
|
|
1624
|
-
PreviousRunId?: string | undefined;
|
|
1625
|
-
RunId?: string | undefined;
|
|
1626
|
-
JobBookmark?: string | undefined;
|
|
1627
|
-
}
|
|
1628
|
-
export interface GetJobBookmarkResponse {
|
|
1629
|
-
JobBookmarkEntry?: JobBookmarkEntry | undefined;
|
|
1630
|
-
}
|
|
1631
|
-
export interface GetJobRunRequest {
|
|
1632
|
-
JobName: string | undefined;
|
|
1633
|
-
RunId: string | undefined;
|
|
1634
|
-
PredecessorsIncluded?: boolean | undefined;
|
|
1635
|
-
}
|
|
1636
|
-
export interface GetJobRunResponse {
|
|
1637
|
-
JobRun?: JobRun | undefined;
|
|
1638
|
-
}
|
|
1639
|
-
export interface GetJobRunsRequest {
|
|
1640
|
-
JobName: string | undefined;
|
|
1641
|
-
NextToken?: string | undefined;
|
|
1642
|
-
MaxResults?: number | undefined;
|
|
1643
|
-
}
|
|
1644
|
-
export interface GetJobRunsResponse {
|
|
1645
|
-
JobRuns?: JobRun[] | undefined;
|
|
1646
|
-
NextToken?: string | undefined;
|
|
1647
|
-
}
|
|
1648
|
-
export interface GetJobsRequest {
|
|
1649
|
-
NextToken?: string | undefined;
|
|
1650
|
-
MaxResults?: number | undefined;
|
|
1651
|
-
}
|
|
1652
|
-
export interface Location {
|
|
1653
|
-
Jdbc?: CodeGenNodeArg[] | undefined;
|
|
1654
|
-
S3?: CodeGenNodeArg[] | undefined;
|
|
1655
|
-
DynamoDB?: CodeGenNodeArg[] | undefined;
|
|
1656
|
-
}
|
|
1657
|
-
export interface CatalogEntry {
|
|
1658
|
-
DatabaseName: string | undefined;
|
|
1659
|
-
TableName: string | undefined;
|
|
1660
|
-
}
|
|
1661
|
-
export interface GetMappingRequest {
|
|
1662
|
-
Source: CatalogEntry | undefined;
|
|
1663
|
-
Sinks?: CatalogEntry[] | undefined;
|
|
1664
|
-
Location?: Location | undefined;
|
|
1665
|
-
}
|
|
1666
|
-
export interface MappingEntry {
|
|
1667
|
-
SourceTable?: string | undefined;
|
|
1668
|
-
SourcePath?: string | undefined;
|
|
1669
|
-
SourceType?: string | undefined;
|
|
1670
|
-
TargetTable?: string | undefined;
|
|
1671
|
-
TargetPath?: string | undefined;
|
|
1672
|
-
TargetType?: string | undefined;
|
|
1673
|
-
}
|
|
1674
|
-
export interface GetMappingResponse {
|
|
1675
|
-
Mapping: MappingEntry[] | undefined;
|
|
1676
|
-
}
|
|
1677
|
-
export interface GetMaterializedViewRefreshTaskRunRequest {
|
|
1678
|
-
CatalogId: string | undefined;
|
|
1679
|
-
MaterializedViewRefreshTaskRunId: string | undefined;
|
|
1680
|
-
}
|
|
1681
|
-
export interface MaterializedViewRefreshTaskRun {
|
|
1682
|
-
CustomerId?: string | undefined;
|
|
1683
|
-
MaterializedViewRefreshTaskRunId?: string | undefined;
|
|
1684
|
-
DatabaseName?: string | undefined;
|
|
1685
|
-
TableName?: string | undefined;
|
|
1686
|
-
CatalogId?: string | undefined;
|
|
1687
|
-
Role?: string | undefined;
|
|
1688
|
-
Status?: MaterializedViewRefreshState | undefined;
|
|
1689
|
-
CreationTime?: Date | undefined;
|
|
1690
|
-
LastUpdated?: Date | undefined;
|
|
1691
|
-
StartTime?: Date | undefined;
|
|
1692
|
-
EndTime?: Date | undefined;
|
|
1693
|
-
ErrorMessage?: string | undefined;
|
|
1694
|
-
DPUSeconds?: number | undefined;
|
|
1695
|
-
RefreshType?: MaterializedViewRefreshType | undefined;
|
|
1696
|
-
ProcessedBytes?: number | undefined;
|
|
1697
|
-
}
|
|
1698
|
-
export interface GetMaterializedViewRefreshTaskRunResponse {
|
|
1699
|
-
MaterializedViewRefreshTaskRun?: MaterializedViewRefreshTaskRun | undefined;
|
|
1700
|
-
}
|