@aws-sdk/client-datasync 3.306.0 → 3.310.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 +35 -35
@@ -44,91 +44,355 @@ import { UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCom
44
44
  import { UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput } from "../commands/UpdateLocationSmbCommand";
45
45
  import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "../commands/UpdateTaskCommand";
46
46
  import { UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput } from "../commands/UpdateTaskExecutionCommand";
47
- export declare const serializeAws_json1_1CancelTaskExecutionCommand: (input: CancelTaskExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_json1_1CreateAgentCommand: (input: CreateAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_json1_1CreateLocationEfsCommand: (input: CreateLocationEfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_1CreateLocationFsxLustreCommand: (input: CreateLocationFsxLustreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_1CreateLocationFsxOntapCommand: (input: CreateLocationFsxOntapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_1CreateLocationFsxOpenZfsCommand: (input: CreateLocationFsxOpenZfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_1CreateLocationFsxWindowsCommand: (input: CreateLocationFsxWindowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1CreateLocationHdfsCommand: (input: CreateLocationHdfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_1CreateLocationNfsCommand: (input: CreateLocationNfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1CreateLocationObjectStorageCommand: (input: CreateLocationObjectStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1CreateLocationS3Command: (input: CreateLocationS3CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1CreateLocationSmbCommand: (input: CreateLocationSmbCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1CreateTaskCommand: (input: CreateTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1DeleteAgentCommand: (input: DeleteAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1DeleteLocationCommand: (input: DeleteLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1DeleteTaskCommand: (input: DeleteTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1DescribeAgentCommand: (input: DescribeAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1DescribeLocationEfsCommand: (input: DescribeLocationEfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1DescribeLocationFsxLustreCommand: (input: DescribeLocationFsxLustreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1DescribeLocationFsxOntapCommand: (input: DescribeLocationFsxOntapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1DescribeLocationFsxOpenZfsCommand: (input: DescribeLocationFsxOpenZfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1DescribeLocationFsxWindowsCommand: (input: DescribeLocationFsxWindowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1DescribeLocationHdfsCommand: (input: DescribeLocationHdfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1DescribeLocationNfsCommand: (input: DescribeLocationNfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1DescribeLocationObjectStorageCommand: (input: DescribeLocationObjectStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1DescribeLocationS3Command: (input: DescribeLocationS3CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1DescribeLocationSmbCommand: (input: DescribeLocationSmbCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1DescribeTaskCommand: (input: DescribeTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1DescribeTaskExecutionCommand: (input: DescribeTaskExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1ListAgentsCommand: (input: ListAgentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1ListLocationsCommand: (input: ListLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1ListTaskExecutionsCommand: (input: ListTaskExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1ListTasksCommand: (input: ListTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1StartTaskExecutionCommand: (input: StartTaskExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1UpdateAgentCommand: (input: UpdateAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1UpdateLocationHdfsCommand: (input: UpdateLocationHdfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1UpdateLocationNfsCommand: (input: UpdateLocationNfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1UpdateLocationObjectStorageCommand: (input: UpdateLocationObjectStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1UpdateLocationSmbCommand: (input: UpdateLocationSmbCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1UpdateTaskCommand: (input: UpdateTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1UpdateTaskExecutionCommand: (input: UpdateTaskExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const deserializeAws_json1_1CancelTaskExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelTaskExecutionCommandOutput>;
92
- export declare const deserializeAws_json1_1CreateAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgentCommandOutput>;
93
- export declare const deserializeAws_json1_1CreateLocationEfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationEfsCommandOutput>;
94
- export declare const deserializeAws_json1_1CreateLocationFsxLustreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxLustreCommandOutput>;
95
- export declare const deserializeAws_json1_1CreateLocationFsxOntapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxOntapCommandOutput>;
96
- export declare const deserializeAws_json1_1CreateLocationFsxOpenZfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxOpenZfsCommandOutput>;
97
- export declare const deserializeAws_json1_1CreateLocationFsxWindowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxWindowsCommandOutput>;
98
- export declare const deserializeAws_json1_1CreateLocationHdfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationHdfsCommandOutput>;
99
- export declare const deserializeAws_json1_1CreateLocationNfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationNfsCommandOutput>;
100
- export declare const deserializeAws_json1_1CreateLocationObjectStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationObjectStorageCommandOutput>;
101
- export declare const deserializeAws_json1_1CreateLocationS3Command: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationS3CommandOutput>;
102
- export declare const deserializeAws_json1_1CreateLocationSmbCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationSmbCommandOutput>;
103
- export declare const deserializeAws_json1_1CreateTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTaskCommandOutput>;
104
- export declare const deserializeAws_json1_1DeleteAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAgentCommandOutput>;
105
- export declare const deserializeAws_json1_1DeleteLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLocationCommandOutput>;
106
- export declare const deserializeAws_json1_1DeleteTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTaskCommandOutput>;
107
- export declare const deserializeAws_json1_1DescribeAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAgentCommandOutput>;
108
- export declare const deserializeAws_json1_1DescribeLocationEfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationEfsCommandOutput>;
109
- export declare const deserializeAws_json1_1DescribeLocationFsxLustreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxLustreCommandOutput>;
110
- export declare const deserializeAws_json1_1DescribeLocationFsxOntapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxOntapCommandOutput>;
111
- export declare const deserializeAws_json1_1DescribeLocationFsxOpenZfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxOpenZfsCommandOutput>;
112
- export declare const deserializeAws_json1_1DescribeLocationFsxWindowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxWindowsCommandOutput>;
113
- export declare const deserializeAws_json1_1DescribeLocationHdfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationHdfsCommandOutput>;
114
- export declare const deserializeAws_json1_1DescribeLocationNfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationNfsCommandOutput>;
115
- export declare const deserializeAws_json1_1DescribeLocationObjectStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationObjectStorageCommandOutput>;
116
- export declare const deserializeAws_json1_1DescribeLocationS3Command: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationS3CommandOutput>;
117
- export declare const deserializeAws_json1_1DescribeLocationSmbCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationSmbCommandOutput>;
118
- export declare const deserializeAws_json1_1DescribeTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTaskCommandOutput>;
119
- export declare const deserializeAws_json1_1DescribeTaskExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTaskExecutionCommandOutput>;
120
- export declare const deserializeAws_json1_1ListAgentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAgentsCommandOutput>;
121
- export declare const deserializeAws_json1_1ListLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLocationsCommandOutput>;
122
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
123
- export declare const deserializeAws_json1_1ListTaskExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTaskExecutionsCommandOutput>;
124
- export declare const deserializeAws_json1_1ListTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTasksCommandOutput>;
125
- export declare const deserializeAws_json1_1StartTaskExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTaskExecutionCommandOutput>;
126
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
127
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
128
- export declare const deserializeAws_json1_1UpdateAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAgentCommandOutput>;
129
- export declare const deserializeAws_json1_1UpdateLocationHdfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationHdfsCommandOutput>;
130
- export declare const deserializeAws_json1_1UpdateLocationNfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationNfsCommandOutput>;
131
- export declare const deserializeAws_json1_1UpdateLocationObjectStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationObjectStorageCommandOutput>;
132
- export declare const deserializeAws_json1_1UpdateLocationSmbCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationSmbCommandOutput>;
133
- export declare const deserializeAws_json1_1UpdateTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTaskCommandOutput>;
134
- export declare const deserializeAws_json1_1UpdateTaskExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTaskExecutionCommandOutput>;
47
+ /**
48
+ * serializeAws_json1_1CancelTaskExecutionCommand
49
+ */
50
+ export declare const se_CancelTaskExecutionCommand: (input: CancelTaskExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
+ /**
52
+ * serializeAws_json1_1CreateAgentCommand
53
+ */
54
+ export declare const se_CreateAgentCommand: (input: CreateAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
+ /**
56
+ * serializeAws_json1_1CreateLocationEfsCommand
57
+ */
58
+ export declare const se_CreateLocationEfsCommand: (input: CreateLocationEfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
+ /**
60
+ * serializeAws_json1_1CreateLocationFsxLustreCommand
61
+ */
62
+ export declare const se_CreateLocationFsxLustreCommand: (input: CreateLocationFsxLustreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
+ /**
64
+ * serializeAws_json1_1CreateLocationFsxOntapCommand
65
+ */
66
+ export declare const se_CreateLocationFsxOntapCommand: (input: CreateLocationFsxOntapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ /**
68
+ * serializeAws_json1_1CreateLocationFsxOpenZfsCommand
69
+ */
70
+ export declare const se_CreateLocationFsxOpenZfsCommand: (input: CreateLocationFsxOpenZfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ /**
72
+ * serializeAws_json1_1CreateLocationFsxWindowsCommand
73
+ */
74
+ export declare const se_CreateLocationFsxWindowsCommand: (input: CreateLocationFsxWindowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ /**
76
+ * serializeAws_json1_1CreateLocationHdfsCommand
77
+ */
78
+ export declare const se_CreateLocationHdfsCommand: (input: CreateLocationHdfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
+ /**
80
+ * serializeAws_json1_1CreateLocationNfsCommand
81
+ */
82
+ export declare const se_CreateLocationNfsCommand: (input: CreateLocationNfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
+ /**
84
+ * serializeAws_json1_1CreateLocationObjectStorageCommand
85
+ */
86
+ export declare const se_CreateLocationObjectStorageCommand: (input: CreateLocationObjectStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ /**
88
+ * serializeAws_json1_1CreateLocationS3Command
89
+ */
90
+ export declare const se_CreateLocationS3Command: (input: CreateLocationS3CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
+ /**
92
+ * serializeAws_json1_1CreateLocationSmbCommand
93
+ */
94
+ export declare const se_CreateLocationSmbCommand: (input: CreateLocationSmbCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ /**
96
+ * serializeAws_json1_1CreateTaskCommand
97
+ */
98
+ export declare const se_CreateTaskCommand: (input: CreateTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ /**
100
+ * serializeAws_json1_1DeleteAgentCommand
101
+ */
102
+ export declare const se_DeleteAgentCommand: (input: DeleteAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ /**
104
+ * serializeAws_json1_1DeleteLocationCommand
105
+ */
106
+ export declare const se_DeleteLocationCommand: (input: DeleteLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
+ /**
108
+ * serializeAws_json1_1DeleteTaskCommand
109
+ */
110
+ export declare const se_DeleteTaskCommand: (input: DeleteTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
+ /**
112
+ * serializeAws_json1_1DescribeAgentCommand
113
+ */
114
+ export declare const se_DescribeAgentCommand: (input: DescribeAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
+ /**
116
+ * serializeAws_json1_1DescribeLocationEfsCommand
117
+ */
118
+ export declare const se_DescribeLocationEfsCommand: (input: DescribeLocationEfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
+ /**
120
+ * serializeAws_json1_1DescribeLocationFsxLustreCommand
121
+ */
122
+ export declare const se_DescribeLocationFsxLustreCommand: (input: DescribeLocationFsxLustreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
+ /**
124
+ * serializeAws_json1_1DescribeLocationFsxOntapCommand
125
+ */
126
+ export declare const se_DescribeLocationFsxOntapCommand: (input: DescribeLocationFsxOntapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
+ /**
128
+ * serializeAws_json1_1DescribeLocationFsxOpenZfsCommand
129
+ */
130
+ export declare const se_DescribeLocationFsxOpenZfsCommand: (input: DescribeLocationFsxOpenZfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
+ /**
132
+ * serializeAws_json1_1DescribeLocationFsxWindowsCommand
133
+ */
134
+ export declare const se_DescribeLocationFsxWindowsCommand: (input: DescribeLocationFsxWindowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
+ /**
136
+ * serializeAws_json1_1DescribeLocationHdfsCommand
137
+ */
138
+ export declare const se_DescribeLocationHdfsCommand: (input: DescribeLocationHdfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
+ /**
140
+ * serializeAws_json1_1DescribeLocationNfsCommand
141
+ */
142
+ export declare const se_DescribeLocationNfsCommand: (input: DescribeLocationNfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
+ /**
144
+ * serializeAws_json1_1DescribeLocationObjectStorageCommand
145
+ */
146
+ export declare const se_DescribeLocationObjectStorageCommand: (input: DescribeLocationObjectStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
+ /**
148
+ * serializeAws_json1_1DescribeLocationS3Command
149
+ */
150
+ export declare const se_DescribeLocationS3Command: (input: DescribeLocationS3CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
+ /**
152
+ * serializeAws_json1_1DescribeLocationSmbCommand
153
+ */
154
+ export declare const se_DescribeLocationSmbCommand: (input: DescribeLocationSmbCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
+ /**
156
+ * serializeAws_json1_1DescribeTaskCommand
157
+ */
158
+ export declare const se_DescribeTaskCommand: (input: DescribeTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
+ /**
160
+ * serializeAws_json1_1DescribeTaskExecutionCommand
161
+ */
162
+ export declare const se_DescribeTaskExecutionCommand: (input: DescribeTaskExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
+ /**
164
+ * serializeAws_json1_1ListAgentsCommand
165
+ */
166
+ export declare const se_ListAgentsCommand: (input: ListAgentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
+ /**
168
+ * serializeAws_json1_1ListLocationsCommand
169
+ */
170
+ export declare const se_ListLocationsCommand: (input: ListLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
+ /**
172
+ * serializeAws_json1_1ListTagsForResourceCommand
173
+ */
174
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
+ /**
176
+ * serializeAws_json1_1ListTaskExecutionsCommand
177
+ */
178
+ export declare const se_ListTaskExecutionsCommand: (input: ListTaskExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
+ /**
180
+ * serializeAws_json1_1ListTasksCommand
181
+ */
182
+ export declare const se_ListTasksCommand: (input: ListTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
+ /**
184
+ * serializeAws_json1_1StartTaskExecutionCommand
185
+ */
186
+ export declare const se_StartTaskExecutionCommand: (input: StartTaskExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
+ /**
188
+ * serializeAws_json1_1TagResourceCommand
189
+ */
190
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
+ /**
192
+ * serializeAws_json1_1UntagResourceCommand
193
+ */
194
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
+ /**
196
+ * serializeAws_json1_1UpdateAgentCommand
197
+ */
198
+ export declare const se_UpdateAgentCommand: (input: UpdateAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
+ /**
200
+ * serializeAws_json1_1UpdateLocationHdfsCommand
201
+ */
202
+ export declare const se_UpdateLocationHdfsCommand: (input: UpdateLocationHdfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
+ /**
204
+ * serializeAws_json1_1UpdateLocationNfsCommand
205
+ */
206
+ export declare const se_UpdateLocationNfsCommand: (input: UpdateLocationNfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
+ /**
208
+ * serializeAws_json1_1UpdateLocationObjectStorageCommand
209
+ */
210
+ export declare const se_UpdateLocationObjectStorageCommand: (input: UpdateLocationObjectStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
+ /**
212
+ * serializeAws_json1_1UpdateLocationSmbCommand
213
+ */
214
+ export declare const se_UpdateLocationSmbCommand: (input: UpdateLocationSmbCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
+ /**
216
+ * serializeAws_json1_1UpdateTaskCommand
217
+ */
218
+ export declare const se_UpdateTaskCommand: (input: UpdateTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
+ /**
220
+ * serializeAws_json1_1UpdateTaskExecutionCommand
221
+ */
222
+ export declare const se_UpdateTaskExecutionCommand: (input: UpdateTaskExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
+ /**
224
+ * deserializeAws_json1_1CancelTaskExecutionCommand
225
+ */
226
+ export declare const de_CancelTaskExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelTaskExecutionCommandOutput>;
227
+ /**
228
+ * deserializeAws_json1_1CreateAgentCommand
229
+ */
230
+ export declare const de_CreateAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgentCommandOutput>;
231
+ /**
232
+ * deserializeAws_json1_1CreateLocationEfsCommand
233
+ */
234
+ export declare const de_CreateLocationEfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationEfsCommandOutput>;
235
+ /**
236
+ * deserializeAws_json1_1CreateLocationFsxLustreCommand
237
+ */
238
+ export declare const de_CreateLocationFsxLustreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxLustreCommandOutput>;
239
+ /**
240
+ * deserializeAws_json1_1CreateLocationFsxOntapCommand
241
+ */
242
+ export declare const de_CreateLocationFsxOntapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxOntapCommandOutput>;
243
+ /**
244
+ * deserializeAws_json1_1CreateLocationFsxOpenZfsCommand
245
+ */
246
+ export declare const de_CreateLocationFsxOpenZfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxOpenZfsCommandOutput>;
247
+ /**
248
+ * deserializeAws_json1_1CreateLocationFsxWindowsCommand
249
+ */
250
+ export declare const de_CreateLocationFsxWindowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxWindowsCommandOutput>;
251
+ /**
252
+ * deserializeAws_json1_1CreateLocationHdfsCommand
253
+ */
254
+ export declare const de_CreateLocationHdfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationHdfsCommandOutput>;
255
+ /**
256
+ * deserializeAws_json1_1CreateLocationNfsCommand
257
+ */
258
+ export declare const de_CreateLocationNfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationNfsCommandOutput>;
259
+ /**
260
+ * deserializeAws_json1_1CreateLocationObjectStorageCommand
261
+ */
262
+ export declare const de_CreateLocationObjectStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationObjectStorageCommandOutput>;
263
+ /**
264
+ * deserializeAws_json1_1CreateLocationS3Command
265
+ */
266
+ export declare const de_CreateLocationS3Command: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationS3CommandOutput>;
267
+ /**
268
+ * deserializeAws_json1_1CreateLocationSmbCommand
269
+ */
270
+ export declare const de_CreateLocationSmbCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationSmbCommandOutput>;
271
+ /**
272
+ * deserializeAws_json1_1CreateTaskCommand
273
+ */
274
+ export declare const de_CreateTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTaskCommandOutput>;
275
+ /**
276
+ * deserializeAws_json1_1DeleteAgentCommand
277
+ */
278
+ export declare const de_DeleteAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAgentCommandOutput>;
279
+ /**
280
+ * deserializeAws_json1_1DeleteLocationCommand
281
+ */
282
+ export declare const de_DeleteLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLocationCommandOutput>;
283
+ /**
284
+ * deserializeAws_json1_1DeleteTaskCommand
285
+ */
286
+ export declare const de_DeleteTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTaskCommandOutput>;
287
+ /**
288
+ * deserializeAws_json1_1DescribeAgentCommand
289
+ */
290
+ export declare const de_DescribeAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAgentCommandOutput>;
291
+ /**
292
+ * deserializeAws_json1_1DescribeLocationEfsCommand
293
+ */
294
+ export declare const de_DescribeLocationEfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationEfsCommandOutput>;
295
+ /**
296
+ * deserializeAws_json1_1DescribeLocationFsxLustreCommand
297
+ */
298
+ export declare const de_DescribeLocationFsxLustreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxLustreCommandOutput>;
299
+ /**
300
+ * deserializeAws_json1_1DescribeLocationFsxOntapCommand
301
+ */
302
+ export declare const de_DescribeLocationFsxOntapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxOntapCommandOutput>;
303
+ /**
304
+ * deserializeAws_json1_1DescribeLocationFsxOpenZfsCommand
305
+ */
306
+ export declare const de_DescribeLocationFsxOpenZfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxOpenZfsCommandOutput>;
307
+ /**
308
+ * deserializeAws_json1_1DescribeLocationFsxWindowsCommand
309
+ */
310
+ export declare const de_DescribeLocationFsxWindowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxWindowsCommandOutput>;
311
+ /**
312
+ * deserializeAws_json1_1DescribeLocationHdfsCommand
313
+ */
314
+ export declare const de_DescribeLocationHdfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationHdfsCommandOutput>;
315
+ /**
316
+ * deserializeAws_json1_1DescribeLocationNfsCommand
317
+ */
318
+ export declare const de_DescribeLocationNfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationNfsCommandOutput>;
319
+ /**
320
+ * deserializeAws_json1_1DescribeLocationObjectStorageCommand
321
+ */
322
+ export declare const de_DescribeLocationObjectStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationObjectStorageCommandOutput>;
323
+ /**
324
+ * deserializeAws_json1_1DescribeLocationS3Command
325
+ */
326
+ export declare const de_DescribeLocationS3Command: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationS3CommandOutput>;
327
+ /**
328
+ * deserializeAws_json1_1DescribeLocationSmbCommand
329
+ */
330
+ export declare const de_DescribeLocationSmbCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationSmbCommandOutput>;
331
+ /**
332
+ * deserializeAws_json1_1DescribeTaskCommand
333
+ */
334
+ export declare const de_DescribeTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTaskCommandOutput>;
335
+ /**
336
+ * deserializeAws_json1_1DescribeTaskExecutionCommand
337
+ */
338
+ export declare const de_DescribeTaskExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTaskExecutionCommandOutput>;
339
+ /**
340
+ * deserializeAws_json1_1ListAgentsCommand
341
+ */
342
+ export declare const de_ListAgentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAgentsCommandOutput>;
343
+ /**
344
+ * deserializeAws_json1_1ListLocationsCommand
345
+ */
346
+ export declare const de_ListLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLocationsCommandOutput>;
347
+ /**
348
+ * deserializeAws_json1_1ListTagsForResourceCommand
349
+ */
350
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
351
+ /**
352
+ * deserializeAws_json1_1ListTaskExecutionsCommand
353
+ */
354
+ export declare const de_ListTaskExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTaskExecutionsCommandOutput>;
355
+ /**
356
+ * deserializeAws_json1_1ListTasksCommand
357
+ */
358
+ export declare const de_ListTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTasksCommandOutput>;
359
+ /**
360
+ * deserializeAws_json1_1StartTaskExecutionCommand
361
+ */
362
+ export declare const de_StartTaskExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTaskExecutionCommandOutput>;
363
+ /**
364
+ * deserializeAws_json1_1TagResourceCommand
365
+ */
366
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
367
+ /**
368
+ * deserializeAws_json1_1UntagResourceCommand
369
+ */
370
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
371
+ /**
372
+ * deserializeAws_json1_1UpdateAgentCommand
373
+ */
374
+ export declare const de_UpdateAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAgentCommandOutput>;
375
+ /**
376
+ * deserializeAws_json1_1UpdateLocationHdfsCommand
377
+ */
378
+ export declare const de_UpdateLocationHdfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationHdfsCommandOutput>;
379
+ /**
380
+ * deserializeAws_json1_1UpdateLocationNfsCommand
381
+ */
382
+ export declare const de_UpdateLocationNfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationNfsCommandOutput>;
383
+ /**
384
+ * deserializeAws_json1_1UpdateLocationObjectStorageCommand
385
+ */
386
+ export declare const de_UpdateLocationObjectStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationObjectStorageCommandOutput>;
387
+ /**
388
+ * deserializeAws_json1_1UpdateLocationSmbCommand
389
+ */
390
+ export declare const de_UpdateLocationSmbCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationSmbCommandOutput>;
391
+ /**
392
+ * deserializeAws_json1_1UpdateTaskCommand
393
+ */
394
+ export declare const de_UpdateTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTaskCommandOutput>;
395
+ /**
396
+ * deserializeAws_json1_1UpdateTaskExecutionCommand
397
+ */
398
+ export declare const de_UpdateTaskExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTaskExecutionCommandOutput>;