@aws-sdk/client-datasync 3.306.0 → 3.309.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 (93) hide show
  1. package/dist-cjs/commands/CancelTaskExecutionCommand.js +2 -2
  2. package/dist-cjs/commands/CreateAgentCommand.js +2 -2
  3. package/dist-cjs/commands/CreateLocationEfsCommand.js +2 -2
  4. package/dist-cjs/commands/CreateLocationFsxLustreCommand.js +2 -2
  5. package/dist-cjs/commands/CreateLocationFsxOntapCommand.js +2 -2
  6. package/dist-cjs/commands/CreateLocationFsxOpenZfsCommand.js +2 -2
  7. package/dist-cjs/commands/CreateLocationFsxWindowsCommand.js +2 -2
  8. package/dist-cjs/commands/CreateLocationHdfsCommand.js +2 -2
  9. package/dist-cjs/commands/CreateLocationNfsCommand.js +2 -2
  10. package/dist-cjs/commands/CreateLocationObjectStorageCommand.js +2 -2
  11. package/dist-cjs/commands/CreateLocationS3Command.js +2 -2
  12. package/dist-cjs/commands/CreateLocationSmbCommand.js +2 -2
  13. package/dist-cjs/commands/CreateTaskCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteAgentCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteLocationCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteTaskCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeAgentCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeLocationEfsCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeLocationFsxLustreCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeLocationFsxOntapCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeLocationFsxOpenZfsCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeLocationFsxWindowsCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeLocationHdfsCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeLocationNfsCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeLocationObjectStorageCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeLocationS3Command.js +2 -2
  27. package/dist-cjs/commands/DescribeLocationSmbCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeTaskCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeTaskExecutionCommand.js +2 -2
  30. package/dist-cjs/commands/ListAgentsCommand.js +2 -2
  31. package/dist-cjs/commands/ListLocationsCommand.js +2 -2
  32. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  33. package/dist-cjs/commands/ListTaskExecutionsCommand.js +2 -2
  34. package/dist-cjs/commands/ListTasksCommand.js +2 -2
  35. package/dist-cjs/commands/StartTaskExecutionCommand.js +2 -2
  36. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  37. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateAgentCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateLocationHdfsCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateLocationNfsCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateLocationObjectStorageCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateLocationSmbCommand.js +2 -2
  43. package/dist-cjs/commands/UpdateTaskCommand.js +2 -2
  44. package/dist-cjs/commands/UpdateTaskExecutionCommand.js +2 -2
  45. package/dist-cjs/protocols/Aws_json1_1.js +713 -749
  46. package/dist-es/commands/CancelTaskExecutionCommand.js +3 -3
  47. package/dist-es/commands/CreateAgentCommand.js +3 -3
  48. package/dist-es/commands/CreateLocationEfsCommand.js +3 -3
  49. package/dist-es/commands/CreateLocationFsxLustreCommand.js +3 -3
  50. package/dist-es/commands/CreateLocationFsxOntapCommand.js +3 -3
  51. package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +3 -3
  52. package/dist-es/commands/CreateLocationFsxWindowsCommand.js +3 -3
  53. package/dist-es/commands/CreateLocationHdfsCommand.js +3 -3
  54. package/dist-es/commands/CreateLocationNfsCommand.js +3 -3
  55. package/dist-es/commands/CreateLocationObjectStorageCommand.js +3 -3
  56. package/dist-es/commands/CreateLocationS3Command.js +3 -3
  57. package/dist-es/commands/CreateLocationSmbCommand.js +3 -3
  58. package/dist-es/commands/CreateTaskCommand.js +3 -3
  59. package/dist-es/commands/DeleteAgentCommand.js +3 -3
  60. package/dist-es/commands/DeleteLocationCommand.js +3 -3
  61. package/dist-es/commands/DeleteTaskCommand.js +3 -3
  62. package/dist-es/commands/DescribeAgentCommand.js +3 -3
  63. package/dist-es/commands/DescribeLocationEfsCommand.js +3 -3
  64. package/dist-es/commands/DescribeLocationFsxLustreCommand.js +3 -3
  65. package/dist-es/commands/DescribeLocationFsxOntapCommand.js +3 -3
  66. package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +3 -3
  67. package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +3 -3
  68. package/dist-es/commands/DescribeLocationHdfsCommand.js +3 -3
  69. package/dist-es/commands/DescribeLocationNfsCommand.js +3 -3
  70. package/dist-es/commands/DescribeLocationObjectStorageCommand.js +3 -3
  71. package/dist-es/commands/DescribeLocationS3Command.js +3 -3
  72. package/dist-es/commands/DescribeLocationSmbCommand.js +3 -3
  73. package/dist-es/commands/DescribeTaskCommand.js +3 -3
  74. package/dist-es/commands/DescribeTaskExecutionCommand.js +3 -3
  75. package/dist-es/commands/ListAgentsCommand.js +3 -3
  76. package/dist-es/commands/ListLocationsCommand.js +3 -3
  77. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  78. package/dist-es/commands/ListTaskExecutionsCommand.js +3 -3
  79. package/dist-es/commands/ListTasksCommand.js +3 -3
  80. package/dist-es/commands/StartTaskExecutionCommand.js +3 -3
  81. package/dist-es/commands/TagResourceCommand.js +3 -3
  82. package/dist-es/commands/UntagResourceCommand.js +3 -3
  83. package/dist-es/commands/UpdateAgentCommand.js +3 -3
  84. package/dist-es/commands/UpdateLocationHdfsCommand.js +3 -3
  85. package/dist-es/commands/UpdateLocationNfsCommand.js +3 -3
  86. package/dist-es/commands/UpdateLocationObjectStorageCommand.js +3 -3
  87. package/dist-es/commands/UpdateLocationSmbCommand.js +3 -3
  88. package/dist-es/commands/UpdateTaskCommand.js +3 -3
  89. package/dist-es/commands/UpdateTaskExecutionCommand.js +3 -3
  90. package/dist-es/protocols/Aws_json1_1.js +623 -659
  91. package/dist-types/protocols/Aws_json1_1.d.ts +352 -88
  92. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +88 -88
  93. package/package.json +6 -6
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CancelTaskExecutionCommand, serializeAws_json1_1CancelTaskExecutionCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CancelTaskExecutionCommand, se_CancelTaskExecutionCommand } from "../protocols/Aws_json1_1";
5
5
  export class CancelTaskExecutionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CancelTaskExecutionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CancelTaskExecutionCommand(input, context);
36
+ return se_CancelTaskExecutionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CancelTaskExecutionCommand(output, context);
39
+ return de_CancelTaskExecutionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateAgentCommand, serializeAws_json1_1CreateAgentCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateAgentCommand, se_CreateAgentCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateAgentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateAgentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateAgentCommand(input, context);
36
+ return se_CreateAgentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateAgentCommand(output, context);
39
+ return de_CreateAgentCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateLocationEfsCommand, serializeAws_json1_1CreateLocationEfsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateLocationEfsCommand, se_CreateLocationEfsCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateLocationEfsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateLocationEfsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateLocationEfsCommand(input, context);
36
+ return se_CreateLocationEfsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateLocationEfsCommand(output, context);
39
+ return de_CreateLocationEfsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateLocationFsxLustreCommand, serializeAws_json1_1CreateLocationFsxLustreCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateLocationFsxLustreCommand, se_CreateLocationFsxLustreCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateLocationFsxLustreCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateLocationFsxLustreCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateLocationFsxLustreCommand(input, context);
36
+ return se_CreateLocationFsxLustreCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateLocationFsxLustreCommand(output, context);
39
+ return de_CreateLocationFsxLustreCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateLocationFsxOntapRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1CreateLocationFsxOntapCommand, serializeAws_json1_1CreateLocationFsxOntapCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_CreateLocationFsxOntapCommand, se_CreateLocationFsxOntapCommand } from "../protocols/Aws_json1_1";
6
6
  export class CreateLocationFsxOntapCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateLocationFsxOntapCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1CreateLocationFsxOntapCommand(input, context);
37
+ return se_CreateLocationFsxOntapCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1CreateLocationFsxOntapCommand(output, context);
40
+ return de_CreateLocationFsxOntapCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateLocationFsxOpenZfsRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1CreateLocationFsxOpenZfsCommand, serializeAws_json1_1CreateLocationFsxOpenZfsCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_CreateLocationFsxOpenZfsCommand, se_CreateLocationFsxOpenZfsCommand } from "../protocols/Aws_json1_1";
6
6
  export class CreateLocationFsxOpenZfsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateLocationFsxOpenZfsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1CreateLocationFsxOpenZfsCommand(input, context);
37
+ return se_CreateLocationFsxOpenZfsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1CreateLocationFsxOpenZfsCommand(output, context);
40
+ return de_CreateLocationFsxOpenZfsCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateLocationFsxWindowsRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1CreateLocationFsxWindowsCommand, serializeAws_json1_1CreateLocationFsxWindowsCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_CreateLocationFsxWindowsCommand, se_CreateLocationFsxWindowsCommand } from "../protocols/Aws_json1_1";
6
6
  export class CreateLocationFsxWindowsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateLocationFsxWindowsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1CreateLocationFsxWindowsCommand(input, context);
37
+ return se_CreateLocationFsxWindowsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1CreateLocationFsxWindowsCommand(output, context);
40
+ return de_CreateLocationFsxWindowsCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateLocationHdfsCommand, serializeAws_json1_1CreateLocationHdfsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateLocationHdfsCommand, se_CreateLocationHdfsCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateLocationHdfsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateLocationHdfsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateLocationHdfsCommand(input, context);
36
+ return se_CreateLocationHdfsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateLocationHdfsCommand(output, context);
39
+ return de_CreateLocationHdfsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateLocationNfsCommand, serializeAws_json1_1CreateLocationNfsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateLocationNfsCommand, se_CreateLocationNfsCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateLocationNfsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateLocationNfsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateLocationNfsCommand(input, context);
36
+ return se_CreateLocationNfsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateLocationNfsCommand(output, context);
39
+ return de_CreateLocationNfsCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateLocationObjectStorageRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1CreateLocationObjectStorageCommand, serializeAws_json1_1CreateLocationObjectStorageCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_CreateLocationObjectStorageCommand, se_CreateLocationObjectStorageCommand } from "../protocols/Aws_json1_1";
6
6
  export class CreateLocationObjectStorageCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateLocationObjectStorageCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1CreateLocationObjectStorageCommand(input, context);
37
+ return se_CreateLocationObjectStorageCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1CreateLocationObjectStorageCommand(output, context);
40
+ return de_CreateLocationObjectStorageCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateLocationS3Command, serializeAws_json1_1CreateLocationS3Command, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateLocationS3Command, se_CreateLocationS3Command } from "../protocols/Aws_json1_1";
5
5
  export class CreateLocationS3Command extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateLocationS3Command extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateLocationS3Command(input, context);
36
+ return se_CreateLocationS3Command(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateLocationS3Command(output, context);
39
+ return de_CreateLocationS3Command(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateLocationSmbRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1CreateLocationSmbCommand, serializeAws_json1_1CreateLocationSmbCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_CreateLocationSmbCommand, se_CreateLocationSmbCommand } from "../protocols/Aws_json1_1";
6
6
  export class CreateLocationSmbCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateLocationSmbCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1CreateLocationSmbCommand(input, context);
37
+ return se_CreateLocationSmbCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1CreateLocationSmbCommand(output, context);
40
+ return de_CreateLocationSmbCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateTaskCommand, serializeAws_json1_1CreateTaskCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateTaskCommand, se_CreateTaskCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateTaskCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateTaskCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateTaskCommand(input, context);
36
+ return se_CreateTaskCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateTaskCommand(output, context);
39
+ return de_CreateTaskCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteAgentCommand, serializeAws_json1_1DeleteAgentCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteAgentCommand, se_DeleteAgentCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteAgentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteAgentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteAgentCommand(input, context);
36
+ return se_DeleteAgentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteAgentCommand(output, context);
39
+ return de_DeleteAgentCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteLocationCommand, serializeAws_json1_1DeleteLocationCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteLocationCommand, se_DeleteLocationCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteLocationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteLocationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteLocationCommand(input, context);
36
+ return se_DeleteLocationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteLocationCommand(output, context);
39
+ return de_DeleteLocationCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteTaskCommand, serializeAws_json1_1DeleteTaskCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteTaskCommand, se_DeleteTaskCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteTaskCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteTaskCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteTaskCommand(input, context);
36
+ return se_DeleteTaskCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteTaskCommand(output, context);
39
+ return de_DeleteTaskCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeAgentCommand, serializeAws_json1_1DescribeAgentCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeAgentCommand, se_DescribeAgentCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeAgentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeAgentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeAgentCommand(input, context);
36
+ return se_DescribeAgentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeAgentCommand(output, context);
39
+ return de_DescribeAgentCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeLocationEfsCommand, serializeAws_json1_1DescribeLocationEfsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeLocationEfsCommand, se_DescribeLocationEfsCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeLocationEfsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeLocationEfsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeLocationEfsCommand(input, context);
36
+ return se_DescribeLocationEfsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeLocationEfsCommand(output, context);
39
+ return de_DescribeLocationEfsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeLocationFsxLustreCommand, serializeAws_json1_1DescribeLocationFsxLustreCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeLocationFsxLustreCommand, se_DescribeLocationFsxLustreCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeLocationFsxLustreCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeLocationFsxLustreCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeLocationFsxLustreCommand(input, context);
36
+ return se_DescribeLocationFsxLustreCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeLocationFsxLustreCommand(output, context);
39
+ return de_DescribeLocationFsxLustreCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeLocationFsxOntapResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1DescribeLocationFsxOntapCommand, serializeAws_json1_1DescribeLocationFsxOntapCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_DescribeLocationFsxOntapCommand, se_DescribeLocationFsxOntapCommand } from "../protocols/Aws_json1_1";
6
6
  export class DescribeLocationFsxOntapCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DescribeLocationFsxOntapCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1DescribeLocationFsxOntapCommand(input, context);
37
+ return se_DescribeLocationFsxOntapCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1DescribeLocationFsxOntapCommand(output, context);
40
+ return de_DescribeLocationFsxOntapCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeLocationFsxOpenZfsResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1DescribeLocationFsxOpenZfsCommand, serializeAws_json1_1DescribeLocationFsxOpenZfsCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_DescribeLocationFsxOpenZfsCommand, se_DescribeLocationFsxOpenZfsCommand } from "../protocols/Aws_json1_1";
6
6
  export class DescribeLocationFsxOpenZfsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DescribeLocationFsxOpenZfsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1DescribeLocationFsxOpenZfsCommand(input, context);
37
+ return se_DescribeLocationFsxOpenZfsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1DescribeLocationFsxOpenZfsCommand(output, context);
40
+ return de_DescribeLocationFsxOpenZfsCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeLocationFsxWindowsCommand, serializeAws_json1_1DescribeLocationFsxWindowsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeLocationFsxWindowsCommand, se_DescribeLocationFsxWindowsCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeLocationFsxWindowsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeLocationFsxWindowsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeLocationFsxWindowsCommand(input, context);
36
+ return se_DescribeLocationFsxWindowsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeLocationFsxWindowsCommand(output, context);
39
+ return de_DescribeLocationFsxWindowsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeLocationHdfsCommand, serializeAws_json1_1DescribeLocationHdfsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeLocationHdfsCommand, se_DescribeLocationHdfsCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeLocationHdfsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeLocationHdfsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeLocationHdfsCommand(input, context);
36
+ return se_DescribeLocationHdfsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeLocationHdfsCommand(output, context);
39
+ return de_DescribeLocationHdfsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeLocationNfsCommand, serializeAws_json1_1DescribeLocationNfsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeLocationNfsCommand, se_DescribeLocationNfsCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeLocationNfsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeLocationNfsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeLocationNfsCommand(input, context);
36
+ return se_DescribeLocationNfsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeLocationNfsCommand(output, context);
39
+ return de_DescribeLocationNfsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeLocationObjectStorageCommand, serializeAws_json1_1DescribeLocationObjectStorageCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeLocationObjectStorageCommand, se_DescribeLocationObjectStorageCommand, } from "../protocols/Aws_json1_1";
5
5
  export class DescribeLocationObjectStorageCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeLocationObjectStorageCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeLocationObjectStorageCommand(input, context);
36
+ return se_DescribeLocationObjectStorageCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeLocationObjectStorageCommand(output, context);
39
+ return de_DescribeLocationObjectStorageCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeLocationS3Command, serializeAws_json1_1DescribeLocationS3Command, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeLocationS3Command, se_DescribeLocationS3Command } from "../protocols/Aws_json1_1";
5
5
  export class DescribeLocationS3Command extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeLocationS3Command extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeLocationS3Command(input, context);
36
+ return se_DescribeLocationS3Command(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeLocationS3Command(output, context);
39
+ return de_DescribeLocationS3Command(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeLocationSmbCommand, serializeAws_json1_1DescribeLocationSmbCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeLocationSmbCommand, se_DescribeLocationSmbCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeLocationSmbCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeLocationSmbCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeLocationSmbCommand(input, context);
36
+ return se_DescribeLocationSmbCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeLocationSmbCommand(output, context);
39
+ return de_DescribeLocationSmbCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeTaskCommand, serializeAws_json1_1DescribeTaskCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeTaskCommand, se_DescribeTaskCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeTaskCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeTaskCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeTaskCommand(input, context);
36
+ return se_DescribeTaskCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeTaskCommand(output, context);
39
+ return de_DescribeTaskCommand(output, context);
40
40
  }
41
41
  }