@aws-sdk/client-fsx 3.888.0 → 3.891.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 (49) hide show
  1. package/dist-types/commands/AssociateFileSystemAliasesCommand.d.ts +2 -0
  2. package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +2 -0
  3. package/dist-types/commands/CopyBackupCommand.d.ts +2 -0
  4. package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +2 -0
  5. package/dist-types/commands/CreateAndAttachS3AccessPointCommand.d.ts +2 -0
  6. package/dist-types/commands/CreateBackupCommand.d.ts +2 -0
  7. package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +2 -0
  8. package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +2 -0
  9. package/dist-types/commands/CreateFileCacheCommand.d.ts +2 -0
  10. package/dist-types/commands/CreateFileSystemCommand.d.ts +2 -0
  11. package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +2 -0
  12. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -0
  13. package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +2 -0
  14. package/dist-types/commands/CreateVolumeCommand.d.ts +2 -0
  15. package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +2 -0
  16. package/dist-types/commands/DeleteBackupCommand.d.ts +2 -0
  17. package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +2 -0
  18. package/dist-types/commands/DeleteFileCacheCommand.d.ts +2 -0
  19. package/dist-types/commands/DeleteFileSystemCommand.d.ts +2 -0
  20. package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -0
  21. package/dist-types/commands/DeleteStorageVirtualMachineCommand.d.ts +2 -0
  22. package/dist-types/commands/DeleteVolumeCommand.d.ts +2 -0
  23. package/dist-types/commands/DescribeBackupsCommand.d.ts +2 -0
  24. package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +2 -0
  25. package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +2 -0
  26. package/dist-types/commands/DescribeFileCachesCommand.d.ts +2 -0
  27. package/dist-types/commands/DescribeFileSystemAliasesCommand.d.ts +2 -0
  28. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +2 -0
  29. package/dist-types/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +2 -0
  30. package/dist-types/commands/DescribeSharedVpcConfigurationCommand.d.ts +2 -0
  31. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +2 -0
  32. package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +2 -0
  33. package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -0
  34. package/dist-types/commands/DetachAndDeleteS3AccessPointCommand.d.ts +2 -0
  35. package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +2 -0
  36. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  37. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +2 -0
  38. package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +2 -0
  39. package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +2 -0
  40. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  41. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  42. package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +2 -0
  43. package/dist-types/commands/UpdateFileCacheCommand.d.ts +2 -0
  44. package/dist-types/commands/UpdateFileSystemCommand.d.ts +2 -0
  45. package/dist-types/commands/UpdateSharedVpcConfigurationCommand.d.ts +2 -0
  46. package/dist-types/commands/UpdateSnapshotCommand.d.ts +2 -0
  47. package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +2 -0
  48. package/dist-types/commands/UpdateVolumeCommand.d.ts +2 -0
  49. package/package.json +19 -19
@@ -43,6 +43,8 @@ declare const AssociateFileSystemAliasesCommand_base: {
43
43
  * ```javascript
44
44
  * import { FSxClient, AssociateFileSystemAliasesCommand } from "@aws-sdk/client-fsx"; // ES Modules import
45
45
  * // const { FSxClient, AssociateFileSystemAliasesCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
46
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
47
+ * const config = {}; // type is FSxClientConfig
46
48
  * const client = new FSxClient(config);
47
49
  * const input = { // AssociateFileSystemAliasesRequest
48
50
  * ClientRequestToken: "STRING_VALUE",
@@ -48,6 +48,8 @@ declare const CancelDataRepositoryTaskCommand_base: {
48
48
  * ```javascript
49
49
  * import { FSxClient, CancelDataRepositoryTaskCommand } from "@aws-sdk/client-fsx"; // ES Modules import
50
50
  * // const { FSxClient, CancelDataRepositoryTaskCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
51
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
52
+ * const config = {}; // type is FSxClientConfig
51
53
  * const client = new FSxClient(config);
52
54
  * const input = { // CancelDataRepositoryTaskRequest
53
55
  * TaskId: "STRING_VALUE", // required
@@ -54,6 +54,8 @@ declare const CopyBackupCommand_base: {
54
54
  * ```javascript
55
55
  * import { FSxClient, CopyBackupCommand } from "@aws-sdk/client-fsx"; // ES Modules import
56
56
  * // const { FSxClient, CopyBackupCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
57
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
58
+ * const config = {}; // type is FSxClientConfig
57
59
  * const client = new FSxClient(config);
58
60
  * const input = { // CopyBackupRequest
59
61
  * ClientRequestToken: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
34
34
  * ```javascript
35
35
  * import { FSxClient, CopySnapshotAndUpdateVolumeCommand } from "@aws-sdk/client-fsx"; // ES Modules import
36
36
  * // const { FSxClient, CopySnapshotAndUpdateVolumeCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
37
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
38
+ * const config = {}; // type is FSxClientConfig
37
39
  * const client = new FSxClient(config);
38
40
  * const input = { // CopySnapshotAndUpdateVolumeRequest
39
41
  * ClientRequestToken: "STRING_VALUE",
@@ -78,6 +78,8 @@ declare const CreateAndAttachS3AccessPointCommand_base: {
78
78
  * ```javascript
79
79
  * import { FSxClient, CreateAndAttachS3AccessPointCommand } from "@aws-sdk/client-fsx"; // ES Modules import
80
80
  * // const { FSxClient, CreateAndAttachS3AccessPointCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
81
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
82
+ * const config = {}; // type is FSxClientConfig
81
83
  * const client = new FSxClient(config);
82
84
  * const input = { // CreateAndAttachS3AccessPointRequest
83
85
  * ClientRequestToken: "STRING_VALUE",
@@ -89,6 +89,8 @@ declare const CreateBackupCommand_base: {
89
89
  * ```javascript
90
90
  * import { FSxClient, CreateBackupCommand } from "@aws-sdk/client-fsx"; // ES Modules import
91
91
  * // const { FSxClient, CreateBackupCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
92
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
93
+ * const config = {}; // type is FSxClientConfig
92
94
  * const client = new FSxClient(config);
93
95
  * const input = { // CreateBackupRequest
94
96
  * FileSystemId: "STRING_VALUE",
@@ -50,6 +50,8 @@ declare const CreateDataRepositoryAssociationCommand_base: {
50
50
  * ```javascript
51
51
  * import { FSxClient, CreateDataRepositoryAssociationCommand } from "@aws-sdk/client-fsx"; // ES Modules import
52
52
  * // const { FSxClient, CreateDataRepositoryAssociationCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
53
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
54
+ * const config = {}; // type is FSxClientConfig
53
55
  * const client = new FSxClient(config);
54
56
  * const input = { // CreateDataRepositoryAssociationRequest
55
57
  * FileSystemId: "STRING_VALUE", // required
@@ -47,6 +47,8 @@ declare const CreateDataRepositoryTaskCommand_base: {
47
47
  * ```javascript
48
48
  * import { FSxClient, CreateDataRepositoryTaskCommand } from "@aws-sdk/client-fsx"; // ES Modules import
49
49
  * // const { FSxClient, CreateDataRepositoryTaskCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
50
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
51
+ * const config = {}; // type is FSxClientConfig
50
52
  * const client = new FSxClient(config);
51
53
  * const input = { // CreateDataRepositoryTaskRequest
52
54
  * Type: "EXPORT_TO_REPOSITORY" || "IMPORT_METADATA_FROM_REPOSITORY" || "RELEASE_DATA_FROM_FILESYSTEM" || "AUTO_RELEASE_DATA", // required
@@ -56,6 +56,8 @@ declare const CreateFileCacheCommand_base: {
56
56
  * ```javascript
57
57
  * import { FSxClient, CreateFileCacheCommand } from "@aws-sdk/client-fsx"; // ES Modules import
58
58
  * // const { FSxClient, CreateFileCacheCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
59
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
60
+ * const config = {}; // type is FSxClientConfig
59
61
  * const client = new FSxClient(config);
60
62
  * const input = { // CreateFileCacheRequest
61
63
  * ClientRequestToken: "STRING_VALUE",
@@ -79,6 +79,8 @@ declare const CreateFileSystemCommand_base: {
79
79
  * ```javascript
80
80
  * import { FSxClient, CreateFileSystemCommand } from "@aws-sdk/client-fsx"; // ES Modules import
81
81
  * // const { FSxClient, CreateFileSystemCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
82
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
83
+ * const config = {}; // type is FSxClientConfig
82
84
  * const client = new FSxClient(config);
83
85
  * const input = { // CreateFileSystemRequest
84
86
  * ClientRequestToken: "STRING_VALUE",
@@ -66,6 +66,8 @@ declare const CreateFileSystemFromBackupCommand_base: {
66
66
  * ```javascript
67
67
  * import { FSxClient, CreateFileSystemFromBackupCommand } from "@aws-sdk/client-fsx"; // ES Modules import
68
68
  * // const { FSxClient, CreateFileSystemFromBackupCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
69
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
70
+ * const config = {}; // type is FSxClientConfig
69
71
  * const client = new FSxClient(config);
70
72
  * const input = { // CreateFileSystemFromBackupRequest
71
73
  * BackupId: "STRING_VALUE", // required
@@ -61,6 +61,8 @@ declare const CreateSnapshotCommand_base: {
61
61
  * ```javascript
62
62
  * import { FSxClient, CreateSnapshotCommand } from "@aws-sdk/client-fsx"; // ES Modules import
63
63
  * // const { FSxClient, CreateSnapshotCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
64
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
65
+ * const config = {}; // type is FSxClientConfig
64
66
  * const client = new FSxClient(config);
65
67
  * const input = { // CreateSnapshotRequest
66
68
  * ClientRequestToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const CreateStorageVirtualMachineCommand_base: {
33
33
  * ```javascript
34
34
  * import { FSxClient, CreateStorageVirtualMachineCommand } from "@aws-sdk/client-fsx"; // ES Modules import
35
35
  * // const { FSxClient, CreateStorageVirtualMachineCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
36
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
37
+ * const config = {}; // type is FSxClientConfig
36
38
  * const client = new FSxClient(config);
37
39
  * const input = { // CreateStorageVirtualMachineRequest
38
40
  * ActiveDirectoryConfiguration: { // CreateSvmActiveDirectoryConfiguration
@@ -34,6 +34,8 @@ declare const CreateVolumeCommand_base: {
34
34
  * ```javascript
35
35
  * import { FSxClient, CreateVolumeCommand } from "@aws-sdk/client-fsx"; // ES Modules import
36
36
  * // const { FSxClient, CreateVolumeCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
37
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
38
+ * const config = {}; // type is FSxClientConfig
37
39
  * const client = new FSxClient(config);
38
40
  * const input = { // CreateVolumeRequest
39
41
  * ClientRequestToken: "STRING_VALUE",
@@ -35,6 +35,8 @@ declare const CreateVolumeFromBackupCommand_base: {
35
35
  * ```javascript
36
36
  * import { FSxClient, CreateVolumeFromBackupCommand } from "@aws-sdk/client-fsx"; // ES Modules import
37
37
  * // const { FSxClient, CreateVolumeFromBackupCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
38
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
39
+ * const config = {}; // type is FSxClientConfig
38
40
  * const client = new FSxClient(config);
39
41
  * const input = { // CreateVolumeFromBackupRequest
40
42
  * BackupId: "STRING_VALUE", // required
@@ -40,6 +40,8 @@ declare const DeleteBackupCommand_base: {
40
40
  * ```javascript
41
41
  * import { FSxClient, DeleteBackupCommand } from "@aws-sdk/client-fsx"; // ES Modules import
42
42
  * // const { FSxClient, DeleteBackupCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
43
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
44
+ * const config = {}; // type is FSxClientConfig
43
45
  * const client = new FSxClient(config);
44
46
  * const input = { // DeleteBackupRequest
45
47
  * BackupId: "STRING_VALUE", // required
@@ -39,6 +39,8 @@ declare const DeleteDataRepositoryAssociationCommand_base: {
39
39
  * ```javascript
40
40
  * import { FSxClient, DeleteDataRepositoryAssociationCommand } from "@aws-sdk/client-fsx"; // ES Modules import
41
41
  * // const { FSxClient, DeleteDataRepositoryAssociationCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
42
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
43
+ * const config = {}; // type is FSxClientConfig
42
44
  * const client = new FSxClient(config);
43
45
  * const input = { // DeleteDataRepositoryAssociationRequest
44
46
  * AssociationId: "STRING_VALUE", // required
@@ -44,6 +44,8 @@ declare const DeleteFileCacheCommand_base: {
44
44
  * ```javascript
45
45
  * import { FSxClient, DeleteFileCacheCommand } from "@aws-sdk/client-fsx"; // ES Modules import
46
46
  * // const { FSxClient, DeleteFileCacheCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
47
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
48
+ * const config = {}; // type is FSxClientConfig
47
49
  * const client = new FSxClient(config);
48
50
  * const input = { // DeleteFileCacheRequest
49
51
  * FileCacheId: "STRING_VALUE", // required
@@ -75,6 +75,8 @@ declare const DeleteFileSystemCommand_base: {
75
75
  * ```javascript
76
76
  * import { FSxClient, DeleteFileSystemCommand } from "@aws-sdk/client-fsx"; // ES Modules import
77
77
  * // const { FSxClient, DeleteFileSystemCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
78
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
79
+ * const config = {}; // type is FSxClientConfig
78
80
  * const client = new FSxClient(config);
79
81
  * const input = { // DeleteFileSystemRequest
80
82
  * FileSystemId: "STRING_VALUE", // required
@@ -37,6 +37,8 @@ declare const DeleteSnapshotCommand_base: {
37
37
  * ```javascript
38
38
  * import { FSxClient, DeleteSnapshotCommand } from "@aws-sdk/client-fsx"; // ES Modules import
39
39
  * // const { FSxClient, DeleteSnapshotCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
40
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
41
+ * const config = {}; // type is FSxClientConfig
40
42
  * const client = new FSxClient(config);
41
43
  * const input = { // DeleteSnapshotRequest
42
44
  * ClientRequestToken: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const DeleteStorageVirtualMachineCommand_base: {
34
34
  * ```javascript
35
35
  * import { FSxClient, DeleteStorageVirtualMachineCommand } from "@aws-sdk/client-fsx"; // ES Modules import
36
36
  * // const { FSxClient, DeleteStorageVirtualMachineCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
37
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
38
+ * const config = {}; // type is FSxClientConfig
37
39
  * const client = new FSxClient(config);
38
40
  * const input = { // DeleteStorageVirtualMachineRequest
39
41
  * ClientRequestToken: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const DeleteVolumeCommand_base: {
34
34
  * ```javascript
35
35
  * import { FSxClient, DeleteVolumeCommand } from "@aws-sdk/client-fsx"; // ES Modules import
36
36
  * // const { FSxClient, DeleteVolumeCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
37
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
38
+ * const config = {}; // type is FSxClientConfig
37
39
  * const client = new FSxClient(config);
38
40
  * const input = { // DeleteVolumeRequest
39
41
  * ClientRequestToken: "STRING_VALUE",
@@ -59,6 +59,8 @@ declare const DescribeBackupsCommand_base: {
59
59
  * ```javascript
60
60
  * import { FSxClient, DescribeBackupsCommand } from "@aws-sdk/client-fsx"; // ES Modules import
61
61
  * // const { FSxClient, DescribeBackupsCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
62
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
63
+ * const config = {}; // type is FSxClientConfig
62
64
  * const client = new FSxClient(config);
63
65
  * const input = { // DescribeBackupsRequest
64
66
  * BackupIds: [ // BackupIds
@@ -51,6 +51,8 @@ declare const DescribeDataRepositoryAssociationsCommand_base: {
51
51
  * ```javascript
52
52
  * import { FSxClient, DescribeDataRepositoryAssociationsCommand } from "@aws-sdk/client-fsx"; // ES Modules import
53
53
  * // const { FSxClient, DescribeDataRepositoryAssociationsCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
54
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
55
+ * const config = {}; // type is FSxClientConfig
54
56
  * const client = new FSxClient(config);
55
57
  * const input = { // DescribeDataRepositoryAssociationsRequest
56
58
  * AssociationIds: [ // DataRepositoryAssociationIds
@@ -42,6 +42,8 @@ declare const DescribeDataRepositoryTasksCommand_base: {
42
42
  * ```javascript
43
43
  * import { FSxClient, DescribeDataRepositoryTasksCommand } from "@aws-sdk/client-fsx"; // ES Modules import
44
44
  * // const { FSxClient, DescribeDataRepositoryTasksCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
45
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
46
+ * const config = {}; // type is FSxClientConfig
45
47
  * const client = new FSxClient(config);
46
48
  * const input = { // DescribeDataRepositoryTasksRequest
47
49
  * TaskIds: [ // TaskIds
@@ -60,6 +60,8 @@ declare const DescribeFileCachesCommand_base: {
60
60
  * ```javascript
61
61
  * import { FSxClient, DescribeFileCachesCommand } from "@aws-sdk/client-fsx"; // ES Modules import
62
62
  * // const { FSxClient, DescribeFileCachesCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
63
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
64
+ * const config = {}; // type is FSxClientConfig
63
65
  * const client = new FSxClient(config);
64
66
  * const input = { // DescribeFileCachesRequest
65
67
  * FileCacheIds: [ // FileCacheIds
@@ -35,6 +35,8 @@ declare const DescribeFileSystemAliasesCommand_base: {
35
35
  * ```javascript
36
36
  * import { FSxClient, DescribeFileSystemAliasesCommand } from "@aws-sdk/client-fsx"; // ES Modules import
37
37
  * // const { FSxClient, DescribeFileSystemAliasesCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
38
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
39
+ * const config = {}; // type is FSxClientConfig
38
40
  * const client = new FSxClient(config);
39
41
  * const input = { // DescribeFileSystemAliasesRequest
40
42
  * ClientRequestToken: "STRING_VALUE",
@@ -61,6 +61,8 @@ declare const DescribeFileSystemsCommand_base: {
61
61
  * ```javascript
62
62
  * import { FSxClient, DescribeFileSystemsCommand } from "@aws-sdk/client-fsx"; // ES Modules import
63
63
  * // const { FSxClient, DescribeFileSystemsCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
64
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
65
+ * const config = {}; // type is FSxClientConfig
64
66
  * const client = new FSxClient(config);
65
67
  * const input = { // DescribeFileSystemsRequest
66
68
  * FileSystemIds: [ // FileSystemIds
@@ -41,6 +41,8 @@ declare const DescribeS3AccessPointAttachmentsCommand_base: {
41
41
  * ```javascript
42
42
  * import { FSxClient, DescribeS3AccessPointAttachmentsCommand } from "@aws-sdk/client-fsx"; // ES Modules import
43
43
  * // const { FSxClient, DescribeS3AccessPointAttachmentsCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
44
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
45
+ * const config = {}; // type is FSxClientConfig
44
46
  * const client = new FSxClient(config);
45
47
  * const input = { // DescribeS3AccessPointAttachmentsRequest
46
48
  * Names: [ // S3AccessPointAttachmentNames
@@ -34,6 +34,8 @@ declare const DescribeSharedVpcConfigurationCommand_base: {
34
34
  * ```javascript
35
35
  * import { FSxClient, DescribeSharedVpcConfigurationCommand } from "@aws-sdk/client-fsx"; // ES Modules import
36
36
  * // const { FSxClient, DescribeSharedVpcConfigurationCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
37
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
38
+ * const config = {}; // type is FSxClientConfig
37
39
  * const client = new FSxClient(config);
38
40
  * const input = {};
39
41
  * const command = new DescribeSharedVpcConfigurationCommand(input);
@@ -60,6 +60,8 @@ declare const DescribeSnapshotsCommand_base: {
60
60
  * ```javascript
61
61
  * import { FSxClient, DescribeSnapshotsCommand } from "@aws-sdk/client-fsx"; // ES Modules import
62
62
  * // const { FSxClient, DescribeSnapshotsCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
63
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
64
+ * const config = {}; // type is FSxClientConfig
63
65
  * const client = new FSxClient(config);
64
66
  * const input = { // DescribeSnapshotsRequest
65
67
  * SnapshotIds: [ // SnapshotIds
@@ -33,6 +33,8 @@ declare const DescribeStorageVirtualMachinesCommand_base: {
33
33
  * ```javascript
34
34
  * import { FSxClient, DescribeStorageVirtualMachinesCommand } from "@aws-sdk/client-fsx"; // ES Modules import
35
35
  * // const { FSxClient, DescribeStorageVirtualMachinesCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
36
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
37
+ * const config = {}; // type is FSxClientConfig
36
38
  * const client = new FSxClient(config);
37
39
  * const input = { // DescribeStorageVirtualMachinesRequest
38
40
  * StorageVirtualMachineIds: [ // StorageVirtualMachineIds
@@ -35,6 +35,8 @@ declare const DescribeVolumesCommand_base: {
35
35
  * ```javascript
36
36
  * import { FSxClient, DescribeVolumesCommand } from "@aws-sdk/client-fsx"; // ES Modules import
37
37
  * // const { FSxClient, DescribeVolumesCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
38
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
39
+ * const config = {}; // type is FSxClientConfig
38
40
  * const client = new FSxClient(config);
39
41
  * const input = { // DescribeVolumesRequest
40
42
  * VolumeIds: [ // VolumeIds
@@ -46,6 +46,8 @@ declare const DetachAndDeleteS3AccessPointCommand_base: {
46
46
  * ```javascript
47
47
  * import { FSxClient, DetachAndDeleteS3AccessPointCommand } from "@aws-sdk/client-fsx"; // ES Modules import
48
48
  * // const { FSxClient, DetachAndDeleteS3AccessPointCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
49
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
50
+ * const config = {}; // type is FSxClientConfig
49
51
  * const client = new FSxClient(config);
50
52
  * const input = { // DetachAndDeleteS3AccessPointRequest
51
53
  * ClientRequestToken: "STRING_VALUE",
@@ -41,6 +41,8 @@ declare const DisassociateFileSystemAliasesCommand_base: {
41
41
  * ```javascript
42
42
  * import { FSxClient, DisassociateFileSystemAliasesCommand } from "@aws-sdk/client-fsx"; // ES Modules import
43
43
  * // const { FSxClient, DisassociateFileSystemAliasesCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
44
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
45
+ * const config = {}; // type is FSxClientConfig
44
46
  * const client = new FSxClient(config);
45
47
  * const input = { // DisassociateFileSystemAliasesRequest
46
48
  * ClientRequestToken: "STRING_VALUE",
@@ -56,6 +56,8 @@ declare const ListTagsForResourceCommand_base: {
56
56
  * ```javascript
57
57
  * import { FSxClient, ListTagsForResourceCommand } from "@aws-sdk/client-fsx"; // ES Modules import
58
58
  * // const { FSxClient, ListTagsForResourceCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
59
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
60
+ * const config = {}; // type is FSxClientConfig
59
61
  * const client = new FSxClient(config);
60
62
  * const input = { // ListTagsForResourceRequest
61
63
  * ResourceARN: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const ReleaseFileSystemNfsV3LocksCommand_base: {
35
35
  * ```javascript
36
36
  * import { FSxClient, ReleaseFileSystemNfsV3LocksCommand } from "@aws-sdk/client-fsx"; // ES Modules import
37
37
  * // const { FSxClient, ReleaseFileSystemNfsV3LocksCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
38
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
39
+ * const config = {}; // type is FSxClientConfig
38
40
  * const client = new FSxClient(config);
39
41
  * const input = { // ReleaseFileSystemNfsV3LocksRequest
40
42
  * FileSystemId: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const RestoreVolumeFromSnapshotCommand_base: {
34
34
  * ```javascript
35
35
  * import { FSxClient, RestoreVolumeFromSnapshotCommand } from "@aws-sdk/client-fsx"; // ES Modules import
36
36
  * // const { FSxClient, RestoreVolumeFromSnapshotCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
37
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
38
+ * const config = {}; // type is FSxClientConfig
37
39
  * const client = new FSxClient(config);
38
40
  * const input = { // RestoreVolumeFromSnapshotRequest
39
41
  * ClientRequestToken: "STRING_VALUE",
@@ -35,6 +35,8 @@ declare const StartMisconfiguredStateRecoveryCommand_base: {
35
35
  * ```javascript
36
36
  * import { FSxClient, StartMisconfiguredStateRecoveryCommand } from "@aws-sdk/client-fsx"; // ES Modules import
37
37
  * // const { FSxClient, StartMisconfiguredStateRecoveryCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
38
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
39
+ * const config = {}; // type is FSxClientConfig
38
40
  * const client = new FSxClient(config);
39
41
  * const input = { // StartMisconfiguredStateRecoveryRequest
40
42
  * ClientRequestToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { FSxClient, TagResourceCommand } from "@aws-sdk/client-fsx"; // ES Modules import
35
35
  * // const { FSxClient, TagResourceCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
36
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
37
+ * const config = {}; // type is FSxClientConfig
36
38
  * const client = new FSxClient(config);
37
39
  * const input = { // TagResourceRequest
38
40
  * ResourceARN: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { FSxClient, UntagResourceCommand } from "@aws-sdk/client-fsx"; // ES Modules import
35
35
  * // const { FSxClient, UntagResourceCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
36
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
37
+ * const config = {}; // type is FSxClientConfig
36
38
  * const client = new FSxClient(config);
37
39
  * const input = { // UntagResourceRequest
38
40
  * ResourceARN: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const UpdateDataRepositoryAssociationCommand_base: {
36
36
  * ```javascript
37
37
  * import { FSxClient, UpdateDataRepositoryAssociationCommand } from "@aws-sdk/client-fsx"; // ES Modules import
38
38
  * // const { FSxClient, UpdateDataRepositoryAssociationCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
39
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
40
+ * const config = {}; // type is FSxClientConfig
39
41
  * const client = new FSxClient(config);
40
42
  * const input = { // UpdateDataRepositoryAssociationRequest
41
43
  * AssociationId: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const UpdateFileCacheCommand_base: {
34
34
  * ```javascript
35
35
  * import { FSxClient, UpdateFileCacheCommand } from "@aws-sdk/client-fsx"; // ES Modules import
36
36
  * // const { FSxClient, UpdateFileCacheCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
37
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
38
+ * const config = {}; // type is FSxClientConfig
37
39
  * const client = new FSxClient(config);
38
40
  * const input = { // UpdateFileCacheRequest
39
41
  * FileCacheId: "STRING_VALUE", // required
@@ -276,6 +276,8 @@ declare const UpdateFileSystemCommand_base: {
276
276
  * ```javascript
277
277
  * import { FSxClient, UpdateFileSystemCommand } from "@aws-sdk/client-fsx"; // ES Modules import
278
278
  * // const { FSxClient, UpdateFileSystemCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
279
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
280
+ * const config = {}; // type is FSxClientConfig
279
281
  * const client = new FSxClient(config);
280
282
  * const input = { // UpdateFileSystemRequest
281
283
  * FileSystemId: "STRING_VALUE", // required
@@ -42,6 +42,8 @@ declare const UpdateSharedVpcConfigurationCommand_base: {
42
42
  * ```javascript
43
43
  * import { FSxClient, UpdateSharedVpcConfigurationCommand } from "@aws-sdk/client-fsx"; // ES Modules import
44
44
  * // const { FSxClient, UpdateSharedVpcConfigurationCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
45
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
46
+ * const config = {}; // type is FSxClientConfig
45
47
  * const client = new FSxClient(config);
46
48
  * const input = { // UpdateSharedVpcConfigurationRequest
47
49
  * EnableFsxRouteTableUpdatesFromParticipantAccounts: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const UpdateSnapshotCommand_base: {
34
34
  * ```javascript
35
35
  * import { FSxClient, UpdateSnapshotCommand } from "@aws-sdk/client-fsx"; // ES Modules import
36
36
  * // const { FSxClient, UpdateSnapshotCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
37
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
38
+ * const config = {}; // type is FSxClientConfig
37
39
  * const client = new FSxClient(config);
38
40
  * const input = { // UpdateSnapshotRequest
39
41
  * ClientRequestToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const UpdateStorageVirtualMachineCommand_base: {
33
33
  * ```javascript
34
34
  * import { FSxClient, UpdateStorageVirtualMachineCommand } from "@aws-sdk/client-fsx"; // ES Modules import
35
35
  * // const { FSxClient, UpdateStorageVirtualMachineCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
36
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
37
+ * const config = {}; // type is FSxClientConfig
36
38
  * const client = new FSxClient(config);
37
39
  * const input = { // UpdateStorageVirtualMachineRequest
38
40
  * ActiveDirectoryConfiguration: { // UpdateSvmActiveDirectoryConfiguration
@@ -34,6 +34,8 @@ declare const UpdateVolumeCommand_base: {
34
34
  * ```javascript
35
35
  * import { FSxClient, UpdateVolumeCommand } from "@aws-sdk/client-fsx"; // ES Modules import
36
36
  * // const { FSxClient, UpdateVolumeCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
37
+ * // import type { FSxClientConfig } from "@aws-sdk/client-fsx";
38
+ * const config = {}; // type is FSxClientConfig
37
39
  * const client = new FSxClient(config);
38
40
  * const input = { // UpdateVolumeRequest
39
41
  * ClientRequestToken: "STRING_VALUE",
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.888.0",
4
+ "version": "3.891.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-fsx",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.888.0",
24
- "@aws-sdk/credential-provider-node": "3.888.0",
25
- "@aws-sdk/middleware-host-header": "3.887.0",
26
- "@aws-sdk/middleware-logger": "3.887.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.887.0",
28
- "@aws-sdk/middleware-user-agent": "3.888.0",
29
- "@aws-sdk/region-config-resolver": "3.887.0",
23
+ "@aws-sdk/core": "3.890.0",
24
+ "@aws-sdk/credential-provider-node": "3.891.0",
25
+ "@aws-sdk/middleware-host-header": "3.891.0",
26
+ "@aws-sdk/middleware-logger": "3.891.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.891.0",
28
+ "@aws-sdk/middleware-user-agent": "3.891.0",
29
+ "@aws-sdk/region-config-resolver": "3.890.0",
30
30
  "@aws-sdk/types": "3.887.0",
31
- "@aws-sdk/util-endpoints": "3.887.0",
31
+ "@aws-sdk/util-endpoints": "3.891.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.887.0",
33
- "@aws-sdk/util-user-agent-node": "3.888.0",
34
- "@smithy/config-resolver": "^4.2.1",
33
+ "@aws-sdk/util-user-agent-node": "3.891.0",
34
+ "@smithy/config-resolver": "^4.2.2",
35
35
  "@smithy/core": "^3.11.0",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
37
37
  "@smithy/hash-node": "^4.1.1",
38
38
  "@smithy/invalid-dependency": "^4.1.1",
39
39
  "@smithy/middleware-content-length": "^4.1.1",
40
- "@smithy/middleware-endpoint": "^4.2.1",
41
- "@smithy/middleware-retry": "^4.2.1",
40
+ "@smithy/middleware-endpoint": "^4.2.2",
41
+ "@smithy/middleware-retry": "^4.2.3",
42
42
  "@smithy/middleware-serde": "^4.1.1",
43
43
  "@smithy/middleware-stack": "^4.1.1",
44
- "@smithy/node-config-provider": "^4.2.1",
44
+ "@smithy/node-config-provider": "^4.2.2",
45
45
  "@smithy/node-http-handler": "^4.2.1",
46
46
  "@smithy/protocol-http": "^5.2.1",
47
- "@smithy/smithy-client": "^4.6.1",
47
+ "@smithy/smithy-client": "^4.6.2",
48
48
  "@smithy/types": "^4.5.0",
49
49
  "@smithy/url-parser": "^4.1.1",
50
50
  "@smithy/util-base64": "^4.1.0",
51
51
  "@smithy/util-body-length-browser": "^4.1.0",
52
52
  "@smithy/util-body-length-node": "^4.1.0",
53
- "@smithy/util-defaults-mode-browser": "^4.1.1",
54
- "@smithy/util-defaults-mode-node": "^4.1.1",
55
- "@smithy/util-endpoints": "^3.1.1",
53
+ "@smithy/util-defaults-mode-browser": "^4.1.2",
54
+ "@smithy/util-defaults-mode-node": "^4.1.2",
55
+ "@smithy/util-endpoints": "^3.1.2",
56
56
  "@smithy/util-middleware": "^4.1.1",
57
- "@smithy/util-retry": "^4.1.1",
57
+ "@smithy/util-retry": "^4.1.2",
58
58
  "@smithy/util-utf8": "^4.1.0",
59
59
  "@types/uuid": "^9.0.1",
60
60
  "tslib": "^2.6.2",