@aws-sdk/client-fsx 3.413.0 → 3.418.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 (87) hide show
  1. package/dist-cjs/commands/AssociateFileSystemAliasesCommand.js +5 -0
  2. package/dist-cjs/commands/CancelDataRepositoryTaskCommand.js +5 -0
  3. package/dist-cjs/commands/CopyBackupCommand.js +5 -0
  4. package/dist-cjs/commands/CreateBackupCommand.js +5 -0
  5. package/dist-cjs/commands/CreateDataRepositoryAssociationCommand.js +5 -0
  6. package/dist-cjs/commands/CreateDataRepositoryTaskCommand.js +5 -0
  7. package/dist-cjs/commands/CreateFileCacheCommand.js +5 -0
  8. package/dist-cjs/commands/CreateFileSystemCommand.js +5 -0
  9. package/dist-cjs/commands/CreateFileSystemFromBackupCommand.js +5 -0
  10. package/dist-cjs/commands/CreateSnapshotCommand.js +5 -0
  11. package/dist-cjs/commands/CreateStorageVirtualMachineCommand.js +5 -0
  12. package/dist-cjs/commands/CreateVolumeCommand.js +5 -0
  13. package/dist-cjs/commands/CreateVolumeFromBackupCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteBackupCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteDataRepositoryAssociationCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteFileCacheCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteFileSystemCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteSnapshotCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteStorageVirtualMachineCommand.js +5 -0
  20. package/dist-cjs/commands/DeleteVolumeCommand.js +5 -0
  21. package/dist-cjs/commands/DescribeBackupsCommand.js +5 -0
  22. package/dist-cjs/commands/DescribeDataRepositoryAssociationsCommand.js +5 -0
  23. package/dist-cjs/commands/DescribeDataRepositoryTasksCommand.js +5 -0
  24. package/dist-cjs/commands/DescribeFileCachesCommand.js +5 -0
  25. package/dist-cjs/commands/DescribeFileSystemAliasesCommand.js +5 -0
  26. package/dist-cjs/commands/DescribeFileSystemsCommand.js +5 -0
  27. package/dist-cjs/commands/DescribeSnapshotsCommand.js +5 -0
  28. package/dist-cjs/commands/DescribeStorageVirtualMachinesCommand.js +5 -0
  29. package/dist-cjs/commands/DescribeVolumesCommand.js +5 -0
  30. package/dist-cjs/commands/DisassociateFileSystemAliasesCommand.js +5 -0
  31. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  32. package/dist-cjs/commands/ReleaseFileSystemNfsV3LocksCommand.js +5 -0
  33. package/dist-cjs/commands/RestoreVolumeFromSnapshotCommand.js +5 -0
  34. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  35. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  36. package/dist-cjs/commands/UpdateDataRepositoryAssociationCommand.js +5 -0
  37. package/dist-cjs/commands/UpdateFileCacheCommand.js +5 -0
  38. package/dist-cjs/commands/UpdateFileSystemCommand.js +5 -0
  39. package/dist-cjs/commands/UpdateSnapshotCommand.js +5 -0
  40. package/dist-cjs/commands/UpdateStorageVirtualMachineCommand.js +5 -0
  41. package/dist-cjs/commands/UpdateVolumeCommand.js +5 -0
  42. package/dist-cjs/runtimeExtensions.js +3 -0
  43. package/dist-es/commands/AssociateFileSystemAliasesCommand.js +5 -0
  44. package/dist-es/commands/CancelDataRepositoryTaskCommand.js +5 -0
  45. package/dist-es/commands/CopyBackupCommand.js +5 -0
  46. package/dist-es/commands/CreateBackupCommand.js +5 -0
  47. package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +5 -0
  48. package/dist-es/commands/CreateDataRepositoryTaskCommand.js +5 -0
  49. package/dist-es/commands/CreateFileCacheCommand.js +5 -0
  50. package/dist-es/commands/CreateFileSystemCommand.js +5 -0
  51. package/dist-es/commands/CreateFileSystemFromBackupCommand.js +5 -0
  52. package/dist-es/commands/CreateSnapshotCommand.js +5 -0
  53. package/dist-es/commands/CreateStorageVirtualMachineCommand.js +5 -0
  54. package/dist-es/commands/CreateVolumeCommand.js +5 -0
  55. package/dist-es/commands/CreateVolumeFromBackupCommand.js +5 -0
  56. package/dist-es/commands/DeleteBackupCommand.js +5 -0
  57. package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +5 -0
  58. package/dist-es/commands/DeleteFileCacheCommand.js +5 -0
  59. package/dist-es/commands/DeleteFileSystemCommand.js +5 -0
  60. package/dist-es/commands/DeleteSnapshotCommand.js +5 -0
  61. package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +5 -0
  62. package/dist-es/commands/DeleteVolumeCommand.js +5 -0
  63. package/dist-es/commands/DescribeBackupsCommand.js +5 -0
  64. package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +5 -0
  65. package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +5 -0
  66. package/dist-es/commands/DescribeFileCachesCommand.js +5 -0
  67. package/dist-es/commands/DescribeFileSystemAliasesCommand.js +5 -0
  68. package/dist-es/commands/DescribeFileSystemsCommand.js +5 -0
  69. package/dist-es/commands/DescribeSnapshotsCommand.js +5 -0
  70. package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +5 -0
  71. package/dist-es/commands/DescribeVolumesCommand.js +5 -0
  72. package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +5 -0
  73. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  74. package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +5 -0
  75. package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +5 -0
  76. package/dist-es/commands/TagResourceCommand.js +5 -0
  77. package/dist-es/commands/UntagResourceCommand.js +5 -0
  78. package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +5 -0
  79. package/dist-es/commands/UpdateFileCacheCommand.js +5 -0
  80. package/dist-es/commands/UpdateFileSystemCommand.js +5 -0
  81. package/dist-es/commands/UpdateSnapshotCommand.js +5 -0
  82. package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +5 -0
  83. package/dist-es/commands/UpdateVolumeCommand.js +5 -0
  84. package/dist-es/runtimeExtensions.js +3 -0
  85. package/dist-types/extensionConfiguration.d.ts +2 -1
  86. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  87. package/package.json +31 -30
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class ReleaseFileSystemNfsV3LocksCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ReleaseFileSystemNfsV3LocksCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSSimbaAPIService_v20180301",
39
+ operation: "ReleaseFileSystemNfsV3Locks",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class RestoreVolumeFromSnapshotCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class RestoreVolumeFromSnapshotCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.RestoreVolumeFromSnapshotResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSSimbaAPIService_v20180301",
39
+ operation: "RestoreVolumeFromSnapshot",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class TagResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class TagResourceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSSimbaAPIService_v20180301",
38
+ operation: "TagResource",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class UntagResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSSimbaAPIService_v20180301",
38
+ operation: "UntagResource",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class UpdateDataRepositoryAssociationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateDataRepositoryAssociationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSSimbaAPIService_v20180301",
38
+ operation: "UpdateDataRepositoryAssociation",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class UpdateFileCacheCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateFileCacheCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSSimbaAPIService_v20180301",
38
+ operation: "UpdateFileCache",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class UpdateFileSystemCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateFileSystemCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UpdateFileSystemRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.UpdateFileSystemResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSSimbaAPIService_v20180301",
39
+ operation: "UpdateFileSystem",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class UpdateSnapshotCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateSnapshotCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.UpdateSnapshotResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSSimbaAPIService_v20180301",
39
+ operation: "UpdateSnapshot",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class UpdateStorageVirtualMachineCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateStorageVirtualMachineCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UpdateStorageVirtualMachineRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSSimbaAPIService_v20180301",
39
+ operation: "UpdateStorageVirtualMachine",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class UpdateVolumeCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateVolumeCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.UpdateVolumeResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSSimbaAPIService_v20180301",
39
+ operation: "UpdateVolume",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,17 +1,20 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.resolveRuntimeExtensions = void 0;
4
+ const region_config_resolver_1 = require("@aws-sdk/region-config-resolver");
4
5
  const protocol_http_1 = require("@smithy/protocol-http");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const asPartial = (t) => t;
7
8
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
8
9
  const extensionConfiguration = {
10
+ ...asPartial((0, region_config_resolver_1.getAwsRegionExtensionConfiguration)(runtimeConfig)),
9
11
  ...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)),
10
12
  ...asPartial((0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
11
13
  };
12
14
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
13
15
  return {
14
16
  ...runtimeConfig,
17
+ ...(0, region_config_resolver_1.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
15
18
  ...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration),
16
19
  ...(0, protocol_http_1.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
17
20
  };
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_AssociateFileSystemAliasesCommand, se_AssociateFileSystemAliasesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class AssociateFileSystemAliasesCommand extends $Command {
@@ -29,6 +30,10 @@ export class AssociateFileSystemAliasesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSSimbaAPIService_v20180301",
35
+ operation: "AssociateFileSystemAliases",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CancelDataRepositoryTaskCommand, se_CancelDataRepositoryTaskCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CancelDataRepositoryTaskCommand extends $Command {
@@ -29,6 +30,10 @@ export class CancelDataRepositoryTaskCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSSimbaAPIService_v20180301",
35
+ operation: "CancelDataRepositoryTask",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CopyBackupResponseFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_CopyBackupCommand, se_CopyBackupCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CopyBackupCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: CopyBackupResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSSimbaAPIService_v20180301",
36
+ operation: "CopyBackup",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateBackupResponseFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_CreateBackupCommand, se_CreateBackupCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateBackupCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: CreateBackupResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSSimbaAPIService_v20180301",
36
+ operation: "CreateBackup",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateDataRepositoryAssociationCommand, se_CreateDataRepositoryAssociationCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CreateDataRepositoryAssociationCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateDataRepositoryAssociationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSSimbaAPIService_v20180301",
35
+ operation: "CreateDataRepositoryAssociation",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateDataRepositoryTaskCommand, se_CreateDataRepositoryTaskCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CreateDataRepositoryTaskCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateDataRepositoryTaskCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSSimbaAPIService_v20180301",
35
+ operation: "CreateDataRepositoryTask",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateFileCacheCommand, se_CreateFileCacheCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CreateFileCacheCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateFileCacheCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSSimbaAPIService_v20180301",
35
+ operation: "CreateFileCache",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateFileSystemRequestFilterSensitiveLog, CreateFileSystemResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateFileSystemCommand, se_CreateFileSystemCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateFileSystemCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateFileSystemRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: CreateFileSystemResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSSimbaAPIService_v20180301",
36
+ operation: "CreateFileSystem",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateFileSystemFromBackupRequestFilterSensitiveLog, CreateFileSystemFromBackupResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateFileSystemFromBackupCommand, se_CreateFileSystemFromBackupCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateFileSystemFromBackupCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateFileSystemFromBackupRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: CreateFileSystemFromBackupResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSSimbaAPIService_v20180301",
36
+ operation: "CreateFileSystemFromBackup",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateSnapshotResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateSnapshotCommand, se_CreateSnapshotCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateSnapshotCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: CreateSnapshotResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSSimbaAPIService_v20180301",
36
+ operation: "CreateSnapshot",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateStorageVirtualMachineRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateStorageVirtualMachineCommand, se_CreateStorageVirtualMachineCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateStorageVirtualMachineCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateStorageVirtualMachineRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSSimbaAPIService_v20180301",
36
+ operation: "CreateStorageVirtualMachine",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateVolumeResponseFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_CreateVolumeCommand, se_CreateVolumeCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateVolumeCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: CreateVolumeResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSSimbaAPIService_v20180301",
36
+ operation: "CreateVolume",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateVolumeFromBackupResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateVolumeFromBackupCommand, se_CreateVolumeFromBackupCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateVolumeFromBackupCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: CreateVolumeFromBackupResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSSimbaAPIService_v20180301",
36
+ operation: "CreateVolumeFromBackup",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteBackupCommand, se_DeleteBackupCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteBackupCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteBackupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSSimbaAPIService_v20180301",
35
+ operation: "DeleteBackup",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteDataRepositoryAssociationCommand, se_DeleteDataRepositoryAssociationCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteDataRepositoryAssociationCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteDataRepositoryAssociationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSSimbaAPIService_v20180301",
35
+ operation: "DeleteDataRepositoryAssociation",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteFileCacheCommand, se_DeleteFileCacheCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteFileCacheCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteFileCacheCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSSimbaAPIService_v20180301",
35
+ operation: "DeleteFileCache",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteFileSystemCommand, se_DeleteFileSystemCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteFileSystemCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteFileSystemCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSSimbaAPIService_v20180301",
35
+ operation: "DeleteFileSystem",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteSnapshotCommand, se_DeleteSnapshotCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteSnapshotCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteSnapshotCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSSimbaAPIService_v20180301",
35
+ operation: "DeleteSnapshot",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteStorageVirtualMachineCommand, se_DeleteStorageVirtualMachineCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteStorageVirtualMachineCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteStorageVirtualMachineCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSSimbaAPIService_v20180301",
35
+ operation: "DeleteStorageVirtualMachine",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteVolumeCommand, se_DeleteVolumeCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteVolumeCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteVolumeCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSSimbaAPIService_v20180301",
35
+ operation: "DeleteVolume",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeBackupsResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeBackupsCommand, se_DescribeBackupsCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeBackupsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeBackupsResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSSimbaAPIService_v20180301",
36
+ operation: "DescribeBackups",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);