@aws-sdk/client-fsx 3.131.0 → 3.141.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateFileSystemAliasesCommand.js +2 -2
- package/dist-cjs/commands/CancelDataRepositoryTaskCommand.js +2 -2
- package/dist-cjs/commands/CopyBackupCommand.js +2 -2
- package/dist-cjs/commands/CreateBackupCommand.js +2 -2
- package/dist-cjs/commands/CreateDataRepositoryAssociationCommand.js +2 -2
- package/dist-cjs/commands/CreateDataRepositoryTaskCommand.js +2 -2
- package/dist-cjs/commands/CreateFileSystemCommand.js +2 -2
- package/dist-cjs/commands/CreateFileSystemFromBackupCommand.js +2 -2
- package/dist-cjs/commands/CreateSnapshotCommand.js +2 -2
- package/dist-cjs/commands/CreateStorageVirtualMachineCommand.js +2 -2
- package/dist-cjs/commands/CreateVolumeCommand.js +2 -2
- package/dist-cjs/commands/CreateVolumeFromBackupCommand.js +2 -2
- package/dist-cjs/commands/DeleteBackupCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataRepositoryAssociationCommand.js +2 -2
- package/dist-cjs/commands/DeleteFileSystemCommand.js +2 -2
- package/dist-cjs/commands/DeleteSnapshotCommand.js +2 -2
- package/dist-cjs/commands/DeleteStorageVirtualMachineCommand.js +2 -2
- package/dist-cjs/commands/DeleteVolumeCommand.js +2 -2
- package/dist-cjs/commands/DescribeBackupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataRepositoryAssociationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataRepositoryTasksCommand.js +2 -2
- package/dist-cjs/commands/DescribeFileSystemAliasesCommand.js +2 -2
- package/dist-cjs/commands/DescribeFileSystemsCommand.js +2 -2
- package/dist-cjs/commands/DescribeSnapshotsCommand.js +2 -2
- package/dist-cjs/commands/DescribeStorageVirtualMachinesCommand.js +2 -2
- package/dist-cjs/commands/DescribeVolumesCommand.js +2 -2
- package/dist-cjs/commands/DisassociateFileSystemAliasesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ReleaseFileSystemNfsV3LocksCommand.js +2 -2
- package/dist-cjs/commands/RestoreVolumeFromSnapshotCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataRepositoryAssociationCommand.js +2 -2
- package/dist-cjs/commands/UpdateFileSystemCommand.js +2 -2
- package/dist-cjs/commands/UpdateSnapshotCommand.js +2 -2
- package/dist-cjs/commands/UpdateStorageVirtualMachineCommand.js +2 -2
- package/dist-cjs/commands/UpdateVolumeCommand.js +2 -2
- package/dist-cjs/models/models_0.js +652 -956
- package/dist-es/commands/AssociateFileSystemAliasesCommand.js +3 -3
- package/dist-es/commands/CancelDataRepositoryTaskCommand.js +3 -3
- package/dist-es/commands/CopyBackupCommand.js +3 -3
- package/dist-es/commands/CreateBackupCommand.js +3 -3
- package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +3 -3
- package/dist-es/commands/CreateDataRepositoryTaskCommand.js +3 -3
- package/dist-es/commands/CreateFileSystemCommand.js +3 -3
- package/dist-es/commands/CreateFileSystemFromBackupCommand.js +3 -3
- package/dist-es/commands/CreateSnapshotCommand.js +3 -3
- package/dist-es/commands/CreateStorageVirtualMachineCommand.js +3 -3
- package/dist-es/commands/CreateVolumeCommand.js +3 -3
- package/dist-es/commands/CreateVolumeFromBackupCommand.js +3 -3
- package/dist-es/commands/DeleteBackupCommand.js +3 -3
- package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +3 -3
- package/dist-es/commands/DeleteFileSystemCommand.js +3 -3
- package/dist-es/commands/DeleteSnapshotCommand.js +3 -3
- package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +3 -3
- package/dist-es/commands/DeleteVolumeCommand.js +3 -3
- package/dist-es/commands/DescribeBackupsCommand.js +3 -3
- package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +3 -3
- package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +3 -3
- package/dist-es/commands/DescribeFileSystemAliasesCommand.js +3 -3
- package/dist-es/commands/DescribeFileSystemsCommand.js +3 -3
- package/dist-es/commands/DescribeSnapshotsCommand.js +3 -3
- package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +3 -3
- package/dist-es/commands/DescribeVolumesCommand.js +3 -3
- package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +3 -3
- package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +3 -3
- package/dist-es/commands/UpdateFileSystemCommand.js +3 -3
- package/dist-es/commands/UpdateSnapshotCommand.js +3 -3
- package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +3 -3
- package/dist-es/commands/UpdateVolumeCommand.js +3 -3
- package/dist-es/models/models_0.js +174 -630
- package/dist-types/FSx.d.ts +1 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +632 -923
- package/dist-types/ts3.4/models/models_0.d.ts +304 -608
- package/package.json +6 -6
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { FSxServiceException as __BaseException } from "./FSxServiceException";
|
|
4
|
-
export var ActiveDirectoryBackupAttributes;
|
|
5
|
-
(function (ActiveDirectoryBackupAttributes) {
|
|
6
|
-
ActiveDirectoryBackupAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
7
|
-
})(ActiveDirectoryBackupAttributes || (ActiveDirectoryBackupAttributes = {}));
|
|
8
4
|
export var ActiveDirectoryErrorType;
|
|
9
5
|
(function (ActiveDirectoryErrorType) {
|
|
10
6
|
ActiveDirectoryErrorType["DOMAIN_NOT_FOUND"] = "DOMAIN_NOT_FOUND";
|
|
@@ -37,10 +33,6 @@ export var AdministrativeActionType;
|
|
|
37
33
|
AdministrativeActionType["STORAGE_OPTIMIZATION"] = "STORAGE_OPTIMIZATION";
|
|
38
34
|
AdministrativeActionType["VOLUME_UPDATE"] = "VOLUME_UPDATE";
|
|
39
35
|
})(AdministrativeActionType || (AdministrativeActionType = {}));
|
|
40
|
-
export var AdministrativeActionFailureDetails;
|
|
41
|
-
(function (AdministrativeActionFailureDetails) {
|
|
42
|
-
AdministrativeActionFailureDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
|
-
})(AdministrativeActionFailureDetails || (AdministrativeActionFailureDetails = {}));
|
|
44
36
|
export var Status;
|
|
45
37
|
(function (Status) {
|
|
46
38
|
Status["COMPLETED"] = "COMPLETED";
|
|
@@ -49,10 +41,6 @@ export var Status;
|
|
|
49
41
|
Status["PENDING"] = "PENDING";
|
|
50
42
|
Status["UPDATED_OPTIMIZING"] = "UPDATED_OPTIMIZING";
|
|
51
43
|
})(Status || (Status = {}));
|
|
52
|
-
export var FileSystemFailureDetails;
|
|
53
|
-
(function (FileSystemFailureDetails) {
|
|
54
|
-
FileSystemFailureDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
55
|
-
})(FileSystemFailureDetails || (FileSystemFailureDetails = {}));
|
|
56
44
|
export var FileSystemType;
|
|
57
45
|
(function (FileSystemType) {
|
|
58
46
|
FileSystemType["LUSTRE"] = "LUSTRE";
|
|
@@ -82,10 +70,6 @@ export var AutoImportPolicyType;
|
|
|
82
70
|
AutoImportPolicyType["NEW_CHANGED_DELETED"] = "NEW_CHANGED_DELETED";
|
|
83
71
|
AutoImportPolicyType["NONE"] = "NONE";
|
|
84
72
|
})(AutoImportPolicyType || (AutoImportPolicyType = {}));
|
|
85
|
-
export var DataRepositoryFailureDetails;
|
|
86
|
-
(function (DataRepositoryFailureDetails) {
|
|
87
|
-
DataRepositoryFailureDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
88
|
-
})(DataRepositoryFailureDetails || (DataRepositoryFailureDetails = {}));
|
|
89
73
|
export var DataRepositoryLifecycle;
|
|
90
74
|
(function (DataRepositoryLifecycle) {
|
|
91
75
|
DataRepositoryLifecycle["AVAILABLE"] = "AVAILABLE";
|
|
@@ -95,10 +79,6 @@ export var DataRepositoryLifecycle;
|
|
|
95
79
|
DataRepositoryLifecycle["MISCONFIGURED"] = "MISCONFIGURED";
|
|
96
80
|
DataRepositoryLifecycle["UPDATING"] = "UPDATING";
|
|
97
81
|
})(DataRepositoryLifecycle || (DataRepositoryLifecycle = {}));
|
|
98
|
-
export var DataRepositoryConfiguration;
|
|
99
|
-
(function (DataRepositoryConfiguration) {
|
|
100
|
-
DataRepositoryConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
101
|
-
})(DataRepositoryConfiguration || (DataRepositoryConfiguration = {}));
|
|
102
82
|
export var LustreDeploymentType;
|
|
103
83
|
(function (LustreDeploymentType) {
|
|
104
84
|
LustreDeploymentType["PERSISTENT_1"] = "PERSISTENT_1";
|
|
@@ -118,18 +98,6 @@ export var LustreAccessAuditLogLevel;
|
|
|
118
98
|
LustreAccessAuditLogLevel["WARN_ERROR"] = "WARN_ERROR";
|
|
119
99
|
LustreAccessAuditLogLevel["WARN_ONLY"] = "WARN_ONLY";
|
|
120
100
|
})(LustreAccessAuditLogLevel || (LustreAccessAuditLogLevel = {}));
|
|
121
|
-
export var LustreLogConfiguration;
|
|
122
|
-
(function (LustreLogConfiguration) {
|
|
123
|
-
LustreLogConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
|
-
})(LustreLogConfiguration || (LustreLogConfiguration = {}));
|
|
125
|
-
export var LustreRootSquashConfiguration;
|
|
126
|
-
(function (LustreRootSquashConfiguration) {
|
|
127
|
-
LustreRootSquashConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
-
})(LustreRootSquashConfiguration || (LustreRootSquashConfiguration = {}));
|
|
129
|
-
export var LustreFileSystemConfiguration;
|
|
130
|
-
(function (LustreFileSystemConfiguration) {
|
|
131
|
-
LustreFileSystemConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
132
|
-
})(LustreFileSystemConfiguration || (LustreFileSystemConfiguration = {}));
|
|
133
101
|
export var OntapDeploymentType;
|
|
134
102
|
(function (OntapDeploymentType) {
|
|
135
103
|
OntapDeploymentType["MULTI_AZ_1"] = "MULTI_AZ_1";
|
|
@@ -140,39 +108,15 @@ export var DiskIopsConfigurationMode;
|
|
|
140
108
|
DiskIopsConfigurationMode["AUTOMATIC"] = "AUTOMATIC";
|
|
141
109
|
DiskIopsConfigurationMode["USER_PROVISIONED"] = "USER_PROVISIONED";
|
|
142
110
|
})(DiskIopsConfigurationMode || (DiskIopsConfigurationMode = {}));
|
|
143
|
-
export var DiskIopsConfiguration;
|
|
144
|
-
(function (DiskIopsConfiguration) {
|
|
145
|
-
DiskIopsConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
146
|
-
})(DiskIopsConfiguration || (DiskIopsConfiguration = {}));
|
|
147
|
-
export var FileSystemEndpoint;
|
|
148
|
-
(function (FileSystemEndpoint) {
|
|
149
|
-
FileSystemEndpoint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
|
-
})(FileSystemEndpoint || (FileSystemEndpoint = {}));
|
|
151
|
-
export var FileSystemEndpoints;
|
|
152
|
-
(function (FileSystemEndpoints) {
|
|
153
|
-
FileSystemEndpoints.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
154
|
-
})(FileSystemEndpoints || (FileSystemEndpoints = {}));
|
|
155
|
-
export var OntapFileSystemConfiguration;
|
|
156
|
-
(function (OntapFileSystemConfiguration) {
|
|
157
|
-
OntapFileSystemConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
158
|
-
})(OntapFileSystemConfiguration || (OntapFileSystemConfiguration = {}));
|
|
159
111
|
export var OpenZFSDeploymentType;
|
|
160
112
|
(function (OpenZFSDeploymentType) {
|
|
161
113
|
OpenZFSDeploymentType["SINGLE_AZ_1"] = "SINGLE_AZ_1";
|
|
162
114
|
})(OpenZFSDeploymentType || (OpenZFSDeploymentType = {}));
|
|
163
|
-
export var OpenZFSFileSystemConfiguration;
|
|
164
|
-
(function (OpenZFSFileSystemConfiguration) {
|
|
165
|
-
OpenZFSFileSystemConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
166
|
-
})(OpenZFSFileSystemConfiguration || (OpenZFSFileSystemConfiguration = {}));
|
|
167
115
|
export var StorageType;
|
|
168
116
|
(function (StorageType) {
|
|
169
117
|
StorageType["HDD"] = "HDD";
|
|
170
118
|
StorageType["SSD"] = "SSD";
|
|
171
119
|
})(StorageType || (StorageType = {}));
|
|
172
|
-
export var Tag;
|
|
173
|
-
(function (Tag) {
|
|
174
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
|
-
})(Tag || (Tag = {}));
|
|
176
120
|
export var AliasLifecycle;
|
|
177
121
|
(function (AliasLifecycle) {
|
|
178
122
|
AliasLifecycle["AVAILABLE"] = "AVAILABLE";
|
|
@@ -181,10 +125,6 @@ export var AliasLifecycle;
|
|
|
181
125
|
AliasLifecycle["DELETE_FAILED"] = "DELETE_FAILED";
|
|
182
126
|
AliasLifecycle["DELETING"] = "DELETING";
|
|
183
127
|
})(AliasLifecycle || (AliasLifecycle = {}));
|
|
184
|
-
export var Alias;
|
|
185
|
-
(function (Alias) {
|
|
186
|
-
Alias.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
-
})(Alias || (Alias = {}));
|
|
188
128
|
export var WindowsAccessAuditLogLevel;
|
|
189
129
|
(function (WindowsAccessAuditLogLevel) {
|
|
190
130
|
WindowsAccessAuditLogLevel["DISABLED"] = "DISABLED";
|
|
@@ -192,10 +132,6 @@ export var WindowsAccessAuditLogLevel;
|
|
|
192
132
|
WindowsAccessAuditLogLevel["SUCCESS_AND_FAILURE"] = "SUCCESS_AND_FAILURE";
|
|
193
133
|
WindowsAccessAuditLogLevel["SUCCESS_ONLY"] = "SUCCESS_ONLY";
|
|
194
134
|
})(WindowsAccessAuditLogLevel || (WindowsAccessAuditLogLevel = {}));
|
|
195
|
-
export var WindowsAuditLogConfiguration;
|
|
196
|
-
(function (WindowsAuditLogConfiguration) {
|
|
197
|
-
WindowsAuditLogConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
-
})(WindowsAuditLogConfiguration || (WindowsAuditLogConfiguration = {}));
|
|
199
135
|
export var WindowsDeploymentType;
|
|
200
136
|
(function (WindowsDeploymentType) {
|
|
201
137
|
WindowsDeploymentType["MULTI_AZ_1"] = "MULTI_AZ_1";
|
|
@@ -207,14 +143,6 @@ export var FileSystemMaintenanceOperation;
|
|
|
207
143
|
FileSystemMaintenanceOperation["BACKING_UP"] = "BACKING_UP";
|
|
208
144
|
FileSystemMaintenanceOperation["PATCHING"] = "PATCHING";
|
|
209
145
|
})(FileSystemMaintenanceOperation || (FileSystemMaintenanceOperation = {}));
|
|
210
|
-
export var SelfManagedActiveDirectoryAttributes;
|
|
211
|
-
(function (SelfManagedActiveDirectoryAttributes) {
|
|
212
|
-
SelfManagedActiveDirectoryAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
|
-
})(SelfManagedActiveDirectoryAttributes || (SelfManagedActiveDirectoryAttributes = {}));
|
|
214
|
-
export var WindowsFileSystemConfiguration;
|
|
215
|
-
(function (WindowsFileSystemConfiguration) {
|
|
216
|
-
WindowsFileSystemConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
|
-
})(WindowsFileSystemConfiguration || (WindowsFileSystemConfiguration = {}));
|
|
218
146
|
export var SnapshotLifecycle;
|
|
219
147
|
(function (SnapshotLifecycle) {
|
|
220
148
|
SnapshotLifecycle["AVAILABLE"] = "AVAILABLE";
|
|
@@ -222,10 +150,6 @@ export var SnapshotLifecycle;
|
|
|
222
150
|
SnapshotLifecycle["DELETING"] = "DELETING";
|
|
223
151
|
SnapshotLifecycle["PENDING"] = "PENDING";
|
|
224
152
|
})(SnapshotLifecycle || (SnapshotLifecycle = {}));
|
|
225
|
-
export var LifecycleTransitionReason;
|
|
226
|
-
(function (LifecycleTransitionReason) {
|
|
227
|
-
LifecycleTransitionReason.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
-
})(LifecycleTransitionReason || (LifecycleTransitionReason = {}));
|
|
229
153
|
export var VolumeLifecycle;
|
|
230
154
|
(function (VolumeLifecycle) {
|
|
231
155
|
VolumeLifecycle["AVAILABLE"] = "AVAILABLE";
|
|
@@ -261,63 +185,27 @@ export var TieringPolicyName;
|
|
|
261
185
|
TieringPolicyName["NONE"] = "NONE";
|
|
262
186
|
TieringPolicyName["SNAPSHOT_ONLY"] = "SNAPSHOT_ONLY";
|
|
263
187
|
})(TieringPolicyName || (TieringPolicyName = {}));
|
|
264
|
-
export var TieringPolicy;
|
|
265
|
-
(function (TieringPolicy) {
|
|
266
|
-
TieringPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
|
-
})(TieringPolicy || (TieringPolicy = {}));
|
|
268
|
-
export var OntapVolumeConfiguration;
|
|
269
|
-
(function (OntapVolumeConfiguration) {
|
|
270
|
-
OntapVolumeConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
-
})(OntapVolumeConfiguration || (OntapVolumeConfiguration = {}));
|
|
272
188
|
export var OpenZFSDataCompressionType;
|
|
273
189
|
(function (OpenZFSDataCompressionType) {
|
|
274
190
|
OpenZFSDataCompressionType["LZ4"] = "LZ4";
|
|
275
191
|
OpenZFSDataCompressionType["NONE"] = "NONE";
|
|
276
192
|
OpenZFSDataCompressionType["ZSTD"] = "ZSTD";
|
|
277
193
|
})(OpenZFSDataCompressionType || (OpenZFSDataCompressionType = {}));
|
|
278
|
-
export var OpenZFSClientConfiguration;
|
|
279
|
-
(function (OpenZFSClientConfiguration) {
|
|
280
|
-
OpenZFSClientConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
|
-
})(OpenZFSClientConfiguration || (OpenZFSClientConfiguration = {}));
|
|
282
|
-
export var OpenZFSNfsExport;
|
|
283
|
-
(function (OpenZFSNfsExport) {
|
|
284
|
-
OpenZFSNfsExport.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
-
})(OpenZFSNfsExport || (OpenZFSNfsExport = {}));
|
|
286
194
|
export var OpenZFSCopyStrategy;
|
|
287
195
|
(function (OpenZFSCopyStrategy) {
|
|
288
196
|
OpenZFSCopyStrategy["CLONE"] = "CLONE";
|
|
289
197
|
OpenZFSCopyStrategy["FULL_COPY"] = "FULL_COPY";
|
|
290
198
|
})(OpenZFSCopyStrategy || (OpenZFSCopyStrategy = {}));
|
|
291
|
-
export var OpenZFSOriginSnapshotConfiguration;
|
|
292
|
-
(function (OpenZFSOriginSnapshotConfiguration) {
|
|
293
|
-
OpenZFSOriginSnapshotConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
-
})(OpenZFSOriginSnapshotConfiguration || (OpenZFSOriginSnapshotConfiguration = {}));
|
|
295
199
|
export var OpenZFSQuotaType;
|
|
296
200
|
(function (OpenZFSQuotaType) {
|
|
297
201
|
OpenZFSQuotaType["GROUP"] = "GROUP";
|
|
298
202
|
OpenZFSQuotaType["USER"] = "USER";
|
|
299
203
|
})(OpenZFSQuotaType || (OpenZFSQuotaType = {}));
|
|
300
|
-
export var OpenZFSUserOrGroupQuota;
|
|
301
|
-
(function (OpenZFSUserOrGroupQuota) {
|
|
302
|
-
OpenZFSUserOrGroupQuota.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
-
})(OpenZFSUserOrGroupQuota || (OpenZFSUserOrGroupQuota = {}));
|
|
304
|
-
export var OpenZFSVolumeConfiguration;
|
|
305
|
-
(function (OpenZFSVolumeConfiguration) {
|
|
306
|
-
OpenZFSVolumeConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
-
})(OpenZFSVolumeConfiguration || (OpenZFSVolumeConfiguration = {}));
|
|
308
204
|
export var VolumeType;
|
|
309
205
|
(function (VolumeType) {
|
|
310
206
|
VolumeType["ONTAP"] = "ONTAP";
|
|
311
207
|
VolumeType["OPENZFS"] = "OPENZFS";
|
|
312
208
|
})(VolumeType || (VolumeType = {}));
|
|
313
|
-
export var AssociateFileSystemAliasesRequest;
|
|
314
|
-
(function (AssociateFileSystemAliasesRequest) {
|
|
315
|
-
AssociateFileSystemAliasesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
-
})(AssociateFileSystemAliasesRequest || (AssociateFileSystemAliasesRequest = {}));
|
|
317
|
-
export var AssociateFileSystemAliasesResponse;
|
|
318
|
-
(function (AssociateFileSystemAliasesResponse) {
|
|
319
|
-
AssociateFileSystemAliasesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
|
-
})(AssociateFileSystemAliasesResponse || (AssociateFileSystemAliasesResponse = {}));
|
|
321
209
|
var BadRequest = (function (_super) {
|
|
322
210
|
__extends(BadRequest, _super);
|
|
323
211
|
function BadRequest(opts) {
|
|
@@ -363,18 +251,6 @@ export var EventType;
|
|
|
363
251
|
EventType["DELETED"] = "DELETED";
|
|
364
252
|
EventType["NEW"] = "NEW";
|
|
365
253
|
})(EventType || (EventType = {}));
|
|
366
|
-
export var AutoExportPolicy;
|
|
367
|
-
(function (AutoExportPolicy) {
|
|
368
|
-
AutoExportPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
-
})(AutoExportPolicy || (AutoExportPolicy = {}));
|
|
370
|
-
export var AutoImportPolicy;
|
|
371
|
-
(function (AutoImportPolicy) {
|
|
372
|
-
AutoImportPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
-
})(AutoImportPolicy || (AutoImportPolicy = {}));
|
|
374
|
-
export var CancelDataRepositoryTaskRequest;
|
|
375
|
-
(function (CancelDataRepositoryTaskRequest) {
|
|
376
|
-
CancelDataRepositoryTaskRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
-
})(CancelDataRepositoryTaskRequest || (CancelDataRepositoryTaskRequest = {}));
|
|
378
254
|
export var DataRepositoryTaskLifecycle;
|
|
379
255
|
(function (DataRepositoryTaskLifecycle) {
|
|
380
256
|
DataRepositoryTaskLifecycle["CANCELED"] = "CANCELED";
|
|
@@ -384,10 +260,6 @@ export var DataRepositoryTaskLifecycle;
|
|
|
384
260
|
DataRepositoryTaskLifecycle["PENDING"] = "PENDING";
|
|
385
261
|
DataRepositoryTaskLifecycle["SUCCEEDED"] = "SUCCEEDED";
|
|
386
262
|
})(DataRepositoryTaskLifecycle || (DataRepositoryTaskLifecycle = {}));
|
|
387
|
-
export var CancelDataRepositoryTaskResponse;
|
|
388
|
-
(function (CancelDataRepositoryTaskResponse) {
|
|
389
|
-
CancelDataRepositoryTaskResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
-
})(CancelDataRepositoryTaskResponse || (CancelDataRepositoryTaskResponse = {}));
|
|
391
263
|
var DataRepositoryTaskEnded = (function (_super) {
|
|
392
264
|
__extends(DataRepositoryTaskEnded, _super);
|
|
393
265
|
function DataRepositoryTaskEnded(opts) {
|
|
@@ -440,14 +312,6 @@ var BackupNotFound = (function (_super) {
|
|
|
440
312
|
return BackupNotFound;
|
|
441
313
|
}(__BaseException));
|
|
442
314
|
export { BackupNotFound };
|
|
443
|
-
export var CopyBackupRequest;
|
|
444
|
-
(function (CopyBackupRequest) {
|
|
445
|
-
CopyBackupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
-
})(CopyBackupRequest || (CopyBackupRequest = {}));
|
|
447
|
-
export var BackupFailureDetails;
|
|
448
|
-
(function (BackupFailureDetails) {
|
|
449
|
-
BackupFailureDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
-
})(BackupFailureDetails || (BackupFailureDetails = {}));
|
|
451
315
|
export var BackupLifecycle;
|
|
452
316
|
(function (BackupLifecycle) {
|
|
453
317
|
BackupLifecycle["AVAILABLE"] = "AVAILABLE";
|
|
@@ -588,10 +452,6 @@ var BackupInProgress = (function (_super) {
|
|
|
588
452
|
return BackupInProgress;
|
|
589
453
|
}(__BaseException));
|
|
590
454
|
export { BackupInProgress };
|
|
591
|
-
export var CreateBackupRequest;
|
|
592
|
-
(function (CreateBackupRequest) {
|
|
593
|
-
CreateBackupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
-
})(CreateBackupRequest || (CreateBackupRequest = {}));
|
|
595
455
|
var VolumeNotFound = (function (_super) {
|
|
596
456
|
__extends(VolumeNotFound, _super);
|
|
597
457
|
function VolumeNotFound(opts) {
|
|
@@ -605,22 +465,6 @@ var VolumeNotFound = (function (_super) {
|
|
|
605
465
|
return VolumeNotFound;
|
|
606
466
|
}(__BaseException));
|
|
607
467
|
export { VolumeNotFound };
|
|
608
|
-
export var S3DataRepositoryConfiguration;
|
|
609
|
-
(function (S3DataRepositoryConfiguration) {
|
|
610
|
-
S3DataRepositoryConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
-
})(S3DataRepositoryConfiguration || (S3DataRepositoryConfiguration = {}));
|
|
612
|
-
export var CreateDataRepositoryAssociationRequest;
|
|
613
|
-
(function (CreateDataRepositoryAssociationRequest) {
|
|
614
|
-
CreateDataRepositoryAssociationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
-
})(CreateDataRepositoryAssociationRequest || (CreateDataRepositoryAssociationRequest = {}));
|
|
616
|
-
export var DataRepositoryAssociation;
|
|
617
|
-
(function (DataRepositoryAssociation) {
|
|
618
|
-
DataRepositoryAssociation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
-
})(DataRepositoryAssociation || (DataRepositoryAssociation = {}));
|
|
620
|
-
export var CreateDataRepositoryAssociationResponse;
|
|
621
|
-
(function (CreateDataRepositoryAssociationResponse) {
|
|
622
|
-
CreateDataRepositoryAssociationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
-
})(CreateDataRepositoryAssociationResponse || (CreateDataRepositoryAssociationResponse = {}));
|
|
624
468
|
export var ReportFormat;
|
|
625
469
|
(function (ReportFormat) {
|
|
626
470
|
ReportFormat["REPORT_CSV_20191124"] = "REPORT_CSV_20191124";
|
|
@@ -629,35 +473,11 @@ export var ReportScope;
|
|
|
629
473
|
(function (ReportScope) {
|
|
630
474
|
ReportScope["FAILED_FILES_ONLY"] = "FAILED_FILES_ONLY";
|
|
631
475
|
})(ReportScope || (ReportScope = {}));
|
|
632
|
-
export var CompletionReport;
|
|
633
|
-
(function (CompletionReport) {
|
|
634
|
-
CompletionReport.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
|
-
})(CompletionReport || (CompletionReport = {}));
|
|
636
476
|
export var DataRepositoryTaskType;
|
|
637
477
|
(function (DataRepositoryTaskType) {
|
|
638
478
|
DataRepositoryTaskType["EXPORT"] = "EXPORT_TO_REPOSITORY";
|
|
639
479
|
DataRepositoryTaskType["IMPORT"] = "IMPORT_METADATA_FROM_REPOSITORY";
|
|
640
480
|
})(DataRepositoryTaskType || (DataRepositoryTaskType = {}));
|
|
641
|
-
export var CreateDataRepositoryTaskRequest;
|
|
642
|
-
(function (CreateDataRepositoryTaskRequest) {
|
|
643
|
-
CreateDataRepositoryTaskRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
644
|
-
})(CreateDataRepositoryTaskRequest || (CreateDataRepositoryTaskRequest = {}));
|
|
645
|
-
export var DataRepositoryTaskFailureDetails;
|
|
646
|
-
(function (DataRepositoryTaskFailureDetails) {
|
|
647
|
-
DataRepositoryTaskFailureDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
648
|
-
})(DataRepositoryTaskFailureDetails || (DataRepositoryTaskFailureDetails = {}));
|
|
649
|
-
export var DataRepositoryTaskStatus;
|
|
650
|
-
(function (DataRepositoryTaskStatus) {
|
|
651
|
-
DataRepositoryTaskStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
|
-
})(DataRepositoryTaskStatus || (DataRepositoryTaskStatus = {}));
|
|
653
|
-
export var DataRepositoryTask;
|
|
654
|
-
(function (DataRepositoryTask) {
|
|
655
|
-
DataRepositoryTask.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
656
|
-
})(DataRepositoryTask || (DataRepositoryTask = {}));
|
|
657
|
-
export var CreateDataRepositoryTaskResponse;
|
|
658
|
-
(function (CreateDataRepositoryTaskResponse) {
|
|
659
|
-
CreateDataRepositoryTaskResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
|
-
})(CreateDataRepositoryTaskResponse || (CreateDataRepositoryTaskResponse = {}));
|
|
661
481
|
var DataRepositoryTaskExecuting = (function (_super) {
|
|
662
482
|
__extends(DataRepositoryTaskExecuting, _super);
|
|
663
483
|
function DataRepositoryTaskExecuting(opts) {
|
|
@@ -671,48 +491,6 @@ var DataRepositoryTaskExecuting = (function (_super) {
|
|
|
671
491
|
return DataRepositoryTaskExecuting;
|
|
672
492
|
}(__BaseException));
|
|
673
493
|
export { DataRepositoryTaskExecuting };
|
|
674
|
-
export var LustreLogCreateConfiguration;
|
|
675
|
-
(function (LustreLogCreateConfiguration) {
|
|
676
|
-
LustreLogCreateConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
677
|
-
})(LustreLogCreateConfiguration || (LustreLogCreateConfiguration = {}));
|
|
678
|
-
export var CreateFileSystemLustreConfiguration;
|
|
679
|
-
(function (CreateFileSystemLustreConfiguration) {
|
|
680
|
-
CreateFileSystemLustreConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
681
|
-
})(CreateFileSystemLustreConfiguration || (CreateFileSystemLustreConfiguration = {}));
|
|
682
|
-
export var CreateFileSystemOntapConfiguration;
|
|
683
|
-
(function (CreateFileSystemOntapConfiguration) {
|
|
684
|
-
CreateFileSystemOntapConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.FsxAdminPassword && { FsxAdminPassword: SENSITIVE_STRING }))); };
|
|
685
|
-
})(CreateFileSystemOntapConfiguration || (CreateFileSystemOntapConfiguration = {}));
|
|
686
|
-
export var OpenZFSCreateRootVolumeConfiguration;
|
|
687
|
-
(function (OpenZFSCreateRootVolumeConfiguration) {
|
|
688
|
-
OpenZFSCreateRootVolumeConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
689
|
-
})(OpenZFSCreateRootVolumeConfiguration || (OpenZFSCreateRootVolumeConfiguration = {}));
|
|
690
|
-
export var CreateFileSystemOpenZFSConfiguration;
|
|
691
|
-
(function (CreateFileSystemOpenZFSConfiguration) {
|
|
692
|
-
CreateFileSystemOpenZFSConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
693
|
-
})(CreateFileSystemOpenZFSConfiguration || (CreateFileSystemOpenZFSConfiguration = {}));
|
|
694
|
-
export var WindowsAuditLogCreateConfiguration;
|
|
695
|
-
(function (WindowsAuditLogCreateConfiguration) {
|
|
696
|
-
WindowsAuditLogCreateConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
697
|
-
})(WindowsAuditLogCreateConfiguration || (WindowsAuditLogCreateConfiguration = {}));
|
|
698
|
-
export var SelfManagedActiveDirectoryConfiguration;
|
|
699
|
-
(function (SelfManagedActiveDirectoryConfiguration) {
|
|
700
|
-
SelfManagedActiveDirectoryConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
701
|
-
})(SelfManagedActiveDirectoryConfiguration || (SelfManagedActiveDirectoryConfiguration = {}));
|
|
702
|
-
export var CreateFileSystemWindowsConfiguration;
|
|
703
|
-
(function (CreateFileSystemWindowsConfiguration) {
|
|
704
|
-
CreateFileSystemWindowsConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SelfManagedActiveDirectoryConfiguration && {
|
|
705
|
-
SelfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfiguration.filterSensitiveLog(obj.SelfManagedActiveDirectoryConfiguration),
|
|
706
|
-
}))); };
|
|
707
|
-
})(CreateFileSystemWindowsConfiguration || (CreateFileSystemWindowsConfiguration = {}));
|
|
708
|
-
export var CreateFileSystemRequest;
|
|
709
|
-
(function (CreateFileSystemRequest) {
|
|
710
|
-
CreateFileSystemRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.WindowsConfiguration && {
|
|
711
|
-
WindowsConfiguration: CreateFileSystemWindowsConfiguration.filterSensitiveLog(obj.WindowsConfiguration),
|
|
712
|
-
})), (obj.OntapConfiguration && {
|
|
713
|
-
OntapConfiguration: CreateFileSystemOntapConfiguration.filterSensitiveLog(obj.OntapConfiguration),
|
|
714
|
-
}))); };
|
|
715
|
-
})(CreateFileSystemRequest || (CreateFileSystemRequest = {}));
|
|
716
494
|
var InvalidExportPath = (function (_super) {
|
|
717
495
|
__extends(InvalidExportPath, _super);
|
|
718
496
|
function InvalidExportPath(opts) {
|
|
@@ -781,46 +559,12 @@ var MissingFileSystemConfiguration = (function (_super) {
|
|
|
781
559
|
return MissingFileSystemConfiguration;
|
|
782
560
|
}(__BaseException));
|
|
783
561
|
export { MissingFileSystemConfiguration };
|
|
784
|
-
export var CreateFileSystemFromBackupRequest;
|
|
785
|
-
(function (CreateFileSystemFromBackupRequest) {
|
|
786
|
-
CreateFileSystemFromBackupRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.WindowsConfiguration && {
|
|
787
|
-
WindowsConfiguration: CreateFileSystemWindowsConfiguration.filterSensitiveLog(obj.WindowsConfiguration),
|
|
788
|
-
}))); };
|
|
789
|
-
})(CreateFileSystemFromBackupRequest || (CreateFileSystemFromBackupRequest = {}));
|
|
790
|
-
export var CreateSnapshotRequest;
|
|
791
|
-
(function (CreateSnapshotRequest) {
|
|
792
|
-
CreateSnapshotRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
793
|
-
})(CreateSnapshotRequest || (CreateSnapshotRequest = {}));
|
|
794
|
-
export var CreateSvmActiveDirectoryConfiguration;
|
|
795
|
-
(function (CreateSvmActiveDirectoryConfiguration) {
|
|
796
|
-
CreateSvmActiveDirectoryConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SelfManagedActiveDirectoryConfiguration && {
|
|
797
|
-
SelfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfiguration.filterSensitiveLog(obj.SelfManagedActiveDirectoryConfiguration),
|
|
798
|
-
}))); };
|
|
799
|
-
})(CreateSvmActiveDirectoryConfiguration || (CreateSvmActiveDirectoryConfiguration = {}));
|
|
800
562
|
export var StorageVirtualMachineRootVolumeSecurityStyle;
|
|
801
563
|
(function (StorageVirtualMachineRootVolumeSecurityStyle) {
|
|
802
564
|
StorageVirtualMachineRootVolumeSecurityStyle["MIXED"] = "MIXED";
|
|
803
565
|
StorageVirtualMachineRootVolumeSecurityStyle["NTFS"] = "NTFS";
|
|
804
566
|
StorageVirtualMachineRootVolumeSecurityStyle["UNIX"] = "UNIX";
|
|
805
567
|
})(StorageVirtualMachineRootVolumeSecurityStyle || (StorageVirtualMachineRootVolumeSecurityStyle = {}));
|
|
806
|
-
export var CreateStorageVirtualMachineRequest;
|
|
807
|
-
(function (CreateStorageVirtualMachineRequest) {
|
|
808
|
-
CreateStorageVirtualMachineRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.ActiveDirectoryConfiguration && {
|
|
809
|
-
ActiveDirectoryConfiguration: CreateSvmActiveDirectoryConfiguration.filterSensitiveLog(obj.ActiveDirectoryConfiguration),
|
|
810
|
-
})), (obj.SvmAdminPassword && { SvmAdminPassword: SENSITIVE_STRING }))); };
|
|
811
|
-
})(CreateStorageVirtualMachineRequest || (CreateStorageVirtualMachineRequest = {}));
|
|
812
|
-
export var SvmActiveDirectoryConfiguration;
|
|
813
|
-
(function (SvmActiveDirectoryConfiguration) {
|
|
814
|
-
SvmActiveDirectoryConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
815
|
-
})(SvmActiveDirectoryConfiguration || (SvmActiveDirectoryConfiguration = {}));
|
|
816
|
-
export var SvmEndpoint;
|
|
817
|
-
(function (SvmEndpoint) {
|
|
818
|
-
SvmEndpoint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
819
|
-
})(SvmEndpoint || (SvmEndpoint = {}));
|
|
820
|
-
export var SvmEndpoints;
|
|
821
|
-
(function (SvmEndpoints) {
|
|
822
|
-
SvmEndpoints.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
823
|
-
})(SvmEndpoints || (SvmEndpoints = {}));
|
|
824
568
|
export var StorageVirtualMachineLifecycle;
|
|
825
569
|
(function (StorageVirtualMachineLifecycle) {
|
|
826
570
|
StorageVirtualMachineLifecycle["CREATED"] = "CREATED";
|
|
@@ -837,30 +581,6 @@ export var StorageVirtualMachineSubtype;
|
|
|
837
581
|
StorageVirtualMachineSubtype["SYNC_DESTINATION"] = "SYNC_DESTINATION";
|
|
838
582
|
StorageVirtualMachineSubtype["SYNC_SOURCE"] = "SYNC_SOURCE";
|
|
839
583
|
})(StorageVirtualMachineSubtype || (StorageVirtualMachineSubtype = {}));
|
|
840
|
-
export var StorageVirtualMachine;
|
|
841
|
-
(function (StorageVirtualMachine) {
|
|
842
|
-
StorageVirtualMachine.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
843
|
-
})(StorageVirtualMachine || (StorageVirtualMachine = {}));
|
|
844
|
-
export var CreateStorageVirtualMachineResponse;
|
|
845
|
-
(function (CreateStorageVirtualMachineResponse) {
|
|
846
|
-
CreateStorageVirtualMachineResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
847
|
-
})(CreateStorageVirtualMachineResponse || (CreateStorageVirtualMachineResponse = {}));
|
|
848
|
-
export var CreateOntapVolumeConfiguration;
|
|
849
|
-
(function (CreateOntapVolumeConfiguration) {
|
|
850
|
-
CreateOntapVolumeConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
851
|
-
})(CreateOntapVolumeConfiguration || (CreateOntapVolumeConfiguration = {}));
|
|
852
|
-
export var CreateOpenZFSOriginSnapshotConfiguration;
|
|
853
|
-
(function (CreateOpenZFSOriginSnapshotConfiguration) {
|
|
854
|
-
CreateOpenZFSOriginSnapshotConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
855
|
-
})(CreateOpenZFSOriginSnapshotConfiguration || (CreateOpenZFSOriginSnapshotConfiguration = {}));
|
|
856
|
-
export var CreateOpenZFSVolumeConfiguration;
|
|
857
|
-
(function (CreateOpenZFSVolumeConfiguration) {
|
|
858
|
-
CreateOpenZFSVolumeConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
859
|
-
})(CreateOpenZFSVolumeConfiguration || (CreateOpenZFSVolumeConfiguration = {}));
|
|
860
|
-
export var CreateVolumeRequest;
|
|
861
|
-
(function (CreateVolumeRequest) {
|
|
862
|
-
CreateVolumeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
863
|
-
})(CreateVolumeRequest || (CreateVolumeRequest = {}));
|
|
864
584
|
var MissingVolumeConfiguration = (function (_super) {
|
|
865
585
|
__extends(MissingVolumeConfiguration, _super);
|
|
866
586
|
function MissingVolumeConfiguration(opts) {
|
|
@@ -887,10 +607,6 @@ var StorageVirtualMachineNotFound = (function (_super) {
|
|
|
887
607
|
return StorageVirtualMachineNotFound;
|
|
888
608
|
}(__BaseException));
|
|
889
609
|
export { StorageVirtualMachineNotFound };
|
|
890
|
-
export var CreateVolumeFromBackupRequest;
|
|
891
|
-
(function (CreateVolumeFromBackupRequest) {
|
|
892
|
-
CreateVolumeFromBackupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
893
|
-
})(CreateVolumeFromBackupRequest || (CreateVolumeFromBackupRequest = {}));
|
|
894
610
|
var BackupBeingCopied = (function (_super) {
|
|
895
611
|
__extends(BackupBeingCopied, _super);
|
|
896
612
|
function BackupBeingCopied(opts) {
|
|
@@ -919,14 +635,6 @@ var BackupRestoring = (function (_super) {
|
|
|
919
635
|
return BackupRestoring;
|
|
920
636
|
}(__BaseException));
|
|
921
637
|
export { BackupRestoring };
|
|
922
|
-
export var DeleteBackupRequest;
|
|
923
|
-
(function (DeleteBackupRequest) {
|
|
924
|
-
DeleteBackupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
925
|
-
})(DeleteBackupRequest || (DeleteBackupRequest = {}));
|
|
926
|
-
export var DeleteBackupResponse;
|
|
927
|
-
(function (DeleteBackupResponse) {
|
|
928
|
-
DeleteBackupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
929
|
-
})(DeleteBackupResponse || (DeleteBackupResponse = {}));
|
|
930
638
|
var DataRepositoryAssociationNotFound = (function (_super) {
|
|
931
639
|
__extends(DataRepositoryAssociationNotFound, _super);
|
|
932
640
|
function DataRepositoryAssociationNotFound(opts) {
|
|
@@ -940,58 +648,10 @@ var DataRepositoryAssociationNotFound = (function (_super) {
|
|
|
940
648
|
return DataRepositoryAssociationNotFound;
|
|
941
649
|
}(__BaseException));
|
|
942
650
|
export { DataRepositoryAssociationNotFound };
|
|
943
|
-
export var DeleteDataRepositoryAssociationRequest;
|
|
944
|
-
(function (DeleteDataRepositoryAssociationRequest) {
|
|
945
|
-
DeleteDataRepositoryAssociationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
946
|
-
})(DeleteDataRepositoryAssociationRequest || (DeleteDataRepositoryAssociationRequest = {}));
|
|
947
|
-
export var DeleteDataRepositoryAssociationResponse;
|
|
948
|
-
(function (DeleteDataRepositoryAssociationResponse) {
|
|
949
|
-
DeleteDataRepositoryAssociationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
950
|
-
})(DeleteDataRepositoryAssociationResponse || (DeleteDataRepositoryAssociationResponse = {}));
|
|
951
|
-
export var DeleteFileSystemLustreConfiguration;
|
|
952
|
-
(function (DeleteFileSystemLustreConfiguration) {
|
|
953
|
-
DeleteFileSystemLustreConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
954
|
-
})(DeleteFileSystemLustreConfiguration || (DeleteFileSystemLustreConfiguration = {}));
|
|
955
651
|
export var DeleteFileSystemOpenZFSOption;
|
|
956
652
|
(function (DeleteFileSystemOpenZFSOption) {
|
|
957
653
|
DeleteFileSystemOpenZFSOption["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"] = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS";
|
|
958
654
|
})(DeleteFileSystemOpenZFSOption || (DeleteFileSystemOpenZFSOption = {}));
|
|
959
|
-
export var DeleteFileSystemOpenZFSConfiguration;
|
|
960
|
-
(function (DeleteFileSystemOpenZFSConfiguration) {
|
|
961
|
-
DeleteFileSystemOpenZFSConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
962
|
-
})(DeleteFileSystemOpenZFSConfiguration || (DeleteFileSystemOpenZFSConfiguration = {}));
|
|
963
|
-
export var DeleteFileSystemWindowsConfiguration;
|
|
964
|
-
(function (DeleteFileSystemWindowsConfiguration) {
|
|
965
|
-
DeleteFileSystemWindowsConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
966
|
-
})(DeleteFileSystemWindowsConfiguration || (DeleteFileSystemWindowsConfiguration = {}));
|
|
967
|
-
export var DeleteFileSystemRequest;
|
|
968
|
-
(function (DeleteFileSystemRequest) {
|
|
969
|
-
DeleteFileSystemRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
970
|
-
})(DeleteFileSystemRequest || (DeleteFileSystemRequest = {}));
|
|
971
|
-
export var DeleteFileSystemLustreResponse;
|
|
972
|
-
(function (DeleteFileSystemLustreResponse) {
|
|
973
|
-
DeleteFileSystemLustreResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
974
|
-
})(DeleteFileSystemLustreResponse || (DeleteFileSystemLustreResponse = {}));
|
|
975
|
-
export var DeleteFileSystemOpenZFSResponse;
|
|
976
|
-
(function (DeleteFileSystemOpenZFSResponse) {
|
|
977
|
-
DeleteFileSystemOpenZFSResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
978
|
-
})(DeleteFileSystemOpenZFSResponse || (DeleteFileSystemOpenZFSResponse = {}));
|
|
979
|
-
export var DeleteFileSystemWindowsResponse;
|
|
980
|
-
(function (DeleteFileSystemWindowsResponse) {
|
|
981
|
-
DeleteFileSystemWindowsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
982
|
-
})(DeleteFileSystemWindowsResponse || (DeleteFileSystemWindowsResponse = {}));
|
|
983
|
-
export var DeleteFileSystemResponse;
|
|
984
|
-
(function (DeleteFileSystemResponse) {
|
|
985
|
-
DeleteFileSystemResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
986
|
-
})(DeleteFileSystemResponse || (DeleteFileSystemResponse = {}));
|
|
987
|
-
export var DeleteSnapshotRequest;
|
|
988
|
-
(function (DeleteSnapshotRequest) {
|
|
989
|
-
DeleteSnapshotRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
990
|
-
})(DeleteSnapshotRequest || (DeleteSnapshotRequest = {}));
|
|
991
|
-
export var DeleteSnapshotResponse;
|
|
992
|
-
(function (DeleteSnapshotResponse) {
|
|
993
|
-
DeleteSnapshotResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
994
|
-
})(DeleteSnapshotResponse || (DeleteSnapshotResponse = {}));
|
|
995
655
|
var SnapshotNotFound = (function (_super) {
|
|
996
656
|
__extends(SnapshotNotFound, _super);
|
|
997
657
|
function SnapshotNotFound(opts) {
|
|
@@ -1005,38 +665,10 @@ var SnapshotNotFound = (function (_super) {
|
|
|
1005
665
|
return SnapshotNotFound;
|
|
1006
666
|
}(__BaseException));
|
|
1007
667
|
export { SnapshotNotFound };
|
|
1008
|
-
export var DeleteStorageVirtualMachineRequest;
|
|
1009
|
-
(function (DeleteStorageVirtualMachineRequest) {
|
|
1010
|
-
DeleteStorageVirtualMachineRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1011
|
-
})(DeleteStorageVirtualMachineRequest || (DeleteStorageVirtualMachineRequest = {}));
|
|
1012
|
-
export var DeleteStorageVirtualMachineResponse;
|
|
1013
|
-
(function (DeleteStorageVirtualMachineResponse) {
|
|
1014
|
-
DeleteStorageVirtualMachineResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1015
|
-
})(DeleteStorageVirtualMachineResponse || (DeleteStorageVirtualMachineResponse = {}));
|
|
1016
|
-
export var DeleteVolumeOntapConfiguration;
|
|
1017
|
-
(function (DeleteVolumeOntapConfiguration) {
|
|
1018
|
-
DeleteVolumeOntapConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1019
|
-
})(DeleteVolumeOntapConfiguration || (DeleteVolumeOntapConfiguration = {}));
|
|
1020
668
|
export var DeleteOpenZFSVolumeOption;
|
|
1021
669
|
(function (DeleteOpenZFSVolumeOption) {
|
|
1022
670
|
DeleteOpenZFSVolumeOption["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"] = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS";
|
|
1023
671
|
})(DeleteOpenZFSVolumeOption || (DeleteOpenZFSVolumeOption = {}));
|
|
1024
|
-
export var DeleteVolumeOpenZFSConfiguration;
|
|
1025
|
-
(function (DeleteVolumeOpenZFSConfiguration) {
|
|
1026
|
-
DeleteVolumeOpenZFSConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1027
|
-
})(DeleteVolumeOpenZFSConfiguration || (DeleteVolumeOpenZFSConfiguration = {}));
|
|
1028
|
-
export var DeleteVolumeRequest;
|
|
1029
|
-
(function (DeleteVolumeRequest) {
|
|
1030
|
-
DeleteVolumeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1031
|
-
})(DeleteVolumeRequest || (DeleteVolumeRequest = {}));
|
|
1032
|
-
export var DeleteVolumeOntapResponse;
|
|
1033
|
-
(function (DeleteVolumeOntapResponse) {
|
|
1034
|
-
DeleteVolumeOntapResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1035
|
-
})(DeleteVolumeOntapResponse || (DeleteVolumeOntapResponse = {}));
|
|
1036
|
-
export var DeleteVolumeResponse;
|
|
1037
|
-
(function (DeleteVolumeResponse) {
|
|
1038
|
-
DeleteVolumeResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1039
|
-
})(DeleteVolumeResponse || (DeleteVolumeResponse = {}));
|
|
1040
672
|
export var FilterName;
|
|
1041
673
|
(function (FilterName) {
|
|
1042
674
|
FilterName["BACKUP_TYPE"] = "backup-type";
|
|
@@ -1045,22 +677,6 @@ export var FilterName;
|
|
|
1045
677
|
FilterName["FILE_SYSTEM_TYPE"] = "file-system-type";
|
|
1046
678
|
FilterName["VOLUME_ID"] = "volume-id";
|
|
1047
679
|
})(FilterName || (FilterName = {}));
|
|
1048
|
-
export var Filter;
|
|
1049
|
-
(function (Filter) {
|
|
1050
|
-
Filter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1051
|
-
})(Filter || (Filter = {}));
|
|
1052
|
-
export var DescribeBackupsRequest;
|
|
1053
|
-
(function (DescribeBackupsRequest) {
|
|
1054
|
-
DescribeBackupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1055
|
-
})(DescribeBackupsRequest || (DescribeBackupsRequest = {}));
|
|
1056
|
-
export var DescribeDataRepositoryAssociationsRequest;
|
|
1057
|
-
(function (DescribeDataRepositoryAssociationsRequest) {
|
|
1058
|
-
DescribeDataRepositoryAssociationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1059
|
-
})(DescribeDataRepositoryAssociationsRequest || (DescribeDataRepositoryAssociationsRequest = {}));
|
|
1060
|
-
export var DescribeDataRepositoryAssociationsResponse;
|
|
1061
|
-
(function (DescribeDataRepositoryAssociationsResponse) {
|
|
1062
|
-
DescribeDataRepositoryAssociationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1063
|
-
})(DescribeDataRepositoryAssociationsResponse || (DescribeDataRepositoryAssociationsResponse = {}));
|
|
1064
680
|
var InvalidDataRepositoryType = (function (_super) {
|
|
1065
681
|
__extends(InvalidDataRepositoryType, _super);
|
|
1066
682
|
function InvalidDataRepositoryType(opts) {
|
|
@@ -1080,88 +696,20 @@ export var DataRepositoryTaskFilterName;
|
|
|
1080
696
|
DataRepositoryTaskFilterName["FILE_SYSTEM_ID"] = "file-system-id";
|
|
1081
697
|
DataRepositoryTaskFilterName["TASK_LIFECYCLE"] = "task-lifecycle";
|
|
1082
698
|
})(DataRepositoryTaskFilterName || (DataRepositoryTaskFilterName = {}));
|
|
1083
|
-
export var DataRepositoryTaskFilter;
|
|
1084
|
-
(function (DataRepositoryTaskFilter) {
|
|
1085
|
-
DataRepositoryTaskFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1086
|
-
})(DataRepositoryTaskFilter || (DataRepositoryTaskFilter = {}));
|
|
1087
|
-
export var DescribeDataRepositoryTasksRequest;
|
|
1088
|
-
(function (DescribeDataRepositoryTasksRequest) {
|
|
1089
|
-
DescribeDataRepositoryTasksRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1090
|
-
})(DescribeDataRepositoryTasksRequest || (DescribeDataRepositoryTasksRequest = {}));
|
|
1091
|
-
export var DescribeDataRepositoryTasksResponse;
|
|
1092
|
-
(function (DescribeDataRepositoryTasksResponse) {
|
|
1093
|
-
DescribeDataRepositoryTasksResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1094
|
-
})(DescribeDataRepositoryTasksResponse || (DescribeDataRepositoryTasksResponse = {}));
|
|
1095
|
-
export var DescribeFileSystemAliasesRequest;
|
|
1096
|
-
(function (DescribeFileSystemAliasesRequest) {
|
|
1097
|
-
DescribeFileSystemAliasesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1098
|
-
})(DescribeFileSystemAliasesRequest || (DescribeFileSystemAliasesRequest = {}));
|
|
1099
|
-
export var DescribeFileSystemAliasesResponse;
|
|
1100
|
-
(function (DescribeFileSystemAliasesResponse) {
|
|
1101
|
-
DescribeFileSystemAliasesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1102
|
-
})(DescribeFileSystemAliasesResponse || (DescribeFileSystemAliasesResponse = {}));
|
|
1103
|
-
export var DescribeFileSystemsRequest;
|
|
1104
|
-
(function (DescribeFileSystemsRequest) {
|
|
1105
|
-
DescribeFileSystemsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1106
|
-
})(DescribeFileSystemsRequest || (DescribeFileSystemsRequest = {}));
|
|
1107
699
|
export var SnapshotFilterName;
|
|
1108
700
|
(function (SnapshotFilterName) {
|
|
1109
701
|
SnapshotFilterName["FILE_SYSTEM_ID"] = "file-system-id";
|
|
1110
702
|
SnapshotFilterName["VOLUME_ID"] = "volume-id";
|
|
1111
703
|
})(SnapshotFilterName || (SnapshotFilterName = {}));
|
|
1112
|
-
export var SnapshotFilter;
|
|
1113
|
-
(function (SnapshotFilter) {
|
|
1114
|
-
SnapshotFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1115
|
-
})(SnapshotFilter || (SnapshotFilter = {}));
|
|
1116
|
-
export var DescribeSnapshotsRequest;
|
|
1117
|
-
(function (DescribeSnapshotsRequest) {
|
|
1118
|
-
DescribeSnapshotsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1119
|
-
})(DescribeSnapshotsRequest || (DescribeSnapshotsRequest = {}));
|
|
1120
704
|
export var StorageVirtualMachineFilterName;
|
|
1121
705
|
(function (StorageVirtualMachineFilterName) {
|
|
1122
706
|
StorageVirtualMachineFilterName["FILE_SYSTEM_ID"] = "file-system-id";
|
|
1123
707
|
})(StorageVirtualMachineFilterName || (StorageVirtualMachineFilterName = {}));
|
|
1124
|
-
export var StorageVirtualMachineFilter;
|
|
1125
|
-
(function (StorageVirtualMachineFilter) {
|
|
1126
|
-
StorageVirtualMachineFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1127
|
-
})(StorageVirtualMachineFilter || (StorageVirtualMachineFilter = {}));
|
|
1128
|
-
export var DescribeStorageVirtualMachinesRequest;
|
|
1129
|
-
(function (DescribeStorageVirtualMachinesRequest) {
|
|
1130
|
-
DescribeStorageVirtualMachinesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1131
|
-
})(DescribeStorageVirtualMachinesRequest || (DescribeStorageVirtualMachinesRequest = {}));
|
|
1132
|
-
export var DescribeStorageVirtualMachinesResponse;
|
|
1133
|
-
(function (DescribeStorageVirtualMachinesResponse) {
|
|
1134
|
-
DescribeStorageVirtualMachinesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1135
|
-
})(DescribeStorageVirtualMachinesResponse || (DescribeStorageVirtualMachinesResponse = {}));
|
|
1136
708
|
export var VolumeFilterName;
|
|
1137
709
|
(function (VolumeFilterName) {
|
|
1138
710
|
VolumeFilterName["FILE_SYSTEM_ID"] = "file-system-id";
|
|
1139
711
|
VolumeFilterName["STORAGE_VIRTUAL_MACHINE_ID"] = "storage-virtual-machine-id";
|
|
1140
712
|
})(VolumeFilterName || (VolumeFilterName = {}));
|
|
1141
|
-
export var VolumeFilter;
|
|
1142
|
-
(function (VolumeFilter) {
|
|
1143
|
-
VolumeFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1144
|
-
})(VolumeFilter || (VolumeFilter = {}));
|
|
1145
|
-
export var DescribeVolumesRequest;
|
|
1146
|
-
(function (DescribeVolumesRequest) {
|
|
1147
|
-
DescribeVolumesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1148
|
-
})(DescribeVolumesRequest || (DescribeVolumesRequest = {}));
|
|
1149
|
-
export var DisassociateFileSystemAliasesRequest;
|
|
1150
|
-
(function (DisassociateFileSystemAliasesRequest) {
|
|
1151
|
-
DisassociateFileSystemAliasesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1152
|
-
})(DisassociateFileSystemAliasesRequest || (DisassociateFileSystemAliasesRequest = {}));
|
|
1153
|
-
export var DisassociateFileSystemAliasesResponse;
|
|
1154
|
-
(function (DisassociateFileSystemAliasesResponse) {
|
|
1155
|
-
DisassociateFileSystemAliasesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1156
|
-
})(DisassociateFileSystemAliasesResponse || (DisassociateFileSystemAliasesResponse = {}));
|
|
1157
|
-
export var ListTagsForResourceRequest;
|
|
1158
|
-
(function (ListTagsForResourceRequest) {
|
|
1159
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1160
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
1161
|
-
export var ListTagsForResourceResponse;
|
|
1162
|
-
(function (ListTagsForResourceResponse) {
|
|
1163
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1164
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
1165
713
|
var NotServiceResourceError = (function (_super) {
|
|
1166
714
|
__extends(NotServiceResourceError, _super);
|
|
1167
715
|
function NotServiceResourceError(opts) {
|
|
@@ -1204,186 +752,182 @@ var ResourceNotFound = (function (_super) {
|
|
|
1204
752
|
return ResourceNotFound;
|
|
1205
753
|
}(__BaseException));
|
|
1206
754
|
export { ResourceNotFound };
|
|
1207
|
-
export var ReleaseFileSystemNfsV3LocksRequest;
|
|
1208
|
-
(function (ReleaseFileSystemNfsV3LocksRequest) {
|
|
1209
|
-
ReleaseFileSystemNfsV3LocksRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1210
|
-
})(ReleaseFileSystemNfsV3LocksRequest || (ReleaseFileSystemNfsV3LocksRequest = {}));
|
|
1211
755
|
export var RestoreOpenZFSVolumeOption;
|
|
1212
756
|
(function (RestoreOpenZFSVolumeOption) {
|
|
1213
757
|
RestoreOpenZFSVolumeOption["DELETE_CLONED_VOLUMES"] = "DELETE_CLONED_VOLUMES";
|
|
1214
758
|
RestoreOpenZFSVolumeOption["DELETE_INTERMEDIATE_SNAPSHOTS"] = "DELETE_INTERMEDIATE_SNAPSHOTS";
|
|
1215
759
|
})(RestoreOpenZFSVolumeOption || (RestoreOpenZFSVolumeOption = {}));
|
|
1216
|
-
export var
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
export var
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
export var
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
export var
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
export var
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
export var
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
export var
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
export var
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
export var
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
export var
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
export var
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
export var
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
export var
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
export var
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
export var
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
export var
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
export var
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
export var
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
export var
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
export var
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
export var
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
export var
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
export var
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
export var
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
export var
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
export var
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
export var
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
export var
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
export var
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
})
|
|
1354
|
-
export var
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
})(
|
|
1366
|
-
export var
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
export var
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
export var
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
export var
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
export var
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
export var
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
760
|
+
export var ActiveDirectoryBackupAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
761
|
+
export var AdministrativeActionFailureDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
762
|
+
export var FileSystemFailureDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
763
|
+
export var DataRepositoryFailureDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
764
|
+
export var DataRepositoryConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
765
|
+
export var LustreLogConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
766
|
+
export var LustreRootSquashConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
767
|
+
export var LustreFileSystemConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
768
|
+
export var DiskIopsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
769
|
+
export var FileSystemEndpointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
770
|
+
export var FileSystemEndpointsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
771
|
+
export var OntapFileSystemConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
772
|
+
export var OpenZFSFileSystemConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
773
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
774
|
+
export var AliasFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
775
|
+
export var WindowsAuditLogConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
776
|
+
export var SelfManagedActiveDirectoryAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
777
|
+
export var WindowsFileSystemConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
778
|
+
export var LifecycleTransitionReasonFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
779
|
+
export var TieringPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
780
|
+
export var OntapVolumeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
781
|
+
export var OpenZFSClientConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
782
|
+
export var OpenZFSNfsExportFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
783
|
+
export var OpenZFSOriginSnapshotConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
784
|
+
export var OpenZFSUserOrGroupQuotaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
785
|
+
export var OpenZFSVolumeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
786
|
+
export var AssociateFileSystemAliasesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
787
|
+
export var AssociateFileSystemAliasesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
788
|
+
export var AutoExportPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
789
|
+
export var AutoImportPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
790
|
+
export var CancelDataRepositoryTaskRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
791
|
+
export var CancelDataRepositoryTaskResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
792
|
+
export var CopyBackupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
793
|
+
export var BackupFailureDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
794
|
+
export var CreateBackupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
795
|
+
export var S3DataRepositoryConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
796
|
+
export var CreateDataRepositoryAssociationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
797
|
+
export var DataRepositoryAssociationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
798
|
+
export var CreateDataRepositoryAssociationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
799
|
+
export var CompletionReportFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
800
|
+
export var CreateDataRepositoryTaskRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
801
|
+
export var DataRepositoryTaskFailureDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
802
|
+
export var DataRepositoryTaskStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
803
|
+
export var DataRepositoryTaskFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
804
|
+
export var CreateDataRepositoryTaskResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
805
|
+
export var LustreLogCreateConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
806
|
+
export var CreateFileSystemLustreConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
807
|
+
export var CreateFileSystemOntapConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.FsxAdminPassword && { FsxAdminPassword: SENSITIVE_STRING }))); };
|
|
808
|
+
export var OpenZFSCreateRootVolumeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
809
|
+
export var CreateFileSystemOpenZFSConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
810
|
+
export var WindowsAuditLogCreateConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
811
|
+
export var SelfManagedActiveDirectoryConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
812
|
+
export var CreateFileSystemWindowsConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SelfManagedActiveDirectoryConfiguration && {
|
|
813
|
+
SelfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfigurationFilterSensitiveLog(obj.SelfManagedActiveDirectoryConfiguration),
|
|
814
|
+
}))); };
|
|
815
|
+
export var CreateFileSystemRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.WindowsConfiguration && {
|
|
816
|
+
WindowsConfiguration: CreateFileSystemWindowsConfigurationFilterSensitiveLog(obj.WindowsConfiguration),
|
|
817
|
+
})), (obj.OntapConfiguration && {
|
|
818
|
+
OntapConfiguration: CreateFileSystemOntapConfigurationFilterSensitiveLog(obj.OntapConfiguration),
|
|
819
|
+
}))); };
|
|
820
|
+
export var CreateFileSystemFromBackupRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.WindowsConfiguration && {
|
|
821
|
+
WindowsConfiguration: CreateFileSystemWindowsConfigurationFilterSensitiveLog(obj.WindowsConfiguration),
|
|
822
|
+
}))); };
|
|
823
|
+
export var CreateSnapshotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
824
|
+
export var CreateSvmActiveDirectoryConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SelfManagedActiveDirectoryConfiguration && {
|
|
825
|
+
SelfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfigurationFilterSensitiveLog(obj.SelfManagedActiveDirectoryConfiguration),
|
|
826
|
+
}))); };
|
|
827
|
+
export var CreateStorageVirtualMachineRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.ActiveDirectoryConfiguration && {
|
|
828
|
+
ActiveDirectoryConfiguration: CreateSvmActiveDirectoryConfigurationFilterSensitiveLog(obj.ActiveDirectoryConfiguration),
|
|
829
|
+
})), (obj.SvmAdminPassword && { SvmAdminPassword: SENSITIVE_STRING }))); };
|
|
830
|
+
export var SvmActiveDirectoryConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
831
|
+
export var SvmEndpointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
832
|
+
export var SvmEndpointsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
833
|
+
export var StorageVirtualMachineFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
834
|
+
export var CreateStorageVirtualMachineResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
835
|
+
export var CreateOntapVolumeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
836
|
+
export var CreateOpenZFSOriginSnapshotConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
837
|
+
export var CreateOpenZFSVolumeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
838
|
+
export var CreateVolumeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
839
|
+
export var CreateVolumeFromBackupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
840
|
+
export var DeleteBackupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
841
|
+
export var DeleteBackupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
842
|
+
export var DeleteDataRepositoryAssociationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
843
|
+
export var DeleteDataRepositoryAssociationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
844
|
+
export var DeleteFileSystemLustreConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
845
|
+
export var DeleteFileSystemOpenZFSConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
846
|
+
export var DeleteFileSystemWindowsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
847
|
+
export var DeleteFileSystemRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
848
|
+
export var DeleteFileSystemLustreResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
849
|
+
export var DeleteFileSystemOpenZFSResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
850
|
+
export var DeleteFileSystemWindowsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
851
|
+
export var DeleteFileSystemResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
852
|
+
export var DeleteSnapshotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
853
|
+
export var DeleteSnapshotResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
854
|
+
export var DeleteStorageVirtualMachineRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
855
|
+
export var DeleteStorageVirtualMachineResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
856
|
+
export var DeleteVolumeOntapConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
857
|
+
export var DeleteVolumeOpenZFSConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
858
|
+
export var DeleteVolumeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
859
|
+
export var DeleteVolumeOntapResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
860
|
+
export var DeleteVolumeResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
861
|
+
export var FilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
862
|
+
export var DescribeBackupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
863
|
+
export var DescribeDataRepositoryAssociationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
864
|
+
export var DescribeDataRepositoryAssociationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
865
|
+
export var DataRepositoryTaskFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
866
|
+
export var DescribeDataRepositoryTasksRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
867
|
+
export var DescribeDataRepositoryTasksResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
868
|
+
export var DescribeFileSystemAliasesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
869
|
+
export var DescribeFileSystemAliasesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
870
|
+
export var DescribeFileSystemsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
871
|
+
export var SnapshotFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
872
|
+
export var DescribeSnapshotsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
873
|
+
export var StorageVirtualMachineFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
874
|
+
export var DescribeStorageVirtualMachinesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
875
|
+
export var DescribeStorageVirtualMachinesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
876
|
+
export var VolumeFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
877
|
+
export var DescribeVolumesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
878
|
+
export var DisassociateFileSystemAliasesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
879
|
+
export var DisassociateFileSystemAliasesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
880
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
881
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
882
|
+
export var ReleaseFileSystemNfsV3LocksRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
883
|
+
export var RestoreVolumeFromSnapshotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
884
|
+
export var RestoreVolumeFromSnapshotResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
885
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
886
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
887
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
888
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
889
|
+
export var UpdateDataRepositoryAssociationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
890
|
+
export var UpdateDataRepositoryAssociationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
891
|
+
export var UpdateFileSystemLustreConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
892
|
+
export var UpdateFileSystemOntapConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.FsxAdminPassword && { FsxAdminPassword: SENSITIVE_STRING }))); };
|
|
893
|
+
export var UpdateFileSystemOpenZFSConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
894
|
+
export var SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
895
|
+
export var UpdateFileSystemWindowsConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SelfManagedActiveDirectoryConfiguration && {
|
|
896
|
+
SelfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog(obj.SelfManagedActiveDirectoryConfiguration),
|
|
897
|
+
}))); };
|
|
898
|
+
export var UpdateFileSystemRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.WindowsConfiguration && {
|
|
899
|
+
WindowsConfiguration: UpdateFileSystemWindowsConfigurationFilterSensitiveLog(obj.WindowsConfiguration),
|
|
900
|
+
})), (obj.OntapConfiguration && {
|
|
901
|
+
OntapConfiguration: UpdateFileSystemOntapConfigurationFilterSensitiveLog(obj.OntapConfiguration),
|
|
902
|
+
}))); };
|
|
903
|
+
export var UpdateSnapshotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
904
|
+
export var UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SelfManagedActiveDirectoryConfiguration && {
|
|
905
|
+
SelfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog(obj.SelfManagedActiveDirectoryConfiguration),
|
|
906
|
+
}))); };
|
|
907
|
+
export var UpdateStorageVirtualMachineRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.ActiveDirectoryConfiguration && {
|
|
908
|
+
ActiveDirectoryConfiguration: UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog(obj.ActiveDirectoryConfiguration),
|
|
909
|
+
})), (obj.SvmAdminPassword && { SvmAdminPassword: SENSITIVE_STRING }))); };
|
|
910
|
+
export var UpdateStorageVirtualMachineResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
911
|
+
export var UpdateOntapVolumeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
912
|
+
export var UpdateOpenZFSVolumeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
913
|
+
export var UpdateVolumeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
914
|
+
export var AdministrativeActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
915
|
+
export var FileSystemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
916
|
+
export var SnapshotFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
917
|
+
export var VolumeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
918
|
+
export var CreateFileSystemFromBackupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
919
|
+
export var CreateFileSystemResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
920
|
+
export var CreateSnapshotResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
921
|
+
export var CreateVolumeFromBackupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
922
|
+
export var CreateVolumeResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
923
|
+
export var ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
924
|
+
export var UpdateFileSystemResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
925
|
+
export var UpdateSnapshotResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
926
|
+
export var UpdateVolumeResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
927
|
+
export var DescribeFileSystemsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
928
|
+
export var DescribeSnapshotsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
929
|
+
export var DescribeVolumesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
930
|
+
export var BackupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
931
|
+
export var CopyBackupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
932
|
+
export var CreateBackupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
933
|
+
export var DescribeBackupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|