@aws-sdk/client-datasync 3.168.0 → 3.170.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 (66) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/DataSync.d.ts +796 -225
  3. package/dist-types/ts3.4/DataSyncClient.d.ts +393 -117
  4. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +38 -17
  12. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  36. package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +38 -17
  44. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +38 -17
  46. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/index.d.ts +44 -44
  49. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  50. package/dist-types/ts3.4/index.d.ts +6 -6
  51. package/dist-types/ts3.4/models/DataSyncServiceException.d.ts +8 -6
  52. package/dist-types/ts3.4/models/index.d.ts +1 -1
  53. package/dist-types/ts3.4/models/models_0.d.ts +1494 -1402
  54. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  55. package/dist-types/ts3.4/pagination/ListAgentsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListLocationsPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListTaskExecutionsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/index.d.ts +6 -6
  61. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +533 -134
  62. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  63. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  64. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  65. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  66. package/package.json +34 -34
@@ -1,225 +1,796 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } from "./commands/CancelTaskExecutionCommand";
3
- import { CreateAgentCommandInput, CreateAgentCommandOutput } from "./commands/CreateAgentCommand";
4
- import { CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput } from "./commands/CreateLocationEfsCommand";
5
- import { CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput } from "./commands/CreateLocationFsxLustreCommand";
6
- import { CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput } from "./commands/CreateLocationFsxOntapCommand";
7
- import { CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput } from "./commands/CreateLocationFsxOpenZfsCommand";
8
- import { CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput } from "./commands/CreateLocationFsxWindowsCommand";
9
- import { CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput } from "./commands/CreateLocationHdfsCommand";
10
- import { CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput } from "./commands/CreateLocationNfsCommand";
11
- import { CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput } from "./commands/CreateLocationObjectStorageCommand";
12
- import { CreateLocationS3CommandInput, CreateLocationS3CommandOutput } from "./commands/CreateLocationS3Command";
13
- import { CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput } from "./commands/CreateLocationSmbCommand";
14
- import { CreateTaskCommandInput, CreateTaskCommandOutput } from "./commands/CreateTaskCommand";
15
- import { DeleteAgentCommandInput, DeleteAgentCommandOutput } from "./commands/DeleteAgentCommand";
16
- import { DeleteLocationCommandInput, DeleteLocationCommandOutput } from "./commands/DeleteLocationCommand";
17
- import { DeleteTaskCommandInput, DeleteTaskCommandOutput } from "./commands/DeleteTaskCommand";
18
- import { DescribeAgentCommandInput, DescribeAgentCommandOutput } from "./commands/DescribeAgentCommand";
19
- import { DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput } from "./commands/DescribeLocationEfsCommand";
20
- import { DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput } from "./commands/DescribeLocationFsxLustreCommand";
21
- import { DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput } from "./commands/DescribeLocationFsxOntapCommand";
22
- import { DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput } from "./commands/DescribeLocationFsxOpenZfsCommand";
23
- import { DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput } from "./commands/DescribeLocationFsxWindowsCommand";
24
- import { DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput } from "./commands/DescribeLocationHdfsCommand";
25
- import { DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput } from "./commands/DescribeLocationNfsCommand";
26
- import { DescribeLocationObjectStorageCommandInput, DescribeLocationObjectStorageCommandOutput } from "./commands/DescribeLocationObjectStorageCommand";
27
- import { DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput } from "./commands/DescribeLocationS3Command";
28
- import { DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput } from "./commands/DescribeLocationSmbCommand";
29
- import { DescribeTaskCommandInput, DescribeTaskCommandOutput } from "./commands/DescribeTaskCommand";
30
- import { DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput } from "./commands/DescribeTaskExecutionCommand";
31
- import { ListAgentsCommandInput, ListAgentsCommandOutput } from "./commands/ListAgentsCommand";
32
- import { ListLocationsCommandInput, ListLocationsCommandOutput } from "./commands/ListLocationsCommand";
33
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
34
- import { ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput } from "./commands/ListTaskExecutionsCommand";
35
- import { ListTasksCommandInput, ListTasksCommandOutput } from "./commands/ListTasksCommand";
36
- import { StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput } from "./commands/StartTaskExecutionCommand";
37
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
38
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
39
- import { UpdateAgentCommandInput, UpdateAgentCommandOutput } from "./commands/UpdateAgentCommand";
40
- import { UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput } from "./commands/UpdateLocationHdfsCommand";
41
- import { UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput } from "./commands/UpdateLocationNfsCommand";
42
- import { UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput } from "./commands/UpdateLocationObjectStorageCommand";
43
- import { UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput } from "./commands/UpdateLocationSmbCommand";
44
- import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
45
- import { UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput } from "./commands/UpdateTaskExecutionCommand";
46
- import { DataSyncClient } from "./DataSyncClient";
47
-
48
- export declare class DataSync extends DataSyncClient {
49
-
50
- cancelTaskExecution(args: CancelTaskExecutionCommandInput, options?: __HttpHandlerOptions): Promise<CancelTaskExecutionCommandOutput>;
51
- cancelTaskExecution(args: CancelTaskExecutionCommandInput, cb: (err: any, data?: CancelTaskExecutionCommandOutput) => void): void;
52
- cancelTaskExecution(args: CancelTaskExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelTaskExecutionCommandOutput) => void): void;
53
-
54
- createAgent(args: CreateAgentCommandInput, options?: __HttpHandlerOptions): Promise<CreateAgentCommandOutput>;
55
- createAgent(args: CreateAgentCommandInput, cb: (err: any, data?: CreateAgentCommandOutput) => void): void;
56
- createAgent(args: CreateAgentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAgentCommandOutput) => void): void;
57
-
58
- createLocationEfs(args: CreateLocationEfsCommandInput, options?: __HttpHandlerOptions): Promise<CreateLocationEfsCommandOutput>;
59
- createLocationEfs(args: CreateLocationEfsCommandInput, cb: (err: any, data?: CreateLocationEfsCommandOutput) => void): void;
60
- createLocationEfs(args: CreateLocationEfsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLocationEfsCommandOutput) => void): void;
61
-
62
- createLocationFsxLustre(args: CreateLocationFsxLustreCommandInput, options?: __HttpHandlerOptions): Promise<CreateLocationFsxLustreCommandOutput>;
63
- createLocationFsxLustre(args: CreateLocationFsxLustreCommandInput, cb: (err: any, data?: CreateLocationFsxLustreCommandOutput) => void): void;
64
- createLocationFsxLustre(args: CreateLocationFsxLustreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLocationFsxLustreCommandOutput) => void): void;
65
-
66
- createLocationFsxOntap(args: CreateLocationFsxOntapCommandInput, options?: __HttpHandlerOptions): Promise<CreateLocationFsxOntapCommandOutput>;
67
- createLocationFsxOntap(args: CreateLocationFsxOntapCommandInput, cb: (err: any, data?: CreateLocationFsxOntapCommandOutput) => void): void;
68
- createLocationFsxOntap(args: CreateLocationFsxOntapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLocationFsxOntapCommandOutput) => void): void;
69
-
70
- createLocationFsxOpenZfs(args: CreateLocationFsxOpenZfsCommandInput, options?: __HttpHandlerOptions): Promise<CreateLocationFsxOpenZfsCommandOutput>;
71
- createLocationFsxOpenZfs(args: CreateLocationFsxOpenZfsCommandInput, cb: (err: any, data?: CreateLocationFsxOpenZfsCommandOutput) => void): void;
72
- createLocationFsxOpenZfs(args: CreateLocationFsxOpenZfsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLocationFsxOpenZfsCommandOutput) => void): void;
73
-
74
- createLocationFsxWindows(args: CreateLocationFsxWindowsCommandInput, options?: __HttpHandlerOptions): Promise<CreateLocationFsxWindowsCommandOutput>;
75
- createLocationFsxWindows(args: CreateLocationFsxWindowsCommandInput, cb: (err: any, data?: CreateLocationFsxWindowsCommandOutput) => void): void;
76
- createLocationFsxWindows(args: CreateLocationFsxWindowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLocationFsxWindowsCommandOutput) => void): void;
77
-
78
- createLocationHdfs(args: CreateLocationHdfsCommandInput, options?: __HttpHandlerOptions): Promise<CreateLocationHdfsCommandOutput>;
79
- createLocationHdfs(args: CreateLocationHdfsCommandInput, cb: (err: any, data?: CreateLocationHdfsCommandOutput) => void): void;
80
- createLocationHdfs(args: CreateLocationHdfsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLocationHdfsCommandOutput) => void): void;
81
-
82
- createLocationNfs(args: CreateLocationNfsCommandInput, options?: __HttpHandlerOptions): Promise<CreateLocationNfsCommandOutput>;
83
- createLocationNfs(args: CreateLocationNfsCommandInput, cb: (err: any, data?: CreateLocationNfsCommandOutput) => void): void;
84
- createLocationNfs(args: CreateLocationNfsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLocationNfsCommandOutput) => void): void;
85
-
86
- createLocationObjectStorage(args: CreateLocationObjectStorageCommandInput, options?: __HttpHandlerOptions): Promise<CreateLocationObjectStorageCommandOutput>;
87
- createLocationObjectStorage(args: CreateLocationObjectStorageCommandInput, cb: (err: any, data?: CreateLocationObjectStorageCommandOutput) => void): void;
88
- createLocationObjectStorage(args: CreateLocationObjectStorageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLocationObjectStorageCommandOutput) => void): void;
89
-
90
- createLocationS3(args: CreateLocationS3CommandInput, options?: __HttpHandlerOptions): Promise<CreateLocationS3CommandOutput>;
91
- createLocationS3(args: CreateLocationS3CommandInput, cb: (err: any, data?: CreateLocationS3CommandOutput) => void): void;
92
- createLocationS3(args: CreateLocationS3CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLocationS3CommandOutput) => void): void;
93
-
94
- createLocationSmb(args: CreateLocationSmbCommandInput, options?: __HttpHandlerOptions): Promise<CreateLocationSmbCommandOutput>;
95
- createLocationSmb(args: CreateLocationSmbCommandInput, cb: (err: any, data?: CreateLocationSmbCommandOutput) => void): void;
96
- createLocationSmb(args: CreateLocationSmbCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLocationSmbCommandOutput) => void): void;
97
-
98
- createTask(args: CreateTaskCommandInput, options?: __HttpHandlerOptions): Promise<CreateTaskCommandOutput>;
99
- createTask(args: CreateTaskCommandInput, cb: (err: any, data?: CreateTaskCommandOutput) => void): void;
100
- createTask(args: CreateTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTaskCommandOutput) => void): void;
101
-
102
- deleteAgent(args: DeleteAgentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAgentCommandOutput>;
103
- deleteAgent(args: DeleteAgentCommandInput, cb: (err: any, data?: DeleteAgentCommandOutput) => void): void;
104
- deleteAgent(args: DeleteAgentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAgentCommandOutput) => void): void;
105
-
106
- deleteLocation(args: DeleteLocationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLocationCommandOutput>;
107
- deleteLocation(args: DeleteLocationCommandInput, cb: (err: any, data?: DeleteLocationCommandOutput) => void): void;
108
- deleteLocation(args: DeleteLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLocationCommandOutput) => void): void;
109
-
110
- deleteTask(args: DeleteTaskCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTaskCommandOutput>;
111
- deleteTask(args: DeleteTaskCommandInput, cb: (err: any, data?: DeleteTaskCommandOutput) => void): void;
112
- deleteTask(args: DeleteTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTaskCommandOutput) => void): void;
113
-
114
- describeAgent(args: DescribeAgentCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAgentCommandOutput>;
115
- describeAgent(args: DescribeAgentCommandInput, cb: (err: any, data?: DescribeAgentCommandOutput) => void): void;
116
- describeAgent(args: DescribeAgentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAgentCommandOutput) => void): void;
117
-
118
- describeLocationEfs(args: DescribeLocationEfsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocationEfsCommandOutput>;
119
- describeLocationEfs(args: DescribeLocationEfsCommandInput, cb: (err: any, data?: DescribeLocationEfsCommandOutput) => void): void;
120
- describeLocationEfs(args: DescribeLocationEfsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationEfsCommandOutput) => void): void;
121
-
122
- describeLocationFsxLustre(args: DescribeLocationFsxLustreCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocationFsxLustreCommandOutput>;
123
- describeLocationFsxLustre(args: DescribeLocationFsxLustreCommandInput, cb: (err: any, data?: DescribeLocationFsxLustreCommandOutput) => void): void;
124
- describeLocationFsxLustre(args: DescribeLocationFsxLustreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationFsxLustreCommandOutput) => void): void;
125
-
126
- describeLocationFsxOntap(args: DescribeLocationFsxOntapCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocationFsxOntapCommandOutput>;
127
- describeLocationFsxOntap(args: DescribeLocationFsxOntapCommandInput, cb: (err: any, data?: DescribeLocationFsxOntapCommandOutput) => void): void;
128
- describeLocationFsxOntap(args: DescribeLocationFsxOntapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationFsxOntapCommandOutput) => void): void;
129
-
130
- describeLocationFsxOpenZfs(args: DescribeLocationFsxOpenZfsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocationFsxOpenZfsCommandOutput>;
131
- describeLocationFsxOpenZfs(args: DescribeLocationFsxOpenZfsCommandInput, cb: (err: any, data?: DescribeLocationFsxOpenZfsCommandOutput) => void): void;
132
- describeLocationFsxOpenZfs(args: DescribeLocationFsxOpenZfsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationFsxOpenZfsCommandOutput) => void): void;
133
-
134
- describeLocationFsxWindows(args: DescribeLocationFsxWindowsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocationFsxWindowsCommandOutput>;
135
- describeLocationFsxWindows(args: DescribeLocationFsxWindowsCommandInput, cb: (err: any, data?: DescribeLocationFsxWindowsCommandOutput) => void): void;
136
- describeLocationFsxWindows(args: DescribeLocationFsxWindowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationFsxWindowsCommandOutput) => void): void;
137
-
138
- describeLocationHdfs(args: DescribeLocationHdfsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocationHdfsCommandOutput>;
139
- describeLocationHdfs(args: DescribeLocationHdfsCommandInput, cb: (err: any, data?: DescribeLocationHdfsCommandOutput) => void): void;
140
- describeLocationHdfs(args: DescribeLocationHdfsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationHdfsCommandOutput) => void): void;
141
-
142
- describeLocationNfs(args: DescribeLocationNfsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocationNfsCommandOutput>;
143
- describeLocationNfs(args: DescribeLocationNfsCommandInput, cb: (err: any, data?: DescribeLocationNfsCommandOutput) => void): void;
144
- describeLocationNfs(args: DescribeLocationNfsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationNfsCommandOutput) => void): void;
145
-
146
- describeLocationObjectStorage(args: DescribeLocationObjectStorageCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocationObjectStorageCommandOutput>;
147
- describeLocationObjectStorage(args: DescribeLocationObjectStorageCommandInput, cb: (err: any, data?: DescribeLocationObjectStorageCommandOutput) => void): void;
148
- describeLocationObjectStorage(args: DescribeLocationObjectStorageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationObjectStorageCommandOutput) => void): void;
149
-
150
- describeLocationS3(args: DescribeLocationS3CommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocationS3CommandOutput>;
151
- describeLocationS3(args: DescribeLocationS3CommandInput, cb: (err: any, data?: DescribeLocationS3CommandOutput) => void): void;
152
- describeLocationS3(args: DescribeLocationS3CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationS3CommandOutput) => void): void;
153
-
154
- describeLocationSmb(args: DescribeLocationSmbCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocationSmbCommandOutput>;
155
- describeLocationSmb(args: DescribeLocationSmbCommandInput, cb: (err: any, data?: DescribeLocationSmbCommandOutput) => void): void;
156
- describeLocationSmb(args: DescribeLocationSmbCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationSmbCommandOutput) => void): void;
157
-
158
- describeTask(args: DescribeTaskCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTaskCommandOutput>;
159
- describeTask(args: DescribeTaskCommandInput, cb: (err: any, data?: DescribeTaskCommandOutput) => void): void;
160
- describeTask(args: DescribeTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTaskCommandOutput) => void): void;
161
-
162
- describeTaskExecution(args: DescribeTaskExecutionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTaskExecutionCommandOutput>;
163
- describeTaskExecution(args: DescribeTaskExecutionCommandInput, cb: (err: any, data?: DescribeTaskExecutionCommandOutput) => void): void;
164
- describeTaskExecution(args: DescribeTaskExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTaskExecutionCommandOutput) => void): void;
165
-
166
- listAgents(args: ListAgentsCommandInput, options?: __HttpHandlerOptions): Promise<ListAgentsCommandOutput>;
167
- listAgents(args: ListAgentsCommandInput, cb: (err: any, data?: ListAgentsCommandOutput) => void): void;
168
- listAgents(args: ListAgentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAgentsCommandOutput) => void): void;
169
-
170
- listLocations(args: ListLocationsCommandInput, options?: __HttpHandlerOptions): Promise<ListLocationsCommandOutput>;
171
- listLocations(args: ListLocationsCommandInput, cb: (err: any, data?: ListLocationsCommandOutput) => void): void;
172
- listLocations(args: ListLocationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLocationsCommandOutput) => void): void;
173
-
174
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
175
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
176
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
177
-
178
- listTaskExecutions(args: ListTaskExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListTaskExecutionsCommandOutput>;
179
- listTaskExecutions(args: ListTaskExecutionsCommandInput, cb: (err: any, data?: ListTaskExecutionsCommandOutput) => void): void;
180
- listTaskExecutions(args: ListTaskExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTaskExecutionsCommandOutput) => void): void;
181
-
182
- listTasks(args: ListTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListTasksCommandOutput>;
183
- listTasks(args: ListTasksCommandInput, cb: (err: any, data?: ListTasksCommandOutput) => void): void;
184
- listTasks(args: ListTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTasksCommandOutput) => void): void;
185
-
186
- startTaskExecution(args: StartTaskExecutionCommandInput, options?: __HttpHandlerOptions): Promise<StartTaskExecutionCommandOutput>;
187
- startTaskExecution(args: StartTaskExecutionCommandInput, cb: (err: any, data?: StartTaskExecutionCommandOutput) => void): void;
188
- startTaskExecution(args: StartTaskExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartTaskExecutionCommandOutput) => void): void;
189
-
190
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
191
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
192
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
193
-
194
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
195
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
196
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
197
-
198
- updateAgent(args: UpdateAgentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAgentCommandOutput>;
199
- updateAgent(args: UpdateAgentCommandInput, cb: (err: any, data?: UpdateAgentCommandOutput) => void): void;
200
- updateAgent(args: UpdateAgentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAgentCommandOutput) => void): void;
201
-
202
- updateLocationHdfs(args: UpdateLocationHdfsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLocationHdfsCommandOutput>;
203
- updateLocationHdfs(args: UpdateLocationHdfsCommandInput, cb: (err: any, data?: UpdateLocationHdfsCommandOutput) => void): void;
204
- updateLocationHdfs(args: UpdateLocationHdfsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLocationHdfsCommandOutput) => void): void;
205
-
206
- updateLocationNfs(args: UpdateLocationNfsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLocationNfsCommandOutput>;
207
- updateLocationNfs(args: UpdateLocationNfsCommandInput, cb: (err: any, data?: UpdateLocationNfsCommandOutput) => void): void;
208
- updateLocationNfs(args: UpdateLocationNfsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLocationNfsCommandOutput) => void): void;
209
-
210
- updateLocationObjectStorage(args: UpdateLocationObjectStorageCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLocationObjectStorageCommandOutput>;
211
- updateLocationObjectStorage(args: UpdateLocationObjectStorageCommandInput, cb: (err: any, data?: UpdateLocationObjectStorageCommandOutput) => void): void;
212
- updateLocationObjectStorage(args: UpdateLocationObjectStorageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLocationObjectStorageCommandOutput) => void): void;
213
-
214
- updateLocationSmb(args: UpdateLocationSmbCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLocationSmbCommandOutput>;
215
- updateLocationSmb(args: UpdateLocationSmbCommandInput, cb: (err: any, data?: UpdateLocationSmbCommandOutput) => void): void;
216
- updateLocationSmb(args: UpdateLocationSmbCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLocationSmbCommandOutput) => void): void;
217
-
218
- updateTask(args: UpdateTaskCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTaskCommandOutput>;
219
- updateTask(args: UpdateTaskCommandInput, cb: (err: any, data?: UpdateTaskCommandOutput) => void): void;
220
- updateTask(args: UpdateTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTaskCommandOutput) => void): void;
221
-
222
- updateTaskExecution(args: UpdateTaskExecutionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTaskExecutionCommandOutput>;
223
- updateTaskExecution(args: UpdateTaskExecutionCommandInput, cb: (err: any, data?: UpdateTaskExecutionCommandOutput) => void): void;
224
- updateTaskExecution(args: UpdateTaskExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTaskExecutionCommandOutput) => void): void;
225
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ CancelTaskExecutionCommandInput,
4
+ CancelTaskExecutionCommandOutput,
5
+ } from "./commands/CancelTaskExecutionCommand";
6
+ import {
7
+ CreateAgentCommandInput,
8
+ CreateAgentCommandOutput,
9
+ } from "./commands/CreateAgentCommand";
10
+ import {
11
+ CreateLocationEfsCommandInput,
12
+ CreateLocationEfsCommandOutput,
13
+ } from "./commands/CreateLocationEfsCommand";
14
+ import {
15
+ CreateLocationFsxLustreCommandInput,
16
+ CreateLocationFsxLustreCommandOutput,
17
+ } from "./commands/CreateLocationFsxLustreCommand";
18
+ import {
19
+ CreateLocationFsxOntapCommandInput,
20
+ CreateLocationFsxOntapCommandOutput,
21
+ } from "./commands/CreateLocationFsxOntapCommand";
22
+ import {
23
+ CreateLocationFsxOpenZfsCommandInput,
24
+ CreateLocationFsxOpenZfsCommandOutput,
25
+ } from "./commands/CreateLocationFsxOpenZfsCommand";
26
+ import {
27
+ CreateLocationFsxWindowsCommandInput,
28
+ CreateLocationFsxWindowsCommandOutput,
29
+ } from "./commands/CreateLocationFsxWindowsCommand";
30
+ import {
31
+ CreateLocationHdfsCommandInput,
32
+ CreateLocationHdfsCommandOutput,
33
+ } from "./commands/CreateLocationHdfsCommand";
34
+ import {
35
+ CreateLocationNfsCommandInput,
36
+ CreateLocationNfsCommandOutput,
37
+ } from "./commands/CreateLocationNfsCommand";
38
+ import {
39
+ CreateLocationObjectStorageCommandInput,
40
+ CreateLocationObjectStorageCommandOutput,
41
+ } from "./commands/CreateLocationObjectStorageCommand";
42
+ import {
43
+ CreateLocationS3CommandInput,
44
+ CreateLocationS3CommandOutput,
45
+ } from "./commands/CreateLocationS3Command";
46
+ import {
47
+ CreateLocationSmbCommandInput,
48
+ CreateLocationSmbCommandOutput,
49
+ } from "./commands/CreateLocationSmbCommand";
50
+ import {
51
+ CreateTaskCommandInput,
52
+ CreateTaskCommandOutput,
53
+ } from "./commands/CreateTaskCommand";
54
+ import {
55
+ DeleteAgentCommandInput,
56
+ DeleteAgentCommandOutput,
57
+ } from "./commands/DeleteAgentCommand";
58
+ import {
59
+ DeleteLocationCommandInput,
60
+ DeleteLocationCommandOutput,
61
+ } from "./commands/DeleteLocationCommand";
62
+ import {
63
+ DeleteTaskCommandInput,
64
+ DeleteTaskCommandOutput,
65
+ } from "./commands/DeleteTaskCommand";
66
+ import {
67
+ DescribeAgentCommandInput,
68
+ DescribeAgentCommandOutput,
69
+ } from "./commands/DescribeAgentCommand";
70
+ import {
71
+ DescribeLocationEfsCommandInput,
72
+ DescribeLocationEfsCommandOutput,
73
+ } from "./commands/DescribeLocationEfsCommand";
74
+ import {
75
+ DescribeLocationFsxLustreCommandInput,
76
+ DescribeLocationFsxLustreCommandOutput,
77
+ } from "./commands/DescribeLocationFsxLustreCommand";
78
+ import {
79
+ DescribeLocationFsxOntapCommandInput,
80
+ DescribeLocationFsxOntapCommandOutput,
81
+ } from "./commands/DescribeLocationFsxOntapCommand";
82
+ import {
83
+ DescribeLocationFsxOpenZfsCommandInput,
84
+ DescribeLocationFsxOpenZfsCommandOutput,
85
+ } from "./commands/DescribeLocationFsxOpenZfsCommand";
86
+ import {
87
+ DescribeLocationFsxWindowsCommandInput,
88
+ DescribeLocationFsxWindowsCommandOutput,
89
+ } from "./commands/DescribeLocationFsxWindowsCommand";
90
+ import {
91
+ DescribeLocationHdfsCommandInput,
92
+ DescribeLocationHdfsCommandOutput,
93
+ } from "./commands/DescribeLocationHdfsCommand";
94
+ import {
95
+ DescribeLocationNfsCommandInput,
96
+ DescribeLocationNfsCommandOutput,
97
+ } from "./commands/DescribeLocationNfsCommand";
98
+ import {
99
+ DescribeLocationObjectStorageCommandInput,
100
+ DescribeLocationObjectStorageCommandOutput,
101
+ } from "./commands/DescribeLocationObjectStorageCommand";
102
+ import {
103
+ DescribeLocationS3CommandInput,
104
+ DescribeLocationS3CommandOutput,
105
+ } from "./commands/DescribeLocationS3Command";
106
+ import {
107
+ DescribeLocationSmbCommandInput,
108
+ DescribeLocationSmbCommandOutput,
109
+ } from "./commands/DescribeLocationSmbCommand";
110
+ import {
111
+ DescribeTaskCommandInput,
112
+ DescribeTaskCommandOutput,
113
+ } from "./commands/DescribeTaskCommand";
114
+ import {
115
+ DescribeTaskExecutionCommandInput,
116
+ DescribeTaskExecutionCommandOutput,
117
+ } from "./commands/DescribeTaskExecutionCommand";
118
+ import {
119
+ ListAgentsCommandInput,
120
+ ListAgentsCommandOutput,
121
+ } from "./commands/ListAgentsCommand";
122
+ import {
123
+ ListLocationsCommandInput,
124
+ ListLocationsCommandOutput,
125
+ } from "./commands/ListLocationsCommand";
126
+ import {
127
+ ListTagsForResourceCommandInput,
128
+ ListTagsForResourceCommandOutput,
129
+ } from "./commands/ListTagsForResourceCommand";
130
+ import {
131
+ ListTaskExecutionsCommandInput,
132
+ ListTaskExecutionsCommandOutput,
133
+ } from "./commands/ListTaskExecutionsCommand";
134
+ import {
135
+ ListTasksCommandInput,
136
+ ListTasksCommandOutput,
137
+ } from "./commands/ListTasksCommand";
138
+ import {
139
+ StartTaskExecutionCommandInput,
140
+ StartTaskExecutionCommandOutput,
141
+ } from "./commands/StartTaskExecutionCommand";
142
+ import {
143
+ TagResourceCommandInput,
144
+ TagResourceCommandOutput,
145
+ } from "./commands/TagResourceCommand";
146
+ import {
147
+ UntagResourceCommandInput,
148
+ UntagResourceCommandOutput,
149
+ } from "./commands/UntagResourceCommand";
150
+ import {
151
+ UpdateAgentCommandInput,
152
+ UpdateAgentCommandOutput,
153
+ } from "./commands/UpdateAgentCommand";
154
+ import {
155
+ UpdateLocationHdfsCommandInput,
156
+ UpdateLocationHdfsCommandOutput,
157
+ } from "./commands/UpdateLocationHdfsCommand";
158
+ import {
159
+ UpdateLocationNfsCommandInput,
160
+ UpdateLocationNfsCommandOutput,
161
+ } from "./commands/UpdateLocationNfsCommand";
162
+ import {
163
+ UpdateLocationObjectStorageCommandInput,
164
+ UpdateLocationObjectStorageCommandOutput,
165
+ } from "./commands/UpdateLocationObjectStorageCommand";
166
+ import {
167
+ UpdateLocationSmbCommandInput,
168
+ UpdateLocationSmbCommandOutput,
169
+ } from "./commands/UpdateLocationSmbCommand";
170
+ import {
171
+ UpdateTaskCommandInput,
172
+ UpdateTaskCommandOutput,
173
+ } from "./commands/UpdateTaskCommand";
174
+ import {
175
+ UpdateTaskExecutionCommandInput,
176
+ UpdateTaskExecutionCommandOutput,
177
+ } from "./commands/UpdateTaskExecutionCommand";
178
+ import { DataSyncClient } from "./DataSyncClient";
179
+
180
+ export declare class DataSync extends DataSyncClient {
181
+ cancelTaskExecution(
182
+ args: CancelTaskExecutionCommandInput,
183
+ options?: __HttpHandlerOptions
184
+ ): Promise<CancelTaskExecutionCommandOutput>;
185
+ cancelTaskExecution(
186
+ args: CancelTaskExecutionCommandInput,
187
+ cb: (err: any, data?: CancelTaskExecutionCommandOutput) => void
188
+ ): void;
189
+ cancelTaskExecution(
190
+ args: CancelTaskExecutionCommandInput,
191
+ options: __HttpHandlerOptions,
192
+ cb: (err: any, data?: CancelTaskExecutionCommandOutput) => void
193
+ ): void;
194
+
195
+ createAgent(
196
+ args: CreateAgentCommandInput,
197
+ options?: __HttpHandlerOptions
198
+ ): Promise<CreateAgentCommandOutput>;
199
+ createAgent(
200
+ args: CreateAgentCommandInput,
201
+ cb: (err: any, data?: CreateAgentCommandOutput) => void
202
+ ): void;
203
+ createAgent(
204
+ args: CreateAgentCommandInput,
205
+ options: __HttpHandlerOptions,
206
+ cb: (err: any, data?: CreateAgentCommandOutput) => void
207
+ ): void;
208
+
209
+ createLocationEfs(
210
+ args: CreateLocationEfsCommandInput,
211
+ options?: __HttpHandlerOptions
212
+ ): Promise<CreateLocationEfsCommandOutput>;
213
+ createLocationEfs(
214
+ args: CreateLocationEfsCommandInput,
215
+ cb: (err: any, data?: CreateLocationEfsCommandOutput) => void
216
+ ): void;
217
+ createLocationEfs(
218
+ args: CreateLocationEfsCommandInput,
219
+ options: __HttpHandlerOptions,
220
+ cb: (err: any, data?: CreateLocationEfsCommandOutput) => void
221
+ ): void;
222
+
223
+ createLocationFsxLustre(
224
+ args: CreateLocationFsxLustreCommandInput,
225
+ options?: __HttpHandlerOptions
226
+ ): Promise<CreateLocationFsxLustreCommandOutput>;
227
+ createLocationFsxLustre(
228
+ args: CreateLocationFsxLustreCommandInput,
229
+ cb: (err: any, data?: CreateLocationFsxLustreCommandOutput) => void
230
+ ): void;
231
+ createLocationFsxLustre(
232
+ args: CreateLocationFsxLustreCommandInput,
233
+ options: __HttpHandlerOptions,
234
+ cb: (err: any, data?: CreateLocationFsxLustreCommandOutput) => void
235
+ ): void;
236
+
237
+ createLocationFsxOntap(
238
+ args: CreateLocationFsxOntapCommandInput,
239
+ options?: __HttpHandlerOptions
240
+ ): Promise<CreateLocationFsxOntapCommandOutput>;
241
+ createLocationFsxOntap(
242
+ args: CreateLocationFsxOntapCommandInput,
243
+ cb: (err: any, data?: CreateLocationFsxOntapCommandOutput) => void
244
+ ): void;
245
+ createLocationFsxOntap(
246
+ args: CreateLocationFsxOntapCommandInput,
247
+ options: __HttpHandlerOptions,
248
+ cb: (err: any, data?: CreateLocationFsxOntapCommandOutput) => void
249
+ ): void;
250
+
251
+ createLocationFsxOpenZfs(
252
+ args: CreateLocationFsxOpenZfsCommandInput,
253
+ options?: __HttpHandlerOptions
254
+ ): Promise<CreateLocationFsxOpenZfsCommandOutput>;
255
+ createLocationFsxOpenZfs(
256
+ args: CreateLocationFsxOpenZfsCommandInput,
257
+ cb: (err: any, data?: CreateLocationFsxOpenZfsCommandOutput) => void
258
+ ): void;
259
+ createLocationFsxOpenZfs(
260
+ args: CreateLocationFsxOpenZfsCommandInput,
261
+ options: __HttpHandlerOptions,
262
+ cb: (err: any, data?: CreateLocationFsxOpenZfsCommandOutput) => void
263
+ ): void;
264
+
265
+ createLocationFsxWindows(
266
+ args: CreateLocationFsxWindowsCommandInput,
267
+ options?: __HttpHandlerOptions
268
+ ): Promise<CreateLocationFsxWindowsCommandOutput>;
269
+ createLocationFsxWindows(
270
+ args: CreateLocationFsxWindowsCommandInput,
271
+ cb: (err: any, data?: CreateLocationFsxWindowsCommandOutput) => void
272
+ ): void;
273
+ createLocationFsxWindows(
274
+ args: CreateLocationFsxWindowsCommandInput,
275
+ options: __HttpHandlerOptions,
276
+ cb: (err: any, data?: CreateLocationFsxWindowsCommandOutput) => void
277
+ ): void;
278
+
279
+ createLocationHdfs(
280
+ args: CreateLocationHdfsCommandInput,
281
+ options?: __HttpHandlerOptions
282
+ ): Promise<CreateLocationHdfsCommandOutput>;
283
+ createLocationHdfs(
284
+ args: CreateLocationHdfsCommandInput,
285
+ cb: (err: any, data?: CreateLocationHdfsCommandOutput) => void
286
+ ): void;
287
+ createLocationHdfs(
288
+ args: CreateLocationHdfsCommandInput,
289
+ options: __HttpHandlerOptions,
290
+ cb: (err: any, data?: CreateLocationHdfsCommandOutput) => void
291
+ ): void;
292
+
293
+ createLocationNfs(
294
+ args: CreateLocationNfsCommandInput,
295
+ options?: __HttpHandlerOptions
296
+ ): Promise<CreateLocationNfsCommandOutput>;
297
+ createLocationNfs(
298
+ args: CreateLocationNfsCommandInput,
299
+ cb: (err: any, data?: CreateLocationNfsCommandOutput) => void
300
+ ): void;
301
+ createLocationNfs(
302
+ args: CreateLocationNfsCommandInput,
303
+ options: __HttpHandlerOptions,
304
+ cb: (err: any, data?: CreateLocationNfsCommandOutput) => void
305
+ ): void;
306
+
307
+ createLocationObjectStorage(
308
+ args: CreateLocationObjectStorageCommandInput,
309
+ options?: __HttpHandlerOptions
310
+ ): Promise<CreateLocationObjectStorageCommandOutput>;
311
+ createLocationObjectStorage(
312
+ args: CreateLocationObjectStorageCommandInput,
313
+ cb: (err: any, data?: CreateLocationObjectStorageCommandOutput) => void
314
+ ): void;
315
+ createLocationObjectStorage(
316
+ args: CreateLocationObjectStorageCommandInput,
317
+ options: __HttpHandlerOptions,
318
+ cb: (err: any, data?: CreateLocationObjectStorageCommandOutput) => void
319
+ ): void;
320
+
321
+ createLocationS3(
322
+ args: CreateLocationS3CommandInput,
323
+ options?: __HttpHandlerOptions
324
+ ): Promise<CreateLocationS3CommandOutput>;
325
+ createLocationS3(
326
+ args: CreateLocationS3CommandInput,
327
+ cb: (err: any, data?: CreateLocationS3CommandOutput) => void
328
+ ): void;
329
+ createLocationS3(
330
+ args: CreateLocationS3CommandInput,
331
+ options: __HttpHandlerOptions,
332
+ cb: (err: any, data?: CreateLocationS3CommandOutput) => void
333
+ ): void;
334
+
335
+ createLocationSmb(
336
+ args: CreateLocationSmbCommandInput,
337
+ options?: __HttpHandlerOptions
338
+ ): Promise<CreateLocationSmbCommandOutput>;
339
+ createLocationSmb(
340
+ args: CreateLocationSmbCommandInput,
341
+ cb: (err: any, data?: CreateLocationSmbCommandOutput) => void
342
+ ): void;
343
+ createLocationSmb(
344
+ args: CreateLocationSmbCommandInput,
345
+ options: __HttpHandlerOptions,
346
+ cb: (err: any, data?: CreateLocationSmbCommandOutput) => void
347
+ ): void;
348
+
349
+ createTask(
350
+ args: CreateTaskCommandInput,
351
+ options?: __HttpHandlerOptions
352
+ ): Promise<CreateTaskCommandOutput>;
353
+ createTask(
354
+ args: CreateTaskCommandInput,
355
+ cb: (err: any, data?: CreateTaskCommandOutput) => void
356
+ ): void;
357
+ createTask(
358
+ args: CreateTaskCommandInput,
359
+ options: __HttpHandlerOptions,
360
+ cb: (err: any, data?: CreateTaskCommandOutput) => void
361
+ ): void;
362
+
363
+ deleteAgent(
364
+ args: DeleteAgentCommandInput,
365
+ options?: __HttpHandlerOptions
366
+ ): Promise<DeleteAgentCommandOutput>;
367
+ deleteAgent(
368
+ args: DeleteAgentCommandInput,
369
+ cb: (err: any, data?: DeleteAgentCommandOutput) => void
370
+ ): void;
371
+ deleteAgent(
372
+ args: DeleteAgentCommandInput,
373
+ options: __HttpHandlerOptions,
374
+ cb: (err: any, data?: DeleteAgentCommandOutput) => void
375
+ ): void;
376
+
377
+ deleteLocation(
378
+ args: DeleteLocationCommandInput,
379
+ options?: __HttpHandlerOptions
380
+ ): Promise<DeleteLocationCommandOutput>;
381
+ deleteLocation(
382
+ args: DeleteLocationCommandInput,
383
+ cb: (err: any, data?: DeleteLocationCommandOutput) => void
384
+ ): void;
385
+ deleteLocation(
386
+ args: DeleteLocationCommandInput,
387
+ options: __HttpHandlerOptions,
388
+ cb: (err: any, data?: DeleteLocationCommandOutput) => void
389
+ ): void;
390
+
391
+ deleteTask(
392
+ args: DeleteTaskCommandInput,
393
+ options?: __HttpHandlerOptions
394
+ ): Promise<DeleteTaskCommandOutput>;
395
+ deleteTask(
396
+ args: DeleteTaskCommandInput,
397
+ cb: (err: any, data?: DeleteTaskCommandOutput) => void
398
+ ): void;
399
+ deleteTask(
400
+ args: DeleteTaskCommandInput,
401
+ options: __HttpHandlerOptions,
402
+ cb: (err: any, data?: DeleteTaskCommandOutput) => void
403
+ ): void;
404
+
405
+ describeAgent(
406
+ args: DescribeAgentCommandInput,
407
+ options?: __HttpHandlerOptions
408
+ ): Promise<DescribeAgentCommandOutput>;
409
+ describeAgent(
410
+ args: DescribeAgentCommandInput,
411
+ cb: (err: any, data?: DescribeAgentCommandOutput) => void
412
+ ): void;
413
+ describeAgent(
414
+ args: DescribeAgentCommandInput,
415
+ options: __HttpHandlerOptions,
416
+ cb: (err: any, data?: DescribeAgentCommandOutput) => void
417
+ ): void;
418
+
419
+ describeLocationEfs(
420
+ args: DescribeLocationEfsCommandInput,
421
+ options?: __HttpHandlerOptions
422
+ ): Promise<DescribeLocationEfsCommandOutput>;
423
+ describeLocationEfs(
424
+ args: DescribeLocationEfsCommandInput,
425
+ cb: (err: any, data?: DescribeLocationEfsCommandOutput) => void
426
+ ): void;
427
+ describeLocationEfs(
428
+ args: DescribeLocationEfsCommandInput,
429
+ options: __HttpHandlerOptions,
430
+ cb: (err: any, data?: DescribeLocationEfsCommandOutput) => void
431
+ ): void;
432
+
433
+ describeLocationFsxLustre(
434
+ args: DescribeLocationFsxLustreCommandInput,
435
+ options?: __HttpHandlerOptions
436
+ ): Promise<DescribeLocationFsxLustreCommandOutput>;
437
+ describeLocationFsxLustre(
438
+ args: DescribeLocationFsxLustreCommandInput,
439
+ cb: (err: any, data?: DescribeLocationFsxLustreCommandOutput) => void
440
+ ): void;
441
+ describeLocationFsxLustre(
442
+ args: DescribeLocationFsxLustreCommandInput,
443
+ options: __HttpHandlerOptions,
444
+ cb: (err: any, data?: DescribeLocationFsxLustreCommandOutput) => void
445
+ ): void;
446
+
447
+ describeLocationFsxOntap(
448
+ args: DescribeLocationFsxOntapCommandInput,
449
+ options?: __HttpHandlerOptions
450
+ ): Promise<DescribeLocationFsxOntapCommandOutput>;
451
+ describeLocationFsxOntap(
452
+ args: DescribeLocationFsxOntapCommandInput,
453
+ cb: (err: any, data?: DescribeLocationFsxOntapCommandOutput) => void
454
+ ): void;
455
+ describeLocationFsxOntap(
456
+ args: DescribeLocationFsxOntapCommandInput,
457
+ options: __HttpHandlerOptions,
458
+ cb: (err: any, data?: DescribeLocationFsxOntapCommandOutput) => void
459
+ ): void;
460
+
461
+ describeLocationFsxOpenZfs(
462
+ args: DescribeLocationFsxOpenZfsCommandInput,
463
+ options?: __HttpHandlerOptions
464
+ ): Promise<DescribeLocationFsxOpenZfsCommandOutput>;
465
+ describeLocationFsxOpenZfs(
466
+ args: DescribeLocationFsxOpenZfsCommandInput,
467
+ cb: (err: any, data?: DescribeLocationFsxOpenZfsCommandOutput) => void
468
+ ): void;
469
+ describeLocationFsxOpenZfs(
470
+ args: DescribeLocationFsxOpenZfsCommandInput,
471
+ options: __HttpHandlerOptions,
472
+ cb: (err: any, data?: DescribeLocationFsxOpenZfsCommandOutput) => void
473
+ ): void;
474
+
475
+ describeLocationFsxWindows(
476
+ args: DescribeLocationFsxWindowsCommandInput,
477
+ options?: __HttpHandlerOptions
478
+ ): Promise<DescribeLocationFsxWindowsCommandOutput>;
479
+ describeLocationFsxWindows(
480
+ args: DescribeLocationFsxWindowsCommandInput,
481
+ cb: (err: any, data?: DescribeLocationFsxWindowsCommandOutput) => void
482
+ ): void;
483
+ describeLocationFsxWindows(
484
+ args: DescribeLocationFsxWindowsCommandInput,
485
+ options: __HttpHandlerOptions,
486
+ cb: (err: any, data?: DescribeLocationFsxWindowsCommandOutput) => void
487
+ ): void;
488
+
489
+ describeLocationHdfs(
490
+ args: DescribeLocationHdfsCommandInput,
491
+ options?: __HttpHandlerOptions
492
+ ): Promise<DescribeLocationHdfsCommandOutput>;
493
+ describeLocationHdfs(
494
+ args: DescribeLocationHdfsCommandInput,
495
+ cb: (err: any, data?: DescribeLocationHdfsCommandOutput) => void
496
+ ): void;
497
+ describeLocationHdfs(
498
+ args: DescribeLocationHdfsCommandInput,
499
+ options: __HttpHandlerOptions,
500
+ cb: (err: any, data?: DescribeLocationHdfsCommandOutput) => void
501
+ ): void;
502
+
503
+ describeLocationNfs(
504
+ args: DescribeLocationNfsCommandInput,
505
+ options?: __HttpHandlerOptions
506
+ ): Promise<DescribeLocationNfsCommandOutput>;
507
+ describeLocationNfs(
508
+ args: DescribeLocationNfsCommandInput,
509
+ cb: (err: any, data?: DescribeLocationNfsCommandOutput) => void
510
+ ): void;
511
+ describeLocationNfs(
512
+ args: DescribeLocationNfsCommandInput,
513
+ options: __HttpHandlerOptions,
514
+ cb: (err: any, data?: DescribeLocationNfsCommandOutput) => void
515
+ ): void;
516
+
517
+ describeLocationObjectStorage(
518
+ args: DescribeLocationObjectStorageCommandInput,
519
+ options?: __HttpHandlerOptions
520
+ ): Promise<DescribeLocationObjectStorageCommandOutput>;
521
+ describeLocationObjectStorage(
522
+ args: DescribeLocationObjectStorageCommandInput,
523
+ cb: (err: any, data?: DescribeLocationObjectStorageCommandOutput) => void
524
+ ): void;
525
+ describeLocationObjectStorage(
526
+ args: DescribeLocationObjectStorageCommandInput,
527
+ options: __HttpHandlerOptions,
528
+ cb: (err: any, data?: DescribeLocationObjectStorageCommandOutput) => void
529
+ ): void;
530
+
531
+ describeLocationS3(
532
+ args: DescribeLocationS3CommandInput,
533
+ options?: __HttpHandlerOptions
534
+ ): Promise<DescribeLocationS3CommandOutput>;
535
+ describeLocationS3(
536
+ args: DescribeLocationS3CommandInput,
537
+ cb: (err: any, data?: DescribeLocationS3CommandOutput) => void
538
+ ): void;
539
+ describeLocationS3(
540
+ args: DescribeLocationS3CommandInput,
541
+ options: __HttpHandlerOptions,
542
+ cb: (err: any, data?: DescribeLocationS3CommandOutput) => void
543
+ ): void;
544
+
545
+ describeLocationSmb(
546
+ args: DescribeLocationSmbCommandInput,
547
+ options?: __HttpHandlerOptions
548
+ ): Promise<DescribeLocationSmbCommandOutput>;
549
+ describeLocationSmb(
550
+ args: DescribeLocationSmbCommandInput,
551
+ cb: (err: any, data?: DescribeLocationSmbCommandOutput) => void
552
+ ): void;
553
+ describeLocationSmb(
554
+ args: DescribeLocationSmbCommandInput,
555
+ options: __HttpHandlerOptions,
556
+ cb: (err: any, data?: DescribeLocationSmbCommandOutput) => void
557
+ ): void;
558
+
559
+ describeTask(
560
+ args: DescribeTaskCommandInput,
561
+ options?: __HttpHandlerOptions
562
+ ): Promise<DescribeTaskCommandOutput>;
563
+ describeTask(
564
+ args: DescribeTaskCommandInput,
565
+ cb: (err: any, data?: DescribeTaskCommandOutput) => void
566
+ ): void;
567
+ describeTask(
568
+ args: DescribeTaskCommandInput,
569
+ options: __HttpHandlerOptions,
570
+ cb: (err: any, data?: DescribeTaskCommandOutput) => void
571
+ ): void;
572
+
573
+ describeTaskExecution(
574
+ args: DescribeTaskExecutionCommandInput,
575
+ options?: __HttpHandlerOptions
576
+ ): Promise<DescribeTaskExecutionCommandOutput>;
577
+ describeTaskExecution(
578
+ args: DescribeTaskExecutionCommandInput,
579
+ cb: (err: any, data?: DescribeTaskExecutionCommandOutput) => void
580
+ ): void;
581
+ describeTaskExecution(
582
+ args: DescribeTaskExecutionCommandInput,
583
+ options: __HttpHandlerOptions,
584
+ cb: (err: any, data?: DescribeTaskExecutionCommandOutput) => void
585
+ ): void;
586
+
587
+ listAgents(
588
+ args: ListAgentsCommandInput,
589
+ options?: __HttpHandlerOptions
590
+ ): Promise<ListAgentsCommandOutput>;
591
+ listAgents(
592
+ args: ListAgentsCommandInput,
593
+ cb: (err: any, data?: ListAgentsCommandOutput) => void
594
+ ): void;
595
+ listAgents(
596
+ args: ListAgentsCommandInput,
597
+ options: __HttpHandlerOptions,
598
+ cb: (err: any, data?: ListAgentsCommandOutput) => void
599
+ ): void;
600
+
601
+ listLocations(
602
+ args: ListLocationsCommandInput,
603
+ options?: __HttpHandlerOptions
604
+ ): Promise<ListLocationsCommandOutput>;
605
+ listLocations(
606
+ args: ListLocationsCommandInput,
607
+ cb: (err: any, data?: ListLocationsCommandOutput) => void
608
+ ): void;
609
+ listLocations(
610
+ args: ListLocationsCommandInput,
611
+ options: __HttpHandlerOptions,
612
+ cb: (err: any, data?: ListLocationsCommandOutput) => void
613
+ ): void;
614
+
615
+ listTagsForResource(
616
+ args: ListTagsForResourceCommandInput,
617
+ options?: __HttpHandlerOptions
618
+ ): Promise<ListTagsForResourceCommandOutput>;
619
+ listTagsForResource(
620
+ args: ListTagsForResourceCommandInput,
621
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
622
+ ): void;
623
+ listTagsForResource(
624
+ args: ListTagsForResourceCommandInput,
625
+ options: __HttpHandlerOptions,
626
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
627
+ ): void;
628
+
629
+ listTaskExecutions(
630
+ args: ListTaskExecutionsCommandInput,
631
+ options?: __HttpHandlerOptions
632
+ ): Promise<ListTaskExecutionsCommandOutput>;
633
+ listTaskExecutions(
634
+ args: ListTaskExecutionsCommandInput,
635
+ cb: (err: any, data?: ListTaskExecutionsCommandOutput) => void
636
+ ): void;
637
+ listTaskExecutions(
638
+ args: ListTaskExecutionsCommandInput,
639
+ options: __HttpHandlerOptions,
640
+ cb: (err: any, data?: ListTaskExecutionsCommandOutput) => void
641
+ ): void;
642
+
643
+ listTasks(
644
+ args: ListTasksCommandInput,
645
+ options?: __HttpHandlerOptions
646
+ ): Promise<ListTasksCommandOutput>;
647
+ listTasks(
648
+ args: ListTasksCommandInput,
649
+ cb: (err: any, data?: ListTasksCommandOutput) => void
650
+ ): void;
651
+ listTasks(
652
+ args: ListTasksCommandInput,
653
+ options: __HttpHandlerOptions,
654
+ cb: (err: any, data?: ListTasksCommandOutput) => void
655
+ ): void;
656
+
657
+ startTaskExecution(
658
+ args: StartTaskExecutionCommandInput,
659
+ options?: __HttpHandlerOptions
660
+ ): Promise<StartTaskExecutionCommandOutput>;
661
+ startTaskExecution(
662
+ args: StartTaskExecutionCommandInput,
663
+ cb: (err: any, data?: StartTaskExecutionCommandOutput) => void
664
+ ): void;
665
+ startTaskExecution(
666
+ args: StartTaskExecutionCommandInput,
667
+ options: __HttpHandlerOptions,
668
+ cb: (err: any, data?: StartTaskExecutionCommandOutput) => void
669
+ ): void;
670
+
671
+ tagResource(
672
+ args: TagResourceCommandInput,
673
+ options?: __HttpHandlerOptions
674
+ ): Promise<TagResourceCommandOutput>;
675
+ tagResource(
676
+ args: TagResourceCommandInput,
677
+ cb: (err: any, data?: TagResourceCommandOutput) => void
678
+ ): void;
679
+ tagResource(
680
+ args: TagResourceCommandInput,
681
+ options: __HttpHandlerOptions,
682
+ cb: (err: any, data?: TagResourceCommandOutput) => void
683
+ ): void;
684
+
685
+ untagResource(
686
+ args: UntagResourceCommandInput,
687
+ options?: __HttpHandlerOptions
688
+ ): Promise<UntagResourceCommandOutput>;
689
+ untagResource(
690
+ args: UntagResourceCommandInput,
691
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
692
+ ): void;
693
+ untagResource(
694
+ args: UntagResourceCommandInput,
695
+ options: __HttpHandlerOptions,
696
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
697
+ ): void;
698
+
699
+ updateAgent(
700
+ args: UpdateAgentCommandInput,
701
+ options?: __HttpHandlerOptions
702
+ ): Promise<UpdateAgentCommandOutput>;
703
+ updateAgent(
704
+ args: UpdateAgentCommandInput,
705
+ cb: (err: any, data?: UpdateAgentCommandOutput) => void
706
+ ): void;
707
+ updateAgent(
708
+ args: UpdateAgentCommandInput,
709
+ options: __HttpHandlerOptions,
710
+ cb: (err: any, data?: UpdateAgentCommandOutput) => void
711
+ ): void;
712
+
713
+ updateLocationHdfs(
714
+ args: UpdateLocationHdfsCommandInput,
715
+ options?: __HttpHandlerOptions
716
+ ): Promise<UpdateLocationHdfsCommandOutput>;
717
+ updateLocationHdfs(
718
+ args: UpdateLocationHdfsCommandInput,
719
+ cb: (err: any, data?: UpdateLocationHdfsCommandOutput) => void
720
+ ): void;
721
+ updateLocationHdfs(
722
+ args: UpdateLocationHdfsCommandInput,
723
+ options: __HttpHandlerOptions,
724
+ cb: (err: any, data?: UpdateLocationHdfsCommandOutput) => void
725
+ ): void;
726
+
727
+ updateLocationNfs(
728
+ args: UpdateLocationNfsCommandInput,
729
+ options?: __HttpHandlerOptions
730
+ ): Promise<UpdateLocationNfsCommandOutput>;
731
+ updateLocationNfs(
732
+ args: UpdateLocationNfsCommandInput,
733
+ cb: (err: any, data?: UpdateLocationNfsCommandOutput) => void
734
+ ): void;
735
+ updateLocationNfs(
736
+ args: UpdateLocationNfsCommandInput,
737
+ options: __HttpHandlerOptions,
738
+ cb: (err: any, data?: UpdateLocationNfsCommandOutput) => void
739
+ ): void;
740
+
741
+ updateLocationObjectStorage(
742
+ args: UpdateLocationObjectStorageCommandInput,
743
+ options?: __HttpHandlerOptions
744
+ ): Promise<UpdateLocationObjectStorageCommandOutput>;
745
+ updateLocationObjectStorage(
746
+ args: UpdateLocationObjectStorageCommandInput,
747
+ cb: (err: any, data?: UpdateLocationObjectStorageCommandOutput) => void
748
+ ): void;
749
+ updateLocationObjectStorage(
750
+ args: UpdateLocationObjectStorageCommandInput,
751
+ options: __HttpHandlerOptions,
752
+ cb: (err: any, data?: UpdateLocationObjectStorageCommandOutput) => void
753
+ ): void;
754
+
755
+ updateLocationSmb(
756
+ args: UpdateLocationSmbCommandInput,
757
+ options?: __HttpHandlerOptions
758
+ ): Promise<UpdateLocationSmbCommandOutput>;
759
+ updateLocationSmb(
760
+ args: UpdateLocationSmbCommandInput,
761
+ cb: (err: any, data?: UpdateLocationSmbCommandOutput) => void
762
+ ): void;
763
+ updateLocationSmb(
764
+ args: UpdateLocationSmbCommandInput,
765
+ options: __HttpHandlerOptions,
766
+ cb: (err: any, data?: UpdateLocationSmbCommandOutput) => void
767
+ ): void;
768
+
769
+ updateTask(
770
+ args: UpdateTaskCommandInput,
771
+ options?: __HttpHandlerOptions
772
+ ): Promise<UpdateTaskCommandOutput>;
773
+ updateTask(
774
+ args: UpdateTaskCommandInput,
775
+ cb: (err: any, data?: UpdateTaskCommandOutput) => void
776
+ ): void;
777
+ updateTask(
778
+ args: UpdateTaskCommandInput,
779
+ options: __HttpHandlerOptions,
780
+ cb: (err: any, data?: UpdateTaskCommandOutput) => void
781
+ ): void;
782
+
783
+ updateTaskExecution(
784
+ args: UpdateTaskExecutionCommandInput,
785
+ options?: __HttpHandlerOptions
786
+ ): Promise<UpdateTaskExecutionCommandOutput>;
787
+ updateTaskExecution(
788
+ args: UpdateTaskExecutionCommandInput,
789
+ cb: (err: any, data?: UpdateTaskExecutionCommandOutput) => void
790
+ ): void;
791
+ updateTaskExecution(
792
+ args: UpdateTaskExecutionCommandInput,
793
+ options: __HttpHandlerOptions,
794
+ cb: (err: any, data?: UpdateTaskExecutionCommandOutput) => void
795
+ ): void;
796
+ }