@aws-sdk/client-datasync 3.490.0 → 3.495.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/dist-cjs/DataSync.js +1 -131
- package/dist-cjs/DataSyncClient.js +1 -43
- package/dist-cjs/commands/AddStorageSystemCommand.js +1 -29
- package/dist-cjs/commands/CancelTaskExecutionCommand.js +1 -28
- package/dist-cjs/commands/CreateAgentCommand.js +1 -28
- package/dist-cjs/commands/CreateLocationAzureBlobCommand.js +1 -29
- package/dist-cjs/commands/CreateLocationEfsCommand.js +1 -28
- package/dist-cjs/commands/CreateLocationFsxLustreCommand.js +1 -28
- package/dist-cjs/commands/CreateLocationFsxOntapCommand.js +1 -29
- package/dist-cjs/commands/CreateLocationFsxOpenZfsCommand.js +1 -29
- package/dist-cjs/commands/CreateLocationFsxWindowsCommand.js +1 -29
- package/dist-cjs/commands/CreateLocationHdfsCommand.js +1 -28
- package/dist-cjs/commands/CreateLocationNfsCommand.js +1 -28
- package/dist-cjs/commands/CreateLocationObjectStorageCommand.js +1 -29
- package/dist-cjs/commands/CreateLocationS3Command.js +1 -28
- package/dist-cjs/commands/CreateLocationSmbCommand.js +1 -29
- package/dist-cjs/commands/CreateTaskCommand.js +1 -28
- package/dist-cjs/commands/DeleteAgentCommand.js +1 -28
- package/dist-cjs/commands/DeleteLocationCommand.js +1 -28
- package/dist-cjs/commands/DeleteTaskCommand.js +1 -28
- package/dist-cjs/commands/DescribeAgentCommand.js +1 -28
- package/dist-cjs/commands/DescribeDiscoveryJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationAzureBlobCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationEfsCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationFsxLustreCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationFsxOntapCommand.js +1 -29
- package/dist-cjs/commands/DescribeLocationFsxOpenZfsCommand.js +1 -29
- package/dist-cjs/commands/DescribeLocationFsxWindowsCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationHdfsCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationNfsCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationObjectStorageCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationS3Command.js +1 -28
- package/dist-cjs/commands/DescribeLocationSmbCommand.js +1 -28
- package/dist-cjs/commands/DescribeStorageSystemCommand.js +1 -28
- package/dist-cjs/commands/DescribeStorageSystemResourceMetricsCommand.js +1 -28
- package/dist-cjs/commands/DescribeStorageSystemResourcesCommand.js +1 -28
- package/dist-cjs/commands/DescribeTaskCommand.js +1 -28
- package/dist-cjs/commands/DescribeTaskExecutionCommand.js +1 -28
- package/dist-cjs/commands/GenerateRecommendationsCommand.js +1 -28
- package/dist-cjs/commands/ListAgentsCommand.js +1 -28
- package/dist-cjs/commands/ListDiscoveryJobsCommand.js +1 -28
- package/dist-cjs/commands/ListLocationsCommand.js +1 -28
- package/dist-cjs/commands/ListStorageSystemsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTaskExecutionsCommand.js +1 -28
- package/dist-cjs/commands/ListTasksCommand.js +1 -28
- package/dist-cjs/commands/RemoveStorageSystemCommand.js +1 -28
- package/dist-cjs/commands/StartDiscoveryJobCommand.js +1 -28
- package/dist-cjs/commands/StartTaskExecutionCommand.js +1 -28
- package/dist-cjs/commands/StopDiscoveryJobCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAgentCommand.js +1 -28
- package/dist-cjs/commands/UpdateDiscoveryJobCommand.js +1 -28
- package/dist-cjs/commands/UpdateLocationAzureBlobCommand.js +1 -29
- package/dist-cjs/commands/UpdateLocationHdfsCommand.js +1 -28
- package/dist-cjs/commands/UpdateLocationNfsCommand.js +1 -28
- package/dist-cjs/commands/UpdateLocationObjectStorageCommand.js +1 -29
- package/dist-cjs/commands/UpdateLocationSmbCommand.js +1 -29
- package/dist-cjs/commands/UpdateStorageSystemCommand.js +1 -29
- package/dist-cjs/commands/UpdateTaskCommand.js +1 -28
- package/dist-cjs/commands/UpdateTaskExecutionCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -63
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +4944 -11
- package/dist-cjs/models/DataSyncServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -339
- package/dist-cjs/pagination/DescribeStorageSystemResourceMetricsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeStorageSystemResourcesPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAgentsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDiscoveryJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListLocationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListStorageSystemsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
- package/dist-cjs/pagination/ListTaskExecutionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTasksPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -13
- package/dist-cjs/protocols/Aws_json1_1.js +1 -3218
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DataSyncServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class DataSyncServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, DataSyncServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.DataSyncServiceException = DataSyncServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,339 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FsxProtocolSmbFilterSensitiveLog = exports.CreateLocationAzureBlobRequestFilterSensitiveLog = exports.AzureBlobSasConfigurationFilterSensitiveLog = exports.AddStorageSystemRequestFilterSensitiveLog = exports.CredentialsFilterSensitiveLog = exports.TaskFilterName = exports.Operator = exports.LocationFilterName = exports.TaskExecutionStatus = exports.PhaseStatus = exports.TaskStatus = exports.RecommendationStatus = exports.DiscoveryResourceFilter = exports.DiscoveryResourceType = exports.StorageSystemConnectivityStatus = exports.DiscoveryJobStatus = exports.EndpointType = exports.ReportLevel = exports.ReportOutputType = exports.ObjectVersionIds = exports.VerifyMode = exports.Uid = exports.TransferMode = exports.TaskQueueing = exports.SmbSecurityDescriptorCopyFlags = exports.PreserveDevices = exports.PreserveDeletedFiles = exports.PosixPermissions = exports.OverwriteMode = exports.ObjectTags = exports.Mtime = exports.LogLevel = exports.Gid = exports.FilterType = exports.S3StorageClass = exports.ObjectStorageServerProtocol = exports.HdfsRpcProtection = exports.HdfsDataTransferProtection = exports.HdfsAuthenticationType = exports.SmbVersion = exports.NfsVersion = exports.EfsInTransitEncryption = exports.AzureBlobType = exports.AzureBlobAuthenticationType = exports.AzureAccessTier = exports.Atime = exports.AgentStatus = exports.InvalidRequestException = exports.InternalException = exports.DiscoverySystemType = void 0;
|
|
4
|
-
exports.UpdateStorageSystemRequestFilterSensitiveLog = exports.UpdateLocationSmbRequestFilterSensitiveLog = exports.UpdateLocationObjectStorageRequestFilterSensitiveLog = exports.UpdateLocationAzureBlobRequestFilterSensitiveLog = exports.DescribeLocationFsxOpenZfsResponseFilterSensitiveLog = exports.DescribeLocationFsxOntapResponseFilterSensitiveLog = exports.CreateLocationSmbRequestFilterSensitiveLog = exports.CreateLocationObjectStorageRequestFilterSensitiveLog = exports.CreateLocationFsxWindowsRequestFilterSensitiveLog = exports.CreateLocationFsxOpenZfsRequestFilterSensitiveLog = exports.CreateLocationFsxOntapRequestFilterSensitiveLog = exports.FsxProtocolFilterSensitiveLog = void 0;
|
|
5
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
|
-
const DataSyncServiceException_1 = require("./DataSyncServiceException");
|
|
7
|
-
exports.DiscoverySystemType = {
|
|
8
|
-
NetAppONTAP: "NetAppONTAP",
|
|
9
|
-
};
|
|
10
|
-
class InternalException extends DataSyncServiceException_1.DataSyncServiceException {
|
|
11
|
-
constructor(opts) {
|
|
12
|
-
super({
|
|
13
|
-
name: "InternalException",
|
|
14
|
-
$fault: "server",
|
|
15
|
-
...opts,
|
|
16
|
-
});
|
|
17
|
-
this.name = "InternalException";
|
|
18
|
-
this.$fault = "server";
|
|
19
|
-
Object.setPrototypeOf(this, InternalException.prototype);
|
|
20
|
-
this.errorCode = opts.errorCode;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
exports.InternalException = InternalException;
|
|
24
|
-
class InvalidRequestException extends DataSyncServiceException_1.DataSyncServiceException {
|
|
25
|
-
constructor(opts) {
|
|
26
|
-
super({
|
|
27
|
-
name: "InvalidRequestException",
|
|
28
|
-
$fault: "client",
|
|
29
|
-
...opts,
|
|
30
|
-
});
|
|
31
|
-
this.name = "InvalidRequestException";
|
|
32
|
-
this.$fault = "client";
|
|
33
|
-
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
34
|
-
this.errorCode = opts.errorCode;
|
|
35
|
-
this.datasyncErrorCode = opts.datasyncErrorCode;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
exports.InvalidRequestException = InvalidRequestException;
|
|
39
|
-
exports.AgentStatus = {
|
|
40
|
-
OFFLINE: "OFFLINE",
|
|
41
|
-
ONLINE: "ONLINE",
|
|
42
|
-
};
|
|
43
|
-
exports.Atime = {
|
|
44
|
-
BEST_EFFORT: "BEST_EFFORT",
|
|
45
|
-
NONE: "NONE",
|
|
46
|
-
};
|
|
47
|
-
exports.AzureAccessTier = {
|
|
48
|
-
ARCHIVE: "ARCHIVE",
|
|
49
|
-
COOL: "COOL",
|
|
50
|
-
HOT: "HOT",
|
|
51
|
-
};
|
|
52
|
-
exports.AzureBlobAuthenticationType = {
|
|
53
|
-
SAS: "SAS",
|
|
54
|
-
};
|
|
55
|
-
exports.AzureBlobType = {
|
|
56
|
-
BLOCK: "BLOCK",
|
|
57
|
-
};
|
|
58
|
-
exports.EfsInTransitEncryption = {
|
|
59
|
-
NONE: "NONE",
|
|
60
|
-
TLS1_2: "TLS1_2",
|
|
61
|
-
};
|
|
62
|
-
exports.NfsVersion = {
|
|
63
|
-
AUTOMATIC: "AUTOMATIC",
|
|
64
|
-
NFS3: "NFS3",
|
|
65
|
-
NFS4_0: "NFS4_0",
|
|
66
|
-
NFS4_1: "NFS4_1",
|
|
67
|
-
};
|
|
68
|
-
exports.SmbVersion = {
|
|
69
|
-
AUTOMATIC: "AUTOMATIC",
|
|
70
|
-
SMB1: "SMB1",
|
|
71
|
-
SMB2: "SMB2",
|
|
72
|
-
SMB2_0: "SMB2_0",
|
|
73
|
-
SMB3: "SMB3",
|
|
74
|
-
};
|
|
75
|
-
exports.HdfsAuthenticationType = {
|
|
76
|
-
KERBEROS: "KERBEROS",
|
|
77
|
-
SIMPLE: "SIMPLE",
|
|
78
|
-
};
|
|
79
|
-
exports.HdfsDataTransferProtection = {
|
|
80
|
-
AUTHENTICATION: "AUTHENTICATION",
|
|
81
|
-
DISABLED: "DISABLED",
|
|
82
|
-
INTEGRITY: "INTEGRITY",
|
|
83
|
-
PRIVACY: "PRIVACY",
|
|
84
|
-
};
|
|
85
|
-
exports.HdfsRpcProtection = {
|
|
86
|
-
AUTHENTICATION: "AUTHENTICATION",
|
|
87
|
-
DISABLED: "DISABLED",
|
|
88
|
-
INTEGRITY: "INTEGRITY",
|
|
89
|
-
PRIVACY: "PRIVACY",
|
|
90
|
-
};
|
|
91
|
-
exports.ObjectStorageServerProtocol = {
|
|
92
|
-
HTTP: "HTTP",
|
|
93
|
-
HTTPS: "HTTPS",
|
|
94
|
-
};
|
|
95
|
-
exports.S3StorageClass = {
|
|
96
|
-
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
97
|
-
GLACIER: "GLACIER",
|
|
98
|
-
GLACIER_INSTANT_RETRIEVAL: "GLACIER_INSTANT_RETRIEVAL",
|
|
99
|
-
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
100
|
-
ONEZONE_IA: "ONEZONE_IA",
|
|
101
|
-
OUTPOSTS: "OUTPOSTS",
|
|
102
|
-
STANDARD: "STANDARD",
|
|
103
|
-
STANDARD_IA: "STANDARD_IA",
|
|
104
|
-
};
|
|
105
|
-
exports.FilterType = {
|
|
106
|
-
SIMPLE_PATTERN: "SIMPLE_PATTERN",
|
|
107
|
-
};
|
|
108
|
-
exports.Gid = {
|
|
109
|
-
BOTH: "BOTH",
|
|
110
|
-
INT_VALUE: "INT_VALUE",
|
|
111
|
-
NAME: "NAME",
|
|
112
|
-
NONE: "NONE",
|
|
113
|
-
};
|
|
114
|
-
exports.LogLevel = {
|
|
115
|
-
BASIC: "BASIC",
|
|
116
|
-
OFF: "OFF",
|
|
117
|
-
TRANSFER: "TRANSFER",
|
|
118
|
-
};
|
|
119
|
-
exports.Mtime = {
|
|
120
|
-
NONE: "NONE",
|
|
121
|
-
PRESERVE: "PRESERVE",
|
|
122
|
-
};
|
|
123
|
-
exports.ObjectTags = {
|
|
124
|
-
NONE: "NONE",
|
|
125
|
-
PRESERVE: "PRESERVE",
|
|
126
|
-
};
|
|
127
|
-
exports.OverwriteMode = {
|
|
128
|
-
ALWAYS: "ALWAYS",
|
|
129
|
-
NEVER: "NEVER",
|
|
130
|
-
};
|
|
131
|
-
exports.PosixPermissions = {
|
|
132
|
-
NONE: "NONE",
|
|
133
|
-
PRESERVE: "PRESERVE",
|
|
134
|
-
};
|
|
135
|
-
exports.PreserveDeletedFiles = {
|
|
136
|
-
PRESERVE: "PRESERVE",
|
|
137
|
-
REMOVE: "REMOVE",
|
|
138
|
-
};
|
|
139
|
-
exports.PreserveDevices = {
|
|
140
|
-
NONE: "NONE",
|
|
141
|
-
PRESERVE: "PRESERVE",
|
|
142
|
-
};
|
|
143
|
-
exports.SmbSecurityDescriptorCopyFlags = {
|
|
144
|
-
NONE: "NONE",
|
|
145
|
-
OWNER_DACL: "OWNER_DACL",
|
|
146
|
-
OWNER_DACL_SACL: "OWNER_DACL_SACL",
|
|
147
|
-
};
|
|
148
|
-
exports.TaskQueueing = {
|
|
149
|
-
DISABLED: "DISABLED",
|
|
150
|
-
ENABLED: "ENABLED",
|
|
151
|
-
};
|
|
152
|
-
exports.TransferMode = {
|
|
153
|
-
ALL: "ALL",
|
|
154
|
-
CHANGED: "CHANGED",
|
|
155
|
-
};
|
|
156
|
-
exports.Uid = {
|
|
157
|
-
BOTH: "BOTH",
|
|
158
|
-
INT_VALUE: "INT_VALUE",
|
|
159
|
-
NAME: "NAME",
|
|
160
|
-
NONE: "NONE",
|
|
161
|
-
};
|
|
162
|
-
exports.VerifyMode = {
|
|
163
|
-
NONE: "NONE",
|
|
164
|
-
ONLY_FILES_TRANSFERRED: "ONLY_FILES_TRANSFERRED",
|
|
165
|
-
POINT_IN_TIME_CONSISTENT: "POINT_IN_TIME_CONSISTENT",
|
|
166
|
-
};
|
|
167
|
-
exports.ObjectVersionIds = {
|
|
168
|
-
INCLUDE: "INCLUDE",
|
|
169
|
-
NONE: "NONE",
|
|
170
|
-
};
|
|
171
|
-
exports.ReportOutputType = {
|
|
172
|
-
STANDARD: "STANDARD",
|
|
173
|
-
SUMMARY_ONLY: "SUMMARY_ONLY",
|
|
174
|
-
};
|
|
175
|
-
exports.ReportLevel = {
|
|
176
|
-
ERRORS_ONLY: "ERRORS_ONLY",
|
|
177
|
-
SUCCESSES_AND_ERRORS: "SUCCESSES_AND_ERRORS",
|
|
178
|
-
};
|
|
179
|
-
exports.EndpointType = {
|
|
180
|
-
FIPS: "FIPS",
|
|
181
|
-
PRIVATE_LINK: "PRIVATE_LINK",
|
|
182
|
-
PUBLIC: "PUBLIC",
|
|
183
|
-
};
|
|
184
|
-
exports.DiscoveryJobStatus = {
|
|
185
|
-
COMPLETED: "COMPLETED",
|
|
186
|
-
COMPLETED_WITH_ISSUES: "COMPLETED_WITH_ISSUES",
|
|
187
|
-
FAILED: "FAILED",
|
|
188
|
-
RUNNING: "RUNNING",
|
|
189
|
-
STOPPED: "STOPPED",
|
|
190
|
-
TERMINATED: "TERMINATED",
|
|
191
|
-
WARNING: "WARNING",
|
|
192
|
-
};
|
|
193
|
-
exports.StorageSystemConnectivityStatus = {
|
|
194
|
-
FAIL: "FAIL",
|
|
195
|
-
PASS: "PASS",
|
|
196
|
-
UNKNOWN: "UNKNOWN",
|
|
197
|
-
};
|
|
198
|
-
exports.DiscoveryResourceType = {
|
|
199
|
-
CLUSTER: "CLUSTER",
|
|
200
|
-
SVM: "SVM",
|
|
201
|
-
VOLUME: "VOLUME",
|
|
202
|
-
};
|
|
203
|
-
exports.DiscoveryResourceFilter = {
|
|
204
|
-
SVM: "SVM",
|
|
205
|
-
};
|
|
206
|
-
exports.RecommendationStatus = {
|
|
207
|
-
COMPLETED: "COMPLETED",
|
|
208
|
-
FAILED: "FAILED",
|
|
209
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
210
|
-
NONE: "NONE",
|
|
211
|
-
};
|
|
212
|
-
exports.TaskStatus = {
|
|
213
|
-
AVAILABLE: "AVAILABLE",
|
|
214
|
-
CREATING: "CREATING",
|
|
215
|
-
QUEUED: "QUEUED",
|
|
216
|
-
RUNNING: "RUNNING",
|
|
217
|
-
UNAVAILABLE: "UNAVAILABLE",
|
|
218
|
-
};
|
|
219
|
-
exports.PhaseStatus = {
|
|
220
|
-
ERROR: "ERROR",
|
|
221
|
-
PENDING: "PENDING",
|
|
222
|
-
SUCCESS: "SUCCESS",
|
|
223
|
-
};
|
|
224
|
-
exports.TaskExecutionStatus = {
|
|
225
|
-
ERROR: "ERROR",
|
|
226
|
-
LAUNCHING: "LAUNCHING",
|
|
227
|
-
PREPARING: "PREPARING",
|
|
228
|
-
QUEUED: "QUEUED",
|
|
229
|
-
SUCCESS: "SUCCESS",
|
|
230
|
-
TRANSFERRING: "TRANSFERRING",
|
|
231
|
-
VERIFYING: "VERIFYING",
|
|
232
|
-
};
|
|
233
|
-
exports.LocationFilterName = {
|
|
234
|
-
CreationTime: "CreationTime",
|
|
235
|
-
LocationType: "LocationType",
|
|
236
|
-
LocationUri: "LocationUri",
|
|
237
|
-
};
|
|
238
|
-
exports.Operator = {
|
|
239
|
-
BEGINS_WITH: "BeginsWith",
|
|
240
|
-
CONTAINS: "Contains",
|
|
241
|
-
EQ: "Equals",
|
|
242
|
-
GE: "GreaterThanOrEqual",
|
|
243
|
-
GT: "GreaterThan",
|
|
244
|
-
IN: "In",
|
|
245
|
-
LE: "LessThanOrEqual",
|
|
246
|
-
LT: "LessThan",
|
|
247
|
-
NE: "NotEquals",
|
|
248
|
-
NOT_CONTAINS: "NotContains",
|
|
249
|
-
};
|
|
250
|
-
exports.TaskFilterName = {
|
|
251
|
-
CreationTime: "CreationTime",
|
|
252
|
-
LocationId: "LocationId",
|
|
253
|
-
};
|
|
254
|
-
const CredentialsFilterSensitiveLog = (obj) => ({
|
|
255
|
-
...obj,
|
|
256
|
-
...(obj.Username && { Username: smithy_client_1.SENSITIVE_STRING }),
|
|
257
|
-
...(obj.Password && { Password: smithy_client_1.SENSITIVE_STRING }),
|
|
258
|
-
});
|
|
259
|
-
exports.CredentialsFilterSensitiveLog = CredentialsFilterSensitiveLog;
|
|
260
|
-
const AddStorageSystemRequestFilterSensitiveLog = (obj) => ({
|
|
261
|
-
...obj,
|
|
262
|
-
...(obj.Credentials && { Credentials: (0, exports.CredentialsFilterSensitiveLog)(obj.Credentials) }),
|
|
263
|
-
});
|
|
264
|
-
exports.AddStorageSystemRequestFilterSensitiveLog = AddStorageSystemRequestFilterSensitiveLog;
|
|
265
|
-
const AzureBlobSasConfigurationFilterSensitiveLog = (obj) => ({
|
|
266
|
-
...obj,
|
|
267
|
-
...(obj.Token && { Token: smithy_client_1.SENSITIVE_STRING }),
|
|
268
|
-
});
|
|
269
|
-
exports.AzureBlobSasConfigurationFilterSensitiveLog = AzureBlobSasConfigurationFilterSensitiveLog;
|
|
270
|
-
const CreateLocationAzureBlobRequestFilterSensitiveLog = (obj) => ({
|
|
271
|
-
...obj,
|
|
272
|
-
...(obj.SasConfiguration && { SasConfiguration: (0, exports.AzureBlobSasConfigurationFilterSensitiveLog)(obj.SasConfiguration) }),
|
|
273
|
-
});
|
|
274
|
-
exports.CreateLocationAzureBlobRequestFilterSensitiveLog = CreateLocationAzureBlobRequestFilterSensitiveLog;
|
|
275
|
-
const FsxProtocolSmbFilterSensitiveLog = (obj) => ({
|
|
276
|
-
...obj,
|
|
277
|
-
...(obj.Password && { Password: smithy_client_1.SENSITIVE_STRING }),
|
|
278
|
-
});
|
|
279
|
-
exports.FsxProtocolSmbFilterSensitiveLog = FsxProtocolSmbFilterSensitiveLog;
|
|
280
|
-
const FsxProtocolFilterSensitiveLog = (obj) => ({
|
|
281
|
-
...obj,
|
|
282
|
-
...(obj.SMB && { SMB: (0, exports.FsxProtocolSmbFilterSensitiveLog)(obj.SMB) }),
|
|
283
|
-
});
|
|
284
|
-
exports.FsxProtocolFilterSensitiveLog = FsxProtocolFilterSensitiveLog;
|
|
285
|
-
const CreateLocationFsxOntapRequestFilterSensitiveLog = (obj) => ({
|
|
286
|
-
...obj,
|
|
287
|
-
...(obj.Protocol && { Protocol: (0, exports.FsxProtocolFilterSensitiveLog)(obj.Protocol) }),
|
|
288
|
-
});
|
|
289
|
-
exports.CreateLocationFsxOntapRequestFilterSensitiveLog = CreateLocationFsxOntapRequestFilterSensitiveLog;
|
|
290
|
-
const CreateLocationFsxOpenZfsRequestFilterSensitiveLog = (obj) => ({
|
|
291
|
-
...obj,
|
|
292
|
-
...(obj.Protocol && { Protocol: (0, exports.FsxProtocolFilterSensitiveLog)(obj.Protocol) }),
|
|
293
|
-
});
|
|
294
|
-
exports.CreateLocationFsxOpenZfsRequestFilterSensitiveLog = CreateLocationFsxOpenZfsRequestFilterSensitiveLog;
|
|
295
|
-
const CreateLocationFsxWindowsRequestFilterSensitiveLog = (obj) => ({
|
|
296
|
-
...obj,
|
|
297
|
-
...(obj.Password && { Password: smithy_client_1.SENSITIVE_STRING }),
|
|
298
|
-
});
|
|
299
|
-
exports.CreateLocationFsxWindowsRequestFilterSensitiveLog = CreateLocationFsxWindowsRequestFilterSensitiveLog;
|
|
300
|
-
const CreateLocationObjectStorageRequestFilterSensitiveLog = (obj) => ({
|
|
301
|
-
...obj,
|
|
302
|
-
...(obj.SecretKey && { SecretKey: smithy_client_1.SENSITIVE_STRING }),
|
|
303
|
-
});
|
|
304
|
-
exports.CreateLocationObjectStorageRequestFilterSensitiveLog = CreateLocationObjectStorageRequestFilterSensitiveLog;
|
|
305
|
-
const CreateLocationSmbRequestFilterSensitiveLog = (obj) => ({
|
|
306
|
-
...obj,
|
|
307
|
-
...(obj.Password && { Password: smithy_client_1.SENSITIVE_STRING }),
|
|
308
|
-
});
|
|
309
|
-
exports.CreateLocationSmbRequestFilterSensitiveLog = CreateLocationSmbRequestFilterSensitiveLog;
|
|
310
|
-
const DescribeLocationFsxOntapResponseFilterSensitiveLog = (obj) => ({
|
|
311
|
-
...obj,
|
|
312
|
-
...(obj.Protocol && { Protocol: (0, exports.FsxProtocolFilterSensitiveLog)(obj.Protocol) }),
|
|
313
|
-
});
|
|
314
|
-
exports.DescribeLocationFsxOntapResponseFilterSensitiveLog = DescribeLocationFsxOntapResponseFilterSensitiveLog;
|
|
315
|
-
const DescribeLocationFsxOpenZfsResponseFilterSensitiveLog = (obj) => ({
|
|
316
|
-
...obj,
|
|
317
|
-
...(obj.Protocol && { Protocol: (0, exports.FsxProtocolFilterSensitiveLog)(obj.Protocol) }),
|
|
318
|
-
});
|
|
319
|
-
exports.DescribeLocationFsxOpenZfsResponseFilterSensitiveLog = DescribeLocationFsxOpenZfsResponseFilterSensitiveLog;
|
|
320
|
-
const UpdateLocationAzureBlobRequestFilterSensitiveLog = (obj) => ({
|
|
321
|
-
...obj,
|
|
322
|
-
...(obj.SasConfiguration && { SasConfiguration: (0, exports.AzureBlobSasConfigurationFilterSensitiveLog)(obj.SasConfiguration) }),
|
|
323
|
-
});
|
|
324
|
-
exports.UpdateLocationAzureBlobRequestFilterSensitiveLog = UpdateLocationAzureBlobRequestFilterSensitiveLog;
|
|
325
|
-
const UpdateLocationObjectStorageRequestFilterSensitiveLog = (obj) => ({
|
|
326
|
-
...obj,
|
|
327
|
-
...(obj.SecretKey && { SecretKey: smithy_client_1.SENSITIVE_STRING }),
|
|
328
|
-
});
|
|
329
|
-
exports.UpdateLocationObjectStorageRequestFilterSensitiveLog = UpdateLocationObjectStorageRequestFilterSensitiveLog;
|
|
330
|
-
const UpdateLocationSmbRequestFilterSensitiveLog = (obj) => ({
|
|
331
|
-
...obj,
|
|
332
|
-
...(obj.Password && { Password: smithy_client_1.SENSITIVE_STRING }),
|
|
333
|
-
});
|
|
334
|
-
exports.UpdateLocationSmbRequestFilterSensitiveLog = UpdateLocationSmbRequestFilterSensitiveLog;
|
|
335
|
-
const UpdateStorageSystemRequestFilterSensitiveLog = (obj) => ({
|
|
336
|
-
...obj,
|
|
337
|
-
...(obj.Credentials && { Credentials: (0, exports.CredentialsFilterSensitiveLog)(obj.Credentials) }),
|
|
338
|
-
});
|
|
339
|
-
exports.UpdateStorageSystemRequestFilterSensitiveLog = UpdateStorageSystemRequestFilterSensitiveLog;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeStorageSystemResourceMetrics = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeStorageSystemResourceMetricsCommand_1 = require("../commands/DescribeStorageSystemResourceMetricsCommand");
|
|
6
|
-
const DataSyncClient_1 = require("../DataSyncClient");
|
|
7
|
-
exports.paginateDescribeStorageSystemResourceMetrics = (0, core_1.createPaginator)(DataSyncClient_1.DataSyncClient, DescribeStorageSystemResourceMetricsCommand_1.DescribeStorageSystemResourceMetricsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeStorageSystemResources = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeStorageSystemResourcesCommand_1 = require("../commands/DescribeStorageSystemResourcesCommand");
|
|
6
|
-
const DataSyncClient_1 = require("../DataSyncClient");
|
|
7
|
-
exports.paginateDescribeStorageSystemResources = (0, core_1.createPaginator)(DataSyncClient_1.DataSyncClient, DescribeStorageSystemResourcesCommand_1.DescribeStorageSystemResourcesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListAgents = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListAgentsCommand_1 = require("../commands/ListAgentsCommand");
|
|
6
|
-
const DataSyncClient_1 = require("../DataSyncClient");
|
|
7
|
-
exports.paginateListAgents = (0, core_1.createPaginator)(DataSyncClient_1.DataSyncClient, ListAgentsCommand_1.ListAgentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDiscoveryJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListDiscoveryJobsCommand_1 = require("../commands/ListDiscoveryJobsCommand");
|
|
6
|
-
const DataSyncClient_1 = require("../DataSyncClient");
|
|
7
|
-
exports.paginateListDiscoveryJobs = (0, core_1.createPaginator)(DataSyncClient_1.DataSyncClient, ListDiscoveryJobsCommand_1.ListDiscoveryJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListLocations = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListLocationsCommand_1 = require("../commands/ListLocationsCommand");
|
|
6
|
-
const DataSyncClient_1 = require("../DataSyncClient");
|
|
7
|
-
exports.paginateListLocations = (0, core_1.createPaginator)(DataSyncClient_1.DataSyncClient, ListLocationsCommand_1.ListLocationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListStorageSystems = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListStorageSystemsCommand_1 = require("../commands/ListStorageSystemsCommand");
|
|
6
|
-
const DataSyncClient_1 = require("../DataSyncClient");
|
|
7
|
-
exports.paginateListStorageSystems = (0, core_1.createPaginator)(DataSyncClient_1.DataSyncClient, ListStorageSystemsCommand_1.ListStorageSystemsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTagsForResource = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTagsForResourceCommand_1 = require("../commands/ListTagsForResourceCommand");
|
|
6
|
-
const DataSyncClient_1 = require("../DataSyncClient");
|
|
7
|
-
exports.paginateListTagsForResource = (0, core_1.createPaginator)(DataSyncClient_1.DataSyncClient, ListTagsForResourceCommand_1.ListTagsForResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTaskExecutions = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTaskExecutionsCommand_1 = require("../commands/ListTaskExecutionsCommand");
|
|
6
|
-
const DataSyncClient_1 = require("../DataSyncClient");
|
|
7
|
-
exports.paginateListTaskExecutions = (0, core_1.createPaginator)(DataSyncClient_1.DataSyncClient, ListTaskExecutionsCommand_1.ListTaskExecutionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTasks = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTasksCommand_1 = require("../commands/ListTasksCommand");
|
|
6
|
-
const DataSyncClient_1 = require("../DataSyncClient");
|
|
7
|
-
exports.paginateListTasks = (0, core_1.createPaginator)(DataSyncClient_1.DataSyncClient, ListTasksCommand_1.ListTasksCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,13 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./DescribeStorageSystemResourceMetricsPaginator"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./DescribeStorageSystemResourcesPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListAgentsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListDiscoveryJobsPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListLocationsPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListStorageSystemsPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./ListTagsForResourcePaginator"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./ListTaskExecutionsPaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./ListTasksPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|