@aws-sdk/client-glue 3.804.0 → 3.808.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 CHANGED
@@ -2195,10 +2195,6 @@ var ColumnStatisticsState = {
2195
2195
  STOPPED: "STOPPED",
2196
2196
  SUCCEEDED: "SUCCEEDED"
2197
2197
  };
2198
- var ExecutionStatus = {
2199
- FAILED: "FAILED",
2200
- STARTED: "STARTED"
2201
- };
2202
2198
  var ConnectionInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2203
2199
  ...obj,
2204
2200
  ...obj.AuthenticationConfiguration && {
@@ -2212,6 +2208,10 @@ var CreateConnectionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
2212
2208
 
2213
2209
  // src/models/models_2.ts
2214
2210
 
2211
+ var ExecutionStatus = {
2212
+ FAILED: "FAILED",
2213
+ STARTED: "STARTED"
2214
+ };
2215
2215
  var ScheduleType = {
2216
2216
  AUTO: "AUTO",
2217
2217
  CRON: "CRON"
@@ -2423,13 +2423,6 @@ var IllegalWorkflowStateException = class _IllegalWorkflowStateException extends
2423
2423
  this.Message = opts.Message;
2424
2424
  }
2425
2425
  };
2426
- var Comparator = {
2427
- EQUALS: "EQUALS",
2428
- GREATER_THAN: "GREATER_THAN",
2429
- GREATER_THAN_EQUALS: "GREATER_THAN_EQUALS",
2430
- LESS_THAN: "LESS_THAN",
2431
- LESS_THAN_EQUALS: "LESS_THAN_EQUALS"
2432
- };
2433
2426
  var GetDataQualityResultResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2434
2427
  ...obj,
2435
2428
  ...obj.RuleResults && { RuleResults: obj.RuleResults.map((item) => DataQualityRuleResultFilterSensitiveLog(item)) },
@@ -2455,6 +2448,13 @@ var ListDataQualityStatisticsResponseFilterSensitiveLog = /* @__PURE__ */ __name
2455
2448
 
2456
2449
  // src/models/models_3.ts
2457
2450
 
2451
+ var Comparator = {
2452
+ EQUALS: "EQUALS",
2453
+ GREATER_THAN: "GREATER_THAN",
2454
+ GREATER_THAN_EQUALS: "GREATER_THAN_EQUALS",
2455
+ LESS_THAN: "LESS_THAN",
2456
+ LESS_THAN_EQUALS: "LESS_THAN_EQUALS"
2457
+ };
2458
2458
  var Sort = {
2459
2459
  ASCENDING: "ASC",
2460
2460
  DESCENDING: "DESC"
@@ -9507,6 +9507,7 @@ var de_CreateIntegrationResponse = /* @__PURE__ */ __name((output, context) => {
9507
9507
  Description: import_smithy_client.expectString,
9508
9508
  Errors: import_smithy_client._json,
9509
9509
  IntegrationArn: import_smithy_client.expectString,
9510
+ IntegrationConfig: import_smithy_client._json,
9510
9511
  IntegrationName: import_smithy_client.expectString,
9511
9512
  KmsKeyId: import_smithy_client.expectString,
9512
9513
  SourceArn: import_smithy_client.expectString,
@@ -10342,6 +10343,7 @@ var de_InboundIntegration = /* @__PURE__ */ __name((output, context) => {
10342
10343
  CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreateTime"),
10343
10344
  Errors: import_smithy_client._json,
10344
10345
  IntegrationArn: import_smithy_client.expectString,
10346
+ IntegrationConfig: import_smithy_client._json,
10345
10347
  SourceArn: import_smithy_client.expectString,
10346
10348
  Status: import_smithy_client.expectString,
10347
10349
  TargetArn: import_smithy_client.expectString
@@ -10361,6 +10363,7 @@ var de_Integration = /* @__PURE__ */ __name((output, context) => {
10361
10363
  Description: import_smithy_client.expectString,
10362
10364
  Errors: import_smithy_client._json,
10363
10365
  IntegrationArn: import_smithy_client.expectString,
10366
+ IntegrationConfig: import_smithy_client._json,
10364
10367
  IntegrationName: import_smithy_client.expectString,
10365
10368
  KmsKeyId: import_smithy_client.expectString,
10366
10369
  SourceArn: import_smithy_client.expectString,
@@ -15811,9 +15814,9 @@ var paginateSearchTables = (0, import_core.createPaginator)(GlueClient, SearchTa
15811
15814
  ColumnStatisticsType,
15812
15815
  ComputationType,
15813
15816
  ColumnStatisticsState,
15814
- ExecutionStatus,
15815
15817
  ConnectionInputFilterSensitiveLog,
15816
15818
  CreateConnectionRequestFilterSensitiveLog,
15819
+ ExecutionStatus,
15817
15820
  ScheduleType,
15818
15821
  SettingSource,
15819
15822
  DatabaseAttributes,
@@ -15843,11 +15846,11 @@ var paginateSearchTables = (0, import_core.createPaginator)(GlueClient, SearchTa
15843
15846
  ExistCondition,
15844
15847
  ConcurrentRunsExceededException,
15845
15848
  IllegalWorkflowStateException,
15846
- Comparator,
15847
15849
  GetDataQualityResultResponseFilterSensitiveLog,
15848
15850
  GetEntityRecordsResponseFilterSensitiveLog,
15849
15851
  StatisticSummaryFilterSensitiveLog,
15850
15852
  ListDataQualityStatisticsResponseFilterSensitiveLog,
15853
+ Comparator,
15851
15854
  Sort,
15852
15855
  IllegalBlueprintStateException,
15853
15856
  NoScheduleException,
@@ -23,20 +23,20 @@ const getRuntimeConfig = (config) => {
23
23
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
24
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
25
25
  (0, core_1.emitWarningIfUnsupportedVersion)(process.version);
26
- const profileConfig = { profile: config?.profile };
26
+ const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
27
27
  return {
28
28
  ...clientSharedValues,
29
29
  ...config,
30
30
  runtime: "node",
31
31
  defaultsMode,
32
- authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
32
+ authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
33
33
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
34
34
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
35
35
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
36
36
  (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
37
37
  maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
38
38
  region: config?.region ??
39
- (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
39
+ (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
40
40
  requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
41
41
  retryMode: config?.retryMode ??
42
42
  (0, node_config_provider_1.loadConfig)({
@@ -45,9 +45,9 @@ const getRuntimeConfig = (config) => {
45
45
  }, config),
46
46
  sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
47
47
  streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
48
- useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
49
- useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
50
- userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
48
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
49
+ useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
50
+ userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
51
51
  };
52
52
  };
53
53
  exports.getRuntimeConfig = getRuntimeConfig;
@@ -543,10 +543,6 @@ export const ColumnStatisticsState = {
543
543
  STOPPED: "STOPPED",
544
544
  SUCCEEDED: "SUCCEEDED",
545
545
  };
546
- export const ExecutionStatus = {
547
- FAILED: "FAILED",
548
- STARTED: "STARTED",
549
- };
550
546
  export const ConnectionInputFilterSensitiveLog = (obj) => ({
551
547
  ...obj,
552
548
  ...(obj.AuthenticationConfiguration && {
@@ -1,6 +1,10 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { GlueServiceException as __BaseException } from "./GlueServiceException";
3
3
  import { DataQualityAnalyzerResultFilterSensitiveLog, DataQualityObservationFilterSensitiveLog, DataQualityRuleResultFilterSensitiveLog, } from "./models_0";
4
+ export const ExecutionStatus = {
5
+ FAILED: "FAILED",
6
+ STARTED: "STARTED",
7
+ };
4
8
  export const ScheduleType = {
5
9
  AUTO: "AUTO",
6
10
  CRON: "CRON",
@@ -181,13 +185,6 @@ export class IllegalWorkflowStateException extends __BaseException {
181
185
  this.Message = opts.Message;
182
186
  }
183
187
  }
184
- export const Comparator = {
185
- EQUALS: "EQUALS",
186
- GREATER_THAN: "GREATER_THAN",
187
- GREATER_THAN_EQUALS: "GREATER_THAN_EQUALS",
188
- LESS_THAN: "LESS_THAN",
189
- LESS_THAN_EQUALS: "LESS_THAN_EQUALS",
190
- };
191
188
  export const GetDataQualityResultResponseFilterSensitiveLog = (obj) => ({
192
189
  ...obj,
193
190
  ...(obj.RuleResults && { RuleResults: obj.RuleResults.map((item) => DataQualityRuleResultFilterSensitiveLog(item)) }),
@@ -2,6 +2,13 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { GlueServiceException as __BaseException } from "./GlueServiceException";
3
3
  import { AuthenticationConfigurationInputFilterSensitiveLog, } from "./models_0";
4
4
  import { ConnectionInputFilterSensitiveLog, } from "./models_1";
5
+ export const Comparator = {
6
+ EQUALS: "EQUALS",
7
+ GREATER_THAN: "GREATER_THAN",
8
+ GREATER_THAN_EQUALS: "GREATER_THAN_EQUALS",
9
+ LESS_THAN: "LESS_THAN",
10
+ LESS_THAN_EQUALS: "LESS_THAN_EQUALS",
11
+ };
5
12
  export const Sort = {
6
13
  ASCENDING: "ASC",
7
14
  DESCENDING: "DESC",
@@ -6802,6 +6802,7 @@ const de_CreateIntegrationResponse = (output, context) => {
6802
6802
  Description: __expectString,
6803
6803
  Errors: _json,
6804
6804
  IntegrationArn: __expectString,
6805
+ IntegrationConfig: _json,
6805
6806
  IntegrationName: __expectString,
6806
6807
  KmsKeyId: __expectString,
6807
6808
  SourceArn: __expectString,
@@ -7663,6 +7664,7 @@ const de_InboundIntegration = (output, context) => {
7663
7664
  CreateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
7664
7665
  Errors: _json,
7665
7666
  IntegrationArn: __expectString,
7667
+ IntegrationConfig: _json,
7666
7668
  SourceArn: __expectString,
7667
7669
  Status: __expectString,
7668
7670
  TargetArn: __expectString,
@@ -7684,6 +7686,7 @@ const de_Integration = (output, context) => {
7684
7686
  Description: __expectString,
7685
7687
  Errors: _json,
7686
7688
  IntegrationArn: __expectString,
7689
+ IntegrationConfig: _json,
7687
7690
  IntegrationName: __expectString,
7688
7691
  KmsKeyId: __expectString,
7689
7692
  SourceArn: __expectString,
@@ -19,20 +19,20 @@ export const getRuntimeConfig = (config) => {
19
19
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
20
20
  const clientSharedValues = getSharedRuntimeConfig(config);
21
21
  awsCheckVersion(process.version);
22
- const profileConfig = { profile: config?.profile };
22
+ const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
23
23
  return {
24
24
  ...clientSharedValues,
25
25
  ...config,
26
26
  runtime: "node",
27
27
  defaultsMode,
28
- authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
28
+ authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
29
29
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
30
30
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
31
31
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
32
32
  createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
33
33
  maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
34
34
  region: config?.region ??
35
- loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
35
+ loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
36
36
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
37
37
  retryMode: config?.retryMode ??
38
38
  loadNodeConfig({
@@ -41,8 +41,8 @@ export const getRuntimeConfig = (config) => {
41
41
  }, config),
42
42
  sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
43
43
  streamCollector: config?.streamCollector ?? streamCollector,
44
- useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
45
- useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
46
- userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
44
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
45
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
46
+ userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
47
47
  };
48
48
  };
@@ -50,6 +50,9 @@ declare const CreateIntegrationCommand_base: {
50
50
  * value: "STRING_VALUE",
51
51
  * },
52
52
  * ],
53
+ * IntegrationConfig: { // IntegrationConfig
54
+ * RefreshInterval: "STRING_VALUE",
55
+ * },
53
56
  * };
54
57
  * const command = new CreateIntegrationCommand(input);
55
58
  * const response = await client.send(command);
@@ -78,6 +81,9 @@ declare const CreateIntegrationCommand_base: {
78
81
  * // },
79
82
  * // ],
80
83
  * // DataFilter: "STRING_VALUE",
84
+ * // IntegrationConfig: { // IntegrationConfig
85
+ * // RefreshInterval: "STRING_VALUE",
86
+ * // },
81
87
  * // };
82
88
  *
83
89
  * ```
@@ -50,6 +50,9 @@ declare const DescribeInboundIntegrationsCommand_base: {
50
50
  * // IntegrationArn: "STRING_VALUE", // required
51
51
  * // Status: "CREATING" || "ACTIVE" || "MODIFYING" || "FAILED" || "DELETING" || "SYNCING" || "NEEDS_ATTENTION", // required
52
52
  * // CreateTime: new Date("TIMESTAMP"), // required
53
+ * // IntegrationConfig: { // IntegrationConfig
54
+ * // RefreshInterval: "STRING_VALUE",
55
+ * // },
53
56
  * // Errors: [ // IntegrationErrorList
54
57
  * // { // IntegrationError
55
58
  * // ErrorCode: "STRING_VALUE",
@@ -69,6 +69,9 @@ declare const DescribeIntegrationsCommand_base: {
69
69
  * // ],
70
70
  * // Status: "CREATING" || "ACTIVE" || "MODIFYING" || "FAILED" || "DELETING" || "SYNCING" || "NEEDS_ATTENTION", // required
71
71
  * // CreateTime: new Date("TIMESTAMP"), // required
72
+ * // IntegrationConfig: { // IntegrationConfig
73
+ * // RefreshInterval: "STRING_VALUE",
74
+ * // },
72
75
  * // Errors: [ // IntegrationErrorList
73
76
  * // { // IntegrationError
74
77
  * // ErrorCode: "STRING_VALUE",
@@ -1828,6 +1828,19 @@ export declare class ConflictException extends __BaseException {
1828
1828
  */
1829
1829
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
1830
1830
  }
1831
+ /**
1832
+ * <p>Properties associated with the integration.</p>
1833
+ * @public
1834
+ */
1835
+ export interface IntegrationConfig {
1836
+ /**
1837
+ * <p>Specifies the frequency at which CDC (Change Data Capture) pulls or incremental loads should occur. This parameter provides flexibility to align
1838
+ * the refresh rate with your specific data update patterns, system load considerations, and performance optimization goals. Time increment can be set from
1839
+ * 15 minutes to 8640 minutes (six days). Currently supports creation of <code>RefreshInterval</code> only.</p>
1840
+ * @public
1841
+ */
1842
+ RefreshInterval?: string | undefined;
1843
+ }
1831
1844
  /**
1832
1845
  * <p>The <code>Tag</code> object represents a label that you can assign to an Amazon Web Services resource. Each tag consists of a key and an optional value, both of which you define.</p>
1833
1846
  * <p>For more information about tags, and controlling access to resources in Glue, see
@@ -1891,6 +1904,11 @@ export interface CreateIntegrationRequest {
1891
1904
  * @public
1892
1905
  */
1893
1906
  Tags?: Tag[] | undefined;
1907
+ /**
1908
+ * <p>The configuration settings.</p>
1909
+ * @public
1910
+ */
1911
+ IntegrationConfig?: IntegrationConfig | undefined;
1894
1912
  }
1895
1913
  /**
1896
1914
  * <p>An error associated with a zero-ETL integration.</p>
@@ -2013,6 +2031,11 @@ export interface CreateIntegrationResponse {
2013
2031
  * @public
2014
2032
  */
2015
2033
  DataFilter?: string | undefined;
2034
+ /**
2035
+ * <p>The configuration settings.</p>
2036
+ * @public
2037
+ */
2038
+ IntegrationConfig?: IntegrationConfig | undefined;
2016
2039
  }
2017
2040
  /**
2018
2041
  * <p>The requested operation conflicts with another operation.</p>
@@ -2182,22 +2205,23 @@ export interface CreateIntegrationResourcePropertyResponse {
2182
2205
  */
2183
2206
  export interface SourceTableConfig {
2184
2207
  /**
2185
- * <p>A list of fields used for column-level filtering.</p>
2208
+ * <p>A list of fields used for column-level filtering. Currently unsupported.</p>
2186
2209
  * @public
2187
2210
  */
2188
2211
  Fields?: string[] | undefined;
2189
2212
  /**
2190
- * <p>A condition clause used for row-level filtering.</p>
2213
+ * <p>A condition clause used for row-level filtering. Currently unsupported.</p>
2191
2214
  * @public
2192
2215
  */
2193
2216
  FilterPredicate?: string | undefined;
2194
2217
  /**
2195
- * <p>Unique identifier of a record.</p>
2218
+ * <p>Provide the primary key set for this table. Currently supported specifically for SAP <code>EntityOf</code> entities upon request. Contact
2219
+ * Amazon Web Services Support to make this feature available.</p>
2196
2220
  * @public
2197
2221
  */
2198
2222
  PrimaryKey?: string[] | undefined;
2199
2223
  /**
2200
- * <p>Incremental pull timestamp-based field.</p>
2224
+ * <p>Incremental pull timestamp-based field. Currently unsupported.</p>
2201
2225
  * @public
2202
2226
  */
2203
2227
  RecordUpdateField?: string | undefined;
@@ -2208,12 +2232,16 @@ export interface SourceTableConfig {
2208
2232
  */
2209
2233
  export interface IntegrationPartition {
2210
2234
  /**
2211
- * <p>The field name used to partition data on the target.</p>
2235
+ * <p>The field name used to partition data on the target. Avoid using columns that have unique values for each row (for example, `LastModifiedTimestamp`,
2236
+ * `SystemModTimeStamp`) as the partition column. These columns are not suitable for partitioning because they create a large number of small partitions,
2237
+ * which can lead to performance issues.</p>
2212
2238
  * @public
2213
2239
  */
2214
2240
  FieldName?: string | undefined;
2215
2241
  /**
2216
- * <p>Specifies a function used to partition data on the target.</p>
2242
+ * <p>Specifies the function used to partition data on the target. The only accepted value for this parameter is `'identity'` (string).
2243
+ * The `'identity'` function ensures that the data partitioning on the target follows the same scheme as the source. In other words, the partitioning
2244
+ * structure of the source data is preserved in the target destination.</p>
2217
2245
  * @public
2218
2246
  */
2219
2247
  FunctionSpec?: string | undefined;
@@ -2267,7 +2295,7 @@ export interface CreateIntegrationTablePropertiesRequest {
2267
2295
  */
2268
2296
  TableName: string | undefined;
2269
2297
  /**
2270
- * <p>A structure for the source table configuration.</p>
2298
+ * <p>A structure for the source table configuration. See the <code>SourceTableConfig</code> structure to see list of supported source properties.</p>
2271
2299
  * @public
2272
2300
  */
2273
2301
  SourceTableConfig?: SourceTableConfig | undefined;
@@ -5384,6 +5412,11 @@ export interface InboundIntegration {
5384
5412
  * @public
5385
5413
  */
5386
5414
  CreateTime: Date | undefined;
5415
+ /**
5416
+ * <p>Properties associated with the integration.</p>
5417
+ * @public
5418
+ */
5419
+ IntegrationConfig?: IntegrationConfig | undefined;
5387
5420
  /**
5388
5421
  * <p>A list of errors associated with the integration.</p>
5389
5422
  * @public
@@ -5541,6 +5574,11 @@ export interface Integration {
5541
5574
  * @public
5542
5575
  */
5543
5576
  CreateTime: Date | undefined;
5577
+ /**
5578
+ * <p>Properties associated with the integration.</p>
5579
+ * @public
5580
+ */
5581
+ IntegrationConfig?: IntegrationConfig | undefined;
5544
5582
  /**
5545
5583
  * <p>A list of errors associated with the integration.</p>
5546
5584
  * @public
@@ -6845,18 +6883,6 @@ export interface GetColumnStatisticsTaskSettingsRequest {
6845
6883
  */
6846
6884
  TableName: string | undefined;
6847
6885
  }
6848
- /**
6849
- * @public
6850
- * @enum
6851
- */
6852
- export declare const ExecutionStatus: {
6853
- readonly FAILED: "FAILED";
6854
- readonly STARTED: "STARTED";
6855
- };
6856
- /**
6857
- * @public
6858
- */
6859
- export type ExecutionStatus = (typeof ExecutionStatus)[keyof typeof ExecutionStatus];
6860
6886
  /**
6861
6887
  * @internal
6862
6888
  */
@@ -2,7 +2,19 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
2
2
  import { DocumentType as __DocumentType } from "@smithy/types";
3
3
  import { GlueServiceException as __BaseException } from "./GlueServiceException";
4
4
  import { AuditContext, AuthenticationConfiguration, Crawler, CustomEntityType, DataQualityAnalyzerResult, DataQualityObservation, DataQualityRuleResult, DataSource, DevEndpoint, ErrorDetail, GlueTable, InclusionAnnotationValue, JobRun, Partition, PartitionValueList, Schedule, SchemaId, StatisticAnnotation, TableOptimizer, TableOptimizerRun, TableOptimizerType, TimestampedInclusionAnnotation, Trigger, WorkerType, Workflow, WorkflowRun } from "./models_0";
5
- import { Capabilities, CodeGenEdge, CodeGenNode, CodeGenNodeArg, Compatibility, ComputeEnvironment, ConnectionPropertyKey, ConnectionStatus, ConnectionType, DatabaseIdentifier, DataFormat, DataQualityTargetTable, EncryptionConfiguration, ExecutionStatus, FederatedDatabase, IntegrationError, IntegrationStatus, Language, Permission, PhysicalConnectionRequirements, PrincipalPermissions, PrincipalType, ProfileConfiguration, RegistryId, RegistryStatus, ResourceUri, SchemaStatus, SchemaVersionStatus, Session, SourceProcessingProperties, SourceTableConfig, Tag, TargetProcessingProperties, TargetTableConfig, TaskStatusType, TransformEncryption, TransformParameters, TransformType, ViewDialect } from "./models_1";
5
+ import { Capabilities, CodeGenEdge, CodeGenNode, CodeGenNodeArg, Compatibility, ComputeEnvironment, ConnectionPropertyKey, ConnectionStatus, ConnectionType, DatabaseIdentifier, DataFormat, DataQualityTargetTable, EncryptionConfiguration, FederatedDatabase, IntegrationError, IntegrationStatus, Language, Permission, PhysicalConnectionRequirements, PrincipalPermissions, PrincipalType, ProfileConfiguration, RegistryId, RegistryStatus, ResourceUri, SchemaStatus, SchemaVersionStatus, Session, SourceProcessingProperties, SourceTableConfig, Tag, TargetProcessingProperties, TargetTableConfig, TaskStatusType, TransformEncryption, TransformParameters, TransformType, ViewDialect } from "./models_1";
6
+ /**
7
+ * @public
8
+ * @enum
9
+ */
10
+ export declare const ExecutionStatus: {
11
+ readonly FAILED: "FAILED";
12
+ readonly STARTED: "STARTED";
13
+ };
14
+ /**
15
+ * @public
16
+ */
17
+ export type ExecutionStatus = (typeof ExecutionStatus)[keyof typeof ExecutionStatus];
6
18
  /**
7
19
  * <p>A run attempt for a column statistics task run.</p>
8
20
  * @public
@@ -7458,21 +7470,6 @@ export interface RunStatementResponse {
7458
7470
  */
7459
7471
  Id?: number | undefined;
7460
7472
  }
7461
- /**
7462
- * @public
7463
- * @enum
7464
- */
7465
- export declare const Comparator: {
7466
- readonly EQUALS: "EQUALS";
7467
- readonly GREATER_THAN: "GREATER_THAN";
7468
- readonly GREATER_THAN_EQUALS: "GREATER_THAN_EQUALS";
7469
- readonly LESS_THAN: "LESS_THAN";
7470
- readonly LESS_THAN_EQUALS: "LESS_THAN_EQUALS";
7471
- };
7472
- /**
7473
- * @public
7474
- */
7475
- export type Comparator = (typeof Comparator)[keyof typeof Comparator];
7476
7473
  /**
7477
7474
  * @internal
7478
7475
  */
@@ -2,7 +2,22 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
2
2
  import { GlueServiceException as __BaseException } from "./GlueServiceException";
3
3
  import { Action, Aggregate, AmazonRedshiftSource, AmazonRedshiftTarget, AthenaConnectorSource, AuthenticationConfigurationInput, BasicCatalogTarget, CatalogDeltaSource, CatalogHudiSource, CatalogKafkaSource, CatalogKinesisSource, CatalogSource, Column, ConnectionsList, ConnectorDataSource, ConnectorDataTarget, CrawlerTargets, CustomCode, DataSource, DirectJDBCSource, DirectKafkaSource, DirectKinesisSource, DropDuplicates, DropFields, DropNullFields, DynamicTransform, DynamoDBCatalogSource, ErrorDetail, EvaluateDataQuality, EvaluateDataQualityMultiFrame, EventBatchingCondition, ExecutionClass, ExecutionProperty, FillMissingValues, Filter, GovernedCatalogSource, GovernedCatalogTarget, JDBCConnectorSource, JDBCConnectorTarget, JobCommand, JobMode, Join, LakeFormationConfiguration, LineageConfiguration, Merge, MicrosoftSQLServerCatalogSource, MicrosoftSQLServerCatalogTarget, MySQLCatalogSource, MySQLCatalogTarget, NotificationProperty, OracleSQLCatalogSource, OracleSQLCatalogTarget, PartitionInput, PIIDetection, PostgreSQLCatalogSource, PostgreSQLCatalogTarget, Predicate, Recipe, RecrawlPolicy, RedshiftSource, RedshiftTarget, RelationalCatalogSource, RenameField, S3CatalogDeltaSource, S3CatalogHudiSource, S3CatalogSource, S3CatalogTarget, S3CsvSource, S3DeltaCatalogTarget, S3DeltaDirectTarget, S3DeltaSource, S3DirectTarget, S3GlueParquetTarget, S3HudiCatalogTarget, S3HudiDirectTarget, S3HudiSource, S3JsonSource, S3ParquetSource, SchemaChangePolicy, SchemaId, SelectFields, SelectFromCollection, SnowflakeSource, SnowflakeTarget, SourceControlAuthStrategy, SourceControlDetails, SourceControlProvider, SparkConnectorSource, SparkConnectorTarget, SparkSQL, Spigot, SplitFields, StorageDescriptor, TableOptimizerConfiguration, TableOptimizerType, Trigger, Union, WorkerType } from "./models_0";
4
4
  import { CatalogInput, ColumnStatistics, Compatibility, ConnectionInput, ConnectionPropertyKey, ConnectionType, CsvHeaderOption, CsvSerdeOption, DatabaseInput, Permission, ProfileConfiguration, RegistryId, SourceProcessingProperties, SourceTableConfig, TableIdentifier, TableInput, TargetProcessingProperties, TargetTableConfig, TransformParameters, UserDefinedFunctionInput } from "./models_1";
5
- import { ColumnRowFilter, Comparator, DataQualityEvaluationRunAdditionalRunOptions, FederatedTable, ResourceAction, ResourceShareType, ResourceState, SchemaVersionNumber, ViewDefinition, ViewValidation } from "./models_2";
5
+ import { ColumnRowFilter, DataQualityEvaluationRunAdditionalRunOptions, FederatedTable, ResourceAction, ResourceShareType, ResourceState, SchemaVersionNumber, ViewDefinition, ViewValidation } from "./models_2";
6
+ /**
7
+ * @public
8
+ * @enum
9
+ */
10
+ export declare const Comparator: {
11
+ readonly EQUALS: "EQUALS";
12
+ readonly GREATER_THAN: "GREATER_THAN";
13
+ readonly GREATER_THAN_EQUALS: "GREATER_THAN_EQUALS";
14
+ readonly LESS_THAN: "LESS_THAN";
15
+ readonly LESS_THAN_EQUALS: "LESS_THAN_EQUALS";
16
+ };
17
+ /**
18
+ * @public
19
+ */
20
+ export type Comparator = (typeof Comparator)[keyof typeof Comparator];
6
21
  /**
7
22
  * <p>Defines a property predicate.</p>
8
23
  * @public
@@ -531,6 +531,9 @@ export declare class ConflictException extends __BaseException {
531
531
  Message?: string | undefined;
532
532
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
533
533
  }
534
+ export interface IntegrationConfig {
535
+ RefreshInterval?: string | undefined;
536
+ }
534
537
  export interface Tag {
535
538
  key?: string | undefined;
536
539
  value?: string | undefined;
@@ -544,6 +547,7 @@ export interface CreateIntegrationRequest {
544
547
  KmsKeyId?: string | undefined;
545
548
  AdditionalEncryptionContext?: Record<string, string> | undefined;
546
549
  Tags?: Tag[] | undefined;
550
+ IntegrationConfig?: IntegrationConfig | undefined;
547
551
  }
548
552
  export interface IntegrationError {
549
553
  ErrorCode?: string | undefined;
@@ -573,6 +577,7 @@ export interface CreateIntegrationResponse {
573
577
  CreateTime: Date | undefined;
574
578
  Errors?: IntegrationError[] | undefined;
575
579
  DataFilter?: string | undefined;
580
+ IntegrationConfig?: IntegrationConfig | undefined;
576
581
  }
577
582
  export declare class IntegrationConflictOperationFault extends __BaseException {
578
583
  readonly name: "IntegrationConflictOperationFault";
@@ -1445,6 +1450,7 @@ export interface InboundIntegration {
1445
1450
  IntegrationArn: string | undefined;
1446
1451
  Status: IntegrationStatus | undefined;
1447
1452
  CreateTime: Date | undefined;
1453
+ IntegrationConfig?: IntegrationConfig | undefined;
1448
1454
  Errors?: IntegrationError[] | undefined;
1449
1455
  }
1450
1456
  export interface DescribeInboundIntegrationsResponse {
@@ -1480,6 +1486,7 @@ export interface Integration {
1480
1486
  Tags?: Tag[] | undefined;
1481
1487
  Status: IntegrationStatus | undefined;
1482
1488
  CreateTime: Date | undefined;
1489
+ IntegrationConfig?: IntegrationConfig | undefined;
1483
1490
  Errors?: IntegrationError[] | undefined;
1484
1491
  DataFilter?: string | undefined;
1485
1492
  }
@@ -1801,12 +1808,6 @@ export interface GetColumnStatisticsTaskSettingsRequest {
1801
1808
  DatabaseName: string | undefined;
1802
1809
  TableName: string | undefined;
1803
1810
  }
1804
- export declare const ExecutionStatus: {
1805
- readonly FAILED: "FAILED";
1806
- readonly STARTED: "STARTED";
1807
- };
1808
- export type ExecutionStatus =
1809
- (typeof ExecutionStatus)[keyof typeof ExecutionStatus];
1810
1811
  export declare const ConnectionInputFilterSensitiveLog: (
1811
1812
  obj: ConnectionInput
1812
1813
  ) => any;
@@ -43,7 +43,6 @@ import {
43
43
  DataFormat,
44
44
  DataQualityTargetTable,
45
45
  EncryptionConfiguration,
46
- ExecutionStatus,
47
46
  FederatedDatabase,
48
47
  IntegrationError,
49
48
  IntegrationStatus,
@@ -70,6 +69,12 @@ import {
70
69
  TransformType,
71
70
  ViewDialect,
72
71
  } from "./models_1";
72
+ export declare const ExecutionStatus: {
73
+ readonly FAILED: "FAILED";
74
+ readonly STARTED: "STARTED";
75
+ };
76
+ export type ExecutionStatus =
77
+ (typeof ExecutionStatus)[keyof typeof ExecutionStatus];
73
78
  export interface ExecutionAttempt {
74
79
  Status?: ExecutionStatus | undefined;
75
80
  ColumnStatisticsTaskRunId?: string | undefined;
@@ -1788,14 +1793,6 @@ export interface RunStatementRequest {
1788
1793
  export interface RunStatementResponse {
1789
1794
  Id?: number | undefined;
1790
1795
  }
1791
- export declare const Comparator: {
1792
- readonly EQUALS: "EQUALS";
1793
- readonly GREATER_THAN: "GREATER_THAN";
1794
- readonly GREATER_THAN_EQUALS: "GREATER_THAN_EQUALS";
1795
- readonly LESS_THAN: "LESS_THAN";
1796
- readonly LESS_THAN_EQUALS: "LESS_THAN_EQUALS";
1797
- };
1798
- export type Comparator = (typeof Comparator)[keyof typeof Comparator];
1799
1796
  export declare const GetDataQualityResultResponseFilterSensitiveLog: (
1800
1797
  obj: GetDataQualityResultResponse
1801
1798
  ) => any;
@@ -124,7 +124,6 @@ import {
124
124
  } from "./models_1";
125
125
  import {
126
126
  ColumnRowFilter,
127
- Comparator,
128
127
  DataQualityEvaluationRunAdditionalRunOptions,
129
128
  FederatedTable,
130
129
  ResourceAction,
@@ -134,6 +133,14 @@ import {
134
133
  ViewDefinition,
135
134
  ViewValidation,
136
135
  } from "./models_2";
136
+ export declare const Comparator: {
137
+ readonly EQUALS: "EQUALS";
138
+ readonly GREATER_THAN: "GREATER_THAN";
139
+ readonly GREATER_THAN_EQUALS: "GREATER_THAN_EQUALS";
140
+ readonly LESS_THAN: "LESS_THAN";
141
+ readonly LESS_THAN_EQUALS: "LESS_THAN_EQUALS";
142
+ };
143
+ export type Comparator = (typeof Comparator)[keyof typeof Comparator];
137
144
  export interface PropertyPredicate {
138
145
  Key?: string | undefined;
139
146
  Value?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-glue",
3
3
  "description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
4
- "version": "3.804.0",
4
+ "version": "3.808.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-glue",
@@ -20,39 +20,39 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.804.0",
24
- "@aws-sdk/credential-provider-node": "3.804.0",
23
+ "@aws-sdk/core": "3.808.0",
24
+ "@aws-sdk/credential-provider-node": "3.808.0",
25
25
  "@aws-sdk/middleware-host-header": "3.804.0",
26
26
  "@aws-sdk/middleware-logger": "3.804.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.804.0",
28
- "@aws-sdk/middleware-user-agent": "3.804.0",
29
- "@aws-sdk/region-config-resolver": "3.804.0",
28
+ "@aws-sdk/middleware-user-agent": "3.808.0",
29
+ "@aws-sdk/region-config-resolver": "3.808.0",
30
30
  "@aws-sdk/types": "3.804.0",
31
- "@aws-sdk/util-endpoints": "3.804.0",
31
+ "@aws-sdk/util-endpoints": "3.808.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.804.0",
33
- "@aws-sdk/util-user-agent-node": "3.804.0",
34
- "@smithy/config-resolver": "^4.1.0",
33
+ "@aws-sdk/util-user-agent-node": "3.808.0",
34
+ "@smithy/config-resolver": "^4.1.2",
35
35
  "@smithy/core": "^3.3.1",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",
37
37
  "@smithy/hash-node": "^4.0.2",
38
38
  "@smithy/invalid-dependency": "^4.0.2",
39
39
  "@smithy/middleware-content-length": "^4.0.2",
40
- "@smithy/middleware-endpoint": "^4.1.2",
41
- "@smithy/middleware-retry": "^4.1.3",
40
+ "@smithy/middleware-endpoint": "^4.1.4",
41
+ "@smithy/middleware-retry": "^4.1.5",
42
42
  "@smithy/middleware-serde": "^4.0.3",
43
43
  "@smithy/middleware-stack": "^4.0.2",
44
- "@smithy/node-config-provider": "^4.0.2",
44
+ "@smithy/node-config-provider": "^4.1.1",
45
45
  "@smithy/node-http-handler": "^4.0.4",
46
46
  "@smithy/protocol-http": "^5.1.0",
47
- "@smithy/smithy-client": "^4.2.2",
47
+ "@smithy/smithy-client": "^4.2.4",
48
48
  "@smithy/types": "^4.2.0",
49
49
  "@smithy/url-parser": "^4.0.2",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.10",
54
- "@smithy/util-defaults-mode-node": "^4.0.10",
55
- "@smithy/util-endpoints": "^3.0.2",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.12",
54
+ "@smithy/util-defaults-mode-node": "^4.0.12",
55
+ "@smithy/util-endpoints": "^3.0.4",
56
56
  "@smithy/util-middleware": "^4.0.2",
57
57
  "@smithy/util-retry": "^4.0.3",
58
58
  "@smithy/util-utf8": "^4.0.0",