@aws-sdk/client-fsx 3.1087.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 +38 -38
@@ -6,9 +6,7 @@ export declare class AccessPointAlreadyOwnedByYou extends __BaseException {
6
6
  readonly $fault: "client";
7
7
  ErrorCode?: string | undefined;
8
8
  Message?: string | undefined;
9
- constructor(
10
- opts: __ExceptionOptionType<AccessPointAlreadyOwnedByYou, __BaseException>
11
- );
9
+ constructor(opts: __ExceptionOptionType<AccessPointAlreadyOwnedByYou, __BaseException>);
12
10
  }
13
11
  export declare class ActiveDirectoryError extends __BaseException {
14
12
  readonly name: "ActiveDirectoryError";
@@ -16,9 +14,7 @@ export declare class ActiveDirectoryError extends __BaseException {
16
14
  ActiveDirectoryId: string | undefined;
17
15
  Type?: ActiveDirectoryErrorType | undefined;
18
16
  Message?: string | undefined;
19
- constructor(
20
- opts: __ExceptionOptionType<ActiveDirectoryError, __BaseException>
21
- );
17
+ constructor(opts: __ExceptionOptionType<ActiveDirectoryError, __BaseException>);
22
18
  }
23
19
  export declare class BadRequest extends __BaseException {
24
20
  readonly name: "BadRequest";
@@ -36,33 +32,25 @@ export declare class InternalServerError extends __BaseException {
36
32
  readonly name: "InternalServerError";
37
33
  readonly $fault: "server";
38
34
  Message?: string | undefined;
39
- constructor(
40
- opts: __ExceptionOptionType<InternalServerError, __BaseException>
41
- );
35
+ constructor(opts: __ExceptionOptionType<InternalServerError, __BaseException>);
42
36
  }
43
37
  export declare class DataRepositoryTaskEnded extends __BaseException {
44
38
  readonly name: "DataRepositoryTaskEnded";
45
39
  readonly $fault: "client";
46
40
  Message?: string | undefined;
47
- constructor(
48
- opts: __ExceptionOptionType<DataRepositoryTaskEnded, __BaseException>
49
- );
41
+ constructor(opts: __ExceptionOptionType<DataRepositoryTaskEnded, __BaseException>);
50
42
  }
51
43
  export declare class DataRepositoryTaskNotFound extends __BaseException {
52
44
  readonly name: "DataRepositoryTaskNotFound";
53
45
  readonly $fault: "client";
54
46
  Message?: string | undefined;
55
- constructor(
56
- opts: __ExceptionOptionType<DataRepositoryTaskNotFound, __BaseException>
57
- );
47
+ constructor(opts: __ExceptionOptionType<DataRepositoryTaskNotFound, __BaseException>);
58
48
  }
59
49
  export declare class UnsupportedOperation extends __BaseException {
60
50
  readonly name: "UnsupportedOperation";
61
51
  readonly $fault: "client";
62
52
  Message?: string | undefined;
63
- constructor(
64
- opts: __ExceptionOptionType<UnsupportedOperation, __BaseException>
65
- );
53
+ constructor(opts: __ExceptionOptionType<UnsupportedOperation, __BaseException>);
66
54
  }
67
55
  export declare class BackupNotFound extends __BaseException {
68
56
  readonly name: "BackupNotFound";
@@ -75,25 +63,19 @@ export declare class IncompatibleParameterError extends __BaseException {
75
63
  readonly $fault: "client";
76
64
  Parameter: string | undefined;
77
65
  Message?: string | undefined;
78
- constructor(
79
- opts: __ExceptionOptionType<IncompatibleParameterError, __BaseException>
80
- );
66
+ constructor(opts: __ExceptionOptionType<IncompatibleParameterError, __BaseException>);
81
67
  }
82
68
  export declare class IncompatibleRegionForMultiAZ extends __BaseException {
83
69
  readonly name: "IncompatibleRegionForMultiAZ";
84
70
  readonly $fault: "client";
85
71
  Message?: string | undefined;
86
- constructor(
87
- opts: __ExceptionOptionType<IncompatibleRegionForMultiAZ, __BaseException>
88
- );
72
+ constructor(opts: __ExceptionOptionType<IncompatibleRegionForMultiAZ, __BaseException>);
89
73
  }
90
74
  export declare class InvalidDestinationKmsKey extends __BaseException {
91
75
  readonly name: "InvalidDestinationKmsKey";
92
76
  readonly $fault: "client";
93
77
  Message?: string | undefined;
94
- constructor(
95
- opts: __ExceptionOptionType<InvalidDestinationKmsKey, __BaseException>
96
- );
78
+ constructor(opts: __ExceptionOptionType<InvalidDestinationKmsKey, __BaseException>);
97
79
  }
98
80
  export declare class InvalidRegion extends __BaseException {
99
81
  readonly name: "InvalidRegion";
@@ -105,27 +87,21 @@ export declare class InvalidSourceKmsKey extends __BaseException {
105
87
  readonly name: "InvalidSourceKmsKey";
106
88
  readonly $fault: "client";
107
89
  Message?: string | undefined;
108
- constructor(
109
- opts: __ExceptionOptionType<InvalidSourceKmsKey, __BaseException>
110
- );
90
+ constructor(opts: __ExceptionOptionType<InvalidSourceKmsKey, __BaseException>);
111
91
  }
112
92
  export declare class ServiceLimitExceeded extends __BaseException {
113
93
  readonly name: "ServiceLimitExceeded";
114
94
  readonly $fault: "client";
115
95
  Limit: ServiceLimit | undefined;
116
96
  Message?: string | undefined;
117
- constructor(
118
- opts: __ExceptionOptionType<ServiceLimitExceeded, __BaseException>
119
- );
97
+ constructor(opts: __ExceptionOptionType<ServiceLimitExceeded, __BaseException>);
120
98
  }
121
99
  export declare class SourceBackupUnavailable extends __BaseException {
122
100
  readonly name: "SourceBackupUnavailable";
123
101
  readonly $fault: "client";
124
102
  Message?: string | undefined;
125
103
  BackupId?: string | undefined;
126
- constructor(
127
- opts: __ExceptionOptionType<SourceBackupUnavailable, __BaseException>
128
- );
104
+ constructor(opts: __ExceptionOptionType<SourceBackupUnavailable, __BaseException>);
129
105
  }
130
106
  export declare class InvalidAccessPoint extends __BaseException {
131
107
  readonly name: "InvalidAccessPoint";
@@ -146,9 +122,7 @@ export declare class TooManyAccessPoints extends __BaseException {
146
122
  readonly $fault: "client";
147
123
  ErrorCode?: string | undefined;
148
124
  Message?: string | undefined;
149
- constructor(
150
- opts: __ExceptionOptionType<TooManyAccessPoints, __BaseException>
151
- );
125
+ constructor(opts: __ExceptionOptionType<TooManyAccessPoints, __BaseException>);
152
126
  }
153
127
  export declare class VolumeNotFound extends __BaseException {
154
128
  readonly name: "VolumeNotFound";
@@ -166,9 +140,7 @@ export declare class DataRepositoryTaskExecuting extends __BaseException {
166
140
  readonly name: "DataRepositoryTaskExecuting";
167
141
  readonly $fault: "client";
168
142
  Message?: string | undefined;
169
- constructor(
170
- opts: __ExceptionOptionType<DataRepositoryTaskExecuting, __BaseException>
171
- );
143
+ constructor(opts: __ExceptionOptionType<DataRepositoryTaskExecuting, __BaseException>);
172
144
  }
173
145
  export declare class InvalidNetworkSettings extends __BaseException {
174
146
  readonly name: "InvalidNetworkSettings";
@@ -177,28 +149,19 @@ export declare class InvalidNetworkSettings extends __BaseException {
177
149
  InvalidSubnetId?: string | undefined;
178
150
  InvalidSecurityGroupId?: string | undefined;
179
151
  InvalidRouteTableId?: string | undefined;
180
- constructor(
181
- opts: __ExceptionOptionType<InvalidNetworkSettings, __BaseException>
182
- );
152
+ constructor(opts: __ExceptionOptionType<InvalidNetworkSettings, __BaseException>);
183
153
  }
184
154
  export declare class InvalidPerUnitStorageThroughput extends __BaseException {
185
155
  readonly name: "InvalidPerUnitStorageThroughput";
186
156
  readonly $fault: "client";
187
157
  Message?: string | undefined;
188
- constructor(
189
- opts: __ExceptionOptionType<
190
- InvalidPerUnitStorageThroughput,
191
- __BaseException
192
- >
193
- );
158
+ constructor(opts: __ExceptionOptionType<InvalidPerUnitStorageThroughput, __BaseException>);
194
159
  }
195
160
  export declare class MissingFileCacheConfiguration extends __BaseException {
196
161
  readonly name: "MissingFileCacheConfiguration";
197
162
  readonly $fault: "client";
198
163
  Message?: string | undefined;
199
- constructor(
200
- opts: __ExceptionOptionType<MissingFileCacheConfiguration, __BaseException>
201
- );
164
+ constructor(opts: __ExceptionOptionType<MissingFileCacheConfiguration, __BaseException>);
202
165
  }
203
166
  export declare class InvalidExportPath extends __BaseException {
204
167
  readonly name: "InvalidExportPath";
@@ -216,25 +179,19 @@ export declare class MissingFileSystemConfiguration extends __BaseException {
216
179
  readonly name: "MissingFileSystemConfiguration";
217
180
  readonly $fault: "client";
218
181
  Message?: string | undefined;
219
- constructor(
220
- opts: __ExceptionOptionType<MissingFileSystemConfiguration, __BaseException>
221
- );
182
+ constructor(opts: __ExceptionOptionType<MissingFileSystemConfiguration, __BaseException>);
222
183
  }
223
184
  export declare class MissingVolumeConfiguration extends __BaseException {
224
185
  readonly name: "MissingVolumeConfiguration";
225
186
  readonly $fault: "client";
226
187
  Message?: string | undefined;
227
- constructor(
228
- opts: __ExceptionOptionType<MissingVolumeConfiguration, __BaseException>
229
- );
188
+ constructor(opts: __ExceptionOptionType<MissingVolumeConfiguration, __BaseException>);
230
189
  }
231
190
  export declare class StorageVirtualMachineNotFound extends __BaseException {
232
191
  readonly name: "StorageVirtualMachineNotFound";
233
192
  readonly $fault: "client";
234
193
  Message?: string | undefined;
235
- constructor(
236
- opts: __ExceptionOptionType<StorageVirtualMachineNotFound, __BaseException>
237
- );
194
+ constructor(opts: __ExceptionOptionType<StorageVirtualMachineNotFound, __BaseException>);
238
195
  }
239
196
  export declare class BackupBeingCopied extends __BaseException {
240
197
  readonly name: "BackupBeingCopied";
@@ -254,12 +211,7 @@ export declare class DataRepositoryAssociationNotFound extends __BaseException {
254
211
  readonly name: "DataRepositoryAssociationNotFound";
255
212
  readonly $fault: "client";
256
213
  Message?: string | undefined;
257
- constructor(
258
- opts: __ExceptionOptionType<
259
- DataRepositoryAssociationNotFound,
260
- __BaseException
261
- >
262
- );
214
+ constructor(opts: __ExceptionOptionType<DataRepositoryAssociationNotFound, __BaseException>);
263
215
  }
264
216
  export declare class FileCacheNotFound extends __BaseException {
265
217
  readonly name: "FileCacheNotFound";
@@ -277,38 +229,27 @@ export declare class InvalidDataRepositoryType extends __BaseException {
277
229
  readonly name: "InvalidDataRepositoryType";
278
230
  readonly $fault: "client";
279
231
  Message?: string | undefined;
280
- constructor(
281
- opts: __ExceptionOptionType<InvalidDataRepositoryType, __BaseException>
282
- );
232
+ constructor(opts: __ExceptionOptionType<InvalidDataRepositoryType, __BaseException>);
283
233
  }
284
234
  export declare class S3AccessPointAttachmentNotFound extends __BaseException {
285
235
  readonly name: "S3AccessPointAttachmentNotFound";
286
236
  readonly $fault: "client";
287
237
  Message?: string | undefined;
288
- constructor(
289
- opts: __ExceptionOptionType<
290
- S3AccessPointAttachmentNotFound,
291
- __BaseException
292
- >
293
- );
238
+ constructor(opts: __ExceptionOptionType<S3AccessPointAttachmentNotFound, __BaseException>);
294
239
  }
295
240
  export declare class NotServiceResourceError extends __BaseException {
296
241
  readonly name: "NotServiceResourceError";
297
242
  readonly $fault: "client";
298
243
  ResourceARN: string | undefined;
299
244
  Message?: string | undefined;
300
- constructor(
301
- opts: __ExceptionOptionType<NotServiceResourceError, __BaseException>
302
- );
245
+ constructor(opts: __ExceptionOptionType<NotServiceResourceError, __BaseException>);
303
246
  }
304
247
  export declare class ResourceDoesNotSupportTagging extends __BaseException {
305
248
  readonly name: "ResourceDoesNotSupportTagging";
306
249
  readonly $fault: "client";
307
250
  ResourceARN: string | undefined;
308
251
  Message?: string | undefined;
309
- constructor(
310
- opts: __ExceptionOptionType<ResourceDoesNotSupportTagging, __BaseException>
311
- );
252
+ constructor(opts: __ExceptionOptionType<ResourceDoesNotSupportTagging, __BaseException>);
312
253
  }
313
254
  export declare class ResourceNotFound extends __BaseException {
314
255
  readonly name: "ResourceNotFound";
@@ -202,17 +202,13 @@ export interface SelfManagedActiveDirectoryAttributes {
202
202
  }
203
203
  export interface WindowsFileSystemConfiguration {
204
204
  ActiveDirectoryId?: string | undefined;
205
- SelfManagedActiveDirectoryConfiguration?:
206
- | SelfManagedActiveDirectoryAttributes
207
- | undefined;
205
+ SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryAttributes | undefined;
208
206
  DeploymentType?: WindowsDeploymentType | undefined;
209
207
  RemoteAdministrationEndpoint?: string | undefined;
210
208
  PreferredSubnetId?: string | undefined;
211
209
  PreferredFileServerIp?: string | undefined;
212
210
  ThroughputCapacity?: number | undefined;
213
- MaintenanceOperationsInProgress?:
214
- | FileSystemMaintenanceOperation[]
215
- | undefined;
211
+ MaintenanceOperationsInProgress?: FileSystemMaintenanceOperation[] | undefined;
216
212
  WeeklyMaintenanceStartTime?: string | undefined;
217
213
  DailyAutomaticBackupStartTime?: string | undefined;
218
214
  AutomaticBackupRetentionDays?: number | undefined;
@@ -387,12 +383,8 @@ export interface CreateAndAttachS3AccessPointRequest {
387
383
  ClientRequestToken?: string | undefined;
388
384
  Name: string | undefined;
389
385
  Type: S3AccessPointAttachmentType | undefined;
390
- OpenZFSConfiguration?:
391
- | CreateAndAttachS3AccessPointOpenZFSConfiguration
392
- | undefined;
393
- OntapConfiguration?:
394
- | CreateAndAttachS3AccessPointOntapConfiguration
395
- | undefined;
386
+ OpenZFSConfiguration?: CreateAndAttachS3AccessPointOpenZFSConfiguration | undefined;
387
+ OntapConfiguration?: CreateAndAttachS3AccessPointOntapConfiguration | undefined;
396
388
  S3AccessPoint?: CreateAndAttachS3AccessPointS3Configuration | undefined;
397
389
  }
398
390
  export interface S3AccessPointOntapConfiguration {
@@ -611,9 +603,7 @@ export interface CreateFileSystemLustreConfiguration {
611
603
  EfaEnabled?: boolean | undefined;
612
604
  LogConfiguration?: LustreLogCreateConfiguration | undefined;
613
605
  RootSquashConfiguration?: LustreRootSquashConfiguration | undefined;
614
- MetadataConfiguration?:
615
- | CreateFileSystemLustreMetadataConfiguration
616
- | undefined;
606
+ MetadataConfiguration?: CreateFileSystemLustreMetadataConfiguration | undefined;
617
607
  ThroughputCapacity?: number | undefined;
618
608
  DataReadCacheConfiguration?: LustreReadCacheConfiguration | undefined;
619
609
  }
@@ -672,9 +662,7 @@ export interface SelfManagedActiveDirectoryConfiguration {
672
662
  }
673
663
  export interface CreateFileSystemWindowsConfiguration {
674
664
  ActiveDirectoryId?: string | undefined;
675
- SelfManagedActiveDirectoryConfiguration?:
676
- | SelfManagedActiveDirectoryConfiguration
677
- | undefined;
665
+ SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfiguration | undefined;
678
666
  DeploymentType?: WindowsDeploymentType | undefined;
679
667
  PreferredSubnetId?: string | undefined;
680
668
  ThroughputCapacity: number | undefined;
@@ -726,28 +714,20 @@ export interface CreateSnapshotRequest {
726
714
  }
727
715
  export interface CreateSvmActiveDirectoryConfiguration {
728
716
  NetBiosName: string | undefined;
729
- SelfManagedActiveDirectoryConfiguration?:
730
- | SelfManagedActiveDirectoryConfiguration
731
- | undefined;
717
+ SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfiguration | undefined;
732
718
  }
733
719
  export interface CreateStorageVirtualMachineRequest {
734
- ActiveDirectoryConfiguration?:
735
- | CreateSvmActiveDirectoryConfiguration
736
- | undefined;
720
+ ActiveDirectoryConfiguration?: CreateSvmActiveDirectoryConfiguration | undefined;
737
721
  ClientRequestToken?: string | undefined;
738
722
  FileSystemId: string | undefined;
739
723
  Name: string | undefined;
740
724
  SvmAdminPassword?: string | undefined;
741
725
  Tags?: Tag[] | undefined;
742
- RootVolumeSecurityStyle?:
743
- | StorageVirtualMachineRootVolumeSecurityStyle
744
- | undefined;
726
+ RootVolumeSecurityStyle?: StorageVirtualMachineRootVolumeSecurityStyle | undefined;
745
727
  }
746
728
  export interface SvmActiveDirectoryConfiguration {
747
729
  NetBiosName?: string | undefined;
748
- SelfManagedActiveDirectoryConfiguration?:
749
- | SelfManagedActiveDirectoryAttributes
750
- | undefined;
730
+ SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryAttributes | undefined;
751
731
  }
752
732
  export interface SvmEndpoint {
753
733
  DNSName?: string | undefined;
@@ -773,9 +753,7 @@ export interface StorageVirtualMachine {
773
753
  UUID?: string | undefined;
774
754
  Tags?: Tag[] | undefined;
775
755
  LifecycleTransitionReason?: LifecycleTransitionReason | undefined;
776
- RootVolumeSecurityStyle?:
777
- | StorageVirtualMachineRootVolumeSecurityStyle
778
- | undefined;
756
+ RootVolumeSecurityStyle?: StorageVirtualMachineRootVolumeSecurityStyle | undefined;
779
757
  }
780
758
  export interface CreateStorageVirtualMachineResponse {
781
759
  StorageVirtualMachine?: StorageVirtualMachine | undefined;
@@ -1153,9 +1131,7 @@ export interface UpdateFileSystemLustreConfiguration {
1153
1131
  LogConfiguration?: LustreLogCreateConfiguration | undefined;
1154
1132
  RootSquashConfiguration?: LustreRootSquashConfiguration | undefined;
1155
1133
  PerUnitStorageThroughput?: number | undefined;
1156
- MetadataConfiguration?:
1157
- | UpdateFileSystemLustreMetadataConfiguration
1158
- | undefined;
1134
+ MetadataConfiguration?: UpdateFileSystemLustreMetadataConfiguration | undefined;
1159
1135
  ThroughputCapacity?: number | undefined;
1160
1136
  DataReadCacheConfiguration?: LustreReadCacheConfiguration | undefined;
1161
1137
  }
@@ -1237,9 +1213,7 @@ export interface UpdateSvmActiveDirectoryConfiguration {
1237
1213
  NetBiosName?: string | undefined;
1238
1214
  }
1239
1215
  export interface UpdateStorageVirtualMachineRequest {
1240
- ActiveDirectoryConfiguration?:
1241
- | UpdateSvmActiveDirectoryConfiguration
1242
- | undefined;
1216
+ ActiveDirectoryConfiguration?: UpdateSvmActiveDirectoryConfiguration | undefined;
1243
1217
  ClientRequestToken?: string | undefined;
1244
1218
  StorageVirtualMachineId: string | undefined;
1245
1219
  SvmAdminPassword?: string | undefined;
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: FSxClientConfig) => {
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
10
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
- | ((
12
- _: unknown
13
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
12
  defaultUserAgentProvider: (
15
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
16
14
  ) => Promise<import("@smithy/types").UserAgent>;
17
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
16
  region: string | import("@smithy/types").Provider<any>;
19
- requestHandler:
20
- | import("@smithy/core/protocols").HttpHandler<any>
21
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
22
18
  retryMode: string | import("@smithy/types").Provider<string>;
23
19
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
21
  ) => Promise<Uint8Array>;
30
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
31
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: FSxClientConfig) => {
53
45
  logger: import("@smithy/types").Logger;
54
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- userAgentAppId?:
57
- | string
58
- | undefined
59
- | import("@smithy/types").Provider<string | undefined>;
60
- retryStrategy?:
61
- | import("@smithy/types").RetryStrategy
62
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
63
50
  endpoint?:
64
51
  | ((
65
52
  | string
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: FSxClientConfig) => {
81
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
82
69
  context?: {
83
70
  logger?: import("@smithy/types").Logger;
84
- }
71
+ },
85
72
  ) => import("@smithy/types").EndpointV2;
86
73
  tls?: boolean;
87
74
  serviceConfiguredEndpoint?: never;
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: FSxClientConfig) => {
94
81
  signer?:
95
82
  | import("@smithy/types").RequestSigner
96
83
  | ((
97
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
98
85
  ) => Promise<import("@smithy/types").RequestSigner>);
99
86
  signingEscapePath?: boolean;
100
87
  systemClockOffset?: number;
101
88
  signingRegion?: string;
102
89
  signerConstructor?: new (
103
90
  options: import("@smithy/signature-v4").SignatureV4Init &
104
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
105
92
  ) => import("@smithy/types").RequestSigner;
106
93
  };
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: FSxClientConfig) => {
10
10
  credentialDefaultProvider:
11
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
12
12
  | ((
13
- init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
14
14
  ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
15
15
  defaultUserAgentProvider: (
16
- config?: import("@aws-sdk/core/client").PreviouslyResolved
16
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
17
17
  ) => Promise<import("@smithy/types").UserAgent>;
18
18
  maxAttempts: number | import("@smithy/types").Provider<number>;
19
19
  region: string | import("@smithy/types").Provider<string>;
20
- requestHandler:
21
- | RequestHandler
22
- | import("@smithy/core/protocols").HttpHandler<any>;
20
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
23
21
  retryMode: string | import("@smithy/types").Provider<string>;
24
22
  streamCollector: (
25
- stream:
26
- | import("stream").Readable
27
- | import("stream/web").ReadableStream
28
- | ReadableStream
29
- | Blob
23
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
30
24
  ) => Promise<Uint8Array>;
31
25
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
32
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: FSxClientConfig) => {
53
47
  logger: import("@smithy/types").Logger;
54
48
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
49
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- retryStrategy?:
57
- | import("@smithy/types").RetryStrategy
58
- | import("@smithy/types").RetryStrategyV2;
50
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
59
51
  endpoint?:
60
52
  | ((
61
53
  | string
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: FSxClientConfig) => {
77
69
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
78
70
  context?: {
79
71
  logger?: import("@smithy/types").Logger;
80
- }
72
+ },
81
73
  ) => import("@smithy/types").EndpointV2;
82
74
  tls?: boolean;
83
75
  serviceConfiguredEndpoint?: never;
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: FSxClientConfig) => {
89
81
  signer?:
90
82
  | import("@smithy/types").RequestSigner
91
83
  | ((
92
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
93
85
  ) => Promise<import("@smithy/types").RequestSigner>);
94
86
  signingEscapePath?: boolean;
95
87
  systemClockOffset?: number;
96
88
  signingRegion?: string;
97
89
  signerConstructor?: new (
98
90
  options: import("@smithy/signature-v4").SignatureV4Init &
99
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
100
92
  ) => import("@smithy/types").RequestSigner;
101
93
  };
@@ -21,11 +21,7 @@ export declare const getRuntimeConfig: (config: FSxClientConfig) => {
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
23
23
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
24
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
25
  ) => Promise<Uint8Array>;
30
26
  base64Decoder: import("@smithy/types").Decoder;
31
27
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -40,30 +36,21 @@ export declare const getRuntimeConfig: (config: FSxClientConfig) => {
40
36
  region: string | import("@smithy/types").Provider<any>;
41
37
  profile?: string;
42
38
  defaultUserAgentProvider: (
43
- config?: import("@aws-sdk/core/client").PreviouslyResolved
39
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
44
40
  ) => Promise<import("@smithy/types").UserAgent>;
45
41
  credentialDefaultProvider:
46
42
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
47
- | ((
48
- _: unknown
49
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
43
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
50
44
  maxAttempts: number | import("@smithy/types").Provider<number>;
51
45
  retryMode: string | import("@smithy/types").Provider<string>;
52
46
  logger: import("@smithy/types").Logger;
53
47
  extensions: import("./runtimeExtensions").RuntimeExtension[];
54
48
  defaultsMode:
55
49
  | import("@smithy/core/client").DefaultsMode
56
- | import("@smithy/types").Provider<
57
- import("@smithy/core/client").DefaultsMode
58
- >;
50
+ | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
59
51
  customUserAgent?: string | import("@smithy/types").UserAgent;
60
- userAgentAppId?:
61
- | string
62
- | undefined
63
- | import("@smithy/types").Provider<string | undefined>;
64
- retryStrategy?:
65
- | import("@smithy/types").RetryStrategy
66
- | import("@smithy/types").RetryStrategyV2;
52
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
53
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
67
54
  endpoint?:
68
55
  | ((
69
56
  | string
@@ -85,7 +72,7 @@ export declare const getRuntimeConfig: (config: FSxClientConfig) => {
85
72
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
86
73
  context?: {
87
74
  logger?: import("@smithy/types").Logger;
88
- }
75
+ },
89
76
  ) => import("@smithy/types").EndpointV2;
90
77
  tls?: boolean;
91
78
  serviceConfiguredEndpoint?: never;
@@ -98,13 +85,13 @@ export declare const getRuntimeConfig: (config: FSxClientConfig) => {
98
85
  signer?:
99
86
  | import("@smithy/types").RequestSigner
100
87
  | ((
101
- authScheme?: import("@smithy/types").AuthScheme
88
+ authScheme?: import("@smithy/types").AuthScheme,
102
89
  ) => Promise<import("@smithy/types").RequestSigner>);
103
90
  signingEscapePath?: boolean;
104
91
  systemClockOffset?: number;
105
92
  signingRegion?: string;
106
93
  signerConstructor?: new (
107
94
  options: import("@smithy/signature-v4").SignatureV4Init &
108
- import("@smithy/signature-v4").SignatureV4CryptoInit
95
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
109
96
  ) => import("@smithy/types").RequestSigner;
110
97
  };
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: FSxClientConfig) => {
9
9
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
10
10
  context?: {
11
11
  logger?: import("@smithy/types").Logger;
12
- }
12
+ },
13
13
  ) => import("@smithy/types").EndpointV2;
14
14
  extensions: import("./runtimeExtensions").RuntimeExtension[];
15
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").FSxHttpAuthSchemeProvider;
@@ -7,5 +7,5 @@ export interface RuntimeExtensionsConfig {
7
7
  }
8
8
  export declare const resolveRuntimeExtensions: (
9
9
  runtimeConfig: any,
10
- extensions: RuntimeExtension[]
10
+ extensions: RuntimeExtension[],
11
11
  ) => any;
@@ -1,9 +1,5 @@
1
1
  import { TypeRegistry } from "@smithy/core/schema";
2
- import {
3
- StaticErrorSchema,
4
- StaticOperationSchema,
5
- StaticStructureSchema,
6
- } from "@smithy/types";
2
+ import { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
7
3
  export declare var FSxServiceException$: StaticErrorSchema;
8
4
  export declare var AccessPointAlreadyOwnedByYou$: StaticErrorSchema;
9
5
  export declare var ActiveDirectoryError$: StaticErrorSchema;