@aws-sdk/client-datasync 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CancelTaskExecutionCommand.js +2 -2
- package/dist-cjs/commands/CreateAgentCommand.js +2 -2
- package/dist-cjs/commands/CreateLocationEfsCommand.js +2 -2
- package/dist-cjs/commands/CreateLocationFsxLustreCommand.js +2 -2
- package/dist-cjs/commands/CreateLocationFsxOntapCommand.js +2 -2
- package/dist-cjs/commands/CreateLocationFsxOpenZfsCommand.js +2 -2
- package/dist-cjs/commands/CreateLocationFsxWindowsCommand.js +2 -2
- package/dist-cjs/commands/CreateLocationHdfsCommand.js +2 -2
- package/dist-cjs/commands/CreateLocationNfsCommand.js +2 -2
- package/dist-cjs/commands/CreateLocationObjectStorageCommand.js +2 -2
- package/dist-cjs/commands/CreateLocationS3Command.js +2 -2
- package/dist-cjs/commands/CreateLocationSmbCommand.js +2 -2
- package/dist-cjs/commands/CreateTaskCommand.js +2 -2
- package/dist-cjs/commands/DeleteAgentCommand.js +2 -2
- package/dist-cjs/commands/DeleteLocationCommand.js +2 -2
- package/dist-cjs/commands/DeleteTaskCommand.js +2 -2
- package/dist-cjs/commands/DescribeAgentCommand.js +2 -2
- package/dist-cjs/commands/DescribeLocationEfsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLocationFsxLustreCommand.js +2 -2
- package/dist-cjs/commands/DescribeLocationFsxOntapCommand.js +2 -2
- package/dist-cjs/commands/DescribeLocationFsxOpenZfsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLocationFsxWindowsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLocationHdfsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLocationNfsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLocationObjectStorageCommand.js +2 -2
- package/dist-cjs/commands/DescribeLocationS3Command.js +2 -2
- package/dist-cjs/commands/DescribeLocationSmbCommand.js +2 -2
- package/dist-cjs/commands/DescribeTaskCommand.js +2 -2
- package/dist-cjs/commands/DescribeTaskExecutionCommand.js +2 -2
- package/dist-cjs/commands/ListAgentsCommand.js +2 -2
- package/dist-cjs/commands/ListLocationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTaskExecutionsCommand.js +2 -2
- package/dist-cjs/commands/ListTasksCommand.js +2 -2
- package/dist-cjs/commands/StartTaskExecutionCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAgentCommand.js +2 -2
- package/dist-cjs/commands/UpdateLocationHdfsCommand.js +2 -2
- package/dist-cjs/commands/UpdateLocationNfsCommand.js +2 -2
- package/dist-cjs/commands/UpdateLocationObjectStorageCommand.js +2 -2
- package/dist-cjs/commands/UpdateLocationSmbCommand.js +2 -2
- package/dist-cjs/commands/UpdateTaskCommand.js +2 -2
- package/dist-cjs/commands/UpdateTaskExecutionCommand.js +2 -2
- package/dist-cjs/models/models_0.js +454 -674
- package/dist-cjs/protocols/Aws_json1_1.js +220 -385
- package/dist-es/commands/CancelTaskExecutionCommand.js +3 -3
- package/dist-es/commands/CreateAgentCommand.js +3 -3
- package/dist-es/commands/CreateLocationEfsCommand.js +3 -3
- package/dist-es/commands/CreateLocationFsxLustreCommand.js +3 -3
- package/dist-es/commands/CreateLocationFsxOntapCommand.js +3 -3
- package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +3 -3
- package/dist-es/commands/CreateLocationFsxWindowsCommand.js +3 -3
- package/dist-es/commands/CreateLocationHdfsCommand.js +3 -3
- package/dist-es/commands/CreateLocationNfsCommand.js +3 -3
- package/dist-es/commands/CreateLocationObjectStorageCommand.js +3 -3
- package/dist-es/commands/CreateLocationS3Command.js +3 -3
- package/dist-es/commands/CreateLocationSmbCommand.js +3 -3
- package/dist-es/commands/CreateTaskCommand.js +3 -3
- package/dist-es/commands/DeleteAgentCommand.js +3 -3
- package/dist-es/commands/DeleteLocationCommand.js +3 -3
- package/dist-es/commands/DeleteTaskCommand.js +3 -3
- package/dist-es/commands/DescribeAgentCommand.js +3 -3
- package/dist-es/commands/DescribeLocationEfsCommand.js +3 -3
- package/dist-es/commands/DescribeLocationFsxLustreCommand.js +3 -3
- package/dist-es/commands/DescribeLocationFsxOntapCommand.js +3 -3
- package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +3 -3
- package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +3 -3
- package/dist-es/commands/DescribeLocationHdfsCommand.js +3 -3
- package/dist-es/commands/DescribeLocationNfsCommand.js +3 -3
- package/dist-es/commands/DescribeLocationObjectStorageCommand.js +3 -3
- package/dist-es/commands/DescribeLocationS3Command.js +3 -3
- package/dist-es/commands/DescribeLocationSmbCommand.js +3 -3
- package/dist-es/commands/DescribeTaskCommand.js +3 -3
- package/dist-es/commands/DescribeTaskExecutionCommand.js +3 -3
- package/dist-es/commands/ListAgentsCommand.js +3 -3
- package/dist-es/commands/ListLocationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTaskExecutionsCommand.js +3 -3
- package/dist-es/commands/ListTasksCommand.js +3 -3
- package/dist-es/commands/StartTaskExecutionCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAgentCommand.js +3 -3
- package/dist-es/commands/UpdateLocationHdfsCommand.js +3 -3
- package/dist-es/commands/UpdateLocationNfsCommand.js +3 -3
- package/dist-es/commands/UpdateLocationObjectStorageCommand.js +3 -3
- package/dist-es/commands/UpdateLocationSmbCommand.js +3 -3
- package/dist-es/commands/UpdateTaskCommand.js +3 -3
- package/dist-es/commands/UpdateTaskExecutionCommand.js +3 -3
- package/dist-es/models/models_0.js +110 -440
- package/dist-es/protocols/Aws_json1_1.js +353 -386
- package/dist-types/models/models_0.d.ts +440 -660
- package/dist-types/ts3.4/models/models_0.d.ts +220 -440
- package/package.json +6 -6
|
@@ -6,23 +6,11 @@ export var AgentStatus;
|
|
|
6
6
|
AgentStatus["OFFLINE"] = "OFFLINE";
|
|
7
7
|
AgentStatus["ONLINE"] = "ONLINE";
|
|
8
8
|
})(AgentStatus || (AgentStatus = {}));
|
|
9
|
-
export var AgentListEntry;
|
|
10
|
-
(function (AgentListEntry) {
|
|
11
|
-
AgentListEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
12
|
-
})(AgentListEntry || (AgentListEntry = {}));
|
|
13
9
|
export var Atime;
|
|
14
10
|
(function (Atime) {
|
|
15
11
|
Atime["BEST_EFFORT"] = "BEST_EFFORT";
|
|
16
12
|
Atime["NONE"] = "NONE";
|
|
17
13
|
})(Atime || (Atime = {}));
|
|
18
|
-
export var CancelTaskExecutionRequest;
|
|
19
|
-
(function (CancelTaskExecutionRequest) {
|
|
20
|
-
CancelTaskExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
21
|
-
})(CancelTaskExecutionRequest || (CancelTaskExecutionRequest = {}));
|
|
22
|
-
export var CancelTaskExecutionResponse;
|
|
23
|
-
(function (CancelTaskExecutionResponse) {
|
|
24
|
-
CancelTaskExecutionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
25
|
-
})(CancelTaskExecutionResponse || (CancelTaskExecutionResponse = {}));
|
|
26
14
|
var InternalException = (function (_super) {
|
|
27
15
|
__extends(InternalException, _super);
|
|
28
16
|
function InternalException(opts) {
|
|
@@ -50,43 +38,11 @@ var InvalidRequestException = (function (_super) {
|
|
|
50
38
|
return InvalidRequestException;
|
|
51
39
|
}(__BaseException));
|
|
52
40
|
export { InvalidRequestException };
|
|
53
|
-
export var TagListEntry;
|
|
54
|
-
(function (TagListEntry) {
|
|
55
|
-
TagListEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
56
|
-
})(TagListEntry || (TagListEntry = {}));
|
|
57
|
-
export var CreateAgentRequest;
|
|
58
|
-
(function (CreateAgentRequest) {
|
|
59
|
-
CreateAgentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
60
|
-
})(CreateAgentRequest || (CreateAgentRequest = {}));
|
|
61
|
-
export var CreateAgentResponse;
|
|
62
|
-
(function (CreateAgentResponse) {
|
|
63
|
-
CreateAgentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
|
-
})(CreateAgentResponse || (CreateAgentResponse = {}));
|
|
65
|
-
export var Ec2Config;
|
|
66
|
-
(function (Ec2Config) {
|
|
67
|
-
Ec2Config.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
68
|
-
})(Ec2Config || (Ec2Config = {}));
|
|
69
41
|
export var EfsInTransitEncryption;
|
|
70
42
|
(function (EfsInTransitEncryption) {
|
|
71
43
|
EfsInTransitEncryption["NONE"] = "NONE";
|
|
72
44
|
EfsInTransitEncryption["TLS1_2"] = "TLS1_2";
|
|
73
45
|
})(EfsInTransitEncryption || (EfsInTransitEncryption = {}));
|
|
74
|
-
export var CreateLocationEfsRequest;
|
|
75
|
-
(function (CreateLocationEfsRequest) {
|
|
76
|
-
CreateLocationEfsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
77
|
-
})(CreateLocationEfsRequest || (CreateLocationEfsRequest = {}));
|
|
78
|
-
export var CreateLocationEfsResponse;
|
|
79
|
-
(function (CreateLocationEfsResponse) {
|
|
80
|
-
CreateLocationEfsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
81
|
-
})(CreateLocationEfsResponse || (CreateLocationEfsResponse = {}));
|
|
82
|
-
export var CreateLocationFsxLustreRequest;
|
|
83
|
-
(function (CreateLocationFsxLustreRequest) {
|
|
84
|
-
CreateLocationFsxLustreRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
85
|
-
})(CreateLocationFsxLustreRequest || (CreateLocationFsxLustreRequest = {}));
|
|
86
|
-
export var CreateLocationFsxLustreResponse;
|
|
87
|
-
(function (CreateLocationFsxLustreResponse) {
|
|
88
|
-
CreateLocationFsxLustreResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
89
|
-
})(CreateLocationFsxLustreResponse || (CreateLocationFsxLustreResponse = {}));
|
|
90
46
|
export var NfsVersion;
|
|
91
47
|
(function (NfsVersion) {
|
|
92
48
|
NfsVersion["AUTOMATIC"] = "AUTOMATIC";
|
|
@@ -94,65 +50,17 @@ export var NfsVersion;
|
|
|
94
50
|
NfsVersion["NFS4_0"] = "NFS4_0";
|
|
95
51
|
NfsVersion["NFS4_1"] = "NFS4_1";
|
|
96
52
|
})(NfsVersion || (NfsVersion = {}));
|
|
97
|
-
export var NfsMountOptions;
|
|
98
|
-
(function (NfsMountOptions) {
|
|
99
|
-
NfsMountOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
-
})(NfsMountOptions || (NfsMountOptions = {}));
|
|
101
|
-
export var FsxProtocolNfs;
|
|
102
|
-
(function (FsxProtocolNfs) {
|
|
103
|
-
FsxProtocolNfs.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
104
|
-
})(FsxProtocolNfs || (FsxProtocolNfs = {}));
|
|
105
53
|
export var SmbVersion;
|
|
106
54
|
(function (SmbVersion) {
|
|
107
55
|
SmbVersion["AUTOMATIC"] = "AUTOMATIC";
|
|
108
56
|
SmbVersion["SMB2"] = "SMB2";
|
|
109
57
|
SmbVersion["SMB3"] = "SMB3";
|
|
110
58
|
})(SmbVersion || (SmbVersion = {}));
|
|
111
|
-
export var SmbMountOptions;
|
|
112
|
-
(function (SmbMountOptions) {
|
|
113
|
-
SmbMountOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
|
-
})(SmbMountOptions || (SmbMountOptions = {}));
|
|
115
|
-
export var FsxProtocolSmb;
|
|
116
|
-
(function (FsxProtocolSmb) {
|
|
117
|
-
FsxProtocolSmb.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
118
|
-
})(FsxProtocolSmb || (FsxProtocolSmb = {}));
|
|
119
|
-
export var FsxProtocol;
|
|
120
|
-
(function (FsxProtocol) {
|
|
121
|
-
FsxProtocol.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SMB && { SMB: FsxProtocolSmb.filterSensitiveLog(obj.SMB) }))); };
|
|
122
|
-
})(FsxProtocol || (FsxProtocol = {}));
|
|
123
|
-
export var CreateLocationFsxOntapRequest;
|
|
124
|
-
(function (CreateLocationFsxOntapRequest) {
|
|
125
|
-
CreateLocationFsxOntapRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Protocol && { Protocol: FsxProtocol.filterSensitiveLog(obj.Protocol) }))); };
|
|
126
|
-
})(CreateLocationFsxOntapRequest || (CreateLocationFsxOntapRequest = {}));
|
|
127
|
-
export var CreateLocationFsxOntapResponse;
|
|
128
|
-
(function (CreateLocationFsxOntapResponse) {
|
|
129
|
-
CreateLocationFsxOntapResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
130
|
-
})(CreateLocationFsxOntapResponse || (CreateLocationFsxOntapResponse = {}));
|
|
131
|
-
export var CreateLocationFsxOpenZfsRequest;
|
|
132
|
-
(function (CreateLocationFsxOpenZfsRequest) {
|
|
133
|
-
CreateLocationFsxOpenZfsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Protocol && { Protocol: FsxProtocol.filterSensitiveLog(obj.Protocol) }))); };
|
|
134
|
-
})(CreateLocationFsxOpenZfsRequest || (CreateLocationFsxOpenZfsRequest = {}));
|
|
135
|
-
export var CreateLocationFsxOpenZfsResponse;
|
|
136
|
-
(function (CreateLocationFsxOpenZfsResponse) {
|
|
137
|
-
CreateLocationFsxOpenZfsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
|
-
})(CreateLocationFsxOpenZfsResponse || (CreateLocationFsxOpenZfsResponse = {}));
|
|
139
|
-
export var CreateLocationFsxWindowsRequest;
|
|
140
|
-
(function (CreateLocationFsxWindowsRequest) {
|
|
141
|
-
CreateLocationFsxWindowsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
142
|
-
})(CreateLocationFsxWindowsRequest || (CreateLocationFsxWindowsRequest = {}));
|
|
143
|
-
export var CreateLocationFsxWindowsResponse;
|
|
144
|
-
(function (CreateLocationFsxWindowsResponse) {
|
|
145
|
-
CreateLocationFsxWindowsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
146
|
-
})(CreateLocationFsxWindowsResponse || (CreateLocationFsxWindowsResponse = {}));
|
|
147
59
|
export var HdfsAuthenticationType;
|
|
148
60
|
(function (HdfsAuthenticationType) {
|
|
149
61
|
HdfsAuthenticationType["KERBEROS"] = "KERBEROS";
|
|
150
62
|
HdfsAuthenticationType["SIMPLE"] = "SIMPLE";
|
|
151
63
|
})(HdfsAuthenticationType || (HdfsAuthenticationType = {}));
|
|
152
|
-
export var HdfsNameNode;
|
|
153
|
-
(function (HdfsNameNode) {
|
|
154
|
-
HdfsNameNode.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
|
-
})(HdfsNameNode || (HdfsNameNode = {}));
|
|
156
64
|
export var HdfsDataTransferProtection;
|
|
157
65
|
(function (HdfsDataTransferProtection) {
|
|
158
66
|
HdfsDataTransferProtection["AUTHENTICATION"] = "AUTHENTICATION";
|
|
@@ -167,47 +75,11 @@ export var HdfsRpcProtection;
|
|
|
167
75
|
HdfsRpcProtection["INTEGRITY"] = "INTEGRITY";
|
|
168
76
|
HdfsRpcProtection["PRIVACY"] = "PRIVACY";
|
|
169
77
|
})(HdfsRpcProtection || (HdfsRpcProtection = {}));
|
|
170
|
-
export var QopConfiguration;
|
|
171
|
-
(function (QopConfiguration) {
|
|
172
|
-
QopConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
|
-
})(QopConfiguration || (QopConfiguration = {}));
|
|
174
|
-
export var CreateLocationHdfsRequest;
|
|
175
|
-
(function (CreateLocationHdfsRequest) {
|
|
176
|
-
CreateLocationHdfsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
|
-
})(CreateLocationHdfsRequest || (CreateLocationHdfsRequest = {}));
|
|
178
|
-
export var CreateLocationHdfsResponse;
|
|
179
|
-
(function (CreateLocationHdfsResponse) {
|
|
180
|
-
CreateLocationHdfsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
|
-
})(CreateLocationHdfsResponse || (CreateLocationHdfsResponse = {}));
|
|
182
|
-
export var OnPremConfig;
|
|
183
|
-
(function (OnPremConfig) {
|
|
184
|
-
OnPremConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
|
-
})(OnPremConfig || (OnPremConfig = {}));
|
|
186
|
-
export var CreateLocationNfsRequest;
|
|
187
|
-
(function (CreateLocationNfsRequest) {
|
|
188
|
-
CreateLocationNfsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
189
|
-
})(CreateLocationNfsRequest || (CreateLocationNfsRequest = {}));
|
|
190
|
-
export var CreateLocationNfsResponse;
|
|
191
|
-
(function (CreateLocationNfsResponse) {
|
|
192
|
-
CreateLocationNfsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
-
})(CreateLocationNfsResponse || (CreateLocationNfsResponse = {}));
|
|
194
78
|
export var ObjectStorageServerProtocol;
|
|
195
79
|
(function (ObjectStorageServerProtocol) {
|
|
196
80
|
ObjectStorageServerProtocol["HTTP"] = "HTTP";
|
|
197
81
|
ObjectStorageServerProtocol["HTTPS"] = "HTTPS";
|
|
198
82
|
})(ObjectStorageServerProtocol || (ObjectStorageServerProtocol = {}));
|
|
199
|
-
export var CreateLocationObjectStorageRequest;
|
|
200
|
-
(function (CreateLocationObjectStorageRequest) {
|
|
201
|
-
CreateLocationObjectStorageRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SecretKey && { SecretKey: SENSITIVE_STRING }))); };
|
|
202
|
-
})(CreateLocationObjectStorageRequest || (CreateLocationObjectStorageRequest = {}));
|
|
203
|
-
export var CreateLocationObjectStorageResponse;
|
|
204
|
-
(function (CreateLocationObjectStorageResponse) {
|
|
205
|
-
CreateLocationObjectStorageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
-
})(CreateLocationObjectStorageResponse || (CreateLocationObjectStorageResponse = {}));
|
|
207
|
-
export var S3Config;
|
|
208
|
-
(function (S3Config) {
|
|
209
|
-
S3Config.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
-
})(S3Config || (S3Config = {}));
|
|
211
83
|
export var S3StorageClass;
|
|
212
84
|
(function (S3StorageClass) {
|
|
213
85
|
S3StorageClass["DEEP_ARCHIVE"] = "DEEP_ARCHIVE";
|
|
@@ -218,30 +90,10 @@ export var S3StorageClass;
|
|
|
218
90
|
S3StorageClass["STANDARD"] = "STANDARD";
|
|
219
91
|
S3StorageClass["STANDARD_IA"] = "STANDARD_IA";
|
|
220
92
|
})(S3StorageClass || (S3StorageClass = {}));
|
|
221
|
-
export var CreateLocationS3Request;
|
|
222
|
-
(function (CreateLocationS3Request) {
|
|
223
|
-
CreateLocationS3Request.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
|
-
})(CreateLocationS3Request || (CreateLocationS3Request = {}));
|
|
225
|
-
export var CreateLocationS3Response;
|
|
226
|
-
(function (CreateLocationS3Response) {
|
|
227
|
-
CreateLocationS3Response.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
-
})(CreateLocationS3Response || (CreateLocationS3Response = {}));
|
|
229
|
-
export var CreateLocationSmbRequest;
|
|
230
|
-
(function (CreateLocationSmbRequest) {
|
|
231
|
-
CreateLocationSmbRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
232
|
-
})(CreateLocationSmbRequest || (CreateLocationSmbRequest = {}));
|
|
233
|
-
export var CreateLocationSmbResponse;
|
|
234
|
-
(function (CreateLocationSmbResponse) {
|
|
235
|
-
CreateLocationSmbResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
-
})(CreateLocationSmbResponse || (CreateLocationSmbResponse = {}));
|
|
237
93
|
export var FilterType;
|
|
238
94
|
(function (FilterType) {
|
|
239
95
|
FilterType["SIMPLE_PATTERN"] = "SIMPLE_PATTERN";
|
|
240
96
|
})(FilterType || (FilterType = {}));
|
|
241
|
-
export var FilterRule;
|
|
242
|
-
(function (FilterRule) {
|
|
243
|
-
FilterRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
-
})(FilterRule || (FilterRule = {}));
|
|
245
97
|
export var Gid;
|
|
246
98
|
(function (Gid) {
|
|
247
99
|
Gid["BOTH"] = "BOTH";
|
|
@@ -314,148 +166,12 @@ export var VerifyMode;
|
|
|
314
166
|
VerifyMode["ONLY_FILES_TRANSFERRED"] = "ONLY_FILES_TRANSFERRED";
|
|
315
167
|
VerifyMode["POINT_IN_TIME_CONSISTENT"] = "POINT_IN_TIME_CONSISTENT";
|
|
316
168
|
})(VerifyMode || (VerifyMode = {}));
|
|
317
|
-
export var Options;
|
|
318
|
-
(function (Options) {
|
|
319
|
-
Options.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
|
-
})(Options || (Options = {}));
|
|
321
|
-
export var TaskSchedule;
|
|
322
|
-
(function (TaskSchedule) {
|
|
323
|
-
TaskSchedule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
-
})(TaskSchedule || (TaskSchedule = {}));
|
|
325
|
-
export var CreateTaskRequest;
|
|
326
|
-
(function (CreateTaskRequest) {
|
|
327
|
-
CreateTaskRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
-
})(CreateTaskRequest || (CreateTaskRequest = {}));
|
|
329
|
-
export var CreateTaskResponse;
|
|
330
|
-
(function (CreateTaskResponse) {
|
|
331
|
-
CreateTaskResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
-
})(CreateTaskResponse || (CreateTaskResponse = {}));
|
|
333
|
-
export var DeleteAgentRequest;
|
|
334
|
-
(function (DeleteAgentRequest) {
|
|
335
|
-
DeleteAgentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
|
-
})(DeleteAgentRequest || (DeleteAgentRequest = {}));
|
|
337
|
-
export var DeleteAgentResponse;
|
|
338
|
-
(function (DeleteAgentResponse) {
|
|
339
|
-
DeleteAgentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
-
})(DeleteAgentResponse || (DeleteAgentResponse = {}));
|
|
341
|
-
export var DeleteLocationRequest;
|
|
342
|
-
(function (DeleteLocationRequest) {
|
|
343
|
-
DeleteLocationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
-
})(DeleteLocationRequest || (DeleteLocationRequest = {}));
|
|
345
|
-
export var DeleteLocationResponse;
|
|
346
|
-
(function (DeleteLocationResponse) {
|
|
347
|
-
DeleteLocationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
|
-
})(DeleteLocationResponse || (DeleteLocationResponse = {}));
|
|
349
|
-
export var DeleteTaskRequest;
|
|
350
|
-
(function (DeleteTaskRequest) {
|
|
351
|
-
DeleteTaskRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
-
})(DeleteTaskRequest || (DeleteTaskRequest = {}));
|
|
353
|
-
export var DeleteTaskResponse;
|
|
354
|
-
(function (DeleteTaskResponse) {
|
|
355
|
-
DeleteTaskResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
-
})(DeleteTaskResponse || (DeleteTaskResponse = {}));
|
|
357
|
-
export var DescribeAgentRequest;
|
|
358
|
-
(function (DescribeAgentRequest) {
|
|
359
|
-
DescribeAgentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
-
})(DescribeAgentRequest || (DescribeAgentRequest = {}));
|
|
361
169
|
export var EndpointType;
|
|
362
170
|
(function (EndpointType) {
|
|
363
171
|
EndpointType["FIPS"] = "FIPS";
|
|
364
172
|
EndpointType["PRIVATE_LINK"] = "PRIVATE_LINK";
|
|
365
173
|
EndpointType["PUBLIC"] = "PUBLIC";
|
|
366
174
|
})(EndpointType || (EndpointType = {}));
|
|
367
|
-
export var PrivateLinkConfig;
|
|
368
|
-
(function (PrivateLinkConfig) {
|
|
369
|
-
PrivateLinkConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
370
|
-
})(PrivateLinkConfig || (PrivateLinkConfig = {}));
|
|
371
|
-
export var DescribeAgentResponse;
|
|
372
|
-
(function (DescribeAgentResponse) {
|
|
373
|
-
DescribeAgentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
|
-
})(DescribeAgentResponse || (DescribeAgentResponse = {}));
|
|
375
|
-
export var DescribeLocationEfsRequest;
|
|
376
|
-
(function (DescribeLocationEfsRequest) {
|
|
377
|
-
DescribeLocationEfsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
-
})(DescribeLocationEfsRequest || (DescribeLocationEfsRequest = {}));
|
|
379
|
-
export var DescribeLocationEfsResponse;
|
|
380
|
-
(function (DescribeLocationEfsResponse) {
|
|
381
|
-
DescribeLocationEfsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
|
-
})(DescribeLocationEfsResponse || (DescribeLocationEfsResponse = {}));
|
|
383
|
-
export var DescribeLocationFsxLustreRequest;
|
|
384
|
-
(function (DescribeLocationFsxLustreRequest) {
|
|
385
|
-
DescribeLocationFsxLustreRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
-
})(DescribeLocationFsxLustreRequest || (DescribeLocationFsxLustreRequest = {}));
|
|
387
|
-
export var DescribeLocationFsxLustreResponse;
|
|
388
|
-
(function (DescribeLocationFsxLustreResponse) {
|
|
389
|
-
DescribeLocationFsxLustreResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
-
})(DescribeLocationFsxLustreResponse || (DescribeLocationFsxLustreResponse = {}));
|
|
391
|
-
export var DescribeLocationFsxOntapRequest;
|
|
392
|
-
(function (DescribeLocationFsxOntapRequest) {
|
|
393
|
-
DescribeLocationFsxOntapRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
|
-
})(DescribeLocationFsxOntapRequest || (DescribeLocationFsxOntapRequest = {}));
|
|
395
|
-
export var DescribeLocationFsxOntapResponse;
|
|
396
|
-
(function (DescribeLocationFsxOntapResponse) {
|
|
397
|
-
DescribeLocationFsxOntapResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Protocol && { Protocol: FsxProtocol.filterSensitiveLog(obj.Protocol) }))); };
|
|
398
|
-
})(DescribeLocationFsxOntapResponse || (DescribeLocationFsxOntapResponse = {}));
|
|
399
|
-
export var DescribeLocationFsxOpenZfsRequest;
|
|
400
|
-
(function (DescribeLocationFsxOpenZfsRequest) {
|
|
401
|
-
DescribeLocationFsxOpenZfsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
|
-
})(DescribeLocationFsxOpenZfsRequest || (DescribeLocationFsxOpenZfsRequest = {}));
|
|
403
|
-
export var DescribeLocationFsxOpenZfsResponse;
|
|
404
|
-
(function (DescribeLocationFsxOpenZfsResponse) {
|
|
405
|
-
DescribeLocationFsxOpenZfsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Protocol && { Protocol: FsxProtocol.filterSensitiveLog(obj.Protocol) }))); };
|
|
406
|
-
})(DescribeLocationFsxOpenZfsResponse || (DescribeLocationFsxOpenZfsResponse = {}));
|
|
407
|
-
export var DescribeLocationFsxWindowsRequest;
|
|
408
|
-
(function (DescribeLocationFsxWindowsRequest) {
|
|
409
|
-
DescribeLocationFsxWindowsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
410
|
-
})(DescribeLocationFsxWindowsRequest || (DescribeLocationFsxWindowsRequest = {}));
|
|
411
|
-
export var DescribeLocationFsxWindowsResponse;
|
|
412
|
-
(function (DescribeLocationFsxWindowsResponse) {
|
|
413
|
-
DescribeLocationFsxWindowsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
414
|
-
})(DescribeLocationFsxWindowsResponse || (DescribeLocationFsxWindowsResponse = {}));
|
|
415
|
-
export var DescribeLocationHdfsRequest;
|
|
416
|
-
(function (DescribeLocationHdfsRequest) {
|
|
417
|
-
DescribeLocationHdfsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
|
-
})(DescribeLocationHdfsRequest || (DescribeLocationHdfsRequest = {}));
|
|
419
|
-
export var DescribeLocationHdfsResponse;
|
|
420
|
-
(function (DescribeLocationHdfsResponse) {
|
|
421
|
-
DescribeLocationHdfsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
|
-
})(DescribeLocationHdfsResponse || (DescribeLocationHdfsResponse = {}));
|
|
423
|
-
export var DescribeLocationNfsRequest;
|
|
424
|
-
(function (DescribeLocationNfsRequest) {
|
|
425
|
-
DescribeLocationNfsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
|
-
})(DescribeLocationNfsRequest || (DescribeLocationNfsRequest = {}));
|
|
427
|
-
export var DescribeLocationNfsResponse;
|
|
428
|
-
(function (DescribeLocationNfsResponse) {
|
|
429
|
-
DescribeLocationNfsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
|
-
})(DescribeLocationNfsResponse || (DescribeLocationNfsResponse = {}));
|
|
431
|
-
export var DescribeLocationObjectStorageRequest;
|
|
432
|
-
(function (DescribeLocationObjectStorageRequest) {
|
|
433
|
-
DescribeLocationObjectStorageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
|
-
})(DescribeLocationObjectStorageRequest || (DescribeLocationObjectStorageRequest = {}));
|
|
435
|
-
export var DescribeLocationObjectStorageResponse;
|
|
436
|
-
(function (DescribeLocationObjectStorageResponse) {
|
|
437
|
-
DescribeLocationObjectStorageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
-
})(DescribeLocationObjectStorageResponse || (DescribeLocationObjectStorageResponse = {}));
|
|
439
|
-
export var DescribeLocationS3Request;
|
|
440
|
-
(function (DescribeLocationS3Request) {
|
|
441
|
-
DescribeLocationS3Request.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
|
-
})(DescribeLocationS3Request || (DescribeLocationS3Request = {}));
|
|
443
|
-
export var DescribeLocationS3Response;
|
|
444
|
-
(function (DescribeLocationS3Response) {
|
|
445
|
-
DescribeLocationS3Response.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
-
})(DescribeLocationS3Response || (DescribeLocationS3Response = {}));
|
|
447
|
-
export var DescribeLocationSmbRequest;
|
|
448
|
-
(function (DescribeLocationSmbRequest) {
|
|
449
|
-
DescribeLocationSmbRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
-
})(DescribeLocationSmbRequest || (DescribeLocationSmbRequest = {}));
|
|
451
|
-
export var DescribeLocationSmbResponse;
|
|
452
|
-
(function (DescribeLocationSmbResponse) {
|
|
453
|
-
DescribeLocationSmbResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
|
-
})(DescribeLocationSmbResponse || (DescribeLocationSmbResponse = {}));
|
|
455
|
-
export var DescribeTaskRequest;
|
|
456
|
-
(function (DescribeTaskRequest) {
|
|
457
|
-
DescribeTaskRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
-
})(DescribeTaskRequest || (DescribeTaskRequest = {}));
|
|
459
175
|
export var TaskStatus;
|
|
460
176
|
(function (TaskStatus) {
|
|
461
177
|
TaskStatus["AVAILABLE"] = "AVAILABLE";
|
|
@@ -464,24 +180,12 @@ export var TaskStatus;
|
|
|
464
180
|
TaskStatus["RUNNING"] = "RUNNING";
|
|
465
181
|
TaskStatus["UNAVAILABLE"] = "UNAVAILABLE";
|
|
466
182
|
})(TaskStatus || (TaskStatus = {}));
|
|
467
|
-
export var DescribeTaskResponse;
|
|
468
|
-
(function (DescribeTaskResponse) {
|
|
469
|
-
DescribeTaskResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
|
-
})(DescribeTaskResponse || (DescribeTaskResponse = {}));
|
|
471
|
-
export var DescribeTaskExecutionRequest;
|
|
472
|
-
(function (DescribeTaskExecutionRequest) {
|
|
473
|
-
DescribeTaskExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
|
-
})(DescribeTaskExecutionRequest || (DescribeTaskExecutionRequest = {}));
|
|
475
183
|
export var PhaseStatus;
|
|
476
184
|
(function (PhaseStatus) {
|
|
477
185
|
PhaseStatus["ERROR"] = "ERROR";
|
|
478
186
|
PhaseStatus["PENDING"] = "PENDING";
|
|
479
187
|
PhaseStatus["SUCCESS"] = "SUCCESS";
|
|
480
188
|
})(PhaseStatus || (PhaseStatus = {}));
|
|
481
|
-
export var TaskExecutionResultDetail;
|
|
482
|
-
(function (TaskExecutionResultDetail) {
|
|
483
|
-
TaskExecutionResultDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
|
-
})(TaskExecutionResultDetail || (TaskExecutionResultDetail = {}));
|
|
485
189
|
export var TaskExecutionStatus;
|
|
486
190
|
(function (TaskExecutionStatus) {
|
|
487
191
|
TaskExecutionStatus["ERROR"] = "ERROR";
|
|
@@ -492,18 +196,6 @@ export var TaskExecutionStatus;
|
|
|
492
196
|
TaskExecutionStatus["TRANSFERRING"] = "TRANSFERRING";
|
|
493
197
|
TaskExecutionStatus["VERIFYING"] = "VERIFYING";
|
|
494
198
|
})(TaskExecutionStatus || (TaskExecutionStatus = {}));
|
|
495
|
-
export var DescribeTaskExecutionResponse;
|
|
496
|
-
(function (DescribeTaskExecutionResponse) {
|
|
497
|
-
DescribeTaskExecutionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
|
-
})(DescribeTaskExecutionResponse || (DescribeTaskExecutionResponse = {}));
|
|
499
|
-
export var ListAgentsRequest;
|
|
500
|
-
(function (ListAgentsRequest) {
|
|
501
|
-
ListAgentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
-
})(ListAgentsRequest || (ListAgentsRequest = {}));
|
|
503
|
-
export var ListAgentsResponse;
|
|
504
|
-
(function (ListAgentsResponse) {
|
|
505
|
-
ListAgentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
-
})(ListAgentsResponse || (ListAgentsResponse = {}));
|
|
507
199
|
export var LocationFilterName;
|
|
508
200
|
(function (LocationFilterName) {
|
|
509
201
|
LocationFilterName["CreationTime"] = "CreationTime";
|
|
@@ -523,140 +215,118 @@ export var Operator;
|
|
|
523
215
|
Operator["NE"] = "NotEquals";
|
|
524
216
|
Operator["NOT_CONTAINS"] = "NotContains";
|
|
525
217
|
})(Operator || (Operator = {}));
|
|
526
|
-
export var LocationFilter;
|
|
527
|
-
(function (LocationFilter) {
|
|
528
|
-
LocationFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
|
-
})(LocationFilter || (LocationFilter = {}));
|
|
530
|
-
export var ListLocationsRequest;
|
|
531
|
-
(function (ListLocationsRequest) {
|
|
532
|
-
ListLocationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
|
-
})(ListLocationsRequest || (ListLocationsRequest = {}));
|
|
534
|
-
export var LocationListEntry;
|
|
535
|
-
(function (LocationListEntry) {
|
|
536
|
-
LocationListEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
-
})(LocationListEntry || (LocationListEntry = {}));
|
|
538
|
-
export var ListLocationsResponse;
|
|
539
|
-
(function (ListLocationsResponse) {
|
|
540
|
-
ListLocationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
-
})(ListLocationsResponse || (ListLocationsResponse = {}));
|
|
542
|
-
export var ListTagsForResourceRequest;
|
|
543
|
-
(function (ListTagsForResourceRequest) {
|
|
544
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
546
|
-
export var ListTagsForResourceResponse;
|
|
547
|
-
(function (ListTagsForResourceResponse) {
|
|
548
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
550
|
-
export var ListTaskExecutionsRequest;
|
|
551
|
-
(function (ListTaskExecutionsRequest) {
|
|
552
|
-
ListTaskExecutionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
-
})(ListTaskExecutionsRequest || (ListTaskExecutionsRequest = {}));
|
|
554
|
-
export var TaskExecutionListEntry;
|
|
555
|
-
(function (TaskExecutionListEntry) {
|
|
556
|
-
TaskExecutionListEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
-
})(TaskExecutionListEntry || (TaskExecutionListEntry = {}));
|
|
558
|
-
export var ListTaskExecutionsResponse;
|
|
559
|
-
(function (ListTaskExecutionsResponse) {
|
|
560
|
-
ListTaskExecutionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
-
})(ListTaskExecutionsResponse || (ListTaskExecutionsResponse = {}));
|
|
562
218
|
export var TaskFilterName;
|
|
563
219
|
(function (TaskFilterName) {
|
|
564
220
|
TaskFilterName["CreationTime"] = "CreationTime";
|
|
565
221
|
TaskFilterName["LocationId"] = "LocationId";
|
|
566
222
|
})(TaskFilterName || (TaskFilterName = {}));
|
|
567
|
-
export var
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
export var
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
export var
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
export var
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
export var
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
export var
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
export var
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
export var
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
export var
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
export var
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
export var
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
export var
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
export var
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
export var
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
export var
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
export var
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
export var
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
export var
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
export var
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
export var
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
export var
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
export var
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
export var
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
export var
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
223
|
+
export var AgentListEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
|
+
export var CancelTaskExecutionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
|
+
export var CancelTaskExecutionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
+
export var TagListEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
|
+
export var CreateAgentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
+
export var CreateAgentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
|
+
export var Ec2ConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
+
export var CreateLocationEfsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
|
+
export var CreateLocationEfsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
|
+
export var CreateLocationFsxLustreRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
|
+
export var CreateLocationFsxLustreResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
+
export var NfsMountOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
235
|
+
export var FsxProtocolNfsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
+
export var SmbMountOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
+
export var FsxProtocolSmbFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
238
|
+
export var FsxProtocolFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SMB && { SMB: FsxProtocolSmbFilterSensitiveLog(obj.SMB) }))); };
|
|
239
|
+
export var CreateLocationFsxOntapRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Protocol && { Protocol: FsxProtocolFilterSensitiveLog(obj.Protocol) }))); };
|
|
240
|
+
export var CreateLocationFsxOntapResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
|
+
export var CreateLocationFsxOpenZfsRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Protocol && { Protocol: FsxProtocolFilterSensitiveLog(obj.Protocol) }))); };
|
|
242
|
+
export var CreateLocationFsxOpenZfsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
+
export var CreateLocationFsxWindowsRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
244
|
+
export var CreateLocationFsxWindowsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
|
+
export var HdfsNameNodeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
+
export var QopConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
+
export var CreateLocationHdfsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
|
+
export var CreateLocationHdfsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
+
export var OnPremConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
+
export var CreateLocationNfsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
+
export var CreateLocationNfsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
+
export var CreateLocationObjectStorageRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SecretKey && { SecretKey: SENSITIVE_STRING }))); };
|
|
253
|
+
export var CreateLocationObjectStorageResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
+
export var S3ConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
+
export var CreateLocationS3RequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
+
export var CreateLocationS3ResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
+
export var CreateLocationSmbRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
258
|
+
export var CreateLocationSmbResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
+
export var FilterRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
+
export var OptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
|
+
export var TaskScheduleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
+
export var CreateTaskRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
+
export var CreateTaskResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
+
export var DeleteAgentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
|
+
export var DeleteAgentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
+
export var DeleteLocationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
|
+
export var DeleteLocationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
+
export var DeleteTaskRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
269
|
+
export var DeleteTaskResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
+
export var DescribeAgentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
+
export var PrivateLinkConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
export var DescribeAgentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
|
+
export var DescribeLocationEfsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
+
export var DescribeLocationEfsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
+
export var DescribeLocationFsxLustreRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
+
export var DescribeLocationFsxLustreResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
+
export var DescribeLocationFsxOntapRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
export var DescribeLocationFsxOntapResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Protocol && { Protocol: FsxProtocolFilterSensitiveLog(obj.Protocol) }))); };
|
|
279
|
+
export var DescribeLocationFsxOpenZfsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
+
export var DescribeLocationFsxOpenZfsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Protocol && { Protocol: FsxProtocolFilterSensitiveLog(obj.Protocol) }))); };
|
|
281
|
+
export var DescribeLocationFsxWindowsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
+
export var DescribeLocationFsxWindowsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
+
export var DescribeLocationHdfsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
export var DescribeLocationHdfsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
+
export var DescribeLocationNfsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
export var DescribeLocationNfsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
+
export var DescribeLocationObjectStorageRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
export var DescribeLocationObjectStorageResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
export var DescribeLocationS3RequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
export var DescribeLocationS3ResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
export var DescribeLocationSmbRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
export var DescribeLocationSmbResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
+
export var DescribeTaskRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
+
export var DescribeTaskResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
+
export var DescribeTaskExecutionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
export var TaskExecutionResultDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
+
export var DescribeTaskExecutionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
+
export var ListAgentsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
+
export var ListAgentsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
+
export var LocationFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
|
+
export var ListLocationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
+
export var LocationListEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
+
export var ListLocationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
+
export var ListTaskExecutionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
+
export var TaskExecutionListEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
+
export var ListTaskExecutionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
|
+
export var TaskFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
+
export var ListTasksRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
|
+
export var TaskListEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
+
export var ListTasksResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
313
|
+
export var StartTaskExecutionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
+
export var StartTaskExecutionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
+
export var UpdateAgentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
|
+
export var UpdateAgentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
+
export var UpdateLocationHdfsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
|
+
export var UpdateLocationHdfsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
|
+
export var UpdateLocationNfsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
+
export var UpdateLocationNfsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
+
export var UpdateLocationObjectStorageRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SecretKey && { SecretKey: SENSITIVE_STRING }))); };
|
|
326
|
+
export var UpdateLocationObjectStorageResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
+
export var UpdateLocationSmbRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
328
|
+
export var UpdateLocationSmbResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
|
+
export var UpdateTaskRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
330
|
+
export var UpdateTaskResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
+
export var UpdateTaskExecutionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
+
export var UpdateTaskExecutionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|