@aws-sdk/client-fsx 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.
@@ -55,7 +55,7 @@ export declare class ActiveDirectoryError extends __BaseException {
55
55
  * @public
56
56
  * <p>The type of Active Directory error.</p>
57
57
  */
58
- Type?: ActiveDirectoryErrorType | string;
58
+ Type?: ActiveDirectoryErrorType;
59
59
  /**
60
60
  * @public
61
61
  * <p>A detailed error message.</p>
@@ -253,7 +253,7 @@ export interface DataRepositoryConfiguration {
253
253
  * </li>
254
254
  * </ul>
255
255
  */
256
- Lifecycle?: DataRepositoryLifecycle | string;
256
+ Lifecycle?: DataRepositoryLifecycle;
257
257
  /**
258
258
  * @public
259
259
  * <p>The import path to the Amazon S3 bucket (and optional prefix) that you're using
@@ -313,7 +313,7 @@ export interface DataRepositoryConfiguration {
313
313
  * </li>
314
314
  * </ul>
315
315
  */
316
- AutoImportPolicy?: AutoImportPolicyType | string;
316
+ AutoImportPolicy?: AutoImportPolicyType;
317
317
  /**
318
318
  * @public
319
319
  * <p>Provides detailed information about the data repository if its <code>Lifecycle</code> is
@@ -394,7 +394,7 @@ export interface LustreLogConfiguration {
394
394
  * <p>Note that Amazon File Cache uses a default setting of <code>WARN_ERROR</code>,
395
395
  * which can't be changed.</p>
396
396
  */
397
- Level: LustreAccessAuditLogLevel | string | undefined;
397
+ Level: LustreAccessAuditLogLevel | undefined;
398
398
  /**
399
399
  * @public
400
400
  * <p>The Amazon Resource Name (ARN) that specifies the destination of the logs.
@@ -494,7 +494,7 @@ export interface LustreFileSystemConfiguration {
494
494
  * FSx for Lustre deployment options</a>.</p>
495
495
  * <p>The default is <code>SCRATCH_1</code>.</p>
496
496
  */
497
- DeploymentType?: LustreDeploymentType | string;
497
+ DeploymentType?: LustreDeploymentType;
498
498
  /**
499
499
  * @public
500
500
  * <p>Per unit storage throughput represents the megabytes per second of read or write
@@ -559,7 +559,7 @@ export interface LustreFileSystemConfiguration {
559
559
  * of the total storage capacity.</p>
560
560
  * <p>This parameter is required when <code>StorageType</code> is set to HDD.</p>
561
561
  */
562
- DriveCacheType?: DriveCacheType | string;
562
+ DriveCacheType?: DriveCacheType;
563
563
  /**
564
564
  * @public
565
565
  * <p>The data compression configuration for the file system. <code>DataCompressionType</code>
@@ -578,7 +578,7 @@ export interface LustreFileSystemConfiguration {
578
578
  * </ul>
579
579
  * <p>For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-compression.html">Lustre data compression</a>.</p>
580
580
  */
581
- DataCompressionType?: DataCompressionType | string;
581
+ DataCompressionType?: DataCompressionType;
582
582
  /**
583
583
  * @public
584
584
  * <p>The Lustre logging configuration. Lustre logging writes the enabled log
@@ -631,7 +631,7 @@ export interface DiskIopsConfiguration {
631
631
  * using the <code>AUTOMATIC</code> setting of SSD IOPS of 3 IOPS per GB of storage capacity, , or
632
632
  * if it using a <code>USER_PROVISIONED</code> value.</p>
633
633
  */
634
- Mode?: DiskIopsConfigurationMode | string;
634
+ Mode?: DiskIopsConfigurationMode;
635
635
  /**
636
636
  * @public
637
637
  * <p>The total number of SSD IOPS provisioned for the file system.</p>
@@ -718,7 +718,7 @@ export interface OntapFileSystemConfiguration {
718
718
  * <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/high-availability-multiAZ.html">Choosing Multi-AZ or
719
719
  * Single-AZ file system deployment</a>. </p>
720
720
  */
721
- DeploymentType?: OntapDeploymentType | string;
721
+ DeploymentType?: OntapDeploymentType;
722
722
  /**
723
723
  * @public
724
724
  * <p>(Multi-AZ only) Specifies the IP address range in which the endpoints to access your
@@ -840,7 +840,7 @@ export interface OpenZFSFileSystemConfiguration {
840
840
  * <p>Specifies the file-system deployment type. Amazon FSx for OpenZFS supports
841
841
  <code>MULTI_AZ_1</code>, <code>SINGLE_AZ_1</code>, and <code>SINGLE_AZ_2</code>.</p>
842
842
  */
843
- DeploymentType?: OpenZFSDeploymentType | string;
843
+ DeploymentType?: OpenZFSDeploymentType;
844
844
  /**
845
845
  * @public
846
846
  * <p>The throughput of an Amazon FSx file system, measured in megabytes per second (MBps).</p>
@@ -997,7 +997,7 @@ export interface Alias {
997
997
  * </li>
998
998
  * </ul>
999
999
  */
1000
- Lifecycle?: AliasLifecycle | string;
1000
+ Lifecycle?: AliasLifecycle;
1001
1001
  }
1002
1002
  /**
1003
1003
  * @public
@@ -1047,7 +1047,7 @@ export interface WindowsAuditLogConfiguration {
1047
1047
  * </li>
1048
1048
  * </ul>
1049
1049
  */
1050
- FileAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
1050
+ FileAccessAuditLogLevel: WindowsAccessAuditLogLevel | undefined;
1051
1051
  /**
1052
1052
  * @public
1053
1053
  * <p>Sets which attempt type is logged by Amazon FSx for file share accesses.</p>
@@ -1073,7 +1073,7 @@ export interface WindowsAuditLogConfiguration {
1073
1073
  * </li>
1074
1074
  * </ul>
1075
1075
  */
1076
- FileShareAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
1076
+ FileShareAccessAuditLogLevel: WindowsAccessAuditLogLevel | undefined;
1077
1077
  /**
1078
1078
  * @public
1079
1079
  * <p>The Amazon Resource Name (ARN) for the destination of the audit logs.
@@ -1188,7 +1188,7 @@ export interface WindowsFileSystemConfiguration {
1188
1188
  * <p>For more information, see
1189
1189
  * <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/high-availability-multiAZ.html">Single-AZ and Multi-AZ File Systems</a>.</p>
1190
1190
  */
1191
- DeploymentType?: WindowsDeploymentType | string;
1191
+ DeploymentType?: WindowsDeploymentType;
1192
1192
  /**
1193
1193
  * @public
1194
1194
  * <p>For <code>MULTI_AZ_1</code> deployment types, use this endpoint when performing administrative tasks on the file system using
@@ -1230,7 +1230,7 @@ export interface WindowsFileSystemConfiguration {
1230
1230
  * @public
1231
1231
  * <p>The list of maintenance operations in progress for this file system.</p>
1232
1232
  */
1233
- MaintenanceOperationsInProgress?: (FileSystemMaintenanceOperation | string)[];
1233
+ MaintenanceOperationsInProgress?: FileSystemMaintenanceOperation[];
1234
1234
  /**
1235
1235
  * @public
1236
1236
  * <p>The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC
@@ -1397,7 +1397,7 @@ export interface AutocommitPeriod {
1397
1397
  * <p>Defines the type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.
1398
1398
  * Setting this value to <code>NONE</code> disables autocommit. The default value is <code>NONE</code>. </p>
1399
1399
  */
1400
- Type: AutocommitPeriodType | string | undefined;
1400
+ Type: AutocommitPeriodType | undefined;
1401
1401
  /**
1402
1402
  * @public
1403
1403
  * <p>Defines the amount of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.
@@ -1475,7 +1475,7 @@ export interface RetentionPeriod {
1475
1475
  * one of the valid types. If you set it to <code>INFINITE</code>, the files are retained forever. If you set it to
1476
1476
  * <code>UNSPECIFIED</code>, the files are retained until you set an explicit retention period. </p>
1477
1477
  */
1478
- Type: RetentionPeriodType | string | undefined;
1478
+ Type: RetentionPeriodType | undefined;
1479
1479
  /**
1480
1480
  * @public
1481
1481
  * <p>Defines the amount of time for the retention period of an FSx for ONTAP SnapLock volume.
@@ -1579,7 +1579,7 @@ export interface SnaplockConfiguration {
1579
1579
  * value is <code>DISABLED</code>. </p>
1580
1580
  * <p>For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/snaplock-enterprise.html#privileged-delete">Privileged delete</a>. </p>
1581
1581
  */
1582
- PrivilegedDelete?: PrivilegedDelete | string;
1582
+ PrivilegedDelete?: PrivilegedDelete;
1583
1583
  /**
1584
1584
  * @public
1585
1585
  * <p>Specifies the retention period of an FSx for ONTAP SnapLock volume. </p>
@@ -1606,7 +1606,7 @@ export interface SnaplockConfiguration {
1606
1606
  * </li>
1607
1607
  * </ul>
1608
1608
  */
1609
- SnaplockType?: SnaplockType | string;
1609
+ SnaplockType?: SnaplockType;
1610
1610
  /**
1611
1611
  * @public
1612
1612
  * <p>Enables or disables volume-append mode
@@ -1696,7 +1696,7 @@ export interface TieringPolicy {
1696
1696
  * </li>
1697
1697
  * </ul>
1698
1698
  */
1699
- Name?: TieringPolicyName | string;
1699
+ Name?: TieringPolicyName;
1700
1700
  }
1701
1701
  /**
1702
1702
  * @public
@@ -1723,7 +1723,7 @@ export interface OntapVolumeConfiguration {
1723
1723
  * </li>
1724
1724
  * </ul>
1725
1725
  */
1726
- FlexCacheEndpointType?: FlexCacheEndpointType | string;
1726
+ FlexCacheEndpointType?: FlexCacheEndpointType;
1727
1727
  /**
1728
1728
  * @public
1729
1729
  * <p>Specifies the directory that network-attached storage (NAS) clients use to mount the
@@ -1740,7 +1740,7 @@ export interface OntapVolumeConfiguration {
1740
1740
  * or
1741
1741
  * <code>MIXED</code>.</p>
1742
1742
  */
1743
- SecurityStyle?: SecurityStyle | string;
1743
+ SecurityStyle?: SecurityStyle;
1744
1744
  /**
1745
1745
  * @public
1746
1746
  * <p>The configured size of the volume, in megabytes (MBs).</p>
@@ -1799,7 +1799,7 @@ export interface OntapVolumeConfiguration {
1799
1799
  * </li>
1800
1800
  * </ul>
1801
1801
  */
1802
- OntapVolumeType?: OntapVolumeType | string;
1802
+ OntapVolumeType?: OntapVolumeType;
1803
1803
  /**
1804
1804
  * @public
1805
1805
  * <p>Specifies the snapshot policy for the volume. There are three built-in snapshot policies:</p>
@@ -1948,7 +1948,7 @@ export interface OpenZFSOriginSnapshotConfiguration {
1948
1948
  * </li>
1949
1949
  * </ul>
1950
1950
  */
1951
- CopyStrategy?: OpenZFSCopyStrategy | string;
1951
+ CopyStrategy?: OpenZFSCopyStrategy;
1952
1952
  }
1953
1953
  /**
1954
1954
  * @public
@@ -1971,7 +1971,7 @@ export interface OpenZFSUserOrGroupQuota {
1971
1971
  * @public
1972
1972
  * <p>A value that specifies whether the quota applies to a user or group.</p>
1973
1973
  */
1974
- Type: OpenZFSQuotaType | string | undefined;
1974
+ Type: OpenZFSQuotaType | undefined;
1975
1975
  /**
1976
1976
  * @public
1977
1977
  * <p>The ID of the user or group.</p>
@@ -2044,7 +2044,7 @@ export interface OpenZFSVolumeConfiguration {
2044
2044
  * </li>
2045
2045
  * </ul>
2046
2046
  */
2047
- DataCompressionType?: OpenZFSDataCompressionType | string;
2047
+ DataCompressionType?: OpenZFSDataCompressionType;
2048
2048
  /**
2049
2049
  * @public
2050
2050
  * <p>A Boolean value indicating whether tags for the volume should be copied to snapshots.
@@ -2266,7 +2266,7 @@ export interface AutoExportPolicy {
2266
2266
  * </ul>
2267
2267
  * <p>You can define any combination of event types for your <code>AutoExportPolicy</code>.</p>
2268
2268
  */
2269
- Events?: (EventType | string)[];
2269
+ Events?: EventType[];
2270
2270
  }
2271
2271
  /**
2272
2272
  * @public
@@ -2302,7 +2302,7 @@ export interface AutoImportPolicy {
2302
2302
  * </ul>
2303
2303
  * <p>You can define any combination of event types for your <code>AutoImportPolicy</code>.</p>
2304
2304
  */
2305
- Events?: (EventType | string)[];
2305
+ Events?: EventType[];
2306
2306
  }
2307
2307
  /**
2308
2308
  * @public
@@ -2366,7 +2366,7 @@ export interface CancelDataRepositoryTaskResponse {
2366
2366
  * </li>
2367
2367
  * </ul>
2368
2368
  */
2369
- Lifecycle?: DataRepositoryTaskLifecycle | string;
2369
+ Lifecycle?: DataRepositoryTaskLifecycle;
2370
2370
  /**
2371
2371
  * @public
2372
2372
  * <p>The ID of the task being canceled.</p>
@@ -2691,7 +2691,7 @@ export declare class ServiceLimitExceeded extends __BaseException {
2691
2691
  * @public
2692
2692
  * <p>Enumeration of the service limit that was exceeded. </p>
2693
2693
  */
2694
- Limit: ServiceLimit | string | undefined;
2694
+ Limit: ServiceLimit | undefined;
2695
2695
  /**
2696
2696
  * @public
2697
2697
  * <p>A detailed error message.</p>
@@ -2925,7 +2925,7 @@ export interface NFSDataRepositoryConfiguration {
2925
2925
  * <code>NFS3</code>, which indicates that the data repository must
2926
2926
  * support the NFSv3 protocol.</p>
2927
2927
  */
2928
- Version: NfsVersion | string | undefined;
2928
+ Version: NfsVersion | undefined;
2929
2929
  /**
2930
2930
  * @public
2931
2931
  * <p>A list of up to 2 IP addresses of DNS servers used to resolve
@@ -3027,7 +3027,7 @@ export interface DataRepositoryAssociation {
3027
3027
  * </li>
3028
3028
  * </ul>
3029
3029
  */
3030
- Lifecycle?: DataRepositoryLifecycle | string;
3030
+ Lifecycle?: DataRepositoryLifecycle;
3031
3031
  /**
3032
3032
  * @public
3033
3033
  * <p>Provides detailed information about the data repository if its <code>Lifecycle</code> is
@@ -3210,7 +3210,7 @@ export interface DurationSinceLastAccess {
3210
3210
  * accessed. <code>DAYS</code> is the only supported value. This
3211
3211
  * is a required parameter.</p>
3212
3212
  */
3213
- Unit?: Unit | string;
3213
+ Unit?: Unit;
3214
3214
  /**
3215
3215
  * @public
3216
3216
  * <p>An integer that represents the minimum amount of time (in days)
@@ -3313,13 +3313,13 @@ export interface CompletionReport {
3313
3313
  * <code>\{path\}/task-\{id\}/failures.csv</code>.
3314
3314
  * </p>
3315
3315
  */
3316
- Format?: ReportFormat | string;
3316
+ Format?: ReportFormat;
3317
3317
  /**
3318
3318
  * @public
3319
3319
  * <p>Required if <code>Enabled</code> is set to <code>true</code>. Specifies the scope of the <code>CompletionReport</code>; <code>FAILED_FILES_ONLY</code> is the only scope currently supported.
3320
3320
  * When <code>Scope</code> is set to <code>FAILED_FILES_ONLY</code>, the <code>CompletionReport</code> only contains information about files that the data repository task failed to process.</p>
3321
3321
  */
3322
- Scope?: ReportScope | string;
3322
+ Scope?: ReportScope;
3323
3323
  }
3324
3324
  /**
3325
3325
  * @public
@@ -3366,7 +3366,7 @@ export interface CreateDataRepositoryTaskRequest {
3366
3366
  * </li>
3367
3367
  * </ul>
3368
3368
  */
3369
- Type: DataRepositoryTaskType | string | undefined;
3369
+ Type: DataRepositoryTaskType | undefined;
3370
3370
  /**
3371
3371
  * @public
3372
3372
  * <p>A list of paths for the data repository task to use when the task is processed.
@@ -3554,7 +3554,7 @@ export interface DataRepositoryTask {
3554
3554
  * You can use the DescribeDataRepositoryTask action to monitor the task status. Contact the FSx team if you need to delete your file system immediately.</p>
3555
3555
  * </note>
3556
3556
  */
3557
- Lifecycle: DataRepositoryTaskLifecycle | string | undefined;
3557
+ Lifecycle: DataRepositoryTaskLifecycle | undefined;
3558
3558
  /**
3559
3559
  * @public
3560
3560
  * <p>The type of data repository task.</p>
@@ -3582,7 +3582,7 @@ export interface DataRepositoryTask {
3582
3582
  * </li>
3583
3583
  * </ul>
3584
3584
  */
3585
- Type: DataRepositoryTaskType | string | undefined;
3585
+ Type: DataRepositoryTaskType | undefined;
3586
3586
  /**
3587
3587
  * @public
3588
3588
  * <p>The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z),
@@ -3701,7 +3701,7 @@ export interface FileCacheNFSConfiguration {
3701
3701
  * NFS data repository. The only supported value is <code>NFS3</code>,
3702
3702
  * which indicates that the data repository must support the NFSv3 protocol.</p>
3703
3703
  */
3704
- Version: NfsVersion | string | undefined;
3704
+ Version: NfsVersion | undefined;
3705
3705
  /**
3706
3706
  * @public
3707
3707
  * <p>A list of up to 2 IP addresses of DNS servers used to resolve
@@ -3844,7 +3844,7 @@ export interface CreateFileCacheLustreConfiguration {
3844
3844
  * @public
3845
3845
  * <p>Specifies the cache deployment type, which must be <code>CACHE_1</code>.</p>
3846
3846
  */
3847
- DeploymentType: FileCacheLustreDeploymentType | string | undefined;
3847
+ DeploymentType: FileCacheLustreDeploymentType | undefined;
3848
3848
  /**
3849
3849
  * @public
3850
3850
  * <p>A recurring weekly time, in the format <code>D:HH:MM</code>. </p>
@@ -3885,7 +3885,7 @@ export interface CreateFileCacheRequest {
3885
3885
  * <p>The type of cache that you're creating, which
3886
3886
  * must be <code>LUSTRE</code>.</p>
3887
3887
  */
3888
- FileCacheType: FileCacheType | string | undefined;
3888
+ FileCacheType: FileCacheType | undefined;
3889
3889
  /**
3890
3890
  * @public
3891
3891
  * <p>Sets the Lustre version for the cache that you're creating,
@@ -4001,7 +4001,7 @@ export interface FileCacheLustreConfiguration {
4001
4001
  * <p>The deployment type of the Amazon File Cache resource, which must
4002
4002
  * be <code>CACHE_1</code>.</p>
4003
4003
  */
4004
- DeploymentType?: FileCacheLustreDeploymentType | string;
4004
+ DeploymentType?: FileCacheLustreDeploymentType;
4005
4005
  /**
4006
4006
  * @public
4007
4007
  * <p>You use the <code>MountName</code> value when mounting the cache. If you pass
@@ -4060,7 +4060,7 @@ export interface FileCacheCreating {
4060
4060
  * @public
4061
4061
  * <p>The type of cache, which must be <code>LUSTRE</code>.</p>
4062
4062
  */
4063
- FileCacheType?: FileCacheType | string;
4063
+ FileCacheType?: FileCacheType;
4064
4064
  /**
4065
4065
  * @public
4066
4066
  * <p>The Lustre version of the cache, which must be <code>2.12</code>.</p>
@@ -4094,7 +4094,7 @@ export interface FileCacheCreating {
4094
4094
  * </li>
4095
4095
  * </ul>
4096
4096
  */
4097
- Lifecycle?: FileCacheLifecycle | string;
4097
+ Lifecycle?: FileCacheLifecycle;
4098
4098
  /**
4099
4099
  * @public
4100
4100
  * <p>A structure providing details of any failures that occurred.</p>
@@ -4276,7 +4276,7 @@ export interface LustreLogCreateConfiguration {
4276
4276
  * </li>
4277
4277
  * </ul>
4278
4278
  */
4279
- Level: LustreAccessAuditLogLevel | string | undefined;
4279
+ Level: LustreAccessAuditLogLevel | undefined;
4280
4280
  /**
4281
4281
  * @public
4282
4282
  * <p>The Amazon Resource Name (ARN) that specifies the destination of the logs.</p>
@@ -4426,7 +4426,7 @@ export interface CreateFileSystemLustreConfiguration {
4426
4426
  * transit</a> in the <i>Amazon FSx for Lustre User Guide</i>. </p>
4427
4427
  * <p>(Default = <code>SCRATCH_1</code>)</p>
4428
4428
  */
4429
- DeploymentType?: LustreDeploymentType | string;
4429
+ DeploymentType?: LustreDeploymentType;
4430
4430
  /**
4431
4431
  * @public
4432
4432
  * <p> (Optional) When you create your file system, your existing S3 objects appear as file and
@@ -4467,7 +4467,7 @@ export interface CreateFileSystemLustreConfiguration {
4467
4467
  * <p>This parameter is not supported for file systems with a data repository association.</p>
4468
4468
  * </note>
4469
4469
  */
4470
- AutoImportPolicy?: AutoImportPolicyType | string;
4470
+ AutoImportPolicy?: AutoImportPolicyType;
4471
4471
  /**
4472
4472
  * @public
4473
4473
  * <p>Required with <code>PERSISTENT_1</code> and <code>PERSISTENT_2</code> deployment
@@ -4529,7 +4529,7 @@ export interface CreateFileSystemLustreConfiguration {
4529
4529
  * of the total storage capacity of the file system.</p>
4530
4530
  * <p>This parameter is required when <code>StorageType</code> is set to <code>HDD</code>.</p>
4531
4531
  */
4532
- DriveCacheType?: DriveCacheType | string;
4532
+ DriveCacheType?: DriveCacheType;
4533
4533
  /**
4534
4534
  * @public
4535
4535
  * <p>Sets the data compression configuration for the file system. <code>DataCompressionType</code>
@@ -4549,7 +4549,7 @@ export interface CreateFileSystemLustreConfiguration {
4549
4549
  * <p>For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-compression.html">Lustre data compression</a>
4550
4550
  * in the <i>Amazon FSx for Lustre User Guide</i>.</p>
4551
4551
  */
4552
- DataCompressionType?: DataCompressionType | string;
4552
+ DataCompressionType?: DataCompressionType;
4553
4553
  /**
4554
4554
  * @public
4555
4555
  * <p>The Lustre logging configuration used when creating an Amazon FSx for Lustre
@@ -4605,7 +4605,7 @@ export interface CreateFileSystemOntapConfiguration {
4605
4605
  * <p>For information about the use cases for Multi-AZ and Single-AZ deployments, refer to
4606
4606
  * <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/high-availability-AZ.html">Choosing a file system deployment type</a>. </p>
4607
4607
  */
4608
- DeploymentType: OntapDeploymentType | string | undefined;
4608
+ DeploymentType: OntapDeploymentType | undefined;
4609
4609
  /**
4610
4610
  * @public
4611
4611
  * <p>(Multi-AZ only) Specifies the IP address range in which the endpoints to access your
@@ -4701,7 +4701,7 @@ export interface OpenZFSCreateRootVolumeConfiguration {
4701
4701
  * </li>
4702
4702
  * </ul>
4703
4703
  */
4704
- DataCompressionType?: OpenZFSDataCompressionType | string;
4704
+ DataCompressionType?: OpenZFSDataCompressionType;
4705
4705
  /**
4706
4706
  * @public
4707
4707
  * <p>The configuration object for mounting a file system.</p>
@@ -4801,7 +4801,7 @@ export interface CreateFileSystemOpenZFSConfiguration {
4801
4801
  * and <a href="https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/performance.html#zfs-fs-performance">File system performance</a>
4802
4802
  * in the <i>Amazon FSx for OpenZFS User Guide</i>.</p>
4803
4803
  */
4804
- DeploymentType: OpenZFSDeploymentType | string | undefined;
4804
+ DeploymentType: OpenZFSDeploymentType | undefined;
4805
4805
  /**
4806
4806
  * @public
4807
4807
  * <p>Specifies the throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second (MBps). Valid values depend on the DeploymentType you choose, as follows:</p>
@@ -4897,7 +4897,7 @@ export interface WindowsAuditLogCreateConfiguration {
4897
4897
  * </li>
4898
4898
  * </ul>
4899
4899
  */
4900
- FileAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
4900
+ FileAccessAuditLogLevel: WindowsAccessAuditLogLevel | undefined;
4901
4901
  /**
4902
4902
  * @public
4903
4903
  * <p>Sets which attempt type is logged by Amazon FSx for file share accesses.</p>
@@ -4923,7 +4923,7 @@ export interface WindowsAuditLogCreateConfiguration {
4923
4923
  * </li>
4924
4924
  * </ul>
4925
4925
  */
4926
- FileShareAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
4926
+ FileShareAccessAuditLogLevel: WindowsAccessAuditLogLevel | undefined;
4927
4927
  /**
4928
4928
  * @public
4929
4929
  * <p>The Amazon Resource Name (ARN) that specifies the destination of the audit logs.</p>
@@ -5067,7 +5067,7 @@ export interface CreateFileSystemWindowsConfiguration {
5067
5067
  * <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/high-availability-multiAZ.html">
5068
5068
  * Availability and Durability: Single-AZ and Multi-AZ File Systems</a>.</p>
5069
5069
  */
5070
- DeploymentType?: WindowsDeploymentType | string;
5070
+ DeploymentType?: WindowsDeploymentType;
5071
5071
  /**
5072
5072
  * @public
5073
5073
  * <p>Required when <code>DeploymentType</code> is set to <code>MULTI_AZ_1</code>. This specifies the subnet
@@ -5174,7 +5174,7 @@ export interface CreateFileSystemRequest {
5174
5174
  * <code>WINDOWS</code>, <code>LUSTRE</code>, <code>ONTAP</code>, and
5175
5175
  * <code>OPENZFS</code>.</p>
5176
5176
  */
5177
- FileSystemType: FileSystemType | string | undefined;
5177
+ FileSystemType: FileSystemType | undefined;
5178
5178
  /**
5179
5179
  * @public
5180
5180
  * <p>Sets the storage capacity of the file system that you're creating, in gibibytes (GiB).</p>
@@ -5239,7 +5239,7 @@ export interface CreateFileSystemRequest {
5239
5239
  * options</a> in the <i>FSx for Lustre User
5240
5240
  * Guide</i>. </p>
5241
5241
  */
5242
- StorageType?: StorageType | string;
5242
+ StorageType?: StorageType;
5243
5243
  /**
5244
5244
  * @public
5245
5245
  * <p>Specifies the IDs of the subnets that the file system will be accessible from. For
@@ -5523,7 +5523,7 @@ export interface CreateFileSystemFromBackupRequest {
5523
5523
  * used SSD storage if the original SSD file system had a storage capacity of at least 2000 GiB.</p>
5524
5524
  * </note>
5525
5525
  */
5526
- StorageType?: StorageType | string;
5526
+ StorageType?: StorageType;
5527
5527
  /**
5528
5528
  * @public
5529
5529
  * <p>Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on
@@ -5705,7 +5705,7 @@ export interface CreateStorageVirtualMachineRequest {
5705
5705
  * </li>
5706
5706
  * </ul>
5707
5707
  */
5708
- RootVolumeSecurityStyle?: StorageVirtualMachineRootVolumeSecurityStyle | string;
5708
+ RootVolumeSecurityStyle?: StorageVirtualMachineRootVolumeSecurityStyle;
5709
5709
  }
5710
5710
  /**
5711
5711
  * @public
@@ -5863,7 +5863,7 @@ export interface StorageVirtualMachine {
5863
5863
  * </li>
5864
5864
  * </ul>
5865
5865
  */
5866
- Lifecycle?: StorageVirtualMachineLifecycle | string;
5866
+ Lifecycle?: StorageVirtualMachineLifecycle;
5867
5867
  /**
5868
5868
  * @public
5869
5869
  * <p>The name of the SVM, if provisioned.</p>
@@ -5886,7 +5886,7 @@ export interface StorageVirtualMachine {
5886
5886
  * @public
5887
5887
  * <p>Describes the SVM's subtype.</p>
5888
5888
  */
5889
- Subtype?: StorageVirtualMachineSubtype | string;
5889
+ Subtype?: StorageVirtualMachineSubtype;
5890
5890
  /**
5891
5891
  * @public
5892
5892
  * <p>The SVM's UUID (universally unique identifier).</p>
@@ -5906,7 +5906,7 @@ export interface StorageVirtualMachine {
5906
5906
  * @public
5907
5907
  * <p>The security style of the root volume of the SVM.</p>
5908
5908
  */
5909
- RootVolumeSecurityStyle?: StorageVirtualMachineRootVolumeSecurityStyle | string;
5909
+ RootVolumeSecurityStyle?: StorageVirtualMachineRootVolumeSecurityStyle;
5910
5910
  }
5911
5911
  /**
5912
5912
  * @public
@@ -5960,7 +5960,7 @@ export interface CreateSnaplockConfiguration {
5960
5960
  * <p>For more information, see
5961
5961
  * <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/snaplock-enterprise.html#privileged-delete">Privileged delete</a>. </p>
5962
5962
  */
5963
- PrivilegedDelete?: PrivilegedDelete | string;
5963
+ PrivilegedDelete?: PrivilegedDelete;
5964
5964
  /**
5965
5965
  * @public
5966
5966
  * <p>Specifies the retention period of an FSx for ONTAP
@@ -5988,7 +5988,7 @@ export interface CreateSnaplockConfiguration {
5988
5988
  * </li>
5989
5989
  * </ul>
5990
5990
  */
5991
- SnaplockType: SnaplockType | string | undefined;
5991
+ SnaplockType: SnaplockType | undefined;
5992
5992
  /**
5993
5993
  * @public
5994
5994
  * <p>Enables or disables volume-append mode
@@ -6039,7 +6039,7 @@ export interface CreateOntapVolumeConfiguration {
6039
6039
  * </li>
6040
6040
  * </ul>
6041
6041
  */
6042
- SecurityStyle?: SecurityStyle | string;
6042
+ SecurityStyle?: SecurityStyle;
6043
6043
  /**
6044
6044
  * @public
6045
6045
  * <p>Specifies the size of the volume, in megabytes (MB), that you are creating.</p>
@@ -6106,7 +6106,7 @@ export interface CreateOntapVolumeConfiguration {
6106
6106
  * <p>For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-types">Volume types</a>
6107
6107
  * in the <i>Amazon FSx for NetApp ONTAP User Guide</i>.</p>
6108
6108
  */
6109
- OntapVolumeType?: InputOntapVolumeType | string;
6109
+ OntapVolumeType?: InputOntapVolumeType;
6110
6110
  /**
6111
6111
  * @public
6112
6112
  * <p>Specifies the snapshot policy for the volume. There are three built-in snapshot policies:</p>
@@ -6179,7 +6179,7 @@ export interface CreateOpenZFSOriginSnapshotConfiguration {
6179
6179
  * </li>
6180
6180
  * </ul>
6181
6181
  */
6182
- CopyStrategy: OpenZFSCopyStrategy | string | undefined;
6182
+ CopyStrategy: OpenZFSCopyStrategy | undefined;
6183
6183
  }
6184
6184
  /**
6185
6185
  * @public
@@ -6256,7 +6256,7 @@ export interface CreateOpenZFSVolumeConfiguration {
6256
6256
  * see <a href="https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/performance.html#performance-tips-zfs">
6257
6257
  * Tips for maximizing performance</a> File system and volume settings in the <i>Amazon FSx for OpenZFS User Guide</i>.</p>
6258
6258
  */
6259
- DataCompressionType?: OpenZFSDataCompressionType | string;
6259
+ DataCompressionType?: OpenZFSDataCompressionType;
6260
6260
  /**
6261
6261
  * @public
6262
6262
  * <p>A Boolean value indicating whether tags for the volume should be copied to snapshots.
@@ -6305,7 +6305,7 @@ export interface CreateVolumeRequest {
6305
6305
  * <p>Specifies the type of volume to create; <code>ONTAP</code> and <code>OPENZFS</code> are
6306
6306
  * the only valid volume types.</p>
6307
6307
  */
6308
- VolumeType: VolumeType | string | undefined;
6308
+ VolumeType: VolumeType | undefined;
6309
6309
  /**
6310
6310
  * @public
6311
6311
  * <p>Specifies the name of the volume that you're creating.</p>
@@ -6471,7 +6471,7 @@ export interface DeleteBackupResponse {
6471
6471
  * <p>The lifecycle status of the backup. If the <code>DeleteBackup</code> operation is
6472
6472
  * successful, the status is <code>DELETED</code>.</p>
6473
6473
  */
6474
- Lifecycle?: BackupLifecycle | string;
6474
+ Lifecycle?: BackupLifecycle;
6475
6475
  }
6476
6476
  /**
6477
6477
  * @public
@@ -6526,7 +6526,7 @@ export interface DeleteDataRepositoryAssociationResponse {
6526
6526
  * @public
6527
6527
  * <p>Describes the lifecycle state of the data repository association being deleted.</p>
6528
6528
  */
6529
- Lifecycle?: DataRepositoryLifecycle | string;
6529
+ Lifecycle?: DataRepositoryLifecycle;
6530
6530
  /**
6531
6531
  * @public
6532
6532
  * <p>Indicates whether data in the file system that corresponds to the data
@@ -6566,7 +6566,7 @@ export interface DeleteFileCacheResponse {
6566
6566
  * <code>DeleteFileCache</code> operation is successful, this status is
6567
6567
  * <code>DELETING</code>.</p>
6568
6568
  */
6569
- Lifecycle?: FileCacheLifecycle | string;
6569
+ Lifecycle?: FileCacheLifecycle;
6570
6570
  }
6571
6571
  /**
6572
6572
  * @public
@@ -6646,7 +6646,7 @@ export interface DeleteFileSystemOpenZFSConfiguration {
6646
6646
  * use the string <code>DELETE_CHILD_VOLUMES_AND_SNAPSHOTS</code>. If your file system
6647
6647
  * has child volumes and you don't use this option, the delete request will fail.</p>
6648
6648
  */
6649
- Options?: (DeleteFileSystemOpenZFSOption | string)[];
6649
+ Options?: DeleteFileSystemOpenZFSOption[];
6650
6650
  }
6651
6651
  /**
6652
6652
  * @public
@@ -6771,7 +6771,7 @@ export interface DeleteFileSystemResponse {
6771
6771
  * <code>DeleteFileSystem</code> operation is successful, this status is
6772
6772
  * <code>DELETING</code>.</p>
6773
6773
  */
6774
- Lifecycle?: FileSystemLifecycle | string;
6774
+ Lifecycle?: FileSystemLifecycle;
6775
6775
  /**
6776
6776
  * @public
6777
6777
  * <p>The response object for the Microsoft Windows file system used in the
@@ -6822,7 +6822,7 @@ export interface DeleteSnapshotResponse {
6822
6822
  * <p>The lifecycle status of the snapshot. If the <code>DeleteSnapshot</code> operation is
6823
6823
  * successful, this status is <code>DELETING</code>.</p>
6824
6824
  */
6825
- Lifecycle?: SnapshotLifecycle | string;
6825
+ Lifecycle?: SnapshotLifecycle;
6826
6826
  }
6827
6827
  /**
6828
6828
  * @public
@@ -6871,7 +6871,7 @@ export interface DeleteStorageVirtualMachineResponse {
6871
6871
  * @public
6872
6872
  * <p>Describes the lifecycle state of the SVM being deleted.</p>
6873
6873
  */
6874
- Lifecycle?: StorageVirtualMachineLifecycle | string;
6874
+ Lifecycle?: StorageVirtualMachineLifecycle;
6875
6875
  }
6876
6876
  /**
6877
6877
  * @public
@@ -6923,7 +6923,7 @@ export interface DeleteVolumeOpenZFSConfiguration {
6923
6923
  * <p>To delete the volume's child volumes, snapshots, and clones, use the string
6924
6924
  * <code>DELETE_CHILD_VOLUMES_AND_SNAPSHOTS</code>.</p>
6925
6925
  */
6926
- Options?: (DeleteOpenZFSVolumeOption | string)[];
6926
+ Options?: DeleteOpenZFSVolumeOption[];
6927
6927
  }
6928
6928
  /**
6929
6929
  * @public
@@ -6986,7 +6986,7 @@ export interface DeleteVolumeResponse {
6986
6986
  * <p>The lifecycle state of the volume being deleted. If the <code>DeleteVolume</code>
6987
6987
  * operation is successful, this value is <code>DELETING</code>.</p>
6988
6988
  */
6989
- Lifecycle?: VolumeLifecycle | string;
6989
+ Lifecycle?: VolumeLifecycle;
6990
6990
  /**
6991
6991
  * @public
6992
6992
  * <p>Returned after a <code>DeleteVolume</code> request, showing the status of the delete
@@ -7021,7 +7021,7 @@ export interface Filter {
7021
7021
  * @public
7022
7022
  * <p>The name for this filter.</p>
7023
7023
  */
7024
- Name?: FilterName | string;
7024
+ Name?: FilterName;
7025
7025
  /**
7026
7026
  * @public
7027
7027
  * <p>The values of the filter. These are all the values for any of the applied
@@ -7160,7 +7160,7 @@ export interface DataRepositoryTaskFilter {
7160
7160
  * </li>
7161
7161
  * </ul>
7162
7162
  */
7163
- Name?: DataRepositoryTaskFilterName | string;
7163
+ Name?: DataRepositoryTaskFilterName;
7164
7164
  /**
7165
7165
  * @public
7166
7166
  * <p>Use Values to include the specific file system IDs and task
@@ -7265,7 +7265,7 @@ export interface FileCache {
7265
7265
  * @public
7266
7266
  * <p>The type of cache, which must be <code>LUSTRE</code>.</p>
7267
7267
  */
7268
- FileCacheType?: FileCacheType | string;
7268
+ FileCacheType?: FileCacheType;
7269
7269
  /**
7270
7270
  * @public
7271
7271
  * <p>The Lustre version of the cache, which must be <code>2.12</code>.</p>
@@ -7299,7 +7299,7 @@ export interface FileCache {
7299
7299
  * </li>
7300
7300
  * </ul>
7301
7301
  */
7302
- Lifecycle?: FileCacheLifecycle | string;
7302
+ Lifecycle?: FileCacheLifecycle;
7303
7303
  /**
7304
7304
  * @public
7305
7305
  * <p>A structure providing details of any failures that occurred.</p>
@@ -7479,7 +7479,7 @@ export interface SnapshotFilter {
7479
7479
  * <p>The name of the filter to use. You can filter by the <code>file-system-id</code> or by
7480
7480
  * <code>volume-id</code>.</p>
7481
7481
  */
7482
- Name?: SnapshotFilterName | string;
7482
+ Name?: SnapshotFilterName;
7483
7483
  /**
7484
7484
  * @public
7485
7485
  * <p>The <code>file-system-id</code> or <code>volume-id</code> that you are filtering
@@ -7539,7 +7539,7 @@ export interface StorageVirtualMachineFilter {
7539
7539
  * @public
7540
7540
  * <p>The name for this filter.</p>
7541
7541
  */
7542
- Name?: StorageVirtualMachineFilterName | string;
7542
+ Name?: StorageVirtualMachineFilterName;
7543
7543
  /**
7544
7544
  * @public
7545
7545
  * <p>The values of the filter. These are all the values for any of the applied
@@ -7615,7 +7615,7 @@ export interface VolumeFilter {
7615
7615
  * @public
7616
7616
  * <p>The name for this filter.</p>
7617
7617
  */
7618
- Name?: VolumeFilterName | string;
7618
+ Name?: VolumeFilterName;
7619
7619
  /**
7620
7620
  * @public
7621
7621
  * <p>The values of the filter. These are all the values for any of the applied
@@ -7868,7 +7868,7 @@ export interface RestoreVolumeFromSnapshotRequest {
7868
7868
  * </li>
7869
7869
  * </ul>
7870
7870
  */
7871
- Options?: (RestoreOpenZFSVolumeOption | string)[];
7871
+ Options?: RestoreOpenZFSVolumeOption[];
7872
7872
  }
7873
7873
  /**
7874
7874
  * @public
@@ -8093,7 +8093,7 @@ export interface UpdateFileSystemLustreConfiguration {
8093
8093
  * </ul>
8094
8094
  * <p>This parameter is not supported for file systems with a data repository association.</p>
8095
8095
  */
8096
- AutoImportPolicy?: AutoImportPolicyType | string;
8096
+ AutoImportPolicy?: AutoImportPolicyType;
8097
8097
  /**
8098
8098
  * @public
8099
8099
  * <p>Sets the data compression configuration for the file system. <code>DataCompressionType</code>
@@ -8114,7 +8114,7 @@ export interface UpdateFileSystemLustreConfiguration {
8114
8114
  * its current data compression configuration.</p>
8115
8115
  * <p>For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-compression.html">Lustre data compression</a>.</p>
8116
8116
  */
8117
- DataCompressionType?: DataCompressionType | string;
8117
+ DataCompressionType?: DataCompressionType;
8118
8118
  /**
8119
8119
  * @public
8120
8120
  * <p>The Lustre logging configuration used when updating an Amazon FSx for Lustre
@@ -8475,7 +8475,7 @@ export interface UpdateFileSystemRequest {
8475
8475
  * @public
8476
8476
  * <p>Specifies the file system's storage type.</p>
8477
8477
  */
8478
- StorageType?: StorageType | string;
8478
+ StorageType?: StorageType;
8479
8479
  }
8480
8480
  /**
8481
8481
  * @public
@@ -8586,7 +8586,7 @@ export interface UpdateSnaplockConfiguration {
8586
8586
  * <p>For more information, see
8587
8587
  * <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/snaplock-enterprise.html#privileged-delete">Privileged delete</a>. </p>
8588
8588
  */
8589
- PrivilegedDelete?: PrivilegedDelete | string;
8589
+ PrivilegedDelete?: PrivilegedDelete;
8590
8590
  /**
8591
8591
  * @public
8592
8592
  * <p>Specifies the retention period of an FSx for ONTAP SnapLock volume. </p>
@@ -8617,7 +8617,7 @@ export interface UpdateOntapVolumeConfiguration {
8617
8617
  * <p>The security style for the volume, which can be <code>UNIX</code>,
8618
8618
  * <code>NTFS</code>, or <code>MIXED</code>.</p>
8619
8619
  */
8620
- SecurityStyle?: SecurityStyle | string;
8620
+ SecurityStyle?: SecurityStyle;
8621
8621
  /**
8622
8622
  * @public
8623
8623
  * <p>Specifies the size of the volume in megabytes.</p>
@@ -8730,7 +8730,7 @@ export interface UpdateOpenZFSVolumeConfiguration {
8730
8730
  * </li>
8731
8731
  * </ul>
8732
8732
  */
8733
- DataCompressionType?: OpenZFSDataCompressionType | string;
8733
+ DataCompressionType?: OpenZFSDataCompressionType;
8734
8734
  /**
8735
8735
  * @public
8736
8736
  * <p>The configuration object for mounting a Network File System (NFS) file system.</p>
@@ -8901,7 +8901,7 @@ export interface AdministrativeAction {
8901
8901
  * </li>
8902
8902
  * </ul>
8903
8903
  */
8904
- AdministrativeActionType?: AdministrativeActionType | string;
8904
+ AdministrativeActionType?: AdministrativeActionType;
8905
8905
  /**
8906
8906
  * @public
8907
8907
  * <p>The percentage-complete status of a <code>STORAGE_OPTIMIZATION</code> administrative
@@ -8944,7 +8944,7 @@ export interface AdministrativeAction {
8944
8944
  * </li>
8945
8945
  * </ul>
8946
8946
  */
8947
- Status?: Status | string;
8947
+ Status?: Status;
8948
8948
  /**
8949
8949
  * @public
8950
8950
  * <p>Describes the target value for the administration action,
@@ -8998,7 +8998,7 @@ export interface FileSystem {
8998
8998
  * <p>The type of Amazon FSx file system, which can be <code>LUSTRE</code>,
8999
8999
  * <code>WINDOWS</code>, <code>ONTAP</code>, or <code>OPENZFS</code>.</p>
9000
9000
  */
9001
- FileSystemType?: FileSystemType | string;
9001
+ FileSystemType?: FileSystemType;
9002
9002
  /**
9003
9003
  * @public
9004
9004
  * <p>The lifecycle status of the file system. The following are the possible values and
@@ -9036,7 +9036,7 @@ export interface FileSystem {
9036
9036
  * </li>
9037
9037
  * </ul>
9038
9038
  */
9039
- Lifecycle?: FileSystemLifecycle | string;
9039
+ Lifecycle?: FileSystemLifecycle;
9040
9040
  /**
9041
9041
  * @public
9042
9042
  * <p>A structure providing details of any failures that occurred.</p>
@@ -9054,7 +9054,7 @@ export interface FileSystem {
9054
9054
  * If set to <code>HDD</code>, the file system uses hard disk drive storage.
9055
9055
  * </p>
9056
9056
  */
9057
- StorageType?: StorageType | string;
9057
+ StorageType?: StorageType;
9058
9058
  /**
9059
9059
  * @public
9060
9060
  * <p>The ID of the primary virtual private cloud (VPC) for the file system.</p>
@@ -9216,7 +9216,7 @@ export interface Snapshot {
9216
9216
  * </li>
9217
9217
  * </ul>
9218
9218
  */
9219
- Lifecycle?: SnapshotLifecycle | string;
9219
+ Lifecycle?: SnapshotLifecycle;
9220
9220
  /**
9221
9221
  * @public
9222
9222
  * <p>Describes why a resource lifecycle state changed.</p>
@@ -9291,7 +9291,7 @@ export interface Volume {
9291
9291
  * </li>
9292
9292
  * </ul>
9293
9293
  */
9294
- Lifecycle?: VolumeLifecycle | string;
9294
+ Lifecycle?: VolumeLifecycle;
9295
9295
  /**
9296
9296
  * @public
9297
9297
  * <p>The name of the volume.</p>
@@ -9324,7 +9324,7 @@ export interface Volume {
9324
9324
  * @public
9325
9325
  * <p>The type of the volume.</p>
9326
9326
  */
9327
- VolumeType?: VolumeType | string;
9327
+ VolumeType?: VolumeType;
9328
9328
  /**
9329
9329
  * @public
9330
9330
  * <p>The reason why the volume lifecycle status changed.</p>
@@ -9356,7 +9356,7 @@ export interface RestoreVolumeFromSnapshotResponse {
9356
9356
  * @public
9357
9357
  * <p>The lifecycle state of the volume being restored.</p>
9358
9358
  */
9359
- Lifecycle?: VolumeLifecycle | string;
9359
+ Lifecycle?: VolumeLifecycle;
9360
9360
  /**
9361
9361
  * @public
9362
9362
  * <p>A list of administrative actions for the file system that are in process or waiting to
@@ -9571,7 +9571,7 @@ export interface Backup {
9571
9571
  * </li>
9572
9572
  * </ul>
9573
9573
  */
9574
- Lifecycle: BackupLifecycle | string | undefined;
9574
+ Lifecycle: BackupLifecycle | undefined;
9575
9575
  /**
9576
9576
  * @public
9577
9577
  * <p>Details explaining any failures that occurred when creating a backup.</p>
@@ -9581,7 +9581,7 @@ export interface Backup {
9581
9581
  * @public
9582
9582
  * <p>The type of the file-system backup.</p>
9583
9583
  */
9584
- Type: BackupType | string | undefined;
9584
+ Type: BackupType | undefined;
9585
9585
  /**
9586
9586
  * @public
9587
9587
  * <p>Displays the current percent of progress of an asynchronous task.</p>
@@ -9641,7 +9641,7 @@ export interface Backup {
9641
9641
  * @public
9642
9642
  * <p>Specifies the resource type that's backed up.</p>
9643
9643
  */
9644
- ResourceType?: ResourceType | string;
9644
+ ResourceType?: ResourceType;
9645
9645
  /**
9646
9646
  * @public
9647
9647
  * <p>Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS