@aws-sdk/client-fsx 3.835.0 → 3.837.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 +1 -1
@@ -0,0 +1,125 @@
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 CreateFileSystemResponse {
13
+ FileSystem?: FileSystem | undefined;
14
+ }
15
+ export interface CreateSnapshotResponse {
16
+ Snapshot?: Snapshot | undefined;
17
+ }
18
+ export interface CreateVolumeFromBackupResponse {
19
+ Volume?: Volume | undefined;
20
+ }
21
+ export interface CreateVolumeResponse {
22
+ Volume?: Volume | undefined;
23
+ }
24
+ export interface ReleaseFileSystemNfsV3LocksResponse {
25
+ FileSystem?: FileSystem | undefined;
26
+ }
27
+ export interface StartMisconfiguredStateRecoveryResponse {
28
+ FileSystem?: FileSystem | undefined;
29
+ }
30
+ export interface UpdateFileSystemResponse {
31
+ FileSystem?: FileSystem | undefined;
32
+ }
33
+ export interface UpdateSnapshotResponse {
34
+ Snapshot?: Snapshot | undefined;
35
+ }
36
+ export interface UpdateVolumeResponse {
37
+ Volume?: Volume | undefined;
38
+ }
39
+ export interface DescribeFileSystemsResponse {
40
+ FileSystems?: FileSystem[] | undefined;
41
+ NextToken?: string | undefined;
42
+ }
43
+ export interface DescribeSnapshotsResponse {
44
+ Snapshots?: Snapshot[] | undefined;
45
+ NextToken?: string | undefined;
46
+ }
47
+ export interface DescribeVolumesResponse {
48
+ Volumes?: Volume[] | undefined;
49
+ NextToken?: string | undefined;
50
+ }
51
+ export interface Backup {
52
+ BackupId: string | undefined;
53
+ Lifecycle: BackupLifecycle | undefined;
54
+ FailureDetails?: BackupFailureDetails | undefined;
55
+ Type: BackupType | undefined;
56
+ ProgressPercent?: number | undefined;
57
+ CreationTime: Date | undefined;
58
+ KmsKeyId?: string | undefined;
59
+ ResourceARN?: string | undefined;
60
+ Tags?: Tag[] | undefined;
61
+ FileSystem: FileSystem | undefined;
62
+ DirectoryInformation?: ActiveDirectoryBackupAttributes | undefined;
63
+ OwnerId?: string | undefined;
64
+ SourceBackupId?: string | undefined;
65
+ SourceBackupRegion?: string | undefined;
66
+ ResourceType?: ResourceType | undefined;
67
+ Volume?: Volume | undefined;
68
+ SizeInBytes?: number | undefined;
69
+ }
70
+ export interface CopyBackupResponse {
71
+ Backup?: Backup | undefined;
72
+ }
73
+ export interface CreateBackupResponse {
74
+ Backup?: Backup | undefined;
75
+ }
76
+ export interface DescribeBackupsResponse {
77
+ Backups?: Backup[] | undefined;
78
+ NextToken?: string | undefined;
79
+ }
80
+ export declare const CreateFileSystemResponseFilterSensitiveLog: (
81
+ obj: CreateFileSystemResponse
82
+ ) => any;
83
+ export declare const CreateSnapshotResponseFilterSensitiveLog: (
84
+ obj: CreateSnapshotResponse
85
+ ) => any;
86
+ export declare const CreateVolumeFromBackupResponseFilterSensitiveLog: (
87
+ obj: CreateVolumeFromBackupResponse
88
+ ) => any;
89
+ export declare const CreateVolumeResponseFilterSensitiveLog: (
90
+ obj: CreateVolumeResponse
91
+ ) => any;
92
+ export declare const ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog: (
93
+ obj: ReleaseFileSystemNfsV3LocksResponse
94
+ ) => any;
95
+ export declare const StartMisconfiguredStateRecoveryResponseFilterSensitiveLog: (
96
+ obj: StartMisconfiguredStateRecoveryResponse
97
+ ) => any;
98
+ export declare const UpdateFileSystemResponseFilterSensitiveLog: (
99
+ obj: UpdateFileSystemResponse
100
+ ) => any;
101
+ export declare const UpdateSnapshotResponseFilterSensitiveLog: (
102
+ obj: UpdateSnapshotResponse
103
+ ) => any;
104
+ export declare const UpdateVolumeResponseFilterSensitiveLog: (
105
+ obj: UpdateVolumeResponse
106
+ ) => any;
107
+ export declare const DescribeFileSystemsResponseFilterSensitiveLog: (
108
+ obj: DescribeFileSystemsResponse
109
+ ) => any;
110
+ export declare const DescribeSnapshotsResponseFilterSensitiveLog: (
111
+ obj: DescribeSnapshotsResponse
112
+ ) => any;
113
+ export declare const DescribeVolumesResponseFilterSensitiveLog: (
114
+ obj: DescribeVolumesResponse
115
+ ) => any;
116
+ export declare const BackupFilterSensitiveLog: (obj: Backup) => any;
117
+ export declare const CopyBackupResponseFilterSensitiveLog: (
118
+ obj: CopyBackupResponse
119
+ ) => any;
120
+ export declare const CreateBackupResponseFilterSensitiveLog: (
121
+ obj: CreateBackupResponse
122
+ ) => any;
123
+ export declare const DescribeBackupsResponseFilterSensitiveLog: (
124
+ obj: DescribeBackupsResponse
125
+ ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeS3AccessPointAttachmentsCommandInput,
4
+ DescribeS3AccessPointAttachmentsCommandOutput,
5
+ } from "../commands/DescribeS3AccessPointAttachmentsCommand";
6
+ import { FSxPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateDescribeS3AccessPointAttachments: (
8
+ config: FSxPaginationConfiguration,
9
+ input: DescribeS3AccessPointAttachmentsCommandInput,
10
+ ...rest: any[]
11
+ ) => 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";
@@ -19,6 +19,10 @@ import {
19
19
  CopySnapshotAndUpdateVolumeCommandInput,
20
20
  CopySnapshotAndUpdateVolumeCommandOutput,
21
21
  } from "../commands/CopySnapshotAndUpdateVolumeCommand";
22
+ import {
23
+ CreateAndAttachS3AccessPointCommandInput,
24
+ CreateAndAttachS3AccessPointCommandOutput,
25
+ } from "../commands/CreateAndAttachS3AccessPointCommand";
22
26
  import {
23
27
  CreateBackupCommandInput,
24
28
  CreateBackupCommandOutput,
@@ -111,6 +115,10 @@ import {
111
115
  DescribeFileSystemsCommandInput,
112
116
  DescribeFileSystemsCommandOutput,
113
117
  } from "../commands/DescribeFileSystemsCommand";
118
+ import {
119
+ DescribeS3AccessPointAttachmentsCommandInput,
120
+ DescribeS3AccessPointAttachmentsCommandOutput,
121
+ } from "../commands/DescribeS3AccessPointAttachmentsCommand";
114
122
  import {
115
123
  DescribeSharedVpcConfigurationCommandInput,
116
124
  DescribeSharedVpcConfigurationCommandOutput,
@@ -127,6 +135,10 @@ import {
127
135
  DescribeVolumesCommandInput,
128
136
  DescribeVolumesCommandOutput,
129
137
  } from "../commands/DescribeVolumesCommand";
138
+ import {
139
+ DetachAndDeleteS3AccessPointCommandInput,
140
+ DetachAndDeleteS3AccessPointCommandOutput,
141
+ } from "../commands/DetachAndDeleteS3AccessPointCommand";
130
142
  import {
131
143
  DisassociateFileSystemAliasesCommandInput,
132
144
  DisassociateFileSystemAliasesCommandOutput,
@@ -199,6 +211,10 @@ export declare const se_CopySnapshotAndUpdateVolumeCommand: (
199
211
  input: CopySnapshotAndUpdateVolumeCommandInput,
200
212
  context: __SerdeContext
201
213
  ) => Promise<__HttpRequest>;
214
+ export declare const se_CreateAndAttachS3AccessPointCommand: (
215
+ input: CreateAndAttachS3AccessPointCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
202
218
  export declare const se_CreateBackupCommand: (
203
219
  input: CreateBackupCommandInput,
204
220
  context: __SerdeContext
@@ -291,6 +307,10 @@ export declare const se_DescribeFileSystemsCommand: (
291
307
  input: DescribeFileSystemsCommandInput,
292
308
  context: __SerdeContext
293
309
  ) => Promise<__HttpRequest>;
310
+ export declare const se_DescribeS3AccessPointAttachmentsCommand: (
311
+ input: DescribeS3AccessPointAttachmentsCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
294
314
  export declare const se_DescribeSharedVpcConfigurationCommand: (
295
315
  input: DescribeSharedVpcConfigurationCommandInput,
296
316
  context: __SerdeContext
@@ -307,6 +327,10 @@ export declare const se_DescribeVolumesCommand: (
307
327
  input: DescribeVolumesCommandInput,
308
328
  context: __SerdeContext
309
329
  ) => Promise<__HttpRequest>;
330
+ export declare const se_DetachAndDeleteS3AccessPointCommand: (
331
+ input: DetachAndDeleteS3AccessPointCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
310
334
  export declare const se_DisassociateFileSystemAliasesCommand: (
311
335
  input: DisassociateFileSystemAliasesCommandInput,
312
336
  context: __SerdeContext
@@ -379,6 +403,10 @@ export declare const de_CopySnapshotAndUpdateVolumeCommand: (
379
403
  output: __HttpResponse,
380
404
  context: __SerdeContext
381
405
  ) => Promise<CopySnapshotAndUpdateVolumeCommandOutput>;
406
+ export declare const de_CreateAndAttachS3AccessPointCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<CreateAndAttachS3AccessPointCommandOutput>;
382
410
  export declare const de_CreateBackupCommand: (
383
411
  output: __HttpResponse,
384
412
  context: __SerdeContext
@@ -471,6 +499,10 @@ export declare const de_DescribeFileSystemsCommand: (
471
499
  output: __HttpResponse,
472
500
  context: __SerdeContext
473
501
  ) => Promise<DescribeFileSystemsCommandOutput>;
502
+ export declare const de_DescribeS3AccessPointAttachmentsCommand: (
503
+ output: __HttpResponse,
504
+ context: __SerdeContext
505
+ ) => Promise<DescribeS3AccessPointAttachmentsCommandOutput>;
474
506
  export declare const de_DescribeSharedVpcConfigurationCommand: (
475
507
  output: __HttpResponse,
476
508
  context: __SerdeContext
@@ -487,6 +519,10 @@ export declare const de_DescribeVolumesCommand: (
487
519
  output: __HttpResponse,
488
520
  context: __SerdeContext
489
521
  ) => Promise<DescribeVolumesCommandOutput>;
522
+ export declare const de_DetachAndDeleteS3AccessPointCommand: (
523
+ output: __HttpResponse,
524
+ context: __SerdeContext
525
+ ) => Promise<DetachAndDeleteS3AccessPointCommandOutput>;
490
526
  export declare const de_DisassociateFileSystemAliasesCommand: (
491
527
  output: __HttpResponse,
492
528
  context: __SerdeContext
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.835.0",
4
+ "version": "3.837.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",