@aws-sdk/client-fsx 3.952.0 → 3.954.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 (68) hide show
  1. package/dist-cjs/index.js +1121 -770
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/AssociateFileSystemAliasesCommand.js +2 -2
  4. package/dist-es/commands/CancelDataRepositoryTaskCommand.js +2 -2
  5. package/dist-es/commands/CopyBackupCommand.js +2 -2
  6. package/dist-es/commands/CopySnapshotAndUpdateVolumeCommand.js +2 -2
  7. package/dist-es/commands/CreateAndAttachS3AccessPointCommand.js +2 -2
  8. package/dist-es/commands/CreateBackupCommand.js +2 -2
  9. package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +2 -2
  10. package/dist-es/commands/CreateDataRepositoryTaskCommand.js +2 -2
  11. package/dist-es/commands/CreateFileCacheCommand.js +2 -2
  12. package/dist-es/commands/CreateFileSystemCommand.js +2 -2
  13. package/dist-es/commands/CreateFileSystemFromBackupCommand.js +2 -2
  14. package/dist-es/commands/CreateSnapshotCommand.js +2 -2
  15. package/dist-es/commands/CreateStorageVirtualMachineCommand.js +2 -2
  16. package/dist-es/commands/CreateVolumeCommand.js +2 -2
  17. package/dist-es/commands/CreateVolumeFromBackupCommand.js +2 -2
  18. package/dist-es/commands/DeleteBackupCommand.js +2 -2
  19. package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +2 -2
  20. package/dist-es/commands/DeleteFileCacheCommand.js +2 -2
  21. package/dist-es/commands/DeleteFileSystemCommand.js +2 -2
  22. package/dist-es/commands/DeleteSnapshotCommand.js +2 -2
  23. package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +2 -2
  24. package/dist-es/commands/DeleteVolumeCommand.js +2 -2
  25. package/dist-es/commands/DescribeBackupsCommand.js +2 -2
  26. package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +2 -2
  27. package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +2 -2
  28. package/dist-es/commands/DescribeFileCachesCommand.js +2 -2
  29. package/dist-es/commands/DescribeFileSystemAliasesCommand.js +2 -2
  30. package/dist-es/commands/DescribeFileSystemsCommand.js +2 -2
  31. package/dist-es/commands/DescribeS3AccessPointAttachmentsCommand.js +2 -2
  32. package/dist-es/commands/DescribeSharedVpcConfigurationCommand.js +2 -2
  33. package/dist-es/commands/DescribeSnapshotsCommand.js +2 -2
  34. package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +2 -2
  35. package/dist-es/commands/DescribeVolumesCommand.js +2 -2
  36. package/dist-es/commands/DetachAndDeleteS3AccessPointCommand.js +2 -2
  37. package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +2 -2
  38. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  39. package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +2 -2
  40. package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +2 -2
  41. package/dist-es/commands/StartMisconfiguredStateRecoveryCommand.js +2 -2
  42. package/dist-es/commands/TagResourceCommand.js +2 -2
  43. package/dist-es/commands/UntagResourceCommand.js +2 -2
  44. package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +2 -2
  45. package/dist-es/commands/UpdateFileCacheCommand.js +2 -2
  46. package/dist-es/commands/UpdateFileSystemCommand.js +2 -2
  47. package/dist-es/commands/UpdateSharedVpcConfigurationCommand.js +2 -2
  48. package/dist-es/commands/UpdateSnapshotCommand.js +2 -2
  49. package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +2 -2
  50. package/dist-es/commands/UpdateVolumeCommand.js +2 -2
  51. package/dist-es/index.js +1 -0
  52. package/dist-es/runtimeConfig.shared.js +6 -6
  53. package/dist-es/schemas/schemas_0.js +686 -638
  54. package/dist-types/FSxClient.d.ts +1 -10
  55. package/dist-types/index.d.ts +1 -0
  56. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  57. package/dist-types/runtimeConfig.d.ts +6 -2
  58. package/dist-types/runtimeConfig.native.d.ts +6 -2
  59. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  60. package/dist-types/schemas/schemas_0.d.ts +304 -364
  61. package/dist-types/ts3.4/FSxClient.d.ts +0 -4
  62. package/dist-types/ts3.4/index.d.ts +1 -0
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  67. package/dist-types/ts3.4/schemas/schemas_0.d.ts +303 -365
  68. package/package.json +34 -34
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTagsForResource } from "../schemas/schemas_0";
4
+ import { ListTagsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTagsForResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
11
11
  })
12
12
  .s("AWSSimbaAPIService_v20180301", "ListTagsForResource", {})
13
13
  .n("FSxClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource)
14
+ .sc(ListTagsForResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ReleaseFileSystemNfsV3Locks } from "../schemas/schemas_0";
4
+ import { ReleaseFileSystemNfsV3Locks$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ReleaseFileSystemNfsV3LocksCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ReleaseFileSystemNfsV3LocksCommand extends $Command
11
11
  })
12
12
  .s("AWSSimbaAPIService_v20180301", "ReleaseFileSystemNfsV3Locks", {})
13
13
  .n("FSxClient", "ReleaseFileSystemNfsV3LocksCommand")
14
- .sc(ReleaseFileSystemNfsV3Locks)
14
+ .sc(ReleaseFileSystemNfsV3Locks$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { RestoreVolumeFromSnapshot } from "../schemas/schemas_0";
4
+ import { RestoreVolumeFromSnapshot$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class RestoreVolumeFromSnapshotCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class RestoreVolumeFromSnapshotCommand extends $Command
11
11
  })
12
12
  .s("AWSSimbaAPIService_v20180301", "RestoreVolumeFromSnapshot", {})
13
13
  .n("FSxClient", "RestoreVolumeFromSnapshotCommand")
14
- .sc(RestoreVolumeFromSnapshot)
14
+ .sc(RestoreVolumeFromSnapshot$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartMisconfiguredStateRecovery } from "../schemas/schemas_0";
4
+ import { StartMisconfiguredStateRecovery$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartMisconfiguredStateRecoveryCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartMisconfiguredStateRecoveryCommand extends $Command
11
11
  })
12
12
  .s("AWSSimbaAPIService_v20180301", "StartMisconfiguredStateRecovery", {})
13
13
  .n("FSxClient", "StartMisconfiguredStateRecoveryCommand")
14
- .sc(StartMisconfiguredStateRecovery)
14
+ .sc(StartMisconfiguredStateRecovery$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { TagResource } from "../schemas/schemas_0";
4
+ import { TagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class TagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
11
11
  })
12
12
  .s("AWSSimbaAPIService_v20180301", "TagResource", {})
13
13
  .n("FSxClient", "TagResourceCommand")
14
- .sc(TagResource)
14
+ .sc(TagResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UntagResource } from "../schemas/schemas_0";
4
+ import { UntagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UntagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
11
11
  })
12
12
  .s("AWSSimbaAPIService_v20180301", "UntagResource", {})
13
13
  .n("FSxClient", "UntagResourceCommand")
14
- .sc(UntagResource)
14
+ .sc(UntagResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateDataRepositoryAssociation } from "../schemas/schemas_0";
4
+ import { UpdateDataRepositoryAssociation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateDataRepositoryAssociationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateDataRepositoryAssociationCommand extends $Command
11
11
  })
12
12
  .s("AWSSimbaAPIService_v20180301", "UpdateDataRepositoryAssociation", {})
13
13
  .n("FSxClient", "UpdateDataRepositoryAssociationCommand")
14
- .sc(UpdateDataRepositoryAssociation)
14
+ .sc(UpdateDataRepositoryAssociation$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateFileCache } from "../schemas/schemas_0";
4
+ import { UpdateFileCache$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateFileCacheCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateFileCacheCommand extends $Command
11
11
  })
12
12
  .s("AWSSimbaAPIService_v20180301", "UpdateFileCache", {})
13
13
  .n("FSxClient", "UpdateFileCacheCommand")
14
- .sc(UpdateFileCache)
14
+ .sc(UpdateFileCache$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateFileSystem } from "../schemas/schemas_0";
4
+ import { UpdateFileSystem$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateFileSystemCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateFileSystemCommand extends $Command
11
11
  })
12
12
  .s("AWSSimbaAPIService_v20180301", "UpdateFileSystem", {})
13
13
  .n("FSxClient", "UpdateFileSystemCommand")
14
- .sc(UpdateFileSystem)
14
+ .sc(UpdateFileSystem$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateSharedVpcConfiguration } from "../schemas/schemas_0";
4
+ import { UpdateSharedVpcConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateSharedVpcConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateSharedVpcConfigurationCommand extends $Command
11
11
  })
12
12
  .s("AWSSimbaAPIService_v20180301", "UpdateSharedVpcConfiguration", {})
13
13
  .n("FSxClient", "UpdateSharedVpcConfigurationCommand")
14
- .sc(UpdateSharedVpcConfiguration)
14
+ .sc(UpdateSharedVpcConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateSnapshot } from "../schemas/schemas_0";
4
+ import { UpdateSnapshot$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateSnapshotCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateSnapshotCommand extends $Command
11
11
  })
12
12
  .s("AWSSimbaAPIService_v20180301", "UpdateSnapshot", {})
13
13
  .n("FSxClient", "UpdateSnapshotCommand")
14
- .sc(UpdateSnapshot)
14
+ .sc(UpdateSnapshot$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateStorageVirtualMachine } from "../schemas/schemas_0";
4
+ import { UpdateStorageVirtualMachine$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateStorageVirtualMachineCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateStorageVirtualMachineCommand extends $Command
11
11
  })
12
12
  .s("AWSSimbaAPIService_v20180301", "UpdateStorageVirtualMachine", {})
13
13
  .n("FSxClient", "UpdateStorageVirtualMachineCommand")
14
- .sc(UpdateStorageVirtualMachine)
14
+ .sc(UpdateStorageVirtualMachine$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateVolume } from "../schemas/schemas_0";
4
+ import { UpdateVolume$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateVolumeCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateVolumeCommand extends $Command
11
11
  })
12
12
  .s("AWSSimbaAPIService_v20180301", "UpdateVolume", {})
13
13
  .n("FSxClient", "UpdateVolumeCommand")
14
- .sc(UpdateVolume)
14
+ .sc(UpdateVolume$)
15
15
  .build() {
16
16
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./FSxClient";
2
2
  export * from "./FSx";
3
3
  export * from "./commands";
4
+ export * from "./schemas/schemas_0";
4
5
  export * from "./pagination";
5
6
  export * from "./models/enums";
6
7
  export * from "./models/errors";
@@ -23,12 +23,12 @@ export const getRuntimeConfig = (config) => {
23
23
  },
24
24
  ],
25
25
  logger: config?.logger ?? new NoOpLogger(),
26
- protocol: config?.protocol ??
27
- new AwsJson1_1Protocol({
28
- defaultNamespace: "com.amazonaws.fsx",
29
- serviceTarget: "AWSSimbaAPIService_v20180301",
30
- awsQueryCompatible: false,
31
- }),
26
+ protocol: config?.protocol ?? AwsJson1_1Protocol,
27
+ protocolSettings: config?.protocolSettings ?? {
28
+ defaultNamespace: "com.amazonaws.fsx",
29
+ version: "2018-03-01",
30
+ serviceTarget: "AWSSimbaAPIService_v20180301",
31
+ },
32
32
  serviceId: config?.serviceId ?? "FSx",
33
33
  urlParser: config?.urlParser ?? parseUrl,
34
34
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,