aws-sdk-transfer 1.82.0 → 1.84.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.
@@ -105,6 +105,7 @@ module Aws::Transfer
105
105
  DescribedWorkflow = Shapes::StructureShape.new(name: 'DescribedWorkflow')
106
106
  Description = Shapes::StringShape.new(name: 'Description')
107
107
  DirectoryId = Shapes::StringShape.new(name: 'DirectoryId')
108
+ DirectoryListingOptimization = Shapes::StringShape.new(name: 'DirectoryListingOptimization')
108
109
  Domain = Shapes::StringShape.new(name: 'Domain')
109
110
  EfsFileLocation = Shapes::StructureShape.new(name: 'EfsFileLocation')
110
111
  EfsFileSystemId = Shapes::StringShape.new(name: 'EfsFileSystemId')
@@ -196,6 +197,7 @@ module Aws::Transfer
196
197
  LoggingConfiguration = Shapes::StructureShape.new(name: 'LoggingConfiguration')
197
198
  MapEntry = Shapes::StringShape.new(name: 'MapEntry')
198
199
  MapTarget = Shapes::StringShape.new(name: 'MapTarget')
200
+ MapType = Shapes::StringShape.new(name: 'MapType')
199
201
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
200
202
  MdnResponse = Shapes::StringShape.new(name: 'MdnResponse')
201
203
  MdnSigningAlg = Shapes::StringShape.new(name: 'MdnSigningAlg')
@@ -230,6 +232,7 @@ module Aws::Transfer
230
232
  S3FileLocation = Shapes::StructureShape.new(name: 'S3FileLocation')
231
233
  S3InputFileLocation = Shapes::StructureShape.new(name: 'S3InputFileLocation')
232
234
  S3Key = Shapes::StringShape.new(name: 'S3Key')
235
+ S3StorageOptions = Shapes::StructureShape.new(name: 'S3StorageOptions')
233
236
  S3Tag = Shapes::StructureShape.new(name: 'S3Tag')
234
237
  S3TagKey = Shapes::StringShape.new(name: 'S3TagKey')
235
238
  S3TagValue = Shapes::StringShape.new(name: 'S3TagValue')
@@ -404,7 +407,7 @@ module Aws::Transfer
404
407
  CreateServerRequest.add_member(:host_key, Shapes::ShapeRef.new(shape: HostKey, location_name: "HostKey"))
405
408
  CreateServerRequest.add_member(:identity_provider_details, Shapes::ShapeRef.new(shape: IdentityProviderDetails, location_name: "IdentityProviderDetails"))
406
409
  CreateServerRequest.add_member(:identity_provider_type, Shapes::ShapeRef.new(shape: IdentityProviderType, location_name: "IdentityProviderType"))
407
- CreateServerRequest.add_member(:logging_role, Shapes::ShapeRef.new(shape: Role, location_name: "LoggingRole"))
410
+ CreateServerRequest.add_member(:logging_role, Shapes::ShapeRef.new(shape: NullableRole, location_name: "LoggingRole"))
408
411
  CreateServerRequest.add_member(:post_authentication_login_banner, Shapes::ShapeRef.new(shape: PostAuthenticationLoginBanner, location_name: "PostAuthenticationLoginBanner"))
409
412
  CreateServerRequest.add_member(:pre_authentication_login_banner, Shapes::ShapeRef.new(shape: PreAuthenticationLoginBanner, location_name: "PreAuthenticationLoginBanner"))
410
413
  CreateServerRequest.add_member(:protocols, Shapes::ShapeRef.new(shape: Protocols, location_name: "Protocols"))
@@ -413,6 +416,7 @@ module Aws::Transfer
413
416
  CreateServerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
414
417
  CreateServerRequest.add_member(:workflow_details, Shapes::ShapeRef.new(shape: WorkflowDetails, location_name: "WorkflowDetails"))
415
418
  CreateServerRequest.add_member(:structured_log_destinations, Shapes::ShapeRef.new(shape: StructuredLogDestinations, location_name: "StructuredLogDestinations"))
419
+ CreateServerRequest.add_member(:s3_storage_options, Shapes::ShapeRef.new(shape: S3StorageOptions, location_name: "S3StorageOptions"))
416
420
  CreateServerRequest.struct_class = Types::CreateServerRequest
417
421
 
418
422
  CreateServerResponse.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
@@ -661,7 +665,7 @@ module Aws::Transfer
661
665
  DescribedServer.add_member(:host_key_fingerprint, Shapes::ShapeRef.new(shape: HostKeyFingerprint, location_name: "HostKeyFingerprint"))
662
666
  DescribedServer.add_member(:identity_provider_details, Shapes::ShapeRef.new(shape: IdentityProviderDetails, location_name: "IdentityProviderDetails"))
663
667
  DescribedServer.add_member(:identity_provider_type, Shapes::ShapeRef.new(shape: IdentityProviderType, location_name: "IdentityProviderType"))
664
- DescribedServer.add_member(:logging_role, Shapes::ShapeRef.new(shape: Role, location_name: "LoggingRole"))
668
+ DescribedServer.add_member(:logging_role, Shapes::ShapeRef.new(shape: NullableRole, location_name: "LoggingRole"))
665
669
  DescribedServer.add_member(:post_authentication_login_banner, Shapes::ShapeRef.new(shape: PostAuthenticationLoginBanner, location_name: "PostAuthenticationLoginBanner"))
666
670
  DescribedServer.add_member(:pre_authentication_login_banner, Shapes::ShapeRef.new(shape: PreAuthenticationLoginBanner, location_name: "PreAuthenticationLoginBanner"))
667
671
  DescribedServer.add_member(:protocols, Shapes::ShapeRef.new(shape: Protocols, location_name: "Protocols"))
@@ -672,6 +676,7 @@ module Aws::Transfer
672
676
  DescribedServer.add_member(:user_count, Shapes::ShapeRef.new(shape: UserCount, location_name: "UserCount"))
673
677
  DescribedServer.add_member(:workflow_details, Shapes::ShapeRef.new(shape: WorkflowDetails, location_name: "WorkflowDetails"))
674
678
  DescribedServer.add_member(:structured_log_destinations, Shapes::ShapeRef.new(shape: StructuredLogDestinations, location_name: "StructuredLogDestinations"))
679
+ DescribedServer.add_member(:s3_storage_options, Shapes::ShapeRef.new(shape: S3StorageOptions, location_name: "S3StorageOptions"))
675
680
  DescribedServer.struct_class = Types::DescribedServer
676
681
 
677
682
  DescribedUser.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
@@ -728,6 +733,7 @@ module Aws::Transfer
728
733
 
729
734
  HomeDirectoryMapEntry.add_member(:entry, Shapes::ShapeRef.new(shape: MapEntry, required: true, location_name: "Entry"))
730
735
  HomeDirectoryMapEntry.add_member(:target, Shapes::ShapeRef.new(shape: MapTarget, required: true, location_name: "Target"))
736
+ HomeDirectoryMapEntry.add_member(:type, Shapes::ShapeRef.new(shape: MapType, location_name: "Type"))
731
737
  HomeDirectoryMapEntry.struct_class = Types::HomeDirectoryMapEntry
732
738
 
733
739
  HomeDirectoryMappings.member = Shapes::ShapeRef.new(shape: HomeDirectoryMapEntry)
@@ -1027,6 +1033,9 @@ module Aws::Transfer
1027
1033
  S3InputFileLocation.add_member(:key, Shapes::ShapeRef.new(shape: S3Key, location_name: "Key"))
1028
1034
  S3InputFileLocation.struct_class = Types::S3InputFileLocation
1029
1035
 
1036
+ S3StorageOptions.add_member(:directory_listing_optimization, Shapes::ShapeRef.new(shape: DirectoryListingOptimization, location_name: "DirectoryListingOptimization"))
1037
+ S3StorageOptions.struct_class = Types::S3StorageOptions
1038
+
1030
1039
  S3Tag.add_member(:key, Shapes::ShapeRef.new(shape: S3TagKey, required: true, location_name: "Key"))
1031
1040
  S3Tag.add_member(:value, Shapes::ShapeRef.new(shape: S3TagValue, required: true, location_name: "Value"))
1032
1041
  S3Tag.struct_class = Types::S3Tag
@@ -1210,6 +1219,7 @@ module Aws::Transfer
1210
1219
  UpdateServerRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
1211
1220
  UpdateServerRequest.add_member(:workflow_details, Shapes::ShapeRef.new(shape: WorkflowDetails, location_name: "WorkflowDetails"))
1212
1221
  UpdateServerRequest.add_member(:structured_log_destinations, Shapes::ShapeRef.new(shape: StructuredLogDestinations, location_name: "StructuredLogDestinations"))
1222
+ UpdateServerRequest.add_member(:s3_storage_options, Shapes::ShapeRef.new(shape: S3StorageOptions, location_name: "S3StorageOptions"))
1213
1223
  UpdateServerRequest.struct_class = Types::UpdateServerRequest
1214
1224
 
1215
1225
  UpdateServerResponse.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
@@ -1278,11 +1288,11 @@ module Aws::Transfer
1278
1288
  o.http_request_uri = "/"
1279
1289
  o.input = Shapes::ShapeRef.new(shape: CreateAccessRequest)
1280
1290
  o.output = Shapes::ShapeRef.new(shape: CreateAccessResponse)
1281
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1282
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1291
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1283
1292
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1293
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1294
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1284
1295
  o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1285
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1286
1296
  end)
1287
1297
 
1288
1298
  api.add_operation(:create_agreement, Seahorse::Model::Operation.new.tap do |o|
@@ -1291,12 +1301,12 @@ module Aws::Transfer
1291
1301
  o.http_request_uri = "/"
1292
1302
  o.input = Shapes::ShapeRef.new(shape: CreateAgreementRequest)
1293
1303
  o.output = Shapes::ShapeRef.new(shape: CreateAgreementResponse)
1294
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1295
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1296
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1297
- o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1298
1304
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1305
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1299
1306
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1307
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1308
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1309
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1300
1310
  end)
1301
1311
 
1302
1312
  api.add_operation(:create_connector, Seahorse::Model::Operation.new.tap do |o|
@@ -1305,12 +1315,12 @@ module Aws::Transfer
1305
1315
  o.http_request_uri = "/"
1306
1316
  o.input = Shapes::ShapeRef.new(shape: CreateConnectorRequest)
1307
1317
  o.output = Shapes::ShapeRef.new(shape: CreateConnectorResponse)
1308
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1309
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1310
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1311
- o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1312
1318
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1319
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1313
1320
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1321
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1322
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1323
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1314
1324
  end)
1315
1325
 
1316
1326
  api.add_operation(:create_profile, Seahorse::Model::Operation.new.tap do |o|
@@ -1319,11 +1329,11 @@ module Aws::Transfer
1319
1329
  o.http_request_uri = "/"
1320
1330
  o.input = Shapes::ShapeRef.new(shape: CreateProfileRequest)
1321
1331
  o.output = Shapes::ShapeRef.new(shape: CreateProfileResponse)
1322
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1323
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1324
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1325
1332
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1333
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1326
1334
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1335
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1336
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1327
1337
  end)
1328
1338
 
1329
1339
  api.add_operation(:create_server, Seahorse::Model::Operation.new.tap do |o|
@@ -1332,13 +1342,13 @@ module Aws::Transfer
1332
1342
  o.http_request_uri = "/"
1333
1343
  o.input = Shapes::ShapeRef.new(shape: CreateServerRequest)
1334
1344
  o.output = Shapes::ShapeRef.new(shape: CreateServerResponse)
1335
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1336
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1337
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1338
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1339
- o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1340
1345
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1346
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1341
1347
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1348
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1349
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1350
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1351
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1342
1352
  end)
1343
1353
 
1344
1354
  api.add_operation(:create_user, Seahorse::Model::Operation.new.tap do |o|
@@ -1347,11 +1357,11 @@ module Aws::Transfer
1347
1357
  o.http_request_uri = "/"
1348
1358
  o.input = Shapes::ShapeRef.new(shape: CreateUserRequest)
1349
1359
  o.output = Shapes::ShapeRef.new(shape: CreateUserResponse)
1350
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1351
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1360
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1352
1361
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1362
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1363
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1353
1364
  o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1354
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1355
1365
  end)
1356
1366
 
1357
1367
  api.add_operation(:create_workflow, Seahorse::Model::Operation.new.tap do |o|
@@ -1360,12 +1370,12 @@ module Aws::Transfer
1360
1370
  o.http_request_uri = "/"
1361
1371
  o.input = Shapes::ShapeRef.new(shape: CreateWorkflowRequest)
1362
1372
  o.output = Shapes::ShapeRef.new(shape: CreateWorkflowResponse)
1363
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1364
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1365
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1366
1373
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1367
- o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1368
1374
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1375
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1376
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1377
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1378
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1369
1379
  end)
1370
1380
 
1371
1381
  api.add_operation(:delete_access, Seahorse::Model::Operation.new.tap do |o|
@@ -1374,10 +1384,10 @@ module Aws::Transfer
1374
1384
  o.http_request_uri = "/"
1375
1385
  o.input = Shapes::ShapeRef.new(shape: DeleteAccessRequest)
1376
1386
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1377
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1378
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1379
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1380
1387
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1388
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1389
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1390
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1381
1391
  end)
1382
1392
 
1383
1393
  api.add_operation(:delete_agreement, Seahorse::Model::Operation.new.tap do |o|
@@ -1386,10 +1396,10 @@ module Aws::Transfer
1386
1396
  o.http_request_uri = "/"
1387
1397
  o.input = Shapes::ShapeRef.new(shape: DeleteAgreementRequest)
1388
1398
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1389
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1390
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1391
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1392
1399
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1400
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1401
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1402
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1393
1403
  end)
1394
1404
 
1395
1405
  api.add_operation(:delete_certificate, Seahorse::Model::Operation.new.tap do |o|
@@ -1398,10 +1408,10 @@ module Aws::Transfer
1398
1408
  o.http_request_uri = "/"
1399
1409
  o.input = Shapes::ShapeRef.new(shape: DeleteCertificateRequest)
1400
1410
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1401
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1402
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1403
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1404
1411
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1412
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1413
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1414
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1405
1415
  end)
1406
1416
 
1407
1417
  api.add_operation(:delete_connector, Seahorse::Model::Operation.new.tap do |o|
@@ -1410,10 +1420,10 @@ module Aws::Transfer
1410
1420
  o.http_request_uri = "/"
1411
1421
  o.input = Shapes::ShapeRef.new(shape: DeleteConnectorRequest)
1412
1422
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1413
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1414
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1415
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1416
1423
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1424
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1425
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1426
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1417
1427
  end)
1418
1428
 
1419
1429
  api.add_operation(:delete_host_key, Seahorse::Model::Operation.new.tap do |o|
@@ -1422,11 +1432,11 @@ module Aws::Transfer
1422
1432
  o.http_request_uri = "/"
1423
1433
  o.input = Shapes::ShapeRef.new(shape: DeleteHostKeyRequest)
1424
1434
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1425
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1426
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1427
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1428
1435
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1436
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1429
1437
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1438
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1439
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1430
1440
  end)
1431
1441
 
1432
1442
  api.add_operation(:delete_profile, Seahorse::Model::Operation.new.tap do |o|
@@ -1435,10 +1445,10 @@ module Aws::Transfer
1435
1445
  o.http_request_uri = "/"
1436
1446
  o.input = Shapes::ShapeRef.new(shape: DeleteProfileRequest)
1437
1447
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1438
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1439
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1440
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1441
1448
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1449
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1450
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1451
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1442
1452
  end)
1443
1453
 
1444
1454
  api.add_operation(:delete_server, Seahorse::Model::Operation.new.tap do |o|
@@ -1447,11 +1457,11 @@ module Aws::Transfer
1447
1457
  o.http_request_uri = "/"
1448
1458
  o.input = Shapes::ShapeRef.new(shape: DeleteServerRequest)
1449
1459
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1450
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1451
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1452
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1453
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1454
1460
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1461
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1462
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1463
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1464
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1455
1465
  end)
1456
1466
 
1457
1467
  api.add_operation(:delete_ssh_public_key, Seahorse::Model::Operation.new.tap do |o|
@@ -1460,11 +1470,11 @@ module Aws::Transfer
1460
1470
  o.http_request_uri = "/"
1461
1471
  o.input = Shapes::ShapeRef.new(shape: DeleteSshPublicKeyRequest)
1462
1472
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1463
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1464
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1465
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1466
1473
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1474
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1467
1475
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1476
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1477
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1468
1478
  end)
1469
1479
 
1470
1480
  api.add_operation(:delete_user, Seahorse::Model::Operation.new.tap do |o|
@@ -1473,10 +1483,10 @@ module Aws::Transfer
1473
1483
  o.http_request_uri = "/"
1474
1484
  o.input = Shapes::ShapeRef.new(shape: DeleteUserRequest)
1475
1485
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1476
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1477
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1478
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1479
1486
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1487
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1488
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1489
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1480
1490
  end)
1481
1491
 
1482
1492
  api.add_operation(:delete_workflow, Seahorse::Model::Operation.new.tap do |o|
@@ -1485,11 +1495,11 @@ module Aws::Transfer
1485
1495
  o.http_request_uri = "/"
1486
1496
  o.input = Shapes::ShapeRef.new(shape: DeleteWorkflowRequest)
1487
1497
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1488
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1489
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1490
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1491
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1492
1498
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1499
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1500
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1501
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1502
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1493
1503
  end)
1494
1504
 
1495
1505
  api.add_operation(:describe_access, Seahorse::Model::Operation.new.tap do |o|
@@ -1498,10 +1508,10 @@ module Aws::Transfer
1498
1508
  o.http_request_uri = "/"
1499
1509
  o.input = Shapes::ShapeRef.new(shape: DescribeAccessRequest)
1500
1510
  o.output = Shapes::ShapeRef.new(shape: DescribeAccessResponse)
1501
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1502
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1503
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1504
1511
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1512
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1513
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1514
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1505
1515
  end)
1506
1516
 
1507
1517
  api.add_operation(:describe_agreement, Seahorse::Model::Operation.new.tap do |o|
@@ -1510,10 +1520,10 @@ module Aws::Transfer
1510
1520
  o.http_request_uri = "/"
1511
1521
  o.input = Shapes::ShapeRef.new(shape: DescribeAgreementRequest)
1512
1522
  o.output = Shapes::ShapeRef.new(shape: DescribeAgreementResponse)
1513
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1514
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1515
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1516
1523
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1524
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1525
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1526
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1517
1527
  end)
1518
1528
 
1519
1529
  api.add_operation(:describe_certificate, Seahorse::Model::Operation.new.tap do |o|
@@ -1522,10 +1532,10 @@ module Aws::Transfer
1522
1532
  o.http_request_uri = "/"
1523
1533
  o.input = Shapes::ShapeRef.new(shape: DescribeCertificateRequest)
1524
1534
  o.output = Shapes::ShapeRef.new(shape: DescribeCertificateResponse)
1525
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1526
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1527
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1528
1535
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1536
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1537
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1538
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1529
1539
  end)
1530
1540
 
1531
1541
  api.add_operation(:describe_connector, Seahorse::Model::Operation.new.tap do |o|
@@ -1534,10 +1544,10 @@ module Aws::Transfer
1534
1544
  o.http_request_uri = "/"
1535
1545
  o.input = Shapes::ShapeRef.new(shape: DescribeConnectorRequest)
1536
1546
  o.output = Shapes::ShapeRef.new(shape: DescribeConnectorResponse)
1537
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1538
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1539
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1540
1547
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1548
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1549
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1550
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1541
1551
  end)
1542
1552
 
1543
1553
  api.add_operation(:describe_execution, Seahorse::Model::Operation.new.tap do |o|
@@ -1546,10 +1556,10 @@ module Aws::Transfer
1546
1556
  o.http_request_uri = "/"
1547
1557
  o.input = Shapes::ShapeRef.new(shape: DescribeExecutionRequest)
1548
1558
  o.output = Shapes::ShapeRef.new(shape: DescribeExecutionResponse)
1549
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1550
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1551
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1552
1559
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1560
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1561
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1562
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1553
1563
  end)
1554
1564
 
1555
1565
  api.add_operation(:describe_host_key, Seahorse::Model::Operation.new.tap do |o|
@@ -1558,10 +1568,10 @@ module Aws::Transfer
1558
1568
  o.http_request_uri = "/"
1559
1569
  o.input = Shapes::ShapeRef.new(shape: DescribeHostKeyRequest)
1560
1570
  o.output = Shapes::ShapeRef.new(shape: DescribeHostKeyResponse)
1561
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1562
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1563
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1564
1571
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1572
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1573
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1574
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1565
1575
  end)
1566
1576
 
1567
1577
  api.add_operation(:describe_profile, Seahorse::Model::Operation.new.tap do |o|
@@ -1570,10 +1580,10 @@ module Aws::Transfer
1570
1580
  o.http_request_uri = "/"
1571
1581
  o.input = Shapes::ShapeRef.new(shape: DescribeProfileRequest)
1572
1582
  o.output = Shapes::ShapeRef.new(shape: DescribeProfileResponse)
1573
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1574
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1575
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1576
1583
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1584
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1585
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1586
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1577
1587
  end)
1578
1588
 
1579
1589
  api.add_operation(:describe_security_policy, Seahorse::Model::Operation.new.tap do |o|
@@ -1582,10 +1592,10 @@ module Aws::Transfer
1582
1592
  o.http_request_uri = "/"
1583
1593
  o.input = Shapes::ShapeRef.new(shape: DescribeSecurityPolicyRequest)
1584
1594
  o.output = Shapes::ShapeRef.new(shape: DescribeSecurityPolicyResponse)
1585
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1586
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1587
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1588
1595
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1596
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1597
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1598
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1589
1599
  end)
1590
1600
 
1591
1601
  api.add_operation(:describe_server, Seahorse::Model::Operation.new.tap do |o|
@@ -1594,10 +1604,10 @@ module Aws::Transfer
1594
1604
  o.http_request_uri = "/"
1595
1605
  o.input = Shapes::ShapeRef.new(shape: DescribeServerRequest)
1596
1606
  o.output = Shapes::ShapeRef.new(shape: DescribeServerResponse)
1597
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1598
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1599
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1600
1607
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1608
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1609
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1610
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1601
1611
  end)
1602
1612
 
1603
1613
  api.add_operation(:describe_user, Seahorse::Model::Operation.new.tap do |o|
@@ -1606,10 +1616,10 @@ module Aws::Transfer
1606
1616
  o.http_request_uri = "/"
1607
1617
  o.input = Shapes::ShapeRef.new(shape: DescribeUserRequest)
1608
1618
  o.output = Shapes::ShapeRef.new(shape: DescribeUserResponse)
1609
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1610
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1611
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1612
1619
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1620
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1621
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1622
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1613
1623
  end)
1614
1624
 
1615
1625
  api.add_operation(:describe_workflow, Seahorse::Model::Operation.new.tap do |o|
@@ -1618,10 +1628,10 @@ module Aws::Transfer
1618
1628
  o.http_request_uri = "/"
1619
1629
  o.input = Shapes::ShapeRef.new(shape: DescribeWorkflowRequest)
1620
1630
  o.output = Shapes::ShapeRef.new(shape: DescribeWorkflowResponse)
1621
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1622
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1623
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1624
1631
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1632
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1633
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1634
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1625
1635
  end)
1626
1636
 
1627
1637
  api.add_operation(:import_certificate, Seahorse::Model::Operation.new.tap do |o|
@@ -1630,10 +1640,10 @@ module Aws::Transfer
1630
1640
  o.http_request_uri = "/"
1631
1641
  o.input = Shapes::ShapeRef.new(shape: ImportCertificateRequest)
1632
1642
  o.output = Shapes::ShapeRef.new(shape: ImportCertificateResponse)
1633
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1634
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1635
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1636
1643
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1644
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1645
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1646
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1637
1647
  end)
1638
1648
 
1639
1649
  api.add_operation(:import_host_key, Seahorse::Model::Operation.new.tap do |o|
@@ -1642,12 +1652,12 @@ module Aws::Transfer
1642
1652
  o.http_request_uri = "/"
1643
1653
  o.input = Shapes::ShapeRef.new(shape: ImportHostKeyRequest)
1644
1654
  o.output = Shapes::ShapeRef.new(shape: ImportHostKeyResponse)
1645
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1646
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1647
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1648
- o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1649
1655
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1656
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1650
1657
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1658
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1659
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1660
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1651
1661
  end)
1652
1662
 
1653
1663
  api.add_operation(:import_ssh_public_key, Seahorse::Model::Operation.new.tap do |o|
@@ -1656,12 +1666,12 @@ module Aws::Transfer
1656
1666
  o.http_request_uri = "/"
1657
1667
  o.input = Shapes::ShapeRef.new(shape: ImportSshPublicKeyRequest)
1658
1668
  o.output = Shapes::ShapeRef.new(shape: ImportSshPublicKeyResponse)
1659
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1660
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1661
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1662
- o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1663
1669
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1670
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1664
1671
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1672
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1673
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1674
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1665
1675
  end)
1666
1676
 
1667
1677
  api.add_operation(:list_accesses, Seahorse::Model::Operation.new.tap do |o|
@@ -1670,11 +1680,11 @@ module Aws::Transfer
1670
1680
  o.http_request_uri = "/"
1671
1681
  o.input = Shapes::ShapeRef.new(shape: ListAccessesRequest)
1672
1682
  o.output = Shapes::ShapeRef.new(shape: ListAccessesResponse)
1673
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1683
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1684
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1674
1685
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1686
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1675
1687
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1676
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1677
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1678
1688
  o[:pager] = Aws::Pager.new(
1679
1689
  limit_key: "max_results",
1680
1690
  tokens: {
@@ -1689,11 +1699,11 @@ module Aws::Transfer
1689
1699
  o.http_request_uri = "/"
1690
1700
  o.input = Shapes::ShapeRef.new(shape: ListAgreementsRequest)
1691
1701
  o.output = Shapes::ShapeRef.new(shape: ListAgreementsResponse)
1692
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1702
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1703
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1693
1704
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1705
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1694
1706
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1695
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1696
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1697
1707
  o[:pager] = Aws::Pager.new(
1698
1708
  limit_key: "max_results",
1699
1709
  tokens: {
@@ -1708,11 +1718,11 @@ module Aws::Transfer
1708
1718
  o.http_request_uri = "/"
1709
1719
  o.input = Shapes::ShapeRef.new(shape: ListCertificatesRequest)
1710
1720
  o.output = Shapes::ShapeRef.new(shape: ListCertificatesResponse)
1711
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1721
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1722
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1712
1723
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1724
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1713
1725
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1714
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1715
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1716
1726
  o[:pager] = Aws::Pager.new(
1717
1727
  limit_key: "max_results",
1718
1728
  tokens: {
@@ -1727,11 +1737,11 @@ module Aws::Transfer
1727
1737
  o.http_request_uri = "/"
1728
1738
  o.input = Shapes::ShapeRef.new(shape: ListConnectorsRequest)
1729
1739
  o.output = Shapes::ShapeRef.new(shape: ListConnectorsResponse)
1730
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1740
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1741
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1731
1742
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1743
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1732
1744
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1733
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1734
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1735
1745
  o[:pager] = Aws::Pager.new(
1736
1746
  limit_key: "max_results",
1737
1747
  tokens: {
@@ -1746,11 +1756,11 @@ module Aws::Transfer
1746
1756
  o.http_request_uri = "/"
1747
1757
  o.input = Shapes::ShapeRef.new(shape: ListExecutionsRequest)
1748
1758
  o.output = Shapes::ShapeRef.new(shape: ListExecutionsResponse)
1749
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1759
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1760
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1750
1761
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1762
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1751
1763
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1752
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1753
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1754
1764
  o[:pager] = Aws::Pager.new(
1755
1765
  limit_key: "max_results",
1756
1766
  tokens: {
@@ -1765,11 +1775,11 @@ module Aws::Transfer
1765
1775
  o.http_request_uri = "/"
1766
1776
  o.input = Shapes::ShapeRef.new(shape: ListHostKeysRequest)
1767
1777
  o.output = Shapes::ShapeRef.new(shape: ListHostKeysResponse)
1768
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1778
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1779
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1769
1780
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1781
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1770
1782
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1771
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1772
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1773
1783
  end)
1774
1784
 
1775
1785
  api.add_operation(:list_profiles, Seahorse::Model::Operation.new.tap do |o|
@@ -1778,11 +1788,11 @@ module Aws::Transfer
1778
1788
  o.http_request_uri = "/"
1779
1789
  o.input = Shapes::ShapeRef.new(shape: ListProfilesRequest)
1780
1790
  o.output = Shapes::ShapeRef.new(shape: ListProfilesResponse)
1781
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1791
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1792
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1782
1793
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1794
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1783
1795
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1784
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1785
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1786
1796
  o[:pager] = Aws::Pager.new(
1787
1797
  limit_key: "max_results",
1788
1798
  tokens: {
@@ -1797,10 +1807,10 @@ module Aws::Transfer
1797
1807
  o.http_request_uri = "/"
1798
1808
  o.input = Shapes::ShapeRef.new(shape: ListSecurityPoliciesRequest)
1799
1809
  o.output = Shapes::ShapeRef.new(shape: ListSecurityPoliciesResponse)
1800
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1810
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1801
1811
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1812
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1802
1813
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1803
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1804
1814
  o[:pager] = Aws::Pager.new(
1805
1815
  limit_key: "max_results",
1806
1816
  tokens: {
@@ -1815,10 +1825,10 @@ module Aws::Transfer
1815
1825
  o.http_request_uri = "/"
1816
1826
  o.input = Shapes::ShapeRef.new(shape: ListServersRequest)
1817
1827
  o.output = Shapes::ShapeRef.new(shape: ListServersResponse)
1818
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1828
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1819
1829
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1830
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1820
1831
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1821
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1822
1832
  o[:pager] = Aws::Pager.new(
1823
1833
  limit_key: "max_results",
1824
1834
  tokens: {
@@ -1833,10 +1843,10 @@ module Aws::Transfer
1833
1843
  o.http_request_uri = "/"
1834
1844
  o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1835
1845
  o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
1836
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1846
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1837
1847
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1848
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1838
1849
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1839
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1840
1850
  o[:pager] = Aws::Pager.new(
1841
1851
  limit_key: "max_results",
1842
1852
  tokens: {
@@ -1851,11 +1861,11 @@ module Aws::Transfer
1851
1861
  o.http_request_uri = "/"
1852
1862
  o.input = Shapes::ShapeRef.new(shape: ListUsersRequest)
1853
1863
  o.output = Shapes::ShapeRef.new(shape: ListUsersResponse)
1854
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1864
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1865
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1855
1866
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1867
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1856
1868
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1857
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1858
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1859
1869
  o[:pager] = Aws::Pager.new(
1860
1870
  limit_key: "max_results",
1861
1871
  tokens: {
@@ -1870,10 +1880,10 @@ module Aws::Transfer
1870
1880
  o.http_request_uri = "/"
1871
1881
  o.input = Shapes::ShapeRef.new(shape: ListWorkflowsRequest)
1872
1882
  o.output = Shapes::ShapeRef.new(shape: ListWorkflowsResponse)
1873
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1883
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1874
1884
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1885
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1875
1886
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1876
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1877
1887
  o[:pager] = Aws::Pager.new(
1878
1888
  limit_key: "max_results",
1879
1889
  tokens: {
@@ -1888,12 +1898,12 @@ module Aws::Transfer
1888
1898
  o.http_request_uri = "/"
1889
1899
  o.input = Shapes::ShapeRef.new(shape: SendWorkflowStepStateRequest)
1890
1900
  o.output = Shapes::ShapeRef.new(shape: SendWorkflowStepStateResponse)
1891
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1892
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1893
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1894
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1895
1901
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1902
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1896
1903
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1904
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1905
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1906
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1897
1907
  end)
1898
1908
 
1899
1909
  api.add_operation(:start_file_transfer, Seahorse::Model::Operation.new.tap do |o|
@@ -1902,11 +1912,11 @@ module Aws::Transfer
1902
1912
  o.http_request_uri = "/"
1903
1913
  o.input = Shapes::ShapeRef.new(shape: StartFileTransferRequest)
1904
1914
  o.output = Shapes::ShapeRef.new(shape: StartFileTransferResponse)
1905
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1906
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1907
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1908
1915
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1916
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1909
1917
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1918
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1919
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1910
1920
  end)
1911
1921
 
1912
1922
  api.add_operation(:start_server, Seahorse::Model::Operation.new.tap do |o|
@@ -1915,11 +1925,11 @@ module Aws::Transfer
1915
1925
  o.http_request_uri = "/"
1916
1926
  o.input = Shapes::ShapeRef.new(shape: StartServerRequest)
1917
1927
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1918
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1919
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1920
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1921
1928
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1929
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1922
1930
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1931
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1932
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1923
1933
  end)
1924
1934
 
1925
1935
  api.add_operation(:stop_server, Seahorse::Model::Operation.new.tap do |o|
@@ -1928,11 +1938,11 @@ module Aws::Transfer
1928
1938
  o.http_request_uri = "/"
1929
1939
  o.input = Shapes::ShapeRef.new(shape: StopServerRequest)
1930
1940
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1931
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1932
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1933
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1934
1941
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1942
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1935
1943
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1944
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1945
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1936
1946
  end)
1937
1947
 
1938
1948
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -1941,10 +1951,10 @@ module Aws::Transfer
1941
1951
  o.http_request_uri = "/"
1942
1952
  o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1943
1953
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1944
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1945
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1946
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1947
1954
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1955
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1956
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1957
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1948
1958
  end)
1949
1959
 
1950
1960
  api.add_operation(:test_connection, Seahorse::Model::Operation.new.tap do |o|
@@ -1953,10 +1963,10 @@ module Aws::Transfer
1953
1963
  o.http_request_uri = "/"
1954
1964
  o.input = Shapes::ShapeRef.new(shape: TestConnectionRequest)
1955
1965
  o.output = Shapes::ShapeRef.new(shape: TestConnectionResponse)
1956
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1957
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1958
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1959
1966
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1967
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1968
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1969
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1960
1970
  end)
1961
1971
 
1962
1972
  api.add_operation(:test_identity_provider, Seahorse::Model::Operation.new.tap do |o|
@@ -1965,10 +1975,10 @@ module Aws::Transfer
1965
1975
  o.http_request_uri = "/"
1966
1976
  o.input = Shapes::ShapeRef.new(shape: TestIdentityProviderRequest)
1967
1977
  o.output = Shapes::ShapeRef.new(shape: TestIdentityProviderResponse)
1968
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1969
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1970
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1971
1978
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1979
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1980
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1981
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1972
1982
  end)
1973
1983
 
1974
1984
  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -1977,10 +1987,10 @@ module Aws::Transfer
1977
1987
  o.http_request_uri = "/"
1978
1988
  o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1979
1989
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1980
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1981
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1982
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1983
1990
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1991
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1992
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1993
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1984
1994
  end)
1985
1995
 
1986
1996
  api.add_operation(:update_access, Seahorse::Model::Operation.new.tap do |o|
@@ -1989,12 +1999,12 @@ module Aws::Transfer
1989
1999
  o.http_request_uri = "/"
1990
2000
  o.input = Shapes::ShapeRef.new(shape: UpdateAccessRequest)
1991
2001
  o.output = Shapes::ShapeRef.new(shape: UpdateAccessResponse)
1992
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1993
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1994
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1995
- o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1996
2002
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2003
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1997
2004
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2005
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
2006
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2007
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1998
2008
  end)
1999
2009
 
2000
2010
  api.add_operation(:update_agreement, Seahorse::Model::Operation.new.tap do |o|
@@ -2003,12 +2013,12 @@ module Aws::Transfer
2003
2013
  o.http_request_uri = "/"
2004
2014
  o.input = Shapes::ShapeRef.new(shape: UpdateAgreementRequest)
2005
2015
  o.output = Shapes::ShapeRef.new(shape: UpdateAgreementResponse)
2006
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2007
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
2008
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2009
- o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
2010
2016
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2017
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2011
2018
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2019
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
2020
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2021
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
2012
2022
  end)
2013
2023
 
2014
2024
  api.add_operation(:update_certificate, Seahorse::Model::Operation.new.tap do |o|
@@ -2017,11 +2027,11 @@ module Aws::Transfer
2017
2027
  o.http_request_uri = "/"
2018
2028
  o.input = Shapes::ShapeRef.new(shape: UpdateCertificateRequest)
2019
2029
  o.output = Shapes::ShapeRef.new(shape: UpdateCertificateResponse)
2020
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2021
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
2022
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2023
2030
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2031
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2024
2032
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2033
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
2034
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2025
2035
  end)
2026
2036
 
2027
2037
  api.add_operation(:update_connector, Seahorse::Model::Operation.new.tap do |o|
@@ -2030,12 +2040,12 @@ module Aws::Transfer
2030
2040
  o.http_request_uri = "/"
2031
2041
  o.input = Shapes::ShapeRef.new(shape: UpdateConnectorRequest)
2032
2042
  o.output = Shapes::ShapeRef.new(shape: UpdateConnectorResponse)
2033
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2034
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
2035
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2036
- o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
2037
2043
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2044
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2038
2045
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2046
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
2047
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2048
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
2039
2049
  end)
2040
2050
 
2041
2051
  api.add_operation(:update_host_key, Seahorse::Model::Operation.new.tap do |o|
@@ -2044,11 +2054,11 @@ module Aws::Transfer
2044
2054
  o.http_request_uri = "/"
2045
2055
  o.input = Shapes::ShapeRef.new(shape: UpdateHostKeyRequest)
2046
2056
  o.output = Shapes::ShapeRef.new(shape: UpdateHostKeyResponse)
2047
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2048
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
2049
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2050
2057
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2058
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2051
2059
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2060
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
2061
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2052
2062
  end)
2053
2063
 
2054
2064
  api.add_operation(:update_profile, Seahorse::Model::Operation.new.tap do |o|
@@ -2057,11 +2067,11 @@ module Aws::Transfer
2057
2067
  o.http_request_uri = "/"
2058
2068
  o.input = Shapes::ShapeRef.new(shape: UpdateProfileRequest)
2059
2069
  o.output = Shapes::ShapeRef.new(shape: UpdateProfileResponse)
2060
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2061
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
2062
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2063
2070
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2071
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2064
2072
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2073
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
2074
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2065
2075
  end)
2066
2076
 
2067
2077
  api.add_operation(:update_server, Seahorse::Model::Operation.new.tap do |o|
@@ -2070,14 +2080,14 @@ module Aws::Transfer
2070
2080
  o.http_request_uri = "/"
2071
2081
  o.input = Shapes::ShapeRef.new(shape: UpdateServerRequest)
2072
2082
  o.output = Shapes::ShapeRef.new(shape: UpdateServerResponse)
2073
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2074
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2075
2083
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2076
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
2077
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2078
- o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
2079
2084
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2085
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2080
2086
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2087
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
2088
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2089
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
2090
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2081
2091
  end)
2082
2092
 
2083
2093
  api.add_operation(:update_user, Seahorse::Model::Operation.new.tap do |o|
@@ -2086,11 +2096,11 @@ module Aws::Transfer
2086
2096
  o.http_request_uri = "/"
2087
2097
  o.input = Shapes::ShapeRef.new(shape: UpdateUserRequest)
2088
2098
  o.output = Shapes::ShapeRef.new(shape: UpdateUserResponse)
2089
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2090
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
2091
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2092
2099
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2100
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2093
2101
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2102
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
2103
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2094
2104
  end)
2095
2105
  end
2096
2106