@aws-sdk/client-datasync 3.810.0 → 3.814.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/README.md +3 -107
- package/dist-cjs/index.js +26 -890
- package/dist-es/DataSync.js +0 -26
- package/dist-es/commands/index.js +0 -13
- package/dist-es/models/models_0.js +18 -62
- package/dist-es/pagination/index.js +0 -4
- package/dist-es/protocols/Aws_json1_1.js +2 -554
- package/dist-types/DataSync.d.ts +3 -96
- package/dist-types/DataSyncClient.d.ts +5 -18
- package/dist-types/commands/CreateAgentCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +5 -4
- package/dist-types/commands/CreateLocationHdfsCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocationNfsCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +1 -2
- package/dist-types/commands/CreateLocationS3Command.d.ts +4 -2
- package/dist-types/commands/CreateTaskCommand.d.ts +4 -3
- package/dist-types/commands/DescribeAgentCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTaskCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLocationEfsCommand.d.ts +4 -2
- package/dist-types/commands/UpdateLocationFsxLustreCommand.d.ts +4 -2
- package/dist-types/commands/UpdateLocationFsxOntapCommand.d.ts +4 -2
- package/dist-types/commands/UpdateLocationFsxOpenZfsCommand.d.ts +5 -3
- package/dist-types/commands/UpdateLocationFsxWindowsCommand.d.ts +4 -2
- package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +4 -3
- package/dist-types/commands/UpdateLocationNfsCommand.d.ts +4 -3
- package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +4 -2
- package/dist-types/commands/UpdateLocationS3Command.d.ts +3 -2
- package/dist-types/commands/UpdateLocationSmbCommand.d.ts +4 -3
- package/dist-types/commands/UpdateTaskCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +0 -13
- package/dist-types/index.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +368 -1499
- package/dist-types/pagination/index.d.ts +0 -4
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -117
- package/dist-types/ts3.4/DataSync.d.ts +0 -229
- package/dist-types/ts3.4/DataSyncClient.d.ts +0 -78
- package/dist-types/ts3.4/commands/index.d.ts +0 -13
- package/dist-types/ts3.4/models/models_0.d.ts +18 -307
- package/dist-types/ts3.4/pagination/index.d.ts +0 -4
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -156
- package/package.json +6 -8
- package/dist-es/commands/AddStorageSystemCommand.js +0 -23
- package/dist-es/commands/DescribeDiscoveryJobCommand.js +0 -22
- package/dist-es/commands/DescribeStorageSystemCommand.js +0 -22
- package/dist-es/commands/DescribeStorageSystemResourceMetricsCommand.js +0 -22
- package/dist-es/commands/DescribeStorageSystemResourcesCommand.js +0 -22
- package/dist-es/commands/GenerateRecommendationsCommand.js +0 -22
- package/dist-es/commands/ListDiscoveryJobsCommand.js +0 -22
- package/dist-es/commands/ListStorageSystemsCommand.js +0 -22
- package/dist-es/commands/RemoveStorageSystemCommand.js +0 -22
- package/dist-es/commands/StartDiscoveryJobCommand.js +0 -22
- package/dist-es/commands/StopDiscoveryJobCommand.js +0 -22
- package/dist-es/commands/UpdateDiscoveryJobCommand.js +0 -22
- package/dist-es/commands/UpdateStorageSystemCommand.js +0 -23
- package/dist-es/pagination/DescribeStorageSystemResourceMetricsPaginator.js +0 -4
- package/dist-es/pagination/DescribeStorageSystemResourcesPaginator.js +0 -4
- package/dist-es/pagination/ListDiscoveryJobsPaginator.js +0 -4
- package/dist-es/pagination/ListStorageSystemsPaginator.js +0 -4
- package/dist-types/commands/AddStorageSystemCommand.d.ts +0 -100
- package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +0 -84
- package/dist-types/commands/DescribeStorageSystemCommand.d.ts +0 -94
- package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +0 -118
- package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +0 -208
- package/dist-types/commands/GenerateRecommendationsCommand.d.ts +0 -85
- package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +0 -88
- package/dist-types/commands/ListStorageSystemsCommand.d.ts +0 -86
- package/dist-types/commands/RemoveStorageSystemCommand.d.ts +0 -78
- package/dist-types/commands/StartDiscoveryJobCommand.d.ts +0 -89
- package/dist-types/commands/StopDiscoveryJobCommand.d.ts +0 -80
- package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +0 -78
- package/dist-types/commands/UpdateStorageSystemCommand.d.ts +0 -91
- package/dist-types/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +0 -7
- package/dist-types/pagination/DescribeStorageSystemResourcesPaginator.d.ts +0 -7
- package/dist-types/pagination/ListDiscoveryJobsPaginator.d.ts +0 -7
- package/dist-types/pagination/ListStorageSystemsPaginator.d.ts +0 -7
- package/dist-types/ts3.4/commands/AddStorageSystemCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/DescribeDiscoveryJobCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeStorageSystemCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeStorageSystemResourcesCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GenerateRecommendationsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListDiscoveryJobsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListStorageSystemsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/RemoveStorageSystemCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/StartDiscoveryJobCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/StopDiscoveryJobCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/UpdateDiscoveryJobCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/UpdateStorageSystemCommand.d.ts +0 -51
- package/dist-types/ts3.4/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/DescribeStorageSystemResourcesPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListDiscoveryJobsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListStorageSystemsPaginator.d.ts +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -21,8 +21,6 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
21
21
|
// src/index.ts
|
|
22
22
|
var index_exports = {};
|
|
23
23
|
__export(index_exports, {
|
|
24
|
-
AddStorageSystemCommand: () => AddStorageSystemCommand,
|
|
25
|
-
AddStorageSystemRequestFilterSensitiveLog: () => AddStorageSystemRequestFilterSensitiveLog,
|
|
26
24
|
AgentStatus: () => AgentStatus,
|
|
27
25
|
Atime: () => Atime,
|
|
28
26
|
AzureAccessTier: () => AzureAccessTier,
|
|
@@ -49,7 +47,6 @@ __export(index_exports, {
|
|
|
49
47
|
CreateLocationSmbCommand: () => CreateLocationSmbCommand,
|
|
50
48
|
CreateLocationSmbRequestFilterSensitiveLog: () => CreateLocationSmbRequestFilterSensitiveLog,
|
|
51
49
|
CreateTaskCommand: () => CreateTaskCommand,
|
|
52
|
-
CredentialsFilterSensitiveLog: () => CredentialsFilterSensitiveLog,
|
|
53
50
|
DataSync: () => DataSync,
|
|
54
51
|
DataSyncClient: () => DataSyncClient,
|
|
55
52
|
DataSyncServiceException: () => DataSyncServiceException,
|
|
@@ -57,7 +54,6 @@ __export(index_exports, {
|
|
|
57
54
|
DeleteLocationCommand: () => DeleteLocationCommand,
|
|
58
55
|
DeleteTaskCommand: () => DeleteTaskCommand,
|
|
59
56
|
DescribeAgentCommand: () => DescribeAgentCommand,
|
|
60
|
-
DescribeDiscoveryJobCommand: () => DescribeDiscoveryJobCommand,
|
|
61
57
|
DescribeLocationAzureBlobCommand: () => DescribeLocationAzureBlobCommand,
|
|
62
58
|
DescribeLocationEfsCommand: () => DescribeLocationEfsCommand,
|
|
63
59
|
DescribeLocationFsxLustreCommand: () => DescribeLocationFsxLustreCommand,
|
|
@@ -71,15 +67,8 @@ __export(index_exports, {
|
|
|
71
67
|
DescribeLocationObjectStorageCommand: () => DescribeLocationObjectStorageCommand,
|
|
72
68
|
DescribeLocationS3Command: () => DescribeLocationS3Command,
|
|
73
69
|
DescribeLocationSmbCommand: () => DescribeLocationSmbCommand,
|
|
74
|
-
DescribeStorageSystemCommand: () => DescribeStorageSystemCommand,
|
|
75
|
-
DescribeStorageSystemResourceMetricsCommand: () => DescribeStorageSystemResourceMetricsCommand,
|
|
76
|
-
DescribeStorageSystemResourcesCommand: () => DescribeStorageSystemResourcesCommand,
|
|
77
70
|
DescribeTaskCommand: () => DescribeTaskCommand,
|
|
78
71
|
DescribeTaskExecutionCommand: () => DescribeTaskExecutionCommand,
|
|
79
|
-
DiscoveryJobStatus: () => DiscoveryJobStatus,
|
|
80
|
-
DiscoveryResourceFilter: () => DiscoveryResourceFilter,
|
|
81
|
-
DiscoveryResourceType: () => DiscoveryResourceType,
|
|
82
|
-
DiscoverySystemType: () => DiscoverySystemType,
|
|
83
72
|
EfsInTransitEncryption: () => EfsInTransitEncryption,
|
|
84
73
|
EndpointType: () => EndpointType,
|
|
85
74
|
FilterType: () => FilterType,
|
|
@@ -87,7 +76,6 @@ __export(index_exports, {
|
|
|
87
76
|
FsxProtocolSmbFilterSensitiveLog: () => FsxProtocolSmbFilterSensitiveLog,
|
|
88
77
|
FsxUpdateProtocolFilterSensitiveLog: () => FsxUpdateProtocolFilterSensitiveLog,
|
|
89
78
|
FsxUpdateProtocolSmbFilterSensitiveLog: () => FsxUpdateProtocolSmbFilterSensitiveLog,
|
|
90
|
-
GenerateRecommendationsCommand: () => GenerateRecommendationsCommand,
|
|
91
79
|
Gid: () => Gid,
|
|
92
80
|
HdfsAuthenticationType: () => HdfsAuthenticationType,
|
|
93
81
|
HdfsDataTransferProtection: () => HdfsDataTransferProtection,
|
|
@@ -95,9 +83,7 @@ __export(index_exports, {
|
|
|
95
83
|
InternalException: () => InternalException,
|
|
96
84
|
InvalidRequestException: () => InvalidRequestException,
|
|
97
85
|
ListAgentsCommand: () => ListAgentsCommand,
|
|
98
|
-
ListDiscoveryJobsCommand: () => ListDiscoveryJobsCommand,
|
|
99
86
|
ListLocationsCommand: () => ListLocationsCommand,
|
|
100
|
-
ListStorageSystemsCommand: () => ListStorageSystemsCommand,
|
|
101
87
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
102
88
|
ListTaskExecutionsCommand: () => ListTaskExecutionsCommand,
|
|
103
89
|
ListTasksCommand: () => ListTasksCommand,
|
|
@@ -116,8 +102,6 @@ __export(index_exports, {
|
|
|
116
102
|
PosixPermissions: () => PosixPermissions,
|
|
117
103
|
PreserveDeletedFiles: () => PreserveDeletedFiles,
|
|
118
104
|
PreserveDevices: () => PreserveDevices,
|
|
119
|
-
RecommendationStatus: () => RecommendationStatus,
|
|
120
|
-
RemoveStorageSystemCommand: () => RemoveStorageSystemCommand,
|
|
121
105
|
ReportLevel: () => ReportLevel,
|
|
122
106
|
ReportOutputType: () => ReportOutputType,
|
|
123
107
|
S3StorageClass: () => S3StorageClass,
|
|
@@ -126,10 +110,7 @@ __export(index_exports, {
|
|
|
126
110
|
SmbAuthenticationType: () => SmbAuthenticationType,
|
|
127
111
|
SmbSecurityDescriptorCopyFlags: () => SmbSecurityDescriptorCopyFlags,
|
|
128
112
|
SmbVersion: () => SmbVersion,
|
|
129
|
-
StartDiscoveryJobCommand: () => StartDiscoveryJobCommand,
|
|
130
113
|
StartTaskExecutionCommand: () => StartTaskExecutionCommand,
|
|
131
|
-
StopDiscoveryJobCommand: () => StopDiscoveryJobCommand,
|
|
132
|
-
StorageSystemConnectivityStatus: () => StorageSystemConnectivityStatus,
|
|
133
114
|
TagResourceCommand: () => TagResourceCommand,
|
|
134
115
|
TaskExecutionStatus: () => TaskExecutionStatus,
|
|
135
116
|
TaskFilterName: () => TaskFilterName,
|
|
@@ -140,7 +121,6 @@ __export(index_exports, {
|
|
|
140
121
|
Uid: () => Uid,
|
|
141
122
|
UntagResourceCommand: () => UntagResourceCommand,
|
|
142
123
|
UpdateAgentCommand: () => UpdateAgentCommand,
|
|
143
|
-
UpdateDiscoveryJobCommand: () => UpdateDiscoveryJobCommand,
|
|
144
124
|
UpdateLocationAzureBlobCommand: () => UpdateLocationAzureBlobCommand,
|
|
145
125
|
UpdateLocationAzureBlobRequestFilterSensitiveLog: () => UpdateLocationAzureBlobRequestFilterSensitiveLog,
|
|
146
126
|
UpdateLocationEfsCommand: () => UpdateLocationEfsCommand,
|
|
@@ -158,18 +138,12 @@ __export(index_exports, {
|
|
|
158
138
|
UpdateLocationS3Command: () => UpdateLocationS3Command,
|
|
159
139
|
UpdateLocationSmbCommand: () => UpdateLocationSmbCommand,
|
|
160
140
|
UpdateLocationSmbRequestFilterSensitiveLog: () => UpdateLocationSmbRequestFilterSensitiveLog,
|
|
161
|
-
UpdateStorageSystemCommand: () => UpdateStorageSystemCommand,
|
|
162
|
-
UpdateStorageSystemRequestFilterSensitiveLog: () => UpdateStorageSystemRequestFilterSensitiveLog,
|
|
163
141
|
UpdateTaskCommand: () => UpdateTaskCommand,
|
|
164
142
|
UpdateTaskExecutionCommand: () => UpdateTaskExecutionCommand,
|
|
165
143
|
VerifyMode: () => VerifyMode,
|
|
166
144
|
__Client: () => import_smithy_client.Client,
|
|
167
|
-
paginateDescribeStorageSystemResourceMetrics: () => paginateDescribeStorageSystemResourceMetrics,
|
|
168
|
-
paginateDescribeStorageSystemResources: () => paginateDescribeStorageSystemResources,
|
|
169
145
|
paginateListAgents: () => paginateListAgents,
|
|
170
|
-
paginateListDiscoveryJobs: () => paginateListDiscoveryJobs,
|
|
171
146
|
paginateListLocations: () => paginateListLocations,
|
|
172
|
-
paginateListStorageSystems: () => paginateListStorageSystems,
|
|
173
147
|
paginateListTagsForResource: () => paginateListTagsForResource,
|
|
174
148
|
paginateListTaskExecutions: () => paginateListTaskExecutions,
|
|
175
149
|
paginateListTasks: () => paginateListTasks
|
|
@@ -320,12 +294,14 @@ var DataSyncClient = class extends import_smithy_client.Client {
|
|
|
320
294
|
// src/DataSync.ts
|
|
321
295
|
|
|
322
296
|
|
|
323
|
-
// src/commands/
|
|
297
|
+
// src/commands/CancelTaskExecutionCommand.ts
|
|
324
298
|
|
|
325
299
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
326
300
|
|
|
327
301
|
|
|
328
|
-
// src/
|
|
302
|
+
// src/protocols/Aws_json1_1.ts
|
|
303
|
+
var import_core2 = require("@aws-sdk/core");
|
|
304
|
+
|
|
329
305
|
|
|
330
306
|
|
|
331
307
|
// src/models/DataSyncServiceException.ts
|
|
@@ -344,8 +320,25 @@ var DataSyncServiceException = class _DataSyncServiceException extends import_sm
|
|
|
344
320
|
};
|
|
345
321
|
|
|
346
322
|
// src/models/models_0.ts
|
|
347
|
-
|
|
348
|
-
|
|
323
|
+
|
|
324
|
+
var AgentStatus = {
|
|
325
|
+
OFFLINE: "OFFLINE",
|
|
326
|
+
ONLINE: "ONLINE"
|
|
327
|
+
};
|
|
328
|
+
var Atime = {
|
|
329
|
+
BEST_EFFORT: "BEST_EFFORT",
|
|
330
|
+
NONE: "NONE"
|
|
331
|
+
};
|
|
332
|
+
var AzureAccessTier = {
|
|
333
|
+
ARCHIVE: "ARCHIVE",
|
|
334
|
+
COOL: "COOL",
|
|
335
|
+
HOT: "HOT"
|
|
336
|
+
};
|
|
337
|
+
var AzureBlobAuthenticationType = {
|
|
338
|
+
SAS: "SAS"
|
|
339
|
+
};
|
|
340
|
+
var AzureBlobType = {
|
|
341
|
+
BLOCK: "BLOCK"
|
|
349
342
|
};
|
|
350
343
|
var InternalException = class _InternalException extends DataSyncServiceException {
|
|
351
344
|
static {
|
|
@@ -389,25 +382,6 @@ var InvalidRequestException = class _InvalidRequestException extends DataSyncSer
|
|
|
389
382
|
this.datasyncErrorCode = opts.datasyncErrorCode;
|
|
390
383
|
}
|
|
391
384
|
};
|
|
392
|
-
var AgentStatus = {
|
|
393
|
-
OFFLINE: "OFFLINE",
|
|
394
|
-
ONLINE: "ONLINE"
|
|
395
|
-
};
|
|
396
|
-
var Atime = {
|
|
397
|
-
BEST_EFFORT: "BEST_EFFORT",
|
|
398
|
-
NONE: "NONE"
|
|
399
|
-
};
|
|
400
|
-
var AzureAccessTier = {
|
|
401
|
-
ARCHIVE: "ARCHIVE",
|
|
402
|
-
COOL: "COOL",
|
|
403
|
-
HOT: "HOT"
|
|
404
|
-
};
|
|
405
|
-
var AzureBlobAuthenticationType = {
|
|
406
|
-
SAS: "SAS"
|
|
407
|
-
};
|
|
408
|
-
var AzureBlobType = {
|
|
409
|
-
BLOCK: "BLOCK"
|
|
410
|
-
};
|
|
411
385
|
var EfsInTransitEncryption = {
|
|
412
386
|
NONE: "NONE",
|
|
413
387
|
TLS1_2: "TLS1_2"
|
|
@@ -552,34 +526,6 @@ var EndpointType = {
|
|
|
552
526
|
PRIVATE_LINK: "PRIVATE_LINK",
|
|
553
527
|
PUBLIC: "PUBLIC"
|
|
554
528
|
};
|
|
555
|
-
var DiscoveryJobStatus = {
|
|
556
|
-
COMPLETED: "COMPLETED",
|
|
557
|
-
COMPLETED_WITH_ISSUES: "COMPLETED_WITH_ISSUES",
|
|
558
|
-
FAILED: "FAILED",
|
|
559
|
-
RUNNING: "RUNNING",
|
|
560
|
-
STOPPED: "STOPPED",
|
|
561
|
-
TERMINATED: "TERMINATED",
|
|
562
|
-
WARNING: "WARNING"
|
|
563
|
-
};
|
|
564
|
-
var StorageSystemConnectivityStatus = {
|
|
565
|
-
FAIL: "FAIL",
|
|
566
|
-
PASS: "PASS",
|
|
567
|
-
UNKNOWN: "UNKNOWN"
|
|
568
|
-
};
|
|
569
|
-
var DiscoveryResourceType = {
|
|
570
|
-
CLUSTER: "CLUSTER",
|
|
571
|
-
SVM: "SVM",
|
|
572
|
-
VOLUME: "VOLUME"
|
|
573
|
-
};
|
|
574
|
-
var DiscoveryResourceFilter = {
|
|
575
|
-
SVM: "SVM"
|
|
576
|
-
};
|
|
577
|
-
var RecommendationStatus = {
|
|
578
|
-
COMPLETED: "COMPLETED",
|
|
579
|
-
FAILED: "FAILED",
|
|
580
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
581
|
-
NONE: "NONE"
|
|
582
|
-
};
|
|
583
529
|
var ScheduleDisabledBy = {
|
|
584
530
|
SERVICE: "SERVICE",
|
|
585
531
|
USER: "USER"
|
|
@@ -627,15 +573,6 @@ var TaskFilterName = {
|
|
|
627
573
|
CreationTime: "CreationTime",
|
|
628
574
|
LocationId: "LocationId"
|
|
629
575
|
};
|
|
630
|
-
var CredentialsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
631
|
-
...obj,
|
|
632
|
-
...obj.Username && { Username: import_smithy_client.SENSITIVE_STRING },
|
|
633
|
-
...obj.Password && { Password: import_smithy_client.SENSITIVE_STRING }
|
|
634
|
-
}), "CredentialsFilterSensitiveLog");
|
|
635
|
-
var AddStorageSystemRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
636
|
-
...obj,
|
|
637
|
-
...obj.Credentials && { Credentials: CredentialsFilterSensitiveLog(obj.Credentials) }
|
|
638
|
-
}), "AddStorageSystemRequestFilterSensitiveLog");
|
|
639
576
|
var AzureBlobSasConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
640
577
|
...obj,
|
|
641
578
|
...obj.Token && { Token: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -712,29 +649,8 @@ var UpdateLocationSmbRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
712
649
|
...obj,
|
|
713
650
|
...obj.Password && { Password: import_smithy_client.SENSITIVE_STRING }
|
|
714
651
|
}), "UpdateLocationSmbRequestFilterSensitiveLog");
|
|
715
|
-
var UpdateStorageSystemRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
716
|
-
...obj,
|
|
717
|
-
...obj.Credentials && { Credentials: CredentialsFilterSensitiveLog(obj.Credentials) }
|
|
718
|
-
}), "UpdateStorageSystemRequestFilterSensitiveLog");
|
|
719
652
|
|
|
720
653
|
// src/protocols/Aws_json1_1.ts
|
|
721
|
-
var import_core2 = require("@aws-sdk/core");
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
var import_uuid = require("uuid");
|
|
725
|
-
var se_AddStorageSystemCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
726
|
-
const headers = sharedHeaders("AddStorageSystem");
|
|
727
|
-
let body;
|
|
728
|
-
body = JSON.stringify(se_AddStorageSystemRequest(input, context));
|
|
729
|
-
let { hostname: resolvedHostname } = await context.endpoint();
|
|
730
|
-
if (context.disableHostPrefix !== true) {
|
|
731
|
-
resolvedHostname = "discovery-" + resolvedHostname;
|
|
732
|
-
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
733
|
-
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
734
|
-
}
|
|
735
|
-
}
|
|
736
|
-
return buildHttpRpcRequest(context, headers, "/", resolvedHostname, body);
|
|
737
|
-
}, "se_AddStorageSystemCommand");
|
|
738
654
|
var se_CancelTaskExecutionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
739
655
|
const headers = sharedHeaders("CancelTaskExecution");
|
|
740
656
|
let body;
|
|
@@ -843,19 +759,6 @@ var se_DescribeAgentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
843
759
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
844
760
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
845
761
|
}, "se_DescribeAgentCommand");
|
|
846
|
-
var se_DescribeDiscoveryJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
847
|
-
const headers = sharedHeaders("DescribeDiscoveryJob");
|
|
848
|
-
let body;
|
|
849
|
-
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
850
|
-
let { hostname: resolvedHostname } = await context.endpoint();
|
|
851
|
-
if (context.disableHostPrefix !== true) {
|
|
852
|
-
resolvedHostname = "discovery-" + resolvedHostname;
|
|
853
|
-
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
854
|
-
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
855
|
-
}
|
|
856
|
-
}
|
|
857
|
-
return buildHttpRpcRequest(context, headers, "/", resolvedHostname, body);
|
|
858
|
-
}, "se_DescribeDiscoveryJobCommand");
|
|
859
762
|
var se_DescribeLocationAzureBlobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
860
763
|
const headers = sharedHeaders("DescribeLocationAzureBlob");
|
|
861
764
|
let body;
|
|
@@ -922,45 +825,6 @@ var se_DescribeLocationSmbCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
922
825
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
923
826
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
924
827
|
}, "se_DescribeLocationSmbCommand");
|
|
925
|
-
var se_DescribeStorageSystemCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
926
|
-
const headers = sharedHeaders("DescribeStorageSystem");
|
|
927
|
-
let body;
|
|
928
|
-
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
929
|
-
let { hostname: resolvedHostname } = await context.endpoint();
|
|
930
|
-
if (context.disableHostPrefix !== true) {
|
|
931
|
-
resolvedHostname = "discovery-" + resolvedHostname;
|
|
932
|
-
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
933
|
-
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
934
|
-
}
|
|
935
|
-
}
|
|
936
|
-
return buildHttpRpcRequest(context, headers, "/", resolvedHostname, body);
|
|
937
|
-
}, "se_DescribeStorageSystemCommand");
|
|
938
|
-
var se_DescribeStorageSystemResourceMetricsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
939
|
-
const headers = sharedHeaders("DescribeStorageSystemResourceMetrics");
|
|
940
|
-
let body;
|
|
941
|
-
body = JSON.stringify(se_DescribeStorageSystemResourceMetricsRequest(input, context));
|
|
942
|
-
let { hostname: resolvedHostname } = await context.endpoint();
|
|
943
|
-
if (context.disableHostPrefix !== true) {
|
|
944
|
-
resolvedHostname = "discovery-" + resolvedHostname;
|
|
945
|
-
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
946
|
-
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
947
|
-
}
|
|
948
|
-
}
|
|
949
|
-
return buildHttpRpcRequest(context, headers, "/", resolvedHostname, body);
|
|
950
|
-
}, "se_DescribeStorageSystemResourceMetricsCommand");
|
|
951
|
-
var se_DescribeStorageSystemResourcesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
952
|
-
const headers = sharedHeaders("DescribeStorageSystemResources");
|
|
953
|
-
let body;
|
|
954
|
-
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
955
|
-
let { hostname: resolvedHostname } = await context.endpoint();
|
|
956
|
-
if (context.disableHostPrefix !== true) {
|
|
957
|
-
resolvedHostname = "discovery-" + resolvedHostname;
|
|
958
|
-
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
959
|
-
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
960
|
-
}
|
|
961
|
-
}
|
|
962
|
-
return buildHttpRpcRequest(context, headers, "/", resolvedHostname, body);
|
|
963
|
-
}, "se_DescribeStorageSystemResourcesCommand");
|
|
964
828
|
var se_DescribeTaskCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
965
829
|
const headers = sharedHeaders("DescribeTask");
|
|
966
830
|
let body;
|
|
@@ -973,57 +837,18 @@ var se_DescribeTaskExecutionCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
973
837
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
974
838
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
975
839
|
}, "se_DescribeTaskExecutionCommand");
|
|
976
|
-
var se_GenerateRecommendationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
977
|
-
const headers = sharedHeaders("GenerateRecommendations");
|
|
978
|
-
let body;
|
|
979
|
-
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
980
|
-
let { hostname: resolvedHostname } = await context.endpoint();
|
|
981
|
-
if (context.disableHostPrefix !== true) {
|
|
982
|
-
resolvedHostname = "discovery-" + resolvedHostname;
|
|
983
|
-
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
984
|
-
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
985
|
-
}
|
|
986
|
-
}
|
|
987
|
-
return buildHttpRpcRequest(context, headers, "/", resolvedHostname, body);
|
|
988
|
-
}, "se_GenerateRecommendationsCommand");
|
|
989
840
|
var se_ListAgentsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
990
841
|
const headers = sharedHeaders("ListAgents");
|
|
991
842
|
let body;
|
|
992
843
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
993
844
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
994
845
|
}, "se_ListAgentsCommand");
|
|
995
|
-
var se_ListDiscoveryJobsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
996
|
-
const headers = sharedHeaders("ListDiscoveryJobs");
|
|
997
|
-
let body;
|
|
998
|
-
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
999
|
-
let { hostname: resolvedHostname } = await context.endpoint();
|
|
1000
|
-
if (context.disableHostPrefix !== true) {
|
|
1001
|
-
resolvedHostname = "discovery-" + resolvedHostname;
|
|
1002
|
-
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
1003
|
-
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
1004
|
-
}
|
|
1005
|
-
}
|
|
1006
|
-
return buildHttpRpcRequest(context, headers, "/", resolvedHostname, body);
|
|
1007
|
-
}, "se_ListDiscoveryJobsCommand");
|
|
1008
846
|
var se_ListLocationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1009
847
|
const headers = sharedHeaders("ListLocations");
|
|
1010
848
|
let body;
|
|
1011
849
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1012
850
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1013
851
|
}, "se_ListLocationsCommand");
|
|
1014
|
-
var se_ListStorageSystemsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1015
|
-
const headers = sharedHeaders("ListStorageSystems");
|
|
1016
|
-
let body;
|
|
1017
|
-
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1018
|
-
let { hostname: resolvedHostname } = await context.endpoint();
|
|
1019
|
-
if (context.disableHostPrefix !== true) {
|
|
1020
|
-
resolvedHostname = "discovery-" + resolvedHostname;
|
|
1021
|
-
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
1022
|
-
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
1023
|
-
}
|
|
1024
|
-
}
|
|
1025
|
-
return buildHttpRpcRequest(context, headers, "/", resolvedHostname, body);
|
|
1026
|
-
}, "se_ListStorageSystemsCommand");
|
|
1027
852
|
var se_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1028
853
|
const headers = sharedHeaders("ListTagsForResource");
|
|
1029
854
|
let body;
|
|
@@ -1042,51 +867,12 @@ var se_ListTasksCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1042
867
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1043
868
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1044
869
|
}, "se_ListTasksCommand");
|
|
1045
|
-
var se_RemoveStorageSystemCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1046
|
-
const headers = sharedHeaders("RemoveStorageSystem");
|
|
1047
|
-
let body;
|
|
1048
|
-
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1049
|
-
let { hostname: resolvedHostname } = await context.endpoint();
|
|
1050
|
-
if (context.disableHostPrefix !== true) {
|
|
1051
|
-
resolvedHostname = "discovery-" + resolvedHostname;
|
|
1052
|
-
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
1053
|
-
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
1054
|
-
}
|
|
1055
|
-
}
|
|
1056
|
-
return buildHttpRpcRequest(context, headers, "/", resolvedHostname, body);
|
|
1057
|
-
}, "se_RemoveStorageSystemCommand");
|
|
1058
|
-
var se_StartDiscoveryJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1059
|
-
const headers = sharedHeaders("StartDiscoveryJob");
|
|
1060
|
-
let body;
|
|
1061
|
-
body = JSON.stringify(se_StartDiscoveryJobRequest(input, context));
|
|
1062
|
-
let { hostname: resolvedHostname } = await context.endpoint();
|
|
1063
|
-
if (context.disableHostPrefix !== true) {
|
|
1064
|
-
resolvedHostname = "discovery-" + resolvedHostname;
|
|
1065
|
-
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
1066
|
-
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
1067
|
-
}
|
|
1068
|
-
}
|
|
1069
|
-
return buildHttpRpcRequest(context, headers, "/", resolvedHostname, body);
|
|
1070
|
-
}, "se_StartDiscoveryJobCommand");
|
|
1071
870
|
var se_StartTaskExecutionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1072
871
|
const headers = sharedHeaders("StartTaskExecution");
|
|
1073
872
|
let body;
|
|
1074
873
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1075
874
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1076
875
|
}, "se_StartTaskExecutionCommand");
|
|
1077
|
-
var se_StopDiscoveryJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1078
|
-
const headers = sharedHeaders("StopDiscoveryJob");
|
|
1079
|
-
let body;
|
|
1080
|
-
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1081
|
-
let { hostname: resolvedHostname } = await context.endpoint();
|
|
1082
|
-
if (context.disableHostPrefix !== true) {
|
|
1083
|
-
resolvedHostname = "discovery-" + resolvedHostname;
|
|
1084
|
-
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
1085
|
-
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
1086
|
-
}
|
|
1087
|
-
}
|
|
1088
|
-
return buildHttpRpcRequest(context, headers, "/", resolvedHostname, body);
|
|
1089
|
-
}, "se_StopDiscoveryJobCommand");
|
|
1090
876
|
var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1091
877
|
const headers = sharedHeaders("TagResource");
|
|
1092
878
|
let body;
|
|
@@ -1105,19 +891,6 @@ var se_UpdateAgentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1105
891
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1106
892
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1107
893
|
}, "se_UpdateAgentCommand");
|
|
1108
|
-
var se_UpdateDiscoveryJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1109
|
-
const headers = sharedHeaders("UpdateDiscoveryJob");
|
|
1110
|
-
let body;
|
|
1111
|
-
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1112
|
-
let { hostname: resolvedHostname } = await context.endpoint();
|
|
1113
|
-
if (context.disableHostPrefix !== true) {
|
|
1114
|
-
resolvedHostname = "discovery-" + resolvedHostname;
|
|
1115
|
-
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
1116
|
-
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
1117
|
-
}
|
|
1118
|
-
}
|
|
1119
|
-
return buildHttpRpcRequest(context, headers, "/", resolvedHostname, body);
|
|
1120
|
-
}, "se_UpdateDiscoveryJobCommand");
|
|
1121
894
|
var se_UpdateLocationAzureBlobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1122
895
|
const headers = sharedHeaders("UpdateLocationAzureBlob");
|
|
1123
896
|
let body;
|
|
@@ -1184,19 +957,6 @@ var se_UpdateLocationSmbCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1184
957
|
body = JSON.stringify(se_UpdateLocationSmbRequest(input, context));
|
|
1185
958
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1186
959
|
}, "se_UpdateLocationSmbCommand");
|
|
1187
|
-
var se_UpdateStorageSystemCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1188
|
-
const headers = sharedHeaders("UpdateStorageSystem");
|
|
1189
|
-
let body;
|
|
1190
|
-
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1191
|
-
let { hostname: resolvedHostname } = await context.endpoint();
|
|
1192
|
-
if (context.disableHostPrefix !== true) {
|
|
1193
|
-
resolvedHostname = "discovery-" + resolvedHostname;
|
|
1194
|
-
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
1195
|
-
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
1196
|
-
}
|
|
1197
|
-
}
|
|
1198
|
-
return buildHttpRpcRequest(context, headers, "/", resolvedHostname, body);
|
|
1199
|
-
}, "se_UpdateStorageSystemCommand");
|
|
1200
960
|
var se_UpdateTaskCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1201
961
|
const headers = sharedHeaders("UpdateTask");
|
|
1202
962
|
let body;
|
|
@@ -1209,19 +969,6 @@ var se_UpdateTaskExecutionCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1209
969
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1210
970
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1211
971
|
}, "se_UpdateTaskExecutionCommand");
|
|
1212
|
-
var de_AddStorageSystemCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1213
|
-
if (output.statusCode >= 300) {
|
|
1214
|
-
return de_CommandError(output, context);
|
|
1215
|
-
}
|
|
1216
|
-
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1217
|
-
let contents = {};
|
|
1218
|
-
contents = (0, import_smithy_client._json)(data);
|
|
1219
|
-
const response = {
|
|
1220
|
-
$metadata: deserializeMetadata(output),
|
|
1221
|
-
...contents
|
|
1222
|
-
};
|
|
1223
|
-
return response;
|
|
1224
|
-
}, "de_AddStorageSystemCommand");
|
|
1225
972
|
var de_CancelTaskExecutionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1226
973
|
if (output.statusCode >= 300) {
|
|
1227
974
|
return de_CommandError(output, context);
|
|
@@ -1456,19 +1203,6 @@ var de_DescribeAgentCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1456
1203
|
};
|
|
1457
1204
|
return response;
|
|
1458
1205
|
}, "de_DescribeAgentCommand");
|
|
1459
|
-
var de_DescribeDiscoveryJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1460
|
-
if (output.statusCode >= 300) {
|
|
1461
|
-
return de_CommandError(output, context);
|
|
1462
|
-
}
|
|
1463
|
-
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1464
|
-
let contents = {};
|
|
1465
|
-
contents = de_DescribeDiscoveryJobResponse(data, context);
|
|
1466
|
-
const response = {
|
|
1467
|
-
$metadata: deserializeMetadata(output),
|
|
1468
|
-
...contents
|
|
1469
|
-
};
|
|
1470
|
-
return response;
|
|
1471
|
-
}, "de_DescribeDiscoveryJobCommand");
|
|
1472
1206
|
var de_DescribeLocationAzureBlobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1473
1207
|
if (output.statusCode >= 300) {
|
|
1474
1208
|
return de_CommandError(output, context);
|
|
@@ -1612,45 +1346,6 @@ var de_DescribeLocationSmbCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1612
1346
|
};
|
|
1613
1347
|
return response;
|
|
1614
1348
|
}, "de_DescribeLocationSmbCommand");
|
|
1615
|
-
var de_DescribeStorageSystemCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1616
|
-
if (output.statusCode >= 300) {
|
|
1617
|
-
return de_CommandError(output, context);
|
|
1618
|
-
}
|
|
1619
|
-
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1620
|
-
let contents = {};
|
|
1621
|
-
contents = de_DescribeStorageSystemResponse(data, context);
|
|
1622
|
-
const response = {
|
|
1623
|
-
$metadata: deserializeMetadata(output),
|
|
1624
|
-
...contents
|
|
1625
|
-
};
|
|
1626
|
-
return response;
|
|
1627
|
-
}, "de_DescribeStorageSystemCommand");
|
|
1628
|
-
var de_DescribeStorageSystemResourceMetricsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1629
|
-
if (output.statusCode >= 300) {
|
|
1630
|
-
return de_CommandError(output, context);
|
|
1631
|
-
}
|
|
1632
|
-
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1633
|
-
let contents = {};
|
|
1634
|
-
contents = de_DescribeStorageSystemResourceMetricsResponse(data, context);
|
|
1635
|
-
const response = {
|
|
1636
|
-
$metadata: deserializeMetadata(output),
|
|
1637
|
-
...contents
|
|
1638
|
-
};
|
|
1639
|
-
return response;
|
|
1640
|
-
}, "de_DescribeStorageSystemResourceMetricsCommand");
|
|
1641
|
-
var de_DescribeStorageSystemResourcesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1642
|
-
if (output.statusCode >= 300) {
|
|
1643
|
-
return de_CommandError(output, context);
|
|
1644
|
-
}
|
|
1645
|
-
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1646
|
-
let contents = {};
|
|
1647
|
-
contents = de_DescribeStorageSystemResourcesResponse(data, context);
|
|
1648
|
-
const response = {
|
|
1649
|
-
$metadata: deserializeMetadata(output),
|
|
1650
|
-
...contents
|
|
1651
|
-
};
|
|
1652
|
-
return response;
|
|
1653
|
-
}, "de_DescribeStorageSystemResourcesCommand");
|
|
1654
1349
|
var de_DescribeTaskCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1655
1350
|
if (output.statusCode >= 300) {
|
|
1656
1351
|
return de_CommandError(output, context);
|
|
@@ -1677,19 +1372,6 @@ var de_DescribeTaskExecutionCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
1677
1372
|
};
|
|
1678
1373
|
return response;
|
|
1679
1374
|
}, "de_DescribeTaskExecutionCommand");
|
|
1680
|
-
var de_GenerateRecommendationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1681
|
-
if (output.statusCode >= 300) {
|
|
1682
|
-
return de_CommandError(output, context);
|
|
1683
|
-
}
|
|
1684
|
-
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1685
|
-
let contents = {};
|
|
1686
|
-
contents = (0, import_smithy_client._json)(data);
|
|
1687
|
-
const response = {
|
|
1688
|
-
$metadata: deserializeMetadata(output),
|
|
1689
|
-
...contents
|
|
1690
|
-
};
|
|
1691
|
-
return response;
|
|
1692
|
-
}, "de_GenerateRecommendationsCommand");
|
|
1693
1375
|
var de_ListAgentsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1694
1376
|
if (output.statusCode >= 300) {
|
|
1695
1377
|
return de_CommandError(output, context);
|
|
@@ -1703,19 +1385,6 @@ var de_ListAgentsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1703
1385
|
};
|
|
1704
1386
|
return response;
|
|
1705
1387
|
}, "de_ListAgentsCommand");
|
|
1706
|
-
var de_ListDiscoveryJobsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1707
|
-
if (output.statusCode >= 300) {
|
|
1708
|
-
return de_CommandError(output, context);
|
|
1709
|
-
}
|
|
1710
|
-
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1711
|
-
let contents = {};
|
|
1712
|
-
contents = (0, import_smithy_client._json)(data);
|
|
1713
|
-
const response = {
|
|
1714
|
-
$metadata: deserializeMetadata(output),
|
|
1715
|
-
...contents
|
|
1716
|
-
};
|
|
1717
|
-
return response;
|
|
1718
|
-
}, "de_ListDiscoveryJobsCommand");
|
|
1719
1388
|
var de_ListLocationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1720
1389
|
if (output.statusCode >= 300) {
|
|
1721
1390
|
return de_CommandError(output, context);
|
|
@@ -1729,19 +1398,6 @@ var de_ListLocationsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1729
1398
|
};
|
|
1730
1399
|
return response;
|
|
1731
1400
|
}, "de_ListLocationsCommand");
|
|
1732
|
-
var de_ListStorageSystemsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1733
|
-
if (output.statusCode >= 300) {
|
|
1734
|
-
return de_CommandError(output, context);
|
|
1735
|
-
}
|
|
1736
|
-
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1737
|
-
let contents = {};
|
|
1738
|
-
contents = (0, import_smithy_client._json)(data);
|
|
1739
|
-
const response = {
|
|
1740
|
-
$metadata: deserializeMetadata(output),
|
|
1741
|
-
...contents
|
|
1742
|
-
};
|
|
1743
|
-
return response;
|
|
1744
|
-
}, "de_ListStorageSystemsCommand");
|
|
1745
1401
|
var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1746
1402
|
if (output.statusCode >= 300) {
|
|
1747
1403
|
return de_CommandError(output, context);
|
|
@@ -1781,32 +1437,6 @@ var de_ListTasksCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1781
1437
|
};
|
|
1782
1438
|
return response;
|
|
1783
1439
|
}, "de_ListTasksCommand");
|
|
1784
|
-
var de_RemoveStorageSystemCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1785
|
-
if (output.statusCode >= 300) {
|
|
1786
|
-
return de_CommandError(output, context);
|
|
1787
|
-
}
|
|
1788
|
-
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1789
|
-
let contents = {};
|
|
1790
|
-
contents = (0, import_smithy_client._json)(data);
|
|
1791
|
-
const response = {
|
|
1792
|
-
$metadata: deserializeMetadata(output),
|
|
1793
|
-
...contents
|
|
1794
|
-
};
|
|
1795
|
-
return response;
|
|
1796
|
-
}, "de_RemoveStorageSystemCommand");
|
|
1797
|
-
var de_StartDiscoveryJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1798
|
-
if (output.statusCode >= 300) {
|
|
1799
|
-
return de_CommandError(output, context);
|
|
1800
|
-
}
|
|
1801
|
-
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1802
|
-
let contents = {};
|
|
1803
|
-
contents = (0, import_smithy_client._json)(data);
|
|
1804
|
-
const response = {
|
|
1805
|
-
$metadata: deserializeMetadata(output),
|
|
1806
|
-
...contents
|
|
1807
|
-
};
|
|
1808
|
-
return response;
|
|
1809
|
-
}, "de_StartDiscoveryJobCommand");
|
|
1810
1440
|
var de_StartTaskExecutionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1811
1441
|
if (output.statusCode >= 300) {
|
|
1812
1442
|
return de_CommandError(output, context);
|
|
@@ -1820,19 +1450,6 @@ var de_StartTaskExecutionCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
1820
1450
|
};
|
|
1821
1451
|
return response;
|
|
1822
1452
|
}, "de_StartTaskExecutionCommand");
|
|
1823
|
-
var de_StopDiscoveryJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1824
|
-
if (output.statusCode >= 300) {
|
|
1825
|
-
return de_CommandError(output, context);
|
|
1826
|
-
}
|
|
1827
|
-
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1828
|
-
let contents = {};
|
|
1829
|
-
contents = (0, import_smithy_client._json)(data);
|
|
1830
|
-
const response = {
|
|
1831
|
-
$metadata: deserializeMetadata(output),
|
|
1832
|
-
...contents
|
|
1833
|
-
};
|
|
1834
|
-
return response;
|
|
1835
|
-
}, "de_StopDiscoveryJobCommand");
|
|
1836
1453
|
var de_TagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1837
1454
|
if (output.statusCode >= 300) {
|
|
1838
1455
|
return de_CommandError(output, context);
|
|
@@ -1872,19 +1489,6 @@ var de_UpdateAgentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1872
1489
|
};
|
|
1873
1490
|
return response;
|
|
1874
1491
|
}, "de_UpdateAgentCommand");
|
|
1875
|
-
var de_UpdateDiscoveryJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1876
|
-
if (output.statusCode >= 300) {
|
|
1877
|
-
return de_CommandError(output, context);
|
|
1878
|
-
}
|
|
1879
|
-
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1880
|
-
let contents = {};
|
|
1881
|
-
contents = (0, import_smithy_client._json)(data);
|
|
1882
|
-
const response = {
|
|
1883
|
-
$metadata: deserializeMetadata(output),
|
|
1884
|
-
...contents
|
|
1885
|
-
};
|
|
1886
|
-
return response;
|
|
1887
|
-
}, "de_UpdateDiscoveryJobCommand");
|
|
1888
1492
|
var de_UpdateLocationAzureBlobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1889
1493
|
if (output.statusCode >= 300) {
|
|
1890
1494
|
return de_CommandError(output, context);
|
|
@@ -2028,19 +1632,6 @@ var de_UpdateLocationSmbCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2028
1632
|
};
|
|
2029
1633
|
return response;
|
|
2030
1634
|
}, "de_UpdateLocationSmbCommand");
|
|
2031
|
-
var de_UpdateStorageSystemCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2032
|
-
if (output.statusCode >= 300) {
|
|
2033
|
-
return de_CommandError(output, context);
|
|
2034
|
-
}
|
|
2035
|
-
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2036
|
-
let contents = {};
|
|
2037
|
-
contents = (0, import_smithy_client._json)(data);
|
|
2038
|
-
const response = {
|
|
2039
|
-
$metadata: deserializeMetadata(output),
|
|
2040
|
-
...contents
|
|
2041
|
-
};
|
|
2042
|
-
return response;
|
|
2043
|
-
}, "de_UpdateStorageSystemCommand");
|
|
2044
1635
|
var de_UpdateTaskCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2045
1636
|
if (output.statusCode >= 300) {
|
|
2046
1637
|
return de_CommandError(output, context);
|
|
@@ -2107,18 +1698,6 @@ var de_InvalidRequestExceptionRes = /* @__PURE__ */ __name(async (parsedOutput,
|
|
|
2107
1698
|
});
|
|
2108
1699
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2109
1700
|
}, "de_InvalidRequestExceptionRes");
|
|
2110
|
-
var se_AddStorageSystemRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2111
|
-
return (0, import_smithy_client.take)(input, {
|
|
2112
|
-
AgentArns: import_smithy_client._json,
|
|
2113
|
-
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2114
|
-
CloudWatchLogGroupArn: [],
|
|
2115
|
-
Credentials: import_smithy_client._json,
|
|
2116
|
-
Name: [],
|
|
2117
|
-
ServerConfiguration: import_smithy_client._json,
|
|
2118
|
-
SystemType: [],
|
|
2119
|
-
Tags: import_smithy_client._json
|
|
2120
|
-
});
|
|
2121
|
-
}, "se_AddStorageSystemRequest");
|
|
2122
1701
|
var se_CreateLocationHdfsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2123
1702
|
return (0, import_smithy_client.take)(input, {
|
|
2124
1703
|
AgentArns: import_smithy_client._json,
|
|
@@ -2167,25 +1746,6 @@ var se_CreateLocationSmbRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
2167
1746
|
User: []
|
|
2168
1747
|
});
|
|
2169
1748
|
}, "se_CreateLocationSmbRequest");
|
|
2170
|
-
var se_DescribeStorageSystemResourceMetricsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2171
|
-
return (0, import_smithy_client.take)(input, {
|
|
2172
|
-
DiscoveryJobArn: [],
|
|
2173
|
-
EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
|
|
2174
|
-
MaxResults: [],
|
|
2175
|
-
NextToken: [],
|
|
2176
|
-
ResourceId: [],
|
|
2177
|
-
ResourceType: [],
|
|
2178
|
-
StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime")
|
|
2179
|
-
});
|
|
2180
|
-
}, "se_DescribeStorageSystemResourceMetricsRequest");
|
|
2181
|
-
var se_StartDiscoveryJobRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2182
|
-
return (0, import_smithy_client.take)(input, {
|
|
2183
|
-
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2184
|
-
CollectionDurationMinutes: [],
|
|
2185
|
-
StorageSystemArn: [],
|
|
2186
|
-
Tags: import_smithy_client._json
|
|
2187
|
-
});
|
|
2188
|
-
}, "se_StartDiscoveryJobRequest");
|
|
2189
1749
|
var se_UpdateLocationHdfsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2190
1750
|
return (0, import_smithy_client.take)(input, {
|
|
2191
1751
|
AgentArns: import_smithy_client._json,
|
|
@@ -2245,16 +1805,6 @@ var de_DescribeAgentResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2245
1805
|
Status: import_smithy_client.expectString
|
|
2246
1806
|
});
|
|
2247
1807
|
}, "de_DescribeAgentResponse");
|
|
2248
|
-
var de_DescribeDiscoveryJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2249
|
-
return (0, import_smithy_client.take)(output, {
|
|
2250
|
-
CollectionDurationMinutes: import_smithy_client.expectInt32,
|
|
2251
|
-
DiscoveryJobArn: import_smithy_client.expectString,
|
|
2252
|
-
JobEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "JobEndTime"),
|
|
2253
|
-
JobStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "JobStartTime"),
|
|
2254
|
-
Status: import_smithy_client.expectString,
|
|
2255
|
-
StorageSystemArn: import_smithy_client.expectString
|
|
2256
|
-
});
|
|
2257
|
-
}, "de_DescribeDiscoveryJobResponse");
|
|
2258
1808
|
var de_DescribeLocationAzureBlobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2259
1809
|
return (0, import_smithy_client.take)(output, {
|
|
2260
1810
|
AccessTier: import_smithy_client.expectString,
|
|
@@ -2376,32 +1926,6 @@ var de_DescribeLocationSmbResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
2376
1926
|
User: import_smithy_client.expectString
|
|
2377
1927
|
});
|
|
2378
1928
|
}, "de_DescribeLocationSmbResponse");
|
|
2379
|
-
var de_DescribeStorageSystemResourceMetricsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2380
|
-
return (0, import_smithy_client.take)(output, {
|
|
2381
|
-
Metrics: /* @__PURE__ */ __name((_) => de_Metrics(_, context), "Metrics"),
|
|
2382
|
-
NextToken: import_smithy_client.expectString
|
|
2383
|
-
});
|
|
2384
|
-
}, "de_DescribeStorageSystemResourceMetricsResponse");
|
|
2385
|
-
var de_DescribeStorageSystemResourcesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2386
|
-
return (0, import_smithy_client.take)(output, {
|
|
2387
|
-
NextToken: import_smithy_client.expectString,
|
|
2388
|
-
ResourceDetails: /* @__PURE__ */ __name((_) => de_ResourceDetails(_, context), "ResourceDetails")
|
|
2389
|
-
});
|
|
2390
|
-
}, "de_DescribeStorageSystemResourcesResponse");
|
|
2391
|
-
var de_DescribeStorageSystemResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2392
|
-
return (0, import_smithy_client.take)(output, {
|
|
2393
|
-
AgentArns: import_smithy_client._json,
|
|
2394
|
-
CloudWatchLogGroupArn: import_smithy_client.expectString,
|
|
2395
|
-
ConnectivityStatus: import_smithy_client.expectString,
|
|
2396
|
-
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2397
|
-
ErrorMessage: import_smithy_client.expectString,
|
|
2398
|
-
Name: import_smithy_client.expectString,
|
|
2399
|
-
SecretsManagerArn: import_smithy_client.expectString,
|
|
2400
|
-
ServerConfiguration: import_smithy_client._json,
|
|
2401
|
-
StorageSystemArn: import_smithy_client.expectString,
|
|
2402
|
-
SystemType: import_smithy_client.expectString
|
|
2403
|
-
});
|
|
2404
|
-
}, "de_DescribeStorageSystemResponse");
|
|
2405
1929
|
var de_DescribeTaskExecutionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2406
1930
|
return (0, import_smithy_client.take)(output, {
|
|
2407
1931
|
BytesCompressed: import_smithy_client.expectLong,
|
|
@@ -2454,136 +1978,6 @@ var de_DescribeTaskResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2454
1978
|
TaskReportConfig: import_smithy_client._json
|
|
2455
1979
|
});
|
|
2456
1980
|
}, "de_DescribeTaskResponse");
|
|
2457
|
-
var de_IOPS = /* @__PURE__ */ __name((output, context) => {
|
|
2458
|
-
return (0, import_smithy_client.take)(output, {
|
|
2459
|
-
Other: import_smithy_client.limitedParseDouble,
|
|
2460
|
-
Read: import_smithy_client.limitedParseDouble,
|
|
2461
|
-
Total: import_smithy_client.limitedParseDouble,
|
|
2462
|
-
Write: import_smithy_client.limitedParseDouble
|
|
2463
|
-
});
|
|
2464
|
-
}, "de_IOPS");
|
|
2465
|
-
var de_Latency = /* @__PURE__ */ __name((output, context) => {
|
|
2466
|
-
return (0, import_smithy_client.take)(output, {
|
|
2467
|
-
Other: import_smithy_client.limitedParseDouble,
|
|
2468
|
-
Read: import_smithy_client.limitedParseDouble,
|
|
2469
|
-
Write: import_smithy_client.limitedParseDouble
|
|
2470
|
-
});
|
|
2471
|
-
}, "de_Latency");
|
|
2472
|
-
var de_MaxP95Performance = /* @__PURE__ */ __name((output, context) => {
|
|
2473
|
-
return (0, import_smithy_client.take)(output, {
|
|
2474
|
-
IopsOther: import_smithy_client.limitedParseDouble,
|
|
2475
|
-
IopsRead: import_smithy_client.limitedParseDouble,
|
|
2476
|
-
IopsTotal: import_smithy_client.limitedParseDouble,
|
|
2477
|
-
IopsWrite: import_smithy_client.limitedParseDouble,
|
|
2478
|
-
LatencyOther: import_smithy_client.limitedParseDouble,
|
|
2479
|
-
LatencyRead: import_smithy_client.limitedParseDouble,
|
|
2480
|
-
LatencyWrite: import_smithy_client.limitedParseDouble,
|
|
2481
|
-
ThroughputOther: import_smithy_client.limitedParseDouble,
|
|
2482
|
-
ThroughputRead: import_smithy_client.limitedParseDouble,
|
|
2483
|
-
ThroughputTotal: import_smithy_client.limitedParseDouble,
|
|
2484
|
-
ThroughputWrite: import_smithy_client.limitedParseDouble
|
|
2485
|
-
});
|
|
2486
|
-
}, "de_MaxP95Performance");
|
|
2487
|
-
var de_Metrics = /* @__PURE__ */ __name((output, context) => {
|
|
2488
|
-
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2489
|
-
return de_ResourceMetrics(entry, context);
|
|
2490
|
-
});
|
|
2491
|
-
return retVal;
|
|
2492
|
-
}, "de_Metrics");
|
|
2493
|
-
var de_NetAppONTAPCluster = /* @__PURE__ */ __name((output, context) => {
|
|
2494
|
-
return (0, import_smithy_client.take)(output, {
|
|
2495
|
-
CifsShareCount: import_smithy_client.expectLong,
|
|
2496
|
-
ClusterBlockStorageLogicalUsed: import_smithy_client.expectLong,
|
|
2497
|
-
ClusterBlockStorageSize: import_smithy_client.expectLong,
|
|
2498
|
-
ClusterBlockStorageUsed: import_smithy_client.expectLong,
|
|
2499
|
-
ClusterCloudStorageUsed: import_smithy_client.expectLong,
|
|
2500
|
-
ClusterName: import_smithy_client.expectString,
|
|
2501
|
-
LunCount: import_smithy_client.expectLong,
|
|
2502
|
-
MaxP95Performance: /* @__PURE__ */ __name((_) => de_MaxP95Performance(_, context), "MaxP95Performance"),
|
|
2503
|
-
NfsExportedVolumes: import_smithy_client.expectLong,
|
|
2504
|
-
RecommendationStatus: import_smithy_client.expectString,
|
|
2505
|
-
Recommendations: import_smithy_client._json,
|
|
2506
|
-
ResourceId: import_smithy_client.expectString
|
|
2507
|
-
});
|
|
2508
|
-
}, "de_NetAppONTAPCluster");
|
|
2509
|
-
var de_NetAppONTAPClusters = /* @__PURE__ */ __name((output, context) => {
|
|
2510
|
-
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2511
|
-
return de_NetAppONTAPCluster(entry, context);
|
|
2512
|
-
});
|
|
2513
|
-
return retVal;
|
|
2514
|
-
}, "de_NetAppONTAPClusters");
|
|
2515
|
-
var de_NetAppONTAPSVM = /* @__PURE__ */ __name((output, context) => {
|
|
2516
|
-
return (0, import_smithy_client.take)(output, {
|
|
2517
|
-
CifsShareCount: import_smithy_client.expectLong,
|
|
2518
|
-
ClusterUuid: import_smithy_client.expectString,
|
|
2519
|
-
EnabledProtocols: import_smithy_client._json,
|
|
2520
|
-
LunCount: import_smithy_client.expectLong,
|
|
2521
|
-
MaxP95Performance: /* @__PURE__ */ __name((_) => de_MaxP95Performance(_, context), "MaxP95Performance"),
|
|
2522
|
-
NfsExportedVolumes: import_smithy_client.expectLong,
|
|
2523
|
-
RecommendationStatus: import_smithy_client.expectString,
|
|
2524
|
-
Recommendations: import_smithy_client._json,
|
|
2525
|
-
ResourceId: import_smithy_client.expectString,
|
|
2526
|
-
SvmName: import_smithy_client.expectString,
|
|
2527
|
-
TotalCapacityProvisioned: import_smithy_client.expectLong,
|
|
2528
|
-
TotalCapacityUsed: import_smithy_client.expectLong,
|
|
2529
|
-
TotalLogicalCapacityUsed: import_smithy_client.expectLong,
|
|
2530
|
-
TotalSnapshotCapacityUsed: import_smithy_client.expectLong
|
|
2531
|
-
});
|
|
2532
|
-
}, "de_NetAppONTAPSVM");
|
|
2533
|
-
var de_NetAppONTAPSVMs = /* @__PURE__ */ __name((output, context) => {
|
|
2534
|
-
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2535
|
-
return de_NetAppONTAPSVM(entry, context);
|
|
2536
|
-
});
|
|
2537
|
-
return retVal;
|
|
2538
|
-
}, "de_NetAppONTAPSVMs");
|
|
2539
|
-
var de_NetAppONTAPVolume = /* @__PURE__ */ __name((output, context) => {
|
|
2540
|
-
return (0, import_smithy_client.take)(output, {
|
|
2541
|
-
CapacityProvisioned: import_smithy_client.expectLong,
|
|
2542
|
-
CapacityUsed: import_smithy_client.expectLong,
|
|
2543
|
-
CifsShareCount: import_smithy_client.expectLong,
|
|
2544
|
-
LogicalCapacityUsed: import_smithy_client.expectLong,
|
|
2545
|
-
LunCount: import_smithy_client.expectLong,
|
|
2546
|
-
MaxP95Performance: /* @__PURE__ */ __name((_) => de_MaxP95Performance(_, context), "MaxP95Performance"),
|
|
2547
|
-
NfsExported: import_smithy_client.expectBoolean,
|
|
2548
|
-
RecommendationStatus: import_smithy_client.expectString,
|
|
2549
|
-
Recommendations: import_smithy_client._json,
|
|
2550
|
-
ResourceId: import_smithy_client.expectString,
|
|
2551
|
-
SecurityStyle: import_smithy_client.expectString,
|
|
2552
|
-
SnapshotCapacityUsed: import_smithy_client.expectLong,
|
|
2553
|
-
SvmName: import_smithy_client.expectString,
|
|
2554
|
-
SvmUuid: import_smithy_client.expectString,
|
|
2555
|
-
VolumeName: import_smithy_client.expectString
|
|
2556
|
-
});
|
|
2557
|
-
}, "de_NetAppONTAPVolume");
|
|
2558
|
-
var de_NetAppONTAPVolumes = /* @__PURE__ */ __name((output, context) => {
|
|
2559
|
-
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2560
|
-
return de_NetAppONTAPVolume(entry, context);
|
|
2561
|
-
});
|
|
2562
|
-
return retVal;
|
|
2563
|
-
}, "de_NetAppONTAPVolumes");
|
|
2564
|
-
var de_P95Metrics = /* @__PURE__ */ __name((output, context) => {
|
|
2565
|
-
return (0, import_smithy_client.take)(output, {
|
|
2566
|
-
IOPS: /* @__PURE__ */ __name((_) => de_IOPS(_, context), "IOPS"),
|
|
2567
|
-
Latency: /* @__PURE__ */ __name((_) => de_Latency(_, context), "Latency"),
|
|
2568
|
-
Throughput: /* @__PURE__ */ __name((_) => de_Throughput(_, context), "Throughput")
|
|
2569
|
-
});
|
|
2570
|
-
}, "de_P95Metrics");
|
|
2571
|
-
var de_ResourceDetails = /* @__PURE__ */ __name((output, context) => {
|
|
2572
|
-
return (0, import_smithy_client.take)(output, {
|
|
2573
|
-
NetAppONTAPClusters: /* @__PURE__ */ __name((_) => de_NetAppONTAPClusters(_, context), "NetAppONTAPClusters"),
|
|
2574
|
-
NetAppONTAPSVMs: /* @__PURE__ */ __name((_) => de_NetAppONTAPSVMs(_, context), "NetAppONTAPSVMs"),
|
|
2575
|
-
NetAppONTAPVolumes: /* @__PURE__ */ __name((_) => de_NetAppONTAPVolumes(_, context), "NetAppONTAPVolumes")
|
|
2576
|
-
});
|
|
2577
|
-
}, "de_ResourceDetails");
|
|
2578
|
-
var de_ResourceMetrics = /* @__PURE__ */ __name((output, context) => {
|
|
2579
|
-
return (0, import_smithy_client.take)(output, {
|
|
2580
|
-
Capacity: import_smithy_client._json,
|
|
2581
|
-
P95Metrics: /* @__PURE__ */ __name((_) => de_P95Metrics(_, context), "P95Metrics"),
|
|
2582
|
-
ResourceId: import_smithy_client.expectString,
|
|
2583
|
-
ResourceType: import_smithy_client.expectString,
|
|
2584
|
-
Timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Timestamp")
|
|
2585
|
-
});
|
|
2586
|
-
}, "de_ResourceMetrics");
|
|
2587
1981
|
var de_TaskScheduleDetails = /* @__PURE__ */ __name((output, context) => {
|
|
2588
1982
|
return (0, import_smithy_client.take)(output, {
|
|
2589
1983
|
DisabledBy: import_smithy_client.expectString,
|
|
@@ -2591,14 +1985,6 @@ var de_TaskScheduleDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
2591
1985
|
StatusUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StatusUpdateTime")
|
|
2592
1986
|
});
|
|
2593
1987
|
}, "de_TaskScheduleDetails");
|
|
2594
|
-
var de_Throughput = /* @__PURE__ */ __name((output, context) => {
|
|
2595
|
-
return (0, import_smithy_client.take)(output, {
|
|
2596
|
-
Other: import_smithy_client.limitedParseDouble,
|
|
2597
|
-
Read: import_smithy_client.limitedParseDouble,
|
|
2598
|
-
Total: import_smithy_client.limitedParseDouble,
|
|
2599
|
-
Write: import_smithy_client.limitedParseDouble
|
|
2600
|
-
});
|
|
2601
|
-
}, "de_Throughput");
|
|
2602
1988
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
2603
1989
|
httpStatusCode: output.statusCode,
|
|
2604
1990
|
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
@@ -2632,22 +2018,7 @@ function sharedHeaders(operation) {
|
|
|
2632
2018
|
}
|
|
2633
2019
|
__name(sharedHeaders, "sharedHeaders");
|
|
2634
2020
|
|
|
2635
|
-
// src/commands/AddStorageSystemCommand.ts
|
|
2636
|
-
var AddStorageSystemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2637
|
-
return [
|
|
2638
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2639
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2640
|
-
];
|
|
2641
|
-
}).s("FmrsService", "AddStorageSystem", {}).n("DataSyncClient", "AddStorageSystemCommand").f(AddStorageSystemRequestFilterSensitiveLog, void 0).ser(se_AddStorageSystemCommand).de(de_AddStorageSystemCommand).build() {
|
|
2642
|
-
static {
|
|
2643
|
-
__name(this, "AddStorageSystemCommand");
|
|
2644
|
-
}
|
|
2645
|
-
};
|
|
2646
|
-
|
|
2647
2021
|
// src/commands/CancelTaskExecutionCommand.ts
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
2022
|
var CancelTaskExecutionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2652
2023
|
return [
|
|
2653
2024
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -2914,21 +2285,6 @@ var DescribeAgentCommand = class extends import_smithy_client.Command.classBuild
|
|
|
2914
2285
|
}
|
|
2915
2286
|
};
|
|
2916
2287
|
|
|
2917
|
-
// src/commands/DescribeDiscoveryJobCommand.ts
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
var DescribeDiscoveryJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2922
|
-
return [
|
|
2923
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2924
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2925
|
-
];
|
|
2926
|
-
}).s("FmrsService", "DescribeDiscoveryJob", {}).n("DataSyncClient", "DescribeDiscoveryJobCommand").f(void 0, void 0).ser(se_DescribeDiscoveryJobCommand).de(de_DescribeDiscoveryJobCommand).build() {
|
|
2927
|
-
static {
|
|
2928
|
-
__name(this, "DescribeDiscoveryJobCommand");
|
|
2929
|
-
}
|
|
2930
|
-
};
|
|
2931
|
-
|
|
2932
2288
|
// src/commands/DescribeLocationAzureBlobCommand.ts
|
|
2933
2289
|
|
|
2934
2290
|
|
|
@@ -3094,51 +2450,6 @@ var DescribeLocationSmbCommand = class extends import_smithy_client.Command.clas
|
|
|
3094
2450
|
}
|
|
3095
2451
|
};
|
|
3096
2452
|
|
|
3097
|
-
// src/commands/DescribeStorageSystemCommand.ts
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
var DescribeStorageSystemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3102
|
-
return [
|
|
3103
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3104
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3105
|
-
];
|
|
3106
|
-
}).s("FmrsService", "DescribeStorageSystem", {}).n("DataSyncClient", "DescribeStorageSystemCommand").f(void 0, void 0).ser(se_DescribeStorageSystemCommand).de(de_DescribeStorageSystemCommand).build() {
|
|
3107
|
-
static {
|
|
3108
|
-
__name(this, "DescribeStorageSystemCommand");
|
|
3109
|
-
}
|
|
3110
|
-
};
|
|
3111
|
-
|
|
3112
|
-
// src/commands/DescribeStorageSystemResourceMetricsCommand.ts
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
var DescribeStorageSystemResourceMetricsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3117
|
-
return [
|
|
3118
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3119
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3120
|
-
];
|
|
3121
|
-
}).s("FmrsService", "DescribeStorageSystemResourceMetrics", {}).n("DataSyncClient", "DescribeStorageSystemResourceMetricsCommand").f(void 0, void 0).ser(se_DescribeStorageSystemResourceMetricsCommand).de(de_DescribeStorageSystemResourceMetricsCommand).build() {
|
|
3122
|
-
static {
|
|
3123
|
-
__name(this, "DescribeStorageSystemResourceMetricsCommand");
|
|
3124
|
-
}
|
|
3125
|
-
};
|
|
3126
|
-
|
|
3127
|
-
// src/commands/DescribeStorageSystemResourcesCommand.ts
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
var DescribeStorageSystemResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3132
|
-
return [
|
|
3133
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3134
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3135
|
-
];
|
|
3136
|
-
}).s("FmrsService", "DescribeStorageSystemResources", {}).n("DataSyncClient", "DescribeStorageSystemResourcesCommand").f(void 0, void 0).ser(se_DescribeStorageSystemResourcesCommand).de(de_DescribeStorageSystemResourcesCommand).build() {
|
|
3137
|
-
static {
|
|
3138
|
-
__name(this, "DescribeStorageSystemResourcesCommand");
|
|
3139
|
-
}
|
|
3140
|
-
};
|
|
3141
|
-
|
|
3142
2453
|
// src/commands/DescribeTaskCommand.ts
|
|
3143
2454
|
|
|
3144
2455
|
|
|
@@ -3169,21 +2480,6 @@ var DescribeTaskExecutionCommand = class extends import_smithy_client.Command.cl
|
|
|
3169
2480
|
}
|
|
3170
2481
|
};
|
|
3171
2482
|
|
|
3172
|
-
// src/commands/GenerateRecommendationsCommand.ts
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
var GenerateRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3177
|
-
return [
|
|
3178
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3179
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3180
|
-
];
|
|
3181
|
-
}).s("FmrsService", "GenerateRecommendations", {}).n("DataSyncClient", "GenerateRecommendationsCommand").f(void 0, void 0).ser(se_GenerateRecommendationsCommand).de(de_GenerateRecommendationsCommand).build() {
|
|
3182
|
-
static {
|
|
3183
|
-
__name(this, "GenerateRecommendationsCommand");
|
|
3184
|
-
}
|
|
3185
|
-
};
|
|
3186
|
-
|
|
3187
2483
|
// src/commands/ListAgentsCommand.ts
|
|
3188
2484
|
|
|
3189
2485
|
|
|
@@ -3199,21 +2495,6 @@ var ListAgentsCommand = class extends import_smithy_client.Command.classBuilder(
|
|
|
3199
2495
|
}
|
|
3200
2496
|
};
|
|
3201
2497
|
|
|
3202
|
-
// src/commands/ListDiscoveryJobsCommand.ts
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
var ListDiscoveryJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3207
|
-
return [
|
|
3208
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3209
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3210
|
-
];
|
|
3211
|
-
}).s("FmrsService", "ListDiscoveryJobs", {}).n("DataSyncClient", "ListDiscoveryJobsCommand").f(void 0, void 0).ser(se_ListDiscoveryJobsCommand).de(de_ListDiscoveryJobsCommand).build() {
|
|
3212
|
-
static {
|
|
3213
|
-
__name(this, "ListDiscoveryJobsCommand");
|
|
3214
|
-
}
|
|
3215
|
-
};
|
|
3216
|
-
|
|
3217
2498
|
// src/commands/ListLocationsCommand.ts
|
|
3218
2499
|
|
|
3219
2500
|
|
|
@@ -3229,21 +2510,6 @@ var ListLocationsCommand = class extends import_smithy_client.Command.classBuild
|
|
|
3229
2510
|
}
|
|
3230
2511
|
};
|
|
3231
2512
|
|
|
3232
|
-
// src/commands/ListStorageSystemsCommand.ts
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
var ListStorageSystemsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3237
|
-
return [
|
|
3238
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3239
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3240
|
-
];
|
|
3241
|
-
}).s("FmrsService", "ListStorageSystems", {}).n("DataSyncClient", "ListStorageSystemsCommand").f(void 0, void 0).ser(se_ListStorageSystemsCommand).de(de_ListStorageSystemsCommand).build() {
|
|
3242
|
-
static {
|
|
3243
|
-
__name(this, "ListStorageSystemsCommand");
|
|
3244
|
-
}
|
|
3245
|
-
};
|
|
3246
|
-
|
|
3247
2513
|
// src/commands/ListTagsForResourceCommand.ts
|
|
3248
2514
|
|
|
3249
2515
|
|
|
@@ -3289,36 +2555,6 @@ var ListTasksCommand = class extends import_smithy_client.Command.classBuilder()
|
|
|
3289
2555
|
}
|
|
3290
2556
|
};
|
|
3291
2557
|
|
|
3292
|
-
// src/commands/RemoveStorageSystemCommand.ts
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
var RemoveStorageSystemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3297
|
-
return [
|
|
3298
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3299
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3300
|
-
];
|
|
3301
|
-
}).s("FmrsService", "RemoveStorageSystem", {}).n("DataSyncClient", "RemoveStorageSystemCommand").f(void 0, void 0).ser(se_RemoveStorageSystemCommand).de(de_RemoveStorageSystemCommand).build() {
|
|
3302
|
-
static {
|
|
3303
|
-
__name(this, "RemoveStorageSystemCommand");
|
|
3304
|
-
}
|
|
3305
|
-
};
|
|
3306
|
-
|
|
3307
|
-
// src/commands/StartDiscoveryJobCommand.ts
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
var StartDiscoveryJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3312
|
-
return [
|
|
3313
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3314
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3315
|
-
];
|
|
3316
|
-
}).s("FmrsService", "StartDiscoveryJob", {}).n("DataSyncClient", "StartDiscoveryJobCommand").f(void 0, void 0).ser(se_StartDiscoveryJobCommand).de(de_StartDiscoveryJobCommand).build() {
|
|
3317
|
-
static {
|
|
3318
|
-
__name(this, "StartDiscoveryJobCommand");
|
|
3319
|
-
}
|
|
3320
|
-
};
|
|
3321
|
-
|
|
3322
2558
|
// src/commands/StartTaskExecutionCommand.ts
|
|
3323
2559
|
|
|
3324
2560
|
|
|
@@ -3334,21 +2570,6 @@ var StartTaskExecutionCommand = class extends import_smithy_client.Command.class
|
|
|
3334
2570
|
}
|
|
3335
2571
|
};
|
|
3336
2572
|
|
|
3337
|
-
// src/commands/StopDiscoveryJobCommand.ts
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
var StopDiscoveryJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3342
|
-
return [
|
|
3343
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3344
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3345
|
-
];
|
|
3346
|
-
}).s("FmrsService", "StopDiscoveryJob", {}).n("DataSyncClient", "StopDiscoveryJobCommand").f(void 0, void 0).ser(se_StopDiscoveryJobCommand).de(de_StopDiscoveryJobCommand).build() {
|
|
3347
|
-
static {
|
|
3348
|
-
__name(this, "StopDiscoveryJobCommand");
|
|
3349
|
-
}
|
|
3350
|
-
};
|
|
3351
|
-
|
|
3352
2573
|
// src/commands/TagResourceCommand.ts
|
|
3353
2574
|
|
|
3354
2575
|
|
|
@@ -3394,21 +2615,6 @@ var UpdateAgentCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
3394
2615
|
}
|
|
3395
2616
|
};
|
|
3396
2617
|
|
|
3397
|
-
// src/commands/UpdateDiscoveryJobCommand.ts
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
var UpdateDiscoveryJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3402
|
-
return [
|
|
3403
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3404
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3405
|
-
];
|
|
3406
|
-
}).s("FmrsService", "UpdateDiscoveryJob", {}).n("DataSyncClient", "UpdateDiscoveryJobCommand").f(void 0, void 0).ser(se_UpdateDiscoveryJobCommand).de(de_UpdateDiscoveryJobCommand).build() {
|
|
3407
|
-
static {
|
|
3408
|
-
__name(this, "UpdateDiscoveryJobCommand");
|
|
3409
|
-
}
|
|
3410
|
-
};
|
|
3411
|
-
|
|
3412
2618
|
// src/commands/UpdateLocationAzureBlobCommand.ts
|
|
3413
2619
|
|
|
3414
2620
|
|
|
@@ -3574,21 +2780,6 @@ var UpdateLocationSmbCommand = class extends import_smithy_client.Command.classB
|
|
|
3574
2780
|
}
|
|
3575
2781
|
};
|
|
3576
2782
|
|
|
3577
|
-
// src/commands/UpdateStorageSystemCommand.ts
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
var UpdateStorageSystemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3582
|
-
return [
|
|
3583
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3584
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3585
|
-
];
|
|
3586
|
-
}).s("FmrsService", "UpdateStorageSystem", {}).n("DataSyncClient", "UpdateStorageSystemCommand").f(UpdateStorageSystemRequestFilterSensitiveLog, void 0).ser(se_UpdateStorageSystemCommand).de(de_UpdateStorageSystemCommand).build() {
|
|
3587
|
-
static {
|
|
3588
|
-
__name(this, "UpdateStorageSystemCommand");
|
|
3589
|
-
}
|
|
3590
|
-
};
|
|
3591
|
-
|
|
3592
2783
|
// src/commands/UpdateTaskCommand.ts
|
|
3593
2784
|
|
|
3594
2785
|
|
|
@@ -3621,7 +2812,6 @@ var UpdateTaskExecutionCommand = class extends import_smithy_client.Command.clas
|
|
|
3621
2812
|
|
|
3622
2813
|
// src/DataSync.ts
|
|
3623
2814
|
var commands = {
|
|
3624
|
-
AddStorageSystemCommand,
|
|
3625
2815
|
CancelTaskExecutionCommand,
|
|
3626
2816
|
CreateAgentCommand,
|
|
3627
2817
|
CreateLocationAzureBlobCommand,
|
|
@@ -3640,7 +2830,6 @@ var commands = {
|
|
|
3640
2830
|
DeleteLocationCommand,
|
|
3641
2831
|
DeleteTaskCommand,
|
|
3642
2832
|
DescribeAgentCommand,
|
|
3643
|
-
DescribeDiscoveryJobCommand,
|
|
3644
2833
|
DescribeLocationAzureBlobCommand,
|
|
3645
2834
|
DescribeLocationEfsCommand,
|
|
3646
2835
|
DescribeLocationFsxLustreCommand,
|
|
@@ -3652,27 +2841,17 @@ var commands = {
|
|
|
3652
2841
|
DescribeLocationObjectStorageCommand,
|
|
3653
2842
|
DescribeLocationS3Command,
|
|
3654
2843
|
DescribeLocationSmbCommand,
|
|
3655
|
-
DescribeStorageSystemCommand,
|
|
3656
|
-
DescribeStorageSystemResourceMetricsCommand,
|
|
3657
|
-
DescribeStorageSystemResourcesCommand,
|
|
3658
2844
|
DescribeTaskCommand,
|
|
3659
2845
|
DescribeTaskExecutionCommand,
|
|
3660
|
-
GenerateRecommendationsCommand,
|
|
3661
2846
|
ListAgentsCommand,
|
|
3662
|
-
ListDiscoveryJobsCommand,
|
|
3663
2847
|
ListLocationsCommand,
|
|
3664
|
-
ListStorageSystemsCommand,
|
|
3665
2848
|
ListTagsForResourceCommand,
|
|
3666
2849
|
ListTaskExecutionsCommand,
|
|
3667
2850
|
ListTasksCommand,
|
|
3668
|
-
RemoveStorageSystemCommand,
|
|
3669
|
-
StartDiscoveryJobCommand,
|
|
3670
2851
|
StartTaskExecutionCommand,
|
|
3671
|
-
StopDiscoveryJobCommand,
|
|
3672
2852
|
TagResourceCommand,
|
|
3673
2853
|
UntagResourceCommand,
|
|
3674
2854
|
UpdateAgentCommand,
|
|
3675
|
-
UpdateDiscoveryJobCommand,
|
|
3676
2855
|
UpdateLocationAzureBlobCommand,
|
|
3677
2856
|
UpdateLocationEfsCommand,
|
|
3678
2857
|
UpdateLocationFsxLustreCommand,
|
|
@@ -3684,7 +2863,6 @@ var commands = {
|
|
|
3684
2863
|
UpdateLocationObjectStorageCommand,
|
|
3685
2864
|
UpdateLocationS3Command,
|
|
3686
2865
|
UpdateLocationSmbCommand,
|
|
3687
|
-
UpdateStorageSystemCommand,
|
|
3688
2866
|
UpdateTaskCommand,
|
|
3689
2867
|
UpdateTaskExecutionCommand
|
|
3690
2868
|
};
|
|
@@ -3695,30 +2873,14 @@ var DataSync = class extends DataSyncClient {
|
|
|
3695
2873
|
};
|
|
3696
2874
|
(0, import_smithy_client.createAggregatedClient)(commands, DataSync);
|
|
3697
2875
|
|
|
3698
|
-
// src/pagination/DescribeStorageSystemResourceMetricsPaginator.ts
|
|
3699
|
-
|
|
3700
|
-
var paginateDescribeStorageSystemResourceMetrics = (0, import_core.createPaginator)(DataSyncClient, DescribeStorageSystemResourceMetricsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3701
|
-
|
|
3702
|
-
// src/pagination/DescribeStorageSystemResourcesPaginator.ts
|
|
3703
|
-
|
|
3704
|
-
var paginateDescribeStorageSystemResources = (0, import_core.createPaginator)(DataSyncClient, DescribeStorageSystemResourcesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3705
|
-
|
|
3706
2876
|
// src/pagination/ListAgentsPaginator.ts
|
|
3707
2877
|
|
|
3708
2878
|
var paginateListAgents = (0, import_core.createPaginator)(DataSyncClient, ListAgentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3709
2879
|
|
|
3710
|
-
// src/pagination/ListDiscoveryJobsPaginator.ts
|
|
3711
|
-
|
|
3712
|
-
var paginateListDiscoveryJobs = (0, import_core.createPaginator)(DataSyncClient, ListDiscoveryJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3713
|
-
|
|
3714
2880
|
// src/pagination/ListLocationsPaginator.ts
|
|
3715
2881
|
|
|
3716
2882
|
var paginateListLocations = (0, import_core.createPaginator)(DataSyncClient, ListLocationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3717
2883
|
|
|
3718
|
-
// src/pagination/ListStorageSystemsPaginator.ts
|
|
3719
|
-
|
|
3720
|
-
var paginateListStorageSystems = (0, import_core.createPaginator)(DataSyncClient, ListStorageSystemsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3721
|
-
|
|
3722
2884
|
// src/pagination/ListTagsForResourcePaginator.ts
|
|
3723
2885
|
|
|
3724
2886
|
var paginateListTagsForResource = (0, import_core.createPaginator)(DataSyncClient, ListTagsForResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -3738,7 +2900,6 @@ var paginateListTasks = (0, import_core.createPaginator)(DataSyncClient, ListTas
|
|
|
3738
2900
|
DataSyncClient,
|
|
3739
2901
|
DataSync,
|
|
3740
2902
|
$Command,
|
|
3741
|
-
AddStorageSystemCommand,
|
|
3742
2903
|
CancelTaskExecutionCommand,
|
|
3743
2904
|
CreateAgentCommand,
|
|
3744
2905
|
CreateLocationAzureBlobCommand,
|
|
@@ -3757,7 +2918,6 @@ var paginateListTasks = (0, import_core.createPaginator)(DataSyncClient, ListTas
|
|
|
3757
2918
|
DeleteLocationCommand,
|
|
3758
2919
|
DeleteTaskCommand,
|
|
3759
2920
|
DescribeAgentCommand,
|
|
3760
|
-
DescribeDiscoveryJobCommand,
|
|
3761
2921
|
DescribeLocationAzureBlobCommand,
|
|
3762
2922
|
DescribeLocationEfsCommand,
|
|
3763
2923
|
DescribeLocationFsxLustreCommand,
|
|
@@ -3769,27 +2929,17 @@ var paginateListTasks = (0, import_core.createPaginator)(DataSyncClient, ListTas
|
|
|
3769
2929
|
DescribeLocationObjectStorageCommand,
|
|
3770
2930
|
DescribeLocationS3Command,
|
|
3771
2931
|
DescribeLocationSmbCommand,
|
|
3772
|
-
DescribeStorageSystemCommand,
|
|
3773
|
-
DescribeStorageSystemResourceMetricsCommand,
|
|
3774
|
-
DescribeStorageSystemResourcesCommand,
|
|
3775
2932
|
DescribeTaskCommand,
|
|
3776
2933
|
DescribeTaskExecutionCommand,
|
|
3777
|
-
GenerateRecommendationsCommand,
|
|
3778
2934
|
ListAgentsCommand,
|
|
3779
|
-
ListDiscoveryJobsCommand,
|
|
3780
2935
|
ListLocationsCommand,
|
|
3781
|
-
ListStorageSystemsCommand,
|
|
3782
2936
|
ListTagsForResourceCommand,
|
|
3783
2937
|
ListTaskExecutionsCommand,
|
|
3784
2938
|
ListTasksCommand,
|
|
3785
|
-
RemoveStorageSystemCommand,
|
|
3786
|
-
StartDiscoveryJobCommand,
|
|
3787
2939
|
StartTaskExecutionCommand,
|
|
3788
|
-
StopDiscoveryJobCommand,
|
|
3789
2940
|
TagResourceCommand,
|
|
3790
2941
|
UntagResourceCommand,
|
|
3791
2942
|
UpdateAgentCommand,
|
|
3792
|
-
UpdateDiscoveryJobCommand,
|
|
3793
2943
|
UpdateLocationAzureBlobCommand,
|
|
3794
2944
|
UpdateLocationEfsCommand,
|
|
3795
2945
|
UpdateLocationFsxLustreCommand,
|
|
@@ -3801,26 +2951,20 @@ var paginateListTasks = (0, import_core.createPaginator)(DataSyncClient, ListTas
|
|
|
3801
2951
|
UpdateLocationObjectStorageCommand,
|
|
3802
2952
|
UpdateLocationS3Command,
|
|
3803
2953
|
UpdateLocationSmbCommand,
|
|
3804
|
-
UpdateStorageSystemCommand,
|
|
3805
2954
|
UpdateTaskCommand,
|
|
3806
2955
|
UpdateTaskExecutionCommand,
|
|
3807
|
-
paginateDescribeStorageSystemResourceMetrics,
|
|
3808
|
-
paginateDescribeStorageSystemResources,
|
|
3809
2956
|
paginateListAgents,
|
|
3810
|
-
paginateListDiscoveryJobs,
|
|
3811
2957
|
paginateListLocations,
|
|
3812
|
-
paginateListStorageSystems,
|
|
3813
2958
|
paginateListTagsForResource,
|
|
3814
2959
|
paginateListTaskExecutions,
|
|
3815
2960
|
paginateListTasks,
|
|
3816
|
-
DiscoverySystemType,
|
|
3817
|
-
InternalException,
|
|
3818
|
-
InvalidRequestException,
|
|
3819
2961
|
AgentStatus,
|
|
3820
2962
|
Atime,
|
|
3821
2963
|
AzureAccessTier,
|
|
3822
2964
|
AzureBlobAuthenticationType,
|
|
3823
2965
|
AzureBlobType,
|
|
2966
|
+
InternalException,
|
|
2967
|
+
InvalidRequestException,
|
|
3824
2968
|
EfsInTransitEncryption,
|
|
3825
2969
|
NfsVersion,
|
|
3826
2970
|
SmbVersion,
|
|
@@ -3852,11 +2996,6 @@ var paginateListTasks = (0, import_core.createPaginator)(DataSyncClient, ListTas
|
|
|
3852
2996
|
ReportOutputType,
|
|
3853
2997
|
ReportLevel,
|
|
3854
2998
|
EndpointType,
|
|
3855
|
-
DiscoveryJobStatus,
|
|
3856
|
-
StorageSystemConnectivityStatus,
|
|
3857
|
-
DiscoveryResourceType,
|
|
3858
|
-
DiscoveryResourceFilter,
|
|
3859
|
-
RecommendationStatus,
|
|
3860
2999
|
ScheduleDisabledBy,
|
|
3861
3000
|
TaskStatus,
|
|
3862
3001
|
PhaseStatus,
|
|
@@ -3864,8 +3003,6 @@ var paginateListTasks = (0, import_core.createPaginator)(DataSyncClient, ListTas
|
|
|
3864
3003
|
LocationFilterName,
|
|
3865
3004
|
Operator,
|
|
3866
3005
|
TaskFilterName,
|
|
3867
|
-
CredentialsFilterSensitiveLog,
|
|
3868
|
-
AddStorageSystemRequestFilterSensitiveLog,
|
|
3869
3006
|
AzureBlobSasConfigurationFilterSensitiveLog,
|
|
3870
3007
|
CreateLocationAzureBlobRequestFilterSensitiveLog,
|
|
3871
3008
|
FsxProtocolSmbFilterSensitiveLog,
|
|
@@ -3884,7 +3021,6 @@ var paginateListTasks = (0, import_core.createPaginator)(DataSyncClient, ListTas
|
|
|
3884
3021
|
UpdateLocationFsxOpenZfsRequestFilterSensitiveLog,
|
|
3885
3022
|
UpdateLocationFsxWindowsRequestFilterSensitiveLog,
|
|
3886
3023
|
UpdateLocationObjectStorageRequestFilterSensitiveLog,
|
|
3887
|
-
UpdateLocationSmbRequestFilterSensitiveLog
|
|
3888
|
-
UpdateStorageSystemRequestFilterSensitiveLog
|
|
3024
|
+
UpdateLocationSmbRequestFilterSensitiveLog
|
|
3889
3025
|
});
|
|
3890
3026
|
|