@aws-sdk/client-fsx 3.180.0 → 3.183.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 (102) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist-cjs/FSx.js +60 -0
  3. package/dist-cjs/commands/CreateFileCacheCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteFileCacheCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeFileCachesCommand.js +36 -0
  6. package/dist-cjs/commands/UpdateFileCacheCommand.js +36 -0
  7. package/dist-cjs/commands/index.js +4 -0
  8. package/dist-cjs/models/models_0.js +154 -27
  9. package/dist-cjs/pagination/DescribeFileCachesPaginator.js +36 -0
  10. package/dist-cjs/pagination/index.js +1 -0
  11. package/dist-cjs/protocols/Aws_json1_1.js +587 -39
  12. package/dist-es/FSx.js +209 -156
  13. package/dist-es/FSxClient.js +22 -28
  14. package/dist-es/commands/AssociateFileSystemAliasesCommand.js +21 -28
  15. package/dist-es/commands/CancelDataRepositoryTaskCommand.js +21 -28
  16. package/dist-es/commands/CopyBackupCommand.js +21 -28
  17. package/dist-es/commands/CreateBackupCommand.js +21 -28
  18. package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +21 -28
  19. package/dist-es/commands/CreateDataRepositoryTaskCommand.js +21 -28
  20. package/dist-es/commands/CreateFileCacheCommand.js +32 -0
  21. package/dist-es/commands/CreateFileSystemCommand.js +21 -28
  22. package/dist-es/commands/CreateFileSystemFromBackupCommand.js +21 -28
  23. package/dist-es/commands/CreateSnapshotCommand.js +21 -28
  24. package/dist-es/commands/CreateStorageVirtualMachineCommand.js +21 -28
  25. package/dist-es/commands/CreateVolumeCommand.js +21 -28
  26. package/dist-es/commands/CreateVolumeFromBackupCommand.js +21 -28
  27. package/dist-es/commands/DeleteBackupCommand.js +21 -28
  28. package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +21 -28
  29. package/dist-es/commands/DeleteFileCacheCommand.js +32 -0
  30. package/dist-es/commands/DeleteFileSystemCommand.js +21 -28
  31. package/dist-es/commands/DeleteSnapshotCommand.js +21 -28
  32. package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +21 -28
  33. package/dist-es/commands/DeleteVolumeCommand.js +21 -28
  34. package/dist-es/commands/DescribeBackupsCommand.js +21 -28
  35. package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +21 -28
  36. package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +21 -28
  37. package/dist-es/commands/DescribeFileCachesCommand.js +32 -0
  38. package/dist-es/commands/DescribeFileSystemAliasesCommand.js +21 -28
  39. package/dist-es/commands/DescribeFileSystemsCommand.js +21 -28
  40. package/dist-es/commands/DescribeSnapshotsCommand.js +21 -28
  41. package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +21 -28
  42. package/dist-es/commands/DescribeVolumesCommand.js +21 -28
  43. package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +21 -28
  44. package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
  45. package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +21 -28
  46. package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +21 -28
  47. package/dist-es/commands/TagResourceCommand.js +21 -28
  48. package/dist-es/commands/UntagResourceCommand.js +21 -28
  49. package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +21 -28
  50. package/dist-es/commands/UpdateFileCacheCommand.js +32 -0
  51. package/dist-es/commands/UpdateFileSystemCommand.js +21 -28
  52. package/dist-es/commands/UpdateSnapshotCommand.js +21 -28
  53. package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +21 -28
  54. package/dist-es/commands/UpdateVolumeCommand.js +21 -28
  55. package/dist-es/commands/index.js +4 -0
  56. package/dist-es/endpoints.js +8 -8
  57. package/dist-es/models/FSxServiceException.js +5 -10
  58. package/dist-es/models/models_0.js +1043 -617
  59. package/dist-es/pagination/DescribeBackupsPaginator.js +25 -68
  60. package/dist-es/pagination/DescribeDataRepositoryAssociationsPaginator.js +25 -68
  61. package/dist-es/pagination/DescribeDataRepositoryTasksPaginator.js +25 -68
  62. package/dist-es/pagination/DescribeFileCachesPaginator.js +32 -0
  63. package/dist-es/pagination/DescribeFileSystemAliasesPaginator.js +25 -68
  64. package/dist-es/pagination/DescribeFileSystemsPaginator.js +25 -68
  65. package/dist-es/pagination/DescribeSnapshotsPaginator.js +25 -68
  66. package/dist-es/pagination/DescribeStorageVirtualMachinesPaginator.js +25 -68
  67. package/dist-es/pagination/DescribeVolumesPaginator.js +25 -68
  68. package/dist-es/pagination/ListTagsForResourcePaginator.js +25 -68
  69. package/dist-es/pagination/index.js +1 -0
  70. package/dist-es/protocols/Aws_json1_1.js +3959 -3957
  71. package/dist-es/runtimeConfig.browser.js +26 -12
  72. package/dist-es/runtimeConfig.js +30 -12
  73. package/dist-es/runtimeConfig.native.js +8 -5
  74. package/dist-es/runtimeConfig.shared.js +8 -11
  75. package/dist-types/FSx.d.ts +118 -26
  76. package/dist-types/FSxClient.d.ts +6 -2
  77. package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +6 -0
  78. package/dist-types/commands/CreateFileCacheCommand.d.ts +58 -0
  79. package/dist-types/commands/CreateFileSystemCommand.d.ts +0 -10
  80. package/dist-types/commands/DeleteFileCacheCommand.d.ts +48 -0
  81. package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +13 -11
  82. package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +4 -4
  83. package/dist-types/commands/DescribeFileCachesCommand.d.ts +65 -0
  84. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +0 -1
  85. package/dist-types/commands/UpdateFileCacheCommand.d.ts +36 -0
  86. package/dist-types/commands/index.d.ts +4 -0
  87. package/dist-types/models/models_0.d.ts +964 -125
  88. package/dist-types/pagination/DescribeFileCachesPaginator.d.ts +4 -0
  89. package/dist-types/pagination/index.d.ts +1 -0
  90. package/dist-types/protocols/Aws_json1_1.d.ts +12 -0
  91. package/dist-types/ts3.4/FSx.d.ts +68 -0
  92. package/dist-types/ts3.4/FSxClient.d.ts +24 -0
  93. package/dist-types/ts3.4/commands/CreateFileCacheCommand.d.ts +35 -0
  94. package/dist-types/ts3.4/commands/DeleteFileCacheCommand.d.ts +35 -0
  95. package/dist-types/ts3.4/commands/DescribeFileCachesCommand.d.ts +36 -0
  96. package/dist-types/ts3.4/commands/UpdateFileCacheCommand.d.ts +35 -0
  97. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  98. package/dist-types/ts3.4/models/models_0.d.ts +239 -25
  99. package/dist-types/ts3.4/pagination/DescribeFileCachesPaginator.d.ts +11 -0
  100. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  101. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
  102. package/package.json +33 -33
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeFileCachesCommandInput, DescribeFileCachesCommandOutput } from "../commands/DescribeFileCachesCommand";
3
+ import { FSxPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeFileCaches(config: FSxPaginationConfiguration, input: DescribeFileCachesCommandInput, ...additionalArguments: any): Paginator<DescribeFileCachesCommandOutput>;
@@ -1,6 +1,7 @@
1
1
  export * from "./DescribeBackupsPaginator";
2
2
  export * from "./DescribeDataRepositoryAssociationsPaginator";
3
3
  export * from "./DescribeDataRepositoryTasksPaginator";
4
+ export * from "./DescribeFileCachesPaginator";
4
5
  export * from "./DescribeFileSystemAliasesPaginator";
5
6
  export * from "./DescribeFileSystemsPaginator";
6
7
  export * from "./DescribeSnapshotsPaginator";
@@ -6,6 +6,7 @@ import { CopyBackupCommandInput, CopyBackupCommandOutput } from "../commands/Cop
6
6
  import { CreateBackupCommandInput, CreateBackupCommandOutput } from "../commands/CreateBackupCommand";
7
7
  import { CreateDataRepositoryAssociationCommandInput, CreateDataRepositoryAssociationCommandOutput } from "../commands/CreateDataRepositoryAssociationCommand";
8
8
  import { CreateDataRepositoryTaskCommandInput, CreateDataRepositoryTaskCommandOutput } from "../commands/CreateDataRepositoryTaskCommand";
9
+ import { CreateFileCacheCommandInput, CreateFileCacheCommandOutput } from "../commands/CreateFileCacheCommand";
9
10
  import { CreateFileSystemCommandInput, CreateFileSystemCommandOutput } from "../commands/CreateFileSystemCommand";
10
11
  import { CreateFileSystemFromBackupCommandInput, CreateFileSystemFromBackupCommandOutput } from "../commands/CreateFileSystemFromBackupCommand";
11
12
  import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "../commands/CreateSnapshotCommand";
@@ -14,6 +15,7 @@ import { CreateVolumeCommandInput, CreateVolumeCommandOutput } from "../commands
14
15
  import { CreateVolumeFromBackupCommandInput, CreateVolumeFromBackupCommandOutput } from "../commands/CreateVolumeFromBackupCommand";
15
16
  import { DeleteBackupCommandInput, DeleteBackupCommandOutput } from "../commands/DeleteBackupCommand";
16
17
  import { DeleteDataRepositoryAssociationCommandInput, DeleteDataRepositoryAssociationCommandOutput } from "../commands/DeleteDataRepositoryAssociationCommand";
18
+ import { DeleteFileCacheCommandInput, DeleteFileCacheCommandOutput } from "../commands/DeleteFileCacheCommand";
17
19
  import { DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput } from "../commands/DeleteFileSystemCommand";
18
20
  import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "../commands/DeleteSnapshotCommand";
19
21
  import { DeleteStorageVirtualMachineCommandInput, DeleteStorageVirtualMachineCommandOutput } from "../commands/DeleteStorageVirtualMachineCommand";
@@ -21,6 +23,7 @@ import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "../commands
21
23
  import { DescribeBackupsCommandInput, DescribeBackupsCommandOutput } from "../commands/DescribeBackupsCommand";
22
24
  import { DescribeDataRepositoryAssociationsCommandInput, DescribeDataRepositoryAssociationsCommandOutput } from "../commands/DescribeDataRepositoryAssociationsCommand";
23
25
  import { DescribeDataRepositoryTasksCommandInput, DescribeDataRepositoryTasksCommandOutput } from "../commands/DescribeDataRepositoryTasksCommand";
26
+ import { DescribeFileCachesCommandInput, DescribeFileCachesCommandOutput } from "../commands/DescribeFileCachesCommand";
24
27
  import { DescribeFileSystemAliasesCommandInput, DescribeFileSystemAliasesCommandOutput } from "../commands/DescribeFileSystemAliasesCommand";
25
28
  import { DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput } from "../commands/DescribeFileSystemsCommand";
26
29
  import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "../commands/DescribeSnapshotsCommand";
@@ -33,6 +36,7 @@ import { RestoreVolumeFromSnapshotCommandInput, RestoreVolumeFromSnapshotCommand
33
36
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
34
37
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
35
38
  import { UpdateDataRepositoryAssociationCommandInput, UpdateDataRepositoryAssociationCommandOutput } from "../commands/UpdateDataRepositoryAssociationCommand";
39
+ import { UpdateFileCacheCommandInput, UpdateFileCacheCommandOutput } from "../commands/UpdateFileCacheCommand";
36
40
  import { UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput } from "../commands/UpdateFileSystemCommand";
37
41
  import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "../commands/UpdateSnapshotCommand";
38
42
  import { UpdateStorageVirtualMachineCommandInput, UpdateStorageVirtualMachineCommandOutput } from "../commands/UpdateStorageVirtualMachineCommand";
@@ -43,6 +47,7 @@ export declare const serializeAws_json1_1CopyBackupCommand: (input: CopyBackupCo
43
47
  export declare const serializeAws_json1_1CreateBackupCommand: (input: CreateBackupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
48
  export declare const serializeAws_json1_1CreateDataRepositoryAssociationCommand: (input: CreateDataRepositoryAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
49
  export declare const serializeAws_json1_1CreateDataRepositoryTaskCommand: (input: CreateDataRepositoryTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ export declare const serializeAws_json1_1CreateFileCacheCommand: (input: CreateFileCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
51
  export declare const serializeAws_json1_1CreateFileSystemCommand: (input: CreateFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
52
  export declare const serializeAws_json1_1CreateFileSystemFromBackupCommand: (input: CreateFileSystemFromBackupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
53
  export declare const serializeAws_json1_1CreateSnapshotCommand: (input: CreateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -51,6 +56,7 @@ export declare const serializeAws_json1_1CreateVolumeCommand: (input: CreateVolu
51
56
  export declare const serializeAws_json1_1CreateVolumeFromBackupCommand: (input: CreateVolumeFromBackupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
57
  export declare const serializeAws_json1_1DeleteBackupCommand: (input: DeleteBackupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
58
  export declare const serializeAws_json1_1DeleteDataRepositoryAssociationCommand: (input: DeleteDataRepositoryAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
+ export declare const serializeAws_json1_1DeleteFileCacheCommand: (input: DeleteFileCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
60
  export declare const serializeAws_json1_1DeleteFileSystemCommand: (input: DeleteFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
61
  export declare const serializeAws_json1_1DeleteSnapshotCommand: (input: DeleteSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
62
  export declare const serializeAws_json1_1DeleteStorageVirtualMachineCommand: (input: DeleteStorageVirtualMachineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -58,6 +64,7 @@ export declare const serializeAws_json1_1DeleteVolumeCommand: (input: DeleteVolu
58
64
  export declare const serializeAws_json1_1DescribeBackupsCommand: (input: DescribeBackupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
65
  export declare const serializeAws_json1_1DescribeDataRepositoryAssociationsCommand: (input: DescribeDataRepositoryAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
66
  export declare const serializeAws_json1_1DescribeDataRepositoryTasksCommand: (input: DescribeDataRepositoryTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ export declare const serializeAws_json1_1DescribeFileCachesCommand: (input: DescribeFileCachesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
68
  export declare const serializeAws_json1_1DescribeFileSystemAliasesCommand: (input: DescribeFileSystemAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
69
  export declare const serializeAws_json1_1DescribeFileSystemsCommand: (input: DescribeFileSystemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
70
  export declare const serializeAws_json1_1DescribeSnapshotsCommand: (input: DescribeSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -70,6 +77,7 @@ export declare const serializeAws_json1_1RestoreVolumeFromSnapshotCommand: (inpu
70
77
  export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
78
  export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
79
  export declare const serializeAws_json1_1UpdateDataRepositoryAssociationCommand: (input: UpdateDataRepositoryAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
+ export declare const serializeAws_json1_1UpdateFileCacheCommand: (input: UpdateFileCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
81
  export declare const serializeAws_json1_1UpdateFileSystemCommand: (input: UpdateFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
82
  export declare const serializeAws_json1_1UpdateSnapshotCommand: (input: UpdateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
83
  export declare const serializeAws_json1_1UpdateStorageVirtualMachineCommand: (input: UpdateStorageVirtualMachineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -80,6 +88,7 @@ export declare const deserializeAws_json1_1CopyBackupCommand: (output: __HttpRes
80
88
  export declare const deserializeAws_json1_1CreateBackupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBackupCommandOutput>;
81
89
  export declare const deserializeAws_json1_1CreateDataRepositoryAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataRepositoryAssociationCommandOutput>;
82
90
  export declare const deserializeAws_json1_1CreateDataRepositoryTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataRepositoryTaskCommandOutput>;
91
+ export declare const deserializeAws_json1_1CreateFileCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFileCacheCommandOutput>;
83
92
  export declare const deserializeAws_json1_1CreateFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFileSystemCommandOutput>;
84
93
  export declare const deserializeAws_json1_1CreateFileSystemFromBackupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFileSystemFromBackupCommandOutput>;
85
94
  export declare const deserializeAws_json1_1CreateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotCommandOutput>;
@@ -88,6 +97,7 @@ export declare const deserializeAws_json1_1CreateVolumeCommand: (output: __HttpR
88
97
  export declare const deserializeAws_json1_1CreateVolumeFromBackupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVolumeFromBackupCommandOutput>;
89
98
  export declare const deserializeAws_json1_1DeleteBackupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBackupCommandOutput>;
90
99
  export declare const deserializeAws_json1_1DeleteDataRepositoryAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataRepositoryAssociationCommandOutput>;
100
+ export declare const deserializeAws_json1_1DeleteFileCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFileCacheCommandOutput>;
91
101
  export declare const deserializeAws_json1_1DeleteFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFileSystemCommandOutput>;
92
102
  export declare const deserializeAws_json1_1DeleteSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSnapshotCommandOutput>;
93
103
  export declare const deserializeAws_json1_1DeleteStorageVirtualMachineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStorageVirtualMachineCommandOutput>;
@@ -95,6 +105,7 @@ export declare const deserializeAws_json1_1DeleteVolumeCommand: (output: __HttpR
95
105
  export declare const deserializeAws_json1_1DescribeBackupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBackupsCommandOutput>;
96
106
  export declare const deserializeAws_json1_1DescribeDataRepositoryAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataRepositoryAssociationsCommandOutput>;
97
107
  export declare const deserializeAws_json1_1DescribeDataRepositoryTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataRepositoryTasksCommandOutput>;
108
+ export declare const deserializeAws_json1_1DescribeFileCachesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFileCachesCommandOutput>;
98
109
  export declare const deserializeAws_json1_1DescribeFileSystemAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFileSystemAliasesCommandOutput>;
99
110
  export declare const deserializeAws_json1_1DescribeFileSystemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFileSystemsCommandOutput>;
100
111
  export declare const deserializeAws_json1_1DescribeSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSnapshotsCommandOutput>;
@@ -107,6 +118,7 @@ export declare const deserializeAws_json1_1RestoreVolumeFromSnapshotCommand: (ou
107
118
  export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
108
119
  export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
109
120
  export declare const deserializeAws_json1_1UpdateDataRepositoryAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataRepositoryAssociationCommandOutput>;
121
+ export declare const deserializeAws_json1_1UpdateFileCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFileCacheCommandOutput>;
110
122
  export declare const deserializeAws_json1_1UpdateFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFileSystemCommandOutput>;
111
123
  export declare const deserializeAws_json1_1UpdateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSnapshotCommandOutput>;
112
124
  export declare const deserializeAws_json1_1UpdateStorageVirtualMachineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStorageVirtualMachineCommandOutput>;
@@ -23,6 +23,10 @@ import {
23
23
  CreateDataRepositoryTaskCommandInput,
24
24
  CreateDataRepositoryTaskCommandOutput,
25
25
  } from "./commands/CreateDataRepositoryTaskCommand";
26
+ import {
27
+ CreateFileCacheCommandInput,
28
+ CreateFileCacheCommandOutput,
29
+ } from "./commands/CreateFileCacheCommand";
26
30
  import {
27
31
  CreateFileSystemCommandInput,
28
32
  CreateFileSystemCommandOutput,
@@ -55,6 +59,10 @@ import {
55
59
  DeleteDataRepositoryAssociationCommandInput,
56
60
  DeleteDataRepositoryAssociationCommandOutput,
57
61
  } from "./commands/DeleteDataRepositoryAssociationCommand";
62
+ import {
63
+ DeleteFileCacheCommandInput,
64
+ DeleteFileCacheCommandOutput,
65
+ } from "./commands/DeleteFileCacheCommand";
58
66
  import {
59
67
  DeleteFileSystemCommandInput,
60
68
  DeleteFileSystemCommandOutput,
@@ -83,6 +91,10 @@ import {
83
91
  DescribeDataRepositoryTasksCommandInput,
84
92
  DescribeDataRepositoryTasksCommandOutput,
85
93
  } from "./commands/DescribeDataRepositoryTasksCommand";
94
+ import {
95
+ DescribeFileCachesCommandInput,
96
+ DescribeFileCachesCommandOutput,
97
+ } from "./commands/DescribeFileCachesCommand";
86
98
  import {
87
99
  DescribeFileSystemAliasesCommandInput,
88
100
  DescribeFileSystemAliasesCommandOutput,
@@ -131,6 +143,10 @@ import {
131
143
  UpdateDataRepositoryAssociationCommandInput,
132
144
  UpdateDataRepositoryAssociationCommandOutput,
133
145
  } from "./commands/UpdateDataRepositoryAssociationCommand";
146
+ import {
147
+ UpdateFileCacheCommandInput,
148
+ UpdateFileCacheCommandOutput,
149
+ } from "./commands/UpdateFileCacheCommand";
134
150
  import {
135
151
  UpdateFileSystemCommandInput,
136
152
  UpdateFileSystemCommandOutput,
@@ -227,6 +243,19 @@ export declare class FSx extends FSxClient {
227
243
  options: __HttpHandlerOptions,
228
244
  cb: (err: any, data?: CreateDataRepositoryTaskCommandOutput) => void
229
245
  ): void;
246
+ createFileCache(
247
+ args: CreateFileCacheCommandInput,
248
+ options?: __HttpHandlerOptions
249
+ ): Promise<CreateFileCacheCommandOutput>;
250
+ createFileCache(
251
+ args: CreateFileCacheCommandInput,
252
+ cb: (err: any, data?: CreateFileCacheCommandOutput) => void
253
+ ): void;
254
+ createFileCache(
255
+ args: CreateFileCacheCommandInput,
256
+ options: __HttpHandlerOptions,
257
+ cb: (err: any, data?: CreateFileCacheCommandOutput) => void
258
+ ): void;
230
259
  createFileSystem(
231
260
  args: CreateFileSystemCommandInput,
232
261
  options?: __HttpHandlerOptions
@@ -331,6 +360,19 @@ export declare class FSx extends FSxClient {
331
360
  options: __HttpHandlerOptions,
332
361
  cb: (err: any, data?: DeleteDataRepositoryAssociationCommandOutput) => void
333
362
  ): void;
363
+ deleteFileCache(
364
+ args: DeleteFileCacheCommandInput,
365
+ options?: __HttpHandlerOptions
366
+ ): Promise<DeleteFileCacheCommandOutput>;
367
+ deleteFileCache(
368
+ args: DeleteFileCacheCommandInput,
369
+ cb: (err: any, data?: DeleteFileCacheCommandOutput) => void
370
+ ): void;
371
+ deleteFileCache(
372
+ args: DeleteFileCacheCommandInput,
373
+ options: __HttpHandlerOptions,
374
+ cb: (err: any, data?: DeleteFileCacheCommandOutput) => void
375
+ ): void;
334
376
  deleteFileSystem(
335
377
  args: DeleteFileSystemCommandInput,
336
378
  options?: __HttpHandlerOptions
@@ -428,6 +470,19 @@ export declare class FSx extends FSxClient {
428
470
  options: __HttpHandlerOptions,
429
471
  cb: (err: any, data?: DescribeDataRepositoryTasksCommandOutput) => void
430
472
  ): void;
473
+ describeFileCaches(
474
+ args: DescribeFileCachesCommandInput,
475
+ options?: __HttpHandlerOptions
476
+ ): Promise<DescribeFileCachesCommandOutput>;
477
+ describeFileCaches(
478
+ args: DescribeFileCachesCommandInput,
479
+ cb: (err: any, data?: DescribeFileCachesCommandOutput) => void
480
+ ): void;
481
+ describeFileCaches(
482
+ args: DescribeFileCachesCommandInput,
483
+ options: __HttpHandlerOptions,
484
+ cb: (err: any, data?: DescribeFileCachesCommandOutput) => void
485
+ ): void;
431
486
  describeFileSystemAliases(
432
487
  args: DescribeFileSystemAliasesCommandInput,
433
488
  options?: __HttpHandlerOptions
@@ -584,6 +639,19 @@ export declare class FSx extends FSxClient {
584
639
  options: __HttpHandlerOptions,
585
640
  cb: (err: any, data?: UpdateDataRepositoryAssociationCommandOutput) => void
586
641
  ): void;
642
+ updateFileCache(
643
+ args: UpdateFileCacheCommandInput,
644
+ options?: __HttpHandlerOptions
645
+ ): Promise<UpdateFileCacheCommandOutput>;
646
+ updateFileCache(
647
+ args: UpdateFileCacheCommandInput,
648
+ cb: (err: any, data?: UpdateFileCacheCommandOutput) => void
649
+ ): void;
650
+ updateFileCache(
651
+ args: UpdateFileCacheCommandInput,
652
+ options: __HttpHandlerOptions,
653
+ cb: (err: any, data?: UpdateFileCacheCommandOutput) => void
654
+ ): void;
587
655
  updateFileSystem(
588
656
  args: UpdateFileSystemCommandInput,
589
657
  options?: __HttpHandlerOptions
@@ -66,6 +66,10 @@ import {
66
66
  CreateDataRepositoryTaskCommandInput,
67
67
  CreateDataRepositoryTaskCommandOutput,
68
68
  } from "./commands/CreateDataRepositoryTaskCommand";
69
+ import {
70
+ CreateFileCacheCommandInput,
71
+ CreateFileCacheCommandOutput,
72
+ } from "./commands/CreateFileCacheCommand";
69
73
  import {
70
74
  CreateFileSystemCommandInput,
71
75
  CreateFileSystemCommandOutput,
@@ -98,6 +102,10 @@ import {
98
102
  DeleteDataRepositoryAssociationCommandInput,
99
103
  DeleteDataRepositoryAssociationCommandOutput,
100
104
  } from "./commands/DeleteDataRepositoryAssociationCommand";
105
+ import {
106
+ DeleteFileCacheCommandInput,
107
+ DeleteFileCacheCommandOutput,
108
+ } from "./commands/DeleteFileCacheCommand";
101
109
  import {
102
110
  DeleteFileSystemCommandInput,
103
111
  DeleteFileSystemCommandOutput,
@@ -126,6 +134,10 @@ import {
126
134
  DescribeDataRepositoryTasksCommandInput,
127
135
  DescribeDataRepositoryTasksCommandOutput,
128
136
  } from "./commands/DescribeDataRepositoryTasksCommand";
137
+ import {
138
+ DescribeFileCachesCommandInput,
139
+ DescribeFileCachesCommandOutput,
140
+ } from "./commands/DescribeFileCachesCommand";
129
141
  import {
130
142
  DescribeFileSystemAliasesCommandInput,
131
143
  DescribeFileSystemAliasesCommandOutput,
@@ -174,6 +186,10 @@ import {
174
186
  UpdateDataRepositoryAssociationCommandInput,
175
187
  UpdateDataRepositoryAssociationCommandOutput,
176
188
  } from "./commands/UpdateDataRepositoryAssociationCommand";
189
+ import {
190
+ UpdateFileCacheCommandInput,
191
+ UpdateFileCacheCommandOutput,
192
+ } from "./commands/UpdateFileCacheCommand";
177
193
  import {
178
194
  UpdateFileSystemCommandInput,
179
195
  UpdateFileSystemCommandOutput,
@@ -197,6 +213,7 @@ export declare type ServiceInputTypes =
197
213
  | CreateBackupCommandInput
198
214
  | CreateDataRepositoryAssociationCommandInput
199
215
  | CreateDataRepositoryTaskCommandInput
216
+ | CreateFileCacheCommandInput
200
217
  | CreateFileSystemCommandInput
201
218
  | CreateFileSystemFromBackupCommandInput
202
219
  | CreateSnapshotCommandInput
@@ -205,6 +222,7 @@ export declare type ServiceInputTypes =
205
222
  | CreateVolumeFromBackupCommandInput
206
223
  | DeleteBackupCommandInput
207
224
  | DeleteDataRepositoryAssociationCommandInput
225
+ | DeleteFileCacheCommandInput
208
226
  | DeleteFileSystemCommandInput
209
227
  | DeleteSnapshotCommandInput
210
228
  | DeleteStorageVirtualMachineCommandInput
@@ -212,6 +230,7 @@ export declare type ServiceInputTypes =
212
230
  | DescribeBackupsCommandInput
213
231
  | DescribeDataRepositoryAssociationsCommandInput
214
232
  | DescribeDataRepositoryTasksCommandInput
233
+ | DescribeFileCachesCommandInput
215
234
  | DescribeFileSystemAliasesCommandInput
216
235
  | DescribeFileSystemsCommandInput
217
236
  | DescribeSnapshotsCommandInput
@@ -224,6 +243,7 @@ export declare type ServiceInputTypes =
224
243
  | TagResourceCommandInput
225
244
  | UntagResourceCommandInput
226
245
  | UpdateDataRepositoryAssociationCommandInput
246
+ | UpdateFileCacheCommandInput
227
247
  | UpdateFileSystemCommandInput
228
248
  | UpdateSnapshotCommandInput
229
249
  | UpdateStorageVirtualMachineCommandInput
@@ -235,6 +255,7 @@ export declare type ServiceOutputTypes =
235
255
  | CreateBackupCommandOutput
236
256
  | CreateDataRepositoryAssociationCommandOutput
237
257
  | CreateDataRepositoryTaskCommandOutput
258
+ | CreateFileCacheCommandOutput
238
259
  | CreateFileSystemCommandOutput
239
260
  | CreateFileSystemFromBackupCommandOutput
240
261
  | CreateSnapshotCommandOutput
@@ -243,6 +264,7 @@ export declare type ServiceOutputTypes =
243
264
  | CreateVolumeFromBackupCommandOutput
244
265
  | DeleteBackupCommandOutput
245
266
  | DeleteDataRepositoryAssociationCommandOutput
267
+ | DeleteFileCacheCommandOutput
246
268
  | DeleteFileSystemCommandOutput
247
269
  | DeleteSnapshotCommandOutput
248
270
  | DeleteStorageVirtualMachineCommandOutput
@@ -250,6 +272,7 @@ export declare type ServiceOutputTypes =
250
272
  | DescribeBackupsCommandOutput
251
273
  | DescribeDataRepositoryAssociationsCommandOutput
252
274
  | DescribeDataRepositoryTasksCommandOutput
275
+ | DescribeFileCachesCommandOutput
253
276
  | DescribeFileSystemAliasesCommandOutput
254
277
  | DescribeFileSystemsCommandOutput
255
278
  | DescribeSnapshotsCommandOutput
@@ -262,6 +285,7 @@ export declare type ServiceOutputTypes =
262
285
  | TagResourceCommandOutput
263
286
  | UntagResourceCommandOutput
264
287
  | UpdateDataRepositoryAssociationCommandOutput
288
+ | UpdateFileCacheCommandOutput
265
289
  | UpdateFileSystemCommandOutput
266
290
  | UpdateSnapshotCommandOutput
267
291
  | UpdateStorageVirtualMachineCommandOutput
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ FSxClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../FSxClient";
13
+ import {
14
+ CreateFileCacheRequest,
15
+ CreateFileCacheResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateFileCacheCommandInput extends CreateFileCacheRequest {}
18
+ export interface CreateFileCacheCommandOutput
19
+ extends CreateFileCacheResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateFileCacheCommand extends $Command<
22
+ CreateFileCacheCommandInput,
23
+ CreateFileCacheCommandOutput,
24
+ FSxClientResolvedConfig
25
+ > {
26
+ readonly input: CreateFileCacheCommandInput;
27
+ constructor(input: CreateFileCacheCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: FSxClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateFileCacheCommandInput, CreateFileCacheCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ FSxClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../FSxClient";
13
+ import {
14
+ DeleteFileCacheRequest,
15
+ DeleteFileCacheResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteFileCacheCommandInput extends DeleteFileCacheRequest {}
18
+ export interface DeleteFileCacheCommandOutput
19
+ extends DeleteFileCacheResponse,
20
+ __MetadataBearer {}
21
+ export declare class DeleteFileCacheCommand extends $Command<
22
+ DeleteFileCacheCommandInput,
23
+ DeleteFileCacheCommandOutput,
24
+ FSxClientResolvedConfig
25
+ > {
26
+ readonly input: DeleteFileCacheCommandInput;
27
+ constructor(input: DeleteFileCacheCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: FSxClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeleteFileCacheCommandInput, DeleteFileCacheCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ FSxClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../FSxClient";
13
+ import {
14
+ DescribeFileCachesRequest,
15
+ DescribeFileCachesResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeFileCachesCommandInput
18
+ extends DescribeFileCachesRequest {}
19
+ export interface DescribeFileCachesCommandOutput
20
+ extends DescribeFileCachesResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeFileCachesCommand extends $Command<
23
+ DescribeFileCachesCommandInput,
24
+ DescribeFileCachesCommandOutput,
25
+ FSxClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeFileCachesCommandInput;
28
+ constructor(input: DescribeFileCachesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: FSxClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DescribeFileCachesCommandInput, DescribeFileCachesCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ FSxClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../FSxClient";
13
+ import {
14
+ UpdateFileCacheRequest,
15
+ UpdateFileCacheResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateFileCacheCommandInput extends UpdateFileCacheRequest {}
18
+ export interface UpdateFileCacheCommandOutput
19
+ extends UpdateFileCacheResponse,
20
+ __MetadataBearer {}
21
+ export declare class UpdateFileCacheCommand extends $Command<
22
+ UpdateFileCacheCommandInput,
23
+ UpdateFileCacheCommandOutput,
24
+ FSxClientResolvedConfig
25
+ > {
26
+ readonly input: UpdateFileCacheCommandInput;
27
+ constructor(input: UpdateFileCacheCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: FSxClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdateFileCacheCommandInput, UpdateFileCacheCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -4,6 +4,7 @@ export * from "./CopyBackupCommand";
4
4
  export * from "./CreateBackupCommand";
5
5
  export * from "./CreateDataRepositoryAssociationCommand";
6
6
  export * from "./CreateDataRepositoryTaskCommand";
7
+ export * from "./CreateFileCacheCommand";
7
8
  export * from "./CreateFileSystemCommand";
8
9
  export * from "./CreateFileSystemFromBackupCommand";
9
10
  export * from "./CreateSnapshotCommand";
@@ -12,6 +13,7 @@ export * from "./CreateVolumeCommand";
12
13
  export * from "./CreateVolumeFromBackupCommand";
13
14
  export * from "./DeleteBackupCommand";
14
15
  export * from "./DeleteDataRepositoryAssociationCommand";
16
+ export * from "./DeleteFileCacheCommand";
15
17
  export * from "./DeleteFileSystemCommand";
16
18
  export * from "./DeleteSnapshotCommand";
17
19
  export * from "./DeleteStorageVirtualMachineCommand";
@@ -19,6 +21,7 @@ export * from "./DeleteVolumeCommand";
19
21
  export * from "./DescribeBackupsCommand";
20
22
  export * from "./DescribeDataRepositoryAssociationsCommand";
21
23
  export * from "./DescribeDataRepositoryTasksCommand";
24
+ export * from "./DescribeFileCachesCommand";
22
25
  export * from "./DescribeFileSystemAliasesCommand";
23
26
  export * from "./DescribeFileSystemsCommand";
24
27
  export * from "./DescribeSnapshotsCommand";
@@ -31,6 +34,7 @@ export * from "./RestoreVolumeFromSnapshotCommand";
31
34
  export * from "./TagResourceCommand";
32
35
  export * from "./UntagResourceCommand";
33
36
  export * from "./UpdateDataRepositoryAssociationCommand";
37
+ export * from "./UpdateFileCacheCommand";
34
38
  export * from "./UpdateFileSystemCommand";
35
39
  export * from "./UpdateSnapshotCommand";
36
40
  export * from "./UpdateStorageVirtualMachineCommand";