@aws-sdk/client-glue 3.428.0 → 3.429.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-types/models/models_0.d.ts +63 -63
- package/dist-types/models/models_1.d.ts +64 -64
- package/dist-types/models/models_2.d.ts +34 -34
- package/dist-types/ts3.4/models/models_0.d.ts +63 -63
- package/dist-types/ts3.4/models/models_1.d.ts +64 -63
- package/dist-types/ts3.4/models/models_2.d.ts +34 -34
- package/package.json +5 -5
|
@@ -35,7 +35,7 @@ export interface GetUnfilteredPartitionMetadataRequest {
|
|
|
35
35
|
* @public
|
|
36
36
|
* <p>(Required) A list of supported permission types. </p>
|
|
37
37
|
*/
|
|
38
|
-
SupportedPermissionTypes:
|
|
38
|
+
SupportedPermissionTypes: PermissionType[] | undefined;
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
41
|
* @public
|
|
@@ -209,7 +209,7 @@ export interface GetUnfilteredPartitionsMetadataRequest {
|
|
|
209
209
|
* @public
|
|
210
210
|
* <p>A list of supported permission types. </p>
|
|
211
211
|
*/
|
|
212
|
-
SupportedPermissionTypes:
|
|
212
|
+
SupportedPermissionTypes: PermissionType[] | undefined;
|
|
213
213
|
/**
|
|
214
214
|
* @public
|
|
215
215
|
* <p>A continuation token, if this is not the first call to retrieve
|
|
@@ -292,7 +292,7 @@ export interface GetUnfilteredTableMetadataRequest {
|
|
|
292
292
|
* @public
|
|
293
293
|
* <p>(Required) A list of supported permission types. </p>
|
|
294
294
|
*/
|
|
295
|
-
SupportedPermissionTypes:
|
|
295
|
+
SupportedPermissionTypes: PermissionType[] | undefined;
|
|
296
296
|
}
|
|
297
297
|
/**
|
|
298
298
|
* @public
|
|
@@ -387,7 +387,7 @@ export interface UserDefinedFunction {
|
|
|
387
387
|
* @public
|
|
388
388
|
* <p>The owner type.</p>
|
|
389
389
|
*/
|
|
390
|
-
OwnerType?: PrincipalType
|
|
390
|
+
OwnerType?: PrincipalType;
|
|
391
391
|
/**
|
|
392
392
|
* @public
|
|
393
393
|
* <p>The time at which the function was created.</p>
|
|
@@ -727,7 +727,7 @@ export interface CrawlsFilter {
|
|
|
727
727
|
* </li>
|
|
728
728
|
* </ul>
|
|
729
729
|
*/
|
|
730
|
-
FieldName?: FieldName
|
|
730
|
+
FieldName?: FieldName;
|
|
731
731
|
/**
|
|
732
732
|
* @public
|
|
733
733
|
* <p>A defined comparator that operates on the value. The available operators are:</p>
|
|
@@ -758,7 +758,7 @@ export interface CrawlsFilter {
|
|
|
758
758
|
* </li>
|
|
759
759
|
* </ul>
|
|
760
760
|
*/
|
|
761
|
-
FilterOperator?: FilterOperator
|
|
761
|
+
FilterOperator?: FilterOperator;
|
|
762
762
|
/**
|
|
763
763
|
* @public
|
|
764
764
|
* <p>The value provided for comparison on the crawl field. </p>
|
|
@@ -818,7 +818,7 @@ export interface CrawlerHistory {
|
|
|
818
818
|
* @public
|
|
819
819
|
* <p>The state of the crawl.</p>
|
|
820
820
|
*/
|
|
821
|
-
State?: CrawlerHistoryState
|
|
821
|
+
State?: CrawlerHistoryState;
|
|
822
822
|
/**
|
|
823
823
|
* @public
|
|
824
824
|
* <p>The date and time on which the crawl started.</p>
|
|
@@ -1062,7 +1062,7 @@ export interface DataQualityRuleRecommendationRunDescription {
|
|
|
1062
1062
|
* @public
|
|
1063
1063
|
* <p>The status for this run.</p>
|
|
1064
1064
|
*/
|
|
1065
|
-
Status?: TaskStatusType
|
|
1065
|
+
Status?: TaskStatusType;
|
|
1066
1066
|
/**
|
|
1067
1067
|
* @public
|
|
1068
1068
|
* <p>The date and time when this run started.</p>
|
|
@@ -1144,7 +1144,7 @@ export interface DataQualityRulesetEvaluationRunDescription {
|
|
|
1144
1144
|
* @public
|
|
1145
1145
|
* <p>The status for this run.</p>
|
|
1146
1146
|
*/
|
|
1147
|
-
Status?: TaskStatusType
|
|
1147
|
+
Status?: TaskStatusType;
|
|
1148
1148
|
/**
|
|
1149
1149
|
* @public
|
|
1150
1150
|
* <p>The date and time when the run started.</p>
|
|
@@ -1452,7 +1452,7 @@ export interface RegistryListItem {
|
|
|
1452
1452
|
* @public
|
|
1453
1453
|
* <p>The status of the registry.</p>
|
|
1454
1454
|
*/
|
|
1455
|
-
Status?: RegistryStatus
|
|
1455
|
+
Status?: RegistryStatus;
|
|
1456
1456
|
/**
|
|
1457
1457
|
* @public
|
|
1458
1458
|
* <p>The data the registry was created.</p>
|
|
@@ -1528,7 +1528,7 @@ export interface SchemaListItem {
|
|
|
1528
1528
|
* @public
|
|
1529
1529
|
* <p>The status of the schema.</p>
|
|
1530
1530
|
*/
|
|
1531
|
-
SchemaStatus?: SchemaStatus
|
|
1531
|
+
SchemaStatus?: SchemaStatus;
|
|
1532
1532
|
/**
|
|
1533
1533
|
* @public
|
|
1534
1534
|
* <p>The date and time that a schema was created.</p>
|
|
@@ -1607,7 +1607,7 @@ export interface SchemaVersionListItem {
|
|
|
1607
1607
|
* @public
|
|
1608
1608
|
* <p>The status of the schema version.</p>
|
|
1609
1609
|
*/
|
|
1610
|
-
Status?: SchemaVersionStatus
|
|
1610
|
+
Status?: SchemaVersionStatus;
|
|
1611
1611
|
/**
|
|
1612
1612
|
* @public
|
|
1613
1613
|
* <p>The date and time the schema version was created.</p>
|
|
@@ -1854,7 +1854,7 @@ export interface PutResourcePolicyRequest {
|
|
|
1854
1854
|
* <code>NOT_EXIST</code> is used to create a new policy. If a value of <code>NONE</code> or a
|
|
1855
1855
|
* null value is used, the call does not depend on the existence of a policy.</p>
|
|
1856
1856
|
*/
|
|
1857
|
-
PolicyExistsCondition?: ExistCondition
|
|
1857
|
+
PolicyExistsCondition?: ExistCondition;
|
|
1858
1858
|
/**
|
|
1859
1859
|
* @public
|
|
1860
1860
|
* <p>If <code>'TRUE'</code>, indicates that you are using both methods to grant cross-account
|
|
@@ -1871,7 +1871,7 @@ export interface PutResourcePolicyRequest {
|
|
|
1871
1871
|
* <p>Must be set to <code>'TRUE'</code> if you have already used the Management Console to
|
|
1872
1872
|
* grant cross-account access, otherwise the call fails. Default is 'FALSE'.</p>
|
|
1873
1873
|
*/
|
|
1874
|
-
EnableHybrid?: EnableHybridValues
|
|
1874
|
+
EnableHybrid?: EnableHybridValues;
|
|
1875
1875
|
}
|
|
1876
1876
|
/**
|
|
1877
1877
|
* @public
|
|
@@ -2129,7 +2129,7 @@ export interface RegisterSchemaVersionResponse {
|
|
|
2129
2129
|
* @public
|
|
2130
2130
|
* <p>The status of the schema version.</p>
|
|
2131
2131
|
*/
|
|
2132
|
-
Status?: SchemaVersionStatus
|
|
2132
|
+
Status?: SchemaVersionStatus;
|
|
2133
2133
|
}
|
|
2134
2134
|
/**
|
|
2135
2135
|
* @public
|
|
@@ -2359,7 +2359,7 @@ export interface PropertyPredicate {
|
|
|
2359
2359
|
* @public
|
|
2360
2360
|
* <p>The comparator used to compare this property to others.</p>
|
|
2361
2361
|
*/
|
|
2362
|
-
Comparator?: Comparator
|
|
2362
|
+
Comparator?: Comparator;
|
|
2363
2363
|
}
|
|
2364
2364
|
/**
|
|
2365
2365
|
* @public
|
|
@@ -2387,7 +2387,7 @@ export interface SortCriterion {
|
|
|
2387
2387
|
* @public
|
|
2388
2388
|
* <p>An ascending or descending sort.</p>
|
|
2389
2389
|
*/
|
|
2390
|
-
Sort?: Sort
|
|
2390
|
+
Sort?: Sort;
|
|
2391
2391
|
}
|
|
2392
2392
|
/**
|
|
2393
2393
|
* @public
|
|
@@ -2439,7 +2439,7 @@ export interface SearchTablesRequest {
|
|
|
2439
2439
|
* </li>
|
|
2440
2440
|
* </ul>
|
|
2441
2441
|
*/
|
|
2442
|
-
ResourceShareType?: ResourceShareType
|
|
2442
|
+
ResourceShareType?: ResourceShareType;
|
|
2443
2443
|
}
|
|
2444
2444
|
/**
|
|
2445
2445
|
* @public
|
|
@@ -2835,7 +2835,7 @@ export interface StartJobRunRequest {
|
|
|
2835
2835
|
* </li>
|
|
2836
2836
|
* </ul>
|
|
2837
2837
|
*/
|
|
2838
|
-
WorkerType?: WorkerType
|
|
2838
|
+
WorkerType?: WorkerType;
|
|
2839
2839
|
/**
|
|
2840
2840
|
* @public
|
|
2841
2841
|
* <p>The number of workers of a defined <code>workerType</code> that are allocated when a job runs.</p>
|
|
@@ -2847,7 +2847,7 @@ export interface StartJobRunRequest {
|
|
|
2847
2847
|
* <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p>
|
|
2848
2848
|
* <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>
|
|
2849
2849
|
*/
|
|
2850
|
-
ExecutionClass?: ExecutionClass
|
|
2850
|
+
ExecutionClass?: ExecutionClass;
|
|
2851
2851
|
}
|
|
2852
2852
|
/**
|
|
2853
2853
|
* @public
|
|
@@ -3209,7 +3209,7 @@ export interface UpdateCsvClassifierRequest {
|
|
|
3209
3209
|
* @public
|
|
3210
3210
|
* <p>Indicates whether the CSV file contains a header.</p>
|
|
3211
3211
|
*/
|
|
3212
|
-
ContainsHeader?: CsvHeaderOption
|
|
3212
|
+
ContainsHeader?: CsvHeaderOption;
|
|
3213
3213
|
/**
|
|
3214
3214
|
* @public
|
|
3215
3215
|
* <p>A list of strings representing column names.</p>
|
|
@@ -3239,7 +3239,7 @@ export interface UpdateCsvClassifierRequest {
|
|
|
3239
3239
|
* @public
|
|
3240
3240
|
* <p>Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog. Valid values are <code>OpenCSVSerDe</code>, <code>LazySimpleSerDe</code>, and <code>None</code>. You can specify the <code>None</code> value when you want the crawler to do the detection.</p>
|
|
3241
3241
|
*/
|
|
3242
|
-
Serde?: CsvSerdeOption
|
|
3242
|
+
Serde?: CsvSerdeOption;
|
|
3243
3243
|
}
|
|
3244
3244
|
/**
|
|
3245
3245
|
* @public
|
|
@@ -3773,7 +3773,7 @@ export interface UpdateJobFromSourceControlRequest {
|
|
|
3773
3773
|
* The provider for the remote repository. Possible values: GITHUB, AWS_CODE_COMMIT, GITLAB, BITBUCKET.
|
|
3774
3774
|
* </p>
|
|
3775
3775
|
*/
|
|
3776
|
-
Provider?: SourceControlProvider
|
|
3776
|
+
Provider?: SourceControlProvider;
|
|
3777
3777
|
/**
|
|
3778
3778
|
* @public
|
|
3779
3779
|
* <p>The name of the remote repository that contains the job artifacts.
|
|
@@ -3806,7 +3806,7 @@ export interface UpdateJobFromSourceControlRequest {
|
|
|
3806
3806
|
* @public
|
|
3807
3807
|
* <p>The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.</p>
|
|
3808
3808
|
*/
|
|
3809
|
-
AuthStrategy?: SourceControlAuthStrategy
|
|
3809
|
+
AuthStrategy?: SourceControlAuthStrategy;
|
|
3810
3810
|
/**
|
|
3811
3811
|
* @public
|
|
3812
3812
|
* <p>The value of the authorization token.</p>
|
|
@@ -3883,7 +3883,7 @@ export interface UpdateMLTransformRequest {
|
|
|
3883
3883
|
* </li>
|
|
3884
3884
|
* </ul>
|
|
3885
3885
|
*/
|
|
3886
|
-
WorkerType?: WorkerType
|
|
3886
|
+
WorkerType?: WorkerType;
|
|
3887
3887
|
/**
|
|
3888
3888
|
* @public
|
|
3889
3889
|
* <p>The number of workers of a defined <code>workerType</code> that are allocated when this task runs.</p>
|
|
@@ -4004,7 +4004,7 @@ export interface UpdateSchemaInput {
|
|
|
4004
4004
|
* @public
|
|
4005
4005
|
* <p>The new compatibility setting for the schema.</p>
|
|
4006
4006
|
*/
|
|
4007
|
-
Compatibility?: Compatibility
|
|
4007
|
+
Compatibility?: Compatibility;
|
|
4008
4008
|
/**
|
|
4009
4009
|
* @public
|
|
4010
4010
|
* <p>The new description for the schema.</p>
|
|
@@ -4046,7 +4046,7 @@ export interface UpdateSourceControlFromJobRequest {
|
|
|
4046
4046
|
* The provider for the remote repository. Possible values: GITHUB, AWS_CODE_COMMIT, GITLAB, BITBUCKET.
|
|
4047
4047
|
* </p>
|
|
4048
4048
|
*/
|
|
4049
|
-
Provider?: SourceControlProvider
|
|
4049
|
+
Provider?: SourceControlProvider;
|
|
4050
4050
|
/**
|
|
4051
4051
|
* @public
|
|
4052
4052
|
* <p>The name of the remote repository that contains the job artifacts.
|
|
@@ -4079,7 +4079,7 @@ export interface UpdateSourceControlFromJobRequest {
|
|
|
4079
4079
|
* @public
|
|
4080
4080
|
* <p>The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.</p>
|
|
4081
4081
|
*/
|
|
4082
|
-
AuthStrategy?: SourceControlAuthStrategy
|
|
4082
|
+
AuthStrategy?: SourceControlAuthStrategy;
|
|
4083
4083
|
/**
|
|
4084
4084
|
* @public
|
|
4085
4085
|
* <p>The value of the authorization token.</p>
|
|
@@ -4887,7 +4887,7 @@ export interface CreateJobRequest {
|
|
|
4887
4887
|
* </li>
|
|
4888
4888
|
* </ul>
|
|
4889
4889
|
*/
|
|
4890
|
-
WorkerType?: WorkerType
|
|
4890
|
+
WorkerType?: WorkerType;
|
|
4891
4891
|
/**
|
|
4892
4892
|
* @public
|
|
4893
4893
|
* <p>The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.</p>
|
|
@@ -4899,7 +4899,7 @@ export interface CreateJobRequest {
|
|
|
4899
4899
|
* <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p>
|
|
4900
4900
|
* <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>
|
|
4901
4901
|
*/
|
|
4902
|
-
ExecutionClass?: ExecutionClass
|
|
4902
|
+
ExecutionClass?: ExecutionClass;
|
|
4903
4903
|
/**
|
|
4904
4904
|
* @public
|
|
4905
4905
|
* <p>The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.</p>
|
|
@@ -5055,7 +5055,7 @@ export interface Job {
|
|
|
5055
5055
|
* </li>
|
|
5056
5056
|
* </ul>
|
|
5057
5057
|
*/
|
|
5058
|
-
WorkerType?: WorkerType
|
|
5058
|
+
WorkerType?: WorkerType;
|
|
5059
5059
|
/**
|
|
5060
5060
|
* @public
|
|
5061
5061
|
* <p>The number of workers of a defined <code>workerType</code> that are allocated when a job runs.</p>
|
|
@@ -5097,7 +5097,7 @@ export interface Job {
|
|
|
5097
5097
|
* <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p>
|
|
5098
5098
|
* <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>
|
|
5099
5099
|
*/
|
|
5100
|
-
ExecutionClass?: ExecutionClass
|
|
5100
|
+
ExecutionClass?: ExecutionClass;
|
|
5101
5101
|
/**
|
|
5102
5102
|
* @public
|
|
5103
5103
|
* <p>The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.</p>
|
|
@@ -5239,7 +5239,7 @@ export interface JobUpdate {
|
|
|
5239
5239
|
* </li>
|
|
5240
5240
|
* </ul>
|
|
5241
5241
|
*/
|
|
5242
|
-
WorkerType?: WorkerType
|
|
5242
|
+
WorkerType?: WorkerType;
|
|
5243
5243
|
/**
|
|
5244
5244
|
* @public
|
|
5245
5245
|
* <p>The number of workers of a defined <code>workerType</code> that are allocated when a job runs.</p>
|
|
@@ -5281,7 +5281,7 @@ export interface JobUpdate {
|
|
|
5281
5281
|
* <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p>
|
|
5282
5282
|
* <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>
|
|
5283
5283
|
*/
|
|
5284
|
-
ExecutionClass?: ExecutionClass
|
|
5284
|
+
ExecutionClass?: ExecutionClass;
|
|
5285
5285
|
/**
|
|
5286
5286
|
* @public
|
|
5287
5287
|
* <p>The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.</p>
|