@aws-sdk/client-fsx 3.835.0 → 3.839.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 (84) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +470 -66
  3. package/dist-es/FSx.js +6 -0
  4. package/dist-es/commands/CopyBackupCommand.js +1 -1
  5. package/dist-es/commands/CreateAndAttachS3AccessPointCommand.js +22 -0
  6. package/dist-es/commands/CreateBackupCommand.js +1 -1
  7. package/dist-es/commands/CreateFileSystemCommand.js +2 -1
  8. package/dist-es/commands/CreateSnapshotCommand.js +1 -1
  9. package/dist-es/commands/CreateVolumeCommand.js +1 -1
  10. package/dist-es/commands/CreateVolumeFromBackupCommand.js +1 -1
  11. package/dist-es/commands/DescribeBackupsCommand.js +1 -1
  12. package/dist-es/commands/DescribeFileSystemsCommand.js +1 -1
  13. package/dist-es/commands/DescribeS3AccessPointAttachmentsCommand.js +22 -0
  14. package/dist-es/commands/DescribeSnapshotsCommand.js +1 -1
  15. package/dist-es/commands/DescribeVolumesCommand.js +1 -1
  16. package/dist-es/commands/DetachAndDeleteS3AccessPointCommand.js +22 -0
  17. package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +1 -1
  18. package/dist-es/commands/StartMisconfiguredStateRecoveryCommand.js +1 -1
  19. package/dist-es/commands/UpdateFileSystemCommand.js +2 -1
  20. package/dist-es/commands/UpdateSnapshotCommand.js +1 -1
  21. package/dist-es/commands/UpdateVolumeCommand.js +1 -1
  22. package/dist-es/commands/index.js +3 -0
  23. package/dist-es/models/index.js +1 -0
  24. package/dist-es/models/models_0.js +100 -61
  25. package/dist-es/models/models_1.js +58 -0
  26. package/dist-es/pagination/DescribeS3AccessPointAttachmentsPaginator.js +4 -0
  27. package/dist-es/pagination/index.js +1 -0
  28. package/dist-es/protocols/Aws_json1_1.js +166 -4
  29. package/dist-types/FSx.d.ts +22 -0
  30. package/dist-types/FSxClient.d.ts +5 -2
  31. package/dist-types/commands/CopyBackupCommand.d.ts +2 -1
  32. package/dist-types/commands/CreateAndAttachS3AccessPointCommand.d.ts +196 -0
  33. package/dist-types/commands/CreateBackupCommand.d.ts +2 -1
  34. package/dist-types/commands/CreateFileSystemCommand.d.ts +2 -1
  35. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -1
  36. package/dist-types/commands/CreateVolumeCommand.d.ts +2 -1
  37. package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +2 -1
  38. package/dist-types/commands/DeleteFileSystemCommand.d.ts +6 -0
  39. package/dist-types/commands/DescribeBackupsCommand.d.ts +2 -1
  40. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +2 -1
  41. package/dist-types/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +135 -0
  42. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +2 -1
  43. package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -1
  44. package/dist-types/commands/DetachAndDeleteS3AccessPointCommand.d.ts +104 -0
  45. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +2 -1
  46. package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +2 -1
  47. package/dist-types/commands/UpdateFileSystemCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateSnapshotCommand.d.ts +2 -1
  49. package/dist-types/commands/UpdateVolumeCommand.d.ts +2 -1
  50. package/dist-types/commands/index.d.ts +3 -0
  51. package/dist-types/models/index.d.ts +1 -0
  52. package/dist-types/models/models_0.d.ts +2132 -2044
  53. package/dist-types/models/models_1.d.ts +384 -0
  54. package/dist-types/pagination/DescribeS3AccessPointAttachmentsPaginator.d.ts +7 -0
  55. package/dist-types/pagination/index.d.ts +1 -0
  56. package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  57. package/dist-types/ts3.4/FSx.d.ts +52 -0
  58. package/dist-types/ts3.4/FSxClient.d.ts +18 -0
  59. package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/CreateAndAttachS3AccessPointCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +2 -4
  63. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +2 -4
  64. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +2 -4
  66. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +2 -4
  68. package/dist-types/ts3.4/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +51 -0
  69. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +2 -4
  70. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -4
  71. package/dist-types/ts3.4/commands/DetachAndDeleteS3AccessPointCommand.d.ts +51 -0
  72. package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +2 -4
  73. package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +2 -4
  74. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +2 -4
  75. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +2 -4
  76. package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  78. package/dist-types/ts3.4/models/index.d.ts +1 -0
  79. package/dist-types/ts3.4/models/models_0.d.ts +147 -120
  80. package/dist-types/ts3.4/models/models_1.d.ts +125 -0
  81. package/dist-types/ts3.4/pagination/DescribeS3AccessPointAttachmentsPaginator.d.ts +11 -0
  82. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  83. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
  84. package/package.json +11 -11
@@ -0,0 +1,384 @@
1
+ import { ActiveDirectoryBackupAttributes, BackupFailureDetails, BackupLifecycle, BackupType, FileSystem, ResourceType, Snapshot, Tag, Volume } from "./models_0";
2
+ /**
3
+ * <p>The response object returned after the file system is created.</p>
4
+ * @public
5
+ */
6
+ export interface CreateFileSystemResponse {
7
+ /**
8
+ * <p>The configuration of the file system that was created.</p>
9
+ * @public
10
+ */
11
+ FileSystem?: FileSystem | undefined;
12
+ }
13
+ /**
14
+ * @public
15
+ */
16
+ export interface CreateSnapshotResponse {
17
+ /**
18
+ * <p>A description of the snapshot.</p>
19
+ * @public
20
+ */
21
+ Snapshot?: Snapshot | undefined;
22
+ }
23
+ /**
24
+ * @public
25
+ */
26
+ export interface CreateVolumeFromBackupResponse {
27
+ /**
28
+ * <p>Returned after a successful <code>CreateVolumeFromBackup</code> API operation,
29
+ * describing the volume just created.</p>
30
+ * @public
31
+ */
32
+ Volume?: Volume | undefined;
33
+ }
34
+ /**
35
+ * @public
36
+ */
37
+ export interface CreateVolumeResponse {
38
+ /**
39
+ * <p>Returned after a successful <code>CreateVolume</code> API operation, describing the volume just created.</p>
40
+ * @public
41
+ */
42
+ Volume?: Volume | undefined;
43
+ }
44
+ /**
45
+ * @public
46
+ */
47
+ export interface ReleaseFileSystemNfsV3LocksResponse {
48
+ /**
49
+ * <p>A description of a specific Amazon FSx file system.</p>
50
+ * @public
51
+ */
52
+ FileSystem?: FileSystem | undefined;
53
+ }
54
+ /**
55
+ * @public
56
+ */
57
+ export interface StartMisconfiguredStateRecoveryResponse {
58
+ /**
59
+ * <p>A description of a specific Amazon FSx file system.</p>
60
+ * @public
61
+ */
62
+ FileSystem?: FileSystem | undefined;
63
+ }
64
+ /**
65
+ * <p>The response object for the <code>UpdateFileSystem</code> operation.</p>
66
+ * @public
67
+ */
68
+ export interface UpdateFileSystemResponse {
69
+ /**
70
+ * <p>A description of the file system that was updated.</p>
71
+ * @public
72
+ */
73
+ FileSystem?: FileSystem | undefined;
74
+ }
75
+ /**
76
+ * @public
77
+ */
78
+ export interface UpdateSnapshotResponse {
79
+ /**
80
+ * <p>Returned after a successful <code>UpdateSnapshot</code> operation, describing the
81
+ * snapshot that you updated.</p>
82
+ * @public
83
+ */
84
+ Snapshot?: Snapshot | undefined;
85
+ }
86
+ /**
87
+ * @public
88
+ */
89
+ export interface UpdateVolumeResponse {
90
+ /**
91
+ * <p>A description of the volume just updated. Returned after a successful
92
+ * <code>UpdateVolume</code> API operation.</p>
93
+ * @public
94
+ */
95
+ Volume?: Volume | undefined;
96
+ }
97
+ /**
98
+ * <p>The response object for <code>DescribeFileSystems</code> operation.</p>
99
+ * @public
100
+ */
101
+ export interface DescribeFileSystemsResponse {
102
+ /**
103
+ * <p>An array of file system descriptions.</p>
104
+ * @public
105
+ */
106
+ FileSystems?: FileSystem[] | undefined;
107
+ /**
108
+ * <p>Present if there are more file systems than returned in the response (String). You
109
+ * can use the <code>NextToken</code> value in the later request to fetch the
110
+ * descriptions. </p>
111
+ * @public
112
+ */
113
+ NextToken?: string | undefined;
114
+ }
115
+ /**
116
+ * @public
117
+ */
118
+ export interface DescribeSnapshotsResponse {
119
+ /**
120
+ * <p>An array of snapshots.</p>
121
+ * @public
122
+ */
123
+ Snapshots?: Snapshot[] | undefined;
124
+ /**
125
+ * <p>(Optional) Opaque pagination token returned from a previous operation (String). If
126
+ * present, this token indicates from what point you can continue processing the request, where
127
+ * the previous <code>NextToken</code> value left off.</p>
128
+ * @public
129
+ */
130
+ NextToken?: string | undefined;
131
+ }
132
+ /**
133
+ * @public
134
+ */
135
+ export interface DescribeVolumesResponse {
136
+ /**
137
+ * <p>Returned after a successful <code>DescribeVolumes</code> operation, describing each volume.</p>
138
+ * @public
139
+ */
140
+ Volumes?: Volume[] | undefined;
141
+ /**
142
+ * <p>(Optional) Opaque pagination token returned from a previous operation (String). If
143
+ * present, this token indicates from what point you can continue processing the request, where
144
+ * the previous <code>NextToken</code> value left off.</p>
145
+ * @public
146
+ */
147
+ NextToken?: string | undefined;
148
+ }
149
+ /**
150
+ * <p>A backup of an Amazon FSx for Windows File Server, Amazon FSx for
151
+ * Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx
152
+ * for OpenZFS file system.</p>
153
+ * @public
154
+ */
155
+ export interface Backup {
156
+ /**
157
+ * <p>The ID of the backup.</p>
158
+ * @public
159
+ */
160
+ BackupId: string | undefined;
161
+ /**
162
+ * <p>The lifecycle status of the backup.</p>
163
+ * <ul>
164
+ * <li>
165
+ * <p>
166
+ * <code>AVAILABLE</code> - The backup is fully available.</p>
167
+ * </li>
168
+ * <li>
169
+ * <p>
170
+ * <code>PENDING</code> - For user-initiated backups on Lustre file systems only; Amazon FSx hasn't started creating the backup.</p>
171
+ * </li>
172
+ * <li>
173
+ * <p>
174
+ * <code>CREATING</code> - Amazon FSx is creating the backup.</p>
175
+ * </li>
176
+ * <li>
177
+ * <p>
178
+ * <code>TRANSFERRING</code> - For user-initiated backups on Lustre file systems only; Amazon FSx is transferring the backup to Amazon S3.</p>
179
+ * </li>
180
+ * <li>
181
+ * <p>
182
+ * <code>COPYING</code> - Amazon FSx is copying the backup.</p>
183
+ * </li>
184
+ * <li>
185
+ * <p>
186
+ * <code>DELETED</code> - Amazon FSx deleted the backup and it's no longer
187
+ * available.</p>
188
+ * </li>
189
+ * <li>
190
+ * <p>
191
+ * <code>FAILED</code> - Amazon FSx couldn't finish the backup.</p>
192
+ * </li>
193
+ * </ul>
194
+ * @public
195
+ */
196
+ Lifecycle: BackupLifecycle | undefined;
197
+ /**
198
+ * <p>Details explaining any failures that occurred when creating a backup.</p>
199
+ * @public
200
+ */
201
+ FailureDetails?: BackupFailureDetails | undefined;
202
+ /**
203
+ * <p>The type of the file-system backup.</p>
204
+ * @public
205
+ */
206
+ Type: BackupType | undefined;
207
+ /**
208
+ * <p>Displays the current percent of progress of an asynchronous task.</p>
209
+ * @public
210
+ */
211
+ ProgressPercent?: number | undefined;
212
+ /**
213
+ * <p>The time when a particular backup was created.</p>
214
+ * @public
215
+ */
216
+ CreationTime: Date | undefined;
217
+ /**
218
+ * <p>The ID of the Key Management Service (KMS) key used to encrypt the
219
+ * backup of the Amazon FSx file system's data at rest. </p>
220
+ * @public
221
+ */
222
+ KmsKeyId?: string | undefined;
223
+ /**
224
+ * <p>The Amazon Resource Name (ARN) for the backup resource.</p>
225
+ * @public
226
+ */
227
+ ResourceARN?: string | undefined;
228
+ /**
229
+ * <p>The tags associated with a particular file system.</p>
230
+ * @public
231
+ */
232
+ Tags?: Tag[] | undefined;
233
+ /**
234
+ * <p>The metadata of the file system associated with the backup. This metadata is persisted
235
+ * even if the file system is deleted.</p>
236
+ * @public
237
+ */
238
+ FileSystem: FileSystem | undefined;
239
+ /**
240
+ * <p>The configuration of the self-managed Microsoft Active Directory directory to which
241
+ * the Windows File Server instance is joined.</p>
242
+ * @public
243
+ */
244
+ DirectoryInformation?: ActiveDirectoryBackupAttributes | undefined;
245
+ /**
246
+ * <p>An Amazon Web Services account ID. This ID is a 12-digit number that you use to construct Amazon
247
+ * Resource Names (ARNs) for resources.</p>
248
+ * @public
249
+ */
250
+ OwnerId?: string | undefined;
251
+ /**
252
+ * <p>The ID of the source backup. Specifies the backup that you are copying.</p>
253
+ * @public
254
+ */
255
+ SourceBackupId?: string | undefined;
256
+ /**
257
+ * <p>The source Region of the backup. Specifies the Region from where this backup
258
+ * is copied.</p>
259
+ * @public
260
+ */
261
+ SourceBackupRegion?: string | undefined;
262
+ /**
263
+ * <p>Specifies the resource type that's backed up.</p>
264
+ * @public
265
+ */
266
+ ResourceType?: ResourceType | undefined;
267
+ /**
268
+ * <p>Describes an Amazon FSx volume.</p>
269
+ * @public
270
+ */
271
+ Volume?: Volume | undefined;
272
+ /**
273
+ * <p>
274
+ * The size of the backup in bytes. This represents the amount of data that the file system would contain if you restore this backup.
275
+ * </p>
276
+ * @public
277
+ */
278
+ SizeInBytes?: number | undefined;
279
+ }
280
+ /**
281
+ * @public
282
+ */
283
+ export interface CopyBackupResponse {
284
+ /**
285
+ * <p>A backup of an Amazon FSx for Windows File Server, Amazon FSx for
286
+ * Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx
287
+ * for OpenZFS file system.</p>
288
+ * @public
289
+ */
290
+ Backup?: Backup | undefined;
291
+ }
292
+ /**
293
+ * <p>The response object for the <code>CreateBackup</code> operation.</p>
294
+ * @public
295
+ */
296
+ export interface CreateBackupResponse {
297
+ /**
298
+ * <p>A description of the backup.</p>
299
+ * @public
300
+ */
301
+ Backup?: Backup | undefined;
302
+ }
303
+ /**
304
+ * <p>Response object for the <code>DescribeBackups</code> operation.</p>
305
+ * @public
306
+ */
307
+ export interface DescribeBackupsResponse {
308
+ /**
309
+ * <p>An array of backups.</p>
310
+ * @public
311
+ */
312
+ Backups?: Backup[] | undefined;
313
+ /**
314
+ * <p>A <code>NextToken</code> value is present if there are more backups than returned in
315
+ * the response. You can use the <code>NextToken</code> value in the subsequent request to
316
+ * fetch the backups. </p>
317
+ * @public
318
+ */
319
+ NextToken?: string | undefined;
320
+ }
321
+ /**
322
+ * @internal
323
+ */
324
+ export declare const CreateFileSystemResponseFilterSensitiveLog: (obj: CreateFileSystemResponse) => any;
325
+ /**
326
+ * @internal
327
+ */
328
+ export declare const CreateSnapshotResponseFilterSensitiveLog: (obj: CreateSnapshotResponse) => any;
329
+ /**
330
+ * @internal
331
+ */
332
+ export declare const CreateVolumeFromBackupResponseFilterSensitiveLog: (obj: CreateVolumeFromBackupResponse) => any;
333
+ /**
334
+ * @internal
335
+ */
336
+ export declare const CreateVolumeResponseFilterSensitiveLog: (obj: CreateVolumeResponse) => any;
337
+ /**
338
+ * @internal
339
+ */
340
+ export declare const ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog: (obj: ReleaseFileSystemNfsV3LocksResponse) => any;
341
+ /**
342
+ * @internal
343
+ */
344
+ export declare const StartMisconfiguredStateRecoveryResponseFilterSensitiveLog: (obj: StartMisconfiguredStateRecoveryResponse) => any;
345
+ /**
346
+ * @internal
347
+ */
348
+ export declare const UpdateFileSystemResponseFilterSensitiveLog: (obj: UpdateFileSystemResponse) => any;
349
+ /**
350
+ * @internal
351
+ */
352
+ export declare const UpdateSnapshotResponseFilterSensitiveLog: (obj: UpdateSnapshotResponse) => any;
353
+ /**
354
+ * @internal
355
+ */
356
+ export declare const UpdateVolumeResponseFilterSensitiveLog: (obj: UpdateVolumeResponse) => any;
357
+ /**
358
+ * @internal
359
+ */
360
+ export declare const DescribeFileSystemsResponseFilterSensitiveLog: (obj: DescribeFileSystemsResponse) => any;
361
+ /**
362
+ * @internal
363
+ */
364
+ export declare const DescribeSnapshotsResponseFilterSensitiveLog: (obj: DescribeSnapshotsResponse) => any;
365
+ /**
366
+ * @internal
367
+ */
368
+ export declare const DescribeVolumesResponseFilterSensitiveLog: (obj: DescribeVolumesResponse) => any;
369
+ /**
370
+ * @internal
371
+ */
372
+ export declare const BackupFilterSensitiveLog: (obj: Backup) => any;
373
+ /**
374
+ * @internal
375
+ */
376
+ export declare const CopyBackupResponseFilterSensitiveLog: (obj: CopyBackupResponse) => any;
377
+ /**
378
+ * @internal
379
+ */
380
+ export declare const CreateBackupResponseFilterSensitiveLog: (obj: CreateBackupResponse) => any;
381
+ /**
382
+ * @internal
383
+ */
384
+ export declare const DescribeBackupsResponseFilterSensitiveLog: (obj: DescribeBackupsResponse) => any;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { DescribeS3AccessPointAttachmentsCommandInput, DescribeS3AccessPointAttachmentsCommandOutput } from "../commands/DescribeS3AccessPointAttachmentsCommand";
3
+ import { FSxPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateDescribeS3AccessPointAttachments: (config: FSxPaginationConfiguration, input: DescribeS3AccessPointAttachmentsCommandInput, ...rest: any[]) => Paginator<DescribeS3AccessPointAttachmentsCommandOutput>;
@@ -4,6 +4,7 @@ export * from "./DescribeDataRepositoryTasksPaginator";
4
4
  export * from "./DescribeFileCachesPaginator";
5
5
  export * from "./DescribeFileSystemAliasesPaginator";
6
6
  export * from "./DescribeFileSystemsPaginator";
7
+ export * from "./DescribeS3AccessPointAttachmentsPaginator";
7
8
  export * from "./DescribeSnapshotsPaginator";
8
9
  export * from "./DescribeStorageVirtualMachinesPaginator";
9
10
  export * from "./DescribeVolumesPaginator";
@@ -4,6 +4,7 @@ import { AssociateFileSystemAliasesCommandInput, AssociateFileSystemAliasesComma
4
4
  import { CancelDataRepositoryTaskCommandInput, CancelDataRepositoryTaskCommandOutput } from "../commands/CancelDataRepositoryTaskCommand";
5
5
  import { CopyBackupCommandInput, CopyBackupCommandOutput } from "../commands/CopyBackupCommand";
6
6
  import { CopySnapshotAndUpdateVolumeCommandInput, CopySnapshotAndUpdateVolumeCommandOutput } from "../commands/CopySnapshotAndUpdateVolumeCommand";
7
+ import { CreateAndAttachS3AccessPointCommandInput, CreateAndAttachS3AccessPointCommandOutput } from "../commands/CreateAndAttachS3AccessPointCommand";
7
8
  import { CreateBackupCommandInput, CreateBackupCommandOutput } from "../commands/CreateBackupCommand";
8
9
  import { CreateDataRepositoryAssociationCommandInput, CreateDataRepositoryAssociationCommandOutput } from "../commands/CreateDataRepositoryAssociationCommand";
9
10
  import { CreateDataRepositoryTaskCommandInput, CreateDataRepositoryTaskCommandOutput } from "../commands/CreateDataRepositoryTaskCommand";
@@ -27,10 +28,12 @@ import { DescribeDataRepositoryTasksCommandInput, DescribeDataRepositoryTasksCom
27
28
  import { DescribeFileCachesCommandInput, DescribeFileCachesCommandOutput } from "../commands/DescribeFileCachesCommand";
28
29
  import { DescribeFileSystemAliasesCommandInput, DescribeFileSystemAliasesCommandOutput } from "../commands/DescribeFileSystemAliasesCommand";
29
30
  import { DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput } from "../commands/DescribeFileSystemsCommand";
31
+ import { DescribeS3AccessPointAttachmentsCommandInput, DescribeS3AccessPointAttachmentsCommandOutput } from "../commands/DescribeS3AccessPointAttachmentsCommand";
30
32
  import { DescribeSharedVpcConfigurationCommandInput, DescribeSharedVpcConfigurationCommandOutput } from "../commands/DescribeSharedVpcConfigurationCommand";
31
33
  import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "../commands/DescribeSnapshotsCommand";
32
34
  import { DescribeStorageVirtualMachinesCommandInput, DescribeStorageVirtualMachinesCommandOutput } from "../commands/DescribeStorageVirtualMachinesCommand";
33
35
  import { DescribeVolumesCommandInput, DescribeVolumesCommandOutput } from "../commands/DescribeVolumesCommand";
36
+ import { DetachAndDeleteS3AccessPointCommandInput, DetachAndDeleteS3AccessPointCommandOutput } from "../commands/DetachAndDeleteS3AccessPointCommand";
34
37
  import { DisassociateFileSystemAliasesCommandInput, DisassociateFileSystemAliasesCommandOutput } from "../commands/DisassociateFileSystemAliasesCommand";
35
38
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
36
39
  import { ReleaseFileSystemNfsV3LocksCommandInput, ReleaseFileSystemNfsV3LocksCommandOutput } from "../commands/ReleaseFileSystemNfsV3LocksCommand";
@@ -61,6 +64,10 @@ export declare const se_CopyBackupCommand: (input: CopyBackupCommandInput, conte
61
64
  * serializeAws_json1_1CopySnapshotAndUpdateVolumeCommand
62
65
  */
63
66
  export declare const se_CopySnapshotAndUpdateVolumeCommand: (input: CopySnapshotAndUpdateVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ /**
68
+ * serializeAws_json1_1CreateAndAttachS3AccessPointCommand
69
+ */
70
+ export declare const se_CreateAndAttachS3AccessPointCommand: (input: CreateAndAttachS3AccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
71
  /**
65
72
  * serializeAws_json1_1CreateBackupCommand
66
73
  */
@@ -153,6 +160,10 @@ export declare const se_DescribeFileSystemAliasesCommand: (input: DescribeFileSy
153
160
  * serializeAws_json1_1DescribeFileSystemsCommand
154
161
  */
155
162
  export declare const se_DescribeFileSystemsCommand: (input: DescribeFileSystemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
+ /**
164
+ * serializeAws_json1_1DescribeS3AccessPointAttachmentsCommand
165
+ */
166
+ export declare const se_DescribeS3AccessPointAttachmentsCommand: (input: DescribeS3AccessPointAttachmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
167
  /**
157
168
  * serializeAws_json1_1DescribeSharedVpcConfigurationCommand
158
169
  */
@@ -169,6 +180,10 @@ export declare const se_DescribeStorageVirtualMachinesCommand: (input: DescribeS
169
180
  * serializeAws_json1_1DescribeVolumesCommand
170
181
  */
171
182
  export declare const se_DescribeVolumesCommand: (input: DescribeVolumesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
+ /**
184
+ * serializeAws_json1_1DetachAndDeleteS3AccessPointCommand
185
+ */
186
+ export declare const se_DetachAndDeleteS3AccessPointCommand: (input: DetachAndDeleteS3AccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
187
  /**
173
188
  * serializeAws_json1_1DisassociateFileSystemAliasesCommand
174
189
  */
@@ -241,6 +256,10 @@ export declare const de_CopyBackupCommand: (output: __HttpResponse, context: __S
241
256
  * deserializeAws_json1_1CopySnapshotAndUpdateVolumeCommand
242
257
  */
243
258
  export declare const de_CopySnapshotAndUpdateVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopySnapshotAndUpdateVolumeCommandOutput>;
259
+ /**
260
+ * deserializeAws_json1_1CreateAndAttachS3AccessPointCommand
261
+ */
262
+ export declare const de_CreateAndAttachS3AccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAndAttachS3AccessPointCommandOutput>;
244
263
  /**
245
264
  * deserializeAws_json1_1CreateBackupCommand
246
265
  */
@@ -333,6 +352,10 @@ export declare const de_DescribeFileSystemAliasesCommand: (output: __HttpRespons
333
352
  * deserializeAws_json1_1DescribeFileSystemsCommand
334
353
  */
335
354
  export declare const de_DescribeFileSystemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFileSystemsCommandOutput>;
355
+ /**
356
+ * deserializeAws_json1_1DescribeS3AccessPointAttachmentsCommand
357
+ */
358
+ export declare const de_DescribeS3AccessPointAttachmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeS3AccessPointAttachmentsCommandOutput>;
336
359
  /**
337
360
  * deserializeAws_json1_1DescribeSharedVpcConfigurationCommand
338
361
  */
@@ -349,6 +372,10 @@ export declare const de_DescribeStorageVirtualMachinesCommand: (output: __HttpRe
349
372
  * deserializeAws_json1_1DescribeVolumesCommand
350
373
  */
351
374
  export declare const de_DescribeVolumesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVolumesCommandOutput>;
375
+ /**
376
+ * deserializeAws_json1_1DetachAndDeleteS3AccessPointCommand
377
+ */
378
+ export declare const de_DetachAndDeleteS3AccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachAndDeleteS3AccessPointCommandOutput>;
352
379
  /**
353
380
  * deserializeAws_json1_1DisassociateFileSystemAliasesCommand
354
381
  */
@@ -15,6 +15,10 @@ import {
15
15
  CopySnapshotAndUpdateVolumeCommandInput,
16
16
  CopySnapshotAndUpdateVolumeCommandOutput,
17
17
  } from "./commands/CopySnapshotAndUpdateVolumeCommand";
18
+ import {
19
+ CreateAndAttachS3AccessPointCommandInput,
20
+ CreateAndAttachS3AccessPointCommandOutput,
21
+ } from "./commands/CreateAndAttachS3AccessPointCommand";
18
22
  import {
19
23
  CreateBackupCommandInput,
20
24
  CreateBackupCommandOutput,
@@ -107,6 +111,10 @@ import {
107
111
  DescribeFileSystemsCommandInput,
108
112
  DescribeFileSystemsCommandOutput,
109
113
  } from "./commands/DescribeFileSystemsCommand";
114
+ import {
115
+ DescribeS3AccessPointAttachmentsCommandInput,
116
+ DescribeS3AccessPointAttachmentsCommandOutput,
117
+ } from "./commands/DescribeS3AccessPointAttachmentsCommand";
110
118
  import {
111
119
  DescribeSharedVpcConfigurationCommandInput,
112
120
  DescribeSharedVpcConfigurationCommandOutput,
@@ -123,6 +131,10 @@ import {
123
131
  DescribeVolumesCommandInput,
124
132
  DescribeVolumesCommandOutput,
125
133
  } from "./commands/DescribeVolumesCommand";
134
+ import {
135
+ DetachAndDeleteS3AccessPointCommandInput,
136
+ DetachAndDeleteS3AccessPointCommandOutput,
137
+ } from "./commands/DetachAndDeleteS3AccessPointCommand";
126
138
  import {
127
139
  DisassociateFileSystemAliasesCommandInput,
128
140
  DisassociateFileSystemAliasesCommandOutput,
@@ -233,6 +245,19 @@ export interface FSx {
233
245
  options: __HttpHandlerOptions,
234
246
  cb: (err: any, data?: CopySnapshotAndUpdateVolumeCommandOutput) => void
235
247
  ): void;
248
+ createAndAttachS3AccessPoint(
249
+ args: CreateAndAttachS3AccessPointCommandInput,
250
+ options?: __HttpHandlerOptions
251
+ ): Promise<CreateAndAttachS3AccessPointCommandOutput>;
252
+ createAndAttachS3AccessPoint(
253
+ args: CreateAndAttachS3AccessPointCommandInput,
254
+ cb: (err: any, data?: CreateAndAttachS3AccessPointCommandOutput) => void
255
+ ): void;
256
+ createAndAttachS3AccessPoint(
257
+ args: CreateAndAttachS3AccessPointCommandInput,
258
+ options: __HttpHandlerOptions,
259
+ cb: (err: any, data?: CreateAndAttachS3AccessPointCommandOutput) => void
260
+ ): void;
236
261
  createBackup(): Promise<CreateBackupCommandOutput>;
237
262
  createBackup(
238
263
  args: CreateBackupCommandInput,
@@ -544,6 +569,20 @@ export interface FSx {
544
569
  options: __HttpHandlerOptions,
545
570
  cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void
546
571
  ): void;
572
+ describeS3AccessPointAttachments(): Promise<DescribeS3AccessPointAttachmentsCommandOutput>;
573
+ describeS3AccessPointAttachments(
574
+ args: DescribeS3AccessPointAttachmentsCommandInput,
575
+ options?: __HttpHandlerOptions
576
+ ): Promise<DescribeS3AccessPointAttachmentsCommandOutput>;
577
+ describeS3AccessPointAttachments(
578
+ args: DescribeS3AccessPointAttachmentsCommandInput,
579
+ cb: (err: any, data?: DescribeS3AccessPointAttachmentsCommandOutput) => void
580
+ ): void;
581
+ describeS3AccessPointAttachments(
582
+ args: DescribeS3AccessPointAttachmentsCommandInput,
583
+ options: __HttpHandlerOptions,
584
+ cb: (err: any, data?: DescribeS3AccessPointAttachmentsCommandOutput) => void
585
+ ): void;
547
586
  describeSharedVpcConfiguration(): Promise<DescribeSharedVpcConfigurationCommandOutput>;
548
587
  describeSharedVpcConfiguration(
549
588
  args: DescribeSharedVpcConfigurationCommandInput,
@@ -600,6 +639,19 @@ export interface FSx {
600
639
  options: __HttpHandlerOptions,
601
640
  cb: (err: any, data?: DescribeVolumesCommandOutput) => void
602
641
  ): void;
642
+ detachAndDeleteS3AccessPoint(
643
+ args: DetachAndDeleteS3AccessPointCommandInput,
644
+ options?: __HttpHandlerOptions
645
+ ): Promise<DetachAndDeleteS3AccessPointCommandOutput>;
646
+ detachAndDeleteS3AccessPoint(
647
+ args: DetachAndDeleteS3AccessPointCommandInput,
648
+ cb: (err: any, data?: DetachAndDeleteS3AccessPointCommandOutput) => void
649
+ ): void;
650
+ detachAndDeleteS3AccessPoint(
651
+ args: DetachAndDeleteS3AccessPointCommandInput,
652
+ options: __HttpHandlerOptions,
653
+ cb: (err: any, data?: DetachAndDeleteS3AccessPointCommandOutput) => void
654
+ ): void;
603
655
  disassociateFileSystemAliases(
604
656
  args: DisassociateFileSystemAliasesCommandInput,
605
657
  options?: __HttpHandlerOptions
@@ -61,6 +61,10 @@ import {
61
61
  CopySnapshotAndUpdateVolumeCommandInput,
62
62
  CopySnapshotAndUpdateVolumeCommandOutput,
63
63
  } from "./commands/CopySnapshotAndUpdateVolumeCommand";
64
+ import {
65
+ CreateAndAttachS3AccessPointCommandInput,
66
+ CreateAndAttachS3AccessPointCommandOutput,
67
+ } from "./commands/CreateAndAttachS3AccessPointCommand";
64
68
  import {
65
69
  CreateBackupCommandInput,
66
70
  CreateBackupCommandOutput,
@@ -153,6 +157,10 @@ import {
153
157
  DescribeFileSystemsCommandInput,
154
158
  DescribeFileSystemsCommandOutput,
155
159
  } from "./commands/DescribeFileSystemsCommand";
160
+ import {
161
+ DescribeS3AccessPointAttachmentsCommandInput,
162
+ DescribeS3AccessPointAttachmentsCommandOutput,
163
+ } from "./commands/DescribeS3AccessPointAttachmentsCommand";
156
164
  import {
157
165
  DescribeSharedVpcConfigurationCommandInput,
158
166
  DescribeSharedVpcConfigurationCommandOutput,
@@ -169,6 +177,10 @@ import {
169
177
  DescribeVolumesCommandInput,
170
178
  DescribeVolumesCommandOutput,
171
179
  } from "./commands/DescribeVolumesCommand";
180
+ import {
181
+ DetachAndDeleteS3AccessPointCommandInput,
182
+ DetachAndDeleteS3AccessPointCommandOutput,
183
+ } from "./commands/DetachAndDeleteS3AccessPointCommand";
172
184
  import {
173
185
  DisassociateFileSystemAliasesCommandInput,
174
186
  DisassociateFileSystemAliasesCommandOutput,
@@ -237,6 +249,7 @@ export type ServiceInputTypes =
237
249
  | CancelDataRepositoryTaskCommandInput
238
250
  | CopyBackupCommandInput
239
251
  | CopySnapshotAndUpdateVolumeCommandInput
252
+ | CreateAndAttachS3AccessPointCommandInput
240
253
  | CreateBackupCommandInput
241
254
  | CreateDataRepositoryAssociationCommandInput
242
255
  | CreateDataRepositoryTaskCommandInput
@@ -260,10 +273,12 @@ export type ServiceInputTypes =
260
273
  | DescribeFileCachesCommandInput
261
274
  | DescribeFileSystemAliasesCommandInput
262
275
  | DescribeFileSystemsCommandInput
276
+ | DescribeS3AccessPointAttachmentsCommandInput
263
277
  | DescribeSharedVpcConfigurationCommandInput
264
278
  | DescribeSnapshotsCommandInput
265
279
  | DescribeStorageVirtualMachinesCommandInput
266
280
  | DescribeVolumesCommandInput
281
+ | DetachAndDeleteS3AccessPointCommandInput
267
282
  | DisassociateFileSystemAliasesCommandInput
268
283
  | ListTagsForResourceCommandInput
269
284
  | ReleaseFileSystemNfsV3LocksCommandInput
@@ -283,6 +298,7 @@ export type ServiceOutputTypes =
283
298
  | CancelDataRepositoryTaskCommandOutput
284
299
  | CopyBackupCommandOutput
285
300
  | CopySnapshotAndUpdateVolumeCommandOutput
301
+ | CreateAndAttachS3AccessPointCommandOutput
286
302
  | CreateBackupCommandOutput
287
303
  | CreateDataRepositoryAssociationCommandOutput
288
304
  | CreateDataRepositoryTaskCommandOutput
@@ -306,10 +322,12 @@ export type ServiceOutputTypes =
306
322
  | DescribeFileCachesCommandOutput
307
323
  | DescribeFileSystemAliasesCommandOutput
308
324
  | DescribeFileSystemsCommandOutput
325
+ | DescribeS3AccessPointAttachmentsCommandOutput
309
326
  | DescribeSharedVpcConfigurationCommandOutput
310
327
  | DescribeSnapshotsCommandOutput
311
328
  | DescribeStorageVirtualMachinesCommandOutput
312
329
  | DescribeVolumesCommandOutput
330
+ | DetachAndDeleteS3AccessPointCommandOutput
313
331
  | DisassociateFileSystemAliasesCommandOutput
314
332
  | ListTagsForResourceCommandOutput
315
333
  | ReleaseFileSystemNfsV3LocksCommandOutput
@@ -5,7 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../FSxClient";
8
- import { CopyBackupRequest, CopyBackupResponse } from "../models/models_0";
8
+ import { CopyBackupRequest } from "../models/models_0";
9
+ import { CopyBackupResponse } from "../models/models_1";
9
10
  export { __MetadataBearer };
10
11
  export { $Command };
11
12
  export interface CopyBackupCommandInput extends CopyBackupRequest {}