@aws-sdk/client-datasync 3.414.0 → 3.421.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 (122) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/AddStorageSystemCommand.js +5 -0
  3. package/dist-cjs/commands/CancelTaskExecutionCommand.js +5 -0
  4. package/dist-cjs/commands/CreateAgentCommand.js +5 -0
  5. package/dist-cjs/commands/CreateLocationAzureBlobCommand.js +5 -0
  6. package/dist-cjs/commands/CreateLocationEfsCommand.js +5 -0
  7. package/dist-cjs/commands/CreateLocationFsxLustreCommand.js +5 -0
  8. package/dist-cjs/commands/CreateLocationFsxOntapCommand.js +5 -0
  9. package/dist-cjs/commands/CreateLocationFsxOpenZfsCommand.js +5 -0
  10. package/dist-cjs/commands/CreateLocationFsxWindowsCommand.js +5 -0
  11. package/dist-cjs/commands/CreateLocationHdfsCommand.js +5 -0
  12. package/dist-cjs/commands/CreateLocationNfsCommand.js +5 -0
  13. package/dist-cjs/commands/CreateLocationObjectStorageCommand.js +5 -0
  14. package/dist-cjs/commands/CreateLocationS3Command.js +5 -0
  15. package/dist-cjs/commands/CreateLocationSmbCommand.js +5 -0
  16. package/dist-cjs/commands/CreateTaskCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteAgentCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteLocationCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteTaskCommand.js +5 -0
  20. package/dist-cjs/commands/DescribeAgentCommand.js +5 -0
  21. package/dist-cjs/commands/DescribeDiscoveryJobCommand.js +5 -0
  22. package/dist-cjs/commands/DescribeLocationAzureBlobCommand.js +5 -0
  23. package/dist-cjs/commands/DescribeLocationEfsCommand.js +5 -0
  24. package/dist-cjs/commands/DescribeLocationFsxLustreCommand.js +5 -0
  25. package/dist-cjs/commands/DescribeLocationFsxOntapCommand.js +5 -0
  26. package/dist-cjs/commands/DescribeLocationFsxOpenZfsCommand.js +5 -0
  27. package/dist-cjs/commands/DescribeLocationFsxWindowsCommand.js +5 -0
  28. package/dist-cjs/commands/DescribeLocationHdfsCommand.js +5 -0
  29. package/dist-cjs/commands/DescribeLocationNfsCommand.js +5 -0
  30. package/dist-cjs/commands/DescribeLocationObjectStorageCommand.js +5 -0
  31. package/dist-cjs/commands/DescribeLocationS3Command.js +5 -0
  32. package/dist-cjs/commands/DescribeLocationSmbCommand.js +5 -0
  33. package/dist-cjs/commands/DescribeStorageSystemCommand.js +5 -0
  34. package/dist-cjs/commands/DescribeStorageSystemResourceMetricsCommand.js +5 -0
  35. package/dist-cjs/commands/DescribeStorageSystemResourcesCommand.js +5 -0
  36. package/dist-cjs/commands/DescribeTaskCommand.js +5 -0
  37. package/dist-cjs/commands/DescribeTaskExecutionCommand.js +5 -0
  38. package/dist-cjs/commands/GenerateRecommendationsCommand.js +5 -0
  39. package/dist-cjs/commands/ListAgentsCommand.js +5 -0
  40. package/dist-cjs/commands/ListDiscoveryJobsCommand.js +5 -0
  41. package/dist-cjs/commands/ListLocationsCommand.js +5 -0
  42. package/dist-cjs/commands/ListStorageSystemsCommand.js +5 -0
  43. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  44. package/dist-cjs/commands/ListTaskExecutionsCommand.js +5 -0
  45. package/dist-cjs/commands/ListTasksCommand.js +5 -0
  46. package/dist-cjs/commands/RemoveStorageSystemCommand.js +5 -0
  47. package/dist-cjs/commands/StartDiscoveryJobCommand.js +5 -0
  48. package/dist-cjs/commands/StartTaskExecutionCommand.js +5 -0
  49. package/dist-cjs/commands/StopDiscoveryJobCommand.js +5 -0
  50. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  51. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  52. package/dist-cjs/commands/UpdateAgentCommand.js +5 -0
  53. package/dist-cjs/commands/UpdateDiscoveryJobCommand.js +5 -0
  54. package/dist-cjs/commands/UpdateLocationAzureBlobCommand.js +5 -0
  55. package/dist-cjs/commands/UpdateLocationHdfsCommand.js +5 -0
  56. package/dist-cjs/commands/UpdateLocationNfsCommand.js +5 -0
  57. package/dist-cjs/commands/UpdateLocationObjectStorageCommand.js +5 -0
  58. package/dist-cjs/commands/UpdateLocationSmbCommand.js +5 -0
  59. package/dist-cjs/commands/UpdateStorageSystemCommand.js +5 -0
  60. package/dist-cjs/commands/UpdateTaskCommand.js +5 -0
  61. package/dist-cjs/commands/UpdateTaskExecutionCommand.js +5 -0
  62. package/dist-es/commands/AddStorageSystemCommand.js +5 -0
  63. package/dist-es/commands/CancelTaskExecutionCommand.js +5 -0
  64. package/dist-es/commands/CreateAgentCommand.js +5 -0
  65. package/dist-es/commands/CreateLocationAzureBlobCommand.js +5 -0
  66. package/dist-es/commands/CreateLocationEfsCommand.js +5 -0
  67. package/dist-es/commands/CreateLocationFsxLustreCommand.js +5 -0
  68. package/dist-es/commands/CreateLocationFsxOntapCommand.js +5 -0
  69. package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +5 -0
  70. package/dist-es/commands/CreateLocationFsxWindowsCommand.js +5 -0
  71. package/dist-es/commands/CreateLocationHdfsCommand.js +5 -0
  72. package/dist-es/commands/CreateLocationNfsCommand.js +5 -0
  73. package/dist-es/commands/CreateLocationObjectStorageCommand.js +5 -0
  74. package/dist-es/commands/CreateLocationS3Command.js +5 -0
  75. package/dist-es/commands/CreateLocationSmbCommand.js +5 -0
  76. package/dist-es/commands/CreateTaskCommand.js +5 -0
  77. package/dist-es/commands/DeleteAgentCommand.js +5 -0
  78. package/dist-es/commands/DeleteLocationCommand.js +5 -0
  79. package/dist-es/commands/DeleteTaskCommand.js +5 -0
  80. package/dist-es/commands/DescribeAgentCommand.js +5 -0
  81. package/dist-es/commands/DescribeDiscoveryJobCommand.js +5 -0
  82. package/dist-es/commands/DescribeLocationAzureBlobCommand.js +5 -0
  83. package/dist-es/commands/DescribeLocationEfsCommand.js +5 -0
  84. package/dist-es/commands/DescribeLocationFsxLustreCommand.js +5 -0
  85. package/dist-es/commands/DescribeLocationFsxOntapCommand.js +5 -0
  86. package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +5 -0
  87. package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +5 -0
  88. package/dist-es/commands/DescribeLocationHdfsCommand.js +5 -0
  89. package/dist-es/commands/DescribeLocationNfsCommand.js +5 -0
  90. package/dist-es/commands/DescribeLocationObjectStorageCommand.js +5 -0
  91. package/dist-es/commands/DescribeLocationS3Command.js +5 -0
  92. package/dist-es/commands/DescribeLocationSmbCommand.js +5 -0
  93. package/dist-es/commands/DescribeStorageSystemCommand.js +5 -0
  94. package/dist-es/commands/DescribeStorageSystemResourceMetricsCommand.js +5 -0
  95. package/dist-es/commands/DescribeStorageSystemResourcesCommand.js +5 -0
  96. package/dist-es/commands/DescribeTaskCommand.js +5 -0
  97. package/dist-es/commands/DescribeTaskExecutionCommand.js +5 -0
  98. package/dist-es/commands/GenerateRecommendationsCommand.js +5 -0
  99. package/dist-es/commands/ListAgentsCommand.js +5 -0
  100. package/dist-es/commands/ListDiscoveryJobsCommand.js +5 -0
  101. package/dist-es/commands/ListLocationsCommand.js +5 -0
  102. package/dist-es/commands/ListStorageSystemsCommand.js +5 -0
  103. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  104. package/dist-es/commands/ListTaskExecutionsCommand.js +5 -0
  105. package/dist-es/commands/ListTasksCommand.js +5 -0
  106. package/dist-es/commands/RemoveStorageSystemCommand.js +5 -0
  107. package/dist-es/commands/StartDiscoveryJobCommand.js +5 -0
  108. package/dist-es/commands/StartTaskExecutionCommand.js +5 -0
  109. package/dist-es/commands/StopDiscoveryJobCommand.js +5 -0
  110. package/dist-es/commands/TagResourceCommand.js +5 -0
  111. package/dist-es/commands/UntagResourceCommand.js +5 -0
  112. package/dist-es/commands/UpdateAgentCommand.js +5 -0
  113. package/dist-es/commands/UpdateDiscoveryJobCommand.js +5 -0
  114. package/dist-es/commands/UpdateLocationAzureBlobCommand.js +5 -0
  115. package/dist-es/commands/UpdateLocationHdfsCommand.js +5 -0
  116. package/dist-es/commands/UpdateLocationNfsCommand.js +5 -0
  117. package/dist-es/commands/UpdateLocationObjectStorageCommand.js +5 -0
  118. package/dist-es/commands/UpdateLocationSmbCommand.js +5 -0
  119. package/dist-es/commands/UpdateStorageSystemCommand.js +5 -0
  120. package/dist-es/commands/UpdateTaskCommand.js +5 -0
  121. package/dist-es/commands/UpdateTaskExecutionCommand.js +5 -0
  122. package/package.json +31 -31
package/README.md CHANGED
@@ -32,16 +32,16 @@ using your favorite package manager:
32
32
 
33
33
  The AWS SDK is modulized by clients and commands.
34
34
  To send a request, you only need to import the `DataSyncClient` and
35
- the commands you need, for example `AddStorageSystemCommand`:
35
+ the commands you need, for example `ListAgentsCommand`:
36
36
 
37
37
  ```js
38
38
  // ES5 example
39
- const { DataSyncClient, AddStorageSystemCommand } = require("@aws-sdk/client-datasync");
39
+ const { DataSyncClient, ListAgentsCommand } = require("@aws-sdk/client-datasync");
40
40
  ```
41
41
 
42
42
  ```ts
43
43
  // ES6+ example
44
- import { DataSyncClient, AddStorageSystemCommand } from "@aws-sdk/client-datasync";
44
+ import { DataSyncClient, ListAgentsCommand } from "@aws-sdk/client-datasync";
45
45
  ```
46
46
 
47
47
  ### Usage
@@ -60,7 +60,7 @@ const client = new DataSyncClient({ region: "REGION" });
60
60
  const params = {
61
61
  /** input parameters */
62
62
  };
63
- const command = new AddStorageSystemCommand(params);
63
+ const command = new ListAgentsCommand(params);
64
64
  ```
65
65
 
66
66
  #### Async/await
@@ -139,7 +139,7 @@ const client = new AWS.DataSync({ region: "REGION" });
139
139
 
140
140
  // async/await.
141
141
  try {
142
- const data = await client.addStorageSystem(params);
142
+ const data = await client.listAgents(params);
143
143
  // process data.
144
144
  } catch (error) {
145
145
  // error handling.
@@ -147,7 +147,7 @@ try {
147
147
 
148
148
  // Promises.
149
149
  client
150
- .addStorageSystem(params)
150
+ .listAgents(params)
151
151
  .then((data) => {
152
152
  // process data.
153
153
  })
@@ -156,7 +156,7 @@ client
156
156
  });
157
157
 
158
158
  // callbacks.
159
- client.addStorageSystem(params, (err, data) => {
159
+ client.listAgents(params, (err, data) => {
160
160
  // process err and data.
161
161
  });
162
162
  ```
@@ -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 AddStorageSystemCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class AddStorageSystemCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.AddStorageSystemRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "FmrsService",
39
+ operation: "AddStorageSystem",
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 CancelTaskExecutionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CancelTaskExecutionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "FmrsService",
38
+ operation: "CancelTaskExecution",
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 CreateAgentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateAgentCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "FmrsService",
38
+ operation: "CreateAgent",
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 CreateLocationAzureBlobCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateLocationAzureBlobCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateLocationAzureBlobRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "FmrsService",
39
+ operation: "CreateLocationAzureBlob",
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 CreateLocationEfsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateLocationEfsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "FmrsService",
38
+ operation: "CreateLocationEfs",
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 CreateLocationFsxLustreCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateLocationFsxLustreCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "FmrsService",
38
+ operation: "CreateLocationFsxLustre",
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 CreateLocationFsxOntapCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateLocationFsxOntapCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateLocationFsxOntapRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "FmrsService",
39
+ operation: "CreateLocationFsxOntap",
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 CreateLocationFsxOpenZfsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateLocationFsxOpenZfsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateLocationFsxOpenZfsRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "FmrsService",
39
+ operation: "CreateLocationFsxOpenZfs",
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 CreateLocationFsxWindowsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateLocationFsxWindowsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateLocationFsxWindowsRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "FmrsService",
39
+ operation: "CreateLocationFsxWindows",
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 CreateLocationHdfsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateLocationHdfsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "FmrsService",
38
+ operation: "CreateLocationHdfs",
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 CreateLocationNfsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateLocationNfsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "FmrsService",
38
+ operation: "CreateLocationNfs",
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 CreateLocationObjectStorageCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateLocationObjectStorageCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateLocationObjectStorageRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "FmrsService",
39
+ operation: "CreateLocationObjectStorage",
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 CreateLocationS3Command extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateLocationS3Command extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "FmrsService",
38
+ operation: "CreateLocationS3",
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 CreateLocationSmbCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateLocationSmbCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateLocationSmbRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "FmrsService",
39
+ operation: "CreateLocationSmb",
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 CreateTaskCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateTaskCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "FmrsService",
38
+ operation: "CreateTask",
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 DeleteAgentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteAgentCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "FmrsService",
38
+ operation: "DeleteAgent",
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 DeleteLocationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteLocationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "FmrsService",
38
+ operation: "DeleteLocation",
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 DeleteTaskCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteTaskCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "FmrsService",
38
+ operation: "DeleteTask",
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 DescribeAgentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeAgentCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "FmrsService",
38
+ operation: "DescribeAgent",
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 DescribeDiscoveryJobCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeDiscoveryJobCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "FmrsService",
38
+ operation: "DescribeDiscoveryJob",
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 DescribeLocationAzureBlobCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeLocationAzureBlobCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "FmrsService",
38
+ operation: "DescribeLocationAzureBlob",
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 DescribeLocationEfsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeLocationEfsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "FmrsService",
38
+ operation: "DescribeLocationEfs",
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 DescribeLocationFsxLustreCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeLocationFsxLustreCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "FmrsService",
38
+ operation: "DescribeLocationFsxLustre",
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 DescribeLocationFsxOntapCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeLocationFsxOntapCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DescribeLocationFsxOntapResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "FmrsService",
39
+ operation: "DescribeLocationFsxOntap",
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 DescribeLocationFsxOpenZfsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeLocationFsxOpenZfsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DescribeLocationFsxOpenZfsResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "FmrsService",
39
+ operation: "DescribeLocationFsxOpenZfs",
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 DescribeLocationFsxWindowsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeLocationFsxWindowsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "FmrsService",
38
+ operation: "DescribeLocationFsxWindows",
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 DescribeLocationHdfsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeLocationHdfsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "FmrsService",
38
+ operation: "DescribeLocationHdfs",
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 DescribeLocationNfsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeLocationNfsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "FmrsService",
38
+ operation: "DescribeLocationNfs",
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 DescribeLocationObjectStorageCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeLocationObjectStorageCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "FmrsService",
38
+ operation: "DescribeLocationObjectStorage",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);