aws-sdk-fsx 1.114.0 → 1.115.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fsx/client.rb +254 -10
- data/lib/aws-sdk-fsx/client_api.rb +183 -0
- data/lib/aws-sdk-fsx/errors.rb +100 -0
- data/lib/aws-sdk-fsx/types.rb +503 -1
- data/lib/aws-sdk-fsx.rb +1 -1
- data/sig/client.rbs +60 -0
- data/sig/errors.rbs +19 -0
- data/sig/types.rbs +129 -0
- metadata +1 -1
@@ -15,6 +15,8 @@ module Aws::FSx
|
|
15
15
|
include Seahorse::Model
|
16
16
|
|
17
17
|
AWSAccountId = Shapes::StringShape.new(name: 'AWSAccountId')
|
18
|
+
AccessPointAlreadyOwnedByYou = Shapes::StructureShape.new(name: 'AccessPointAlreadyOwnedByYou')
|
19
|
+
AccessPointPolicy = Shapes::StringShape.new(name: 'AccessPointPolicy')
|
18
20
|
ActiveDirectoryBackupAttributes = Shapes::StructureShape.new(name: 'ActiveDirectoryBackupAttributes')
|
19
21
|
ActiveDirectoryError = Shapes::StructureShape.new(name: 'ActiveDirectoryError')
|
20
22
|
ActiveDirectoryErrorType = Shapes::StringShape.new(name: 'ActiveDirectoryErrorType')
|
@@ -68,6 +70,10 @@ module Aws::FSx
|
|
68
70
|
CopySnapshotAndUpdateVolumeResponse = Shapes::StructureShape.new(name: 'CopySnapshotAndUpdateVolumeResponse')
|
69
71
|
CopyTagsToDataRepositoryAssociations = Shapes::BooleanShape.new(name: 'CopyTagsToDataRepositoryAssociations')
|
70
72
|
CreateAggregateConfiguration = Shapes::StructureShape.new(name: 'CreateAggregateConfiguration')
|
73
|
+
CreateAndAttachS3AccessPointOpenZFSConfiguration = Shapes::StructureShape.new(name: 'CreateAndAttachS3AccessPointOpenZFSConfiguration')
|
74
|
+
CreateAndAttachS3AccessPointRequest = Shapes::StructureShape.new(name: 'CreateAndAttachS3AccessPointRequest')
|
75
|
+
CreateAndAttachS3AccessPointResponse = Shapes::StructureShape.new(name: 'CreateAndAttachS3AccessPointResponse')
|
76
|
+
CreateAndAttachS3AccessPointS3Configuration = Shapes::StructureShape.new(name: 'CreateAndAttachS3AccessPointS3Configuration')
|
71
77
|
CreateBackupRequest = Shapes::StructureShape.new(name: 'CreateBackupRequest')
|
72
78
|
CreateBackupResponse = Shapes::StructureShape.new(name: 'CreateBackupResponse')
|
73
79
|
CreateDataRepositoryAssociationRequest = Shapes::StructureShape.new(name: 'CreateDataRepositoryAssociationRequest')
|
@@ -168,6 +174,8 @@ module Aws::FSx
|
|
168
174
|
DescribeFileSystemAliasesResponse = Shapes::StructureShape.new(name: 'DescribeFileSystemAliasesResponse')
|
169
175
|
DescribeFileSystemsRequest = Shapes::StructureShape.new(name: 'DescribeFileSystemsRequest')
|
170
176
|
DescribeFileSystemsResponse = Shapes::StructureShape.new(name: 'DescribeFileSystemsResponse')
|
177
|
+
DescribeS3AccessPointAttachmentsRequest = Shapes::StructureShape.new(name: 'DescribeS3AccessPointAttachmentsRequest')
|
178
|
+
DescribeS3AccessPointAttachmentsResponse = Shapes::StructureShape.new(name: 'DescribeS3AccessPointAttachmentsResponse')
|
171
179
|
DescribeSharedVpcConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeSharedVpcConfigurationRequest')
|
172
180
|
DescribeSharedVpcConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeSharedVpcConfigurationResponse')
|
173
181
|
DescribeSnapshotsRequest = Shapes::StructureShape.new(name: 'DescribeSnapshotsRequest')
|
@@ -176,6 +184,8 @@ module Aws::FSx
|
|
176
184
|
DescribeStorageVirtualMachinesResponse = Shapes::StructureShape.new(name: 'DescribeStorageVirtualMachinesResponse')
|
177
185
|
DescribeVolumesRequest = Shapes::StructureShape.new(name: 'DescribeVolumesRequest')
|
178
186
|
DescribeVolumesResponse = Shapes::StructureShape.new(name: 'DescribeVolumesResponse')
|
187
|
+
DetachAndDeleteS3AccessPointRequest = Shapes::StructureShape.new(name: 'DetachAndDeleteS3AccessPointRequest')
|
188
|
+
DetachAndDeleteS3AccessPointResponse = Shapes::StructureShape.new(name: 'DetachAndDeleteS3AccessPointResponse')
|
179
189
|
DirectoryId = Shapes::StringShape.new(name: 'DirectoryId')
|
180
190
|
DirectoryPassword = Shapes::StringShape.new(name: 'DirectoryPassword')
|
181
191
|
DirectoryUserName = Shapes::StringShape.new(name: 'DirectoryUserName')
|
@@ -187,6 +197,7 @@ module Aws::FSx
|
|
187
197
|
DriveCacheType = Shapes::StringShape.new(name: 'DriveCacheType')
|
188
198
|
DurationSinceLastAccess = Shapes::StructureShape.new(name: 'DurationSinceLastAccess')
|
189
199
|
EndTime = Shapes::TimestampShape.new(name: 'EndTime')
|
200
|
+
ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
|
190
201
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
191
202
|
EventType = Shapes::StringShape.new(name: 'EventType')
|
192
203
|
EventTypes = Shapes::ListShape.new(name: 'EventTypes')
|
@@ -210,6 +221,7 @@ module Aws::FSx
|
|
210
221
|
FileSystemEndpoint = Shapes::StructureShape.new(name: 'FileSystemEndpoint')
|
211
222
|
FileSystemEndpoints = Shapes::StructureShape.new(name: 'FileSystemEndpoints')
|
212
223
|
FileSystemFailureDetails = Shapes::StructureShape.new(name: 'FileSystemFailureDetails')
|
224
|
+
FileSystemGID = Shapes::IntegerShape.new(name: 'FileSystemGID')
|
213
225
|
FileSystemId = Shapes::StringShape.new(name: 'FileSystemId')
|
214
226
|
FileSystemIds = Shapes::ListShape.new(name: 'FileSystemIds')
|
215
227
|
FileSystemLifecycle = Shapes::StringShape.new(name: 'FileSystemLifecycle')
|
@@ -217,8 +229,10 @@ module Aws::FSx
|
|
217
229
|
FileSystemMaintenanceOperation = Shapes::StringShape.new(name: 'FileSystemMaintenanceOperation')
|
218
230
|
FileSystemMaintenanceOperations = Shapes::ListShape.new(name: 'FileSystemMaintenanceOperations')
|
219
231
|
FileSystemNotFound = Shapes::StructureShape.new(name: 'FileSystemNotFound')
|
232
|
+
FileSystemSecondaryGIDs = Shapes::ListShape.new(name: 'FileSystemSecondaryGIDs')
|
220
233
|
FileSystemType = Shapes::StringShape.new(name: 'FileSystemType')
|
221
234
|
FileSystemTypeVersion = Shapes::StringShape.new(name: 'FileSystemTypeVersion')
|
235
|
+
FileSystemUID = Shapes::IntegerShape.new(name: 'FileSystemUID')
|
222
236
|
FileSystems = Shapes::ListShape.new(name: 'FileSystems')
|
223
237
|
Filter = Shapes::StructureShape.new(name: 'Filter')
|
224
238
|
FilterName = Shapes::StringShape.new(name: 'FilterName')
|
@@ -237,6 +251,7 @@ module Aws::FSx
|
|
237
251
|
IntegerNoMaxFromNegativeOne = Shapes::IntegerShape.new(name: 'IntegerNoMaxFromNegativeOne')
|
238
252
|
IntegerRecordSizeKiB = Shapes::IntegerShape.new(name: 'IntegerRecordSizeKiB')
|
239
253
|
InternalServerError = Shapes::StructureShape.new(name: 'InternalServerError')
|
254
|
+
InvalidAccessPoint = Shapes::StructureShape.new(name: 'InvalidAccessPoint')
|
240
255
|
InvalidDataRepositoryType = Shapes::StructureShape.new(name: 'InvalidDataRepositoryType')
|
241
256
|
InvalidDestinationKmsKey = Shapes::StructureShape.new(name: 'InvalidDestinationKmsKey')
|
242
257
|
InvalidExportPath = Shapes::StructureShape.new(name: 'InvalidExportPath')
|
@@ -244,6 +259,7 @@ module Aws::FSx
|
|
244
259
|
InvalidNetworkSettings = Shapes::StructureShape.new(name: 'InvalidNetworkSettings')
|
245
260
|
InvalidPerUnitStorageThroughput = Shapes::StructureShape.new(name: 'InvalidPerUnitStorageThroughput')
|
246
261
|
InvalidRegion = Shapes::StructureShape.new(name: 'InvalidRegion')
|
262
|
+
InvalidRequest = Shapes::StructureShape.new(name: 'InvalidRequest')
|
247
263
|
InvalidSourceKmsKey = Shapes::StructureShape.new(name: 'InvalidSourceKmsKey')
|
248
264
|
Iops = Shapes::IntegerShape.new(name: 'Iops')
|
249
265
|
IpAddress = Shapes::StringShape.new(name: 'IpAddress')
|
@@ -297,11 +313,14 @@ module Aws::FSx
|
|
297
313
|
OpenZFSDataCompressionType = Shapes::StringShape.new(name: 'OpenZFSDataCompressionType')
|
298
314
|
OpenZFSDeploymentType = Shapes::StringShape.new(name: 'OpenZFSDeploymentType')
|
299
315
|
OpenZFSFileSystemConfiguration = Shapes::StructureShape.new(name: 'OpenZFSFileSystemConfiguration')
|
316
|
+
OpenZFSFileSystemIdentity = Shapes::StructureShape.new(name: 'OpenZFSFileSystemIdentity')
|
317
|
+
OpenZFSFileSystemUserType = Shapes::StringShape.new(name: 'OpenZFSFileSystemUserType')
|
300
318
|
OpenZFSNfsExport = Shapes::StructureShape.new(name: 'OpenZFSNfsExport')
|
301
319
|
OpenZFSNfsExportOption = Shapes::StringShape.new(name: 'OpenZFSNfsExportOption')
|
302
320
|
OpenZFSNfsExportOptions = Shapes::ListShape.new(name: 'OpenZFSNfsExportOptions')
|
303
321
|
OpenZFSNfsExports = Shapes::ListShape.new(name: 'OpenZFSNfsExports')
|
304
322
|
OpenZFSOriginSnapshotConfiguration = Shapes::StructureShape.new(name: 'OpenZFSOriginSnapshotConfiguration')
|
323
|
+
OpenZFSPosixFileSystemUser = Shapes::StructureShape.new(name: 'OpenZFSPosixFileSystemUser')
|
305
324
|
OpenZFSQuotaType = Shapes::StringShape.new(name: 'OpenZFSQuotaType')
|
306
325
|
OpenZFSReadCacheConfiguration = Shapes::StructureShape.new(name: 'OpenZFSReadCacheConfiguration')
|
307
326
|
OpenZFSReadCacheSizingMode = Shapes::StringShape.new(name: 'OpenZFSReadCacheSizingMode')
|
@@ -337,6 +356,22 @@ module Aws::FSx
|
|
337
356
|
RetentionPeriodValue = Shapes::IntegerShape.new(name: 'RetentionPeriodValue')
|
338
357
|
RouteTableId = Shapes::StringShape.new(name: 'RouteTableId')
|
339
358
|
RouteTableIds = Shapes::ListShape.new(name: 'RouteTableIds')
|
359
|
+
S3AccessPoint = Shapes::StructureShape.new(name: 'S3AccessPoint')
|
360
|
+
S3AccessPointAlias = Shapes::StringShape.new(name: 'S3AccessPointAlias')
|
361
|
+
S3AccessPointAttachment = Shapes::StructureShape.new(name: 'S3AccessPointAttachment')
|
362
|
+
S3AccessPointAttachmentLifecycle = Shapes::StringShape.new(name: 'S3AccessPointAttachmentLifecycle')
|
363
|
+
S3AccessPointAttachmentName = Shapes::StringShape.new(name: 'S3AccessPointAttachmentName')
|
364
|
+
S3AccessPointAttachmentNames = Shapes::ListShape.new(name: 'S3AccessPointAttachmentNames')
|
365
|
+
S3AccessPointAttachmentNotFound = Shapes::StructureShape.new(name: 'S3AccessPointAttachmentNotFound')
|
366
|
+
S3AccessPointAttachmentType = Shapes::StringShape.new(name: 'S3AccessPointAttachmentType')
|
367
|
+
S3AccessPointAttachments = Shapes::ListShape.new(name: 'S3AccessPointAttachments')
|
368
|
+
S3AccessPointAttachmentsFilter = Shapes::StructureShape.new(name: 'S3AccessPointAttachmentsFilter')
|
369
|
+
S3AccessPointAttachmentsFilterName = Shapes::StringShape.new(name: 'S3AccessPointAttachmentsFilterName')
|
370
|
+
S3AccessPointAttachmentsFilterValue = Shapes::StringShape.new(name: 'S3AccessPointAttachmentsFilterValue')
|
371
|
+
S3AccessPointAttachmentsFilterValues = Shapes::ListShape.new(name: 'S3AccessPointAttachmentsFilterValues')
|
372
|
+
S3AccessPointAttachmentsFilters = Shapes::ListShape.new(name: 'S3AccessPointAttachmentsFilters')
|
373
|
+
S3AccessPointOpenZFSConfiguration = Shapes::StructureShape.new(name: 'S3AccessPointOpenZFSConfiguration')
|
374
|
+
S3AccessPointVpcConfiguration = Shapes::StructureShape.new(name: 'S3AccessPointVpcConfiguration')
|
340
375
|
S3DataRepositoryConfiguration = Shapes::StructureShape.new(name: 'S3DataRepositoryConfiguration')
|
341
376
|
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
342
377
|
SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
|
@@ -405,6 +440,7 @@ module Aws::FSx
|
|
405
440
|
ThroughputCapacityPerHAPair = Shapes::IntegerShape.new(name: 'ThroughputCapacityPerHAPair')
|
406
441
|
TieringPolicy = Shapes::StructureShape.new(name: 'TieringPolicy')
|
407
442
|
TieringPolicyName = Shapes::StringShape.new(name: 'TieringPolicyName')
|
443
|
+
TooManyAccessPoints = Shapes::StructureShape.new(name: 'TooManyAccessPoints')
|
408
444
|
TotalConstituents = Shapes::IntegerShape.new(name: 'TotalConstituents')
|
409
445
|
TotalCount = Shapes::IntegerShape.new(name: 'TotalCount')
|
410
446
|
TotalTransferBytes = Shapes::IntegerShape.new(name: 'TotalTransferBytes')
|
@@ -466,6 +502,10 @@ module Aws::FSx
|
|
466
502
|
WindowsDeploymentType = Shapes::StringShape.new(name: 'WindowsDeploymentType')
|
467
503
|
WindowsFileSystemConfiguration = Shapes::StructureShape.new(name: 'WindowsFileSystemConfiguration')
|
468
504
|
|
505
|
+
AccessPointAlreadyOwnedByYou.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
|
506
|
+
AccessPointAlreadyOwnedByYou.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
507
|
+
AccessPointAlreadyOwnedByYou.struct_class = Types::AccessPointAlreadyOwnedByYou
|
508
|
+
|
469
509
|
ActiveDirectoryBackupAttributes.add_member(:domain_name, Shapes::ShapeRef.new(shape: ActiveDirectoryFullyQualifiedName, location_name: "DomainName"))
|
470
510
|
ActiveDirectoryBackupAttributes.add_member(:active_directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "ActiveDirectoryId"))
|
471
511
|
ActiveDirectoryBackupAttributes.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN"))
|
@@ -608,6 +648,24 @@ module Aws::FSx
|
|
608
648
|
CreateAggregateConfiguration.add_member(:constituents_per_aggregate, Shapes::ShapeRef.new(shape: AggregateListMultiplier, location_name: "ConstituentsPerAggregate"))
|
609
649
|
CreateAggregateConfiguration.struct_class = Types::CreateAggregateConfiguration
|
610
650
|
|
651
|
+
CreateAndAttachS3AccessPointOpenZFSConfiguration.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, required: true, location_name: "VolumeId"))
|
652
|
+
CreateAndAttachS3AccessPointOpenZFSConfiguration.add_member(:file_system_identity, Shapes::ShapeRef.new(shape: OpenZFSFileSystemIdentity, required: true, location_name: "FileSystemIdentity"))
|
653
|
+
CreateAndAttachS3AccessPointOpenZFSConfiguration.struct_class = Types::CreateAndAttachS3AccessPointOpenZFSConfiguration
|
654
|
+
|
655
|
+
CreateAndAttachS3AccessPointRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
656
|
+
CreateAndAttachS3AccessPointRequest.add_member(:name, Shapes::ShapeRef.new(shape: S3AccessPointAttachmentName, required: true, location_name: "Name"))
|
657
|
+
CreateAndAttachS3AccessPointRequest.add_member(:type, Shapes::ShapeRef.new(shape: S3AccessPointAttachmentType, required: true, location_name: "Type"))
|
658
|
+
CreateAndAttachS3AccessPointRequest.add_member(:open_zfs_configuration, Shapes::ShapeRef.new(shape: CreateAndAttachS3AccessPointOpenZFSConfiguration, location_name: "OpenZFSConfiguration"))
|
659
|
+
CreateAndAttachS3AccessPointRequest.add_member(:s3_access_point, Shapes::ShapeRef.new(shape: CreateAndAttachS3AccessPointS3Configuration, location_name: "S3AccessPoint"))
|
660
|
+
CreateAndAttachS3AccessPointRequest.struct_class = Types::CreateAndAttachS3AccessPointRequest
|
661
|
+
|
662
|
+
CreateAndAttachS3AccessPointResponse.add_member(:s3_access_point_attachment, Shapes::ShapeRef.new(shape: S3AccessPointAttachment, location_name: "S3AccessPointAttachment"))
|
663
|
+
CreateAndAttachS3AccessPointResponse.struct_class = Types::CreateAndAttachS3AccessPointResponse
|
664
|
+
|
665
|
+
CreateAndAttachS3AccessPointS3Configuration.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: S3AccessPointVpcConfiguration, location_name: "VpcConfiguration"))
|
666
|
+
CreateAndAttachS3AccessPointS3Configuration.add_member(:policy, Shapes::ShapeRef.new(shape: AccessPointPolicy, location_name: "Policy"))
|
667
|
+
CreateAndAttachS3AccessPointS3Configuration.struct_class = Types::CreateAndAttachS3AccessPointS3Configuration
|
668
|
+
|
611
669
|
CreateBackupRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, location_name: "FileSystemId"))
|
612
670
|
CreateBackupRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
613
671
|
CreateBackupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
@@ -1105,6 +1163,16 @@ module Aws::FSx
|
|
1105
1163
|
DescribeFileSystemsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1106
1164
|
DescribeFileSystemsResponse.struct_class = Types::DescribeFileSystemsResponse
|
1107
1165
|
|
1166
|
+
DescribeS3AccessPointAttachmentsRequest.add_member(:names, Shapes::ShapeRef.new(shape: S3AccessPointAttachmentNames, location_name: "Names"))
|
1167
|
+
DescribeS3AccessPointAttachmentsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: S3AccessPointAttachmentsFilters, location_name: "Filters"))
|
1168
|
+
DescribeS3AccessPointAttachmentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
1169
|
+
DescribeS3AccessPointAttachmentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1170
|
+
DescribeS3AccessPointAttachmentsRequest.struct_class = Types::DescribeS3AccessPointAttachmentsRequest
|
1171
|
+
|
1172
|
+
DescribeS3AccessPointAttachmentsResponse.add_member(:s3_access_point_attachments, Shapes::ShapeRef.new(shape: S3AccessPointAttachments, location_name: "S3AccessPointAttachments"))
|
1173
|
+
DescribeS3AccessPointAttachmentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1174
|
+
DescribeS3AccessPointAttachmentsResponse.struct_class = Types::DescribeS3AccessPointAttachmentsResponse
|
1175
|
+
|
1108
1176
|
DescribeSharedVpcConfigurationRequest.struct_class = Types::DescribeSharedVpcConfigurationRequest
|
1109
1177
|
|
1110
1178
|
DescribeSharedVpcConfigurationResponse.add_member(:enable_fsx_route_table_updates_from_participant_accounts, Shapes::ShapeRef.new(shape: VerboseFlag, location_name: "EnableFsxRouteTableUpdatesFromParticipantAccounts"))
|
@@ -1141,6 +1209,14 @@ module Aws::FSx
|
|
1141
1209
|
DescribeVolumesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1142
1210
|
DescribeVolumesResponse.struct_class = Types::DescribeVolumesResponse
|
1143
1211
|
|
1212
|
+
DetachAndDeleteS3AccessPointRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
1213
|
+
DetachAndDeleteS3AccessPointRequest.add_member(:name, Shapes::ShapeRef.new(shape: S3AccessPointAttachmentName, required: true, location_name: "Name"))
|
1214
|
+
DetachAndDeleteS3AccessPointRequest.struct_class = Types::DetachAndDeleteS3AccessPointRequest
|
1215
|
+
|
1216
|
+
DetachAndDeleteS3AccessPointResponse.add_member(:lifecycle, Shapes::ShapeRef.new(shape: S3AccessPointAttachmentLifecycle, location_name: "Lifecycle"))
|
1217
|
+
DetachAndDeleteS3AccessPointResponse.add_member(:name, Shapes::ShapeRef.new(shape: S3AccessPointAttachmentName, location_name: "Name"))
|
1218
|
+
DetachAndDeleteS3AccessPointResponse.struct_class = Types::DetachAndDeleteS3AccessPointResponse
|
1219
|
+
|
1144
1220
|
DisassociateFileSystemAliasesRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
1145
1221
|
DisassociateFileSystemAliasesRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
|
1146
1222
|
DisassociateFileSystemAliasesRequest.add_member(:aliases, Shapes::ShapeRef.new(shape: AlternateDNSNames, required: true, location_name: "Aliases"))
|
@@ -1275,6 +1351,8 @@ module Aws::FSx
|
|
1275
1351
|
FileSystemNotFound.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1276
1352
|
FileSystemNotFound.struct_class = Types::FileSystemNotFound
|
1277
1353
|
|
1354
|
+
FileSystemSecondaryGIDs.member = Shapes::ShapeRef.new(shape: FileSystemGID)
|
1355
|
+
|
1278
1356
|
FileSystems.member = Shapes::ShapeRef.new(shape: FileSystem)
|
1279
1357
|
|
1280
1358
|
Filter.add_member(:name, Shapes::ShapeRef.new(shape: FilterName, location_name: "Name"))
|
@@ -1295,6 +1373,10 @@ module Aws::FSx
|
|
1295
1373
|
InternalServerError.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1296
1374
|
InternalServerError.struct_class = Types::InternalServerError
|
1297
1375
|
|
1376
|
+
InvalidAccessPoint.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
|
1377
|
+
InvalidAccessPoint.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1378
|
+
InvalidAccessPoint.struct_class = Types::InvalidAccessPoint
|
1379
|
+
|
1298
1380
|
InvalidDataRepositoryType.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1299
1381
|
InvalidDataRepositoryType.struct_class = Types::InvalidDataRepositoryType
|
1300
1382
|
|
@@ -1319,6 +1401,10 @@ module Aws::FSx
|
|
1319
1401
|
InvalidRegion.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1320
1402
|
InvalidRegion.struct_class = Types::InvalidRegion
|
1321
1403
|
|
1404
|
+
InvalidRequest.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
|
1405
|
+
InvalidRequest.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1406
|
+
InvalidRequest.struct_class = Types::InvalidRequest
|
1407
|
+
|
1322
1408
|
InvalidSourceKmsKey.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1323
1409
|
InvalidSourceKmsKey.struct_class = Types::InvalidSourceKmsKey
|
1324
1410
|
|
@@ -1455,6 +1541,10 @@ module Aws::FSx
|
|
1455
1541
|
OpenZFSFileSystemConfiguration.add_member(:read_cache_configuration, Shapes::ShapeRef.new(shape: OpenZFSReadCacheConfiguration, location_name: "ReadCacheConfiguration"))
|
1456
1542
|
OpenZFSFileSystemConfiguration.struct_class = Types::OpenZFSFileSystemConfiguration
|
1457
1543
|
|
1544
|
+
OpenZFSFileSystemIdentity.add_member(:type, Shapes::ShapeRef.new(shape: OpenZFSFileSystemUserType, required: true, location_name: "Type"))
|
1545
|
+
OpenZFSFileSystemIdentity.add_member(:posix_user, Shapes::ShapeRef.new(shape: OpenZFSPosixFileSystemUser, location_name: "PosixUser"))
|
1546
|
+
OpenZFSFileSystemIdentity.struct_class = Types::OpenZFSFileSystemIdentity
|
1547
|
+
|
1458
1548
|
OpenZFSNfsExport.add_member(:client_configurations, Shapes::ShapeRef.new(shape: OpenZFSClientConfigurations, required: true, location_name: "ClientConfigurations"))
|
1459
1549
|
OpenZFSNfsExport.struct_class = Types::OpenZFSNfsExport
|
1460
1550
|
|
@@ -1466,6 +1556,11 @@ module Aws::FSx
|
|
1466
1556
|
OpenZFSOriginSnapshotConfiguration.add_member(:copy_strategy, Shapes::ShapeRef.new(shape: OpenZFSCopyStrategy, location_name: "CopyStrategy"))
|
1467
1557
|
OpenZFSOriginSnapshotConfiguration.struct_class = Types::OpenZFSOriginSnapshotConfiguration
|
1468
1558
|
|
1559
|
+
OpenZFSPosixFileSystemUser.add_member(:uid, Shapes::ShapeRef.new(shape: FileSystemUID, required: true, location_name: "Uid"))
|
1560
|
+
OpenZFSPosixFileSystemUser.add_member(:gid, Shapes::ShapeRef.new(shape: FileSystemGID, required: true, location_name: "Gid"))
|
1561
|
+
OpenZFSPosixFileSystemUser.add_member(:secondary_gids, Shapes::ShapeRef.new(shape: FileSystemSecondaryGIDs, location_name: "SecondaryGids"))
|
1562
|
+
OpenZFSPosixFileSystemUser.struct_class = Types::OpenZFSPosixFileSystemUser
|
1563
|
+
|
1469
1564
|
OpenZFSReadCacheConfiguration.add_member(:sizing_mode, Shapes::ShapeRef.new(shape: OpenZFSReadCacheSizingMode, location_name: "SizingMode"))
|
1470
1565
|
OpenZFSReadCacheConfiguration.add_member(:size_gi_b, Shapes::ShapeRef.new(shape: StorageCapacity, location_name: "SizeGiB"))
|
1471
1566
|
OpenZFSReadCacheConfiguration.struct_class = Types::OpenZFSReadCacheConfiguration
|
@@ -1536,6 +1631,42 @@ module Aws::FSx
|
|
1536
1631
|
|
1537
1632
|
RouteTableIds.member = Shapes::ShapeRef.new(shape: RouteTableId)
|
1538
1633
|
|
1634
|
+
S3AccessPoint.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GeneralARN, location_name: "ResourceARN"))
|
1635
|
+
S3AccessPoint.add_member(:alias, Shapes::ShapeRef.new(shape: S3AccessPointAlias, location_name: "Alias"))
|
1636
|
+
S3AccessPoint.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: S3AccessPointVpcConfiguration, location_name: "VpcConfiguration"))
|
1637
|
+
S3AccessPoint.struct_class = Types::S3AccessPoint
|
1638
|
+
|
1639
|
+
S3AccessPointAttachment.add_member(:lifecycle, Shapes::ShapeRef.new(shape: S3AccessPointAttachmentLifecycle, location_name: "Lifecycle"))
|
1640
|
+
S3AccessPointAttachment.add_member(:lifecycle_transition_reason, Shapes::ShapeRef.new(shape: LifecycleTransitionReason, location_name: "LifecycleTransitionReason"))
|
1641
|
+
S3AccessPointAttachment.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
1642
|
+
S3AccessPointAttachment.add_member(:name, Shapes::ShapeRef.new(shape: S3AccessPointAttachmentName, location_name: "Name"))
|
1643
|
+
S3AccessPointAttachment.add_member(:type, Shapes::ShapeRef.new(shape: S3AccessPointAttachmentType, location_name: "Type"))
|
1644
|
+
S3AccessPointAttachment.add_member(:open_zfs_configuration, Shapes::ShapeRef.new(shape: S3AccessPointOpenZFSConfiguration, location_name: "OpenZFSConfiguration"))
|
1645
|
+
S3AccessPointAttachment.add_member(:s3_access_point, Shapes::ShapeRef.new(shape: S3AccessPoint, location_name: "S3AccessPoint"))
|
1646
|
+
S3AccessPointAttachment.struct_class = Types::S3AccessPointAttachment
|
1647
|
+
|
1648
|
+
S3AccessPointAttachmentNames.member = Shapes::ShapeRef.new(shape: S3AccessPointAttachmentName)
|
1649
|
+
|
1650
|
+
S3AccessPointAttachmentNotFound.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1651
|
+
S3AccessPointAttachmentNotFound.struct_class = Types::S3AccessPointAttachmentNotFound
|
1652
|
+
|
1653
|
+
S3AccessPointAttachments.member = Shapes::ShapeRef.new(shape: S3AccessPointAttachment)
|
1654
|
+
|
1655
|
+
S3AccessPointAttachmentsFilter.add_member(:name, Shapes::ShapeRef.new(shape: S3AccessPointAttachmentsFilterName, location_name: "Name"))
|
1656
|
+
S3AccessPointAttachmentsFilter.add_member(:values, Shapes::ShapeRef.new(shape: S3AccessPointAttachmentsFilterValues, location_name: "Values"))
|
1657
|
+
S3AccessPointAttachmentsFilter.struct_class = Types::S3AccessPointAttachmentsFilter
|
1658
|
+
|
1659
|
+
S3AccessPointAttachmentsFilterValues.member = Shapes::ShapeRef.new(shape: S3AccessPointAttachmentsFilterValue)
|
1660
|
+
|
1661
|
+
S3AccessPointAttachmentsFilters.member = Shapes::ShapeRef.new(shape: S3AccessPointAttachmentsFilter)
|
1662
|
+
|
1663
|
+
S3AccessPointOpenZFSConfiguration.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, location_name: "VolumeId"))
|
1664
|
+
S3AccessPointOpenZFSConfiguration.add_member(:file_system_identity, Shapes::ShapeRef.new(shape: OpenZFSFileSystemIdentity, location_name: "FileSystemIdentity"))
|
1665
|
+
S3AccessPointOpenZFSConfiguration.struct_class = Types::S3AccessPointOpenZFSConfiguration
|
1666
|
+
|
1667
|
+
S3AccessPointVpcConfiguration.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
|
1668
|
+
S3AccessPointVpcConfiguration.struct_class = Types::S3AccessPointVpcConfiguration
|
1669
|
+
|
1539
1670
|
S3DataRepositoryConfiguration.add_member(:auto_import_policy, Shapes::ShapeRef.new(shape: AutoImportPolicy, location_name: "AutoImportPolicy"))
|
1540
1671
|
S3DataRepositoryConfiguration.add_member(:auto_export_policy, Shapes::ShapeRef.new(shape: AutoExportPolicy, location_name: "AutoExportPolicy"))
|
1541
1672
|
S3DataRepositoryConfiguration.struct_class = Types::S3DataRepositoryConfiguration
|
@@ -1687,6 +1818,10 @@ module Aws::FSx
|
|
1687
1818
|
TieringPolicy.add_member(:name, Shapes::ShapeRef.new(shape: TieringPolicyName, location_name: "Name"))
|
1688
1819
|
TieringPolicy.struct_class = Types::TieringPolicy
|
1689
1820
|
|
1821
|
+
TooManyAccessPoints.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
|
1822
|
+
TooManyAccessPoints.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1823
|
+
TooManyAccessPoints.struct_class = Types::TooManyAccessPoints
|
1824
|
+
|
1690
1825
|
UnsupportedOperation.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1691
1826
|
UnsupportedOperation.struct_class = Types::UnsupportedOperation
|
1692
1827
|
|
@@ -1979,6 +2114,23 @@ module Aws::FSx
|
|
1979
2114
|
o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceeded)
|
1980
2115
|
end)
|
1981
2116
|
|
2117
|
+
api.add_operation(:create_and_attach_s3_access_point, Seahorse::Model::Operation.new.tap do |o|
|
2118
|
+
o.name = "CreateAndAttachS3AccessPoint"
|
2119
|
+
o.http_method = "POST"
|
2120
|
+
o.http_request_uri = "/"
|
2121
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAndAttachS3AccessPointRequest)
|
2122
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAndAttachS3AccessPointResponse)
|
2123
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequest)
|
2124
|
+
o.errors << Shapes::ShapeRef.new(shape: IncompatibleParameterError)
|
2125
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
2126
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
|
2127
|
+
o.errors << Shapes::ShapeRef.new(shape: VolumeNotFound)
|
2128
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidAccessPoint)
|
2129
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequest)
|
2130
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointAlreadyOwnedByYou)
|
2131
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyAccessPoints)
|
2132
|
+
end)
|
2133
|
+
|
1982
2134
|
api.add_operation(:create_backup, Seahorse::Model::Operation.new.tap do |o|
|
1983
2135
|
o.name = "CreateBackup"
|
1984
2136
|
o.http_method = "POST"
|
@@ -2330,6 +2482,24 @@ module Aws::FSx
|
|
2330
2482
|
)
|
2331
2483
|
end)
|
2332
2484
|
|
2485
|
+
api.add_operation(:describe_s3_access_point_attachments, Seahorse::Model::Operation.new.tap do |o|
|
2486
|
+
o.name = "DescribeS3AccessPointAttachments"
|
2487
|
+
o.http_method = "POST"
|
2488
|
+
o.http_request_uri = "/"
|
2489
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeS3AccessPointAttachmentsRequest)
|
2490
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeS3AccessPointAttachmentsResponse)
|
2491
|
+
o.errors << Shapes::ShapeRef.new(shape: S3AccessPointAttachmentNotFound)
|
2492
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequest)
|
2493
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
2494
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
|
2495
|
+
o[:pager] = Aws::Pager.new(
|
2496
|
+
limit_key: "max_results",
|
2497
|
+
tokens: {
|
2498
|
+
"next_token" => "next_token"
|
2499
|
+
}
|
2500
|
+
)
|
2501
|
+
end)
|
2502
|
+
|
2333
2503
|
api.add_operation(:describe_shared_vpc_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2334
2504
|
o.name = "DescribeSharedVpcConfiguration"
|
2335
2505
|
o.http_method = "POST"
|
@@ -2391,6 +2561,19 @@ module Aws::FSx
|
|
2391
2561
|
)
|
2392
2562
|
end)
|
2393
2563
|
|
2564
|
+
api.add_operation(:detach_and_delete_s3_access_point, Seahorse::Model::Operation.new.tap do |o|
|
2565
|
+
o.name = "DetachAndDeleteS3AccessPoint"
|
2566
|
+
o.http_method = "POST"
|
2567
|
+
o.http_request_uri = "/"
|
2568
|
+
o.input = Shapes::ShapeRef.new(shape: DetachAndDeleteS3AccessPointRequest)
|
2569
|
+
o.output = Shapes::ShapeRef.new(shape: DetachAndDeleteS3AccessPointResponse)
|
2570
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequest)
|
2571
|
+
o.errors << Shapes::ShapeRef.new(shape: IncompatibleParameterError)
|
2572
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
2573
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
|
2574
|
+
o.errors << Shapes::ShapeRef.new(shape: S3AccessPointAttachmentNotFound)
|
2575
|
+
end)
|
2576
|
+
|
2394
2577
|
api.add_operation(:disassociate_file_system_aliases, Seahorse::Model::Operation.new.tap do |o|
|
2395
2578
|
o.name = "DisassociateFileSystemAliases"
|
2396
2579
|
o.http_method = "POST"
|
data/lib/aws-sdk-fsx/errors.rb
CHANGED
@@ -27,6 +27,7 @@ module Aws::FSx
|
|
27
27
|
# See {Seahorse::Client::RequestContext} for more information.
|
28
28
|
#
|
29
29
|
# ## Error Classes
|
30
|
+
# * {AccessPointAlreadyOwnedByYou}
|
30
31
|
# * {ActiveDirectoryError}
|
31
32
|
# * {BackupBeingCopied}
|
32
33
|
# * {BackupInProgress}
|
@@ -42,6 +43,7 @@ module Aws::FSx
|
|
42
43
|
# * {IncompatibleParameterError}
|
43
44
|
# * {IncompatibleRegionForMultiAZ}
|
44
45
|
# * {InternalServerError}
|
46
|
+
# * {InvalidAccessPoint}
|
45
47
|
# * {InvalidDataRepositoryType}
|
46
48
|
# * {InvalidDestinationKmsKey}
|
47
49
|
# * {InvalidExportPath}
|
@@ -49,6 +51,7 @@ module Aws::FSx
|
|
49
51
|
# * {InvalidNetworkSettings}
|
50
52
|
# * {InvalidPerUnitStorageThroughput}
|
51
53
|
# * {InvalidRegion}
|
54
|
+
# * {InvalidRequest}
|
52
55
|
# * {InvalidSourceKmsKey}
|
53
56
|
# * {MissingFileCacheConfiguration}
|
54
57
|
# * {MissingFileSystemConfiguration}
|
@@ -56,10 +59,12 @@ module Aws::FSx
|
|
56
59
|
# * {NotServiceResourceError}
|
57
60
|
# * {ResourceDoesNotSupportTagging}
|
58
61
|
# * {ResourceNotFound}
|
62
|
+
# * {S3AccessPointAttachmentNotFound}
|
59
63
|
# * {ServiceLimitExceeded}
|
60
64
|
# * {SnapshotNotFound}
|
61
65
|
# * {SourceBackupUnavailable}
|
62
66
|
# * {StorageVirtualMachineNotFound}
|
67
|
+
# * {TooManyAccessPoints}
|
63
68
|
# * {UnsupportedOperation}
|
64
69
|
# * {VolumeNotFound}
|
65
70
|
#
|
@@ -69,6 +74,26 @@ module Aws::FSx
|
|
69
74
|
|
70
75
|
extend Aws::Errors::DynamicErrors
|
71
76
|
|
77
|
+
class AccessPointAlreadyOwnedByYou < ServiceError
|
78
|
+
|
79
|
+
# @param [Seahorse::Client::RequestContext] context
|
80
|
+
# @param [String] message
|
81
|
+
# @param [Aws::FSx::Types::AccessPointAlreadyOwnedByYou] data
|
82
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
83
|
+
super(context, message, data)
|
84
|
+
end
|
85
|
+
|
86
|
+
# @return [String]
|
87
|
+
def error_code
|
88
|
+
@data[:error_code]
|
89
|
+
end
|
90
|
+
|
91
|
+
# @return [String]
|
92
|
+
def message
|
93
|
+
@message || @data[:message]
|
94
|
+
end
|
95
|
+
end
|
96
|
+
|
72
97
|
class ActiveDirectoryError < ServiceError
|
73
98
|
|
74
99
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -319,6 +344,26 @@ module Aws::FSx
|
|
319
344
|
end
|
320
345
|
end
|
321
346
|
|
347
|
+
class InvalidAccessPoint < ServiceError
|
348
|
+
|
349
|
+
# @param [Seahorse::Client::RequestContext] context
|
350
|
+
# @param [String] message
|
351
|
+
# @param [Aws::FSx::Types::InvalidAccessPoint] data
|
352
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
353
|
+
super(context, message, data)
|
354
|
+
end
|
355
|
+
|
356
|
+
# @return [String]
|
357
|
+
def error_code
|
358
|
+
@data[:error_code]
|
359
|
+
end
|
360
|
+
|
361
|
+
# @return [String]
|
362
|
+
def message
|
363
|
+
@message || @data[:message]
|
364
|
+
end
|
365
|
+
end
|
366
|
+
|
322
367
|
class InvalidDataRepositoryType < ServiceError
|
323
368
|
|
324
369
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -439,6 +484,26 @@ module Aws::FSx
|
|
439
484
|
end
|
440
485
|
end
|
441
486
|
|
487
|
+
class InvalidRequest < ServiceError
|
488
|
+
|
489
|
+
# @param [Seahorse::Client::RequestContext] context
|
490
|
+
# @param [String] message
|
491
|
+
# @param [Aws::FSx::Types::InvalidRequest] data
|
492
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
493
|
+
super(context, message, data)
|
494
|
+
end
|
495
|
+
|
496
|
+
# @return [String]
|
497
|
+
def error_code
|
498
|
+
@data[:error_code]
|
499
|
+
end
|
500
|
+
|
501
|
+
# @return [String]
|
502
|
+
def message
|
503
|
+
@message || @data[:message]
|
504
|
+
end
|
505
|
+
end
|
506
|
+
|
442
507
|
class InvalidSourceKmsKey < ServiceError
|
443
508
|
|
444
509
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -559,6 +624,21 @@ module Aws::FSx
|
|
559
624
|
end
|
560
625
|
end
|
561
626
|
|
627
|
+
class S3AccessPointAttachmentNotFound < ServiceError
|
628
|
+
|
629
|
+
# @param [Seahorse::Client::RequestContext] context
|
630
|
+
# @param [String] message
|
631
|
+
# @param [Aws::FSx::Types::S3AccessPointAttachmentNotFound] data
|
632
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
633
|
+
super(context, message, data)
|
634
|
+
end
|
635
|
+
|
636
|
+
# @return [String]
|
637
|
+
def message
|
638
|
+
@message || @data[:message]
|
639
|
+
end
|
640
|
+
end
|
641
|
+
|
562
642
|
class ServiceLimitExceeded < ServiceError
|
563
643
|
|
564
644
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -629,6 +709,26 @@ module Aws::FSx
|
|
629
709
|
end
|
630
710
|
end
|
631
711
|
|
712
|
+
class TooManyAccessPoints < ServiceError
|
713
|
+
|
714
|
+
# @param [Seahorse::Client::RequestContext] context
|
715
|
+
# @param [String] message
|
716
|
+
# @param [Aws::FSx::Types::TooManyAccessPoints] data
|
717
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
718
|
+
super(context, message, data)
|
719
|
+
end
|
720
|
+
|
721
|
+
# @return [String]
|
722
|
+
def error_code
|
723
|
+
@data[:error_code]
|
724
|
+
end
|
725
|
+
|
726
|
+
# @return [String]
|
727
|
+
def message
|
728
|
+
@message || @data[:message]
|
729
|
+
end
|
730
|
+
end
|
731
|
+
|
632
732
|
class UnsupportedOperation < ServiceError
|
633
733
|
|
634
734
|
# @param [Seahorse::Client::RequestContext] context
|