@aws-sdk/client-glue 3.428.0 → 3.430.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.
@@ -1,6 +1,6 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { GlueServiceException as __BaseException } from "./GlueServiceException";
3
- import { Action, Blueprint, Column, ConnectionsList, ConnectionType, Crawler, CsvHeaderOption, CsvSerdeOption, DatabaseIdentifier, DataFormat, DataQualityRuleResult, DataQualityTargetTable, DataSource, DevEndpoint, ErrorDetail, EventBatchingCondition, FederatedDatabase, GlueTable, JobRun, Partition, PartitionInput, PartitionValueList, PhysicalConnectionRequirements, Predicate, PrincipalPermissions, SchemaId, StorageDescriptor, TaskStatusType, Trigger, TriggerType, WorkerType } from "./models_0";
3
+ import { Action, Blueprint, Column, ConnectionPropertyKey, ConnectionsList, ConnectionType, Crawler, CsvHeaderOption, CsvSerdeOption, DatabaseIdentifier, DataFormat, DataQualityRuleResult, DataQualityTargetTable, DataSource, DevEndpoint, ErrorDetail, EventBatchingCondition, FederatedDatabase, GlueTable, JobRun, Partition, PartitionInput, PartitionValueList, PhysicalConnectionRequirements, Predicate, PrincipalPermissions, SchemaId, StorageDescriptor, TaskStatusType, Trigger, TriggerType, WorkerType } from "./models_0";
4
4
  /**
5
5
  * @public
6
6
  * <p>A value could not be validated.</p>
@@ -90,7 +90,7 @@ export interface TransformParameters {
90
90
  * <p>The type of machine learning transform.</p>
91
91
  * <p>For information about the types of machine learning transforms, see <a href="https://docs.aws.amazon.com/glue/latest/dg/add-job-machine-learning-transform.html">Creating Machine Learning Transforms</a>.</p>
92
92
  */
93
- TransformType: TransformType | string | undefined;
93
+ TransformType: TransformType | undefined;
94
94
  /**
95
95
  * @public
96
96
  * <p>The parameters for the find matches algorithm.</p>
@@ -126,7 +126,7 @@ export interface MLUserDataEncryption {
126
126
  * </li>
127
127
  * </ul>
128
128
  */
129
- MlUserDataEncryptionMode: MLUserDataEncryptionModeString | string | undefined;
129
+ MlUserDataEncryptionMode: MLUserDataEncryptionModeString | undefined;
130
130
  /**
131
131
  * @public
132
132
  * <p>The ID for the customer-provided KMS key.</p>
@@ -253,7 +253,7 @@ export interface CreateMLTransformRequest {
253
253
  * </li>
254
254
  * </ul>
255
255
  */
256
- WorkerType?: WorkerType | string;
256
+ WorkerType?: WorkerType;
257
257
  /**
258
258
  * @public
259
259
  * <p>The number of workers of a defined <code>workerType</code> that are allocated when this task runs.</p>
@@ -466,7 +466,7 @@ export interface CreateSchemaInput {
466
466
  * @public
467
467
  * <p>The data format of the schema definition. Currently <code>AVRO</code>, <code>JSON</code> and <code>PROTOBUF</code> are supported.</p>
468
468
  */
469
- DataFormat: DataFormat | string | undefined;
469
+ DataFormat: DataFormat | undefined;
470
470
  /**
471
471
  * @public
472
472
  * <p>The compatibility mode of the schema. The possible values are:</p>
@@ -505,7 +505,7 @@ export interface CreateSchemaInput {
505
505
  * </li>
506
506
  * </ul>
507
507
  */
508
- Compatibility?: Compatibility | string;
508
+ Compatibility?: Compatibility;
509
509
  /**
510
510
  * @public
511
511
  * <p>An optional description of the schema. If description is not provided, there will not be any automatic default value for this.</p>
@@ -582,12 +582,12 @@ export interface CreateSchemaResponse {
582
582
  * @public
583
583
  * <p>The data format of the schema definition. Currently <code>AVRO</code>, <code>JSON</code> and <code>PROTOBUF</code> are supported.</p>
584
584
  */
585
- DataFormat?: DataFormat | string;
585
+ DataFormat?: DataFormat;
586
586
  /**
587
587
  * @public
588
588
  * <p>The schema compatibility mode.</p>
589
589
  */
590
- Compatibility?: Compatibility | string;
590
+ Compatibility?: Compatibility;
591
591
  /**
592
592
  * @public
593
593
  * <p>The version number of the checkpoint (the last time the compatibility mode was changed).</p>
@@ -607,7 +607,7 @@ export interface CreateSchemaResponse {
607
607
  * @public
608
608
  * <p>The status of the schema. </p>
609
609
  */
610
- SchemaStatus?: SchemaStatus | string;
610
+ SchemaStatus?: SchemaStatus;
611
611
  /**
612
612
  * @public
613
613
  * <p>The tags for the schema.</p>
@@ -622,7 +622,7 @@ export interface CreateSchemaResponse {
622
622
  * @public
623
623
  * <p>The status of the first schema version created.</p>
624
624
  */
625
- SchemaVersionStatus?: SchemaVersionStatus | string;
625
+ SchemaVersionStatus?: SchemaVersionStatus;
626
626
  }
627
627
  /**
628
628
  * @public
@@ -722,7 +722,7 @@ export interface CreateScriptRequest {
722
722
  * @public
723
723
  * <p>The programming language of the resulting code from the DAG.</p>
724
724
  */
725
- Language?: Language | string;
725
+ Language?: Language;
726
726
  }
727
727
  /**
728
728
  * @public
@@ -760,7 +760,7 @@ export interface CloudWatchEncryption {
760
760
  * @public
761
761
  * <p>The encryption mode to use for CloudWatch data.</p>
762
762
  */
763
- CloudWatchEncryptionMode?: CloudWatchEncryptionMode | string;
763
+ CloudWatchEncryptionMode?: CloudWatchEncryptionMode;
764
764
  /**
765
765
  * @public
766
766
  * <p>The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.</p>
@@ -788,7 +788,7 @@ export interface JobBookmarksEncryption {
788
788
  * @public
789
789
  * <p>The encryption mode to use for job bookmarks data.</p>
790
790
  */
791
- JobBookmarksEncryptionMode?: JobBookmarksEncryptionMode | string;
791
+ JobBookmarksEncryptionMode?: JobBookmarksEncryptionMode;
792
792
  /**
793
793
  * @public
794
794
  * <p>The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.</p>
@@ -817,7 +817,7 @@ export interface S3Encryption {
817
817
  * @public
818
818
  * <p>The encryption mode to use for Amazon S3 data.</p>
819
819
  */
820
- S3EncryptionMode?: S3EncryptionMode | string;
820
+ S3EncryptionMode?: S3EncryptionMode;
821
821
  /**
822
822
  * @public
823
823
  * <p>The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.</p>
@@ -977,7 +977,7 @@ export interface CreateSessionRequest {
977
977
  * </li>
978
978
  * </ul>
979
979
  */
980
- WorkerType?: WorkerType | string;
980
+ WorkerType?: WorkerType;
981
981
  /**
982
982
  * @public
983
983
  * <p>The name of the SecurityConfiguration structure to be used with the session </p>
@@ -1035,7 +1035,7 @@ export interface Session {
1035
1035
  * @public
1036
1036
  * <p>The session status. </p>
1037
1037
  */
1038
- Status?: SessionStatus | string;
1038
+ Status?: SessionStatus;
1039
1039
  /**
1040
1040
  * @public
1041
1041
  * <p>The error message displayed during the session.</p>
@@ -1097,7 +1097,7 @@ export interface Session {
1097
1097
  * @public
1098
1098
  * <p>The type of predefined worker that is allocated when a session runs. Accepts a value of <code>G.1X</code>, <code>G.2X</code>, <code>G.4X</code>, or <code>G.8X</code> for Spark sessions. Accepts the value <code>Z.2X</code> for Ray sessions.</p>
1099
1099
  */
1100
- WorkerType?: WorkerType | string;
1100
+ WorkerType?: WorkerType;
1101
1101
  /**
1102
1102
  * @public
1103
1103
  * <p>The date and time that this session is completed.</p>
@@ -1149,7 +1149,7 @@ export interface IcebergInput {
1149
1149
  * @public
1150
1150
  * <p>A required metadata operation. Can only be set to <code>CREATE</code>.</p>
1151
1151
  */
1152
- MetadataOperation: MetadataOperation | string | undefined;
1152
+ MetadataOperation: MetadataOperation | undefined;
1153
1153
  /**
1154
1154
  * @public
1155
1155
  * <p>The table version for the Iceberg table. Defaults to 2.</p>
@@ -1350,7 +1350,7 @@ export interface CreateTriggerRequest {
1350
1350
  * @public
1351
1351
  * <p>The type of the new trigger.</p>
1352
1352
  */
1353
- Type: TriggerType | string | undefined;
1353
+ Type: TriggerType | undefined;
1354
1354
  /**
1355
1355
  * @public
1356
1356
  * <p>A <code>cron</code> expression used to specify the schedule (see <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run
@@ -1440,7 +1440,7 @@ export interface ResourceUri {
1440
1440
  * @public
1441
1441
  * <p>The type of the resource.</p>
1442
1442
  */
1443
- ResourceType?: ResourceType | string;
1443
+ ResourceType?: ResourceType;
1444
1444
  /**
1445
1445
  * @public
1446
1446
  * <p>The URI for accessing the resource.</p>
@@ -1471,7 +1471,7 @@ export interface UserDefinedFunctionInput {
1471
1471
  * @public
1472
1472
  * <p>The owner type.</p>
1473
1473
  */
1474
- OwnerType?: PrincipalType | string;
1474
+ OwnerType?: PrincipalType;
1475
1475
  /**
1476
1476
  * @public
1477
1477
  * <p>The resource URIs for the function.</p>
@@ -1948,7 +1948,7 @@ export interface DeleteRegistryResponse {
1948
1948
  * @public
1949
1949
  * <p>The status of the registry. A successful operation will return the <code>Deleting</code> status.</p>
1950
1950
  */
1951
- Status?: RegistryStatus | string;
1951
+ Status?: RegistryStatus;
1952
1952
  }
1953
1953
  /**
1954
1954
  * @public
@@ -2015,7 +2015,7 @@ export interface DeleteSchemaResponse {
2015
2015
  * @public
2016
2016
  * <p>The status of the schema.</p>
2017
2017
  */
2018
- Status?: SchemaStatus | string;
2018
+ Status?: SchemaStatus;
2019
2019
  }
2020
2020
  /**
2021
2021
  * @public
@@ -2351,7 +2351,7 @@ export interface BlueprintRun {
2351
2351
  * </li>
2352
2352
  * </ul>
2353
2353
  */
2354
- State?: BlueprintRunState | string;
2354
+ State?: BlueprintRunState;
2355
2355
  /**
2356
2356
  * @public
2357
2357
  * <p>The date and time that the blueprint run started.</p>
@@ -2520,7 +2520,7 @@ export interface CsvClassifier {
2520
2520
  * @public
2521
2521
  * <p>Indicates whether the CSV file contains a header.</p>
2522
2522
  */
2523
- ContainsHeader?: CsvHeaderOption | string;
2523
+ ContainsHeader?: CsvHeaderOption;
2524
2524
  /**
2525
2525
  * @public
2526
2526
  * <p>A list of strings representing column names.</p>
@@ -2551,7 +2551,7 @@ export interface CsvClassifier {
2551
2551
  * @public
2552
2552
  * <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>
2553
2553
  */
2554
- Serde?: CsvSerdeOption | string;
2554
+ Serde?: CsvSerdeOption;
2555
2555
  }
2556
2556
  /**
2557
2557
  * @public
@@ -2989,7 +2989,7 @@ export interface ColumnStatisticsData {
2989
2989
  * @public
2990
2990
  * <p>The type of column statistics data.</p>
2991
2991
  */
2992
- Type: ColumnStatisticsType | string | undefined;
2992
+ Type: ColumnStatisticsType | undefined;
2993
2993
  /**
2994
2994
  * @public
2995
2995
  * <p>Boolean column statistics data.</p>
@@ -3172,7 +3172,7 @@ export interface Connection {
3172
3172
  * @public
3173
3173
  * <p>The type of the connection. Currently, SFTP is not supported.</p>
3174
3174
  */
3175
- ConnectionType?: ConnectionType | string;
3175
+ ConnectionType?: ConnectionType;
3176
3176
  /**
3177
3177
  * @public
3178
3178
  * <p>A list of criteria that can be used in selecting this connection.</p>
@@ -3349,7 +3349,7 @@ export interface Connection {
3349
3349
  * </li>
3350
3350
  * </ul>
3351
3351
  */
3352
- ConnectionProperties?: Record<string, string>;
3352
+ ConnectionProperties?: Record<ConnectionPropertyKey, string>;
3353
3353
  /**
3354
3354
  * @public
3355
3355
  * <p>A map of physical connection requirements, such as virtual private cloud (VPC) and
@@ -3398,7 +3398,7 @@ export interface GetConnectionsFilter {
3398
3398
  * @public
3399
3399
  * <p>The type of connections to return. Currently, SFTP is not supported.</p>
3400
3400
  */
3401
- ConnectionType?: ConnectionType | string;
3401
+ ConnectionType?: ConnectionType;
3402
3402
  }
3403
3403
  /**
3404
3404
  * @public
@@ -3743,7 +3743,7 @@ export interface GetDatabasesRequest {
3743
3743
  * </li>
3744
3744
  * </ul>
3745
3745
  */
3746
- ResourceShareType?: ResourceShareType | string;
3746
+ ResourceShareType?: ResourceShareType;
3747
3747
  }
3748
3748
  /**
3749
3749
  * @public
@@ -3822,7 +3822,7 @@ export interface EncryptionAtRest {
3822
3822
  * @public
3823
3823
  * <p>The encryption-at-rest mode for encrypting Data Catalog data.</p>
3824
3824
  */
3825
- CatalogEncryptionMode: CatalogEncryptionMode | string | undefined;
3825
+ CatalogEncryptionMode: CatalogEncryptionMode | undefined;
3826
3826
  /**
3827
3827
  * @public
3828
3828
  * <p>The ID of the KMS key to use for encryption at rest.</p>
@@ -3997,7 +3997,7 @@ export interface GetDataQualityRuleRecommendationRunResponse {
3997
3997
  * @public
3998
3998
  * <p>The status for this run.</p>
3999
3999
  */
4000
- Status?: TaskStatusType | string;
4000
+ Status?: TaskStatusType;
4001
4001
  /**
4002
4002
  * @public
4003
4003
  * <p>The error strings that are associated with the run.</p>
@@ -4148,7 +4148,7 @@ export interface GetDataQualityRulesetEvaluationRunResponse {
4148
4148
  * @public
4149
4149
  * <p>The status for this run.</p>
4150
4150
  */
4151
- Status?: TaskStatusType | string;
4151
+ Status?: TaskStatusType;
4152
4152
  /**
4153
4153
  * @public
4154
4154
  * <p>The error strings that are associated with the run.</p>
@@ -4601,7 +4601,7 @@ export interface TaskRunProperties {
4601
4601
  * @public
4602
4602
  * <p>The type of task run.</p>
4603
4603
  */
4604
- TaskType?: TaskType | string;
4604
+ TaskType?: TaskType;
4605
4605
  /**
4606
4606
  * @public
4607
4607
  * <p>The configuration properties for an importing labels task run.</p>
@@ -4641,7 +4641,7 @@ export interface GetMLTaskRunResponse {
4641
4641
  * @public
4642
4642
  * <p>The status for this task run.</p>
4643
4643
  */
4644
- Status?: TaskStatusType | string;
4644
+ Status?: TaskStatusType;
4645
4645
  /**
4646
4646
  * @public
4647
4647
  * <p>The names of the log groups that are associated with the task run.</p>
@@ -4688,12 +4688,12 @@ export interface TaskRunFilterCriteria {
4688
4688
  * @public
4689
4689
  * <p>The type of task run.</p>
4690
4690
  */
4691
- TaskRunType?: TaskType | string;
4691
+ TaskRunType?: TaskType;
4692
4692
  /**
4693
4693
  * @public
4694
4694
  * <p>The current status of the task run.</p>
4695
4695
  */
4696
- Status?: TaskStatusType | string;
4696
+ Status?: TaskStatusType;
4697
4697
  /**
4698
4698
  * @public
4699
4699
  * <p>Filter on task runs started before this date.</p>
@@ -4741,13 +4741,13 @@ export interface TaskRunSortCriteria {
4741
4741
  * <p>The column to be used to sort the list of task runs for the machine learning
4742
4742
  * transform.</p>
4743
4743
  */
4744
- Column: TaskRunSortColumnType | string | undefined;
4744
+ Column: TaskRunSortColumnType | undefined;
4745
4745
  /**
4746
4746
  * @public
4747
4747
  * <p>The sort direction to be used to sort the list of task runs for the machine learning
4748
4748
  * transform.</p>
4749
4749
  */
4750
- SortDirection: SortDirectionType | string | undefined;
4750
+ SortDirection: SortDirectionType | undefined;
4751
4751
  }
4752
4752
  /**
4753
4753
  * @public
@@ -4798,7 +4798,7 @@ export interface TaskRun {
4798
4798
  * @public
4799
4799
  * <p>The current status of the requested task run.</p>
4800
4800
  */
4801
- Status?: TaskStatusType | string;
4801
+ Status?: TaskStatusType;
4802
4802
  /**
4803
4803
  * @public
4804
4804
  * <p>The names of the log group for secure logging, associated with this task run.</p>
@@ -4964,7 +4964,7 @@ export interface EvaluationMetrics {
4964
4964
  * @public
4965
4965
  * <p>The type of machine learning transform.</p>
4966
4966
  */
4967
- TransformType: TransformType | string | undefined;
4967
+ TransformType: TransformType | undefined;
4968
4968
  /**
4969
4969
  * @public
4970
4970
  * <p>The evaluation metrics for the find matches algorithm.</p>
@@ -5025,7 +5025,7 @@ export interface GetMLTransformResponse {
5025
5025
  * @public
5026
5026
  * <p>The last known status of the transform (to indicate whether it can be used or not). One of "NOT_READY", "READY", or "DELETING".</p>
5027
5027
  */
5028
- Status?: TransformStatusType | string;
5028
+ Status?: TransformStatusType;
5029
5029
  /**
5030
5030
  * @public
5031
5031
  * <p>The date and time when the transform was created.</p>
@@ -5097,7 +5097,7 @@ export interface GetMLTransformResponse {
5097
5097
  * </li>
5098
5098
  * </ul>
5099
5099
  */
5100
- WorkerType?: WorkerType | string;
5100
+ WorkerType?: WorkerType;
5101
5101
  /**
5102
5102
  * @public
5103
5103
  * <p>The number of workers of a defined <code>workerType</code> that are allocated when this task runs.</p>
@@ -5134,12 +5134,12 @@ export interface TransformFilterCriteria {
5134
5134
  * <p>The type of machine learning transform that is used to filter the machine learning
5135
5135
  * transforms.</p>
5136
5136
  */
5137
- TransformType?: TransformType | string;
5137
+ TransformType?: TransformType;
5138
5138
  /**
5139
5139
  * @public
5140
5140
  * <p>Filters the list of machine learning transforms by the last known status of the transforms (to indicate whether a transform can be used or not). One of "NOT_READY", "READY", or "DELETING".</p>
5141
5141
  */
5142
- Status?: TransformStatusType | string;
5142
+ Status?: TransformStatusType;
5143
5143
  /**
5144
5144
  * @public
5145
5145
  * <p>This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see <a href="https://docs.aws.amazon.com/glue/latest/dg/release-notes.html#release-notes-versions">Glue Versions</a> in the developer guide.</p>
@@ -5199,13 +5199,13 @@ export interface TransformSortCriteria {
5199
5199
  * <p>The column to be used in the sorting criteria that are associated with the machine
5200
5200
  * learning transform.</p>
5201
5201
  */
5202
- Column: TransformSortColumnType | string | undefined;
5202
+ Column: TransformSortColumnType | undefined;
5203
5203
  /**
5204
5204
  * @public
5205
5205
  * <p>The sort direction to be used in the sorting criteria that are associated with the machine
5206
5206
  * learning transform.</p>
5207
5207
  */
5208
- SortDirection: SortDirectionType | string | undefined;
5208
+ SortDirection: SortDirectionType | undefined;
5209
5209
  }
5210
5210
  /**
5211
5211
  * @public
@@ -5259,7 +5259,7 @@ export interface MLTransform {
5259
5259
  * @public
5260
5260
  * <p>The current status of the machine learning transform.</p>
5261
5261
  */
5262
- Status?: TransformStatusType | string;
5262
+ Status?: TransformStatusType;
5263
5263
  /**
5264
5264
  * @public
5265
5265
  * <p>A timestamp. The time and date that this machine learning transform was created.</p>
@@ -5374,7 +5374,7 @@ export interface MLTransform {
5374
5374
  * </li>
5375
5375
  * </ul>
5376
5376
  */
5377
- WorkerType?: WorkerType | string;
5377
+ WorkerType?: WorkerType;
5378
5378
  /**
5379
5379
  * @public
5380
5380
  * <p>The number of workers of a defined <code>workerType</code> that are allocated when a task of the transform runs.</p>
@@ -5517,7 +5517,7 @@ export interface BackfillError {
5517
5517
  * @public
5518
5518
  * <p>The error code for an error that occurred when registering partition indexes for an existing table.</p>
5519
5519
  */
5520
- Code?: BackfillErrorCode | string;
5520
+ Code?: BackfillErrorCode;
5521
5521
  /**
5522
5522
  * @public
5523
5523
  * <p>A list of a limited number of partitions in the response.</p>
@@ -5588,7 +5588,7 @@ export interface PartitionIndexDescriptor {
5588
5588
  * </li>
5589
5589
  * </ul>
5590
5590
  */
5591
- IndexStatus: PartitionIndexStatus | string | undefined;
5591
+ IndexStatus: PartitionIndexStatus | undefined;
5592
5592
  /**
5593
5593
  * @public
5594
5594
  * <p>A list of errors that can occur when registering partition indexes for an existing table.</p>
@@ -5833,7 +5833,7 @@ export interface GetPlanRequest {
5833
5833
  * @public
5834
5834
  * <p>The programming language of the code to perform the mapping.</p>
5835
5835
  */
5836
- Language?: Language | string;
5836
+ Language?: Language;
5837
5837
  /**
5838
5838
  * @public
5839
5839
  * <p>A map to hold additional optional key-value parameters.</p>
@@ -5898,7 +5898,7 @@ export interface GetRegistryResponse {
5898
5898
  * @public
5899
5899
  * <p>The status of the registry.</p>
5900
5900
  */
5901
- Status?: RegistryStatus | string;
5901
+ Status?: RegistryStatus;
5902
5902
  /**
5903
5903
  * @public
5904
5904
  * <p>The date and time the registry was created.</p>
@@ -6055,12 +6055,12 @@ export interface GetSchemaResponse {
6055
6055
  * @public
6056
6056
  * <p>The data format of the schema definition. Currently <code>AVRO</code>, <code>JSON</code> and <code>PROTOBUF</code> are supported.</p>
6057
6057
  */
6058
- DataFormat?: DataFormat | string;
6058
+ DataFormat?: DataFormat;
6059
6059
  /**
6060
6060
  * @public
6061
6061
  * <p>The compatibility mode of the schema.</p>
6062
6062
  */
6063
- Compatibility?: Compatibility | string;
6063
+ Compatibility?: Compatibility;
6064
6064
  /**
6065
6065
  * @public
6066
6066
  * <p>The version number of the checkpoint (the last time the compatibility mode was changed).</p>
@@ -6080,7 +6080,7 @@ export interface GetSchemaResponse {
6080
6080
  * @public
6081
6081
  * <p>The status of the schema.</p>
6082
6082
  */
6083
- SchemaStatus?: SchemaStatus | string;
6083
+ SchemaStatus?: SchemaStatus;
6084
6084
  /**
6085
6085
  * @public
6086
6086
  * <p>The date and time the schema was created.</p>
@@ -6133,12 +6133,12 @@ export interface GetSchemaByDefinitionResponse {
6133
6133
  * @public
6134
6134
  * <p>The data format of the schema definition. Currently <code>AVRO</code>, <code>JSON</code> and <code>PROTOBUF</code> are supported.</p>
6135
6135
  */
6136
- DataFormat?: DataFormat | string;
6136
+ DataFormat?: DataFormat;
6137
6137
  /**
6138
6138
  * @public
6139
6139
  * <p>The status of the schema version.</p>
6140
6140
  */
6141
- Status?: SchemaVersionStatus | string;
6141
+ Status?: SchemaVersionStatus;
6142
6142
  /**
6143
6143
  * @public
6144
6144
  * <p>The date and time the schema was created.</p>
@@ -6207,7 +6207,7 @@ export interface GetSchemaVersionResponse {
6207
6207
  * @public
6208
6208
  * <p>The data format of the schema definition. Currently <code>AVRO</code>, <code>JSON</code> and <code>PROTOBUF</code> are supported.</p>
6209
6209
  */
6210
- DataFormat?: DataFormat | string;
6210
+ DataFormat?: DataFormat;
6211
6211
  /**
6212
6212
  * @public
6213
6213
  * <p>The Amazon Resource Name (ARN) of the schema.</p>
@@ -6222,7 +6222,7 @@ export interface GetSchemaVersionResponse {
6222
6222
  * @public
6223
6223
  * <p>The status of the schema version. </p>
6224
6224
  */
6225
- Status?: SchemaVersionStatus | string;
6225
+ Status?: SchemaVersionStatus;
6226
6226
  /**
6227
6227
  * @public
6228
6228
  * <p>The date and time the schema version was created.</p>
@@ -6271,7 +6271,7 @@ export interface GetSchemaVersionsDiffInput {
6271
6271
  * @public
6272
6272
  * <p>Refers to <code>SYNTAX_DIFF</code>, which is the currently supported diff type.</p>
6273
6273
  */
6274
- SchemaDiffType: SchemaDiffType | string | undefined;
6274
+ SchemaDiffType: SchemaDiffType | undefined;
6275
6275
  }
6276
6276
  /**
6277
6277
  * @public
@@ -6446,7 +6446,7 @@ export interface StatementOutput {
6446
6446
  * @public
6447
6447
  * <p>The status of the code execution output.</p>
6448
6448
  */
6449
- Status?: StatementState | string;
6449
+ Status?: StatementState;
6450
6450
  /**
6451
6451
  * @public
6452
6452
  * <p>The name of the error in the output.</p>
@@ -6482,7 +6482,7 @@ export interface Statement {
6482
6482
  * @public
6483
6483
  * <p>The state while request is actioned.</p>
6484
6484
  */
6485
- State?: StatementState | string;
6485
+ State?: StatementState;
6486
6486
  /**
6487
6487
  * @public
6488
6488
  * <p>The output in JSON.</p>