@aws-sdk/client-datasync 3.762.0 → 3.774.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/index.js +40 -40
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AddStorageSystemCommand: () => AddStorageSystemCommand,
|
|
25
25
|
AddStorageSystemRequestFilterSensitiveLog: () => AddStorageSystemRequestFilterSensitiveLog,
|
|
26
26
|
AgentStatus: () => AgentStatus,
|
|
@@ -174,7 +174,7 @@ __export(src_exports, {
|
|
|
174
174
|
paginateListTaskExecutions: () => paginateListTaskExecutions,
|
|
175
175
|
paginateListTasks: () => paginateListTasks
|
|
176
176
|
});
|
|
177
|
-
module.exports = __toCommonJS(
|
|
177
|
+
module.exports = __toCommonJS(index_exports);
|
|
178
178
|
|
|
179
179
|
// src/DataSyncClient.ts
|
|
180
180
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -301,9 +301,9 @@ var DataSyncClient = class extends import_smithy_client.Client {
|
|
|
301
301
|
this.middlewareStack.use(
|
|
302
302
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
303
303
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultDataSyncHttpAuthSchemeParametersProvider,
|
|
304
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
304
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
305
305
|
"aws.auth#sigv4": config.credentials
|
|
306
|
-
})
|
|
306
|
+
}), "identityProviderConfigProvider")
|
|
307
307
|
})
|
|
308
308
|
);
|
|
309
309
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -2171,12 +2171,12 @@ var se_CreateLocationSmbRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
2171
2171
|
var se_DescribeStorageSystemResourceMetricsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2172
2172
|
return (0, import_smithy_client.take)(input, {
|
|
2173
2173
|
DiscoveryJobArn: [],
|
|
2174
|
-
EndTime: (_) => _.getTime() / 1e3,
|
|
2174
|
+
EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
|
|
2175
2175
|
MaxResults: [],
|
|
2176
2176
|
NextToken: [],
|
|
2177
2177
|
ResourceId: [],
|
|
2178
2178
|
ResourceType: [],
|
|
2179
|
-
StartTime: (_) => _.getTime() / 1e3
|
|
2179
|
+
StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime")
|
|
2180
2180
|
});
|
|
2181
2181
|
}, "se_DescribeStorageSystemResourceMetricsRequest");
|
|
2182
2182
|
var se_StartDiscoveryJobRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2237,9 +2237,9 @@ var se_UpdateLocationSmbRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
2237
2237
|
var de_DescribeAgentResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2238
2238
|
return (0, import_smithy_client.take)(output, {
|
|
2239
2239
|
AgentArn: import_smithy_client.expectString,
|
|
2240
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2240
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2241
2241
|
EndpointType: import_smithy_client.expectString,
|
|
2242
|
-
LastConnectionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2242
|
+
LastConnectionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastConnectionTime"),
|
|
2243
2243
|
Name: import_smithy_client.expectString,
|
|
2244
2244
|
Platform: import_smithy_client._json,
|
|
2245
2245
|
PrivateLinkConfig: import_smithy_client._json,
|
|
@@ -2250,8 +2250,8 @@ var de_DescribeDiscoveryJobResponse = /* @__PURE__ */ __name((output, context) =
|
|
|
2250
2250
|
return (0, import_smithy_client.take)(output, {
|
|
2251
2251
|
CollectionDurationMinutes: import_smithy_client.expectInt32,
|
|
2252
2252
|
DiscoveryJobArn: import_smithy_client.expectString,
|
|
2253
|
-
JobEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2254
|
-
JobStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2253
|
+
JobEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "JobEndTime"),
|
|
2254
|
+
JobStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "JobStartTime"),
|
|
2255
2255
|
Status: import_smithy_client.expectString,
|
|
2256
2256
|
StorageSystemArn: import_smithy_client.expectString
|
|
2257
2257
|
});
|
|
@@ -2262,7 +2262,7 @@ var de_DescribeLocationAzureBlobResponse = /* @__PURE__ */ __name((output, conte
|
|
|
2262
2262
|
AgentArns: import_smithy_client._json,
|
|
2263
2263
|
AuthenticationType: import_smithy_client.expectString,
|
|
2264
2264
|
BlobType: import_smithy_client.expectString,
|
|
2265
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2265
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2266
2266
|
LocationArn: import_smithy_client.expectString,
|
|
2267
2267
|
LocationUri: import_smithy_client.expectString
|
|
2268
2268
|
});
|
|
@@ -2270,7 +2270,7 @@ var de_DescribeLocationAzureBlobResponse = /* @__PURE__ */ __name((output, conte
|
|
|
2270
2270
|
var de_DescribeLocationEfsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2271
2271
|
return (0, import_smithy_client.take)(output, {
|
|
2272
2272
|
AccessPointArn: import_smithy_client.expectString,
|
|
2273
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2273
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2274
2274
|
Ec2Config: import_smithy_client._json,
|
|
2275
2275
|
FileSystemAccessRoleArn: import_smithy_client.expectString,
|
|
2276
2276
|
InTransitEncryption: import_smithy_client.expectString,
|
|
@@ -2280,7 +2280,7 @@ var de_DescribeLocationEfsResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
2280
2280
|
}, "de_DescribeLocationEfsResponse");
|
|
2281
2281
|
var de_DescribeLocationFsxLustreResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2282
2282
|
return (0, import_smithy_client.take)(output, {
|
|
2283
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2283
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2284
2284
|
LocationArn: import_smithy_client.expectString,
|
|
2285
2285
|
LocationUri: import_smithy_client.expectString,
|
|
2286
2286
|
SecurityGroupArns: import_smithy_client._json
|
|
@@ -2288,7 +2288,7 @@ var de_DescribeLocationFsxLustreResponse = /* @__PURE__ */ __name((output, conte
|
|
|
2288
2288
|
}, "de_DescribeLocationFsxLustreResponse");
|
|
2289
2289
|
var de_DescribeLocationFsxOntapResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2290
2290
|
return (0, import_smithy_client.take)(output, {
|
|
2291
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2291
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2292
2292
|
FsxFilesystemArn: import_smithy_client.expectString,
|
|
2293
2293
|
LocationArn: import_smithy_client.expectString,
|
|
2294
2294
|
LocationUri: import_smithy_client.expectString,
|
|
@@ -2299,7 +2299,7 @@ var de_DescribeLocationFsxOntapResponse = /* @__PURE__ */ __name((output, contex
|
|
|
2299
2299
|
}, "de_DescribeLocationFsxOntapResponse");
|
|
2300
2300
|
var de_DescribeLocationFsxOpenZfsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2301
2301
|
return (0, import_smithy_client.take)(output, {
|
|
2302
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2302
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2303
2303
|
LocationArn: import_smithy_client.expectString,
|
|
2304
2304
|
LocationUri: import_smithy_client.expectString,
|
|
2305
2305
|
Protocol: import_smithy_client._json,
|
|
@@ -2308,7 +2308,7 @@ var de_DescribeLocationFsxOpenZfsResponse = /* @__PURE__ */ __name((output, cont
|
|
|
2308
2308
|
}, "de_DescribeLocationFsxOpenZfsResponse");
|
|
2309
2309
|
var de_DescribeLocationFsxWindowsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2310
2310
|
return (0, import_smithy_client.take)(output, {
|
|
2311
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2311
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2312
2312
|
Domain: import_smithy_client.expectString,
|
|
2313
2313
|
LocationArn: import_smithy_client.expectString,
|
|
2314
2314
|
LocationUri: import_smithy_client.expectString,
|
|
@@ -2321,7 +2321,7 @@ var de_DescribeLocationHdfsResponse = /* @__PURE__ */ __name((output, context) =
|
|
|
2321
2321
|
AgentArns: import_smithy_client._json,
|
|
2322
2322
|
AuthenticationType: import_smithy_client.expectString,
|
|
2323
2323
|
BlockSize: import_smithy_client.expectInt32,
|
|
2324
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2324
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2325
2325
|
KerberosPrincipal: import_smithy_client.expectString,
|
|
2326
2326
|
KmsKeyProviderUri: import_smithy_client.expectString,
|
|
2327
2327
|
LocationArn: import_smithy_client.expectString,
|
|
@@ -2334,7 +2334,7 @@ var de_DescribeLocationHdfsResponse = /* @__PURE__ */ __name((output, context) =
|
|
|
2334
2334
|
}, "de_DescribeLocationHdfsResponse");
|
|
2335
2335
|
var de_DescribeLocationNfsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2336
2336
|
return (0, import_smithy_client.take)(output, {
|
|
2337
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2337
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2338
2338
|
LocationArn: import_smithy_client.expectString,
|
|
2339
2339
|
LocationUri: import_smithy_client.expectString,
|
|
2340
2340
|
MountOptions: import_smithy_client._json,
|
|
@@ -2345,7 +2345,7 @@ var de_DescribeLocationObjectStorageResponse = /* @__PURE__ */ __name((output, c
|
|
|
2345
2345
|
return (0, import_smithy_client.take)(output, {
|
|
2346
2346
|
AccessKey: import_smithy_client.expectString,
|
|
2347
2347
|
AgentArns: import_smithy_client._json,
|
|
2348
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2348
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2349
2349
|
LocationArn: import_smithy_client.expectString,
|
|
2350
2350
|
LocationUri: import_smithy_client.expectString,
|
|
2351
2351
|
ServerCertificate: context.base64Decoder,
|
|
@@ -2356,7 +2356,7 @@ var de_DescribeLocationObjectStorageResponse = /* @__PURE__ */ __name((output, c
|
|
|
2356
2356
|
var de_DescribeLocationS3Response = /* @__PURE__ */ __name((output, context) => {
|
|
2357
2357
|
return (0, import_smithy_client.take)(output, {
|
|
2358
2358
|
AgentArns: import_smithy_client._json,
|
|
2359
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2359
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2360
2360
|
LocationArn: import_smithy_client.expectString,
|
|
2361
2361
|
LocationUri: import_smithy_client.expectString,
|
|
2362
2362
|
S3Config: import_smithy_client._json,
|
|
@@ -2367,7 +2367,7 @@ var de_DescribeLocationSmbResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
2367
2367
|
return (0, import_smithy_client.take)(output, {
|
|
2368
2368
|
AgentArns: import_smithy_client._json,
|
|
2369
2369
|
AuthenticationType: import_smithy_client.expectString,
|
|
2370
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2370
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2371
2371
|
DnsIpAddresses: import_smithy_client._json,
|
|
2372
2372
|
Domain: import_smithy_client.expectString,
|
|
2373
2373
|
KerberosPrincipal: import_smithy_client.expectString,
|
|
@@ -2379,14 +2379,14 @@ var de_DescribeLocationSmbResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
2379
2379
|
}, "de_DescribeLocationSmbResponse");
|
|
2380
2380
|
var de_DescribeStorageSystemResourceMetricsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2381
2381
|
return (0, import_smithy_client.take)(output, {
|
|
2382
|
-
Metrics: (_) => de_Metrics(_, context),
|
|
2382
|
+
Metrics: /* @__PURE__ */ __name((_) => de_Metrics(_, context), "Metrics"),
|
|
2383
2383
|
NextToken: import_smithy_client.expectString
|
|
2384
2384
|
});
|
|
2385
2385
|
}, "de_DescribeStorageSystemResourceMetricsResponse");
|
|
2386
2386
|
var de_DescribeStorageSystemResourcesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2387
2387
|
return (0, import_smithy_client.take)(output, {
|
|
2388
2388
|
NextToken: import_smithy_client.expectString,
|
|
2389
|
-
ResourceDetails: (_) => de_ResourceDetails(_, context)
|
|
2389
|
+
ResourceDetails: /* @__PURE__ */ __name((_) => de_ResourceDetails(_, context), "ResourceDetails")
|
|
2390
2390
|
});
|
|
2391
2391
|
}, "de_DescribeStorageSystemResourcesResponse");
|
|
2392
2392
|
var de_DescribeStorageSystemResponse = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2394,7 +2394,7 @@ var de_DescribeStorageSystemResponse = /* @__PURE__ */ __name((output, context)
|
|
|
2394
2394
|
AgentArns: import_smithy_client._json,
|
|
2395
2395
|
CloudWatchLogGroupArn: import_smithy_client.expectString,
|
|
2396
2396
|
ConnectivityStatus: import_smithy_client.expectString,
|
|
2397
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2397
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2398
2398
|
ErrorMessage: import_smithy_client.expectString,
|
|
2399
2399
|
Name: import_smithy_client.expectString,
|
|
2400
2400
|
SecretsManagerArn: import_smithy_client.expectString,
|
|
@@ -2424,7 +2424,7 @@ var de_DescribeTaskExecutionResponse = /* @__PURE__ */ __name((output, context)
|
|
|
2424
2424
|
Options: import_smithy_client._json,
|
|
2425
2425
|
ReportResult: import_smithy_client._json,
|
|
2426
2426
|
Result: import_smithy_client._json,
|
|
2427
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2427
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
2428
2428
|
Status: import_smithy_client.expectString,
|
|
2429
2429
|
TaskExecutionArn: import_smithy_client.expectString,
|
|
2430
2430
|
TaskMode: import_smithy_client.expectString,
|
|
@@ -2434,7 +2434,7 @@ var de_DescribeTaskExecutionResponse = /* @__PURE__ */ __name((output, context)
|
|
|
2434
2434
|
var de_DescribeTaskResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2435
2435
|
return (0, import_smithy_client.take)(output, {
|
|
2436
2436
|
CloudWatchLogGroupArn: import_smithy_client.expectString,
|
|
2437
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2437
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2438
2438
|
CurrentTaskExecutionArn: import_smithy_client.expectString,
|
|
2439
2439
|
DestinationLocationArn: import_smithy_client.expectString,
|
|
2440
2440
|
DestinationNetworkInterfaceArns: import_smithy_client._json,
|
|
@@ -2446,7 +2446,7 @@ var de_DescribeTaskResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2446
2446
|
Name: import_smithy_client.expectString,
|
|
2447
2447
|
Options: import_smithy_client._json,
|
|
2448
2448
|
Schedule: import_smithy_client._json,
|
|
2449
|
-
ScheduleDetails: (_) => de_TaskScheduleDetails(_, context),
|
|
2449
|
+
ScheduleDetails: /* @__PURE__ */ __name((_) => de_TaskScheduleDetails(_, context), "ScheduleDetails"),
|
|
2450
2450
|
SourceLocationArn: import_smithy_client.expectString,
|
|
2451
2451
|
SourceNetworkInterfaceArns: import_smithy_client._json,
|
|
2452
2452
|
Status: import_smithy_client.expectString,
|
|
@@ -2500,7 +2500,7 @@ var de_NetAppONTAPCluster = /* @__PURE__ */ __name((output, context) => {
|
|
|
2500
2500
|
ClusterCloudStorageUsed: import_smithy_client.expectLong,
|
|
2501
2501
|
ClusterName: import_smithy_client.expectString,
|
|
2502
2502
|
LunCount: import_smithy_client.expectLong,
|
|
2503
|
-
MaxP95Performance: (_) => de_MaxP95Performance(_, context),
|
|
2503
|
+
MaxP95Performance: /* @__PURE__ */ __name((_) => de_MaxP95Performance(_, context), "MaxP95Performance"),
|
|
2504
2504
|
NfsExportedVolumes: import_smithy_client.expectLong,
|
|
2505
2505
|
RecommendationStatus: import_smithy_client.expectString,
|
|
2506
2506
|
Recommendations: import_smithy_client._json,
|
|
@@ -2519,7 +2519,7 @@ var de_NetAppONTAPSVM = /* @__PURE__ */ __name((output, context) => {
|
|
|
2519
2519
|
ClusterUuid: import_smithy_client.expectString,
|
|
2520
2520
|
EnabledProtocols: import_smithy_client._json,
|
|
2521
2521
|
LunCount: import_smithy_client.expectLong,
|
|
2522
|
-
MaxP95Performance: (_) => de_MaxP95Performance(_, context),
|
|
2522
|
+
MaxP95Performance: /* @__PURE__ */ __name((_) => de_MaxP95Performance(_, context), "MaxP95Performance"),
|
|
2523
2523
|
NfsExportedVolumes: import_smithy_client.expectLong,
|
|
2524
2524
|
RecommendationStatus: import_smithy_client.expectString,
|
|
2525
2525
|
Recommendations: import_smithy_client._json,
|
|
@@ -2544,7 +2544,7 @@ var de_NetAppONTAPVolume = /* @__PURE__ */ __name((output, context) => {
|
|
|
2544
2544
|
CifsShareCount: import_smithy_client.expectLong,
|
|
2545
2545
|
LogicalCapacityUsed: import_smithy_client.expectLong,
|
|
2546
2546
|
LunCount: import_smithy_client.expectLong,
|
|
2547
|
-
MaxP95Performance: (_) => de_MaxP95Performance(_, context),
|
|
2547
|
+
MaxP95Performance: /* @__PURE__ */ __name((_) => de_MaxP95Performance(_, context), "MaxP95Performance"),
|
|
2548
2548
|
NfsExported: import_smithy_client.expectBoolean,
|
|
2549
2549
|
RecommendationStatus: import_smithy_client.expectString,
|
|
2550
2550
|
Recommendations: import_smithy_client._json,
|
|
@@ -2564,32 +2564,32 @@ var de_NetAppONTAPVolumes = /* @__PURE__ */ __name((output, context) => {
|
|
|
2564
2564
|
}, "de_NetAppONTAPVolumes");
|
|
2565
2565
|
var de_P95Metrics = /* @__PURE__ */ __name((output, context) => {
|
|
2566
2566
|
return (0, import_smithy_client.take)(output, {
|
|
2567
|
-
IOPS: (_) => de_IOPS(_, context),
|
|
2568
|
-
Latency: (_) => de_Latency(_, context),
|
|
2569
|
-
Throughput: (_) => de_Throughput(_, context)
|
|
2567
|
+
IOPS: /* @__PURE__ */ __name((_) => de_IOPS(_, context), "IOPS"),
|
|
2568
|
+
Latency: /* @__PURE__ */ __name((_) => de_Latency(_, context), "Latency"),
|
|
2569
|
+
Throughput: /* @__PURE__ */ __name((_) => de_Throughput(_, context), "Throughput")
|
|
2570
2570
|
});
|
|
2571
2571
|
}, "de_P95Metrics");
|
|
2572
2572
|
var de_ResourceDetails = /* @__PURE__ */ __name((output, context) => {
|
|
2573
2573
|
return (0, import_smithy_client.take)(output, {
|
|
2574
|
-
NetAppONTAPClusters: (_) => de_NetAppONTAPClusters(_, context),
|
|
2575
|
-
NetAppONTAPSVMs: (_) => de_NetAppONTAPSVMs(_, context),
|
|
2576
|
-
NetAppONTAPVolumes: (_) => de_NetAppONTAPVolumes(_, context)
|
|
2574
|
+
NetAppONTAPClusters: /* @__PURE__ */ __name((_) => de_NetAppONTAPClusters(_, context), "NetAppONTAPClusters"),
|
|
2575
|
+
NetAppONTAPSVMs: /* @__PURE__ */ __name((_) => de_NetAppONTAPSVMs(_, context), "NetAppONTAPSVMs"),
|
|
2576
|
+
NetAppONTAPVolumes: /* @__PURE__ */ __name((_) => de_NetAppONTAPVolumes(_, context), "NetAppONTAPVolumes")
|
|
2577
2577
|
});
|
|
2578
2578
|
}, "de_ResourceDetails");
|
|
2579
2579
|
var de_ResourceMetrics = /* @__PURE__ */ __name((output, context) => {
|
|
2580
2580
|
return (0, import_smithy_client.take)(output, {
|
|
2581
2581
|
Capacity: import_smithy_client._json,
|
|
2582
|
-
P95Metrics: (_) => de_P95Metrics(_, context),
|
|
2582
|
+
P95Metrics: /* @__PURE__ */ __name((_) => de_P95Metrics(_, context), "P95Metrics"),
|
|
2583
2583
|
ResourceId: import_smithy_client.expectString,
|
|
2584
2584
|
ResourceType: import_smithy_client.expectString,
|
|
2585
|
-
Timestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2585
|
+
Timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Timestamp")
|
|
2586
2586
|
});
|
|
2587
2587
|
}, "de_ResourceMetrics");
|
|
2588
2588
|
var de_TaskScheduleDetails = /* @__PURE__ */ __name((output, context) => {
|
|
2589
2589
|
return (0, import_smithy_client.take)(output, {
|
|
2590
2590
|
DisabledBy: import_smithy_client.expectString,
|
|
2591
2591
|
DisabledReason: import_smithy_client.expectString,
|
|
2592
|
-
StatusUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2592
|
+
StatusUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StatusUpdateTime")
|
|
2593
2593
|
});
|
|
2594
2594
|
}, "de_TaskScheduleDetails");
|
|
2595
2595
|
var de_Throughput = /* @__PURE__ */ __name((output, context) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-datasync",
|
|
3
3
|
"description": "AWS SDK for JavaScript Datasync Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.774.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-datasync",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|