@aws-sdk/client-fsx 3.934.0 → 3.935.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 (57) hide show
  1. package/dist-cjs/index.js +398 -389
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +386 -0
  4. package/dist-es/models/errors.js +595 -0
  5. package/dist-es/models/models_0.js +1 -981
  6. package/dist-es/schemas/schemas_0.js +12 -4
  7. package/dist-types/commands/CopyBackupCommand.d.ts +9 -2
  8. package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +8 -0
  9. package/dist-types/commands/CreateBackupCommand.d.ts +9 -2
  10. package/dist-types/commands/CreateFileSystemCommand.d.ts +13 -2
  11. package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +13 -2
  12. package/dist-types/commands/CreateSnapshotCommand.d.ts +9 -2
  13. package/dist-types/commands/CreateVolumeCommand.d.ts +9 -2
  14. package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +9 -2
  15. package/dist-types/commands/DescribeBackupsCommand.d.ts +9 -2
  16. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +9 -2
  17. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +9 -2
  18. package/dist-types/commands/DescribeVolumesCommand.d.ts +9 -2
  19. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +9 -2
  20. package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +8 -0
  21. package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +9 -2
  22. package/dist-types/commands/UpdateFileSystemCommand.d.ts +13 -2
  23. package/dist-types/commands/UpdateSnapshotCommand.d.ts +9 -2
  24. package/dist-types/commands/UpdateVolumeCommand.d.ts +9 -2
  25. package/dist-types/index.d.ts +3 -1
  26. package/dist-types/models/enums.d.ts +938 -0
  27. package/dist-types/models/errors.d.ts +782 -0
  28. package/dist-types/models/models_0.d.ts +415 -1761
  29. package/dist-types/schemas/schemas_0.d.ts +1 -0
  30. package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +1 -2
  31. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +1 -2
  32. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +4 -2
  33. package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +4 -2
  34. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +4 -2
  35. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -2
  36. package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +4 -2
  37. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +4 -2
  38. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +4 -2
  39. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +4 -2
  40. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +4 -2
  41. package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +4 -2
  42. package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +4 -2
  43. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +4 -2
  44. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +4 -2
  45. package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +1 -2
  46. package/dist-types/ts3.4/index.d.ts +3 -1
  47. package/dist-types/ts3.4/models/enums.d.ts +507 -0
  48. package/dist-types/ts3.4/models/errors.d.ts +319 -0
  49. package/dist-types/ts3.4/models/models_0.d.ts +147 -825
  50. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
  51. package/package.json +12 -12
  52. package/dist-es/models/index.js +0 -2
  53. package/dist-es/models/models_1.js +0 -1
  54. package/dist-types/models/index.d.ts +0 -2
  55. package/dist-types/models/models_1.d.ts +0 -332
  56. package/dist-types/ts3.4/models/index.d.ts +0 -2
  57. package/dist-types/ts3.4/models/models_1.d.ts +0 -82
@@ -255,6 +255,7 @@ export declare var VolumeNotFound: StaticErrorSchema;
255
255
  export declare var WindowsAuditLogConfiguration: StaticStructureSchema;
256
256
  export declare var WindowsAuditLogCreateConfiguration: StaticStructureSchema;
257
257
  export declare var WindowsFileSystemConfiguration: StaticStructureSchema;
258
+ export declare var WindowsFsrmConfiguration: StaticStructureSchema;
258
259
  export declare var __Unit: "unit";
259
260
  export declare var FSxServiceException: StaticErrorSchema;
260
261
  export declare var AdministrativeActions: StaticListSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-fsx",
3
3
  "description": "AWS SDK for JavaScript Fsx Client for Node.js, Browser and React Native",
4
- "version": "3.934.0",
4
+ "version": "3.935.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-fsx",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.934.0",
24
- "@aws-sdk/credential-provider-node": "3.934.0",
23
+ "@aws-sdk/core": "3.935.0",
24
+ "@aws-sdk/credential-provider-node": "3.935.0",
25
25
  "@aws-sdk/middleware-host-header": "3.930.0",
26
26
  "@aws-sdk/middleware-logger": "3.930.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
- "@aws-sdk/middleware-user-agent": "3.934.0",
28
+ "@aws-sdk/middleware-user-agent": "3.935.0",
29
29
  "@aws-sdk/region-config-resolver": "3.930.0",
30
30
  "@aws-sdk/types": "3.930.0",
31
31
  "@aws-sdk/util-endpoints": "3.930.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.934.0",
33
+ "@aws-sdk/util-user-agent-node": "3.935.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
- "@smithy/core": "^3.18.2",
35
+ "@smithy/core": "^3.18.5",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",
37
37
  "@smithy/hash-node": "^4.2.5",
38
38
  "@smithy/invalid-dependency": "^4.2.5",
39
39
  "@smithy/middleware-content-length": "^4.2.5",
40
- "@smithy/middleware-endpoint": "^4.3.9",
41
- "@smithy/middleware-retry": "^4.4.9",
42
- "@smithy/middleware-serde": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.12",
41
+ "@smithy/middleware-retry": "^4.4.12",
42
+ "@smithy/middleware-serde": "^4.2.6",
43
43
  "@smithy/middleware-stack": "^4.2.5",
44
44
  "@smithy/node-config-provider": "^4.3.5",
45
45
  "@smithy/node-http-handler": "^4.4.5",
46
46
  "@smithy/protocol-http": "^5.3.5",
47
- "@smithy/smithy-client": "^4.9.5",
47
+ "@smithy/smithy-client": "^4.9.8",
48
48
  "@smithy/types": "^4.9.0",
49
49
  "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.8",
54
- "@smithy/util-defaults-mode-node": "^4.2.11",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.11",
54
+ "@smithy/util-defaults-mode-node": "^4.2.14",
55
55
  "@smithy/util-endpoints": "^3.2.5",
56
56
  "@smithy/util-middleware": "^4.2.5",
57
57
  "@smithy/util-retry": "^4.2.5",
@@ -1,2 +0,0 @@
1
- export * from "./models_0";
2
- export * from "./models_1";
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- export * from "./models_0";
2
- export * from "./models_1";
@@ -1,332 +0,0 @@
1
- import { ActiveDirectoryBackupAttributes, BackupFailureDetails, BackupLifecycle, BackupType, FileSystem, ResourceType, Snapshot, Tag, Volume } from "./models_0";
2
- /**
3
- * <p>The response object for the <code>CreateFileSystemFromBackup</code>
4
- * operation.</p>
5
- * @public
6
- */
7
- export interface CreateFileSystemFromBackupResponse {
8
- /**
9
- * <p>A description of the file system.</p>
10
- * @public
11
- */
12
- FileSystem?: FileSystem | undefined;
13
- }
14
- /**
15
- * <p>The response object returned after the file system is created.</p>
16
- * @public
17
- */
18
- export interface CreateFileSystemResponse {
19
- /**
20
- * <p>The configuration of the file system that was created.</p>
21
- * @public
22
- */
23
- FileSystem?: FileSystem | undefined;
24
- }
25
- /**
26
- * @public
27
- */
28
- export interface CreateSnapshotResponse {
29
- /**
30
- * <p>A description of the snapshot.</p>
31
- * @public
32
- */
33
- Snapshot?: Snapshot | undefined;
34
- }
35
- /**
36
- * @public
37
- */
38
- export interface CreateVolumeFromBackupResponse {
39
- /**
40
- * <p>Returned after a successful <code>CreateVolumeFromBackup</code> API operation,
41
- * describing the volume just created.</p>
42
- * @public
43
- */
44
- Volume?: Volume | undefined;
45
- }
46
- /**
47
- * @public
48
- */
49
- export interface CreateVolumeResponse {
50
- /**
51
- * <p>Returned after a successful <code>CreateVolume</code> API operation, describing the volume just created.</p>
52
- * @public
53
- */
54
- Volume?: Volume | undefined;
55
- }
56
- /**
57
- * @public
58
- */
59
- export interface ReleaseFileSystemNfsV3LocksResponse {
60
- /**
61
- * <p>A description of a specific Amazon FSx file system.</p>
62
- * @public
63
- */
64
- FileSystem?: FileSystem | undefined;
65
- }
66
- /**
67
- * @public
68
- */
69
- export interface StartMisconfiguredStateRecoveryResponse {
70
- /**
71
- * <p>A description of a specific Amazon FSx file system.</p>
72
- * @public
73
- */
74
- FileSystem?: FileSystem | undefined;
75
- }
76
- /**
77
- * <p>The response object for the <code>UpdateFileSystem</code> operation.</p>
78
- * @public
79
- */
80
- export interface UpdateFileSystemResponse {
81
- /**
82
- * <p>A description of the file system that was updated.</p>
83
- * @public
84
- */
85
- FileSystem?: FileSystem | undefined;
86
- }
87
- /**
88
- * @public
89
- */
90
- export interface UpdateSnapshotResponse {
91
- /**
92
- * <p>Returned after a successful <code>UpdateSnapshot</code> operation, describing the
93
- * snapshot that you updated.</p>
94
- * @public
95
- */
96
- Snapshot?: Snapshot | undefined;
97
- }
98
- /**
99
- * @public
100
- */
101
- export interface UpdateVolumeResponse {
102
- /**
103
- * <p>A description of the volume just updated. Returned after a successful
104
- * <code>UpdateVolume</code> API operation.</p>
105
- * @public
106
- */
107
- Volume?: Volume | undefined;
108
- }
109
- /**
110
- * <p>The response object for <code>DescribeFileSystems</code> operation.</p>
111
- * @public
112
- */
113
- export interface DescribeFileSystemsResponse {
114
- /**
115
- * <p>An array of file system descriptions.</p>
116
- * @public
117
- */
118
- FileSystems?: FileSystem[] | undefined;
119
- /**
120
- * <p>Present if there are more file systems than returned in the response (String). You
121
- * can use the <code>NextToken</code> value in the later request to fetch the
122
- * descriptions. </p>
123
- * @public
124
- */
125
- NextToken?: string | undefined;
126
- }
127
- /**
128
- * @public
129
- */
130
- export interface DescribeSnapshotsResponse {
131
- /**
132
- * <p>An array of snapshots.</p>
133
- * @public
134
- */
135
- Snapshots?: Snapshot[] | undefined;
136
- /**
137
- * <p>(Optional) Opaque pagination token returned from a previous operation (String). If
138
- * present, this token indicates from what point you can continue processing the request, where
139
- * the previous <code>NextToken</code> value left off.</p>
140
- * @public
141
- */
142
- NextToken?: string | undefined;
143
- }
144
- /**
145
- * @public
146
- */
147
- export interface DescribeVolumesResponse {
148
- /**
149
- * <p>Returned after a successful <code>DescribeVolumes</code> operation, describing each volume.</p>
150
- * @public
151
- */
152
- Volumes?: Volume[] | undefined;
153
- /**
154
- * <p>(Optional) Opaque pagination token returned from a previous operation (String). If
155
- * present, this token indicates from what point you can continue processing the request, where
156
- * the previous <code>NextToken</code> value left off.</p>
157
- * @public
158
- */
159
- NextToken?: string | undefined;
160
- }
161
- /**
162
- * <p>A backup of an Amazon FSx for Windows File Server, Amazon FSx for
163
- * Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx
164
- * for OpenZFS file system.</p>
165
- * @public
166
- */
167
- export interface Backup {
168
- /**
169
- * <p>The ID of the backup.</p>
170
- * @public
171
- */
172
- BackupId: string | undefined;
173
- /**
174
- * <p>The lifecycle status of the backup.</p>
175
- * <ul>
176
- * <li>
177
- * <p>
178
- * <code>AVAILABLE</code> - The backup is fully available.</p>
179
- * </li>
180
- * <li>
181
- * <p>
182
- * <code>PENDING</code> - For user-initiated backups on Lustre file systems only; Amazon FSx hasn't started creating the backup.</p>
183
- * </li>
184
- * <li>
185
- * <p>
186
- * <code>CREATING</code> - Amazon FSx is creating the backup.</p>
187
- * </li>
188
- * <li>
189
- * <p>
190
- * <code>TRANSFERRING</code> - For user-initiated backups on Lustre file systems only; Amazon FSx is transferring the backup to Amazon S3.</p>
191
- * </li>
192
- * <li>
193
- * <p>
194
- * <code>COPYING</code> - Amazon FSx is copying the backup.</p>
195
- * </li>
196
- * <li>
197
- * <p>
198
- * <code>DELETED</code> - Amazon FSx deleted the backup and it's no longer
199
- * available.</p>
200
- * </li>
201
- * <li>
202
- * <p>
203
- * <code>FAILED</code> - Amazon FSx couldn't finish the backup.</p>
204
- * </li>
205
- * </ul>
206
- * @public
207
- */
208
- Lifecycle: BackupLifecycle | undefined;
209
- /**
210
- * <p>Details explaining any failures that occurred when creating a backup.</p>
211
- * @public
212
- */
213
- FailureDetails?: BackupFailureDetails | undefined;
214
- /**
215
- * <p>The type of the file-system backup.</p>
216
- * @public
217
- */
218
- Type: BackupType | undefined;
219
- /**
220
- * <p>Displays the current percent of progress of an asynchronous task.</p>
221
- * @public
222
- */
223
- ProgressPercent?: number | undefined;
224
- /**
225
- * <p>The time when a particular backup was created.</p>
226
- * @public
227
- */
228
- CreationTime: Date | undefined;
229
- /**
230
- * <p>The ID of the Key Management Service (KMS) key used to encrypt the
231
- * backup of the Amazon FSx file system's data at rest. </p>
232
- * @public
233
- */
234
- KmsKeyId?: string | undefined;
235
- /**
236
- * <p>The Amazon Resource Name (ARN) for the backup resource.</p>
237
- * @public
238
- */
239
- ResourceARN?: string | undefined;
240
- /**
241
- * <p>The tags associated with a particular file system.</p>
242
- * @public
243
- */
244
- Tags?: Tag[] | undefined;
245
- /**
246
- * <p>The metadata of the file system associated with the backup. This metadata is persisted
247
- * even if the file system is deleted.</p>
248
- * @public
249
- */
250
- FileSystem: FileSystem | undefined;
251
- /**
252
- * <p>The configuration of the self-managed Microsoft Active Directory directory to which
253
- * the Windows File Server instance is joined.</p>
254
- * @public
255
- */
256
- DirectoryInformation?: ActiveDirectoryBackupAttributes | undefined;
257
- /**
258
- * <p>An Amazon Web Services account ID. This ID is a 12-digit number that you use to construct Amazon
259
- * Resource Names (ARNs) for resources.</p>
260
- * @public
261
- */
262
- OwnerId?: string | undefined;
263
- /**
264
- * <p>The ID of the source backup. Specifies the backup that you are copying.</p>
265
- * @public
266
- */
267
- SourceBackupId?: string | undefined;
268
- /**
269
- * <p>The source Region of the backup. Specifies the Region from where this backup
270
- * is copied.</p>
271
- * @public
272
- */
273
- SourceBackupRegion?: string | undefined;
274
- /**
275
- * <p>Specifies the resource type that's backed up.</p>
276
- * @public
277
- */
278
- ResourceType?: ResourceType | undefined;
279
- /**
280
- * <p>Describes an Amazon FSx volume.</p>
281
- * @public
282
- */
283
- Volume?: Volume | undefined;
284
- /**
285
- * <p>
286
- * The size of the backup in bytes. This represents the amount of data that the file system would contain if you restore this backup.
287
- * </p>
288
- * @public
289
- */
290
- SizeInBytes?: number | undefined;
291
- }
292
- /**
293
- * @public
294
- */
295
- export interface CopyBackupResponse {
296
- /**
297
- * <p>A backup of an Amazon FSx for Windows File Server, Amazon FSx for
298
- * Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx
299
- * for OpenZFS file system.</p>
300
- * @public
301
- */
302
- Backup?: Backup | undefined;
303
- }
304
- /**
305
- * <p>The response object for the <code>CreateBackup</code> operation.</p>
306
- * @public
307
- */
308
- export interface CreateBackupResponse {
309
- /**
310
- * <p>A description of the backup.</p>
311
- * @public
312
- */
313
- Backup?: Backup | undefined;
314
- }
315
- /**
316
- * <p>Response object for the <code>DescribeBackups</code> operation.</p>
317
- * @public
318
- */
319
- export interface DescribeBackupsResponse {
320
- /**
321
- * <p>An array of backups.</p>
322
- * @public
323
- */
324
- Backups?: Backup[] | undefined;
325
- /**
326
- * <p>A <code>NextToken</code> value is present if there are more backups than returned in
327
- * the response. You can use the <code>NextToken</code> value in the subsequent request to
328
- * fetch the backups. </p>
329
- * @public
330
- */
331
- NextToken?: string | undefined;
332
- }
@@ -1,2 +0,0 @@
1
- export * from "./models_0";
2
- export * from "./models_1";
@@ -1,82 +0,0 @@
1
- import {
2
- ActiveDirectoryBackupAttributes,
3
- BackupFailureDetails,
4
- BackupLifecycle,
5
- BackupType,
6
- FileSystem,
7
- ResourceType,
8
- Snapshot,
9
- Tag,
10
- Volume,
11
- } from "./models_0";
12
- export interface CreateFileSystemFromBackupResponse {
13
- FileSystem?: FileSystem | undefined;
14
- }
15
- export interface CreateFileSystemResponse {
16
- FileSystem?: FileSystem | undefined;
17
- }
18
- export interface CreateSnapshotResponse {
19
- Snapshot?: Snapshot | undefined;
20
- }
21
- export interface CreateVolumeFromBackupResponse {
22
- Volume?: Volume | undefined;
23
- }
24
- export interface CreateVolumeResponse {
25
- Volume?: Volume | undefined;
26
- }
27
- export interface ReleaseFileSystemNfsV3LocksResponse {
28
- FileSystem?: FileSystem | undefined;
29
- }
30
- export interface StartMisconfiguredStateRecoveryResponse {
31
- FileSystem?: FileSystem | undefined;
32
- }
33
- export interface UpdateFileSystemResponse {
34
- FileSystem?: FileSystem | undefined;
35
- }
36
- export interface UpdateSnapshotResponse {
37
- Snapshot?: Snapshot | undefined;
38
- }
39
- export interface UpdateVolumeResponse {
40
- Volume?: Volume | undefined;
41
- }
42
- export interface DescribeFileSystemsResponse {
43
- FileSystems?: FileSystem[] | undefined;
44
- NextToken?: string | undefined;
45
- }
46
- export interface DescribeSnapshotsResponse {
47
- Snapshots?: Snapshot[] | undefined;
48
- NextToken?: string | undefined;
49
- }
50
- export interface DescribeVolumesResponse {
51
- Volumes?: Volume[] | undefined;
52
- NextToken?: string | undefined;
53
- }
54
- export interface Backup {
55
- BackupId: string | undefined;
56
- Lifecycle: BackupLifecycle | undefined;
57
- FailureDetails?: BackupFailureDetails | undefined;
58
- Type: BackupType | undefined;
59
- ProgressPercent?: number | undefined;
60
- CreationTime: Date | undefined;
61
- KmsKeyId?: string | undefined;
62
- ResourceARN?: string | undefined;
63
- Tags?: Tag[] | undefined;
64
- FileSystem: FileSystem | undefined;
65
- DirectoryInformation?: ActiveDirectoryBackupAttributes | undefined;
66
- OwnerId?: string | undefined;
67
- SourceBackupId?: string | undefined;
68
- SourceBackupRegion?: string | undefined;
69
- ResourceType?: ResourceType | undefined;
70
- Volume?: Volume | undefined;
71
- SizeInBytes?: number | undefined;
72
- }
73
- export interface CopyBackupResponse {
74
- Backup?: Backup | undefined;
75
- }
76
- export interface CreateBackupResponse {
77
- Backup?: Backup | undefined;
78
- }
79
- export interface DescribeBackupsResponse {
80
- Backups?: Backup[] | undefined;
81
- NextToken?: string | undefined;
82
- }