@aws-sdk/client-fsx 3.835.0 → 3.839.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 +24 -0
- package/dist-cjs/index.js +470 -66
- package/dist-es/FSx.js +6 -0
- package/dist-es/commands/CopyBackupCommand.js +1 -1
- package/dist-es/commands/CreateAndAttachS3AccessPointCommand.js +22 -0
- package/dist-es/commands/CreateBackupCommand.js +1 -1
- package/dist-es/commands/CreateFileSystemCommand.js +2 -1
- package/dist-es/commands/CreateSnapshotCommand.js +1 -1
- package/dist-es/commands/CreateVolumeCommand.js +1 -1
- package/dist-es/commands/CreateVolumeFromBackupCommand.js +1 -1
- package/dist-es/commands/DescribeBackupsCommand.js +1 -1
- package/dist-es/commands/DescribeFileSystemsCommand.js +1 -1
- package/dist-es/commands/DescribeS3AccessPointAttachmentsCommand.js +22 -0
- package/dist-es/commands/DescribeSnapshotsCommand.js +1 -1
- package/dist-es/commands/DescribeVolumesCommand.js +1 -1
- package/dist-es/commands/DetachAndDeleteS3AccessPointCommand.js +22 -0
- package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +1 -1
- package/dist-es/commands/StartMisconfiguredStateRecoveryCommand.js +1 -1
- package/dist-es/commands/UpdateFileSystemCommand.js +2 -1
- package/dist-es/commands/UpdateSnapshotCommand.js +1 -1
- package/dist-es/commands/UpdateVolumeCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +100 -61
- package/dist-es/models/models_1.js +58 -0
- package/dist-es/pagination/DescribeS3AccessPointAttachmentsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +166 -4
- package/dist-types/FSx.d.ts +22 -0
- package/dist-types/FSxClient.d.ts +5 -2
- package/dist-types/commands/CopyBackupCommand.d.ts +2 -1
- package/dist-types/commands/CreateAndAttachS3AccessPointCommand.d.ts +196 -0
- package/dist-types/commands/CreateBackupCommand.d.ts +2 -1
- package/dist-types/commands/CreateFileSystemCommand.d.ts +2 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +2 -1
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +6 -0
- package/dist-types/commands/DescribeBackupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +135 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -1
- package/dist-types/commands/DetachAndDeleteS3AccessPointCommand.d.ts +104 -0
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +2 -1
- package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVolumeCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2132 -2044
- package/dist-types/models/models_1.d.ts +384 -0
- package/dist-types/pagination/DescribeS3AccessPointAttachmentsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/FSx.d.ts +52 -0
- package/dist-types/ts3.4/FSxClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateAndAttachS3AccessPointCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DetachAndDeleteS3AccessPointCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +147 -120
- package/dist-types/ts3.4/models/models_1.d.ts +125 -0
- package/dist-types/ts3.4/pagination/DescribeS3AccessPointAttachmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
- package/package.json +11 -11
package/dist-cjs/index.js
CHANGED
|
@@ -21,6 +21,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
21
21
|
// src/index.ts
|
|
22
22
|
var index_exports = {};
|
|
23
23
|
__export(index_exports, {
|
|
24
|
+
AccessPointAlreadyOwnedByYou: () => AccessPointAlreadyOwnedByYou,
|
|
24
25
|
ActiveDirectoryError: () => ActiveDirectoryError,
|
|
25
26
|
ActiveDirectoryErrorType: () => ActiveDirectoryErrorType,
|
|
26
27
|
AdministrativeActionFilterSensitiveLog: () => AdministrativeActionFilterSensitiveLog,
|
|
@@ -42,6 +43,7 @@ __export(index_exports, {
|
|
|
42
43
|
CopyBackupResponseFilterSensitiveLog: () => CopyBackupResponseFilterSensitiveLog,
|
|
43
44
|
CopySnapshotAndUpdateVolumeCommand: () => CopySnapshotAndUpdateVolumeCommand,
|
|
44
45
|
CopySnapshotAndUpdateVolumeResponseFilterSensitiveLog: () => CopySnapshotAndUpdateVolumeResponseFilterSensitiveLog,
|
|
46
|
+
CreateAndAttachS3AccessPointCommand: () => CreateAndAttachS3AccessPointCommand,
|
|
45
47
|
CreateBackupCommand: () => CreateBackupCommand,
|
|
46
48
|
CreateBackupResponseFilterSensitiveLog: () => CreateBackupResponseFilterSensitiveLog,
|
|
47
49
|
CreateDataRepositoryAssociationCommand: () => CreateDataRepositoryAssociationCommand,
|
|
@@ -90,12 +92,14 @@ __export(index_exports, {
|
|
|
90
92
|
DescribeFileSystemAliasesCommand: () => DescribeFileSystemAliasesCommand,
|
|
91
93
|
DescribeFileSystemsCommand: () => DescribeFileSystemsCommand,
|
|
92
94
|
DescribeFileSystemsResponseFilterSensitiveLog: () => DescribeFileSystemsResponseFilterSensitiveLog,
|
|
95
|
+
DescribeS3AccessPointAttachmentsCommand: () => DescribeS3AccessPointAttachmentsCommand,
|
|
93
96
|
DescribeSharedVpcConfigurationCommand: () => DescribeSharedVpcConfigurationCommand,
|
|
94
97
|
DescribeSnapshotsCommand: () => DescribeSnapshotsCommand,
|
|
95
98
|
DescribeSnapshotsResponseFilterSensitiveLog: () => DescribeSnapshotsResponseFilterSensitiveLog,
|
|
96
99
|
DescribeStorageVirtualMachinesCommand: () => DescribeStorageVirtualMachinesCommand,
|
|
97
100
|
DescribeVolumesCommand: () => DescribeVolumesCommand,
|
|
98
101
|
DescribeVolumesResponseFilterSensitiveLog: () => DescribeVolumesResponseFilterSensitiveLog,
|
|
102
|
+
DetachAndDeleteS3AccessPointCommand: () => DetachAndDeleteS3AccessPointCommand,
|
|
99
103
|
DisassociateFileSystemAliasesCommand: () => DisassociateFileSystemAliasesCommand,
|
|
100
104
|
DiskIopsConfigurationMode: () => DiskIopsConfigurationMode,
|
|
101
105
|
DriveCacheType: () => DriveCacheType,
|
|
@@ -118,6 +122,7 @@ __export(index_exports, {
|
|
|
118
122
|
IncompatibleRegionForMultiAZ: () => IncompatibleRegionForMultiAZ,
|
|
119
123
|
InputOntapVolumeType: () => InputOntapVolumeType,
|
|
120
124
|
InternalServerError: () => InternalServerError,
|
|
125
|
+
InvalidAccessPoint: () => InvalidAccessPoint,
|
|
121
126
|
InvalidDataRepositoryType: () => InvalidDataRepositoryType,
|
|
122
127
|
InvalidDestinationKmsKey: () => InvalidDestinationKmsKey,
|
|
123
128
|
InvalidExportPath: () => InvalidExportPath,
|
|
@@ -125,6 +130,7 @@ __export(index_exports, {
|
|
|
125
130
|
InvalidNetworkSettings: () => InvalidNetworkSettings,
|
|
126
131
|
InvalidPerUnitStorageThroughput: () => InvalidPerUnitStorageThroughput,
|
|
127
132
|
InvalidRegion: () => InvalidRegion,
|
|
133
|
+
InvalidRequest: () => InvalidRequest,
|
|
128
134
|
InvalidSourceKmsKey: () => InvalidSourceKmsKey,
|
|
129
135
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
130
136
|
LustreAccessAuditLogLevel: () => LustreAccessAuditLogLevel,
|
|
@@ -142,6 +148,7 @@ __export(index_exports, {
|
|
|
142
148
|
OpenZFSCopyStrategy: () => OpenZFSCopyStrategy,
|
|
143
149
|
OpenZFSDataCompressionType: () => OpenZFSDataCompressionType,
|
|
144
150
|
OpenZFSDeploymentType: () => OpenZFSDeploymentType,
|
|
151
|
+
OpenZFSFileSystemUserType: () => OpenZFSFileSystemUserType,
|
|
145
152
|
OpenZFSQuotaType: () => OpenZFSQuotaType,
|
|
146
153
|
OpenZFSReadCacheSizingMode: () => OpenZFSReadCacheSizingMode,
|
|
147
154
|
PrivilegedDelete: () => PrivilegedDelete,
|
|
@@ -156,6 +163,10 @@ __export(index_exports, {
|
|
|
156
163
|
RestoreVolumeFromSnapshotCommand: () => RestoreVolumeFromSnapshotCommand,
|
|
157
164
|
RestoreVolumeFromSnapshotResponseFilterSensitiveLog: () => RestoreVolumeFromSnapshotResponseFilterSensitiveLog,
|
|
158
165
|
RetentionPeriodType: () => RetentionPeriodType,
|
|
166
|
+
S3AccessPointAttachmentLifecycle: () => S3AccessPointAttachmentLifecycle,
|
|
167
|
+
S3AccessPointAttachmentNotFound: () => S3AccessPointAttachmentNotFound,
|
|
168
|
+
S3AccessPointAttachmentType: () => S3AccessPointAttachmentType,
|
|
169
|
+
S3AccessPointAttachmentsFilterName: () => S3AccessPointAttachmentsFilterName,
|
|
159
170
|
SecurityStyle: () => SecurityStyle,
|
|
160
171
|
SelfManagedActiveDirectoryConfigurationFilterSensitiveLog: () => SelfManagedActiveDirectoryConfigurationFilterSensitiveLog,
|
|
161
172
|
SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog: () => SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog,
|
|
@@ -178,6 +189,7 @@ __export(index_exports, {
|
|
|
178
189
|
StorageVirtualMachineSubtype: () => StorageVirtualMachineSubtype,
|
|
179
190
|
TagResourceCommand: () => TagResourceCommand,
|
|
180
191
|
TieringPolicyName: () => TieringPolicyName,
|
|
192
|
+
TooManyAccessPoints: () => TooManyAccessPoints,
|
|
181
193
|
Unit: () => Unit,
|
|
182
194
|
UnsupportedOperation: () => UnsupportedOperation,
|
|
183
195
|
UntagResourceCommand: () => UntagResourceCommand,
|
|
@@ -212,6 +224,7 @@ __export(index_exports, {
|
|
|
212
224
|
paginateDescribeFileCaches: () => paginateDescribeFileCaches,
|
|
213
225
|
paginateDescribeFileSystemAliases: () => paginateDescribeFileSystemAliases,
|
|
214
226
|
paginateDescribeFileSystems: () => paginateDescribeFileSystems,
|
|
227
|
+
paginateDescribeS3AccessPointAttachments: () => paginateDescribeS3AccessPointAttachments,
|
|
215
228
|
paginateDescribeSnapshots: () => paginateDescribeSnapshots,
|
|
216
229
|
paginateDescribeStorageVirtualMachines: () => paginateDescribeStorageVirtualMachines,
|
|
217
230
|
paginateDescribeVolumes: () => paginateDescribeVolumes,
|
|
@@ -391,6 +404,36 @@ var FSxServiceException = class _FSxServiceException extends import_smithy_clien
|
|
|
391
404
|
|
|
392
405
|
// src/models/models_0.ts
|
|
393
406
|
|
|
407
|
+
var AccessPointAlreadyOwnedByYou = class _AccessPointAlreadyOwnedByYou extends FSxServiceException {
|
|
408
|
+
static {
|
|
409
|
+
__name(this, "AccessPointAlreadyOwnedByYou");
|
|
410
|
+
}
|
|
411
|
+
name = "AccessPointAlreadyOwnedByYou";
|
|
412
|
+
$fault = "client";
|
|
413
|
+
/**
|
|
414
|
+
* <p>An error code indicating that an access point with that name already exists in the Amazon Web Services Region in your Amazon Web Services account.</p>
|
|
415
|
+
* @public
|
|
416
|
+
*/
|
|
417
|
+
ErrorCode;
|
|
418
|
+
/**
|
|
419
|
+
* <p>A detailed error message.</p>
|
|
420
|
+
* @public
|
|
421
|
+
*/
|
|
422
|
+
Message;
|
|
423
|
+
/**
|
|
424
|
+
* @internal
|
|
425
|
+
*/
|
|
426
|
+
constructor(opts) {
|
|
427
|
+
super({
|
|
428
|
+
name: "AccessPointAlreadyOwnedByYou",
|
|
429
|
+
$fault: "client",
|
|
430
|
+
...opts
|
|
431
|
+
});
|
|
432
|
+
Object.setPrototypeOf(this, _AccessPointAlreadyOwnedByYou.prototype);
|
|
433
|
+
this.ErrorCode = opts.ErrorCode;
|
|
434
|
+
this.Message = opts.Message;
|
|
435
|
+
}
|
|
436
|
+
};
|
|
394
437
|
var ActiveDirectoryErrorType = {
|
|
395
438
|
DOMAIN_NOT_FOUND: "DOMAIN_NOT_FOUND",
|
|
396
439
|
INCOMPATIBLE_DOMAIN_MODE: "INCOMPATIBLE_DOMAIN_MODE",
|
|
@@ -1052,12 +1095,30 @@ var UpdateOpenZFSVolumeOption = {
|
|
|
1052
1095
|
DELETE_INTERMEDIATE_DATA: "DELETE_INTERMEDIATE_DATA",
|
|
1053
1096
|
DELETE_INTERMEDIATE_SNAPSHOTS: "DELETE_INTERMEDIATE_SNAPSHOTS"
|
|
1054
1097
|
};
|
|
1055
|
-
var
|
|
1098
|
+
var OpenZFSFileSystemUserType = {
|
|
1099
|
+
POSIX: "POSIX"
|
|
1100
|
+
};
|
|
1101
|
+
var S3AccessPointAttachmentType = {
|
|
1102
|
+
OPENZFS: "OPENZFS"
|
|
1103
|
+
};
|
|
1104
|
+
var S3AccessPointAttachmentLifecycle = {
|
|
1105
|
+
AVAILABLE: "AVAILABLE",
|
|
1106
|
+
CREATING: "CREATING",
|
|
1107
|
+
DELETING: "DELETING",
|
|
1108
|
+
FAILED: "FAILED",
|
|
1109
|
+
UPDATING: "UPDATING"
|
|
1110
|
+
};
|
|
1111
|
+
var InvalidAccessPoint = class _InvalidAccessPoint extends FSxServiceException {
|
|
1056
1112
|
static {
|
|
1057
|
-
__name(this, "
|
|
1113
|
+
__name(this, "InvalidAccessPoint");
|
|
1058
1114
|
}
|
|
1059
|
-
name = "
|
|
1115
|
+
name = "InvalidAccessPoint";
|
|
1060
1116
|
$fault = "client";
|
|
1117
|
+
/**
|
|
1118
|
+
* <p>An error code indicating that the access point specified doesn't exist.</p>
|
|
1119
|
+
* @public
|
|
1120
|
+
*/
|
|
1121
|
+
ErrorCode;
|
|
1061
1122
|
/**
|
|
1062
1123
|
* <p>A detailed error message.</p>
|
|
1063
1124
|
* @public
|
|
@@ -1068,11 +1129,72 @@ var BackupInProgress = class _BackupInProgress extends FSxServiceException {
|
|
|
1068
1129
|
*/
|
|
1069
1130
|
constructor(opts) {
|
|
1070
1131
|
super({
|
|
1071
|
-
name: "
|
|
1132
|
+
name: "InvalidAccessPoint",
|
|
1072
1133
|
$fault: "client",
|
|
1073
1134
|
...opts
|
|
1074
1135
|
});
|
|
1075
|
-
Object.setPrototypeOf(this,
|
|
1136
|
+
Object.setPrototypeOf(this, _InvalidAccessPoint.prototype);
|
|
1137
|
+
this.ErrorCode = opts.ErrorCode;
|
|
1138
|
+
this.Message = opts.Message;
|
|
1139
|
+
}
|
|
1140
|
+
};
|
|
1141
|
+
var InvalidRequest = class _InvalidRequest extends FSxServiceException {
|
|
1142
|
+
static {
|
|
1143
|
+
__name(this, "InvalidRequest");
|
|
1144
|
+
}
|
|
1145
|
+
name = "InvalidRequest";
|
|
1146
|
+
$fault = "client";
|
|
1147
|
+
/**
|
|
1148
|
+
* <p>An error code indicating that the action or operation requested is invalid.</p>
|
|
1149
|
+
* @public
|
|
1150
|
+
*/
|
|
1151
|
+
ErrorCode;
|
|
1152
|
+
/**
|
|
1153
|
+
* <p>A detailed error message.</p>
|
|
1154
|
+
* @public
|
|
1155
|
+
*/
|
|
1156
|
+
Message;
|
|
1157
|
+
/**
|
|
1158
|
+
* @internal
|
|
1159
|
+
*/
|
|
1160
|
+
constructor(opts) {
|
|
1161
|
+
super({
|
|
1162
|
+
name: "InvalidRequest",
|
|
1163
|
+
$fault: "client",
|
|
1164
|
+
...opts
|
|
1165
|
+
});
|
|
1166
|
+
Object.setPrototypeOf(this, _InvalidRequest.prototype);
|
|
1167
|
+
this.ErrorCode = opts.ErrorCode;
|
|
1168
|
+
this.Message = opts.Message;
|
|
1169
|
+
}
|
|
1170
|
+
};
|
|
1171
|
+
var TooManyAccessPoints = class _TooManyAccessPoints extends FSxServiceException {
|
|
1172
|
+
static {
|
|
1173
|
+
__name(this, "TooManyAccessPoints");
|
|
1174
|
+
}
|
|
1175
|
+
name = "TooManyAccessPoints";
|
|
1176
|
+
$fault = "client";
|
|
1177
|
+
/**
|
|
1178
|
+
* <p>An error code indicating that you have reached the maximum number of S3 access points attachments allowed for your account in this Amazon Web Services Region, or for the file system.</p>
|
|
1179
|
+
* @public
|
|
1180
|
+
*/
|
|
1181
|
+
ErrorCode;
|
|
1182
|
+
/**
|
|
1183
|
+
* <p>A detailed error message.</p>
|
|
1184
|
+
* @public
|
|
1185
|
+
*/
|
|
1186
|
+
Message;
|
|
1187
|
+
/**
|
|
1188
|
+
* @internal
|
|
1189
|
+
*/
|
|
1190
|
+
constructor(opts) {
|
|
1191
|
+
super({
|
|
1192
|
+
name: "TooManyAccessPoints",
|
|
1193
|
+
$fault: "client",
|
|
1194
|
+
...opts
|
|
1195
|
+
});
|
|
1196
|
+
Object.setPrototypeOf(this, _TooManyAccessPoints.prototype);
|
|
1197
|
+
this.ErrorCode = opts.ErrorCode;
|
|
1076
1198
|
this.Message = opts.Message;
|
|
1077
1199
|
}
|
|
1078
1200
|
};
|
|
@@ -1100,6 +1222,30 @@ var VolumeNotFound = class _VolumeNotFound extends FSxServiceException {
|
|
|
1100
1222
|
this.Message = opts.Message;
|
|
1101
1223
|
}
|
|
1102
1224
|
};
|
|
1225
|
+
var BackupInProgress = class _BackupInProgress extends FSxServiceException {
|
|
1226
|
+
static {
|
|
1227
|
+
__name(this, "BackupInProgress");
|
|
1228
|
+
}
|
|
1229
|
+
name = "BackupInProgress";
|
|
1230
|
+
$fault = "client";
|
|
1231
|
+
/**
|
|
1232
|
+
* <p>A detailed error message.</p>
|
|
1233
|
+
* @public
|
|
1234
|
+
*/
|
|
1235
|
+
Message;
|
|
1236
|
+
/**
|
|
1237
|
+
* @internal
|
|
1238
|
+
*/
|
|
1239
|
+
constructor(opts) {
|
|
1240
|
+
super({
|
|
1241
|
+
name: "BackupInProgress",
|
|
1242
|
+
$fault: "client",
|
|
1243
|
+
...opts
|
|
1244
|
+
});
|
|
1245
|
+
Object.setPrototypeOf(this, _BackupInProgress.prototype);
|
|
1246
|
+
this.Message = opts.Message;
|
|
1247
|
+
}
|
|
1248
|
+
};
|
|
1103
1249
|
var NfsVersion = {
|
|
1104
1250
|
NFS3: "NFS3"
|
|
1105
1251
|
};
|
|
@@ -1565,6 +1711,35 @@ var DataRepositoryTaskFilterName = {
|
|
|
1565
1711
|
FILE_SYSTEM_ID: "file-system-id",
|
|
1566
1712
|
TASK_LIFECYCLE: "task-lifecycle"
|
|
1567
1713
|
};
|
|
1714
|
+
var S3AccessPointAttachmentsFilterName = {
|
|
1715
|
+
FILE_SYSTEM_ID: "file-system-id",
|
|
1716
|
+
TYPE: "type",
|
|
1717
|
+
VOLUME_ID: "volume-id"
|
|
1718
|
+
};
|
|
1719
|
+
var S3AccessPointAttachmentNotFound = class _S3AccessPointAttachmentNotFound extends FSxServiceException {
|
|
1720
|
+
static {
|
|
1721
|
+
__name(this, "S3AccessPointAttachmentNotFound");
|
|
1722
|
+
}
|
|
1723
|
+
name = "S3AccessPointAttachmentNotFound";
|
|
1724
|
+
$fault = "client";
|
|
1725
|
+
/**
|
|
1726
|
+
* <p>A detailed error message.</p>
|
|
1727
|
+
* @public
|
|
1728
|
+
*/
|
|
1729
|
+
Message;
|
|
1730
|
+
/**
|
|
1731
|
+
* @internal
|
|
1732
|
+
*/
|
|
1733
|
+
constructor(opts) {
|
|
1734
|
+
super({
|
|
1735
|
+
name: "S3AccessPointAttachmentNotFound",
|
|
1736
|
+
$fault: "client",
|
|
1737
|
+
...opts
|
|
1738
|
+
});
|
|
1739
|
+
Object.setPrototypeOf(this, _S3AccessPointAttachmentNotFound.prototype);
|
|
1740
|
+
this.Message = opts.Message;
|
|
1741
|
+
}
|
|
1742
|
+
};
|
|
1568
1743
|
var SnapshotFilterName = {
|
|
1569
1744
|
FILE_SYSTEM_ID: "file-system-id",
|
|
1570
1745
|
VOLUME_ID: "volume-id"
|
|
@@ -1808,63 +1983,6 @@ var CreateFileSystemFromBackupResponseFilterSensitiveLog = /* @__PURE__ */ __nam
|
|
|
1808
1983
|
...obj,
|
|
1809
1984
|
...obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }
|
|
1810
1985
|
}), "CreateFileSystemFromBackupResponseFilterSensitiveLog");
|
|
1811
|
-
var CreateFileSystemResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1812
|
-
...obj,
|
|
1813
|
-
...obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }
|
|
1814
|
-
}), "CreateFileSystemResponseFilterSensitiveLog");
|
|
1815
|
-
var CreateSnapshotResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1816
|
-
...obj
|
|
1817
|
-
}), "CreateSnapshotResponseFilterSensitiveLog");
|
|
1818
|
-
var CreateVolumeFromBackupResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1819
|
-
...obj
|
|
1820
|
-
}), "CreateVolumeFromBackupResponseFilterSensitiveLog");
|
|
1821
|
-
var CreateVolumeResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1822
|
-
...obj
|
|
1823
|
-
}), "CreateVolumeResponseFilterSensitiveLog");
|
|
1824
|
-
var ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1825
|
-
...obj,
|
|
1826
|
-
...obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }
|
|
1827
|
-
}), "ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog");
|
|
1828
|
-
var StartMisconfiguredStateRecoveryResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1829
|
-
...obj,
|
|
1830
|
-
...obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }
|
|
1831
|
-
}), "StartMisconfiguredStateRecoveryResponseFilterSensitiveLog");
|
|
1832
|
-
var UpdateFileSystemResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1833
|
-
...obj,
|
|
1834
|
-
...obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }
|
|
1835
|
-
}), "UpdateFileSystemResponseFilterSensitiveLog");
|
|
1836
|
-
var UpdateSnapshotResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1837
|
-
...obj
|
|
1838
|
-
}), "UpdateSnapshotResponseFilterSensitiveLog");
|
|
1839
|
-
var UpdateVolumeResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1840
|
-
...obj
|
|
1841
|
-
}), "UpdateVolumeResponseFilterSensitiveLog");
|
|
1842
|
-
var DescribeFileSystemsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1843
|
-
...obj,
|
|
1844
|
-
...obj.FileSystems && { FileSystems: obj.FileSystems.map((item) => FileSystemFilterSensitiveLog(item)) }
|
|
1845
|
-
}), "DescribeFileSystemsResponseFilterSensitiveLog");
|
|
1846
|
-
var DescribeSnapshotsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1847
|
-
...obj
|
|
1848
|
-
}), "DescribeSnapshotsResponseFilterSensitiveLog");
|
|
1849
|
-
var DescribeVolumesResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1850
|
-
...obj
|
|
1851
|
-
}), "DescribeVolumesResponseFilterSensitiveLog");
|
|
1852
|
-
var BackupFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1853
|
-
...obj,
|
|
1854
|
-
...obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }
|
|
1855
|
-
}), "BackupFilterSensitiveLog");
|
|
1856
|
-
var CopyBackupResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1857
|
-
...obj,
|
|
1858
|
-
...obj.Backup && { Backup: BackupFilterSensitiveLog(obj.Backup) }
|
|
1859
|
-
}), "CopyBackupResponseFilterSensitiveLog");
|
|
1860
|
-
var CreateBackupResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1861
|
-
...obj,
|
|
1862
|
-
...obj.Backup && { Backup: BackupFilterSensitiveLog(obj.Backup) }
|
|
1863
|
-
}), "CreateBackupResponseFilterSensitiveLog");
|
|
1864
|
-
var DescribeBackupsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1865
|
-
...obj,
|
|
1866
|
-
...obj.Backups && { Backups: obj.Backups.map((item) => BackupFilterSensitiveLog(item)) }
|
|
1867
|
-
}), "DescribeBackupsResponseFilterSensitiveLog");
|
|
1868
1986
|
|
|
1869
1987
|
// src/protocols/Aws_json1_1.ts
|
|
1870
1988
|
var se_AssociateFileSystemAliasesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -1891,6 +2009,12 @@ var se_CopySnapshotAndUpdateVolumeCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1891
2009
|
body = JSON.stringify(se_CopySnapshotAndUpdateVolumeRequest(input, context));
|
|
1892
2010
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1893
2011
|
}, "se_CopySnapshotAndUpdateVolumeCommand");
|
|
2012
|
+
var se_CreateAndAttachS3AccessPointCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2013
|
+
const headers = sharedHeaders("CreateAndAttachS3AccessPoint");
|
|
2014
|
+
let body;
|
|
2015
|
+
body = JSON.stringify(se_CreateAndAttachS3AccessPointRequest(input, context));
|
|
2016
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2017
|
+
}, "se_CreateAndAttachS3AccessPointCommand");
|
|
1894
2018
|
var se_CreateBackupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1895
2019
|
const headers = sharedHeaders("CreateBackup");
|
|
1896
2020
|
let body;
|
|
@@ -2029,6 +2153,12 @@ var se_DescribeFileSystemsCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
2029
2153
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2030
2154
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2031
2155
|
}, "se_DescribeFileSystemsCommand");
|
|
2156
|
+
var se_DescribeS3AccessPointAttachmentsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2157
|
+
const headers = sharedHeaders("DescribeS3AccessPointAttachments");
|
|
2158
|
+
let body;
|
|
2159
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2160
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2161
|
+
}, "se_DescribeS3AccessPointAttachmentsCommand");
|
|
2032
2162
|
var se_DescribeSharedVpcConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2033
2163
|
const headers = sharedHeaders("DescribeSharedVpcConfiguration");
|
|
2034
2164
|
let body;
|
|
@@ -2053,6 +2183,12 @@ var se_DescribeVolumesCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2053
2183
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2054
2184
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2055
2185
|
}, "se_DescribeVolumesCommand");
|
|
2186
|
+
var se_DetachAndDeleteS3AccessPointCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2187
|
+
const headers = sharedHeaders("DetachAndDeleteS3AccessPoint");
|
|
2188
|
+
let body;
|
|
2189
|
+
body = JSON.stringify(se_DetachAndDeleteS3AccessPointRequest(input, context));
|
|
2190
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2191
|
+
}, "se_DetachAndDeleteS3AccessPointCommand");
|
|
2056
2192
|
var se_DisassociateFileSystemAliasesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2057
2193
|
const headers = sharedHeaders("DisassociateFileSystemAliases");
|
|
2058
2194
|
let body;
|
|
@@ -2189,6 +2325,19 @@ var de_CopySnapshotAndUpdateVolumeCommand = /* @__PURE__ */ __name(async (output
|
|
|
2189
2325
|
};
|
|
2190
2326
|
return response;
|
|
2191
2327
|
}, "de_CopySnapshotAndUpdateVolumeCommand");
|
|
2328
|
+
var de_CreateAndAttachS3AccessPointCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2329
|
+
if (output.statusCode >= 300) {
|
|
2330
|
+
return de_CommandError(output, context);
|
|
2331
|
+
}
|
|
2332
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2333
|
+
let contents = {};
|
|
2334
|
+
contents = de_CreateAndAttachS3AccessPointResponse(data, context);
|
|
2335
|
+
const response = {
|
|
2336
|
+
$metadata: deserializeMetadata(output),
|
|
2337
|
+
...contents
|
|
2338
|
+
};
|
|
2339
|
+
return response;
|
|
2340
|
+
}, "de_CreateAndAttachS3AccessPointCommand");
|
|
2192
2341
|
var de_CreateBackupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2193
2342
|
if (output.statusCode >= 300) {
|
|
2194
2343
|
return de_CommandError(output, context);
|
|
@@ -2488,6 +2637,19 @@ var de_DescribeFileSystemsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2488
2637
|
};
|
|
2489
2638
|
return response;
|
|
2490
2639
|
}, "de_DescribeFileSystemsCommand");
|
|
2640
|
+
var de_DescribeS3AccessPointAttachmentsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2641
|
+
if (output.statusCode >= 300) {
|
|
2642
|
+
return de_CommandError(output, context);
|
|
2643
|
+
}
|
|
2644
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2645
|
+
let contents = {};
|
|
2646
|
+
contents = de_DescribeS3AccessPointAttachmentsResponse(data, context);
|
|
2647
|
+
const response = {
|
|
2648
|
+
$metadata: deserializeMetadata(output),
|
|
2649
|
+
...contents
|
|
2650
|
+
};
|
|
2651
|
+
return response;
|
|
2652
|
+
}, "de_DescribeS3AccessPointAttachmentsCommand");
|
|
2491
2653
|
var de_DescribeSharedVpcConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2492
2654
|
if (output.statusCode >= 300) {
|
|
2493
2655
|
return de_CommandError(output, context);
|
|
@@ -2540,6 +2702,19 @@ var de_DescribeVolumesCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2540
2702
|
};
|
|
2541
2703
|
return response;
|
|
2542
2704
|
}, "de_DescribeVolumesCommand");
|
|
2705
|
+
var de_DetachAndDeleteS3AccessPointCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2706
|
+
if (output.statusCode >= 300) {
|
|
2707
|
+
return de_CommandError(output, context);
|
|
2708
|
+
}
|
|
2709
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2710
|
+
let contents = {};
|
|
2711
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2712
|
+
const response = {
|
|
2713
|
+
$metadata: deserializeMetadata(output),
|
|
2714
|
+
...contents
|
|
2715
|
+
};
|
|
2716
|
+
return response;
|
|
2717
|
+
}, "de_DetachAndDeleteS3AccessPointCommand");
|
|
2543
2718
|
var de_DisassociateFileSystemAliasesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2544
2719
|
if (output.statusCode >= 300) {
|
|
2545
2720
|
return de_CommandError(output, context);
|
|
@@ -2771,12 +2946,24 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2771
2946
|
case "SourceBackupUnavailable":
|
|
2772
2947
|
case "com.amazonaws.fsx#SourceBackupUnavailable":
|
|
2773
2948
|
throw await de_SourceBackupUnavailableRes(parsedOutput, context);
|
|
2774
|
-
case "
|
|
2775
|
-
case "com.amazonaws.fsx#
|
|
2776
|
-
throw await
|
|
2949
|
+
case "AccessPointAlreadyOwnedByYou":
|
|
2950
|
+
case "com.amazonaws.fsx#AccessPointAlreadyOwnedByYou":
|
|
2951
|
+
throw await de_AccessPointAlreadyOwnedByYouRes(parsedOutput, context);
|
|
2952
|
+
case "InvalidAccessPoint":
|
|
2953
|
+
case "com.amazonaws.fsx#InvalidAccessPoint":
|
|
2954
|
+
throw await de_InvalidAccessPointRes(parsedOutput, context);
|
|
2955
|
+
case "InvalidRequest":
|
|
2956
|
+
case "com.amazonaws.fsx#InvalidRequest":
|
|
2957
|
+
throw await de_InvalidRequestRes(parsedOutput, context);
|
|
2958
|
+
case "TooManyAccessPoints":
|
|
2959
|
+
case "com.amazonaws.fsx#TooManyAccessPoints":
|
|
2960
|
+
throw await de_TooManyAccessPointsRes(parsedOutput, context);
|
|
2777
2961
|
case "VolumeNotFound":
|
|
2778
2962
|
case "com.amazonaws.fsx#VolumeNotFound":
|
|
2779
2963
|
throw await de_VolumeNotFoundRes(parsedOutput, context);
|
|
2964
|
+
case "BackupInProgress":
|
|
2965
|
+
case "com.amazonaws.fsx#BackupInProgress":
|
|
2966
|
+
throw await de_BackupInProgressRes(parsedOutput, context);
|
|
2780
2967
|
case "DataRepositoryTaskExecuting":
|
|
2781
2968
|
case "com.amazonaws.fsx#DataRepositoryTaskExecuting":
|
|
2782
2969
|
throw await de_DataRepositoryTaskExecutingRes(parsedOutput, context);
|
|
@@ -2825,6 +3012,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2825
3012
|
case "InvalidDataRepositoryType":
|
|
2826
3013
|
case "com.amazonaws.fsx#InvalidDataRepositoryType":
|
|
2827
3014
|
throw await de_InvalidDataRepositoryTypeRes(parsedOutput, context);
|
|
3015
|
+
case "S3AccessPointAttachmentNotFound":
|
|
3016
|
+
case "com.amazonaws.fsx#S3AccessPointAttachmentNotFound":
|
|
3017
|
+
throw await de_S3AccessPointAttachmentNotFoundRes(parsedOutput, context);
|
|
2828
3018
|
case "NotServiceResourceError":
|
|
2829
3019
|
case "com.amazonaws.fsx#NotServiceResourceError":
|
|
2830
3020
|
throw await de_NotServiceResourceErrorRes(parsedOutput, context);
|
|
@@ -2843,6 +3033,15 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2843
3033
|
});
|
|
2844
3034
|
}
|
|
2845
3035
|
}, "de_CommandError");
|
|
3036
|
+
var de_AccessPointAlreadyOwnedByYouRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3037
|
+
const body = parsedOutput.body;
|
|
3038
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
3039
|
+
const exception = new AccessPointAlreadyOwnedByYou({
|
|
3040
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3041
|
+
...deserialized
|
|
3042
|
+
});
|
|
3043
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
3044
|
+
}, "de_AccessPointAlreadyOwnedByYouRes");
|
|
2846
3045
|
var de_ActiveDirectoryErrorRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2847
3046
|
const body = parsedOutput.body;
|
|
2848
3047
|
const deserialized = (0, import_smithy_client._json)(body);
|
|
@@ -2978,6 +3177,15 @@ var de_InternalServerErrorRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
2978
3177
|
});
|
|
2979
3178
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2980
3179
|
}, "de_InternalServerErrorRes");
|
|
3180
|
+
var de_InvalidAccessPointRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3181
|
+
const body = parsedOutput.body;
|
|
3182
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
3183
|
+
const exception = new InvalidAccessPoint({
|
|
3184
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3185
|
+
...deserialized
|
|
3186
|
+
});
|
|
3187
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
3188
|
+
}, "de_InvalidAccessPointRes");
|
|
2981
3189
|
var de_InvalidDataRepositoryTypeRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2982
3190
|
const body = parsedOutput.body;
|
|
2983
3191
|
const deserialized = (0, import_smithy_client._json)(body);
|
|
@@ -3041,6 +3249,15 @@ var de_InvalidRegionRes = /* @__PURE__ */ __name(async (parsedOutput, context) =
|
|
|
3041
3249
|
});
|
|
3042
3250
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
3043
3251
|
}, "de_InvalidRegionRes");
|
|
3252
|
+
var de_InvalidRequestRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3253
|
+
const body = parsedOutput.body;
|
|
3254
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
3255
|
+
const exception = new InvalidRequest({
|
|
3256
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3257
|
+
...deserialized
|
|
3258
|
+
});
|
|
3259
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
3260
|
+
}, "de_InvalidRequestRes");
|
|
3044
3261
|
var de_InvalidSourceKmsKeyRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3045
3262
|
const body = parsedOutput.body;
|
|
3046
3263
|
const deserialized = (0, import_smithy_client._json)(body);
|
|
@@ -3104,6 +3321,15 @@ var de_ResourceNotFoundRes = /* @__PURE__ */ __name(async (parsedOutput, context
|
|
|
3104
3321
|
});
|
|
3105
3322
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
3106
3323
|
}, "de_ResourceNotFoundRes");
|
|
3324
|
+
var de_S3AccessPointAttachmentNotFoundRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3325
|
+
const body = parsedOutput.body;
|
|
3326
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
3327
|
+
const exception = new S3AccessPointAttachmentNotFound({
|
|
3328
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3329
|
+
...deserialized
|
|
3330
|
+
});
|
|
3331
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
3332
|
+
}, "de_S3AccessPointAttachmentNotFoundRes");
|
|
3107
3333
|
var de_ServiceLimitExceededRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3108
3334
|
const body = parsedOutput.body;
|
|
3109
3335
|
const deserialized = (0, import_smithy_client._json)(body);
|
|
@@ -3140,6 +3366,15 @@ var de_StorageVirtualMachineNotFoundRes = /* @__PURE__ */ __name(async (parsedOu
|
|
|
3140
3366
|
});
|
|
3141
3367
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
3142
3368
|
}, "de_StorageVirtualMachineNotFoundRes");
|
|
3369
|
+
var de_TooManyAccessPointsRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3370
|
+
const body = parsedOutput.body;
|
|
3371
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
3372
|
+
const exception = new TooManyAccessPoints({
|
|
3373
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3374
|
+
...deserialized
|
|
3375
|
+
});
|
|
3376
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
3377
|
+
}, "de_TooManyAccessPointsRes");
|
|
3143
3378
|
var de_UnsupportedOperationRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3144
3379
|
const body = parsedOutput.body;
|
|
3145
3380
|
const deserialized = (0, import_smithy_client._json)(body);
|
|
@@ -3184,6 +3419,15 @@ var se_CopySnapshotAndUpdateVolumeRequest = /* @__PURE__ */ __name((input, conte
|
|
|
3184
3419
|
VolumeId: []
|
|
3185
3420
|
});
|
|
3186
3421
|
}, "se_CopySnapshotAndUpdateVolumeRequest");
|
|
3422
|
+
var se_CreateAndAttachS3AccessPointRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3423
|
+
return (0, import_smithy_client.take)(input, {
|
|
3424
|
+
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
3425
|
+
Name: [],
|
|
3426
|
+
OpenZFSConfiguration: import_smithy_client._json,
|
|
3427
|
+
S3AccessPoint: import_smithy_client._json,
|
|
3428
|
+
Type: []
|
|
3429
|
+
});
|
|
3430
|
+
}, "se_CreateAndAttachS3AccessPointRequest");
|
|
3187
3431
|
var se_CreateBackupRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3188
3432
|
return (0, import_smithy_client.take)(input, {
|
|
3189
3433
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
@@ -3358,6 +3602,12 @@ var se_DescribeFileSystemAliasesRequest = /* @__PURE__ */ __name((input, context
|
|
|
3358
3602
|
NextToken: []
|
|
3359
3603
|
});
|
|
3360
3604
|
}, "se_DescribeFileSystemAliasesRequest");
|
|
3605
|
+
var se_DetachAndDeleteS3AccessPointRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3606
|
+
return (0, import_smithy_client.take)(input, {
|
|
3607
|
+
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
3608
|
+
Name: []
|
|
3609
|
+
});
|
|
3610
|
+
}, "se_DetachAndDeleteS3AccessPointRequest");
|
|
3361
3611
|
var se_DisassociateFileSystemAliasesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3362
3612
|
return (0, import_smithy_client.take)(input, {
|
|
3363
3613
|
Aliases: import_smithy_client._json,
|
|
@@ -3502,6 +3752,11 @@ var de_CopySnapshotAndUpdateVolumeResponse = /* @__PURE__ */ __name((output, con
|
|
|
3502
3752
|
VolumeId: import_smithy_client.expectString
|
|
3503
3753
|
});
|
|
3504
3754
|
}, "de_CopySnapshotAndUpdateVolumeResponse");
|
|
3755
|
+
var de_CreateAndAttachS3AccessPointResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3756
|
+
return (0, import_smithy_client.take)(output, {
|
|
3757
|
+
S3AccessPointAttachment: /* @__PURE__ */ __name((_) => de_S3AccessPointAttachment(_, context), "S3AccessPointAttachment")
|
|
3758
|
+
});
|
|
3759
|
+
}, "de_CreateAndAttachS3AccessPointResponse");
|
|
3505
3760
|
var de_CreateBackupResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3506
3761
|
return (0, import_smithy_client.take)(output, {
|
|
3507
3762
|
Backup: /* @__PURE__ */ __name((_) => de_Backup(_, context), "Backup")
|
|
@@ -3643,6 +3898,12 @@ var de_DescribeFileSystemsResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
3643
3898
|
NextToken: import_smithy_client.expectString
|
|
3644
3899
|
});
|
|
3645
3900
|
}, "de_DescribeFileSystemsResponse");
|
|
3901
|
+
var de_DescribeS3AccessPointAttachmentsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3902
|
+
return (0, import_smithy_client.take)(output, {
|
|
3903
|
+
NextToken: import_smithy_client.expectString,
|
|
3904
|
+
S3AccessPointAttachments: /* @__PURE__ */ __name((_) => de_S3AccessPointAttachments(_, context), "S3AccessPointAttachments")
|
|
3905
|
+
});
|
|
3906
|
+
}, "de_DescribeS3AccessPointAttachmentsResponse");
|
|
3646
3907
|
var de_DescribeSnapshotsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3647
3908
|
return (0, import_smithy_client.take)(output, {
|
|
3648
3909
|
NextToken: import_smithy_client.expectString,
|
|
@@ -3752,6 +4013,23 @@ var de_RestoreVolumeFromSnapshotResponse = /* @__PURE__ */ __name((output, conte
|
|
|
3752
4013
|
VolumeId: import_smithy_client.expectString
|
|
3753
4014
|
});
|
|
3754
4015
|
}, "de_RestoreVolumeFromSnapshotResponse");
|
|
4016
|
+
var de_S3AccessPointAttachment = /* @__PURE__ */ __name((output, context) => {
|
|
4017
|
+
return (0, import_smithy_client.take)(output, {
|
|
4018
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
4019
|
+
Lifecycle: import_smithy_client.expectString,
|
|
4020
|
+
LifecycleTransitionReason: import_smithy_client._json,
|
|
4021
|
+
Name: import_smithy_client.expectString,
|
|
4022
|
+
OpenZFSConfiguration: import_smithy_client._json,
|
|
4023
|
+
S3AccessPoint: import_smithy_client._json,
|
|
4024
|
+
Type: import_smithy_client.expectString
|
|
4025
|
+
});
|
|
4026
|
+
}, "de_S3AccessPointAttachment");
|
|
4027
|
+
var de_S3AccessPointAttachments = /* @__PURE__ */ __name((output, context) => {
|
|
4028
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
4029
|
+
return de_S3AccessPointAttachment(entry, context);
|
|
4030
|
+
});
|
|
4031
|
+
return retVal;
|
|
4032
|
+
}, "de_S3AccessPointAttachments");
|
|
3755
4033
|
var de_Snapshot = /* @__PURE__ */ __name((output, context) => {
|
|
3756
4034
|
return (0, import_smithy_client.take)(output, {
|
|
3757
4035
|
AdministrativeActions: /* @__PURE__ */ __name((_) => de_AdministrativeActions(_, context), "AdministrativeActions"),
|
|
@@ -3915,6 +4193,67 @@ var CancelDataRepositoryTaskCommand = class extends import_smithy_client.Command
|
|
|
3915
4193
|
|
|
3916
4194
|
|
|
3917
4195
|
|
|
4196
|
+
|
|
4197
|
+
// src/models/models_1.ts
|
|
4198
|
+
var CreateFileSystemResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4199
|
+
...obj,
|
|
4200
|
+
...obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }
|
|
4201
|
+
}), "CreateFileSystemResponseFilterSensitiveLog");
|
|
4202
|
+
var CreateSnapshotResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4203
|
+
...obj
|
|
4204
|
+
}), "CreateSnapshotResponseFilterSensitiveLog");
|
|
4205
|
+
var CreateVolumeFromBackupResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4206
|
+
...obj
|
|
4207
|
+
}), "CreateVolumeFromBackupResponseFilterSensitiveLog");
|
|
4208
|
+
var CreateVolumeResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4209
|
+
...obj
|
|
4210
|
+
}), "CreateVolumeResponseFilterSensitiveLog");
|
|
4211
|
+
var ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4212
|
+
...obj,
|
|
4213
|
+
...obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }
|
|
4214
|
+
}), "ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog");
|
|
4215
|
+
var StartMisconfiguredStateRecoveryResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4216
|
+
...obj,
|
|
4217
|
+
...obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }
|
|
4218
|
+
}), "StartMisconfiguredStateRecoveryResponseFilterSensitiveLog");
|
|
4219
|
+
var UpdateFileSystemResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4220
|
+
...obj,
|
|
4221
|
+
...obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }
|
|
4222
|
+
}), "UpdateFileSystemResponseFilterSensitiveLog");
|
|
4223
|
+
var UpdateSnapshotResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4224
|
+
...obj
|
|
4225
|
+
}), "UpdateSnapshotResponseFilterSensitiveLog");
|
|
4226
|
+
var UpdateVolumeResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4227
|
+
...obj
|
|
4228
|
+
}), "UpdateVolumeResponseFilterSensitiveLog");
|
|
4229
|
+
var DescribeFileSystemsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4230
|
+
...obj,
|
|
4231
|
+
...obj.FileSystems && { FileSystems: obj.FileSystems.map((item) => FileSystemFilterSensitiveLog(item)) }
|
|
4232
|
+
}), "DescribeFileSystemsResponseFilterSensitiveLog");
|
|
4233
|
+
var DescribeSnapshotsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4234
|
+
...obj
|
|
4235
|
+
}), "DescribeSnapshotsResponseFilterSensitiveLog");
|
|
4236
|
+
var DescribeVolumesResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4237
|
+
...obj
|
|
4238
|
+
}), "DescribeVolumesResponseFilterSensitiveLog");
|
|
4239
|
+
var BackupFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4240
|
+
...obj,
|
|
4241
|
+
...obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }
|
|
4242
|
+
}), "BackupFilterSensitiveLog");
|
|
4243
|
+
var CopyBackupResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4244
|
+
...obj,
|
|
4245
|
+
...obj.Backup && { Backup: BackupFilterSensitiveLog(obj.Backup) }
|
|
4246
|
+
}), "CopyBackupResponseFilterSensitiveLog");
|
|
4247
|
+
var CreateBackupResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4248
|
+
...obj,
|
|
4249
|
+
...obj.Backup && { Backup: BackupFilterSensitiveLog(obj.Backup) }
|
|
4250
|
+
}), "CreateBackupResponseFilterSensitiveLog");
|
|
4251
|
+
var DescribeBackupsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4252
|
+
...obj,
|
|
4253
|
+
...obj.Backups && { Backups: obj.Backups.map((item) => BackupFilterSensitiveLog(item)) }
|
|
4254
|
+
}), "DescribeBackupsResponseFilterSensitiveLog");
|
|
4255
|
+
|
|
4256
|
+
// src/commands/CopyBackupCommand.ts
|
|
3918
4257
|
var CopyBackupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3919
4258
|
return [
|
|
3920
4259
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -3941,6 +4280,21 @@ var CopySnapshotAndUpdateVolumeCommand = class extends import_smithy_client.Comm
|
|
|
3941
4280
|
}
|
|
3942
4281
|
};
|
|
3943
4282
|
|
|
4283
|
+
// src/commands/CreateAndAttachS3AccessPointCommand.ts
|
|
4284
|
+
|
|
4285
|
+
|
|
4286
|
+
|
|
4287
|
+
var CreateAndAttachS3AccessPointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4288
|
+
return [
|
|
4289
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4290
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4291
|
+
];
|
|
4292
|
+
}).s("AWSSimbaAPIService_v20180301", "CreateAndAttachS3AccessPoint", {}).n("FSxClient", "CreateAndAttachS3AccessPointCommand").f(void 0, void 0).ser(se_CreateAndAttachS3AccessPointCommand).de(de_CreateAndAttachS3AccessPointCommand).build() {
|
|
4293
|
+
static {
|
|
4294
|
+
__name(this, "CreateAndAttachS3AccessPointCommand");
|
|
4295
|
+
}
|
|
4296
|
+
};
|
|
4297
|
+
|
|
3944
4298
|
// src/commands/CreateBackupCommand.ts
|
|
3945
4299
|
|
|
3946
4300
|
|
|
@@ -4286,6 +4640,21 @@ var DescribeFileSystemsCommand = class extends import_smithy_client.Command.clas
|
|
|
4286
4640
|
}
|
|
4287
4641
|
};
|
|
4288
4642
|
|
|
4643
|
+
// src/commands/DescribeS3AccessPointAttachmentsCommand.ts
|
|
4644
|
+
|
|
4645
|
+
|
|
4646
|
+
|
|
4647
|
+
var DescribeS3AccessPointAttachmentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4648
|
+
return [
|
|
4649
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4650
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4651
|
+
];
|
|
4652
|
+
}).s("AWSSimbaAPIService_v20180301", "DescribeS3AccessPointAttachments", {}).n("FSxClient", "DescribeS3AccessPointAttachmentsCommand").f(void 0, void 0).ser(se_DescribeS3AccessPointAttachmentsCommand).de(de_DescribeS3AccessPointAttachmentsCommand).build() {
|
|
4653
|
+
static {
|
|
4654
|
+
__name(this, "DescribeS3AccessPointAttachmentsCommand");
|
|
4655
|
+
}
|
|
4656
|
+
};
|
|
4657
|
+
|
|
4289
4658
|
// src/commands/DescribeSharedVpcConfigurationCommand.ts
|
|
4290
4659
|
|
|
4291
4660
|
|
|
@@ -4346,6 +4715,21 @@ var DescribeVolumesCommand = class extends import_smithy_client.Command.classBui
|
|
|
4346
4715
|
}
|
|
4347
4716
|
};
|
|
4348
4717
|
|
|
4718
|
+
// src/commands/DetachAndDeleteS3AccessPointCommand.ts
|
|
4719
|
+
|
|
4720
|
+
|
|
4721
|
+
|
|
4722
|
+
var DetachAndDeleteS3AccessPointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4723
|
+
return [
|
|
4724
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4725
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4726
|
+
];
|
|
4727
|
+
}).s("AWSSimbaAPIService_v20180301", "DetachAndDeleteS3AccessPoint", {}).n("FSxClient", "DetachAndDeleteS3AccessPointCommand").f(void 0, void 0).ser(se_DetachAndDeleteS3AccessPointCommand).de(de_DetachAndDeleteS3AccessPointCommand).build() {
|
|
4728
|
+
static {
|
|
4729
|
+
__name(this, "DetachAndDeleteS3AccessPointCommand");
|
|
4730
|
+
}
|
|
4731
|
+
};
|
|
4732
|
+
|
|
4349
4733
|
// src/commands/DisassociateFileSystemAliasesCommand.ts
|
|
4350
4734
|
|
|
4351
4735
|
|
|
@@ -4562,6 +4946,7 @@ var commands = {
|
|
|
4562
4946
|
CancelDataRepositoryTaskCommand,
|
|
4563
4947
|
CopyBackupCommand,
|
|
4564
4948
|
CopySnapshotAndUpdateVolumeCommand,
|
|
4949
|
+
CreateAndAttachS3AccessPointCommand,
|
|
4565
4950
|
CreateBackupCommand,
|
|
4566
4951
|
CreateDataRepositoryAssociationCommand,
|
|
4567
4952
|
CreateDataRepositoryTaskCommand,
|
|
@@ -4585,10 +4970,12 @@ var commands = {
|
|
|
4585
4970
|
DescribeFileCachesCommand,
|
|
4586
4971
|
DescribeFileSystemAliasesCommand,
|
|
4587
4972
|
DescribeFileSystemsCommand,
|
|
4973
|
+
DescribeS3AccessPointAttachmentsCommand,
|
|
4588
4974
|
DescribeSharedVpcConfigurationCommand,
|
|
4589
4975
|
DescribeSnapshotsCommand,
|
|
4590
4976
|
DescribeStorageVirtualMachinesCommand,
|
|
4591
4977
|
DescribeVolumesCommand,
|
|
4978
|
+
DetachAndDeleteS3AccessPointCommand,
|
|
4592
4979
|
DisassociateFileSystemAliasesCommand,
|
|
4593
4980
|
ListTagsForResourceCommand,
|
|
4594
4981
|
ReleaseFileSystemNfsV3LocksCommand,
|
|
@@ -4635,6 +5022,10 @@ var paginateDescribeFileSystemAliases = (0, import_core.createPaginator)(FSxClie
|
|
|
4635
5022
|
|
|
4636
5023
|
var paginateDescribeFileSystems = (0, import_core.createPaginator)(FSxClient, DescribeFileSystemsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4637
5024
|
|
|
5025
|
+
// src/pagination/DescribeS3AccessPointAttachmentsPaginator.ts
|
|
5026
|
+
|
|
5027
|
+
var paginateDescribeS3AccessPointAttachments = (0, import_core.createPaginator)(FSxClient, DescribeS3AccessPointAttachmentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5028
|
+
|
|
4638
5029
|
// src/pagination/DescribeSnapshotsPaginator.ts
|
|
4639
5030
|
|
|
4640
5031
|
var paginateDescribeSnapshots = (0, import_core.createPaginator)(FSxClient, DescribeSnapshotsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -4662,6 +5053,7 @@ var paginateListTagsForResource = (0, import_core.createPaginator)(FSxClient, Li
|
|
|
4662
5053
|
CancelDataRepositoryTaskCommand,
|
|
4663
5054
|
CopyBackupCommand,
|
|
4664
5055
|
CopySnapshotAndUpdateVolumeCommand,
|
|
5056
|
+
CreateAndAttachS3AccessPointCommand,
|
|
4665
5057
|
CreateBackupCommand,
|
|
4666
5058
|
CreateDataRepositoryAssociationCommand,
|
|
4667
5059
|
CreateDataRepositoryTaskCommand,
|
|
@@ -4685,10 +5077,12 @@ var paginateListTagsForResource = (0, import_core.createPaginator)(FSxClient, Li
|
|
|
4685
5077
|
DescribeFileCachesCommand,
|
|
4686
5078
|
DescribeFileSystemAliasesCommand,
|
|
4687
5079
|
DescribeFileSystemsCommand,
|
|
5080
|
+
DescribeS3AccessPointAttachmentsCommand,
|
|
4688
5081
|
DescribeSharedVpcConfigurationCommand,
|
|
4689
5082
|
DescribeSnapshotsCommand,
|
|
4690
5083
|
DescribeStorageVirtualMachinesCommand,
|
|
4691
5084
|
DescribeVolumesCommand,
|
|
5085
|
+
DetachAndDeleteS3AccessPointCommand,
|
|
4692
5086
|
DisassociateFileSystemAliasesCommand,
|
|
4693
5087
|
ListTagsForResourceCommand,
|
|
4694
5088
|
ReleaseFileSystemNfsV3LocksCommand,
|
|
@@ -4709,10 +5103,12 @@ var paginateListTagsForResource = (0, import_core.createPaginator)(FSxClient, Li
|
|
|
4709
5103
|
paginateDescribeFileCaches,
|
|
4710
5104
|
paginateDescribeFileSystemAliases,
|
|
4711
5105
|
paginateDescribeFileSystems,
|
|
5106
|
+
paginateDescribeS3AccessPointAttachments,
|
|
4712
5107
|
paginateDescribeSnapshots,
|
|
4713
5108
|
paginateDescribeStorageVirtualMachines,
|
|
4714
5109
|
paginateDescribeVolumes,
|
|
4715
5110
|
paginateListTagsForResource,
|
|
5111
|
+
AccessPointAlreadyOwnedByYou,
|
|
4716
5112
|
ActiveDirectoryErrorType,
|
|
4717
5113
|
ActiveDirectoryError,
|
|
4718
5114
|
AdministrativeActionType,
|
|
@@ -4772,8 +5168,14 @@ var paginateListTagsForResource = (0, import_core.createPaginator)(FSxClient, Li
|
|
|
4772
5168
|
ServiceLimitExceeded,
|
|
4773
5169
|
SourceBackupUnavailable,
|
|
4774
5170
|
UpdateOpenZFSVolumeOption,
|
|
4775
|
-
|
|
5171
|
+
OpenZFSFileSystemUserType,
|
|
5172
|
+
S3AccessPointAttachmentType,
|
|
5173
|
+
S3AccessPointAttachmentLifecycle,
|
|
5174
|
+
InvalidAccessPoint,
|
|
5175
|
+
InvalidRequest,
|
|
5176
|
+
TooManyAccessPoints,
|
|
4776
5177
|
VolumeNotFound,
|
|
5178
|
+
BackupInProgress,
|
|
4777
5179
|
NfsVersion,
|
|
4778
5180
|
Unit,
|
|
4779
5181
|
ReportFormat,
|
|
@@ -4805,6 +5207,8 @@ var paginateListTagsForResource = (0, import_core.createPaginator)(FSxClient, Li
|
|
|
4805
5207
|
FilterName,
|
|
4806
5208
|
InvalidDataRepositoryType,
|
|
4807
5209
|
DataRepositoryTaskFilterName,
|
|
5210
|
+
S3AccessPointAttachmentsFilterName,
|
|
5211
|
+
S3AccessPointAttachmentNotFound,
|
|
4808
5212
|
SnapshotFilterName,
|
|
4809
5213
|
StorageVirtualMachineFilterName,
|
|
4810
5214
|
VolumeFilterName,
|