@aws-sdk/client-datasync 3.169.0 → 3.171.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 +752 -225
  3. package/dist-types/ts3.4/DataSyncClient.d.ts +368 -117
  4. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +36 -17
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +36 -17
  44. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +36 -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 +7 -6
  52. package/dist-types/ts3.4/models/index.d.ts +1 -1
  53. package/dist-types/ts3.4/models/models_0.d.ts +1050 -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 +65 -38
  63. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  64. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  65. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  66. package/package.json +34 -34
@@ -1,117 +1,368 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } from "./commands/CancelTaskExecutionCommand";
10
- import { CreateAgentCommandInput, CreateAgentCommandOutput } from "./commands/CreateAgentCommand";
11
- import { CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput } from "./commands/CreateLocationEfsCommand";
12
- import { CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput } from "./commands/CreateLocationFsxLustreCommand";
13
- import { CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput } from "./commands/CreateLocationFsxOntapCommand";
14
- import { CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput } from "./commands/CreateLocationFsxOpenZfsCommand";
15
- import { CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput } from "./commands/CreateLocationFsxWindowsCommand";
16
- import { CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput } from "./commands/CreateLocationHdfsCommand";
17
- import { CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput } from "./commands/CreateLocationNfsCommand";
18
- import { CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput } from "./commands/CreateLocationObjectStorageCommand";
19
- import { CreateLocationS3CommandInput, CreateLocationS3CommandOutput } from "./commands/CreateLocationS3Command";
20
- import { CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput } from "./commands/CreateLocationSmbCommand";
21
- import { CreateTaskCommandInput, CreateTaskCommandOutput } from "./commands/CreateTaskCommand";
22
- import { DeleteAgentCommandInput, DeleteAgentCommandOutput } from "./commands/DeleteAgentCommand";
23
- import { DeleteLocationCommandInput, DeleteLocationCommandOutput } from "./commands/DeleteLocationCommand";
24
- import { DeleteTaskCommandInput, DeleteTaskCommandOutput } from "./commands/DeleteTaskCommand";
25
- import { DescribeAgentCommandInput, DescribeAgentCommandOutput } from "./commands/DescribeAgentCommand";
26
- import { DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput } from "./commands/DescribeLocationEfsCommand";
27
- import { DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput } from "./commands/DescribeLocationFsxLustreCommand";
28
- import { DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput } from "./commands/DescribeLocationFsxOntapCommand";
29
- import { DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput } from "./commands/DescribeLocationFsxOpenZfsCommand";
30
- import { DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput } from "./commands/DescribeLocationFsxWindowsCommand";
31
- import { DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput } from "./commands/DescribeLocationHdfsCommand";
32
- import { DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput } from "./commands/DescribeLocationNfsCommand";
33
- import { DescribeLocationObjectStorageCommandInput, DescribeLocationObjectStorageCommandOutput } from "./commands/DescribeLocationObjectStorageCommand";
34
- import { DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput } from "./commands/DescribeLocationS3Command";
35
- import { DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput } from "./commands/DescribeLocationSmbCommand";
36
- import { DescribeTaskCommandInput, DescribeTaskCommandOutput } from "./commands/DescribeTaskCommand";
37
- import { DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput } from "./commands/DescribeTaskExecutionCommand";
38
- import { ListAgentsCommandInput, ListAgentsCommandOutput } from "./commands/ListAgentsCommand";
39
- import { ListLocationsCommandInput, ListLocationsCommandOutput } from "./commands/ListLocationsCommand";
40
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
41
- import { ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput } from "./commands/ListTaskExecutionsCommand";
42
- import { ListTasksCommandInput, ListTasksCommandOutput } from "./commands/ListTasksCommand";
43
- import { StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput } from "./commands/StartTaskExecutionCommand";
44
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
45
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
46
- import { UpdateAgentCommandInput, UpdateAgentCommandOutput } from "./commands/UpdateAgentCommand";
47
- import { UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput } from "./commands/UpdateLocationHdfsCommand";
48
- import { UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput } from "./commands/UpdateLocationNfsCommand";
49
- import { UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput } from "./commands/UpdateLocationObjectStorageCommand";
50
- import { UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput } from "./commands/UpdateLocationSmbCommand";
51
- import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
52
- import { UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput } from "./commands/UpdateTaskExecutionCommand";
53
- export declare type ServiceInputTypes = CancelTaskExecutionCommandInput | CreateAgentCommandInput | CreateLocationEfsCommandInput | CreateLocationFsxLustreCommandInput | CreateLocationFsxOntapCommandInput | CreateLocationFsxOpenZfsCommandInput | CreateLocationFsxWindowsCommandInput | CreateLocationHdfsCommandInput | CreateLocationNfsCommandInput | CreateLocationObjectStorageCommandInput | CreateLocationS3CommandInput | CreateLocationSmbCommandInput | CreateTaskCommandInput | DeleteAgentCommandInput | DeleteLocationCommandInput | DeleteTaskCommandInput | DescribeAgentCommandInput | DescribeLocationEfsCommandInput | DescribeLocationFsxLustreCommandInput | DescribeLocationFsxOntapCommandInput | DescribeLocationFsxOpenZfsCommandInput | DescribeLocationFsxWindowsCommandInput | DescribeLocationHdfsCommandInput | DescribeLocationNfsCommandInput | DescribeLocationObjectStorageCommandInput | DescribeLocationS3CommandInput | DescribeLocationSmbCommandInput | DescribeTaskCommandInput | DescribeTaskExecutionCommandInput | ListAgentsCommandInput | ListLocationsCommandInput | ListTagsForResourceCommandInput | ListTaskExecutionsCommandInput | ListTasksCommandInput | StartTaskExecutionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentCommandInput | UpdateLocationHdfsCommandInput | UpdateLocationNfsCommandInput | UpdateLocationObjectStorageCommandInput | UpdateLocationSmbCommandInput | UpdateTaskCommandInput | UpdateTaskExecutionCommandInput;
54
- export declare type ServiceOutputTypes = CancelTaskExecutionCommandOutput | CreateAgentCommandOutput | CreateLocationEfsCommandOutput | CreateLocationFsxLustreCommandOutput | CreateLocationFsxOntapCommandOutput | CreateLocationFsxOpenZfsCommandOutput | CreateLocationFsxWindowsCommandOutput | CreateLocationHdfsCommandOutput | CreateLocationNfsCommandOutput | CreateLocationObjectStorageCommandOutput | CreateLocationS3CommandOutput | CreateLocationSmbCommandOutput | CreateTaskCommandOutput | DeleteAgentCommandOutput | DeleteLocationCommandOutput | DeleteTaskCommandOutput | DescribeAgentCommandOutput | DescribeLocationEfsCommandOutput | DescribeLocationFsxLustreCommandOutput | DescribeLocationFsxOntapCommandOutput | DescribeLocationFsxOpenZfsCommandOutput | DescribeLocationFsxWindowsCommandOutput | DescribeLocationHdfsCommandOutput | DescribeLocationNfsCommandOutput | DescribeLocationObjectStorageCommandOutput | DescribeLocationS3CommandOutput | DescribeLocationSmbCommandOutput | DescribeTaskCommandOutput | DescribeTaskExecutionCommandOutput | ListAgentsCommandOutput | ListLocationsCommandOutput | ListTagsForResourceCommandOutput | ListTaskExecutionsCommandOutput | ListTasksCommandOutput | StartTaskExecutionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentCommandOutput | UpdateLocationHdfsCommandOutput | UpdateLocationNfsCommandOutput | UpdateLocationObjectStorageCommandOutput | UpdateLocationSmbCommandOutput | UpdateTaskCommandOutput | UpdateTaskExecutionCommandOutput;
55
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
56
-
57
- requestHandler?: __HttpHandler;
58
-
59
- sha256?: __HashConstructor;
60
-
61
- urlParser?: __UrlParser;
62
-
63
- bodyLengthChecker?: __BodyLengthCalculator;
64
-
65
- streamCollector?: __StreamCollector;
66
-
67
- base64Decoder?: __Decoder;
68
-
69
- base64Encoder?: __Encoder;
70
-
71
- utf8Decoder?: __Decoder;
72
-
73
- utf8Encoder?: __Encoder;
74
-
75
- runtime?: string;
76
-
77
- disableHostPrefix?: boolean;
78
-
79
- maxAttempts?: number | __Provider<number>;
80
-
81
- retryMode?: string | __Provider<string>;
82
-
83
- logger?: __Logger;
84
-
85
- useDualstackEndpoint?: boolean | __Provider<boolean>;
86
-
87
- useFipsEndpoint?: boolean | __Provider<boolean>;
88
-
89
- serviceId?: string;
90
-
91
- region?: string | __Provider<string>;
92
-
93
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
94
-
95
- regionInfoProvider?: RegionInfoProvider;
96
-
97
- defaultUserAgentProvider?: Provider<__UserAgent>;
98
-
99
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
100
- }
101
- declare type DataSyncClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
102
-
103
- export interface DataSyncClientConfig extends DataSyncClientConfigType {
104
- }
105
- declare type DataSyncClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
106
-
107
- export interface DataSyncClientResolvedConfig extends DataSyncClientResolvedConfigType {
108
- }
109
-
110
- export declare class DataSyncClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DataSyncClientResolvedConfig> {
111
-
112
- readonly config: DataSyncClientResolvedConfig;
113
- constructor(configuration: DataSyncClientConfig);
114
-
115
- destroy(): void;
116
- }
117
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ CancelTaskExecutionCommandInput,
47
+ CancelTaskExecutionCommandOutput,
48
+ } from "./commands/CancelTaskExecutionCommand";
49
+ import {
50
+ CreateAgentCommandInput,
51
+ CreateAgentCommandOutput,
52
+ } from "./commands/CreateAgentCommand";
53
+ import {
54
+ CreateLocationEfsCommandInput,
55
+ CreateLocationEfsCommandOutput,
56
+ } from "./commands/CreateLocationEfsCommand";
57
+ import {
58
+ CreateLocationFsxLustreCommandInput,
59
+ CreateLocationFsxLustreCommandOutput,
60
+ } from "./commands/CreateLocationFsxLustreCommand";
61
+ import {
62
+ CreateLocationFsxOntapCommandInput,
63
+ CreateLocationFsxOntapCommandOutput,
64
+ } from "./commands/CreateLocationFsxOntapCommand";
65
+ import {
66
+ CreateLocationFsxOpenZfsCommandInput,
67
+ CreateLocationFsxOpenZfsCommandOutput,
68
+ } from "./commands/CreateLocationFsxOpenZfsCommand";
69
+ import {
70
+ CreateLocationFsxWindowsCommandInput,
71
+ CreateLocationFsxWindowsCommandOutput,
72
+ } from "./commands/CreateLocationFsxWindowsCommand";
73
+ import {
74
+ CreateLocationHdfsCommandInput,
75
+ CreateLocationHdfsCommandOutput,
76
+ } from "./commands/CreateLocationHdfsCommand";
77
+ import {
78
+ CreateLocationNfsCommandInput,
79
+ CreateLocationNfsCommandOutput,
80
+ } from "./commands/CreateLocationNfsCommand";
81
+ import {
82
+ CreateLocationObjectStorageCommandInput,
83
+ CreateLocationObjectStorageCommandOutput,
84
+ } from "./commands/CreateLocationObjectStorageCommand";
85
+ import {
86
+ CreateLocationS3CommandInput,
87
+ CreateLocationS3CommandOutput,
88
+ } from "./commands/CreateLocationS3Command";
89
+ import {
90
+ CreateLocationSmbCommandInput,
91
+ CreateLocationSmbCommandOutput,
92
+ } from "./commands/CreateLocationSmbCommand";
93
+ import {
94
+ CreateTaskCommandInput,
95
+ CreateTaskCommandOutput,
96
+ } from "./commands/CreateTaskCommand";
97
+ import {
98
+ DeleteAgentCommandInput,
99
+ DeleteAgentCommandOutput,
100
+ } from "./commands/DeleteAgentCommand";
101
+ import {
102
+ DeleteLocationCommandInput,
103
+ DeleteLocationCommandOutput,
104
+ } from "./commands/DeleteLocationCommand";
105
+ import {
106
+ DeleteTaskCommandInput,
107
+ DeleteTaskCommandOutput,
108
+ } from "./commands/DeleteTaskCommand";
109
+ import {
110
+ DescribeAgentCommandInput,
111
+ DescribeAgentCommandOutput,
112
+ } from "./commands/DescribeAgentCommand";
113
+ import {
114
+ DescribeLocationEfsCommandInput,
115
+ DescribeLocationEfsCommandOutput,
116
+ } from "./commands/DescribeLocationEfsCommand";
117
+ import {
118
+ DescribeLocationFsxLustreCommandInput,
119
+ DescribeLocationFsxLustreCommandOutput,
120
+ } from "./commands/DescribeLocationFsxLustreCommand";
121
+ import {
122
+ DescribeLocationFsxOntapCommandInput,
123
+ DescribeLocationFsxOntapCommandOutput,
124
+ } from "./commands/DescribeLocationFsxOntapCommand";
125
+ import {
126
+ DescribeLocationFsxOpenZfsCommandInput,
127
+ DescribeLocationFsxOpenZfsCommandOutput,
128
+ } from "./commands/DescribeLocationFsxOpenZfsCommand";
129
+ import {
130
+ DescribeLocationFsxWindowsCommandInput,
131
+ DescribeLocationFsxWindowsCommandOutput,
132
+ } from "./commands/DescribeLocationFsxWindowsCommand";
133
+ import {
134
+ DescribeLocationHdfsCommandInput,
135
+ DescribeLocationHdfsCommandOutput,
136
+ } from "./commands/DescribeLocationHdfsCommand";
137
+ import {
138
+ DescribeLocationNfsCommandInput,
139
+ DescribeLocationNfsCommandOutput,
140
+ } from "./commands/DescribeLocationNfsCommand";
141
+ import {
142
+ DescribeLocationObjectStorageCommandInput,
143
+ DescribeLocationObjectStorageCommandOutput,
144
+ } from "./commands/DescribeLocationObjectStorageCommand";
145
+ import {
146
+ DescribeLocationS3CommandInput,
147
+ DescribeLocationS3CommandOutput,
148
+ } from "./commands/DescribeLocationS3Command";
149
+ import {
150
+ DescribeLocationSmbCommandInput,
151
+ DescribeLocationSmbCommandOutput,
152
+ } from "./commands/DescribeLocationSmbCommand";
153
+ import {
154
+ DescribeTaskCommandInput,
155
+ DescribeTaskCommandOutput,
156
+ } from "./commands/DescribeTaskCommand";
157
+ import {
158
+ DescribeTaskExecutionCommandInput,
159
+ DescribeTaskExecutionCommandOutput,
160
+ } from "./commands/DescribeTaskExecutionCommand";
161
+ import {
162
+ ListAgentsCommandInput,
163
+ ListAgentsCommandOutput,
164
+ } from "./commands/ListAgentsCommand";
165
+ import {
166
+ ListLocationsCommandInput,
167
+ ListLocationsCommandOutput,
168
+ } from "./commands/ListLocationsCommand";
169
+ import {
170
+ ListTagsForResourceCommandInput,
171
+ ListTagsForResourceCommandOutput,
172
+ } from "./commands/ListTagsForResourceCommand";
173
+ import {
174
+ ListTaskExecutionsCommandInput,
175
+ ListTaskExecutionsCommandOutput,
176
+ } from "./commands/ListTaskExecutionsCommand";
177
+ import {
178
+ ListTasksCommandInput,
179
+ ListTasksCommandOutput,
180
+ } from "./commands/ListTasksCommand";
181
+ import {
182
+ StartTaskExecutionCommandInput,
183
+ StartTaskExecutionCommandOutput,
184
+ } from "./commands/StartTaskExecutionCommand";
185
+ import {
186
+ TagResourceCommandInput,
187
+ TagResourceCommandOutput,
188
+ } from "./commands/TagResourceCommand";
189
+ import {
190
+ UntagResourceCommandInput,
191
+ UntagResourceCommandOutput,
192
+ } from "./commands/UntagResourceCommand";
193
+ import {
194
+ UpdateAgentCommandInput,
195
+ UpdateAgentCommandOutput,
196
+ } from "./commands/UpdateAgentCommand";
197
+ import {
198
+ UpdateLocationHdfsCommandInput,
199
+ UpdateLocationHdfsCommandOutput,
200
+ } from "./commands/UpdateLocationHdfsCommand";
201
+ import {
202
+ UpdateLocationNfsCommandInput,
203
+ UpdateLocationNfsCommandOutput,
204
+ } from "./commands/UpdateLocationNfsCommand";
205
+ import {
206
+ UpdateLocationObjectStorageCommandInput,
207
+ UpdateLocationObjectStorageCommandOutput,
208
+ } from "./commands/UpdateLocationObjectStorageCommand";
209
+ import {
210
+ UpdateLocationSmbCommandInput,
211
+ UpdateLocationSmbCommandOutput,
212
+ } from "./commands/UpdateLocationSmbCommand";
213
+ import {
214
+ UpdateTaskCommandInput,
215
+ UpdateTaskCommandOutput,
216
+ } from "./commands/UpdateTaskCommand";
217
+ import {
218
+ UpdateTaskExecutionCommandInput,
219
+ UpdateTaskExecutionCommandOutput,
220
+ } from "./commands/UpdateTaskExecutionCommand";
221
+ export declare type ServiceInputTypes =
222
+ | CancelTaskExecutionCommandInput
223
+ | CreateAgentCommandInput
224
+ | CreateLocationEfsCommandInput
225
+ | CreateLocationFsxLustreCommandInput
226
+ | CreateLocationFsxOntapCommandInput
227
+ | CreateLocationFsxOpenZfsCommandInput
228
+ | CreateLocationFsxWindowsCommandInput
229
+ | CreateLocationHdfsCommandInput
230
+ | CreateLocationNfsCommandInput
231
+ | CreateLocationObjectStorageCommandInput
232
+ | CreateLocationS3CommandInput
233
+ | CreateLocationSmbCommandInput
234
+ | CreateTaskCommandInput
235
+ | DeleteAgentCommandInput
236
+ | DeleteLocationCommandInput
237
+ | DeleteTaskCommandInput
238
+ | DescribeAgentCommandInput
239
+ | DescribeLocationEfsCommandInput
240
+ | DescribeLocationFsxLustreCommandInput
241
+ | DescribeLocationFsxOntapCommandInput
242
+ | DescribeLocationFsxOpenZfsCommandInput
243
+ | DescribeLocationFsxWindowsCommandInput
244
+ | DescribeLocationHdfsCommandInput
245
+ | DescribeLocationNfsCommandInput
246
+ | DescribeLocationObjectStorageCommandInput
247
+ | DescribeLocationS3CommandInput
248
+ | DescribeLocationSmbCommandInput
249
+ | DescribeTaskCommandInput
250
+ | DescribeTaskExecutionCommandInput
251
+ | ListAgentsCommandInput
252
+ | ListLocationsCommandInput
253
+ | ListTagsForResourceCommandInput
254
+ | ListTaskExecutionsCommandInput
255
+ | ListTasksCommandInput
256
+ | StartTaskExecutionCommandInput
257
+ | TagResourceCommandInput
258
+ | UntagResourceCommandInput
259
+ | UpdateAgentCommandInput
260
+ | UpdateLocationHdfsCommandInput
261
+ | UpdateLocationNfsCommandInput
262
+ | UpdateLocationObjectStorageCommandInput
263
+ | UpdateLocationSmbCommandInput
264
+ | UpdateTaskCommandInput
265
+ | UpdateTaskExecutionCommandInput;
266
+ export declare type ServiceOutputTypes =
267
+ | CancelTaskExecutionCommandOutput
268
+ | CreateAgentCommandOutput
269
+ | CreateLocationEfsCommandOutput
270
+ | CreateLocationFsxLustreCommandOutput
271
+ | CreateLocationFsxOntapCommandOutput
272
+ | CreateLocationFsxOpenZfsCommandOutput
273
+ | CreateLocationFsxWindowsCommandOutput
274
+ | CreateLocationHdfsCommandOutput
275
+ | CreateLocationNfsCommandOutput
276
+ | CreateLocationObjectStorageCommandOutput
277
+ | CreateLocationS3CommandOutput
278
+ | CreateLocationSmbCommandOutput
279
+ | CreateTaskCommandOutput
280
+ | DeleteAgentCommandOutput
281
+ | DeleteLocationCommandOutput
282
+ | DeleteTaskCommandOutput
283
+ | DescribeAgentCommandOutput
284
+ | DescribeLocationEfsCommandOutput
285
+ | DescribeLocationFsxLustreCommandOutput
286
+ | DescribeLocationFsxOntapCommandOutput
287
+ | DescribeLocationFsxOpenZfsCommandOutput
288
+ | DescribeLocationFsxWindowsCommandOutput
289
+ | DescribeLocationHdfsCommandOutput
290
+ | DescribeLocationNfsCommandOutput
291
+ | DescribeLocationObjectStorageCommandOutput
292
+ | DescribeLocationS3CommandOutput
293
+ | DescribeLocationSmbCommandOutput
294
+ | DescribeTaskCommandOutput
295
+ | DescribeTaskExecutionCommandOutput
296
+ | ListAgentsCommandOutput
297
+ | ListLocationsCommandOutput
298
+ | ListTagsForResourceCommandOutput
299
+ | ListTaskExecutionsCommandOutput
300
+ | ListTasksCommandOutput
301
+ | StartTaskExecutionCommandOutput
302
+ | TagResourceCommandOutput
303
+ | UntagResourceCommandOutput
304
+ | UpdateAgentCommandOutput
305
+ | UpdateLocationHdfsCommandOutput
306
+ | UpdateLocationNfsCommandOutput
307
+ | UpdateLocationObjectStorageCommandOutput
308
+ | UpdateLocationSmbCommandOutput
309
+ | UpdateTaskCommandOutput
310
+ | UpdateTaskExecutionCommandOutput;
311
+ export interface ClientDefaults
312
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
313
+ requestHandler?: __HttpHandler;
314
+ sha256?: __HashConstructor;
315
+ urlParser?: __UrlParser;
316
+ bodyLengthChecker?: __BodyLengthCalculator;
317
+ streamCollector?: __StreamCollector;
318
+ base64Decoder?: __Decoder;
319
+ base64Encoder?: __Encoder;
320
+ utf8Decoder?: __Decoder;
321
+ utf8Encoder?: __Encoder;
322
+ runtime?: string;
323
+ disableHostPrefix?: boolean;
324
+ maxAttempts?: number | __Provider<number>;
325
+ retryMode?: string | __Provider<string>;
326
+ logger?: __Logger;
327
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
328
+ useFipsEndpoint?: boolean | __Provider<boolean>;
329
+ serviceId?: string;
330
+ region?: string | __Provider<string>;
331
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
332
+ regionInfoProvider?: RegionInfoProvider;
333
+ defaultUserAgentProvider?: Provider<__UserAgent>;
334
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
335
+ }
336
+ declare type DataSyncClientConfigType = Partial<
337
+ __SmithyConfiguration<__HttpHandlerOptions>
338
+ > &
339
+ ClientDefaults &
340
+ RegionInputConfig &
341
+ EndpointsInputConfig &
342
+ RetryInputConfig &
343
+ HostHeaderInputConfig &
344
+ AwsAuthInputConfig &
345
+ UserAgentInputConfig;
346
+ export interface DataSyncClientConfig extends DataSyncClientConfigType {}
347
+ declare type DataSyncClientResolvedConfigType =
348
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
349
+ Required<ClientDefaults> &
350
+ RegionResolvedConfig &
351
+ EndpointsResolvedConfig &
352
+ RetryResolvedConfig &
353
+ HostHeaderResolvedConfig &
354
+ AwsAuthResolvedConfig &
355
+ UserAgentResolvedConfig;
356
+ export interface DataSyncClientResolvedConfig
357
+ extends DataSyncClientResolvedConfigType {}
358
+ export declare class DataSyncClient extends __Client<
359
+ __HttpHandlerOptions,
360
+ ServiceInputTypes,
361
+ ServiceOutputTypes,
362
+ DataSyncClientResolvedConfig
363
+ > {
364
+ readonly config: DataSyncClientResolvedConfig;
365
+ constructor(configuration: DataSyncClientConfig);
366
+ destroy(): void;
367
+ }
368
+ export {};
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
- import { CancelTaskExecutionRequest, CancelTaskExecutionResponse } from "../models/models_0";
5
- export interface CancelTaskExecutionCommandInput extends CancelTaskExecutionRequest {
6
- }
7
- export interface CancelTaskExecutionCommandOutput extends CancelTaskExecutionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CancelTaskExecutionCommand extends $Command<CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: CancelTaskExecutionCommandInput;
12
- constructor(input: CancelTaskExecutionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataSyncClient";
13
+ import {
14
+ CancelTaskExecutionRequest,
15
+ CancelTaskExecutionResponse,
16
+ } from "../models/models_0";
17
+ export interface CancelTaskExecutionCommandInput
18
+ extends CancelTaskExecutionRequest {}
19
+ export interface CancelTaskExecutionCommandOutput
20
+ extends CancelTaskExecutionResponse,
21
+ __MetadataBearer {}
22
+ export declare class CancelTaskExecutionCommand extends $Command<
23
+ CancelTaskExecutionCommandInput,
24
+ CancelTaskExecutionCommandOutput,
25
+ DataSyncClientResolvedConfig
26
+ > {
27
+ readonly input: CancelTaskExecutionCommandInput;
28
+ constructor(input: CancelTaskExecutionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
- import { CreateAgentRequest, CreateAgentResponse } from "../models/models_0";
5
- export interface CreateAgentCommandInput extends CreateAgentRequest {
6
- }
7
- export interface CreateAgentCommandOutput extends CreateAgentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAgentCommand extends $Command<CreateAgentCommandInput, CreateAgentCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: CreateAgentCommandInput;
12
- constructor(input: CreateAgentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAgentCommandInput, CreateAgentCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataSyncClient";
13
+ import { CreateAgentRequest, CreateAgentResponse } from "../models/models_0";
14
+ export interface CreateAgentCommandInput extends CreateAgentRequest {}
15
+ export interface CreateAgentCommandOutput
16
+ extends CreateAgentResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateAgentCommand extends $Command<
19
+ CreateAgentCommandInput,
20
+ CreateAgentCommandOutput,
21
+ DataSyncClientResolvedConfig
22
+ > {
23
+ readonly input: CreateAgentCommandInput;
24
+ constructor(input: CreateAgentCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DataSyncClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateAgentCommandInput, CreateAgentCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
- import { CreateLocationEfsRequest, CreateLocationEfsResponse } from "../models/models_0";
5
- export interface CreateLocationEfsCommandInput extends CreateLocationEfsRequest {
6
- }
7
- export interface CreateLocationEfsCommandOutput extends CreateLocationEfsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLocationEfsCommand extends $Command<CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: CreateLocationEfsCommandInput;
12
- constructor(input: CreateLocationEfsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataSyncClient";
13
+ import {
14
+ CreateLocationEfsRequest,
15
+ CreateLocationEfsResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateLocationEfsCommandInput
18
+ extends CreateLocationEfsRequest {}
19
+ export interface CreateLocationEfsCommandOutput
20
+ extends CreateLocationEfsResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateLocationEfsCommand extends $Command<
23
+ CreateLocationEfsCommandInput,
24
+ CreateLocationEfsCommandOutput,
25
+ DataSyncClientResolvedConfig
26
+ > {
27
+ readonly input: CreateLocationEfsCommandInput;
28
+ constructor(input: CreateLocationEfsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }