@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
@@ -487,6 +487,7 @@ export declare class InvalidSourceKmsKey extends __BaseException {
487
487
  );
488
488
  }
489
489
  export declare enum ServiceLimit {
490
+ FILE_CACHE_COUNT = "FILE_CACHE_COUNT",
490
491
  FILE_SYSTEM_COUNT = "FILE_SYSTEM_COUNT",
491
492
  STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM = "STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM",
492
493
  TOTAL_IN_PROGRESS_COPY_BACKUPS = "TOTAL_IN_PROGRESS_COPY_BACKUPS",
@@ -539,7 +540,7 @@ export interface S3DataRepositoryConfiguration {
539
540
  }
540
541
  export interface CreateDataRepositoryAssociationRequest {
541
542
  FileSystemId: string | undefined;
542
- FileSystemPath: string | undefined;
543
+ FileSystemPath?: string;
543
544
  DataRepositoryPath: string | undefined;
544
545
  BatchImportMetaDataOnCreate?: boolean;
545
546
  ImportedFileChunkSize?: number;
@@ -547,6 +548,14 @@ export interface CreateDataRepositoryAssociationRequest {
547
548
  ClientRequestToken?: string;
548
549
  Tags?: Tag[];
549
550
  }
551
+ export declare enum NfsVersion {
552
+ NFS3 = "NFS3",
553
+ }
554
+ export interface NFSDataRepositoryConfiguration {
555
+ Version: NfsVersion | string | undefined;
556
+ DnsIps?: string[];
557
+ AutoExportPolicy?: AutoExportPolicy;
558
+ }
550
559
  export interface DataRepositoryAssociation {
551
560
  AssociationId?: string;
552
561
  ResourceARN?: string;
@@ -560,6 +569,10 @@ export interface DataRepositoryAssociation {
560
569
  S3?: S3DataRepositoryConfiguration;
561
570
  Tags?: Tag[];
562
571
  CreationTime?: Date;
572
+ FileCacheId?: string;
573
+ FileCachePath?: string;
574
+ DataRepositorySubdirectories?: string[];
575
+ NFS?: NFSDataRepositoryConfiguration;
563
576
  }
564
577
  export interface CreateDataRepositoryAssociationResponse {
565
578
  Association?: DataRepositoryAssociation;
@@ -577,6 +590,8 @@ export interface CompletionReport {
577
590
  Scope?: ReportScope | string;
578
591
  }
579
592
  export declare enum DataRepositoryTaskType {
593
+ AUTO_TRIGGERED_EVICTION = "AUTO_RELEASE_DATA",
594
+ EVICTION = "RELEASE_DATA_FROM_FILESYSTEM",
580
595
  EXPORT = "EXPORT_TO_REPOSITORY",
581
596
  IMPORT = "IMPORT_METADATA_FROM_REPOSITORY",
582
597
  }
@@ -587,6 +602,7 @@ export interface CreateDataRepositoryTaskRequest {
587
602
  Report: CompletionReport | undefined;
588
603
  ClientRequestToken?: string;
589
604
  Tags?: Tag[];
605
+ CapacityToRelease?: number;
590
606
  }
591
607
  export interface DataRepositoryTaskFailureDetails {
592
608
  Message?: string;
@@ -596,6 +612,7 @@ export interface DataRepositoryTaskStatus {
596
612
  SucceededCount?: number;
597
613
  FailedCount?: number;
598
614
  LastUpdatedTime?: Date;
615
+ ReleasedCapacity?: number;
599
616
  }
600
617
  export interface DataRepositoryTask {
601
618
  TaskId: string | undefined;
@@ -606,11 +623,13 @@ export interface DataRepositoryTask {
606
623
  EndTime?: Date;
607
624
  ResourceARN?: string;
608
625
  Tags?: Tag[];
609
- FileSystemId: string | undefined;
626
+ FileSystemId?: string;
610
627
  Paths?: string[];
611
628
  FailureDetails?: DataRepositoryTaskFailureDetails;
612
629
  Status?: DataRepositoryTaskStatus;
613
630
  Report?: CompletionReport;
631
+ CapacityToRelease?: number;
632
+ FileCacheId?: string;
614
633
  }
615
634
  export interface CreateDataRepositoryTaskResponse {
616
635
  DataRepositoryTask?: DataRepositoryTask;
@@ -623,6 +642,115 @@ export declare class DataRepositoryTaskExecuting extends __BaseException {
623
642
  opts: __ExceptionOptionType<DataRepositoryTaskExecuting, __BaseException>
624
643
  );
625
644
  }
645
+ export interface FileCacheNFSConfiguration {
646
+ Version: NfsVersion | string | undefined;
647
+ DnsIps?: string[];
648
+ }
649
+ export interface FileCacheDataRepositoryAssociation {
650
+ FileCachePath: string | undefined;
651
+ DataRepositoryPath: string | undefined;
652
+ DataRepositorySubdirectories?: string[];
653
+ NFS?: FileCacheNFSConfiguration;
654
+ }
655
+ export declare enum FileCacheType {
656
+ LUSTRE = "LUSTRE",
657
+ }
658
+ export declare enum FileCacheLustreDeploymentType {
659
+ CACHE_1 = "CACHE_1",
660
+ }
661
+ export interface FileCacheLustreMetadataConfiguration {
662
+ StorageCapacity: number | undefined;
663
+ }
664
+ export interface CreateFileCacheLustreConfiguration {
665
+ PerUnitStorageThroughput: number | undefined;
666
+ DeploymentType: FileCacheLustreDeploymentType | string | undefined;
667
+ WeeklyMaintenanceStartTime?: string;
668
+ MetadataConfiguration: FileCacheLustreMetadataConfiguration | undefined;
669
+ }
670
+ export interface CreateFileCacheRequest {
671
+ ClientRequestToken?: string;
672
+ FileCacheType: FileCacheType | string | undefined;
673
+ FileCacheTypeVersion: string | undefined;
674
+ StorageCapacity: number | undefined;
675
+ SubnetIds: string[] | undefined;
676
+ SecurityGroupIds?: string[];
677
+ Tags?: Tag[];
678
+ CopyTagsToDataRepositoryAssociations?: boolean;
679
+ KmsKeyId?: string;
680
+ LustreConfiguration?: CreateFileCacheLustreConfiguration;
681
+ DataRepositoryAssociations?: FileCacheDataRepositoryAssociation[];
682
+ }
683
+ export interface FileCacheFailureDetails {
684
+ Message?: string;
685
+ }
686
+ export declare enum FileCacheLifecycle {
687
+ AVAILABLE = "AVAILABLE",
688
+ CREATING = "CREATING",
689
+ DELETING = "DELETING",
690
+ FAILED = "FAILED",
691
+ UPDATING = "UPDATING",
692
+ }
693
+ export interface FileCacheLustreConfiguration {
694
+ PerUnitStorageThroughput?: number;
695
+ DeploymentType?: FileCacheLustreDeploymentType | string;
696
+ MountName?: string;
697
+ WeeklyMaintenanceStartTime?: string;
698
+ MetadataConfiguration?: FileCacheLustreMetadataConfiguration;
699
+ LogConfiguration?: LustreLogConfiguration;
700
+ }
701
+ export interface FileCacheCreating {
702
+ OwnerId?: string;
703
+ CreationTime?: Date;
704
+ FileCacheId?: string;
705
+ FileCacheType?: FileCacheType | string;
706
+ FileCacheTypeVersion?: string;
707
+ Lifecycle?: FileCacheLifecycle | string;
708
+ FailureDetails?: FileCacheFailureDetails;
709
+ StorageCapacity?: number;
710
+ VpcId?: string;
711
+ SubnetIds?: string[];
712
+ NetworkInterfaceIds?: string[];
713
+ DNSName?: string;
714
+ KmsKeyId?: string;
715
+ ResourceARN?: string;
716
+ Tags?: Tag[];
717
+ CopyTagsToDataRepositoryAssociations?: boolean;
718
+ LustreConfiguration?: FileCacheLustreConfiguration;
719
+ DataRepositoryAssociationIds?: string[];
720
+ }
721
+ export interface CreateFileCacheResponse {
722
+ FileCache?: FileCacheCreating;
723
+ }
724
+ export declare class InvalidNetworkSettings extends __BaseException {
725
+ readonly name: "InvalidNetworkSettings";
726
+ readonly $fault: "client";
727
+ Message?: string;
728
+ InvalidSubnetId?: string;
729
+ InvalidSecurityGroupId?: string;
730
+ InvalidRouteTableId?: string;
731
+ constructor(
732
+ opts: __ExceptionOptionType<InvalidNetworkSettings, __BaseException>
733
+ );
734
+ }
735
+ export declare class InvalidPerUnitStorageThroughput extends __BaseException {
736
+ readonly name: "InvalidPerUnitStorageThroughput";
737
+ readonly $fault: "client";
738
+ Message?: string;
739
+ constructor(
740
+ opts: __ExceptionOptionType<
741
+ InvalidPerUnitStorageThroughput,
742
+ __BaseException
743
+ >
744
+ );
745
+ }
746
+ export declare class MissingFileCacheConfiguration extends __BaseException {
747
+ readonly name: "MissingFileCacheConfiguration";
748
+ readonly $fault: "client";
749
+ Message?: string;
750
+ constructor(
751
+ opts: __ExceptionOptionType<MissingFileCacheConfiguration, __BaseException>
752
+ );
753
+ }
626
754
  export interface LustreLogCreateConfiguration {
627
755
  Level: LustreAccessAuditLogLevel | string | undefined;
628
756
  Destination?: string;
@@ -727,28 +855,6 @@ export declare class InvalidImportPath extends __BaseException {
727
855
  Message?: string;
728
856
  constructor(opts: __ExceptionOptionType<InvalidImportPath, __BaseException>);
729
857
  }
730
- export declare class InvalidNetworkSettings extends __BaseException {
731
- readonly name: "InvalidNetworkSettings";
732
- readonly $fault: "client";
733
- Message?: string;
734
- InvalidSubnetId?: string;
735
- InvalidSecurityGroupId?: string;
736
- InvalidRouteTableId?: string;
737
- constructor(
738
- opts: __ExceptionOptionType<InvalidNetworkSettings, __BaseException>
739
- );
740
- }
741
- export declare class InvalidPerUnitStorageThroughput extends __BaseException {
742
- readonly name: "InvalidPerUnitStorageThroughput";
743
- readonly $fault: "client";
744
- Message?: string;
745
- constructor(
746
- opts: __ExceptionOptionType<
747
- InvalidPerUnitStorageThroughput,
748
- __BaseException
749
- >
750
- );
751
- }
752
858
  export declare class MissingFileSystemConfiguration extends __BaseException {
753
859
  readonly name: "MissingFileSystemConfiguration";
754
860
  readonly $fault: "client";
@@ -769,6 +875,7 @@ export interface CreateFileSystemFromBackupRequest {
769
875
  KmsKeyId?: string;
770
876
  FileSystemTypeVersion?: string;
771
877
  OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration;
878
+ StorageCapacity?: number;
772
879
  }
773
880
  export interface CreateSnapshotRequest {
774
881
  ClientRequestToken?: string;
@@ -935,13 +1042,27 @@ export declare class DataRepositoryAssociationNotFound extends __BaseException {
935
1042
  export interface DeleteDataRepositoryAssociationRequest {
936
1043
  AssociationId: string | undefined;
937
1044
  ClientRequestToken?: string;
938
- DeleteDataInFileSystem: boolean | undefined;
1045
+ DeleteDataInFileSystem?: boolean;
939
1046
  }
940
1047
  export interface DeleteDataRepositoryAssociationResponse {
941
1048
  AssociationId?: string;
942
1049
  Lifecycle?: DataRepositoryLifecycle | string;
943
1050
  DeleteDataInFileSystem?: boolean;
944
1051
  }
1052
+ export interface DeleteFileCacheRequest {
1053
+ FileCacheId: string | undefined;
1054
+ ClientRequestToken?: string;
1055
+ }
1056
+ export interface DeleteFileCacheResponse {
1057
+ FileCacheId?: string;
1058
+ Lifecycle?: FileCacheLifecycle | string;
1059
+ }
1060
+ export declare class FileCacheNotFound extends __BaseException {
1061
+ readonly name: "FileCacheNotFound";
1062
+ readonly $fault: "client";
1063
+ Message?: string;
1064
+ constructor(opts: __ExceptionOptionType<FileCacheNotFound, __BaseException>);
1065
+ }
945
1066
  export interface DeleteFileSystemLustreConfiguration {
946
1067
  SkipFinalBackup?: boolean;
947
1068
  FinalBackupTags?: Tag[];
@@ -1034,6 +1155,8 @@ export interface DeleteVolumeResponse {
1034
1155
  export declare enum FilterName {
1035
1156
  BACKUP_TYPE = "backup-type",
1036
1157
  DATA_REPOSITORY_TYPE = "data-repository-type",
1158
+ FILE_CACHE_ID = "file-cache-id",
1159
+ FILE_CACHE_TYPE = "file-cache-type",
1037
1160
  FILE_SYSTEM_ID = "file-system-id",
1038
1161
  FILE_SYSTEM_TYPE = "file-system-type",
1039
1162
  VOLUME_ID = "volume-id",
@@ -1068,6 +1191,7 @@ export declare class InvalidDataRepositoryType extends __BaseException {
1068
1191
  }
1069
1192
  export declare enum DataRepositoryTaskFilterName {
1070
1193
  DATA_REPO_ASSOCIATION_ID = "data-repository-association-id",
1194
+ FILE_CACHE_ID = "file-cache-id",
1071
1195
  FILE_SYSTEM_ID = "file-system-id",
1072
1196
  TASK_LIFECYCLE = "task-lifecycle",
1073
1197
  }
@@ -1085,6 +1209,33 @@ export interface DescribeDataRepositoryTasksResponse {
1085
1209
  DataRepositoryTasks?: DataRepositoryTask[];
1086
1210
  NextToken?: string;
1087
1211
  }
1212
+ export interface DescribeFileCachesRequest {
1213
+ FileCacheIds?: string[];
1214
+ MaxResults?: number;
1215
+ NextToken?: string;
1216
+ }
1217
+ export interface FileCache {
1218
+ OwnerId?: string;
1219
+ CreationTime?: Date;
1220
+ FileCacheId?: string;
1221
+ FileCacheType?: FileCacheType | string;
1222
+ FileCacheTypeVersion?: string;
1223
+ Lifecycle?: FileCacheLifecycle | string;
1224
+ FailureDetails?: FileCacheFailureDetails;
1225
+ StorageCapacity?: number;
1226
+ VpcId?: string;
1227
+ SubnetIds?: string[];
1228
+ NetworkInterfaceIds?: string[];
1229
+ DNSName?: string;
1230
+ KmsKeyId?: string;
1231
+ ResourceARN?: string;
1232
+ LustreConfiguration?: FileCacheLustreConfiguration;
1233
+ DataRepositoryAssociationIds?: string[];
1234
+ }
1235
+ export interface DescribeFileCachesResponse {
1236
+ FileCaches?: FileCache[];
1237
+ NextToken?: string;
1238
+ }
1088
1239
  export interface DescribeFileSystemAliasesRequest {
1089
1240
  ClientRequestToken?: string;
1090
1241
  FileSystemId: string | undefined;
@@ -1224,6 +1375,17 @@ export interface UpdateDataRepositoryAssociationRequest {
1224
1375
  export interface UpdateDataRepositoryAssociationResponse {
1225
1376
  Association?: DataRepositoryAssociation;
1226
1377
  }
1378
+ export interface UpdateFileCacheLustreConfiguration {
1379
+ WeeklyMaintenanceStartTime?: string;
1380
+ }
1381
+ export interface UpdateFileCacheRequest {
1382
+ FileCacheId: string | undefined;
1383
+ ClientRequestToken?: string;
1384
+ LustreConfiguration?: UpdateFileCacheLustreConfiguration;
1385
+ }
1386
+ export interface UpdateFileCacheResponse {
1387
+ FileCache?: FileCache;
1388
+ }
1227
1389
  export interface UpdateFileSystemLustreConfiguration {
1228
1390
  WeeklyMaintenanceStartTime?: string;
1229
1391
  DailyAutomaticBackupStartTime?: string;
@@ -1544,6 +1706,9 @@ export declare const S3DataRepositoryConfigurationFilterSensitiveLog: (
1544
1706
  export declare const CreateDataRepositoryAssociationRequestFilterSensitiveLog: (
1545
1707
  obj: CreateDataRepositoryAssociationRequest
1546
1708
  ) => any;
1709
+ export declare const NFSDataRepositoryConfigurationFilterSensitiveLog: (
1710
+ obj: NFSDataRepositoryConfiguration
1711
+ ) => any;
1547
1712
  export declare const DataRepositoryAssociationFilterSensitiveLog: (
1548
1713
  obj: DataRepositoryAssociation
1549
1714
  ) => any;
@@ -1568,6 +1733,33 @@ export declare const DataRepositoryTaskFilterSensitiveLog: (
1568
1733
  export declare const CreateDataRepositoryTaskResponseFilterSensitiveLog: (
1569
1734
  obj: CreateDataRepositoryTaskResponse
1570
1735
  ) => any;
1736
+ export declare const FileCacheNFSConfigurationFilterSensitiveLog: (
1737
+ obj: FileCacheNFSConfiguration
1738
+ ) => any;
1739
+ export declare const FileCacheDataRepositoryAssociationFilterSensitiveLog: (
1740
+ obj: FileCacheDataRepositoryAssociation
1741
+ ) => any;
1742
+ export declare const FileCacheLustreMetadataConfigurationFilterSensitiveLog: (
1743
+ obj: FileCacheLustreMetadataConfiguration
1744
+ ) => any;
1745
+ export declare const CreateFileCacheLustreConfigurationFilterSensitiveLog: (
1746
+ obj: CreateFileCacheLustreConfiguration
1747
+ ) => any;
1748
+ export declare const CreateFileCacheRequestFilterSensitiveLog: (
1749
+ obj: CreateFileCacheRequest
1750
+ ) => any;
1751
+ export declare const FileCacheFailureDetailsFilterSensitiveLog: (
1752
+ obj: FileCacheFailureDetails
1753
+ ) => any;
1754
+ export declare const FileCacheLustreConfigurationFilterSensitiveLog: (
1755
+ obj: FileCacheLustreConfiguration
1756
+ ) => any;
1757
+ export declare const FileCacheCreatingFilterSensitiveLog: (
1758
+ obj: FileCacheCreating
1759
+ ) => any;
1760
+ export declare const CreateFileCacheResponseFilterSensitiveLog: (
1761
+ obj: CreateFileCacheResponse
1762
+ ) => any;
1571
1763
  export declare const LustreLogCreateConfigurationFilterSensitiveLog: (
1572
1764
  obj: LustreLogCreateConfiguration
1573
1765
  ) => any;
@@ -1645,6 +1837,12 @@ export declare const DeleteDataRepositoryAssociationRequestFilterSensitiveLog: (
1645
1837
  export declare const DeleteDataRepositoryAssociationResponseFilterSensitiveLog: (
1646
1838
  obj: DeleteDataRepositoryAssociationResponse
1647
1839
  ) => any;
1840
+ export declare const DeleteFileCacheRequestFilterSensitiveLog: (
1841
+ obj: DeleteFileCacheRequest
1842
+ ) => any;
1843
+ export declare const DeleteFileCacheResponseFilterSensitiveLog: (
1844
+ obj: DeleteFileCacheResponse
1845
+ ) => any;
1648
1846
  export declare const DeleteFileSystemLustreConfigurationFilterSensitiveLog: (
1649
1847
  obj: DeleteFileSystemLustreConfiguration
1650
1848
  ) => any;
@@ -1715,6 +1913,13 @@ export declare const DescribeDataRepositoryTasksRequestFilterSensitiveLog: (
1715
1913
  export declare const DescribeDataRepositoryTasksResponseFilterSensitiveLog: (
1716
1914
  obj: DescribeDataRepositoryTasksResponse
1717
1915
  ) => any;
1916
+ export declare const DescribeFileCachesRequestFilterSensitiveLog: (
1917
+ obj: DescribeFileCachesRequest
1918
+ ) => any;
1919
+ export declare const FileCacheFilterSensitiveLog: (obj: FileCache) => any;
1920
+ export declare const DescribeFileCachesResponseFilterSensitiveLog: (
1921
+ obj: DescribeFileCachesResponse
1922
+ ) => any;
1718
1923
  export declare const DescribeFileSystemAliasesRequestFilterSensitiveLog: (
1719
1924
  obj: DescribeFileSystemAliasesRequest
1720
1925
  ) => any;
@@ -1782,6 +1987,15 @@ export declare const UpdateDataRepositoryAssociationRequestFilterSensitiveLog: (
1782
1987
  export declare const UpdateDataRepositoryAssociationResponseFilterSensitiveLog: (
1783
1988
  obj: UpdateDataRepositoryAssociationResponse
1784
1989
  ) => any;
1990
+ export declare const UpdateFileCacheLustreConfigurationFilterSensitiveLog: (
1991
+ obj: UpdateFileCacheLustreConfiguration
1992
+ ) => any;
1993
+ export declare const UpdateFileCacheRequestFilterSensitiveLog: (
1994
+ obj: UpdateFileCacheRequest
1995
+ ) => any;
1996
+ export declare const UpdateFileCacheResponseFilterSensitiveLog: (
1997
+ obj: UpdateFileCacheResponse
1998
+ ) => any;
1785
1999
  export declare const UpdateFileSystemLustreConfigurationFilterSensitiveLog: (
1786
2000
  obj: UpdateFileSystemLustreConfiguration
1787
2001
  ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ DescribeFileCachesCommandInput,
4
+ DescribeFileCachesCommandOutput,
5
+ } from "../commands/DescribeFileCachesCommand";
6
+ import { FSxPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateDescribeFileCaches(
8
+ config: FSxPaginationConfiguration,
9
+ input: DescribeFileCachesCommandInput,
10
+ ...additionalArguments: any
11
+ ): 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";
@@ -27,6 +27,10 @@ import {
27
27
  CreateDataRepositoryTaskCommandInput,
28
28
  CreateDataRepositoryTaskCommandOutput,
29
29
  } from "../commands/CreateDataRepositoryTaskCommand";
30
+ import {
31
+ CreateFileCacheCommandInput,
32
+ CreateFileCacheCommandOutput,
33
+ } from "../commands/CreateFileCacheCommand";
30
34
  import {
31
35
  CreateFileSystemCommandInput,
32
36
  CreateFileSystemCommandOutput,
@@ -59,6 +63,10 @@ import {
59
63
  DeleteDataRepositoryAssociationCommandInput,
60
64
  DeleteDataRepositoryAssociationCommandOutput,
61
65
  } from "../commands/DeleteDataRepositoryAssociationCommand";
66
+ import {
67
+ DeleteFileCacheCommandInput,
68
+ DeleteFileCacheCommandOutput,
69
+ } from "../commands/DeleteFileCacheCommand";
62
70
  import {
63
71
  DeleteFileSystemCommandInput,
64
72
  DeleteFileSystemCommandOutput,
@@ -87,6 +95,10 @@ import {
87
95
  DescribeDataRepositoryTasksCommandInput,
88
96
  DescribeDataRepositoryTasksCommandOutput,
89
97
  } from "../commands/DescribeDataRepositoryTasksCommand";
98
+ import {
99
+ DescribeFileCachesCommandInput,
100
+ DescribeFileCachesCommandOutput,
101
+ } from "../commands/DescribeFileCachesCommand";
90
102
  import {
91
103
  DescribeFileSystemAliasesCommandInput,
92
104
  DescribeFileSystemAliasesCommandOutput,
@@ -135,6 +147,10 @@ import {
135
147
  UpdateDataRepositoryAssociationCommandInput,
136
148
  UpdateDataRepositoryAssociationCommandOutput,
137
149
  } from "../commands/UpdateDataRepositoryAssociationCommand";
150
+ import {
151
+ UpdateFileCacheCommandInput,
152
+ UpdateFileCacheCommandOutput,
153
+ } from "../commands/UpdateFileCacheCommand";
138
154
  import {
139
155
  UpdateFileSystemCommandInput,
140
156
  UpdateFileSystemCommandOutput,
@@ -175,6 +191,10 @@ export declare const serializeAws_json1_1CreateDataRepositoryTaskCommand: (
175
191
  input: CreateDataRepositoryTaskCommandInput,
176
192
  context: __SerdeContext
177
193
  ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_json1_1CreateFileCacheCommand: (
195
+ input: CreateFileCacheCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
178
198
  export declare const serializeAws_json1_1CreateFileSystemCommand: (
179
199
  input: CreateFileSystemCommandInput,
180
200
  context: __SerdeContext
@@ -207,6 +227,10 @@ export declare const serializeAws_json1_1DeleteDataRepositoryAssociationCommand:
207
227
  input: DeleteDataRepositoryAssociationCommandInput,
208
228
  context: __SerdeContext
209
229
  ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_json1_1DeleteFileCacheCommand: (
231
+ input: DeleteFileCacheCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
210
234
  export declare const serializeAws_json1_1DeleteFileSystemCommand: (
211
235
  input: DeleteFileSystemCommandInput,
212
236
  context: __SerdeContext
@@ -235,6 +259,10 @@ export declare const serializeAws_json1_1DescribeDataRepositoryTasksCommand: (
235
259
  input: DescribeDataRepositoryTasksCommandInput,
236
260
  context: __SerdeContext
237
261
  ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_1DescribeFileCachesCommand: (
263
+ input: DescribeFileCachesCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
238
266
  export declare const serializeAws_json1_1DescribeFileSystemAliasesCommand: (
239
267
  input: DescribeFileSystemAliasesCommandInput,
240
268
  context: __SerdeContext
@@ -283,6 +311,10 @@ export declare const serializeAws_json1_1UpdateDataRepositoryAssociationCommand:
283
311
  input: UpdateDataRepositoryAssociationCommandInput,
284
312
  context: __SerdeContext
285
313
  ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_json1_1UpdateFileCacheCommand: (
315
+ input: UpdateFileCacheCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
286
318
  export declare const serializeAws_json1_1UpdateFileSystemCommand: (
287
319
  input: UpdateFileSystemCommandInput,
288
320
  context: __SerdeContext
@@ -323,6 +355,10 @@ export declare const deserializeAws_json1_1CreateDataRepositoryTaskCommand: (
323
355
  output: __HttpResponse,
324
356
  context: __SerdeContext
325
357
  ) => Promise<CreateDataRepositoryTaskCommandOutput>;
358
+ export declare const deserializeAws_json1_1CreateFileCacheCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<CreateFileCacheCommandOutput>;
326
362
  export declare const deserializeAws_json1_1CreateFileSystemCommand: (
327
363
  output: __HttpResponse,
328
364
  context: __SerdeContext
@@ -355,6 +391,10 @@ export declare const deserializeAws_json1_1DeleteDataRepositoryAssociationComman
355
391
  output: __HttpResponse,
356
392
  context: __SerdeContext
357
393
  ) => Promise<DeleteDataRepositoryAssociationCommandOutput>;
394
+ export declare const deserializeAws_json1_1DeleteFileCacheCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<DeleteFileCacheCommandOutput>;
358
398
  export declare const deserializeAws_json1_1DeleteFileSystemCommand: (
359
399
  output: __HttpResponse,
360
400
  context: __SerdeContext
@@ -383,6 +423,10 @@ export declare const deserializeAws_json1_1DescribeDataRepositoryTasksCommand: (
383
423
  output: __HttpResponse,
384
424
  context: __SerdeContext
385
425
  ) => Promise<DescribeDataRepositoryTasksCommandOutput>;
426
+ export declare const deserializeAws_json1_1DescribeFileCachesCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<DescribeFileCachesCommandOutput>;
386
430
  export declare const deserializeAws_json1_1DescribeFileSystemAliasesCommand: (
387
431
  output: __HttpResponse,
388
432
  context: __SerdeContext
@@ -431,6 +475,10 @@ export declare const deserializeAws_json1_1UpdateDataRepositoryAssociationComman
431
475
  output: __HttpResponse,
432
476
  context: __SerdeContext
433
477
  ) => Promise<UpdateDataRepositoryAssociationCommandOutput>;
478
+ export declare const deserializeAws_json1_1UpdateFileCacheCommand: (
479
+ output: __HttpResponse,
480
+ context: __SerdeContext
481
+ ) => Promise<UpdateFileCacheCommandOutput>;
434
482
  export declare const deserializeAws_json1_1UpdateFileSystemCommand: (
435
483
  output: __HttpResponse,
436
484
  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.180.0",
4
+ "version": "3.183.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,42 +19,42 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.180.0",
23
- "@aws-sdk/config-resolver": "3.178.0",
24
- "@aws-sdk/credential-provider-node": "3.180.0",
25
- "@aws-sdk/fetch-http-handler": "3.178.0",
26
- "@aws-sdk/hash-node": "3.178.0",
27
- "@aws-sdk/invalid-dependency": "3.178.0",
28
- "@aws-sdk/middleware-content-length": "3.178.0",
29
- "@aws-sdk/middleware-host-header": "3.178.0",
30
- "@aws-sdk/middleware-logger": "3.178.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.178.0",
32
- "@aws-sdk/middleware-retry": "3.178.0",
33
- "@aws-sdk/middleware-serde": "3.178.0",
34
- "@aws-sdk/middleware-signing": "3.179.0",
35
- "@aws-sdk/middleware-stack": "3.178.0",
36
- "@aws-sdk/middleware-user-agent": "3.178.0",
37
- "@aws-sdk/node-config-provider": "3.178.0",
38
- "@aws-sdk/node-http-handler": "3.178.0",
39
- "@aws-sdk/protocol-http": "3.178.0",
40
- "@aws-sdk/smithy-client": "3.180.0",
41
- "@aws-sdk/types": "3.178.0",
42
- "@aws-sdk/url-parser": "3.178.0",
43
- "@aws-sdk/util-base64-browser": "3.170.0",
44
- "@aws-sdk/util-base64-node": "3.170.0",
45
- "@aws-sdk/util-body-length-browser": "3.170.0",
46
- "@aws-sdk/util-body-length-node": "3.170.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.180.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.180.0",
49
- "@aws-sdk/util-user-agent-browser": "3.178.0",
50
- "@aws-sdk/util-user-agent-node": "3.178.0",
51
- "@aws-sdk/util-utf8-browser": "3.170.0",
52
- "@aws-sdk/util-utf8-node": "3.170.0",
22
+ "@aws-sdk/client-sts": "3.183.0",
23
+ "@aws-sdk/config-resolver": "3.183.0",
24
+ "@aws-sdk/credential-provider-node": "3.183.0",
25
+ "@aws-sdk/fetch-http-handler": "3.183.0",
26
+ "@aws-sdk/hash-node": "3.183.0",
27
+ "@aws-sdk/invalid-dependency": "3.183.0",
28
+ "@aws-sdk/middleware-content-length": "3.183.0",
29
+ "@aws-sdk/middleware-host-header": "3.183.0",
30
+ "@aws-sdk/middleware-logger": "3.183.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.183.0",
32
+ "@aws-sdk/middleware-retry": "3.183.0",
33
+ "@aws-sdk/middleware-serde": "3.183.0",
34
+ "@aws-sdk/middleware-signing": "3.183.0",
35
+ "@aws-sdk/middleware-stack": "3.183.0",
36
+ "@aws-sdk/middleware-user-agent": "3.183.0",
37
+ "@aws-sdk/node-config-provider": "3.183.0",
38
+ "@aws-sdk/node-http-handler": "3.183.0",
39
+ "@aws-sdk/protocol-http": "3.183.0",
40
+ "@aws-sdk/smithy-client": "3.183.0",
41
+ "@aws-sdk/types": "3.183.0",
42
+ "@aws-sdk/url-parser": "3.183.0",
43
+ "@aws-sdk/util-base64-browser": "3.183.0",
44
+ "@aws-sdk/util-base64-node": "3.183.0",
45
+ "@aws-sdk/util-body-length-browser": "3.183.0",
46
+ "@aws-sdk/util-body-length-node": "3.183.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.183.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.183.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.183.0",
50
+ "@aws-sdk/util-user-agent-node": "3.183.0",
51
+ "@aws-sdk/util-utf8-browser": "3.183.0",
52
+ "@aws-sdk/util-utf8-node": "3.183.0",
53
53
  "tslib": "^2.3.1",
54
54
  "uuid": "^8.3.2"
55
55
  },
56
56
  "devDependencies": {
57
- "@aws-sdk/service-client-documentation-generator": "3.170.0",
57
+ "@aws-sdk/service-client-documentation-generator": "3.183.0",
58
58
  "@tsconfig/recommended": "1.0.1",
59
59
  "@types/node": "^12.7.5",
60
60
  "@types/uuid": "^8.3.0",