@aws-sdk/client-glue 3.982.0 → 3.984.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 +338 -70
- package/dist-es/Glue.js +4 -0
- package/dist-es/commands/DeleteConnectionTypeCommand.js +16 -0
- package/dist-es/commands/RegisterConnectionTypeCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/enums.js +24 -0
- package/dist-es/schemas/schemas_0.js +256 -70
- package/dist-types/Glue.d.ts +14 -0
- package/dist-types/GlueClient.d.ts +4 -2
- package/dist-types/commands/DeleteConnectionTypeCommand.d.ts +91 -0
- package/dist-types/commands/DescribeConnectionTypeCommand.d.ts +156 -1
- package/dist-types/commands/DescribeEntityCommand.d.ts +1 -1
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +2 -1
- package/dist-types/commands/GetMLTaskRunsCommand.d.ts +1 -1
- package/dist-types/commands/GetMLTransformCommand.d.ts +1 -2
- package/dist-types/commands/ListConnectionTypesCommand.d.ts +3 -1
- package/dist-types/commands/RegisterConnectionTypeCommand.d.ts +284 -0
- package/dist-types/commands/UpdateDevEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGlueIdentityCenterConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIntegrationResourcePropertyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIntegrationTablePropertiesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +1 -2
- package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMLTransformCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePartitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRegistryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSchemaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/enums.d.ts +64 -0
- package/dist-types/models/models_0.d.ts +11 -1
- package/dist-types/models/models_1.d.ts +252 -368
- package/dist-types/models/models_2.d.ts +664 -599
- package/dist-types/models/models_3.d.ts +585 -4
- package/dist-types/schemas/schemas_0.d.ts +25 -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/DeleteConnectionTypeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RegisterConnectionTypeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGlueIdentityCenterConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIntegrationResourcePropertyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIntegrationTablePropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/UpdateJobFromSourceControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSourceControlFromJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +32 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/dist-types/ts3.4/models/models_1.d.ts +63 -85
- package/dist-types/ts3.4/models/models_2.d.ts +161 -134
- package/dist-types/ts3.4/models/models_3.d.ts +141 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
- package/package.json +2 -2
|
@@ -25,6 +25,7 @@ import {
|
|
|
25
25
|
FieldDataType,
|
|
26
26
|
FieldFilterOperator,
|
|
27
27
|
FunctionType,
|
|
28
|
+
HTTPMethod,
|
|
28
29
|
IcebergNullOrder,
|
|
29
30
|
IcebergSortDirection,
|
|
30
31
|
IcebergStructTypeEnum,
|
|
@@ -38,6 +39,8 @@ import {
|
|
|
38
39
|
MetadataOperation,
|
|
39
40
|
MLUserDataEncryptionModeString,
|
|
40
41
|
PrincipalType,
|
|
42
|
+
PropertyLocation,
|
|
43
|
+
PropertyType,
|
|
41
44
|
RegistryStatus,
|
|
42
45
|
ResourceShareType,
|
|
43
46
|
ResourceType,
|
|
@@ -47,11 +50,8 @@ import {
|
|
|
47
50
|
SchemaVersionStatus,
|
|
48
51
|
SessionStatus,
|
|
49
52
|
SettingSource,
|
|
50
|
-
SortDirectionType,
|
|
51
53
|
TableOptimizerType,
|
|
52
|
-
TaskRunSortColumnType,
|
|
53
54
|
TaskStatusType,
|
|
54
|
-
TaskType,
|
|
55
55
|
TransformType,
|
|
56
56
|
TriggerType,
|
|
57
57
|
UnnestSpec,
|
|
@@ -630,6 +630,10 @@ export interface DeleteConnectionRequest {
|
|
|
630
630
|
ConnectionName: string | undefined;
|
|
631
631
|
}
|
|
632
632
|
export interface DeleteConnectionResponse {}
|
|
633
|
+
export interface DeleteConnectionTypeRequest {
|
|
634
|
+
ConnectionType: string | undefined;
|
|
635
|
+
}
|
|
636
|
+
export interface DeleteConnectionTypeResponse {}
|
|
633
637
|
export interface DeleteCrawlerRequest {
|
|
634
638
|
Name: string | undefined;
|
|
635
639
|
}
|
|
@@ -816,6 +820,61 @@ export interface ComputeEnvironmentConfiguration {
|
|
|
816
820
|
ConnectionPropertiesRequiredOverrides: string[] | undefined;
|
|
817
821
|
PhysicalConnectionPropertiesRequired?: boolean | undefined;
|
|
818
822
|
}
|
|
823
|
+
export interface FieldDefinition {
|
|
824
|
+
Name: string | undefined;
|
|
825
|
+
FieldDataType: FieldDataType | undefined;
|
|
826
|
+
}
|
|
827
|
+
export interface ResponseExtractionMapping {
|
|
828
|
+
ContentPath?: string | undefined;
|
|
829
|
+
HeaderKey?: string | undefined;
|
|
830
|
+
}
|
|
831
|
+
export interface ExtractedParameter {
|
|
832
|
+
Key?: string | undefined;
|
|
833
|
+
DefaultValue?: string | undefined;
|
|
834
|
+
PropertyLocation?: PropertyLocation | undefined;
|
|
835
|
+
Value?: ResponseExtractionMapping | undefined;
|
|
836
|
+
}
|
|
837
|
+
export interface CursorConfiguration {
|
|
838
|
+
NextPage: ExtractedParameter | undefined;
|
|
839
|
+
LimitParameter?: ExtractedParameter | undefined;
|
|
840
|
+
}
|
|
841
|
+
export interface OffsetConfiguration {
|
|
842
|
+
OffsetParameter: ExtractedParameter | undefined;
|
|
843
|
+
LimitParameter: ExtractedParameter | undefined;
|
|
844
|
+
}
|
|
845
|
+
export interface PaginationConfiguration {
|
|
846
|
+
CursorConfiguration?: CursorConfiguration | undefined;
|
|
847
|
+
OffsetConfiguration?: OffsetConfiguration | undefined;
|
|
848
|
+
}
|
|
849
|
+
export interface ConnectorProperty {
|
|
850
|
+
Name: string | undefined;
|
|
851
|
+
KeyOverride?: string | undefined;
|
|
852
|
+
Required: boolean | undefined;
|
|
853
|
+
DefaultValue?: string | undefined;
|
|
854
|
+
AllowedValues?: string[] | undefined;
|
|
855
|
+
PropertyLocation?: PropertyLocation | undefined;
|
|
856
|
+
PropertyType: PropertyType | undefined;
|
|
857
|
+
}
|
|
858
|
+
export interface ResponseConfiguration {
|
|
859
|
+
ResultPath: string | undefined;
|
|
860
|
+
ErrorPath?: string | undefined;
|
|
861
|
+
}
|
|
862
|
+
export interface SourceConfiguration {
|
|
863
|
+
RequestMethod?: HTTPMethod | undefined;
|
|
864
|
+
RequestPath?: string | undefined;
|
|
865
|
+
RequestParameters?: ConnectorProperty[] | undefined;
|
|
866
|
+
ResponseConfiguration?: ResponseConfiguration | undefined;
|
|
867
|
+
PaginationConfiguration?: PaginationConfiguration | undefined;
|
|
868
|
+
}
|
|
869
|
+
export interface EntityConfiguration {
|
|
870
|
+
SourceConfiguration?: SourceConfiguration | undefined;
|
|
871
|
+
Schema?: Record<string, FieldDefinition> | undefined;
|
|
872
|
+
}
|
|
873
|
+
export interface RestConfiguration {
|
|
874
|
+
GlobalSourceConfiguration?: SourceConfiguration | undefined;
|
|
875
|
+
ValidationEndpointConfiguration?: SourceConfiguration | undefined;
|
|
876
|
+
EntityConfigurations?: Record<string, EntityConfiguration> | undefined;
|
|
877
|
+
}
|
|
819
878
|
export interface DescribeConnectionTypeResponse {
|
|
820
879
|
ConnectionType?: string | undefined;
|
|
821
880
|
Description?: string | undefined;
|
|
@@ -830,6 +889,7 @@ export interface DescribeConnectionTypeResponse {
|
|
|
830
889
|
AthenaConnectionProperties?: Record<string, Property> | undefined;
|
|
831
890
|
PythonConnectionProperties?: Record<string, Property> | undefined;
|
|
832
891
|
SparkConnectionProperties?: Record<string, Property> | undefined;
|
|
892
|
+
RestConfiguration?: RestConfiguration | undefined;
|
|
833
893
|
}
|
|
834
894
|
export interface DescribeEntityRequest {
|
|
835
895
|
ConnectionName: string | undefined;
|
|
@@ -1627,85 +1687,3 @@ export interface FindMatchesTaskRunProperties {
|
|
|
1627
1687
|
JobName?: string | undefined;
|
|
1628
1688
|
JobRunId?: string | undefined;
|
|
1629
1689
|
}
|
|
1630
|
-
export interface ImportLabelsTaskRunProperties {
|
|
1631
|
-
InputS3Path?: string | undefined;
|
|
1632
|
-
Replace?: boolean | undefined;
|
|
1633
|
-
}
|
|
1634
|
-
export interface LabelingSetGenerationTaskRunProperties {
|
|
1635
|
-
OutputS3Path?: string | undefined;
|
|
1636
|
-
}
|
|
1637
|
-
export interface TaskRunProperties {
|
|
1638
|
-
TaskType?: TaskType | undefined;
|
|
1639
|
-
ImportLabelsTaskRunProperties?: ImportLabelsTaskRunProperties | undefined;
|
|
1640
|
-
ExportLabelsTaskRunProperties?: ExportLabelsTaskRunProperties | undefined;
|
|
1641
|
-
LabelingSetGenerationTaskRunProperties?:
|
|
1642
|
-
| LabelingSetGenerationTaskRunProperties
|
|
1643
|
-
| undefined;
|
|
1644
|
-
FindMatchesTaskRunProperties?: FindMatchesTaskRunProperties | undefined;
|
|
1645
|
-
}
|
|
1646
|
-
export interface GetMLTaskRunResponse {
|
|
1647
|
-
TransformId?: string | undefined;
|
|
1648
|
-
TaskRunId?: string | undefined;
|
|
1649
|
-
Status?: TaskStatusType | undefined;
|
|
1650
|
-
LogGroupName?: string | undefined;
|
|
1651
|
-
Properties?: TaskRunProperties | undefined;
|
|
1652
|
-
ErrorString?: string | undefined;
|
|
1653
|
-
StartedOn?: Date | undefined;
|
|
1654
|
-
LastModifiedOn?: Date | undefined;
|
|
1655
|
-
CompletedOn?: Date | undefined;
|
|
1656
|
-
ExecutionTime?: number | undefined;
|
|
1657
|
-
}
|
|
1658
|
-
export interface TaskRunFilterCriteria {
|
|
1659
|
-
TaskRunType?: TaskType | undefined;
|
|
1660
|
-
Status?: TaskStatusType | undefined;
|
|
1661
|
-
StartedBefore?: Date | undefined;
|
|
1662
|
-
StartedAfter?: Date | undefined;
|
|
1663
|
-
}
|
|
1664
|
-
export interface TaskRunSortCriteria {
|
|
1665
|
-
Column: TaskRunSortColumnType | undefined;
|
|
1666
|
-
SortDirection: SortDirectionType | undefined;
|
|
1667
|
-
}
|
|
1668
|
-
export interface GetMLTaskRunsRequest {
|
|
1669
|
-
TransformId: string | undefined;
|
|
1670
|
-
NextToken?: string | undefined;
|
|
1671
|
-
MaxResults?: number | undefined;
|
|
1672
|
-
Filter?: TaskRunFilterCriteria | undefined;
|
|
1673
|
-
Sort?: TaskRunSortCriteria | undefined;
|
|
1674
|
-
}
|
|
1675
|
-
export interface TaskRun {
|
|
1676
|
-
TransformId?: string | undefined;
|
|
1677
|
-
TaskRunId?: string | undefined;
|
|
1678
|
-
Status?: TaskStatusType | undefined;
|
|
1679
|
-
LogGroupName?: string | undefined;
|
|
1680
|
-
Properties?: TaskRunProperties | undefined;
|
|
1681
|
-
ErrorString?: string | undefined;
|
|
1682
|
-
StartedOn?: Date | undefined;
|
|
1683
|
-
LastModifiedOn?: Date | undefined;
|
|
1684
|
-
CompletedOn?: Date | undefined;
|
|
1685
|
-
ExecutionTime?: number | undefined;
|
|
1686
|
-
}
|
|
1687
|
-
export interface GetMLTaskRunsResponse {
|
|
1688
|
-
TaskRuns?: TaskRun[] | undefined;
|
|
1689
|
-
NextToken?: string | undefined;
|
|
1690
|
-
}
|
|
1691
|
-
export interface GetMLTransformRequest {
|
|
1692
|
-
TransformId: string | undefined;
|
|
1693
|
-
}
|
|
1694
|
-
export interface ColumnImportance {
|
|
1695
|
-
ColumnName?: string | undefined;
|
|
1696
|
-
Importance?: number | undefined;
|
|
1697
|
-
}
|
|
1698
|
-
export interface ConfusionMatrix {
|
|
1699
|
-
NumTruePositives?: number | undefined;
|
|
1700
|
-
NumFalsePositives?: number | undefined;
|
|
1701
|
-
NumTrueNegatives?: number | undefined;
|
|
1702
|
-
NumFalseNegatives?: number | undefined;
|
|
1703
|
-
}
|
|
1704
|
-
export interface FindMatchesMetrics {
|
|
1705
|
-
AreaUnderPRCurve?: number | undefined;
|
|
1706
|
-
Precision?: number | undefined;
|
|
1707
|
-
Recall?: number | undefined;
|
|
1708
|
-
F1?: number | undefined;
|
|
1709
|
-
ConfusionMatrix?: ConfusionMatrix | undefined;
|
|
1710
|
-
ColumnImportances?: ColumnImportance[] | undefined;
|
|
1711
|
-
}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
|
+
AuthenticationType,
|
|
2
3
|
BackfillErrorCode,
|
|
3
4
|
Comparator,
|
|
4
5
|
Compatibility,
|
|
5
6
|
ConnectionPropertyKey,
|
|
6
7
|
ConnectionType,
|
|
8
|
+
ConnectorOAuth2GrantType,
|
|
9
|
+
ContentType,
|
|
7
10
|
CrawlerHistoryState,
|
|
8
11
|
CsvHeaderOption,
|
|
9
12
|
CsvSerdeOption,
|
|
@@ -14,9 +17,10 @@ import {
|
|
|
14
17
|
FieldName,
|
|
15
18
|
FilterOperator,
|
|
16
19
|
FunctionType,
|
|
17
|
-
|
|
20
|
+
HTTPMethod,
|
|
18
21
|
InclusionAnnotationValue,
|
|
19
22
|
IntegrationStatus,
|
|
23
|
+
IntegrationType,
|
|
20
24
|
Language,
|
|
21
25
|
LastRefreshType,
|
|
22
26
|
PartitionIndexStatus,
|
|
@@ -31,13 +35,13 @@ import {
|
|
|
31
35
|
SchemaVersionStatus,
|
|
32
36
|
Sort,
|
|
33
37
|
SortDirectionType,
|
|
34
|
-
SourceControlAuthStrategy,
|
|
35
|
-
SourceControlProvider,
|
|
36
38
|
StatementState,
|
|
37
39
|
StatisticEvaluationLevel,
|
|
38
40
|
TableAttributes,
|
|
39
41
|
TableOptimizerType,
|
|
42
|
+
TaskRunSortColumnType,
|
|
40
43
|
TaskStatusType,
|
|
44
|
+
TaskType,
|
|
41
45
|
TransformSortColumnType,
|
|
42
46
|
TransformStatusType,
|
|
43
47
|
TransformType,
|
|
@@ -56,7 +60,6 @@ import {
|
|
|
56
60
|
LakeFormationConfiguration,
|
|
57
61
|
LineageConfiguration,
|
|
58
62
|
NotificationProperty,
|
|
59
|
-
PartitionInput,
|
|
60
63
|
RecrawlPolicy,
|
|
61
64
|
SchemaChangePolicy,
|
|
62
65
|
SchemaId,
|
|
@@ -78,23 +81,21 @@ import {
|
|
|
78
81
|
DataCatalogEncryptionSettings,
|
|
79
82
|
DataQualityEvaluationRunAdditionalRunOptions,
|
|
80
83
|
EncryptionConfiguration,
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
IcebergSchema,
|
|
84
|
-
IcebergSortOrder,
|
|
84
|
+
ExportLabelsTaskRunProperties,
|
|
85
|
+
FindMatchesTaskRunProperties,
|
|
85
86
|
IntegrationConfig,
|
|
86
87
|
JobBookmarkEntry,
|
|
87
88
|
Location,
|
|
88
89
|
ProfileConfiguration,
|
|
89
90
|
RegistryId,
|
|
91
|
+
RestConfiguration,
|
|
90
92
|
SourceProcessingProperties,
|
|
91
|
-
SourceTableConfig,
|
|
92
93
|
TargetProcessingProperties,
|
|
93
|
-
TargetTableConfig,
|
|
94
94
|
TransformEncryption,
|
|
95
95
|
TransformParameters,
|
|
96
96
|
CatalogEntry,
|
|
97
97
|
ColumnStatistics,
|
|
98
|
+
ConnectorProperty,
|
|
98
99
|
IntegrationError,
|
|
99
100
|
MappingEntry,
|
|
100
101
|
MaterializedViewRefreshTaskRun,
|
|
@@ -102,6 +103,88 @@ import {
|
|
|
102
103
|
Session,
|
|
103
104
|
Tag,
|
|
104
105
|
} from "./models_1";
|
|
106
|
+
export interface ImportLabelsTaskRunProperties {
|
|
107
|
+
InputS3Path?: string | undefined;
|
|
108
|
+
Replace?: boolean | undefined;
|
|
109
|
+
}
|
|
110
|
+
export interface LabelingSetGenerationTaskRunProperties {
|
|
111
|
+
OutputS3Path?: string | undefined;
|
|
112
|
+
}
|
|
113
|
+
export interface TaskRunProperties {
|
|
114
|
+
TaskType?: TaskType | undefined;
|
|
115
|
+
ImportLabelsTaskRunProperties?: ImportLabelsTaskRunProperties | undefined;
|
|
116
|
+
ExportLabelsTaskRunProperties?: ExportLabelsTaskRunProperties | undefined;
|
|
117
|
+
LabelingSetGenerationTaskRunProperties?:
|
|
118
|
+
| LabelingSetGenerationTaskRunProperties
|
|
119
|
+
| undefined;
|
|
120
|
+
FindMatchesTaskRunProperties?: FindMatchesTaskRunProperties | undefined;
|
|
121
|
+
}
|
|
122
|
+
export interface GetMLTaskRunResponse {
|
|
123
|
+
TransformId?: string | undefined;
|
|
124
|
+
TaskRunId?: string | undefined;
|
|
125
|
+
Status?: TaskStatusType | undefined;
|
|
126
|
+
LogGroupName?: string | undefined;
|
|
127
|
+
Properties?: TaskRunProperties | undefined;
|
|
128
|
+
ErrorString?: string | undefined;
|
|
129
|
+
StartedOn?: Date | undefined;
|
|
130
|
+
LastModifiedOn?: Date | undefined;
|
|
131
|
+
CompletedOn?: Date | undefined;
|
|
132
|
+
ExecutionTime?: number | undefined;
|
|
133
|
+
}
|
|
134
|
+
export interface TaskRunFilterCriteria {
|
|
135
|
+
TaskRunType?: TaskType | undefined;
|
|
136
|
+
Status?: TaskStatusType | undefined;
|
|
137
|
+
StartedBefore?: Date | undefined;
|
|
138
|
+
StartedAfter?: Date | undefined;
|
|
139
|
+
}
|
|
140
|
+
export interface TaskRunSortCriteria {
|
|
141
|
+
Column: TaskRunSortColumnType | undefined;
|
|
142
|
+
SortDirection: SortDirectionType | undefined;
|
|
143
|
+
}
|
|
144
|
+
export interface GetMLTaskRunsRequest {
|
|
145
|
+
TransformId: string | undefined;
|
|
146
|
+
NextToken?: string | undefined;
|
|
147
|
+
MaxResults?: number | undefined;
|
|
148
|
+
Filter?: TaskRunFilterCriteria | undefined;
|
|
149
|
+
Sort?: TaskRunSortCriteria | undefined;
|
|
150
|
+
}
|
|
151
|
+
export interface TaskRun {
|
|
152
|
+
TransformId?: string | undefined;
|
|
153
|
+
TaskRunId?: string | undefined;
|
|
154
|
+
Status?: TaskStatusType | undefined;
|
|
155
|
+
LogGroupName?: string | undefined;
|
|
156
|
+
Properties?: TaskRunProperties | undefined;
|
|
157
|
+
ErrorString?: string | undefined;
|
|
158
|
+
StartedOn?: Date | undefined;
|
|
159
|
+
LastModifiedOn?: Date | undefined;
|
|
160
|
+
CompletedOn?: Date | undefined;
|
|
161
|
+
ExecutionTime?: number | undefined;
|
|
162
|
+
}
|
|
163
|
+
export interface GetMLTaskRunsResponse {
|
|
164
|
+
TaskRuns?: TaskRun[] | undefined;
|
|
165
|
+
NextToken?: string | undefined;
|
|
166
|
+
}
|
|
167
|
+
export interface GetMLTransformRequest {
|
|
168
|
+
TransformId: string | undefined;
|
|
169
|
+
}
|
|
170
|
+
export interface ColumnImportance {
|
|
171
|
+
ColumnName?: string | undefined;
|
|
172
|
+
Importance?: number | undefined;
|
|
173
|
+
}
|
|
174
|
+
export interface ConfusionMatrix {
|
|
175
|
+
NumTruePositives?: number | undefined;
|
|
176
|
+
NumFalsePositives?: number | undefined;
|
|
177
|
+
NumTrueNegatives?: number | undefined;
|
|
178
|
+
NumFalseNegatives?: number | undefined;
|
|
179
|
+
}
|
|
180
|
+
export interface FindMatchesMetrics {
|
|
181
|
+
AreaUnderPRCurve?: number | undefined;
|
|
182
|
+
Precision?: number | undefined;
|
|
183
|
+
Recall?: number | undefined;
|
|
184
|
+
F1?: number | undefined;
|
|
185
|
+
ConfusionMatrix?: ConfusionMatrix | undefined;
|
|
186
|
+
ColumnImportances?: ColumnImportance[] | undefined;
|
|
187
|
+
}
|
|
105
188
|
export interface EvaluationMetrics {
|
|
106
189
|
TransformType: TransformType | undefined;
|
|
107
190
|
FindMatchesMetrics?: FindMatchesMetrics | undefined;
|
|
@@ -1135,6 +1218,74 @@ export interface QuerySchemaVersionMetadataResponse {
|
|
|
1135
1218
|
SchemaVersionId?: string | undefined;
|
|
1136
1219
|
NextToken?: string | undefined;
|
|
1137
1220
|
}
|
|
1221
|
+
export interface ConnectionPropertiesConfiguration {
|
|
1222
|
+
Url?: ConnectorProperty | undefined;
|
|
1223
|
+
AdditionalRequestParameters?: ConnectorProperty[] | undefined;
|
|
1224
|
+
}
|
|
1225
|
+
export interface BasicAuthenticationProperties {
|
|
1226
|
+
Username?: ConnectorProperty | undefined;
|
|
1227
|
+
Password?: ConnectorProperty | undefined;
|
|
1228
|
+
}
|
|
1229
|
+
export interface CustomAuthenticationProperties {
|
|
1230
|
+
AuthenticationParameters: ConnectorProperty[] | undefined;
|
|
1231
|
+
}
|
|
1232
|
+
export interface ConnectorAuthorizationCodeProperties {
|
|
1233
|
+
AuthorizationCodeUrl?: ConnectorProperty | undefined;
|
|
1234
|
+
AuthorizationCode?: ConnectorProperty | undefined;
|
|
1235
|
+
RedirectUri?: ConnectorProperty | undefined;
|
|
1236
|
+
TokenUrl?: ConnectorProperty | undefined;
|
|
1237
|
+
RequestMethod?: HTTPMethod | undefined;
|
|
1238
|
+
ContentType?: ContentType | undefined;
|
|
1239
|
+
ClientId?: ConnectorProperty | undefined;
|
|
1240
|
+
ClientSecret?: ConnectorProperty | undefined;
|
|
1241
|
+
Scope?: ConnectorProperty | undefined;
|
|
1242
|
+
Prompt?: ConnectorProperty | undefined;
|
|
1243
|
+
TokenUrlParameters?: ConnectorProperty[] | undefined;
|
|
1244
|
+
}
|
|
1245
|
+
export interface ClientCredentialsProperties {
|
|
1246
|
+
TokenUrl?: ConnectorProperty | undefined;
|
|
1247
|
+
RequestMethod?: HTTPMethod | undefined;
|
|
1248
|
+
ContentType?: ContentType | undefined;
|
|
1249
|
+
ClientId?: ConnectorProperty | undefined;
|
|
1250
|
+
ClientSecret?: ConnectorProperty | undefined;
|
|
1251
|
+
Scope?: ConnectorProperty | undefined;
|
|
1252
|
+
TokenUrlParameters?: ConnectorProperty[] | undefined;
|
|
1253
|
+
}
|
|
1254
|
+
export interface JWTBearerProperties {
|
|
1255
|
+
TokenUrl?: ConnectorProperty | undefined;
|
|
1256
|
+
RequestMethod?: HTTPMethod | undefined;
|
|
1257
|
+
ContentType?: ContentType | undefined;
|
|
1258
|
+
JwtToken?: ConnectorProperty | undefined;
|
|
1259
|
+
TokenUrlParameters?: ConnectorProperty[] | undefined;
|
|
1260
|
+
}
|
|
1261
|
+
export interface ConnectorOAuth2Properties {
|
|
1262
|
+
OAuth2GrantType: ConnectorOAuth2GrantType | undefined;
|
|
1263
|
+
ClientCredentialsProperties?: ClientCredentialsProperties | undefined;
|
|
1264
|
+
JWTBearerProperties?: JWTBearerProperties | undefined;
|
|
1265
|
+
AuthorizationCodeProperties?:
|
|
1266
|
+
| ConnectorAuthorizationCodeProperties
|
|
1267
|
+
| undefined;
|
|
1268
|
+
}
|
|
1269
|
+
export interface ConnectorAuthenticationConfiguration {
|
|
1270
|
+
AuthenticationTypes: AuthenticationType[] | undefined;
|
|
1271
|
+
OAuth2Properties?: ConnectorOAuth2Properties | undefined;
|
|
1272
|
+
BasicAuthenticationProperties?: BasicAuthenticationProperties | undefined;
|
|
1273
|
+
CustomAuthenticationProperties?: CustomAuthenticationProperties | undefined;
|
|
1274
|
+
}
|
|
1275
|
+
export interface RegisterConnectionTypeRequest {
|
|
1276
|
+
ConnectionType: string | undefined;
|
|
1277
|
+
IntegrationType: IntegrationType | undefined;
|
|
1278
|
+
Description?: string | undefined;
|
|
1279
|
+
ConnectionProperties: ConnectionPropertiesConfiguration | undefined;
|
|
1280
|
+
ConnectorAuthenticationConfiguration:
|
|
1281
|
+
| ConnectorAuthenticationConfiguration
|
|
1282
|
+
| undefined;
|
|
1283
|
+
RestConfiguration: RestConfiguration | undefined;
|
|
1284
|
+
Tags?: Record<string, string> | undefined;
|
|
1285
|
+
}
|
|
1286
|
+
export interface RegisterConnectionTypeResponse {
|
|
1287
|
+
ConnectionTypeArn?: string | undefined;
|
|
1288
|
+
}
|
|
1138
1289
|
export interface RegisterSchemaVersionInput {
|
|
1139
1290
|
SchemaId: SchemaId | undefined;
|
|
1140
1291
|
SchemaDefinition: string | undefined;
|
|
@@ -1525,127 +1676,3 @@ export interface DevEndpointCustomLibraries {
|
|
|
1525
1676
|
ExtraPythonLibsS3Path?: string | undefined;
|
|
1526
1677
|
ExtraJarsS3Path?: string | undefined;
|
|
1527
1678
|
}
|
|
1528
|
-
export interface UpdateDevEndpointRequest {
|
|
1529
|
-
EndpointName: string | undefined;
|
|
1530
|
-
PublicKey?: string | undefined;
|
|
1531
|
-
AddPublicKeys?: string[] | undefined;
|
|
1532
|
-
DeletePublicKeys?: string[] | undefined;
|
|
1533
|
-
CustomLibraries?: DevEndpointCustomLibraries | undefined;
|
|
1534
|
-
UpdateEtlLibraries?: boolean | undefined;
|
|
1535
|
-
DeleteArguments?: string[] | undefined;
|
|
1536
|
-
AddArguments?: Record<string, string> | undefined;
|
|
1537
|
-
}
|
|
1538
|
-
export interface UpdateDevEndpointResponse {}
|
|
1539
|
-
export interface UpdateGlueIdentityCenterConfigurationRequest {
|
|
1540
|
-
Scopes?: string[] | undefined;
|
|
1541
|
-
UserBackgroundSessionsEnabled?: boolean | undefined;
|
|
1542
|
-
}
|
|
1543
|
-
export interface UpdateGlueIdentityCenterConfigurationResponse {}
|
|
1544
|
-
export interface UpdateIntegrationResourcePropertyRequest {
|
|
1545
|
-
ResourceArn: string | undefined;
|
|
1546
|
-
SourceProcessingProperties?: SourceProcessingProperties | undefined;
|
|
1547
|
-
TargetProcessingProperties?: TargetProcessingProperties | undefined;
|
|
1548
|
-
}
|
|
1549
|
-
export interface UpdateIntegrationResourcePropertyResponse {
|
|
1550
|
-
ResourceArn?: string | undefined;
|
|
1551
|
-
ResourcePropertyArn?: string | undefined;
|
|
1552
|
-
SourceProcessingProperties?: SourceProcessingProperties | undefined;
|
|
1553
|
-
TargetProcessingProperties?: TargetProcessingProperties | undefined;
|
|
1554
|
-
}
|
|
1555
|
-
export interface UpdateIntegrationTablePropertiesRequest {
|
|
1556
|
-
ResourceArn: string | undefined;
|
|
1557
|
-
TableName: string | undefined;
|
|
1558
|
-
SourceTableConfig?: SourceTableConfig | undefined;
|
|
1559
|
-
TargetTableConfig?: TargetTableConfig | undefined;
|
|
1560
|
-
}
|
|
1561
|
-
export interface UpdateIntegrationTablePropertiesResponse {}
|
|
1562
|
-
export interface UpdateJobResponse {
|
|
1563
|
-
JobName?: string | undefined;
|
|
1564
|
-
}
|
|
1565
|
-
export interface UpdateJobFromSourceControlRequest {
|
|
1566
|
-
JobName?: string | undefined;
|
|
1567
|
-
Provider?: SourceControlProvider | undefined;
|
|
1568
|
-
RepositoryName?: string | undefined;
|
|
1569
|
-
RepositoryOwner?: string | undefined;
|
|
1570
|
-
BranchName?: string | undefined;
|
|
1571
|
-
Folder?: string | undefined;
|
|
1572
|
-
CommitId?: string | undefined;
|
|
1573
|
-
AuthStrategy?: SourceControlAuthStrategy | undefined;
|
|
1574
|
-
AuthToken?: string | undefined;
|
|
1575
|
-
}
|
|
1576
|
-
export interface UpdateJobFromSourceControlResponse {
|
|
1577
|
-
JobName?: string | undefined;
|
|
1578
|
-
}
|
|
1579
|
-
export interface UpdateMLTransformRequest {
|
|
1580
|
-
TransformId: string | undefined;
|
|
1581
|
-
Name?: string | undefined;
|
|
1582
|
-
Description?: string | undefined;
|
|
1583
|
-
Parameters?: TransformParameters | undefined;
|
|
1584
|
-
Role?: string | undefined;
|
|
1585
|
-
GlueVersion?: string | undefined;
|
|
1586
|
-
MaxCapacity?: number | undefined;
|
|
1587
|
-
WorkerType?: WorkerType | undefined;
|
|
1588
|
-
NumberOfWorkers?: number | undefined;
|
|
1589
|
-
Timeout?: number | undefined;
|
|
1590
|
-
MaxRetries?: number | undefined;
|
|
1591
|
-
}
|
|
1592
|
-
export interface UpdateMLTransformResponse {
|
|
1593
|
-
TransformId?: string | undefined;
|
|
1594
|
-
}
|
|
1595
|
-
export interface UpdatePartitionRequest {
|
|
1596
|
-
CatalogId?: string | undefined;
|
|
1597
|
-
DatabaseName: string | undefined;
|
|
1598
|
-
TableName: string | undefined;
|
|
1599
|
-
PartitionValueList: string[] | undefined;
|
|
1600
|
-
PartitionInput: PartitionInput | undefined;
|
|
1601
|
-
}
|
|
1602
|
-
export interface UpdatePartitionResponse {}
|
|
1603
|
-
export interface UpdateRegistryInput {
|
|
1604
|
-
RegistryId: RegistryId | undefined;
|
|
1605
|
-
Description: string | undefined;
|
|
1606
|
-
}
|
|
1607
|
-
export interface UpdateRegistryResponse {
|
|
1608
|
-
RegistryName?: string | undefined;
|
|
1609
|
-
RegistryArn?: string | undefined;
|
|
1610
|
-
}
|
|
1611
|
-
export interface UpdateSchemaInput {
|
|
1612
|
-
SchemaId: SchemaId | undefined;
|
|
1613
|
-
SchemaVersionNumber?: SchemaVersionNumber | undefined;
|
|
1614
|
-
Compatibility?: Compatibility | undefined;
|
|
1615
|
-
Description?: string | undefined;
|
|
1616
|
-
}
|
|
1617
|
-
export interface UpdateSchemaResponse {
|
|
1618
|
-
SchemaArn?: string | undefined;
|
|
1619
|
-
SchemaName?: string | undefined;
|
|
1620
|
-
RegistryName?: string | undefined;
|
|
1621
|
-
}
|
|
1622
|
-
export interface UpdateSourceControlFromJobRequest {
|
|
1623
|
-
JobName?: string | undefined;
|
|
1624
|
-
Provider?: SourceControlProvider | undefined;
|
|
1625
|
-
RepositoryName?: string | undefined;
|
|
1626
|
-
RepositoryOwner?: string | undefined;
|
|
1627
|
-
BranchName?: string | undefined;
|
|
1628
|
-
Folder?: string | undefined;
|
|
1629
|
-
CommitId?: string | undefined;
|
|
1630
|
-
AuthStrategy?: SourceControlAuthStrategy | undefined;
|
|
1631
|
-
AuthToken?: string | undefined;
|
|
1632
|
-
}
|
|
1633
|
-
export interface UpdateSourceControlFromJobResponse {
|
|
1634
|
-
JobName?: string | undefined;
|
|
1635
|
-
}
|
|
1636
|
-
export interface IcebergEncryptedKey {
|
|
1637
|
-
KeyId: string | undefined;
|
|
1638
|
-
EncryptedKeyMetadata: string | undefined;
|
|
1639
|
-
EncryptedById?: string | undefined;
|
|
1640
|
-
Properties?: Record<string, string> | undefined;
|
|
1641
|
-
}
|
|
1642
|
-
export interface IcebergTableUpdate {
|
|
1643
|
-
Schema: IcebergSchema | undefined;
|
|
1644
|
-
PartitionSpec?: IcebergPartitionSpec | undefined;
|
|
1645
|
-
SortOrder?: IcebergSortOrder | undefined;
|
|
1646
|
-
Location: string | undefined;
|
|
1647
|
-
Properties?: Record<string, string> | undefined;
|
|
1648
|
-
Action?: IcebergUpdateAction | undefined;
|
|
1649
|
-
EncryptionKey?: IcebergEncryptedKey | undefined;
|
|
1650
|
-
KeyId?: string | undefined;
|
|
1651
|
-
}
|