@aws-sdk/client-fsx 3.1086.0 → 3.1088.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.
Files changed (67) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/FSx.d.ts +157 -169
  3. package/dist-types/ts3.4/FSxClient.d.ts +15 -28
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CreateAndAttachS3AccessPointCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +2 -4
  13. package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateFileCacheCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeleteFileCacheCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +3 -8
  30. package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +3 -5
  32. package/dist-types/ts3.4/commands/DescribeFileCachesCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +3 -5
  36. package/dist-types/ts3.4/commands/DescribeSharedVpcConfigurationCommand.d.ts +3 -5
  37. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +3 -5
  39. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +3 -8
  40. package/dist-types/ts3.4/commands/DetachAndDeleteS3AccessPointCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  43. package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +4 -6
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  48. package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/UpdateFileCacheCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +4 -9
  51. package/dist-types/ts3.4/commands/UpdateSharedVpcConfigurationCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +3 -5
  55. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  56. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  57. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  58. package/dist-types/ts3.4/models/enums.d.ts +22 -44
  59. package/dist-types/ts3.4/models/errors.d.ts +25 -84
  60. package/dist-types/ts3.4/models/models_0.d.ts +13 -39
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  64. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  65. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  66. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  67. package/package.json +39 -39
@@ -4,14 +4,12 @@ import {
4
4
  UpdateDataRepositoryAssociationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateDataRepositoryAssociationCommandInput
8
- extends UpdateDataRepositoryAssociationRequest {}
7
+ export interface UpdateDataRepositoryAssociationCommandInput extends UpdateDataRepositoryAssociationRequest {}
9
8
  export interface UpdateDataRepositoryAssociationCommandOutput
10
- extends UpdateDataRepositoryAssociationResponse,
11
- __MetadataBearer {}
9
+ extends UpdateDataRepositoryAssociationResponse, __MetadataBearer {}
12
10
  declare const UpdateDataRepositoryAssociationCommand_base: {
13
11
  new (
14
- input: UpdateDataRepositoryAssociationCommandInput
12
+ input: UpdateDataRepositoryAssociationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateDataRepositoryAssociationCommandInput,
17
15
  UpdateDataRepositoryAssociationCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateDataRepositoryAssociationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateDataRepositoryAssociationCommandInput
21
+ input: UpdateDataRepositoryAssociationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateDataRepositoryAssociationCommandInput,
26
24
  UpdateDataRepositoryAssociationCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateFileCacheRequest,
4
- UpdateFileCacheResponse,
5
- } from "../models/models_0";
2
+ import { UpdateFileCacheRequest, UpdateFileCacheResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateFileCacheCommandInput extends UpdateFileCacheRequest {}
8
- export interface UpdateFileCacheCommandOutput
9
- extends UpdateFileCacheResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateFileCacheCommandOutput extends UpdateFileCacheResponse, __MetadataBearer {}
11
6
  declare const UpdateFileCacheCommand_base: {
12
7
  new (
13
- input: UpdateFileCacheCommandInput
8
+ input: UpdateFileCacheCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateFileCacheCommandInput,
16
11
  UpdateFileCacheCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateFileCacheCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateFileCacheCommandInput
17
+ input: UpdateFileCacheCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateFileCacheCommandInput,
25
20
  UpdateFileCacheCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateFileSystemRequest,
4
- UpdateFileSystemResponse,
5
- } from "../models/models_0";
2
+ import { UpdateFileSystemRequest, UpdateFileSystemResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateFileSystemCommandInput extends UpdateFileSystemRequest {}
8
- export interface UpdateFileSystemCommandOutput
9
- extends UpdateFileSystemResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateFileSystemCommandOutput extends UpdateFileSystemResponse, __MetadataBearer {}
11
6
  declare const UpdateFileSystemCommand_base: {
12
7
  new (
13
- input: UpdateFileSystemCommandInput
8
+ input: UpdateFileSystemCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateFileSystemCommandInput,
16
11
  UpdateFileSystemCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateFileSystemCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateFileSystemCommandInput
17
+ input: UpdateFileSystemCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateFileSystemCommandInput,
25
20
  UpdateFileSystemCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateSharedVpcConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateSharedVpcConfigurationCommandInput
8
- extends UpdateSharedVpcConfigurationRequest {}
7
+ export interface UpdateSharedVpcConfigurationCommandInput extends UpdateSharedVpcConfigurationRequest {}
9
8
  export interface UpdateSharedVpcConfigurationCommandOutput
10
- extends UpdateSharedVpcConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends UpdateSharedVpcConfigurationResponse, __MetadataBearer {}
12
10
  declare const UpdateSharedVpcConfigurationCommand_base: {
13
11
  new (
14
- input: UpdateSharedVpcConfigurationCommandInput
12
+ input: UpdateSharedVpcConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateSharedVpcConfigurationCommandInput,
17
15
  UpdateSharedVpcConfigurationCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateSnapshotRequest,
4
- UpdateSnapshotResponse,
5
- } from "../models/models_0";
2
+ import { UpdateSnapshotRequest, UpdateSnapshotResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateSnapshotCommandInput extends UpdateSnapshotRequest {}
8
- export interface UpdateSnapshotCommandOutput
9
- extends UpdateSnapshotResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateSnapshotCommandOutput extends UpdateSnapshotResponse, __MetadataBearer {}
11
6
  declare const UpdateSnapshotCommand_base: {
12
7
  new (
13
- input: UpdateSnapshotCommandInput
8
+ input: UpdateSnapshotCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateSnapshotCommandInput,
16
11
  UpdateSnapshotCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateSnapshotCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateSnapshotCommandInput
17
+ input: UpdateSnapshotCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateSnapshotCommandInput,
25
20
  UpdateSnapshotCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateStorageVirtualMachineResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateStorageVirtualMachineCommandInput
8
- extends UpdateStorageVirtualMachineRequest {}
7
+ export interface UpdateStorageVirtualMachineCommandInput extends UpdateStorageVirtualMachineRequest {}
9
8
  export interface UpdateStorageVirtualMachineCommandOutput
10
- extends UpdateStorageVirtualMachineResponse,
11
- __MetadataBearer {}
9
+ extends UpdateStorageVirtualMachineResponse, __MetadataBearer {}
12
10
  declare const UpdateStorageVirtualMachineCommand_base: {
13
11
  new (
14
- input: UpdateStorageVirtualMachineCommandInput
12
+ input: UpdateStorageVirtualMachineCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateStorageVirtualMachineCommandInput,
17
15
  UpdateStorageVirtualMachineCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateStorageVirtualMachineCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateStorageVirtualMachineCommandInput
21
+ input: UpdateStorageVirtualMachineCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateStorageVirtualMachineCommandInput,
26
24
  UpdateStorageVirtualMachineCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateVolumeRequest, UpdateVolumeResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateVolumeCommandInput extends UpdateVolumeRequest {}
5
- export interface UpdateVolumeCommandOutput
6
- extends UpdateVolumeResponse,
7
- __MetadataBearer {}
5
+ export interface UpdateVolumeCommandOutput extends UpdateVolumeResponse, __MetadataBearer {}
8
6
  declare const UpdateVolumeCommand_base: {
9
7
  new (
10
- input: UpdateVolumeCommandInput
8
+ input: UpdateVolumeCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateVolumeCommandInput,
13
11
  UpdateVolumeCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateVolumeCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateVolumeCommandInput
17
+ input: UpdateVolumeCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateVolumeCommandInput,
22
20
  UpdateVolumeCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface FSxExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -43,8 +43,7 @@ export declare const FileSystemType: {
43
43
  readonly OPENZFS: "OPENZFS";
44
44
  readonly WINDOWS: "WINDOWS";
45
45
  };
46
- export type FileSystemType =
47
- (typeof FileSystemType)[keyof typeof FileSystemType];
46
+ export type FileSystemType = (typeof FileSystemType)[keyof typeof FileSystemType];
48
47
  export declare const FileSystemLifecycle: {
49
48
  readonly AVAILABLE: "AVAILABLE";
50
49
  readonly CREATING: "CREATING";
@@ -54,14 +53,12 @@ export declare const FileSystemLifecycle: {
54
53
  readonly MISCONFIGURED_UNAVAILABLE: "MISCONFIGURED_UNAVAILABLE";
55
54
  readonly UPDATING: "UPDATING";
56
55
  };
57
- export type FileSystemLifecycle =
58
- (typeof FileSystemLifecycle)[keyof typeof FileSystemLifecycle];
56
+ export type FileSystemLifecycle = (typeof FileSystemLifecycle)[keyof typeof FileSystemLifecycle];
59
57
  export declare const DataCompressionType: {
60
58
  readonly LZ4: "LZ4";
61
59
  readonly NONE: "NONE";
62
60
  };
63
- export type DataCompressionType =
64
- (typeof DataCompressionType)[keyof typeof DataCompressionType];
61
+ export type DataCompressionType = (typeof DataCompressionType)[keyof typeof DataCompressionType];
65
62
  export declare const LustreReadCacheSizingMode: {
66
63
  readonly NO_CACHE: "NO_CACHE";
67
64
  readonly PROPORTIONAL_TO_THROUGHPUT_CAPACITY: "PROPORTIONAL_TO_THROUGHPUT_CAPACITY";
@@ -75,8 +72,7 @@ export declare const AutoImportPolicyType: {
75
72
  readonly NEW_CHANGED_DELETED: "NEW_CHANGED_DELETED";
76
73
  readonly NONE: "NONE";
77
74
  };
78
- export type AutoImportPolicyType =
79
- (typeof AutoImportPolicyType)[keyof typeof AutoImportPolicyType];
75
+ export type AutoImportPolicyType = (typeof AutoImportPolicyType)[keyof typeof AutoImportPolicyType];
80
76
  export declare const DataRepositoryLifecycle: {
81
77
  readonly AVAILABLE: "AVAILABLE";
82
78
  readonly CREATING: "CREATING";
@@ -93,14 +89,12 @@ export declare const LustreDeploymentType: {
93
89
  readonly SCRATCH_1: "SCRATCH_1";
94
90
  readonly SCRATCH_2: "SCRATCH_2";
95
91
  };
96
- export type LustreDeploymentType =
97
- (typeof LustreDeploymentType)[keyof typeof LustreDeploymentType];
92
+ export type LustreDeploymentType = (typeof LustreDeploymentType)[keyof typeof LustreDeploymentType];
98
93
  export declare const DriveCacheType: {
99
94
  readonly NONE: "NONE";
100
95
  readonly READ: "READ";
101
96
  };
102
- export type DriveCacheType =
103
- (typeof DriveCacheType)[keyof typeof DriveCacheType];
97
+ export type DriveCacheType = (typeof DriveCacheType)[keyof typeof DriveCacheType];
104
98
  export declare const LustreAccessAuditLogLevel: {
105
99
  readonly DISABLED: "DISABLED";
106
100
  readonly ERROR_ONLY: "ERROR_ONLY";
@@ -126,8 +120,7 @@ export declare const OntapDeploymentType: {
126
120
  readonly SINGLE_AZ_1: "SINGLE_AZ_1";
127
121
  readonly SINGLE_AZ_2: "SINGLE_AZ_2";
128
122
  };
129
- export type OntapDeploymentType =
130
- (typeof OntapDeploymentType)[keyof typeof OntapDeploymentType];
123
+ export type OntapDeploymentType = (typeof OntapDeploymentType)[keyof typeof OntapDeploymentType];
131
124
  export declare const DiskIopsConfigurationMode: {
132
125
  readonly AUTOMATIC: "AUTOMATIC";
133
126
  readonly USER_PROVISIONED: "USER_PROVISIONED";
@@ -163,8 +156,7 @@ export declare const AliasLifecycle: {
163
156
  readonly DELETE_FAILED: "DELETE_FAILED";
164
157
  readonly DELETING: "DELETING";
165
158
  };
166
- export type AliasLifecycle =
167
- (typeof AliasLifecycle)[keyof typeof AliasLifecycle];
159
+ export type AliasLifecycle = (typeof AliasLifecycle)[keyof typeof AliasLifecycle];
168
160
  export declare const WindowsAccessAuditLogLevel: {
169
161
  readonly DISABLED: "DISABLED";
170
162
  readonly FAILURE_ONLY: "FAILURE_ONLY";
@@ -192,8 +184,7 @@ export declare const SnapshotLifecycle: {
192
184
  readonly DELETING: "DELETING";
193
185
  readonly PENDING: "PENDING";
194
186
  };
195
- export type SnapshotLifecycle =
196
- (typeof SnapshotLifecycle)[keyof typeof SnapshotLifecycle];
187
+ export type SnapshotLifecycle = (typeof SnapshotLifecycle)[keyof typeof SnapshotLifecycle];
197
188
  export declare const VolumeLifecycle: {
198
189
  readonly AVAILABLE: "AVAILABLE";
199
190
  readonly CREATED: "CREATED";
@@ -203,8 +194,7 @@ export declare const VolumeLifecycle: {
203
194
  readonly MISCONFIGURED: "MISCONFIGURED";
204
195
  readonly PENDING: "PENDING";
205
196
  };
206
- export type VolumeLifecycle =
207
- (typeof VolumeLifecycle)[keyof typeof VolumeLifecycle];
197
+ export type VolumeLifecycle = (typeof VolumeLifecycle)[keyof typeof VolumeLifecycle];
208
198
  export declare const FlexCacheEndpointType: {
209
199
  readonly CACHE: "CACHE";
210
200
  readonly NONE: "NONE";
@@ -217,8 +207,7 @@ export declare const OntapVolumeType: {
217
207
  readonly LS: "LS";
218
208
  readonly RW: "RW";
219
209
  };
220
- export type OntapVolumeType =
221
- (typeof OntapVolumeType)[keyof typeof OntapVolumeType];
210
+ export type OntapVolumeType = (typeof OntapVolumeType)[keyof typeof OntapVolumeType];
222
211
  export declare const SecurityStyle: {
223
212
  readonly MIXED: "MIXED";
224
213
  readonly NTFS: "NTFS";
@@ -233,15 +222,13 @@ export declare const AutocommitPeriodType: {
233
222
  readonly NONE: "NONE";
234
223
  readonly YEARS: "YEARS";
235
224
  };
236
- export type AutocommitPeriodType =
237
- (typeof AutocommitPeriodType)[keyof typeof AutocommitPeriodType];
225
+ export type AutocommitPeriodType = (typeof AutocommitPeriodType)[keyof typeof AutocommitPeriodType];
238
226
  export declare const PrivilegedDelete: {
239
227
  readonly DISABLED: "DISABLED";
240
228
  readonly ENABLED: "ENABLED";
241
229
  readonly PERMANENTLY_DISABLED: "PERMANENTLY_DISABLED";
242
230
  };
243
- export type PrivilegedDelete =
244
- (typeof PrivilegedDelete)[keyof typeof PrivilegedDelete];
231
+ export type PrivilegedDelete = (typeof PrivilegedDelete)[keyof typeof PrivilegedDelete];
245
232
  export declare const RetentionPeriodType: {
246
233
  readonly DAYS: "DAYS";
247
234
  readonly HOURS: "HOURS";
@@ -252,8 +239,7 @@ export declare const RetentionPeriodType: {
252
239
  readonly UNSPECIFIED: "UNSPECIFIED";
253
240
  readonly YEARS: "YEARS";
254
241
  };
255
- export type RetentionPeriodType =
256
- (typeof RetentionPeriodType)[keyof typeof RetentionPeriodType];
242
+ export type RetentionPeriodType = (typeof RetentionPeriodType)[keyof typeof RetentionPeriodType];
257
243
  export declare const SnaplockType: {
258
244
  readonly COMPLIANCE: "COMPLIANCE";
259
245
  readonly ENTERPRISE: "ENTERPRISE";
@@ -265,8 +251,7 @@ export declare const TieringPolicyName: {
265
251
  readonly NONE: "NONE";
266
252
  readonly SNAPSHOT_ONLY: "SNAPSHOT_ONLY";
267
253
  };
268
- export type TieringPolicyName =
269
- (typeof TieringPolicyName)[keyof typeof TieringPolicyName];
254
+ export type TieringPolicyName = (typeof TieringPolicyName)[keyof typeof TieringPolicyName];
270
255
  export declare const VolumeStyle: {
271
256
  readonly FLEXGROUP: "FLEXGROUP";
272
257
  readonly FLEXVOL: "FLEXVOL";
@@ -277,8 +262,7 @@ export declare const OpenZFSCopyStrategy: {
277
262
  readonly FULL_COPY: "FULL_COPY";
278
263
  readonly INCREMENTAL_COPY: "INCREMENTAL_COPY";
279
264
  };
280
- export type OpenZFSCopyStrategy =
281
- (typeof OpenZFSCopyStrategy)[keyof typeof OpenZFSCopyStrategy];
265
+ export type OpenZFSCopyStrategy = (typeof OpenZFSCopyStrategy)[keyof typeof OpenZFSCopyStrategy];
282
266
  export declare const OpenZFSDataCompressionType: {
283
267
  readonly LZ4: "LZ4";
284
268
  readonly NONE: "NONE";
@@ -290,8 +274,7 @@ export declare const OpenZFSQuotaType: {
290
274
  readonly GROUP: "GROUP";
291
275
  readonly USER: "USER";
292
276
  };
293
- export type OpenZFSQuotaType =
294
- (typeof OpenZFSQuotaType)[keyof typeof OpenZFSQuotaType];
277
+ export type OpenZFSQuotaType = (typeof OpenZFSQuotaType)[keyof typeof OpenZFSQuotaType];
295
278
  export declare const VolumeType: {
296
279
  readonly ONTAP: "ONTAP";
297
280
  readonly OPENZFS: "OPENZFS";
@@ -322,8 +305,7 @@ export declare const BackupLifecycle: {
322
305
  readonly PENDING: "PENDING";
323
306
  readonly TRANSFERRING: "TRANSFERRING";
324
307
  };
325
- export type BackupLifecycle =
326
- (typeof BackupLifecycle)[keyof typeof BackupLifecycle];
308
+ export type BackupLifecycle = (typeof BackupLifecycle)[keyof typeof BackupLifecycle];
327
309
  export declare const ResourceType: {
328
310
  readonly FILE_SYSTEM: "FILE_SYSTEM";
329
311
  readonly VOLUME: "VOLUME";
@@ -422,8 +404,7 @@ export declare const FileCacheLifecycle: {
422
404
  readonly FAILED: "FAILED";
423
405
  readonly UPDATING: "UPDATING";
424
406
  };
425
- export type FileCacheLifecycle =
426
- (typeof FileCacheLifecycle)[keyof typeof FileCacheLifecycle];
407
+ export type FileCacheLifecycle = (typeof FileCacheLifecycle)[keyof typeof FileCacheLifecycle];
427
408
  export declare const StorageVirtualMachineRootVolumeSecurityStyle: {
428
409
  readonly MIXED: "MIXED";
429
410
  readonly NTFS: "NTFS";
@@ -453,8 +434,7 @@ export declare const InputOntapVolumeType: {
453
434
  readonly DP: "DP";
454
435
  readonly RW: "RW";
455
436
  };
456
- export type InputOntapVolumeType =
457
- (typeof InputOntapVolumeType)[keyof typeof InputOntapVolumeType];
437
+ export type InputOntapVolumeType = (typeof InputOntapVolumeType)[keyof typeof InputOntapVolumeType];
458
438
  export declare const DeleteFileSystemOpenZFSOption: {
459
439
  readonly DELETE_CHILD_VOLUMES_AND_SNAPSHOTS: "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS";
460
440
  };
@@ -494,8 +474,7 @@ export declare const SnapshotFilterName: {
494
474
  readonly FILE_SYSTEM_ID: "file-system-id";
495
475
  readonly VOLUME_ID: "volume-id";
496
476
  };
497
- export type SnapshotFilterName =
498
- (typeof SnapshotFilterName)[keyof typeof SnapshotFilterName];
477
+ export type SnapshotFilterName = (typeof SnapshotFilterName)[keyof typeof SnapshotFilterName];
499
478
  export declare const StorageVirtualMachineFilterName: {
500
479
  readonly FILE_SYSTEM_ID: "file-system-id";
501
480
  };
@@ -505,8 +484,7 @@ export declare const VolumeFilterName: {
505
484
  readonly FILE_SYSTEM_ID: "file-system-id";
506
485
  readonly STORAGE_VIRTUAL_MACHINE_ID: "storage-virtual-machine-id";
507
486
  };
508
- export type VolumeFilterName =
509
- (typeof VolumeFilterName)[keyof typeof VolumeFilterName];
487
+ export type VolumeFilterName = (typeof VolumeFilterName)[keyof typeof VolumeFilterName];
510
488
  export declare const RestoreOpenZFSVolumeOption: {
511
489
  readonly DELETE_CLONED_VOLUMES: "DELETE_CLONED_VOLUMES";
512
490
  readonly DELETE_INTERMEDIATE_SNAPSHOTS: "DELETE_INTERMEDIATE_SNAPSHOTS";