@aws-sdk/client-glue 3.940.0 → 3.942.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/dist-cjs/index.js +62 -11
- package/dist-es/models/enums.js +17 -0
- package/dist-es/schemas/schemas_0.js +44 -11
- package/dist-types/commands/CreateTableCommand.d.ts +9 -0
- package/dist-types/commands/GetTableCommand.d.ts +16 -0
- package/dist-types/commands/GetTableVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetTableVersionsCommand.d.ts +16 -0
- package/dist-types/commands/GetTablesCommand.d.ts +16 -0
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +17 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +19 -0
- package/dist-types/commands/UpdateTriggerCommand.d.ts +2 -1
- package/dist-types/models/enums.d.ts +33 -0
- package/dist-types/models/models_0.d.ts +0 -83
- package/dist-types/models/models_1.d.ts +38 -1
- package/dist-types/models/models_2.d.ts +68 -11
- package/dist-types/models/models_3.d.ts +22 -2
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/enums.d.ts +21 -0
- package/dist-types/ts3.4/models/models_1.d.ts +8 -0
- package/dist-types/ts3.4/models/models_2.d.ts +16 -3
- package/dist-types/ts3.4/models/models_3.d.ts +6 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +1 -1
|
@@ -174,9 +174,16 @@ declare const GetUnfilteredTableMetadataCommand_base: {
|
|
|
174
174
|
* // ViewDefinition: { // ViewDefinition
|
|
175
175
|
* // IsProtected: true || false,
|
|
176
176
|
* // Definer: "STRING_VALUE",
|
|
177
|
+
* // ViewVersionId: Number("long"),
|
|
178
|
+
* // ViewVersionToken: "STRING_VALUE",
|
|
179
|
+
* // RefreshSeconds: Number("long"),
|
|
180
|
+
* // LastRefreshType: "FULL" || "INCREMENTAL",
|
|
177
181
|
* // SubObjects: [ // ViewSubObjectsList
|
|
178
182
|
* // "STRING_VALUE",
|
|
179
183
|
* // ],
|
|
184
|
+
* // SubObjectVersionIds: [ // ViewSubObjectVersionIdsList
|
|
185
|
+
* // Number("long"),
|
|
186
|
+
* // ],
|
|
180
187
|
* // Representations: [ // ViewRepresentationList
|
|
181
188
|
* // { // ViewRepresentation
|
|
182
189
|
* // Dialect: "REDSHIFT" || "ATHENA" || "SPARK",
|
|
@@ -189,6 +196,7 @@ declare const GetUnfilteredTableMetadataCommand_base: {
|
|
|
189
196
|
* // ],
|
|
190
197
|
* // },
|
|
191
198
|
* // IsMultiDialectView: true || false,
|
|
199
|
+
* // IsMaterializedView: true || false,
|
|
192
200
|
* // Status: { // TableStatus
|
|
193
201
|
* // RequestedBy: "STRING_VALUE",
|
|
194
202
|
* // UpdatedBy: "STRING_VALUE",
|
|
@@ -278,9 +286,16 @@ declare const GetUnfilteredTableMetadataCommand_base: {
|
|
|
278
286
|
* // ViewDefinition: {
|
|
279
287
|
* // IsProtected: true || false,
|
|
280
288
|
* // Definer: "STRING_VALUE",
|
|
289
|
+
* // ViewVersionId: Number("long"),
|
|
290
|
+
* // ViewVersionToken: "STRING_VALUE",
|
|
291
|
+
* // RefreshSeconds: Number("long"),
|
|
292
|
+
* // LastRefreshType: "FULL" || "INCREMENTAL",
|
|
281
293
|
* // SubObjects: [
|
|
282
294
|
* // "STRING_VALUE",
|
|
283
295
|
* // ],
|
|
296
|
+
* // SubObjectVersionIds: [
|
|
297
|
+
* // Number("long"),
|
|
298
|
+
* // ],
|
|
284
299
|
* // Representations: [
|
|
285
300
|
* // {
|
|
286
301
|
* // Dialect: "REDSHIFT" || "ATHENA" || "SPARK",
|
|
@@ -293,6 +308,7 @@ declare const GetUnfilteredTableMetadataCommand_base: {
|
|
|
293
308
|
* // ],
|
|
294
309
|
* // },
|
|
295
310
|
* // IsMultiDialectView: true || false,
|
|
311
|
+
* // IsMaterializedView: true || false,
|
|
296
312
|
* // Status: {
|
|
297
313
|
* // RequestedBy: "STRING_VALUE",
|
|
298
314
|
* // UpdatedBy: "STRING_VALUE",
|
|
@@ -342,6 +358,7 @@ declare const GetUnfilteredTableMetadataCommand_base: {
|
|
|
342
358
|
* // ],
|
|
343
359
|
* // QueryAuthorizationId: "STRING_VALUE",
|
|
344
360
|
* // IsMultiDialectView: true || false,
|
|
361
|
+
* // IsMaterializedView: true || false,
|
|
345
362
|
* // ResourceArn: "STRING_VALUE",
|
|
346
363
|
* // IsProtected: true || false,
|
|
347
364
|
* // Permissions: [ // PermissionList
|
|
@@ -163,9 +163,16 @@ declare const SearchTablesCommand_base: {
|
|
|
163
163
|
* // ViewDefinition: { // ViewDefinition
|
|
164
164
|
* // IsProtected: true || false,
|
|
165
165
|
* // Definer: "STRING_VALUE",
|
|
166
|
+
* // ViewVersionId: Number("long"),
|
|
167
|
+
* // ViewVersionToken: "STRING_VALUE",
|
|
168
|
+
* // RefreshSeconds: Number("long"),
|
|
169
|
+
* // LastRefreshType: "FULL" || "INCREMENTAL",
|
|
166
170
|
* // SubObjects: [ // ViewSubObjectsList
|
|
167
171
|
* // "STRING_VALUE",
|
|
168
172
|
* // ],
|
|
173
|
+
* // SubObjectVersionIds: [ // ViewSubObjectVersionIdsList
|
|
174
|
+
* // Number("long"),
|
|
175
|
+
* // ],
|
|
169
176
|
* // Representations: [ // ViewRepresentationList
|
|
170
177
|
* // { // ViewRepresentation
|
|
171
178
|
* // Dialect: "REDSHIFT" || "ATHENA" || "SPARK",
|
|
@@ -178,6 +185,7 @@ declare const SearchTablesCommand_base: {
|
|
|
178
185
|
* // ],
|
|
179
186
|
* // },
|
|
180
187
|
* // IsMultiDialectView: true || false,
|
|
188
|
+
* // IsMaterializedView: true || false,
|
|
181
189
|
* // Status: { // TableStatus
|
|
182
190
|
* // RequestedBy: "STRING_VALUE",
|
|
183
191
|
* // UpdatedBy: "STRING_VALUE",
|
|
@@ -267,9 +275,16 @@ declare const SearchTablesCommand_base: {
|
|
|
267
275
|
* // ViewDefinition: {
|
|
268
276
|
* // IsProtected: true || false,
|
|
269
277
|
* // Definer: "STRING_VALUE",
|
|
278
|
+
* // ViewVersionId: Number("long"),
|
|
279
|
+
* // ViewVersionToken: "STRING_VALUE",
|
|
280
|
+
* // RefreshSeconds: Number("long"),
|
|
281
|
+
* // LastRefreshType: "FULL" || "INCREMENTAL",
|
|
270
282
|
* // SubObjects: [
|
|
271
283
|
* // "STRING_VALUE",
|
|
272
284
|
* // ],
|
|
285
|
+
* // SubObjectVersionIds: [
|
|
286
|
+
* // Number("long"),
|
|
287
|
+
* // ],
|
|
273
288
|
* // Representations: [
|
|
274
289
|
* // {
|
|
275
290
|
* // Dialect: "REDSHIFT" || "ATHENA" || "SPARK",
|
|
@@ -282,6 +297,7 @@ declare const SearchTablesCommand_base: {
|
|
|
282
297
|
* // ],
|
|
283
298
|
* // },
|
|
284
299
|
* // IsMultiDialectView: true || false,
|
|
300
|
+
* // IsMaterializedView: true || false,
|
|
285
301
|
* // Status: {
|
|
286
302
|
* // RequestedBy: "STRING_VALUE",
|
|
287
303
|
* // UpdatedBy: "STRING_VALUE",
|
|
@@ -135,9 +135,16 @@ declare const UpdateTableCommand_base: {
|
|
|
135
135
|
* ViewExpandedText: "STRING_VALUE",
|
|
136
136
|
* },
|
|
137
137
|
* ],
|
|
138
|
+
* ViewVersionId: Number("long"),
|
|
139
|
+
* ViewVersionToken: "STRING_VALUE",
|
|
140
|
+
* RefreshSeconds: Number("long"),
|
|
141
|
+
* LastRefreshType: "FULL" || "INCREMENTAL",
|
|
138
142
|
* SubObjects: [ // ViewSubObjectsList
|
|
139
143
|
* "STRING_VALUE",
|
|
140
144
|
* ],
|
|
145
|
+
* SubObjectVersionIds: [ // ViewSubObjectVersionIdsList
|
|
146
|
+
* Number("long"),
|
|
147
|
+
* ],
|
|
141
148
|
* },
|
|
142
149
|
* },
|
|
143
150
|
* SkipArchive: true || false,
|
|
@@ -163,6 +170,8 @@ declare const UpdateTableCommand_base: {
|
|
|
163
170
|
* Type: "DOCUMENT_VALUE", // required
|
|
164
171
|
* Required: true || false, // required
|
|
165
172
|
* Doc: "STRING_VALUE",
|
|
173
|
+
* InitialDefault: "DOCUMENT_VALUE",
|
|
174
|
+
* WriteDefault: "DOCUMENT_VALUE",
|
|
166
175
|
* },
|
|
167
176
|
* ],
|
|
168
177
|
* },
|
|
@@ -192,6 +201,16 @@ declare const UpdateTableCommand_base: {
|
|
|
192
201
|
* Properties: { // StringToStringMap
|
|
193
202
|
* "<keys>": "STRING_VALUE",
|
|
194
203
|
* },
|
|
204
|
+
* Action: "add-schema" || "set-current-schema" || "add-spec" || "set-default-spec" || "add-sort-order" || "set-default-sort-order" || "set-location" || "set-properties" || "remove-properties" || "add-encryption-key" || "remove-encryption-key",
|
|
205
|
+
* EncryptionKey: { // IcebergEncryptedKey
|
|
206
|
+
* KeyId: "STRING_VALUE", // required
|
|
207
|
+
* EncryptedKeyMetadata: "STRING_VALUE", // required
|
|
208
|
+
* EncryptedById: "STRING_VALUE",
|
|
209
|
+
* Properties: {
|
|
210
|
+
* "<keys>": "STRING_VALUE",
|
|
211
|
+
* },
|
|
212
|
+
* },
|
|
213
|
+
* KeyId: "STRING_VALUE",
|
|
195
214
|
* },
|
|
196
215
|
* ],
|
|
197
216
|
* },
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { UpdateTriggerRequest
|
|
4
|
+
import { UpdateTriggerRequest } from "../models/models_2";
|
|
5
|
+
import { UpdateTriggerResponse } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1362,6 +1362,18 @@ export declare const MetadataOperation: {
|
|
|
1362
1362
|
* @public
|
|
1363
1363
|
*/
|
|
1364
1364
|
export type MetadataOperation = (typeof MetadataOperation)[keyof typeof MetadataOperation];
|
|
1365
|
+
/**
|
|
1366
|
+
* @public
|
|
1367
|
+
* @enum
|
|
1368
|
+
*/
|
|
1369
|
+
export declare const LastRefreshType: {
|
|
1370
|
+
readonly FULL: "FULL";
|
|
1371
|
+
readonly INCREMENTAL: "INCREMENTAL";
|
|
1372
|
+
};
|
|
1373
|
+
/**
|
|
1374
|
+
* @public
|
|
1375
|
+
*/
|
|
1376
|
+
export type LastRefreshType = (typeof LastRefreshType)[keyof typeof LastRefreshType];
|
|
1365
1377
|
/**
|
|
1366
1378
|
* @public
|
|
1367
1379
|
* @enum
|
|
@@ -1915,6 +1927,27 @@ export declare const Sort: {
|
|
|
1915
1927
|
* @public
|
|
1916
1928
|
*/
|
|
1917
1929
|
export type Sort = (typeof Sort)[keyof typeof Sort];
|
|
1930
|
+
/**
|
|
1931
|
+
* @public
|
|
1932
|
+
* @enum
|
|
1933
|
+
*/
|
|
1934
|
+
export declare const IcebergUpdateAction: {
|
|
1935
|
+
readonly ADD_ENCRYPTION_KEY: "add-encryption-key";
|
|
1936
|
+
readonly ADD_SCHEMA: "add-schema";
|
|
1937
|
+
readonly ADD_SORT_ORDER: "add-sort-order";
|
|
1938
|
+
readonly ADD_SPEC: "add-spec";
|
|
1939
|
+
readonly REMOVE_ENCRYPTION_KEY: "remove-encryption-key";
|
|
1940
|
+
readonly REMOVE_PROPERTIES: "remove-properties";
|
|
1941
|
+
readonly SET_CURRENT_SCHEMA: "set-current-schema";
|
|
1942
|
+
readonly SET_DEFAULT_SORT_ORDER: "set-default-sort-order";
|
|
1943
|
+
readonly SET_DEFAULT_SPEC: "set-default-spec";
|
|
1944
|
+
readonly SET_LOCATION: "set-location";
|
|
1945
|
+
readonly SET_PROPERTIES: "set-properties";
|
|
1946
|
+
};
|
|
1947
|
+
/**
|
|
1948
|
+
* @public
|
|
1949
|
+
*/
|
|
1950
|
+
export type IcebergUpdateAction = (typeof IcebergUpdateAction)[keyof typeof IcebergUpdateAction];
|
|
1918
1951
|
/**
|
|
1919
1952
|
* @public
|
|
1920
1953
|
* @enum
|
|
@@ -8687,89 +8687,6 @@ export interface ConnectionInput {
|
|
|
8687
8687
|
* <code>CUSTOM</code> - Uses configuration settings contained in a custom connector to read from and write to data stores that are not natively supported by Glue.</p>
|
|
8688
8688
|
* </li>
|
|
8689
8689
|
* </ul>
|
|
8690
|
-
* <p>Additionally, a <code>ConnectionType</code> for the following SaaS connectors is supported:</p>
|
|
8691
|
-
* <ul>
|
|
8692
|
-
* <li>
|
|
8693
|
-
* <p>
|
|
8694
|
-
* <code>FACEBOOKADS</code> - Designates a connection to Facebook Ads.</p>
|
|
8695
|
-
* </li>
|
|
8696
|
-
* <li>
|
|
8697
|
-
* <p>
|
|
8698
|
-
* <code>GOOGLEADS</code> - Designates a connection to Google Ads.</p>
|
|
8699
|
-
* </li>
|
|
8700
|
-
* <li>
|
|
8701
|
-
* <p>
|
|
8702
|
-
* <code>GOOGLESHEETS</code> - Designates a connection to Google Sheets.</p>
|
|
8703
|
-
* </li>
|
|
8704
|
-
* <li>
|
|
8705
|
-
* <p>
|
|
8706
|
-
* <code>GOOGLEANALYTICS4</code> - Designates a connection to Google Analytics 4.</p>
|
|
8707
|
-
* </li>
|
|
8708
|
-
* <li>
|
|
8709
|
-
* <p>
|
|
8710
|
-
* <code>HUBSPOT</code> - Designates a connection to HubSpot.</p>
|
|
8711
|
-
* </li>
|
|
8712
|
-
* <li>
|
|
8713
|
-
* <p>
|
|
8714
|
-
* <code>INSTAGRAMADS</code> - Designates a connection to Instagram Ads.</p>
|
|
8715
|
-
* </li>
|
|
8716
|
-
* <li>
|
|
8717
|
-
* <p>
|
|
8718
|
-
* <code>INTERCOM</code> - Designates a connection to Intercom.</p>
|
|
8719
|
-
* </li>
|
|
8720
|
-
* <li>
|
|
8721
|
-
* <p>
|
|
8722
|
-
* <code>JIRACLOUD</code> - Designates a connection to Jira Cloud.</p>
|
|
8723
|
-
* </li>
|
|
8724
|
-
* <li>
|
|
8725
|
-
* <p>
|
|
8726
|
-
* <code>MARKETO</code> - Designates a connection to Adobe Marketo Engage.</p>
|
|
8727
|
-
* </li>
|
|
8728
|
-
* <li>
|
|
8729
|
-
* <p>
|
|
8730
|
-
* <code>NETSUITEERP</code> - Designates a connection to Oracle NetSuite.</p>
|
|
8731
|
-
* </li>
|
|
8732
|
-
* <li>
|
|
8733
|
-
* <p>
|
|
8734
|
-
* <code>SALESFORCE</code> - Designates a connection to Salesforce using OAuth authentication.</p>
|
|
8735
|
-
* </li>
|
|
8736
|
-
* <li>
|
|
8737
|
-
* <p>
|
|
8738
|
-
* <code>SALESFORCEMARKETINGCLOUD</code> - Designates a connection to Salesforce Marketing Cloud.</p>
|
|
8739
|
-
* </li>
|
|
8740
|
-
* <li>
|
|
8741
|
-
* <p>
|
|
8742
|
-
* <code>SALESFORCEPARDOT</code> - Designates a connection to Salesforce Marketing Cloud Account Engagement (MCAE).</p>
|
|
8743
|
-
* </li>
|
|
8744
|
-
* <li>
|
|
8745
|
-
* <p>
|
|
8746
|
-
* <code>SAPODATA</code> - Designates a connection to SAP OData.</p>
|
|
8747
|
-
* </li>
|
|
8748
|
-
* <li>
|
|
8749
|
-
* <p>
|
|
8750
|
-
* <code>SERVICENOW</code> - Designates a connection to ServiceNow.</p>
|
|
8751
|
-
* </li>
|
|
8752
|
-
* <li>
|
|
8753
|
-
* <p>
|
|
8754
|
-
* <code>SLACK</code> - Designates a connection to Slack.</p>
|
|
8755
|
-
* </li>
|
|
8756
|
-
* <li>
|
|
8757
|
-
* <p>
|
|
8758
|
-
* <code>SNAPCHATADS</code> - Designates a connection to Snapchat Ads.</p>
|
|
8759
|
-
* </li>
|
|
8760
|
-
* <li>
|
|
8761
|
-
* <p>
|
|
8762
|
-
* <code>STRIPE</code> - Designates a connection to Stripe.</p>
|
|
8763
|
-
* </li>
|
|
8764
|
-
* <li>
|
|
8765
|
-
* <p>
|
|
8766
|
-
* <code>ZENDESK</code> - Designates a connection to Zendesk.</p>
|
|
8767
|
-
* </li>
|
|
8768
|
-
* <li>
|
|
8769
|
-
* <p>
|
|
8770
|
-
* <code>ZOHOCRM</code> - Designates a connection to Zoho CRM.</p>
|
|
8771
|
-
* </li>
|
|
8772
|
-
* </ul>
|
|
8773
8690
|
* <p>For more information on the connection parameters needed for a particular connector, see the documentation for the connector in <a href="https://docs.aws.amazon.com/glue/latest/dg/console-connections.html">Adding an Glue connection</a>in the Glue User Guide.</p>
|
|
8774
8691
|
* <p>
|
|
8775
8692
|
* <code>SFTP</code> is not supported.</p>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
-
import { AllowFullTableExternalDataAccessEnum, AuthenticationType, BlueprintRunState, CatalogEncryptionMode, CloudWatchEncryptionMode, ColumnStatisticsState, ColumnStatisticsType, Compatibility, ComputationType, ComputeEnvironment, ConnectionPropertyKey, ConnectionStatus, ConnectionType, CsvHeaderOption, CsvSerdeOption, DatabaseAttributes, DataFormat, DataOperation, DataQualityEncryptionMode, DataQualityModelStatus, DQCompositeRuleEvaluationMethod, ExecutionStatus, FieldDataType, FieldFilterOperator, FunctionType, IcebergNullOrder, IcebergSortDirection, IcebergStructTypeEnum, InclusionAnnotationValue, IntegrationStatus, JobBookmarksEncryptionMode, Language, MetadataOperation, MLUserDataEncryptionModeString, PrincipalType, RegistryStatus, ResourceShareType, ResourceType, S3EncryptionMode, ScheduleType, SchemaStatus, SchemaVersionStatus, SessionStatus, SettingSource, SortDirectionType, TableOptimizerType, TaskRunSortColumnType, TaskStatusType, TaskType, TransformStatusType, TransformType, TriggerType, UnnestSpec, ViewDialect, WorkerType } from "./enums";
|
|
2
|
+
import { AllowFullTableExternalDataAccessEnum, AuthenticationType, BlueprintRunState, CatalogEncryptionMode, CloudWatchEncryptionMode, ColumnStatisticsState, ColumnStatisticsType, Compatibility, ComputationType, ComputeEnvironment, ConnectionPropertyKey, ConnectionStatus, ConnectionType, CsvHeaderOption, CsvSerdeOption, DatabaseAttributes, DataFormat, DataOperation, DataQualityEncryptionMode, DataQualityModelStatus, DQCompositeRuleEvaluationMethod, ExecutionStatus, FieldDataType, FieldFilterOperator, FunctionType, IcebergNullOrder, IcebergSortDirection, IcebergStructTypeEnum, InclusionAnnotationValue, IntegrationStatus, JobBookmarksEncryptionMode, Language, LastRefreshType, MetadataOperation, MLUserDataEncryptionModeString, PrincipalType, RegistryStatus, ResourceShareType, ResourceType, S3EncryptionMode, ScheduleType, SchemaStatus, SchemaVersionStatus, SessionStatus, SettingSource, SortDirectionType, TableOptimizerType, TaskRunSortColumnType, TaskStatusType, TaskType, TransformStatusType, TransformType, TriggerType, UnnestSpec, ViewDialect, WorkerType } from "./enums";
|
|
3
3
|
import { Action, AuthConfiguration, AuthenticationConfiguration, Blueprint, Column, ConnectionsList, Crawler, DatabaseIdentifier, DataQualityAggregatedMetrics, DataQualityAnalyzerResult, DataQualityObservation, DataQualityRuleResult, DataQualityTargetTable, DataSource, DevEndpoint, ErrorDetail, EventBatchingCondition, FederatedCatalog, FederatedDatabase, GlueTable, JobRun, PartitionInput, PhysicalConnectionRequirements, Predicate, PrincipalPermissions, Property, Schedule, SchemaId, StorageDescriptor, TableOptimizerConfiguration, TargetRedshiftCatalog } from "./models_0";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
@@ -1809,6 +1809,16 @@ export interface IcebergStructField {
|
|
|
1809
1809
|
* @public
|
|
1810
1810
|
*/
|
|
1811
1811
|
Doc?: string | undefined;
|
|
1812
|
+
/**
|
|
1813
|
+
* <p>Default value used to populate the field's value for all records that were written before the field was added to the schema. This enables backward compatibility when adding new fields to existing Iceberg tables.</p>
|
|
1814
|
+
* @public
|
|
1815
|
+
*/
|
|
1816
|
+
InitialDefault?: __DocumentType | undefined;
|
|
1817
|
+
/**
|
|
1818
|
+
* <p>Default value used to populate the field's value for any records written after the field was added to the schema, if the writer does not supply the field's value. This can be changed through schema evolution.</p>
|
|
1819
|
+
* @public
|
|
1820
|
+
*/
|
|
1821
|
+
WriteDefault?: __DocumentType | undefined;
|
|
1812
1822
|
}
|
|
1813
1823
|
/**
|
|
1814
1824
|
* <p>Defines the schema structure for an Iceberg table, including field definitions, data types, and schema metadata.</p>
|
|
@@ -2021,11 +2031,38 @@ export interface ViewDefinitionInput {
|
|
|
2021
2031
|
* @public
|
|
2022
2032
|
*/
|
|
2023
2033
|
Representations?: ViewRepresentationInput[] | undefined;
|
|
2034
|
+
/**
|
|
2035
|
+
* <p>The ID value that identifies this view's version. For materialized views, the version ID is the Apache Iceberg table's snapshot ID. </p>
|
|
2036
|
+
* @public
|
|
2037
|
+
*/
|
|
2038
|
+
ViewVersionId?: number | undefined;
|
|
2039
|
+
/**
|
|
2040
|
+
* <p>The version ID of the Apache Iceberg table.</p>
|
|
2041
|
+
* @public
|
|
2042
|
+
*/
|
|
2043
|
+
ViewVersionToken?: string | undefined;
|
|
2044
|
+
/**
|
|
2045
|
+
* <p>Auto refresh interval in seconds for the materialized view. If not specified, the view will
|
|
2046
|
+
* not automatically refresh.</p>
|
|
2047
|
+
* @public
|
|
2048
|
+
*/
|
|
2049
|
+
RefreshSeconds?: number | undefined;
|
|
2050
|
+
/**
|
|
2051
|
+
* <p>The type of the materialized view's last refresh. Valid values: <code>Full</code>,
|
|
2052
|
+
* <code>Incremental</code>.</p>
|
|
2053
|
+
* @public
|
|
2054
|
+
*/
|
|
2055
|
+
LastRefreshType?: LastRefreshType | undefined;
|
|
2024
2056
|
/**
|
|
2025
2057
|
* <p>A list of base table ARNs that make up the view.</p>
|
|
2026
2058
|
* @public
|
|
2027
2059
|
*/
|
|
2028
2060
|
SubObjects?: string[] | undefined;
|
|
2061
|
+
/**
|
|
2062
|
+
* <p>List of the Apache Iceberg table versions referenced by the materialized view.</p>
|
|
2063
|
+
* @public
|
|
2064
|
+
*/
|
|
2065
|
+
SubObjectVersionIds?: number[] | undefined;
|
|
2029
2066
|
}
|
|
2030
2067
|
/**
|
|
2031
2068
|
* <p>A structure used to define a table.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BackfillErrorCode, Comparator, Compatibility, ConnectionPropertyKey, ConnectionType, CrawlerHistoryState, CsvHeaderOption, CsvSerdeOption, DataFormat, EnableHybridValues, ExecutionClass, ExistCondition, FieldName, FilterOperator, FunctionType, InclusionAnnotationValue, IntegrationStatus, Language, PartitionIndexStatus, Permission, PermissionType, PrincipalType, RegistryStatus, ResourceShareType, ResourceState, SchemaDiffType, SchemaStatus, SchemaVersionStatus, Sort, SortDirectionType, SourceControlAuthStrategy, SourceControlProvider, StatementState, StatisticEvaluationLevel, TableAttributes, TableOptimizerType, TaskStatusType, TransformSortColumnType, TransformStatusType, TransformType, ViewDialect, ViewUpdateAction, WorkerType } from "./enums";
|
|
1
|
+
import { BackfillErrorCode, Comparator, Compatibility, ConnectionPropertyKey, ConnectionType, CrawlerHistoryState, CsvHeaderOption, CsvSerdeOption, DataFormat, EnableHybridValues, ExecutionClass, ExistCondition, FieldName, FilterOperator, FunctionType, IcebergUpdateAction, InclusionAnnotationValue, IntegrationStatus, Language, LastRefreshType, PartitionIndexStatus, Permission, PermissionType, PrincipalType, RegistryStatus, ResourceShareType, ResourceState, SchemaDiffType, SchemaStatus, SchemaVersionStatus, Sort, SortDirectionType, SourceControlAuthStrategy, SourceControlProvider, StatementState, StatisticEvaluationLevel, TableAttributes, TableOptimizerType, TaskStatusType, TransformSortColumnType, TransformStatusType, TransformType, ViewDialect, ViewUpdateAction, WorkerType } from "./enums";
|
|
2
2
|
import { Action, AuditContext, AuthenticationConfigurationInput, CatalogInput, ConnectionInput, CrawlerTargets, CustomEntityType, DatabaseInput, DataQualityTargetTable, DataSource, ErrorDetail, EventBatchingCondition, GlueTable, LakeFormationConfiguration, LineageConfiguration, NotificationProperty, Partition, PartitionInput, PartitionValueList, Predicate, RecrawlPolicy, SchemaChangePolicy, SchemaId, StatisticAnnotation, TableOptimizer, TableOptimizerConfiguration, TableOptimizerRun, TimestampedInclusionAnnotation, Trigger, Workflow, WorkflowRun } from "./models_0";
|
|
3
3
|
import { Capabilities, CatalogEntry, ColumnStatistics, DataCatalogEncryptionSettings, DataQualityEvaluationRunAdditionalRunOptions, EncryptionConfiguration, EvaluationMetrics, IcebergPartitionSpec, IcebergSchema, IcebergSortOrder, IntegrationConfig, IntegrationError, JobBookmarkEntry, Location, MappingEntry, ProfileConfiguration, RegistryId, ResourceUri, SchemaColumn, Session, SourceProcessingProperties, SourceTableConfig, TableInput, Tag, TargetProcessingProperties, TargetTableConfig, TransformEncryption, TransformParameters } from "./models_1";
|
|
4
4
|
/**
|
|
@@ -1487,11 +1487,37 @@ export interface ViewDefinition {
|
|
|
1487
1487
|
* @public
|
|
1488
1488
|
*/
|
|
1489
1489
|
Definer?: string | undefined;
|
|
1490
|
+
/**
|
|
1491
|
+
* <p>The ID value that identifies this view's version. For materialized views, the version ID is the Apache Iceberg table's snapshot ID. </p>
|
|
1492
|
+
* @public
|
|
1493
|
+
*/
|
|
1494
|
+
ViewVersionId?: number | undefined;
|
|
1495
|
+
/**
|
|
1496
|
+
* <p>The version ID of the Apache Iceberg table.</p>
|
|
1497
|
+
* @public
|
|
1498
|
+
*/
|
|
1499
|
+
ViewVersionToken?: string | undefined;
|
|
1500
|
+
/**
|
|
1501
|
+
* <p>Auto refresh interval in seconds for the materialized view. If not specified, the view will
|
|
1502
|
+
* not automatically refresh.</p>
|
|
1503
|
+
* @public
|
|
1504
|
+
*/
|
|
1505
|
+
RefreshSeconds?: number | undefined;
|
|
1506
|
+
/**
|
|
1507
|
+
* <p>Sets the method used for the most recent refresh.</p>
|
|
1508
|
+
* @public
|
|
1509
|
+
*/
|
|
1510
|
+
LastRefreshType?: LastRefreshType | undefined;
|
|
1490
1511
|
/**
|
|
1491
1512
|
* <p>A list of table Amazon Resource Names (ARNs).</p>
|
|
1492
1513
|
* @public
|
|
1493
1514
|
*/
|
|
1494
1515
|
SubObjects?: string[] | undefined;
|
|
1516
|
+
/**
|
|
1517
|
+
* <p>List of the Apache Iceberg table versions referenced by the materialized view.</p>
|
|
1518
|
+
* @public
|
|
1519
|
+
*/
|
|
1520
|
+
SubObjectVersionIds?: number[] | undefined;
|
|
1495
1521
|
/**
|
|
1496
1522
|
* <p>A list of representations.</p>
|
|
1497
1523
|
* @public
|
|
@@ -6803,6 +6829,32 @@ export interface UpdateSourceControlFromJobResponse {
|
|
|
6803
6829
|
*/
|
|
6804
6830
|
JobName?: string | undefined;
|
|
6805
6831
|
}
|
|
6832
|
+
/**
|
|
6833
|
+
* <p>Encryption key structure used for Iceberg table encryption. Contains the key ID, encrypted key metadata, optional reference to the encrypting key, and additional properties for the table's encryption scheme.</p>
|
|
6834
|
+
* @public
|
|
6835
|
+
*/
|
|
6836
|
+
export interface IcebergEncryptedKey {
|
|
6837
|
+
/**
|
|
6838
|
+
* <p>Unique identifier of the encryption key used for Iceberg table encryption. This ID is used to reference the key in table metadata and track which key was used to encrypt specific data.</p>
|
|
6839
|
+
* @public
|
|
6840
|
+
*/
|
|
6841
|
+
KeyId: string | undefined;
|
|
6842
|
+
/**
|
|
6843
|
+
* <p>Encrypted key and metadata, base64 encoded. The format of encrypted key metadata is determined by the table's encryption scheme and can be a wrapped format specific to the table's KMS provider.</p>
|
|
6844
|
+
* @public
|
|
6845
|
+
*/
|
|
6846
|
+
EncryptedKeyMetadata: string | undefined;
|
|
6847
|
+
/**
|
|
6848
|
+
* <p>Optional ID of the key used to encrypt or wrap the key metadata in Iceberg table encryption. This field references another encryption key that was used to encrypt the current key's metadata.</p>
|
|
6849
|
+
* @public
|
|
6850
|
+
*/
|
|
6851
|
+
EncryptedById?: string | undefined;
|
|
6852
|
+
/**
|
|
6853
|
+
* <p>A string to string map of additional metadata used by the table's encryption scheme. These properties provide additional context and configuration for the encryption key implementation.</p>
|
|
6854
|
+
* @public
|
|
6855
|
+
*/
|
|
6856
|
+
Properties?: Record<string, string> | undefined;
|
|
6857
|
+
}
|
|
6806
6858
|
/**
|
|
6807
6859
|
* <p>Defines a complete set of updates to be applied to an Iceberg table, including schema changes, partitioning modifications, sort order
|
|
6808
6860
|
* adjustments, location updates, and property changes.</p>
|
|
@@ -6834,6 +6886,21 @@ export interface IcebergTableUpdate {
|
|
|
6834
6886
|
* @public
|
|
6835
6887
|
*/
|
|
6836
6888
|
Properties?: Record<string, string> | undefined;
|
|
6889
|
+
/**
|
|
6890
|
+
* <p>The type of update action to be performed on the Iceberg table. Defines the specific operation such as adding schema, setting current schema, adding partition spec, or managing encryption keys.</p>
|
|
6891
|
+
* @public
|
|
6892
|
+
*/
|
|
6893
|
+
Action?: IcebergUpdateAction | undefined;
|
|
6894
|
+
/**
|
|
6895
|
+
* <p>Encryption key information associated with an Iceberg table update operation. Used when adding or removing encryption keys from the table metadata during table evolution.</p>
|
|
6896
|
+
* @public
|
|
6897
|
+
*/
|
|
6898
|
+
EncryptionKey?: IcebergEncryptedKey | undefined;
|
|
6899
|
+
/**
|
|
6900
|
+
* <p>Identifier of the encryption key involved in an Iceberg table update operation. References the specific key being added to or removed from the table's encryption configuration.</p>
|
|
6901
|
+
* @public
|
|
6902
|
+
*/
|
|
6903
|
+
KeyId?: string | undefined;
|
|
6837
6904
|
}
|
|
6838
6905
|
/**
|
|
6839
6906
|
* <p>Contains the update operations to be applied to an existing Iceberg table inGlue Data Catalog, defining the new state of the table metadata.
|
|
@@ -7034,13 +7101,3 @@ export interface UpdateTriggerRequest {
|
|
|
7034
7101
|
*/
|
|
7035
7102
|
TriggerUpdate: TriggerUpdate | undefined;
|
|
7036
7103
|
}
|
|
7037
|
-
/**
|
|
7038
|
-
* @public
|
|
7039
|
-
*/
|
|
7040
|
-
export interface UpdateTriggerResponse {
|
|
7041
|
-
/**
|
|
7042
|
-
* <p>The resulting trigger definition.</p>
|
|
7043
|
-
* @public
|
|
7044
|
-
*/
|
|
7045
|
-
Trigger?: Trigger | undefined;
|
|
7046
|
-
}
|
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
import { ExecutionClass, JobMode, Permission, ResourceAction, ResourceState, WorkerType } from "./enums";
|
|
2
|
-
import { Aggregate, AmazonRedshiftSource, AmazonRedshiftTarget, AthenaConnectorSource, BasicCatalogTarget, CatalogDeltaSource, CatalogHudiSource, CatalogIcebergSource, CatalogKafkaSource, CatalogKinesisSource, CatalogSource, Column, ConnectionsList, ConnectorDataSource, ConnectorDataTarget, CustomCode, DirectJDBCSource, DirectKafkaSource, DirectKinesisSource, DropDuplicates, DropFields, DropNullFields, DynamicTransform, DynamoDBCatalogSource, DynamoDBELTConnectorSource, ErrorDetail, EvaluateDataQuality, EvaluateDataQualityMultiFrame, ExecutionProperty, FillMissingValues, Filter, GovernedCatalogSource, GovernedCatalogTarget, JDBCConnectorSource, JDBCConnectorTarget, JobCommand, Join, Merge, MicrosoftSQLServerCatalogSource, MicrosoftSQLServerCatalogTarget, MySQLCatalogSource, MySQLCatalogTarget, NotificationProperty, OracleSQLCatalogSource, OracleSQLCatalogTarget, PIIDetection, PostgreSQLCatalogSource, PostgreSQLCatalogTarget, Recipe, RedshiftSource, RedshiftTarget, RelationalCatalogSource, RenameField, Route, S3CatalogDeltaSource, S3CatalogHudiSource, S3CatalogIcebergSource, S3CatalogSource, S3CatalogTarget, S3CsvSource, S3DeltaCatalogTarget, S3DeltaDirectTarget, S3DeltaSource, S3DirectTarget, S3ExcelSource, S3GlueParquetTarget, S3HudiCatalogTarget, S3HudiDirectTarget, S3HudiSource, S3HyperDirectTarget, S3IcebergCatalogTarget, S3IcebergDirectTarget, S3JsonSource, S3ParquetSource, SelectFields, SelectFromCollection, SnowflakeSource, SnowflakeTarget, SourceControlDetails, SparkConnectorSource, SparkConnectorTarget, SparkSQL, Spigot, SplitFields, StorageDescriptor, Union } from "./models_0";
|
|
2
|
+
import { Aggregate, AmazonRedshiftSource, AmazonRedshiftTarget, AthenaConnectorSource, BasicCatalogTarget, CatalogDeltaSource, CatalogHudiSource, CatalogIcebergSource, CatalogKafkaSource, CatalogKinesisSource, CatalogSource, Column, ConnectionsList, ConnectorDataSource, ConnectorDataTarget, CustomCode, DirectJDBCSource, DirectKafkaSource, DirectKinesisSource, DropDuplicates, DropFields, DropNullFields, DynamicTransform, DynamoDBCatalogSource, DynamoDBELTConnectorSource, ErrorDetail, EvaluateDataQuality, EvaluateDataQualityMultiFrame, ExecutionProperty, FillMissingValues, Filter, GovernedCatalogSource, GovernedCatalogTarget, JDBCConnectorSource, JDBCConnectorTarget, JobCommand, Join, Merge, MicrosoftSQLServerCatalogSource, MicrosoftSQLServerCatalogTarget, MySQLCatalogSource, MySQLCatalogTarget, NotificationProperty, OracleSQLCatalogSource, OracleSQLCatalogTarget, PIIDetection, PostgreSQLCatalogSource, PostgreSQLCatalogTarget, Recipe, RedshiftSource, RedshiftTarget, RelationalCatalogSource, RenameField, Route, S3CatalogDeltaSource, S3CatalogHudiSource, S3CatalogIcebergSource, S3CatalogSource, S3CatalogTarget, S3CsvSource, S3DeltaCatalogTarget, S3DeltaDirectTarget, S3DeltaSource, S3DirectTarget, S3ExcelSource, S3GlueParquetTarget, S3HudiCatalogTarget, S3HudiDirectTarget, S3HudiSource, S3HyperDirectTarget, S3IcebergCatalogTarget, S3IcebergDirectTarget, S3JsonSource, S3ParquetSource, SelectFields, SelectFromCollection, SnowflakeSource, SnowflakeTarget, SourceControlDetails, SparkConnectorSource, SparkConnectorTarget, SparkSQL, Spigot, SplitFields, StorageDescriptor, Trigger, Union } from "./models_0";
|
|
3
3
|
import { ProfileConfiguration, TableIdentifier, UserDefinedFunctionInput } from "./models_1";
|
|
4
4
|
import { ColumnRowFilter, FederatedTable, ViewDefinition, ViewValidation } from "./models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface UpdateTriggerResponse {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The resulting trigger definition.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
Trigger?: Trigger | undefined;
|
|
14
|
+
}
|
|
5
15
|
/**
|
|
6
16
|
* @public
|
|
7
17
|
*/
|
|
@@ -352,7 +362,12 @@ export interface Table {
|
|
|
352
362
|
*/
|
|
353
363
|
IsMultiDialectView?: boolean | undefined;
|
|
354
364
|
/**
|
|
355
|
-
* <p>
|
|
365
|
+
* <p>Indicates a table is a <code>MaterializedView</code>.</p>
|
|
366
|
+
* @public
|
|
367
|
+
*/
|
|
368
|
+
IsMaterializedView?: boolean | undefined;
|
|
369
|
+
/**
|
|
370
|
+
* <p>Indicates the the state of an asynchronous change to a table.</p>
|
|
356
371
|
* @public
|
|
357
372
|
*/
|
|
358
373
|
Status?: TableStatus | undefined;
|
|
@@ -851,6 +866,11 @@ export interface GetUnfilteredTableMetadataResponse {
|
|
|
851
866
|
* @public
|
|
852
867
|
*/
|
|
853
868
|
IsMultiDialectView?: boolean | undefined;
|
|
869
|
+
/**
|
|
870
|
+
* <p>Indicates if a table is a materialized view.</p>
|
|
871
|
+
* @public
|
|
872
|
+
*/
|
|
873
|
+
IsMaterializedView?: boolean | undefined;
|
|
854
874
|
/**
|
|
855
875
|
* <p>The resource ARN of the parent resource extracted from the request.</p>
|
|
856
876
|
* @public
|
|
@@ -537,6 +537,7 @@ export declare var GroupFilters: StaticStructureSchema;
|
|
|
537
537
|
export declare var HudiTarget: StaticStructureSchema;
|
|
538
538
|
export declare var IcebergCompactionConfiguration: StaticStructureSchema;
|
|
539
539
|
export declare var IcebergCompactionMetrics: StaticStructureSchema;
|
|
540
|
+
export declare var IcebergEncryptedKey: StaticStructureSchema;
|
|
540
541
|
export declare var IcebergInput: StaticStructureSchema;
|
|
541
542
|
export declare var IcebergOptimizationProperties: StaticStructureSchema;
|
|
542
543
|
export declare var IcebergOptimizationPropertiesOutput: StaticStructureSchema;
|
|
@@ -1187,6 +1188,7 @@ export declare var ValueStringList: number;
|
|
|
1187
1188
|
export declare var ViewRepresentationInputList: StaticListSchema;
|
|
1188
1189
|
export declare var ViewRepresentationList: StaticListSchema;
|
|
1189
1190
|
export declare var ViewSubObjectsList: number;
|
|
1191
|
+
export declare var ViewSubObjectVersionIdsList: number;
|
|
1190
1192
|
export declare var ViewValidationList: StaticListSchema;
|
|
1191
1193
|
export declare var WorkflowNames: number;
|
|
1192
1194
|
export declare var WorkflowRuns: StaticListSchema;
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
UpdateTriggerResponse,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { UpdateTriggerRequest } from "../models/models_2";
|
|
9
|
+
import { UpdateTriggerResponse } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface UpdateTriggerCommandInput extends UpdateTriggerRequest {}
|
|
@@ -816,6 +816,12 @@ export declare const MetadataOperation: {
|
|
|
816
816
|
};
|
|
817
817
|
export type MetadataOperation =
|
|
818
818
|
(typeof MetadataOperation)[keyof typeof MetadataOperation];
|
|
819
|
+
export declare const LastRefreshType: {
|
|
820
|
+
readonly FULL: "FULL";
|
|
821
|
+
readonly INCREMENTAL: "INCREMENTAL";
|
|
822
|
+
};
|
|
823
|
+
export type LastRefreshType =
|
|
824
|
+
(typeof LastRefreshType)[keyof typeof LastRefreshType];
|
|
819
825
|
export declare const ViewDialect: {
|
|
820
826
|
readonly ATHENA: "ATHENA";
|
|
821
827
|
readonly REDSHIFT: "REDSHIFT";
|
|
@@ -1117,6 +1123,21 @@ export declare const Sort: {
|
|
|
1117
1123
|
readonly DESCENDING: "DESC";
|
|
1118
1124
|
};
|
|
1119
1125
|
export type Sort = (typeof Sort)[keyof typeof Sort];
|
|
1126
|
+
export declare const IcebergUpdateAction: {
|
|
1127
|
+
readonly ADD_ENCRYPTION_KEY: "add-encryption-key";
|
|
1128
|
+
readonly ADD_SCHEMA: "add-schema";
|
|
1129
|
+
readonly ADD_SORT_ORDER: "add-sort-order";
|
|
1130
|
+
readonly ADD_SPEC: "add-spec";
|
|
1131
|
+
readonly REMOVE_ENCRYPTION_KEY: "remove-encryption-key";
|
|
1132
|
+
readonly REMOVE_PROPERTIES: "remove-properties";
|
|
1133
|
+
readonly SET_CURRENT_SCHEMA: "set-current-schema";
|
|
1134
|
+
readonly SET_DEFAULT_SORT_ORDER: "set-default-sort-order";
|
|
1135
|
+
readonly SET_DEFAULT_SPEC: "set-default-spec";
|
|
1136
|
+
readonly SET_LOCATION: "set-location";
|
|
1137
|
+
readonly SET_PROPERTIES: "set-properties";
|
|
1138
|
+
};
|
|
1139
|
+
export type IcebergUpdateAction =
|
|
1140
|
+
(typeof IcebergUpdateAction)[keyof typeof IcebergUpdateAction];
|
|
1120
1141
|
export declare const ViewUpdateAction: {
|
|
1121
1142
|
readonly ADD: "ADD";
|
|
1122
1143
|
readonly ADD_OR_REPLACE: "ADD_OR_REPLACE";
|
|
@@ -32,6 +32,7 @@ import {
|
|
|
32
32
|
IntegrationStatus,
|
|
33
33
|
JobBookmarksEncryptionMode,
|
|
34
34
|
Language,
|
|
35
|
+
LastRefreshType,
|
|
35
36
|
MetadataOperation,
|
|
36
37
|
MLUserDataEncryptionModeString,
|
|
37
38
|
PrincipalType,
|
|
@@ -435,6 +436,8 @@ export interface IcebergStructField {
|
|
|
435
436
|
Type: __DocumentType | undefined;
|
|
436
437
|
Required: boolean | undefined;
|
|
437
438
|
Doc?: string | undefined;
|
|
439
|
+
InitialDefault?: __DocumentType | undefined;
|
|
440
|
+
WriteDefault?: __DocumentType | undefined;
|
|
438
441
|
}
|
|
439
442
|
export interface IcebergSchema {
|
|
440
443
|
SchemaId?: number | undefined;
|
|
@@ -484,7 +487,12 @@ export interface ViewDefinitionInput {
|
|
|
484
487
|
IsProtected?: boolean | undefined;
|
|
485
488
|
Definer?: string | undefined;
|
|
486
489
|
Representations?: ViewRepresentationInput[] | undefined;
|
|
490
|
+
ViewVersionId?: number | undefined;
|
|
491
|
+
ViewVersionToken?: string | undefined;
|
|
492
|
+
RefreshSeconds?: number | undefined;
|
|
493
|
+
LastRefreshType?: LastRefreshType | undefined;
|
|
487
494
|
SubObjects?: string[] | undefined;
|
|
495
|
+
SubObjectVersionIds?: number[] | undefined;
|
|
488
496
|
}
|
|
489
497
|
export interface TableInput {
|
|
490
498
|
Name: string | undefined;
|