@aws-sdk/client-fsx 3.927.0 → 3.929.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 (75) hide show
  1. package/dist-cjs/index.js +3036 -2879
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/FSxClient.js +2 -0
  4. package/dist-es/commands/AssociateFileSystemAliasesCommand.js +3 -9
  5. package/dist-es/commands/CancelDataRepositoryTaskCommand.js +3 -9
  6. package/dist-es/commands/CopyBackupCommand.js +3 -10
  7. package/dist-es/commands/CopySnapshotAndUpdateVolumeCommand.js +3 -10
  8. package/dist-es/commands/CreateAndAttachS3AccessPointCommand.js +3 -9
  9. package/dist-es/commands/CreateBackupCommand.js +3 -10
  10. package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +3 -9
  11. package/dist-es/commands/CreateDataRepositoryTaskCommand.js +3 -9
  12. package/dist-es/commands/CreateFileCacheCommand.js +3 -9
  13. package/dist-es/commands/CreateFileSystemCommand.js +3 -11
  14. package/dist-es/commands/CreateFileSystemFromBackupCommand.js +3 -11
  15. package/dist-es/commands/CreateSnapshotCommand.js +3 -10
  16. package/dist-es/commands/CreateStorageVirtualMachineCommand.js +3 -10
  17. package/dist-es/commands/CreateVolumeCommand.js +3 -10
  18. package/dist-es/commands/CreateVolumeFromBackupCommand.js +3 -10
  19. package/dist-es/commands/DeleteBackupCommand.js +3 -9
  20. package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +3 -9
  21. package/dist-es/commands/DeleteFileCacheCommand.js +3 -9
  22. package/dist-es/commands/DeleteFileSystemCommand.js +3 -9
  23. package/dist-es/commands/DeleteSnapshotCommand.js +3 -9
  24. package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +3 -9
  25. package/dist-es/commands/DeleteVolumeCommand.js +3 -9
  26. package/dist-es/commands/DescribeBackupsCommand.js +3 -10
  27. package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +3 -9
  28. package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +3 -9
  29. package/dist-es/commands/DescribeFileCachesCommand.js +3 -9
  30. package/dist-es/commands/DescribeFileSystemAliasesCommand.js +3 -9
  31. package/dist-es/commands/DescribeFileSystemsCommand.js +3 -10
  32. package/dist-es/commands/DescribeS3AccessPointAttachmentsCommand.js +3 -9
  33. package/dist-es/commands/DescribeSharedVpcConfigurationCommand.js +3 -9
  34. package/dist-es/commands/DescribeSnapshotsCommand.js +3 -10
  35. package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +3 -9
  36. package/dist-es/commands/DescribeVolumesCommand.js +3 -10
  37. package/dist-es/commands/DetachAndDeleteS3AccessPointCommand.js +3 -9
  38. package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +3 -9
  39. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  40. package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +3 -10
  41. package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +3 -10
  42. package/dist-es/commands/StartMisconfiguredStateRecoveryCommand.js +3 -10
  43. package/dist-es/commands/TagResourceCommand.js +3 -9
  44. package/dist-es/commands/UntagResourceCommand.js +3 -9
  45. package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +3 -9
  46. package/dist-es/commands/UpdateFileCacheCommand.js +3 -9
  47. package/dist-es/commands/UpdateFileSystemCommand.js +3 -11
  48. package/dist-es/commands/UpdateSharedVpcConfigurationCommand.js +3 -9
  49. package/dist-es/commands/UpdateSnapshotCommand.js +3 -10
  50. package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +3 -10
  51. package/dist-es/commands/UpdateVolumeCommand.js +3 -10
  52. package/dist-es/models/models_0.js +0 -122
  53. package/dist-es/models/models_1.js +1 -62
  54. package/dist-es/runtimeConfig.shared.js +7 -0
  55. package/dist-es/schemas/schemas_0.js +2855 -0
  56. package/dist-types/FSxClient.d.ts +10 -1
  57. package/dist-types/models/models_0.d.ts +0 -80
  58. package/dist-types/models/models_1.d.ts +0 -68
  59. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  60. package/dist-types/runtimeConfig.d.ts +1 -0
  61. package/dist-types/runtimeConfig.native.d.ts +1 -0
  62. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  63. package/dist-types/schemas/schemas_0.d.ts +359 -0
  64. package/dist-types/ts3.4/FSxClient.d.ts +4 -0
  65. package/dist-types/ts3.4/models/models_0.d.ts +0 -54
  66. package/dist-types/ts3.4/models/models_1.d.ts +0 -49
  67. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  68. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  69. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  70. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  71. package/dist-types/ts3.4/schemas/schemas_0.d.ts +365 -0
  72. package/package.json +5 -6
  73. package/dist-es/protocols/Aws_json1_1.js +0 -2207
  74. package/dist-types/protocols/Aws_json1_1.d.ts +0 -434
  75. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -581
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,12 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ??
30
+ new protocols_1.AwsJson1_1Protocol({
31
+ defaultNamespace: "com.amazonaws.fsx",
32
+ serviceTarget: "AWSSimbaAPIService_v20180301",
33
+ awsQueryCompatible: false,
34
+ }),
28
35
  serviceId: config?.serviceId ?? "FSx",
29
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class FSxClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_AssociateFileSystemAliasesCommand, se_AssociateFileSystemAliasesCommand } from "../protocols/Aws_json1_1";
4
+ import { AssociateFileSystemAliases } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateFileSystemAliasesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "AssociateFileSystemAliases", {})
17
13
  .n("FSxClient", "AssociateFileSystemAliasesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateFileSystemAliasesCommand)
20
- .de(de_AssociateFileSystemAliasesCommand)
14
+ .sc(AssociateFileSystemAliases)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CancelDataRepositoryTaskCommand, se_CancelDataRepositoryTaskCommand } from "../protocols/Aws_json1_1";
4
+ import { CancelDataRepositoryTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CancelDataRepositoryTaskCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "CancelDataRepositoryTask", {})
17
13
  .n("FSxClient", "CancelDataRepositoryTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CancelDataRepositoryTaskCommand)
20
- .de(de_CancelDataRepositoryTaskCommand)
14
+ .sc(CancelDataRepositoryTask)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CopyBackupResponseFilterSensitiveLog } from "../models/models_1";
6
- import { de_CopyBackupCommand, se_CopyBackupCommand } from "../protocols/Aws_json1_1";
4
+ import { CopyBackup } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CopyBackupCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSSimbaAPIService_v20180301", "CopyBackup", {})
18
13
  .n("FSxClient", "CopyBackupCommand")
19
- .f(void 0, CopyBackupResponseFilterSensitiveLog)
20
- .ser(se_CopyBackupCommand)
21
- .de(de_CopyBackupCommand)
14
+ .sc(CopyBackup)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CopySnapshotAndUpdateVolumeResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CopySnapshotAndUpdateVolumeCommand, se_CopySnapshotAndUpdateVolumeCommand } from "../protocols/Aws_json1_1";
4
+ import { CopySnapshotAndUpdateVolume } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CopySnapshotAndUpdateVolumeCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSSimbaAPIService_v20180301", "CopySnapshotAndUpdateVolume", {})
18
13
  .n("FSxClient", "CopySnapshotAndUpdateVolumeCommand")
19
- .f(void 0, CopySnapshotAndUpdateVolumeResponseFilterSensitiveLog)
20
- .ser(se_CopySnapshotAndUpdateVolumeCommand)
21
- .de(de_CopySnapshotAndUpdateVolumeCommand)
14
+ .sc(CopySnapshotAndUpdateVolume)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateAndAttachS3AccessPointCommand, se_CreateAndAttachS3AccessPointCommand, } from "../protocols/Aws_json1_1";
4
+ import { CreateAndAttachS3AccessPoint } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateAndAttachS3AccessPointCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "CreateAndAttachS3AccessPoint", {})
17
13
  .n("FSxClient", "CreateAndAttachS3AccessPointCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateAndAttachS3AccessPointCommand)
20
- .de(de_CreateAndAttachS3AccessPointCommand)
14
+ .sc(CreateAndAttachS3AccessPoint)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateBackupResponseFilterSensitiveLog } from "../models/models_1";
6
- import { de_CreateBackupCommand, se_CreateBackupCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateBackup } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateBackupCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSSimbaAPIService_v20180301", "CreateBackup", {})
18
13
  .n("FSxClient", "CreateBackupCommand")
19
- .f(void 0, CreateBackupResponseFilterSensitiveLog)
20
- .ser(se_CreateBackupCommand)
21
- .de(de_CreateBackupCommand)
14
+ .sc(CreateBackup)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateDataRepositoryAssociationCommand, se_CreateDataRepositoryAssociationCommand, } from "../protocols/Aws_json1_1";
4
+ import { CreateDataRepositoryAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDataRepositoryAssociationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "CreateDataRepositoryAssociation", {})
17
13
  .n("FSxClient", "CreateDataRepositoryAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDataRepositoryAssociationCommand)
20
- .de(de_CreateDataRepositoryAssociationCommand)
14
+ .sc(CreateDataRepositoryAssociation)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateDataRepositoryTaskCommand, se_CreateDataRepositoryTaskCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateDataRepositoryTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDataRepositoryTaskCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "CreateDataRepositoryTask", {})
17
13
  .n("FSxClient", "CreateDataRepositoryTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDataRepositoryTaskCommand)
20
- .de(de_CreateDataRepositoryTaskCommand)
14
+ .sc(CreateDataRepositoryTask)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateFileCacheCommand, se_CreateFileCacheCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateFileCache } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateFileCacheCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "CreateFileCache", {})
17
13
  .n("FSxClient", "CreateFileCacheCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateFileCacheCommand)
20
- .de(de_CreateFileCacheCommand)
14
+ .sc(CreateFileCache)
21
15
  .build() {
22
16
  }
@@ -1,24 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateFileSystemRequestFilterSensitiveLog } from "../models/models_0";
6
- import { CreateFileSystemResponseFilterSensitiveLog } from "../models/models_1";
7
- import { de_CreateFileSystemCommand, se_CreateFileSystemCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateFileSystem } from "../schemas/schemas_0";
8
5
  export { $Command };
9
6
  export class CreateFileSystemCommand extends $Command
10
7
  .classBuilder()
11
8
  .ep(commonParams)
12
9
  .m(function (Command, cs, config, o) {
13
- return [
14
- getSerdePlugin(config, this.serialize, this.deserialize),
15
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
17
11
  })
18
12
  .s("AWSSimbaAPIService_v20180301", "CreateFileSystem", {})
19
13
  .n("FSxClient", "CreateFileSystemCommand")
20
- .f(CreateFileSystemRequestFilterSensitiveLog, CreateFileSystemResponseFilterSensitiveLog)
21
- .ser(se_CreateFileSystemCommand)
22
- .de(de_CreateFileSystemCommand)
14
+ .sc(CreateFileSystem)
23
15
  .build() {
24
16
  }
@@ -1,24 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateFileSystemFromBackupRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { CreateFileSystemFromBackupResponseFilterSensitiveLog, } from "../models/models_1";
7
- import { de_CreateFileSystemFromBackupCommand, se_CreateFileSystemFromBackupCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateFileSystemFromBackup } from "../schemas/schemas_0";
8
5
  export { $Command };
9
6
  export class CreateFileSystemFromBackupCommand extends $Command
10
7
  .classBuilder()
11
8
  .ep(commonParams)
12
9
  .m(function (Command, cs, config, o) {
13
- return [
14
- getSerdePlugin(config, this.serialize, this.deserialize),
15
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
17
11
  })
18
12
  .s("AWSSimbaAPIService_v20180301", "CreateFileSystemFromBackup", {})
19
13
  .n("FSxClient", "CreateFileSystemFromBackupCommand")
20
- .f(CreateFileSystemFromBackupRequestFilterSensitiveLog, CreateFileSystemFromBackupResponseFilterSensitiveLog)
21
- .ser(se_CreateFileSystemFromBackupCommand)
22
- .de(de_CreateFileSystemFromBackupCommand)
14
+ .sc(CreateFileSystemFromBackup)
23
15
  .build() {
24
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateSnapshotResponseFilterSensitiveLog } from "../models/models_1";
6
- import { de_CreateSnapshotCommand, se_CreateSnapshotCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateSnapshot } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateSnapshotCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSSimbaAPIService_v20180301", "CreateSnapshot", {})
18
13
  .n("FSxClient", "CreateSnapshotCommand")
19
- .f(void 0, CreateSnapshotResponseFilterSensitiveLog)
20
- .ser(se_CreateSnapshotCommand)
21
- .de(de_CreateSnapshotCommand)
14
+ .sc(CreateSnapshot)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateStorageVirtualMachineRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateStorageVirtualMachineCommand, se_CreateStorageVirtualMachineCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateStorageVirtualMachine } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateStorageVirtualMachineCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSSimbaAPIService_v20180301", "CreateStorageVirtualMachine", {})
18
13
  .n("FSxClient", "CreateStorageVirtualMachineCommand")
19
- .f(CreateStorageVirtualMachineRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateStorageVirtualMachineCommand)
21
- .de(de_CreateStorageVirtualMachineCommand)
14
+ .sc(CreateStorageVirtualMachine)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateVolumeResponseFilterSensitiveLog } from "../models/models_1";
6
- import { de_CreateVolumeCommand, se_CreateVolumeCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateVolume } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateVolumeCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSSimbaAPIService_v20180301", "CreateVolume", {})
18
13
  .n("FSxClient", "CreateVolumeCommand")
19
- .f(void 0, CreateVolumeResponseFilterSensitiveLog)
20
- .ser(se_CreateVolumeCommand)
21
- .de(de_CreateVolumeCommand)
14
+ .sc(CreateVolume)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateVolumeFromBackupResponseFilterSensitiveLog } from "../models/models_1";
6
- import { de_CreateVolumeFromBackupCommand, se_CreateVolumeFromBackupCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateVolumeFromBackup } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateVolumeFromBackupCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSSimbaAPIService_v20180301", "CreateVolumeFromBackup", {})
18
13
  .n("FSxClient", "CreateVolumeFromBackupCommand")
19
- .f(void 0, CreateVolumeFromBackupResponseFilterSensitiveLog)
20
- .ser(se_CreateVolumeFromBackupCommand)
21
- .de(de_CreateVolumeFromBackupCommand)
14
+ .sc(CreateVolumeFromBackup)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteBackupCommand, se_DeleteBackupCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteBackup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteBackupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "DeleteBackup", {})
17
13
  .n("FSxClient", "DeleteBackupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteBackupCommand)
20
- .de(de_DeleteBackupCommand)
14
+ .sc(DeleteBackup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteDataRepositoryAssociationCommand, se_DeleteDataRepositoryAssociationCommand, } from "../protocols/Aws_json1_1";
4
+ import { DeleteDataRepositoryAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDataRepositoryAssociationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "DeleteDataRepositoryAssociation", {})
17
13
  .n("FSxClient", "DeleteDataRepositoryAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDataRepositoryAssociationCommand)
20
- .de(de_DeleteDataRepositoryAssociationCommand)
14
+ .sc(DeleteDataRepositoryAssociation)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteFileCacheCommand, se_DeleteFileCacheCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteFileCache } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteFileCacheCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "DeleteFileCache", {})
17
13
  .n("FSxClient", "DeleteFileCacheCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteFileCacheCommand)
20
- .de(de_DeleteFileCacheCommand)
14
+ .sc(DeleteFileCache)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteFileSystemCommand, se_DeleteFileSystemCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteFileSystem } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteFileSystemCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "DeleteFileSystem", {})
17
13
  .n("FSxClient", "DeleteFileSystemCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteFileSystemCommand)
20
- .de(de_DeleteFileSystemCommand)
14
+ .sc(DeleteFileSystem)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteSnapshotCommand, se_DeleteSnapshotCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteSnapshot } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteSnapshotCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "DeleteSnapshot", {})
17
13
  .n("FSxClient", "DeleteSnapshotCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteSnapshotCommand)
20
- .de(de_DeleteSnapshotCommand)
14
+ .sc(DeleteSnapshot)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteStorageVirtualMachineCommand, se_DeleteStorageVirtualMachineCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteStorageVirtualMachine } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteStorageVirtualMachineCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "DeleteStorageVirtualMachine", {})
17
13
  .n("FSxClient", "DeleteStorageVirtualMachineCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteStorageVirtualMachineCommand)
20
- .de(de_DeleteStorageVirtualMachineCommand)
14
+ .sc(DeleteStorageVirtualMachine)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteVolumeCommand, se_DeleteVolumeCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteVolume } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteVolumeCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "DeleteVolume", {})
17
13
  .n("FSxClient", "DeleteVolumeCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteVolumeCommand)
20
- .de(de_DeleteVolumeCommand)
14
+ .sc(DeleteVolume)
21
15
  .build() {
22
16
  }