@aws-sdk/client-datasync 3.33.0 → 3.34.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.
- package/CHANGELOG.md +11 -0
- package/dist/cjs/package.json +38 -38
- package/dist/es/DataSync.js +1 -10
- package/dist/es/DataSync.js.map +1 -1
- package/dist/es/DataSyncClient.js +1 -15
- package/dist/es/DataSyncClient.js.map +1 -1
- package/dist/es/commands/CancelTaskExecutionCommand.js +2 -34
- package/dist/es/commands/CancelTaskExecutionCommand.js.map +1 -1
- package/dist/es/commands/CreateAgentCommand.js +2 -41
- package/dist/es/commands/CreateAgentCommand.js.map +1 -1
- package/dist/es/commands/CreateLocationEfsCommand.js +2 -27
- package/dist/es/commands/CreateLocationEfsCommand.js.map +1 -1
- package/dist/es/commands/CreateLocationFsxWindowsCommand.js +2 -27
- package/dist/es/commands/CreateLocationFsxWindowsCommand.js.map +1 -1
- package/dist/es/commands/CreateLocationNfsCommand.js +2 -28
- package/dist/es/commands/CreateLocationNfsCommand.js.map +1 -1
- package/dist/es/commands/CreateLocationObjectStorageCommand.js +2 -28
- package/dist/es/commands/CreateLocationObjectStorageCommand.js.map +1 -1
- package/dist/es/commands/CreateLocationS3Command.js +2 -33
- package/dist/es/commands/CreateLocationS3Command.js.map +1 -1
- package/dist/es/commands/CreateLocationSmbCommand.js +2 -28
- package/dist/es/commands/CreateLocationSmbCommand.js.map +1 -1
- package/dist/es/commands/CreateTaskCommand.js +2 -45
- package/dist/es/commands/CreateTaskCommand.js.map +1 -1
- package/dist/es/commands/DeleteAgentCommand.js +2 -30
- package/dist/es/commands/DeleteAgentCommand.js.map +1 -1
- package/dist/es/commands/DeleteLocationCommand.js +2 -27
- package/dist/es/commands/DeleteLocationCommand.js.map +1 -1
- package/dist/es/commands/DeleteTaskCommand.js +2 -27
- package/dist/es/commands/DeleteTaskCommand.js.map +1 -1
- package/dist/es/commands/DescribeAgentCommand.js +2 -29
- package/dist/es/commands/DescribeAgentCommand.js.map +1 -1
- package/dist/es/commands/DescribeLocationEfsCommand.js +2 -27
- package/dist/es/commands/DescribeLocationEfsCommand.js.map +1 -1
- package/dist/es/commands/DescribeLocationFsxWindowsCommand.js +2 -28
- package/dist/es/commands/DescribeLocationFsxWindowsCommand.js.map +1 -1
- package/dist/es/commands/DescribeLocationNfsCommand.js +2 -27
- package/dist/es/commands/DescribeLocationNfsCommand.js.map +1 -1
- package/dist/es/commands/DescribeLocationObjectStorageCommand.js +2 -28
- package/dist/es/commands/DescribeLocationObjectStorageCommand.js.map +1 -1
- package/dist/es/commands/DescribeLocationS3Command.js +2 -27
- package/dist/es/commands/DescribeLocationS3Command.js.map +1 -1
- package/dist/es/commands/DescribeLocationSmbCommand.js +2 -27
- package/dist/es/commands/DescribeLocationSmbCommand.js.map +1 -1
- package/dist/es/commands/DescribeTaskCommand.js +2 -27
- package/dist/es/commands/DescribeTaskCommand.js.map +1 -1
- package/dist/es/commands/DescribeTaskExecutionCommand.js +2 -27
- package/dist/es/commands/DescribeTaskExecutionCommand.js.map +1 -1
- package/dist/es/commands/ListAgentsCommand.js +2 -34
- package/dist/es/commands/ListAgentsCommand.js.map +1 -1
- package/dist/es/commands/ListLocationsCommand.js +2 -30
- package/dist/es/commands/ListLocationsCommand.js.map +1 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +2 -27
- package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/es/commands/ListTaskExecutionsCommand.js +2 -27
- package/dist/es/commands/ListTaskExecutionsCommand.js.map +1 -1
- package/dist/es/commands/ListTasksCommand.js +2 -27
- package/dist/es/commands/ListTasksCommand.js.map +1 -1
- package/dist/es/commands/StartTaskExecutionCommand.js +2 -35
- package/dist/es/commands/StartTaskExecutionCommand.js.map +1 -1
- package/dist/es/commands/TagResourceCommand.js +2 -27
- package/dist/es/commands/TagResourceCommand.js.map +1 -1
- package/dist/es/commands/UntagResourceCommand.js +2 -27
- package/dist/es/commands/UntagResourceCommand.js.map +1 -1
- package/dist/es/commands/UpdateAgentCommand.js +2 -27
- package/dist/es/commands/UpdateAgentCommand.js.map +1 -1
- package/dist/es/commands/UpdateLocationNfsCommand.js +2 -28
- package/dist/es/commands/UpdateLocationNfsCommand.js.map +1 -1
- package/dist/es/commands/UpdateLocationObjectStorageCommand.js +2 -29
- package/dist/es/commands/UpdateLocationObjectStorageCommand.js.map +1 -1
- package/dist/es/commands/UpdateLocationSmbCommand.js +2 -29
- package/dist/es/commands/UpdateLocationSmbCommand.js.map +1 -1
- package/dist/es/commands/UpdateTaskCommand.js +2 -27
- package/dist/es/commands/UpdateTaskCommand.js.map +1 -1
- package/dist/es/commands/UpdateTaskExecutionCommand.js +2 -36
- package/dist/es/commands/UpdateTaskExecutionCommand.js.map +1 -1
- package/dist/es/endpoints.js +1 -1
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/models/models_0.js +0 -267
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/package.json +38 -38
- package/dist/es/pagination/ListAgentsPaginator.js +16 -28
- package/dist/es/pagination/ListAgentsPaginator.js.map +1 -1
- package/dist/es/pagination/ListLocationsPaginator.js +16 -28
- package/dist/es/pagination/ListLocationsPaginator.js.map +1 -1
- package/dist/es/pagination/ListTagsForResourcePaginator.js +16 -28
- package/dist/es/pagination/ListTagsForResourcePaginator.js.map +1 -1
- package/dist/es/pagination/ListTaskExecutionsPaginator.js +16 -28
- package/dist/es/pagination/ListTaskExecutionsPaginator.js.map +1 -1
- package/dist/es/pagination/ListTasksPaginator.js +16 -28
- package/dist/es/pagination/ListTasksPaginator.js.map +1 -1
- package/dist/es/protocols/Aws_json1_1.js +529 -534
- package/dist/es/protocols/Aws_json1_1.js.map +1 -1
- package/dist/es/runtimeConfig.browser.js +0 -3
- package/dist/es/runtimeConfig.browser.js.map +1 -1
- package/dist/es/runtimeConfig.js +0 -3
- package/dist/es/runtimeConfig.js.map +1 -1
- package/dist/es/runtimeConfig.native.js +0 -3
- package/dist/es/runtimeConfig.native.js.map +1 -1
- package/dist/es/runtimeConfig.shared.js +0 -3
- package/dist/es/runtimeConfig.shared.js.map +1 -1
- package/package.json +38 -38
- package/tsconfig.es.json +0 -2
- package/tsconfig.json +4 -5
- package/tsconfig.types.json +8 -0
|
@@ -7,9 +7,6 @@ export var AgentStatus;
|
|
|
7
7
|
})(AgentStatus || (AgentStatus = {}));
|
|
8
8
|
export var AgentListEntry;
|
|
9
9
|
(function (AgentListEntry) {
|
|
10
|
-
/**
|
|
11
|
-
* @internal
|
|
12
|
-
*/
|
|
13
10
|
AgentListEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
11
|
})(AgentListEntry || (AgentListEntry = {}));
|
|
15
12
|
export var Atime;
|
|
@@ -19,86 +16,50 @@ export var Atime;
|
|
|
19
16
|
})(Atime || (Atime = {}));
|
|
20
17
|
export var CancelTaskExecutionRequest;
|
|
21
18
|
(function (CancelTaskExecutionRequest) {
|
|
22
|
-
/**
|
|
23
|
-
* @internal
|
|
24
|
-
*/
|
|
25
19
|
CancelTaskExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
26
20
|
})(CancelTaskExecutionRequest || (CancelTaskExecutionRequest = {}));
|
|
27
21
|
export var CancelTaskExecutionResponse;
|
|
28
22
|
(function (CancelTaskExecutionResponse) {
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
23
|
CancelTaskExecutionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
24
|
})(CancelTaskExecutionResponse || (CancelTaskExecutionResponse = {}));
|
|
34
25
|
export var InternalException;
|
|
35
26
|
(function (InternalException) {
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
27
|
InternalException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
40
28
|
})(InternalException || (InternalException = {}));
|
|
41
29
|
export var InvalidRequestException;
|
|
42
30
|
(function (InvalidRequestException) {
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
31
|
InvalidRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
47
32
|
})(InvalidRequestException || (InvalidRequestException = {}));
|
|
48
33
|
export var TagListEntry;
|
|
49
34
|
(function (TagListEntry) {
|
|
50
|
-
/**
|
|
51
|
-
* @internal
|
|
52
|
-
*/
|
|
53
35
|
TagListEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
54
36
|
})(TagListEntry || (TagListEntry = {}));
|
|
55
37
|
export var CreateAgentRequest;
|
|
56
38
|
(function (CreateAgentRequest) {
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
39
|
CreateAgentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
61
40
|
})(CreateAgentRequest || (CreateAgentRequest = {}));
|
|
62
41
|
export var CreateAgentResponse;
|
|
63
42
|
(function (CreateAgentResponse) {
|
|
64
|
-
/**
|
|
65
|
-
* @internal
|
|
66
|
-
*/
|
|
67
43
|
CreateAgentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
68
44
|
})(CreateAgentResponse || (CreateAgentResponse = {}));
|
|
69
45
|
export var Ec2Config;
|
|
70
46
|
(function (Ec2Config) {
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
47
|
Ec2Config.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
75
48
|
})(Ec2Config || (Ec2Config = {}));
|
|
76
49
|
export var CreateLocationEfsRequest;
|
|
77
50
|
(function (CreateLocationEfsRequest) {
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
51
|
CreateLocationEfsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
52
|
})(CreateLocationEfsRequest || (CreateLocationEfsRequest = {}));
|
|
83
53
|
export var CreateLocationEfsResponse;
|
|
84
54
|
(function (CreateLocationEfsResponse) {
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
55
|
CreateLocationEfsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
89
56
|
})(CreateLocationEfsResponse || (CreateLocationEfsResponse = {}));
|
|
90
57
|
export var CreateLocationFsxWindowsRequest;
|
|
91
58
|
(function (CreateLocationFsxWindowsRequest) {
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
59
|
CreateLocationFsxWindowsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
96
60
|
})(CreateLocationFsxWindowsRequest || (CreateLocationFsxWindowsRequest = {}));
|
|
97
61
|
export var CreateLocationFsxWindowsResponse;
|
|
98
62
|
(function (CreateLocationFsxWindowsResponse) {
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
63
|
CreateLocationFsxWindowsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
64
|
})(CreateLocationFsxWindowsResponse || (CreateLocationFsxWindowsResponse = {}));
|
|
104
65
|
export var NfsVersion;
|
|
@@ -110,30 +71,18 @@ export var NfsVersion;
|
|
|
110
71
|
})(NfsVersion || (NfsVersion = {}));
|
|
111
72
|
export var NfsMountOptions;
|
|
112
73
|
(function (NfsMountOptions) {
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
74
|
NfsMountOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
75
|
})(NfsMountOptions || (NfsMountOptions = {}));
|
|
118
76
|
export var OnPremConfig;
|
|
119
77
|
(function (OnPremConfig) {
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
78
|
OnPremConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
79
|
})(OnPremConfig || (OnPremConfig = {}));
|
|
125
80
|
export var CreateLocationNfsRequest;
|
|
126
81
|
(function (CreateLocationNfsRequest) {
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
82
|
CreateLocationNfsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
83
|
})(CreateLocationNfsRequest || (CreateLocationNfsRequest = {}));
|
|
132
84
|
export var CreateLocationNfsResponse;
|
|
133
85
|
(function (CreateLocationNfsResponse) {
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
86
|
CreateLocationNfsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
87
|
})(CreateLocationNfsResponse || (CreateLocationNfsResponse = {}));
|
|
139
88
|
export var ObjectStorageServerProtocol;
|
|
@@ -143,23 +92,14 @@ export var ObjectStorageServerProtocol;
|
|
|
143
92
|
})(ObjectStorageServerProtocol || (ObjectStorageServerProtocol = {}));
|
|
144
93
|
export var CreateLocationObjectStorageRequest;
|
|
145
94
|
(function (CreateLocationObjectStorageRequest) {
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
95
|
CreateLocationObjectStorageRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SecretKey && { SecretKey: SENSITIVE_STRING }))); };
|
|
150
96
|
})(CreateLocationObjectStorageRequest || (CreateLocationObjectStorageRequest = {}));
|
|
151
97
|
export var CreateLocationObjectStorageResponse;
|
|
152
98
|
(function (CreateLocationObjectStorageResponse) {
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
99
|
CreateLocationObjectStorageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
100
|
})(CreateLocationObjectStorageResponse || (CreateLocationObjectStorageResponse = {}));
|
|
158
101
|
export var S3Config;
|
|
159
102
|
(function (S3Config) {
|
|
160
|
-
/**
|
|
161
|
-
* @internal
|
|
162
|
-
*/
|
|
163
103
|
S3Config.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
164
104
|
})(S3Config || (S3Config = {}));
|
|
165
105
|
export var S3StorageClass;
|
|
@@ -174,16 +114,10 @@ export var S3StorageClass;
|
|
|
174
114
|
})(S3StorageClass || (S3StorageClass = {}));
|
|
175
115
|
export var CreateLocationS3Request;
|
|
176
116
|
(function (CreateLocationS3Request) {
|
|
177
|
-
/**
|
|
178
|
-
* @internal
|
|
179
|
-
*/
|
|
180
117
|
CreateLocationS3Request.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
118
|
})(CreateLocationS3Request || (CreateLocationS3Request = {}));
|
|
182
119
|
export var CreateLocationS3Response;
|
|
183
120
|
(function (CreateLocationS3Response) {
|
|
184
|
-
/**
|
|
185
|
-
* @internal
|
|
186
|
-
*/
|
|
187
121
|
CreateLocationS3Response.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
188
122
|
})(CreateLocationS3Response || (CreateLocationS3Response = {}));
|
|
189
123
|
export var SmbVersion;
|
|
@@ -194,23 +128,14 @@ export var SmbVersion;
|
|
|
194
128
|
})(SmbVersion || (SmbVersion = {}));
|
|
195
129
|
export var SmbMountOptions;
|
|
196
130
|
(function (SmbMountOptions) {
|
|
197
|
-
/**
|
|
198
|
-
* @internal
|
|
199
|
-
*/
|
|
200
131
|
SmbMountOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
132
|
})(SmbMountOptions || (SmbMountOptions = {}));
|
|
202
133
|
export var CreateLocationSmbRequest;
|
|
203
134
|
(function (CreateLocationSmbRequest) {
|
|
204
|
-
/**
|
|
205
|
-
* @internal
|
|
206
|
-
*/
|
|
207
135
|
CreateLocationSmbRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
208
136
|
})(CreateLocationSmbRequest || (CreateLocationSmbRequest = {}));
|
|
209
137
|
export var CreateLocationSmbResponse;
|
|
210
138
|
(function (CreateLocationSmbResponse) {
|
|
211
|
-
/**
|
|
212
|
-
* @internal
|
|
213
|
-
*/
|
|
214
139
|
CreateLocationSmbResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
140
|
})(CreateLocationSmbResponse || (CreateLocationSmbResponse = {}));
|
|
216
141
|
export var FilterType;
|
|
@@ -219,9 +144,6 @@ export var FilterType;
|
|
|
219
144
|
})(FilterType || (FilterType = {}));
|
|
220
145
|
export var FilterRule;
|
|
221
146
|
(function (FilterRule) {
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
147
|
FilterRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
148
|
})(FilterRule || (FilterRule = {}));
|
|
227
149
|
export var Gid;
|
|
@@ -293,79 +215,46 @@ export var VerifyMode;
|
|
|
293
215
|
})(VerifyMode || (VerifyMode = {}));
|
|
294
216
|
export var Options;
|
|
295
217
|
(function (Options) {
|
|
296
|
-
/**
|
|
297
|
-
* @internal
|
|
298
|
-
*/
|
|
299
218
|
Options.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
219
|
})(Options || (Options = {}));
|
|
301
220
|
export var TaskSchedule;
|
|
302
221
|
(function (TaskSchedule) {
|
|
303
|
-
/**
|
|
304
|
-
* @internal
|
|
305
|
-
*/
|
|
306
222
|
TaskSchedule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
223
|
})(TaskSchedule || (TaskSchedule = {}));
|
|
308
224
|
export var CreateTaskRequest;
|
|
309
225
|
(function (CreateTaskRequest) {
|
|
310
|
-
/**
|
|
311
|
-
* @internal
|
|
312
|
-
*/
|
|
313
226
|
CreateTaskRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
227
|
})(CreateTaskRequest || (CreateTaskRequest = {}));
|
|
315
228
|
export var CreateTaskResponse;
|
|
316
229
|
(function (CreateTaskResponse) {
|
|
317
|
-
/**
|
|
318
|
-
* @internal
|
|
319
|
-
*/
|
|
320
230
|
CreateTaskResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
231
|
})(CreateTaskResponse || (CreateTaskResponse = {}));
|
|
322
232
|
export var DeleteAgentRequest;
|
|
323
233
|
(function (DeleteAgentRequest) {
|
|
324
|
-
/**
|
|
325
|
-
* @internal
|
|
326
|
-
*/
|
|
327
234
|
DeleteAgentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
235
|
})(DeleteAgentRequest || (DeleteAgentRequest = {}));
|
|
329
236
|
export var DeleteAgentResponse;
|
|
330
237
|
(function (DeleteAgentResponse) {
|
|
331
|
-
/**
|
|
332
|
-
* @internal
|
|
333
|
-
*/
|
|
334
238
|
DeleteAgentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
335
239
|
})(DeleteAgentResponse || (DeleteAgentResponse = {}));
|
|
336
240
|
export var DeleteLocationRequest;
|
|
337
241
|
(function (DeleteLocationRequest) {
|
|
338
|
-
/**
|
|
339
|
-
* @internal
|
|
340
|
-
*/
|
|
341
242
|
DeleteLocationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
243
|
})(DeleteLocationRequest || (DeleteLocationRequest = {}));
|
|
343
244
|
export var DeleteLocationResponse;
|
|
344
245
|
(function (DeleteLocationResponse) {
|
|
345
|
-
/**
|
|
346
|
-
* @internal
|
|
347
|
-
*/
|
|
348
246
|
DeleteLocationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
247
|
})(DeleteLocationResponse || (DeleteLocationResponse = {}));
|
|
350
248
|
export var DeleteTaskRequest;
|
|
351
249
|
(function (DeleteTaskRequest) {
|
|
352
|
-
/**
|
|
353
|
-
* @internal
|
|
354
|
-
*/
|
|
355
250
|
DeleteTaskRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
251
|
})(DeleteTaskRequest || (DeleteTaskRequest = {}));
|
|
357
252
|
export var DeleteTaskResponse;
|
|
358
253
|
(function (DeleteTaskResponse) {
|
|
359
|
-
/**
|
|
360
|
-
* @internal
|
|
361
|
-
*/
|
|
362
254
|
DeleteTaskResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
363
255
|
})(DeleteTaskResponse || (DeleteTaskResponse = {}));
|
|
364
256
|
export var DescribeAgentRequest;
|
|
365
257
|
(function (DescribeAgentRequest) {
|
|
366
|
-
/**
|
|
367
|
-
* @internal
|
|
368
|
-
*/
|
|
369
258
|
DescribeAgentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
370
259
|
})(DescribeAgentRequest || (DescribeAgentRequest = {}));
|
|
371
260
|
export var EndpointType;
|
|
@@ -376,107 +265,62 @@ export var EndpointType;
|
|
|
376
265
|
})(EndpointType || (EndpointType = {}));
|
|
377
266
|
export var PrivateLinkConfig;
|
|
378
267
|
(function (PrivateLinkConfig) {
|
|
379
|
-
/**
|
|
380
|
-
* @internal
|
|
381
|
-
*/
|
|
382
268
|
PrivateLinkConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
269
|
})(PrivateLinkConfig || (PrivateLinkConfig = {}));
|
|
384
270
|
export var DescribeAgentResponse;
|
|
385
271
|
(function (DescribeAgentResponse) {
|
|
386
|
-
/**
|
|
387
|
-
* @internal
|
|
388
|
-
*/
|
|
389
272
|
DescribeAgentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
273
|
})(DescribeAgentResponse || (DescribeAgentResponse = {}));
|
|
391
274
|
export var DescribeLocationEfsRequest;
|
|
392
275
|
(function (DescribeLocationEfsRequest) {
|
|
393
|
-
/**
|
|
394
|
-
* @internal
|
|
395
|
-
*/
|
|
396
276
|
DescribeLocationEfsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
277
|
})(DescribeLocationEfsRequest || (DescribeLocationEfsRequest = {}));
|
|
398
278
|
export var DescribeLocationEfsResponse;
|
|
399
279
|
(function (DescribeLocationEfsResponse) {
|
|
400
|
-
/**
|
|
401
|
-
* @internal
|
|
402
|
-
*/
|
|
403
280
|
DescribeLocationEfsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
281
|
})(DescribeLocationEfsResponse || (DescribeLocationEfsResponse = {}));
|
|
405
282
|
export var DescribeLocationFsxWindowsRequest;
|
|
406
283
|
(function (DescribeLocationFsxWindowsRequest) {
|
|
407
|
-
/**
|
|
408
|
-
* @internal
|
|
409
|
-
*/
|
|
410
284
|
DescribeLocationFsxWindowsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
285
|
})(DescribeLocationFsxWindowsRequest || (DescribeLocationFsxWindowsRequest = {}));
|
|
412
286
|
export var DescribeLocationFsxWindowsResponse;
|
|
413
287
|
(function (DescribeLocationFsxWindowsResponse) {
|
|
414
|
-
/**
|
|
415
|
-
* @internal
|
|
416
|
-
*/
|
|
417
288
|
DescribeLocationFsxWindowsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
289
|
})(DescribeLocationFsxWindowsResponse || (DescribeLocationFsxWindowsResponse = {}));
|
|
419
290
|
export var DescribeLocationNfsRequest;
|
|
420
291
|
(function (DescribeLocationNfsRequest) {
|
|
421
|
-
/**
|
|
422
|
-
* @internal
|
|
423
|
-
*/
|
|
424
292
|
DescribeLocationNfsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
293
|
})(DescribeLocationNfsRequest || (DescribeLocationNfsRequest = {}));
|
|
426
294
|
export var DescribeLocationNfsResponse;
|
|
427
295
|
(function (DescribeLocationNfsResponse) {
|
|
428
|
-
/**
|
|
429
|
-
* @internal
|
|
430
|
-
*/
|
|
431
296
|
DescribeLocationNfsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
297
|
})(DescribeLocationNfsResponse || (DescribeLocationNfsResponse = {}));
|
|
433
298
|
export var DescribeLocationObjectStorageRequest;
|
|
434
299
|
(function (DescribeLocationObjectStorageRequest) {
|
|
435
|
-
/**
|
|
436
|
-
* @internal
|
|
437
|
-
*/
|
|
438
300
|
DescribeLocationObjectStorageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
439
301
|
})(DescribeLocationObjectStorageRequest || (DescribeLocationObjectStorageRequest = {}));
|
|
440
302
|
export var DescribeLocationObjectStorageResponse;
|
|
441
303
|
(function (DescribeLocationObjectStorageResponse) {
|
|
442
|
-
/**
|
|
443
|
-
* @internal
|
|
444
|
-
*/
|
|
445
304
|
DescribeLocationObjectStorageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
305
|
})(DescribeLocationObjectStorageResponse || (DescribeLocationObjectStorageResponse = {}));
|
|
447
306
|
export var DescribeLocationS3Request;
|
|
448
307
|
(function (DescribeLocationS3Request) {
|
|
449
|
-
/**
|
|
450
|
-
* @internal
|
|
451
|
-
*/
|
|
452
308
|
DescribeLocationS3Request.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
309
|
})(DescribeLocationS3Request || (DescribeLocationS3Request = {}));
|
|
454
310
|
export var DescribeLocationS3Response;
|
|
455
311
|
(function (DescribeLocationS3Response) {
|
|
456
|
-
/**
|
|
457
|
-
* @internal
|
|
458
|
-
*/
|
|
459
312
|
DescribeLocationS3Response.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
313
|
})(DescribeLocationS3Response || (DescribeLocationS3Response = {}));
|
|
461
314
|
export var DescribeLocationSmbRequest;
|
|
462
315
|
(function (DescribeLocationSmbRequest) {
|
|
463
|
-
/**
|
|
464
|
-
* @internal
|
|
465
|
-
*/
|
|
466
316
|
DescribeLocationSmbRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
317
|
})(DescribeLocationSmbRequest || (DescribeLocationSmbRequest = {}));
|
|
468
318
|
export var DescribeLocationSmbResponse;
|
|
469
319
|
(function (DescribeLocationSmbResponse) {
|
|
470
|
-
/**
|
|
471
|
-
* @internal
|
|
472
|
-
*/
|
|
473
320
|
DescribeLocationSmbResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
321
|
})(DescribeLocationSmbResponse || (DescribeLocationSmbResponse = {}));
|
|
475
322
|
export var DescribeTaskRequest;
|
|
476
323
|
(function (DescribeTaskRequest) {
|
|
477
|
-
/**
|
|
478
|
-
* @internal
|
|
479
|
-
*/
|
|
480
324
|
DescribeTaskRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
325
|
})(DescribeTaskRequest || (DescribeTaskRequest = {}));
|
|
482
326
|
export var TaskStatus;
|
|
@@ -489,16 +333,10 @@ export var TaskStatus;
|
|
|
489
333
|
})(TaskStatus || (TaskStatus = {}));
|
|
490
334
|
export var DescribeTaskResponse;
|
|
491
335
|
(function (DescribeTaskResponse) {
|
|
492
|
-
/**
|
|
493
|
-
* @internal
|
|
494
|
-
*/
|
|
495
336
|
DescribeTaskResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
337
|
})(DescribeTaskResponse || (DescribeTaskResponse = {}));
|
|
497
338
|
export var DescribeTaskExecutionRequest;
|
|
498
339
|
(function (DescribeTaskExecutionRequest) {
|
|
499
|
-
/**
|
|
500
|
-
* @internal
|
|
501
|
-
*/
|
|
502
340
|
DescribeTaskExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
341
|
})(DescribeTaskExecutionRequest || (DescribeTaskExecutionRequest = {}));
|
|
504
342
|
export var PhaseStatus;
|
|
@@ -509,9 +347,6 @@ export var PhaseStatus;
|
|
|
509
347
|
})(PhaseStatus || (PhaseStatus = {}));
|
|
510
348
|
export var TaskExecutionResultDetail;
|
|
511
349
|
(function (TaskExecutionResultDetail) {
|
|
512
|
-
/**
|
|
513
|
-
* @internal
|
|
514
|
-
*/
|
|
515
350
|
TaskExecutionResultDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
351
|
})(TaskExecutionResultDetail || (TaskExecutionResultDetail = {}));
|
|
517
352
|
export var TaskExecutionStatus;
|
|
@@ -526,23 +361,14 @@ export var TaskExecutionStatus;
|
|
|
526
361
|
})(TaskExecutionStatus || (TaskExecutionStatus = {}));
|
|
527
362
|
export var DescribeTaskExecutionResponse;
|
|
528
363
|
(function (DescribeTaskExecutionResponse) {
|
|
529
|
-
/**
|
|
530
|
-
* @internal
|
|
531
|
-
*/
|
|
532
364
|
DescribeTaskExecutionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
365
|
})(DescribeTaskExecutionResponse || (DescribeTaskExecutionResponse = {}));
|
|
534
366
|
export var ListAgentsRequest;
|
|
535
367
|
(function (ListAgentsRequest) {
|
|
536
|
-
/**
|
|
537
|
-
* @internal
|
|
538
|
-
*/
|
|
539
368
|
ListAgentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
369
|
})(ListAgentsRequest || (ListAgentsRequest = {}));
|
|
541
370
|
export var ListAgentsResponse;
|
|
542
371
|
(function (ListAgentsResponse) {
|
|
543
|
-
/**
|
|
544
|
-
* @internal
|
|
545
|
-
*/
|
|
546
372
|
ListAgentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
373
|
})(ListAgentsResponse || (ListAgentsResponse = {}));
|
|
548
374
|
export var LocationFilterName;
|
|
@@ -566,65 +392,38 @@ export var Operator;
|
|
|
566
392
|
})(Operator || (Operator = {}));
|
|
567
393
|
export var LocationFilter;
|
|
568
394
|
(function (LocationFilter) {
|
|
569
|
-
/**
|
|
570
|
-
* @internal
|
|
571
|
-
*/
|
|
572
395
|
LocationFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
573
396
|
})(LocationFilter || (LocationFilter = {}));
|
|
574
397
|
export var ListLocationsRequest;
|
|
575
398
|
(function (ListLocationsRequest) {
|
|
576
|
-
/**
|
|
577
|
-
* @internal
|
|
578
|
-
*/
|
|
579
399
|
ListLocationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
400
|
})(ListLocationsRequest || (ListLocationsRequest = {}));
|
|
581
401
|
export var LocationListEntry;
|
|
582
402
|
(function (LocationListEntry) {
|
|
583
|
-
/**
|
|
584
|
-
* @internal
|
|
585
|
-
*/
|
|
586
403
|
LocationListEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
404
|
})(LocationListEntry || (LocationListEntry = {}));
|
|
588
405
|
export var ListLocationsResponse;
|
|
589
406
|
(function (ListLocationsResponse) {
|
|
590
|
-
/**
|
|
591
|
-
* @internal
|
|
592
|
-
*/
|
|
593
407
|
ListLocationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
408
|
})(ListLocationsResponse || (ListLocationsResponse = {}));
|
|
595
409
|
export var ListTagsForResourceRequest;
|
|
596
410
|
(function (ListTagsForResourceRequest) {
|
|
597
|
-
/**
|
|
598
|
-
* @internal
|
|
599
|
-
*/
|
|
600
411
|
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
412
|
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
602
413
|
export var ListTagsForResourceResponse;
|
|
603
414
|
(function (ListTagsForResourceResponse) {
|
|
604
|
-
/**
|
|
605
|
-
* @internal
|
|
606
|
-
*/
|
|
607
415
|
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
416
|
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
609
417
|
export var ListTaskExecutionsRequest;
|
|
610
418
|
(function (ListTaskExecutionsRequest) {
|
|
611
|
-
/**
|
|
612
|
-
* @internal
|
|
613
|
-
*/
|
|
614
419
|
ListTaskExecutionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
420
|
})(ListTaskExecutionsRequest || (ListTaskExecutionsRequest = {}));
|
|
616
421
|
export var TaskExecutionListEntry;
|
|
617
422
|
(function (TaskExecutionListEntry) {
|
|
618
|
-
/**
|
|
619
|
-
* @internal
|
|
620
|
-
*/
|
|
621
423
|
TaskExecutionListEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
424
|
})(TaskExecutionListEntry || (TaskExecutionListEntry = {}));
|
|
623
425
|
export var ListTaskExecutionsResponse;
|
|
624
426
|
(function (ListTaskExecutionsResponse) {
|
|
625
|
-
/**
|
|
626
|
-
* @internal
|
|
627
|
-
*/
|
|
628
427
|
ListTaskExecutionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
428
|
})(ListTaskExecutionsResponse || (ListTaskExecutionsResponse = {}));
|
|
630
429
|
export var TaskFilterName;
|
|
@@ -634,156 +433,90 @@ export var TaskFilterName;
|
|
|
634
433
|
})(TaskFilterName || (TaskFilterName = {}));
|
|
635
434
|
export var TaskFilter;
|
|
636
435
|
(function (TaskFilter) {
|
|
637
|
-
/**
|
|
638
|
-
* @internal
|
|
639
|
-
*/
|
|
640
436
|
TaskFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
641
437
|
})(TaskFilter || (TaskFilter = {}));
|
|
642
438
|
export var ListTasksRequest;
|
|
643
439
|
(function (ListTasksRequest) {
|
|
644
|
-
/**
|
|
645
|
-
* @internal
|
|
646
|
-
*/
|
|
647
440
|
ListTasksRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
648
441
|
})(ListTasksRequest || (ListTasksRequest = {}));
|
|
649
442
|
export var TaskListEntry;
|
|
650
443
|
(function (TaskListEntry) {
|
|
651
|
-
/**
|
|
652
|
-
* @internal
|
|
653
|
-
*/
|
|
654
444
|
TaskListEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
445
|
})(TaskListEntry || (TaskListEntry = {}));
|
|
656
446
|
export var ListTasksResponse;
|
|
657
447
|
(function (ListTasksResponse) {
|
|
658
|
-
/**
|
|
659
|
-
* @internal
|
|
660
|
-
*/
|
|
661
448
|
ListTasksResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
662
449
|
})(ListTasksResponse || (ListTasksResponse = {}));
|
|
663
450
|
export var StartTaskExecutionRequest;
|
|
664
451
|
(function (StartTaskExecutionRequest) {
|
|
665
|
-
/**
|
|
666
|
-
* @internal
|
|
667
|
-
*/
|
|
668
452
|
StartTaskExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
669
453
|
})(StartTaskExecutionRequest || (StartTaskExecutionRequest = {}));
|
|
670
454
|
export var StartTaskExecutionResponse;
|
|
671
455
|
(function (StartTaskExecutionResponse) {
|
|
672
|
-
/**
|
|
673
|
-
* @internal
|
|
674
|
-
*/
|
|
675
456
|
StartTaskExecutionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
676
457
|
})(StartTaskExecutionResponse || (StartTaskExecutionResponse = {}));
|
|
677
458
|
export var TagResourceRequest;
|
|
678
459
|
(function (TagResourceRequest) {
|
|
679
|
-
/**
|
|
680
|
-
* @internal
|
|
681
|
-
*/
|
|
682
460
|
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
683
461
|
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
684
462
|
export var TagResourceResponse;
|
|
685
463
|
(function (TagResourceResponse) {
|
|
686
|
-
/**
|
|
687
|
-
* @internal
|
|
688
|
-
*/
|
|
689
464
|
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
690
465
|
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
691
466
|
export var UntagResourceRequest;
|
|
692
467
|
(function (UntagResourceRequest) {
|
|
693
|
-
/**
|
|
694
|
-
* @internal
|
|
695
|
-
*/
|
|
696
468
|
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
697
469
|
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
698
470
|
export var UntagResourceResponse;
|
|
699
471
|
(function (UntagResourceResponse) {
|
|
700
|
-
/**
|
|
701
|
-
* @internal
|
|
702
|
-
*/
|
|
703
472
|
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
704
473
|
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
705
474
|
export var UpdateAgentRequest;
|
|
706
475
|
(function (UpdateAgentRequest) {
|
|
707
|
-
/**
|
|
708
|
-
* @internal
|
|
709
|
-
*/
|
|
710
476
|
UpdateAgentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
711
477
|
})(UpdateAgentRequest || (UpdateAgentRequest = {}));
|
|
712
478
|
export var UpdateAgentResponse;
|
|
713
479
|
(function (UpdateAgentResponse) {
|
|
714
|
-
/**
|
|
715
|
-
* @internal
|
|
716
|
-
*/
|
|
717
480
|
UpdateAgentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
718
481
|
})(UpdateAgentResponse || (UpdateAgentResponse = {}));
|
|
719
482
|
export var UpdateLocationNfsRequest;
|
|
720
483
|
(function (UpdateLocationNfsRequest) {
|
|
721
|
-
/**
|
|
722
|
-
* @internal
|
|
723
|
-
*/
|
|
724
484
|
UpdateLocationNfsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
725
485
|
})(UpdateLocationNfsRequest || (UpdateLocationNfsRequest = {}));
|
|
726
486
|
export var UpdateLocationNfsResponse;
|
|
727
487
|
(function (UpdateLocationNfsResponse) {
|
|
728
|
-
/**
|
|
729
|
-
* @internal
|
|
730
|
-
*/
|
|
731
488
|
UpdateLocationNfsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
732
489
|
})(UpdateLocationNfsResponse || (UpdateLocationNfsResponse = {}));
|
|
733
490
|
export var UpdateLocationObjectStorageRequest;
|
|
734
491
|
(function (UpdateLocationObjectStorageRequest) {
|
|
735
|
-
/**
|
|
736
|
-
* @internal
|
|
737
|
-
*/
|
|
738
492
|
UpdateLocationObjectStorageRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SecretKey && { SecretKey: SENSITIVE_STRING }))); };
|
|
739
493
|
})(UpdateLocationObjectStorageRequest || (UpdateLocationObjectStorageRequest = {}));
|
|
740
494
|
export var UpdateLocationObjectStorageResponse;
|
|
741
495
|
(function (UpdateLocationObjectStorageResponse) {
|
|
742
|
-
/**
|
|
743
|
-
* @internal
|
|
744
|
-
*/
|
|
745
496
|
UpdateLocationObjectStorageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
746
497
|
})(UpdateLocationObjectStorageResponse || (UpdateLocationObjectStorageResponse = {}));
|
|
747
498
|
export var UpdateLocationSmbRequest;
|
|
748
499
|
(function (UpdateLocationSmbRequest) {
|
|
749
|
-
/**
|
|
750
|
-
* @internal
|
|
751
|
-
*/
|
|
752
500
|
UpdateLocationSmbRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
753
501
|
})(UpdateLocationSmbRequest || (UpdateLocationSmbRequest = {}));
|
|
754
502
|
export var UpdateLocationSmbResponse;
|
|
755
503
|
(function (UpdateLocationSmbResponse) {
|
|
756
|
-
/**
|
|
757
|
-
* @internal
|
|
758
|
-
*/
|
|
759
504
|
UpdateLocationSmbResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
760
505
|
})(UpdateLocationSmbResponse || (UpdateLocationSmbResponse = {}));
|
|
761
506
|
export var UpdateTaskRequest;
|
|
762
507
|
(function (UpdateTaskRequest) {
|
|
763
|
-
/**
|
|
764
|
-
* @internal
|
|
765
|
-
*/
|
|
766
508
|
UpdateTaskRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
767
509
|
})(UpdateTaskRequest || (UpdateTaskRequest = {}));
|
|
768
510
|
export var UpdateTaskResponse;
|
|
769
511
|
(function (UpdateTaskResponse) {
|
|
770
|
-
/**
|
|
771
|
-
* @internal
|
|
772
|
-
*/
|
|
773
512
|
UpdateTaskResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
774
513
|
})(UpdateTaskResponse || (UpdateTaskResponse = {}));
|
|
775
514
|
export var UpdateTaskExecutionRequest;
|
|
776
515
|
(function (UpdateTaskExecutionRequest) {
|
|
777
|
-
/**
|
|
778
|
-
* @internal
|
|
779
|
-
*/
|
|
780
516
|
UpdateTaskExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
781
517
|
})(UpdateTaskExecutionRequest || (UpdateTaskExecutionRequest = {}));
|
|
782
518
|
export var UpdateTaskExecutionResponse;
|
|
783
519
|
(function (UpdateTaskExecutionResponse) {
|
|
784
|
-
/**
|
|
785
|
-
* @internal
|
|
786
|
-
*/
|
|
787
520
|
UpdateTaskExecutionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
788
521
|
})(UpdateTaskExecutionResponse || (UpdateTaskExecutionResponse = {}));
|
|
789
522
|
//# sourceMappingURL=models_0.js.map
|